
.v_section_mc_stay_program_01 ul,
.v_section_sr_stay_program_01 ul {
    margin-left: 20px;
}

.v_section_mc_stay_program_01 .v_intro ul,
.v_section_sr_stay_program_01 .v_intro ul {
    margin-top: 20px;
}

.v_section_mc_stay_program_01 ul li,
.v_section_sr_stay_program_01 ul li {
    font-size: 20px;
    list-style-type: disc;
}

.v_sr_stay_program_row {
    margin: 0 auto;
    padding: 120px 0;
    width: 100%;
    max-width: 1400px;
    gap: 120px;
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    display: grid;
    position: relative;
}

.v_sr_stay_program_row ul li {
    margin-bottom: 15px;
}

.v_sr_label {
    padding-bottom: 20px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.v_sr_value {
    padding-bottom: 20px;
    display: none;
}

.v_sr_item {
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
}

.v_sr_item.active .v_sr_value {
    display: block;
}

.v_sr_value h6 {
    font-family: "Barlow", "Noto Sans TC", "Noto Sans SC", serif;
    margin-bottom: 20px;
    font-size: 20px;
}

.v_sr_value ul {
    margin-top: 0;
    margin-left: 20px;
}

.v_sr_value ul li {
    font-size: 18px;
    list-style-type: disc;
}

.v_sr_right img {
    width: 100%;
    max-width: 420px;
}

.v_sr_program {
    margin-top: 240px;
}

.v_sr_program h4 {
    margin-bottom: 10px;
    font-size: 28px;
    color: var(--gold-color);
    text-transform: uppercase;
}

.v_sr_program ul {
    margin-top: 0!important;
}

.v_sr_footnote {
    margin-top: 40px;
    font-size: 16px;
}

.v_sr_price {
    margin-top: 90px;
    font-size: 28px;
    font-weight: 600;
    color: var(--green-color);
    text-transform: uppercase;
    font-family: 'Adobe Garamond Pro', sans-serif;
}

.v_sr_left h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media screen and (max-width: 1460px) {
    .v_sr_stay_program_row {
        padding: 120px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-bg-mc {
        background-position: 75% top;
    }
}

@media screen and (max-width: 991px) {
    .v_sr_stay_program_row {
        padding: 20px;
        gap: 60px;
        align-items: center;
        flex-direction: column-reverse;
        display: flex;
    }
    
    .v_sr_stay_program_row ul li {
        font-size: 18px;
    }

    .v_sr_program {
        margin-top: 120px;
    }
    
    .v_section_mc_stay_program_01 .v_intro > div h2 br {
        display: none;
    }
}