@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */
/* 기본박스 */
.mbskin {
  position: relative;
  margin: 100px auto 0;
  width: 360px;
  text-align: center;
}
.mbskin:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.mbskin .mbskin_box {
  border: 1px solid #ddd;
  background: #fff;
}
.mbskin .frm_input {
  width: 100%;
}
.mbskin .btn_submit {
  width: 100%;
  margin: 10px 0 0;
  height: 45px;
  font-weight: bold;
  font-size: 1.25em;
  background-color: #111;
  transition: all 0.3s;
}
.mbskin .btn_submit:hover {
  background-color: #333;
}
.mbskin h1 {
  margin: 60px 0 30px;
  font-size: 2em;
}
/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
.register_warp .auth_container {
  max-width: 800px;
}
.register form {
  width: 100%;
}
.register .btn_confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
  display: block;
  height: 50px !important;
  width: 50%;
  font-weight: bold;
  font-size: 1.083em;
}

.register .btn_confirm .btn_submit {
  background-color: #111;
  transition: all 0.3s;
}
.register .btn_confirm .btn_submit:hover {
  background-color: #333;
}

#fregister textarea {
  resize: none;
}
#fregister p {
  position: relative;
  /* color: #111; */
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  margin: 20px 0 10px;
  font-weight: bold;
}

#fregister p i {
  font-size: 1.2em;
}
#fregister section {
  margin: 10px auto 15px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #ddd;
}
#fregister_chkall {
  position: relative;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 15px;
}
#fregister h2 {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
}
#fregister textarea {
  display: block;
  padding: 20px;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  line-height: 1.6em;
}
#fregister_private {
  position: relative;
}
#fregister_private div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
#fregister_private table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
#fregister_private table caption {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#fregister_private table th {
  background: rgba(255, 255, 255, 0.5);
  width: 33.33%;
  /* color: #111; */
  padding: 10px;
  border: 1px solid #d8dbdf;
}
#fregister_private table td {
  border: 1px solid #e7e9ec;
  padding: 10px;
  border-top: 0;
}

.fregister_agree {
  position: absolute;
  top: 0;
  right: 0;
}
.fregister_agree input[type='checkbox'] {
  display: none;
}
.fregister_agree input[type='checkbox'] + label {
  /* color: #111; */
}
.fregister_agree input[type='checkbox'] + label:hover {
  color: #2172f8;
}
.fregister_agree input[type='checkbox'] + label span {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 17px;
  height: 17px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #999;
  border-radius: 3px;
}
.fregister_agree input[type='checkbox']:checked + label {
  /* color: #111; */
  font-weight: 600;
}
.fregister_agree input[type='checkbox']:checked + label span {
  background: url('./img/chk.png') no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}
.fregister_agree.chk_all input[type='checkbox'] + label span {
  top: 50%;
  transform: translateY(-50%);
}

.chk_li {
  padding-left: 6px;
}

#sns_register .login-sns,
#sns_register h2 {
  border: 0 !important;
}

/* 회원가입 입력 */
.register_form_warp .auth_container {
  max-width: 800px;
}
#register_form {
  margin-bottom: 20px;
}
#register_form h2 {
  padding: 20px;
  border-bottom: 1px solid #ececec;
  background-color: rgba(255, 255, 255, 0.5);
}
#register_form ul li input,
#register_form #captcha #captcha_key {
  background-color: rgba(255, 255, 255, 0.5);
}
.register_form_warp .form_01 ul li {
  margin: 10px 0 0;
}
.register_form_warp .sec_ul li:first-child {
  margin: 0;
}
.register_form_inner {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.register_form_inner ul {
  padding: 10px 20px 20px;
}
.register_form_inner label {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}
.register_form_inner label.inline {
  display: inline;
}
#fregisterform {
  margin-top: 20px;
}
#fregisterform .cert_desc {
  color: #3a8afd;
}
#fregisterform .cert_req {
  margin-left: 5px;
  line-height: 35px;
}
#fregisterform #msg_certify {
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #dbecff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#fregisterform .frm_address {
  margin: 5px 0 0;
}
#fregisterform #mb_addr3 {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: middle;
}
#fregisterform #mb_addr_jibeon {
  display: block;
  margin: 5px 0 0;
}
#fregisterform .btn_confirm {
  text-align: center;
}
#fregisterform .form_01 div {
  margin: 0 0 20px;
}
#fregisterform .captcha {
  display: block;
  margin: 5px 0 0;
}
#fregisterform .reg_mb_img_file img {
  max-width: 100%;
  height: auto;
}
#reg_mb_icon,
#reg_mb_img {
  float: right;
}

