@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

body.is-main-home,
body.gp-revamp {
    min-width: 0;
    background: #fff;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

body.is-main-home #hd,
body.is-main-home #wrapper,
body.is-main-home #ft,
body.gp-revamp #hd,
body.gp-revamp #wrapper,
body.gp-revamp #ft {
    min-width: 0;
}

body.is-main-home .gp-header-container,
body.gp-revamp .gp-header-container {
    position: sticky;
    top: 0;
    left: 0;
    height: 79px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    z-index: 1000;
}

body.is-main-home .gp-header-container .header-inner-wrapper,
body.gp-revamp .gp-header-container .header-inner-wrapper {
    max-width: 1558px;
    padding: 0 20px;
}

body.is-main-home .gp-header-container .header-logo a,
body.gp-revamp .gp-header-container .header-logo a {
    display: flex;
    align-items: center;
    gap: 0;
}

body.is-main-home .gp-header-container .header-logo img,
body.gp-revamp .gp-header-container .header-logo img {
    display: block;
    width: 49px;
    height: 49px;
    object-fit: contain;
}

body.is-main-home .gp-header-container .header-logo .logo-text,
body.gp-revamp .gp-header-container .header-logo .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

body.is-main-home .gp-header-container .header-logo .logo-main,
body.gp-revamp .gp-header-container .header-logo .logo-main {
    color: #e8001c;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.34px;
}

body.is-main-home .gp-header-container .header-logo .logo-sub,
body.gp-revamp .gp-header-container .header-logo .logo-sub {
    color: #45556c;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14.6px;
    font-weight: 700;
    letter-spacing: -0.15px;
}

body.is-main-home .gp-header-container .header-nav .gnb-list,
body.gp-revamp .gp-header-container .header-nav .gnb-list {
    gap: 39px;
}

body.is-main-home .gnb-item.gnb-cta,
body.gp-revamp .gnb-item.gnb-cta {
    display: block;
}

body.is-main-home .gp-header-container .gnb-item a,
body.is-main-home .gp-header-container.is-scrolled .gnb-item a,
body.gp-revamp .gp-header-container .gnb-item a,
body.gp-revamp .gp-header-container.is-scrolled .gnb-item a {
    color: #475569;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

body.is-main-home .gp-header-container .gnb-item a:hover,
body.is-main-home .gp-header-container .gnb-item.active a,
body.is-main-home .gp-header-container.is-scrolled .gnb-item a:hover,
body.is-main-home .gp-header-container.is-scrolled .gnb-item.active a,
body.gp-revamp .gp-header-container .gnb-item a:hover,
body.gp-revamp .gp-header-container .gnb-item.active a,
body.gp-revamp .gp-header-container.is-scrolled .gnb-item a:hover,
body.gp-revamp .gp-header-container.is-scrolled .gnb-item.active a {
    color: #e8001c;
}

body.is-main-home .header-cta,
body.gp-revamp .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 15px 24px;
    border-radius: 12px;
    background: #e8001c;
    color: #fff !important;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none;
}

body.is-main-home .header-cta:hover,
body.gp-revamp .header-cta:hover {
    background: #c70018;
    color: #fff !important;
}

.gp-home {
    background: #fff;
}

.gp-home-hero {
    position: relative;
    min-height: 1011px;
    overflow: hidden;
}

.gp-home-hero__media {
    position: absolute;
    inset: 0;
}

.gp-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% center;
}

.gp-home-hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.gp-home-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1558px;
    margin: 0 auto;
    padding: 60px 29px 72px;
    box-sizing: border-box;
}

.gp-home-copy {
    padding-top: 45px;
    color: #fff;
}

.gp-home-title {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
}

.gp-home-title span {
    color: #e8001c;
}

.gp-home-lead {
    margin: 20px 0 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55;
    color: #000;
}

