@charset "UTF-8";
.grid, .product-price-zone .price-box, .product-price-zone .price-box .holder {
  *zoom: 1;
}

.grid:before, .product-price-zone .price-box:before, .product-price-zone .price-box .holder:before, .grid:after, .product-price-zone .price-box:after, .product-price-zone .price-box .holder:after {
  content: '';
  display: table;
}

.grid:after, .product-price-zone .price-box:after, .product-price-zone .price-box .holder:after {
  clear: both;
}

.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, .product-price-zone .price-box, .product-price-zone .price-box .holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .product-price-zone .price-box .col, .product-price-zone .price-box .box, .product-price-zone .price-box .title-list, .product-price-zone .price-box .price-list {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col-right, .product-price-zone .price-box .col-right {
  float: right;
}

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

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 720px;
  text-align: left;
  letter-spacing: -1px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.popup-body {
  padding: 15% 5%;
}

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

.popup-head {
  padding: 32px 20px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  background-color: #ececec;
}

.popup-desc {
  padding: 20px;
}

.popup-desc li {
  padding: 10px 0;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

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

.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-close-layer {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

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

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

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

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

.popup.popup-base {
  border-radius: 10px;
}

.popup.popup-base p {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 0.875rem;
}

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

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

.popup.popup-list .popup-body {
  padding: 0;
}

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

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

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

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

.popup.popup-list .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.popup-list .list-title {
  text-align: left;
  background: #333333;
  color: #fff;
  padding: 4%;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.5625rem;
}

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

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

.popup.popup-list .list-title strong {
  display: block;
  font-size: 0.9375rem;
}

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

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

.popup.popup-list .list-view {
  position: relative;
  background: #fff;
  padding: 4%;
  height: 380px;
  overflow-y: auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list-view {
    height: 500px;
    overflow-y: auto;
  }
}

.popup.popup-list .list-view ul li {
  line-height: 1.4;
  color: #333;
  font-size: 0.6875rem;
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list-view ul li {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list-view ul li {
    font-size: 18px;
  }
}

.popup.popup-benefit .popup-body {
  padding: 0;
}

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

#fixApply {
  display: none !important;
}

.product-eco {
  line-height: normal;
  letter-spacing: -1px;
}

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

.product-eco p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.product-eco .container {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}

.product-eco .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.product-eco .wrap-full {
  width: 100%;
}

.product-eco .wrap .content {
  position: relative;
}

.product-eco .btn-hlink::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_2.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 64px;
  height: 71px;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

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

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

.product-eco .btn-hlink.none::after {
  display: none;
}

.product-eco .t-flash {
  position: absolute;
  top: 118px;
  left: 50px;
  z-index: 1;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #006ecd;
  border-radius: 30px;
}

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

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

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

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

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

.product-eco .bottom-banner .banner-logo {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.product-eco .bottom-banner .block-anchor {
  display: block;
}

.product-eco .bottom-banner .desc {
  padding: 15px 0 15px 170px;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.product-eco .bottom-banner .btn-hlink {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-eco .bottom-banner .btn-hlink::after {
  bottom: -10px;
  width: 40px;
  height: 40px;
}

.product-eco .left-banner {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 100;
  margin-left: -755px;
}

.product-eco .right-banner {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 100;
  margin-left: 550px;
}

.product-eco .right-banner a {
  display: block;
}

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

.product-title .btn-hlink {
  position: absolute;
  bottom: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-info1 .price-area {
  position: absolute;
  top: 360px;
  right: 50px;
}

.product-info1 .price-box {
  width: 424px;
}

.product-info1 .price-box .title {
  padding: 10px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background-color: #006ecd;
}

.product-info1 .price-box .price {
  padding: 20px 0;
  line-height: 1;
  border: 4px solid #f1f1f1;
  border-top: none;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.product-info1 .price-box .price .before {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #a8a8a8;
}

.product-info1 .price-box .price .before::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 21px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/ico_price.png") no-repeat 0 0;
  background-size: contain;
}

.product-info1 .price-box .price .before em {
  font-size: 40px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.product-info1 .price-box .price .after {
  font-size: 40px;
  font-weight: 700;
  color: #ef151e;
}

.product-info1 .price-box .price .after em {
  font-size: 60px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.product-info1 .price-box:not(:first-of-type) {
  margin-top: -3px;
}

.product-info2 {
  background-color: #ebf5ff;
}

.product-info2 .info2-slider {
  position: absolute;
  top: 633px;
  left: 50px;
  width: 1000px;
}

.product-info2 .info2-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -38px;
  left: 0;
  width: 100%;
  text-align: right;
}

.product-info2 .info2-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.product-info2 .info2-slider .slick-dots li button {
  width: 18px;
  height: 18px;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  background-color: #c9c9c9;
  cursor: pointer;
}

.product-info2 .info2-slider .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 50px;
  background-color: #006ecd;
}

.product-bar {
  background-color: #006ecd;
}

.product-bar .wrap::after {
  content: '';
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 150px;
  height: 51px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/bg_bar1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.product-bar.type2 {
  background-color: #222;
}

.product-bar.type2 .wrap::after {
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/bg_bar2.png");
}

.product-price-zone {
  padding: 100px 0 180px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/bg_pricezone.png");
  background-repeat: no-repeat;
  background-position: 50% bottom !important;
}

.product-price-zone.type2 {
  padding: 100px 0 110px;
  background-image: none;
  background-color: #ebf5ff;
}

.product-price-zone .title {
  position: relative;
  left: 50px;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.2;
  font-size: 45px;
  font-weight: 600;
  color: #000;
}

.product-price-zone .title .point {
  color: #e3492b;
}

.product-price-zone .action {
  position: relative;
  right: 50px;
  margin-bottom: 14px;
  text-align: right;
  font-size: 0;
}

.product-price-zone .action a:not(:first-child) {
  margin-left: 12px;
}

.product-price-zone .action .arrow {
  display: inline-block;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 400;
  color: #8d8d8d;
  border: 2px solid #b3b3b3;
  background-color: #fff;
}

.product-price-zone .action .arrow::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 3px;
  vertical-align: 4px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-price-zone .price-box {
  margin: 0 auto;
  padding: 0 50px;
}

.product-price-zone .price-box .block-anchor {
  display: block;
  position: static;
}

.product-price-zone .price-box .btn-hlink::after {
  top: 60%;
  right: 33px;
  bottom: auto;
}

.product-price-zone .price-box .box {
  position: relative;
  width: 100%;
  padding: 35px 0 0 47px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

.product-price-zone .price-box .box-1 {
  border: 5px solid #006ecd;
  border-right: none;
}

.product-price-zone .price-box .box-1 .txt {
  background: #006ecd;
}

.product-price-zone .price-box .holder {
  width: 640px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-price-zone .price-box .title-label {
  position: absolute;
  top: -38px;
  left: 25px;
  padding: 7px 20px;
  background: #fdd000;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  border-radius: 25px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.product-price-zone .price-box .title-label:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: #fdd000 transparent transparent transparent;
}

.product-price-zone .price-box .title-list {
  line-height: 1.1;
  width: 58%;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  letter-spacing: -3px;
}

.product-price-zone .price-box .title-list .desc {
  display: block;
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 12px;
}

.product-price-zone .price-box .title-list .sub-desc {
  display: block;
}

.product-price-zone .price-box .price-list {
  position: relative;
  width: 42%;
  line-height: 1;
}

.product-price-zone .price-box .price-list .price-before {
  text-align: left;
}

.product-price-zone .price-box .price-list .price-before strong {
  display: block;
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  color: #828282;
}

.product-price-zone .price-box .price-list .price-before strong em {
  font-size: 40px;
  font-family: 'Roboto';
}

.product-price-zone .price-box .price-list .price-before strong:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 213px;
  height: 21px;
  margin-left: -12%;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/icon_arrow.png") no-repeat 0 0;
  background-size: contain;
}

.product-price-zone .price-box .price-list .price-after {
  padding-top: 40px;
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  color: #ef151e;
}

.product-price-zone .price-box .price-list .price-after em {
  font-size: 60px;
  line-height: 1;
  font-family: 'Roboto';
}

.product-price-zone .price-box .txt {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 272px;
  height: 100%;
}

.product-price-zone .price-box .txt span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.product-price-zone .price-box .txt span em {
  color: #fdee00;
}

.product-info3 {
  background: #fdd000 url("//img.eduwill.net/eduwill/img/2021/Z/product/210405/pc/bg_info3.jpg");
  background-size: cover;
}

.product-info4 .carousel-slide {
  width: 100%;
  height: 600px;
}

.product-info5 {
  background-color: #006ecd;
}

.product-best {
  padding: 120px 0 130px;
}

.product-best .btn-hlink::after {
  right: auto;
  bottom: 25px;
  left: 400px;
}
/*# sourceMappingURL=web.css.map */