/* 회원가입 완료 */
#reg_result {
  text-align: center;
}
#reg_result h2 {
  font-size: 2em;
  margin: 0 0 20px;
}
#reg_result h2 strong {
  color: #ed6478;
}
#reg_result #result_email {
  margin: 20px 0;
  padding: 10px 50px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #dde4e9;
  background: rgba(255, 255, 255, 0.5);
  line-height: 2em;
}
#reg_result #result_email span {
  display: inline-block;
  width: 150px;
}
#reg_result #result_email strong {
  color: #e8180c;
  font-size: 1.2em;
}
#reg_result p {
  line-height: 1.8em;
}
#reg_result .result_txt {
  text-align: left;
}
#reg_result .btn_confirm {
  margin: 50px 0;
}
#reg_result i {
  font-size: 3em;
}
#reg_result .reg_result_p {
  font-size: 1.25em;
  margin: 30px 0 10px;
}

.btn_confirm_reg {
  margin: 20px 0 0;
  text-align: center;
}
.reg_btn_submit {
  display: inline-block;
  background: #111;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  margin: 0 auto;
  transition: all 0.3s;
}
.reg_btn_submit:hover {
  background-color: #333;
}
.mb_log_cate h2 {
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
.mb_log_cate .join {
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #6e6e6e;
}
.mb_log_cate:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

.tooltip_icon {
  display: inline-block;
  vertical-align: baseline;
  color: #b3b5b8;
  border: 0;
  font-size: 1.4em;
  background: transparent;
  cursor: pointer;
}
.tooltip_icon:hover {
  color: #448bf5;
}
.tooltip {
  position: absolute;
  width: auto;
  color: #fff;
  background: #111;
  padding: 10px;
  font-size: small;
  line-height: 18px;
  display: none;
  z-index: 9;
  font-weight: normal;
  margin-left: 15px;
  margin-top: 10px;
}
.tooltip:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #111;
}

/* 아이디/비밀번호 찾기 */
#find_info h3 {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.1em;
}
#find_info .new_win_con {
  background-color: rgba(255, 255, 255, 0.5);
}
#find_info.cert .new_win_con {
  width: 460px;
  float: left;
}
#find_info.cert .new_win_con:nth-child(2) {
  margin-left: 10px;
}
#find_info.cert h3 {
  display: block;
}
#find_info #mb_hp_label {
  display: inline-block;
  margin-left: 10px;
}
#find_info p {
  line-height: 1.5em;
}
#find_info #mb_email {
  margin: 10px 0;
}
#find_info .find_btn .btn_submit {
  width: 30%;
  word-break: keep-all;
}

/* 비밀번호 재설정 */
#pw_reset #info_fs {
  margin-bottom: 10px;
}
#pw_reset .frm_input {
  margin: 10px 0 0;
}

/* 기존 회원 본인인증 */
#member_cert_refresh p {
  position: relative;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  background: #f7f7f7;
  margin: 0 0 10px;
  border-radius: 5px;
  font-weight: bold;
}
#member_cert_refresh p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  background: #f7f7f7;
}
#member_cert_refresh p i {
  font-size: 1.2em;
  vertical-align: middle;
}
#member_cert_refresh section {
  margin: 10px auto 15px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 3px;
}
#member_cert_refresh_chkall {
  position: relative;
  text-align: center;
  background: #f5f7fa;
  line-height: 50px;
  border: 1px solid #e5e9f0;
  border-radius: 3px;
  margin-bottom: 15px;
}
#member_cert_refresh h2 {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}
#member_cert_refresh textarea {
  display: block;
  padding: 20px;
  width: 100%;
  height: 150px;
  background: #fff;
  border: 0;
  line-height: 1.6em;
}
#member_cert_refresh_private {
  position: relative;
}
#member_cert_refresh_private div {
  padding: 20px;
  background: #fff;
}
#member_cert_refresh_private table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
#member_cert_refresh_private table caption {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#member_cert_refresh_private table th {
  background: #f7f7f9;
  width: 33.33%;
  /* color: #111; */
  padding: 10px;
  border: 1px solid #d8dbdf;
  font-weight: bold;
}
#member_cert_refresh_private table td {
  border: 1px solid #e7e9ec;
  padding: 10px;
  border-top: 0;
}

