.header-wrapper {
    position: relative;
    background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
    background-size: cover;
    padding-top: 10%;
    min-height: 100%;
}

.header-wrapper::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    height: 100px;
    background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
    background-size: contain;
    min-height: 227px;
}

.content-wrapper {
    /* background: url("../../images/pc/hotel_pc/wave.svg") no-repeat center top; */
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 100px;
}
.header {
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 30px 0;
}

.header span,
.header img {
    /* margin-right: 15px; */
    text-align: left;
}
.container {
    width: 73%;
    margin: 0 auto;
}

.footer-wrapper {
    background: url("../../images/pc/top_pc/wave_white.svg") no-repeat center top;
    background-size: 100% auto;
    margin-top: -25px;
}

.page-wrapper {
    width: 100%;
    margin: 20px 0;
}

.card-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: nowrap;
    
}
.card-pagination a {
    text-decoration: none;
    /* color: white; */
}
.card-pagination span {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.page-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: white;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.page-btn:hover:not(:disabled) {
    background-color: #f0f0f0;
}

.page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.access-btn-gp {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.btn-link {
    width: 40%;
    background-color: white;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    margin: 20px 12px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #68D0BB;
    border-radius: 50px;
    opacity: 0;
    animation: fadeIn 3s forwards;
}

.btn-link-new {
    border: 1px solid #BEC737;
}

.btn-link img {
    margin-right: 10px;
}

.btn-link-group {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.btn-link a {
    color: black;
    text-decoration: none;
}

.btn-text {
    font-size: 28px;
    display: block;
    font-weight: bold;
    letter-spacing: 5.6px;
    margin-right: 10px;
}

.btn-content {
    font-size: 12px;
}
@media (max-width: 768px) {
    .header-wrapper {
        background: url("../../images/mobile/top_mobile/headdermask.svg") no-repeat center;
        /* margin-top: 10%; */
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 9%;
    }

    .header-wrapper::after {
        background: url("../../images/mobile/top_mobile/headdermask.svg") no-repeat center;
        background-size: contain;
    }

    .header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
    }

    .header img,
    .header .btn-text {
        display: inline-flex;
        align-items: center;
        margin-right: 8px;
    }

    .header .header-content {
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        font-size: 14px;
        margin-top: 4px;
    }

    .content-wrapper {
        margin-top: 15%;
        padding-top: 40px;
        background-size: cover;
    }
    .container {
        width: 85%;
    }

    .footer-wrapper {
        background: url("../../images/mobile/top_mobile/footermask.svg") no-repeat center top;
        margin-top: -30px;
        background-size: cover;
    }

    .section {
        max-width: 90%;
    }

    .btn-link {
        width: -webkit-fill-available;
        border-radius: 50px;
        padding: 5px 20px;
    }

    .btn-link-group img {
        width: 13%;
    }

    .btn-text {
        font-size: 20px;
    }
    .btn-content {
        font-size: 12px;
    }

    .access-btn-gp {
        margin-top: 10px;
        display: block;
        padding: 20px 0;
    }
}
@media (max-width: 585px) {
    .header-wrapper {
        padding-top: 0%;
    }
    .navbar {
        margin-top: 2%;
        position: fixed ;
    }
}
@media (min-width: 585px) and (max-width: 604px) {
    .header-wrapper {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: cover;
        padding-top: 3%;
    }
    .header-wrapper::after {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: contain;
    }
    .header-wrapper::after {
        bottom: -95px;
    }
    .navbar {
        margin-top: 3%;
    }
    .content-wrapper {
        margin-top: 12%;
    }
}
@media (min-width: 605px) and (max-width: 740px) {
    .header-wrapper {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 12%;
    }

    .header-wrapper::after {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: contain;
    }
    .footer-wrapper {
        background: url("../../images/pc/top_pc/wave_white.svg") no-repeat center top;
        background-size: 100% auto;
        margin-top: -25px;
    }
    .navbar {
        margin-top: 2%;
    }
    .content-wrapper {
        margin-top: 10%;
    }
}
@media (min-width: 741px) and (max-width: 768px) {
    .header-wrapper {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center ;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 12%;
    }
    .header-wrapper::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        height: 100px;
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: contain;
        min-height: 227px;
        z-index: 1;
    }
    .navbar {
        margin-top: 2%;
    }
    .content-wrapper {
        margin-top: 10%;
    }
}
@media (min-width: 769px) and (max-width: 829px) {
    .header-wrapper {
        /* padding-top: 2% !important; */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 13%;
    }
    .content-wrapper {
        margin-top: 11%;
    }
    .navbar {
        margin-top: 2%;
    }
}
@media (min-width: 830px) and (max-width: 848px) {
    .header-wrapper {
        /* padding-top: 1% !important; */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 13%;
    }
    .content-wrapper {
        margin-top: 10%;
    }
}
@media (min-width: 849px) and (max-width: 891px) {
    .header-wrapper {
        /* padding-top: 0% !important; */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 13%;
    }
    .content-wrapper {
        margin-top: 10%;
    }
}
@media (min-width: 891px) and (max-width: 900px) {
    .header-wrapper {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 13%;
    }
    .header-wrapper::after {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: contain;
    }
    .content-wrapper {
        margin-top: 10%;
    }
    .footer-wrapper {
        background: url("../../images/pc/top_pc/wave_white.svg") no-repeat center top;
        background-size: 100% auto;
        margin-top: -25px;
    }
    .navbar {
        margin-top: 2% !important;
        position: fixed ;
    }
}
@media (min-width: 901px) and (max-width: 1024px) {
    .header-wrapper {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        z-index: 999;
        min-height: 15%;
    }
    .header-wrapper::after {
        background: url("../../images/pc/top_pc/headder_bg.svg") no-repeat center;
        background-size: contain;
    }
    .content-wrapper {
        margin-top: 10%;
    }
    .footer-wrapper {
        background: url("../../images/pc/top_pc/wave_white.svg") no-repeat center top;
        background-size: 100% auto;
        margin-top: -25px;
    }
    .navbar {
        margin-top: 1% !important;
        position: fixed ;
    }
}
@media (min-width: 1025px) and (max-width: 1080px) {
    .header-wrapper {
        padding-top: 9%;
    }
}
@media (min-width: 1080px) and (max-width: 1204px) {
    .header-wrapper {
        padding-top: 8%;
    }
}
@media (min-width: 1205px) and (max-width: 1400px) {
    .header-wrapper {
        padding-top: 7%;
    }
}
@media (min-width: 1400px) and (max-width: 1750px) {
    .header-wrapper {
        padding-top: calc(100% / 20);
    }
    .content-wrapper {
        padding: 5% 0 5% 0;
    }
    .content-footer-wrapper {
        margin-top: -2%;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* .header-wrapper {
        padding-top: calc(100% / 7);
    } */
    .content-wrapper {
        padding-top: 3%;
    }
    .container {
        width: 85%;
    }

    .header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header img,
    .header .btn-text {
        display: inline-flex;
        align-items: center;
        margin-right: 8px;
    }

    .header .header-content {
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        font-size: 14px;
        margin-top: 4px;
    }

    .header span {
        padding-top: 10px;
        font-size: 20px;
    }
    .btn-link {
        width: 80%;
        padding: 15px 25px;
    }

    .btn-text {
        font-size: 22px;
    }

    .access-btn-gp {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}
@keyframes fadeIn {
    from {
      opacity: 0; 
      transform: translateY(20px); 
    }
    to {
      opacity: 1; 
      transform: translateY(0); 
    }
}

.card-right h4 {
    text-align: left;
}

a.floor-guide-btn {
    background: #ACA9A9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    text-decoration: none;
    color: white;
    padding: 13px 15px;
}