/* 홈 */
.home-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 35px 0 20px 0;
}
.home-wrap > .home-list-wrap {
  margin-top: 19px;
}
.home-wrap > .btn-wrap {
  width: calc(100% - 42px);
  margin: -35px auto 0 auto;
}
.home-wrap > .btn-wrap > .img-box {
  width: 271.5px;
}
.home-wrap > .btn-wrap > .btn-box {
  gap: 15px;
}
.home-wrap > .btn-wrap > .btn-box > a {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  background: #fff;
  font-size: 18px;
  box-shadow: 0px 3px 5px 0px #0000004d;
}
.home-wrap > .btn-wrap > .btn-box > a.btn-1 {
  color: #509bf8;
}
.home-wrap > .btn-wrap > .btn-box > a.btn-2 {
  color: #888888;
}
.home-wrap > .btn-wrap > p {
  font-size: 15px;
  line-height: 140%;
  color: #FFD400;
  margin-top: 18px;
}

/* ------------------------------------------------------------------------------- */

/* 개인 정보 수집 및 동의 */
.collection-personal-information-consent-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.collection-personal-information-consent-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .text-wrap {
  margin-top: 20px;
}
.collection-personal-information-consent-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .text-wrap
  > h1 {
  font-size: 15px;
  line-height: 130%;
  color: #333;
}
.collection-personal-information-consent-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .text-wrap
  > p {
  font-size: 14px;
  line-height: 130%;
  color: #333;
  margin-top: 5px;
}
.collection-personal-information-consent-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .checkbox-wrap {
  margin-top: 12px;
  gap: 15px;
}

/* ------------------------------------------------------------------------------- */

/* 이어서 진행하기 */
.continue-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.continue-wrap .leaders-img-box {
  width: 271.5px;
}
.continue-wrap .bottom-modal-type-1 .cnt-wrap .text-wrap {
  margin-bottom: 20px;
}
.continue-wrap .bottom-modal-type-1 .cnt-wrap .text-wrap > h1 {
  font-size: 20px;
  line-height: 130%;
  color: #509bf8;
}
.continue-wrap .bottom-modal-type-1 .cnt-wrap .text-wrap > p {
  font-size: 15px;
  line-height: 130%;
  color: #333;
  margin-top: 10px;
}

/* ------------------------------------------------------------------------------- */

