.wrap {
    width: 1920px;
    min-width: 1200px;
    min-width: 320px;
}

.section-box {
    width: 100%;
    padding: 120px 160px; 
    box-sizing: border-box;
}

.section-header {
    width: 1600px;
    margin-bottom: 80px;
}

.section-header h2 {
    margin-bottom: 16px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}



.container.quick-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.container.blog {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; 
}

.container.resort {
    justify-content: space-between; 
    align-items: flex-start; 
}

.loc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    line-height: 1; 
    margin: 0;
}



/* header */
header {
    width: 100%;
    height: 88px;
    display: flex;
    padding: 0.5rem 10rem;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
}

.container.header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; 
}

h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.gnb {
    width: 1202px;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    justify-content: space-between;
}

.gnb li {
    width: 200px;
    /* position: relative; */
}

.gnb > li > a {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 1rem 0;
    color:#2C68D2;
}

.gnb > li:hover > a {
    color: #a8aabc; }


.dp2 {
    width: 200px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    display: none;
    z-index: 10000;
    box-sizing: border-box;
    background: rgba(44, 104, 210, 0.5);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dp2 li a {
    display: block;
    padding: 0.5rem 1rem;
}

.dp2 li a:hover {
    display: block;
    color: #2C68D2;}

.gnb > li:hover .dp2 {
    opacity: 1;
    visibility: visible;
}

.gnb-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    display: flex;
}

.gnb-icon {
    width: 48px;
    height: 48px;
    margin-left: 2rem;
}

.mobile-menu-toggle {
    display: none;
}

/* visual */
.section-box.visual {
    width: 100%;
    padding: 0;
}

.container.banner {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.main-banner {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    overflow: hidden;

}

.main-banner li {
    position: relative; 
    overflow: hidden;
}

.mb-img { 
    width: 100%;
    height: 100%;   
    overflow: hidden;
    object-fit: cover;
}

.mb-txt {
    text-transform: uppercase;
    position: absolute;
    top: 120px;
    left: 120px;
    z-index: 9999;
}

.main-banner h2 {
    font-size: 6rem;
    font-weight: 800;
    color: #2C68D2;
}

.search-box {
    width: 536px;
    height: 96px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
    border: 2px solid #2C68D2;
    background: #fff;
}

.search-txt {
    width: 466px;
    height: 80px;
    font-size: 32px;
    font-weight: 400;
    color: #2C68D2;
    position: static;
    background: transparent;
}

.search-btn {
    width: 48px;
    height: auto;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    z-index: 99;
    padding: 0; 
}

.search-btn img{
    max-width: 100%;
    max-height: 100%; 
    display: block;
    object-fit: contain;
}

/* quick menu */

.q-menu-item {
    width: 388px;
    height: 224px;
    border-radius: 60px;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 0;
    box-sizing: border-box;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.q-menu-item .contents-title { text-align: center;}
.q-menu-item:nth-child(2), .q-menu-item:nth-child(4) { background: #2C68D2; }
.q-menu-item:nth-child(2) .contents-title, .q-menu-item:nth-child(4) .contents-title { color: #fff; }

.q-menu-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* theme-parks */

.theme-parks-grid {
    width: 1600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 24px;
    height: auto;
}

.theme-parks-header {
    width: auto;
    border-radius: 30px;
    position: relative ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-column: 1 / 3; 
    grid-row: 1 / 2;
    padding: 72px 48px;
    box-sizing: border-box;
    background: #2C68D2;
}    

.theme-parks .contents-title {color: #fff;}
.theme-parks .article {color: #fff;}

.theme-parks .icon-arrow {
    width: 168px;
    height: 168px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
}

.theme-parks-card {
    height: 400px;
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;   
    gap: 16px;
    padding: 32px;
    box-sizing: border-box; 
}
    
.theme-parks-card .park-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.theme-parks-card .description {
    width: 320px;
    box-sizing: border-box; 
}

.theme-parks-card:nth-child(4) .park-info  {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
    color: #fff;
    text-align: left;
    box-sizing: border-box; 
}

.theme-parks-card--universal-florida{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background:  linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),
    url('../img/main/themepark-1.jpg') no-repeat 50% 50%;
    background-size: cover;
}

.theme-parks-card--islands-of-adventure {
    grid-column: 2 / 3;
    grid-row: 2 / 3; 
    background:  linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),
    url('../img/main/themepark-2.jpg') no-repeat 50% 50%;    
    background-size: cover;
}

.theme-parks-card--epic-universe {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    height: auto;
    background:  linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),
    url('../img/main/themepark-3.jpg') no-repeat 50% 50%, linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);    
    background-size: cover;
}


.theme-parks-header:hover, .theme-parks-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.theme-parks .icon-loc {
    width: 40px;
    height: 40px;
    border-radius: 90px;
    background: rgba(0, 0, 0, 0.5);
}


/* tickets */

.tickets-grid {
    width: 1600px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
}

.tickets-card {
    width: 496px;
    height: 376px;
    position: relative;
}


.tickets-card img {
    border-radius: 30px;
    margin-bottom: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tickets .icon-arrow {
    top: 68%;
    right: 2%; 
}

.tickets-card:hover .tickets-card-image {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tickets-card:hover .icon-arrow {
    transform: translateY(-8px); 
    transition: transform 0.3s ease;
}

.tickets-card p {
    margin-left: 32px;
    margin-bottom: 4px;
}

.tickets-card p:last-child {
    margin-bottom: 0;
}



/* event */

.events {
    width: 100%;
    padding: 120px 160px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.events-container {
    width: 1600px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 32px; 
}

.event-card {
    width: 784px;
    height: 184px;
    border-radius: 30px;
    padding: 48px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.event-card--card-one {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 56px 40px;
    box-sizing: border-box;
    background: url(../img/main/event-card-1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.event-card--card-two {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/main/event-card-2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.event-card--card-two .description, .event-card--card-three .description {
    display: none;
}

.event-card--card-three {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/main/event-card-3.jpg) no-repeat 50% 50%;
    background-size: cover;
}


.event-contents {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.event-card-title {
    width: 100%; 
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.events .loc {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px; 
}

.loc .icon-loc {
    max-width: 20px;
    height: auto;
}

.event-banner .loc p {
    margin: 0;
    margin-left: 24px;
}

.event-card .description {
    width: 50%;
    max-width: 500px;
    text-align: right;
}

.btn-arrow {
    width: 120px;
    height: 120px;
    border-radius: 90px;
    outline: 30px solid #fff;
    background: #007bff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.btn-arrow:hover {
    background-color: #0056b3;
}

.btn-arrow:active {
    background-color: #004085;
}

.btn-arrow .icon-arrow {
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 


/* blog */

.blog .section-header {
    width: 568px;
    height: 100%;
}

.blog-card {
    width: 896px;
    height: 480px;
    border-radius: 30px;
    background: url(../img/main/blog-image.jpg) no-repeat 50% 50%;
    background-size: cover;

}



/* resort */

.resort-grid {
    max-width: 1600px;
    display: flex;
    gap: 16px;
    margin: 0 auto;
}

.resort-card {
    height: 752px;
    border-radius: 30px;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    flex: 1 0 316px; 
    transition: flex-basis 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
    color: #fff;
}

.resort-card.resort-card-1 {
    background: url(../img/main/resort-card-1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.resort-card.resort-card-2 {
    background: url(../img/main/resort-card-2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.resort-card.resort-card-3 {
    background: url(../img/main/resort-card-3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.resort-card.resort-card-4 {
    background: url(../img/main/resort-card-4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.resort-card:hover {
    flex-basis: 602px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.resort-grid:hover .resort-card:not(:hover) {
    opacity: 0.8;
}


.resort-contents {
    width: 100%; 
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resort-card .loc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.resort-cta {
    padding: 8px 16px; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

.resort-cta span {
    line-height: 1;
    margin: 0;
}

.resort-cta:hover {
 background: rgba(255, 255, 255, 0.4);
}


/* footer */

footer {
    width: 100%;
    height: 400px;
    padding: 0 160px;
    position: relative;
    background: #0056b3;

}

.footer-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;    
}

.footer-logo img {
    width: 240px;
    height: auto;
}


.footer-middle-content {
    width: 1000px;
    height: 136px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color:#fff;
}

.footer-sitemap {
    width: 1000px;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
}

.footer-sitemap > li > a {
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    display: block;
    padding: 1rem 0;
    color:#fff;
}

.footer-sitemap > li:hover > a { color: #93B1E8; }


.footer-dp2 {
    width: 320px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    position: absolute;
    display: none;
    z-index: 9999;
    background: #0056b3;
}

.footer-dp2 li a {
    height: 30px;
    display: block;

    color:#fff;
}

.footer-dp2 li a:hover {
    color: #93B1E8;
}

.footer-copyright {
    color: #93B1E8;
}

.footer-right-content {
    width: 232px;
    height: 96px;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-social-media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.footer-app-download {
    display: flex;
    justify-content: space-between;
}




/* mobile */

@media (max-width: 767px) {
  
    .wrap {
        max-width: 100%;
        min-width: 320px; 
    }

    .section-box {
        width: 100%;
        padding: 32px 16px;
    }

    .section-header {
        width: auto;
        margin-bottom: 24px;
    }

    .section-header h2 {
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .article {
        font-size: 1rem; 
    }

    .description {
        font-size: 0.875rem;
    }

 /* header */

    header {
        height: auto;
        padding: 1rem 2rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .container.header-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    h1 {
        position: static;
        transform: translateY(0);
        left: auto;
        margin-bottom: 0;
    }

/* gnb */
    .gnb {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 6.5rem;
        right: 0;
        background-color: #f8f8f8;
        z-index: 100;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        overflow-y: auto;
        max-height: calc(100vh - 60px);
    }

    .gnb.active {
        display: flex;
    }

    .gnb li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .gnb li:last-child {
        border-bottom: none;
    }

    .gnb > li > a {
        display: block;
        padding: 15px 20px;
        font-size: 1.1rem;
        color: #333;
        position: relative;
    }

    .gnb > li > a:hover {
        background-color: #e0e0e0;
    }

    .dp2 {
        display: none;
        position: static;
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        transition: none;
    }

    .dp2 li a {
        padding: 10px 32px;
        font-size: 0.95rem;
        color: #555;
    }

    .dp2 li a:hover {
        background-color: #f0f0f0;
    }


    .gnb > li:has(.dp2) > a::after {
        content: '+';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        color: #2C68D2;
        transition: transform 0.3s ease;
    }

    .gnb > li.active:has(.dp2) > a::after {
        content: '-';
        transform: translateY(-50%) rotate(0deg);
    }

    .gnb-right {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        right: 2rem;
    }

    .gnb-icon {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;   
        display: block;
        cursor: pointer;
        z-index: 200;
    }

    .mobile-menu-toggle img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    /* visual */
    .section-box.visual {
        padding: 0 2rem;
    }

    .container.banner {
        width: 100%;
        max-width: 100%;
    }

    .main-banner {
        border-radius: 20px;
    }

    .mb-txt {
        top: 40px;
        left: 24px;
    }

    .main-banner h2 {
        font-size: 3rem;
    }

    .search-box {
        width: calc(100% - 32px); 
        height: 60px; 
        position: static;
        margin: 8px auto; 
        border-radius: 30px;
        display: flex;
        align-items: center;
        padding: 0 24px;
        box-sizing: border-box;

    }

    .search-txt {
        height: 40px;
        font-size: 18px;
    }

    .search-btn {
        width: 40px;
        max-width: 100%;
        height: 40px;
        max-height: 100%;
        position: static;
        margin-left: 10px;
        display: block; 
        object-fit: contain; 

    }



    /* quick-menu */
    .container.quick-menu {
        justify-content: center;
    }

    .q-menu-item {
        width: 22%;
        height: auto;
        padding: 32px 16px;
        border-radius: 30px;
        margin: 0;
    }
    
    .q-menu-item img {
        width: 32px;
        height: auto;
    }

    .q-menu .contents-title {
        font-size: 16px;
    }



    /* theme-parks */
    .theme-parks-grid {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .theme-parks-card:nth-child(2), .theme-parks-card:nth-child(3) {
        display: none;
    }

    .theme-parks-header {
        height: auto;
        grid-column: auto; 
        grid-row: auto;
        padding: 40px;
    }

    .theme-parks-header h3 {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .theme-parks .icon-arrow {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 40%;
        right: 40px;

    }

    .theme-parks-card {
        height: 500px;
        grid-column: auto;
        grid-row: auto;
        background-position: center 5%;
        padding: 32px;
        box-sizing: border-box;
        display: flex; 
        flex-direction: column;
        justify-content: flex-end;
        align-items: left;
        gap: 8px;     
    }

    .theme-parks-card .park-info {
        width: 100%;
        display: flex;
        padding: 0;
        flex-direction: row !important;
        justify-content: flex-start !important; 
        align-items: center !important;
    }

    .theme-parks-card .description {
        width: 100%;
    }

    .theme-parks-card .park-info .contents-title {
        width: auto !important;
        font-size: 24px;
        text-align: left;
    }




    /* tickets */
    .tickets-grid {
        width: 100%; 
        flex-direction: column; 
    }

    .tickets-card {
        width: 100%; 
        height: auto;
    }

    .tickets-card img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
    }

    .tickets-card:hover .tickets-card-image {
    transform: translateY(-8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .tickets .icon-arrow {
        width: 15%;
        height: 15%;
        display: block;
        top: 70%;
        right: 0;

    }




    /* event */

    .events {
        width: 100%;
    }

    .events-container {
        width: 100%; 
        flex-direction: column;
    }

    .event-card {
        width: auto; 
        height: 800px; 
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc((100% - 40px) / 3); 
        overflow: hidden; 
        transition: flex-basis 0.5s ease, height 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
        padding: 24px;
        border-radius: 30px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .event-card.event-card--active {
        flex-basis: 100%;
        height: 600px; 
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        z-index: 9999;
        filter: brightness(1);
    }

    .event-card:not(.event-card--active) {
        height: 300px; 
        flex-basis: 20%;
        filter: brightness(0.7);
        box-shadow: none;
    }

    .event-contents {
        flex-direction: column; 
        align-items: flex-start;
    }

    .event-card.event-card--active .event-card-title {
        gap: 80px;
    }
    
    .event-card .description {
        width: 100%;
        display: none;
        opacity: 0;
        max-height: 0; 
        overflow: hidden; 
        transition: opacity 0.5s ease, max-height 0.5s ease;
        margin-top: 8px;
        text-align: left;
    }

    .event-card.event-card--active .description {
        max-height: 200px;
        display: block;
        opacity: 1;
    }

    .event-card--card-one {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/main/event-card-1.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    .btn-arrow {
        display: none;
    }





    /* blog */
    .container.blog {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        color: #fff;
    }

    .blog .section-header {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 32px;
        box-sizing:border-box;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        margin-bottom: 0;
    }

    .blog h2 {
        font-size: 3rem; 
        color: #fff;
    }

    .blog .article {
        font-size: 20px;
    }

    .blog-card {
        width: 100%;
        height: 260px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0)),
        url(../img/main/blog-image.jpg) no-repeat 50% 50%; 
        background-size: cover;
    }





    /* resort */
    .container.resort {
        flex-direction: column; 
    }

    .resort-grid {
        width: 100%; 
        flex-direction: column;
        gap: 24px;
    }

    .resort-card {
        width: 100%; 
        height: 250px;
        flex-basis: auto;
        padding: 20px;
        background-size: cover !important;
        background-position: center center !important;
        transition: filter 0.3s ease, transform 0.3s ease; 
        filter: grayscale(100%);
        cursor: pointer;
    }

    .resort-card.is-grayscale {
        filter: grayscale(0%);
    }


    .resort .contents-title {
        font-size: 28px;
    }



    /* footer */
    footer {
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }

    .footer-logo {
        position: static;
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .footer-middle-content {
        width: 100%;
        position: static;
        transform: translateY(0);
        left: auto;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-sitemap {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .footer-sitemap > li {
        width: 100%;
        text-align: center;
    }

    .footer-sitemap > li > a {
        padding: 0.5rem 0;
    }

    .footer-dp2 {
        width: 100%;
        position: static;
        display: block;
        background: none;
        font-size: 13px;
    }

    .footer-dp2 li a {
        height: auto;
        padding: 5px 0;
    }

    .footer-copyright {
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
    }

    .footer-right-content {
        width: 100%;
        position: static;
        transform: translateY(0);
        right: auto;
        align-items: center;
        margin-top: 30px;
    }

    .footer-social-media {
        width: 180px;
        justify-content: space-around;
        margin-bottom: 15px;
    }

    .footer-app-download {
        width: 200px;
        justify-content: space-around;
    }
}