/* 로그인페이지-------------------------------------- */
.btn-sub-red {}

.sign_page.in {
    display: flex;
}

.sign_page.in .left_bg {
    width: 760px;
    height: 100%;
    position: relative;
    /*background: url('../../img/renew/member/login-banner.png') no-repeat center center / cover;*/
}

.sign_page.in .left_bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.sign_page.in .form_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
}

.sign_page.in .form_wrap form {
    width: 380px;
}

.sign_page.in .form_wrap legend {
    font-size: 1.125rem;
    margin: 0 auto 3.25rem;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.sign_page.in .form_wrap legend p {
    font-size: 2.75rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
    /*font-family: 'DalseoHealing';*/
}

.sign_page.in .form_wrap legend span {
    /*color: var(--color-org);*/
    /*display: inline-block;*/
    /*font-family: 'DalseoHealing';*/
}

.sign_page.in .form_wrap ul {
    margin-bottom: 15px;
}

.sign_page.in .form_wrap ul input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid #afafaf;
}

.sign_page.in .form_wrap ul li:first-child {
    margin-bottom: 10px;
}

.sign_page.in .form_wrap .sign_in_option {
    display: flex;
    gap: 2rem;
}

.sign_page.in .form_wrap .sign_in_option .chk_wrap {
    margin-bottom: 5px;
}


.sign_page.in .form_wrap .sign_in_option label {
    font-size: 13px;
    margin-left: 10px;
    font-weight: 500;
}

.sign_page.in .form_wrap .sign_in_option a {
    font-size: 12px;
}

.sign_page.in .form_wrap .login_btn {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    margin: 1rem 0 2rem;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.sign_page.in .form_wrap .sns_login_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    gap: 1rem;
}

.sign_page.in .form_wrap .sns_login_list a {
    width: 50px;
    height: 50px;
}

.sign_page.in .form_wrap .forgot {
    display: flex;
    justify-content: center;
}

