@charset "UTF-8";
.grid, .popup-body .result-list .thumb, .popup-body .step-list, .popup-body .check-list, .popup-body .result-list, .promotion .sector-product .product-list {
  *zoom: 1;
}

.grid:before, .popup-body .result-list .thumb:before, .popup-body .step-list:before, .popup-body .check-list:before, .popup-body .result-list:before, .promotion .sector-product .product-list:before, .grid:after, .popup-body .result-list .thumb:after, .popup-body .step-list:after, .popup-body .check-list:after, .popup-body .result-list:after, .promotion .sector-product .product-list:after {
  content: '';
  display: table;
}

.grid:after, .popup-body .result-list .thumb:after, .popup-body .step-list:after, .popup-body .check-list:after, .popup-body .result-list:after, .promotion .sector-product .product-list:after {
  clear: both;
}

.promotion .comment-group .comment-list .item .col.user, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.user, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.user, .promotion .comment-group .comment-list .item .popup-body .step-list .user.step, .popup-body .step-list .promotion .comment-group .comment-list .item .user.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.user, .popup-body .check-list .promotion .comment-group .comment-list .item li.user {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.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, .popup-body .result-list .thumb, .popup-body .step-list, .popup-body .check-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .popup-body .result-list .thumb .col, .popup-body .step-list .col, .popup-body .check-list .col, .popup-body .result-list .thumb p, .popup-body .step-list .step, .popup-body .result-list .thumb .check-list li, .popup-body .check-list .result-list .thumb li, .popup-body .check-list li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}

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

.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.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% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

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

