@charset "UTF-8";
/*!
 * Wayplus
 */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-myeongjo.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css');

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KIMM_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KIMM_Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'KIMM_Bold';
    src: url('/font/kimm_bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'KIMM_Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KIMM_Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'KIMM_Light';
    src: url('/font/kimm_Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Kimjungchul';
    src: url('/font/KimjungchulScript-Regular.otf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Jeju Myeongjo';
    font-weight: 400;
    src: url('/font/JejuMyeongjo/JejuMyeongjo-Regular.eot') format('embedded-opentype');
    src: url('/font/JejuMyeongjo/JejuMyeongjo-Regular.woff2') format('woff2'), url('/font/JejuMyeongjo/JejuMyeongjo-Regular.woff') format('woff'), url('/font/JejuMyeongjo/JejuMyeongjo-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Hakgyoansim Wooju';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimWoojuR.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Hakgyoansim Wooju';
    src: url('/font/HakgyoansimWoojuR.ttf') format('truetype');
}

@font-face {
    font-family: 'MeieScript';
    src: url('/font/MeieScript.ttf') format('woff2');
}

@font-face {
    font-family: 'JalnanGothic';
    src: url('/font/JalnanGothic.otf') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    clear: both;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    padding: 0;
    margin: 0;
    color: #333333;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

pre {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*
페이지 레이아웃
*/
.wrap {
    width: 100%;
    min-height: calc(100vh - 333px);
}

.contents {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.overflow-hidden {overflow:hidden;}

@media screen and (max-width: 600px) {
    .tour_info .contents {
        width: 100%;
    }
}


/*
 공통 아이콘
 */
.way-icon {
    display: inline-block;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    vertical-align: text-top;
}

.way-nav-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.wi-dotdotdot {
    background-image: url("/images/icon/dotdotdot.svg");
}

.wi-bell {
    background-image: url("/images/icon/bell.svg");
}

.wi-expand {
    background-image: url("/images/icon/expand.svg");
}

.wi-compress {
    background-image: url("/images/icon/expand.svg");
}

.wi-logout {
    background-image: url("/images/icon/logout.svg");
}

.wi-dashboard {
    background-image: url("/images/icon/dashboard.svg");
}

.nav-item.active .wi-dashboard, .nav-link.active .wi-dashboard {
    background-image: url("/images/icon/dashboard_active.svg");
}

.wi-board {
    background-image: url("/images/icon/board.svg");
}

.nav-item.active .wi-board, .nav-link.active .wi-board {
    background-image: url("/images/icon/board_active.svg");
}

.wi-info {
    background-image: url("/images/icon/info.svg");
}

.nav-item.active .wi-info, .nav-link.active .wi-info {
    background-image: url("/images/icon/info_active.svg");
}

.wi-submenu {
    background-image: url("/images/icon/submenu.svg");
}

.nav-item.active .wi-submenu, .nav-link.active .wi-submenu {
    background-image: url("/images/icon/submenu_active.svg");
}

.wi-content-editor {
    background-image: url("/images/icon/content-editor.svg");
}

.nav-item.active .wi-content-editor, .nav-link.active .wi-content-editor {
    background-image: url("/images/icon/content-editor_active.svg");
}

.wi-mainpage {
    background-image: url("/images/icon/mainpage.svg");
}

.nav-item.active .wi-mainpage, .nav-link.active .wi-mainpage {
    background-image: url("/images/icon/mainpage_active.svg");
}

.wi-setting {
    background-image: url("/images/icon/setting.svg");
}

.nav-item.active .wi-setting, .nav-link.active .wi-setting {
    background-image: url("/images/icon/setting_active.svg");
}

.wi-members {
    background-image: url("/images/icon/members.svg");
}

.nav-item.active .wi-members, .nav-link.active .wi-members {
    background-image: url("/images/icon/members_active.svg");
}

.wi-payments {
    background-image: url("/images/icon/payments.svg");
}

.nav-item.active .wi-payments, .nav-link.active .wi-payments {
    background-image: url("/images/icon/payments_active.svg");
}

.wi-product {
    background-image: url("/images/icon/product.svg");
}

.nav-item.active .wi-product, .nav-link.active .wi-product {
    background-image: url("/images/icon/product_active.svg");
}

.wi-question {
    background-image: url("/images/icon/question.svg");
}

.nav-item.active .wi-question, .nav-link.active .wi-question {
    background-image: url("/images/icon/question_active.svg");
}

.wi-place {
    background-image: url("/images/icon/place.svg");
}

.nav-item.active .wi-place, .nav-link.active .wi-place {
    background-image: url("/images/icon/place_active.svg");
}

.wi-search {
    background-image: url("/images/icon/search.svg");
}

.wi-photo {
    background-image: url("/images/icon/icon-photo.svg");
}

.wi-delete {
    background-image: url("/images/icon/icon-delete.svg");
}

.wi-dash-reserv {
    background-image: url("/images/icon/dash-reserv.svg");
}

.wi-dash-1on1 {
    background-image: url("/images/icon/dash-1on1.svg");
}

.wi-dash-cancel {
    background-image: url("/images/icon/dash-cancel.svg");
}

.wi-dash-estimate {
    background-image: url("/images/icon/dash-estimate.svg");
}

.float-back-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url("/images/icon/ham_menu_back.svg") center /30px no-repeat;
    cursor: pointer;
}

.float-back-btn.fl {
    float: left;
}

/*
팝업
*/

.facility_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
}

.facility_popup_box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 611px;
    background: #fff;
    padding: 40px 60px 65px 60px;
    box-sizing: border-box;
}

/*#facility_chk {*/
/*    display: none;*/
/*}*/

/*#facility_chk:checked ~ .facility_popup {*/
/*    display: block;*/
/*}*/

.facility_list_wrap > li {
    cursor: pointer;
}

.facility_popup_close {
    position: absolute;
    right: 0;
    top: -67px;
    cursor: pointer;
}


/*
 * Header
*/

.header-justify-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 10;
}

.header-logo {
    margin-top: 22px;
}


.header-menu-list {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 40px 0;
    width:100%;
    font-size: 20px;
    color: #fff;
}

.header-menu-list a {
    text-decoration: none;
    color: inherit;text-align: center;
}

.header-list-button {
    padding: 0 10px;
    font-weight: 400;
    cursor: pointer;
    text-overflow:ellipsis;
    overflow: hidden;white-space: nowrap;
}

.header-list-button:last-child {
    margin-right: 0;
}

.side_menu {
    margin-top: 53px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    margin-right:20px;
}

.side_menu li {
    cursor: pointer;
    text-align: center;
    width: 90px;
}

.side_menu li:hover {
    font-weight: 600;
}

/*hamburger*/
#menu-wrapper {
    cursor: pointer;
    z-index: 999;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    padding: 12px;
    margin-top: 54px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 23.19px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
    width: 15.4px;
    margin-left: 8px;
    top: 7px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 14px;
}

/***/
#menu-wrapper #hamburger-menu.open {
    position: fixed;
    right: 100px;
}

