.a06-section1 {
  box-sizing: border-box;
  padding-bottom: 16rem;
}
.a06-section1 .center {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.a06-section1 .text-list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 3rem;
}
.a06-section1 .text-list li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.a06-section1 .text-list li.point p {
  font-weight: 500;
  color: #fff;
  background-color: #f39800;
}
.a06-section1 .text-list li p {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.3;
  border-radius: 20px;
  background-color: #f8f8f8;
}
.a06-section1 .text-list li p a {
  font-weight: bold;
  color: #f39800;
}
.a06-section1 form {
  display: block;
  margin-top: 50px;
}
.a06-section1 .form-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 50px;
  border: 1px solid #f39800;
  border-radius: 20px;
  background-color: #fff9f0;
  gap: 20px;
}
.a06-section1 .form-inner .hidden {
  z-index: -1;
  position: fixed;
  left: -99999px;
  visibility: hidden;
  pointer-events: none;
}
.a06-section1 .form-inner .form-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px 25px;
  font-size: 18px;
  width: calc((100% - 60px) / 4);
}
.a06-section1 .form-inner .form-box label {
  font-size: inherit;
  width: 90px;
}
.a06-section1 .form-inner .form-box label span {
  color: #e11d1d;
}
.a06-section1 .form-inner .form-box select, .a06-section1 .form-inner .form-box input {
  width: calc(100% - 90px);
  box-sizing: border-box;
  padding-left: 5px;
  font-size: inherit;
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.a06-section1 .form-inner .form-box select {
  background: url(/img/select_arrow.png) no-repeat 100% 50%;
}
.a06-section1 .terms-box {
  margin-top: 60px;
}
.a06-section1 .terms-box .terms-tit {
  font-size: 22px;
  margin-bottom: 30px;
  font-family: "EliceDigitalBaeum";
  font-weight: bold;
}
.a06-section1 .terms-box .terms-content {
  box-sizing: border-box;
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #f8f8f8;
  font-size: 18px;
  color: #999;
  line-height: 1.5;
}
.a06-section1 .terms-box .terms-content .content-inner {
  max-height: 250px;
  overflow-y: auto;
}
.a06-section1 .terms-box .terms-check-box {
  text-align: right;
  margin-top: 20px;
}
.a06-section1 .terms-box .terms-check-box label {
  cursor: pointer;
  font-size: 18px;
  color: #191919;
}
.a06-section1 .terms-box .terms-check-box label input {
  vertical-align: baseline;
}
.a06-section1 .captcha-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.a06-section1 .captcha-box .m_captcha {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.a06-section1 .captcha-box .m_captcha #captcha_audio {
  height: 40px;
  margin: unset !important;
  width: 100% !important;
  display: none !important;
}
.a06-section1 .captcha-box .m_captcha #captcha_img {
  height: 40px !important;
  margin: unset !important;
  width: calc(50% - 10px - 20px) !important;
  box-sizing: border-box;
}
.a06-section1 .captcha-box .m_captcha #captcha_key {
  height: 40px !important;
  margin: unset !important;
  width: calc(50% - 10px - 20px) !important;
  box-sizing: border-box;
}
.a06-section1 .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.a06-section1 .btn-box .btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 210px;
  height: 55px;
  border-radius: 55px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.a06-section1 .btn-box .btn-form.btn-cancel {
  background-color: #999;
}
.a06-section1 .btn-box .btn-form.btn-submit {
  background-color: #f39800;
}

