@charset "utf-8";

h1.logo {
    margin-right: 64px !important;
}
#gnbCommon .gnb:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 43px;
    background: #F8F8F8;
        top: 0;
    left: 0;
}
#gnbNav .depth01 > li{
    transition: width 0.8s ease;
    position: relative;
}
#gnbNav .depth01 > li > a {
    font-size: 18px;
    font-weight: 500;
}
#gnbNav .depth01 > li > .depth02{
    height: 420px;
    padding: 16px 10px;
}
.sitemap-cont .menu-wrap .left-cont .depth01.active{
    background-color: #7286D9;
}
#gnbNav .depth01 > li > .depth02.twin{
    position: absolute;
    margin-left: 150px;
    width: 170px;
    top: 90px;
}
#gnbNav .depth01 > li > .depth02 > li > a:focus::before{
    content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%;
    border: 2px solid #000; box-sizing: border-box;
}
#gnbNav .depth01 > li > .depth02 > li > a:focus::after{
    content: none;
}
#gnbNav .depth01 > li > .depth02 > li > a.newin:focus::after,
.depth02 a.newin:after{
    content:'';
    width: 18px;
    height: 18px;
    background: url(../images/common/ico_blank.svg) center center no-repeat;
    display: inline-block;
    margin:0 0 0 5px;
    position: relative;
    top:auto;
    left:auto;
    border: none;
}
#gnbNav .depth01 > li > .depth02::after {
    background-color: #ececec;
}
#gnbNav .depth01 > li.on > a, #gnbNav .depth01 > li > a:hover {
    color:#7287D9;
}
#gnbNav .depth01 > li.on > .depth02 {
    background-color: #fff;
}
#gnbNav .depth01 > li.on > .depth02::before{
    content:none;
}
#gnbNav .depth01 > li > .depth02.twin::after{
    content:none;
}
#gnbNav .depth01 > li > .depth02 > li > a:hover{
    color:#7287D9;
}
.sitemap-cont .depth02 > li {
    width: auto;
        margin-bottom: 14px;
        margin-right: 58px;
}
.sitemap-cont .depth02 > li:nth-child(5) {
    margin-right: 58px;
}
.sitemap-cont .depth02 > li:last-child {
    margin-right: 0;
}
.sitemap-cont .depth02 > li.sitemap-last{
    padding-left: 20px;
    margin-left: 0;
}
.search-box {
    border-radius:32px;
    line-height: 38px;
    background: #F2F2F2;
    height: 64px;
    border:none;
}
.search-box input {
    background: none;
    font-size: 16px;
}
.hearder-util-wrap .search-wrap {
    margin-right: 20px;
}
#gnbCommon .select-wrap .btn-default {
    background-color: transparent;
}
#gnbCommon #language-pc.select-wrap .btn-default{
    border: 1px solid #ddd;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding:0 20px;
}
.ins #language-pc {
    width: auto;
}
#gnbCommon .gnb .header-top.ins {
    height: 48px;
    line-height: 48px;
    z-index: 1;
}
#gnbNav .depth01 > li > .depth02 > li > a{
    line-height: 1;
}
.hearder-util-wrap .search-wrap .btn-search{
    background: url(../images/common/ico_search.svg) center center no-repeat;
    width: 32px;
    height: 32px;
}
.hearder-util-wrap > a {
    text-indent: -9999px;
    margin-left: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px auto;
}
.hearder-util-wrap a.btn_location.on{background-image: url(../images/common/ico_pin_active.svg);}
.hearder-util-wrap a.btn_membership.on {background-image: url(../images/common/ico_user_active.svg);}
.hearder-util-wrap a.btn_location {
    background: url(../images/common/ico_pin.svg) center center no-repeat;
}
.hearder-util-wrap a.btn_membership {
    background: url(../images/common/ico_user.svg) center center no-repeat;
}
.hearder-util-wrap a.btn_sitemap {
    background: url(../images/common/ico_list.svg) center center no-repeat;
}
.gt-btn > .hi-gt-btn {
    cursor: pointer;
}
.search-layer.active{
        display: block!important;
    }
