@charset "UTF-8";

html,body{
    font-family:'NotoSansKR';
}
span{
    vertical-align: baseline;
}

.header_wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.header{
    width: 100%;
}
.logo_container{
    width: 100%;
    padding: 38px 0;
    box-sizing: border-box;
}
.gnb_container{
    width: 100%;
    box-sizing: border-box;
    background-color: #0965B5;
}
.main_logo{
    width: 426px;
    text-align: center;
    margin:  0 auto;
}
.main_logo img{
    width: 100%;
}
.gnb{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.menu{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu li{
    width: 100%;
    padding: 20px 0 19px 0;
    position: relative;
}
.menu li>a{
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.lnb{
    width: 100%;
    position: absolute;
    left: 0;
    top: 61px;
    display: none;
}
.lnb li{
    width: 100%;
    height: 56px;
    background-color: #fff;
    text-align: center;
    line-height: 56px;
    padding: 0;
}
.lnb li>a{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #111;
}
.lnb li:hover>a{
    color: #0965B5;
    text-decoration: underline;
}
.mc3_con2 p{
    font-size: 24px;
    font-weight: 200;
    color: #111;
    text-align: center;
}
.mc3_con2 p:nth-child(2){
    margin-bottom: 33px;
}
.mc3_con2 p:nth-child(3){
    margin-bottom: 37px;
}
.mc3_con2 p:nth-child(4){
    margin-bottom: 38px;
}
.mc3_con2 p:nth-child(2) span{
    font-weight: 600;
}
.mc3_con2 p:nth-child(3) span{
    font-size: 30px;
    font-weight: 600;
    color: #11346C;
}
.mc3_imgbox{
    position: relative;
}
.mc3_imgbox1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.mc3_imgbox1_1{
    width: 100.5%;
    background-color: rgba(9, 101, 181, .7);
}
.mc3_imgbox1_2{
    background-color: rgba(0, 169, 157, .7);
}
.mc3_imgbox1_3{
    background-color: rgba(10, 155, 191, .7);
}
.mc3_imgbox1_4{
    background-color: rgba(9, 101, 181, .7);
}
.mc3_imgbox1 h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 109px 0 12px 0;
    text-align: center;
}
.mc3_imgbox1 p{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}







/* ////Footer//// */
footer{
    width: 100%;
    padding: 23px 0;
    box-sizing: border-box;
    background-color: #111;
}
footer p{
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    opacity: .5;
    margin-bottom: 6px;
}












/* ////레이아웃 CSS//// */
span.block{
    display: block;
}
.sub104_tab{
    display: none;
}
.tab_on{
    display: block;
}
.sub104_tab_list li.active{
    background-color: #F5F5F5;
}


.mobile_content{
    display: none;
}
.pc_content{
    display: block;
}
span.mobile_content{
    display: none;
}
.main_con1_3 .mobile_content{
    display: none;
}








/* 태블릿 반응형 바로가기// */

@media screen and (max-width:1199px){
    .pc_content{
        display: none;
    }
    .mobile_content{
        display: block;
    }
    .mobile_content2{
        display: flex;
    }
    .m_block{
        display: block;
        margin-top: 4px;
    }
    header{
        width: 100%;
        margin: 0 auto;
    }
    .main_logo{
        width: 100%;
        text-align: center;
    }
    .menu_container{
        width: 100%;
        height: 150px;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        border-bottom: 1px solid #707070;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m_menu_on{
        cursor: pointer;
    }
    .m_menu_off{
        display: none;
        cursor: pointer;
    }
    .menu_box{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .menu_on_box{
        width: 10.3%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .menu_on_box img{
        width: 100%;
    }
    .logo_container{
        width: 60%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }
    .logo_container img{
        width: 100%;
    }
    .m_menu_list{
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        border-top: 1px solid #707070;
        overflow-y: scroll;
        display: none;
    }
    .m_menu_l{
        box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid #707070;
    }
    .m_gnb_menulist1{
        border-top: 1px solid #707070;
    }
    .m_gnb_t{
        font-size: 32px;
        font-weight: 400;
        color: #111;
        padding: 32px 55px;
    }
    .lnb_btn{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
    }
    .logo_container2{
        padding: 30px 0 25px 0;
        box-sizing: border-box;
    }
    .m_lnb_list{
        width: 100%;
        padding: 29px 85px 16px 85px;
        background-color: #F1F1F1;
        display: none;
    }
    .m_lnb_list li{
        margin-bottom: 16px;
    }
    .m_lnb_list li>a{
        display: block;
        font-size: 26px;
        font-weight: 200;
        color: #111;
    }
    .m_gnb_title{
        position: relative;
    }
    .main_con1_3 .mobile_content, .main_con1_3 .mobile_content2{
        display: block;
    }
    span.pc_content{
        display: none;
    }
    span.mobile_content{
        display: block;
    }
    
    
    
    
    /* ////Footer//// */
    footer{
        padding: 55px 0;
    }
    footer p{
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 9px;
        line-height: 1.2;
    }
    








}
















/* 모바일 반응형 바로가기// */
@media screen and (max-width:767px){
    .menu_container{
        height: 124px;
    }
    .sub_wrap{
        padding-top: 124px;
    }
    .m_gnb_t{
        font-size: 16px;
        padding: 16px 27.5px;
    }
    .lnb_btn{
        right: 30px;
    }
    .logo_container2{
        padding: 15px 0 12.5px 0;
    }
    .m_lnb_list{
        padding: 14.5px 42.5px 8px 42.5px;
    }
    .m_lnb_list li{
        margin-bottom: 8px;
    }
    .m_lnb_list li>a{
        font-size: 13px;
    }
    .lnb_btn{
        display: block;
        width: 13px;
        height: 14px;
    }
    

    /* ////Footer//// */
    footer{
        padding: 27.5px 0;
    }
    footer p{
        font-size: 10px;
        margin-bottom: 4.5px;
    }
}

@media screen and (max-width: 400px){
    .menu_container {
        height: 75px;
    }
}