@media screen and (max-width: 1200px) {
    #menu-wrapper #hamburger-menu.open {
        right: 20px;
    }
}

/**/

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.all_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: url('/images/all_menu_bg.jpg') center /cover no-repeat;
    overflow-y: auto;
}

/*.all_menu*/
.all_menu_wrap {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 80px);
    max-width: 1000px;
    padding-bottom:50px;
}

.all_menu_font {
    font-family: 'MeieScript';
    font-size: 134px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    z-index: 9;
    margin-left: -100px;
}

.all_menu_title {
    font-size: 38px;
    line-height: 54px;
    text-align: center;
    font-family: Jeju Myeongjo;
    color: #ffffff;
    margin-top: -70px;

}

.all_menu_list_wrap {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 43px;
    margin-top: 43px;
}

.all_menu_big_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 26px;
    color: #fff;
    text-align: center;

}

.all_menu_bold {
    font-weight: 600;
    margin-bottom: 45px;
}

.all_menu_bold:hover {
    cursor: pointer;
    font-weight: 500;
}

.all_menu_small {
    margin-bottom: 30px;
}

.all_menu_small:hover {
    cursor: pointer;
    font-weight: 500;
}

.map_festival_btn_Wrap {
    display: flex;margin-top:30px;
}

.map_festival_btn {
    width: 150px;
    height: 55px;
    border-radius: 32px;
    border: 1px solid #fff;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    color: #Fff;
}

.map_festival_btn_mg {
    margin-right: 20px;
}

.map_festival_btn:hover {
    font-weight: 500;
    cursor: pointer
}


.header-list-button.hide {
    display: none;
}

.header-list-button:hover {
    cursor: pointer;
    font-weight: 600;
}

.header-list-button:first-child {
    margin-left: 0;
}

.header-list-button.fit {
    margin-left: 5px;
}

.header-list-button .active {
    color: #0056b3;
}

.header-list-button .more {
    padding: 21px 0 10px;
    line-height: 1.5;
    text-align: right;
}

.header-list-button .more li:hover {
    opacity: 1;
}

.header-short-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: none;
    list-style: none;
}

.header-short-list i:hover {
    cursor: pointer;
    opacity: 0.8;
}

.header-link-list {
    display: flex;
    justify-content: space-between;
    width: 150px;
    font-size: 15px;
    line-height: 61px;
    font-weight: 400;
}

