@charset "UTF-8";
.layer_screen {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 30000;
  background-color: rgba(0, 0, 0, 0.6);
}

.layer_apply {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #393939;
  font-family: "Noto Sans KR", Sans-Serif;
  max-width: 594px;
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

.layer_apply *, .layer_apply *:before, .layer_apply *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .layer_apply {
    width: 88.88889%;
  }
}

.layer_apply select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.layer_apply select::-ms-expand {
  display: none;
}

.layer_apply table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
}

.layer_apply input[type="radio"] {
  display: none;
}

.layer_apply input[type="radio"] + label {
  color: #252525;
  font-family: "Noto Sans KR", Sans-Serif;
  margin-right: 20px;
}

.layer_apply input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(//img.eduwill.net/Img2/license/promotion/victorystory/ico_radio_off.png) 0 50% no-repeat;
  cursor: pointer;
}

.layer_apply input[type="radio"]:checked + label span {
  background: url(//img.eduwill.net/Img2/license/promotion/victorystory/ico_radio_on.png) 0 50% no-repeat;
}

.layer_apply .select {
  position: relative;
  width: 100%;
}

.layer_apply .select select {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 24px;
  font-size: 12px;
  letter-spacing: -0.43px;
  color: #333333;
  padding: 0 20px 0 10px;
  outline: 0;
  border: 0;
  border: solid 1px #dcdcdc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.layer_apply .select .select_arrow {
  border-width: 5px 4px 0 4px;
  border-color: #585858 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
}

.layer_apply .layer_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}

.layer_apply .layer_close a:before, .layer_apply .layer_close a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #aaa;
}

.layer_apply .layer_close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layer_apply .layer_close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.layer_apply .text_box {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .text_box {
    font-size: 23px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .text_box {
    font-size: 3.19444vw;
  }
}

.layer_apply .text_box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

.layer_apply .popup_title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}

.layer_apply .popup_title strong {
  letter-spacing: -2px;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .layer_apply .popup_title p { font-size: 23px; }
  .layer_apply .popup_title strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 719px) {
  .layer_apply .popup_title p { font-size: 3.194vw; }
  .layer_apply .popup_title strong {
    font-size: 4.86111vw;
  }
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .layer_apply .popup_title strong {
    letter-spacing: 0;
  }
}

.layer_apply .popup_cont {
  text-align: left;
  padding-top: 5%;
}

.layer_apply .popup_cont .highlight {
  color: #fe0000;
}

.layer_apply .popup_cont .label {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans KR", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .label {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .label {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}

.layer_apply .popup_cont .notice {
  font-size: 14px;
  font-family: "Noto Sans KR", Sans-Serif;
  color: #585858;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .notice {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .notice {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .input_box {
  width: 90%;
  margin: 0 auto;
}

.layer_apply .popup_cont .input_box dl {
  margin-top: 10px;
  width: 100%;
}

.layer_apply .popup_cont .input_box dl:after {
  content: '';
  display: block;
  clear: both;
}

.layer_apply .popup_cont .input_box dl dt {
  width: 21%;
  height: 45px;
  float: left;
  text-align: left;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .input_box dl dt {
    height: auto;
    padding-top: 10px;
  }
}

.layer_apply .popup_cont .input_box dl dd {
  position: relative;
  float: left;
  width: 79%;
}

.layer_apply .popup_cont .input_box dl dd .ipt, .layer_apply .popup_cont .input_box dl dd select {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 300;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .input_box dl dd .ipt, .layer_apply .popup_cont .input_box dl dd select {
    height: 35px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .input_box dl dd .ipt, .layer_apply .popup_cont .input_box dl dd select {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .input_box dl dd .ipt, .layer_apply .popup_cont .input_box dl dd select {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .input_box dl dd .ipt.disable, .layer_apply .popup_cont .input_box dl dd select.disable {
  background-color: #efefef;
  color: #aaa;
}

.layer_apply .popup_cont .ta_box {
  width: 90%;
  margin: 20px auto 0;
}

.layer_apply .popup_cont .ta_box .label {
  padding-left: 10px;
}

.layer_apply .popup_cont .ta_box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-size: 13px;
  font-family: "Noto Sans KR", Sans-Serif;
  padding: 15px;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .ta_box textarea {
    padding: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .ta_box textarea {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .ta_box textarea {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .check_box {
  width: 90%;
  margin: 20px auto 0;
  color: #686868;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .check_box {
    margin-top: 5%;
  }
}

.layer_apply .popup_cont .check_box .label {
  padding-left: 10px;
}

.layer_apply .popup_cont .check_box .table_box {
  margin-top: 0;
}

.layer_apply .popup_cont .check_box .table_box .text {
  font-size: 14px;
  line-height: 130%;
  color: #585858;
  margin-bottom: 10px;
}

.layer_apply .popup_cont .check_box .table_box table {
  width: 100%;
  margin-bottom: 20px;
}

.layer_apply .popup_cont .check_box .table_box table th,
.layer_apply .popup_cont .check_box .table_box table td {
  font-size: 14px;
  font-family: "Noto Sans KR", Sans-Serif;
  color: #585858;
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
  text-align: center;
}

.layer_apply .popup_cont .check_box .table_box table th {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .check_box .table_box .text {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .check_box .table_box .text {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .check_box .table_box .text {
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .check_box .table_box table {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .check_box .table_box table th, .layer_apply .popup_cont .check_box .table_box table td {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .check_box .table_box table th, .layer_apply .popup_cont .check_box .table_box table td {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .check_box .agree_check {
  margin: 10px 0 30px 0;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_cont .check_box .agree_check {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_cont .check_box .agree_check {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_cont .check_box .agree_check {
    font-size: 3.33333vw;
  }
}

.layer_apply .popup_cont .check_box .agree_check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.layer_apply .popup_btn {
  margin-top: 5%;
  margin-bottom: 10%;
  text-align: center;
}

.layer_apply .popup_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  -webkit-transition: all 0.9s, color 0.3;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: #ffd500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), color-stop(100%, #e9c200));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), to(#e9c200));
  background: linear-gradient(to bottom, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#e9c200', GradientType=0 );
}

.layer_apply .popup_btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}

@media screen and (max-width: 720px) {
  .layer_apply .popup_btn a {
    width: 40%;
    height: 42px;
  }
  .layer_apply .popup_btn a span {
    line-height: 42px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .layer_apply .popup_btn a span {
    font-size: 27px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .layer_apply .popup_btn a span {
    font-size: 3.75vw;
  }
}

.layer_apply .popup_btn a:hover {
  background: #db3725;
}

.layer_apply .popup_btn a:hover span {
  color: #fff;
}

.layer_apply .popup_btn a.btn_cancle {
  margin-left: 5px;
  background: #434343;
}

.layer_apply .popup_btn a.btn_cancle span {
  color: #bebebe;
}

.layer_apply .popup_btn a.btn_cancle:after, .layer_apply .popup_btn a.btn_cancle:before {
  display: none;
}

/*# sourceMappingURL=consult_popup.css.map */