.effect-bounce-updown {
  -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% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    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% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    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-start;
          animation-timing-function: step-start;
  -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 *, .promotion *:before, .promotion *:after,
.product *,
.product *:before,
.product *:after,
.product-eco *,
.product-eco *:before,
.product-eco *:after,
.fullservice *,
.fullservice *:before,
.fullservice *:after {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.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: block;
}

.promotion .only-mobile,
.product .only-mobile,
.product-eco .only-mobile,
.fullservice .only-mobile {
  display: none;
}

.promotion .text-center,
.product .text-center,
.product-eco .text-center,
.fullservice .text-center {
  text-align: center !important;
}

.promotion {
  position: relative;
  text-align: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

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

.promotion img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.promotion input::-ms-clear {
  display: none;
}

.promotion input[type=number]::-webkit-inner-spin-button,
.promotion input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.promotion input[type=number] {
  -moz-appearance: textfield;
}

.promotion select {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
}

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

.promotion .comment-group {
  margin-top: 8.33333vw;
  padding: 0 6.94444vw;
}

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

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

@media screen and (min-width: 1100px) {
  .promotion .comment-group {
    padding: 0 0;
    width: 1100px;
    margin: 0 auto;
  }
}

.promotion .comment-group .comment-title {
  text-align: center;
  padding-bottom: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-title {
    padding-bottom: 20px;
  }
}

.promotion .comment-group .comment-title strong {
  color: #222;
  font-size: 5.55556vw;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-title strong {
    font-size: 40px;
  }
}

.promotion .comment-group .comment-title strong .total {
  color: #9c8354;
}

.promotion .comment-group .comment-form {
  position: relative;
  width: 100%;
}

.promotion .comment-group .comment-form .subject {
  padding: 1.38889vw 2.77778vw;
  margin-bottom: 1.38889vw;
  width: 100%;
  max-width: 720px;
  height: 50px;
  font-size: 3.61111vw;
  font-weight: 400;
  color: #222;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .subject {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .subject {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .subject {
    font-size: 26px;
  }
}

.promotion .comment-group .comment-form .subject ::-webkit-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .subject :-ms-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .subject ::-ms-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .subject ::placeholder {
  font-size: 3.61111vw;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .subject ::-webkit-input-placeholder {
    font-size: 26px;
  }
  .promotion .comment-group .comment-form .subject :-ms-input-placeholder {
    font-size: 26px;
  }
  .promotion .comment-group .comment-form .subject ::-ms-input-placeholder {
    font-size: 26px;
  }
  .promotion .comment-group .comment-form .subject ::placeholder {
    font-size: 26px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .subject ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .subject :-ms-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .subject ::-ms-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .subject ::placeholder {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .subject {
    height: 60px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .subject {
    width: 890px;
    max-width: 100%;
    font-size: 16px;
  }
}

.promotion .comment-group .comment-form .text {
  padding: 1.38889vw 2.77778vw;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  resize: none;
  height: 150px;
  font-size: 3.33333vw;
  font-weight: 400;
  color: #222;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .text {
    font-size: 24px;
  }
}

.promotion .comment-group .comment-form .text ::-webkit-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .text :-ms-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .text ::-ms-input-placeholder {
  font-size: 3.61111vw;
}

.promotion .comment-group .comment-form .text ::placeholder {
  font-size: 3.61111vw;
}

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

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .text ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .text :-ms-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .text ::-ms-input-placeholder {
    font-size: 16px;
  }
  .promotion .comment-group .comment-form .text ::placeholder {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .text {
    height: 200px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .text {
    max-width: 890px;
    width: 80%;
    font-size: 16px;
    height: 120px;
  }
}

.promotion .comment-group .comment-form .button {
  float: right;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-top: 2.08333vw;
  vertical-align: top;
  background-color: #222;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .button {
    margin-top: 15px;
  }
}

@media screen and (min-width: 530px) {
  .promotion .comment-group .comment-form .button {
    height: 70px;
    line-height: 70px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .button {
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .button {
    max-width: 200px;
    width: 20%;
    height: 120px;
    line-height: 120px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .button {
    background-color: #222;
  }
}

.promotion .comment-group .comment-form .button span {
  display: block;
  font-size: 5.55556vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .button span {
    font-size: 40px;
  }
}

@media screen and (min-width: 530px) {
  .promotion .comment-group .comment-form .button span {
    font-size: 4.16667vw;
  }
}

@media screen and (min-width: 530px) and (min-width: 720px) {
  .promotion .comment-group .comment-form .button span {
    font-size: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .button span {
    font-size: 26px;
  }
}

.promotion .comment-group .comment-form .button em {
  display: none;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .button em {
    display: inline-block;
  }
}

.promotion .comment-group .comment-form .comment-mask {
  padding: 4.72222vw 0;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .comment-mask {
    padding: 34px 0;
  }
}

.promotion .comment-group .comment-form .notice {
  padding-top: 1.38889vw;
  text-align: left;
  line-height: 1.5;
  font-size: 3.05556vw;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .notice {
    padding-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-form .notice {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-form .notice {
    font-size: 14px;
  }
}

.promotion .comment-group .comment-list {
  margin: 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}

.promotion .comment-group .comment-list .item {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.promotion .comment-group .comment-list .item .btn-del {
  position: absolute;
  right: 5px;
  top: 5px;
  max-width: 15px;
}

.promotion .comment-group .comment-list .item:last-child {
  border-bottom: 0;
}

.promotion .comment-group .comment-list .item .col, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p, .promotion .comment-group .comment-list .item .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item .step, .promotion .comment-group .comment-list .item .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item li {
  padding: 2.77778vw 0;
  line-height: 1.5;
  font-size: 3.61111vw;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-list .item .col, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p, .promotion .comment-group .comment-list .item .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item .step, .promotion .comment-group .comment-list .item .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item li {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-list .item .col, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p, .promotion .comment-group .comment-list .item .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item .step, .promotion .comment-group .comment-list .item .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item li {
    font-size: 26px;
  }
}

.promotion .comment-group .comment-list .item .col strong, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p strong, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p strong, .promotion .comment-group .comment-list .item .popup-body .step-list .step strong, .popup-body .step-list .promotion .comment-group .comment-list .item .step strong, .promotion .comment-group .comment-list .item .popup-body .check-list li strong, .popup-body .check-list .promotion .comment-group .comment-list .item li strong {
  color: #010101;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item .col, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p, .promotion .comment-group .comment-list .item .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item .step, .promotion .comment-group .comment-list .item .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item li {
    font-size: 16px;
  }
}

.promotion .comment-group .comment-list .item .col.number, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.number, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.number, .promotion .comment-group .comment-list .item .popup-body .step-list .number.step, .popup-body .step-list .promotion .comment-group .comment-list .item .number.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.number, .popup-body .check-list .promotion .comment-group .comment-list .item li.number {
  width: 10%;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item .col.number, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.number, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.number, .promotion .comment-group .comment-list .item .popup-body .step-list .number.step, .popup-body .step-list .promotion .comment-group .comment-list .item .number.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.number, .popup-body .check-list .promotion .comment-group .comment-list .item li.number {
    width: 5%;
  }
}

.promotion .comment-group .comment-list .item .col.user, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.user, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.user, .promotion .comment-group .comment-list .item .popup-body .step-list .user.step, .popup-body .step-list .promotion .comment-group .comment-list .item .user.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.user, .popup-body .check-list .promotion .comment-group .comment-list .item li.user {
  width: 20%;
  text-align: left;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item .col.user, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.user, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.user, .promotion .comment-group .comment-list .item .popup-body .step-list .user.step, .popup-body .step-list .promotion .comment-group .comment-list .item .user.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.user, .popup-body .check-list .promotion .comment-group .comment-list .item li.user {
    width: 10%;
    text-align: center;
  }
}

.promotion .comment-group .comment-list .item .col.desc, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.desc, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.desc, .promotion .comment-group .comment-list .item .popup-body .step-list .desc.step, .popup-body .step-list .promotion .comment-group .comment-list .item .desc.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.desc, .popup-body .check-list .promotion .comment-group .comment-list .item li.desc {
  width: 100%;
  padding-top: 0;
  text-align: left;
  letter-spacing: -.5px;
  word-break: break-all;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item .col.desc, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.desc, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.desc, .promotion .comment-group .comment-list .item .popup-body .step-list .desc.step, .popup-body .step-list .promotion .comment-group .comment-list .item .desc.step, .promotion .comment-group .comment-list .item .popup-body .check-list li.desc, .popup-body .check-list .promotion .comment-group .comment-list .item li.desc {
    width: 75%;
    padding-left: 25px;
    padding-top: 20px;
  }
}

.promotion .comment-group .comment-list .item .col.desc .subject, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p.desc .subject, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p.desc .subject, .promotion .comment-group .comment-list .item .popup-body .step-list .desc.step .subject, .popup-body .step-list .promotion .comment-group .comment-list .item .desc.step .subject, .promotion .comment-group .comment-list .item .popup-body .check-list li.desc .subject, .popup-body .check-list .promotion .comment-group .comment-list .item li.desc .subject {
  display: block;
  font-weight: 700;
  color: #222;
}

.promotion .comment-group .comment-list .item .col:only-child, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p:only-child, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p:only-child, .promotion .comment-group .comment-list .item .popup-body .step-list .step:only-child, .popup-body .step-list .promotion .comment-group .comment-list .item .step:only-child, .promotion .comment-group .comment-list .item .popup-body .check-list li:only-child, .popup-body .check-list .promotion .comment-group .comment-list .item li:only-child {
  width: 100%;
  padding: 6.94444vw 0;
  text-align: center;
  font-size: 3.61111vw;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-list .item .col:only-child, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p:only-child, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p:only-child, .promotion .comment-group .comment-list .item .popup-body .step-list .step:only-child, .popup-body .step-list .promotion .comment-group .comment-list .item .step:only-child, .promotion .comment-group .comment-list .item .popup-body .check-list li:only-child, .popup-body .check-list .promotion .comment-group .comment-list .item li:only-child {
    padding: 50px 0;
  }
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-list .item .col:only-child, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p:only-child, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p:only-child, .promotion .comment-group .comment-list .item .popup-body .step-list .step:only-child, .popup-body .step-list .promotion .comment-group .comment-list .item .step:only-child, .promotion .comment-group .comment-list .item .popup-body .check-list li:only-child, .popup-body .check-list .promotion .comment-group .comment-list .item li:only-child {
    font-size: 26px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item .col:only-child, .promotion .comment-group .comment-list .item .popup-body .result-list .thumb p:only-child, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item p:only-child, .promotion .comment-group .comment-list .item .popup-body .step-list .step:only-child, .popup-body .step-list .promotion .comment-group .comment-list .item .step:only-child, .promotion .comment-group .comment-list .item .popup-body .check-list li:only-child, .popup-body .check-list .promotion .comment-group .comment-list .item li:only-child {
    font-size: 14px;
  }
}

.promotion .comment-group .comment-list .item.nodata .col, .promotion .comment-group .comment-list .item.nodata .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item.nodata p, .promotion .comment-group .comment-list .item.nodata .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item.nodata .step, .promotion .comment-group .comment-list .item.nodata .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item.nodata li {
  font-size: 3.05556vw;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .comment-list .item.nodata .col, .promotion .comment-group .comment-list .item.nodata .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item.nodata p, .promotion .comment-group .comment-list .item.nodata .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item.nodata .step, .promotion .comment-group .comment-list .item.nodata .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item.nodata li {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .comment-list .item.nodata .col, .promotion .comment-group .comment-list .item.nodata .popup-body .result-list .thumb p, .popup-body .result-list .thumb .promotion .comment-group .comment-list .item.nodata p, .promotion .comment-group .comment-list .item.nodata .popup-body .step-list .step, .popup-body .step-list .promotion .comment-group .comment-list .item.nodata .step, .promotion .comment-group .comment-list .item.nodata .popup-body .check-list li, .popup-body .check-list .promotion .comment-group .comment-list .item.nodata li {
    font-size: 18px;
  }
}

.promotion .comment-group .paging {
  display: none;
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .promotion .comment-group .paging {
    display: block;
  }
}

.promotion .comment-group .paging a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.promotion .comment-group .paging a.control {
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .comment-group .paging a.control:before {
  content: ' ';
  position: relative;
  top: -4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #777;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.promotion .comment-group .paging a.control-prev:before {
  margin-left: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

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

.promotion .comment-group .paging a.control-next:before {
  margin-right: 2px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.promotion .comment-group .paging a.active {
  color: #333;
  border-bottom: 2px solid #333;
}

.promotion .comment-group .list-more {
  display: block;
  margin-top: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .promotion .comment-group .list-more {
    margin-top: 30px;
  }
}

.promotion .comment-group .list-more a {
  position: relative;
  display: block;
  background-color: #222;
  color: #fff;
  padding: 2.77778vw 0;
  font-size: 4.16667vw;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

@media screen and (min-width: 720px) {
  .promotion .comment-group .list-more a {
    padding: 1.38889vw 0;
    font-size: 2.77778vw;
  }
}

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

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

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

.dimmed,
.popup-dim {
  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);
}

.eduf-layer {
  z-index: 999 !important;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  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-body {
  padding: 9.72222vw 5.55556vw;
}

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

.popup-body .result-list {
  position: relative;
  border-width: 0.55556vw;
  border-style: solid;
  border-color: #000;
  -webkit-box-shadow: -2px 16px 21px 0 rgba(0, 0, 0, 0.44);
  box-shadow: -2px 16px 21px 0 rgba(0, 0, 0, 0.44);
}

@media screen and (min-width: 720px) {
  .popup-body .result-list {
    border-width: 4px;
  }
}

.popup-body .result-list .icon-best {
  position: absolute;
  top: -6.18056vw;
  right: 0;
  left: 50%;
  width: 36.38889vw;
  height: 12.36111vw;
  margin-left: -18.19444vw;
  background: url("//img.eduwill.net/resources/img/land/event/201126/mobile/icon_best.png") no-repeat 50% 0;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    top: -44.5px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    width: 262px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    height: 89px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    margin-left: -131px;
  }
}

.popup-body .result-list .result-item {
  padding-bottom: 5.55556vw;
  font-size: 3.33333vw;
}

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

@media screen and (min-width: 720px) {
  .popup-body .result-list .result-item {
    font-size: 24px;
  }
}

.popup-body .result-list .thumb p {
  width: 33.33%;
  margin-top: 5.55556vw;
  padding: 0 1.38889vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb p {
    margin-top: 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb p {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .result-list .thumb p {
    width: 16.66%;
  }
}

.popup-body .result-list .thumb span {
  display: block;
  margin-top: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb span {
    margin-top: 10px;
  }
}

.popup-body .reason-write {
  margin-top: 12.5vw;
  text-align: left;
}

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

.popup-body .reason-write .subject {
  font-size: 3.33333vw;
  font-weight: 700;
}

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

.popup-body .reason-write .desc {
  height: 43.61111vw;
  margin-top: 1.38889vw;
  border: 1px solid #dedede;
}

@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc {
    height: 314px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc {
    margin-top: 10px;
  }
}

.popup-body .reason-write .desc textarea {
  width: 100%;
  height: 100%;
  padding: 1.38889vw;
  overflow-y: auto;
  border: none;
  resize: none;
  font-size: 2.77778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc textarea {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc textarea {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .reason-write .desc textarea {
    font-size: 16px;
  }
}

.popup-body .action {
  margin-top: 4.16667vw;
  text-align: center;
  font-size: 0;
}

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

.popup-body .action .btn {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-left: 2%;
  padding: 1.25vw;
  font-size: 3.33333vw;
  font-weight: 700;
  color: #fff;
  border-radius: 1.38889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

@media screen and (min-width: 1100px) {
  .popup-body .action .btn {
    width: 190px;
    margin-left: 10px;
  }
  .popup-body .action .btn:first-child {
    margin-left: 0;
  }
}

.popup-body .action .btn:first-child {
  margin-left: 0;
}

.popup-body .action .btn-cancel {
  background-color: #b8b8b8;
}

.popup-body .action .btn-confirm {
  background-color: #222;
}

.popup-body .title {
  text-align: center;
  font-size: 3.33333vw;
  font-weight: 700;
  color: #222;
}

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

.popup-body .event-info {
  margin-top: 8.33333vw;
  color: #222;
}

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

.popup-body .event-info .desc {
  margin-top: 2.77778vw;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .event-info .desc {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .event-info .desc {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .event-info .desc {
    font-size: 18px;
  }
}

.popup-body .event-info .subject {
  margin-top: 8.33333vw;
  font-size: 3.05556vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup-body .event-info .subject {
    margin-top: 60px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .event-info .subject {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .event-info .subject {
    font-size: 18px;
  }
}

.popup-body .step-list {
  margin-top: 2.77778vw;
}

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

.popup-body .step-list .step {
  width: 49%;
  min-height: 30.55556vw;
  padding: 2.77778vw 4.16667vw;
  border-radius: 1.38889vw;
  background-color: #f4f4f4;
}

@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    min-height: 220px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .step-list .step {
    min-height: 140px;
  }
}

.popup-body .step-list .step:first-child {
  margin-right: 1%;
}

.popup-body .step-list .step:last-child {
  margin-left: 1%;
}

.popup-body .step-list .num {
  font-size: 3.05556vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup-body .step-list .num {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .step-list .num {
    font-size: 18px;
  }
}

.popup-body .step-list .num span {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #222;
}

.popup-body .step-list .desc {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .step-list .desc {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .step-list .desc {
    font-size: 16px;
  }
}

.popup-body .member-box {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 2.77778vw;
  border-bottom: 1px dashed #ddd;
}

@media screen and (min-width: 720px) {
  .popup-body .member-box {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .member-box {
    padding-bottom: 20px;
  }
}

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

.popup-body .member-box a {
  text-decoration: underline;
}

.popup-body .check-list li {
  width: 50%;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .check-list li {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .check-list li {
    font-size: 14px;
  }
}

.popup-body .check-list li input {
  margin: 0;
  margin-right: 5px;
}

@media screen and (min-width: 1100px) {
  .popup-body .check-list li input {
    width: 20px;
    height: 20px;
  }
}

.popup-body .check-list li label {
  cursor: pointer;
}

.popup-body .table-wrap {
  margin-top: 0.625rem;
}

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

.popup-body .table-wrap table {
  width: 100%;
  background-color: #ffff;
}

.popup-body .table-wrap th {
  color: #fff;
  background-color: #555;
}

.popup-body .table-wrap th,
.popup-body .table-wrap td {
  padding: 0.3125rem;
  text-align: center;
  font-size: 2.77778vw;
  letter-spacing: -1px;
  word-break: break-all;
  border-left: 1px solid #000;
}

@media screen and (min-width: 720px) {
  .popup-body .table-wrap th,
  .popup-body .table-wrap td {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .table-wrap th,
  .popup-body .table-wrap td {
    font-size: 20px;
  }
}

.popup-body .table-wrap th:first-child,
.popup-body .table-wrap td:first-child {
  border-left: 0;
}

@media screen and (min-width: 1100px) {
  .popup-body .table-wrap th,
  .popup-body .table-wrap td {
    font-size: 14px;
  }
}

.popup-body .table-wrap td {
  color: #000;
}

.popup-body .table-wrap td.highlight {
  font-size: 3.33333vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup-body .table-wrap td.highlight {
    font-size: 24px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .table-wrap td.highlight {
    font-size: 20px;
  }
}

.popup-body .agree-list {
  margin-top: 0.625rem;
}

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

.popup-body .agree-list li {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .agree-list li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .agree-list li {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .agree-list li {
    font-size: 14px;
  }
}

.popup-body .agree-list li:first-child {
  margin-left: 0;
}

.popup-body .agree-list li input {
  margin: 0;
  margin-right: 5px;
}

.popup-body .agree-list li label {
  cursor: pointer;
}

.popup-body .info-box .table-wrap th, .popup-body .info-box .table-wrap td {
  text-align: left;
  font-size: 2.5vw;
  color: #000;
  border: none;
}

@media screen and (min-width: 720px) {
  .popup-body .info-box .table-wrap th, .popup-body .info-box .table-wrap td {
    font-size: 18px;
  }
}

.popup-body .info-box .table-wrap th .text, .popup-body .info-box .table-wrap td .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0.3125rem;
  font-size: 2.5vw;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-body .info-box .table-wrap th .text, .popup-body .info-box .table-wrap td .text {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .info-box .table-wrap th .text, .popup-body .info-box .table-wrap td .text {
    font-size: 18px;
  }
}

.popup-body .info-box .table-wrap th .text[readonly], .popup-body .info-box .table-wrap td .text[readonly] {
  background-color: #f2f2f2;
}

.popup-body .info-box .table-wrap th {
  font-weight: 400;
  background: none;
}

.popup-body .answer-title {
  font-size: 3.61111vw;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup-body .answer-title {
    font-size: 26px;
  }
}

.popup-body .answer-table {
  margin-top: 0.625rem;
}

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

.popup-body .answer-table + .answer-title {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup-body .answer-table + .answer-title {
    margin-top: 20px;
  }
}

.popup-body .answer-table table {
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.popup-body .answer-table th,
.popup-body .answer-table td {
  padding: 0.3125rem 0;
  text-align: center;
  font-size: 2.77778vw;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 720px) {
  .popup-body .answer-table th,
  .popup-body .answer-table td {
    padding: 10px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup-body .answer-table th,
  .popup-body .answer-table td {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .answer-table th,
  .popup-body .answer-table td {
    font-size: 14px;
  }
}

.popup-body .answer-table th {
  font-weight: 400;
}

.popup-body .answer-table td {
  font-weight: 700;
}

.popup-body .answer-table thead th {
  background-color: #e0e0e0;
}

.popup-body .personal-box {
  margin-top: 0.625rem;
}

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

.popup-body .personal-box .title {
  font-size: 3.33333vw;
  font-weight: 600;
}

@media screen and (min-width: 720px) {
  .popup-body .personal-box .title {
    font-size: 24px;
  }
}

.popup-body .personal-box .title span {
  color: #ffa704;
}

@media screen and (min-width: 1100px) {
  .popup-body .personal-box .title {
    font-size: 18px;
  }
}

.popup-body .personal-box .agree-box {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .personal-box .agree-box {
    font-size: 20px;
  }
}

.popup-body .personal-box .agree-box .table-wrap table th {
  background-color: #f6f6f6;
  color: #000;
  font-weight: 400;
  border: 0;
}

@media screen and (min-width: 1100px) {
  .popup-body .personal-box .agree-box .table-wrap table th {
    font-size: 18px;
  }
}

.popup-body .personal-box .agree-box .table-wrap table td {
  border: 0;
  border-bottom: 1px solid #f6f6f6;
}

@media screen and (min-width: 1100px) {
  .popup-body .personal-box .agree-box .table-wrap table td {
    font-size: 16px;
  }
}

.popup-body .personal-box .agree-box label {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-body .personal-box .agree-box label {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-body .personal-box .agree-box label {
    font-size: 16px;
  }
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .popup-close {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup-close {
    height: 50px;
  }
}

.popup-close:before, .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  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;
}

@media screen and (min-width: 1100px) {
  .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .popup-close {
    width: 60px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .popup-close {
    height: 60px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-close:before, .popup-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    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-head {
  padding: 1.25rem 0.3125rem 0.9375rem 0;
  text-align: center;
  line-height: 1.2;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  background-color: #7f7f7f;
}

@media screen and (min-width: 720px) {
  .popup-head {
    padding: 40px 10px 30px 0;
  }
}

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

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

.popup-head strong {
  display: block;
  color: #fdc200;
  display: inline-block;
}

.popup-title {
  padding: 0.625rem;
  text-align: left;
  border-radius: 0;
  background-color: #eee;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (min-width: 720px) {
  .popup-title {
    padding: 20px;
  }
}

.popup-title p {
  font-size: 3.88889vw;
  font-weight: 700;
  color: #000;
}

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

@media screen and (min-width: 1100px) {
  .popup-title p {
    font-size: 22px;
  }
}

.eco-4296,
.eco-4288,
.eco-4302 {
  font-size: 2.08333vw;
}

@media screen and (min-width: 720px) {
  .eco-4296,
  .eco-4288,
  .eco-4302 {
    font-size: 15px;
  }
}

.eco-4296 strong,
.eco-4288 strong,
.eco-4302 strong {
  display: block;
}

.popup-type2 {
  display: none;
  position: fixed;
  top: 50% !important;
  left: 50%;
  z-index: 1001;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1100px) {
  .popup-type2 {
    max-width: 800px;
  }
}

.popup-type2 .popup-body {
  padding: 0 !important;
}

.popup-type2 .popup-body img {
  width: 100%;
}

.popup-type2 .popup-body .pop-move {
  text-align: center;
  position: absolute;
  bottom: 8.33333vw;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .pop-move {
    bottom: 60px;
  }
}

.popup-type2 .popup-body .pop-move li {
  display: inline-block;
  width: 29.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20.83333vw;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .pop-move li {
    height: 150px;
  }
}

.popup-type2 .popup-body .pop-move li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.popup-type2 .popup-body .check-box .check-list label {
  font-weight: 600;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .check-box .check-list label {
    font-size: 18px;
  }
}

.popup-type2 .popup-body .check-box .check-list label input {
  width: 2.77778vw;
  height: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .check-box .check-list label input {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .check-box .check-list label input {
    height: 20px;
  }
}

.popup-type2 .popup-body .check-box .notice {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .check-box .notice {
    margin-top: 20px;
  }
}

.popup-type2 .popup-body .check-box .notice li {
  font-weight: 300;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .check-box .notice li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .popup-type2 .popup-body .check-box .notice li {
    font-size: 16px;
  }
}

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

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

.popup-type2 .popup-body .popup-action a {
  display: inline-block;
  padding: 1.38889vw;
  width: 41.66667vw;
  text-align: center;
  font-size: 3.88889vw;
  color: #fff;
  font-weight: 600;
  background: #222;
  border-radius: 50px;
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .popup-action a {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-type2 .popup-body .popup-action a {
    width: 300px;
  }
}

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

#popupBase2 {
  border-radius: 20px 20px 0 0;
  height: 105.55556vw;
}

@media screen and (min-width: 720px) {
  #popupBase2 {
    height: 760px;
  }
}

#popupBase2 .popup-body {
  height: 86.11111vw;
  overflow-y: auto;
  padding: 4.16667vw 5.55556vw;
}

@media screen and (min-width: 720px) {
  #popupBase2 .popup-body {
    height: 620px;
  }
}

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

#popupBase2 .popup-close {
  top: 2.77778vw;
  right: 2.77778vw;
}

@media screen and (min-width: 720px) {
  #popupBase2 .popup-close {
    top: 20px;
  }
}

@media screen and (min-width: 720px) {
  #popupBase2 .popup-close {
    right: 20px;
  }
}

@media screen and (min-width: 1100px) {
  #popupBase2 .popup-close {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 1100px) {
  #popupPass.popup {
    max-width: 640px !important;
  }
}

#popupPass .popup-body {
  padding: 5% 10% 10% !important;
  background-color: #f9f5f4;
}

#popupPass .popup-body .title strong {
  font-weight: 900;
  font-size: 4.44444vw;
}

@media screen and (min-width: 720px) {
  #popupPass .popup-body .title strong {
    font-size: 32px;
  }
}

#popupPass .popup-body .center {
  text-align: center;
  margin-bottom: 4.16667vw;
}

@media screen and (min-width: 720px) {
  #popupPass .popup-body .center {
    margin-bottom: 30px;
  }
}

#popupPass .popup-body .center img {
  width: 58.88889vw;
}

@media screen and (min-width: 720px) {
  #popupPass .popup-body .center img {
    width: 424px;
  }
}

@media screen and (min-width: 1100px) {
  #popupPass .popup-body {
    padding: 40px 40px 60px !important;
  }
}

#popupCertify1 .popup-body,
#popupCertify2 .popup-body {
  margin: 5.55556vw 4.16667vw;
}

@media screen and (min-width: 720px) {
  #popupCertify1 .popup-body,
  #popupCertify2 .popup-body {
    margin: 40px 30px;
  }
}

#popupCertify1 .popup-body .line p,
#popupCertify2 .popup-body .line p {
  margin-bottom: 10px;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  #popupCertify1 .popup-body .line p,
  #popupCertify2 .popup-body .line p {
    font-size: 20px;
  }
}

#popupCertify1 .popup-body textarea,
#popupCertify2 .popup-body textarea {
  width: 100%;
  border: 1px solid #999;
}

.filebox {
  position: relative;
}

.filebox > p {
  padding-right: 19.44444vw;
  background: #000;
}

@media screen and (min-width: 720px) {
  .filebox > p {
    padding-right: 140px;
  }
}

.filebox #fileFind {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 2.22222vw;
  padding: 2.08333vw;
  background: #000;
  font-weight: 900;
  color: #fff;
  border: 1px solid #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 19.44444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .filebox #fileFind {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .filebox #fileFind {
    padding: 15px;
  }
}

@media screen and (min-width: 720px) {
  .filebox #fileFind {
    width: 140px;
  }
}

.filebox .upload-name {
  display: inline-block;
  padding: 2.08333vw;
  font-size: 2.22222vw;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .filebox .upload-name {
    padding: 15px;
  }
}

@media screen and (min-width: 720px) {
  .filebox .upload-name {
    font-size: 16px;
  }
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.line-box {
  position: absolute;
  left: 0;
  top: 48.33333vw;
  padding: 0 4.16667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  .line-box {
    top: 348px;
  }
}

@media screen and (min-width: 720px) {
  .line-box {
    padding: 0 30px;
  }
}

.line-box .lbox {
  border: 1px solid green;
  position: relative;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24.86111vw;
}

.line-box .lbox .inner {
  display: none;
}

.line-box .lbox.line-start .inner {
  display: block;
}

.line-box .lbox.on .inner {
  display: block;
}

@media screen and (min-width: 720px) {
  .line-box .lbox {
    height: 179px;
  }
}

@media screen and (min-width: 1100px) {
  .line-box .lbox {
    height: 179px;
  }
}

.line-box .lbox img {
  width: 100%;
  height: 100%;
}

.line-box .lbox .yes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0 auto;
  width: 11.11111vw;
  height: 5.55556vw;
  font-size: 0;
}

@media screen and (min-width: 720px) {
  .line-box .lbox .yes {
    width: 80px;
  }
}

@media screen and (min-width: 720px) {
  .line-box .lbox .yes {
    height: 40px;
  }
}

.line-box .lbox .no {
  position: absolute;
  right: 0;
  top: 4.16667vw;
  cursor: pointer;
  width: 4.16667vw;
  height: 6.94444vw;
  font-size: 0;
}

@media screen and (min-width: 720px) {
  .line-box .lbox .no {
    top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .line-box .lbox .no {
    width: 30px;
  }
}

@media screen and (min-width: 720px) {
  .line-box .lbox .no {
    height: 50px;
  }
}

.line-box .lbox.line-start .no {
  top: 6.94444vw;
}

@media screen and (min-width: 720px) {
  .line-box .lbox.line-start .no {
    top: 50px;
  }
}

.promotion .wrap {
  width: 1200px;
}

.promotion .fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
}

.promotion .fixed-banner a {
  position: relative;
  display: inline-block;
  display: block;
}

.promotion .fixed-banner a:after {
  content: '';
  position: absolute;
  top: 60%;
  right: 3%;
  z-index: 1;
  display: block;
  width: 1.25rem;
  height: 1.375rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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 .fixed-banner a:after {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .fixed-banner a:after {
    height: 44px;
  }
}

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

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

.promotion .notice {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.promotion .btn-text {
  position: relative;
  display: inline-block;
  left: -50px;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 18px 3px 7px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.4);
}

.promotion .btn-text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.69444vw;
  height: 0.69444vw;
  margin-top: -0.34722vw;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(-49deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  right: 1.38889vw;
  border-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 720px) {
  .promotion .btn-text:after {
    width: 5px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .btn-text:after {
    height: 5px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .btn-text:after {
    margin-top: -2.5px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .btn-text:after {
    right: 10px;
  }
}

.promotion .btn-text.type2 {
  background: rgba(243, 243, 243, 0.4);
}

.promotion .bg-gray {
  background-color: #f8f8f8;
}

.promotion .bg-gra {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), to(white));
  background: linear-gradient(to bottom, #f8f8f8 1%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
}

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

.promotion .pointer:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.25rem;
  height: 1.4375rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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 .pointer:after {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .pointer:after {
    height: 46px;
  }
}

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

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

.promotion .slick-arrow {
  margin-top: -39px;
}

.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  left: 27px;
  background: #000;
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}

.promotion .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 10px;
  }
}

.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  right: 27px;
  background: #000;
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}

.promotion .slick-arrow.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 10px;
  }
}

.promotion .blind {
  opacity: 0;
  position: absolute;
}

.promotion .notice dl dt, .promotion .notice dl dd {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  letter-spacing: -1px;
}

.promotion .notice dl dd {
  padding-left: 10px;
}

.promotion .sector {
  position: relative;
}

.promotion .sector-fixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.promotion .sector-fixed a:after {
  right: 27%;
}

.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2022/0/event/220323/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 819px;
}

.promotion .sector-title .title-0 {
  position: absolute;
  left: 50px;
  top: 221px;
  opacity: 0;
}

.promotion .sector-title .title-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.promotion .sector-title .title-2 {
  position: absolute;
  right: -60px;
  top: 240px;
  left: auto;
  opacity: 0;
}

.promotion .sector-title .action {
  position: absolute;
  right: 0;
  top: 145px;
}

.promotion .sector-contents2, .promotion .sector-contents5 {
  background-color: #F9F5F4;
}

.promotion .sector-contents3 {
  background-color: #E0C89C;
  background-image: url("//img.eduwill.net/eduwill/img/2022/0/event/220323/pc/bg_challenge.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-contents3 .notice {
  position: absolute;
  left: 52px;
  bottom: 50px;
}

.promotion .sector-contents5 .action {
  position: absolute;
  right: 50px;
  top: 107px;
}

.promotion .sector-contents5 .notice {
  position: absolute;
  left: 52px;
  bottom: 80px;
}

.promotion .sector-challenge.ch1 {
  background-color: #B4BDDA;
  background-image: url("//img.eduwill.net/eduwill/img/2022/0/event/220323/pc/bg_blue.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-challenge.ch1 .btn a {
  background-color: #3a3c8c;
}

.promotion .sector-challenge.ch1 .notice {
  bottom: 80px;
}

.promotion .sector-challenge.ch1 .blind {
  top: -70px;
  right: 0;
}

.promotion .sector-challenge.ch2 {
  background-color: #B4D3D6;
  background-image: url("//img.eduwill.net/eduwill/img/2022/0/event/220323/pc/bg_green.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-challenge.ch2 .btn a {
  background-color: #267178;
}

.promotion .sector-challenge.ch2 .notice {
  bottom: 80px;
}

.promotion .sector-challenge.ch2 .blind {
  top: -70px;
  left: 0;
}

.promotion .sector-challenge.ch3 {
  background-color: #E1B3A6;
  background-image: url("//img.eduwill.net/eduwill/img/2022/0/event/220323/pc/bg_pink.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-challenge.ch3 .btn a {
  background-color: #b04747;
}

.promotion .sector-challenge.ch3 .notice {
  bottom: 80px;
}

.promotion .sector-challenge.ch3 .blind {
  top: -70px;
  right: 0;
}

.promotion .sector-challenge .btn {
  text-align: center;
  position: absolute;
  bottom: 225px;
  left: 0;
  right: 0;
}

.promotion .sector-challenge .btn a {
  display: inline-block;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.promotion .sector-challenge .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 2.08333vw;
  height: 2.08333vw;
  margin-top: -1.18056vw;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(-49deg);
  border-bottom-width: 3px;
  border-right-width: 3px;
  right: 5.55556vw;
  border-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 720px) {
  .promotion .sector-challenge .btn a:after {
    width: 15px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-challenge .btn a:after {
    height: 15px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-challenge .btn a:after {
    margin-top: -8.5px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-challenge .btn a:after {
    right: 40px;
  }
}

.promotion .sector-challenge ul {
  width: 1100px;
  text-align: left;
  position: absolute;
  bottom: 475px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.promotion .sector-challenge ul li {
  display: none;
  width: 32.1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.promotion .sector-challenge ul li:first-child {
  padding-left: 110px;
}

.promotion .sector-challenge ul li:nth-child(2) {
  padding-left: 60px;
}

.promotion .sector-challenge ul li.on {
  display: inline-block;
}

.promotion .sector-challenge .notice {
  position: absolute;
  left: 52px;
}

.promotion .sector-product {
  padding: 3.75rem 0 6.25rem;
}

@media screen and (min-width: 720px) {
  .promotion .sector-product {
    padding: 120px 0 200px;
  }
}

.promotion .sector-product .title {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}

.promotion .sector-product .title strong {
  font-size: 42px;
  font-weight: 900;
}

.promotion .sector-product .title p {
  font-size: 32px;
}

.promotion .sector-product .product-list {
  text-align: left;
}

.promotion .sector-product .product-list .item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.promotion .sector-product .product-list .item:nth-child(odd) {
  float: left;
}

.promotion .sector-product .product-list .item:nth-child(even) {
  float: right;
}

.promotion .sector-product .product-list a {
  position: relative;
  display: block;
  padding: 1.25rem 1.5625rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  -webkit-box-shadow: -2px 4px 16px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -2px 4px 16px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a {
    padding: 40px 50px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a {
    border-radius: 10px;
  }
}

.promotion .sector-product .product-list a p {
  line-height: 1.2;
}

.promotion .sector-product .product-list a p.hashtag {
  font-size: 3.05556vw;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.hashtag {
    font-size: 22px;
  }
}

.promotion .sector-product .product-list a p.title {
  display: block;
  margin-top: 0.625rem;
  font-size: 5vw;
  font-weight: 900;
  color: #000;
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.title {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .sector-product .product-list a p.title {
    font-size: 38px;
  }
  .promotion .sector-product .product-list a p.title span {
    display: block;
  }
}

.promotion .sector-product .product-list a p.go {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  display: table;
  width: 41px;
  height: 41px;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5.27778vw;
  font-weight: 700;
  color: #000;
  border-radius: 50%;
  background: #fce100;
  background-image: -webkit-linear-gradient(top, #fce100, #fcc800);
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

.promotion .sector-product .product-list a p.go:after {
  content: '';
  position: absolute;
  top: 60%;
  right: -50%;
  z-index: 1;
  display: block;
  width: 1.78125rem;
  height: 2.03125rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.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 .sector-product .product-list a p.go:after {
    width: 57px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.go:after {
    height: 65px;
  }
}

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

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

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.go {
    right: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.go {
    bottom: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-product .product-list a p.go {
    font-size: 38px;
  }
}

@media (min-width: 400px) {
  .promotion .sector-product .product-list a p.go {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 500px) {
  .promotion .sector-product .product-list a p.go {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 1100px) {
  .promotion .sector-product .product-list a p.go {
    right: 60px;
    bottom: 60px;
    width: 82px;
    height: 82px;
  }
}

.promotion .sector-product .product-list a p.go span {
  display: table-cell;
  vertical-align: middle;
}

.promotion .sector-difference {
  background-image: url("//img.eduwill.net/eduwill/img/2022/X/common/pc/bg_difference-type2.jpg") !important;
}

.promotion .sector-difference .trophy {
  position: relative !important;
  top: 14px !important;
}

.promotion .sector-difference .action {
  top: 162px;
  right: 188px;
  z-index: 99;
}
/*# sourceMappingURL=web.css.map */