.header-link-list .header-link-item {
    padding: 0 5px;
}

.header-link-list .header-link-item:hover {
    cursor: pointer;
    font-weight: 500;
}

.header-link-list .header-link-item.buyer {
    width: 90px;
    padding: 0 0 0 10px;
}

.header-link-list .header-link-item.buyer .border {
    display: inline-block;
    width: 90px;
    height: 36px;
    border: 1px solid #228038;
    border-radius: 18px;
    color: #228038;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}

.header-link-list .header-link-item.buyer .border:hover {
    background-color: #228038;
    color: #FFFFFF;
}

.header-submenu-area {
    display: none;
}


.svg-icon {
    display: inline-block;
    width: 35px;
    height: 60px;
}

.svg-icon.round {
    height: 35px;
    border-radius: 50%;
}

.svg-icon.round:hover {
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.icon-search {
    background: url("/images/icon/header_search.svg") center /35px no-repeat;
    margin-top: 13px;
}

.icon-hamburger {
    background: url("/images/icon/ham_menu.svg") center /35px no-repeat;
}

.header-logo-image-sub {
    display: none;
}


@media screen and (max-width: 1220px) {
    .facility_popup_box {
        width: calc(100% - 40px);
    }

}

@media screen and (max-width: 1200px) {
    .header-justify-content {
        padding: 0 20px;
    }

    .header-menu-list {margin: 50px 30px 0 15px;font-size:19px;}
    .side_menu {margin-right:15px;}
    .side_menu li {width:85px;}
}

@media screen and (max-width: 1024px) {
    .header-menu-list, .side_menu {
        display: none;
    }

    .all_menu_title {
        font-size: 36px;
    }

}

@media screen and (max-width: 1080px) {
    .header-logo {
        width: 160px;
    }
}

@media screen and (max-width: 960px) {
    .header-logo {
        width: 150px;
    }

    .header-logo-image, .header-logo-image-sub {
        height: 45px;
        margin-top: 7px;
    }

    .header-menu-list {
        padding: 0;
        width: calc(100% - 285px)
    }

    .header-list-button {
        padding: 0 3px;
    }

    .header-link-list {
        width: 135px;
    }

    .header-link-list .header-link-item.buyer {
        padding-left: 0;
    }

}

@media screen and (max-width: 880px) {
    .facility_popup_box {
        overflow-y: scroll;
    }

}

@media screen and (max-width: 768px) {
    /*.header-justify-content {height:51px;padding:5px 10px;}*/
    .header-logo {
        width: 150px;
        height: 50px;
    }

    .header-logo-image, .header-logo-image-sub {
        height: 39px;
        object-fit: contain;
        margin-top: 4px;
    }

    .header-menu-list {
        display: none;
        height: inherit;
    }

    .header-link-list {
        display: none;
    }

    .header-short-list {
        display: flex;
        justify-content: right;
        width: calc(100% - 150px);
    }

    .header-list-button {
        margin-left: 0;
    }

    .svg-icon {
        height: 50px;
    }

    .icon-hamburger {
        background-size: 21px;
    }

    .icon-search {
        margin-top: 0;
        background: url("/images/icon/mo_header_search.svg") center /20px no-repeat;
    }

    .header-submenu-area {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: #FFFFFF;
        overflow: hidden;
    }

    .header-submenu-area .submenu-justify {
        width: 100%;
        margin: 0 auto;
    }

    .header-submenu-area .submenu-header {
        height: 60px;
        text-align: center;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .header-submenu-area .submenu-header .title {
        line-height: 60px;
        font-weight: 500;
    }

    .header-submenu-area .submenu-body {
        margin: 25px auto;
        padding: 0 20px;
        overflow-y: auto;
        height: calc(100vh - 100px);
    }

    .header-submenu-area .submenu-body .submenus {
        line-height: 45px;
        font-weight: 500;
        color: #333333;
    }

    .header-submenu-area .submenu-body .submenus .submenu-head {
        display: block;
        background: url("/images/icon/ham_right_arrow.svg") calc(100% - 3px) 50% /8px no-repeat;
    }

    .header-submenu-area .submenu-body .submenus .submenu-head.toggle {
        display: inline-block;
        background-image: none;
    }

    .header-submenu-area .submenu-body .submenus .submenu-toggle {
        border: none;
        float: right;
        height: 40px;
        width: 40px;
        cursor: pointer;
        background: url("/images/icon/ham_down_arrow.svg") 100% center /15px no-repeat #FFFFFF;
    }

    .header-submenu-area .submenu-body .submenus .submenu-toggle.open {
        background-image: url("/images/icon/ham_up_arrow.svg");
    }

    .header-submenu-area .submenu-child {
        display: none;
    }

    .header-submenu-area .submenu-item-list {
        margin-bottom: 15px;
        line-height: 30px;
        padding-left: 10px;
        color: #666666;
    }

    .header-submenu-area .submenu-item-list .submenu-item {
    }

    .header-link-item.buyer {
        text-align: center;
        border: 1px solid #228038;
        border-radius: 5px;
        margin-top: 20px;
    }

    .header-link-item.buyer .border {
        height: 36px;
        color: #228038;
        font-weight: 600;
        line-height: 36px;
    }

    .header-link-item.buyer .border:hover {
        background-color: #228038;
        color: #FFFFFF;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        min-height: calc(100vh - 60px);
    }

    #menu-wrapper #hamburger-menu {
        margin-top: 34px;
    }

    .all_menu_big_wrap {font-size:22px;}
    .all_menu_bold {margin-bottom:35px;font-size:1.1em;}
    .all_menu_small {margin-bottom:25px;}
}

@media screen and (max-width: 680px) {
    .all_menu_wrap {
        top: 30px;
    }

    .all_menu_font {
        font-size: 80px;
    }

    .all_menu_title {
        font-size: 28px;
        line-height: 34px;
        margin-top: -40px;
    }

    .all_menu_list_wrap {
        padding-top: 20px;
        margin: 20px auto;
    }

    .all_menu_list_wrap {
        width: 480px;
    }

    .all_menu_big_wrap {
        flex-wrap: wrap;
    }

    .all_menu_big {
        width: 50%;
        margin-bottom: 30px;

    }

    .all_menu_bold {
        margin-bottom: 25px;
    }

    .all_menu_small {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 480px) {
    .header-logo-image, .header-logo-image-sub {
        height: 37px;
        object-fit: contain;
        margin-top: 6px;
    }

    .header-list-button {
        font-size: 15px;
    }

    .all_menu_big {
        width: 100%;
    }

    .all_menu_list_wrap {
        width: 100%;
    }

    .all_menu_title {
        font-size: 18px;
        line-height: 34px;
        margin-top: -40px;
    }

    .all_menu {
        height: 100vh;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 375px) {
	.all_menu_wrap {
        width: 300px;
    }
}

/*
 * Sub Nav Route
 */
.sub_banner {
    margin-top: 115px;
    width: 100%;
    height: 360px;
    background: url('/images/info_sub_banner.jpg') center /cover no-repeat;
    overflow: hidden;
}

.sub_banner_txt_box {
    padding-top: 100px;
    text-align: center;
    color: #FFFFFF;
}

.sub_banner_txt_box .sub_banner_title {
    font-size: 36px;
    font-family: 'KIMM_Bold';
    margin-bottom: 40px;
    line-height: 40px;
}

.sub_banner_txt_box .sub_banner_ex {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    word-break: keep-all;
    padding: 0 20px;
}


.sub_route {
    position: relative;z-index: 1;
    display: flex;
}

.sub_route .route_home {
    display: inline-block;
    padding: 40px 0;
    text-align: center;
}

.sub_route .route_home img {
    height: 22px;
    object-fit: cover;
}

.sub_route .route_location {
    margin-top: 23px;
    display: inline-block;
    width: fit-content;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    appearance: none;
    background: url('/images/icon/route_down.svg') no-repeat right 5px center;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard';
}

.sub_route .route_location option {
    color: #000;
}

.sub_route .route_location:last-child {
    font-weight: 600;
}

.sub_route .route_location .sub-selector {
    display: none;
}

.sub_route .route_location .sub-selector.active {
    display: block;
}

.sub_route .route_location option.selected {
    font-weight: 600;
}

.sub_route_line {
    display: inline-block;
    width: 1px;
    height: 14px;
    border-left: 1px solid #fff;
    margin-top: 45px;
    margin-left: 20px;
}

.sub_route_line_double {
    margin-left: 0;
}

/*서브페이지_탭*/
.waheul_sub_tab_wrap {
    margin: 68px 0;
    z-index: 9;
}

.waheul_sub_tab {
    display: flex;
}

.waheul_sub_tab_m {
    display: none;
}

.waheul_sub_tab_list a, .waheul_sub_tab_list_m a {
    display: inline-block;
    padding: 19px 37px;
    box-sizing: border-box;
    background: #F1F3E3;
    border: 1px solid #F1F3E3;
    border-radius: 50px;
    margin-right: 12px;
    text-align: center;
    font-size: 22px;
    color: #222;
    cursor: pointer;
}

.waheul_sub_tab .active a {
    background: #fff;
    border: 1px solid #4C9D3E;
    color: #518847;
}

.waheul_sub_tab_drop {
    display: none;
}

/*더보기*/
.more_btn {
    width: 144px;
    height: 52px;
    border: 1px solid #888;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 52px;
}

.more_btn:hover {
    background: #F1F3E3;
    cursor: pointer;
}

.more_btn_wrap {
    display: flex;
    justify-content: center;
}

.more_btn_icon {
    margin-left: 5px;
}


@media screen and (max-width: 960px) {
    .sub_banner {
        height: 320px;
    }

    .sub_banner_txt_box {
        padding-top: 80px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 17px;
    }

    .tab-content-title {
        font-size: 36px;
        margin: 80px 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .sub_banner {
        height: 270px;
        margin-top: 80px;
    }

    .sub_banner_txt_box {
        padding-top: 60px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 16px;
    }

    .tab-content-title {
        font-size: 32px;
        margin: 60px 0 50px;
    }

    .header-logo {
        margin-top: 15px;
    }

    /*
        .sub_route {height:50px;top:280px;border-bottom: 1px solid #D6D6D6;}
        .sub_route .route_home {padding:10px;width:30px;height:30px;}
        .sub_route .route_home img {margin-top:2px;}
        .sub_route .route_location {height:50px;line-height:50px;}
    */
}

@media screen and (max-width: 480px) {
    .sub_banner {
        height: 200px;
    }

    .sub_banner_txt_box {
        padding-top: 40px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 15px;
    }

    .tab-content-title {
        font-size: 28px;
        margin: 80px 0 30px;
    }

    .sub_route .route_location {
        width: 160px;
        padding: 0 20px 0 10px;
        background-position-x: calc(100% - 3px);
    }

}

/*
 * Search Bar
 */
.header-search-box {
    display: none;
    width: 100%;
    height: 300px;
    background-color: #73AB61;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.search-title {
    padding: 0 20px;
    width: calc(100% - 40px);
    height: 60px;
    margin: 100px auto 0;
    text-align: center;
}

.search-find-text {
    font-family: 'KIMM_Bold', Pretendard, -apple-system, BlinkMacSystemFont, 'Noto Sans Kr', system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: white;
    font-size: 23px;
    line-height: 60px;
    margin-right: 30px;
    min-width: 270px;
}

.search-input-group {
    display: inline-block;
    width: calc(100% - 600px);
    max-width: 700px;
    line-height: 50px;
}

.search-input {
    border: none;
    height: 50px;
    padding: 5px 60px 5px 20px;
    width: calc(100% - 80px);
    font-size: 16px;
}

.input-overlay-button {
    float: right;
    position: relative;
    top: -54px;
    right: 10px;
    height: 48px;
    width: 40px;
    border: none;
    background: rgba(255, 255, 255, 1) url("/images/icon/header_search.svg") 0 50% /32px no-repeat;
}

.input-overlay-button:hover {
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .search-title {
        margin-top: 80px;
        height: 120px;
    }

    .search-find-text {
        width: 100%;
        display: block;
    }

    .search-input-group {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 768px) {
    .search-find-text {
        font-size: 21px;
        line-height: 50px;
    }

    .search-input {
        height: 40px;
        font-size: 15px;
    }

    .input-overlay-button {
        top: -47px;
        height: 40px;
        width: 40px;
        background: rgba(255, 255, 255, 1) url("/images/icon/header_search.svg") 0 50% /30px no-repeat;
    }
}

@media screen and (max-width: 480px) {
    .header-search-box {
        height: 200px;
    }

    .search-title {
        margin-top: 50px;
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .search-find-text {
        display: block;
        font-size: 18px;
        line-height: 40px;
        margin: 0;
        text-align: center;
    }

    .search-input {
        height: 35px;
        font-size: 14px;
        padding-right: 40px;
        width: calc(100% - 60px);
    }

    .input-overlay-button {
        top: -43px;
        right: 0;
        height: 35px;
        width: 35px;
        background: rgba(255, 255, 255, 1) url("/images/icon/header_search.svg") 0 50% /24px no-repeat;
    }
}

@media screen and (max-width: 320px) {
    .header-search-box {
        height: 300px;
    }

    .search-title {
        margin-top: 90px;
        width: 100%;
        padding: 0;
    }

    .search-input {
        padding: 5px 20px;
        width: calc(100% - 40px);
    }
}


/* 팝업 기능 */
.popup-layer {
    z-index: 1000;
    position: absolute;
    top: 100px;
    left: 20px;
    width: 452px;
    max-width: calc(100% - 40px);
    overflow: hidden;
}

.popup-layer .popup-notice {
    width: 100%;
    max-width: 100%;
    border: 1px solid #CCCCCC;
    display: none;
}

.popup-layer .popup-notice.pc {
    display: block;
}

.popup-layer .popup-notice .popup-content {
    max-width: 100%;
    background-color: #ffffff;
}

.popup-layer .popup-notice .popup-content .popup-image {
    max-height: 500px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    vertical-align: top;
}

.popup-layer .popup-notice .popup-content .popup-text {
    width: calc(100% - 2rem);
    height: calc(500px - 2rem);
    padding: 1rem;
    margin: 0 auto;
    overflow-y: scroll;
}

.popup-layer .popup-notice .popup-control {
    display: flex;
    justify-content: space-evenly;
    padding: 5px;
    background-color: #444444;
    height: 40px;
}

.popup-layer .popup-notice .popup-control-button {
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #fff;
}

.popup-layer .popup-notice .popup-control-button:hover {
    cursor: pointer;
    color: #999;
}

.popup-layer .popup-notice .popup-guide {
    display: block;
    position: relative;
    top: calc(-50% - 30px);
    background-color: #dddddd;
}

.popup-layer .popup-notice .popup-guide .guide-left {
    float: left;
    margin-left: 10px;
}

.popup-layer .popup-notice .popup-guide .guide-right {
    float: right;
    margin-right: 10px;
}

.popup-layer .popup-notice .popup-page-guide {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #dddddd;
    opacity: 0.9;
    background: #FFFFFF;
}

.popup-layer .popup-notice .popup-page-guide:hover {
    opacity: 1;
    border-color: #cccccc;
}

.popup-layer .popup-notice .popup-page-guide img {
    height: 100%;
    width: 100%;
}

.notice-bar {
    position: relative;
    top: 81px;
}

.popup-notice-bar {
    z-index: 1000;
    width: 100%;
    height: 101px;
    max-width: 100%;
    overflow: hidden;
}

.popup-notice-bar .popup-bar {
    width: 100%;
    overflow: hidden;
}

.popup-notice-bar .popup-bar .popup-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

.popup-notice-bar .popup-bar .popup-control .popup-control-button {
    background-color: transparent;
    color: #888888;
    padding-left: 2rem;
    margin-left: 1rem;
    font-size: 0.75rem;
    border: none;
}

.popup-notice-bar .popup-bar .popup-control .popup-control-button:hover {
    cursor: pointer;
    color: #444444;
}

.popup-notice-bar .popup-bar .popup-guide {
}

.popup-notice-bar .popup-bar .popup-guide .guide-left {
    float: left;
    margin-left: 10px;
}

.popup-notice-bar .popup-bar .popup-guide .guide-right {
    float: right;
    margin-right: 10px;
}

.popup-notice-bar .popup-bar .popup-page-guide {
    height: 20px;
    width: 20px;
    border: none;
    opacity: 0.9;
    background: #FFFFFF;
}

.popup-notice-bar .popup-bar .popup-page-guide:hover {
    opacity: 1;
    border-color: #cccccc;
    cursor: pointer;
}

.popup-notice-bar .popup-bar .popup-page-guide img {
    height: 100%;
    width: 100%;
}

.popup-notice-bar.pc .popup-bar {
    height: 101px;
}

.popup-notice-bar.pc .popup-bar .popup-content {
    height: 80px;
}

.popup-notice-bar.pc .popup-bar .popup-content .popup-image {
    height: 80px;
    object-fit: contain;
}

.popup-notice-bar.pc .popup-bar .popup-control {
    height: 20px;
    display: flex;
    justify-content: right;
}

.popup-notice-bar.mobile {
    height: 141px;
    display: none;
}

.popup-notice-bar.mobile .popup-bar {
    height: 141px;
}

.popup-notice-bar.mobile .popup-bar .popup-content {
    height: 120px;
}

.popup-notice-bar.mobile .popup-bar .popup-content .popup-image {
    height: 120px;
    object-fit: contain;
}

.popup-notice-bar.mobile .popup-bar .popup-control {
    height: 20px;
    display: flex;
    justify-content: right;
}

@media screen and (max-width: 768px) {
    .popup-layer .popup-notice.pc {
        display: none;
    }

    .popup-layer .popup-notice.mobile {
        display: block;
    }

    .popup-notice-bar.pc {
        display: none;
    }

    .popup-notice-bar.mobile {
        height: 141px;
        display: block;
    }

    .waheul_sub_tab_list a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 600px) {
    .waheul_sub_tab_wrap {
        position: relative;
        margin: 30px 0;
    }

    .waheul_sub_tab {
        display: none;
    }

    .waheul_sub_tab_m {
        display: block;
        height: 55px;
        border: 1px solid #4C9D3E;
        box-sizing: border-box;
        overflow: hidden;
    }

    .waheul_sub_tab_m.active {
        overflow: visible;
    }

    .waheul_sub_tab_list_m {
        display: none;
    }

    .waheul_sub_tab_list_m.active {
        display: block;
    }

    .waheul_sub_tab_list_m a {
        width: 100%;
        padding: 10px 35px;
        border-radius: 0px;
        margin-right: 0;
        text-align: left;
        font-size: 20px;
        display: inline-block;
        position: relative;
        z-index: 999;
    }

    .waheul_sub_tab_m_title {
        background: #fff;
        border: #fff;
        border-bottom: 1px solid #4C9D3E;
        color: #518847;
        font-weight: 600;
        width: 100%;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        font-size: 20px;
        padding: 0 35px;
    }

    .waheul_sub_tab_drop {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
    }
}


/*
 * Page Navigator
 */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.page-group-item-btn {
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.page-group-item-btn.disabled {
    cursor: inherit;
    opacity: 0.5;
}

.page-guide-icon {
    height: 18px;
    object-fit: cover;
    vertical-align: text-top;
}

.page-group-item-btn.next {
}

.page-group-item-btn.last {
}

.page-group-item-btn.prev {
}

.page-group-item-btn.first {
}

.page-group-item-num {
    color: #888888;
    padding: 5px;
    min-width: 30px;
    text-align: center;
}

.page-group-item-num.active {
    font-weight: 700;
    color: #333333;
}

.page-group-item-num a {
    color: inherit;
    text-decoration: none;
}


.page-item {
    color: #444;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
}

.page-item .page-text {
    display: inline-block;
    background: #4C9D3E;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.page-item.active {
    color: #333333;
}

.page-item.disabled {
    cursor: initial;
}

.page-link {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-link .current-page-no {
    font-weight: 700;
}

.page-link .total-page-no {
}

.disabled a {
    cursor: initial;
}

.page-item-arrow {
    height: 27px;
    width: 28px;
    text-align: center;
    line-height: 24px;
}

.page-item-arrow:hover {
    border-color: #333333;
}

.page-item-arrow .page-guide-icon {
    fill: #00000099;
    height: 14px;
    vertical-align: middle;
}

.page-item-arrow.disabled {
    cursor: initial;
    display: none;
}

.page-item-arrow.disabled:hover {
    border-color: #CCCCCC;
}

.dataTables_paginate .page-item {
}

.dataTables_paginate .page-item .page-link {
    border: none;
    background-color: transparent;
    color: #888888;
}

.dataTables_paginate .page-item.active .page-link {
    border: none;
    background-color: transparent;
    color: #222222;
    font-weight: 700;
}

.sub-paging .page-item-arrow {
    padding: 2px 5px;
    cursor: pointer;
}

/* SVG Color Override
.page-item-arrow .page-guide-icon:hover {fill:#5F7DFF; filter: invert(44%) sepia(53%) saturate(1756%) hue-rotate(210deg) brightness(98%) contrast(105%);}
.page-item-arrow.disabled .page-guide-icon:hover {fill:#00000099; filter: inherit;}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}
*/

/*
 * footer
 */
.footer {
    display: flex;
    width: 100%;
    background-color: #202020;
    color: #FFFFFF;
    min-height: 140px;
}

.footer-justify {
    overflow: hidden;
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.footer-info {
    padding: 38px 0 38px;
}

.footer-site-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.footer-flex-row {
    display: flex;
    justify-content: space-between;
}

.footer-flex-row.reverse {
    justify-content: left;
}

.footer-company-description {
    width: calc((MIN(1280px, 100%) - 150px) * 0.6);
}

.footer-company-registration {
    width: calc((MIN(1280px, 100%) - 150px) * 0.4);
}

/*추가*/
.footer_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer_new_layout {
    display: flex;
}

.footer_new_line {
    margin-top: 11px;
}


.footer_site_box {
    display: block;
    width: 223px;
    height: 45px;
    border-radius: 22px;
    background: #000;
}

.footer_site {
    padding: 0 20px 0 30px;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    color: #fff;
    border: none;
    font-family: pretandard;
    font-size: 16px;
    appearance: none;
    background: url('/images/icon/select_arrow.svg') no-repeat right 20px center;
    outline: none;
}

.footer_site option {
	background: #000;
}

.company-info-item {
    display: flex;
    margin-top: 15px;
}

.company-info-item dt {
    font-weight: 500;
    padding: 0;
    width: 50px;
    margin-right: 10px;
}

.company-info-item dd {
    padding: 0;
    color: #fff;
    word-break: keep-all;
}

.company-registration-item {
    display: flex;
    margin-top: 10px;
}

.company-registration-item dt {
    font-weight: 500;
    padding: 0;
    width: 110px;
    margin-right: 10px;
}

.company-registration-item dd {
    width: calc(100% - 120px);
    padding: 0;
    color: #A0A0A0;
}

.footer-out-link .franchisee {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #73AB61;
    color: #73AB61;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    vertical-align: top;
    margin-right: 15px;
}

.footer-out-link .instagram {
    float: right;
    display: inline-block;
    margin-top: 26px;
    height: 30px;
    vertical-align: top;
}

.footer-copyright {
    color: #A0A0A0;
    margin-top: 10px;
    width: calc((MIN(1280px, 100%) - 150px) * 0.6);
    font-size: 14px;
}

.footer-policy {
    color: #A0A0A0;
    margin-top: 10px;
    overflow: hidden;
}

.footer-policy-list {
    display: block;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-policy-list li {
    display: inline-block;
    padding: 0;
    margin: 0 25px 0 0;
}

.footer-policy-list li:last-child {
    margin-right: 0;
}


@media screen and (max-width: 960px) {
    .footer-flex-row {
        flex-direction: column;
    }

    .footer-flex-row.reverse {
        flex-direction: column-reverse;
    }

    .footer-info {
        padding: 30px 10px;
    }

    .footer-company-description {
        width: unset;
    }

    .footer-company-registration {
        width: unset;
    }

    .footer-out-link {
        width: unset;
    }

    .footer-copyright {
        width: unset;
    }
}

@media screen and (max-width: 900px) {
    .footer_new_layout {
        display: unset;
    }

    .footer_new_line {
        display: none;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 600px) {
	.map_festival_btn_Wrap {
    display: flex;
    padding-bottom: 50px;
}

    .footer_wrap {
        display: unset;
    }

    .footer_site_sns {
        display: block;
        margin: 26px 0 0px 0;
    }

    .footer-site-name {
        font-size: 18px;
    }

    .company-info-item {
        font-size: 14px;
    }
    
    .footer {
    POSITION: RELATIVE;
	}
    
    .footer-out-link .instagram {
		POSITION: absolute;
        TOP: 15PX;
        RIGHT: 20PX;

	}

}

@media screen and (max-width: 480px) {
	.map_festival_btn {
		font-size: 18px;
	}
	.map_festival_btn_mg {
    margin-right: 10px;
}

}

@media screen and (max-width: 320px) {

}

/*
    Floating Quick Menu
*/
.quick_menu {
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right: -940px;
    z-index: 99999;
}

.quick_menu:hover .naver_store {
    cursor: pointer;
    border: 1px solid #228038;
}

.quick_menu:hover .naver_store_title {
    font-weight: 500;
}

.quick_naver_store {
    width: 77px;
}

.naver_store {
    height: 77px;
    border-radius: 50%;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 22px 22px 23px 14px;
    box-sizing: border-box;
}

.naver_store img {
    width: 100%;
    height: auto;
}

.naver_store_title {
    color: #222;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

.fix_btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
    background: #FFF;
    z-index: 2;
}

.quick_menu_camera {
    display: flex;
    cursor: pointer;
}

.quick_menu_camera_icon {
    width: 56.53px;
    height: 56.53px;
    border-radius: 50%;
    border: 1px #4C9D3E solid;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.quick_menu_camera_icon:hover {
    background: #FFFFE7;
}

.quick_menu_camera_txt {
    margin: 10px 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #333;
}

.quick_menu_top_icon {
    display: block;
    width: 56.53px;
    height: 56.53px;
    border-radius: 50%;
    background: #3d3d3d;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.quick_menu_top_icon:hover {
    background: #222222;
}

@media screen and (max-width: 1720px) {
    .quick_menu {
        position: fixed;
        bottom: 30px;
        right: 20px;
        margin-right: -0;
        z-index: 99999;
    }

}

@media screen and (max-width: 768px) {
    .quick_menu_camera_txt {
        display: none;
    }

    .quick_naver_store {
        width: 50px;
    }

    .naver_store {
        height: 50px;
        border-radius: 5px;
        padding: 13px 9px;
        box-sizing: border-box;
    }

    .naver_store_title {
        display: none;
    }

    .quick_top {
        display: block;
        margin-top: 15px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background: #323232;
        padding: 15px 17px;
        box-sizing: border-box;
    }
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


.terms_title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 100px;
}

.terms_sub_title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.terms_txt {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*contents*/
.terms_wrap {
    width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.terms_list {
    margin-bottom: 30px;
}

/*반응형쿼리*/
@media screen and (max-width: 1120px) {
    .terms_wrap {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 600px) {
    .terms_wrap {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .terms_title {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .terms_sub_title {
        font-size: 16px;
    }

    .terms_txt {
        font-size: 14px;
        line-height: 20px;
    }
}