@media (width > 767px) {
    .main-guide-page .mobile {
        display: none;
    }

    .main-guide-page {
        width: min(1920px, 100%);
        position: relative;
        margin: 30px auto 0;
        display: flex;
        flex-direction: column;
    }

    .main-guide-page .main-page-pre {
        width: min(1306px, 100%);
        margin: auto;
        height: 164px;
        padding-left: 53px;
    }

    .main-guide-page .site-branch {
        height: 50px;
        padding-top: 20px;
        display: flex;
        gap: 12px;
        color: #888888;
        font-size: 16px;
    }

    .main-guide-page .site-branch > li {
        display: flex;
        align-items: center;
    }

    .main-guide-page .site-branch > li:not(:first-child)::before {
        content: url("../img/branch_arrow.svg");
        display: inline-block;
        margin-right: 14px;
        vertical-align: middle;
    }

    .main-guide-page .site-branch > li:last-child {
        font-weight: 500;
        color: #444444;
    }

    .main-guide-page .main-page-pre > h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .main-guide-page section.guide {
        width: min(1920px, 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 53px;
    }

    .main-guide-page section.guide h2 {
        font-size: 38px;
        line-height: 38px;
        font-weight: 700;
        letter-spacing: -0.025em;
    }

    .main-guide-page section.guide h3 {
        font-size: 34px;
        line-height: 34px;
        font-weight: 700;
        letter-spacing: -0.025em;
    }

    .main-guide-page section.guide h4 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: -0.04em;
        text-align: center;
    }

    .main-guide-page section.guide h4 > span {
        color: #1db4a4;
    }

    .main-guide-page .banner {
        width: min(1920px, 100%);
        height: min(520px, calc(42dvw - 20px));
        position: relative;
    }

    .main-guide-page .banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

    .main-guide-page section.guide:nth-of-type(1) {
        background-color: white;
        display: flex;
        justify-content: center;
        gap: 60px;

        padding-top: 100px;
        padding-bottom: 120px;
    }

    .main-guide-page section.guide:nth-of-type(1) > div {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;

        width: min(1200px, 100%);

        grid-auto-flow: column;

        justify-content: space-between;

        align-items: stretch;

        gap: 24px;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div {
        position: relative;

        max-width: 588px;

        min-height: 250px;

        border-radius: 10px;

        max-width: 588px;

        padding: 44px;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > p {
        position: relative;
        top: 20px;

        font-size: 20px;
        letter-spacing: -0.025em;

        display: flex;
        flex-direction: column;
        gap: 13px;
        flex-wrap: wrap;

        color: #444444;

        z-index: 1;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > p > span {
        font-size: 18px;
        color: #666666;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > img {
        position: absolute;
        right: 50px;
        bottom: 35px;
        max-width: 150px;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(1) {
        background-color: #f5e6b8;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(2) {
        background-color: #f1d6ca;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(3) {
        background-color: #caebe8;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(4) {
        background-color: #d0e9f0;
    }

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

    .main-guide-page section.guide:nth-of-type(2) {
        background-color: #f2f2f2;
        min-height: 626px;
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .main-guide-page section.guide:nth-of-type(2) > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
        justify-content: center;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(1) {
        position: absolute;
        left: 30px;
        top: 28px;
        font-size: 26px;
        line-height: 26px;
        font-weight: 700;
        letter-spacing: -0.025em;
        color: #01a295;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(2) {
        position: absolute;
        left: 28px;
        top: 66px;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #01a295;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(3) {
        position: absolute;
        right: 30px;
        bottom: 28px;
        font-size: 36px;
        line-height: 36px;
        font-weight: 700;
        letter-spacing: -0.025em;
        color: black;
        text-align: right;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div:nth-of-type(2n-1) {
        position: relative;
        width: 280px;
        height: 180px;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n-1).focus {
        background-color: #23b9ad;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n-1).focus
    > p {
        color: white;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div:nth-of-type(2n) {
        position: relative;
        background-color: #bdbdbd;
        width: 36px;
        height: 36px;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 자식 div의 정확한 중앙 위치 조정 */
        background-color: white;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div:nth-of-type(1) {
        width: 4px;
        height: 20px;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div:nth-of-type(2) {
        width: 20px;
        height: 4px;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div {
        border-radius: 18px;
        background-color: #c0e2df;
    }

    .main-guide-page section.guide:nth-of-type(2) > div:nth-of-type(2) {
        flex-direction: column;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -0.04em;
        color: black;
        text-align: center;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(1)
    > span {
        color: #1db4a4;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #888888;
        text-align: center;
    }

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

    .main-guide-page section.guide:nth-of-type(3) {
        background-color: white;
        height: 714px;
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .main-guide-page section.guide:nth-of-type(3) > img {
        object-fit: cover;
        height: 411px;
        width: min(984px, 104%);
    }

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

    .main-guide-page section.guide:nth-of-type(4) {
        background-color: #f4e8c6;
        height: 835px;
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .main-guide-page section.guide:nth-of-type(4) > div {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div {
        max-width: 384px;
        max-height: 440px;

        background-color: white;
        display: flex;
        flex-direction: column;

        justify-content: space-between;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > p {
        color: #444444;
        font-size: 20px;
        letter-spacing: -0.025em;

        display: flex;

        padding: 30px min(2.5dvw, 10px) 30px min(2.5dvw, 30px);

        gap: 9px;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > p > span {
        background-color: #666666;
        display: flex;
        width: 30px;
        height: 30px;
        font-size: 20px;
        border-radius: 50%;
        letter-spacing: -0.025em;
        color: white;
        line-height: 20px;

        justify-content: center;
        align-items: center;
        padding-bottom: 2px;

        flex-shrink: 0;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > img {
        resize: auto;
        width: 100%;
    }

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

    .main-guide-page section.guide:nth-of-type(5) {
        background-color: #ffffff;
        height: 943px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }

    .main-guide-page section.guide:nth-of-type(5) > ol {
        counter-reset: club_return;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main-guide-page section.guide:nth-of-type(5) > ol > li {
        font-size: 20px;
        letter-spacing: -0.025em;
        color: #444444;
        font-weight: 400;
    }

    .main-guide-page section.guide:nth-of-type(5) > ol > li::before {
        display: inline-flex;
        counter-increment: club_return;
        content: counter(club_return);
        width: 30px;
        height: 30px;
        background-color: #666666;
        border-radius: 50%;
        color: white;

        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.025em;

        justify-content: center;
        align-items: center;

        padding-bottom: 2px;

        margin-right: 8px;
    }

    .main-guide-page section.guide:nth-of-type(5) > div {
        display: flex;
        gap: 70px;
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 160px;

        gap: 17px;
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div > p:nth-of-type(1) {
        display: flex;
        width: 26px;
        height: 26px;
        background-color: #999999;
        border-radius: 50%;
        color: white;

        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.025em;

        justify-content: center;
        align-items: center;

        padding-bottom: 2px;

        margin-right: 8px;
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div > p:nth-of-type(2) {
        text-align: center;
        color: #888888;
        font-size: 20px;
        letter-spacing: -0.025em;
        margin-top: -10px;
    }

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

    .main-guide-page section.guide:nth-of-type(6) {
        background-color: #f5f5f5;
        width: min(1920px, 100%);
        margin: auto;
        justify-content: center;
        align-items: flex-start;
    }

    .main-guide-page section.guide:nth-of-type(6) > div {
        width: min(1200px, 100%);
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .main-guide-page section.guide:nth-of-type(6) > div > h5 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.025em;
        font-weight: 700;
        color: #444444;
    }

    .main-guide-page section.guide:nth-of-type(6) > div > ul {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: -0.04em;
        font-weight: 400;
        color: #888888;
    }

    .main-guide-page section.guide:nth-of-type(6) > div > ul > li {
        list-style-type: "· ";
        margin-left: 12px;
    }

    .main-guide-page button.floater {
        z-index: 1;
        width: 330px;
        height: 74px;
        position: sticky;
        bottom: 50px;
        margin: 50px auto;

        background-color: rgba(0, 0, 0, 0.8);

        border-radius: 37px;

        display: flex;

        justify-content: center;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .main-guide-page button.floater > p {
        color: white;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .main-visual-pc-box {
        position: relative;
        z-index: 900;
        height: 520px;
    }

    .main-visual-pc-box .main-gallery {
        overflow: hidden;
        position: relative;
        z-index: 100;
        .swiper-box {
            width: 1920px;
            overflow: visible;
            margin: 0 auto;

            img {
                width: 1920px;
                height: 520px;
            }
        }

        .swiper-slide-prev, .swiper-slide-next {
            /*filter: grayscale(100%);*/
        }
    }

    .main-visual-pc-box .new-swiper-nav {
        position: relative;
        z-index: 1100;
        .s-n {
            position: relative;
            width: 1200px !important;

            .pagination-box {
                position: relative;
                width: 203px;
                height: 50px;
                left: unset;
                bottom: 50px;
                background: #000;
                text-align: left;
                text-indent: 60px;
                color: #fff;
                font-size: 18px;

                .swiper-pagination-pc {
                    width: 203px;
                    height: 50px;
                    line-height: 67px;
                }
                .new-visual-prev {
                    z-index: 2000;
                    cursor: pointer;
                    position: absolute;
                    left: 23px;
                    top: 50%;
                    transform: translateY(-50%) rotate(180deg);
                    display: inline-block;
                    width: 10px;
                    height: 16px;
                    background: url("/assets/images/new/nav_btn_right.png") no-repeat center / 10px 16px;
                }

                .new-visual-next {
                    z-index: 2000;
                    cursor: pointer;
                    position: absolute;
                    right: 52px;
                    top: 50%;
                    transform: translateY(-50%) rotate(180deg);
                    display: inline-block;
                    width: 9px;
                    height: 16px;
                    background: url("/assets/images/new/nav_btn_left.png") no-repeat center / 9px 16px;
                }

                .new-visual-ctrl {
                    z-index: 2000;
                    cursor: pointer;
                    position: absolute;
                    right: 26px;
                    top: 50%;
                    transform: translateY(-50%);
                    display: inline-block;
                    width: 10px;
                    height: 16px;
                    background: url("/assets/images/new/nav_btn_pause.png") no-repeat center / 8px 16px;
                    &.pause {
                        background: url("/assets/images/new/nav_btn_play.png") no-repeat center / 10px 16px;
                    }
                }
            }
            .v-banner-box {
                position: absolute;
                right: 0;
                bottom: -2px;
            }
        }
    }
}

@media (width < 768px) {
    :root {
        --resRate: 0.1333333333333333dvw; /* 주 색상 */
    }

    .main-guide-page .pc {
        display: none;
    }

    .main-guide-page {
        width: 100%;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .main-guide-page .main-page-pre {
        width: 100%;
        height: calc(130 * var(--resRate));

        display: flex;

        justify-content: center;
        align-items: center;
    }

    .main-guide-page .main-page-pre > button {
        width: calc(45 * var(--resRate));
        position: absolute;
        left: calc(40 * var(--resRate));
        cursor: pointer;
        display: flex;
    }

    .main-guide-page .main-page-pre > h1 {
        font-size: calc(38 * var(--resRate));
        line-height: calc(38 * var(--resRate));
        font-weight: 500;
        padding-bottom: 0.6dvw;
    }

    .main-guide-page section.guide {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: calc(40 * var(--resRate));
    }

    .main-guide-page section.guide h2 {
        font-size: calc(42 * var(--resRate));
        line-height: calc(42 * var(--resRate));
        font-weight: 700;
        letter-spacing: -0.025em;
    }

    .main-guide-page section.guide h3 {
        font-size: calc(34 * var(--resRate));
        line-height: calc(34 * var(--resRate));
        font-weight: 700;
        letter-spacing: -0.025em;
    }

    .main-guide-page section.guide h4 {
        font-size: calc(36 * var(--resRate));
        line-height: calc(50 * var(--resRate));
        font-weight: 500;
        letter-spacing: -0.04em;
        text-align: center;
    }

    .main-guide-page section.guide h4 > span {
        color: #1db4a4;
    }

    .main-guide-page .banner {
        width: 100%;
        height: calc(650 * var(--resRate));
        position: relative;
    }

    .main-guide-page .banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

    .main-guide-page section.guide:nth-of-type(1) {
        background-color: white;
        display: flex;
        justify-content: center;
        gap: calc(50 * var(--resRate));

        padding-top: calc(106 * var(--resRate));
        padding-bottom: calc(100 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(1) > div {
        display: flex;

        flex-direction: column;

        width: 100%;

        justify-content: center;

        align-items: center;

        gap: calc(30 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div {
        position: relative;

        width: calc(670 * var(--resRate));

        height: calc(214 * var(--resRate));

        border-radius: calc(20 * var(--resRate));

        padding: calc(37 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > p {
        position: relative;
        top: calc(20 * var(--resRate));

        font-size: calc(22 * var(--resRate));
        letter-spacing: -0.025em;

        display: flex;
        flex-direction: column;
        gap: calc(6 * var(--resRate));
        flex-wrap: wrap;

        color: #444444;

        z-index: 1;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > p > span {
        color: #666666;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div > img {
        position: absolute;
        right: calc(40 * var(--resRate));
        bottom: calc(35 * var(--resRate));
        width: calc(100 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(1) {
        background-color: #f5e6b8;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(2) {
        background-color: #f1d6ca;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(3) {
        background-color: #caebe8;
    }

    .main-guide-page section.guide:nth-of-type(1) > div > div:nth-of-type(4) {
        background-color: #d0e9f0;
    }

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

    .main-guide-page section.guide:nth-of-type(2) {
        background-color: #f2f2f2;
        height: calc(1389 * var(--resRate));
        display: flex;
        justify-content: center;
        gap: calc(60 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(2) > div {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: calc(18 * var(--resRate));
        justify-content: center;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(1) {
        position: absolute;
        left: calc(38 * var(--resRate));
        top: calc(32 * var(--resRate));
        font-size: calc(34 * var(--resRate));
        line-height: calc(34 * var(--resRate));
        font-weight: 700;
        letter-spacing: -0.025em;
        color: #01a295;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(2) {
        position: absolute;
        left: calc(38 * var(--resRate));
        top: calc(80 * var(--resRate));
        font-size: calc(24 * var(--resRate));
        line-height: calc(24 * var(--resRate));
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #01a295;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div > p:nth-child(3) {
        position: absolute;
        right: calc(36 * var(--resRate));
        bottom: calc(30 * var(--resRate));
        font-size: calc(46 * var(--resRate));
        line-height: calc(46 * var(--resRate));
        font-weight: 700;
        letter-spacing: -0.025em;
        color: black;
        text-align: right;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div:nth-of-type(2n-1) {
        position: relative;
        width: calc(370 * var(--resRate));
        height: calc(210 * var(--resRate));
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n-1).focus {
        background-color: #23b9ad;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n-1).focus
    > p {
        color: white;
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div:nth-of-type(2n) {
        position: relative;
        background-color: #bdbdbd;
        width: calc(46 * var(--resRate));
        height: calc(46 * var(--resRate));
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 자식 div의 정확한 중앙 위치 조정 */
        background-color: white;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div:nth-of-type(1) {
        width: calc(5 * var(--resRate));
        height: calc(25 * var(--resRate));
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div
    > div:nth-of-type(2n)
    > div:nth-of-type(2) {
        width: calc(25 * var(--resRate));
        height: calc(5 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(2) > div > div {
        border-radius: calc(23 * var(--resRate));
        background-color: #c0e2df;
    }

    .main-guide-page section.guide:nth-of-type(2) > div:nth-of-type(2) {
        flex-direction: column;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
        font-size: calc(36 * var(--resRate));
        font-weight: 500;
        letter-spacing: -0.04em;
        color: black;
        text-align: center;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(1)
    > span {
        color: #1db4a4;
    }

    .main-guide-page
    section.guide:nth-of-type(2)
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
        font-size: calc(22 * var(--resRate));
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #888888;
        text-align: center;
    }

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

    .main-guide-page section.guide:nth-of-type(3) {
        background-color: white;
        height: calc(710 * var(--resRate));
        display: flex;
        justify-content: center;
        gap: calc(60 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(3) > img {
        object-fit: cover;
        width: calc(670 * var(--resRate));
        height: calc(400 * var(--resRate));
    }

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

    .main-guide-page section.guide:nth-of-type(4) {
        background-color: #f4e8c6;
        height: calc(1886 * var(--resRate));
        display: flex;
        justify-content: center;
        gap: calc(40 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(4) > div {
        display: flex;
        flex-direction: column;
        gap: calc(40 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div {
        width: calc(670 * var(--resRate));
        height: calc(460 * var(--resRate));

        background-color: white;
        display: flex;
        flex-direction: column;

        justify-content: space-between;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > p {
        color: #444444;
        font-size: calc(24 * var(--resRate));
        letter-spacing: -0.025em;

        display: flex;

        flex: 1;

        gap: calc(9 * var(--resRate));

        padding-left: calc(30 * var(--resRate));
        padding-top: calc(30 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > p > span {
        background-color: #666666;
        display: flex;
        width: calc(30 * var(--resRate));
        height: calc(30 * var(--resRate));
        font-size: calc(20 * var(--resRate));
        border-radius: 50%;
        letter-spacing: -0.025em;
        color: white;
        line-height: calc(20 * var(--resRate));

        justify-content: center;
        align-items: center;
        padding-bottom: calc(3 * var(--resRate));

        margin-top: calc(4 * var(--resRate));

        flex-shrink: 0;
    }

    .main-guide-page section.guide:nth-of-type(4) > div > div > img {
        resize: auto;
        width: 100%;
    }

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

    .main-guide-page section.guide:nth-of-type(5) {
        background-color: #ffffff;
        height: calc(1191 * var(--resRate));
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(60 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > ol {
        counter-reset: club_return;
        display: flex;
        flex-direction: column;
        gap: calc(20 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > ol > li {
        font-size: calc(24 * var(--resRate));
        letter-spacing: -0.025em;
        color: #444444;
        font-weight: 400;

        display: flex;

        align-items: baseline;
    }

    .main-guide-page section.guide:nth-of-type(5) > ol > li::before {
        display: inline-flex;
        counter-increment: club_return;
        content: counter(club_return);
        width: calc(30 * var(--resRate));
        height: calc(30 * var(--resRate));
        background-color: #666666;
        border-radius: 50%;
        color: white;

        flex-shrink: 0;

        font-size: calc(20 * var(--resRate));
        line-height: calc(20 * var(--resRate));
        letter-spacing: -0.025em;

        justify-content: center;
        align-items: center;

        margin-right: calc(10 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > div {
        display: flex;
        gap: calc(50 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: calc(187 * var(--resRate));

        gap: calc(17 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div > img {
        height: calc(210 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div > p:nth-of-type(1) {
        display: flex;
        width: calc(30 * var(--resRate));
        height: calc(30 * var(--resRate));
        background-color: #999999;
        border-radius: 50%;
        color: white;

        font-size: calc(20 * var(--resRate));
        line-height: calc(20 * var(--resRate));
        letter-spacing: -0.025em;

        justify-content: center;
        align-items: center;

        padding-bottom: calc(1 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(5) > div > div > p:nth-of-type(2) {
        text-align: center;
        color: #888888;
        font-size: calc(24 * var(--resRate));
        letter-spacing: -0.025em;
        margin-top: calc(-10 * var(--resRate));
    }

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

    .main-guide-page section.guide:nth-of-type(6) {
        background-color: #f5f5f5;
        margin: auto;
        justify-content: center;
        align-items: flex-start;
    }

    .main-guide-page section.guide:nth-of-type(6) > div {
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: calc(30 * var(--resRate));
    }

    .main-guide-page section.guide:nth-of-type(6) > div > h5 {
        font-size: calc(34 * var(--resRate));
        line-height: calc(34 * var(--resRate));
        letter-spacing: -0.025em;
        font-weight: 700;
        color: #444444;
    }

    .main-guide-page section.guide:nth-of-type(6) > div > ul {
        font-size: calc(24 * var(--resRate));
        line-height: calc(42 * var(--resRate));
        letter-spacing: -0.03em;
        font-weight: 400;
        color: #888888;
        word-break: break-all;
    }

    .main-guide-page section.guide:nth-of-type(6) > div > ul > li {
        list-style-type: "· ";
        margin-left: calc(12 * var(--resRate));
        word-break: break-all;
    }

    .main-guide-page button.floater {
        z-index: 1;
        width: calc(400 * var(--resRate));
        height: calc(100 * var(--resRate));
        position: sticky;
        bottom: calc(50 * var(--resRate));
        margin: calc(50 * var(--resRate)) auto;

        background-color: rgba(0, 0, 0, 0.8);

        border-radius: calc(50 * var(--resRate));

        display: flex;

        justify-content: center;
        align-items: center;
        gap: calc(10 * var(--resRate));
        cursor: pointer;
    }

    .main-guide-page button.floater > p {
        color: white;
        font-size: calc(32 * var(--resRate));
        font-weight: 700;
        line-height: calc(32 * var(--resRate));
    }

    .main-guide-page button.floater > svg {
        width: calc(20 * var(--resRate));
        height: calc(30 * var(--resRate));
    }

    .main-visual-mobile-box {
        position: relative;
        z-index: 900;
    }

    .main-visual-mobile-box .new-swiper-nav-box-mobile {
        position: relative;
        z-index: 1100;
        .pagination-box {
            position: absolute;
            width: 140px;
            height: 35px;
            right: 20px;
            bottom: 0;
            background: #000;
            text-align: left;
            text-indent: 40px;
            color: #fff;
            font-size: 14px;

            .swiper-pagination-mobile {
                width: 140px;
                height: 35px;
                line-height: 54px;
            }
            .new-visual-prev {
                z-index: 2000;
                cursor: pointer;
                position: absolute;
                left: 20px;
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
                display: inline-block;
                width: 8px;
                height: 12px;
                background: url("/assets/images/new/nav_btn_right.png") no-repeat center / 8px 12px;
            }

            .new-visual-next {
                z-index: 2000;
                cursor: pointer;
                position: absolute;
                right: 35px;
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
                display: inline-block;
                width: 8px;
                height: 12px;
                background: url("/assets/images/new/nav_btn_left.png") no-repeat center / 8px 12px;
            }

            .new-visual-ctrl {
                z-index: 2000;
                cursor: pointer;
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                display: inline-block;
                width: 8px;
                height: 12px;
                background: url("/assets/images/new/nav_btn_pause.png") no-repeat center / 6px 12px;
                &.pause {
                    background: url("/assets/images/new/nav_btn_play.png") no-repeat center / 8px 12px;
                }
            }
        }
        .v-banner-box {
            position: absolute;
            right: 0;
            bottom: -2px;
        }
    }
}
