@charset "utf-8";

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {
        width: 1070px;
    }
}
@media(max-width:1279px) {
    .container {
        width: auto;
    }
}


/* header */

#header_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    transition: .5s height, .2s background;
}

#header_wrap.top_menu_06 {
    background-color: #fff !important;
    opacity: 0.9;
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header_wrap.top_menu_06::after {
    /* content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute; */
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 90px;
    background: url("../img/logo.png") 0 0 no-repeat;
    text-indent: -9999px;
    text-indent: -9999px;
}

/* #header_wrap.top_menu_06.sub h1 a {
    background: url(../img/logo.png) 0 100% no-repeat;
    text-indent: -9999px;
} */

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
/*    width: 800px;*/
    width: 630px;
    margin-left: -170px;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 145px;
    /* padding: 0 20px; */
    text-align: center;
}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#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: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
/*
    background: linear-gradient(to right, #B06AB3, #4568DC);
    background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
    
*/
    background: #06438a;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 38px;
    content: "";
    height: 3px;
    left: 33px;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    width: 80px;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
}

#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;
    outline: none;
}


/* 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: #000;
}

#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;
    margin-bottom: 30px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1em;
    color: #3e3e3e;

}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 4px;
    transition: all 0.5s;
}

#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;
    outline: none;
}
/* 투명  풀다운  */

#header_wrap.top_menu_06.transparent {}

#header_wrap.top_menu_06.transparent.full_down {
    height: 310px;
    background-color: rgba(255, 255, 255, 1)!important;
    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;
    content: ""; */
    /*    border-top: 1px #f6f6f6 solid;*/
}

