@charset "UTF-8";
.grid, .promotion-apply .section-apply .item {
  *zoom: 1;
}

.grid:before, .promotion-apply .section-apply .item:before, .grid:after, .promotion-apply .section-apply .item:after {
  content: '';
  display: table;
}

.grid:after, .promotion-apply .section-apply .item: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, .promotion-apply .section-apply .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .promotion-apply .section-apply .item .col, .promotion-apply .section-apply .item .content {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.promotion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .container {
  position: relative;
  background-position: center top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.promotion .wrap-full {
  width: 100%;
}

.promotion .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.promotion .slick-arrow.slick-prev {
  left: -50px;
}

.promotion .slick-arrow.slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-width: 0;
  border-style: solid;
  border-color: #b2b2b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.promotion .slick-arrow.slick-next {
  right: -50px;
}

.promotion .slick-arrow.slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-width: 0;
  border-style: solid;
  border-color: #b2b2b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
}

.promotion .infomation .main-text {
  font-size: 22px;
  color: #333333;
}

.promotion .infomation .subject {
  font-weight: 600;
}

.promotion .infomation .notice {
  margin-top: 5px;
  text-align: center;
}

.promotion .infomation span {
  color: #3c3c96;
}

.promotion .notice {
  text-align: left;
  color: #888888;
  font-size: 14px;
}

.promotion .notice ul li {
  position: relative;
}

.promotion .notice strong {
  color: #3c3c96;
  font-weight: inherit;
}

.promotion-title {
  background-image: url("https://img.eduwill.net/eduwill/Img/2021/0/junsa/210419/pc/bg_title.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.promotion-entitle {
  padding-bottom: 115px;
}

.promotion-entitle table {
  width: 100%;
  margin-top: 20px;
}

.promotion-entitle table th, .promotion-entitle table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}

.promotion-entitle table th:not(:first-child), .promotion-entitle table td:not(:first-child) {
  border-left: 1px solid #cccccc;
}

.promotion-entitle table th {
  border-top: 2px solid #333333;
  background: #f2f2f2;
}

.promotion-entitle .infomation .sub-title {
  background: #3c3c96;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  padding: 15px 0;
  margin-top: 40px;
}

.promotion-entitle .infomation .sub-title span {
  color: #ffe930;
  font-weight: inherit;
}

.promotion-entitle .notice {
  margin-top: 25px;
  font-size: 16px;
}

.promotion-how {
  background: #f2f2f2;
  padding-bottom: 120px;
}

.promotion-how .action-wrap {
  margin-top: 40px;
}

.promotion-how .action-wrap .action {
  position: relative;
  border-radius: 10px;
  border: 3px solid #3c3c96;
  display: inline-block;
  min-width: 490px;
  width: 44%;
  font-size: 24px;
  font-weight: 600;
}

.promotion-how .action-wrap .action:not(:first-child) {
  margin-left: 15px;
}

.promotion-how .action-wrap .action a {
  display: inline-block;
  padding: 22px;
  width: 100%;
  height: 100%;
}

.promotion-how .action-wrap .action.btn-how-1 {
  background: #3c3c96;
  color: #fff;
  text-indent: -30px;
}

.promotion-how .action-wrap .action.btn-how-1:after {
  right: 15%;
  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: 3px;
  border-right-width: 3px;
}

.promotion-how .action-wrap .action.btn-how-2 {
  color: #3c3c96;
}

.promotion-use {
  padding-bottom: 100px;
}

.promotion-use .card-apply {
  padding: 55px 70px 55px 345px;
  border-top: 1px solid #333333;
  background: #eafafa url("https://img.eduwill.net/eduwill/Img/2021/0/junsa/210419/pc/bg_card.png") 70px 50% no-repeat;
  text-align: left;
}

.promotion-use .card-apply dl dt {
  color: #3c3c96;
  font-size: 26px;
  font-weight: 600;
}

.promotion-use .card-apply dl dd {
  font-size: 18px;
  margin-top: 20px;
}

.promotion-use .card-apply dl dd > ul li:not(:first-child) {
  margin-top: 20px;
}

.promotion-use .card-apply .notice {
  margin-top: 5px;
}

.promotion-use .card-apply .notice ul li {
  padding-left: 15px;
}

.promotion-use .card-apply .notice ul li:not(:first-child) {
  margin-top: 3px;
}

