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

.nonmember_section {
  width: 31.25%;
  height: 532px;
  margin-top: 180px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonmember_tit {
  width: 100%;
  height: 96px;
  border: 2px solid #E3E3DC;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nonmember_btn {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.nonmember_chk_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nonmember_chk_btn>a>button {
  width: 330px;
  height: 100px;
  background: #BFA76F;
  border: none;
  cursor: pointer;
}

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

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

.back_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.back_btn>a>button {
  width: 250px;
  height: 100px;
  background: #E5D5AE;
  border: none;
  cursor: pointer;
}

.back_btn>a>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}

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

