@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'KOTRA_SONGEULSSI';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/KOTRA_SONGEULSSI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



#subbg01 {
    margin-top: 70px;
}

.container {
    max-width: 1340px;
    width: 100%;
}

a {
    transition: all 0.5s;
}

.submenuul li a {
    letter-spacing: -0.02em;
}

hr.gap10px {
    height: 10px !important;
    width: 100%;
    display: block;
    border: none !important;
    margin: 0;
}

hr.gap30px {
    height: 30px !important;
    width: 100%;
    display: block;
    border: none !important;
    margin: 0;
}

hr.gap50px {
    height: 50px !important;
    width: 100%;
    display: block;
    border: none !important;
    margin: 0;
}

hr.gap80px {
    height: 80px !important;
    width: 100%;
    display: block;
    border: none !important;
    margin: 0;
}





/*풋터*/
#footerarea {
    clear: both;
    width: 100%;
    background: #414141;
    padding: 40px 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
}

.footer_mn {
    margin-bottom: 15px;
}

.footer_mn .row {
    margin: 0;
}

.footer_mn a,
.footer_mn a:link,
.footer_mn a:visited {
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.footer_mn a:hover {
    color: #559cca;
}

.footer_mn a::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
}

.footer_mn li:last-child a::before {
    display: none;
}

.footersubarea li {
    line-height: 1.8;
}

.footersubarea span {
    display: inline-block;
    padding-right: 20px;
}

.footersubarea span.copy {
    color: #ccc;
}


/*페이지 로딩*/
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: .9;
    background-color: #fff;
    z-index: 99999999999999;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

#loading-image span {
    display: inline-block;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
}

#loading-image span p {
    font-size: 12px !important;
}






/*상단바로가기*/
.toparr {
    margin: auto;
    width: 5px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99999;
}

a.top {
    position: fixed;
    right: 10%;
    bottom: 5%;
    display: none;
    opacity: .8;
    transition: all 0.5s;
}

a.top:hover {
    opacity: 1;
    background-color: #559cca;
}






/*서브타이틀*/
.submn-bg {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#subbg01.submn-bg {
    background-image: url('../img/m01.png');
}


.submn-tit {
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.submn-tit h2 {
    font-size: 2.5rem;
}

.submn-tit p {
    font-size: 1.2rem;
    margin: 10px 0 50px;
}






/*서브페이지 서브메뉴*/

/*기본형*/
.submn {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 1);
}

.submn a,
.submn a:link,
.submn a:visited {
    display: inline-block;
    color: #666;
    padding: 0 30px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

.submn li a:hover {
    color: #559cca;
}

.submn li a::after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    background: #559cca;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.submn li a:hover:after {
    width: 100%;
    left: 0;
}

#submn01 li:nth-child(1) a,
#submn02 li:nth-child(2) a,
#submn03 li:nth-child(3) a,
#submn04 li:nth-child(4) a,
#submn05 li:nth-child(5) a,
#submn06 li:nth-child(6) a,
#submn07 li:nth-child(7) a,
#submn08 li:nth-child(8) a {
    color: #559cca;
}




/*상단바*/
.top-bar .submn li a::after {
    top: 0px;
    height: 2px;
}

.top-bar#submn01 li:nth-child(1) a,
.top-bar#submn02 li:nth-child(2) a,
.top-bar#submn03 li:nth-child(3) a,
.top-bar#submn04 li:nth-child(4) a,
.top-bar#submn05 li:nth-child(5) a,
.top-bar#submn06 li:nth-child(6) a,
.top-bar#submn07 li:nth-child(7) a,
.top-bar#submn08 li:nth-child(8) a {
    border-top: 2px solid #559cca;
}




/*하단바*/
.bottom-bar .submn li a::after {
    bottom: -2px;
    height: 2px;
}

