@charset "utf-8";

/* ==================================================================================
    Welcome
================================================================================== */
.welcome .article {

}


/* ==================================================================================
    CONTACT - CONTACT US
================================================================================== */
.contact .article {

}
.contact .article iframe {
    width: 100%;
    height: 500px;
}


/* ==================================================================================
    SITEMAP
================================================================================== */
.sitemap .article {

}

.sitemap .article .sitemap-area .gnb ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 60px 2%;
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 {
    flex: 0 0 32%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    /*max-width: 240px;*/
    /*min-width: 180px;*/
}
.sitemap .article .sitemap-area .gnb ul > li.depth1::before {
    position: absolute;
    left: 50%;
    top: 55px;
    content: " ";
    width: 1px;
    height: 21px;
    background-color: #dfdfdf;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 21px;
    font-weight: 900;
    border: 1px solid #dfdfdf;
    border-left: 4px solid #060761;
    background-color: #fafafa;
    color: #473e83;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > a:hover {
    color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #102A54, #0172F1);
    transition: background-color 0.45s, color 0.25s;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li {
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #554d8a;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a:hover {
    color: #060761;
    border: 1px solid #DCDCFE;
    background-color: #E9E9FE;
}


/* ==================================================================================
    반응형 스타일 - 공통
================================================================================== */

/* 1400px */
@media screen and (max-width: 1400px) {



}


/* 1300px */
@media screen and (max-width: 1300px) {



}


/* 1200px */
@media screen and (max-width: 1200px) {



}

/* 1100px */
@media screen and (max-width: 1100px) {



}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul {
        gap: 44px 2%;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1::before {
        top: 50px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
        font-size: 18px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul > li.depth1::before {
        top: 46px;
        height: 12px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        gap: 12px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
        font-size: 15px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
        font-size: 13px;
    }

}

@media screen and (max-width: 640px) {

    /* ==================================================================================
        서브배너 - sub-banner
    ================================================================================== */
    .sub-spot-area {
        height: auto;
        padding: 20px 0;
    }

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        flex: 0 0 49%;
    }

}

@media screen and (max-width: 480px) {

    /* ==================================================================================
        CONTACT - CONTACT US
    ================================================================================== */
    .contact .article iframe {
        height: 300px;
    }

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        flex: 0 0 100%;
    }

}

@media screen and (max-width: 420px) {



}

@media screen and (max-width: 360px) {



}
