@charset "UTF-8";

/*login*/
.login.container {
  background: linear-gradient(to bottom, #ffffff 50%, #d6eaff 95%);
  transition: all 2s ease-in-out;
}

.login.container.corp {
  background: linear-gradient(to bottom, #ffffff 50%, #daf8f3 95%);
  transition: all 2s ease-in-out;
}

/* container.login에 position과 overflow 추가 (기존에 없으면 꼭 넣어주세요) */
.container.login {
  position: relative;
  overflow: hidden;
}

/* 흰색 오버레이 (::after) */
.container.login::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
}

/* 오버레이 활성화 상태 */
.container.login.overlay-active::after {
  opacity: 1;
}

section.login {
  position: relative;
  padding-bottom: 50px;
  z-index: 50;
}

section.login h2 {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
}

section.login .member_toggle {
  margin-top: 20px;
}

section.login .member_toggle > div {
  background-color: #f5f5f5;
  width: 150px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

section.login .member_toggle .creator_btn.active {
  background-color: var(--main-color);
  color: #fff;
  pointer-events: none;
}

section.login .member_toggle .corp_btn.active {
  background-color: var(--main-color2);
  color: #fff;
  pointer-events: none;
}

section.login .login_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

section.login .login_wrap span {
  font-weight: 600;
}

section.login .login_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

section.login .login_btn_wrap button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.6s ease-in-out;
}

section.login ul.flex_wrap {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
}

section.login ul.flex_wrap li {
  position: relative;
  font-weight: 500;
  padding: 0.3125rem;
}

section.login ul.flex_wrap li:not(:last-of-type)::before {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #bbb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
}

section.login ul.flex_wrap li a {
  color: #777;
}

@media screen and (max-width: 500px) {
  section.login ul.flex_wrap {
    justify-content: center;
  }
}

.container.login.corp section.login .login_btn_wrap button {
  background-color: var(--main-color2);
}

.login.container.corp .marquee span {
  color: var(--main-color2) !important;
}

/* 회원가입 */
.join {
  background: linear-gradient(to bottom, #ffffff 50%, #d6eaff 95%);
  transition: all 2s ease-in-out;
}
.join_box > h2 {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}
.join_box > h2 .font_300 {
  font-size: 2rem;
}
.join .member_type {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.join .member_type > li > a {
  padding: 1rem;
  width: 300px;
  height: 260px;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--line-light);
  box-shadow: 0 0 20px rgba(0 0 0 / 5%);
  transition: transform 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
}
.join .member_type > li > a:hover {
  box-shadow: 0 0 20px rgba(0 0 0 / 10%);
  transform: scale(1.05);
}
.join .member_type .tit {
  font-size: 1.8rem;
  font-weight: 800;
}
.join .member_type .txt {
  color: var(--sub-txt);
  font-size: 1.05rem;
}
.join .member_type .material-icons {
  font-size: 3.8rem;
}
.title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 회원가입 step */
.join_step {
  display: flex;
  gap: 2rem;
}
.join_step .step_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.3rem;
}
.join_step .step_titleNumber {
  /* color: #737c83; */
  color: var(--main-color);
  font-weight: 700;
}
.join_step .step_titletopic {
  font-weight: 600;
  font-size: 1.2rem;
}
.join_step .step_icon {
  background-color: #fff;
  border: 1px solid var(--line);
  width: 60px;
  height: 60px;
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.join_step .step_icon::after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: var(--line);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
.join_step > li:last-child .step_icon:after {
  display: none;
}
.join_step > li:nth-child(1) .step_icon {
  background: #fff url(../../image/ic_fact_check.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}

.join_step > li:nth-child(2) .step_icon {
  background: #fff url(../../image/icon/ic_verify.svg) 50% 50% no-repeat;
  background-size: 32px auto;
}

.join_step > li:nth-child(3) .step_icon {
  background: #fff url(../../image/ic_contract_edit.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}
.join_step > li:nth-child(4) .step_icon {
  background: #fff url(../../image/ic_celebration.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}
.join_step .step_item.active .step_icon {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.join_step > li:nth-child(1) .step_item.active .step_icon {
  background: var(--main-color) url(../../image/ic_fact_check_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
.join_step > li:nth-child(2) .step_item.active .step_icon {
  background: var(--main-color) url(../../image/icon/ic_verify_w.svg) 50% 50%
    no-repeat;
  background-size: 32px auto;
}
.join_step > li:nth-child(3) .step_item.active .step_icon {
  background: var(--main-color) url(../../image/ic_contract_edit_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
.join_step > li:nth-child(4) .step_item.active .step_icon {
  background: var(--main-color) url(../../image/ic_celebration_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
.join_step .step_item.active_faded .step_icon {
  opacity: 0.6;
}

/*기업회원 step_item*/
.join_step > li:nth-child(1) .step_item.corp .step_icon {
  background: #fff url(../../image/ic_fact_check.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}
.join_step > li:nth-child(2) .step_item.corp .step_icon {
  background: #fff url(../../image/ic_contract_edit.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}
.join_step > li:nth-child(3) .step_item.corp .step_icon {
  background: #fff url(../../image/ic_celebration.svg) 50% 50% no-repeat;
  background-size: 30px auto;
}

.join_step > li:nth-child(1) .step_item.corp.active .step_icon {
  background: var(--main-color) url(../../image/ic_fact_check_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
.join_step > li:nth-child(2) .step_item.corp.active .step_icon {
  background: var(--main-color) url(../../image/ic_contract_edit_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
.join_step > li:nth-child(3) .step_item.corp.active .step_icon {
  background: var(--main-color) url(../../image/ic_celebration_w.svg) 50% 50%
    no-repeat;
  background-size: 26px auto;
}
/*laptop + tablet*/
@media screen and (max-width: 1440px) {
}
/*mobile*/
@media screen and (max-width: 700px) {
  .title_wrap {
    flex-direction: column;
  }
  .title_wrap .title {
    margin-bottom: 1rem;
  }
  .join_box > h2 br {
    display: none;
  }
  .join .member_type {
    flex-direction: column;
    align-items: center;
  }
  .join .member_type > li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .join .member_type > li > a {
    width: 80%;
    height: auto;
    padding: 2rem;
  }
  .join .member_type .txt {
    text-align: center;
  }
}

/* 회원가입 정보동의 agreement_wrap */
.agreement_wrap {
  padding: 2.5rem;
  background-color: var(--white);
  border: 1px solid var(--line);
}
.agree_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.agree_all label {
  font-weight: 800;
  font-size: 1.2rem;
}
.sub_txt {
  display: inline-flex;
  color: var(--sub-02-txt);
}

.box-gray-scroll {
  overflow-y: auto;
  max-height: 200px;
  padding: 30px 50px 30px 40px;
  background: #f6f6f6;
  color: #626262;
  margin-top: 16px;
  margin-bottom: 32px;
}
/*laptop + tablet*/
@media screen and (max-width: 1440px) {
  .agree_all {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .agree_all .sub_txt {
    margin-top: 0.6rem;
  }
}
/*mobile*/
@media screen and (max-width: 700px) {
}
.agreement_wrap {
  padding: 1.5rem;
}

/* 회원가입 완료 */
.join_complete_box {
  background-color: var(--white);
  padding: 4rem;
  border-radius: 2rem;
  border: 1px solid var(--line-light);
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.join_complete_box .emoticon {
  font-size: 2.1rem;
}
.join_complete_box h2 {
  font-size: 2.1rem;
}
.join_complete_box .sub_txt {
  font-size: 1.1rem;
  text-align: center;
}
/*laptop + tablet*/
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  .join_complete_box {
    width: 90%;
    padding: 2rem;
  }
}
/*mobile*/
@media screen and (max-width: 700px) {
  .join_complete_box h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}

/*** find_pw ***/
.find_page.container {
  background: linear-gradient(to bottom, #ffffff 50%, #d6eaff 95%);
  transition: all 2s ease-in-out;
}

.find_page section.find_section {
  margin-top: 3.125rem;
}

.find_page section.find_section h2 {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  font-weight: 300;
  text-align: center;
}

.find_page .find_type {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.find_page .find_type > li > a {
  padding: 1rem;
  width: 300px;
  height: 260px;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--line-light);
  box-shadow: 0 0 20px rgba(0 0 0 / 5%);
  transition: transform 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
}
.find_page .find_type > li > a:hover {
  box-shadow: 0 0 20px rgba(0 0 0 / 10%);
  transform: scale(1.05);
}

.find_page .find_type .material-icons {
  font-size: 3rem;
}

.find_page .find_type a .tit {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .find_page .find_type {
    flex-direction: column;
  }

  .find_page .find_type > li > a {
    width: 100%;
    height: 200px;
  }
}

/*** verify ***/
section.verify {
  padding: 3.125rem 0;
}

section.verify .box h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
section.verify > .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

section.verify .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

section.verify .text_wrap p {
  text-align: center;
}

section.verify .btn_wrap {
  margin-top: 1.875rem;
}

section.verify .btn_wrap button {
  height: 50px;
  font-size: 1.3rem;
}

section.verify .caption_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

section.verify .caption_wrap span {
  color: #777;
  font-weight: 500;
}

section.verify .caption_wrap span:hover {
  text-decoration: underline;
}