.bottom-bar#submn01 li:nth-child(1) a,
.bottom-bar#submn02 li:nth-child(2) a,
.bottom-bar#submn03 li:nth-child(3) a,
.bottom-bar#submn04 li:nth-child(4) a,
.bottom-bar#submn05 li:nth-child(5) a,
.bottom-bar#submn06 li:nth-child(6) a,
.bottom-bar#submn07 li:nth-child(7) a,
.bottom-bar#submn08 li:nth-child(8) a {
    border-bottom: 2px solid #559cca;
}




/*배경색*/
.bgW-bar .submn {
    line-height: 50px;
}

.bgW-bar .submn li {
    border-right: 1px solid #fff;
}

.bgW-bar .submn li:last-child {
    border: none;
}

.bgW-bar .submn li a::after {
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.bgW-bar .submn li a:hover {
    color: #fff !important;
}

.bgW-bar#submn01 li:nth-child(1) a,
.bgW-bar#submn02 li:nth-child(2) a,
.bgW-bar#submn03 li:nth-child(3) a,
.bgW-bar#submn04 li:nth-child(4) a,
.bgW-bar#submn05 li:nth-child(5) a,
.bgW-bar#submn06 li:nth-child(6) a,
.bgW-bar#submn07 li:nth-child(7) a,
.bgW-bar#submn08 li:nth-child(8) a {
    background-color: #559cca;
    color: #fff;
}



/*배경색*/
.bgH-bar .submn {
    line-height: 50px;
}

.bgH-bar .submn li {
    border-right: 1px solid #fff;
}

.bgH-bar .submn li:last-child {
    border: none;
}

.bgH-bar .submn li a::after {
    height: 0;
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    background: #559cca;
    transition: height 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

.bgH-bar .submn li a:hover:after {
    height: 100%;
    bottom: 0;
}

.bgH-bar .submn li a:hover {
    color: #fff !important;
}

.bgH-bar#submn01 li:nth-child(1) a,
.bgH-bar#submn02 li:nth-child(2) a,
.bgH-bar#submn03 li:nth-child(3) a,
.bgH-bar#submn04 li:nth-child(4) a,
.bgH-bar#submn05 li:nth-child(5) a,
.bgH-bar#submn06 li:nth-child(6) a,
.bgH-bar#submn07 li:nth-child(7) a,
.bgH-bar#submn08 li:nth-child(8) a {
    background-color: #559cca;
    color: #fff;
}



@media screen and (max-width: 1024px) {

    a.top {
        right: 1%;
        bottom: 1%;
    }

}


@media screen and (max-width: 765px) {

    #footerarea,
    .footer_mn a {
        font-size: 0.925rem !important;
    }
}



@media screen and (max-width: 575px) {

    .submn {
        background: none;
    }

    .bgW-bar .submn,
    .submn {
        flex-wrap: wrap;
        height: auto;
        line-height: initial;
        border: none;
        position: inherit;
        padding-bottom: 15px;
    }

    .submn-bg {
        height: auto;
        min-height: 200px;
    }

    .submn-tit h2 {
        font-size: 2rem;
        margin-top: 30px;
    }

    .submn-tit p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .submn li {
        padding: 2px;
    }

    .submn a,
    .submn a:link,
    .submn a:visited {
        border: 1px solid #fff;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: -0.05em;
        color: #fff !important;
        background-color: rgba(153, 153, 153, 0.5);
        line-height: 1.5;
    }

    #submn01 .submn li:nth-child(1) a,
    #submn02 .submn li:nth-child(2) a,
    #submn03 .submn li:nth-child(3) a,
    #submn04 .submn li:nth-child(4) a,
    #submn05 .submn li:nth-child(5) a,
    #submn06 .submn li:nth-child(6) a,
    #submn07 .submn li:nth-child(7) a,
    #submn08 .submn li:nth-child(8) a {
        border: 1px solid #559cca;
        background-color: #559cca;
        color: #fff;
    }

    .bgW-bar .submn li,
    .bgH-bar .submn li {
        border: none;
    }

}





/* 사이드바 1단 스타일 */
#subtitbg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
    color: #fff;
    min-height: 300px;
}

#subtitbg .row {
    padding: 0;
    margin: 0;
}

