@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLQ.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  user-select: none;
}
body {
  font-family: "Pretendard Variable", sans-serif;
}
a:hover {
  text-decoration-line: none;
}
p,
h3 {
  margin: 0;
  padding: 0;
}
#special-event {
  position: relative;
}
.w1900 {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.block-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.detail-btn {
  cursor: pointer;
  background: #ffffff;
  color: #0C1130;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 24px;
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  letter-spacing: -0.5px;
}
.detail-btn .arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.detail-btn:hover .arrow {
  transform: translateX(8px);
}
.section-1 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #E9E9E9;
  background-image: url(../img/s1-bg-obj.svg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: bottom 250% center;
}
.section-1 .w1240 {
  padding: 100px 0;
  max-width: 1060px;
}
.section-1 .teacher {
  max-width: 800px;
  width: 64.6%;
  margin: 0 auto;
}
.section-1 .s1-sub {
  width: 21.6%;
  max-width: 267px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.section-1 .s1-title {
  width: 93.6%;
  max-width: 1160px;
  margin: 0 auto;
}
@keyframes fade-down {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes teacher-up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-1 .s1-box-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@keyframes s1-box {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-1 .s1-box-wrap .s1-box {
  max-width: 1240px;
  width: 100%;
}
.section-1 .s1-box-wrap .btn-wrap {
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-1 .s1-box-wrap .btn-wrap .s1-box-btn {
  border-radius: 12px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFFCC;
  font-size: 24px;
  margin-left: 15px;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: all 0.3s;
}
.section-1 .s1-box-wrap .btn-wrap .s1-box-btn:hover {
  background: #ffffff;
  color: #0C1130;
  font-weight: 700;
}
.section-2 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #FCFCFC 30%, #FFD7E1 50%, #E9E9E9 80%);
  padding: 130px 0;
}
.section-2 .w1240 {
  z-index: 2000;
}
.section-2 .s2-bg-obj {
  position: absolute;
  top: 800px;
  max-width: 2120px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  display: block;
}
.section-2 .s2-title {
  display: block;
  margin: 0 auto 60px;
  max-width: 702px;
  width: 57%;
}
.section-2 [class^="s2-top-box"] {
  display: block;
  margin: 0 auto 20px;
  max-width: 1120px;
  width: 100%;
  transform: translate3d(0, 50px, 0);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.section-2 .s2-top-box4 {
  margin: 0 auto 250px;
}
.section-2 .s2-sub {
  display: block;
  margin: 0 auto 80px;
  max-width: 1084px;
  width: 87.5%;
}
.section-2 .s2-b-title {
  display: block;
  margin: 0 auto 120px;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.7);
  max-width: 959px;
  width: 87.5%;
}
.section-2 .s2-b-sub {
  display: block;
  margin: 0 auto 160px;
  max-width: 904px;
  width: 73%;
}
.section-2 .s2-bottom {
  position: relative;
}
.section-2 [class^="s2-box"] {
  width: 89.6%;
  max-width: 1110px;
  margin: 0 auto 60px;
  transform: translate3d(0, 30px, 0);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.section-3 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #EAE8E9 0%, #FDD5DE 20%);
}
.section-3 [class^="book-"] {
  position: absolute;
  max-width: 1240px;
  transform: translate3d(20px, 0, 0);
}
.section-3 .book-1 {
  top: 13.7%;
}
.section-3 .book-2 {
  top: 67.8%;
}
.section-3 [class^="book1-"],
.section-3 [class^="book2-"] {
  position: absolute;
  max-width: 1076px;
  width: 86.8%;
  transform: translate3d(0, 30px, 0);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-3 .book1-p1 {
  top: 34.5%;
}
.section-3 .book1-p2 {
  top: 43.2%;
}
.section-3 .book1-p3 {
  top: 52%;
}
.section-3 .book2-p1 {
  top: 83.5%;
}
.section-3 .book2-p2 {
  top: 91%;
}
.section-4 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #421C30 0%, #3B101A 25%, #3B101A 75%, #421C30 100%);
}
.section-4 .s4-title {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 787px;
  width: 63.5%;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.8);
}
.section-4 .s4-st1 {
  position: absolute;
  top: 22.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1040px;
  width: 84%;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.8);
}
.section-4 .s4-st2 {
  position: absolute;
  top: 60.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 983px;
  width: 90%;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.8);
}
.section-4 .s4-delivery,
.section-4 .s4-sub {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-4 .s4-delivery {
  top: 64.5%;
  width: 79.4%;
  max-width: 970px;
}
.section-4 .s4-sub {
  top: 87.3%;
  width: 60.3%;
  max-width: 747px;
}
.section-4 .detail-btn {
  position: absolute;
  top: 95.3%;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-4 .flash-1,
.section-4 .flash-2 {
  position: absolute;
  background-color: #3C111D;
  opacity: 0;
  animation: flash 1.5s infinite;
  animation-timing-function: steps(1);
}
.section-4 .flash-1 {
  top: 22.5%;
  left: 48%;
  width: 45%;
  height: 2%;
}
.section-4 .flash-2 {
  top: 61%;
  left: 10%;
  width: 46%;
  height: 2%;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section-5 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #350505;
}
.section-6 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #350505;
  padding: 50px 0 160px;
  background: linear-gradient(180deg, #350505 0%, #421C30 90.7%);
}
.section-6 .s6-title {
  max-width: 859px;
  width: 53.7%;
  margin-bottom: 60px;
}
.section-7 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #E9E9E9;
}
.section-7 [class^="s7-box"] {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1110px;
  width: 89.6%;
  transform: translate3d(0, 50px, 0);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.section-7 .s7-box1 {
  top: 44%;
}
.section-7 .s7-box2 {
  top: 61.5%;
}
.section-7 .s7-box3 {
  top: 80.5%;
}
.section-8 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #E9E9E9 3.41%, #FFD7E1 56.23%);
}
#notice-wrap {
  margin: 0 auto;
  background-color: #350505;
  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: rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  padding: 30px;
}
.notice-contents li {
  margin-bottom: 16px;
  list-style: circle;
  line-height: 1.5;
  margin-left: 18px;
}
.notice-contents li:last-child {
  margin-bottom: 0;
}
.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;
}
.lecture-box-wrap {
  list-style: none;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1300px;
  font-family: "Pretendard Variable";
  /* ========== checkbox-like button ========== */
}
.lecture-box-wrap .lecture-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 48px 35px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}
.lecture-box-wrap .lecture-item:first-child {
  margin-bottom: 24px;
}
.lecture-box-wrap .name {
  flex: 0 0 64px;
  color: #FFD7E1;
  font-size: 24px;
  font-weight: 600;
}
.lecture-box-wrap .item-info {
  flex: 1 1 auto;
  min-width: 0;
}
.lecture-box-wrap .item-info .desc {
  margin: 0 0 10px;
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  background: linear-gradient(90deg, #F3B4AC 36.36%, #FFF3F6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lecture-box-wrap .item-info .title {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
}
.lecture-box-wrap .check-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
}
.lecture-box-wrap .check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
}
.lecture-box-wrap .check-btn {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F3B4AC;
  background: #F3B4AC29;
  color: #10b981;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.lecture-box-wrap .check-btn.checked {
  border-color: #F3B4AC;
  background: #F3B4AC;
  color: #6E3041;
}
.lecture-box-wrap .check-btn.checked svg {
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.lecture-box-wrap .check-label {
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  margin-right: 20px;
  font-size: 24px;
}
.lecture-box-wrap .check-item .price {
  margin-left: auto;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  text-align: right;
  color: #FFD7E1;
}
.lecture-box-wrap .buy-btn-wrap {
  margin-left: 20px;
}
.lecture-box-wrap .buy-btn {
  cursor: pointer;
}
.lecture-box-wrap .buy-btn img {
  width: 100%;
  max-width: 90px;
}
.video-btn {
  position: absolute;
  font-size: 0;
  top: 12.1%;
  left: 0;
  right: 0;
  width: 100%;
  height: 19.1%;
  max-width: 1295px;
  margin: 0 auto;
  cursor: pointer;
}
/* 팝업 커리큘럼 영상 */
.popup {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* 팝업이 활성화되었을 때 적용할 클래스 */
.popup.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.popup .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 비율 */
  height: 0;
}
.popup .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
@media (max-width: 1921px) {
  .section-2 .w1240,
  .section-3 .w1240,
  .section-4 .w1240,
  .section-5 .w1240,
  .section-6 .w1240,
  .section-7 .w1240,
  .section-8 .w1240 {
    max-width: 992px;
  }
  .detail-btn {
    font-size: 20px;
    padding: 12px 18px;
  }
  .section-1 {
    background-position: bottom 140% center;
  }
  .section-1 .w1240 {
    padding: 40px 0 100px;
    max-width: 768px;
  }
  .section-1 .s1-box-wrap .btn-wrap .s1-box-btn {
    font-size: 20px;
    padding: 12px 18px;
  }
  .section-2 {
    padding: 12% 15px;
  }
  .section-2 .s2-title {
    width: 57%;
  }
  .section-2 .s2-bg-obj {
    top: 700px;
  }
  .section-2 .s2-top-box4 {
    margin: 0 auto 20%;
  }
  .lecture-box-wrap .lecture-box-wrap {
    max-width: 1020px;
  }
  .lecture-box-wrap .lecture-item {
    gap: 18px;
    padding: 40px 20px;
  }
  .lecture-box-wrap .name {
    font-size: 20px;
  }
  .lecture-box-wrap .item-info .desc {
    font-size: 18px;
  }
  .lecture-box-wrap .item-info .title {
    font-size: 30px;
  }
  .lecture-box-wrap .check-label {
    font-size: 20px;
  }
  .lecture-box-wrap .check-item .price {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .section-1 .block-img {
    width: 140%;
    margin-left: -20%;
  }
  .section-1 .s1-title {
    opacity: 1;
  }
  .section-1 .s1-sub {
    opacity: 1;
  }
  .section-1 .teacher {
    opacity: 1;
  }
  .section-2 .block-img {
    width: 104%;
    margin-left: -2%;
  }
  .section-2 .s2-bg-obj {
    top: 18%;
    width: 200%;
  }
  .section-2 .s2-title {
    margin: 0 auto 6%;
    width: 57%;
  }
  .section-2 .s2-top-box-wrap {
    margin: 0 auto 24%;
  }
  .section-2 .s2-top-box-wrap [class^="s2-top-box"] {
    margin: 0 auto 2%;
  }
  .section-2 .s2-top-box-wrap [class^="s2-top-box"]:last-child {
    margin: 0 auto 0;
  }
  .section-2 .s2-sub {
    margin: 0 auto 8%;
    width: 87.5%;
  }
  .section-2 .s2-b-title {
    margin: 0 auto 12%;
    width: 95%;
  }
  .section-2 .s2-b-sub {
    margin: 0 auto 14%;
    width: 73%;
  }
  .section-2 [class^="s2-box"] {
    width: 100%;
    margin: 0 auto 6%;
  }
  .section-2 [class^="s2-box"]:last-child {
    margin: 0 auto 0;
  }
  .section-3 .block-img {
    width: 110%;
    margin-left: -5%;
  }
  .section-3 [class^="book1-"],
  .section-3 [class^="book2-"] {
    width: 95%;
    transform: translate3d(0, 30px, 0);
  }
  .section-4 .block-img {
    width: 106%;
    margin-left: -3%;
  }
  .section-4 .s4-title {
    top: 9%;
    width: 68%;
  }
  .section-4 .s4-st1 {
    top: 22.5%;
    width: 88%;
  }
  .section-4 .s4-st2 {
    top: 60.5%;
    width: 94%;
  }
  .section-4 .s4-delivery {
    width: 85%;
  }
  .section-4 .s4-sub {
    top: 87%;
    width: 74%;
  }
  .section-4 .flash-1 {
    left: 47.5%;
    width: 47.5%;
  }
  .section-4 .flash-2 {
    left: 7.5%;
    width: 49%;
  }
  .section-5 {
    padding: 5% 0 0;
  }
  .section-5 .block-img {
    width: 114%;
    margin-left: -7%;
  }
  .section-6 .block-img {
    width: 106%;
    margin-left: -3%;
  }
  .section-6 .s6-title {
    width: 90%;
    margin-bottom: 6%;
  }
  .section-6 .lecture-box-wrap .buy-btn img {
    width: 100%;
    max-width: 70px;
  }
  .section-7 .block-img {
    width: 106%;
    margin-left: -3%;
  }
  .section-7 [class^="s7-box"] {
    width: 95%;
    transform: translate3d(0, 30px, 0);
  }
  .section-8 .block-img {
    width: 110%;
    margin-left: -5%;
  }
  #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;
  }
  .lecture-box-wrap {
    /* 체크박스+라벨 세로 가운데 */
    /* 구매 버튼: 3번째 줄(.check-wrap) 오른쪽 정렬 */
  }
  .lecture-box-wrap .lecture-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px 10px;
    gap: 12px;
  }
  .lecture-box-wrap .name {
    flex: 0;
  }
  .lecture-box-wrap .item-info .desc {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  .lecture-box-wrap .item-info .title {
    font-size: 26px;
    margin-bottom: 1%;
  }
  .lecture-box-wrap .check-wrap {
    margin: 0 auto 0 0;
    gap: 15px;
  }
  .lecture-box-wrap .check-item .price {
    font-size: 22px;
  }
  .lecture-box-wrap .check-item {
    align-items: center;
  }
  .lecture-box-wrap .lecture-item > div:last-child .buy-btn {
    position: absolute;
    bottom: 50px;
    right: 15px;
    transform: translateY(50%);
  }
}
@media (max-width: 576px) {
  .detail-btn {
    font-size: 3vw;
    padding: 1.5% 3%;
    border-radius: 12px;
  }
  .section-1 {
    background-position: bottom 120% center;
    height: 100%;
  }
  .section-1 .w1240 {
    padding: 16% 0 16%;
  }
  .section-1 .teacher {
    width: 80%;
  }
  .section-1 .s1-box-wrap .btn-wrap .s1-box-btn {
    border-radius: 12px;
    padding: 1.5% 3%;
    font-size: 3vw;
    margin-left: 2%;
  }
}
@media (max-width: 480px) {
  .lecture-box-wrap .item-info .desc {
    font-size: 3.8vw;
  }
  .lecture-box-wrap .item-info .title {
    font-size: 5vw;
  }
  .lecture-box-wrap .check-label {
    margin-right: 0;
    font-size: 5vw;
  }
  .lecture-box-wrap .check-btn {
    width: 20px;
    height: 20px;
  }
  .lecture-box-wrap .check-item .price {
    font-size: 5vw;
  }
}
.comment-login {
  text-align: center;
  padding: 30px 15px;
}
