@charset "UTF-8";
.grid {
  *zoom: 1;
}

.grid:before, .grid:after {
  content: '';
  display: table;
}

.grid:after {
  clear: both;
}

.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.promotion {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -.5px;
  background-color: #fff;
  /* checkbox */
  /* select */
}

.promotion .bx-wrapper {
  margin: 0 auto !important;
}

.promotion .bx-wrapper .bx-viewport {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  left: 0;
}

.promotion .bx-wrapper .bx-wrapper img {
  display: inline;
}

.promotion .control {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
}

.promotion .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.promotion .control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #bcbcbc;
}

.promotion .control-radio .control-indicator {
  border-radius: 50%;
}

.promotion .control:hover input ~ .control-indicator,
.promotion .control input:focus ~ .control-indicator {
  background: #fff;
}

.promotion .control input:checked ~ .control-indicator {
  background: #fff;
}

.promotion .control:hover input:not([disabled]):checked ~ .control-indicator,
.promotion .control input:checked:focus ~ .control-indicator {
  background: #fff;
}

.promotion .control input:disabled ~ .control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.promotion .control-indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.promotion .control input:checked ~ .control-indicator:after {
  display: block;
}

.promotion .control input:hover ~ .control-indicator,
.promotion .control input:focus ~ .control-indicator {
  border-color: #000;
}

.promotion .control-checkbox .control-indicator:after {
  left: 6px;
  top: 3px;
  width: 8px;
  height: 10px;
  border: solid #ff3838;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion .control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #7b7b7b;
}

.promotion .select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.promotion .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 6px 15px;
  height: 60px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #1a1a1a;
  font-size: 18px;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.promotion .select select:hover, .promotion .select select:focus {
  color: #000;
  background: #fff;
  border-color: #000;
}

.promotion .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.promotion .select .select-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #bbb transparent transparent transparent;
}

.promotion .select select:hover ~ .select-arrow,
.promotion .select select:focus ~ .select-arrow {
  border-top-color: #000;
}

.promotion .select select:disabled ~ .select-arrow {
  border-top-color: #ccc;
}

.promotion .spring {
  -webkit-animation: spring 1s;
  animation: spring 1s;
}

@keyframes spring {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.3, 0.7, 1);
            transform: scale3d(1.3, 0.7, 1);
  }
  40% {
    -webkit-transform: scale3d(0.7, 1.3, 1);
            transform: scale3d(0.7, 1.3, 1);
  }
  60% {
    -webkit-transform: scale3d(1.2, 0.8, 1);
            transform: scale3d(1.2, 0.8, 1);
  }
  75% {
    -webkit-transform: scale3d(0.8, 1.2, 1);
            transform: scale3d(0.8, 1.2, 1);
  }
  90% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
}

@-webkit-keyframes spring {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.3, 0.7, 1);
            transform: scale3d(1.3, 0.7, 1);
  }
  40% {
    -webkit-transform: scale3d(0.7, 1.3, 1);
            transform: scale3d(0.7, 1.3, 1);
  }
  60% {
    -webkit-transform: scale3d(1.2, 0.8, 1);
            transform: scale3d(1.2, 0.8, 1);
  }
  75% {
    -webkit-transform: scale3d(0.8, 1.2, 1);
            transform: scale3d(0.8, 1.2, 1);
  }
  90% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
}