#subtitbg .row .col-md-12 {
    padding: 0;
}

.subbg01 {
    background: url('../img/slid-back_1.png')no-repeat center center;
    background-size: cover;
}


.sbTxt {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: left;
}

.sbTxt h2 {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
    padding: 0 0 0px 0;
    font-size: 2.5em;
}

.sbTxt p {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.sbTxt .sub_nav {
    margin-top: 20px;
}


/*.side-area {text-align: center;}*/
.side-mn {
    padding-right: 50px;
}

.side-area h2 {
    font-size: 1.5em;
    color: #333;
    padding: 10px 5px 10px 20px;
    border-bottom: 2px solid #333;
    font-weight: 700;
}

.sidemn-cont {
    background: #f7f7f7;
}

.sidemn-cont a {
    display: block;
    color: #333;
    padding: 8px 5px 8px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    position: relative;
}

.sidemn-cont li:last-child a {
    border-bottom: none;
}

.sidemn-cont li:hover a {
    background: #559cca;
    color: #fff;
}

.side_scroll .side-mn {
    position: relative;
}

.side_scroll .side-mn .side-area {
    position: fixed;
    top: 10%;
    max-width: 222px;
    width: 100%;
}

.sidemn1 .sidemn-cont li:nth-child(1) a,
.sidemn2 .sidemn-cont li:nth-child(2) a,
.sidemn3 .sidemn-cont li:nth-child(3) a,
.sidemn4 .sidemn-cont li:nth-child(4) a,
.sidemn5 .sidemn-cont li:nth-child(5) a,
.sidemn6 .sidemn-cont li:nth-child(6) a,
.sidemn7 .sidemn-cont li:nth-child(7) a,
.sidemn8 .sidemn-cont li:nth-child(8) a,
.sidemn9 .sidemn-cont li:nth-child(9) a,
.sidemn10 .sidemn-cont li:nth-child(10) a,
.sidemn11 .sidemn-cont li:nth-child(11) a,
.sidemn12 .sidemn-cont li:nth-child(12) a,
.sidemn13 .sidemn-cont li:nth-child(13) a {
    background: #559cca;
    color: #fff;
}


.sidemn-cont a::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 17px;
    background: url('more_arrow.png') center center no-repeat;
    right: 30px;
    top: 12px;
    opacity: 0;
    transition: all 0.5s;
}

.sidemn1 .sidemn-cont li:nth-child(1) a::after,
.sidemn2 .sidemn-cont li:nth-child(2) a::after,
.sidemn3 .sidemn-cont li:nth-child(3) a::after,
.sidemn4 .sidemn-cont li:nth-child(4) a::after,
.sidemn5 .sidemn-cont li:nth-child(5) a::after,
.sidemn6 .sidemn-cont li:nth-child(6) a::after,
.sidemn7 .sidemn-cont li:nth-child(7) a::after,
.sidemn8 .sidemn-cont li:nth-child(8) a::after,
.sidemn9 .sidemn-cont li:nth-child(9) a::after,
.sidemn10 .sidemn-cont li:nth-child(10) a::after,
.sidemn11 .sidemn-cont li:nth-child(11) a::after,
.sidemn12 .sidemn-cont li:nth-child(12) a::after,
.sidemn13 .sidemn-cont li:nth-child(13) a::after {
    opacity: 1;
}

.sidemn-cont a:hover::after {
    right: 10px;
    opacity: 1;
}


.csinfo {
    clear: both;
    width: 100%;
    margin: 30px auto 30px;
    padding: 30px 20px;
    background-color: #666;
}

.csinfo h2 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 0px 0 10px;
}

.csinfo h3 {
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    margin-bottom: 5px;
}

.csinfo p {
    margin: 0 auto;
    font-size: 85% !important;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #fff;
}


@media (max-width: 1024px) {

    .side-area h2 {
        font-size: 1em;
        line-height: 1.5 !important;
    }

    .sidemn-cont a {
        font-size: 0.925em;
        line-height: 1.5 !important;
        word-break: keep-all;
    }

    .side_scroll .side-mn .side-area {
        max-width: 191px;
    }

}




