html,body {
    height: 100%;
}
.brand_color {
    color:#274AAF;
}
.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}

.desc_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.desc_list > li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color:#666;
    word-break: keep-all;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit4 {
    font-size: 22px;
    font-weight: 700;
    color:#365abe;
    margin-top: 40px;
}

.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    animation : s-up 3s .2s both!important;
    margin-top: 0px;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color:#fff;
    text-align: center;
}

.sub_banner_tit > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
}


.location_wrap {
    display: none;
    align-items: center;
    color:#fff;
}
.location_wrap > span {
    font-size: 12px;
    color:rgba(255,255,255,0.3);
}
.location_wrap > h6 {
    padding:0 10px;
        font-weight: 300;
        color:rgba(255,255,255,0.3);
}
.location_wrap > p {
    font-size: 12px;
    font-weight: 600;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 80px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}
.tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
    text-transform: uppercase;
    margin-top: 22px;
}
.tit.type2 {
    font-weight: 700;
}
.tit3 {
    text-transform: uppercase;
    width: 90%;
    margin:0 auto;
    font-size: 16px;
    color:#fff;
    background:#2AA4FF;
    border-radius: 50px;
    text-align: center;
    padding:8px 20px;
}
.tit3.type2 {
    width: 100%;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}
.smenu_wrap {
    margin-top: 100px;
}
.smenu_wrap > .inner {

}
.smenu {
    display: flex;
    justify-content: center;
}
.smenu > li {
    max-width: 297px;
    width: 100%;
    aspect-ratio:unset;
    height: 50px;
    background:#fff;
    border:4px solid #F5F5F5;
    border-right:0;
}

.smenu > li:last-child {
    border-right:4px solid #F5F5F5;
}
.smenu > li.active {
    background:#FFDF34;
    border:4px solid #FFDF34;
}
.smenu > li.active a {
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;

    line-height:44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#2AA4FF;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.sns_wrap {
    display: flex;
    align-items: center;
}
.sns_wrap > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#ddd;
    margin-right: 10px;
}
.sns_wrap > li:last-child {
    margin-right: 0;
}
.sns_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_wrap > .img01 {background:url('../img/img_sns01.png') center no-repeat;}
.sns_wrap > .img02 {background:url('../img/img_sns02.png') center no-repeat;}

/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}

.logo3 {
    width: 150px;
    aspect-ratio: 1/0.5466666666666667;
    background:url('../img/logo3.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.logo {
    width: 159px;
    height: 46px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.header.active .logo {
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    width: 159px;
    height: 46px;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}

.btn_contact {
    display: none;
    border:1px solid rgba(255,255,255,0.4);
}
.btn_contact > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 15px 50px;
}






 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn2.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

.dRSlBL {
    display: none!important;
    border:10px solid red;
}