@charset "utf-8";

.logo {
  width: 197.5px;
  /* height: 39.2px; */
  margin: 50px auto 30px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.myProgress {
  width: 530px;
  background: none;
  left: 29.3%;
  margin: 0 auto;
  z-index: 1;
}

#myBar {
  width: 50%;
  height: 2px;
  background-color: #f17700;
}

.register_wrap {
  /* min-width: 1280px; */
  width: 100%;
  height: 100%;
  min-height: 800px;
  /* height: 800px; */
  /* 2020-12-08 max-height 삭제 */
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000 url(../img/register/register_bg.png) repeat-x 0 center/ 100%;
}

.register-parents {
  width: 530px;
  height: 620px;
  margin: 0 auto;
  padding: 54px 55px 50px 55px; /* 2020-12-08 수정 */
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #999999;
  position: relative;
  font-family: NotoSansCJKkr;
}

.register-parents h2,
.register-parents2 h2 {
  font-size: 24px;
  text-align: left;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.6px; /* 2020-12-08 추가 */
  /* font-family: NotoSansCJKkr; 2020-12-08 삭제 */
}

.register-parents ul li {
  position: relative;
  letter-spacing: -0.35px; /* 2020-12-08 추가 */
  font-size: 13px; /* 2020-12-08 추가 */
}

.register-parents ul li.alert-text {
  /* 2020-12-08 추가 */
  font-size: 14px;
}
.register-parents input.placeBold::placeholder {
  /* font-weight: 500; */
  color: #000000;
}
.register-parents input {
  width: 420px;
  height: 60px;
  padding: 18px 0 18px 20px; /* 2020-12-08 수정 */
  margin-bottom: 8px;
  border-radius: 2px;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
  color: #999999;
  /* font-family: NotoSansCJKkr; 2020-12-08 삭제 */
  font-size: 16px;
}

.register-parents input::placeholder {
  color: #999999;
}

.register-parents input:focus,
.register-parents .done-vl:focus {
  outline: 0;
}

.register-parents .done-vl input {
  width: 398px;
  height: 60px;
  padding: 16px 0 20px 20px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  color: #999999;
  font-family: NotoSansCJKkr;
  font-size: 16px;
}

.register-parents2 {
  width: 530px;
  height: 620px;
  margin: 0 auto;
  padding: 64px 55px 50px 55px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #999999;
  position: relative;
  font-family: NotoSansCJKkr;
}
.register-parents2 p {
  /* 2020-12-08 추가*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #999999;
}

.register-parents2 .child-list {
  text-align: center;
  width: 100%;
  padding: 0 0 54px 0;
}

.register-parents2 ul.child-list li {
  display: inline-block;
  padding-bottom: 15px;
  width: 100%;
}

.register-parents2 .list-radio input {
  width: 26px;
  height: 26px;
  border: solid 1px #e0e0e0;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #999999;
  font-family: NotoSansCJKkr;
  font-size: 16px;
}

.register-parents2 .list-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.register-parents2 .list-radio input[type="radio"]:checked + label:before {
  width: 26px;
  height: 26px;
  border: solid 1px #f17700;
  box-shadow: inset 0 0 0 5px #fff;
  background-color: #f17700;
}

.register-parents2 .list-radio input[type="radio"] + label:before {
  content: "";
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  margin-top: 0.3rem;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: -7px;
  border-radius: 100%;
  border: solid 2px #e0e0e0;
  background-color: #ffffff;
  transition: all 250ms ease;
}

.child-name {
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  float: left;
}
.register-parents2 ul li {
  position: relative;
  letter-spacing: -1px;
}

.register-parents p {
  font-family: NotoSansCJKkr;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #999999;
}

/* .register-parents2 .btn_wrap .prev-btn {
    width: 206px;
    height: 60px;  
    border-radius: 2px;
    border: 0;
    background-color: #f2f2f2;
    font-size: 20px;
    font-family: NotoSansCJKkr;
    line-height: 1.45;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000000;
  }
  .register-parents2 .btn_wrap .next-btn {
    width: 206px;
    height: 60px;  
    border-radius: 2px;
    border: 0;
    background-color: #575757;
    font-size: 20px;
    font-family: NotoSansCJKkr;
    line-height: 1.45;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
  } */

.next-btn-lg {
  position: absolute;
  bottom: 50px;
}
.next-btn-lg button {
  width: 420px;
  height: 60px;
  border-radius: 2px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 20px;
  font-weight: 400;
}

.next-btn-lg button.on {
  color: #fff;
  background-color: #575757;
}
a.code,
a.code:hover,
a.code-chk,
a.code-chk:hover {
  color: #999999;
  text-decoration: underline;
  position: absolute;
  top: 21px;
  right: 20px;
  font-size: 18px;
  letter-spacing: -0.45px;
  font-weight: bold;
}

a.code,
a.code:hover {
  color: #f17700;
}

.code-modal-s .modal-dialog {
  width: 470px;
  height: 252px;
  min-height: auto;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  margin: 16.75rem auto;
}

.code-modal .modal-dialog {
  width: 470px;
  height: 356px;
  min-height: auto;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  margin: 12.75rem auto;
  font-family: NotoSansKR;
}

.code-modal .modal-header,
.code-modal-s .modal-header,
.code-modal-ss .modal-header {
  display: inline-block;
  text-align: center;
}

.code-modal .modal-header h4,
.code-modal-s .modal-header h4,
.code-modal-ss .modal-header h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.code-modal .modal-body {
  font-size: 19px;
  line-height: 1.3;
  padding: 34px 0 0px;
  text-align: center;
}

.code-modal-s .modal-body {
  font-size: 20px;
  line-height: 1.3;
  padding: 28px 0 0px;
  text-align: center;
  font-family: NotoSansCJKkr;
}

.code-modal-ss .modal-dialog {
  width: 470px;
  height: 252px;
  min-height: auto;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  margin: 16.75rem auto;
}

.code-modal-ss .modal-body {
  font-size: 20px;
  line-height: 1.3;
  padding: 40px 0 20px;
  text-align: center;
  font-family: NotoSansCJKkr;
}

.code-modal .modal-content,
.code-modal-s .modal-content,
.code-modal-ss .modal-content {
  border: 0;
}

.code-modal .modal-footer,
.code-modal-s .modal-footer,
.code-modal-ss .modal-footer {
  display: inline-block;
  text-align: center;
  border: 0;
  padding: 34px 0 20px 0;
}

.web-close-btn {
  position: absolute;
  top: 23px;
  left: 43px;
}

.chk-close-btn {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  background-color: #000000;
  border: 0;
  color: #ffffff;
  font-family: NotoSansCJKkr;
  font-size: 20px;
  margin: 0;
}

.chk-cancle-btn-s {
  width: 146px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #000;
  font-size: 20px;
  background-color: #fff;
  color: #000;
}

.chk-close-btn-s {
  width: 146px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  font-size: 20px;
  background-color: #000000;
  color: #ffffff;
}

.btn-wrap {
  position: absolute;
  bottom: 50px;
}

.light-gray-btn {
  width: 206px;
  height: 60px;
  border-radius: 2px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

button.dark-gray-btn {
  width: 206px;
  height: 60px;
  border-radius: 2px;
  color: #000000;
  background-color: #f2f2f2;
  border: 0;
  font-size: 20px;
  font-weight: 400;
}

button.dark-gray-btn.on {
  background-color: #575757;
  color: #fff;
}

.alert-text {
  color: #f00000;
}
.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  border: 5px solid #3571b5;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

.register-parents input:read-only {
  background-color: #f2f2f2;
  color: #000;
}

.path_wrap {
  width: 100%;
  position: relative;
  top: 170px;
  margin: 0 auto;
  height: auto;
}

.alert_icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
}

.check_icon {
  margin: 0 auto;
  width: 74px;
  height: 74px;
}

.notfound_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.notfound_icon img.pc-img {
  vertical-align: bottom;
  display: inline-block;
}

.notfound_icon.thx img.pc-img {
  vertical-align: top;
  display: inline-block;
  padding-top: 12px;
}
.notfound_icon h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.path_body h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.path_body p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #888888;
  padding-top: 20px;
}

