@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #F5F5F0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.id_find_section {
  width: 31.25%;
  min-height: 587px;
  height: auto;
  margin-top: 180px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.id_f_tit {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.id_f_tit>h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.33px;
}

ul.id_f_input {
  width: 100%;
  min-height: 140px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

ul.id_f_input>li {
  margin-top: 20px;
}

ul.id_f_input>li:first-child {
  margin-top: 0;
}

.use_nm_ip {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.use_nm_ip>input {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  border: none;
}

.use_nm_ip>input:focus {
  outline: none;
}

.m_no_ip {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.m_no_ip>input {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  border: none;
}

.m_no_ip>input:focus {
  outline: none;
}

.id_find_section>span {
  margin-top: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;       
  letter-spacing: -0.198px;
}

.verification_cd_btn {
  margin-top: 40px;
}

.verification_cd_btn>button {
  width: 400px;
  height: 100px;
  border: none;
  background: #BFA76F;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.verification_cd_btn>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.verification_cd_btn>button>p {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.pw_find {
  margin-top: 25px;
  width: 116px;
  height: 30px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pw_find>a>p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.join_move {
  margin-top: 80px;
  width: 304px;
  height: 45px;
  border-bottom: 1px solid #B9B9B9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join_move>a>p {
  color: #B9B9B9;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.33px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

