*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
}

body {
	 font-family: 'Noto Sans KR', sans-serif;
}

a:hover {
	text-decoration-line: none;
}
p, h3, h2 {
    margin: 0;
}

#special-event {
    position: relative;
}
.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.block-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
    pointer-events : none;
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #0a0c1b;
    text-align: center;
    padding-bottom: 120px;
}

.s1-top {
  position: relative;
}

.s1-btn {
  position: absolute;
  padding: 0.3% 1.5%;
  background-color: #ffffff;
  border-radius: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 860px;
  width: 45.3%;
  z-index: 9999;
}
.s1-teacher {
  position: absolute;
  bottom: 0;
  left: 26%;
  margin: 0 auto;
  max-width: 573px;
  width: 30.2%;
  z-index: 9997;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0, 12%, 0);
}
.title-1 {
  position: absolute;
  bottom: 63.5%;
  left: 48%;
  margin: 0 auto;
  max-width: 295px;
  width: 15.5%;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(-12%, 0, 0);
}
.title-2 {
  position: absolute;
  bottom: 50.8%;
  left: 48%;
  margin: 0 auto;
  max-width: 426px;
  width: 22.5%;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(-12%, 0, 0);
}
.s1-t1 {
    position: absolute;
    bottom: 27%;
    left: 53%;
    margin: 0 auto;
    max-width: 406px;
    width: 21.4%;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(12%, 0, 0);
}
.s1-t2 {
    position: absolute;
    bottom: 52.5%;
    left: 25.5%;
    margin: 0 auto;
    max-width: 108px;
    width: 5.7%;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0, 120%, 0);
}

.review-slick-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.review-slick-wrap .slick-arrow img {
  transform: translate(0, -50%);
}
.review-slick-wrap .slick-prev, .review-slick-wrap .slick-next {
  width: 45px;
  font-size: 0;
  top: 50%;
}
.review-slick-wrap .review-slick-prev {
  left: -7%;
}
.review-slick-wrap .review-slick-next {
  right: -7%;
}
.review-slick .slick-list {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.review-li {
  position: relative;
  background-color: #01020b;
  color: #ffffff;
  display: inline-block;
  width: 31%;
  margin: 0.5%;
}
.review-li img {
  width: 100%;
}
.review-li .text-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}
.review-li .text-wrap h3 {
  margin-bottom: 5%;
  font-size: 20px;
  font-weight: 500;
}
.review-li .text-wrap h3 b{
  color: #3da4ff;
}
.review-li .text-wrap p {
  font-size: 15px;
  line-height: 1.7;
}
.review-li .text-wrap span {
  font-size: 15px;
  margin-top: auto;
}



#slide-btn {
    cursor: pointer;
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 100px;
}

.info-slick-wrap {
  margin: 0 auto;
  max-width: 780px;
  position: relative;
}
.slick-prev:before, .slick-next:before {
  content: '';
}
.info-slick-wrap .info-slick-prev, .info-slick-wrap .slick-next {
  width: 45px;
  font-size: 0;
  top: 59%;
}
.info-slick-wrap .info-slick-prev {
  left: -10%;
}
.info-slick-wrap .info-slick-next {
  right: -10%;
}

.info-slick {
  margin: 0 auto;
}
.info-slick .list-wrap {
  margin: 0 20px;
}
.info-slick .list-wrap img {
  width: 100%;
}


.section-3 {
    position: relative;
    overflow: hidden;
    background-color: #4957ff;
    text-align: center;
    padding-bottom: 120px;
}

.s3-top {
  position: relative;
}
.lecture-btn {
    font-size: 0;
    position: absolute;
    top: 74.1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 41.4%;
    height: 22%
}

.lecture-slick-wrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
.lecture-slick-wrap .lecture-slick-prev:before, .lecture-slick-wrap .slick-next:before {
  content: '';
}
.lecture-slick-wrap .lecture-slick-prev, .lecture-slick-wrap .slick-next {
  width: 23px;
  font-size: 0;
  top: 52%;
}
.lecture-slick-wrap .lecture-slick-prev {
  left: -5%;
}
.lecture-slick-wrap .lecture-slick-next {
  right: -5%;
}

.lecture-slick {
  margin: 0 auto;
}
.lecture-slick .list-wrap {
  margin: 0 20px;
}
.lecture-slick .list-wrap img {
  width: 100%;
}

.section-4 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 120px;
}

.product-top {
  position: relative;
}

.discount-img {
  position: absolute;
  left: 52.2%;
  max-width: 101px;
  width: 5.3%;
  z-index: 9999;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0, -10%, 0);
}
.discount-1 {
  top: 41.7%;
}
.discount-2 {
  top: 60%;
}
.discount-3 {
  top: 78.3%;
}

.product-item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 47.3%;
  height: 16.65%;
  border-radius: 10px;
  border: 2px solid #bbbbbb;
  cursor: pointer;
}
.product-item.selected {
  border-color: #4857ff;
  cursor: default;
}

.product-item[data-id="a"] {
  top: 43.2%;
}
.product-item[data-id="b"] {
  top: 61.5%;
}
.product-item[data-id="c"] {
  top: 79.8%;
}

.checkmark {
  position: absolute;
  top: 20%;
  left: 4%;
  width: 30px;
  height: 30px;
  border: 2px solid #bbbbbb;
  border-radius: 5px;
}
.product-item.selected .checkmark {
  background-color: #4857ff;
  border-color: #4857ff;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.summary-wrap {
  max-width: 900px;
  width: 47%;
  margin: 0 auto;
  display: flex;
}