@media (max-width: 991px) {
    .sidemn-cont a::after {
        display: none !important;
    }

    .side-mn {
        padding-right: 0px;
    }

    .side_scroll .side-mn .side-area {
        max-width: 100px;
    }

    .side-mn,
    .subarea>.container>.row>div {
        max-width: 100% !important;
        flex: auto;
    }

    .side-area h2 {
        display: none;
    }

    .sidemn-cont {
        border: none;
        margin-bottom: 30px;
        background: none;
        text-align: center;
    }

    .sidemn-cont li {
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .sidemn-cont a {
        font-size: 15px !important;
        padding: 10px 20px;
        border: 1px solid #ddd !important;
    }

    .side_scroll .side-mn .side-area {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .csinfo {
        display: none;
    }
}


@media (max-width: 575px) {

    .submn {
        text-align: center;
    }

    .submn ul {
        float: inherit;
    }

    .submn a {
        padding: 10px;
        margin: 0;
        height: auto;
        line-height: 2;
    }

    .subarea {
        padding: 30px 0;
    }

    .sidemn-cont li {
        padding: 0;
    }

    .sidemn-cont a {
        font-size: 14px;
        padding: 8px 15px;
        ;
        letter-spacing: -0.03em;
    }

    #subtitbg {
        min-height: 200px;
        padding: 50px 0;
    }

    .sbTxt h2 {
        font-size: 2em !important;
        text-align: center;
    }

    .sbTxt p {
        font-size: 0.895em !important;
        text-align: center;
    }
}



/*사이드바2단형*/
#locationWrap {
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
    height: 70px;
}

#locationWrap .container {
    max-width: 1150px;
}

#location ul li {
    position: relative;
    float: left;
    height: 70px;
    line-height: 2.69;
}

#location ul li.home a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#location ul li:nth-child(n+2) {
    padding-left: 20px;
    margin-left: 15px;
}

#location li::before {
    font-family: 'themify';
}

#location .home::before {
    content: "\e69b";
    font-size: 21px;
}

#location li:nth-child(n+2)::before {
    content: "\e649";
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 0;
}


.sidesub ul {
    float: right;
    display: inline-block;
    margin: 0 auto !important;
    margin-top: -1px !important;
}

.sidesub a {
    display: inline-block;
    color: #999;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin: 0 0 0 60px;
    font-weight: 700;
    position: relative;
}

.sidesub a::after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    background: #0669bf;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    bottom: 0px;
    height: 2px;
    width: 0;
}

.sidesub a:hover {
    color: #0669bf;
}

.sidesub a:hover::after {
    width: 100%;
    left: 0;
}

.sidesub ul li {
    display: inline-block;
    margin: 0 -2px !important;
}

.submn1 .sidesub ul li:nth-child(1) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn2 .sidesub ul li:nth-child(2) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn3 .sidesub ul li:nth-child(3) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn4 .sidesub ul li:nth-child(4) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn5 .sidesub ul li:nth-child(5) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn6 .sidesub ul li:nth-child(6) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn7 .sidesub ul li:nth-child(7) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn8 .sidesub ul li:nth-child(8) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn9 .sidesub ul li:nth-child(9) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}

.submn10 .sidesub ul li:nth-child(10) a {
    border-bottom: 2px #0669bf solid !important;
    color: #0669bf !important;
}


.submn1 .sidesub ul li:nth-child(1) a:hover::after,
.submn2 .sidesub ul li:nth-child(2) a:hover::after,
.submn3 .sidesub ul li:nth-child(3) a:hover::after,
.submn4 .sidesub ul li:nth-child(4) a:hover::after,
.submn5 .sidesub ul li:nth-child(5) a:hover::after,
.submn6 .sidesub ul li:nth-child(6) a:hover::after,
.submn7 .sidesub ul li:nth-child(7) a:hover::after,
.submn8 .sidesub ul li:nth-child(8) a:hover::after,
.submn9 .sidesub ul li:nth-child(9) a:hover::after,
.submn10 .sidesub ul li:nth-child(10) a:hover::after {
    display: none !important;
}