.backTomain {
  width: 240px;
  height: 70px;
  margin: 0 auto;
  padding-top: 100px;
}

.backTomain button {
  width: 240px;
  height: 70px;
  line-height: 67px;
  border-radius: 50px;
  border: solid 1px #f68221;
  background-color: #f68221;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

@media (max-width: 1279px) {
  .web-close-btn {
    display: none;
  }
}
@media (max-width: 896px) {
  .code-modal-s .modal-dialog {
    width: 80%;
    height: auto;
    min-height: auto;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000;
    margin: 16.75rem auto;
  }
  .code-modal-s .modal-body {
    font-size: 15px;
    line-height: 1.3;
    padding: 28px 0 0px;
    text-align: center;
    font-family: NotoSansCJKkr;
  }
  .chk-close-btn {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #000000;
    border: 0;
    color: #ffffff;
    font-family: NotoSansCJKkr;
    font-size: 15px;
    margin: 0;
  }

  .chk-cancle-btn-s {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #000;
    font-size: 15px;
    background-color: #fff;
    color: #000;
  }
  .chk-close-btn-s {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    background-color: #000000;
    color: #ffffff;
  }
  .code-modal-s p {
    font-size: 14px;
  }

  .notfound_icon img.pc-img {
    display: none;
  }

  .notfound_icon.thx img.pc-img {
    display: none;
  }

  .alert_icon {
    width: 60px;
    height: 60px;
  }
  .alert_icon img {
    width: 60px;
    height: 60px;
  }

  .check_icon {
    margin: 0 auto;
    width: 54px;
    height: 54px;
  }

  .check_icon img {
    width: 54px;
    height: 54px;
  }

  .notfound_icon {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .notfound_icon h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: -0.75px;
    text-align: center;
    color: #000000;
  }

  .notfound_icon img.mobile-img {
    vertical-align: top;
    display: inline-block;
    padding-bottom: 6px;
    width: 23px;
    object-fit: contain;
  }

  .path_body h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .path_body p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.33px;
    text-align: center;
    color: #888888;
  }

  .backTomain {
    margin: 0 auto;
    padding-top: 84px;
    width: 105px;
    height: 50px;
  }

  .backTomain button {
    border-radius: 50px;
    border: solid 1px #f68221;
    background-color: #f68221;
    width: 105px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.38px;
    text-align: center;
    color: #ffffff;
  }
}
