@charset "utf-8";

body.gp-revamp.gp-is-sub {
    background: #fff;
}

body.gp-revamp.gp-is-sub .gp-header-container .gnb-item a {
    color: #475569;
}

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

body.gp-revamp.gp-is-sub #bo_list.gp-sub-page {
    background: #fff;
}

.gp-guide {
    background: #fff;
}

.gp-guide-hero {
    position: relative;
    height: 300px;
    min-height: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

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

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

.gp-guide-hero__copy {
    position: relative;
    z-index: 1;
    height: 100%;
    /* padding: 80px 20px 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gp-guide-hero__copy h2 {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.64px;
    line-height: 1.5;
    color: #fff;
}

.gp-guide-hero__copy p {
    margin: 15px 0 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
    color: #fff;
}

.gp-guide-steps {
    padding: 70px 24px 80px;
    background: #fff;
}

.gp-guide-steps__head {
    max-width: 1032px;
    margin: 0 auto 40px;
    text-align: center;
}

.gp-guide-kicker {
    margin: 0 0 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.46px;
    color: #0f172a;
}

.gp-guide-steps__head h3 {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.73px;
    line-height: 1.2;
    color: #0f172b;
}

.gp-guide-timeline {
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 48px 0;
    list-style: none;
}

.gp-guide-timeline::before {
    content: '';
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 50%;
    width: 1px;
    background: #cbd5e1;
    transform: translateX(-50%);
}

.gp-guide-step {
    display: grid;
    grid-template-columns: 1fr 59px 1fr;
    align-items: center;
    column-gap: 30px;
    padding-right: 100px;
}

.gp-guide-step:nth-child(even){
    padding-right: 0;
    padding-left: 100px;
}

.gp-guide-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 19px;
    padding: 18px 24px 20px;
    box-sizing: border-box;
}

.gp-guide-step.is-left .gp-guide-card {
    grid-column: 1;
    justify-self: end;
    width: 373px;
    max-width: 100%;
}

.gp-guide-step.is-right .gp-guide-card {
    grid-column: 3;
    justify-self: start;
    width: 335px;
    max-width: 100%;
}

.gp-guide-badge {
    grid-column: 2;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #e8001c;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #e8001c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    z-index: 1;
}

.gp-guide-card__step {
    margin: 0 0 4px;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #e8001c !important;
}

.gp-guide-card h4 {
    margin: 0 0 6px;
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55;
    color: #0f172b;
}

.gp-guide-card p {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #62748e;
}

.gp-guide-shuttle {
    background: #eff6ff;
    padding: 60px 24px;
}

.gp-guide-shuttle__head {
    max-width: 1032px;
    margin: 0 auto 40px;
    text-align: center;
}

.gp-guide-shuttle__head h3 {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.58px;
    color: #0f172b;
}

.gp-guide-shuttle__head p {
    margin: 12px 0 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    color: #62748e;
}

.gp-guide-shuttle__cards {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 1032px;
    margin: 0 auto;
}

.gp-guide-shuttle-card {
    width: 298px;
    padding: 30px 29px;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 19px;
    box-shadow: 0 2px 7px rgba(59, 130, 246, 0.08);
    text-align: center;
    box-sizing: border-box;
}

.gp-guide-shuttle-card img {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.gp-guide-shuttle-card:nth-child(3) img{
    width: 220px;
}

.gp-guide-shuttle-card .label {
    margin: 15px 0 0;
    font-size: 18px;
    color: #90a1b9;
}

.gp-guide-shuttle-card strong {
    display: block;
    margin: 5px 0 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.34;
    color: #0f172b;
}

.gp-guide-shuttle-card .note {
    margin: 5px 0 0;
    font-size: 16px;
    color: #90a1b9;
}

.gp-guide-cta {
    position: relative;
    height: 287px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.gp-guide-cta img.gp-guide-cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gp-guide-cta h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    font-family: 'Pretendard', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.gp-guide-cta a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 19px 49px;
    border-radius: 15px;
    background: #e8001c;
    box-shadow: 0 24px 15px rgba(0, 0, 0, 0.1), 0 10px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.gp-guide-cta a:hover {
    background: #c70018;
}

@media (max-width: 1100px) {
    .gp-guide-hero {
        height: 190px;
        min-height: 190px;
    }

    .gp-guide-hero__copy {
        padding: 16px;
    }

    .gp-guide-hero__copy h2 {
        font-size: 26px;
        letter-spacing: -0.6px;
        line-height: 1.3;
    }

    .gp-guide-hero__copy p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }

    .gp-guide-cta {
        height: 140px;
        padding: 12px 16px;
    }

    .gp-guide-cta h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .gp-guide-cta a {
        padding: 12px 22px;
        font-size: 14px;
    }

    .gp-guide-steps,
    .gp-guide-shuttle {
        padding: 40px 16px;
    }

    .gp-guide-kicker {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .gp-guide-steps__head h3,
    .gp-guide-shuttle__head h3 {
        font-size: 22px;
        letter-spacing: -0.4px;
        line-height: 1.35;
    }

    .gp-guide-shuttle__head p,
    .gp-guide-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .gp-guide-card h4 {
        font-size: 16px;
    }

    .gp-guide-card__step {
        font-size: 14px;
    }

    .gp-guide-badge {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .gp-guide-timeline {
        padding: 20px 0;
    }

    .gp-guide-timeline::before {
        top: 20px;
        bottom: 20px;
        left: 22px;
    }

    .gp-guide-step,
    .gp-guide-step.is-left,
    .gp-guide-step.is-right,
    .gp-guide-step:nth-child(even) {
        grid-template-columns: 44px 1fr;
        column-gap: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .gp-guide-badge {
        grid-column: 1 !important;
        grid-row: 1;
    }

    .gp-guide-step.is-left .gp-guide-card,
    .gp-guide-step.is-right .gp-guide-card {
        grid-column: 2;
        justify-self: stretch;
        width: auto;
    }

    .gp-guide-shuttle__cards {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .gp-guide-shuttle-card {
        width: 100%;
        max-width: none;
        height: 150px;
        padding: 16px 20px;
        display: grid;
        grid-template-columns: 102px 1fr;
        align-items: center;
        column-gap: 12px;
        text-align: left;
        box-sizing: border-box;
    }

    .gp-guide-shuttle-card img {
        width: 72px;
        max-width: 72px;
        max-height: 90px;
        height: auto;
        margin: 0;
        justify-self: center;
        object-fit: contain;
    }

    .gp-guide-shuttle-card:nth-child(3) img {
        width: 102px;
        max-width: 102px;
    }

    .gp-guide-shuttle-card__text {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 8px;
        row-gap: 2px;
        align-items: baseline;
        min-width: 0;
    }

    .gp-guide-shuttle-card .label {
        grid-column: 1 / -1;
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .gp-guide-shuttle-card strong,
    .gp-guide-shuttle-card .note {
        grid-column: 1 / -1;
        margin: 0;
    }

    .gp-guide-shuttle-card strong {
        font-size: 22px;
        line-height: 1.2;
    }

    .gp-guide-shuttle-card .note {
        font-size: 13px;
        line-height: 1.3;
    }
}

@media (max-width: 720px) {
    .gp-guide-steps,
    .gp-guide-shuttle {
        padding: 32px 16px;
    }

    .gp-guide-shuttle-card {
        grid-template-columns: 94px 1fr;
    }

    .gp-guide-shuttle-card img {
        width: 64px;
        max-width: 64px;
        max-height: 80px;
    }

    .gp-guide-shuttle-card:nth-child(3) img {
        width: 94px;
        max-width: 94px;
    }
}

@media (max-width: 480px) {
    .gp-guide-hero__copy h2 {
        font-size: 24px;
    }
}
