/*==========================
로그인
===========================*/

.login_wrap {
  padding: 0 16px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.03em;
  box-sizing: border-box;
  position: relative;
}
.login_wrap .close_bt {
  height: 48px;
  right: 0;
  top: 0;
  position: absolute;
}
.login_wrap .login_top {
  text-align: center;
  padding-top: 70px;
}
.login_wrap .login_top h3 {
  font-size: 17px;
  font-weight: 500;
  color: #ff6e0e;
  letter-spacing: -0.08em;
  padding-bottom: 14px;
  line-height: 1;
  margin: 0;
}
.login_wrap .login_top img {
  height: 30px;
}

.login_wrap .login_sns {
  background-color: #f5f5f5;
  padding: 17px 16px 16px 16px;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  margin-top: 41px;
}
.login_wrap .login_sns .sns_login_title {
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #666666;
  letter-spacing: -0.28px;
}
.login_wrap .login_sns button {
  width: 100%;
  margin-bottom: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 48px;
  line-height: 1;
  box-sizing: border-box;
}
.login_wrap .login_sns button:last-child {
  margin-bottom: 0;
}
.login_wrap .login_sns button.on {
  border: 2px solid #ff6e0e !important;
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
}
.login_wrap .login_sns button.on.apple_bt {
  margin-bottom: 40px;
  height: 52px;
}
.login_wrap .login_sns button.on::after {
  display: block;
  content: "";
  height: 53px;
  width: 184px;
  background: url(../images/login_icon.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login_wrap .login_sns button img {
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.login_wrap .login_sns button.naver_bt {
  background-color: #4ece38;
  color: #fff;
}
.login_wrap .login_sns button.kakao_bt {
  background-color: #fee500;
  color: #222222;
}
.login_wrap .login_sns button.google_bt {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #222222;
}
.login_wrap .login_sns button.apple_bt {
  background-color: #000000;
  color: #ffffff;
}

.login_wrap .login_id {
  padding: 0px 16px;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  margin-top: 168px;
}
.login_wrap .login_id .login_text_input {
  margin-bottom: 50px;
}
.login_wrap .login_id .login_text_input input {
  border: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #333;
}
.login_wrap .login_id .login_text_input input::placeholder {
  color: #ccc;
}
.login_wrap .login_id .login_text_input input:focus {
  outline: 1px solid #ff6e0e;
}

.login_wrap .login_id_kb {
  padding: 40px 16px 45px;
}
.login_wrap .login_id_kb button {
  width: 100%;
  border: none;
  background-color: #ff6e0e;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 48px;
  line-height: 1;
}

.login_wrap .login_kb {
  padding: 32px 16px 32px;
}
.login_wrap .login_kb button {
  width: 100%;
  border: 1px solid #ff6e0e;
  background-color: #fff;
  color: #ff6e0e;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 48px;
  line-height: 1;
}
.login_wrap .login_kb button img {
  height: 14.58px;
  margin-right: 3px;
  vertical-align: top;
}

.login_wrap .login_bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.login_wrap .login_bottom .id_pass {
  display: flex;
  color: #444444;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.login_wrap .login_bottom .id_pass .divider {
  padding: 0 6px;
  color: #707070;
  opacity: 0.5;
  font-weight: 400;
}
.login_wrap .login_bottom p {
  color: #ff6e0e;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

/*==========================
회원가입
===========================*/
.join_wrap {
  padding: 18px 24px;
  width: 100%;
  height: 100%;
  color: #333;
  box-sizing: border-box;
  position: relative;
}
.join_wrap .all_check {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.join_wrap .all_check span {
  padding-left: 10px;
  font-weight: 700;
}
.join_wrap .all_check input[type="checkbox"] + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  position: relative;
}
.join_wrap .all_check input[type="checkbox"]:checked + label {
  border: 0px;
}
.join_wrap .all_check input[type="checkbox"]:checked + label::after {
  content: "";
  background: url("../images/checkwhite.png") #ff6e0e no-repeat;
  background-size: 50%;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  border: 0px;
}
input[type="checkbox"] {
  display: none;
}

.join_wrap .checklist .select_check {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
}
.join_wrap .checklist .select_check::after {
  content: "";
  display: block;
  background: url("../images/rightgray.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 16px;
}
.join_wrap .checklist .select_check span {
  padding-left: 10px;
  font-weight: 500;
}
.join_wrap .checklist .select_check input[type="checkbox"] + label {
  display: inline-block;
  width: 20px;
  height: 14px;
  border: none;
  position: relative;
}
.join_wrap .checklist .select_check input[type="checkbox"] + label img {
  height: 14px;
}
.join_wrap .checklist .select_check input:checked + label::after {
  content: "";
  /* background: url("../images/checkon.png") #fff no-repeat; */
  background-size: 20px 14px;
  width: 20px;
  height: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  background-position: top center;
}

.join_wrap .join_email h3 {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 27px;
  letter-spacing: -0.34px;
}
.join_wrap .join_email h3 span {
  font-weight: 700;
  color: #333;
}
.join_wrap .join_email .email_box {
  margin-bottom: 24px;
}
.join_wrap .join_email .email_box p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #777;
}
.join_wrap .join_email .email_box input {
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #bdbdbd;
  background-color: #fafafa;
  width: 100%;
  height: 56px;
  padding: 18px 16px;
  text-align: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #000;
  font-size: 20px;
  line-height: 25.3px;
  letter-spacing: 0.4px;
}
/* 
.join_wrap .join_email .email_box.re_check input[type=text]:focus{outline: 0px;} */
.join_wrap .join_email .email_box.re_check input {
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #ed7632;
  background-color: #fafafa;
  width: 100%;
  padding: 18px 16px;
  text-align: left;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}
.join_wrap .join_email .email_box input::placeholder {
  color: #98999a;
  font-size: 18px;
  line-height: 25.3px;
  letter-spacing: -0.59px;
}
.join_wrap .join_email .email_box input:focus {
  border-bottom: 1px solid #ff6e0e;
}
.join_wrap button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  padding: 12px 0 9px;
  width: calc(100% - 48px);
  height: 56px;
  border-radius: 8px;
  background-color: #dddddd;
  color: #bbbbbb;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
  margin: 0 auto;
}
.join_wrap button.on {
  background-color: #ff6e0e;
  color: #fff;
  border-radius: 8px;
}
.join_wrap .arrowright {
  height: 30px;
  position: absolute;
  right: 32px;
  bottom: 40px;
}

/*==========================
결제비밀번호
===========================*/
/* .password_wrap{background-color: #FFFFFF;width: 100%; height: 100%;position: relative;display: flex; flex-direction: column; justify-content: space-between;}
.password_view{padding-top: 30%;background-color: #FEFBF7; border-radius: 0 0 18px 18px; width: 100%; height: 60%;position: relative;}
.password_view img{height: 44px; position: absolute; right:0px; top: 0px;}
.password_view h3{text-align: center;font-size: 20px; font-weight: 500;margin-bottom: 16px;color: #333;}
.password_view p{text-align: center;font-size: 16px; font-weight: 400;color: #333;}
.password_num ul {padding: 9% 13% 25%;width: 100%; box-sizing: border-box; display:flex;justify-content: center;}
.password_num ul li{margin-right: 4px; background-color:#F5F5F5; border: 1px solid #E0E0E0;width: 40px; height: 40px;display: flex; justify-content: center; align-items: center;}
.password_num ul li:last-child{margin-right: 0;}
.password_num ul li.on{background-color: #FF6E0E;}
.password_num ul li.on::after{content: ""; background: url(../images/ic_pass.png);display: block; height: 24px;width: 24px; background-size: 100%;}

.password_btn{position: absolute; bottom: 24px; padding: 12px 0 9px; width: calc(100% - 100px); font-size: 16px; background-color:#DDDDDD ; color:#BBBBBB ;font-weight: 700; text-align: center;border: none;margin: auto 50px;}
.password_btn.on{background-color: #ff6e0e; color: #fff;}

.password_key_wrap{position: relative;width: 100%;height: 40%;}
.password_key{position: absolute;top: 0; left: 0; width: 100%; height: 100%;}
.password_key ul{background-color: #DFDCDC;margin: 0;padding: 0; width: 100%;display: flex;height: 25%;justify-content: space-between;}
.password_key ul li{padding: 4.5% 0; text-align: center;width: 33.33%; background-color:#F0EDE6 ; 
    border: 1px solid #E0E0E0; font-size: 20px;display: inline-flex;justify-content: center; align-items: center;}
.password_key ul li.ft15{font-size: 15px;}
.password_key ul li img{height: 24px;} */

/*==========================
팝업
===========================*/
.popup_wrap {
  background-color: rgba(000, 000, 000, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
}
.popup_modal {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 80%;
}
.popup_modal p {
  padding: 35px;
  font-size: 18px;
}
.popup_modal button {
  width: 100%;
}
.popup_modal .popup_modal_button {
  display: flex;
  border-top: 1px solid #f2f2f2;
  font-size: 18px;
}
.popup_modal .popup_modal_button button {
  padding: 17px 0;
  background-color: #fff;
  border: none;
  color: #6a696a;
  font-size: 18px;
}
.popup_modal .popup_modal_button button.ok {
  color: #ee7833;
}
.popup_modal .popup_modal_button button:first-child {
  border-right: 1px solid #f2f2f2;
}

/*==========================
결제비밀번호-230519변경
===========================*/
.keypassword_wrap {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.keypassword_wrap .password_view {
  padding-top: 40px;
  border-radius: 0 0 18px 18px;
  width: 100%;
  position: relative;
}
.keypassword_wrap .password_view img {
  height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.keypassword_wrap .password_view h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 16px;
  color: #333;
  font-weight: 700;
}
.keypassword_wrap .password_view p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin: 0;
}
.keypassword_wrap .password_num ul {
  padding: 30px 0 130px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0;
}
.keypassword_wrap .password_num ul li {
  margin-right: 8px;
  border-radius: 8px;
  background-color: #fff7f1;
  border: 1px solid #ffb382;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keypassword_wrap .password_num ul li:last-child {
  margin-right: 0;
}
.keypassword_wrap .password_num ul li.on {
  background-color: #ff6e0e;
}
.keypassword_wrap .password_num ul li.on::after {
  content: "";
  display: none;
  height: 24px;
  width: 24px;
  background-size: 100%;
}

.keypassword_wrap .password_btn {
  position: absolute;
  bottom: 24px;
  padding: 12px 0 9px;
  width: calc(100% - 100px);
  font-size: 16px;
  background-color: #dddddd;
  color: #bbbbbb;
  font-weight: 700;
  text-align: center;
  border: none;
  margin: auto 50px;
}
.keypassword_wrap .password_btn.on {
  background-color: #ff6e0e;
  color: #fff;
}

.keypassword_wrap .password_key_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
}
.keypassword_wrap .password_key {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.keypassword_wrap .password_key ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  height: 25%;
  justify-content: space-between;
}
.keypassword_wrap .password_key ul li {
  padding: 4.5% 0;
  text-align: center;
  width: 33.33%;
  font-size: 21px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.keypassword_wrap .password_key ul li.ft15 {
  letter-spacing: -0.06em;
  font-size: 15px;
  color: #bbbbbb;
}
.keypassword_wrap .password_key ul li.ft15.on {
  color: #ff6e0e;
}
.keypassword_wrap .password_key ul li img {
  height: 24px;
}

/*==========================
아이디 찾기 화면 230524
===========================*/

.login_wrap {
  padding: 0 16px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.03em;
  box-sizing: border-box;
  position: relative;
}
.login_wrap .idfind_top {
  text-align: center;
  padding-top: 39px;
}
.login_wrap .idfind_top img {
  height: 80px;
  margin-bottom: 18px;
}
.login_wrap .idfind_top h3 {
  font-size: 21px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.03em;
  padding-bottom: 36px;
  line-height: 1.4;
  margin: 0;
}

.login_wrap .idfind_box {
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  padding: 18px 16px 24px;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
}
.login_wrap .idfind_box .idfind_box_tit {
  font-size: 17px;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.47;
  padding-bottom: 21px;
}

.login_wrap .idfind_box .idfind_inbox {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 11px 16px 19px;
  margin: 0 auto 16px;
}
.login_wrap .idfind_box .idfind_inbox .idfind_inbox_tit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
  padding-bottom: 13px;
}

.login_wrap .idfind_box .idfind_inbox ul {
  margin: 0 auto;
  padding: 0;
  max-width: 182px;
}
.login_wrap .idfind_box .idfind_inbox ul li {
  list-style: none;
  text-align: left;
  line-height: 32px;
  font-size: 12px;
  color: #444444;
}
.login_wrap .idfind_box .idfind_inbox ul li img {
  height: 24px;
  vertical-align: top;
  margin-right: 7px;
  margin-top: 5px;
}

.login_wrap .idfind_box .idfind_id {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 0 24px;
  margin: 0 auto;
  text-align: center;
}
.login_wrap .idfind_box .idfind_id h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 20px;
}
.login_wrap .idfind_box .idfind_id h3 img {
  vertical-align: top;
  height: 12.73px;
  margin-right: 1px;
  margin-top: 2px;
}
.login_wrap .idfind_box .idfind_id p {
  color: #e76e26;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.login_wrap .idfind_bottom {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.login_wrap .idfind_bottom button {
  width: 49%;
  line-height: 1;
  padding: 20px 0 18px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
}
button.org-line {
  border: 1px solid #ff6e0e;
  background-color: #fff;
  color: #ff6e0e;
}
button.org-back {
  border: none;
  background-color: #ff6e0e;
  color: #fff;
}
