@charset "UTF-8";
.layer .layer-cont .method, .grid, .promotion .sector-bonus .video-list, .promotion .sector-title .motion.motion-flag-4 {
  *zoom: 1;
}
.layer .layer-cont .method:before, .grid:before, .promotion .sector-bonus .video-list:before, .promotion .sector-title .motion.motion-flag-4:before, .layer .layer-cont .method:after, .grid:after, .promotion .sector-bonus .video-list:after, .promotion .sector-title .motion.motion-flag-4:after {
  content: "";
  display: table;
}
.layer .layer-cont .method:after, .grid:after, .promotion .sector-bonus .video-list:after, .promotion .sector-title .motion.motion-flag-4:after {
  clear: both;
}

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

.grid, .promotion .sector-bonus .video-list, .promotion .sector-title .motion.motion-flag-4 {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-bonus .video-list .col, .promotion .sector-title .grid .motion.motion-flag-4 > div, .promotion .sector-title .sector-bonus .video-list .motion.motion-flag-4 > div, .promotion .sector-bonus .sector-title .video-list .motion.motion-flag-4 > div, .promotion .sector-title .motion.motion-flag-4 .col, .promotion .sector-title .motion.motion-flag-4 > div {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

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

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

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

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

/* layer */
.hidden,
.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;
}

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

.popup {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2001;
  transform: translateX(-50%);
  max-width: 640px;
  width: 88.88%;
  background-color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
.popup *, .popup *:before, .popup *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup img {
  max-width: 100%;
}

.popup-close, .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
}
.popup-close a, .layer-close a {
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: #222;
}
@media screen and (min-width: 720px) {
  .popup-close a, .layer-close a {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close a, .layer-close a {
    height: 60px;
  }
}
.popup-close a:before, .popup-close a:after, .layer-close a:before, .layer-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.1666666667vw;
  margin-left: -2.0833333333vw;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup-close a:before, .popup-close a:after, .layer-close a:before, .layer-close a:after {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close a:before, .popup-close a:after, .layer-close a:before, .layer-close a:after {
    margin-left: -15px;
  }
}
.popup-close a:before, .layer-close a:before {
  transform: rotate(45deg);
}
.popup-close a:after, .layer-close a:after {
  transform: rotate(-45deg);
}

#popup-nomember, #popup-check {
  max-width: 540px;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media screen and (min-width: 720px) {
  #popup-nomember, #popup-check {
    width: 540px;
  }
}
#popup-nomember dl dt, #popup-check dl dt {
  color: #000;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
#popup-nomember dl dd, #popup-check dl dd {
  color: #000;
  font-size: 3.3333333333vw;
  line-height: 140%;
  font-weight: 400;
  margin-top: 2.7777777778vw;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 18px;
  }
}
#popup-nomember .btn-box, #popup-check .btn-box {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box, #popup-check .btn-box {
    margin-top: 30px;
  }
}
#popup-nomember .btn-box a, #popup-check .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 3.0555555556vw;
  display: inline-block;
  padding: 2.7777777778vw 0;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 18px;
  }
}
#popup-nomember .btn-box a:first-child, #popup-check .btn-box a:first-child {
  margin-right: 2%;
}
#popup-nomember .btn-box a:only-child, #popup-check .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-nomember .btn-box a.btn-receive, #popup-nomember .btn-box a.btn-request, #popup-check .btn-box a.btn-receive, #popup-check .btn-box a.btn-request {
  background: #de283b;
}
#popup-nomember .btn-box a.btn-nomember, #popup-check .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-nomember .btn-box a.btn-close, #popup-check .btn-box a.btn-close {
  background: #484848;
}
#popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
  font-weight: 700;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 24px;
  }
}
#popup-nomember .btn-close, #popup-check .btn-close {
  display: inline-block;
  margin-top: 5%;
  width: 33.3333333333%;
}

