@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::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 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  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;
}

.product-eco .sector-space .space-slider .slick-dots {
  font-size: 0;
}
.product-eco .sector-space .space-slider .slick-dots li {
  display: inline-block;
}
.product-eco .sector-space .space-slider .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.product-eco .sector-space .space-slider .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%);
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-eco .price-box .box-item .item-detail .dot-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .product-eco .price-box .box-item .item-detail .dot-list li {
    padding-left: 10px;
  }
}
.product-eco .price-box .box-item .item-detail .dot-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.product-eco .price-box .box-item .item-detail .dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .product-eco .price-box .box-item .item-detail .dash-list li {
    padding-left: 10px;
  }
}
.product-eco .price-box .box-item .item-detail .dash-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.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 .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-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);
  }
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco.promotion-250805 .sector-title {
  height: 771px;
}
.product-eco.promotion-250805 .sector-title .title {
  bottom: 167px;
}
.product-eco .sector-banner {
  border-top: 4px solid #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFBF00), to(#FFBF00)), #FFBF00;
  background: linear-gradient(0deg, #FFBF00 0%, #FFBF00 100%), #FFBF00;
}
.product-eco .sector-title {
  height: 666px;
  background-color: #FFF6DC;
}
.product-eco .sector-title .wrap-full {
  z-index: 1;
  height: 539px;
  overflow: hidden;
  border-radius: 0 0 3000px/266px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD405), to(#FFB224)), -webkit-gradient(linear, left top, left bottom, from(#FFD405), color-stop(49.99%, #F5DA0F), to(#BEFF46)), -webkit-gradient(linear, left top, left bottom, from(#FFD405), to(#FFB224)), radial-gradient(68.97% 73.33% at 50% 73.33%, #FFF0C2 0%, #FFE082 100%);
  background: linear-gradient(180deg, #FFD405 0%, #FFB224 100%), linear-gradient(180deg, #FFD405 0%, #F5DA0F 49.99%, #BEFF46 100%), linear-gradient(180deg, #FFD405 0%, #FFB224 100%), radial-gradient(68.97% 73.33% at 50% 73.33%, #FFF0C2 0%, #FFE082 100%);
}
.product-eco .sector-title .title {
  position: absolute;
  right: 0;
  bottom: 61px;
  left: 0;
  z-index: 2;
}
.product-eco .sector-title .title-cafe-info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}
.product-eco .sector-intro {
  padding: 100px 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 191, 0, 0.04)), to(rgba(255, 191, 0, 0.04))), #FFF;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.04) 0%, rgba(255, 191, 0, 0.04) 100%), #FFF;
}
.product-eco .sector-video {
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 191, 0, 0.04)), to(rgba(255, 191, 0, 0.04))), #FFF;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.04) 0%, rgba(255, 191, 0, 0.04) 100%), #FFF;
}
.product-eco .sector-video .video-box {
  position: relative;
  width: 1160px;
  height: 653px;
  margin: 60px auto 0;
}
.product-eco .sector-video .video-box iframe,
.product-eco .sector-video .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FFD148;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-video .video-box a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.product-eco .sector-space {
  padding: 108px 0 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250718/pc/bg_space.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-space .space-slider {
  margin-top: 16px;
}
.product-eco .sector-space .space-slider .slick-track .slick-slide {
  margin: 0 30px;
  font-size: 0;
}
.product-eco .sector-space .space-slider .slick-track .slick-slide:not(.slick-current) {
  position: relative;
}
.product-eco .sector-space .space-slider .slick-track .slick-slide:not(.slick-current):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
}
.product-eco .sector-space .space-slider .slick-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -22px !important;
}
.product-eco .sector-space .space-slider .slick-arrow.slick-prev {
  margin-left: -500px !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  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%);
  left: 50%;
  background: none;
  background: none;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-prev {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-prev {
    height: 100px;
  }
}
.product-eco .sector-space .space-slider .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  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) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-prev::before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-prev::before {
    height: 25px;
  }
}
.product-eco .sector-space .space-slider .slick-arrow.slick-next {
  margin-left: 400px !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  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%);
  right: 50%;
  background: none;
  right: 0;
  background: none;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-next {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-next {
    height: 100px;
  }
}
.product-eco .sector-space .space-slider .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  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) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-next::before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .space-slider .slick-arrow.slick-next::before {
    height: 25px;
  }
}
.product-eco .sector-space .space-slider .slick-dots {
  margin-top: 30px;
}
.product-eco .sector-space .space-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  border-radius: 7px;
  background: #8F8F8F;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-eco .sector-space .space-slider .slick-dots li.slick-active {
  background: #FFF;
}
.product-eco .sector-guide {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 191, 0, 0.1)), to(rgba(255, 191, 0, 0.1))), #FFF;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.1) 0%, rgba(255, 191, 0, 0.1) 100%), #FFF;
}
.product-eco .price-box .box-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .price-box .box-item .item-detail {
  text-align: left;
}
.product-eco .price-box .box-item .item-detail .title {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .price-box .box-item .item-detail .dash-list {
  margin-top: 10px;
}
.product-eco .price-box .box-item .item-detail .dash-list li {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.product-eco .price-box .box-item .item-detail .dot-list li {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .price-box .box-item .item-detail .dot-list li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: -0.64px;
}
.product-eco .price-box .box-item .item-price {
  text-align: right;
}
.product-eco .price-box .box-item .item-price .price-after {
  margin-top: 10px;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.897px;
}
.product-eco .price-box .box-item .item-price .price-after strong {
  color: currentColor;
  font-size: 44px;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-lineup {
  padding: 100px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E3FFA6), to(#FFD405)), -webkit-gradient(linear, left top, left bottom, from(#5DA3FF), to(#0E76FF)), radial-gradient(94.05% 100% at 50% 100%, #FFF0C2 0%, #FFE082 100%);
  background: linear-gradient(180deg, #E3FFA6 0%, #FFD405 100%), linear-gradient(180deg, #5DA3FF 0%, #0E76FF 100%), radial-gradient(94.05% 100% at 50% 100%, #FFF0C2 0%, #FFE082 100%);
}
.product-eco .sector-lineup .price-box {
  margin-top: 20px;
}
.product-eco .sector-other {
  padding: 100px 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 191, 0, 0.04)), to(rgba(255, 191, 0, 0.04))), #FFF;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.04) 0%, rgba(255, 191, 0, 0.04) 100%), #FFF;
}
.product-eco .sector-other .price-box {
  margin-top: 60px;
}/*# sourceMappingURL=web.css.map */