@-webkit-keyframes hand {
  0%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes hand {
  0%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.promotion .section {
  position: relative;
  margin-top: 0;
  padding: 0;
  border-bottom-width: 0;
}

.promotion .section .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .section-title {
  position: relative;
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/bg_section1.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.promotion .section-title .wrap .motion {
  position: absolute;
  opacity: 0;
}

.promotion .section-title .wrap .motion.title1 {
  top: 163px;
  left: 188px;
  z-index: 3;
}

.promotion .section-title .wrap .motion.firework1 {
  top: 79px;
  left: 96px;
  z-index: 1;
}

.promotion .section-title .wrap .motion.firework2 {
  top: 58px;
  right: 35px;
  z-index: 1;
}

.promotion .section-title .wrap .motion.firework3 {
  top: 450px;
  left: 10px;
  z-index: 1;
}

.promotion .section-title .wrap .motion.firework4 {
  top: 392px;
  right: 116px;
  z-index: 1;
}

.promotion .section-title .wrap .title-img {
  position: relative;
  z-index: 2;
}

.promotion .section-title .wrap .action {
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -502px;
  z-index: 2;
}

.promotion .section-title .wrap .action a {
  display: block;
  width: 100%;
  height: 100%;
}

.promotion .section-title .wrap .action:after {
  content: '';
  display: block;
  position: absolute;
  top: 57px;
  right: 314px;
  width: 51px;
  height: 51px;
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/hand.png") 0 0 no-repeat;
  -webkit-animation: hand 1s infinite both;
          animation: hand 1s infinite both;
}

.promotion .section-benefit {
  background: #ffea00;
}

.promotion .section-benefit .date {
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Jalnan", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  color: #000;
}

.promotion .section-benefit .date span {
  margin-left: 14px;
  display: inline-block;
}

.promotion .section-benefit .date span:before {
  content: '|';
  color: #bbac00;
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  position: relative;
  top: -4px;
}

.promotion .section-teacher {
  padding-bottom: 150px;
}

.promotion .section-teacher ul li {
  position: relative;
  width: 209px;
  height: 287px;
  padding-top: 16px;
  margin: 0 12px 38px 0;
}

.promotion .section-teacher ul li:nth-child(5n) {
  margin-right: 0;
}

.promotion .section-teacher ul li .teacher-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .section-teacher ul li .teacher-box .subject {
  position: relative;
  top: -18px;
  z-index: 10;
  display: inline-block;
  min-width: 65px;
  padding: 7px 14px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  border-radius: 100px;
  background: #ffea00;
}

.promotion .section-teacher ul li .teacher-box .name {
  margin: -15px 0 15px;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  letter-spacing: -2px;
}

.promotion .section-teacher ul li .teacher-box .timg {
  width: 100%;
  height: 200px;
  background: #f4f4f4 url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/watermark.gif") 0 0 no-repeat;
  overflow: hidden;
}

.promotion .section-teacher ul li .teacher-box .timg img {
  position: relative;
  top: -45px;
  left: -5px;
}

.promotion .section-event {
  padding-bottom: 190px;
  background: #37f6f3;
}

.promotion .section-event:before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 50%;
  margin-left: -86px;
  width: 173px;
  height: 199px;
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/obj1.png") 0 0 no-repeat;
  z-index: 1;
}

.promotion .section-event .event-img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
}

.promotion .section-event .event-img .fly {
  position: absolute;
  top: 88px;
  font-size: 20px;
  color: #1a1a1a;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 37px;
}

.promotion .section-event .event-img .fly.text1 {
  left: 256px;
  font-weight: 300;
}

.promotion .section-event .event-img .fly.text2 {
  left: 783px;
  font-weight: 700;
}

.promotion .section-event .event-box {
  position: relative;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
}

.promotion .section-event .event-box .lectrue-select {
  width: 1000px;
  margin: 0 auto 70px;
  padding: 36px 70px;
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .section-event .event-box .lectrue-select .select {
  width: 478px;
  height: 60px;
}

.promotion .section-event .event-box .lectrue-select .btn {
  position: relative;
  margin-left: 35px;
  width: 335px;
  height: 60px;
}

.promotion .section-event .event-box .lectrue-select .btn a {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ffea00;
  border: 2px solid #424242;
}

.promotion .section-event .event-box .lectrue-select .btn a span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Jalnan", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: -1px;
}

.promotion .section-event .event-box .lectrue-select .btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 51px;
  height: 51px;
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/hand.png") 0 0 no-repeat;
  -webkit-animation: hand 1s infinite both;
          animation: hand 1s infinite both;
}