.sign_page.in .form_wrap .forgot a {
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.sign_page.in .form_wrap .forgot a + a {
    border-left: 1px solid #666;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
}

.sign_page.in .form_wrap .warning {
    font-size: 12px;
    color: #FF1F1F;
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* 회원가입 인트로 페이지-----------------------*/
.sign_page.in .flex-wrap {
    align-items: center;
    height: 100%;
    position: relative;
}

.sign_page.in .flex-wrap:after {
    content:'';
    width: 1px;
    height: 80%;
    background: #ddd;
    position: absolute;
    left: 50%;
    top:50%;
    transform:translateY(-50%);
}

.sign_page.in .sign_type {
    width: 50%;
}

.sign_page.in .sign_type .tit {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.sign_page.in .sign_type .desc {
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
}

.sign_page.in .sign_type.sns .desc  .sign_notice {
    display: none;
}

.sign_page.in .sign_type .sign_button {
    margin-top: 2.5rem;
}

.sign_page.in .sign_type .sign_button a {
    width: 320px;
    margin: 0 auto;
}

.sign_page.in .sign_type.all .sign_button a {
    height: 302px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border:2px solid #a40000;
    transition: 0.2s all linear;
}

.sign_page.in .sign_type.all .sign_button a img {
    width: 180px;
}

.sign_page.in .sign_type.all .sign_button a:hover {
    background: #a40000;
    transition: 0.2s all linear;
}

.sign_page.in .sign_type.all .sign_button a:hover img {
    filter:brightness(0) invert(1);
    transition: 0.2s all linear;

}

.sign_page.in .sign_type.sns .sign_button a {
    box-sizing: border-box;
    border-radius: 1rem;
    padding: 1.125rem 0;
    color: #fff;
    transition: 0.2s all linear;
    text-align: center;
}

.sign_page.in .sign_type.sns .sign_button a.kakao {
    background: #3a2020;
}

.sign_page.in .sign_type.sns .sign_button a.naver {
    background: #4ab748;
}

.sign_page.in .sign_type.sns .sign_button a.google {
    background: #507bbd;
}

.sign_page.in .sign_type.sns .sign_button a + a {
    margin-top: 1rem;
}

.sign_page.in .sign_type.sns .sign_button a .button_width {
    width: 232px;
    display: inline-block;
    text-align: left;
}

.sign_page.in .sign_type.sns .sign_button a img {
    width: 50px;
    height: 50px;
    vertical-align: top;
}

.sign_page.in .sign_type.sns .sign_button a.naver img {
    background: #fff;
    box-sizing: border-box;
    border:2px solid #fff;
    border-radius: 5px;
}

.sign_page.in .sign_type.sns .sign_button a span {
    margin-left: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 50px;
}

.sign_page.in .sign_type.sns .sign_button a:hover {
    transition: 0.2s all linear;
}

.sign_page.in .sign_type.sns .sign_button a.kakao:hover {
    background: #2f1616;
}

.sign_page.in .sign_type.sns .sign_button a.naver:hover {
    background: #33a131;
}

.sign_page.in .sign_type.sns .sign_button a.google:hover {
    background: #3b66a8;
}

.sign_page.in .sign_type.sns .sign_notice {
    text-align: center;
    max-width: 80%;
    margin: 2rem auto 0;
    color: #000;
    line-height: 1.2;
}

.sign_page.in .sign_type.sns .sign_notice + .sign_notice {
    margin-top: 0.5rem;
}

.sign_page.in .sign_type.sns .sign_notice .p_br {
    display: block;

}

.sign_page.in .sign_type.sns .sign_notice a {
    display: inline-block;
    color: var(--color-red);
    line-height: 1.2;
}

/* 회원가입 페이지-----------------------------*/
.sign_page.up .form_wrap {
    width: 80%;
    padding: 3.75rem 0;
    margin: auto;
}

.sign_page.up .form_wrap .signUp_way {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 1rem;
    gap: 5rem;
}

.sign_page.up .form_wrap .signUp_way li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-weight: 600;
    font-size: 1.125rem;
    position: relative;
}

.sign_page.up .form_wrap .signUp_way li.active {
    color: var(--color-red);
}

.sign_page.up .signUp_way li::before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 0.75rem;
}

.sign_page.up .signUp_way .term_agree::before {
    background: #999 url('../../img/renew/member/icon-sign-step1.png') no-repeat center 45% / 26px;
}

.sign_page.up .signUp_way .info_input::before {
    background: #999 url('../../img/renew/member/icon-sign-step2.png') no-repeat 58% 55% / 26px;
}

.sign_page.up .signUp_way .teacher_chk::before {
    background: #999 url('../../img/renew/member/icon-sign-step3.png') no-repeat 56% center / 26px;
}

.sign_page.up .signUp_way li.active.active::before {
    background-color: var(--color-red);
}

.sign_page.up .signUp_way li::after {
    content: '';
    width: 8px;
    height: 13px;
    background: url('../../img/renew/curriculum/icon-slide-arr-next.png') no-repeat center center / contain;
    position: absolute;
    right: -2.75rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.sign_page.up .signUp_way li:last-child::after {
    display: none;
}

.sign_page.up .form_wrap .page_title {
    font-size: 21px;
    margin: 3.75rem 0 1rem;
    font-weight: 600;
    border-bottom: 2px solid var(--color-red);
    padding-bottom: 0.5rem;
}

.sign_page.up .form_wrap .page_comment {
    color: #333;
    box-sizing: border-box;
    padding: 1rem;
    margin-bottom: 2rem;
    background: #f7f7f7;
    border-radius: 8px;
}

.sign_page.up .form_wrap .page_comment.color-org {
    color: var(--color-org);
}

.sign_page.up .warning,
.sign_page.find .warning {
    font-size: 16px;
    color: var(--color-org);
    margin: 2rem 0;
}

.sign_page.up .button_wrap,
.sign_page.find .button_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.sign_page.up .button_wrap button,
.sign_page.find .button_wrap button {
    width: 49%;
    height: 48px;
    border-radius: 6px;
    font-size: inherit;
    font-weight: 600;
    margin-top: 0;
}

/* 회원가입 약관동의 */
.sign_page.up .terms_box {
    width: 100%;
}

.sign_page.up .terms_box #chkAll {
    margin-right: 8px;
}

.sign_page.up .term_list input[type=checkbox] {
    margin-right: 10px;
}

.sign_page.up .terms_box>.chk_wrap label {
    font-weight: 600;
}

.sign_page.up .terms_box .chk_wrap label {
    font-size: 16px;
    margin-right: 5px;
}

.sign_page.up .terms_box .chk_wrap label + input {
    margin-left: 30px;
}

.sign_page.up .term_list {
    margin-top: 20px;
}

.sign_page.up .term_list li {
    border: 1px solid #ddd;
    border-radius: 10px;
}
.sign_page.up .term_list li+ li {
    margin-top: 10px;
}

.sign_page.up .term_list .title {
    padding: 0 20px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_page.up .term_list .switch_btn {
    width: 20px;
    height: 20px;
    background: url(../../img/icon/icon_black_v.svg) no-repeat center center / contain;
    transition: 0.3s;
}

.sign_page.up .term_list .switch_btn.active {
    transform: rotate(180deg);
}

.sign_page.up .chk_area {
    padding: 0 20px 20px;
}

.sign_page.up .term_text {
    padding: 0 20px;
    margin-bottom: 20px;
    display: none;
}

.sign_page.up .term_text span {
    display: block;
    width: 100%;
    height: 330px;
    font-size: 14px;
    overflow: auto;
    padding: 15px;
    background: #F8F8F8;
    color: #444;
    overflow-x: hidden;
    word-break: keep-all
}

.sign_page.up .notice {
    margin-top: 1rem;
    color: var(--color-org);
}

.sign_page.up .privacy_set {
    margin: 2.5rem 0
}

.sign_page.up .privacy_set .title {
    display: flex;
    align-items: center;
}

.sign_page.up .privacy_set .title h3 {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.sign_page.up .privacy_set .tip_box {
    width: 20px;
    height: 20px;
    background: url(../../img/renew/member/icon_question_mark.svg) no-repeat center center / contain;
    position: relative;
}

.sign_page.up .privacy_set .tip_box:hover .bubble {
    display: block;
}

.sign_page.up .privacy_set .bubble {
    width: 340px;
    padding: 1rem 1rem 0.875rem;
    border-radius: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -355px;
    background: #fff;
    border: 2px solid var(--color-red);
    display: none;
}

.sign_page.up .privacy_set .bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: var(--color-red);
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
}

.sign_page.up .privacy_set .bubble p {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sign_page.up .privacy_set .bubble span {
    font-size: 14px;
    line-height: 1.2;
}

.sign_page.up .privacy_set .radio_wrap,
.sign_page.up .privacy_set .chk_wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 5px;
}

.sign_page.up .privacy_set .radio_wrap input,
.sign_page.up .privacy_set .chk_wrap input {
    margin-right: 10px;
}

.sign_page.up .privacy_set .radio_wrap label,
.sign_page.up .privacy_set .chk_wrap label {
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.sign_page.up .privacy_set .radio_wrap label:not(:last-child),
.sign_page.up .privacy_set .chk_wrap label:not(:last-child) {
    margin-right: 30px;
}

/* 본인인증 */
.sign_page.up .page_title_wrap {
    position: relative;
}

.sign_page.up .page_title_wrap.privacy_set {
    margin: 0;
}

.page_title_wrap .tip_box {
    position: absolute !important;
    left: 85px;
    top: 0;
}

.page_title_wrap .tip_box span {
    display: block;
}

.page_title_wrap .tip_box span + span {
    margin-top: 0.5rem;
}

.sign_page .verify_box {

}

.sign_page .verify_choice {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.sign_page .verify_choice li {
    width: 50%;
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    user-select: none;
    text-align: center;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);
}

.sign_page .verify_choice li:hover {
    background: var(--color-red);
    color: #fff;
    transition: 0.2s all linear;
}

.sign_page .verify_choice li a,
.sign_page .verify_choice li .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_page.find .verify_choice li {

}

.sign_page .verify_choice li span {
    font-size: 18px;
    font-weight: 500;
}

.sign_page .verify_choice .icon_box {

}

.sign_page .verify_choice .icon {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}

.sign_page .verify_choice .phone .icon {
    background: url(../../img/icon/icon_phone_chk.svg) no-repeat center center / contain;
}

.sign_page .verify_choice .pin .icon {
    background: url(../../img/icon/icon_pin_chk.svg) no-repeat center center / contain;
}

.sign_page .verify_choice .gpki .icon {
    /*background: url(../../img/icon/icon_gpki_chk.svg) no-repeat center center / contain;*/
    background: url(../../img/icon/icon_phone_chk.svg) no-repeat center center / contain;
}

.sign_page .verify_choice .document .icon {
    background: url(../../img/renew/member/icon_document_chk.svg) no-repeat center center / contain;
}

.sign_page .verify_choice .later .icon {
    background: url(../../img/renew/member/icon_later_chk.svg) no-repeat center center / contain;
}

.sign_page .verify_choice li:hover .icon {
    filter: brightness(0) invert(1);
    transition: 0.2s all linear;
}


/* 정보입력 */
.sign_page.up .form_wrap .essential_txt {
    position: absolute;
    right: 0;
    top: 0.25rem;
    color: var(--color-org);
}

.sign_page.up form {
    max-width: 1200px;
    margin: auto;
}

.sign_page.up .info_box:nth-of-type(1) {
    margin-bottom: 40px;
}

.sign_page.up .info_box .info_title {
    width: 117px;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_page.up .info_box.essential_info .info_title {
    color: #FF7F21;
    background: #FFE7D5;
}

.sign_page.up .info_box.optional_info .info_title {
    color: #666;
    background: #F2f2f2;
}

.sign_page.up .info_area {
    border-radius: 20px;
    margin-top: 14px;
}

.sign_page.up .essential_info .info_area {
    box-sizing: border-box;


}

.sign_page.up .optional_info .info_area {

}

.sign_page.up .input_title {
    font-size: 18px;
    width: 150px;
    height: 42px;
    display: flex;
    align-items: center;
}

.sign_page.up .input_title:after {
    content:'*';
    color: var(--color-org);
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.sign_page.up .no-essential .input_title:after {
    display: none;
}

.sign_page.up .essential_info .input_text {
    width: calc(100% - 150px);
}

.sign_page.up .essential_info .input_text .warning {
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
    width: 100%;
}

.sign_page.up .essential_info ul {
    display: flex;
}

.sign_page.up .essential_info .certification .input_text,
.sign_page.up .essential_info .input_cover {
    display: flex;
}

.sign_page.up .essential_info .certification .input_text {
    align-items: center;
}

.sign_page.up .essential_info input[type=text],
.sign_page.up .essential_info input[type=password] {
    width: 100%;
    font-size: 16px;
}

.sign_page.up .essential_info .input_cover .left.w30,
.sign_page.up .essential_info .phone .input_box.w30,
.sign_page.up .essential_info input[type=text].w30{
    width: 30%;
}

/*.sign_page.up .essential_info input:read-only {*/
/*    background: #F2F2F2;*/
/*    color: #888;*/
/*}*/

.sign_page.up .essential_info .custom_select_wrapper {
    width: 128px;
}

.sign_page.up .essential_info .custom_select_trigger {
    height: 42px;
}

.sign_page.up .essential_info ul:not(:last-child) {
    margin-bottom: 40px;
}

.sign_page.up .essential_info .certification_status {
    width: 94px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.sign_page.up .essential_info .certification_status.not {
    border: 1px solid #888;
    color: #888;
}

.sign_page.up .essential_info .certification_status.fail {
    border: 1px solid #FF1F1F;
    color: #FF1F1F;
}

.sign_page.up .essential_info .certification_status.ing {
    border: 1px solid #FF7F21;
    color: #FF7F21;
}

.sign_page.up .essential_info .certification_status.complete {
    border: 1px solid #00E009;
    color: #00E009;
}

.sign_page.up .essential_info .certification .certification_btn {
    width: 110px;
    height: 36px;
    margin-left: 0.5rem;
    line-height: 1;
}

.sign_page.up .essential_info button {
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.sign_page.up .essential_info .pw input {
    margin-bottom: 10px;
}

.sign_page.up .essential_info .pw .comment {
    font-size: 16px;
    color: #888;
}

.sign_page.up .essential_info .email .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 398px;
}

.sign_page.up select {
    border-color: #ddd;
    border-radius: 8px;
}

.sign_page.up .essential_info .email .left select {
    height: 100%;
}

.sign_page.up .essential_info .email .left input {
    width: calc((100% - 200px - 40px) / 2);
}

.sign_page.up .essential_info .email .certification_btn,
.sign_page.up .essential_info .input_cover button {
    width: 100px;
    height: 42px;
    margin-left: 5px;
}

.sign_page.up .essential_info .input_cover .left {
    width: calc(100% - 100px - 5px);
}

.sign_page.up .essential_info .phone input,
.sign_page.up .essential_info .address input,
.sign_page.up .essential_info .school input {
    margin-bottom: 10px;
}

.sign_page.up .essential_info .phone .certify_num,
.sign_page.up .essential_info .address .detail_address {
    margin-bottom: 0;
}

.sign_page.up .optional_info .chk_info {
    display: flex;
    align-items: flex-start;
}

.sign_page.up .optional_info .chk_info .input_title {
    font-size: inherit;
    height: inherit;
}

.sign_page.up .optional_info .chk_info:not(:last-child) {
    margin-bottom: 40px;
}

.sign_page.up .optional_info .title {

}

.sign_page.up .optional_info .chk_area {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 0.5rem;
}

.sign_page.up .optional_info .chk_wrap {
    width: calc((100% - (0.5rem * 6)) / 7);
}

.sign_page.up .optional_info .chk_area .chk {
    margin-right: 10px;
}

.sign_page.up .optional_info .chk_info.marketing {
    padding-top: 30px;
}

.sign_page.up .button_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem;
}

.sign_page.up .button_wrap.complete {
    justify-content: center;
}

.sign_page.up .button_wrap button {
    width: 49%;
    height: 48px;
    font-weight: 600;
    box-shadow: none;
}

.sign_page.up .essential_info .phone .input_box {
    position: relative;
    box-sizing: border-box;
}

.sign_page.up .essential_info .certify_num {
    padding-right: 55px;
}

.sign_page.up .essential_info .phone .input_cover button {
    width: 130px;
}

.sign_page.up .essential_info .phone .input_box span {
    position: absolute;
    font-size: 16px;
    color: #FF9D54;
    display: block;
    line-height: 42px;
    top: 0;
    right: 16px;
}

.sign_page .verify_info_box {
    margin-top: 2rem;
    box-sizing: border-box;
    background: #fff4f2;
    padding: 1.75rem 2rem;
    border-radius: 10px;
}

.sign_page .verify_info_box .tit {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1rem;
}

.sign_page .verify_info_box .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.sign_page .verify_info_box .txt u {
    font-weight: 500;
}

.sign_page .verify_info_box .txt {
    line-height: 1.4;
}

.sign_page .verify_info_box .txt span {
    display: block;
    margin-top: 1rem;
    color: var(--color-org);
}

.sign_page.up .notice2 {
    margin-top: 0.375rem;
    color: var(--color-red);
    font-weight: 500;
    font-size: 90%;
    width: 100%;
}


/* 학교 검색 모달 */
.schoolSearch_modal .modal_box,
.documentChk_modal .modal_box {
    width: 665px;
    padding: 30px;
    border-radius: 10px;
}

.schoolSearch_modal .modal_title,
.documentChk_modal .modal_title {
    font-size: 21px;
    margin-bottom: 40px;
    font-weight: 600;
}

.schoolSearch_modal .table_wrap .top_area {
    display: flex;
    align-items: center;
}

.schoolSearch_modal .table_wrap .title {
    font-size: 18px;
    margin-right: 40px;
    font-weight: 500;
}

.schoolSearch_modal .table_wrap .top_area input {
    width: 384px;
}

.schoolSearch_modal .table_wrap .search_btn {
    width: 122px;
    height: 42px;
    margin-left: 10px;
    margin-top: 0;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    display: block;
}

.schoolSearch_modal .table_head {
    border-top: 2px solid #282c34;
    border-bottom: 1px solid #282c34;
    margin-top: 1rem;
    display: flex;
}

.schoolSearch_modal .table_head li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}

.schoolSearch_modal .table_body {
    height: 288px;
    overflow: auto;
}

.schoolSearch_modal .table_list {
    border-bottom: 1px solid #ddd;
    display: flex;
}

.schoolSearch_modal .table_list li,
.schoolSearch_modal .table_list li input,
.schoolSearch_modal .table_list li span{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
}

.schoolSearch_modal .table_list li input {
    margin: auto;
}

.schoolSearch_modal .table_list li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.schoolSearch_modal .table_wrap li:nth-child(1) {
    flex: 1;
    text-align: center;
}

.schoolSearch_modal .table_wrap li:nth-child(2) {
    width: 180px;
}

.schoolSearch_modal .table_wrap li:nth-child(3) {
    width: 360px;
}

.schoolSearch_modal .table_list li:nth-child(2),
.schoolSearch_modal .table_list li:nth-child(3) {
    justify-content: flex-start;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schoolSearch_modal .table_list li:nth-child(3) {
    text-align: left;
    border-right: none;
}

.schoolSearch_modal .table_list li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schoolSearch_modal .button_wrap,
.documentChk_modal .button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.schoolSearch_modal .button_wrap button,
.documentChk_modal .button_wrap button {
    width: 195px;
    height: 45px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: none;
}

.schoolSearch_modal .cancel_btn,
.documentChk_modal .cancel_btn {
    margin-right: 10px;
}

.schoolSearch_modal .table_body::-webkit-scrollbar {
    width: calc(100vw * (5 / 1920));
}

.schoolSearch_modal .table_body::-webkit-scrollbar-track {
    background: transparent;
}

.schoolSearch_modal .table_body::-webkit-scrollbar-thumb {
    background: var(--color-red);
    border-radius: 20px;
}

/* 학교 검색 모달 */
.documentChk_modal .comment_list p {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
}

.documentChk_modal .comment_list p::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}

.documentChk_modal .document_upload {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.documentChk_modal .document_upload .top_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documentChk_modal .document_upload #document_file {
    display: none;
}

.documentChk_modal .document_upload .upload_name {
    width: 480px;
    height: 35px;
    background: #F6F6F6;
}

.documentChk_modal .upload_box label {
    width: 117px;
    height: 35px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.documentChk_modal .document_preview {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 1rem;
}

.modal_wrap .modal_box .button_wrap {
    justify-content: center;
    margin-top: 1.5rem;
}

.modal_wrap.documentChk_modal .modal_box .button_wrap {
    margin-bottom: 0;
}

/* 회원가입 완료 */
.sign_page.up.complete .form_wrap {
    padding-top: 1.5rem;
    text-align: center;
}

.sign_page.up.complete .form_wrap .page_title {
    margin: 0 0 60px;
}

.sign_page.up.complete .img_box {
    width: 100%;
    height: 300px;
    background: url(../../img/renew/member/member_complete.svg) no-repeat center center / contain;
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.sign_page.up.complete .comment {
    font-size: 1.25rem;
    line-height: 2.2;
    margin: 3.25rem 0 3.75rem;
    font-family: 'ONE-Mobile-Title';
}

.sign_page.up.complete .comment span {
    font-weight: 600;
    color: var(--color-red);
}

.sign_page.up.complete .signIn_btn {
    width: 327px;
    height: 48px;
    border-radius: 6px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
}

/* 아이디/비밀번호 찾기 */
.sign_page.find .form_wrap {
    width: 80%;
    padding: 3.75rem 0;
    margin: auto;
}

.sign_page.find.main .form_wrap,
.sign_page.find.verification .form_wrap,
.sign_page.find.find.end .form_wrap,
.sign_page.find.enter .form_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sign_page.find.verification .wrap_inner {
    height: 100%;
}

.sign_page.find.verification .form_wrap {
    width: 660px;
}

.sign_page.find.verification .form_wrap .flex-box {
    width: 100%;
}

.sign_page.find.verification .form_wrap .flex-box .verify_choice li {
    padding: 2rem 0 3rem;
    margin: 3rem 0 2rem;
}

.sign_page.find.verification .form_wrap .flex-box .verify_choice li a {
    flex-wrap: wrap;
}

.sign_page.find.verification .form_wrap .flex-box .verify_choice .icon_box {
    width: 100%;
}

.sign_page.find.verification .form_wrap .flex-box .verify_choice .icon_box .icon {
    width: 130px;
    height: 130px;
    margin: 0rem auto 2rem;
}


.sign_page.find.end .form_wrap {
    height: 100%;
}

.sign_page.find .form_wrap .page_title {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.sign_page.find.main .form_wrap .page_title {
    margin-bottom: 80px;
}

.sign_page.find.enter .form_wrap .page_title {
    margin-bottom: 74px;
}

.sign_page.find .form_wrap .page_comment {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.sign_page.find.main .form_wrap a,
.sign_page.find.end .signIn_btn,
.sign_page.pw.find form .next_btn {
    width: 490px;
    height: 55px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-shadow: none;
    margin: auto;
}


.sign_page.find.main .form_wrap .idFind_btn {
    margin: 0 auto 1.5rem;
}

.sign_page.find .info_box {
    width: 490px;
    margin: auto;
    padding: 23px;
    margin-bottom: 54px;
    text-align: center;
    background: #fff4f2;
    border-radius: 1rem;
}

.sign_page.find .info_box .icon_box {
    width: 28px;
    height: 28px;
    margin: 0 auto 20px;
    background: url('../../img/renew/member/icon-information.svg') no-repeat center center / contain;
}

.sign_page.find .info_box .comment {
    font-size: 21px;
    font-weight: 500;
    line-height: 140%;
}

.sign_page.pw.find .info_box .comment {
    margin-bottom: 30px;
}

.sign_page.find .info_box .comment span {
    color: #FF7F21;
}

.sign_page.pw.find .info_box .comment span {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.sign_page.pw.find form {
    width: 494px;
    margin: auto;
}

.sign_page.pw.find form input {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign_page.pw.find form .next_btn {
    width: 100%;
    margin-top: 3rem;
}


img#document-preview {
    cursor: pointer;
    height: 100%;
    margin: auto;
}

.upload_box label {
    cursor: pointer;
}

.upload_box input[type="file"] {
    overflow: hidden;
}

.document_upload .top_area .upload-name {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 교사인증 */
.sign_page.find.verification .form_wrap .flex-box .verify_choice li {
    position: relative;
}

.sign_page.find.verification .form_wrap .flex-box .verify_choice li .notice {
    position: absolute;
    width: 100%;
    bottom: -3.5rem;
    color: var(--color-org);
    line-height: 1.2;
}
.sign_page.find.teacher .button_wrap {
    margin-top: 3.75rem;
}


/* 반응형 */
@media(max-width:1400px){
    /* 로그인 */
    .sign_page.in > a {
        width: 50%;
    }
    .sign_page.in .left_bg {
        width: 100%;
    }
    .sign_page.in .form_wrap {
        width: 50%;
    }
}

@media(max-width:1200px){
    /* 로그인 */
    .sign_page.in .form_wrap legend p {
        font-size: 2.5rem;
    }
    .sign_page.in .form_wrap legend {
        margin: 0 auto 3rem;
    }
    .sign_page.in .form_wrap .login_btn {
        margin: 1rem 0;
    }
    .sign_page.in .form_wrap .sns_login_list {
        margin-bottom: 1.5rem;
    }
    .sign_page.in .form_wrap .sns_login_list a {
        width: 40px;
        height: 40px;
    }

    /* 회원가입 */
    .sign_page.in .sign_type .tit {
        font-size: 1.75rem;
    }
}

@media(max-width:1024px){
    /* 로그인 */
    .sign_page.in > a {
        display: none;
    }
    .sign_page.in .form_wrap {
        width: 94%;
        margin: auto;
    }
    .sign_page.in .form_wrap .login_btn {
        margin: 1rem 0 2rem;
    }
    .sign_page.in .form_wrap .sns_login_list {
        margin-bottom: 2rem;
    }

    /* 회원가입 */
    .sign_page.in .sign_type.sns .sign_button a span {
        font-size: 1.125rem;
    }
    .sign_page.in .sign_type.sns .sign_button a img {
        width: 45px;
        height: 45px;
        vertical-align: middle;
        margin-top: -5px;
    }
    .sign_page.in .sign_type.sns .sign_notice {
        max-width: 90%;
    }
    .sign_page.in .sign_type .sign_button a {
        width: 300px;
    }
    .sign_page.in .sign_type.sns .sign_button a {
        padding: 0.75rem 0;
    }
    .sign_page.in .sign_type.all .sign_button a {
        width: 255px;
        height: 255px;
    }
    .sign_page.in .sign_type.sns .sign_button a .button_width {
        width: 210px;
    }
    .sign_page.in .sign_type.all .sign_button a img {
        width: 160px;
    }
    .sign_page.in .flex-wrap:after {
        height: 70%;
    }
    .sign_page.up .form_wrap {
        width: 90%;
    }



}

@media(max-width:970px){
    /* 회원가입 */
    .sign_page.up .form_wrap .signUp_way {
        padding: 1rem;
    }
    .sign_page.up .form_wrap .signUp_way li {
        font-size: 1rem;
    }
    .sign_page.up .signUp_way li::before {
        width: 45px;
        height: 45px;
    }
    .sign_page.up .essential_info .input_cover .left.w30, .sign_page.up .essential_info .phone .input_box.w30, .sign_page.up .essential_info input[type=text].w30 {
        width: 200px;
    }
    .sign_page.up .essential_info input[type=text], .sign_page.up .essential_info input[type=password] {
        font-size: inherit;
    }
    .sign_page.up .input_title {
        font-size: 1rem;
    }
    .sign_page #step-three .verify_choice {
        gap: 1rem;
    }
    .sign_page #step-three .verify_choice li {
        width: calc((100% - 2rem) / 3);
    }
    .sign_page #step-three .verify_choice .icon {
        margin-right: 0.5rem;
    }
    .sign_page.up.complete .form_wrap {
        padding-top: 3.75rem;
    }
    .sign_page.up.complete .comment {
        font-size: 1.125rem;
    }
    .sign_page.in .sign_type.sns .sign_notice .p_br {
        display: inline-block;
    }


}

@media(max-width:768px){
    /* 회원가입 */
    .sign_page.in .flex-wrap {
        height: auto;
        padding: 2.5rem 0;
    }
    .sign_page.in .sign_type.sns {
        margin-top: 2rem;
    }
    .sign_page.in .sign_type.sns .sign_button a span {
        font-size: 1rem;
    }
    .sign_page.in .sign_type .tit {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .sign_page.in .sign_type.sns .sign_button a img {
        width: 40px;
        height: 40px;
    }
    .sign_page.in .sign_type.sns .sign_notice {
        display: none;
    }
    .sign_page.in .sign_type.sns .desc .sign_notice {
        display: block;
        line-height: 1.4;
        margin-top: 0.75rem;
        color: var(--color-red);
        max-width: 100%;
    }
    .sign_page.in .sign_type.sns .desc .sign_notice .m_br {
        display: block;
    }
    .sign_page.in .sign_type.sns .sign_button a .button_width {
        width: 168px;
    }
    .sign_page.in .sign_type .desc, .sign_page.in .sign_type.sns .sign_notice {
        font-weight: 500;
    }
    .sign_page.in .flex-wrap {
        flex-wrap: wrap;
    }
    .sign_page.in .sign_type {
        width: 100%;
        display: flex;
        align-items: center;
        background: #f8f8f8;
        border-radius: 1.5rem;
        padding: 2rem;
        box-sizing: border-box;
    }
    .sign_page.in .sign_type > div {
        width: 50%;
    }
    .sign_page.in .sign_type .desc {
        font-size: inherit;
    }
    .sign_page.in .sign_type .sign_button {
        margin-top: 0;
    }
    .sign_page.in .flex-wrap:after {
        display: none;
    }
    .sign_page.in .sign_type.all .sign_button a {
        width: 230px;
        height: 220px;
        background: #fff;
    }
    .sign_page.in .sign_type.all .sign_button a img {
        width: 140px;
    }
    .sign_page.in .sign_type .sign_button a {
        width: 230px;
    }
    .sign_page.in .sign_type.sns .sign_button a {
        padding: 0.375rem 0;
    }
    .sign_page.in .sign_type.sns .sign_button a img {
        width: 35px;
        height: 35px;
        margin-top: 0;
    }
    .sign_page.in .sign_type.sns .sign_button a span {
        font-size: inherit;
    }
    .sign_page.up .form_wrap .signUp_way {
        gap: 3rem;
    }
    .sign_page.up .signUp_way li::after {
        right: -1.75rem;
    }
    .sign_page.up .signUp_way li::before {
        width: 40px;
        height: 40px;
        margin-right: 0.5rem;
    }
    .sign_page.up .signUp_way .term_agree::before,
    .sign_page.up .signUp_way .teacher_chk::before {
        background-size: 22px;
    }
    .sign_page.up .signUp_way .info_input::before {
        background-size: 23px;
    }
    .sign_page.up .essential_info ul {
        flex-wrap: wrap;
    }
    .sign_page.up .essential_info .input_text {
        width: 100%;
    }
    .sign_page.up .essential_info .input_cover .left.w30, .sign_page.up .essential_info .phone .input_box.w30, .sign_page.up .essential_info input[type=text].w30 {
        width: 100%;
    }
    .sign_page.up .essential_info button {
        font-size: inherit;
    }
    .sign_page.up .essential_info ul:not(:last-child) {
        margin-bottom: 1.75rem;
    }
    .sign_page.up .input_title {
        font-size: 15px;
        height: inherit;
        padding-bottom: 0.75rem;
    }
    .sign_page.up .optional_info .chk_info {
        flex-wrap: wrap;
    }
    .sign_page.up .optional_info .chk_area {
        width: 100%;
    }
    .sign_page #step-three .verify_choice li span {
        font-size: 1rem;
        word-break: keep-all;
    }
    .schoolSearch_modal .modal_box, .documentChk_modal .modal_box {
        width: 90%;
        padding: 2rem 1.5rem;
    }
    .schoolSearch_modal .modal_title, .documentChk_modal .modal_title {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .documentChk_modal .upload_box label {
        width: 90px;
        padding: 0;
        font-size: 14px;
    }
    .documentChk_modal .document_upload .upload_name {
        width: calc(100% - 100px);
    }
    .sign_page.up .button_wrap button {
        font-size: inherit;
    }
    .documentChk_modal .comment_list p {
        font-size: inherit;
        text-align: left;
    }
    .schoolSearch_modal .table_wrap .title {
        text-align: left;
        width: 70px;
        margin-right: 0;
    }
    .schoolSearch_modal .table_wrap .top_area input {
        width: calc(100% - 70px - 100px - 10px);
    }
    .schoolSearch_modal .table_wrap .search_btn {
        width: 100px;
        font-size: inherit;
    }
    .schoolSearch_modal .table_wrap li:nth-child(1) {
        width: 50px;
    }
    .schoolSearch_modal .table_wrap li:nth-child(3) {
        width: calc(100% - 50px - 180px);
    }
    .schoolSearch_modal .table_list li span {
        font-size: 14px;
    }


    /* 아이디/비번찾기 */
    .sign_page.find.verification .form_wrap {
        width: 100%;
    }

    .sign_page.find.find.end .form_wrap .flex-box,
    .sign_page.find.enter .form_wrap .flex-box {
        width: 100%;
    }

    .sign_page.find.verification .form_wrap .flex-box {
        width: 80%;
    }

    .sign_page.pw.find form,
    .sign_page.find .info_box {
        width: 100%;
    }

    .sign_page .verify_choice li {
        width: 300px;
    }

    .sign_page.find .info_box .comment  {
        font-size: 1.125rem;
    }

    /* 교사인증 */
    .sign_page.find.verification .form_wrap .flex-box {
        width: 86%;
    }

}

@media(max-width:640px){
    /* 회원가입 */
    .sign_page.in .sign_type {
        display: block;
        text-align: center;
        padding: 2.5rem 2rem;
    }
    .sign_page.in .sign_type.sns {
        margin-top: 2rem;
    }
    .sign_page.in .sign_type > div {
        width: 100%;
    }
    .sign_page.in .sign_type .tit {
        font-size: 1.375rem;
    }
    .sign_page.in .sign_type .sign_button {
        margin-top: 1.5rem;
    }
    .sign_page.in .sign_type.all .sign_button a {
        width: 120px;
        height: 120px;
    }
    .sign_page.in .sign_type.all .sign_button a img {
        width: 70px;
    }
    .sign_page.in .sign_type.sns .sign_button {
        display: flex;
        gap: 1rem;
    }
    .sign_page.in .sign_type.sns .sign_button a + a {
        margin-top: 0;
    }
    .sign_page.in .sign_type.sns .sign_button a {
        padding: 1.25rem 0;
    }
    .sign_page.in .sign_type.sns .sign_button a .button_width {
        width: auto;
        text-align: center;
    }
    .sign_page.in .sign_type.sns .sign_button a img {
        display: block;
        margin: auto;
    }
    .sign_page.in .sign_type.sns .sign_button a span {
        margin-left: 0;
        word-break:keep-all;
        line-height: 1.3;
        margin-top: 0.625rem;
        display: block;
        padding: 0 1rem;
    }
    .sign_page.in .sign_type.sns .sign_notice {
        display: block;
        margin-top: 1.75rem;
    }
    .sign_page.in .sign_type.sns .desc .sign_notice {
        display: none;
    }
    .sign_page.up .form_wrap .page_title {
        font-size: 20px;
        margin: 2.5rem 0 1rem;
    }
    .sign_page .verify_choice .icon {
        width: 45px;
        height: 45px;
        margin-right: 0.5rem;
    }
    .sign_page .verify_choice li span {
        font-size: 16px;
    }
    .sign_page.up .button_wrap button {
        font-size: 1rem;
        height: 44px;
    }
    .sign_page.up .privacy_set .bubble {
        width: 260px;
        right: -270px;
    }
    .sign_page.up .form_wrap .signUp_way {
        gap: 0.5rem;
        border: none;
        border-radius: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: left;
    }
    .sign_page.up .form_wrap .signUp_way li {
        font-size: 15px;
        width: calc((100% - 0.5rem) / 2);
        justify-content: left;
        border: 1px solid #ddd;
        border-radius: 0.75rem;
        padding: 0.625rem 1rem;
    }
    .sign_page.up .signUp_way li::before {
        width: 35px;
        height: 35px;
    }
    .sign_page.up .signUp_way li::after {
        right: 1rem;
    }
    .sign_page.up .signUp_way .term_agree::before, .sign_page.up .signUp_way .teacher_chk::before {
        background-size: 18px;
    }
    .sign_page.up .signUp_way .info_input::before {
        background-size: 19px;
    }
    .sign_page.up .form_wrap .signUp_way li.active {
        border-color: var(--color-red);
    }
    .sign_page.up .optional_info .chk_wrap {
        width: calc((100% - (0.5rem * 4)) / 5);
    }
    .sign_page.up .essential_info .email .left select {
        min-width: 120px;
    }
    .sign_page.up .essential_info .email .left input {
        width: calc((100% - 120px - 26px) / 2);
    }
    .sign_page.up .essential_info .phone .input_cover button {
        padding: 0.5rem 0;
    }
    .sign_page #step-three .verify_choice li span {
        font-size: 15px;
    }
    .sign_page.up.complete .img_box {
        height: 250px;
    }
    .sign_page.up.complete .comment {
        font-size: 1rem;
    }
    .schoolSearch_modal .table_head li {
        font-size: 15px;
    }
    .schoolSearch_modal .table_wrap .title {
        font-size: 1rem;
    }

    .schoolSearch_modal .button_wrap button, .documentChk_modal .button_wrap button {
        width: calc((100% - 0.5rem) / 2 );
        font-size: 15px;
    }


    /* 아이디/비번찾기 */
    .sign_page.find.main .form_wrap .flex-box {
        width: 100%;
    }

    .sign_page.find.main .form_wrap a, .sign_page.find.end .signIn_btn, .sign_page.pw.find form .next_btn {
        width: 100%;
    }

    /* 교사 인증 */
    .sign_page.teacher .verify_choice {
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .sign_page.find.verification.teacher .form_wrap .flex-box .verify_choice li {
        margin: 0;
        width: 100%;
        padding: 2rem 0;
    }
    .sign_page.find.verification.teacher .form_wrap .flex-box .verify_choice .icon_box .icon {
        width: 80px;
        height: 80px;
        margin: 0rem auto 1rem;
    }
    .sign_page.find.verification .form_wrap .flex-box .verify_choice li .notice {
        position:inherit;
        bottom: auto;
        margin-top: 1rem;
    }
    .sign_page.find.teacher .button_wrap {
        margin-top: 2.5rem;
    }

}

@media(max-width:480px){
    /* 로그인 */
    .sign_page.in .form_wrap form {
        width: 300px;
    }
    .sign_page.in .form_wrap legend p {
        font-size: 2.25rem;
    }
    .sign_page.in .form_wrap legend {
        font-size: 1rem;
    }

    /* 아이디/비번찾기 */
    .sign_page.find .form_wrap .page_title {
        font-size: 22px;
    }

    .sign_page.find.main .form_wrap a, .sign_page.find.end .signIn_btn, .sign_page.pw.find form .next_btn,
    .sign_page.up .button_wrap button, .sign_page.find .button_wrap button {
        font-size: inherit;
        height: 44px;
    }

    .sign_page.find .form_wrap .page_comment {
        font-size: 1rem;
    }

    .sign_page .verify_choice li {
        width: 250px;
    }

    .sign_page.find.verification .form_wrap .flex-box .verify_choice .icon_box .icon {
        width: 100px;
        height: 100px;
        margin: 0rem auto 2rem;
    }

    .sign_page.find .info_box .comment  {
        font-size: 1rem;
    }

    .sign_page.find .info_box .comment + span {
        word-break: keep-all;
    }

    /* 회원가입 */
    .sign_page.in .sign_type {
        padding: 2rem 1.5rem;
    }
    .sign_page.in .sign_type.sns {
        padding: 2.5rem 1.5rem;
    }
    .sign_page.in .sign_type .tit {
        font-size: 1.25rem;
    }
    .sign_page.in .sign_type.all .sign_button a {
        width: 100px;
        height: 100px;
        border-radius: 1rem;
    }
    .sign_page.in .sign_type.all .sign_button a img {
        width: 60px;
    }
    .sign_page.in .sign_type.sns .sign_button {
        margin-top: 2rem;
    }
    .sign_page.in .sign_type.sns .sign_button a span {
        display: none;
    }
    .sign_page.in .sign_type.sns .sign_button a {
        background: none !important;
        padding: 0;
    }
    .sign_page.in .sign_type.sns .sign_button a img {
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
        max-width: 70px;
        position: relative;
    }
    .sign_page.in .sign_type.sns .sign_notice {
        line-height: 1.3;
    }
    .sign_page.in .sign_type.sns .sign_notice .m_br {
        display: block;
    }
    .sign_page.up .form_wrap {
        width: 94%;
    }
    .sign_page.up .form_wrap .signUp_way {
        width: 80%;
        margin: auto;
    }
    .sign_page.up .form_wrap .signUp_way li {
        width: 100%;
    }
    .sign_page.up .signUp_way li::after {
        transform: translateY(-50%) rotate(90deg);
    }
    .sign_page.up .form_wrap {
        padding: 2.5rem 0;
    }
    .sign_page.up .terms_box .chk_wrap label {
        font-size: 15px;
    }
    .sign_page.up .privacy_set .bubble {
        width: 260px;
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: calc(100% + 10px);
    }
    .sign_page.up .privacy_set .bubble:after {
        left: 50%;
        top: auto;
        margin-top: -0;
        margin-left: 0;
        transform: translateX(-50%) rotate(-90deg);
        bottom: -16px;
    }
    .sign_page.up .privacy_set .bubble.tip_left {
        transform: none;
        right: -155px;
    }
    .sign_page.up .privacy_set .bubble.tip_left:after {
        left: 88px;
        transform: rotate(-90deg);
    }
    .sign_page .verify_choice {
        gap: 0.5rem;
    }
    .sign_page.agree .verify_choice li {
        width: calc((100% - 0.5rem) / 2);
    }
    .sign_page.agree .verify_choice li span,
    .sign_page #step-three .verify_choice li span{
        font-size: 14px;
    }
    .sign_page.agree .verify_choice .icon {
        width: 35px;
        height: 35px;
    }
    .sign_page.up .optional_info .chk_wrap {
        width: calc((100% - (0.5rem * 2)) / 3);
    }
    .sign_page.up .essential_info .email .input_cover,
    .sign_page.up .essential_info .input_cover .left {
        flex-wrap: wrap;
    }
    .sign_page.up .essential_info .email .input_cover .left {
        width: 100%;
    }
    .sign_page.up .essential_info input[type=text], .sign_page.up .essential_info input[type=password] {
        padding: 0 10px;
    }
    .sign_page.up .essential_info .email .input_cover button {
        margin-left: 0;
        margin-top: 5px;
    }
    .sign_page.up .button_wrap {
        margin-top: 2rem;
    }
    .sign_page.up .signUp_way li::before {
        width: 30px;
        height: 30px;
    }
    .sign_page.up .form_wrap .signUp_way li {
        font-size: 14px;
    }
    .sign_page.up .signUp_way .term_agree::before, .sign_page.up .signUp_way .teacher_chk::before {
        background-size: 16px;
    }
    .sign_page.up .signUp_way .info_input::before {
        background-size: 17px;
    }
    .sign_page #step-three .verify_choice {
        flex-wrap: wrap;
    }
    .sign_page #step-three .verify_choice li {
        width: 100%;
    }
    .sign_page .verify_info_box {
        padding: 1.75rem 1.5rem;
    }
    .sign_page .verify_info_box .tit {
        font-size: 1rem;
    }
    .documentChk_modal .comment_list p {
        letter-spacing: -0.5px;
    }
    .documentChk_modal .comment_list p::before {
        margin: 0 5px 0 0;
    }
    .sign_page.up.complete {
        width: 100%;
        height: calc(100vh - 80px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sign_page.up.complete .form_wrap {
        padding-top: 0;
    }
    .sign_page.up.complete .comment {
        font-size: 15px;
        word-break: keep-all;
        margin: 2.5rem 0 3.25rem;
    }
    .sign_page.up.complete .img_box {
        height: 200px;
    }
    .sign_page.up.complete .comment .m_br {
        display: block;
    }
    .sign_page.up.complete .signIn_btn {
        width: 90%;
    }
    .schoolSearch_modal .table_wrap .title {
        display: none;
    }
    .schoolSearch_modal .table_wrap .top_area input {
        width: calc(100% - 80px - 10px);
    }
    .schoolSearch_modal .table_wrap .search_btn {
        width: 80px;
    }
    .schoolSearch_modal .table_wrap li:nth-child(1) {
        width: 40px;
    }
    .schoolSearch_modal .table_wrap li:nth-child(2) {
        width: 140px;
    }
    .schoolSearch_modal .table_wrap li:nth-child(3) {
        width: calc((100% - 40px - 140px));
    }
    .schoolSearch_modal .table_head li {
        font-size: 14px;
    }
    .schoolSearch_modal .table_list li:nth-child(2), .schoolSearch_modal .table_list li:nth-child(3) {
        padding: 0 10px;
    }
    .schoolSearch_modal .button_wrap button, .documentChk_modal .button_wrap button {
        font-size: 14px;
        height: 42px;
    }
    .modal_wrap.schoolSearch_modal .modal_box .button_wrap {
        margin-top: 1rem;
    }
    .schoolSearch_modal .modal_box {
        padding: 2rem 1.5rem 1rem;
    }

    /* 교사인증 */
    .sign_page.find.verification.teacher .form_wrap .flex-box .verify_choice .icon_box .icon {
        width: 60px;
        height: 60px;
    }
    .sign_page.teacher .verify_choice {
        gap: 1rem;
    }
}