#wrap {
  background: #FCFCFC;
}

.select_wrap {
  position: relative;
}
.select_wrap::after {
  content: url("/img/scss/icon/icon_select4.svg");
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.select_wrap select {
  width: 100%;
  height: 80px;
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_wrap select:invalid {
  color: #C8C8C8 !important;
}
.select_wrap select:focus {
  color: #1F1F1F;
}
.select_wrap select option[value=""][disabled] {
  display: none;
}

section.register-survey {
  padding: 60px 0 0;
}
section.register-survey .register-survey__body {
  min-height: 720px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.07), 0 15.2px 23.2px 0 rgba(0, 0, 0, 0.02), 0 8.4px 13.8px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 60px 53px 195px;
  width: 612px;
}
section.register-survey .register-survey__body.forget .question-text {
  min-height: auto;
  margin-bottom: 63px;
}
section.register-survey .register-survey__body.forget .question-text .icon {
  top: 0;
}
section.register-survey .register-survey__body.login {
  padding: 55px 53px 60px;
}
section.register-survey .register-survey__body.login .question-text .icon {
  top: -10px;
}
section.register-survey .register-survey__body.login .question-content div.password_input_wrap {
  height: auto;
}
section.register-survey .register-survey__body.login .question-content div.password_input_wrap input {
  margin-top: 0;
}
section.register-survey .register-survey__body.finish {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 0 57px;
  gap: 16px;
}
section.register-survey .register-survey__body.finish div.join_msg {
  color: #1F1F1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
section.register-survey .register-survey__body.finish div.join_msg div.join_desc {
  color: #777;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
}
section.register-survey .register-survey__body.finish div.join_msg div.join_desc br {
  display: none;
}
section.register-survey .register-survey__body.finish button.start_btn {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  background-color: #008DE0;
}
section.register-survey .register-survey__body.finish div.description {
  color: #1F1F1F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  background: #FFD72C;
  padding: 8px 16px;
  position: relative;
}
section.register-survey .register-survey__body.finish div.description::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -6px;
  border-bottom: 12px solid #FFD72C;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
section.register-survey .register-survey__body.finish a.home {
  color: #949494;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
section.register-survey .register-survey__body.finish a.home span {
  text-decoration-line: underline;
}
section.register-survey .register-survey__body.finish a.home::after {
  content: url("/img/scss/icon/icon_right_gt_12.svg");
  margin-left: 5px;
}
section.register-survey .register-survey__body .question-content .login_wrap_all {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 42px;
}
section.register-survey .register-survey__body .question-content input,
section.register-survey .register-survey__body .question-content select {
  font-family: Pretendard;
  height: 80px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 0 28px;
  font-size: 18px;
}
section.register-survey .register-survey__body .question-content input[type=text]:focus,
section.register-survey .register-survey__body .question-content input[type=email]:focus,
section.register-survey .register-survey__body .question-content input[type=password]:focus {
  border: 1px solid #1F1F1F;
}
section.register-survey .register-survey__body .question-content input::placeholder {
  font-family: Pretendard;
  color: #C8C8C8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
section.register-survey .register-survey__body .question-content option[value=""] {
  font-weight: 700;
  font-size: 18px;
  font-family: Pretendard;
}
section.register-survey .register-survey__body .question-content div.input_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.register-survey .register-survey__body .question-content div.input_wrap.forgot_input {
  position: relative;
}
section.register-survey .register-survey__body .question-content div.input_wrap.forgot_input span.error_msg {
  top: 0;
  position: relative;
}
section.register-survey .register-survey__body .question-content div.input_wrap label {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
section.register-survey .register-survey__body .question-content div.password_input_wrap {
  height: 149px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.register-survey .register-survey__body .question-content div.password_input_wrap input {
  margin-top: 8px;
}
section.register-survey .register-survey__body .question-content div.password_input_wrap span {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
section.register-survey .register-survey__body .question-content div.password_input_wrap span.msg {
  color: #949494;
}
section.register-survey .register-survey__body .question-content div.password_input_wrap span.error_msg {
  top: 0;
}
section.register-survey .register-survey__body .question-content div.password_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 0;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap {
  gap: 16px;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap label {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap input {
  width: 100%;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap.school_wrap {
  position: relative;
}
section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap.school_wrap::after {
  content: url("/img/icon_search2.svg");
  position: absolute;
  bottom: 28px;
  right: 24px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap {
  position: relative;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap input {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 0 116px 0 28px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap button.email_check_btn {
  position: absolute;
  width: 92px;
  height: 36px;
  text-align: center;
  right: 24px;
  top: 22px;
  color: #FFF;
  background: #008DE0;
  font-size: 13px;
  font-weight: 500;
  border-radius: 18px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap button.email_check_btn:disabled {
  color: #1F1F1F;
  border: 1px solid #DFDFDF;
  background: none;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap span.error_msg {
  top: 90px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap {
  margin-top: 0;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap * {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg {
  color: #555;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg br {
  display: none;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg_sub {
  color: #777;
  margin-top: 24px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap ul.alt {
  margin-top: 8px;
  list-style: disc;
  padding: 0 0 8px 10px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap ul.alt li {
  color: #777;
  font-weight: 400;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap a.re_write {
  color: #008DE0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  padding-bottom: 6px;
}
section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap a.re_write:after {
  content: url("/img/scss/icon/icon_right_gt_blue_16.svg");
  vertical-align: sub;
}
section.register-survey .register-survey__body .question-content span.error_msg {
  top: 115px;
  color: #EB1527;
  font-size: 14px;
  font-weight: 400;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all label {
  font-weight: 500;
  font-size: 20px;
  color: #2B2B2B;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap {
  height: 80px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 42px;
  gap: 16px;
  position: relative;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap:has(input[type=radio]:checked) {
  box-shadow: 0 0.501px 1.503px 0 rgba(0, 141, 224, 0.12), 0 4px 12px 0 rgba(0, 141, 224, 0.24);
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=text] {
  display: none;
  width: calc(100% - 94px);
  position: absolute;
  left: 90px;
  height: 100%;
  border: none;
  padding: 0;
  color: #008DE0;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=text]:focus {
  outline: none;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap.on {
  border: 1px solid #008DE0;
  box-shadow: 4px 6px 8px rgba(0, 141, 224, 0.1);
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap.on input[type=text] {
  display: block;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio] {
  vertical-align: middle;
  appearance: none;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio]:checked {
  border: 2px solid #008DE0;
}
section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio]:checked::before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #008DE0;
  display: block;
  border-radius: 50%;
}
section.register-survey .register-survey__body .register-survey__button--next {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 52px;
  gap: 30px;
}
section.register-survey .register-survey__body .register-survey__button--next button {
  width: 220px;
  height: 70px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  flex-grow: 1;
  border-radius: 10px;
}
section.register-survey .register-survey__body .register-survey__button--next button#before_button {
  background-color: #F3FAFF;
  color: #008DE0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
}
section.register-survey .register-survey__body .register-survey__button--next button#submit_button,
section.register-survey .register-survey__body .register-survey__button--next button#email_button {
  background-color: #008DE0;
}
section.register-survey .register-survey__body .register-survey__button--next button#submit_button:disabled,
section.register-survey .register-survey__body .register-survey__button--next button#email_button:disabled {
  background-color: #C8C8C8;
}
section.register-survey .register-survey__body .login-survey__button--next {
  width: 100%;
}
section.register-survey .register-survey__body .login-survey__button--next button#login-form__input--submit {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #008DE0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
section.register-survey .register-survey__body .login-survey__button--next button#forget_pwd_btn {
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 24px auto 42px;
  display: block;
  text-decoration: underline;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap button.btn_full_login.kakao {
  height: 70px;
  font-size: 20px;
  color: #191919;
  font-weight: 500;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap button.btn_full_login.apple {
  height: 70px;
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn span {
  text-decoration-line: underline;
}
section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn ::after {
  content: url("/img/signup/icon_chevron.svg");
  vertical-align: bottom;
  position: relative;
  top: 3px;
  left: 4px;
}
section.register-survey .register-survey__body .question-text {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 107px;
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
  align-items: flex-end;
  position: relative;
}
section.register-survey .register-survey__body .question-text button#before_button {
  width: 24px;
  height: 24px;
  background: url("/img/scss/btn/icon_join_back2.svg") no-repeat;
  color: #008DE0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
}
section.register-survey .register-survey__body .question-text .question-num {
  font-weight: 400;
  font-size: 18px;
  color: #969696;
  margin-bottom: 18px;
}
section.register-survey .register-survey__body .question-text .q-text {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: 16px;
}
section.register-survey .register-survey__body .question-text .q-text .indicator {
  margin-top: 22px;
  display: none;
  gap: 10px;
}
section.register-survey .register-survey__body .question-text .q-text .indicator:has(.dot) {
  display: flex;
}
section.register-survey .register-survey__body .question-text .q-text .indicator div.dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #C8C8C8;
}
section.register-survey .register-survey__body .question-text .q-text .indicator div.dot.on {
  background-color: #008DE0;
}
section.register-survey .register-survey__body .question-text .q-text .text {
  height: 66px;
  font-weight: 700;
  font-size: 22px;
  color: #1F1F1F;
  line-height: 34px;
  position: relative;
  z-index: 2;
}
section.register-survey .register-survey__body .question-text.first {
  gap: 50px;
  min-height: 70px;
}
section.register-survey .register-survey__body .question-text.first .q-text {
  gap: 50px;
}
section.register-survey .register-survey__body .question-text.first .q-text .text {
  height: auto;
}
section.register-survey .register-survey__body .question-text.first .icon {
  top: 20px;
}
section.register-survey .register-survey__body .question-text .icon {
  z-index: 1;
  width: 71px;
  height: 71px;
  position: relative;
  left: 0;
  top: -20px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
section.register-survey .register-survey__body .question-text .icon.logo {
  width: 190px;
  height: 22px;
  background: url("/img/major_map_black.svg") no-repeat;
  background-size: 100% auto;
}
section.register-survey .register-survey__body .question-text .run {
  font-weight: 400;
  font-size: 18px;
  color: #969696;
  margin-bottom: 32px;
}
section.register-survey .register_skip {
  width: 100%;
  position: absolute;
  bottom: 154px;
  left: 0;
  text-align: center;
}
section.register-survey .register_skip a {
  color: #777;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 1143px) {
  body #main-content {
    height: 100%;
    padding-top: 0;
  }
  body.login_page {
    width: 100%;
  }
  .select_wrap {
    position: relative;
  }
  .select_wrap::after {
    content: url("/img/scss/icon/icon_select4.svg");
    position: absolute;
    bottom: 5px;
    right: 16px;
  }
  .select_wrap select {
    width: 100%;
    height: 48px;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .select_wrap select:invalid {
    color: #C8C8C8;
  }
  .select_wrap select:focus {
    color: #1F1F1F;
  }
  .select_wrap select option[value=""][disabled] {
    display: none;
  }
  section.register-survey {
    padding: 0;
    height: 100%;
  }
  section.register-survey .register-survey__body {
    position: relative;
    background: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 32px 24px 80px;
    width: 100%;
    min-height: 100%;
  }
  section.register-survey .register-survey__body.login {
    padding: 70px 24px 0;
  }
  section.register-survey .register-survey__body.login .question-text .icon {
    top: -10px;
  }
  section.register-survey .register-survey__body.login .question-content div.password_input_wrap {
    height: auto;
  }
  section.register-survey .register-survey__body.login .question-content div.password_input_wrap input {
    margin-top: 0;
  }
  section.register-survey .register-survey__body.forget {
    padding: 70px 24px 0;
  }
  section.register-survey .register-survey__body.forget .question-text {
    margin-bottom: 24px;
  }
  section.register-survey .register-survey__body.finish {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    height: 100%;
    padding: 0 24px;
    position: relative;
    gap: 16px;
  }
  section.register-survey .register-survey__body.finish button#before_button {
    width: 16px;
    height: 16px;
    background: url("/img/scss/icon/icon_close_modal_black_16.svg") no-repeat;
    color: #008DE0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    left: 24px;
    top: 16px;
  }
  section.register-survey .register-survey__body.finish div.join_msg {
    color: #1F1F1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  section.register-survey .register-survey__body.finish div.join_msg div.join_desc {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
  }
  section.register-survey .register-survey__body.finish div.join_msg div.join_desc br {
    display: inline;
  }
  section.register-survey .register-survey__body.finish button.start_btn {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #008DE0;
  }
  section.register-survey .register-survey__body.finish div.description {
    color: #1F1F1F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    background: #FFD72C;
    padding: 8px 16px;
  }
  section.register-survey .register-survey__body.finish div.description::before {
    left: 50%;
    top: -12px;
    margin-left: -6px;
    border-bottom: 12px solid #FFD72C;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  section.register-survey .register-survey__body.finish a.home {
    color: #949494;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  section.register-survey .register-survey__body.finish a.home span {
    text-decoration-line: underline;
  }
  section.register-survey .register-survey__body.finish a.home::after {
    margin-left: 2px;
  }
  section.register-survey .register-survey__body .question-content .login_wrap_all {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
  section.register-survey .register-survey__body .question-content input,
  section.register-survey .register-survey__body .question-content select {
    font-family: Pretendard;
    height: 48px;
    border-radius: 6px;
    padding: 0 16px;
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  section.register-survey .register-survey__body .question-content input::placeholder {
    font-family: Pretendard;
    color: #C8C8C8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  section.register-survey .register-survey__body .question-content option[value=""] {
    font-weight: 700;
    font-size: 18px;
    font-family: Pretendard;
  }
  section.register-survey .register-survey__body .question-content div.input_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  section.register-survey .register-survey__body .question-content div.input_wrap.forgot_input {
    position: relative;
  }
  section.register-survey .register-survey__body .question-content div.input_wrap.forgot_input span.error_msg {
    top: 0;
    position: relative;
  }
  section.register-survey .register-survey__body .question-content div.input_wrap label {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap input {
    margin-top: 0;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap label {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap span {
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap span.msg {
    color: #949494;
  }
  section.register-survey .register-survey__body .question-content div.password_input_wrap span.error_msg {
    top: 0;
  }
  section.register-survey .register-survey__body .question-content div.password_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap {
    gap: 8px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap label {
    color: #777;
    font-size: 12px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap input {
    width: 100%;
    height: 48px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap.school_wrap {
    position: relative;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap.school_wrap::after {
    content: url("/img/icon_search2.svg");
    position: absolute;
    bottom: 12px;
    right: 16px;
  }
  section.register-survey .register-survey__body .question-content div.school_name_wrap div.input_wrap.school_wrap input {
    padding-left: 16px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap {
    position: relative;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap input {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 0 16px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap button.email_check_btn {
    position: absolute;
    width: 92px;
    height: 36px;
    text-align: center;
    right: 24px;
    top: 22px;
    color: #FFF;
    background: #008DE0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 18px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap button.email_check_btn:disabled {
    color: #1F1F1F;
    border: 1px solid #DFDFDF;
    background: none;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap span.error_msg {
    top: 90px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap {
    margin-top: 16px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap * {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg {
    color: #555;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg br {
    display: inline;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap div.msg_sub {
    color: #777;
    margin-top: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap ul.alt {
    margin: 8px 0;
    list-style: circle;
    padding-left: 10px;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap ul.alt li {
    color: #777;
    font-weight: 400;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap a.re_write {
    color: #008DE0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
  }
  section.register-survey .register-survey__body .question-content div.email_text_wrap div.msg_wrap a.re_write:after {
    content: url("/img/scss/icon/icon_right_gt_blue_12.svg");
    vertical-align: middle;
  }
  section.register-survey .register-survey__body .question-content span.error_msg {
    position: absolute;
    top: 115px;
    color: #D32F2F;
    font-size: 12px;
    font-weight: 400;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all label {
    font-weight: 500;
    font-size: 16px;
    color: #2B2B2B;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap {
    height: 64px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    gap: 8px;
    position: relative;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap:has(input[type=radio]:checked) {
    box-shadow: 0 0.501px 1.503px 0 rgba(0, 141, 224, 0.12), 0 4px 12px 0 rgba(0, 141, 224, 0.24);
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=text] {
    display: none;
    width: calc(100% - 94px);
    position: absolute;
    left: 90px;
    height: 100%;
    border: none;
    padding: 0;
    color: #008DE0;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=text]:focus {
    outline: none;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap.on {
    border: 1px solid #008DE0;
    box-shadow: 4px 6px 8px rgba(0, 141, 224, 0.1);
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap.on input[type=text] {
    display: block;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap.on label {
    color: #008DE0;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio] {
    vertical-align: middle;
    appearance: none;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio]:checked {
    border: 2px solid #008DE0;
  }
  section.register-survey .register-survey__body .question-content .radio_wrap_all .radio_wrap input[type=radio]:checked::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #008DE0;
    display: block;
    border-radius: 50%;
  }
  section.register-survey .register-survey__body .register-survey__button--next {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 24px;
    left: 0;
    padding: 0 24px;
    gap: 30px;
  }
  section.register-survey .register-survey__body .register-survey__button--next button {
    width: 100%;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFF;
    flex-grow: 1;
    border-radius: 10px;
  }
  section.register-survey .register-survey__body .register-survey__button--next button#before_button {
    background-color: #F3FAFF;
    color: #008DE0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  section.register-survey .register-survey__body .register-survey__button--next button#submit_button,
  section.register-survey .register-survey__body .register-survey__button--next button#email_button {
    background-color: #008DE0;
  }
  section.register-survey .register-survey__body .register-survey__button--next button#submit_button:disabled,
  section.register-survey .register-survey__body .register-survey__button--next button#email_button:disabled {
    background-color: #E6E6E6;
  }
  section.register-survey .register-survey__body .login-survey__button--next {
    width: 100%;
  }
  section.register-survey .register-survey__body .login-survey__button--next button#login-form__input--submit {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #008DE0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-style: normal;
  }
  section.register-survey .register-survey__body .login-survey__button--next button#forget_pwd_btn {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 16px auto 42px;
    display: block;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    bottom: 24px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap button.btn_full_login.kakao {
    height: 40px;
    font-size: 16px;
    color: #191919;
    font-weight: 400;
    border-radius: 3px;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap button.btn_full_login.apple {
    height: 40px;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    border-radius: 3px;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn {
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-align: center;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn span {
    text-decoration-line: underline;
  }
  section.register-survey .register-survey__body .login_survey_join .join_btn_wrap a#email_signup_btn ::after {
    content: "";
    display: inline-block;
    background: url("/img/signup/icon_chevron.svg");
    width: 12px;
    height: 12px;
    background-size: 100%;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    left: 4px;
  }
  section.register-survey .register-survey__body .question-text {
    background-position: top right;
    background-repeat: no-repeat;
    min-height: auto;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: flex-end;
  }
  section.register-survey .register-survey__body .question-text button#before_button {
    width: 16px;
    height: 16px;
    background: url("/img/scss/btn/icon_join_back2_mobile.svg") no-repeat;
    color: #008DE0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  section.register-survey .register-survey__body .question-text.first {
    min-height: auto;
  }
  section.register-survey .register-survey__body .question-text .question-num {
    font-weight: 400;
    font-size: 18px;
    color: #969696;
    margin-bottom: 18px;
  }
  section.register-survey .register-survey__body .question-text .q-text {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 24px;
  }
  section.register-survey .register-survey__body .question-text .q-text .indicator {
    display: none;
    gap: 10px;
  }
  section.register-survey .register-survey__body .question-text .q-text .indicator:has(.dot) {
    display: flex;
  }
  section.register-survey .register-survey__body .question-text .q-text .indicator div.dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #C8C8C8;
  }
  section.register-survey .register-survey__body .question-text .q-text .indicator div.dot.on {
    background-color: #008DE0;
  }
  section.register-survey .register-survey__body .question-text .q-text .text {
    height: auto;
    font-weight: 700;
    font-size: 20px;
    color: #2B2B2B;
    line-height: 34px;
    position: relative;
    z-index: 2;
  }
  section.register-survey .register-survey__body .question-text.first .q-text .text {
    height: auto;
  }
  section.register-survey .register-survey__body .question-text .icon {
    z-index: 1;
    width: 71px;
    height: 71px;
    left: 0;
    top: -40px;
    background-position: right 0;
    background-repeat: no-repeat;
    display: none;
  }
  section.register-survey .register-survey__body .question-text .icon.logo {
    width: 146px;
    height: 17px;
    background: url("/img/scss/icon/icon_mobile_login.svg") no-repeat;
    background-size: 100% auto;
    display: block;
    top: 0;
  }
  section.register-survey .register-survey__body .question-text .run {
    font-weight: 400;
    font-size: 18px;
    color: #969696;
    margin-bottom: 32px;
  }
  section.register-survey .register-survey__body .register_skip {
    width: auto;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 24px;
    top: 26px;
  }
  section.register-survey .register-survey__body .register_skip a {
    color: #949494;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=register_input.css.map */
