@charset "UTF-8";
.text-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}

.grid, .promotion .wrap {
  *zoom: 1;
}

.grid:before, .promotion .wrap:before, .grid:after, .promotion .wrap:after {
  content: '';
  display: table;
}

.grid:after, .promotion .wrap:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popup .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;
}

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

.popup-dim {
  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: 200;
  display: none;
  width: 90%;
  max-width: 720px;
  letter-spacing: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.popup .popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #000;
  cursor: pointer;
}

.popup .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}

.popup .popup-close:before, .popup .popup-close:after {
  content: '';
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}

.popup .popup-close:before {
  margin-top: -0.5px;
  margin-left: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.popup .popup-close:after {
  margin-left: -41%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.popup .popup-body {
  padding: 0.78125rem;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  background-color: #fff;
}

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

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

.popup .popup-body p {
  font-size: 2.22222vw;
}

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

.popup .popup-body .base-title {
  margin-top: 0.625rem;
}

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

.popup .popup-body .base-title:first-child {
  margin-top: 0;
}

.popup .popup-body strong {
  display: block;
  font-size: 2.5vw;
}

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

.popup.popup-base .popup-body {
  max-height: 18.75rem;
  overflow-y: auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px;
  }
}

.eco-base-text, .eco-3222 p {
  display: none;
  line-height: 1.5;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}

@media screen and (min-width: 720px) {
  .eco-base-text, .eco-3222 p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .eco-base-text, .eco-3222 p {
    font-size: 14px;
  }
}

#popupBase .eco-3222 p {
  display: block;
}

.bounce {
  -webkit-animation: bounce 2s infinite both;
          animation: bounce 2s infinite both;
}

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

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

.slideY {
  position: absolute;
  -webkit-animation: 0.4s slideUpY ease-in-out infinite alternate;
          animation: 0.4s slideUpY ease-in-out infinite alternate;
}

@-webkit-keyframes slideUpY {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}

@keyframes slideUpY {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}

.popup-coupon {
  width: 472px;
  padding: 0 38px 45px;
  background: #fff;
}