.summary-left {
  display: inline-block;
}
.summary-total {
  margin-top: auto;
  font-size: 24px;
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: -0.5px;
  color: #171717;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.summary-total p {
  text-align: left;
  margin-bottom: 5px
}
.summary-values {
  display: flex;
  align-items: baseline; 
  flex-wrap: wrap;
}
.summary-total .total-discount {
  color: #4857ff;
  font-size: 24px;
  letter-spacing: -1px;
  margin-right: 15px;
  font-weight: 700; 
  display: none;
}
.summary-total .total-price {
  color: #888888;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  display: none;
}
.summary-total .final-price {
  font-weight: 600;
}
#buy-button {
  display: inline-block;
  margin-left: auto;
  width: calc(100% - 60%);
  padding: 20px 12px;
  background: #4857ff;
  background-image: linear-gradient(90deg, #3da4ff, #f27af2);
  color: white;
  font-size: 32px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.section-5 {
    text-align: center;
    position: relative;
    background-color: #2b33b0;
    overflow: hidden;
}
.pass-btn {
    font-size: 0;
    position: absolute;
    top: 81.7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44.8%;
    height: 9.5%;
}

#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    background-color: #0a0b1a;
    padding: 80px 15px;
    letter-spacing: -0.04em;
}
.notice {
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto 20px;
}
.notice h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 5px;
    font-weight: 600;
    text-align: center;
}
.notice-contents {
    list-style: none;
    padding: 0;
    background-color: #161725;
    border-radius: 25px;
    padding: 30px;
}
.notice-contents li {
    margin-bottom: 16px;
    list-style:circle;
    line-height: 1.5;
    margin-left: 18px;
}
.notice-contents li::marker {
    color: #a2a2a8;
}
.notice-contents p {
    font-size: 19px;
    color: #a2a2a8;
    line-height: 1.6;
    font-weight: 400;
}
.notice-contents b {
    font-weight: 600;
}
.notice-contents b.red {
    color: #214bff;
}
.notice-contents a {
    color: #fffa7f;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #fffa7f;
    font-size: 16px;
}

@media(max-width:1400px) {
    .checkmark {
        top: 20%;
        left: 3%;
        width: 20px;
        height: 20px;
    }
}

@media(max-width:992px) {
    .product-container {
      flex-direction: column;
    }

    .section-1 .block-img { 
        width: 190%;
        margin-left: -45%;
    }
    .section-2 .block-img { 
        width: 194%;
        margin-left: -47%;
    }
    .section-3 .block-img { 
        width: 190%;
        margin-left: -45%;
    }
    .section-4 .block-img { 
        width: 194%;
        margin-left: -47%;
    }
    .section-5 .block-img { 
        width: 190%;
        margin-left: -45%;
    }
    .section-7 .block-img { 
        width: 174%;
        margin-left: -37%;
    }

    
    .section-1 {
        padding-bottom: 8%;
    }
    .s1-btn {
      width: 92%;
    }
    .s1-teacher {
      left: 3%;
      width: 57%;
    }
    .title-1 {
      left: 46.5%;
      width: 31%;
    }
    .title-2 {
      left: 46%;
      width: 45%;
    }
    .s1-t1 {
        left: 55%;
        width: 43%;
    }
    .s1-t2 {
        left: 2.5%;
        width: 11%;
    }
    .review-slick-wrap {
        width: 100%;
    }
    
    .slick-arrow img {
        display: none;
    }

    .review-li .text-wrap {
      padding: 20px 10px;
    }
    .review-li .text-wrap h3 {
      margin-bottom: 5%;
      font-size: 2vw;
      font-weight: 500;
    }
    .review-li .text-wrap p {
      font-size: 1.5vw;
      line-height: 1.7;
    }
    .review-li .text-wrap span {
      font-size: 1.5vw;
      margin-top: auto;
    }

    .lecture-btn {
      width: 78.6%;
    }

    .section-4 {
        padding-bottom: 12%;
    }
    .content-wrap {
        margin-bottom: 10px;
    }
    .content-wrap img {
        width: 100%;
    }

    .product-item {
        width: 92%;
        height: 16.65%;
    }
    .summary-wrap {
        width: 92%;
    }
    .discount-img {
        width: 10.4%;
        left: 54.2%;
    }

    .pass-btn {
        width: 85%;
        height: 9.3%;
    }
    
    #notice-wrap {
        padding: 7% 20px 5%;
    }
    .h1-box {
        font-size: 20px;
        padding: 20px 0 20px;
        margin: 0;
    }
    .notice h2 {
        font-size: 4.5vw;
    }
    .notice-contents li {
        margin-bottom: 5px;
        margin-left: 15px;
    }
    .notice-contents p {
        font-size: 14px;
    }
    .notice-contents a {
        font-size: 12px;
    }
}
@media(max-width:600px) {
    .summary-wrap {
        width: 92%;
        flex-direction: column;
    }
    .summary-total {
      font-size: 20px;
    }
    .summary-left {
      margin-bottom: 4%;
    }
    #buy-button {
        display: block;
        width: 100%;
        padding: 15px 5px;
        font-size: 5vw;
    }
    .checkmark {
      left:3%;
      top: 18%;
      width: 15px;
      height: 15px;
    }
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 8px;
}