@charset "UTF-8";
/*****************************************************************

Copyright C 위브온 테마 All rights reserved.
weevon@naver.com & master@weevon.com
본 페이지는 유료콘텐츠 위브온 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

/* ============================================================
   서브페이지 상단 비주얼
   - 이미지는 /theme/weevon/img/sub_top/ 에 업로드
   - 01xx: 0101_top.png, 0102_top.png
   - 02xx 이후: 02_top.png, 03_top.png
   ============================================================ */

#container_title {
    width: 100%;
    background: transparent;
    line-height: 0;
    overflow: hidden;
}

#container_title .wv-sub-theme-visual,
#container_title .wv-sub-theme-visual picture,
#container_title .wv-sub-theme-visual img {
    display: block;
    width: 100%;
}

#container_title .wv-sub-theme-visual img {
    height: auto;
    max-width: none;
}

/* 기존 위브온 텍스트/브레드크럼 오버레이 스타일 무력화 */
#container_title .wv-sub-con-1200,
#container_title .wv-sub-theme-title-container,
#container_title .breadcrumb-container,
#container_title .wv-sub-theme-title {
    position: static;
    transform: none;
    filter: none;
    opacity: 1;
}

/* ============================================================
   현재 위치 네비게이션
   ============================================================ */

.wv-sub-location {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    line-height: 1.4;
    position: relative;
    z-index: 20;
}

.wv-sub-location-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 68px;
    display: flex;
    align-items: stretch;
}

.wv-location-home {
    width: 74px;
    min-width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
    border-left: 1px solid #e6e9ee;
    border-right: 1px solid #e6e9ee;
    font-size: 24px;
    box-sizing: border-box;
}

.wv-location-select {
    position: relative;
    width: 230px;
    border-right: 1px solid #e6e9ee;
    box-sizing: border-box;
    background: #fff;
}

.wv-location-select > button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 48px 0 24px;
    border: 0;
    background: transparent;
    color: #222;
    text-align: left;
    font-size: 17px;
    font-family: "NotoKr_M", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
}

.wv-location-select > button:after {
    font-family: xeicon;
    content: "\e941";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-size: 18px;
    transition: transform .25s ease;
}

.wv-location-select.on > button:after {
    transform: translateY(-50%) rotate(180deg);
}

.wv-location-select > ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 68px;
    width: calc(100% + 1px);
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e6e9ee;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    z-index: 60;
    box-sizing: border-box;
}

.wv-location-select.on > ul,
.wv-location-select:hover > ul {
    display: block;
}

.wv-location-select > ul > li > a {
    display: block;
    padding: 12px 22px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    word-break: keep-all;
}

.wv-location-select > ul > li > a:hover,
.wv-location-select > ul > li > a.active {
    color: #315d9f;
    background: #f4f7fb;
    font-family: "NotoKr_B", sans-serif;
}

/* ============================================================
   반응형
   ============================================================ */

@media screen and (max-width: 1200px) {
    .wv-sub-location-inner {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .wv-sub-location-inner {
        height: 56px;
    }

    .wv-location-home {
        width: 56px;
        min-width: 56px;
        font-size: 20px;
        border-left: 0;
    }

    .wv-location-select {
        flex: 1;
        width: auto;
        min-width: 0;
    }

    .wv-location-depth03 {
        display: none;
    }

    .wv-location-select > button {
        padding: 0 34px 0 14px;
        font-size: 14px;
    }

    .wv-location-select > button:after {
        right: 14px;
        font-size: 16px;
    }

    .wv-location-select > ul {
        top: 56px;
    }

    .wv-location-select > ul > li > a {
        padding: 11px 14px;
        font-size: 14px;
    }
}