#popup-request {
  width: 88.8888888889%;
  padding-bottom: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  #popup-request {
    padding-bottom: 50px;
  }
}
#popup-request .popup-title p {
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 3.4722222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-title p {
    padding: 25px 40px;
  }
}
#popup-request .popup-title p strong {
  color: #fff;
  line-height: 1.3;
  font-size: 4.1666666667vw;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-title p strong {
    font-size: 30px;
  }
}
#popup-request .popup-cont .input-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box {
    padding-top: 40px;
  }
}
#popup-request .popup-cont .input-box dl {
  margin-bottom: 2%;
}
#popup-request .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
#popup-request .popup-cont .input-box dl dt {
  float: left;
  position: relative;
  width: 25%;
  color: #222;
  font-size: 3.4722222222vw;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd {
  float: left;
  width: 75%;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd input[type=text] {
  vertical-align: top;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-member {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #a9a9a9;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
}
#popup-request .popup-cont .input-box dl dd .fileBox .fileName {
  display: inline-block;
  width: 66%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-right: 2%;
  background-color: #fff;
  padding: 0 10px;
}
#popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    font-size: 25px;
  }
}
#popup-request .popup-cont .input-box dl dd .fileBox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    height: 50px;
    line-height: 50px;
  }
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    width: 31.2%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-method {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  background-color: #aaa;
  color: #fff;
  font-size: 3.0555555556vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}
#popup-request .popup-cont .input-box dl dd.address {
  margin-bottom: 2%;
  height: auto;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form {
  margin-bottom: 2%;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
  display: inline-block;
  width: 66%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-right: 2%;
  background-color: #fff;
  padding: 0 10px;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
    height: 50px;
    line-height: 50px;
  }
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    width: 31.2%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice {
  margin-left: 25%;
  height: auto;
  line-height: auto;
  font-size: 2.7777777778vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 16px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice.text-gray {
  color: #aaa;
  word-break: keep-all;
}
#popup-request .popup-cont .input-box .notice {
  margin: 1.3888888889vw 0;
  color: #da2a37;
  line-height: 1.3;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box .notice {
    margin: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box .notice {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box .notice {
    font-size: 16px;
  }
}
#popup-request .popup-cont .exam-box {
  padding: 13% 0 10%;
}
#popup-request .popup-cont .exam-box .btn-ticket {
  display: block;
  width: 44.4444444444%;
  margin: 0 auto;
}
#popup-request .popup-cont .exam-box .notice {
  color: #ff0000;
  font-size: 3.3333333333vw;
  margin: 5% 0 7%;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}
