@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background-color: #fff;
  transform: translateX(-50%);
}
.popup-body {
  position: relative;
}
.popup-body p {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-body p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body p {
    font-size: 18px;
  }
}
.popup-body p + p, .popup-body p + ul {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .popup-body p + p, .popup-body p + ul {
    margin-top: 10px;
  }
}
.popup-body ul {
  margin-top: 0.3125rem;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-body ul {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body ul {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body ul {
    font-size: 16px;
  }
}
.popup-body ul li {
  margin-top: 0.15625rem;
}
@media screen and (min-width: 720px) {
  .popup-body ul li {
    margin-top: 5px;
  }
}
.popup-body ul li:first-child {
  margin-top: 0;
}
.popup-body ul + p {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .popup-body ul + p {
    margin-top: 10px;
  }
}
.popup-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  top: -9vw;
  right: -2vw;
}
@media screen and (min-width: 720px) {
  .popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close {
    height: 40px;
  }
}
.popup-close:before, .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}
.popup-close:before {
  transform: rotate(45deg);
}
.popup-close:after {
  transform: rotate(315deg);
}
.popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    top: -60px;
    right: -20px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup-close {
    width: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup-close {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background-color: #fff;
  }
}
@media screen and (min-width: 720px) {
  .popup-close:before {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 720px) {
  .popup-close:after {
    transform: rotate(315deg);
  }
}
@media screen and (min-width: 720px) {
  .popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
.popup-video {
  max-width: 640px;
}
@media screen and (min-width: 720px) {
  .popup-video {
    max-width: 1000px;
  }
}
.popup-video .video-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-base {
  max-width: 640px;
}
@media screen and (min-width: 720px) {
  .popup-base {
    max-width: 720px;
  }
}
.popup-base .popup-body {
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-body {
    padding: 60px 40px;
  }
}
.popup-base .popup-body p {
  font-size: 2.0833333333vw;
  font-weight: 400;
}
@media screen and (min-width: 720px) {
  .popup-base .popup-body p {
    font-size: 15px;
  }
}

.promotion {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .container {
  position: relative;
  background-position: center top;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .winner-wrap {
  position: relative;
  padding: 0px 30px 80px;
  perspective: 670px;
  height: 288px;
}
.promotion .winner-wrap .winner-list {
  transform: rotateX(40deg);
}
.promotion .winner-wrap .winner-list p {
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.promotion .winner-wrap .winner-list {
  width: 1040px;
  height: 260px;
}
.promotion .pointer {
  position: relative;
  display: inline-block;
}
.promotion .pointer:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  display: block;
  width: 66px;
  height: 53px;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounce;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes pointerBounce {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .right-banner {
  position: fixed;
  top: 200ㅔㅌ;
  left: 50%;
  z-index: 100;
  margin-left: 660px;
}
.promotion .right-banner a {
  display: block;
}
.promotion .right-banner a:not(:first-child) {
  margin-top: 20px;
}
.promotion .right-banner .pointer:after {
  top: 90%;
  right: -20%;
}
.promotion .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.promotion .slick-arrow.slick-prev {
  left: -50px;
}
.promotion .slick-arrow.slick-prev:after {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-prev:after:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-top: -2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #b2b2b2;
  transform: rotate(45deg);
  left: 8.3333333333vw;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    margin-top: -15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    left: 60px;
  }
}
.promotion .slick-arrow.slick-next {
  right: -50px;
}
.promotion .slick-arrow.slick-next:after {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-next:after:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-top: -2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #b2b2b2;
  transform: rotate(45deg);
  right: 8.3333333333vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    margin-top: -15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    right: 60px;
  }
}
.promotion .slick-dots {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.promotion .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #b2b2b2;
  outline: none;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active button {
  width: 70px;
  border-radius: 15px;
  background-color: #ffc20e;
}
.promotion .bg {
  background-color: #f3f3f3;
}
.promotion .eco-6038 .product-tit {
  display: none !important;
}
.promotion .eco-6038 ul {
  margin-left: 50px;
}
.promotion .tab-list {
  display: table;
  width: 1200px;
  margin: 0 auto;
  /* one items */
  /* two items */
  /* three items */
}
.promotion .tab-list li {
  position: relative;
  width: 20%;
  float: left;
  height: 70px;
  vertical-align: middle;
  background-color: #212121;
  font-size: 24px;
  color: #919191;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.1;
}
.promotion .tab-list li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-44%);
}
.promotion .tab-list li span .br {
  position: relative;
  transform: none;
}
.promotion .tab-list li small {
  font-size: 26px;
  display: block;
}
.promotion .tab-list li.on {
  background-image: linear-gradient(to top right, #fe2c6b, #fe4311);
  color: #fff;
}
.promotion .tab-list li.on:after {
  display: none;
}
.promotion .tab-list li:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.promotion .tab-list li:nth-child(1):nth-last-child(1) label {
  letter-spacing: 0;
}
.promotion .tab-list li:nth-child(1):nth-last-child(2),
.promotion .tab-list li:nth-child(2):nth-last-child(1) {
  width: 49.5%;
}
.promotion .tab-list li:nth-child(1):nth-last-child(2) label,
.promotion .tab-list li:nth-child(2):nth-last-child(1) label {
  letter-spacing: 0;
}
.promotion .tab-list li:nth-child(1):nth-last-child(3),
.promotion .tab-list li:nth-child(2):nth-last-child(2),
.promotion .tab-list li:nth-child(3):nth-last-child(1) {
  width: 32.3%;
}
.promotion .tab-list li:nth-child(1):nth-last-child(3) label,
.promotion .tab-list li:nth-child(2):nth-last-child(2) label,
.promotion .tab-list li:nth-child(3):nth-last-child(1) label {
  letter-spacing: 0;
}
.promotion .tab-views .tab-view {
  display: none;
  overflow: hidden;
}
.promotion .tab-views .tab-view.on {
  display: block;
}
.promotion-branding {
  background-color: #142433;
}
.promotion-branding .action.action2 {
  position: static;
  margin-right: 40px;
  padding: 13px 0 10px;
  text-align: right;
  position: absolute;
  right: -73px;
  bottom: 61px;
}
.promotion-title {
  position: relative;
  background: #142433 url("//img.eduwill.net/eduwill/Img/2023/U/event/230717/pc/bg_title.png") 50% 50% no-repeat;
  background-size: cover;
}
.promotion-title .flag {
  position: absolute;
  top: 74px;
  left: 560px;
  animation-name: slideup;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes slideup {
  0%, 100% {
    transform: translate(0, 20px);
  }
  50% {
    transform: translate(0px, 0);
  }
}
.promotion-title .step-list {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 520px;
}
.promotion-title .step-list > div {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  color: #000;
}
.promotion-title .step-list > div .step {
  color: #fff;
  background-color: #979797;
  width: 214px;
  height: 261px;
  margin: 0 auto;
  padding: 14px 0;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 500;
  border-radius: 62px;
}
.promotion-title .action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
}
.promotion-tab .tab-views {
  background-color: #142433;
}
.promotion-key {
  background-color: #142433;
  padding-top: 80px;
}
.promotion-free {
  height: 610px;
  background: url("//img.eduwill.net/eduwill/Img/2023/U/event/230717/pc/bg_free.png") 50% 50% no-repeat;
}
.promotion-free img {
  position: relative;
  top: -90px;
}
.promotion-pass {
  padding-bottom: 120px;
}
.promotion-pass ul {
  overflow: hidden;
}
.promotion-pass ul li {
  float: left;
  width: 380px;
  height: 542px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px;
  border: 3px solid #949494;
  background: #949494;
}
.promotion-pass ul li .card {
  background: #fff;
}
.promotion-pass ul li .card strong {
  display: block;
  text-align: center;
  color: #212121;
  font-size: 24px;
  padding: 30px;
}
.promotion-pass ul li .card p {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px solid #121212;
  overflow: hidden;
}
.promotion-pass ul li .card p:nth-child(3) {
  height: 95px;
}
.promotion-pass ul li .card p:last-child {
  border-bottom: 0;
  height: 189px;
}
.promotion-pass ul li .card p span {
  display: block;
  float: left;
}
.promotion-pass ul li .card p .tit {
  text-align: left;
  font-size: 16px;
  width: 115px;
}
.promotion-pass ul li .card p span b {
  font-weight: 700;
}
.promotion-pass ul li .btn {
  text-align: left;
  position: relative;
}
.promotion-pass ul li .btn a {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}
.promotion-pass ul li .btn a span {
  font-weight: 900;
  font-size: 24px;
}
.promotion-pass ul li .btn a em {
  background: #142433;
  border-radius: 50%;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.promotion-pass ul li:hover {
  background: #ff0060;
  border-color: #ff0060;
}
.promotion-pass ul li:hover .btn em {
  color: #3aeeb8;
}
.promotion-pass ul li:hover .btn em:after {
  content: "";
  position: absolute;
  top: 60%;
  right: -40px;
  display: block;
  width: 66px;
  height: 53px;
  background: url(//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png) no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounce;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion-event {
  background: #0D1924;
}
.promotion-event .action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
.promotion-event .action .effect-blink {
  background: #fff;
  color: #FE305D;
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #FE305D;
  border-radius: 30px;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 30px;
}
.promotion-band {
  background: #203B46;
  padding-top: 80px;
}
.promotion-first-rank {
  background: #203B46 url(//img.eduwill.net/eduwill/img/2022/U/common/pc/bg_first_rank.png) no-repeat;
  background-size: cover;
}
.promotion-first-rank .content-sub-title {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  top: 212px;
  right: 74px;
  text-align: left;
}
.promotion-first-rank .content-sub-title .point-color {
  color: #ffd800 !important;
  font-weight: 600;
}
.promotion-first-rank .slick-arrow {
  transform: translateY(-205%) !important;
}
.promotion-first-rank .slick-arrow.slick-prev {
  left: 27px;
}
.promotion-first-rank .slick-arrow.slick-next {
  right: 27px;
}
.promotion-first-rank .action {
  position: absolute;
  bottom: 80px !important;
  right: 50px;
}
.promotion-free {
  background: url("//img.eduwill.net/eduwill/Img/2023/U/event/230717/pc/bg_free.png") 50% 50% no-repeat;
  background-size: cover;
}

.sector-timer-black {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
}
.sector-timer-black .item {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 0;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.sector-timer-black .item.timer-wrap {
  margin: 0 10px;
}
.sector-timer-black .item.timer-wrap em {
  display: inline-block;
  min-width: 10px;
  margin: 0 5px;
  font-size: 30px;
  line-height: 70px;
  vertical-align: middle;
}
.sector-timer-black .item.timer-wrap em.bg-count {
  line-height: 70px;
  width: 115px;
  font-size: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  letter-spacing: 25px;
  background: url("//img.eduwill.net/eduwill/img/2022/X/event/220401/pc/timer_bg.png") 0 0 no-repeat;
}
.sector-timer-black .item.desc {
  display: inline-block;
  padding: 0 25px;
  font-size: 24px;
  line-height: 46px;
  border-radius: 25px;
  color: #fff;
}
.sector-timer-black .item .btn-apply {
  display: inline-block;
  font-size: 24px;
  background-color: #FFC20E;
  color: #000;
  padding: 10px 60px;
  border-radius: 30px;
}

.popup-base {
  height: 600px;
  margin-top: 0 !important;
  transform: translate(-50%, -50%);
}

.popup-base .popup-body {
  height: 480px;
  overflow-y: auto;
}

.red {
  color: red;
}

#edufLayerApply.eduf-layer {
  display: none;
}

#edufLayerApply .eduf-layer-wrap {
  width: 620px;
  margin: 0 auto;
}
#edufLayerApply .eduf-layer-wrap .form-radio {
  padding: 15px 0;
  margin-left: 40px !important;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-action a {
  font-size: 25px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
  font-size: 28px;
  text-align: center;
  display: block;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong.point {
  color: #fe2b6b;
  font-size: 32px;
  font-weight: 900;
  position: relative;
  top: -12px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group {
  display: block;
  position: relative;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  width: 86px;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control {
  padding-left: 80px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control.type2 {
  padding-left: 0;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid {
  width: 100%;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-scroll-box {
  font-size: 14px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-scroll-box table th {
  background-color: #888;
  color: #fff;
  line-height: 1.5;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-scroll-box table td {
  border: 1px solid #888;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title,
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=text], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=number],
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=radio] + label,
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label,
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group select {
  font-size: 18px;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input::-moz-placeholder {
  font-size: 18px !important;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input::placeholder {
  font-size: 18px !important;
}

#edufLayerApply .form-title {
  height: 50px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=text], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=number], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group select {
  height: 50px;
}/*# sourceMappingURL=web.css.map */