@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html,
body {
    overflow-x: hidden;
}

.point_blue {
    color: #00AEFF;
}

.refund_main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 60px 20px;
    box-sizing: border-box;
    font-family: "Pretendard", "NotoSansKR", sans-serif;
}

.refund_main__card {
    position: relative;
    z-index: 10;
    width: 720px;
    max-width: 100%;
    min-height: 500px;
    padding: 44px;
    background: #fff;
    box-sizing: border-box;
}

.refund_main__card.is-hidden {
    display: none;
}

.refund_main__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 48px;
}

.refund_main__logo_s9,
.refund_main__logo_o2 {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.refund_main__logo_s9 img {
    display: block;
    width: 114px;
    height: 20px;
}

.refund_main__logo_o2 img {
    display: block;
    width: 103px;
    height: 22px;
}

.refund_main__title {
    display: block;
    margin: 0 0 46px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #202020;
    word-break: keep-all;
}

.refund_main__divider {
    height: 2px;
    margin: 0 0 20px;
    background: #000;
    border: none;
}

.refund_main__text {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #202020;
    white-space: pre-line;
    word-break: keep-all;
}

.refund_main__sub {
    margin: 0 0 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #84858a;
    white-space: pre-line;
    word-break: keep-all;
}

.refund_main__btn {
    display: block;
    width: 240px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    background: #007afb;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0 4px 12px rgb(0 122 251 / 10%));
}

@media (max-width: 1200px) {
    .wrap:before,
    .wrap:after {
        opacity: 0.35;
    }
}

@media (max-width: 768px) {
    .wrap > .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .wrap:before,
    .wrap:after {
        display: none;
    }

    .refund_main {
        align-items: flex-start;
        padding: 32px 0;
        padding-top: max(32px, env(safe-area-inset-top));
        padding-bottom: max(32px, env(safe-area-inset-bottom));
    }

    .refund_main__card {
        min-height: auto;
        padding: 28px 20px;
    }

    .refund_main__header {
        margin-bottom: 32px;
    }

    .refund_main__title {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.35;
    }

    .refund_main__text {
        margin-bottom: 28px;
        font-size: 15px;
    }

    .refund_main__sub {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 1.5;
    }

    .refund_main__btn {
        width: 100%;
        height: 56px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .wrap > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .refund_main {
        padding-top: max(24px, env(safe-area-inset-top));
        padding-bottom: max(24px, env(safe-area-inset-bottom));
    }

    .refund_main__card {
        padding: 24px 16px;
    }

    .refund_main__header {
        margin-bottom: 24px;
        gap: 12px;
    }

    .refund_main__logo_s9 img {
        width: 96px;
        height: auto;
    }

    .refund_main__logo_o2 img {
        width: 88px;
        height: auto;
    }

    .refund_main__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.4;
    }

    .refund_main__divider {
        margin-bottom: 16px;
    }

    .refund_main__text {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.6;
    }

    .refund_main__sub {
        margin-bottom: 32px;
        font-size: 13px;
        line-height: 1.55;
    }

    .refund_main__btn {
        height: 52px;
        font-size: 17px;
    }
}
