@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: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.edit_profile_con {
  width: 83.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

.ep_con {
  width: 87.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

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

.ep_tit_infor_section>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.ep_infor {
  width: 100%;
  height: 120px;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ep_infor_main {
  width: auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ep_nm_grade {
  width: 80px;
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.ep_nm_grade>span {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.253px;
}

.ep_nm_grade>p {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.ep_infor_section {
  width: auto;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 60px;
}

ul.ep_infor_section>li {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

ul.ep_infor_section>li>b {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.132px;
}

ul.ep_infor_section>li>p {
  color: #83836C;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.132px;
}

ul.ep_infor_section>li>p>span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.132px;
}

/* ---------------------------------------------------------------- */
.ep_input_section {
  width: 100%;
  height: 650px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.join_input_section {
  width: 100%;
  height: 650px;
  border-top: 1px solid #E7E7E7;
}

ul.join_input_section>li {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jip_section {
  width: 65.36%;
  height: 40px;
  display: flex;
  align-items: center;
}

.jip_tit {
  width: 18.25%;
  height: 27px;
}

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

.jip_tit>p>span {
  color: #9C0000;
  margin-left: 15px;
}

.jip_id {
  width: 54.43%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_id>input {
  width: 278px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_id>p {
  color: #afafaf;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_email {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_email>input {
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_email>.email_f {
  width: 148px;
}

.jip_email>p {
  color: #afafaf;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_email>.email_e {
  width: 258px;
}

.jip_email>select {
  width: 258px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
}

.jip_email>select>option {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_pw {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_pw>input {
  width: 278px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_pw>p {
  color: #afafaf;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_pw_chk {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_pw_chk>input {
  width: 278px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_nm {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_nm>input {
  width: 278px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_mno {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_mno>select {
  width: 148px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
}

.jip_mno>select>option {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_mno>p {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_mno>input {
  width: 250px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.oa_ip_tit>span {
  color: #9C0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.address_ip_btn {
  width: 81.75%;
  height: 40px;
  display: flex;
  align-items: center;
}

.address_ip_btn>input {
  width: 285px;
  height: 36px;
  border: 1px solid #A7A7A7;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.165px;
}

.address_search_btn>button {
  width: 100px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.address_search_btn>button>p {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.143px;
  cursor: pointer;
}

.ep_address_section {
  height: 180px !important;
  display: flex;
  flex-direction: column;
}

.oa_ip_tit {
  width: 90px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address_detail {
  margin-top: 10px;
}

.address_detail>input {
  width: 748px;
  height: 36px;
  border: 1px solid #A7A7A7;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.165px;
  margin-left: 75px;
}

.ep_address_main_list {
  margin-top: 13px;
}

.jip_hno {
  width: 81.75%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jip_hno>select {
  width: 148px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
}

.jip_hno>select>option {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_hno>p {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.jip_hno>input {
  width: 250px;
  height: 38px;
  border: 1px solid #A7A7A7;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

/* ---------------------------------------------------------------- */
.ep_btns_section {
  width: 100%;
  height: 60px;
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ep_btns_main {
  width: 845px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.ep_edit_btn>button>p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.ep_cancel_btn>button {
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: #E5D5AE;
}

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

.ep_cancel_btn>button>p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.ep_withdraw_btn>button {
  width: 98px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #A7A7A7;
  background: #fff;
}

.ep_withdraw_btn>button:hover {
  width: 100px;
  height: 60px;
  background: #333;
  border: none;
  transition: background-color 0.3s ease;
}

.ep_withdraw_btn>button>p {
  color: #C5C5C5;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

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






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

