@charset "utf-8";
/* 
    Document   : input
    Created on : 2026/02/11
    Author     : Nakahara
    Description:
    Purpose of the stylesheet follows.
*/
.confirm {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.confirm h1 {
    padding: 0 !important;
    margin: 0;
    font-size: 20px !important;
    line-height: 28px !important;
    color: var(--green);
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.45px;
}
.send_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mail_send_info {
    font-size: 20px;
    line-height: 28px;
    color: var(--green);
    font-weight: 500;
}
.code_mail_send_info {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 0 12px;
    color: #036c4d;
    font-size: 14px;
    justify-content: center;
}
.code_mail_send_info::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-top: 1px;
    margin-right: 3px;
    background-image: url("/resources/images/preEntry/icon-mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.instruction_txt {
    font-size: 14px;
    text-align: center;
}
.form-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.comp-error-msg li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background-image: url("/resources/images/preEntry/icon-alert.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.support {
    background: #f9fafb;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.support-title {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--text);
}
.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.support-list-label::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-image: url("/resources/images/preEntry/icon-bullet.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.btn-resend {
    width: 100% !important;
}