@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 기본박스 */
.mbskin {
  position: relative;
  margin: 0 auto;
  width: 440px;
  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 {
  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;
}
.mbskin h1 {
  margin: 60px 0 30px;
  font-size: 2em;
}

/* ### 기본 스타일 커스터마이징 끝 ### */
/* 회원가입 약관 */
.btn_confirm_reg {
  margin: 20px 0;
  text-align: center;
}
.reg_btn_submit {
  display: inline-block;
  background: #3a8afd;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 280px;
  height: 57px;
  line-height: 57px;
  font-size: 1.2em;
  margin: 0 auto;
  font-weight: bold;
}

.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: #f7f7f7;
  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: #000;
  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 #000;
}

/* 아이디/비밀번호 찾기 */
#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;
}

/* 로그인 */
#mb_login {
}
#mb_login h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 자기소개 */
#profile h1 a {
}
#profile table {
  margin-bottom: 0;
}
#profile table th {
  text-align: left;
  padding: 10px;
  width: 100px;
}
#profile section {
  color: #6794d3;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px 0;
}
#profile h2 {
  margin: 0 0 5px;
}
#profile .profile_name {
  text-align: center;
  font-weight: bold;
}
#profile .my_profile_img {
  display: block;
  margin: 20px 0 5px;
}
#profile .my_profile_img img {
  border-radius: 50%;
}
#profile .profile_img img {
  border-radius: 50%;
}
#profile .profile_name .sv_wrap {
  font-weight: bold;
  text-align: left;
}
.login_if_auto {
  color: var(--text-black-color);
}

@media (max-width: 575px) {
  .mbskin {
    max-width: 331px;
    margin-top: 18px;
  }
  .chk_box input[type="checkbox"] + label span {
    width: 20px;
    height: 20px;
  }
  #login_info .login_if_auto label {
    font-size: 14px;
  }
}

/* 추가부분 */
.login-container {
  margin: 7.2rem 0;
  padding-top: 7.2rem;
}
#mainIntroduce .mainTitle {
  text-align: center;
}
#mainIntroduce .mainTitle h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.login-carousel .owl-carousel .owl-item img {
  height: 50rem;
}

@media (max-width: 576px) {
  .mbskin_box {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .main-content-table3 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
}
