@charset "utf-8";
/* TOURMUCH // Maker : H.J Jeon // E-Mail : jinia21@naver.com // Site : tourmuch.com */


/* 서브 공통 */
#container {
    position: relative;
    overflow: hidden;
    padding-inline: var(--padding-basic);
    padding-block: var(--padding-lg) calc(var(--padding-lg) * 2);
    font-size: clamp(1rem, 2vw, 1.125rem);
}

#container.no-bottom-padding {
    padding-bottom: 0 !important;
}

#container .sac-cooperation-guide {
    border-top: 1px solid var(--color-line-basic);
}

#container .side-full {
    margin-inline: calc(var(--padding-basic) * -1);
}

#container h2.tit-h2 {
    line-height: 1.2;
    margin-bottom: 20px;
}

#container h2.tit-h2 em {
    font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: var(--font-weight-semibold);
}

.tab-menu {
    --tab-menu-height: 50px;

    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.tab-menu ul {
    flex-wrap: wrap;
    padding: 5px;
    background-color: #EAE5E1;
    box-shadow: inset 0 2px 5px rgba(var(--color-black-rgb),0.08);
    border-radius: calc(var(--tab-menu-height) / 2);
}

.tab-menu ul li .tab-onoff-btn {
    display: block;
    height: calc(var(--tab-menu-height) - 10px);
    line-height: calc(var(--tab-menu-height) - 10px);
    padding-inline: calc(var(--tab-menu-height) / 2);
    border-radius: calc(var(--tab-menu-height) / 2);
    color: rgba(var(--color-gray-deep-rgb),0.7);
    font-size: clamp(0.875rem, 3vw, 1.25rem);
    font-weight: var(--font-weight-regular);
    transition: .2s;
}

.tab-menu ul li .tab-onoff-btn.selected {
    background-color: var(--color-point);
    color: var(--color-white);
    font-weight: var(--font-weight-medium);
}

@media screen and (min-width: 767px) {
    #container {
        padding-block: calc(var(--padding-lg) * 2) calc(var(--padding-lg) * 3);
    }

    .tab-menu {
        --tab-menu-height: 60px;

        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 1023px) {
    #container {
        padding-inline: var(--padding-lg);
    }

    #container .side-full {
        margin-inline: calc(var(--padding-lg) * -1);
    }
}

@media screen and (min-width: 1239px) {
    #container {
        padding-block: calc(var(--padding-lg) * 3) calc(var(--padding-lg) * 4);
    }
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1639px) {
    #container {
        padding-inline: 0px;
    }

    #container .side-full {
        margin-inline: 0px;
    }
}


/* 서브 최상단 */
.sub-top-info {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    max-width: var(--max-width-md);
    margin: 0 auto;
    text-align: center;
}

.sub-top-info h1.tit-h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: -.5pt;
}

.sub-top-info .sub-mnu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-top-info .sub-mnu ul li {
    position: relative;
}

.sub-top-info .sub-mnu ul li:not(:first-child) {
    margin-left: 50px;
}

.sub-top-info .sub-mnu ul li:not(:first-child):after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50px;
    text-align: center;
    color: var(--color-line-basic);
    font-size: 1.125rem;
    transform: translateY(-50%);
    content: '/';
}

.sub-top-info .sub-mnu ul li a {
    display: block;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: var(--color-gray);
}

.sub-top-info .sub-mnu ul li.selected a {
    font-weight: var(--font-weight-bold);
    color: var(--color-point);
}

.sub-top-info .sub-mnu-slide {
    display: none;
}

.sub-top-info .sub-mnu-slide li {
    position: relative;
    width: auto;
}

.sub-top-info .sub-mnu-slide ul li:not(:first-child):after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50px;
    text-align: center;
    color: var(--color-line-basic);
    font-size: 1.125rem;
    transform: translateY(-50%);
    content: '/';
}

.sub-top-info .sub-mnu-slide ul li a {
    display: block;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: var(--color-gray);
}

.sub-top-info .sub-mnu-slide ul li.selected a {
    font-weight: var(--font-weight-bold);
    color: var(--color-point);
}

.sub-top-info .loca-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--color-gray);
}

.sub-top-info .loca-info li {
    position: relative;
}

.sub-top-info .loca-info li:not(:first-child) {
    margin-left: 30px;
}

.sub-top-info .loca-info li:not(:first-child):after {
    position: absolute;
    top: calc(50% - 3px);
    left: -17px;
    width: 6px;
    height: 6px;
    background-color: var(--color-line-basic);
    border-radius: 50%;
    content: '';
}

.sub-top-bg {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    max-width: var(--max-width-lg);
    height: 150px;
    margin: 0 auto;
    transition: .3s ease;
    border-radius: 3px 3px 20px 20px;
    font-size: 0;
    z-index: 200;
}

.sub-top-bg figure {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.sub-top-bg .timeframe-place {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    background-color: rgba(var(--color-black-rgb),0.6);
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: var(--color-white);
    border-radius: 20px 0 0 0;
    z-index: 100;
}

.sub-top-bg .timeframe-place span {
    display: none;
    opacity: 0.5;
}

@media screen and (min-width: 767px) {
    .sub-top-bg {
        height: 200px;
    }

    .sub-top-bg .timeframe-place {
        flex-direction: row;
        gap: 30px;
        padding: 20px;
    }

    .sub-top-bg .timeframe-place span {
        display: block;
    }
}

@media screen and (min-width: 1023px) {
    .sub-top-info {
        align-items: flex-start;
        gap: 10px;
    }

    .sub-top-info h1.tit-h1,
    .sub-top-info .sub-mnu {
        flex-shrink: 0;
    }

    .sub-top-info .sub-mnu-slide {
        display: block;
    }

    .sub-top-info .loca-info {
        position: absolute;
        top: 30px;
        right: 20px;
        justify-content: flex-end;
    }

    .sub-top-bg {
        height: 250px;
        border-radius: 5px 5px 30px 30px;
    }

    .sub-top-bg .timeframe-place {
        padding: 20px 40px;
        border-radius: 30px 0 0 0;
    }
}

@media screen and (min-width: 1239px) {
    .sub-top-info {
        padding: 40px;
    }

    .sub-top-info .sub-mnu-slide ul li:not(:first-child):after {
        width: 80px;
    }

    .sub-top-info .loca-info {
        top: 65px;
    }

    .sub-top-info .loca-info li:not(:first-child) {
        margin-left: 50px;
    }

    .sub-top-info .loca-info li:not(:first-child):after {
        left: -27px;
    }

    .sub-top-bg {
        height: 300px;
    }
}

@media screen and (min-width: 1439px) {
    .sub-top-bg {
        height: 350px;
        border-radius: 5px 5px 50px 50px;
    }

    .sub-top-bg .timeframe-place {
        border-radius: 50px 0 0 0;
    }
}

@media screen and (min-width: 1639px) {
    .sub-top-info {
        gap: 20px;
        padding: 40px 0;
    }
}








/* ------------------------------------------------------------ */



@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 1023px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1640px) {
}

@media screen and (min-width: 1840px) {
}