<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width:1280px) {	
    .mo{display:none}
	.container{display:flex; align-items:center; position:relative; justify-content: center; margin:0 auto; padding: 0 2rem;}

	/*header*/
	#header{ position:fixed; width:100%;z-index:99999; border-bottom: 1px solid rgba(255,255,255,0.5);}
    .hsec1 .container{position: relative;}
    .hsec1{height:10rem; transition:0.3s;}
	.hsec1 h1{position: absolute; left:2rem; top: 2rem;} 
    .hsec1 h1 a{display:block}
	.hsec1 h1 .over{display:none}
    
    .lnb{}
	.lnb .close{display:none}
	.lnb ul{display:flex;  position:relative;z-index:10}
	.lnb ul li{position:relative;width:25%;text-align:center}
	.lnb ul li &gt; a{display:block;line-height:10rem; font-weight:bold; font-size:2rem; font-family: var(--font-eng); color:#fff; padding:0 5rem; transition: all .5s;}
	.lnb ul li &gt; a:hover{color:var(--main_color)}
	.lnb ul li &gt; a::before{content: ''; width: 0; height: 3px; background: var(--main_color); position: absolute; bottom: 0; left: 50%; transition: all .5s; opacity: 0;}
	.lnb ul li &gt; a:hover::before{width:100%; left:0; opacity: 1;}
	.lnb ul li:hover &gt; a{color:var(--main_color)}
	.lnb ul li:hover .sub{background:var(--main_color)}
	.lnb ul li:hover .sub dd a {color:#fff}
    .lnb .sub{display:none;position:absolute;top:10rem;padding:2rem 0;width:100%;height:22rem; box-sizing: border-box;}
    .lnb .sub .dep_3{display: none;}
    .lnb .sub dl {}
	.lnb .sub dd &gt; a{display:block;line-height:1.4;padding:0.4rem 1rem;font-size:1.6rem; font-weight: normal;}
	.lnb .sub dd &gt; a:hover{color:var(--main_color);}

	/* 3李⑤찓�� �④� */
    .lnb .dep_3 dl { display:none; }

  
	.lnb_bg{display:none; position:absolute; left:0; width:100%; top:10rem; background:#fff; border-bottom:1px solid #ddd; height:22rem; z-index: 1;}

    
    /* �몄뼱 �쒕∼�ㅼ슫 */
    .dropdown {position: absolute; top: 0rem; right:10rem; height: 10rem; z-index: 9999; display: inline-flex; align-items: center; ; border-left:1px solid rgba(255,255,255,0.5); border-right:1px solid rgba(255,255,255,0.5)}
    .dropbtn {color:#fff; font-size:1.4rem; padding:1rem 5rem 1rem 3rem;  border: none; background: transparent;  display: flex; gap:1rem; font-family: var(--font-eng); text-transform: uppercase; position: relative;}      
    .dropbtn::before{content: '��'; position: absolute; top: 50%; right:2rem; transform: translateY(-50%);}
    .dropbtn span{}

    .dropdown-content {display: none; padding:1rem; background: #fff; position: absolute; left:50%; transform: translateX(-50%); top:10rem; z-index: 1; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
    .dropdown-content::before{content: '';width: 0px; height: 0px; border-bottom:2rem solid #fff; border-left: 1rem solid transparent; border-right: 1rem solid transparent; position: absolute;
    top: -1rem;left: 50%;transform: translateX(-50%);}
    .dropdown-content a {display: block; font-size: 1.4rem; padding:.5rem 2rem}
    .dropdown-content a:hover{background:var(--main_color); color:#fff;}

    .dropdown:hover .dropdown-content {display: block;}

   



	/* scroll on */
	.scroll_on .hsec1{border-bottom:1px solid #ddd}
	.scroll_on .hsec1 h1 .out{display:none}
	.scroll_on .hsec1 h1 .over{display:block}
    .scroll_on .hsec1{background:#fff}
	.scroll_on .lnb li &gt; a{color:#222}
    .scroll_on .dropbtn{color:#333}
    .white_dot ul li a span{background:#fff !important}

    .scroll_on .hamburger-menu span,
    .scroll_on .hamburger-menu span::before,
    .scroll_on .hamburger-menu span::after{background: #333 !important;}
	
    .scroll_on .dropdown{border-right: 1px solid #ccc; border-left:1px solid #ccc}
	/* lnb*/
	.lnb_on .hsec1{border-bottom:1px solid #ddd}
	.lnb_on .hsec1 h1 .out{display:none}
	.lnb_on .hsec1 h1 .over{display:block}
    .lnb_on .hsec1{background:#fff}
	.lnb_on .lnb li &gt; a{color:#222}
    
    .lnb_on .dropbtn{color:#333}
    .lnb_on .hamburger-menu span,
    .lnb_on .hamburger-menu span::before,
    .lnb_on .hamburger-menu span::after{background: #333 !important;}

    .lnb_on .dropdown{border-right: 1px solid #ccc; border-left:1px solid #ccc}
    .header.drop {position: fixed !important; z-index:9; animation: dropHeader 0.5s;}
      
      @keyframes dropHeader {
        0% {
          top: -10rem;
        }
        100% {
          top: 0;
        }
      }

      .mo_lang{display: none !important;}

}





/*mobile*/
@media all and (max-width:1279px) {
    .pc{display:none}
	
	/*header*/
	#header{position:fixed; left:0; top:0; width:100%; z-index:100}
	.hsec1{border-bottom:1px solid #ddd; background:#fff}
	.hsec1 h1{text-align:left; padding:1rem} 
    .hsec1 h1 img{vertical-align:top}  
	.hsec1 h1 .out{display:none}
    .hsec1 h1 .over{display: block;}
    .lnb{position:fixed;width:70%;right:-80%;top:0;z-index:90;height:100%;background:#fff;border-right:1px solid #aaa;transition:.3s;overflow:auto}
	
    .lnb.on {right:0;transition:.3s}
	.lnb .close{float:right; width:3rem; height:3rem; padding:2rem; position: relative;}
    .lnb .close:before, .lnb .close:after {position: absolute;left: 15px;content:' ';height: 3rem;width: 2px;background-color:#333;}
    .lnb .close:before {transform: rotate(45deg);}
    .lnb .close:after {transform: rotate(-45deg);}
	
    .lnb ul{clear:both; padding:3rem 0 0 0}
	.lnb li{position:relative;border-bottom:1px solid #ddd;height:auto}
	.lnb li &gt; a{display:block; height:7rem; line-height:7rem; padding-left:2rem; position: relative;}
    .lnb li &gt; a::before{content:"+"; font-size: 2.5rem; position: absolute; top:50%; right:2rem; transform: translateY(-50%);}
    .lnb li.on &gt; a{background:var(--main_color); color:#fff}
    .lnb li.on &gt; a::before{content: '-';}
	.lnb .sub{display:none;background:#eee;padding:15px 0;height:auto}
	.lnb dl{}
	.lnb dd &gt; a{display:block;line-height:3rem;font-size:1.6rem;color:#333;padding-left:3rem}
    .lnb dd &gt; a:hover{color:var(--main_color);}

	.body_bg.on{position:fixed;right:0;top:0;width:100%;height:100%;background:#000;opacity:0.6;z-index:80}

    .snb{display: flex; gap:1rem; align-items: center; position:absolute; top: 2rem; right:7rem; font-size:1.8rem }
    .snb h2{display: flex; gap:1.2rem}
    .snb h2 em{display: none;}
    .snb ul{display: flex; gap:1rem}
    .snb ul li a{display: block; font-weight: bold; }
    .snb_on a{color:var(--sub_color); position: relative; transition: .5s;}
    .snb_on a:hover{color:var(--main_color)}
    .snb_on a::before{content: ''; width: 100%; height: .4rem; background: var(--sub_color);  position: absolute; bottom: 0; left: 0;}



    
    .hsec1 .lnb_open{position:absolute;right:2rem;top:2rem; width:3rem; height: 3rem;}
    .hsec1 .lnb_open .line{display: block; width: 100%; height: 3px; margin:4px 0; background:#333; transition: all 0.5s; border: none;}
    .mob_utill{display: flex !important; background: var(--main_color);}
    .mob_utill li{flex:1}
    .mob_utill li &gt; a{color:#fff !important; padding:0 !important; text-align: center !important;}
    .mob_utill li &gt; a::before{display: none !important;}

    /* scroll on */
	.scroll_on .hsec1{border-bottom:1px solid #ddd}
	.scroll_on .hsec1 h1 .out{display:none}
	.scroll_on .hsec1 h1 .over{display:block}
    .scroll_on .hsec1{background:#fff}
	.scroll_on .lnb li &gt; a{color:#222}
    .scroll_on .dropbtn{color:#333}
    .white_dot ul li a span{background:#fff !important}

    .scroll_on .hamburger-menu span,
    .scroll_on .hamburger-menu span::before,
    .scroll_on .hamburger-menu span::after{background: #333 !important;}
	
	/* lnb*/
	.lnb_on .hsec1{border-bottom:1px solid #ddd}
	.lnb_on .hsec1 h1 .out{display:none}
	.lnb_on .hsec1 h1 .over{display:block}
    .lnb_on .hsec1{background:#fff}
	.lnb_on .lnb li &gt; a{color:#222}
    
    .lnb_on .dropbtn{color:#333}
    .lnb_on .hamburger-menu span,
    .lnb_on .hamburger-menu span::before,
    .lnb_on .hamburger-menu span::after{background: #333 !important;}

    
    .header.drop {position: fixed !important; z-index:9; animation: dropHeader 0.5s;}
      
      @keyframes dropHeader {
        0% {
          top: -10rem;
        }
        100% {
          top: 0;
        }
      }

      .menu{display: none;}

      /* �몄뼱 �쒕∼�ㅼ슫 */
    .dropdown {position: absolute; top: 0rem; right:10rem; height: 10rem; z-index: 9999; display: inline-flex; align-items: center; ; border-left:1px solid #ccc; border-right:1px solid #ccc}
    .dropbtn {color:#fff; font-size:1.4rem; padding:1rem 5rem 1rem 3rem;  border: none; background: transparent;  display: flex; gap:1rem; font-family: var(--font-eng); text-transform: uppercase; position: relative;}      
    .dropbtn::before{content: '��'; position: absolute; top: 50%; right:2rem; transform: translateY(-50%);}
    .dropbtn span{}

    .dropdown-content {display: none; padding:1rem; background: #fff; position: absolute; left:50%; transform: translateX(-50%); top:10rem; z-index: 1; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
    .dropdown-content::before{content: '';width: 0px; height: 0px; border-bottom:2rem solid #fff; border-left: 1rem solid transparent; border-right: 1rem solid transparent; position: absolute;
    top: -1rem;left: 50%;transform: translateX(-50%);}
    .dropdown-content a {display: block; font-size: 1.4rem; padding:.5rem 2rem}
    .dropdown-content a:hover{background:var(--main_color); color:#fff;}

    .dropdown:hover .dropdown-content {display: block;}

    .mo_lang{display: flex;  padding:0 !important}
    .mo_lang li{flex:1}
    .mo_lang a{color:#fff !important; background: #333;}
    .mo_lang a::before{display: none !important;}
    .lang_on a{background: var(--main_color) !important;}

}





</pre></body></html>