@charset "UTF-8";
.grid, .promotion .container, .promotion-sale .product-list .product.solo .product-body, .promotion-sale .product-list .form-control .form-list {
  *zoom: 1;
}

.grid:before, .promotion .container:before, .promotion-sale .product-list .product.solo .product-body:before, .promotion-sale .product-list .form-control .form-list:before, .grid:after, .promotion .container:after, .promotion-sale .product-list .product.solo .product-body:after, .promotion-sale .product-list .form-control .form-list:after {
  content: '';
  display: table;
}

.grid:after, .promotion .container:after, .promotion-sale .product-list .product.solo .product-body:after, .promotion-sale .product-list .form-control .form-list:after {
  clear: both;
}

.sr-only, .promotion-sale .product-list .form-control .form-list input.checkbox {
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table, .promotion-sale .product-list .flag {
  display: table;
  width: 100%;
}

.table .table-cell, .promotion-sale .product-list .flag .table-cell, .promotion-sale .product-list .flag span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

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

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

.promotion {
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #202020;
  letter-spacing: -.5px;
}

.promotion .container {
  background-repeat: no-repeat;
  background-position: center top;
}

.promotion .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .notice, .promotion .promotion-sale .product-list .core .info dt, .promotion-sale .product-list .core .info .promotion dt,
.promotion .promotion-sale .product-list .core .info dd, .promotion-sale .product-list .core .info .promotion dd, .promotion .promotion-sale .product-list .form-control .info, .promotion-sale .product-list .form-control .promotion .info, .promotion .promotion-notice, .promotion .promotion-notice .notice-list li, .promotion-notice .notice-list .promotion li {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.6);
}

.promotion .btn {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 13px 0 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .btn:first-child {
  margin-left: 0;
}

.promotion .btn-apply {
  width: 280px;
  color: #fff;
  background-color: #1c1b85;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .btn-apply:hover {
  background-color: #cc0000;
}

.promotion .btn-apply:before, .promotion .btn-apply:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
}

.promotion .btn-apply:before {
  right: 10%;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
}

.promotion .btn-apply:after {
  right: 0;
  width: 66px;
  height: 73px;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  -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: linear;
          animation-timing-function: linear;
  -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);
  }
}

.promotion .btn-detail {
  width: 160px;
  background-color: #ddd;
}

.promotion-timer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 16px 0 15px;
  background: #ffd800;
  background: radial-gradient(circle, #ffd800 0%, #ffbf00 100%);
}

.promotion-timer .item {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  color: #202020;
}

.promotion-timer .item.timer-wrap {
  margin-left: 20px;
}

.promotion-timer .item.timer-wrap em {
  display: inline-block;
  min-width: 50px;
}

.promotion-timer .item .col {
  margin: 0 5px;
}

.promotion-timer .item.desc {
  color: #cc0000;
}

.promotion-title {
  position: relative;
  padding-bottom: 106px;
  background-image: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/bg_title.jpg");
  background-size: cover;
}

.promotion-title:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 364px;
  background: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/bg_snow.png") no-repeat center bottom;
  background-size: cover;
}

.promotion-title .wrap {
  height: 1197px;
}

.promotion-title p {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
}

.promotion-title p.flag {
  top: 100px;
}

.promotion-title p.title-1 {
  top: 210px;
}

.promotion-title p.title-2 {
  top: 348px;
}

.promotion-title p.title-3 {
  top: 607px;
}

.promotion-title p.period {
  top: 758px;
  width: 640px;
  margin: 0 auto;
  padding: 11px 0;
  font-family: "lato", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  background: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/bg_period.png") no-repeat center center;
}

.promotion-title p.box {
  top: 908px;
  z-index: 2;
}

.promotion-title p.box-1 {
  right: 50%;
  text-align: right;
}

.promotion-title p.box-2 {
  left: 50%;
  text-align: left;
}

.promotion-title p.light {
  right: auto;
  left: 50%;
}

.promotion-title p.light-1 {
  top: 314px;
  margin-left: -325px;
}

.promotion-title p.light-2 {
  top: 452px;
  margin-left: 241px;
}

.promotion-sale {
  padding-bottom: 200px;
  background-color: #fff;
  background-image: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/bg_sale.jpg");
}

.promotion-sale .wrap {
  text-align: left;
}

