@charset "UTF-8";
html, body{font-family:'NotoSansKR';}
html{
    font-size: 10px;
}
body{
    min-width: 1200px;
}
a{
    color: #000;
}
span{
    vertical-align: baseline;
}
/*header*/
.header_wrap{
    width: 100%;
}
.header01{
    width: 100%;
    height: 50px;
    background-color: #005caa;
    position: relative;
}
.header01_container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.h_icon{
    width: 50px;
    height: 50px;
    background: url('/web/images/common/h_icon.png') center no-repeat;
    background-color: #fff;
    margin-right: 27px;
}
.h_icon a{
    display: block;
    width: 100%;
    height: 100%;
}
.sub_baro a{
    color: #fff;
    font-size: 1.4em;
    line-height: 50px;
}
.sub_baro a::after{
    display: inline-block;
    content: url(../images/common/b_r.png);
    padding-left: 11px;
}
.header02{
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #959595;
}
.h_container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.main_logo{
    width: 288px;
    height: 61px;
    margin-top: 10px;
    background: url('/web/images/common/logo.png') no-repeat; 
}
.gnb{
    width: 700px;
}
.main_menu{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.main_menu>li{
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.main_menu>li>a{
    display: block;
    line-height: 76px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    box-sizing: border-box;
}
.main_menu > li:hover > a{color: #005caa;}

.main_menu>li:hover>a::after{
    display: block;
    content: "";
    /* width: 100%; */
    height: 4px;
    background-color: #005caa;
}
.menu_active{

}
.menu_back{
    width: 1200px;
    height: 0;
    opacity: 0;
    margin: 0 auto;
    background-color: #005caa;
    background: url('/web/images/common/menu_back.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.sub_menu{
    width: 100%;
    margin-top: 30px;
    position: absolute;
    top: 80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

/* .main_menu > li.active_menu{overflow: visible;} */
.main_menu > li.active_menu .sub_menu{height: auto; opacity: 1; z-index: 2;}
.menu_back.active_nav{
    height: 307px; opacity: 1; 
    border-bottom: 4px solid #005caa;
}

.sub_menu>li{
    width: 100%;
}
.sub_menu>li>a{
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #777;
    line-height: 28px;
}

.nav_box{overflow: hidden;}
.nav_box:hover{overflow: visible;}


/*footer*/

.footer_wrap{
    width: 100%;
    height: 120px;
    background-color: #464647;
}
.foot_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.foot_con1{
    width: 500px;
    padding-top: 20px;
}
.con1_c , address{
    font-size: 1.4em;
    line-height: 25px;
    color: #999;
}
.foot_con2{
    padding-top: 70px;
}
.con2_c1{
    font-size: 1.4em;
}
.con2_c1 , .con2_c1 a{
    color: #fff;
}
.con2_c2{
    font-size: 1.4em;
    color: #878787;
}
.con2_c2 span{
    color: #f7f7f7;
}