#popup-request .popup-cont .exam-box .btn-method {
  display: block;
  width: 53.1944444444%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-method {
    width: 39.3055555556%;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box {
    padding: 12% 0 10%;
  }
}
#popup-request .popup-cont .check-box input[type=radio] + label {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
#popup-request .popup-cont .check-box input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#popup-request .popup-cont .check-box input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 0 6.9444444444vw 0 4.1666666667vw;
  padding: 0 10px 0 20px;
  min-height: 15px;
  line-height: 15px;
  font-weight: 400;
  background: url(https://img.eduwill.net/eduwill/img/2022/L/event/220808/pc/ico_check_off.png) no-repeat 0 50%;
  background-size: 15px auto;
  cursor: pointer;
  color: #333;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-box input[type=radio] + label {
    padding: 0 50px 0 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-box input[type=radio] + label {
    font-size: 26px;
  }
}
#popup-request .popup-cont .check-box input[type=radio] + label.on,
#popup-request .popup-cont .check-box input[type=radio]:checked + label {
  background: url(https://img.eduwill.net/eduwill/img/2022/L/event/220808/pc/ico_check_on.png) no-repeat 0 50%;
  background-size: 15px auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-box input[type=radio] + label {
    min-height: 20px;
    line-height: 20px;
    font-size: 18px;
    background-size: 20px auto;
    padding-left: 25px;
  }
  #popup-request .popup-cont .check-box input[type=radio] + label.on,
#popup-request .popup-cont .check-box input[type=radio]:checked + label {
    background-size: 20px auto;
  }
}
#popup-request .popup-cont .survey-box {
  background-color: #f6f6f6;
  padding: 5.5555555556vw 4.1666666667vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box {
    padding: 40px 30px;
  }
}
#popup-request .popup-cont .survey-box .survey-tit {
  color: #000;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-tit {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-tit {
    letter-spacing: -1.5px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont {
    margin-top: 30px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl {
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl {
    margin-bottom: 45px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dt {
  margin-bottom: 2.0833333333vw;
  font-size: 3.3333333333vw;
  color: #222;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dt {
    font-size: 18px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dd select {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 40%;
  height: 40px;
  margin-right: 5px;
  font-size: 3.3333333333vw;
  padding-left: 10px;
  background: #fff url("//img.eduwill.net/Img2/mobile2/brand_new/common/icon_select_arrow.png") no-repeat 97% center;
  background-size: 8px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd select {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd select {
    font-size: 18px;
    height: 50px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dd .check-box {
  margin-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box {
    margin-left: 20px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li label {
  width: 85%;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li label {
    font-size: 16px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li + li {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li + li {
    margin-top: 8px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
  display: inline-block;
  width: 80%;
  height: 5.5555555556vw;
  line-height: 5.5555555556vw;
  padding: 0 1.3888888889vw;
  margin-left: 1.3888888889vw;
  font-size: 3.3333333333vw;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    line-height: 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    margin-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont dl dd .check-box ul li input[type=text] {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
#popup-request .popup-cont .survey-box .survey-cont .notice {
  color: #666;
  font-size: 3.3333333333vw;
  line-height: 140%;
  font-family: "Noto Sans KR";
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont .notice {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .survey-box .survey-cont .notice {
    font-size: 14px;
  }
}
#popup-request .popup-cont .agree-box {
  padding: 5% 5% 0;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box {
    padding: 0 30px 0;
  }
}
#popup-request .popup-cont .agree-box .agree-tit {
  margin-top: 7%;
  color: #222;
  word-break: keep-all;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit {
    font-size: 24px;
  }
}
#popup-request .popup-cont .agree-box .agree-tit strong {
  display: block;
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit strong {
    font-size: 28px;
  }
}
#popup-request .popup-cont .agree-box .agree-tit span {
  color: #bbb;
}
#popup-request .popup-cont .agree-box .agree-tit span.highlight {
  color: #f00;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit {
    margin-top: 40px;
    font-size: 16px;
  }
  #popup-request .popup-cont .agree-box .agree-tit strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#popup-request .popup-cont .agree-box .table-box {
  margin-top: 5%;
}
#popup-request .popup-cont .agree-box .table-box table {
  width: 100%;
}
#popup-request .popup-cont .agree-box .table-box table th, #popup-request .popup-cont .agree-box .table-box table td {
  color: #222;
  font-size: 3.3333333333vw;
  padding: 2.7777777778vw 0 2.7777777778vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .table-box table th, #popup-request .popup-cont .agree-box .table-box table td {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .table-box table th, #popup-request .popup-cont .agree-box .table-box table td {
    padding: 20px 0 20px 20px;
  }
}
#popup-request .popup-cont .agree-box .table-box table th {
  background-color: #f6f6f6;
  text-align: center;
  padding: 1.6666666667vw 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .table-box table th {
    padding: 12px 0;
  }
}
#popup-request .popup-cont .agree-box .table-box table td {
  border-bottom: 1px solid #eee;
}
#popup-request .popup-cont .agree-box .table-box table td strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .table-box table td strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .table-box table th, #popup-request .popup-cont .agree-box .table-box table td {
    color: #222;
    font-size: 16px;
  }
  #popup-request .popup-cont .agree-box .table-box table th strong, #popup-request .popup-cont .agree-box .table-box table td strong {
    font-size: 18px;
  }
  #popup-request .popup-cont .agree-box .table-box table th {
    padding: 12px 0;
  }
}
#popup-request .popup-cont .agree-box .check-box {
  margin-top: 5%;
}
#popup-request .popup-cont .agree-box .check-text {
  color: #222;
  font-size: 3.3333333333vw;
  line-height: 1.3;
  margin-top: 5%;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .check-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .check-text {
    font-size: 16px;
  }
}
#popup-request .popup-cont .btn-box {
  margin-top: 10%;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box {
    margin-top: 50px;
  }
}
#popup-request .popup-cont .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 3.3333333333vw;
  letter-spacing: -0.2777777778vw;
  padding: 2.7777777778vw 0;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 30px;
  }
}
#popup-request .popup-cont .btn-box a:first-child {
  margin-right: 2%;
}
#popup-request .popup-cont .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-request .popup-cont .btn-box a.btn-receive, #popup-request .popup-cont .btn-box a.btn-request {
  background: #de283b;
}
#popup-request .popup-cont .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-request .popup-cont .btn-box a.btn-close {
  background: #484848;
}
#popup-request .popup-cont .btn-box a strong {
  font-weight: bold;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 35px;
  }
}