.promotion-sale .notice, .promotion-sale .product-list .core .info dt,
.promotion-sale .product-list .core .info dd, .promotion-sale .product-list .form-control .info, .promotion-sale .promotion-notice, .promotion-sale .promotion-notice .notice-list li, .promotion-notice .notice-list .promotion-sale li {
  margin-top: 30px;
}

.promotion-sale .item-title {
  margin-top: 60px;
}

.promotion-sale .product-list {
  text-align: center;
  margin-right: -40px;
}

.promotion-sale .product-list .product {
  position: relative;
  width: calc(50% - 40px);
  margin: 60px 40px 0 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.promotion-sale .product-list .product:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 10px 10px 0 0;
  background-color: #1c1b85;
}

.promotion-sale .product-list .product.solo {
  width: calc(100% - 40px);
  clear: both;
}

.promotion-sale .product-list .product.solo .product-head {
  padding-left: 83px;
  text-align: left;
}

.promotion-sale .product-list .product.solo .holder {
  float: left;
  width: 45%;
}

.promotion-sale .product-list .product.solo .holder:first-child {
  width: 55%;
}

.promotion-sale .product-list .product-head {
  position: relative;
  padding-top: 48px;
}

.promotion-sale .product-list .product-head p {
  line-height: 1;
  color: #202020;
  letter-spacing: -1px;
}

.promotion-sale .product-list .product-head p.subject {
  font-size: 32px;
  font-weight: 700;
}

.promotion-sale .product-list .product-head p.subject strong {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 10px;
  color: #1c1b85;
}

.promotion-sale .product-list .product-head p.subject strong:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 12px;
  line-height: 1.2;
  background-color: #e3e3f0;
}

.promotion-sale .product-list .product-head p.desc {
  margin-top: 17px;
  font-size: 22px;
}

.promotion-sale .product-list .flag {
  position: absolute;
  top: 40px;
  left: 70px;
  width: 120px;
  height: 100px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/icon_discount.png") no-repeat 0 0;
}

.promotion-sale .product-list .flag strong {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.promotion-sale .product-list .product-body {
  position: relative;
  padding: 40px;
}

.promotion-sale .product-list .core {
  text-align: left;
  padding-left: 168px;
}

.promotion-sale .product-list .core .price {
  letter-spacing: -2px;
}

.promotion-sale .product-list .core .price strong {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

.promotion-sale .product-list .core .price-before {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #bbb;
}

.promotion-sale .product-list .core .price-before:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 140px;
  height: 10px;
  margin-top: -10px;
  background: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/icon_price_before.png") no-repeat left 0;
}

.promotion-sale .product-list .core .price-after {
  margin-top: 6px;
  font-size: 30px;
  color: #cc0000;
}

.promotion-sale .product-list .core .price-after strong {
  font-size: 52px;
  letter-spacing: -3px;
}

.promotion-sale .product-list .core .price-title {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-sale .product-list .core .info dt,
.promotion-sale .product-list .core .info dd {
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-sale .product-list .form-control {
  margin-top: -119px;
  text-align: left;
}

.promotion-sale .product-list .form-control .form-list {
  margin-left: 9px;
}

.promotion-sale .product-list .form-control .form-list .fake-checkbox {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 21px;
}

.promotion-sale .product-list .form-control .form-list input.checkbox:checked + label {
  background-image: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/icon_checked.jpg");
}

.promotion-sale .product-list .form-control .form-list label {
  padding-left: 34px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  background-image: url("//img.eduwill.net/resources/img/common/event/winterSale/pc/icon_check.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.promotion-sale .product-list .form-control .info {
  margin: 12px 0 0 8px;
}

.promotion-sale .product-list .form-control + .action {
  margin: 30px 0 0 7px;
}

.promotion-sale .product-list .action {
  margin-top: 24px;
  font-size: 0;
}

.promotion-band {
  background-color: #1c1b85;
}

.promotion-notice {
  padding: 80px 0;
  text-align: left;
  background-color: #f8f8f8;
}

.promotion-notice .title {
  font-weight: 700;
  color: #202020;
}

.promotion-notice .notice-list {
  margin-top: 20px;
}

.promotion-notice .notice-list li {
  position: relative;
  padding-left: 10px;
}

.promotion-notice .notice-list li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=web.css.map */