@media screen and (max-width: 1279px) {
  .a06-section1 .text-list {
    padding-top: 2.7rem;
  }
  .a06-section1 .text-list li:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
  .a06-section1 .text-list li p {
    font-size: 20px;
    padding: 18px;
    border-radius: 18px;
  }
  .a06-section1 form {
    margin-top: 45px;
  }
  .a06-section1 .form-inner {
    padding: 45px;
    border-radius: 18px;
    gap: 18px;
  }
  .a06-section1 .form-inner .form-box {
    border-radius: 13px;
    padding: 18px 23px;
    font-size: 17px;
    width: calc((100% - 54px) / 4);
  }
  .a06-section1 .form-inner .form-box label {
    width: 85px;
  }
  .a06-section1 .form-inner .form-box select, .a06-section1 .form-inner .form-box input {
    width: calc(100% - 85px);
  }
  .a06-section1 .terms-box {
    margin-top: 55px;
  }
  .a06-section1 .terms-box .terms-tit {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .a06-section1 .terms-box .terms-content {
    padding: 36px 45px;
    border-radius: 18px;
    font-size: 17px;
  }
  .a06-section1 .terms-box .terms-content .content-inner {
    max-height: 230px;
  }
  .a06-section1 .terms-box .terms-check-box {
    margin-top: 18px;
  }
  .a06-section1 .terms-box .terms-check-box label {
    font-size: 17px;
  }
  .a06-section1 .captcha-box {
    margin: 45px 0;
  }
  .a06-section1 .btn-box {
    gap: 23px;
  }
  .a06-section1 .btn-box .btn-form {
    width: 190px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .a06-section1 {
    padding-bottom: 11rem;
  }
  .a06-section1 .text-list {
    padding-top: 2.4rem;
  }
  .a06-section1 .text-list li:not(:nth-of-type(1)) {
    margin-top: 11px;
  }
  .a06-section1 .text-list li p {
    font-size: 18px;
    padding: 16px;
    border-radius: 16px;
  }
  .a06-section1 form {
    margin-top: 40px;
  }
  .a06-section1 .form-inner {
    padding: 40px;
    border-radius: 16px;
    gap: 16px;
  }
  .a06-section1 .form-inner .form-box {
    border-radius: 11px;
    padding: 16px 21px;
    font-size: 16px;
    width: calc((100% - 48px) / 4);
  }
  .a06-section1 .form-inner .form-box label {
    width: 70px;
  }
  .a06-section1 .form-inner .form-box select, .a06-section1 .form-inner .form-box input {
    width: calc(100% - 70px);
  }
  .a06-section1 .terms-box {
    margin-top: 50px;
  }
  .a06-section1 .terms-box .terms-tit {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .a06-section1 .terms-box .terms-content {
    padding: 32px 40px;
    border-radius: 16px;
    font-size: 16px;
  }
  .a06-section1 .terms-box .terms-content .content-inner {
    max-height: 210px;
  }
  .a06-section1 .terms-box .terms-check-box {
    margin-top: 16px;
  }
  .a06-section1 .terms-box .terms-check-box label {
    font-size: 16px;
  }
  .a06-section1 .captcha-box {
    margin: 40px 0;
  }
  .a06-section1 .btn-box {
    gap: 21px;
  }
  .a06-section1 .btn-box .btn-form {
    width: 170px;
    height: 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .a06-section1 .form-inner {
    flex-wrap: wrap;
  }
  .a06-section1 .form-inner .form-box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 850px) {
  .a06-section1 .text-list {
    padding-top: 2.1rem;
  }
  .a06-section1 .text-list li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .a06-section1 .text-list li p {
    font-size: 16px;
    padding: 14px;
    border-radius: 14px;
  }
  .a06-section1 form {
    margin-top: 35px;
  }
  .a06-section1 .form-inner {
    padding: 35px;
    border-radius: 14px;
    gap: 14px;
  }
  .a06-section1 .form-inner .form-box {
    border-radius: 9px;
    padding: 14px 19px;
    font-size: 15px;
    width: calc((100% - 14px) / 2);
  }
  .a06-section1 .form-inner .form-box label {
    width: 65px;
  }
  .a06-section1 .form-inner .form-box select, .a06-section1 .form-inner .form-box input {
    width: calc(100% - 65px);
  }
  .a06-section1 .terms-box {
    margin-top: 45px;
  }
  .a06-section1 .terms-box .terms-tit {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .a06-section1 .terms-box .terms-content {
    padding: 28px 35px;
    border-radius: 14px;
    font-size: 15px;
  }
  .a06-section1 .terms-box .terms-content .content-inner {
    max-height: 190px;
  }
  .a06-section1 .terms-box .terms-check-box {
    margin-top: 14px;
  }
  .a06-section1 .terms-box .terms-check-box label {
    font-size: 15px;
  }
  .a06-section1 .captcha-box {
    margin: 35px 0;
  }
  .a06-section1 .btn-box {
    gap: 19px;
  }
  .a06-section1 .btn-box .btn-form {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 600.1px) {
  .brs {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .brs {
    display: block;
  }
  .a06-section1 .text-list {
    padding-top: 1.8rem;
  }
  .a06-section1 .text-list li p {
    font-size: 15px;
    padding: 12px;
    border-radius: 12px;
  }
  .a06-section1 form {
    margin-top: 30px;
  }
  .a06-section1 .form-inner {
    padding: 30px;
    border-radius: 12px;
    gap: 12px;
  }
  .a06-section1 .form-inner .form-box {
    border-radius: 7px;
    padding: 12px 17px;
    font-size: 14px;
    width: calc((100% - 12px) / 2);
  }
  .a06-section1 .form-inner .form-box label {
    width: 60px;
  }
  .a06-section1 .form-inner .form-box select, .a06-section1 .form-inner .form-box input {
    width: calc(100% - 60px);
  }
  .a06-section1 .terms-box {
    margin-top: 40px;
  }
  .a06-section1 .terms-box .terms-tit {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .a06-section1 .terms-box .terms-content {
    padding: 24px 30px;
    border-radius: 12px;
    font-size: 14px;
  }
  .a06-section1 .terms-box .terms-content .content-inner {
    max-height: 170px;
  }
  .a06-section1 .terms-box .terms-check-box {
    margin-top: 12px;
  }
  .a06-section1 .terms-box .terms-check-box label {
    font-size: 14px;
  }
  .a06-section1 .captcha-box {
    margin: 30px 0;
  }
  .a06-section1 .btn-box {
    gap: 17px;
  }
  .a06-section1 .btn-box .btn-form {
    width: 130px;
    height: 35px;
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .a06-section1 .form-inner .form-box {
    width: 100%;
  }
}