


:root { --main-color: #004689;}
#header{ background-color: #fff; height: 100px; position: fixed; width: 100%; z-index: 9999;}
#header.on{border-bottom: 1px solid #ccc;}
.head_wrap{max-width: 1820px; width: 95%;margin: 0 auto; display: flex; justify-content: space-between; height: 100%; align-items: center;}
.head_wrap .logo{ width: 180px;}
.head_wrap .logo a{display: block; width: 100%; height: 100%;}
.head_wrap .logo a img{}

.gnb{ height: 100%; max-width: 1500px; width: 90%;}
.gnb .main_menu{display: flex; height: 100%; align-items: center;}
.gnb .main_menu .gnb-1dep{width:calc(100% / 6 - 20px) ; margin: 0 10px; text-align: center; height: 100px; line-height: 100px; position: relative;}
.gnb .main_menu .gnb-1dep::after{content: ""; background-color: var(--main-color); width: 0; position: absolute; left: 0; bottom: 0; transition: all .5s; height: 3px;}
.gnb .main_menu .gnb-1dep a{display: block; width: 100%; height: 100%; font-size: 20px;}
.gnb .main_menu .gnb-1dep .gnb-2dep{height: auto; padding: 30px 10px; display: none; background-color: #fff; border: 1px solid #ccc;}
.gnb .main_menu .gnb-1dep .gnb-2dep li{margin: 15px 0;}
.gnb .main_menu .gnb-1dep .gnb-2dep li a{display: block; width: 100%; height: 100%; font-size: 18px; text-align: center;line-height: 2; }
.gnb .main_menu .gnb-1dep:hover::after{width: 100%;}
.gnb .main_menu .gnb-1dep .gnb-2dep li a i{display: block;}
.gnb .main_menu .gnb-1dep .gnb-2dep li:hover a{color: var(--main-color); font-weight: 600;}


/*언어*/
.head_wrap .lang{width: 80px; height: 100px; }
.head_wrap  .lang{ text-align: center; }
.head_wrap .lang .lang_btn{background-color: transparent; border: none; position: relative; height: 100%; width: 100%; display: flex; align-items: center;}
.head_wrap  .lang .lang_btn img{ }
.head_wrap  .lang .lang_btn span{ margin-left: 10px; font-size: 16px; color: #000;}
.head_wrap  .lang .lang_btn i{font-size: 16px; color: #000;}
.head_wrap .lang .lang_list{ text-align: center; background-color: var(--main-color); display: none;  width: 80px;}
.head_wrap  .lang .lang_list li{line-height: 30px; height: 30px; font-size: 16px;}
.head_wrap  .lang .lang_list li a{display: block; color: #fff;}


/*모바일head*/
.head_wrap .m_btn{vertical-align: top; text-align: center; z-index: 200; display: none;}
.head_wrap .m_btn span{position:relative; display:inline-block; width: 30px; height: 2px; background: var(--main-color); transition:0.4s}
.head_wrap .m_btn span::before{content:""; position:absolute; top: -8px; left: 0; width: 100%; height: 2px; background: var(--main-color); transition:0.4s}
.head_wrap .m_btn span::after{content:""; position:absolute; top: 8px; left: 0; width: 100%; height: 2px; background: var(--main-color); transition:0.4s}

.m_btn.on{}
.m_btn.on span{background: transparent !important;}
.m_btn.on span::before{position:absolute; top: 0; transform:rotate(45deg); background-color: #fff;}
.m_btn.on span::after{position:absolute; top: 0; transform:rotate(-45deg); background-color: #fff;}

.head_wrap .m_menu{display:none; position:fixed; top: 0; right: -100%; width: 100%; height: 100%; max-width:640px; 
    /* background: linear-gradient(135deg, #01088A, #369DB5); */
    background-image: linear-gradient(to bottom, #004689 0%, #004689 100%);
     z-index: 100; box-sizing:border-box; transition:0.4s}
.head_wrap .m_menu .m_logo{position:relative; display:inline-block; vertical-align:middle; width: 150px; height: 60px; background:url(../img/logo_color.png) 50% 50% no-repeat; background-size:contain; margin: 25px 0;}
.head_wrap .m_menu .m_lang{ padding-top: 10px; padding-left: 40px;}
.head_wrap .m_menu .m_lang span{position:relative; display:inline-block; vertical-align: bottom;}
.head_wrap .m_menu .m_lang span a{position:relative; display:inline-block; vertical-align: bottom; font-size:16px; font-weight:500; color: #222; letter-spacing:0.025em; margin-right: 40px; opacity: 0.4; padding: 0;}
.head_wrap .m_menu .m_lang span:first-of-type::after{content:""; position:absolute; top: 4px; right: 21px; width: 1px; height: 12px; background: #222; opacity: 0.4;}
.head_wrap .m_menu .m_lang span.on a::after{content:"";position:absolute;  bottom: -6px; left: 0; height: 3px; width: 100%; background: var(--main-color); transition:0.4s;;}
.head_wrap .m_menu .m_lang span.on a{font-weight:500; font-size:18px; color: var(--main-color); opacity: 1;}
.head_wrap .m_menu > ul{padding-top: 100px;}
.head_wrap .m_menu > ul > li{padding-left: 20px; }
.head_wrap .m_menu > ul > li > a{position:relative; display:inline-block; width: 100%; font-size:18px; color: #fff; padding: 14px 0; box-sizing:border-box; line-height:1.2em;  font-weight: 600;}
.head_wrap .m_menu > ul > li > a::before{background-color: #fff;
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    right: 2%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);}
    .head_wrap .m_menu > ul > li > a::after{
        background-color: #fff;
        content: '';
        width: 15px;
        height: 1px;
        position: absolute;
        right: 2%;
        top: 50%;
        transition: 0.3s ease-in-out;
        transform: translate(-50%, -50%) rotate(90deg);
    }

.head_wrap .m_menu > ul > li > ul{display:none; padding: 10px 0 10px 25px;} 
.head_wrap .m_menu > ul > li > ul > li{}
.head_wrap .m_menu > ul > li > ul > li > a{position:relative; display:inline-block; width: 100%; font-size:16px; color: #222;  box-sizing:border-box; padding: 10px 0;  }
/* .head .m_menu > ul > li > ul > li > a i{position:absolute; right: 53px; top: 19px; display:inline-block; width: 6px; height: 6px; background:url(../img/icon_arrowG.png) 50% 50% no-repeat; background-size:cover} */

.head_wrap .m_menu.on{right: 0; display:block;}
.head_wrap .m_menu > ul > li.on{background: #f5f5f5;}
.head_wrap .m_menu > ul > li.on > a{color: var(--main-color);}

.head_wrap .m_menu > ul > li.on > a::before{background-color: var(--main-color);}
.head_wrap .m_menu > ul > li.on > a::after{transform: translate(-50%, -50%); background-color: var(--main-color);}
.head_wrap .m_menu > ul > li > ul > li.on a{color: var(--main-color);}
.head_wrap .m_btn.on span::before {background-color: #fff !important;}
.head_wrap .m_btn.on span::after {background-color: #fff !important;}

.head_wrap .m_menu .depth03{padding-left: 20px;}
.head_wrap .m_menu .depth03 li{font-size: 15px; margin: 10px 0;}






/*footer*/
.footer{background-color: #545454; padding: 70px 0;}
.ft_inner{max-width: 1500px; margin: 0 auto; width: 90%;}
.ft_top, .ft_bot{display: flex; justify-content: space-between; align-items: center;}
.ft_top li{}
.ft_top li img{}
.ft_top li a{padding: 0 10px; position: relative; font-size: 17px; color: #b5b5b5;}
.ft_top li a:first-child::after{content: ""; width: 1px ; height: 15px; background-color: #b5b5b5; position: absolute; top: 6px; right: 0;}
.ft_bot{ margin-top: 25px;}
.ft_bot li{}
.ft_bot li div{margin: 10px 0; color: #b5b5b5; font-size: 17px;}
.ft_bot li div span{margin-right: 20px;}
.ft_bot li.copy{ color: #b5b5b5; font-size: 17px;}

/*footer 개인정보처리방침*/
.privacy .pop_wrap{width: 800px; }
.layerpopup{display: none; position:fixed;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:999999999999;overflow:auto;}
.layerpopup .pop_wrap{margin:70px auto 50px;padding:20px;background:#fff;box-sizing:border-box;border:1px solid #c1c1c1;position:relative;  height: 800px;}
.layerpopup .pop_wrap .pop_tit{font-size: 25px; text-align: center;margin: 50px 0 ; color: var(--main-color); font-weight: 600;}
.layerpopup .pop_wrap .pop_content{border: 1px solid #ddd; margin-bottom: 20px; padding: 20px; background-color: #f7f7f7;}
.layerpopup .pop_wrap .pop_content h3{font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.layerpopup .pop_wrap .pop_content p{font-size: 16px;line-height: 1.2; word-break: keep-all;}

.layerpopup .pop_wrap .pop_close{position: absolute; right: 30px; top: 30px;}
.layerpopup .pop_wrap .pop_close i{color: var(--main-color); font-size: 30px; transition: all .5s;}
.layerpopup .pop_wrap .pop_close:hover i{transform: rotate(360deg);}

.privacy .pop_wrap textarea{width: 100%;height: 500px;background-color: #f4f4f4; font-size: 16px; word-break: keep-all;}



 /*******************************반응형*************************************/
 @media (max-width: 1540px) {  
   
   
    
}
@media (max-width: 1380px) {  

    .head_wrap .logo{width: 150px;}
    .head_wrap .logo a img{width: 100%;}
    .gnb .main_menu .gnb-1dep a{font-size: 18px;}
    .gnb .main_menu .gnb-1dep .gnb-2dep li a{font-size: 16px;}
}

@media (max-width: 1280px) {
 .head_wrap .gnb{display: none;}
 .head_wrap .m_btn{position:relative; display:inline-block; width: 40px; height: 40px; vertical-align: middle;  cursor: pointer; transition:0.4s}
 .head_wrap .m_btn.on{margin-left: 0;}
 .head_wrap .m_btn span{margin: 19px 0;}
 .head_wrap .m_menu{display:block; }
 .mo_wrap{width: 150px; display: flex; align-items: center; justify-content: space-between;}

 .privacy .pop_wrap{width: 90%;}
 .layerpopup .pop_wrap .pop_tit{font-size: 20px;}
   
}
@media (max-width: 1024px) { 
    .ft_bot{flex-direction: column; align-items: start;}
  
}
@media (max-width: 800px) { 

}
@media (max-width: 650px) { 
    #header{height: 80px;}
    .head_wrap .lang{height: 80px;}


    .ft_bot li div{font-size: 16px;}
    .ft_bot li div i{display: block;margin-bottom: 10px;}
    .ft_top{flex-direction: column; align-items: start;}
    .ft_top li:nth-child(1) {margin-bottom: 30px;}


   
}
@media (max-width: 480px) { 

    .head_wrap .logo{width: 120px;}
    .mo_wrap{width: 130px;}
    .head_wrap .lang .lang_btn img{width: 15px;}
    .head_wrap .lang .lang_btn span{margin-left: 5px;}

    
    .layerpopup .pop_wrap .pop_tit{font-size: 18px;}
    .layerpopup .pop_wrap .pop_close i{font-size: 25px;}
    .privacy .pop_wrap textarea{font-size: 14px;}
   
}