#popup-refunds {
  max-width: 540px;
}
#popup-refunds .popup-tit {
  font-weight: 800;
  color: #222;
  line-height: 1;
  text-align: left;
  letter-spacing: -2px;
  font-size: 4.1666666667vw;
  padding: 6.9444444444vw 0 5.5555555556vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-tit {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-tit {
    padding: 50px 0 40px 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-tit {
    font-size: 30px;
  }
}
#popup-refunds .popup-cont {
  padding: 0 4.1666666667vw 0 4.1666666667vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont {
    padding: 0 30px 0 30px;
  }
}
#popup-refunds .popup-cont .scroll-box {
  height: 58.3333333333vw;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont .scroll-box {
    height: 420px;
  }
}
#popup-refunds .popup-cont .scroll-box::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont .scroll-box::-webkit-scrollbar {
    width: 8px;
  }
}
#popup-refunds .popup-cont .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#popup-refunds .popup-cont .scroll-box::-webkit-scrollbar-thumb {
  background: #888;
}
#popup-refunds .popup-cont .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #666;
}
#popup-refunds .popup-cont ul li {
  color: #000;
  font-size: 3.3333333333vw;
  padding-right: 1.1111111111vw;
  margin-bottom: 3%;
  padding-left: 14px;
  text-indent: -14px;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont ul li {
    padding-right: 8px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont ul li {
    font-size: 16px;
  }
}
#popup-refunds .popup-cont dl {
  padding-top: 2.7777777778vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont dl {
    padding-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont dl {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-refunds .popup-cont dl {
    font-size: 16px;
  }
}
#popup-refunds .popup-cont dl dt {
  color: #222;
  font-weight: 900;
}
#popup-refunds .popup-cont dl dd {
  color: #222;
}
#popup-refunds .popup-btn {
  margin-top: 5%;
}
#popup-refunds .popup-btn .btn-myInfo {
  width: 50.9722222222%;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