.gp-home-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: max-content;
    max-width: 100%;
    margin: 50px 0 0;
    padding: 12px 20px;
    list-style: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.gp-home-chips li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.gp-home-aside {
    width: 431px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gp-home-rate {
    padding: 16px 26px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.gp-home-rate__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gp-home-rate__row + .gp-home-rate__row {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #e2e8f0;
}

.gp-home-rate__row span {
    font-size: 17.5px;
    color: #45556c;
}

.gp-home-rate__row strong {
    font-size: 20px;
    font-weight: 700;
    color: #0f172b;
}

.gp-home-rate__row strong.is-sale {
    font-size: 22px;
    font-weight: 900;
    color: #e8001c;
}

.gp-home-rate__from {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gp-home-rate__from em {
    display: inline-flex;
    padding: 2px 9px;
    border-radius: 999px;
    background: #e8001c;
    color: #fff;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
}

.gp-home-rate__note {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

body.is-main-home .gp-fixed-booking.main-hero-container {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
}

body.is-main-home .gp-fixed-booking .booking-card-wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    background: #fff !important;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 9px 45px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

body.is-main-home .booking-mobile-bar {
    display: block;
}

body.is-main-home .gp-fixed-booking .booking-tab-list,
body.is-main-home .main-hero-container .booking-tab-list {
    height: auto;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item a,
body.is-main-home .main-hero-container .booking-tab-list .tab-item a,
body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item:first-child a,
body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item.active a,
body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item:not(.active) a,
body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item:not(.active):first-child a,
body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item:not(.active):last-child a {
    height: auto;
    padding: 14px 0;
    background: transparent !important;
    color: #94a3b8 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

body.is-main-home .gp-fixed-booking .booking-tab-list .tab-item.active a {
    background: #fff !important;
    color: #e8001c !important;
    border-bottom: 2px solid #e8001c !important;
    border-radius: 10px 10px 0 0 !important;
}

body.is-main-home .gp-fixed-booking .booking-tab-panel,
body.is-main-home .gp-fixed-booking .booking-form-box.booking-tab-panel,
body.is-main-home .main-hero-container .booking-form-box {
    padding: 20px;
    height: max-content;
}

@media (min-width: 1101px) {
    body.is-main-home .gp-fixed-booking .booking-card-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    body.is-main-home .booking-sheet-toggle {
        display: none;
    }

    body.is-main-home .booking-mobile-bar {
        grid-area: 1 / 1;
    }

    body.is-main-home .gp-fixed-booking .booking-tab-panel {
        grid-area: 2 / 1;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        animation: none;
        z-index: 0;
        overflow: hidden;
    }

    body.is-main-home .gp-fixed-booking .booking-tab-panel.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 2;
        background: #fff;
        align-self: stretch;
    }

    body.is-main-home .gp-fixed-booking .booking-dt-dim,
    body.is-main-home .gp-fixed-booking .gp-dt-pop {
        grid-area: 1 / 1 / -1 / 1;
    }
}

body.is-main-home .main-hero-container .form-group-box,
body.is-main-home .gp-fixed-booking .form-group-box {
    margin-bottom: 0;
}

body.is-main-home .gp-home-extra-fields,
body.is-main-home .gp-home-contact {
    display: block;
}

body.is-main-home .gp-fixed-booking .booking-fieldset,
body.is-main-home .gp-home-extra-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body.is-main-home .main-hero-container .input-label,
body.is-main-home .gp-fixed-booking .input-label {
    margin-bottom: 7px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #314158;
}

body.is-main-home .req {
    color: #e8001c;
}

body.is-main-home .main-hero-container .input-inner-wrapper,
body.is-main-home .main-hero-container .input-text,
body.is-main-home .gp-fixed-booking .input-text,
body.is-main-home .gp-home-select {
    height: 46px;
}

body.is-main-home .main-hero-container .input-text,
body.is-main-home .gp-fixed-booking .input-text,
body.is-main-home .gp-home-select {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0 44px 0 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

body.is-main-home .main-hero-container .input-text::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

body.is-main-home .main-hero-container .btn-calendar {
    right: 16px;
    width: 19px;
    height: 19px;
    background: none;
    padding: 0;
}

body.is-main-home .main-hero-container .btn-calendar img {
    display: block;
    width: 18.95px;
    height: 18.95px;
}

body.is-main-home .gp-home-select-wrap {
    position: relative;
}

body.is-main-home .gp-home-select {
    width: 100%;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

body.is-main-home .gp-home-select-wrap img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 11.34px;
    height: 6.8px;
    pointer-events: none;
}

body.is-main-home .price-info-box {
    display: none;
}

body.is-main-home .main-hero-container .btn-booking-submit,
body.is-main-home .gp-fixed-booking .btn-booking-submit {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 18px 16px;
    background: #e8001c;
    border-radius: 14px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

body.is-main-home .main-hero-container .btn-booking-submit:hover,
body.is-main-home .gp-fixed-booking .btn-booking-submit:hover {
    background: #c70018;
}

body.is-main-home .gp-home-contact {
    margin: 0;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #90a1b9;
}

body.is-main-home .gp-home-contact strong {
    font-weight: 600;
    color: #45556c;
}

body.is-main-home .gp-fixed-booking .lookup-help-text,
body.is-main-home .gp-fixed-booking .lookup-help-link {
    color: #45556c;
}

body.is-main-home .gp-home-footer,
body.gp-revamp .gp-home-footer {
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

body.is-main-home .gp-home-footer__inner,
body.gp-revamp .gp-home-footer__inner {
    max-width: 1558px;
    margin: 0 auto;
    padding: 40px 29px 0;
    box-sizing: border-box;
}

body.is-main-home .gp-home-footer__top,
body.gp-revamp .gp-home-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    min-height: 205px;
}

body.is-main-home .gp-home-brand,
body.gp-revamp .gp-home-brand {
    display: flex;
    align-items: center;
    gap: 0;
}

body.is-main-home .gp-home-brand img,
body.gp-revamp .gp-home-brand img {
    width: 63px;
    height: 63px;
    object-fit: contain;
}

body.is-main-home .gp-home-brand strong,
body.gp-revamp .gp-home-brand strong {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.44px;
    color: #000;
    line-height: 35px;
}

body.is-main-home .gp-home-brand span,
body.gp-revamp .gp-home-brand span {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.17px;
    color: #000;
    line-height: 24px;
}

body.is-main-home .gp-home-info,
body.gp-revamp .gp-home-info {
    margin: 20px 0 0;
    font-style: normal;
}

body.is-main-home .gp-home-info p,
body.gp-revamp .gp-home-info p {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

body.is-main-home .gp-home-info a,
body.gp-revamp .gp-home-info a {
    color: #e8001c;
    font-weight: 500;
    text-decoration: none;
}

body.is-main-home .gp-home-footer-nav,
body.gp-revamp .gp-home-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    padding-top: 7px;
    list-style: none;
    margin: 0;
}

body.is-main-home .gp-home-footer-nav a,
body.gp-revamp .gp-home-footer-nav a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

body.is-main-home .gp-home-footer-nav a:hover,
body.gp-revamp .gp-home-footer-nav a:hover {
    color: #e8001c;
}

body.is-main-home .gp-home-footer__bottom,
body.gp-revamp .gp-home-footer__bottom {
    position: relative;
    /* margin-top: 24px; */
    padding: 49px 0 20px;
}
.gp-home-footer__bottom{
    padding-top: 0px;
}

body.is-main-home .gp-home-policies,
body.gp-revamp .gp-home-policies {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.is-main-home .gp-home-policies a,
body.gp-revamp .gp-home-policies a {
    display: inline-block;
    padding: 0 12px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

body.is-main-home .gp-home-copy-text,
body.gp-revamp .gp-home-copy-text {
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

@media (max-width: 1200px) {
    .gp-home-hero__inner {
        flex-direction: column;
        padding: 72px 24px 48px;
    }

    .gp-home-copy {
        padding-top: 0;
    }

    .gp-home-title {
        font-size: 48px;
    }

    .gp-home-aside {
        width: 100%;
        max-width: 431px;
        margin-left: auto;
    }

    .gp-home-chips {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    body.is-main-home .gp-header-container,
    body.gp-revamp .gp-header-container {
        height: 64px;
        background: #fff;
        border-bottom: 1px solid #e2e8f0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    }

    body.is-main-home .gp-menu-toggle span,
    body.gp-revamp .gp-menu-toggle span {
        background: #0f172b;
    }

    body.is-main-home .gp-header-container .header-nav,
    body.gp-revamp .gp-header-container .header-nav {
        background: #fff;
        border-top: 1px solid #e2e8f0;
    }

    body.is-main-home .gp-header-container .header-nav .gnb-list,
    body.gp-revamp .gp-header-container .header-nav .gnb-list {
        gap: 0;
        padding: 0;
    }

    body.is-main-home .gp-header-container .gnb-item a,
    body.is-main-home .gp-header-container.is-scrolled .gnb-item a,
    body.gp-revamp .gp-header-container .gnb-item a,
    body.gp-revamp .gp-header-container.is-scrolled .gnb-item a {
        color: #475569;
        border-bottom: 1px solid #f1f5f9;
    }

    body.is-main-home .gp-header-container .gnb-item a:hover,
    body.is-main-home .gp-header-container .gnb-item.active a,
    body.gp-revamp .gp-header-container .gnb-item a:hover,
    body.gp-revamp .gp-header-container .gnb-item.active a {
        color: #e8001c;
        background: #fff1f2;
    }

    body.is-main-home .gnb-item.gnb-cta,
    body.gp-revamp .gnb-item.gnb-cta {
        display: block;
        padding: 16px 24px;
    }

    body.is-main-home .header-cta,
    body.gp-revamp .header-cta {
        display: flex;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        border-radius: 12px;
    }

    body.is-main-home .gp-header-container .gnb-item.gnb-cta a,
    body.gp-revamp .gp-header-container .gnb-item.gnb-cta a {
        color: #fff;
        border-bottom: 0;
        background: #e8001c;
    }

    body.is-main-home .gp-header-container .gnb-item.gnb-cta a:hover,
    body.gp-revamp .gp-header-container .gnb-item.gnb-cta a:hover {
        color: #fff;
        background: #c70018;
    }


    body.is-main-home .gp-fixed-booking.main-hero-container {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
        pointer-events: auto;
        z-index: 2;
        overflow: visible !important;
    }

    body.is-main-home .gp-fixed-booking .booking-card-wrapper,
    body.is-main-home .gp-fixed-booking.is-sheet-open .booking-card-wrapper {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-height: none !important;
        transform: none !important;
        background: #fff !important;
        border-radius: 18px !important;
        box-shadow: 0 9px 45px rgba(0, 0, 0, 0.12) !important;
        overflow: visible !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    body.is-main-home .booking-mobile-bar {
        grid-area: 1 / 1;
    }

    body.is-main-home .booking-sheet-toggle,
    body.is-main-home .gp-fixed-booking .booking-sheet-dim {
        display: none !important;
    }

    body.is-main-home .gp-fixed-booking .booking-tab-panel,
    body.is-main-home .gp-fixed-booking:not(.is-sheet-open) .booking-tab-panel {
        grid-area: 2 / 1;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        animation: none;
        z-index: 0;
        overflow: hidden;
        max-height: none !important;
        padding: 27px !important;
    }

    body.is-main-home .gp-fixed-booking .booking-tab-panel.is-active,
    body.is-main-home .gp-fixed-booking:not(.is-sheet-open) .booking-tab-panel.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 2;
        background: #fff;
        align-self: stretch;
        overflow: visible !important;
    }

    body.is-main-home .gp-fixed-booking:not(.is-sheet-open) .gp-dt-pop.is-open {
        display: block !important;
        z-index: 2000;
    }

    body.is-main-home .gp-fixed-booking .input-label,
    body.is-main-home .main-hero-container .input-label {
        font-size: 14px;
    }

    body.is-main-home .main-hero-container .input-text,
    body.is-main-home .gp-fixed-booking .input-text,
    body.is-main-home .gp-home-select {
        font-size: 14px;
    }

    body.is-main-home .gp-fixed-booking .btn-booking-submit,
    body.is-main-home .main-hero-container .btn-booking-submit {
        margin-top: 12px;
    }

    .gp-home-hero {
        min-height: 0;
    }

    .gp-home-title {
        font-size: 36px;
    }

    .gp-home-lead {
        font-size: 16px;
        color: #111;
    }

    .gp-home-chips {
        gap: 10px 14px;
        padding: 10px 14px;
    }

    .gp-home-chips li {
        font-size: 14px;
    }

    body.is-main-home .gp-home-footer__top,
    body.gp-revamp .gp-home-footer__top {
        flex-direction: column;
        min-height: 0;
        gap: 24px;
    }

    body.is-main-home .gp-home-footer-nav,
    body.gp-revamp .gp-home-footer-nav {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    body.is-main-home .gp-home-policies,
    body.gp-revamp .gp-home-policies {
        justify-content: flex-start;
    }

    body.is-main-home,
    body.gp-revamp,
    body.is-main-home *:not(code):not(pre),
    body.gp-revamp *:not(code):not(pre) {
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    body.is-main-home .gp-header-container .header-logo img,
    body.gp-revamp .gp-header-container .header-logo img {
        width: 40px;
        height: 40px;
    }

    body.is-main-home .gp-header-container .header-logo .logo-main,
    body.gp-revamp .gp-header-container .header-logo .logo-main {
        font-size: 15px;
    }

    body.is-main-home .gp-header-container .header-logo .logo-sub,
    body.gp-revamp .gp-header-container .header-logo .logo-sub {
        font-size: 12px;
    }

    body.is-main-home .gp-header-container .gnb-item a,
    body.gp-revamp .gp-header-container .gnb-item a {
        font-size: 16px;
    }

    .gp-home-hero__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 40px 16px 40px;
    }

    .gp-home-copy {
        padding-top: 0;
    }

    .gp-home-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .gp-home-lead {
        font-size: 15px;
        line-height: 1.5;
    }

    .gp-home-chips {
        width: 100%;
        gap: 8px 12px;
        margin-top: 20px;
        padding: 10px 12px;
    }

    .gp-home-chips li {
        font-size: 13px;
        white-space: normal;
    }

    .gp-home-aside {
        width: 100%;
        max-width: none;
    }

    .gp-home-rate__row span {
        font-size: 14px;
    }

    .gp-home-rate__row strong {
        font-size: 16px;
    }

    .gp-home-rate__row strong.is-sale {
        font-size: 18px;
    }

    .gp-home-rate__note {
        font-size: 13px;
        line-height: 1.5;
    }

    body.is-main-home .gp-home-brand img,
    body.gp-revamp .gp-home-brand img {
        width: 48px;
        height: 48px;
    }

    body.is-main-home .gp-home-brand strong,
    body.gp-revamp .gp-home-brand strong {
        font-size: 18px;
        line-height: 1.3;
    }

    body.is-main-home .gp-home-brand span,
    body.is-main-home .gp-home-info p,
    body.is-main-home .gp-home-footer-nav a,
    body.is-main-home .gp-home-policies a,
    body.gp-revamp .gp-home-brand span,
    body.gp-revamp .gp-home-info p,
    body.gp-revamp .gp-home-footer-nav a,
    body.gp-revamp .gp-home-policies a {
        font-size: 14px;
        line-height: 1.5;
    }

    body.is-main-home .gp-home-copy-text,
    body.gp-revamp .gp-home-copy-text {
        font-size: 12px;
    }

    body.is-main-home .gp-home-footer__inner,
    body.gp-revamp .gp-home-footer__inner {
        padding: 28px 16px 0;
    }

    body.gp-revamp.gp-is-sub .gp-header-container {
        position: sticky;
        background: #fff;
    }
}

@media (max-width: 720px) {
    .gp-home-title {
        font-size: 26px;
    }
}

@media screen and(max-width: 480px) {
    
    .gp-guide-cta h3{
        font-size: 26px;
    }
}