@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

html.e-html-selfcheck,
body.e-body-selfcheck {
  max-width: 100%;
  overflow-x: hidden !important;
}

body.e-body-selfcheck {
  box-sizing: border-box;
  padding-top: 0 !important;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}

@media (min-width: 769px) {
  body.e-body-selfcheck #header {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

.selfcheck,
.selfcheck * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  caret-color: transparent;
}

.selfcheck {
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  -webkit-user-select: none;
  user-select: none;
}

body.e-body-selfcheck.is-selfcheck-question .selfcheck {
  min-height: 0;
  height: auto;
  overflow: visible;
}

.selfcheck .start-section,
.selfcheck .question-section,
.selfcheck .loading-section,
.selfcheck .result-section {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-x: hidden;
}

.selfcheck .start-container,
.selfcheck .question-container,
.selfcheck .loading-container,
.selfcheck .result-contents .container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.selfcheck .start-section {
  display: flex;
  min-height: 100vh;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.selfcheck .question-section {
  position: relative;
  animation: selfcheckFadeIn 1.5s linear 0s 1;
}

.selfcheck .question-container {
  position: relative;
  min-height: 100vh;
}

.selfcheck .question {
  display: none;
  width: 100%;
}

.selfcheck .question.on {
  display: block;
  animation: selfcheckFadeIn 1.5s linear 0s 1;
}

.selfcheck .loading-section {
  text-align: center;
}

.selfcheck .loading-container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.selfcheck .result-section {
  min-height: 100vh;
  position: relative;
  text-align: center;
}

.selfcheck .result {
  display: none;
}

.selfcheck .result.on {
  display: block;
}

.selfcheck .text-btn-list {
  width: 100%;
}

html.e-html-selfcheck.is-selfcheck-lock,
body.e-body-selfcheck.is-selfcheck-lock {
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
}

body.e-body-selfcheck.is-selfcheck-lock {
  padding-top: 0 !important;
}

body.e-body-selfcheck.is-selfcheck-lock .selfcheck {
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.e-body-selfcheck.is-selfcheck-lock .selfcheck .start-section,
body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .start-section {
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.e-body-selfcheck.is-selfcheck-lock .selfcheck .start-container,
body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .start-container {
  height: 100% !important;
  overflow: hidden !important;
}

body.e-body-selfcheck.is-selfcheck-lock .selfcheck .question-container,
body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .question-container,
body.e-body-selfcheck.is-selfcheck-lock .selfcheck .loading-container,
body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .loading-container {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

@media (max-width: 768px) {
  body.e-body-selfcheck {
    padding-top: 48px !important;
  }

  body.e-body-selfcheck.is-selfcheck-lock {
    padding-top: 48px !important;
  }

  body.e-body-selfcheck.is-selfcheck-lock .selfcheck,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck .start-section,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .start-section {
    height: calc(100vh - 48px) !important;
    height: calc(100dvh - 48px) !important;
  }

  .selfcheck .question-container,
  .selfcheck.ev-rookie .question-container,
  .selfcheck .loading-container,
  .selfcheck.ev-rookie .loading-container,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck .question-container,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .question-container,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck .loading-container,
  body.e-body-selfcheck.is-selfcheck-lock .selfcheck.ev-rookie .loading-container {
    min-height: calc(100vh - 48px) !important;
    min-height: calc(100dvh - 48px) !important;
  }
}

@keyframes selfcheckFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

body.e-body-selfcheck .loginPopupBox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100003;
  overflow-y: auto;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}

body.e-body-selfcheck .loginPopupBox * {
  box-sizing: border-box;
}

body.e-body-selfcheck .loginPopupBox .dimLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  z-index: 100004;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 430px;
  height: auto;
  margin-left: 0;
  padding: 50px 15px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  z-index: 100005;
  transform: translate(-50%, -40%);
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginPop_head_text {
  position: absolute;
  left: 50%;
  top: -110px;
  width: calc(100% + 120px);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(-50%);
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginPop_comment {
  color: #121212;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap.rever190809 .loginGate,
body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginGate.no-height {
  width: 280px;
  height: auto;
  margin: 30px auto 0;
  padding: 0 15px;
  text-align: center;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginGate .loginGate__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 50px;
  background: #ff460a;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginGate .loginState {
  width: 192px;
  margin: 10px auto 0;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginGate.no-height .loginState li.signUp {
  text-align: center;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginGate .loginState li.signUp a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .pop-x {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 21px;
  height: 21px;
  background: #fff url("https://i.incru.it/ui/static/image/common/n_common/sprite_applyNew.png") -17px -17px no-repeat;
  cursor: pointer;
  outline: none;
}

body.e-body-selfcheck .loginPopupBox .loginPopWrap .pop-x span {
  display: block;
  text-indent: -9999em;
}

@media (max-width: 480px) {
  body.e-body-selfcheck .loginPopupBox .loginPopWrap {
    width: 95%;
    max-width: 400px;
    padding: 40px 15px;
  }

  body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginPop_head_text {
    top: -80px;
    font-size: 26px;
  }

  body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginPop_comment {
    font-size: 17px;
  }
}

@media (max-width: 375px) {
  body.e-body-selfcheck .loginPopupBox .loginPopWrap .loginPop_head_text {
    top: -70px;
    font-size: 20px;
  }
}