.popup-coupon .popup-tit {
  font-size: 20px;
  padding: 46px 0 15px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.popup-coupon .popup-cont {
  margin-top: 20px;
  height: 500px;
  overflow: auto;
}

.popup-coupon .popup-cont table {
  width: 100%;
  border: 1px solid #c9c9c9;
}

.popup-coupon .popup-cont table th:nth-child(1) {
  border-right: 1px solid #c9c9c9;
}

.popup-coupon .popup-cont table td {
  color: #000;
  font-weight: 400;
  border: 1px solid #c9c9c9;
  line-height: 40px;
  font-size: 14px;
}

.popup-coupon .popup-cont table td:nth-child(1) {
  text-align: center;
}

.popup-coupon .popup-cont table td:nth-child(2) {
  padding-left: 15px;
}

.popup-coupon .popup-cont .btn_box {
  margin-top: 24px;
  text-align: center;
}

.popup-coupon .popup-cont .btn_box a {
  position: relative;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  background: #ffd801;
}

.popup-coupon .popup-cont .btn_box a span {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
}

.popup-product {
  height: 777px;
  padding-top: 32px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/bg_popup.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.popup-product .popup-body {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.popup-product .popup-body .title {
  width: 100%;
  text-align: center;
}

.popup-product .popup-body .title h3 {
  font-size: 50px;
  font-weight: 900;
}

.popup-product .popup-body .title .prodimg {
  margin-top: 35px;
}

.popup-product .popup-body .title > p {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.popup-product .popup-body .title > p em {
  font-weight: 900;
  color: #6401f8;
}

.popup-product .popup-body .btn-wrap {
  margin-top: 70px;
}

.popup-product .popup-body .btn-wrap p {
  text-align: center;
  margin-bottom: 15px;
}

.popup-product .popup-body .btn-wrap a {
  display: inline-block;
  width: 300px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
}

.popup-product .popup-body .btn-wrap a.gray {
  background: #c5c5c5;
  margin-right: 5px;
}

.popup-product .popup-body .btn-wrap a.yellow {
  background: #ffbf00;
}

.pagenavigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.pagenavigation > a {
  width: 21px;
  height: 21px;
  background: #fff;
  text-indent: -9999px;
}

.pagenavigation > a.prev {
  background: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_prev.png") no-repeat;
}

.pagenavigation > a.next {
  background: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_next.png") no-repeat;
}

.pagenavigation div {
  padding: 0 30px;
}

.pagenavigation div a {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-right: 8px;
}

.pagenavigation div a:last-child {
  margin-right: 0;
}

.pagenavigation div a.active {
  border-bottom: 1px solid #000;
  color: #000;
}

.promotion {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.promotion .container,
.promotion .item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .wrap {
  position: relative;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1000px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion a[data-icon="hand"] {
  position: relative;
  text-indent: -9999px;
}

.promotion .banner-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed;
  right: 0;
  top: 275px;
  width: 236px;
  height: 490px;
  z-index: 10;
}

.promotion .banner-follow ul li {
  position: relative;
  width: 210px;
  height: 140px;
}

.promotion .banner-follow ul li:nth-child(1) {
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/banner_follow1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .banner-follow ul li:nth-child(1) em {
  position: absolute;
  top: 30px;
  display: block;
  width: 33px;
  height: 48px;
  text-indent: -9999px;
}

.promotion .banner-follow ul li:nth-child(1)[data-count="0"] em {
  right: 30px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/banner_dice_num_0.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .banner-follow ul li:nth-child(1)[data-count="1"] em {
  right: 35px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/banner_dice_num_1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .banner-follow ul li:nth-child(1)[data-count="2"] em {
  right: 30px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/banner_dice_num_2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .banner-follow ul li:nth-child(1) a {
  position: absolute;
  bottom: 11px;
  left: 24px;
}

.promotion .banner-follow ul li:nth-child(2) {
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/banner_follow2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .banner-follow ul li:nth-child(2) a {
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 29px;
  width: 161px;
  height: 28px;
  text-indent: -9999px;
}

.promotion .promotion-title {
  width: 100%;
  height: 589px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .promotion-event {
  width: 100%;
  height: 1491px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/bg_promotion.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .promotion-event .wrap {
  position: relative;
}

.promotion .promotion-event .wrap .bounce {
  position: absolute;
  top: 355px;
  left: -230px;
}

.promotion .promotion-event .wrap .event-date {
  position: absolute;
  bottom: 442px;
  font-size: 30px;
  font-weight: bold;
}

.promotion .promotion-event .wrap .event-product {
  position: absolute;
  bottom: -306px;
  left: 50%;
  margin: 0 0 0 -740px;
  z-index: 1;
}

.promotion .promotion-dice {
  padding: 410px 0 130px 0;
  background: #fff6dc;
}

.promotion .promotion-dice .wrap .dice-wrap {
  position: relative;
  width: 1100px;
  height: 1025px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.promotion .promotion-dice .wrap .dice-wrap .bounce {
  position: absolute;
  top: -186px;
  left: -44px;
  z-index: 9;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #ffd801;
  border-radius: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event .dice-icon {
  background: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/icon_dice.png") no-repeat center center;
  width: 526px;
  height: 344px;
  margin-top: -100px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event .dice-icon .icon-motion {
  margin-top: -13px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event > a {
  position: absolute;
  bottom: 309px;
  display: block;
  width: 449px;
  height: 105px;
  left: 50%;
  margin: 0 0 0 -224px;
  background: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_dice.png") no-repeat;
  background-size: 100%;
  z-index: 9;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event > a.disabled {
  pointer-events: none;
  width: 449px;
  height: 105px;
  background: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_dice_disabled.png") no-repeat;
  background-size: 100%;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-event > a.disabled img {
  display: none;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li {
  position: absolute;
  border-radius: 20px;
  -webkit-box-shadow: 4px 5px 7px 1px #c5a001;
          box-shadow: 4px 5px 7px 1px #c5a001;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li[disabled]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  border-radius: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(1) {
  left: 15px;
  top: 15px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(2) {
  left: 286px;
  top: 15px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(3) {
  left: 556px;
  top: 15px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(4) {
  right: 20px;
  top: 15px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(5) {
  right: 20px;
  top: 265px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(6) {
  right: 20px;
  top: 516px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(7) {
  right: 20px;
  bottom: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(8) {
  left: 556px;
  bottom: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(9) {
  left: 286px;
  bottom: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(10) {
  left: 15px;
  bottom: 20px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(11) {
  left: 15px;
  top: 516px;
}

.promotion .promotion-dice .wrap .dice-wrap .dice-content > li:nth-child(12) {
  left: 15px;
  top: 265px;
}

.promotion .promotion-notice {
  padding: 143px 0 114px 0;
}

.promotion .promotion-notice .wrap .section-1 {
  position: relative;
}

.promotion .promotion-notice .wrap .section-1 a[data-icon="hand"] {
  position: absolute;
  top: 355px;
  left: 33px;
  width: 297px;
  height: 58px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_kakao.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .promotion-notice .wrap .section-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promotion .promotion-notice .wrap .section-2 a[data-icon="hand"] {
  position: absolute;
  top: 373px;
  left: 50%;
  margin: 0 0 0 -141px;
  width: 282px;
  height: 55px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/btn_members.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.promotion .promotion-notice .wrap .section-2 a.btn_coupon {
  position: absolute;
  bottom: 87px;
  left: 389px;
}

.promotion .promotion-bar {
  width: 100%;
  height: 199px;
  background-color: #5600d8;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210811/pc/bg_bar.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.promotion .promotion-rumor {
  position: relative;
  padding: 75px 0 0 0;
}

.promotion .promotion-rumor .comment-section .wrap {
  display: table;
}

.promotion .promotion-rumor .comment-event .comment-privacy .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promotion .promotion-rumor .comment-event .comment-privacy .wrap .scroll_box {
  width: 100%;
}

.promotion .promotion-rumor .comment-list-wrap {
  width: 100%;
}

.promotion .promotion-notice2 {
  padding: 60px 0;
  background: #f5f5f5;
}

.promotion .promotion-notice2 .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promotion .promotion-why {
  height: 890px;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/event/210113/pc/cont4_bg_210602.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.promotion .promotion-why .notice {
  position: absolute;
  top: 281px;
  color: #b89a00;
  font-size: 14px;
}

.promotion .promotion-why .winner-contents {
  position: relative;
  width: 1000px;
  margin: -10px auto 0;
}

.promotion .promotion-why .winner-contents p {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.promotion .promotion-why .winner-contents .winner-list {
  position: relative;
  -webkit-transform: perspective(400px) rotateX(40deg);
          transform: perspective(400px) rotateX(40deg);
}

.promotion .promotion-why .winner-contents .winner-list::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

.promotion .promotion-why .winner-contents .winner-list .slick-track {
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
}

.promotion .promotion-only {
  background: #f8f7f0;
  padding-bottom: 4.0625rem;
}

.promotion .promotion-only .wrap {
  display: block;
  padding-top: 120px;
}

@media screen and (min-width: 720px) {
  .promotion .promotion-only {
    padding-bottom: 130px;
  }
}

.promotion .promotion-only .title {
  position: relative;
}

.promotion .promotion-only .btn-reason {
  position: absolute;
  bottom: -47px;
  left: 50%;
  color: #b3ac7f;
  padding-right: 15px;
  margin-left: -18px;
}

.promotion .promotion-only .btn-reason::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-width: 0;
  border-style: solid;
  border-color: #b3ac7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  margin-left: 0;
  left: auto;
  right: 7px;
}

.promotion .promotion-only .only-list {
  text-align: center;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform: perspective(570px) rotateX(45deg);
  -ms-transform: perspective(570px) rotateX(45deg);
  transform: perspective(570px) rotateX(45deg);
}

.promotion .promotion-only .only-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 7.8125rem;
  background: #f8f7f0;
  background: -webkit-linear-gradient(legacy-direction(180deg), #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f0), to(rgba(248, 247, 240, 0)));
  background: -webkit-linear-gradient(top, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
  background: -o-linear-gradient(top, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
  background: linear-gradient(180deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}

@media screen and (min-width: 720px) {
  .promotion .promotion-only .only-list:before {
    height: 250px;
  }
}

.promotion .promotion-only .only-list .slick-track {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.promotion .promotion-only .only-list .slick-slide {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .promotion .promotion-only .only-list .slick-slide {
    margin-top: 30px;
  }
}

.promotion .promotion-only .only-list .slick-slide img {
  display: inline-block;
}

.promotion .promotion-eco {
  padding: 100px 0;
}

.promotion .promotion-eco > img {
  margin-bottom: 70px;
}
/*# sourceMappingURL=web.css.map */