:root {
    --Title: #000;
    --Primary: #00256C;
    --Body: #555;
    --Line2: #E7EAF0;
    --BG2: #F8F9FC;
    --basic-white: #fff;
    --basic-dark: #13062d;
    --basic-black: #000;
    --basic-shade-100: #fbfbfc;
    --basic-shade-150: #f8f8fa;
    --basic-shade-200: #f4f4f9;
    --basic-shade-300: #e9e9f0;
    --basic-shade-400: #d4d4df;
    --basic-shade-500: #babccd;
    --basic-shade-600: #979bae;
    --basic-shade-700: #757b92;
    --basic-shade-800: #4B526A;
    --basic-shade-850: #404465;
    --purple-shade-100: #f8f7fd;
    --purple-shade-200: #f2ecff;
    --purple-primary: #6b2fdd;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100vh;
    font-family: "Pretendard Variable", 'Pretendard', 'Apple SD Gothic Neo',Sans-serif !important;
    background: var(--basic-shade-100);
    color: var(--basic-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}
  
p {
    margin: 0;
}

input:not([type=checkbox]) {
    border-radius: 10px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    padding: 0 30px;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--basic-dark);
    outline: unset;
    font-family: "Pretendard Variable" !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    -webkit-appearance: none;
}


input:not([type='number']) {
    ime-mode:active;
}

.no-dot-input-area input {
    padding: 0 14px;
}

input::placeholder {
    color: var(--basic-shade-600);
}

.form-check-input[type=checkbox] {
    margin: 0 10px 0 0;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    box-shadow: unset !important;
    border: 0px;
    border-radius: 0;
    background: url(../../assets/images/btn_check_off.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.form-check-input[type=checkbox]:checked {
    background: url(../../assets/images/btn_check_on.png) 0 0 no-repeat;
    background-size: 100%;
}

.form-check-label {
    cursor: pointer;
}

.container {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    padding: 0;
    background: var(--basic-shade-150);
}

.top-area {
    padding: 21px 100px;
    width: inherit;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.top-area > div:first-child {
    display: flex;
    align-items: center;
}

.logo-area > img {
    width: 224px;
    height: 21px;
}

.btn-close-window > img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.m-close-area {
    display: none;
}

.logo-title-area {
    color: var(--Primary, #00256C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Pretendard Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
}

.bottom-area {
    padding: 100px 0 175px 0;
    min-width: 760px;
}

.bottom-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-title-area > div:first-child {
    color: var(--Primary, #00256C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.bottom-title-area > div:last-child {
    color: var(--basic-shade-700, #757B92);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.bottom-content-area {
    margin: 50px 0 50px 0;
    background: #fff;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-radius: 14px;
}

.agree-box-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid var(--Line2, #E7EAF0);
    background: #FFF;
}

.agree-box {
    padding: 22px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--Line2, #E7EAF0);
}

.agree-box:last-child {
    border: 0;
}

.agree-box > div {
    display: flex;
    align-items: center;
}

.agree-box.sub-agree:not(.link-box) {
    flex-direction: column;
    padding: 0;
}

.agree-box.sub-agree:not(.link-box) > div:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 22px 30px;
    border-bottom: 1px solid var(--Line2, #E7EAF0);
}

.agree-box.sub-agree:not(.link-box) > div:last-child {
    padding: 20px 20px 20px 45px;
    background: var(--BG2, #F8F9FC);
    color: var(--Body, #555);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    width: 100%;
}

.agree-box.sub-agree {
    padding: 22px 30px;
}

.agree-box.sub-agree label {
    color: var(--Title, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.agree-box.sub-agree label span {
    color: var(--necessary-point, #DE001B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.agree-box.link-box img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.btn-next {
    border-radius: 10px;
    background: var(--Primary, #00256C);
    display: flex;
    height: 54px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    width: 100%;
    border: 0;
}

.btn-next.disabled {
    background: #BCBCBC;
}

.bottom-btn-area {
    width: 100%;
    margin: 20px auto 60px;
    max-width: 360px;
    position: relative;
}

.agree-bottom-desc {
    color: var(--Body, #555);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Body_sub_12 */
    font-family: "Pretendard Variable";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    padding-left: 20px;
}

.all-agree label {
    color: var(--Title, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

@media (max-width: 1059px) {
    .container {
        padding: 0 20px;
        background: var(--basic-white);
        height: inherit;
    }

    .m-close-area {
        display: block;
    }

    .top-area {
        padding: 21px 0 0 0;
        flex-direction: column;
        justify-content: unset;
    }

    .top-area > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 21px;
    }

    .logo-title-area {
        padding: 30px 0;
        color: var(--Title, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        width: 100%;
    }

    .bottom-area {
        padding: 0;
        min-width: unset;
        width: 100%;
    }

    .bottom-title-area {
        flex-direction: column;
        justify-content: baseline;
        align-items: baseline;
    }

    .bottom-title-area > div:last-child {
        margin-top: 10px;
    }

    .bottom-content-area {
        background: inherit;
        margin: 30px 0;
        padding: 0;
    }

    .agree-box-area {
        padding: 0px;
        border-radius: 2px;
        border: 1px solid var(--Line2, #E7EAF0);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .bottom-btn-area {
        width: 100%;
        margin: 0 0 60px 0;
        max-width: unset;
    }
}

.modal-header {
    border: 0;
    padding: 22px 24px 14px 24px;
}

.modal-title {
    color: var(--Title, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-content {
    display: flex;
    border-radius: 2px;
    width: calc(100% - 80px);
    background: var(--System-Backgrounds-SB-L-Primary, #FFF);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 24px 48px 0px rgba(0, 0, 0, 0.20);
    margin: auto;
}

.modal-body {
    color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.60));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 0 24px;
}

.modal-footer {
    border: 0;
    padding: 8px;
}

.modal-footer button {
    display: flex;
    padding: 10px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    background: #fff !important;
    border: 0;
    color: var(--System-Colors-SC-L-Indigo, #5856D6) !important;
    /* Button / Roboto Medium */
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.loading-indicator {
    display: none;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000050;
}

.loading-indicator.active {
    display: flex;
}

.loading-indicator > div {
    width: inherit;
    height: inherit;
    align-items: center;
}

.loading-indicator .spinner-border {
    --bs-spinner-width: 4rem;
    --bs-spinner-height: 4rem;
    color: var(--purple-primary);
}
.toast-container .toast.show {
    background: #4d4d4d;
    border-radius: 22px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    z-index: 500;
    color: var(--basic-white-ffffff, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: fit-content;
}