.promotion-use .card-apply .notice ul li::before {
  content: '※';
  position: absolute;
  left: 0;
}

.promotion-use .how-pay {
  padding: 40px 70px;
  background: url("https://img.eduwill.net/eduwill/Img/2021/0/junsa/210419/pc/bg_howpay.png") 0 bottom no-repeat;
}

.promotion-use .how-pay .notice dt {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/Img/2021/0/junsa/210419/pc/icon_info.png") 0 50% no-repeat;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.promotion-use .how-pay .notice dd {
  margin-top: 15px;
}

.promotion-use .how-pay .notice dd ul li {
  padding-left: 15px;
  line-height: 1.5;
}

.promotion-use .how-pay .notice dd ul li:first-child {
  margin-top: 8px;
}

.promotion-use .how-pay .notice dd ul li:not(:first-child) {
  margin-top: 10px;
}

.promotion-use .how-pay .notice dd ul li:before {
  content: '';
  width: 8px;
  height: 2px;
  background: #dddddd;
  position: absolute;
  left: 0;
  top: 8px;
}

.promotion-use .how-pay .notice dd ul li strong span {
  display: block;
}

.promotion-product {
  background: #eafafa;
  padding-bottom: 60px;
}

.promotion-product .product-section {
  margin-top: 60px;
  padding: 0 37px;
}

.promotion-product .product-section .item {
  display: table;
}

.promotion-product .product-section .item:not(:first-child) {
  margin-top: 25px;
}

.promotion-product .product-section .item .product-title {
  display: table-cell;
  vertical-align: top;
  font-size: 26px;
  font-weight: 600;
  word-break: keep-all;
  width: 140px;
  text-align: left;
  line-height: 1.2;
}

.promotion-product .product-section .item .product-list {
  display: table-cell;
  vertical-align: middle;
}

.promotion-product .product-section .item .product-list ul li {
  font-size: 18px;
  background: #fff;
  color: #333333;
  border-radius: 10px;
  width: 140px;
  height: 62px;
  word-break: keep-all;
  display: table;
  float: left;
  margin: 0px 0px 15px 15px;
  overflow: hidden;
}

.promotion-product .product-section .item .product-list ul li a {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

.promotion-product .product-section .item .product-list ul li a:hover {
  background: #08b7b6;
  color: #fff;
}

.promotion-product .product-section .item .product-list ul li a.active {
  background: #08b7b6;
  color: #fff;
}

.promotion-buy {
  padding: 60px 0;
}

.promotion-apply {
  padding: 60px 0;
}

.promotion-apply .section-apply .item {
  border: 5px solid #08b7b6;
  width: 100%;
  display: table;
  position: relative;
}

.promotion-apply .section-apply .item:not(:first-child) {
  margin-top: 26px;
}

.promotion-apply .section-apply .item .content {
  padding: 30px 33px;
  text-align: left;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.promotion-apply .section-apply .item .content .apply-title {
  display: table-cell;
  vertical-align: middle;
  width: 540px;
}

.promotion-apply .section-apply .item .content .apply-title .title {
  font-size: 40px;
  font-weight: 600;
}

.promotion-apply .section-apply .item .content .apply-title .apply-notice {
  font-size: 20px;
  color: #222222;
  margin-top: 5px;
}

.promotion-apply .section-apply .item .content .apply-title .apply-notice .remark {
  color: #08b7b6;
  position: relative;
  padding-left: 20px;
  width: 540px;
}

.promotion-apply .section-apply .item .content .apply-title .apply-notice .remark::before {
  content: '※';
  position: absolute;
  left: 0;
  top: -3px;
}

.promotion-apply .section-apply .item .content .apply-title .apply-notice .remark.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promotion-apply .section-apply .item .content .apply-price {
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #08b7b6;
  font-weight: 600;
  font-size: 44px;
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 195px;
}

.promotion-apply .section-apply .item .content .apply-price span {
  font-size: 20px;
}

.promotion-apply .section-apply .item .apply-banner {
  background: #08b7b6;
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion-apply .section-apply .item .apply-banner a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  padding: 70px 0px;
  text-align: center;
}

.promotion-why {
  background-image: url("https://img.eduwill.net/eduwill/Img/2021/0/junsa/210419/pc/bg_why.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=web.css.map */