/* NanumSquareNeo Regular */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* NanumSquareNeo Light */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* NanumSquareNeo Bold */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* NanumSquareNeo ExtraBold */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeo-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* NanumSquareNeo Black */
@font-face {
    font-family: 'NanumSquareNeo';
    src: url('../fonts/NanumSquareNeo-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'NanumSquareNeo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'NanumSquareNeo', sans-serif;
    font-weight: 700;
}

table,
body p,
.blockspare-posts-block-post-grid-excerpt-content,
.archive-description,
.woocommerce form label,
.nav-previous h4,
.nav-next h4,
.exclusive-posts .marquee a,
.widget ul.menu>li,
.widget ul ul li,
.widget ul>li,
.widget ol>li,
main ul li,
main ol li,
p,
input,
textarea,
body .blockspare-posts-block-post-grid-excerpt,
body.primary-post-title-font.single h1.entry-title,
body.primary-post-title-font.page h1.entry-title,
body.primary-post-title-font .bs-marquee-wrapper,
body.primary-post-title-font .blockspare-title-wrapper .blockspare-title,
body.primary-post-title-font h4.blockspare-posts-block-post-grid-title,
body.primary-post-title-font .read-title h3,
body.primary-post-title-font .exclusive-post-title,
.chromenews-customizer .post-description,
.chromenews-widget .post-description,
.site-description {
    font-family: 'NanumSquareNeo', sans-serif;
}

.entry-title {
    font-family: 'NanumSquareNeo', sans-serif !important;
}

.read-title h3 a {
    font-family: 'NanumSquareNeo', sans-serif;
}

.hotel-box h2 {
    margin-bottom: 0;
}

.hotel-box h2 a {
    border-color: #fff;
}

.hotel-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.hotel-gallery .main-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

.hotel-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotel-gallery .thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.hotel-gallery .thumbs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.hotel-info p {
    margin-bottom: 05px;
}

.hotel-detail {
    font-weight: normal;
}

.hotel-btn {
    width: 100%;
    background: #0077cc;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

.hotel-btn:visited {
    color: #ffeded;
}

.hotel-btn:hover {
    color: #fff1f5 !important;
}

.hotel-summary h3 {
    margin-top: 0;
}

.hotel-summary-list ol {
    padding-left: 0;
}

.hotel-summary-list ol li {
    font-size: 16px;
}

.hotel-summary-list p {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 14px;
    color: #555;
}

/* 모바일용 스타일 */
@media (max-width: 768px) {
    .site-branding img {
        width: 150px;
        border-radius: 5px !important;
    }

    .site-description {
        font-size: 14px;
        font-weight: normal;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mid-header-wrapper,
    header#masthead {
        overflow: visible;
    }

    #main-navigation-bar {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .hotel-gallery {
        gap: 5px;
    }

    .hotel-gallery .thumbs {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .promotionspace .col-2 {
        width: 100%;
    }

    .af-container-row .col-3 {
        width: 100% !important;
    }
}

.ga-intro {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    border-left: 5px solid #efefef;
    margin-top: 30px;
}

.ga-title {
    margin: 40px 0 20px;
    font-size: 30px;
}

.ga-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.ga-box div:first-child {
    flex: 0 0 250px
}

.ga-box div img {
    max-width: 250px;
    border-radius: 4px;
}

.ga-box div:last-child {
    flex: 1
}

@media (max-width: 768px) {
    .ga-box {
        flex-direction: column;
        align-items: left;
        gap: 0;
    }

    .ga-box div:first-child {
        flex: none;
        width: 100%;
    }

    .ga-box div img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .ga-box div:last-child {
        flex: none;
        width: 100%;
        text-align: left;
    }
}




.ga-btn {
    display: inline-block;
    padding: 4px 30px;
    margin-top: 10px;
    background: linear-gradient(135deg, #ff6b6b, #f94d6a);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ga-btn:hover {
    background: linear-gradient(135deg, #f94d6a, #ff6b6b);
}

.ga-btn:active {
    transform: translateY(1px);
}

.ga-desc {
    margin-bottom: 40px;
    font-weight: normal;
}

.ga-border {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 10px;
}