a { text-decoration:none !important; }
.subContainer { /*width:1310px;*/ }

/*ºû°ú¼Ò±Ý±³È¸ º¹»ç*/
.sub-rel {
    position: relative;
    /* margin-top: 110px; */
}
.sub-cont {
    background: #fff;
    position: relative;
    padding: 0;
}
#sub_title {
    font-family: 'NanumSquareRound';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    font-weight: 600;
    color: white;
    font-size: 4.5rem;
    text-shadow: 3px 2px 3px #131313e8;
    white-space: nowrap;
}
.sub-top-ul2 {
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-top-ul2 li {
    font-size: 18px;
    /* width: 165px; */
    padding: 20px 25px;
}
.sub-top-ul2 > li {
    word-break: keep-all;
}
.sub-top-ul2 li a {
    display: block;
    color: #000;
    transition: all .3s ease-in-out;
}
.sub-top-ul2 li.active a, .sub-top-ul2 li a:hover {
    color: #002D5A;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
.sub-content-menu {
    position: relative;
}
.sub-content-menu ul {
    display: flex;
    align-content: center;
    justify-content: space-between;
    text-align: center;
    margin: 60px 0 0;
}

.wrap-sub {
    /*padding:33px 0;*/
    overflow: hidden;
    min-height: 735px;
}
.wrap-sub .sub-top-img {
    margin-bottom: 30px;
}
.wrap-sub .sub-top-img img {
    width: 100%;
}
.wrap-sub > div > div {
    /*display:inline-block;*/
}
.wrap-sub .wrap-lnb {
    /*width:200px;*/
}
.wrap-sub .wrap-lnb .each-menu > a {
    display: block;
    padding: 10px;
    background: #FFF;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ECECEC;
    text-decoration: none;
}
.wrap-sub .wrap-lnb .each-menu.active > a {
    background: #3D6B9C;
    color: #FFF;
}
.wrap-sub .wrap-lnb .each-menu > .each-menu > a {
    border-top: 0;
}
.wrap-sub .wrap-lnb .each-menu > .each-menu.active > a {
    background: #FFF;
    color: #000;
    font-weight: 600;
}
.wrap-sub .wrap-lnb .each-menu i {
    display: none;
    font-size: 20px;
}
.wrap-sub .wrap-lnb .each-menu.active i {
    display: inline-block;
}
.wrap-sub .wrap-sub-content {
    float: right;
    background: #FFF;
    /*width:890px;*/
    padding: 0 22px;
    min-height: 650px;
}
.wrap-sub .wrap-sub-content .lnb-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 22px;
}
@media(min-width:1200px) and (max-width:1500px) {

}

@media(min-width:992px) and (max-width:1199px) {

}

@media(min-width:768px) and (max-width:991px) {
    /*±³È¸¼Ò°³ > ´ãÀÓ¸ñ»ç ÀÎ»ç¸»*/
    .t_fs_20 {
        font-size: 17px !important;
    }
}

@media(max-width:767px) {
    .wrap-sub .sub-top-img img { max-width:inherit; width:100%; /*position:absolute; top:0px; left:50%;*/ }
    .sub-top-img { position:relative; height:auto; }
    .lnb-title { border-bottom:1px solid #ddd; padding-bottom:5px;}
    #sub_title {
        font-size: 3.5rem;
    }
    .sub-top-ul2 li {
        font-size: 15px;
    }
    .sub-top-ul2 {
        flex-wrap: wrap;
    }
    .sub-top-ul2 > li {
        width: 33.3%;
        padding: 10px 5px;
    }

    /*±³È¸¼Ò°³ > ´ãÀÓ¸ñ»ç ÀÎ»ç¸»*/
    .t_fs_20 {
        font-size: 13px !important;
    }

    /*±³È¸¼Ò°³ > Æò±¤ ¹ßÀÚÃë*/
    .t_fs_30 {
        font-size: 25px !important;
    }
    .t_1 td:first-child {
        white-space:nowrap;
    }
}

@media(max-width:500px){
    .wrap-sub .sub-top-img img { transform:scale(1.3); }
}