@media (max-width: 768px) {

    #location {
        display: none;
    }

    .sidesub {
        text-align: center;
    }

    .sidesub a {
        margin: 0 20px;
    }

    .sidesub ul {
        float: inherit;
    }

}

@media (max-width: 575px) {
    #locationWrap {
        height: auto;
    }

    #locationWrap .container {
        padding: 0 !important;
    }

    .sidesub a {
        margin: 0px;
        padding: 0 5px;
        font-size: 16px !important;
        height: 50px;
        line-height: 50px;
        letter-spacing: -0.03em;
    }

    .sidesub ul li {
        margin: 0 auto !important;
    }



}




/* sub hero */
#sub-hero {
    position: relative;
}

#sub-hero .hero-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: transform 5s ease;
    height: 350px;
}

#sub-hero.hero-01 .hero-bg {
    background-image: url(subbg1.jpg)
}

#sub-hero.hero-02 .hero-bg {
    background-image: url(subbg2.jpg)
}

#sub-hero.hero-03 .hero-bg {
    background-image: url(subbg3.jpg)
}

#sub-hero.hero-04 .hero-bg {
    background-image: url(subbg4.jpg)
}

#sub-hero.hero-05 .hero-bg {
    background-image: url(subbg5.jpg)
}

#sub-hero.hero-06 .hero-bg {
    background-image: url(subbg6.jpg)
}

#sub-hero .hero-caption {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 5
}

#sub-hero .caption-cell {
    display: table-cell;
    text-align: center;
    padding-top: 0px;
    vertical-align: middle
}

#sub-hero .caption-cell h2 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

#sub-hero .caption-cell p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px
}







/*드롭다운메뉴1*/
.dropdown {
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    height: 65px;
}

.dropdown .drop_h {
    padding: 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
    height: 65px;
}

.dropdown .drop_h a {
    text-align: center;
}

.dropdown .drop_h a img {
    max-width: 100%;
}

.dropdown .drop_m_icon {}

.dropdown .drop_m_icon::after {
    content: '\e941';
    position: absolute;
    right: 25px;
    font-family: 'xeicon';
    transition: all 0.4s;
    transform: rotate(0deg);
}

.dropdown .drop_m_icon.active::after {
    transition: all 0.4s;
    transform: rotate(180deg);
}

.dropdown .drop_m {
    float: left;
    width: 200px;
    border-right: 1px solid #eee;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.dropdown .drop_m .drop_m_wrp {
    font-size: 15px;
    color: #7a7a7a;
}

.dropdown .drop_m .drop_m_wrp span {}

.dropdown .drop_m .dropdown_list {
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    opacity: 0;
    transition: all .4s;
}

.dropdown .drop_m .dropdown_list li {
    border: 1px solid #eee;
    background-color: #fff;
}

.dropdown .drop_m .dropdown_list li.color {
    background: #0669bf !important;
}

.dropdown .drop_m .dropdown_list li.color a {
    color: #fff;
}

.dropdown .drop_m .dropdown_list li:hover {
    background-color: #eee;
}

.dropdown .drop_m .dropdown_list li a {
    font-size: 15px;
    color: #7a7a7a;
    display: block;
    padding: 10px;
}

.dropdown .drop_s_icon::after {
    content: '\e941';
    position: absolute;
    right: 25px;
    font-family: 'xeicon';
    transition: all 0.5s;
    transform: rotate(0deg);
}

.dropdown .drop_s_icon.active::after {
    transition: all 0.5s;
    transform: rotate(180deg);
}