.search-layer {
    position: absolute;
    top: 75px;
    left: 0;
    border-radius: 10px;
    line-height: 1;
    min-width: 460px;
}
.search-box {
    width: 517px;
}
.search-layer .keyword-wrap {
    display: flex;
    flex-direction: column;
}
.search-layer .keyword-wrap .last {
    position: relative;
    border-right: none;
    width: 100%;
    flex-shrink: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.search-layer .keyword-wrap .popular {
    padding-left: 0;
    width: 100%;
}
.search-layer .max-inner {
    padding: 28px 24px;
    margin: 0 auto;
}
.search-layer .popular ul {
    row-gap: 24px;
    padding: 20px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}
.search-layer .popular a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}
.search-layer .popular li:first-child .num, .search-layer .popular li:nth-child(2) .num, .search-layer .popular li:nth-child(3) .num {
    line-height: 1;
    color:#727272;
}

.search-layer .popular li .num{
    width: 24px;
    height: 24px;
    background: #EFEFEF;
    border-radius: 4px;
    display: inline-flex;
        align-items: center;
    justify-content: center;
    color:#727272;
        margin-right: 8px;
}
.search-layer .popular li span:not(.num){
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.search-layer .btn-searchlayer-close {
    position: relative;
    top: auto;
    right: auto;
    text-indent: 0;
    display: block;
    background: url(../images/main/ico_close_circle.svg) right center no-repeat;
        width: auto;
    padding: 0 20px 0 0;
    float: right;
    margin: 14px 0 20px 0;
    color: #525252;
}
.search-layer .keyword-wrap strong {
    margin-bottom: 24px;
}
.search-layer .last li {
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    max-width: calc(100% - 32px);
}
.search-layer .last a {
    line-height: 2.2;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.search-layer .last .btn-delete {
    top: 0;
    right: 0;
    color: #727272;
    font-size: 16px;
    text-decoration: underline;
    display: flex;
    /** main 페이지 외 검색바에서 사용 **/
    align-items: center;
    text-indent: unset;
    width: unset;
    height: unset;
    background: unset;
}
.search-layer .last .btn-delete::after {
    width: 14px;
    height: 16px;
    margin-left: 6px;
    background: url(../images/common/icon_delete.png) center center / 100% 100% no-repeat;
}
.search-layer .last li button {
    background: url(../images/common/btn_addtour_close.png) center / 8px 8px no-repeat;
}
.search-layer .search-wrap{
    margin: 0 0 24px;
}
.search-wrap .search-box.min{
    display: none;
}
.search-wrap .search-box.min .btn-search-open {
    z-index: 10;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    background: url(../images/common/ico_search.svg) center center no-repeat;
    width: 32px;
    height: 32px;
}


.footer-info {
    color: #696969;
}
.footer-link ul a {
    color: #696969;
}
.footer-wrap {
    background-color: #fff;
    color: #696969;
}
.footer-wrap .logo-wrap > a{
    display: block;
    width: 176px;
    height: 98px;
    background: url(../images/common/logo_bottom.svg) center center no-repeat
}
.footer-wrap .logo-wrap > a img{
    width: 1px;
}
.footer-organization {
    height: 98px;
    padding: 30px 0 10px 0;
}
.footer-link ul li.point a {
    color: #4E4E4E;
    font-weight: 900;
}
.footer-organization .page_box{
    opacity: 0.5;
}
.footer-organization .swiper-slide a {
    display: block;
    background: #fff;
}

/** 서브 페이지 퀵메뉴 **/
.quick-nav .btn-quick{
    width:60px;
    height:60px;
    display: flex;
    background: #47B6FF url(../images/main/btn-quick-on.svg) center center no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    display: none;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0 ;
    font-size:0;
    text-indent:-9999px;
}
.quick-nav .btn-quick.active{
    background: #47B6FF url(../images/main/btn-quick.svg) center center no-repeat;
}
.quick-nav{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}
.quick-nav .quick-nav-wrap{
    width: 82px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
    border-radius: 82px;
    background: #fff;
    padding: 14px 0;
}

.quick-nav ul li{
    width: 58px;
    border-bottom:1px solid #F6F6F6;
    padding: 10px 0;
    text-align: center;
}
.quick-nav ul li:last-child{
    border: none;
}
.quick-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quick-nav button{
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    width: 48px;
    font-weight: 400;
    letter-spacing: -1px;
}
.quick-nav ul li button:before{
    content:'';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
}
.quick-nav ul li.gt button:before{
    background: url(../images/main/quick_gt.svg) center center no-repeat;
}
.quick-nav ul li.camping button:before{
    background: url(../images/main/quick_camp.svg) center center no-repeat;
}
.quick-nav ul li.dark button:before{
    background: url(../images/main/quick_dark.svg) center center no-repeat;
}



@media screen and (max-width: 1895px){
	.search-box {
        width: 350px;

    }
}
@media screen and (max-width: 1720px){
	.search-box {
        width: 220px;
    }
}
@media screen and (max-width: 1615px){
    #gnbNav .depth01 > li {
        width: 146px;
    }
}
@media screen and (max-width: 1546px){

    .search-box.pc{
        display: none;
    }
    .search-wrap .search-box.min{
        display: block;
        width: auto;
        background: none;
        border: none;
    }
    .search-layer{
        left: -189px;
    }
    .search-layer .search-wrap .search-box {
        height: 44px;
        border: none;
        border-bottom: 1px solid #ddd;
        background: none;
        border-radius: 0;
    }
    .search-layer .search-box input {
        font-size: 16px;
        width: calc(100% - 70px);
        margin-left: 0;
    }
    .search-layer .search-box .btn-search {
        opacity: 0.6;
    }
    .hearder-util-wrap .search-wrap {
        margin-right: 0;
    }

}
@media screen and (max-width: 1280px){
    #gnbNav .depth01 > li {
        width: 117px;
    }


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

	.header-wrap:after{
        content:none;
    }
    #gnbCommon .gnb {
        padding: 0 0 0 6.25vw;
    }
    .main:before{
        content: '';
        display: block;
        background-color: #d9d9d9;
        width: 100vw;
        height: 1px;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 1000;
    }
    .main {
        padding-top: 70px;
    }
    h1.logo {
        line-height: 70px !important;
    }
    .hearder-util-wrap {
        height: 70px;
    }
    .header-wrap {
        height: 70px;
    }
    .hearder-util-wrap > a{
        margin-left: 14px;
    }
    #gnbCommon .gnb:after{
        content:none;
    }
    .hearder-util-wrap > a.btn_search {
        background: url(../images/common/ico_search.svg) center center no-repeat;
        opacity: 0.7;
    }
    .hearder-util-wrap > a.btn_m_menu {
        background: url(../images/common/ico_list.svg) center center no-repeat;
    }
    #gnbCommon .mo_gnblayer.active {
        overflow: hidden;
    }
    #gnbCommon .mo_gnblayer .guide-inner {
        height:calc(100% - 217px);
        padding: 0 !important;
    }
    .m_gnb {
        max-height: 100%;
                overflow: hidden;
        height: calc(100% - 70px);
                border-bottom: 1px solid rgba(239, 239, 239, 1);
    }
    .m_gnb .depth01 {
        position: relative;
        height: 100%;
        overflow: hidden;
        border-top: 1px solid #EFEFEF;
    }
    .m_gnb .depth02 {
        display: none;
        padding: 20px 0;
        background-color: var(--bg-gray);
        position: absolute;
        top: 0;
    }
    .m_gnb .depth01 > li {
        min-height: 60px;
    }
    .m_gnb .depth01 > li > a,
    .m_gnb .depth01 > li.on > a {
        font-size: 16px;
        border-bottom: 1px solid var(--point-color01);
        color: #4A4A4A;
        font-weight: 500;
        height: 60px;
        width: 120px;
        border-right:none;
        border-bottom: 1px solid #D8DAE2;
        justify-content: center;
    }
     .m_gnb .depth01 > li.on > a {
        background: #7287D9;
        color:#fff;
     }
    .m_gnb .depth01 > li:nth-child(2) > a {
        top: 60px;
    }
    .m_gnb .depth01 > li:nth-child(3) > a {
        top: 120px;
    }
    .m_gnb .depth01 > li:nth-child(4) > a {
        top: 180px;
    }
    .m_gnb .depth01 > li:nth-child(5) > a {
        top: 240px;
    }
    .m_gnb .depth02 {
        display: none;
        padding: 0;
        background-color:#fff;
        margin-left: 120px;
        width: calc(100% - 120px);
        height:100%;
        overflow-y: auto;
    }

    .m_gnb .depth02 a {
        padding-left: 25px;
        border-bottom: 1px solid #D8DAE2;
        border-left: 1px solid #D8DAE2;
        height: 60px;
        font-size: 16px;
        background-color:rgba(114, 135, 217, 0.03);
    }
    .m_gnb .depth01 > li > a::after{
        content:none;
    }
    .m_gnb .depth02 li:last-child{
        border-bottom:none;
    }
    .m-select .select-wrap {
        position: static;
        margin-top: 10px;
        height: auto;
        border-radius: 0;
        border: none;
    }
    #gnbCommon .m-select .select-wrap .btn-default{
        position: relative;
        margin-top: 10px;
        height: 52px;
        border-radius: 10px;
        border: 1px solid #F5F5F5;
        background: #F4F4F4;
        display: block;
        line-height: 52px;
    }
    #gnbCommon .m-select .select-wrap.active .btn-default{
        background: #fff;
        border:1px solid #CBCBCB;
    }
    #gnbCommon .select-wrap.active .btn-default::before{
        content:none;
    }
        #gnbCommon .select-wrap .btn-default::after {
        width: 14px;
        height: 7px;
        background: url(../images/common/ico_arrow_down.svg) 0 0 / 100% 100% no-repeat;
        padding-left: 0;
        margin-bottom: 0;
    }
        #gnbCommon .m-select .select-wrap .btn-default::after {
        top: 20px;
    }
    .m-select {
        bottom: auto;
        position: static;
        padding: 0 20px;
    }
    .search-wrap .search-box.min{
        display: none;
    }
    .search-layer {
        position: fixed;
        top: 70px;
        left: 0;
        border-radius: 0;
        line-height: 1;
        width: 100%;
        box-shadow: none;
        height: calc(100% - 70px);
        background: transparent;
        min-width: 100%;
    }
    .search-layer .popular ul {
        display: grid;
    }
    .search-layer .last a {
        font-size: 16px;
    }
    .search-layer .keyword-wrap a {
        font-size: 16px;
        color: #2F2F2F;
    }
    .search-layer .popular li {
        margin-bottom: 0;
    }
    .search-layer .keyword-wrap .last{
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .search-layer .max-inner {
        height: 100%;
        background: #fff;
        padding: 20px 24px 24px 24px;
    }
    .search-layer .search-wrap{
        display: block;
    }

    .search-layer .keyword-wrap strong {
        font-size: 18px;
    }
    .search-layer .search-wrap {
        margin: 0 0 24px 0;
    }
    .member-wrap {
        padding: 25px 0;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .login-wrap {
        width: auto;
        padding-top: 0;
    }
    .member-wrap > div a {
        color: #727272;
        background-color: transparent;
        text-decoration: underline;
        line-height: 26px;
        height: 26px!important;
    }
    .member-wrap {
        padding: 15px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .lang-mo{
        position: relative;
    }
    .lang-btn{
        font-size: 16px;
        text-decoration: none !important;
        color: #4A4A4A !important;
        font-weight: 600;
        padding: 5px 0;
        display: flex !important;
        align-items: center;
    }
    .lang-btn:after{
        content:'';
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/common/lang-arrow.svg) center center no-repeat;
    }
    .lang-btn.active:after{
        transform: rotate(180deg);
    }
    .lang-mo .lang-layer{
        display: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 10;
        background: #fff;
    }
    .lang-btn.active + .lang-layer{
        display: flex;
    }
    .lang-mo ul{
        display: flex;
        flex-direction: column;
    }
    .lang-mo ul li{
        display: flex;
        align-items: center;
        padding: 7px 12px;
        min-width: 92px;
    }
    .lang-mo button{
        font-size: 15px;
        color: #4A4A4A;
        font-weight: 500;
        font-family: 'SUIT';
    }
    .lang-mo .on button{
        color: #7287D9;
    }
    #gnbCommon .gnblayer-top {
        height: 70px;
        align-items: center;
                border-bottom: none;
    }
    .mo_gnblayer .btn-home {
        margin-top: 0;
        width: 120px;
        height: 25.5px;
        background: url(../images/main/logo.png) 0 0 / 100% 100% no-repeat;
    }
    .mo_gnblayer .btn_m_layerclose {
        margin-top: 0;
        background: url(../images/common/icon_gnb_close.png) center center no-repeat;
        background-size: 15px;
        opacity: 0.8;
    }
    #gnbCommon .m-select .select-list li {
        height: 50px;
        line-height: 50px;
        border: none;
    }
    #gnbCommon .m-select .select-wrap a{
        border-bottom: 1px solid var(--gray-line);
    }
    #gnbCommon .m-select .select-list {
        height: calc(100% - 215px);
        overflow-y: auto;
        bottom: 148px;
        padding: 0;
        width: calc(100% - 40px);
        left: 20px;
        border-radius: 10px;
        border: 1px solid var(--gray-line);
        box-shadow: 0 4px 13px rgba(46, 64, 63, 0.12);
                z-index: 100;
    }
    #gnbCommon .m-select .select-wrap + .select-wrap .select-list{
        bottom: 84px;
    }
    #gnbCommon .m-select .select-list li:last-child,
    #gnbCommon .m-select .select-list li:last-child a {
        border-bottom: none;
    }
    .guide-inner{
        padding:0 20px!important;
    }
    .footer-wrap .logo-wrap > a {
        width: 170px;
        height: 36.5px;
        background: url(../images/common/logo_bottom_m.svg) center center no-repeat;
        background-size: contain;
    }
    .footer-wrap .logo-wrap.mo .btn_logo{
        flex: none;
    }
    .footer-wrap .logo-wrap.mo .btn_logo img {
        width: 1px;
    }
    .footercont-wrap{
        padding: 0;
                width: 100%;
    }
    .footer-organization {
        height: 63px;
        padding: 20px 0 0 0;
        border-bottom: 1px solid #E2E2E2;
    }
    .footer-wrap {
        padding: 30px 0 50px;
    }
}
@media screen and (min-width: 1546px){
    .search-layer .search-wrap {
        display: none;
    }
}


/** 서브 페이지 모바일 퀵메뉴 **/
@media screen and (max-width: 1023px){
    .quick-nav {
        right: 10px;
        top: auto;
        bottom: 70px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: center;
        width: 82px;
    }
    .quick-nav .quick-nav-wrap {
        position: absolute;
        bottom: 0;
        z-index: -1;
        height: 60px;
        transition:all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        opacity: 0;
        height: 60px;
    }

    /** 모바일 기본 상태: 숨김 처리 및 영역 클릭 불가능 **/
    .quick-nav .quick-nav-wrap > ul {
        margin-top: 500px;
    }

    /* 버튼이 active일 때 노출 */
    .quick-nav .btn-quick.active + .quick-nav-wrap > ul {
        margin-top: 0; /* 원래 자리로 */
    }

    .quick-nav .btn-quick.active + .quick-nav-wrap{
        height: 220px;
        bottom: 70px;
        opacity: 1;
        z-index: 100;
    }
    .quick-nav .btn-quick{
        display: block;
    }
}
