@charset "UTF-8";
.grid, .promotion-notice .form {
  *zoom: 1;
}

.grid:before, .promotion-notice .form:before, .grid:after, .promotion-notice .form:after {
  content: '';
  display: table;
}

.grid:after, .promotion-notice .form:after {
  clear: both;
}

.comment-list .col p, .popup-review.is-view .popup-body .review-write .item-1 .col.contents {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sr-only, .comment-action .list-pagination a.control 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;
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* animation */
.TextGif1 {
  -webkit-animation: TextGif1 1s step-start infinite;
  animation: TextGif1 1s step-start infinite;
}

@-webkit-keyframes TextGif1 {
  0% {
    color: #ffc600;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #ffc600;
  }
}

@keyframes TextGif1 {
  0% {
    color: #ffc600;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #ffc600;
  }
}

@-webkit-keyframes slideupY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes slideupY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes appearing {
  from,
  30%,
  60%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appearing {
  from,
  30%,
  60%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.grade span,
.grade a {
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("//img.eduwill.net/resources/img/cop/event/200819/pc/star_off.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .grade span,
  .grade a {
    width: 22px;
  }
}

@media screen and (min-width: 720px) {
  .grade span,
  .grade a {
    height: 22px;
  }
}

.grade span.on,
.grade a.on {
  background-image: url("//img.eduwill.net/resources/img/cop/event/200819/pc/star_on.png");
}

.comment-wrap {
  margin: 11.94444vw 5.55556vw 0;
}

@media screen and (min-width: 720px) {
  .comment-wrap {
    margin: 86px 40px 0;
  }
}

@media screen and (min-width: 1100px) {
  .comment-wrap {
    margin: 86px 92px 0;
  }
}

.comment-write .col {
  float: none;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .comment-write .col {
    float: left;
  }
}

.comment-write .form-control {
  border-width: 0.27778vw;
  border-style: solid;
  border-color: #010101;
  border-radius: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .comment-write .form-control {
    border-width: 2px;
  }
}

@media screen and (min-width: 720px) {
  .comment-write .form-control {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .comment-write .form-control {
    width: 80%;
  }
}

.comment-write .form-control .text {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 2.77778vw;
  line-height: 40px;
  font-size: 2.77778vw;
  color: #202020;
  border: none;
  border-radius: 1.38889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .comment-write .form-control .text {
    padding: 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .comment-write .form-control .text {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .comment-write .form-control .text {
    border-radius: 10px;
  }
}

@media screen and (min-width: 720px) {
  .comment-write .form-control .text {
    height: 66px;
    line-height: 66px;
  }
}

@media screen and (min-width: 1100px) {
  .comment-write .form-control .text {
    height: 56px;
    line-height: 56px;
  }
}

.comment-write .form-control .text::-webkit-input-placeholder {
  font-size: 2.77778vw;
  color: #202020;
}

.comment-write .form-control .text:-ms-input-placeholder {
  font-size: 2.77778vw;
  color: #202020;
}

.comment-write .form-control .text::-ms-input-placeholder {
  font-size: 2.77778vw;
  color: #202020;
}

.comment-write .form-control .text::placeholder {
  font-size: 2.77778vw;
  color: #202020;
}

@media screen and (min-width: 720px) {
  .comment-write .form-control .text::-webkit-input-placeholder {
    font-size: 20px;
  }
  .comment-write .form-control .text:-ms-input-placeholder {
    font-size: 20px;
  }
  .comment-write .form-control .text::-ms-input-placeholder {
    font-size: 20px;
  }
  .comment-write .form-control .text::placeholder {
    font-size: 20px;
  }
}

.comment-write .action {
  position: relative;
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .comment-write .action {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .comment-write .action {
    float: right;
    width: 20%;
    margin-top: 0;
    padding-left: 10px;
  }
}

.comment-write .action a {
  display: table;
  width: 100%;
  padding: 2.08333vw 0;
  border-radius: 1.38889vw;
  background-color: #1942d9;
}

@media screen and (min-width: 720px) {
  .comment-write .action a {
    padding: 15px 0;
  }
}

@media screen and (min-width: 720px) {
  .comment-write .action a {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .comment-write .action a {
    height: 60px;
    padding: 0;
  }
}

.comment-write .action a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.33333vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .comment-write .action a span {
    font-size: 24px;
  }
}

.comment-list .item {
  padding: 1.66667vw 0;
  border-bottom: 1px solid #e4eae4;
}

@media screen and (min-width: 720px) {
  .comment-list .item {
    padding: 12px 0;
  }
}

.comment-list .comment-head .item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.comment-list .comment-head .item .col {
  font-size: 2.77778vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .comment-list .comment-head .item .col {
    font-size: 20px;
  }
}

.comment-list .comment-head .item .col.satisfaction {
  text-align: left;
}

.comment-list .col {
  font-size: 2.77778vw;
  padding: 0 1.38889vw;
  color: #2c2c2c;
  letter-spacing: 0;
  word-break: break-all;
}

@media screen and (min-width: 720px) {
  .comment-list .col {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .comment-list .col {
    padding: 0 10px;
  }
}

.comment-list .col.user {
  width: 18%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  padding: 0;
}

@media screen and (min-width: 720px) {
  .comment-list .col.user {
    display: inline-block;
    word-wrap: inherit;
    white-space: inherit;
    padding: 0 18px 0 10px;
  }
}

@media screen and (min-width: 1100px) {
  .comment-list .col.user {
    padding: 0 18px 0 35px;
  }
}

.comment-list .col.subject {
  width: 18%;
  text-align: left;
}

.comment-list .col.subject span {
  display: block;
}

@media screen and (min-width: 720px) {
  .comment-list .col.subject span {
    display: inline-block;
  }
}

.comment-list .col.desc {
  width: 49%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  .comment-list .col.desc {
    display: inline-block;
    word-wrap: inherit;
    white-space: inherit;
  }
}

.comment-list .col.satisfaction {
  width: 15%;
  text-align: center;
}

.comment-list .col:only-child {
  width: 100%;
}

.comment-list .col p {
  display: inline-block;
  max-width: 85%;
}

.comment-list .col .new {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: 6px;
  text-align: center;
  font-family: verdana;
  font-size: 11px;
  color: #fff;
  background-color: #e62a29;
}

.comment-action {
  margin: 6.94444vw auto 0;
}

@media screen and (min-width: 720px) {
  .comment-action {
    margin: 50px auto 0;
  }
}

.comment-action .list-pagination {
  display: none;
  font-size: 0;
}

@media screen and (min-width: 1100px) {
  .comment-action .list-pagination {
    display: block;
  }
}

.comment-action .list-pagination a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  vertical-align: top;
  font-weight: 700;
  font-size: 13px;
  color: #666;
}

.comment-action .list-pagination a.active {
  color: #ff0000;
}

.comment-action .list-pagination a.active:after {
  display: block;
}

.comment-action .list-pagination a.control {
  position: relative;
  width: 7px;
  height: 10px;
  margin-top: 2px;
}

.comment-action .list-pagination a.control-prev:before {
  left: 50%;
  margin-left: -3px;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-width: 0;
  border-style: solid;
  border-color: #7d7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.comment-action .list-pagination a.control-next:before {
  right: 50%;
  margin-right: -3px;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-width: 0;
  border-style: solid;
  border-color: #7d7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
}

.comment-action .list-more {
  display: inline-block;
  width: 60%;
}

@media screen and (min-width: 1100px) {
  .comment-action .list-more {
    display: none;
  }
}

.comment-action .list-more a {
  position: relative;
  display: block;
  padding: 2.08333vw 5.55556vw;
  font-size: 4.16667vw;
  font-weight: 700;
  color: #000;
  border-width: 0.27778vw;
  border-style: solid;
  border-color: #000;
  border-radius: 1.38889vw;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a {
    padding: 15px 40px;
  }
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a {
    border-width: 2px;
  }
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a {
    border-radius: 10px;
  }
}

.comment-action .list-more a span {
  position: relative;
  display: block;
}

.comment-action .list-more a span:before, .comment-action .list-more a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.77778vw;
  height: 0.27778vw;
  background-color: #000;
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a span:before, .comment-action .list-more a span:after {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .comment-action .list-more a span:before, .comment-action .list-more a span:after {
    height: 2px;
  }
}

.comment-action .list-more a span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 1100px) {
  .comment-action .list-more {
    display: none;
  }
}

.grade span,
.grade a {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/210512/pc/star_off.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .grade span,
  .grade a {
    width: 18px;
  }
}

@media screen and (min-width: 720px) {
  .grade span,
  .grade a {
    height: 18px;
  }
}

.grade span.on,
.grade a.on {
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/210512/pc/star_on.png");
}

.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%;
  max-width: 900px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.popup-head {
  padding: 10px 20px;
  text-align: left;
  font-size: 4.16667vw;
  color: #000;
  letter-spacing: -0.27778vw;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 720px) {
  .popup-head {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup-head {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 720px) {
  .popup-head {
    font-size: 36px;
    padding: 10px 45px;
  }
}

.popup-body .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-body .btn-apply {
  padding: 20px;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #fff;
  background-color: #003e54;
}

@media screen and (min-width: 720px) {
  .popup-body .btn-apply {
    font-size: 28px;
  }
}

.popup-body .btn-apply span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.popup-body .btn-apply span:before {
  right: 0;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
}

.popup-body .review-wrap .review-write textarea {
  line-height: normal;
  max-height: 216px;
  width: 100%;
  border: none;
  resize: none;
  font-size: 3.33333vw;
  vertical-align: inherit;
  overflow: auto;
  border: 1px solid #000;
  border-top: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write textarea {
    font-size: 24px;
  }
}

.popup-body .review-wrap .review-write .item {
  border: 1px solid #000;
  border-top-width: 0;
}

.popup-body .review-wrap .review-write .item:first-child {
  border-top-width: 1px;
}

.popup-body .review-wrap .review-write .item.item-3 .contents {
  padding: 10px;
  color: #000;
  overflow: auto;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .item.item-3 .contents {
    font-size: 24px;
  }
}

.popup-body .review-wrap .review-write .item.item-3 .contents select {
  width: 100%;
  font-size: inherit;
}

.popup-body .review-wrap .review-write .item.item-4 {
  border: none;
}

.popup-body .review-wrap .review-write .col {
  min-height: 40px;
  line-height: 40px;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .col {
    font-size: 24px;
  }
}

.popup-body .review-wrap .review-write .col.subject {
  width: 20%;
  text-align: center;
  font-weight: 500;
  color: #272727;
  background-color: #f1f1f1;
}

.popup-body .review-wrap .review-write .col.contents {
  width: 80%;
  padding: 0 5px;
}

.popup-body .review-wrap .review-write .col:only-child {
  width: 100%;
  max-height: 216px;
  overflow-y: hidden;
  line-height: normal;
  color: #b6b6b6;
}

.popup-body .review-wrap .review-write .col .full {
  width: 100%;
  padding: 0;
  border: none;
  resize: none;
  font-size: 3.33333vw;
  vertical-align: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .col .full {
    font-size: 24px;
  }
}

.popup-body .review-wrap .review-write .col select.sel {
  border: 1px solid #000;
}

.popup-body .review-wrap .review-write .col select.sel::-ms-expand {
  display: block;
}

.popup-body .review-wrap + .action {
  position: relative !important;
}

.popup-body .action {
  margin-top: 3.33333vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup-body .action {
    margin-top: 24px;
  }
}

.popup-body .action .btn-apply {
  display: inline-block;
  width: 100%;
  padding: 2.77778vw 0;
  background-color: #a30909;
}

@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply {
    width: 400px;
  }
}

.popup-body .action .btn-apply :after {
  display: none;
}

.popup-body .action .btn-apply span {
  font-size: 3.33333vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply span {
    font-size: 24px;
  }
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  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: #000;
}

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

.popup-close:after {
  -webkit-transform: rotate(315deg);
  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;
}

.popup-review .popup-body {
  padding: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup-review .popup-body {
    padding: 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup-review .popup-body {
    padding: 35px 40px;
  }
}

.popup-review.is-view .popup-body .review-write .item-2 .col.contents {
  width: 30%;
}

.popup-review.is-view .grade {
  cursor: default;
  pointer-events: none;
}

.popup-review .limit {
  text-align: right;
  color: #999999;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-review .limit {
    font-size: 20px;
  }
}

.popup.popup-media {
  max-width: 720px;
}

.popup.popup-media .popup-close-layer {
  top: -60px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.popup.popup-media .popup-close-layer:before, .popup.popup-media .popup-close-layer:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}

.popup.popup-media .popup-close-layer:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup.popup-media .popup-close-layer:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup.popup-media .popup-close-layer 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.popup-media .layer-box {
  position: relative;
  max-width: 720px;
}

@media screen and (min-width: 720px) {
  .popup.popup-media .layer-box {
    width: 720px;
    height: 410px;
  }
}

.popup.popup-media .layer-box video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.only-web {
  display: block;
}

.only-mobile {
  display: none;
}

.promotion *, .promotion *:before, .promotion *:after {
  -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;
  color: #000;
  letter-spacing: -.5px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

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

.promotion .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 1;
}

.promotion .contents {
  position: relative;
}

.promotion .blind {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
}

.promotion .btn-hlink {
  display: inline-block;
  position: relative;
}

.promotion .btn-hlink::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 66px;
  height: 73px;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  background-size: cover;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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 moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}

.promotion .btn-hlink.none::after {
  display: none;
}

.promotion .t-flash {
  position: absolute;
  top: -36px;
  left: 35px;
  padding: 10px 20px 12px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  border-radius: 30px;
  background-color: #000;
}

.promotion .t-flash em {
  -webkit-animation-name: colorChange;
          animation-name: colorChange;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes colorChange {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes colorChange {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion .t-flash .point {
  color: #ffd200;
}

.promotion .bottom-banner {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #000;
  display: table;
  width: 100%;
}

.promotion .bottom-banner .warn {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.promotion .bottom-banner .warn span {
  border: 2px solid #ffdf00;
  border-radius: 30px;
  color: #ffdf00;
  padding: 5px 18px;
  font-size: 19px;
  font-weight: 600;
}

.promotion .bottom-banner .pass-timer {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 15px 0 15px 17px;
  letter-spacing: 0;
}

.promotion .bottom-banner .pass-timer > div {
  display: inline-block;
  line-height: 1;
}

.promotion .bottom-banner .pass-timer > div em {
  padding-left: 5px;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
}

.promotion .bottom-banner .pass-timer > div span {
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/210512/pc/bg_num.png") no-repeat 50% 0;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 115px;
  height: 70px;
  line-height: 68px;
  padding: 0 !important;
  letter-spacing: 25px;
  text-align: center;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  text-indent: 13px;
  vertical-align: middle;
  display: inline-block;
}

.promotion .bottom-banner .sale {
  position: absolute;
  bottom: 0;
  left: 11px;
}

.promotion .bottom-banner .pass-desc {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0 10px 300px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}

.promotion .bottom-banner .pass-desc .small {
  display: block;
  font-size: 30px;
}

.promotion .bottom-banner .pass-desc .point {
  color: #ffcf1c;
}

.promotion .bottom-banner .go-action {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion .bottom-banner .go-action .btn-hlink::after {
  bottom: -10px;
  width: 40px;
  height: 44px;
}

.promotion .bottom-banner .block-anchor {
  display: block;
}

.promotion .left-banner {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 100;
  padding: 0 2px;
  margin-left: -918px;
  background-color: #010101;
}

.promotion .left-banner .video-box {
  width: 318px;
  height: 180px;
  margin: 20px auto;
}

.promotion .left-banner .video-box .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotion .left-banner .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 1;
}

.promotion .right-banner {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 100;
  margin-left: 700px;
}

.promotion .right-banner a {
  display: block;
}

.promotion-title {
  background: #ffd200 url("//img.eduwill.net/eduwill/img/2021/Z/event/210512/pc/bg_title.jpg") no-repeat 50% 0;
  background-size: cover;
}

.promotion-title .i-flash {
  position: absolute;
  top: 383px;
  left: 390px;
  -webkit-animation-name: colorChange;
          animation-name: colorChange;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@keyframes colorChange {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion-title .notice-date {
  position: absolute;
  bottom: 83px;
  left: 18px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #222;
  letter-spacing: -2px;
  white-space: nowrap;
}

.promotion-title .notice-date .point {
  color: #f31919;
}

.promotion-notification .notice-date {
  position: absolute;
  top: 270px;
  left: 0;
  font-size: 26px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
}

.promotion-notification .btn-hlink {
  position: absolute;
  top: 916px;
  left: 129px;
}

.promotion-notification .btn-hlink::after {
  width: 50px;
  height: 55px;
}

.promotion-notice {
  background-color: #f7f7f7;
}

.promotion-notice .form {
  margin-bottom: 85px;
}

.promotion-notice .form .name {
  float: left;
  width: 468px;
}

.promotion-notice .form .name input {
  width: 318px;
}

.promotion-notice .form .phone {
  position: relative;
  float: right;
  width: 552px;
  text-align: right;
}

.promotion-notice .form .phone input {
  width: 399px;
}

.promotion-notice .form .phone .desc {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 399px;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
}

.promotion-notice .form .phone .desc .txt1 {
  color: #999;
}

.promotion-notice .form .phone .desc .text2 {
  color: #666;
}

.promotion-notice .form .phone .desc .btn-update {
  position: absolute;
  right: 0;
  bottom: -8px;
}

.promotion-notice .form label {
  padding-right: 15px;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #222;
}

.promotion-notice .form input {
  height: 52px;
  padding: 0 20px;
  vertical-align: middle;
  line-height: 52px;
  font-size: 20px;
  color: #888;
  background-color: #fff;
  border: 2px solid #7f7f7f;
}

.promotion-notice .notice {
  padding: 55px 40px;
  text-align: left;
  letter-spacing: -1px;
  font-weight: 400;
  color: #666;
}

.promotion-notice .notice .tit {
  position: relative;
  margin: 0 0 30px -15px;
  padding-left: 10px;
  color: #3d3d3d;
}

.promotion-notice .notice .tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -1px;
  background-color: #252525;
  border-radius: 50%;
}

.promotion-notice .notice .tit strong {
  font-size: 18px;
}

.promotion-notice .notice .tit span {
  border-bottom: 3px solid #252525;
}

.promotion-notice .notice .item {
  margin-top: 30px;
  line-height: 1.4;
  font-size: 16px;
}

.promotion-notice .notice .item strong {
  position: relative;
  padding-left: 17px;
  font-weight: normal;
  color: #000;
}

.promotion-notice .notice .item strong::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

.promotion-notice .notice .item ul.normal {
  margin-top: 20px;
}

.promotion-notice .notice .item ul.sub {
  margin-left: 17px;
}

.promotion-notice .notice .item .check-area {
  margin-top: 10px;
  padding-left: 17px;
}

.promotion-notice .notice .item .check-area label {
  font-size: 16px;
  color: #3d3d3d;
}

.promotion-notice .notice.type2 {
  padding: 75px 40px 85px;
}

.promotion-notice .notice.type2 .item {
  line-height: 1.5;
  color: #888;
}

.promotion-notice .notice.type2 .item strong {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #3d3d3d;
}

.promotion-notice .notice.type2 .item strong::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background-color: #3d3d3d;
  border-radius: 100%;
}

.promotion-notice .notice.type2 .item ul {
  margin-top: 15px;
}

.promotion-notice .notice.type2 .item ul li {
  list-style-type: none;
}

.promotion-notice .notice.type2 .go-action {
  margin-top: 75px;
  text-align: center;
}

.promotion-video .video-box {
  position: absolute;
  top: 345px;
  left: 203px;
  width: 676px;
}

.promotion-pass .slider-box {
  position: absolute;
  top: 235px;
  right: 80px;
  width: 400px;
  height: 400px;
}

.promotion-pass .slider-box::before, .promotion-pass .slider-box::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  background: transparent;
}

.promotion-pass .slider-box::before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, white 100%);
}

.promotion-pass .slider-box::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1) 100%);
}

.promotion-pass .slider-box .slider-logo {
  height: 100%;
}

.promotion-pass .slider-box .slick-list {
  height: 100% !important;
}

.promotion-pass .slider-box .slick-list .logo {
  display: table;
  height: 70px;
}

.promotion-pass .slider-box .slick-list .logo img {
  margin: 0 auto;
}

.promotion-pass .slider-box .slick-list p {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  width: 200px;
  margin: 0 auto;
}

.promotion-pass .slider-box .slick-list p:nth-child(2) {
  text-align: left;
}

.promotion-video2 .video-list {
  padding: 60px 0 120px;
  font-size: 0;
}

.promotion-video2 .video-list .video-obj {
  display: inline-block;
  margin: 0 6px;
}

.promotion-benefit {
  background-color: #f6f6f6;
}

.promotion-benefit .notice-date {
  position: absolute;
  top: 253px;
  left: 0;
  padding: 7px 17px;
  font-size: 26px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #222;
  white-space: nowrap;
  background-color: #ffd200;
}

.promotion-benefit .notice-date .point {
  font-weight: 600;
  color: #ff0f1c;
}

.promotion-benefit .blur-area img.normal {
  display: inline-block;
}

.promotion-benefit .blur-area img.comming {
  display: none;
}

.promotion-benefit .btn-detail {
  position: absolute;
  left: 80px;
}

.promotion-benefit .btn-detail.btn1 {
  top: 220px;
}

.promotion-benefit .btn-detail.btn2 {
  top: 566px;
}

.promotion-benefit .btn-hlink {
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion-guestbook {
  padding-bottom: 50px;
}

.promotion-guestbook .title {
  padding-top: 124px;
}

.promotion-guestbook .title .go-action {
  margin-top: 66px;
}

.promotion .commingsoon {
  position: relative;
}

.promotion .commingsoon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(249, 249, 249, 0.7);
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/210512/pc/commingsoon.png");
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

.promotion .commingsoon .blur-area img.normal {
  display: none;
}

.promotion .commingsoon .blur-area img.comming {
  display: inline-block;
}

.promotion .commingsoon .btn-detail {
  display: none;
}

.promotion .commingsoon .btn-hlink::after {
  display: none;
}
/*# sourceMappingURL=web.css.map */