@charset "utf-8";

.gp-price {
    background: #fff;
}

.gp-price .gp-guide-hero__media img {
    object-position: center 42%;
}

.gp-price-rates {
    padding: 70px 24px 40px;
    text-align: center;
}

.gp-price-rates h3 {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 36.5px;
    font-weight: 700;
    letter-spacing: -1.1px;
    line-height: 1.2;
    color: #0f172b;
}

.gp-price-rates h3 em {
    font-style: normal;
    color: #e8001c;
}

.gp-price-rates > p {
    margin: 15px 0 0;
    font-size: 19px;
    color: #62748e;
}

.gp-price-pills {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 721px;
    margin: 70px auto 0;
}

.gp-price-pill {
    position: relative;
    width: 350px;
    padding: 12px 16px 16px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 19px;
    box-sizing: border-box;
}

.gp-price-pill.is-sale {
    background: #fff1f2;
    border-color: #fecaca;
}

.gp-price-pill .term {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.gp-price-pill strong {
    display: block;
    margin-top: 2px;
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.46;
    color: #0f172b;
}

.gp-price-pill.is-sale strong {
    color: #e8001c;
}

.gp-price-pill .unit {
    margin: 5px 0 0;
    font-size: 17px;
    color: #90a1b9;
}

.gp-price-pill .badge {
    position: absolute;
    top: 10px;
    right: 16px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8001c;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.gp-price-note {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 718px;
    margin: 40px auto 0;
    padding: 8px 12px 8px 20px;
    text-align: left;
}

.gp-price-note .icon {
    font-size: 24px;
    line-height: 34px;
}

.gp-price-note p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #45556c;
}

.gp-price-note strong {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172b;
}

.gp-price-trip {
    background: #f8fafc;
    padding: 70px 24px;
}

.gp-price-trip__head,
.gp-price-vs__head {
    max-width: 1032px;
    margin: 0 auto 20px;
    text-align: center;
}

.gp-price-trip__head h3,
.gp-price-vs__head h3 {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -0.58px;
    color: #000;
}

.gp-price-trip__head p,
.gp-price-vs__head p {
    margin: 15px 0 0;
    font-size: 19px;
    color: #62748e;
}

.gp-price-vs__head p {
    color: #505050;
}

.gp-price-table-wrap {
    max-width: 1034px;
    margin: 20px auto 40px;
    overflow-x: auto;
}

.gp-price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.gp-price-table th,
.gp-price-table td {
    padding: 19px 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.gp-price-table th:first-child,
.gp-price-table td:first-child {
    border-left: 1px solid #e2e8f0;
}

.gp-price-table th:last-child,
.gp-price-table td:last-child {
    border-right: 1px solid #e2e8f0;
}

.gp-price-table thead th {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}

.gp-price-table thead th:first-child {
    text-align: left;
    color: #90a1b9;
    background: #fff;
    border-radius: 20px 0 0 0;
}

.gp-price-table thead th.is-other {
    background: #6c6c6c;
    color: #fff;
}

.gp-price-table thead th.is-other span {
    display: block;
    color: #cad5e2;
    font-size: 18px;
}

.gp-price-table thead th.is-ours {
    background: #fff;
    color: #b45309;
}

.gp-price-table thead th.is-save {
    background: #e8001c;
    color: #fff;
    border-radius: 0 20px 0 0;
    font-size: 20px;
}

.gp-price-table tbody td:first-child {
    background: #fff;
    text-align: left;
}

.gp-price-table tbody td:first-child strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #0f172b;
}

.gp-price-table tbody td:first-child span {
    display: block;
    font-size: 15px;
    color: #90a1b9;
}

.gp-price-table tbody td.is-other {
    background: #6c6c6c;
    color: #fff;
    text-align: right;
    font-size: 19px;
    font-weight: 500;
}

.gp-price-table tbody td.is-ours {
    background: #fff;
    text-align: right;
    font-size: 19px;
    font-weight: 900;
    color: #0f172b;
}

.gp-price-table tbody td.is-save {
    background: #fff;
    text-align: right;
}

.gp-price-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.gp-price-table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.gp-save-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 99px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(232, 0, 28, 0.08);
    color: #e8001c;
    font-size: 17px;
    font-weight: 700;
}

.gp-price-minis {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 1032px;
    margin: 0 auto;
}

.gp-price-mini {
    width: 190px;
    padding: 20px 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 19px;
    box-sizing: border-box;
}

.gp-price-mini h4 {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 700;
    color: #0f172b;
}

