/* 상단 로그인 임시 */
.top_login {
     position: absolute;
     width: 100%;
     z-index: 99999999999999999999999999999999999999999;
     height: 30px;
     top: 0;
     left: 0;
   
}

.top_login .container22 {
    margin: 0  auto;
    position: relative;
    width: 1280px;
    text-align: right;
  
    
}
.top_login .container22 ul {
    float: right;
    background: transparent;
    margin-top: 0;
     padding-top: 0;
     padding-right: 0;

}
.top_login .container22 ul li a {
    font-size:13px;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight:600;
    color: rgb(126, 126, 126);
   

}
.top_login .container22 ul li {
    padding: 0;
}
.top_login .container22 ul li::before {
    font-size:11px;
    /* content: "l"; */
    
}

/* 상단 로그인 임시 마감 */
#header_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
}

#header_wrap.top_menu_06 {
    /* background-color: rgba(51, 46, 45, 0.7); */
    background-color: rgba(246, 245, 239, 1);
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden; 
    width: 211px;
    padding-top: 5px;
    padding-left: 5px;
    height: 50px;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 45px;
    background: url(../../img/main/logo-white.png) 0 0 no-repeat;
    text-indent: -9999px;
    /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
    text-indent: -9999px;
    
}

#header_wrap.top_menu_06.sub h1 a {
    background: url(../../img/main/logo-white.png) 0 100% no-repeat;
    text-indent: -9999px;
}

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
    /*    width: 800px;*/
    width: 900px;
    margin-left: -320px;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 133px;
    text-align: center;
   
}
#header_wrap.top_menu_06 .gnb li:nth-child(1) {
    width: 144px;
}
#header_wrap.top_menu_06 .gnb li:nth-child(2) {
    width: 156px;
}
/* #header_wrap.top_menu_06 .gnb li:nth-child(3) {
    width: 146px;
}
#header_wrap.top_menu_06 .gnb li:nth-child(4) {
    width: 126px;
} */
#header_wrap.top_menu_06 .gnb li:nth-child(6) {
    width: 126px;
}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 57px;
    padding: 40px 0 0;
    font-size: 19px;
    font-weight: 900;
    text-transform: capitalize;
    /* font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif; */
    font-family: 'NanumSquare';
    color: #0e0e0e;
}
#header_wrap.top_menu_06 .gnb .depth1 > a::before {
    content: "· ";
    font-size:14px;
    padding-right: 4px;
}
/*
#header_wrap.top_menu_06 .gnb .depth1 > a:before {
background: linear-gradient(to right, #B06AB3, #4568DC);
background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
margin-top: 36px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 0%;
transition: 0.5s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
color: #4568DC;
width: 80px;
}
*/

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #000;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 33px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* 투명 */

#header_wrap.top_menu_06.transparent {
    background-color: transparent;
}

#header_wrap.top_menu_06.transparent .gnb a {
    color: #fff;
}

#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}

#header_wrap.top_menu_06.index,
#header_wrap.top_menu_06.sub {
    /* background-color: rgba(246, 245, 239, .8); */
    background: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
#header_wrap.top_menu_06.sub {
    background-color: rgba(255, 255, 255, 1);
}
#header_wrap.top_menu_06.index .gnb a {
    color: #0e0e0e;
}

#header_wrap.top_menu_06.index .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}


/* header_hover */

#header_wrap.full_down {
    height: 347px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    background-color: rgb(255, 255, 255, 0.6);
    border-top: 0;
    content: "";
}

#header_wrap.top_menu_06.full_down h1 a {
    background-position: 0 100%;
}

#header_wrap.top_menu_06.full_down .menu_wrap {}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb {
    overflow: hidden;
    /*    width: 1140px;*/
    margin: 0 auto;
    text-align: left;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
    color: #666;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
    overflow: hidden;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
    margin-bottom: 30px;
    color: #a19896;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 32px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
    text-align: left;
    padding-left: 40px;
    line-height: 11px !important
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2.menu01 > li {
    padding-left: 30px;
    width: 160px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2.menu02 > li {
    padding-left: 50px;
    width: 160px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2.menu03 > li {
    padding-left: 50px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2.menu04 > li {
    padding-left: 70px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2.menu05 > li {
    padding-left: 50px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom: 8px;
    font-size: 13px;
    
    font-weight: 600;
    line-height: 18px !important;
    color: #3e3e3e;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 4px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:before {
    /*    content: "· "*/
}

#header_wrap.top_menu_06.full_down .top_right_menu .btn-white {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #000 solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}


/* 투명  풀다운  */

#header_wrap.top_menu_06.transparent {}

#header_wrap.top_menu_06.transparent.full_down {
    height: 347px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1100;
}

#header_wrap.top_menu_06.transparent.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    background-color: rgb(255, 255, 255, 1);
    border-top: 0;
    /*    border-top: 1px #f6f6f6 solid;*/
    content: "";
}
@media(max-width:1299px){ 
    .top_login .container22 {
        width: auto;
    }
 }
@media(max-width:991px){
    .top_login {
        display:none;
    }
    #header_wrap {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 70px;
        transition: .5s height, .2s background;
    }
    
    #header_wrap.top_menu_06 {
        /* background-color: rgba(51, 46, 45, 0.7); */
        background-color: rgba(246, 245, 239, 1);
    }
    
    #header_wrap.top_menu_06.sub h1,
    #header_wrap.top_menu_06 h1 {
        overflow: hidden; 
        width: 211px;
        padding-top: 5px;
        margin-top: 12px;
        padding-left: 5px;
        /* margin: 0 auto;
        margin-top: 12px; */
    }
    
    #header_wrap.top_menu_06.sub h1 a,
    #header_wrap.top_menu_06 h1 a {
        overflow: hidden;
        display: block;
        height: 40px;
        background: url(../../img/main/logo-white.png);
        background-repeat: no-repeat;
        background-size: 75%;
        
        text-indent: -9999px;
        /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
        text-indent: -9999px;
    }
  }