@charset "UTF-8";
.grid, .promotion, .promotion-survey .step-3 .answer-5 .fake-radio {
  *zoom: 1;
}

.grid:before, .promotion:before, .promotion-survey .step-3 .answer-5 .fake-radio:before, .grid:after, .promotion:after, .promotion-survey .step-3 .answer-5 .fake-radio:after {
  content: '';
  display: table;
}

.grid:after, .promotion:after, .promotion-survey .step-3 .answer-5 .fake-radio:after {
  clear: both;
}

.promotion-comment .comment-list .col p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sr-only, .promotion .fake-radio input[type="radio"], .promotion-comment .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;
}

.promotion {
  padding-bottom: 90px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #232124;
  letter-spacing: -1px;
  background: url("//img.eduwill.net/Img2/black/promotion/200305/pc/bg_promotion.jpg") no-repeat center top;
  background-size: cover;
}

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

.promotion .fake-radio {
  position: relative;
  display: block;
  width: 100%;
}

.promotion .fake-radio input[type="radio"]:checked + label {
  background-image: url("//img.eduwill.net/Img2/black/promotion/200305/pc/icon_check_active.png");
}

.promotion .fake-radio input[type="radio"]:checked + label span {
  color: #fff;
  border: 3px solid #ffe000;
  background-color: #fc8f01;
}

.promotion .fake-radio label {
  display: block;
  padding-left: 60px;
  font-size: 32px;
  font-weight: 500;
  background-image: url("//img.eduwill.net/Img2/black/promotion/200305/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 41px;
  cursor: pointer;
}

.promotion .fake-radio label span {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  color: #232124;
  border-radius: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .box {
  margin-top: 25px;
  padding-bottom: 90px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 0 0 rgba(196, 196, 196, 0.38);
  box-shadow: 8px 8px 0 0 rgba(196, 196, 196, 0.38);
}

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

.promotion .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 85px;
  height: 83px;
  margin-left: 100px;
  background: url("//img.eduwill.net/Img2/black/promotion/200305/pc/icon_hand.png") no-repeat 0 0;
  -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: linear;
          animation-timing-function: linear;
  -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-title {
  margin-top: 98px;
  opacity: 0;
}

.promotion-title .title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
}

.promotion-title .title .highlight {
  color: #fc8301;
}

.promotion-survey {
  opacity: 0;
}

.promotion-survey .survey-pagination {
  margin-top: 20px;
}

.promotion-survey .survey-pagination span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  border-radius: 11px;
  background-color: #c1c1c1;
}

.promotion-survey .survey-pagination span:first-child {
  margin-left: 0;
}

.promotion-survey .survey-pagination span.active {
  width: 54px;
  background-color: #fc8f01;
}

.promotion-survey .survey-action {
  margin-top: 43px;
}

.promotion-survey .step {
  display: none;
}

.promotion-survey .step .answer-box {
  margin: 0 60px;
  background-color: #f6f6f6;
}

.promotion-survey .step .answer-list {
  display: inline-block;
  padding: 0 160px 60px;
}

.promotion-survey .step .col {
  width: 50%;
  min-height: 54px;
  margin-top: 60px;
  padding-left: 60px;
  text-align: left;
}

.promotion-survey .step.active {
  display: block;
}

.promotion-survey .step-2 .col {
  float: none;
  width: 100%;
  clear: both;
  padding-left: 0;
}

.promotion-survey .step-3 .answer-list {
  padding-left: 120px;
  padding-right: 120px;
}

.promotion-survey .step-3 .answer-list .col {
  padding-left: 0;
}

.promotion-survey .step-3 .answer-5 {
  width: 100%;
}

.promotion-survey .step-3 .answer-5 .fake-radio {
  vertical-align: middle;
}

