@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:9;}
    .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 > a{display:block;line-height:10rem; font-weight:bold; font-size:2rem; color:#fff; padding:0 5rem; transition: all .5s;}
	.lnb ul li > a:hover{color:var(--main_color)}
	.lnb ul li > 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 > a:hover::before{width:100%; left:0; opacity: 1;}
	.lnb ul li:hover > 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:20rem; box-sizing: border-box;}
    .lnb .sub .dep_3{display: none;}
    .lnb .sub dl {}
	.lnb .sub dd > a{display:block;line-height:1.4;padding:0.4rem 1rem;font-size:1.6rem; font-weight: normal;}
	.lnb .sub dd > a:hover{color:var(--main_color);}

    .btn_online{position: absolute; top: 3rem; right: 13rem; font-size: 1.6rem; display: flex; gap:2rem}
    .btn_online a{display: flex; gap:1rem; background: var(--sub_color); color:#fff; text-align: center; border-radius: 10rem; padding:.5rem 1.5rem; transition: .5s;}
    .btn_online a:last-child{background: var(--main_color);}
    .btn_online a:hover{background:#333;}

	/* 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:20rem; z-index: 1;}

    .snb{background: #fff; border-radius: 10rem; padding:.5rem 2rem; display: flex; gap:2rem; align-items: center; position:absolute; top: 3.5rem; right:13rem; font-size:1.4rem }
    .snb h2{display: flex; gap:1.2rem}
    .snb h2 em{font-weight: bold;}
    .snb ul{display: flex; gap:1.5rem}
    .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;}

	/* scroll on */
	.scroll_on .hsec1{background: #fff;}
	.scroll_on .hsec1 h1 .out{display:none}
	.scroll_on .hsec1 h1 .over{display:block}
    .scroll_on .hsec1{background: #fff;}
	.scroll_on .lnb li > a{color:#222}
    .scroll_on .dropbtn{color:#333}
    .white_dot ul li a span{background:#fff !important}

	.scroll_on2 .hsec1{background:#fff}
	.scroll_on2 .hsec1 h1 .out{display:none}
	.scroll_on2 .hsec1 h1 .over{display:block}
    .scroll_on2 .hsec1{background: #fff;}
	.scroll_on2 .lnb li > a{color:#222}
    .scroll_on2 .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{background:#fff}
	.lnb_on .hsec1 h1 .out{display:none}
	.lnb_on .hsec1 h1 .over{display:block}
    .lnb_on .hsec1{background:#fff}
	.lnb_on .lnb li > 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;
        }
      }

      /* 언어 드롭다운 */
      .dropdown {position: absolute; top: 2.5rem; right:10rem; z-index: 9999; display: inline-block;}
      .dropbtn {color:#fff; padding:1rem; border-radius: 100%; border: none; background: transparent; }      
      .dropbtn span{font-size: 3rem;}
      
      .dropdown-content {display: none; padding:1rem; background: #fff; position: absolute; left:50%; transform: translateX(-50%); 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: #fafafa;}
      
      .dropdown:hover .dropdown-content {display: block;}
      /*.dropdown:hover .dropbtn {background-color:var(--main_color);}*/

}





/*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:none; 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 > a{display:block; height:7rem; line-height:7rem; padding-left:2rem; position: relative;}
    .lnb li > a::before{content:"+"; font-size: 2.5rem; position: absolute; top:50%; right:2rem; transform: translateY(-50%);}
    .lnb li.on > a{background:var(--main_color); color:#fff}
    .lnb li.on > a::before{content: '-';}
	.lnb .sub{display:none;background:#eee;padding:15px 0;height:auto}
	.lnb dl{}
	.lnb dd > a{display:block;line-height:3rem;font-size:1.6rem;color:#333;padding-left:3rem}
    .lnb dd > 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;}

    .btn_online{position: absolute; top: 1.5rem; right: 8rem; font-size: 1.6rem; display: flex; gap:2rem}
    .btn_online a{display: flex; gap:1rem; background: var(--sub_color); color:#fff; text-align: center; border-radius: 10rem; padding:.5rem 1.5rem; transition: .5s;}
    .btn_online a:last-child{background: var(--main_color);}
    .btn_online a:hover{background:#333;}


    
    .hsec1 .lnb_open{position:absolute;right:2rem;top:1.2rem; width:3rem; height: 3rem;}
    .hsec1 .lnb_open .line{display: block; width: 100%; height: 3px; margin:4px 0; background:#333; transition: all 0.5s;}
    .mob_utill{display: flex !important; background: var(--main_color);}
    .mob_utill li{flex:1}
    .mob_utill li > a{color:#fff !important; padding:0 !important; text-align: center !important;}
    .mob_utill li > 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 > 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 > 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;
        }
      }

      /* 언어 드롭다운 */
      .dropdown {position: absolute; top: 2.5rem; right:10rem; z-index: 8; display: inline-block;}
      .dropbtn {color:#fff; padding:1rem; border-radius: 100%; border: none; background: transparent; }      
      .dropbtn span{font-size: 3rem;}
      
      .dropdown-content {display: none; padding:1rem; background: #fff; position: absolute; left:50%; transform: translateX(-50%); 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: #fafafa;}
      
      .dropdown:hover .dropdown-content {display: block;}
      /*.dropdown:hover .dropbtn {background-color:var(--main_color);}*/

}