/* 퀘스트 */
.quest-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 35px 0 0 0;
}
.quest-wrap > .home-list-wrap {
  margin-top: 19px;
}
.quest-wrap .leaders-img-box {
  width: 271.5px;
  margin-top: -35px;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .top-wrap > h1 {
  font-size: 17px;
  color: #222;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .top-wrap > .step-img-box {
  width: 100%;
  margin-top: 9px;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap > .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > h1 {
  font-size: 17px;
  color: #222;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .point-box {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12px 25px 13px 20px;
  border: 2px solid #509bf8;
  border-radius: 15px;
  margin-top: 12px;
  box-shadow: 0px 1px 5px 0px #dddddd4d;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .point-box
  > .img-box {
  width: 34px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .point-box
  > .text-box {
  gap: 12px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .point-box
  > .text-box
  > span {
  font-size: 20px;
  color: #333;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .point-box
  > .text-box
  > span.point {
  color: #509bf8;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .quest-box {
  margin-top: 14px;
  gap: 15px;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .quest-box > li {
  box-sizing: border-box;
  padding: 18px 20px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 1px 5px 0px #dddddd4d;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .quest-box > li > h1 {
  width: 52px;
  height: 16px;
  border-radius: 15px;
  font-size: 10px;
  font-family: 'Paperlogy-6SemiBold';
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .cnt-box {
  margin-top: 10px;
  gap: 15px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .cnt-box
  > .img-box {
  width: 45px;
  min-width: 45px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .cnt-box
  > .text-box {
  gap: 5px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .cnt-box
  > .text-box
  > h2 {
  font-size: 16px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .cnt-box
  > .text-box
  > p {
  font-size: 12px;
  line-height: 130%;
}
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .quest-box > li > a {
  width: 100%;
  height: 35px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .lock-box {
  display: none;
  background: #0000001f;
  border-radius: 15px;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li
  > .lock-box
  > .img-box {
  width: 50px;
}

/* 포커스 */
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.focus {
  background: #509bf8;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.focus
  > h1 {
  background: #e1edff;
  color: #509bf8;
  font-family: 'Paperlogy-7Bold';
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.focus
  > .cnt-box
  > .text-box
  > h2,
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.focus
  > .cnt-box
  > .text-box
  > p {
  color: #fff;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.focus
  > a {
  background: #fff;
  color: #509bf8;
}

/* 완료 */
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.complete {
  background: #e9f2ff;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.complete
  > h1 {
  background: #ffffff;
  color: #509bf8;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.complete
  > .cnt-box
  > .text-box
  > h2 {
  color: #333333;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.complete
  > .cnt-box
  > .text-box
  > p {
  color: #353535;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.complete
  > a {
  background: #b5d6ff;
  color: #fff;
}

/* 잠금 */
.quest-wrap .bottom-modal-type-1 .cnt-wrap .middle-wrap > .quest-box > li.lock {
  background: #f3f6fa;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.lock
  > h1 {
  background: #ccd5e1;
  color: #fff;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.lock
  > .cnt-box
  > .text-box
  > h2 {
  color: #888;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.lock
  > .cnt-box
  > .text-box
  > p {
  color: #999;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.lock
  > a {
  background: #e7e9f1;
  color: #adb7c4;
}
.quest-wrap
  .bottom-modal-type-1
  .cnt-wrap
  .middle-wrap
  > .quest-box
  > li.lock
  > .lock-box {
  display: flex;
}

/* ------------------------------------------------------------------------------- */

/* 임시저장 완료 */
.temporary-save-complete-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.temporary-save-complete-wrap .leaders-img-box {
  width: 271.5px;
}
.temporary-save-complete-wrap .bottom-modal-type-1 {
  gap: 13px;
}
.temporary-save-complete-wrap .bottom-modal-type-1 .cnt-wrap-1 > h1 {
  font-size: 20px;
  line-height: 130%;
  color: #509bf8;
}
.temporary-save-complete-wrap .bottom-modal-type-1 .cnt-wrap-1 > p {
  font-size: 14px;
  line-height: 130%;
  color: #333;
  margin-top: 10px;
}
.temporary-save-complete-wrap .bottom-modal-type-1 .cnt-wrap-2 > h1 {
  font-size: 16px;
  line-height: 130%;
  color: #509bf8;
}
.temporary-save-complete-wrap .bottom-modal-type-1 .cnt-wrap-2 > p {
  font-size: 14px;
  line-height: 140%;
  color: #333;
  margin-top: 10px;
}

/* ------------------------------------------------------------------------------- */

/* 사전테스트 */
.pre-test-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 16px 0 100px 0;
  background: #fff;
}
.pre-test-wrap .top-wrap > p.text-1 {
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
.pre-test-wrap .top-wrap > .img-box {
  width: 85px;
  margin-top: 15px;
}
.pre-test-wrap .top-wrap > p.text-2 {
  padding: 8px 24px;
  border-radius: 20px;
  background: #f3f4f5;
  font-size: 14px;
  line-height: 100%;
  color: #797979;
  margin-top: 15px;
}
.pre-test-wrap .top-wrap > p.text-3 {
  font-size: 15px;
  line-height: 130%;
  color: #FFA600;
  margin-top: 20px;
}
.pre-test-wrap .test-list-wrap {
  width: calc(100% - 70px);
  margin: 35px auto 0 auto;
  gap: 30px;
}
.pre-test-wrap .question-text-wrap .question-text-box {
  cursor: pointer;
  font-family: 'Paperlogy-5Medium';
  font-size: 18px;
  line-height: 130%;
  color: #333;
  display: inline;
}
.pre-test-wrap .question-text-wrap .question-text-box span {
  display: inline-block;
  text-align: center;
  font-family: 'Paperlogy-6SemiBold';
  box-sizing: border-box;
  padding: 0 6px;
  color: #509bf8;
}
.pre-test-wrap .question-text-wrap .question-text-box input {
  display: inline-block;
  width: auto;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  border: none;
  background: transparent;
  font-family: 'Paperlogy-6SemiBold';
  font-size: 18px;
  text-align: center;
  color: #509bf8;
}
.pre-test-wrap .question-text-wrap .question-text-box.disabled {
  color: #999999;
}
.pre-test-wrap .position,
.pre-test-wrap .industry,
.pre-test-wrap .companyType,
.pre-test-wrap .responsibility,
.pre-test-wrap .roleType {
  min-width: 50px !important;
}
.pre-test-wrap .totalCareerYear,
.pre-test-wrap .currentCareerYear {
  width: 40px !important;
}
.pre-test-wrap .button-type-1 {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: calc(100% - 50px);
}
.pre-test-wrap .button-type-1:disabled {
  display: none;
}
.pre-test-wrap .button-type-2 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.pre-test-wrap .button-type-2:disabled {
  display: none;
}
.pre-test-wrap .bottom-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.pre-test-wrap .bottom-modal-wrap.active {
  display: block;
}
.pre-test-wrap .bottom-modal-wrap .modal-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 25px 25px 0 0;
  box-sizing: border-box;
  padding: 45px 35px 134px 35px;
  display: none;
  /* flex-direction: column;
  justify-content: space-between;
  gap: 24px; */
}
.pre-test-wrap .bottom-modal-wrap .modal-wrap.active {
  /* display: flex; */
  display: block;
}
.pre-test-wrap .bottom-modal-wrap .modal-wrap.safari {
  padding-bottom: 234px;
}
.pre-test-wrap .bottom-modal-wrap .modal-wrap .cnt-wrap .checkbox-type-2-wrap {
  margin-top: 25px;
  gap: 22px;
}
.pre-test-wrap .bottom-modal-wrap .question-text-wrap .question-text-box {
  font-family: 'Paperlogy-6SemiBold';
  line-height: 150%;
}
/* .pre-test-wrap .bottom-modal-wrap .button-type-1 {
  position: static;
  min-height: 55px;
  bottom: auto;
  left: auto;
  transform: none;
  width: 100%;
}
.pre-test-wrap .bottom-modal-wrap .button-type-1:disabled {
  display: block;
  background: transparent;
  color: transparent;
  cursor: default;
} */
.pre-test-wrap .bottom-modal-wrap .modal-wrap .radio-wrap {
  margin-top: 25px;
  gap: 22px;
}
.pre-test-wrap .modal-type-1 .modal-wrap .cnt-wrap > h1 {
  font-size: 20px;
  line-height: 130%;
  color: #509bf8;
}
.pre-test-wrap .modal-type-1 .modal-wrap .cnt-wrap > p.basic-text {
  margin-top: 12px;
}

/* input 태그 ios에서 입력했다가 지우면 위로 떠버리는 버그있어서 input 들어가있는 문항만 css 커스텀 */
.pre-test-wrap .pre-test-wrap-inner .test-list-wrap > li:nth-child(1) .question-text-wrap .question-text-box  {
  display: flex;
  align-items: center;
}
.pre-test-wrap .bottom-modal-wrap .input-modal-2-1 .question-text-wrap .question-text-box:nth-child(1),
.pre-test-wrap .bottom-modal-wrap .input-modal-2-2 .question-text-wrap .question-text-box:nth-child(1) {
  line-height: 22px;
  display: flex;
  align-items: center;
}