.promotion-survey .step-3 .answer-5 label {
  float: left;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-survey .step-3 .answer-5 .text {
  float: left;
  width: 0;
  height: 53px;
  max-height: 53px;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.promotion-survey .step-3 .answer-5 .fake-radio input[type="radio"]:checked ~ .text {
  width: 400px;
  height: 53px;
  max-height: 53px;
  margin-left: 10px;
  line-height: 53px;
  overflow: visible;
  opacity: 1;
  border: 1px solid #dedede;
  background-color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.promotion-result .result-box {
  padding-bottom: 9px;
}

.promotion-result .picture {
  background: url("//img.eduwill.net/Img2/black/promotion/200305/pc/bg_coupon.png") no-repeat center bottom;
}

.promotion-result .subject {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -2px;
}

.promotion-result .desc {
  margin-top: 4px;
  font-size: 20px;
  letter-spacing: -1.2px;
}

.promotion-result .desc img {
  vertical-align: middle;
}

.promotion-result .result-action {
  margin-top: 32px;
}

.promotion-result .notice {
  margin: 60px 9px 0;
  padding: 30px 0;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.promotion-result .notice .subject {
  width: 18%;
  padding-top: 31px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}

.promotion-result .notice .subject span {
  display: block;
  letter-spacing: 4px;
}

.promotion-result .notice .subject:before {
  content: '!';
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 4px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-result .notice .list {
  width: 82%;
  text-align: left;
}

.promotion-result .notice .list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}

.promotion-result .notice .list li:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.promotion-comment .comment-box {
  padding: 0 60px 60px;
}

.promotion-comment .comment-form .grid {
  border: 3px solid #f89702;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(255, 170, 7, 0.68);
  box-shadow: 5px 5px 0 0 rgba(255, 170, 7, 0.68);
}

.promotion-comment .comment-form .col.text {
  float: left;
  width: 80%;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  font-size: 18px;
  color: #202020;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-comment .comment-form .col.text::-webkit-input-placeholder {
  font-size: 18px;
  color: #202020;
}

.promotion-comment .comment-form .col.text:-ms-input-placeholder {
  font-size: 18px;
  color: #202020;
}

.promotion-comment .comment-form .col.text::-ms-input-placeholder {
  font-size: 18px;
  color: #202020;
}

.promotion-comment .comment-form .col.text::placeholder {
  font-size: 18px;
  color: #202020;
}

.promotion-comment .comment-form .col.button {
  position: relative;
  display: table;
  float: right;
  width: 20%;
  height: 72px;
  border-radius: 0 6px 6px 0;
  background: #ffab26;
  background: -webkit-gradient(linear, left top, right top, from(#ffab26), to(#ff8c26));
  background: linear-gradient(90deg, #ffab26 0%, #ff8c26 100%);
}

.promotion-comment .comment-form .col.button span {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.promotion-comment .comment-form .caution {
  margin: 20px 0 0 40px;
  text-align: left;
  font-size: 14px;
  color: #232124;
  opacity: .8;
}

.promotion-comment .comment-list {
  margin-top: 50px;
  border-bottom: 2px solid #545454;
}

.promotion-comment .comment-list .item {
  padding: 20px 0;
  border-top: 1px solid #dedede;
}

.promotion-comment .comment-list .item:first-child {
  border-top-width: 2px;
  border-top-color: #545454;
}

.promotion-comment .comment-list .item.nodata .col {
  float: none;
  clear: both;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.promotion-comment .comment-list .col {
  font-size: 17px;
  color: #7a7a7a;
  letter-spacing: 0;
  word-break: break-all;
}

.promotion-comment .comment-list .col.number {
  width: 10%;
}

.promotion-comment .comment-list .col.user {
  width: 15%;
}

.promotion-comment .comment-list .col.desc {
  width: 75%;
  text-align: left;
  color: #232124;
}

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

.promotion-comment .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;
}

.promotion-comment .pagination {
  display: block;
  margin-top: 30px;
  font-size: 0;
}

.promotion-comment .pagination a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 13px;
  color: #666;
}

.promotion-comment .pagination a.on {
  color: #e62a29;
}

.promotion-comment .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}

.promotion-comment .pagination a.control-prev {
  margin-right: 10px;
}

.promotion-comment .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: #7c7c7c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.promotion-comment .pagination a.control-next {
  margin-left: 10px;
}

.promotion-comment .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: #7c7c7c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
}

.promotion-comment .comment-action {
  display: none;
  margin-top: 1.25rem;
}

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

.promotion-comment .comment-action a {
  display: block;
  font-size: 4.167vw;
  color: #fff;
  background-color: #989898;
  padding: 0.625rem 0;
  border-radius: 0.15625rem;
}

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

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

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

.promotion-notice {
  padding: 50px 0 55px;
  color: #202020;
  background-color: #f6f6f6;
}

.promotion-notice .title {
  width: 17%;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.promotion-notice .list {
  width: 83%;
  text-align: left;
  font-size: 17px;
}

.promotion-notice .list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.647;
}

.promotion-notice .list li:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=web.css.map */