#popup-rumor, #popup-count {
  max-width: 640px;
}
#popup-rumor .highlight, #popup-count .highlight {
  color: #de283b;
}
#popup-rumor .popup-title p, #popup-count .popup-title p {
  background-color: #f8f8f8;
  color: #b9b9b9;
  text-align: left;
  padding: 1.3888888889vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-title p, #popup-count .popup-title p {
    padding: 10px 20px;
  }
}
#popup-rumor .popup-title p strong, #popup-count .popup-title p strong {
  color: #b9b9b9;
  font-size: 5.5555555556vw;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-title p strong, #popup-count .popup-title p strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-title p strong, #popup-count .popup-title p strong {
    font-size: 25px;
  }
}
#popup-rumor .popup-cont, #popup-count .popup-cont {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-cont, #popup-count .popup-cont {
    padding-top: 50px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-cont, #popup-count .popup-cont {
    padding-bottom: 50px;
  }
}
#popup-rumor .popup-goods, #popup-count .popup-goods {
  position: relative;
}
#popup-rumor .popup-goods .goods-text, #popup-count .popup-goods .goods-text {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.2;
  font-size: 3.4722222222vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .goods-text, #popup-count .popup-goods .goods-text {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .goods-text, #popup-count .popup-goods .goods-text {
    font-size: 25px;
  }
}
#popup-rumor .popup-goods .goods-text strong, #popup-count .popup-goods .goods-text strong {
  font-size: 6.25vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .goods-text strong, #popup-count .popup-goods .goods-text strong {
    font-size: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .goods-text strong, #popup-count .popup-goods .goods-text strong {
    font-size: 45px;
  }
}
#popup-rumor .popup-goods .goods-text .highlight, #popup-count .popup-goods .goods-text .highlight {
  color: #de283b;
}
#popup-rumor .popup-goods .popup-count, #popup-count .popup-goods .popup-count {
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#popup-rumor .popup-goods .popup-count p, #popup-count .popup-goods .popup-count p {
  display: inline-block;
  background-color: #fff;
  padding: 1.3888888889vw 4.1666666667vw;
  color: #333;
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -2px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.2;
  border-radius: 5px;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .popup-count p, #popup-count .popup-goods .popup-count p {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .popup-count p, #popup-count .popup-goods .popup-count p {
    font-size: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .popup-count p, #popup-count .popup-goods .popup-count p {
    font-size: 45px;
  }
}
#popup-rumor .popup-goods .popup-count p .highlight, #popup-count .popup-goods .popup-count p .highlight {
  color: #de283b;
}
#popup-rumor .popup-goods .popup-count .noti, #popup-count .popup-goods .popup-count .noti {
  color: #bdbdbd;
  font-size: 2.2222222222vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  font-weight: normal;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .popup-count .noti, #popup-count .popup-goods .popup-count .noti {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-goods .popup-count .noti, #popup-count .popup-goods .popup-count .noti {
    font-size: 16px;
  }
}
#popup-rumor .popup-share, #popup-count .popup-share {
  padding: 0 5%;
}
#popup-rumor .popup-share .col, #popup-rumor .popup-share .promotion .sector-title .motion.motion-flag-4 > div, .promotion .sector-title #popup-rumor .popup-share .motion.motion-flag-4 > div, #popup-count .popup-share .col, #popup-count .popup-share .promotion .sector-title .motion.motion-flag-4 > div, .promotion .sector-title #popup-count .popup-share .motion.motion-flag-4 > div {
  width: 48%;
  box-sizing: border-box;
}
#popup-rumor .popup-share .col:first-child, #popup-rumor .popup-share .promotion .sector-title .motion.motion-flag-4 > div:first-child, .promotion .sector-title #popup-rumor .popup-share .motion.motion-flag-4 > div:first-child, #popup-count .popup-share .col:first-child, #popup-count .popup-share .promotion .sector-title .motion.motion-flag-4 > div:first-child, .promotion .sector-title #popup-count .popup-share .motion.motion-flag-4 > div:first-child {
  margin-right: 2%;
}
#popup-rumor .popup-share .col:last-child, #popup-rumor .popup-share .promotion .sector-title .motion.motion-flag-4 > div:last-child, .promotion .sector-title #popup-rumor .popup-share .motion.motion-flag-4 > div:last-child, #popup-count .popup-share .col:last-child, #popup-count .popup-share .promotion .sector-title .motion.motion-flag-4 > div:last-child, .promotion .sector-title #popup-count .popup-share .motion.motion-flag-4 > div:last-child {
  margin-left: 2%;
}
#popup-rumor .popup-share .col a, #popup-rumor .popup-share .promotion .sector-title .motion.motion-flag-4 > div a, .promotion .sector-title #popup-rumor .popup-share .motion.motion-flag-4 > div a, #popup-count .popup-share .col a, #popup-count .popup-share .promotion .sector-title .motion.motion-flag-4 > div a, .promotion .sector-title #popup-count .popup-share .motion.motion-flag-4 > div a {
  display: inline-block;
}
#popup-rumor .popup-btn-share, #popup-count .popup-btn-share {
  text-align: center;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-btn-share, #popup-count .popup-btn-share {
    margin-top: 40px;
  }
}
#popup-rumor .popup-btn-share .btn, #popup-count .popup-btn-share .btn {
  display: inline-block;
  padding: 1.25vw 0;
  width: 90%;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-btn-share .btn, #popup-count .popup-btn-share .btn {
    padding: 9px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-btn-share .btn, #popup-count .popup-btn-share .btn {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-btn-share .btn, #popup-count .popup-btn-share .btn {
    font-size: 22px;
  }
}
#popup-rumor .popup-benefit, #popup-count .popup-benefit {
  padding: 5%;
  background: #feeff0;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit, #popup-count .popup-benefit {
    margin-top: 30px;
  }
}
#popup-rumor .popup-benefit .benefit-title, #popup-count .popup-benefit .benefit-title {
  color: #de283b;
  font-weight: bold;
  font-size: 3.8888888889vw;
}
#popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
  display: inline-block;
  background: #de283b;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  border-radius: 1.1111111111vw;
  margin-right: 0.6944444444vw;
  vertical-align: 2px;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
    width: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
    height: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
    border-radius: 8px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
    margin-right: 5px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title .cirlce, #popup-count .popup-benefit .benefit-title .cirlce {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 5px;
    vertical-align: 3px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title, #popup-count .popup-benefit .benefit-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-title, #popup-count .popup-benefit .benefit-title {
    font-size: 22px;
  }
}
#popup-rumor .popup-benefit .benefit-list, #popup-count .popup-benefit .benefit-list {
  width: 100%;
}
#popup-rumor .popup-benefit .benefit-list dl, #popup-count .popup-benefit .benefit-list dl {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl, #popup-count .popup-benefit .benefit-list dl {
    margin-top: 10px;
  }
}
#popup-rumor .popup-benefit .benefit-list dl:first-child, #popup-count .popup-benefit .benefit-list dl:first-child {
  margin-bottom: 0;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl:first-child, #popup-count .popup-benefit .benefit-list dl:first-child {
    margin-top: 20px;
  }
}
#popup-rumor .popup-benefit .benefit-list dl dt, #popup-count .popup-benefit .benefit-list dl dt {
  width: 20%;
  font-weight: 700;
  text-align: left;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl dt, #popup-count .popup-benefit .benefit-list dl dt {
    font-size: 18px;
  }
}
#popup-rumor .popup-benefit .benefit-list dl dt:after, #popup-count .popup-benefit .benefit-list dl dt:after {
  content: "";
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl dt, #popup-count .popup-benefit .benefit-list dl dt {
    font-size: 18px;
    width: 15%;
  }
}
#popup-rumor .popup-benefit .benefit-list dl dd, #popup-count .popup-benefit .benefit-list dl dd {
  width: 80%;
  text-align: left;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl dd, #popup-count .popup-benefit .benefit-list dl dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-benefit .benefit-list dl dd, #popup-count .popup-benefit .benefit-list dl dd {
    font-size: 20px;
  }
}
#popup-rumor .popup-comment, #popup-count .popup-comment {
  padding: 0 5%;
  position: relative;
  width: 100%;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment, #popup-count .popup-comment {
    margin-top: 20px;
  }
}
#popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
  padding: 0 2.7777777778vw;
  width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #666;
  border: 1px solid #000;
  border-top-left-radius: 0.8333333333vw;
  border-bottom-left-radius: 0.8333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    border-top-left-radius: 6px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    border-bottom-left-radius: 6px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #popup-rumor .popup-comment .text, #popup-count .popup-comment .text {
    height: 56px;
    line-height: 56px;
  }
}
#popup-rumor .popup-comment .button, #popup-count .popup-comment .button {
  float: right;
  width: 20%;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  background-color: #000;
  text-align: center;
  border-top-right-radius: 0.8333333333vw;
  border-bottom-right-radius: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .button, #popup-count .popup-comment .button {
    border-top-right-radius: 6px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .button, #popup-count .popup-comment .button {
    border-bottom-right-radius: 6px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .button, #popup-count .popup-comment .button {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #popup-rumor .popup-comment .button, #popup-count .popup-comment .button {
    height: 56px;
    line-height: 56px;
  }
}
#popup-rumor .popup-comment .button span, #popup-count .popup-comment .button span {
  display: block;
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .button span, #popup-count .popup-comment .button span {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-comment .button span, #popup-count .popup-comment .button span {
    font-size: 18px;
  }
}
#popup-rumor .popup-comment .button em, #popup-count .popup-comment .button em {
  display: none;
}
@media screen and (min-width: 1024px) {
  #popup-rumor .popup-comment .button em, #popup-count .popup-comment .button em {
    display: inline-block;
  }
}
#popup-rumor .popup-text, #popup-count .popup-text {
  text-align: center;
  color: #333;
  font-size: 4.7222222222vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-text, #popup-count .popup-text {
    font-size: 34px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-text, #popup-count .popup-text {
    margin: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-text, #popup-count .popup-text {
    font-size: 25px;
  }
}
#popup-rumor .popup-notice, #popup-count .popup-notice {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-notice, #popup-count .popup-notice {
    margin-top: 24px;
  }
}
#popup-rumor .popup-notice p, #popup-count .popup-notice p {
  padding-left: 8px;
  text-indent: -8px;
  color: #939393;
  font-size: 2.2222222222vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-notice p, #popup-count .popup-notice p {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popup-rumor .popup-notice p, #popup-count .popup-notice p {
    font-size: 16px;
  }
}

.layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 2002;
  background-color: #fff;
  color: #222;
  text-align: left;
  max-width: 640px;
  height: auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.layer .layer-title {
  position: relative;
}
.layer .layer-title p {
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p {
    padding: 20px;
  }
}
.layer .layer-title p strong {
  color: #fff;
  font-size: 4.1666666667vw;
  letter-spacing: -0.1388888889vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    letter-spacing: -1px;
  }
}
.layer .layer-cont {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.layer .layer-cont .scroll-box {
  height: 450px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box {
    height: 750px;
  }
}
.layer .layer-cont .scroll-box::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box::-webkit-scrollbar {
    width: 8px;
  }
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-thumb {
  background: #888;
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.layer .layer-cont .method {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method {
    padding: 30px;
  }
}
.layer .layer-cont .method p {
  margin-top: 0.8333333333vw;
  font-size: 3.3333333333vw;
  line-height: 1.4;
  padding-left: 4%;
  text-indent: -4%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    margin-top: 6px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 16px;
    padding-left: 24px;
    text-indent: -24px;
  }
}
.layer .layer-cont .method p.highlight {
  color: #da2a37;
}
.layer .layer-cont .method p .btn-qnet {
  display: inline-block;
  width: 20.4166666667vw;
  margin-left: 0.8333333333vw;
  text-indent: 0;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    width: 147px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    margin-left: 6px;
  }
}
.layer .layer-cont .method p .btn-qnet img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    width: 103px;
  }
}
.layer .layer-cont .method p .btn-text {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  padding: 0.4166666667vw 1.1111111111vw;
  margin: 0.6944444444vw 0 0 0.6944444444vw;
  font-size: 2.7777777778vw;
  text-indent: 0;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    padding: 3px 8px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    margin: 5px 0 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 15px;
  }
}