.member_cert_refresh_agree {
  position: absolute;
  top: 0;
  right: 0;
}
.member_cert_refresh_agree input[type='checkbox'] + label {
  color: #676e70;
}
.member_cert_refresh_agree input[type='checkbox'] + label:hover {
  color: #2172f8;
}
.member_cert_refresh_agree input[type='checkbox'] + label span {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 17px;
  height: 17px;
  display: block;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
}
.member_cert_refresh_agree input[type='checkbox']:checked + label {
  /* color: #111; */
}
.member_cert_refresh_agree input[type='checkbox']:checked + label span {
  background: url('./img/chk.png') no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}
.member_cert_refresh_agree.chk_all input[type='checkbox'] + label span {
  top: 18px;
}

#member_cert_refresh #find_info {
  margin: 50px 0;
}
#member_cert_refresh #find_info .find_btn {
  padding: 10px 20px;
  background: #fff;
}
#member_cert_refresh #find_info .find_btn > div {
  margin: 10px 0;
}

/* 로그인 */
.auth_wrap {
  height: 100vh;
  padding: 50px 20px;
  overflow: auto;
  background: #fff url('../../../img/bg/main/bg_img_13.png') no-repeat center;
  background-size: 100vw auto;
}
.auth_container {
  position: relative;
  margin: auto;
}
.login_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth_container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.auth_container > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5vw 40px;
  z-index: 1;
}
.auth_container h1 {
  width: 100%;
}
.auth_container h1 a {
  display: block;
  border-bottom: 1px solid #ddd;
}
.auth_container h1 a img {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 30px 0;
  transition: all 0.3s;
}
.login_wrap .auth_container {
  width: 100%;
  max-width: 600px;
}
#mb_login .login_box {
  position: relative;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}

#mb_login .login_box h2 {
  font-size: 1.8em;
  padding-bottom: 10px;
}
#mb_login .login_box .join-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  gap: 10px;
}
#mb_login .login_box .join-message a {
  color: #4898ff;
  text-decoration: underline;
  text-decoration-color: #4898ff;
  text-underline-offset: 3px;
}
#mb_login #login_fs .frm_input {
  margin: 0 0 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#mb_login #login_fs .btn_submit {
  margin: 0 0 15px;
  line-height: 40px;
  width: 100%;
  background-color: #111;
  transition: all 0.3s;
}
#mb_login #login_fs .btn_submit:hover {
  background-color: #333;
}
#login_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#login_info .login_if_auto {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#login_info .login_if_auto label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
}

#login_password_lost {
  display: inline-block;
  border: 1px solid #d5d9dd;
  color: #3a8afd;
  border-radius: 2px;
  padding: 2px 5px;
  line-height: 20px;
}
.login_if_lpl a {
  color: #4898ff;
}
#mb_login_notmb {
  margin: 30px auto;
  padding: 20px 30px;
  border: 1px solid #ddd;
}
#mb_login_notmb h2 {
  font-size: 1.25em;
  margin: 20px 0 10px;
}
#guest_privacy {
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.6em;
  color: #666;
  background: #fafafa;
  padding: 10px;
  height: 150px;
  margin: 10px 0;
  overflow-y: auto;
}
#mb_login_notmb .btn_submit {
  display: block;
  text-align: center;
  line-height: 45px;
}

#mb_login_od_wr {
  margin: 30px auto;
  padding: 20px 30px;
  border: 1px solid #ddd;
}
#mb_login_od_wr h2 {
  font-size: 1.25em;
  margin: 20px 0 10px;
}
#mb_login_od_wr .frm_input {
  margin: 10px 0 0;
}
#mb_login_od_wr p {
  background: #f3f3f3;
  margin: 20px 0 0;
  padding: 15px 20px;
  line-height: 1.5em;
}

#mb_login #sns_login {
  margin-top: 0;
  border-color: #edeaea;
  padding: 25px;
}
#mb_login #sns_login:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#mb_login #sns_login h;
