@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;
}

.login_section {
  width: 41.67%;
  height: 985px;
  margin-top: 180px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.ip_find_chk_section {
  width: 75%;
  height: 210px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.login_ip_btn {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.login_ip {
  width: 63.334%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

.login_btn>a>button {
  width: 200px;
  height: 60px;
  border: none;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.login_btn>a>button>p {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.idpw_find_chk {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.idpw_find {
  width: 210px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.id_find {
  width: 88px;
  height: 26px;
  border-bottom: 1px solid #000;
}

.id_find>a>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.pw_find {
  width: 105px;
  height: 26px;
  border-bottom: 1px solid #000;
}

.pw_find>a>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.id_secu_chk {
  width: 287px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.id_r_chk {
  width: 141px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.id_r_chk>i {
  font-size: 40px;
  color: #E4E4E4;
}

.id_r_chk>p {
  color: #9C9C9C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.secu_chk {
  width: 121px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.secu_chk>i {
  font-size: 40px;
  color: #E4E4E4;
}

.secu_chk>p {
  color: #9C9C9C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.id_r_chk.active>i,
.secu_chk.active>i
{
  color: #004225;
}

.lg_join_section {
  width: 100%;
  height: 311px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  border: 2px solid #E3E3DC;
}

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

.lg_join_section>p {
  color: #8D8D8D;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-top: 20px;
}

.join_btn {
  margin-top: 35px;
}

.join_btn>a>button {
  width: 250px;
  height: 80px;
  background: #FFFFFF;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.join_btn>a>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
} 

.join_btn>a>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
} 

.join_btn>a>button>p {
  color: #BFA76F;
  font-size: 25px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.lg_etc_section {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EDEDE6;
  margin-top: 25px;
}

.lg_etc_section>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-top: 35px;
}

.lg_etc_section>h3>span {
  font-weight: 700;
}

.kakao_naver_lg {
  width: 90%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.kakao_btn {
  width: 350px;
  height: 100%;
}

.kakao_btn>a>button {
  width: 100%;
  height: 100%;
  background: #FAE100;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.naver_btn {
  width: 350px;
  height: 100%;
}

.naver_btn>a>button {
  width: 100%;
  height: 100%;
  background: #00C85A;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.naver_btn>a>button>p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-left: 15px;
}

.nonmember_order_search {
  width: 100%;
  height: 100px;
  margin-top: 25px;
}

.nos_btn>a>button {
  width: 100%;
  height: 96px;
  border: 2px solid #E3E3DC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nos_btn>a>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.nos_btn>a>button>p {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.nos_btn>a>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

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

