/* ---------------register-section START--------------- */
.register-section.active .register-wrap .form-wrap {
  opacity: 1;
}
.register-section .register-wrap .form-wrap {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
.register-section .register-wrap .form-wrap form {
  display: block;
}
.register-section .register-wrap .form-wrap .terms-list > .list-item:not(:nth-of-type(1)) {
  box-sizing: border-box;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.register-section .register-wrap .form-wrap .terms-list > .list-item .content-box {
  margin-bottom: 25px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 25px;
  max-height: 300px;
  overflow-y: auto;
}
.register-section .register-wrap .form-wrap .terms-list > .list-item .content-box .intro-text {
  line-height: 1.5;
}
.register-section .register-wrap .form-wrap .terms-list > .list-item .content-box .content-text {
  line-height: 1.5;
}
.register-section .register-wrap .form-wrap .btn-terms-check {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.register-section .register-wrap .form-wrap .btn-terms-check .input-check:checked + .check-inner .square {
  background-color: #005bac;
  border-color: #005bac;
}
.register-section .register-wrap .form-wrap .btn-terms-check .input-check:checked + .check-inner .icon {
  opacity: 1;
  color: #fff;
}
.register-section .register-wrap .form-wrap .btn-terms-check .check-inner {
  display: flex;
  align-items: center;
  gap: 7px;
}
.register-section .register-wrap .form-wrap .btn-terms-check .check-inner .square {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: background-color 0.3s, border-color 0.3s;
}
.register-section .register-wrap .form-wrap .btn-terms-check .check-inner .square .icon {
  opacity: 0;
  font-size: 0.75em;
  transition: color 0.3s, opacity 0.3s;
}
.register-section .register-wrap .form-wrap .all-check-box {
  box-sizing: border-box;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.register-section .register-wrap .form-wrap .register-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.register-section .register-wrap .form-wrap .register-btn-box a, .register-section .register-wrap .form-wrap .register-btn-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  transition: background-color 0.3s;
}
.register-section .register-wrap .form-wrap .register-btn-box a.btn-submit, .register-section .register-wrap .form-wrap .register-btn-box button.btn-submit {
  background-color: #005bac;
}
.register-section .register-wrap .form-wrap .register-btn-box a.btn-cancel, .register-section .register-wrap .form-wrap .register-btn-box button.btn-cancel {
  background-color: #555;
}

/* ---------------register-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------register-section START--------------- */
  .register-section .register-wrap .form-wrap .btn-terms-check:hover .check-inner .square {
    background-color: #005bac;
    border-color: #005bac;
  }
  .register-section .register-wrap .form-wrap .btn-terms-check:hover .check-inner .icon {
    opacity: 1;
    color: #fff;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a.btn-submit:hover, .register-section .register-wrap .form-wrap .register-btn-box button.btn-submit:hover {
    background-color: #004d91;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a.btn-cancel:hover, .register-section .register-wrap .form-wrap .register-btn-box button.btn-cancel:hover {
    background-color: #333;
  }
  /* ---------------register-section END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------register-section START--------------- */
  .register-section .register-wrap .form-wrap .terms-list > .list-item:not(:nth-of-type(1)) {
    margin-top: 45px;
    padding-top: 45px;
  }
  .register-section .register-wrap .form-wrap .terms-list > .list-item .content-box {
    margin-bottom: 23px;
    border-radius: 14px;
    padding: 23px;
    max-height: 270px;
  }
  .register-section .register-wrap .form-wrap .all-check-box {
    margin-top: 45px;
    padding-top: 45px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box {
    gap: 14px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a, .register-section .register-wrap .form-wrap .register-btn-box button {
    width: 135px;
    height: 45px;
    border-radius: 14px;
  }
  /* ---------------register-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------register-section START--------------- */
  .register-section .register-wrap .form-wrap .terms-list > .list-item:not(:nth-of-type(1)) {
    margin-top: 40px;
    padding-top: 40px;
  }
  .register-section .register-wrap .form-wrap .terms-list > .list-item .content-box {
    margin-bottom: 21px;
    border-radius: 13px;
    padding: 21px;
    max-height: 240px;
  }
  .register-section .register-wrap .form-wrap .all-check-box {
    margin-top: 40px;
    padding-top: 40px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box {
    gap: 13px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a, .register-section .register-wrap .form-wrap .register-btn-box button {
    width: 120px;
    height: 40px;
    border-radius: 13px;
  }
  /* ---------------register-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------register-section START--------------- */
  .register-section .register-wrap .form-wrap .terms-list > .list-item:not(:nth-of-type(1)) {
    margin-top: 35px;
    padding-top: 35px;
  }
  .register-section .register-wrap .form-wrap .terms-list > .list-item .content-box {
    margin-bottom: 19px;
    border-radius: 12px;
    padding: 19px;
    max-height: 210px;
  }
  .register-section .register-wrap .form-wrap .all-check-box {
    margin-top: 35px;
    padding-top: 35px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box {
    gap: 12px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a, .register-section .register-wrap .form-wrap .register-btn-box button {
    width: 105px;
    height: 35px;
    border-radius: 12px;
  }
  /* ---------------register-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------register-section START--------------- */
  .register-section .register-wrap .form-wrap .terms-list > .list-item:not(:nth-of-type(1)) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .register-section .register-wrap .form-wrap .terms-list > .list-item .content-box {
    margin-bottom: 17px;
    border-radius: 11px;
    padding: 17px;
    max-height: 180px;
  }
  .register-section .register-wrap .form-wrap .all-check-box {
    margin-top: 30px;
    padding-top: 30px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box {
    gap: 11px;
  }
  .register-section .register-wrap .form-wrap .register-btn-box a, .register-section .register-wrap .form-wrap .register-btn-box button {
    width: 90px;
    height: 30px;
    border-radius: 11px;
  }
  /* ---------------register-section END--------------- */
}
/* ---------------media screen END--------------- */