.promotion .section-event .event-box .event-notice {
  padding: 45px 95px;
  text-align: left;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .section-event .event-box .event-notice dl dt {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 19px;
  color: #181818;
  letter-spacing: -1px;
  line-height: 1;
}

.promotion .section-event .event-box .event-notice dl dd {
  font-size: 15px;
  color: #181818;
  line-height: 25px;
  letter-spacing: -1px;
}

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

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

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  background-color: #fff;
}

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

.popup .popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #fff;
}

.popup .popup_close:before, .popup .popup_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #000;
}

.popup .popup_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup#popup-review {
  padding: 0 30px 45px;
  width: 900px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.popup#popup-review .popup_tit {
  padding: 65px 0 12px;
  font-size: 30px;
  letter-spacing: -2px;
  text-align: left;
  font-weight: 400;
  border-bottom: 2px solid #dcdcdc;
}

.popup#popup-review .popup_cont {
  background-color: #fff;
}

.popup#popup-review .popup_cont .form_section {
  margin-bottom: 30px;
}

.popup#popup-review .popup_cont .form_section .input_box:after {
  content: '';
  display: block;
  clear: both;
}

.popup#popup-review .popup_cont .form_section .input_box dt {
  margin: 10px 0 0;
  padding-bottom: 10px;
  font-size: 16px;
  width: 10%;
  line-height: 50px;
  height: 61px;
  float: left;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}

.popup#popup-review .popup_cont .form_section .input_box dd {
  margin: 10px 0 0;
  padding-bottom: 10px;
  width: 90%;
  height: 61px;
  float: left;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #d0d0d0;
}

.popup#popup-review .popup_cont .form_section .input_box dd:after {
  content: '';
  display: block;
  clear: both;
}

.popup#popup-review .popup_cont .form_section .input_box dd input {
  float: left;
  padding: 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #666;
  letter-spacing: -1px;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.popup#popup-review .popup_cont .form_section .input_box dd .select select {
  padding: 5px 15px;
  width: 40%;
  color: #666;
  font-size: 16px;
  height: 50px;
  border: 2px solid #dcdcdc;
}

.popup#popup-review .popup_cont .form_section .input_box dd .txtarea {
  padding: 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  width: 100%;
  height: 150px;
  resize: none;
  border: 2px solid #dcdcdc;
}

.popup#popup-review .popup_cont .form_section .input_box dd.full {
  float: none;
  clear: both;
  padding: 10px 0 0;
  border-bottom: 0;
  width: 100%;
  height: auto;
}

.popup#popup-review .popup_cont .form_section .input_box dd .grade {
  line-height: 58px;
}

.popup#popup-review .popup_cont .form_section .input_box dd .grade span,
.popup#popup-review .popup_cont .form_section .input_box dd .grade a {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/str_off.png") 0 0 no-repeat;
}

.popup#popup-review .popup_cont .form_section .input_box dd .grade span.on,
.popup#popup-review .popup_cont .form_section .input_box dd .grade a.on {
  background: url("//img.eduwill.net/Img2/Gov2/promotion/200304/pc/str_on.png") 0 0 no-repeat;
}

.popup#popup-review .popup_cont .form_section .notice {
  margin-top: 10px;
  color: #a5a5a5;
  font-size: 14px;
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.5;
}

.popup#popup-review .popup_cont .btn-box {
  margin-top: 15px;
  text-align: right;
}

.popup#popup-review .popup_cont .btn-box a {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 190px;
  height: 53px;
  text-align: center;
  border: 2px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup#popup-review .popup_cont .btn-box a span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 49px;
}

.popup#popup-review .popup_cont .btn-box a.btn-regist {
  background: #cd1414;
}

.popup#popup-review .popup_cont .btn-box a.btn-cancle {
  background: #474747;
}
/*# sourceMappingURL=web.css.map */