*{
	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: #1f3ed8;
    text-align: center;
}

#slide-btn {
  cursor: pointer;
  position: absolute;
  bottom: 84%;
  left: 27.4%;
  width: 20.5%;
  height: 10.5%;
  font-size: 0;
  z-index: 9999;
}
#slide-btn2 {
  cursor: pointer;
  position: absolute;
    bottom: 84%;
  left: 47.8%;
  width: 24.7%;
  height: 10.5%;
  font-size: 0;
  z-index: 9999;
}

#slide-btn.fixed,
#slide-btn2.fixed {
  position: fixed;
  bottom: 5%;
  transform: translateY(0);
  opacity: 1;
  height: 175px;
}

.s1-btn {
  position: absolute;
  bottom: 105%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9997;
  width: 45%;
  max-width: 882px;
  opacity: 0;
  transform: translateY(200%); /* 👈 아래쪽에 위치한 듯 */
  transition: transform 0.5s ease, opacity 0.5s ease;

  animation: fade-btn 0.7s forwards linear;
  animation-delay: 0.9s;
}
@keyframes fade-btn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.s1-btn.fixed {
  position: fixed;
  bottom: 5%;
  opacity: 1;
  transform: translateY(0); /* 👈 올라오게 전환 */
}

.s1-title {
  position: absolute;
  top: 20.9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 612px;
  width: 32.2%;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0, 15%, 0) scale(1);
}
.s1-teacher {
  position: absolute;
  bottom: 0;
  left: 32%;
  margin: 0 auto;
  max-width: 766px;
  width: 40.3%;
  z-index: 9997;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0, 15%, 0);
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: #fcd429;
    text-align: center;
}

.s2-bubble {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 820px;
  width: 43.2%;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0, 10%, 0) scale(1);
}

.section-3 {
    position: relative;
    overflow: hidden;
    background-color: #1933b1;
    text-align: center;
}

.slick-books-wrap {
    margin: 0 auto;
}
.slick-books-wrap .list-wrap {
  max-width: 2311px;
}
.slick-books-wrap .list-wrap img {
  max-width: 2311px;
  width: 100%;
}

.section-4 {
    position: relative;
    overflow: hidden;
    background-color: #fcd429;
    text-align: center;
}

.section-5 {
    text-align: center;
    position: relative;
    background-color: #314ee2;
    overflow: hidden;
}
.lecture-btn-1, .lecture-btn-2 {
    font-size: 0;
    position: absolute;
    top: 81.5%;
    width: 25%;
    height: 5.6%;
    border-radius: 15px;
}
.lecture-btn-1 {
    left: 24.6%;
}
.lecture-btn-2 {
    left: 50.45%;
}
.lecture-btn-1:hover {
  border: 2px solid #ffffff;
}
.lecture-btn-2:hover {
  border: 2px solid #ffffff;
}

.section-6 {
    text-align: center;
    position: relative;
    background-color: #1f3ed8;
    overflow: hidden;
}

.section-7 {
    text-align: center;
    position: relative;
    background-color: #fcd429;
    overflow: hidden;
}

.review-slick-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 31%;
  margin: 0 auto;
  max-width: 960px;
  width: 60%;
}
.review-slick-wrap .slick-prev:before, .review-slick-wrap .slick-next:before {
  content: '';
}
.review-slick-wrap .slick-arrow img {
  transform: translate(0, -40%);
  width: 45px;
}
.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: #fcd429;
}
.review-li .text-wrap p {
  font-size: 15px;
  line-height: 1.7;
}
.review-li .text-wrap span {
  font-size: 15px;
  margin-top: auto;
}


#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    background-color: #1933b1;
    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: #1f3ed8;
    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: #ffffff;
}
.notice-contents p {
    font-size: 19px;
    color: #ffffff;
    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:1900px) {
  #slide-btn.fixed,
  #slide-btn2.fixed {
    height: 14%;
    max-height: 200px;
  }
  .review-li .text-wrap {
    padding: 20px 10px;
  }
  .review-li .text-wrap h3 {
    margin-bottom: 5%;
    font-size: 1.3vw;
    font-weight: 500;
  }
  .review-li .text-wrap p {
    font-size: 0.9vw;
    line-height: 1.5;
  }
  .review-li .text-wrap span {
    font-size: 1vw;
    margin-top: auto;
  }
}

@media(max-width:1400px) {
    #slide-btn.fixed,
    #slide-btn2.fixed {
      height: 12%;
    }
    .lecture-btn-1, .lecture-btn-2 {
      border-radius: 10px;
    }
}

@media(max-width:992px) {
    .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: 190%;
        margin-left: -45%;
    }
    .section-5 .block-img { 
        width: 180%;
        margin-left: -40%;
    }
    .section-6 .block-img { 
        width: 180%;
        margin-left: -40%;
    }
    .section-7 .block-img { 
        width: 174%;
        margin-left: -37%;
    }

    #slide-btn {
      left: 17.5%;
      width: 29%;
      height: 10%;
    }
    #slide-btn2 {
        left: 46.5%;
        width: 36%;
        height: 10%;
    }
    #slide-btn.fixed,
    #slide-btn2.fixed {
      height: 12%;
      max-height: 120px;
    }

    .s1-btn {
      width: 65%;
    }
    .s1-title {
      top: 20.9%;
      width: 70%;
    }
    .s1-teacher {
      left: 20%;
      width: 70%;
      z-index: 9997;
      transition-timing-function: cubic-bezier(.215,.61,.355,1);
      transform: translate3d(0, 15%, 0);
    }

    .s2-bubble {
      top: 14%;
      width: 85.2%;
    }

    .slick-books-wrap {
      width: 200%;
    }
    .review-slick-wrap {
        width: 100%;
    }
    .slick-arrow img {
        display: none;
    }

    .lecture-btn-1 {
      left: 4.3%;
    }
    .lecture-btn-2 {
      left: 50.9%;
    }
    .lecture-btn-1, .lecture-btn-2 {
      border-radius: 10px;
      width: 44.9%;
    }

    .review-li .text-wrap {
      padding: 10px 7px;
    }
    .review-li .text-wrap h3 {
      margin-bottom: 5%;
      font-size: 2.3vw;
      font-weight: 500;
    }
    .review-li .text-wrap p {
      font-size: 1.6vw;
      line-height: 1.7;
    }
    .review-li .text-wrap span {
      font-size: 1.6vw;
      margin-top: auto;
    }
    
    #notice-wrap {
        padding: 7% 20px 5%;
    }
    .h1-box {
        font-size: 20px;
        padding: 20px 0 20px;
        margin: 0;
    }
    .notice h2 {
        font-size: 4.5vw;
        margin-bottom: 6%;
    }
    .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) {
    .s1-btn {
        width: 80%;
    }
    #slide-btn {
      left: 10%;
      width: 36%;
    }
    #slide-btn2 {
      left: 46%;
      width: 44%;
    }

    #slide-btn.fixed,
    #slide-btn2.fixed {
      height: 12%;
      max-height: 100px;
    }
    .lecture-btn-1, .lecture-btn-2 {
        border-radius: 5px;
    }
}

.comment-login {
    text-align: center;
    padding: 30px 15px;
}