﻿@charset "utf-8";
/* CSS Document */

.gram_footer {
    display: flex;
    padding: 24px 30px 30px 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--On-surface-On-surface-LB300, #EEF1F6);
    background: #FFF;
}

.gram_btn_white:hover {
    cursor: pointer;
    border: 1px solid var(--Point-Color-PC900, #0056C7);
    background: var(--white-black-white, #FFF);
    color: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_white:active {
    cursor: pointer;
    border: 1px solid var(--Point-Color-PC900, #0056C7);
    background: var(--white-black-white, #FFF);
    color: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_white:visited {
    cursor: pointer;
    border: 1px solid var(--Point-Color-PC900, #0056C7);
    background: var(--white-black-white, #FFF);
    color: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_white {
    display: flex;
    flex-direction: column;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Basic-Color-BC200, #D2D6E0);
    color: var(--Basic-Color-BC1000, #17191C);
    background: var(--white-black-white, #FFF);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.gram_btn_black:hover {
    cursor: pointer;
    background: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_black:active {
    cursor: pointer;
    background: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_black:visited {
    cursor: pointer;
    background: var(--Point-Color-PC900, #0056C7);
}

.gram_btn_black {
    display: flex;
    flex-direction: column;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Basic-Color-BC200, #D2D6E0);
    background: var(--Basic-Color-BC1000, #17191C);
    color: var(--white-black-white, #FFF);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.gram_text_another {
    display: flex;
    align-items: flex-start;
    /* border-bottom: 1px solid var(--Basic-Color-BC600, #8F96A3); */
    text-decoration: underline;
    text-decoration-color: #8F96A3;
    text-underline-offset: 4px;
}

    .gram_text_another label {
        color: var(--Basic-Color-BC600, #8F96A3);
        text-align: center;
        font-family: 'Noto Sans KR', 'sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.26px;
        text-decoration: underline;
        text-decoration-color: #8F96A3;
        text-underline-offset: 4px;
        cursor: pointer;
        text-align: left;
    }

    .gram_text_another:hover label {
        color: var(--Basic-Color-BC800, #51555D);
    }

    .gram_text_another:active label {
        color: var(--Basic-Color-BC800, #51555D);
    }

    .gram_text_another:visited label {
        color: var(--Basic-Color-BC800, #51555D);
    }

.gram_text_resend {
    /* display: flex; */
    /* align-items: flex-start; */
    vertical-align: top;
    color: var(--Basic-Color-BC600, #8F96A3);
    text-align: right;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.26px;
    cursor: pointer;
    white-space: nowrap;
}

    .gram_text_resend img {
        /* display: flex; */
        padding-bottom: 3px;
        vertical-align: middle;
        align-items: flex-start;
        width: 14px;
        height: 14px;
        content: url('../images/Chevron-right.svg');
    }

    .gram_text_resend:hover {
        color: var(--Basic-Color-BC800, #51555D);
    }

        .gram_text_resend:hover img {
            content: url('../images/Chevron-right_h.svg');
        }

    .gram_text_resend:active {
        color: var(--Basic-Color-BC800, #51555D);
    }

        .gram_text_resend:active img {
            content: url('../images/Chevron-right_h.svg');
        }

    .gram_text_resend:visited {
        color: var(--Basic-Color-BC800, #51555D);
    }

        .gram_text_resend:visited img {
            content: url('../images/Chevron-right_h.svg');
        }

.gram_btn_no_border_background {
    display: flex;
    flex-direction: column;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: none;
    background: none;
    color: var(--Basic-Color-BC700, #747A86);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
}

    .gram_btn_no_border_background:hover {
        cursor: pointer;
        color: var(--Basic-Color-BC900, #3D4148);
    }

    .gram_btn_no_border_background:active {
        cursor: pointer;
        color: var(--Basic-Color-BC900, #3D4148);
    }

    .gram_btn_no_border_background:visited {
        cursor: pointer;
        color: var(--Basic-Color-BC900, #3D4148);
    }

.gram_btn_modal_cancel {
    display: flex;
    flex-direction: column;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: none;
    background: var(--On-surface-LB300, #EEF1F6);
    color: var(--Basic-Color-BC1000, #17191C);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
}

    .gram_btn_modal_cancel:hover {
        cursor: pointer;
        background: var(--Basic-Color-BC200, #D2D6E0);
    }

    .gram_btn_modal_cancel:active {
        cursor: pointer;
        background: var(--Basic-Color-BC200, #D2D6E0);
    }

    .gram_btn_modal_cancel:visited {
        cursor: pointer;
        background: var(--Basic-Color-BC200, #D2D6E0);
    }

.gram_hover_s:hover {
    cursor: pointer;
}

.gram_lb_h {
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
}

    .gram_lb_h:hover {
        cursor: pointer;
    }

.tos_pp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.gram_tos {
    color: var(--Basic-Color-BC600, #8F96A3);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: -0.26px;
    text-decoration-line: underline;
}

    .gram_tos:hover {
        cursor: pointer;
    }

.gram_pp {
    color: var(--Basic-Color-BC600, #8F96A3);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: -0.26px;
    text-decoration-line: underline;
}

    .gram_pp:hover {
        cursor: pointer;
    }

.toben_pp {
    color: var(--Basic-Color-BC600, #000000);
    text-align: center;
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px; /* 150% */
    letter-spacing: -0.26px;
    text-decoration-line: underline;
}

    .toben_pp:hover {
        cursor: pointer;
    }

.gram_license {
    flex: 1 0 0;
    color: var(--Basic-Color-BC500, #A1A7B5);
    text-align: center;
    /* Default/default_11_regular */
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 163.636% */
    letter-spacing: -0.26px;
}

.popup-wrap {
    background-color: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    /* padding:15px; */
}

.popup-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    min-width: 290px;
    max-width: 400px;
    margin: 15px;
}

.popup-close-box {
    display: flex;
    width: 100%;
    padding: 20px 28px 0px 28px;
    justify-content: right;
    align-items: flex-start;
}

.popup-close-button {
    position: relative;
    right: -8px;
    top: -8px;
    width: 24px;
    height: 24px;
    border: none;
    background: white;
}

.popup-alert-message {
    display: flex;
    min-width: 320px;
    max-width: 520px;
    padding: 0px 28px 10px 28px;
    justify-content: center;
    align-items: flex-start;
}

.popup-alert-desc {
    display: flex;
    min-width: 320px;
    max-width: 520px;
    padding: 10px 28px 32px 28px;
    justify-content: center;
    align-items: flex-start;
}