#zipcode-layer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border-style: solid;
  border-color: #000;
  border-width: 0.8333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  #zipcode-layer {
    border-width: 6px;
  }
}
#zipcode-layer > div {
  min-width: 320px !important;
  width: 100% !important;
}
@media screen and (min-width: 720px) {
  #zipcode-layer > div {
    width: 500px !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

.icon-pointer {
  position: relative;
  display: inline-block;
}
.icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 10.6944444444vw;
  height: 11.6666666667vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_14.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) {
  .icon-pointer:after {
    width: 77px;
  }
}
@media screen and (min-width: 720px) {
  .icon-pointer:after {
    height: 84px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.wing-right {
  position: fixed;
  z-index: 7;
  top: 30%;
  right: 0;
}
.wing-right a {
  display: block;
}

.full-cover .cover-dim {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
}
.full-cover .cover-img {
  z-index: 2001;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.promotion [class^=sector-] {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .text-box {
  position: relative;
  text-align: left;
}
.promotion .text-box .box-title {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 900;
  color: #222;
  letter-spacing: -1px;
  line-height: 1.2;
}
.promotion .text-box .box-text li {
  line-height: 45px;
  font-size: 22px;
  color: #222;
  font-weight: 400;
}
.promotion .text-box .box-text li .btn-qnet {
  position: relative;
  top: 4px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.promotion .text-box .box-text .small {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.promotion .text-box .box-text .small strong {
  color: #de283b;
  font-weight: 400;
}
.promotion .notice-box {
  padding: 45px 50px;
  width: 1200px;
  margin: 70px auto 0;
  text-align: left;
  background: #f8f8f8;
  box-sizing: border-box;
}
.promotion .notice-box dl dt {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.promotion .notice-box dl dd {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 1.5;
}
.promotion .notice-box dl dd:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promotion .notice-box dl dd + dt {
  margin-top: 20px;
}
.promotion .sector-title {
  position: relative;
  height: 1117px;
  background: #d2fbff;
  background: linear-gradient(to right, #d2fbff 0%, #efffd8 100%);
}
.promotion .sector-title .wrap {
  width: 1200px;
  height: 100%;
}
.promotion .sector-title .motion {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.promotion .sector-title .motion.motion-title-0 {
  top: 90px;
  left: 0;
  right: 0;
  font-size: 35px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  letter-spacing: -1.5px;
}
.promotion .sector-title .motion.motion-title-1 {
  top: 184px;
}
.promotion .sector-title .motion.motion-title-2 {
  top: 348px;
}
.promotion .sector-title .motion.motion-star-1, .promotion .sector-title .motion.motion-star-2 {
  top: 144px;
}
.promotion .sector-title .motion.motion-star-1 {
  left: 586px;
  right: auto;
}
.promotion .sector-title .motion.motion-star-2 {
  left: 734px;
  right: auto;
}
.promotion .sector-title .motion.motion-benefit {
  bottom: 0;
  z-index: 1;
}
.promotion .sector-title .motion.motion-flag-1 {
  top: 618px;
  left: 172px;
  right: auto;
  z-index: 2;
}
.promotion .sector-title .motion.motion-flag-2 {
  top: 678px;
  left: auto;
  right: 40px;
  z-index: 2;
}
.promotion .sector-title .motion.motion-flag-3 {
  top: 864px;
  left: 0;
  right: auto;
  z-index: 2;
}
.promotion .sector-title .motion.motion-flag-4 {
  top: 33px;
  left: 0;
  width: 340px;
  height: 40px;
  overflow: hidden;
  background: #631cd0;
  border: 2px solid #631cd0;
  border-radius: 100px;
  box-sizing: border-box;
}
.promotion .sector-title .motion.motion-flag-4 > div {
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
}
.promotion .sector-title .motion.motion-flag-4 > div.flag-title {
  color: #fff;
  width: 35%;
  background: #631cd0;
}
.promotion .sector-title .motion.motion-flag-4 > div.flag-date {
  width: 65%;
  color: #222;
  background: #fff;
}
.promotion .sector-title .motion.motion-phone {
  bottom: 0;
  left: 385px;
  right: auto;
  z-index: 3;
}
.promotion .sector-title .motion.motion-bell {
  top: 450px;
  left: 696px;
  right: auto;
  z-index: 4;
}
.promotion .sector-title .motion.motion-action {
  bottom: -40px;
  left: 232px;
  right: auto;
  z-index: 5;
}
.promotion .sector-benefit {
  padding-bottom: 100px;
}
.promotion .sector-benefit .btn-event {
  position: absolute;
  top: 1570px;
  right: 100px;
  z-index: 1;
}
.promotion .sector-benefit .btn-apply {
  display: inline-block;
}
.promotion .sector-benefit .btn-apply.apply-1 {
  position: absolute;
  display: block;
  width: 117px;
  height: 40px;
  top: 2147px;
  left: 359px;
  z-index: 1;
}
.promotion .sector-benefit:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  width: 160px;
  height: 98px;
  z-index: 1;
  background: url(https://img.eduwill.net/eduwill/img/2022/L/event/220808/pc/icon_arrow.png) no-repeat 50% 0;
  background-size: cover;
}
.promotion .sector-benefit .flag {
  position: absolute;
  z-index: 2;
}
.promotion .sector-benefit .flag.end-1 {
  top: 1014px;
  left: 775px;
}
.promotion .sector-benefit-1,
.promotion .sector-benefit-3,
.promotion .sector-benefit-5 {
  background: #e6fdff;
}
.promotion .sector-benefit-1 .btn-refund-1 {
  position: absolute;
  top: 320px;
  left: 148px;
  z-index: 1;
}
.promotion .sector-benefit-4 .flag {
  position: absolute;
  z-index: 2;
}
.promotion .sector-benefit-4 .flag.end-1 {
  top: 367px;
  left: 460px;
}
.promotion .sector-benefit-5 .btn-event {
  position: absolute;
  top: 604px;
  left: 538px;
  z-index: 1;
}
.promotion .sector-bonus {
  padding-bottom: 100px;
  background: #fffddb url(https://img.eduwill.net/eduwill/img/2022/L/event/220808/pc/bg_bonus.jpg) no-repeat 50% 0;
}
.promotion .sector-bonus .btn-more {
  text-align: right;
  padding-right: 50px;
}
.promotion .sector-bonus .video-list {
  margin: 20px 0 95px;
  padding: 0 50px;
}
.promotion .sector-bonus .video-list .col, .promotion .sector-bonus .video-list .sector-title .motion.motion-flag-4 > div, .promotion .sector-title .sector-bonus .video-list .motion.motion-flag-4 > div {
  width: 386px;
}
.promotion .sector-bonus .video-list .col:not(:first-child), .promotion .sector-bonus .video-list .sector-title .motion.motion-flag-4 > div:not(:first-child), .promotion .sector-title .sector-bonus .video-list .motion.motion-flag-4 > div:not(:first-child) {
  margin-left: 20px;
}
.promotion .sector-method {
  padding: 97px 0;
}
.promotion .sector-method .wrap {
  padding: 0 50px;
  box-sizing: border-box;
}
.promotion .sector-method .ex-ticket {
  position: absolute;
  top: 0;
  right: 50px;
  width: 320px;
  z-index: 1;
}
.promotion .sector-method .ex-ticket .btn-ticket {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.promotion .sector-comment {
  background: url(https://img.eduwill.net/eduwill/img/2022/L/event/220808/pc/bg_event.png) no-repeat 50% 0;
  background-size: cover;
}
.promotion .sector-qna {
  background: #f8f8f8;
}
.promotion .sector-qna .wrap {
  padding: 70px 0;
  width: 1200px;
}
.promotion .sector-qna .text-box .box-text li + li {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-qna .text-box .box-text li + li {
    margin-top: 40px;
  }
}
.promotion .sector-qna .text-box .box-text li .small {
  line-height: 1.4;
}/*# sourceMappingURL=web.css.map */