.gp-price-mini .save {
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 999px;
    background: rgba(232, 0, 28, 0.08);
    color: #e8001c;
    font-size: 17px;
    font-weight: 900;
}

.gp-price-mini dl {
    margin: 20px 0 0;
}

.gp-price-mini .row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 15px;
    line-height: 19px;
}

.gp-price-mini .row + .row {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cbd5e1;
}

.gp-price-mini .row dt {
    color: #90a1b9;
    font-weight: 400;
}

.gp-price-mini .row dd {
    margin: 0;
    color: #90a1b9;
    font-weight: 500;
}

.gp-price-mini .row.is-ours dt {
    color: #0f172b;
    font-weight: 700;
}

.gp-price-mini .row.is-ours dd {
    color: #b45309;
    font-weight: 900;
}

.gp-price-vs {
    padding: 70px 24px 90px;
    background: #fff;
}

.gp-vs-table-wrap {
    max-width: 1032px;
    margin: 58px auto 0;
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}

.gp-vs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.gp-vs-table th,
.gp-vs-table td {
    width: 33.33%;
    padding: 19px;
    border: 0;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 17px;
    vertical-align: middle;
}

.gp-vs-table th:last-child,
.gp-vs-table td:last-child {
    border-right: 0;
}

.gp-vs-table tbody tr:last-child th,
.gp-vs-table tbody tr:last-child td {
    border-bottom: 0;
}

.gp-vs-table thead th:first-child {
    text-align: left;
    color: #90a1b9;
    background: #fff;
}

.gp-vs-table thead th.is-other {
    text-align: center;
    background: #E8E8E8;
    color: #666;
    font-weight: 700;
}

.gp-vs-table thead th.is-ours {
    text-align: center;
    background: #fff1f2;
    color: #e8001c;
    font-weight: 900;
}

.gp-vs-table tbody th {
    text-align: left;
    font-weight: 500;
    color: #000;
    background: #fff;
}

.gp-vs-table tbody td.is-other {
    text-align: center;
    background: #E8E8E8;
    color: #666;
    font-weight: 400;
    font-size: 18px;
}

.gp-vs-table tbody td.is-ours {
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .gp-price-pills,
    .gp-price-minis {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gp-price-mini {
        width: calc(50% - 12px);
        min-width: 0;
    }

    .gp-price-rates,
    .gp-price-trip,
    .gp-price-vs {
        padding: 40px 16px;
    }

    .gp-price-pill {
        width: calc(50% - 10px);
        min-width: 0;
    }

    .gp-price-note {
        max-width: none;
        padding: 8px 0;
        gap: 10px;
    }

    .gp-price-rates h3,
    .gp-price-trip__head h3,
    .gp-price-vs__head h3 {
        font-size: 22px;
        line-height: 1.35;
    }

    .gp-price-rates > p,
    .gp-price-trip__head p,
    .gp-price-vs__head p,
    .gp-price-pill .term,
    .gp-price-pill .unit,
    .gp-price-note p,
    .gp-price-mini .row {
        font-size: 14px;
        line-height: 1.5;
    }

    .gp-price-pill strong {
        font-size: 26px;
    }

    .gp-price-pill .badge {
        font-size: 12px;
    }

    .gp-price-note strong,
    .gp-price-mini h4 {
        font-size: 16px;
    }

    .gp-price-mini .save,
    .gp-save-chip {
        min-width: 0;
        font-size: 13px;
        padding: 4px 8px;
    }

    .gp-price-table,
    .gp-vs-table {
        table-layout: auto;
        min-width: 560px;
    }

    .gp-price-table th,
    .gp-price-table td,
    .gp-vs-table th,
    .gp-vs-table td {
        padding: 12px 8px;
        white-space: normal;
    }

    .gp-price-table thead th,
    .gp-price-table thead th.is-save,
    .gp-price-table tbody td:first-child strong,
    .gp-price-table tbody td.is-other,
    .gp-price-table tbody td.is-ours,
    .gp-vs-table thead th,
    .gp-vs-table tbody th,
    .gp-vs-table tbody td.is-other,
    .gp-vs-table tbody td.is-ours {
        font-size: 16px;
    }

    .gp-price-table thead th.is-other span,
    .gp-price-table tbody td:first-child span {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .gp-price-pill,
    .gp-price-mini {
        width: 100%;
    }

    .gp-price-pill strong {
        font-size: 26px;
    }

    .gp-price-minis {
        flex-direction: column;
    }
}
