@charset "UTF-8";
#container {
  min-height: 728px !important;
  padding-bottom: 126px;
}

.login-wrap {
  max-width: 450px;
  padding: 0 0 35px;
  margin: 0 auto;
}

.login_inp_area {
  position: relative;
}

/* 타이틀 */
.h_tit {
  font-size: 18px;
  font-weight: normal;
  color: #222;
  line-height: 20px;
}

.tit_area {
  padding: 27px 0 17px;
  text-align: center;
}

.tit_area + .checkbox_area {
  margin-top: 10px;
}

.tit_area + .inp_bx {
  margin-top: 0;
}

.tit_area + .agree_area2 {
  margin-top: 0;
}

.tit_area em {
  color: #fa2828;
}

.tit_area .ico_bx {
  padding-bottom: 15px;
}

.sub_txt {
  margin-top: 5px;
  font-size: 13px;
  color: #909090;
  line-height: 18px;
  text-align: center;
}

.cont-tit {
  position: Relative;
  min-height: 215px;
  text-align: left;
  padding-top: 70px;
  box-sizing: border-box;
}

.cont-tit h2 {
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: -0.07em;
  color: #000;
  font-weight: 600;
}

.cont-tit h2 span {
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.cont-tit h2 span::before {
  content: ""; /* background:#007aff; */
  height: 8px;
  bottom: 5px;
  position: absolute;
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  padding-left: 3px;
}

.cont-tit h2 br {
  display: none;
}

.cont-tit p {
  color: #707070;
  letter-spacing: -0.05em;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

.info_area {
  border-top: 1px solid #f3f3f3;
  margin-top: -15px;
  padding: 10px;
}

.info_bx {
  height: 100px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0px;
  color: #000;
}

.info-item {
  margin-top: 18px;
}

.info-item .tit {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}

/* input */
.inp_wrap {
  position: relative;
}

.inp_bx {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.inp_bx:first-child, legend + .inp_bx, legend + .inp_group, legend + .info_bx {
  margin-top: 0;
}

.is_disabled .inp {
  color: #666;
  -webkit-text-fill-color: #666;
}

.info_bx.is_hide {
  display: none;
}

.inp_placeholder {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 11px;
  margin-top: -10px;
  height: 18px;
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  z-index: 10;
}

.is_disabled .inp_placeholder {
  display: none;
}

.inp_txt {
  display: block;
  position: relative;
  padding: 12px 10px;
  border: 1px solid #e6e6e6;
  font-size: 0;
}

.inp {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 18px;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #222;
  line-height: 18px;
  vertical-align: top;
  outline: none;
  border-radius: 0;
}

.error .inp_txt {
  border-color: #f77f81;
}

.error_txt {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #fa2828;
}

.error .error_txt {
  display: block;
}

.ico_del {
  width: 20px;
  height: 20px;
  background-position: -126px 0;
}

.ico_bul {
  margin-left: 9px;
  width: 9px;
  height: 9px;
  background-position: -85px -33px;
}

.ico_bul:first-child {
  margin-left: 13px;
}

/*placeholder dev ver.*/
.my-class-name {
  overflow: visible !important;
  display: block !important;
}

/* checkbox */
.checkbox_area {
  position: relative;
  margin-top: 20px;
}

.checkbox_area + .inp_group {
  margin-top: 20px;
}

.txt_checkbox {
  float: right;
}

.txt_checkbox .txt_link {
  font-size: 14px;
  color: #666;
}

/* btn */
.btn_area {
  margin-top: 20px;
}

.btn_area.small_btn {
  margin-top: 100px;
  text-align: center;
}

.btn_area + .noti_txt, .info_bx + .noti_txt {
  margin-top: 18px;
}

.btn {
  display: inline-block;
  min-width: 108px;
  height: 44px;
  background: #666;
  font-size: 13px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
}

.btn_point {
  background: #007aff;
}

.btn_grey {
  background: #333;
}

.btn_light_gray {
  background-color: #909090;
}

.btn_light {
  height: 38px;
  border: 1px solid #f0f0f0;
  background: #f7f7f7;
  font-size: 12px;
  color: #222;
  line-height: 38px;
}

.btn_line {
  border: 1px solid #007aff;
  background: #fff;
  color: #007aff;
}

.btn_white {
  border: 1px solid #c7c7c7;
  background: #fff;
  font-size: 12px;
  color: #222;
}

.btn_full {
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}

.btn_full + .btn_full {
  margin-top: 5px;
}

.btn:disabled, .btn[disabled], .btn.is_disabled {
  background: #d9d9d9;
  color: #b2b2b2;
  cursor: default;
}

.txt_divide {
  display: block;
  height: 1px;
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.txt_divide em {
  display: inline-block;
  padding: 0 10px;
  margin-top: 6px;
  background: #fff;
  font-size: 12px;
  color: #909090;
  vertical-align: top;
  line-height: 1;
}

.txt_divide + .btn {
  margin-top: 24px;
  font-size: 14px;
}

.ico_app {
  width: 28px;
  height: 22px;
  margin: 14px 6px 0 0;
  background-position: -96px 0;
}

/* id_pass */
.radio_area {
  margin-top: 20px;
  font-size: 0;
}

.btn_radio {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 36px;
}

.btn_radio .inp_radio {
  position: absolute;
  top: 0;
  left: -9999px;
}

.btn_radio .inp_label {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 34px;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  font-size: 13px;
  color: #535353;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.btn_radio.is_checked .inp_label {
  border-color: #007aff;
  background: #fff;
  font-weight: normal;
  color: #fa2828;
}

.btn_radio.is_checked .inp_label.btn_off {
  border-color: #c5c5c5;
  background: #fff;
  color: #191919;
}

.btn_radio.is_checked {
  z-index: 30;
}

.gender_area .btn_radio {
  width: 60px;
  height: 44px;
}

.gender_area .inp_label {
  width: 58px;
  height: 42px;
  line-height: 42px;
}

.toggle_area .btn_radio {
  width: 45px;
  height: 36px;
}

.toggle_area .inp_label {
  width: 43px;
  height: 34px;
  font-size: 11px;
  line-height: 36px;
}

.certificate_area {
  margin-top: 7px;
}

.certificate_area .btn_radio {
  position: relative;
  width: 50%;
  height: 180px;
}

.certificate_area .btn_radio .inp_label {
  height: 100%;
  background: #fff;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
}

.certificate_area .inp_label em {
  font-size: 14px;
  font-weight: bold;
}

.certificate_area .is_checked .inp_label {
  height: 180px;
  border: 2px solid #007aff;
  color: #222;
}

.certificate_area .is_checked em {
  color: #007aff;
}

.certificate_area .rdo_txt {
  display: block;
  margin-top: 8px;
}

.certificate_area .ico_chk2 {
  display: none;
  position: absolute;
  top: -9px;
  left: 72px;
  z-index: 40;
}

.certificate_area .ico_id {
  width: 40%;
  height: 50%;
  margin-top: 15px;
  background: url("../img/common/icon_id.png") 50% no-repeat;
  display: inline-block;
  background-size: 100%;
}

.certificate_area .ico_pass {
  width: 40%;
  height: 50%;
  margin-top: 15px;
  background: url("../img/common/icon_pass.png") 50% no-repeat;
  display: inline-block;
  background-size: 100%;
}

.certificate_area .ico_ipin + .rdo_txt {
  margin-top: 8px;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .cont-tit {
    min-height: 130px;
    padding-top: 20px;
  }
  .cont-tit h2 {
    font-size: 26px;
  }
  .cont-tit h2 span::before {
    height: 6px;
    bottom: 4px;
  }
  .cont-tit p {
    font-size: 14px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=login.css.map */