.dropdown .drop_s {
    float: left;
    width: 200px;
    border-right: 1px solid #eee;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

/*.dropdown .drop_s .drop_s_wrp {font-size: 15px; color: #0669bf;}*/
.dropdown .drop_s .drop_s_wrp span {}

.dropdown .drop_s .dropdown_list {
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    opacity: 0;
    transition: all .4s;
}

.dropdown .drop_ss_icon::after {
    content: '\e941';
    position: absolute;
    right: 25px;
    font-family: 'xeicon';
    transition: all 0.5s;
    transform: rotate(0deg);
}

.dropdown .drop_ss_icon.active::after {
    transition: all 0.5s;
    transform: rotate(180deg);
}

.dropdown .drop_ss {
    float: left;
    width: 200px;
    border-right: 1px solid #eee;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.dropdown .drop_ss .drop_s_wrp {
    font-size: 15px;
    color: #0669bf;
}

.dropdown .drop_ss .drop_s_wrp span {}

.dropdown .drop_ss .dropdown_list {
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    opacity: 0;
    transition: all .4s;
}

.dropdown_list {
    display: none;
}

.dropdown_list.opened {
    display: block;
}

.dropdown .drop_s .dropdown_list li {
    border: 1px solid #eee;
    background-color: #fff;
}

.dropdown .drop_s .dropdown_list li.color {
    background: #0669bf;
}

.dropdown .drop_s .dropdown_list li.color a {
    color: #fff;
}

.dropdown .drop_s .dropdown_list li a {
    font-size: 15px;
    color: #7a7a7a;
    display: block;
    padding: 10px
}

.dropdown .drop_s .dropdown_list li:hover {
    background-color: #eee;
}

.dropdown .drop_s .dropdown_list li:hover a {
    color: #333;
}

.dropdown .drop_ss .dropdown_list li {
    border: 1px solid #eee;
    background-color: #fff;
}

.dropdown .drop_ss .dropdown_list li.color {
    background: #0669bf;
}

.dropdown .drop_ss .dropdown_list li.color a {
    color: #fff;
}

.dropdown .drop_ss .dropdown_list li a {
    font-size: 15px;
    color: #7a7a7a;
    display: block;
    padding: 10px
}

.dropdown .drop_ss .dropdown_list li:hover {
    background-color: #eee;
}

.dropdown .drop_ss .dropdown_list li:hover a {
    color: #333;
}

.opened {
    opacity: 1 !important;
    transition: all 0.4s;
}

.dropdown .drop_m .dropdown_list li.color:hover,
.dropdown .drop_s .dropdown_list li.color:hover,
.dropdown .drop_ss .dropdown_list li.color:hover,
.dropdown .drop_m .dropdown_list li.color:hover a,
.dropdown .drop_s .dropdown_list li.color:hover a,
.dropdown .drop_ss .dropdown_list li.color:hover a {
    background: #0669bf !important;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .dropdown .drop_h {
        display: none;
    }

    .dropdown>.container {
        padding: 0;
    }

    .dropdown .drop_m {
        width: 30%;
    }

    .dropdown .drop_s {
        width: 30%;
    }

    .dropdown .drop_ss {
        width: 30%;
    }

    .dropdown .drop_m .dropdown_list,
    .dropdown .drop_s .dropdown_list,
    .dropdown .drop_ss .dropdown_list {
        top: 65px;
    }
}

@media screen and (max-width: 575px) {
    #sub-hero .submn-bg {
        min-height: 280px;
        justify-content: start;
    }

    #sub-hero .submn-tit {
        max-width: 90%;
        margin: 0 auto;
    }

    .dropdown {
        height: auto;
    }

    .dropdown .drop_m,
    .dropdown .drop_s {
        width: 50%;
        padding: 10px;
    }

    .dropdown .drop_ss {
        width: 100%;
        padding: 10px;
        border-top: 1px solid #ddd;
    }

    .dropdown .drop_m .dropdown_list,
    .dropdown .drop_s .dropdown_list,
    .dropdown .drop_ss .dropdown_list {
        top: 45px;
    }
}




/* 드롭다운메뉴2 */
#sub-menus-div {
    clear: both;
    width: 100%;
    text-align: center;
    height: 250px;
}

.sub-menus-div {
    clear: both;
    width: 100%;
}

.sub-menus {
    width: 100%;
    padding: 100px 0 0;
    margin: 0 auto;
}

