@charset "UTF-8";
.promotion .sector-apply .exam-action .btn-apply span.flag {
  display: flex;
  -webkit-align-item: center;
  align-items: center;
  justify-content: center;
}

.promotion .sector-apply .exam-info, .promotion .sector-apply .apply-title, .promotion .sector-apply, .grid, .promotion .sector-apply .exam-action {
  *zoom: 1;
}
.promotion .sector-apply .exam-info:before, .promotion .sector-apply .apply-title:before, .promotion .sector-apply:before, .grid:before, .promotion .sector-apply .exam-action:before, .promotion .sector-apply .exam-info:after, .promotion .sector-apply .apply-title:after, .promotion .sector-apply:after, .grid:after, .promotion .sector-apply .exam-action:after {
  content: "";
  display: table;
}
.promotion .sector-apply .exam-info:after, .promotion .sector-apply .apply-title:after, .promotion .sector-apply:after, .grid:after, .promotion .sector-apply .exam-action: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, .promotion .sector-apply .exam-action {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-apply .exam-action .col, .promotion .sector-apply .exam-action .btn-apply {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .sector-apply .exam-action .btn-apply.btn-end {
  cursor: not-allowed;
  pointer-events: none;
}

.promotion .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.promotion .sector-apply .apply-notice .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-notice .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-apply .apply-notice .notice-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

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

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

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

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

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion .only-pc,
.product .only-pc,
.product-eco .only-pc,
.fullservice .only-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .promotion .only-pc,
.product .only-pc,
.product-eco .only-pc,
.fullservice .only-pc {
    display: inline-block;
  }
}
.promotion .only-mobile,
.product .only-mobile,
.product-eco .only-mobile,
.fullservice .only-mobile {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .promotion .only-mobile,
.product .only-mobile,
.product-eco .only-mobile,
.fullservice .only-mobile {
    display: none;
  }
}

.promotion {
  overflow: hidden;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 1;
  display: block;
  width: 12.5vw;
  height: 12.0833333333vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_23.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 87px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .wing {
  position: fixed;
  right: 10px;
  top: 250px;
  z-index: 13;
}
.promotion .wing a {
  display: block;
  overflow: hidden;
}
.promotion .wing a + a {
  margin-top: -2px;
}
.promotion .sector-title {
  z-index: 1;
  background-color: #56d06f;
  background-image: url("//img.eduwill.net/eduwill/img/2023/G/exam/230519/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title .title {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -600px;
}
.promotion .sector-title .title p {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  color: #272220;
}
.promotion .sector-title .date {
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -600px;
  display: inline-block;
  padding: 20px 110px;
  border-radius: 72px;
  background: #008856;
}
.promotion .sector-title .date p {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
.promotion .sector-title .date p strong {
  color: #ffe00f;
}
.promotion .sector-title .label {
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: 510px;
}
.promotion .sector-video {
  background: #1bb366;
  background: linear-gradient(to bottom, #1bb366 87%, #fff 87%);
}
.promotion .sector-video .thumb {
  position: relative;
  text-align: center;
  margin: 0 auto 60px;
  width: 960px;
}
.promotion .sector-video .thumb img {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.promotion .sector-video .thumb video,
.promotion .sector-video .thumb iframe {
  position: relative;
  width: 100%;
  height: 538px;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.promotion .sector-info-2 {
  background-color: #ffa766;
  background-image: url("//img.eduwill.net/eduwill/img/2023/G/exam/230519/pc/bg_info2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-info-2::after {
  content: "";
  position: absolute;
  top: -53px;
  left: 50%;
  z-index: 1;
  width: 322px;
  height: 253px;
  margin-left: 505px;
  background-image: url("//img.eduwill.net/eduwill/img/2023/G/exam/230519/pc/bar_deco.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-bar {
  background: #224232;
  background: radial-gradient(ellipse at top, #224232, #1c2523);
}
.promotion .sector-bar::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 50px;
  border-left-width: 50px;
  border-top-color: #1c2523;
}
.promotion .sector-apply {
  padding: 100px 0 120px;
  background: #f2f3f7;
  background: linear-gradient(to bottom, #f2f3f7 40%, #fff 40%);
}
.promotion .sector-apply .wrap {
  width: 1000px;
}
.promotion .sector-apply .apply-title {
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #000;
}
.promotion .sector-apply .apply-title:before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promotion .sector-apply .apply-title strong {
  color: #c51a0c;
}
.promotion .sector-apply .apply-title .notice {
  float: right;
  width: 70%;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #ff4e00;
  text-align: right;
}
.promotion .sector-apply .apply-box, .promotion .sector-apply .apply-notice {
  margin-top: 10px;
  padding: 26px 38px;
  border: 2px solid #e0e2e9;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-box .box-title, .promotion .sector-apply .apply-notice .box-title {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.promotion .sector-apply .apply-box + .apply-title, .promotion .sector-apply .apply-notice + .apply-title {
  margin-top: 50px;
}
.promotion .sector-apply .exam-info {
  margin-top: 15px;
}
.promotion .sector-apply .exam-info > div {
  box-sizing: border-box;
}
.promotion .sector-apply .exam-info > div.exam-table {
  float: left;
  width: 55%;
  padding-right: 20px;
}
.promotion .sector-apply .exam-info > div.exam-action {
  float: right;
  width: 45%;
  padding-left: 20px;
}
.promotion .sector-apply .exam-table table {
  border-top: 2px solid #9ca7c9;
}
.promotion .sector-apply .exam-table table tr.highlight td {
  font-size: 18px;
  font-weight: 700;
}
.promotion .sector-apply .exam-table table th,
.promotion .sector-apply .exam-table table td {
  padding: 17px 0;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.promotion .sector-apply .exam-table table th {
  text-align: center;
  font-weight: 500;
  color: #7d8dbb;
  background: #fdfdfd;
}
.promotion .sector-apply .exam-table table td {
  padding-left: 30px;
  text-align: left;
  font-weight: 400;
  color: #333;
}
.promotion .sector-apply .exam-table table select {
  width: 100%;
  height: 40px;
  margin: -7px 0;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #e0e2e9;
}
.promotion .sector-apply .exam-action .btn-apply {
  width: calc(50% - 5px);
  height: 250px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  background: none;
}
.promotion .sector-apply .exam-action .btn-apply:first-child {
  margin-right: 5px;
}
.promotion .sector-apply .exam-action .btn-apply:last-child {
  margin-left: 5px;
}
.promotion .sector-apply .exam-action .btn-apply:only-child {
  width: 100%;
  margin: 0;
}
.promotion .sector-apply .exam-action .btn-apply:only-child span {
  padding: 100px 0;
}
.promotion .sector-apply .exam-action .btn-apply span {
  display: block;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #fff;
}
.promotion .sector-apply .exam-action .btn-apply span.flag {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 95px;
  height: 95px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  background: #000;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-animation-name: bounceFlag2;
          animation-name: bounceFlag2;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes bounceFlag2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounceFlag2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.promotion .sector-apply .exam-action .btn-apply span.flag:before {
  content: "";
  position: absolute;
  top: 95%;
  right: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-right: 10px solid transparent;
  transform: rotate(20deg);
}
.promotion .sector-apply .exam-action .btn-apply strong {
  display: block;
  height: 60%;
  padding: 36px 0;
  font-size: 25px;
  box-sizing: border-box;
}
.promotion .sector-apply .exam-action .btn-apply em {
  display: block;
  height: 40%;
  padding: 30px 0;
  font-size: 27px;
  font-weight: 900;
  box-sizing: border-box;
}
.promotion .sector-apply .exam-action .btn-apply .evt-flag {
  position: absolute;
  top: -40px;
  right: -30px;
  z-index: 1;
  -webkit-animation-name: bounceFlag;
          animation-name: bounceFlag;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes bounceFlag {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounceFlag {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.promotion .sector-apply .exam-action .btn-apply.btn-charge {
  border: 2px solid #5f76e7;
  background: #5f76e7;
  background: linear-gradient(to bottom, #5f76e7 0%, #5f76e7 60%, #fff 60%, #fff 100%);
}
.promotion .sector-apply .exam-action .btn-apply.btn-charge em {
  color: #5f76e7;
}
.promotion .sector-apply .exam-action .btn-apply.btn-free {
  border: 2px solid #ff4e00;
  background: #ff4e00;
  background: linear-gradient(to bottom, #ff4e00 0%, #ff4e00 60%, #fff 60%, #fff 100%);
}
.promotion .sector-apply .exam-action .btn-apply.btn-free em {
  position: relative;
  padding: 10px 0;
  color: #ff4e00;
}
.promotion .sector-apply .exam-action .btn-apply.btn-free em i {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: block;
  text-decoration: line-through;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  color: #b7b7b7;
}
.promotion .sector-apply .exam-action .btn-apply.btn-free u {
  display: block;
  color: #aaa;
  font-size: 22px;
  text-decoration: line-through;
}
.promotion .sector-apply .exam-action .btn-apply.btn-free.none em {
  padding: 30px 0;
}
.promotion .sector-apply .exam-action .btn-apply.btn-end {
  background: #ddd;
}
.promotion .sector-apply .exam-action .btn-apply.btn-end span {
  color: #999;
}
.promotion .sector-apply .exam-action .btn-apply.btn-result {
  background: #ff4e00;
  background: linear-gradient(to right, #ff4e00 0%, #fe6b5c 100%);
}
.promotion .sector-apply .exam-action .btn-apply.btn-result2 {
  background: #ddd;
}
.promotion .sector-apply .exam-action .btn-apply.btn-result2 span {
  color: #999;
}
.promotion .sector-apply .apply-notice .notice-list {
  text-align: left;
}
.promotion .sector-apply .apply-notice .notice-list li {
  font-size: 14px;
  color: #888;
}
.promotion .sector-apply .apply-notice .notice-list li.point-text {
  color: #000;
}
.promotion .sector-apply .apply-notice .notice-list li li {
  padding-left: 0;
  color: #888;
}
.promotion .sector-apply .apply-notice .notice-list li li::before {
  display: none;
}
.promotion .sector-apply .mock-date {
  margin-top: 20px;
}
.promotion .sector-apply .mock-date .title,
.promotion .sector-apply .mock-date .tip-message {
  display: none;
}
.promotion .sector-apply .mock-date table {
  border-top: 2px solid #9ca7c9;
}
.promotion .sector-apply .mock-date table th,
.promotion .sector-apply .mock-date table td {
  padding: 14px 0;
  vertical-align: middle;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: -0.5px;
}
.promotion .sector-apply .mock-date table th {
  text-align: center;
  font-weight: 500;
  color: #7d8dbb;
  background: #fdfdfd;
}
.promotion .sector-apply .mock-date table td {
  text-align: center;
  font-weight: 400;
  color: #333;
}
.promotion .sector-apply .mock-date table tr.highlight td {
  background: #eff2cf;
}
.promotion .sector-apply .mock-date table tr.ing td {
  color: #000;
  background: #e0e2e9;
}/*# sourceMappingURL=web.css.map */