﻿:root {
    --black: #000000;
    --white: #ffffff;
    --red: #D92032;
    --text: #111820;
    --text-custom: #1F313C;
    --muted: #7C8697;
    --bg-grey-01: #F7F8FA;
    --line-blue: #0032A0;
    --line-grey: #B9BFC9;
    --bg-grey-02: #FBFBFD;
    --red-opacity: rgba(217, 32, 50, 0.1);
    --grey-custom: #545859;
    --black-custom: #101010;
    --fold-h: 2.2rem;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.container-custom {
    max-width: 1100px;
}

.swiper-slide-container {
    background-color: var(--bg-grey-01);
}

/* Section: Apply for a wife's all-time ‑ book */
.all-time‑book .all-time‑book-info {
    align-items: start;
}

.all-time‑book .all-time‑book-fade-in {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    color: var(--red);
}

.all-time‑book .all-time‑book-title {
    font-family: 'Pretendard';
    color: var(--text);
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
}

.all-time‑book .all-time‑book-text {
    font-family: 'Pretendard';
    color: var(--muted);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
}

.all-time‑book-customer-information .form-container {
    background: var(--bg-grey-01);
    padding: 30px;
    margin: 30px auto;
}

.all-time‑book-customer-information .form-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    margin-bottom: 40px;
}

.all-time‑book-customer-information .form-group {
    position: relative;
    margin-bottom: 40px;
}

.all-time‑book-customer-information .form-control {
    border: none;
    border-bottom: 1px solid var(--text);
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    background: var(--bg-grey-01);
    font-family: 'Pretendard';
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
}

    .all-time‑book-customer-information .form-control:focus {
        border-color: #000;
        box-shadow: none;
        background: var(--bg-grey-01);
    }

.all-time‑book-customer-information .form-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    color: #11182033;
    pointer-events: none;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    vertical-align: middle;
}

.all-time‑book-customer-information .form-control:focus + .form-label,
.all-time‑book-customer-information .form-control:not(:placeholder-shown) + .form-label {
    top: -10px;
    font-size: 14px;
    color: #11182033;
}

.all-time‑book-customer-information .form-check-box {
    padding-left: 0 !important;
}

.all-time‑book-customer-information .form-check-input-box {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.all-time‑book-customer-information .btn-submit {
    background: var(--text);
    color: var(--white);
    width: 100%;
    padding: 12px;
    border-radius: unset;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease;
}

.all-time‑book-customer-information .form-check-label {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    vertical-align: middle;
}

    .all-time‑book-customer-information .form-check-label a {
        color: var(--text);
        font-weight: 700;
        text-decoration: underline;
    }

.image-all-time‑book {
    height: 330px;
}

.mobile-view {
    display: none;
}

.mobile-view-custom {
    display: none !important;
}

.pc-view {
    display: block !important;
}

.pc-view-custom {
    display: flex !important;
}

.indicator {
    display: none;
}

.inline-pc {
    display: block;
}

.img-mobile {
    display: none;
}

.highlight-custom {
    display: none;
}

.text-mobile {
    display: none;
}

.paragraph-title {
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    color: #111820;
}

.paragraph-text {
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #111820;
}

    .paragraph-text span.span-text {
        
    }
.modal-content {
    border-radius: unset;
}
/* ====================== Tablet ========================= */
@media (min-width: 768px) and (max-width: 1024px) {
    svg {
        width: unset;
        height: unset;
    }

    .title-mt200 {
        margin-top: 150px;
    }

    .container-custom {
        max-width: 95%;
    }

    .text-mobile {
        display: block;
    }

    .text-pc {
        display: none;
    }

    .inline-mobile {
        display: block;
    }

    .inline-pc {
        display: unset;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .mobile-order-01 {
        order: 1;
    }

    .mobile-order-02 {
        order: 2;
    }

    .img-pc {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    /* Section: Apply for a wife's all-time ‑ book */
    .all-time‑book .all-time‑book-info {
        align-items: center;
        text-align: center;
    }

    .image-all-time‑book {
        height: 150px;
    }

    .all-time‑book-customer-information .checkbox-form-mobile {
        display: flex;
        align-content: start;
        justify-content: start;
        align-items: center;
    }
}

/* ====================== Mobile ========================= */
@media (max-width: 767px) {
    svg {
        width: unset;
        height: unset;
    }

    .title-mt200 {
        margin-top: 130px;
    }

    .container-custom {
        max-width: 95%;
    }

    .text-mobile {
        display: block;
    }

    .text-pc {
        display: none;
    }

    .inline-mobile {
        display: block;
    }

    .inline-pc {
        display: unset;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .mobile-order-01 {
        order: 1;
    }

    .mobile-order-02 {
        order: 2;
    }

    .img-pc {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    /* Section: Apply for a wife's all-time ‑ book */
    .all-time‑book .all-time‑book-info {
        align-items: center;
        text-align: center;
    }

    .image-all-time‑book {
        height: 150px;
    }

    /* --------------- font-size mobile custom --------------- */
    .all-time‑book .all-time‑book-fade-in {
        font-size: 16px;
        line-height: 100%;
    }

    .all-time‑book .all-time‑book-title {
        font-size: 20px;
        line-height: 100%;
    }

    .all-time‑book .all-time‑book-text {
        font-size: 16px;
        line-height: 100%;
    }

    .all-time‑book-customer-information .form-container {
        background: var(--bg-grey-01);
        padding: 10px;
        margin: 10px auto;
    }

    .all-time‑book-customer-information .checkbox-form-mobile {
        display: inline-block;
        align-content: start;
        justify-content: start;
        align-items: center;
    }   
    .all-time‑book-customer-information .form-check-label {
        font-size: 13px;
        line-height: 100%;
        display:unset;
    }

    .all-time‑book-customer-information .btn-submit {
        font-size: 15px;
        line-height: 100%;
    }
}