.sub-menus h1 {
    color: #fff;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif !important;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 400;
}

.sub-menus ul {
    width: 100%;
    margin: 0 auto !important;
    background: rgba(13, 48, 120, .8);
}

.sub-menus ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.sub-menus ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    padding: 15px 25px;
    display: table-cell;
}

.sub-menus ul li a:hover {
    background: #fff;
    color: #333;
}

#sub-body {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.subbg1 {
    background: url('subbg1.jpg')no-repeat center top;
    background-size: cover;
}

.subbg2 {
    background: url('subbg2.jpg')no-repeat center top;
    background-size: cover;
}

.subbg3 {
    background: url('subbg3.jpg')no-repeat center top;
    background-size: cover;
}

.subbg4 {
    background: url('subbg4.jpg')no-repeat center top;
    background-size: cover;
}

.subbg5 {
    background: url('subbg5.jpg')no-repeat center top;
    background-size: cover;
}


.sub_dropdown {
    padding: 0;
    border-bottom: 1px solid #ddd;
    height: 47px;
}

.sub_dropdown ul li {
    float: left;
}

.sub_dropdown ul li a {
    padding: 9px 19px;
    font-size: 15px;
    line-height: 20px;
    background: #fefefe;
    border-bottom: 1px solid #efefef;
    color: #555;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul li a.on,
.sub_dropdown ul li a:hover {
    background: #0669bf;
    color: #fff;
    border-bottom: 1px solid #0669bf;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul li ul {}

.sub_dropdown ul li ul li {
    display: inline-block;
    width: 100%;
}

.sub_dropdown ul li ul li a {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul li ul li a.on,
.sub_dropdown ul li ul li a:hover {
    background: #fff;
    color: #0669bf;
    font-weight: bold;
    border-bottom: 1px solid #0669bf;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul h2,
.sub_dropdown ul h2:hover {
    margin: 0;
    font-size: 16px;
    padding: 13px 19px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #0669bf;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul>li input[type=checkbox]:checked~h2 {
    background: #fff;
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sub_dropdown ul>li {
    position: relative;
    padding: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-left: -1px;
}

.sub_dropdown ul>li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 18px;
    right: 15px;
}

.sub_dropdown ul>li i:before,
.sub_dropdown ul>li i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 9px;
}

.sub_dropdown ul>li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.sub_dropdown ul>li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.sub_dropdown ul>li p {
    color: #666;
    position: absolute;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    top: 45px;
    width: 100%;
}

.sub_dropdown ul>li input[type=checkbox] {
    margin: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.sub_dropdown ul>li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    margin: 0;
}

.sub_dropdown ul>li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
    background-color: #777;
}

.sub_dropdown ul>li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
    background-color: #777;
}

.sub_dropdown .container {}

.sub_dropdown .home-btn {
    float: left;
    height: 46px;
    border-left: 1px solid #ddd;
}

.sub_dropdown .home-btn a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
}

.sub_dropdown li.hover p {
    color: rgba(48, 69, 92, 0.8) !important;
    position: absolute !important;
    overflow: visible !important;
    max-height: 800px !important;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    z-index: 2 !important;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3) !important;
    top: 45px !important;
    width: 100% !important;
}


@media screen and (max-width: 575px) {
    #sub-menus-div {
        height: auto;
    }

    .sub-menus {
        padding: 75px 10px;
    }

    .sub_dropdown .home-btn {
        display: none;
    }

    .sub_dropdown .container {
        padding: 0;
    }

    .sub_dropdown ul h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sub_dropdown ul h2,
    .sub_dropdown ul h2:hover {
        padding: 13px 10px;
    }

    .sub_dropdown ul>li {
        line-height: 1;
        letter-spacing: -0.05em;
    }

    .sub_dropdown ul>li i {
        right: 8px;
    }

    .sub_dropdown ul li a {
        padding: 8px 8px;
    }

    .sub_dropdown ul>li i:before,
    .sub_dropdown ul>li i:after {
        width: 2px;
    }

    ;
}