:root {
  --bg-light: #fff;
  --text-main: #222;
  --text-sub: #666;
  --line: #e7e1e8;
  --pink: #DD1367;
  --purple: #623ff1;
  --gradient: linear-gradient(91deg, #623FF1 0.69%, #E1115F 100.4%);
  --shadow: 0 0.2778vw 3.4722vw rgba(0, 0, 0, 0.08);
}

/* =========================
   BASE
========================= */
.live-page {
  overflow: hidden;
  color: var(--text-main);
}

.live-page * { box-sizing: border-box; }
.live-page img { display: block; width: 100%; }
.live-page .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.live-page .cont01,
.live-page .cont02,
.live-page .cont03,
.live-page .cont04 {
  padding: 60px 0;
}

.live-page .cont01{
  background: #FDF2F5;
}
.live-page .cont03 {
  background: #F9F2FD;
}
.live-page .cont02 { background: #fff; }
.live-page .cont04 { background: #f5f5f5; }

.live-page .title-box {
  margin-bottom: clamp(30px, calc(30px + (40 - 30) * ((100vw - 768px) / (1200 - 768))), 40px);
  font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 360px) / 840)), 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.64px;
  text-align: center;
}

.live-page .title-box strong { font-weight: 700; }
.live-page .title-box strong em { color: var(--pink); }
.live-page .title-box p {
  margin-top: 20px;
  color: #333;
  font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 360px) / 840)), 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.22px;
}

/* .live-page .btn-basic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 360px) / 840)), 18px);
  font-weight: 600;
} */

.live-page .btn-light { background: #4a4a4a; }

/* =========================
   SIDE BANNER
========================= */
.live-side-banner {
  position: fixed;
  top: 254px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 160px;
}

.live-side-banner .side-banner-item {
  width: 160px;
  padding: 20px 0 18px 18px;
  border-radius: 14px 0 0 14px;
  color: #fff;
}

.live-side-banner .side-banner-item + .side-banner-item { margin-top: 10px; }

.live-side-banner .side-banner-item strong {
  color: #fff;
  font-size: var(--Type-Body1, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.live-side-banner .side-banner-item span {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: var(--Type-Body3, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.live-side-banner .side-banner-green { background: #00bf0c; }
.live-side-banner .side-banner-blue { background: #0440ee; }

/* =========================
   VISUAL
========================= */
.visual-wrap {
  padding: 90px 0;
  background: #fff url("https://russeldata.megastudy.net/campus/images/russel/campus_common/2026/live/visual-bg.jpg") no-repeat center top / cover;
}

.visual-wrap .visual {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.visual-wrap h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* height: 50px; */
  margin: 0 auto;
  padding: 8px 20px;
  border-radius: 999px;
  background: var(--gradient);
  text-align: center;
}

.visual-wrap h2 em {
  color: #fff;
  font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 768px) / (1200 - 768))), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.visual-wrap h2 span { font-weight: 700; }

.visual-wrap h1 {
  margin-top: 24px;
  font-size:clamp(48px, calc(48px + (84 - 48) * ((100vw - 320px) / (1200 - 320))), 84px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 92.4px */
  letter-spacing: -1.68px;
}

.visual-wrap h1 strong {
  background: linear-gradient(90deg, #DD1367 0%, #DD1367 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.68px;
}

.visual-wrap h4 {
  margin-top: 40px;
  color: #333;
  font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 768px) / (1200 - 768))), 22px);
  font-weight: 400;
  line-height: 1.6;
}

.visual-wrap h4 b { font-weight: 700; }
.visual-wrap .thumb{
  max-width:170px;
  max-height:170px;
  margin:0 auto;
}
.visual-wrap .review-box {
  margin-top: 60px;
  padding: 60px 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-wrap .review-box strong {
  display: block;
  font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 768px) / (1200 - 768))), 32px);
  font-weight: 600;
  line-height: 1.4;
}

.visual-wrap .review-box strong em { color: var(--pink); }

.visual-wrap .review-ment {
  margin-top: 16px;
  color: #555;
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 360px) / 840)), 18px);
  line-height: 160%;
}

.visual-wrap .review-ment b {
  color: #222;
  font-weight: 700;
}

.visual-wrap .visual .winner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}

.visual-wrap .visual .winner .name {
  color: #333;
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 360px) / 840)), 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.18px;
}

.visual-wrap .visual .winner .laurel {
  width: 45.34px;
  height: 84px;
  fill: #d1d5db;
}

.visual-wrap .btn-basic {
  margin:0 auto;
  margin-top: 40px;
  display: flex;
  width: 420px;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.18px;
}

/* =========================
   CONT01 REASON
========================= */
.reason-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.reason-list {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.reason-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  padding: 28px 50px;
  border-radius: 20px;
  background: #fff;
}

.reason-card h3 {
  color: var(--pink);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.reason-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-card ul li {
  color:#333;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.reason-card ul li strong { font-weight: 700; }
.reason-card ul li + li { margin-top: 6px; }

.reason-card ul li::before {
  content: "\2022 ";
  position: absolute;
  left: 0;
}

/* =========================
   COMMON CONTENT BOX
========================= */
.content-box {
  margin-top: 40px;
  padding: 50px 40px;
  border-radius: 20px;
  background: #fff;
}

@media (min-width: 1200px) {
  .content-box.box-03 { padding-right: 0; }
  .content-box.box-03 .sub-title-box{ margin-left: -40px;}
}

.sub-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size:24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-align: center;
}

.sub-title-box .num {
  position: relative;
  width: 59px;
  height: 59px;
}

.sub-title-box .num span {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 40.5px;
  transform: translateX(-50%);
  color: #222;
  font-size: var(--Type-Body1, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.sub-title-box .num svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 59px;
  height: 59px;
}

/* =========================
   CURRICULUM
========================= */
.curriculum-list {
  display: grid;
  grid-template-columns: repeat(5, 171px);
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.curriculum-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 141px;
  padding: 20px;
  border-radius: 20px;
  background: #f2f2f2;
  gap:10px;
}

.curriculum-list strong {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.curriculum-list p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

/* =========================
   TEACHER
========================= */
.teacher-group{
  padding:0 152px;
}
.teacher-group + .teacher-group { margin-top: 16px; }

.teacher-group h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  margin-left: 10px;
  padding: 10px 12px;
  border-bottom: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.teacher-list {
  display: flex;
  gap: 8px;
}

.teacher-list li { text-align: center; }

.teacher-list .thumb {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e6e6e6;
}

.teacher-list p { font-size: 16px; margin-top:6px;}

/* =========================
   CONT02 COMPARE
========================= */
.live-page .cont02 .title-box.type-dark strong {
  display: block;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: keep-all;
}

.live-page .cont02 .compare-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 1022px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.live-page .cont02 .compare-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
}

.live-page .cont02 .compare-card-side {
  width: 303px;
  padding: 36px 40px;
  background: #eee;
  color: #777;
  z-index: 1;
}

.live-page .cont02 .compare-card-left { border-radius: 20px 0 0 20px; left:-16px;}
.live-page .cont02 .compare-card-right { border-radius: 0 20px 20px 0; right:-16px;}

.live-page .cont02 .compare-card-main {
  width: 442px;
  margin: 0 -27px;
  padding: 40px;
  background: linear-gradient(93.92deg, #623ff1 0.33%, #e1115f 100%);
  color: #fff;
  z-index: 2;
}

.live-page .cont02 .compare-card-title {
  display: block;
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: center;
}

.live-page .cont02 .compare-card-main .compare-card-title {
  color: #fff;
  font-size: 24px;
}

.live-page .cont02 .compare-list,
.live-page .cont02 .compare-list-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: auto;
  margin: 10px 0 0;
  padding: 0;
}

.live-page .cont02 .compare-list li,
.live-page .cont02 .compare-list li + li,
.live-page .cont02 .compare-list-main li,
.live-page .cont02 .compare-list-main li + li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.live-page .cont02 .compare-list span,
.live-page .cont02 .compare-list p {
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.18px;
  text-align: left;
  word-break: keep-all;
}

.live-page .cont02 .compare-list span { flex: 0 0 auto; }
.live-page .cont02 .compare-list p { flex: 0 1 auto; }
/* .live-page .cont02 .compare-card-side .compare-list { align-items: center; } */
.live-page .cont02 .compare-card-side .compare-list li { justify-content: center; }
.live-page .cont02 .compare-card-side .compare-list p { text-align: left; }

.live-page .cont02 .compare-list-main {
  width: 100%;
  margin-top: 18px;
}

.live-page .cont02 .compare-list-main li,
.live-page .cont02 .compare-list-main li + li {
  gap: 12px;
}

.live-page .cont02 .compare-list-main span {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  min-width: 15px;
  height: 25px;
  font-size: 0;
  line-height: 0;
}

.live-page .cont02 .compare-list-main span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #222;
}

.live-page .cont02 .compare-list-main span::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #f9f871;
  border-bottom: 2px solid #f9f871;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

.live-page .cont02 .compare-list-main p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.live-page .cont02 .compare-card-main::before,
.live-page .cont02 .compare-card-main::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  background: url("https://russeldata.megastudy.net/campus/images/russel/campus_common/2026/live/vs.png") center center / contain no-repeat;
}

.live-page .cont02 .compare-card-main::before { left: -27px; }
.live-page .cont02 .compare-card-main::after { right: -27px; }

/* =========================
   CONT03 REVIEW
========================= */
.review-slider .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e1e8;
}

@media (min-width: 1200px) {
  .review-slider .swiper-pagination { width: 944px; }
}

.review-slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #111;
  border-radius: 999px;
}

.review-slide-card {
  height: auto;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: #fff;
}

.review-slide-card .review-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 14px;
}

.review-slide-card .btn-video {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 88px;
}

.review-slide-card strong {
  color: #333;
  font-size: var(--Type-Body1, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.2px;
}

.review-slide-card .name {
  color: #333;
  font-size: var(--Type-Body3, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.review-slide-card .summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  padding-top: 14px;
  border-top: 1px solid #ededed;
  color: #de1468;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.18px;
}

.review-slide-card .desc {
  font-size: 16px;
  margin-top: 4px;
  color: #777;
}

.review-slide-card .desc span { color: #333; }

/* =========================
   CONT04 CAMPUS
========================= */
.cont04 .inner { max-width: 1024px; }

.cont04 .title-box.type-dark { margin-bottom: 40px; }

.cont04 .title-box.type-dark strong {
  display: block;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.cont04 .campus-box {
  padding: 46px 134px 56px;
  border-radius: 20px;
  background: #fff;
}

.cont04 .campus-box h3 {
  margin: 0 0 32px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

.cont04 .campus-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 60px;
  justify-content: center;
}

.cont04 .campus-item {
  position: relative;
  min-height: 56px;
  max-width:212px;
}

.cont04 .campus-item:nth-child(3n + 2)::before,
.cont04 .campus-item:nth-child(3n + 3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 1px;
  height: 56px;
  background: #ededed;
  transform: translateY(-50%);
}

.cont04 .campus-item strong {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.cont04 .campus-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
}

.cont04 .campus-meta span {
  display: block;
  min-width: 126px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.cont04 .campus-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 25px;
  padding: 0 10px;
  border-radius: 4px;
  background: #777;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.cont04 .campus-meta a::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0 0.735543L0.743627 0L4.79398 4.00871C4.85927 4.07295 4.91108 4.14933 4.94644 4.23347C4.9818 4.3176 5 4.40783 5 4.49896C5 4.59009 4.9818 4.68032 4.94644 4.76445C4.91108 4.84859 4.85927 4.92497 4.79398 4.98921L0.743627 9L0.000700951 8.26446L3.80224 4.5L0 0.735543Z' fill='white'/%3E%3C/svg%3E") no-repeat center / contain;
}

.cont04 .btn-row {
  display: none;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.cont04 .btn-row .btn-basic {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 61px;
  line-height: 61px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align:center;
}

/* =========================
   BOTTOM BANNER / BUTTON ROW
========================= */
.btn-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: 40px;
}

.btn-row .btn-basic { flex: 0 0 calc((100% - 16px) / 2); }

.bottom-banner {
  padding: 40px 0;
  background: linear-gradient(90deg, #673fdd 0%, #d9156b 100%);
  text-align: center;
}

.bottom-banner .inner.small-inner { max-width: 1024px; }

.bottom-banner p {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1199px) and (min-width: 768px) {

  .teacher-group{
    padding:0 0;
  }
  .live-side-banner { display: none; }

  .live-page .inner,
  .bottom-banner .inner.small-inner {
    /* max-width: 1024px; */
    max-width:100%;
    padding: 0 24px;
  }
  .visual-wrap .thumb{
    max-width:150px;
    max-height:150px;
  }
  .visual-wrap .review-box { max-width: none; }

  .reason-wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .reason-media,
  .reason-list {
    /* width: 100%; */
    max-width: none;
  }
  .reason-media img{
    width:444px;
    margin:0 auto;
  }
  .reason-list {
    width:444px;
    margin:0 auto;
    gap: 16px;
    flex: none;
  }


  .curriculum-list {
    grid-template-columns: repeat(6, 94px);
    justify-content: center;
    gap: 10px;
  }

  .curriculum-list li { min-height: 154px; }
  .curriculum-list li:nth-child(-n + 3) { grid-column: span 2; }
  .curriculum-list li:nth-child(4) { grid-column: 2 / span 2; }
  .curriculum-list li:nth-child(5) { grid-column: 4 / span 2; }

  .live-page .cont02 .inner {
    max-width: none;
    padding: 0 24px;
  }

  .live-page .cont02 .compare-box {
    width: 441px;
    height: 783px;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .live-page .cont02 .compare-card-side { width: 303px; }
  .live-page .cont02 .compare-card-left { border-radius: 20px 20px 0 0;left:auto;right:auto; }
  .live-page .cont02 .compare-card-right { border-radius: 0 0 20px 20px;left:auto;right:auto; }

  .live-page .cont02 .compare-card-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 441px;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .live-page .cont02 .compare-card-main::before,
  .live-page .cont02 .compare-card-main::after {
    left: 50%;
    right: auto;
    margin-left: -27px;
  }

  .live-page .cont02 .compare-card-main::before {
    top: 0;
    margin-top: -27px;
  }

  .live-page .cont02 .compare-card-main::after {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -27px;
  }
  .cont03 .content-box {
    padding: 50px 0 50px 40px;
  }
  .cont04 .campus-box { padding: 46px 40px 56px; }

  .cont04 .campus-list {
    display: grid;
    grid-template-columns: repeat(2, 212px); /* ? °íÁ¤ ³Êºñ */
    gap: 26px 60px;
    justify-content: center; /* ? °¡¿îµ¥ Á¤·Ä ÇÙ½É */
  }

  .cont04 .campus-item:nth-child(3)::before { content: none; }
  .cont04 .campus-item:nth-child(5)::before { content: none; }

  .cont04 .campus-item:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 1px;
    height: 56px;
    background: #ededed;
    transform: translateY(-50%);
  }

  .cont04 .btn-row { display: flex; }

  .bottom-banner {
    padding: 40px 0;
  }

  .bottom-banner .inner.small-inner {
    max-width: 768px;
    padding: 0 24px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {

  .teacher-group{
    padding:0 0;
  }

  .teacher-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
    width: calc(100% + 16px);
    margin-right: -16px;
    padding-right: 16px;
    scroll-padding-right: 16px;
  }

  .teacher-list::-webkit-scrollbar {
    height: 0;
  }

  .teacher-list.is-scrolling {
    scrollbar-width: thin;
  }

  .teacher-list.is-scrolling::-webkit-scrollbar {
    height: 4px;
  }

  .teacher-list.is-scrolling::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 999px;
  }

  .teacher-list li {
    flex: 0 0 100px;
    width: 100px;
  }

  .teacher-list .thumb {
    width: 100px;
    height: 100px;
  }
  .live-side-banner { display: none; }

  .live-page .inner,
  .live-page .cont02 .inner {
    max-width: none;
    padding: 0 16px;
  }

  .content-box {
    margin-top: 30px;
    padding: 40px 16px;
  }

  .sub-title-box .num {
    width: 40px;
    height: 40px;
  }

  .sub-title-box .num span {
    top: 17.63px;
    left: 18.32px;
    transform: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.14px;
  }

  .sub-title-box .num svg {
    width: 40px;
    height: 40px;
  }

  .visual-wrap {
    padding: 60px 0;
    background-image: url("https://russeldata.megastudy.net/campus/images/russel/campus_common/2026/live/visual-bg-mo.jpg");
    background-position: center top;
    background-size: cover;
  }
  .visual-wrap .thumb{
    max-width:100px;
    max-height:100px;
  }
  .visual-wrap h4 {
    margin-top: 24px;
  }
  .visual-wrap .review-box {
    margin-top: 30px;
    padding: 40px 0; 
  }

  .visual-wrap .visual .winner { gap: 2px; }

  .visual-wrap .visual .winner .name {
    font-size: 14px;
    letter-spacing: -0.14px;
  }

  .visual-wrap .visual .winner .laurel {
    width: 36px;
    height: 67px;
  }
  .visual-wrap .visual .winner .laurel svg{
      width:100%;
  }
  .visual-wrap .btn-basic {
    margin:0 auto;
    margin-top: 30px;
    width: 90.243%;
    min-width: 0;
    min-height: 58px;
    height: auto;
    padding: 18px 16px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .reason-wrap { flex-direction: column; align-items:center; }
  .reason-media{width:100%;}
  .reason-media img{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .reason-list { gap: 12px; }


  .reason-card {
    padding: 28px 20px;
  }

  .curriculum-list {
    grid-template-columns: repeat(2, 50%);
    /* justify-content: stretch; */
    gap: 8px;
  }

  .curriculum-list li {
    min-width: 0;
    min-height: 116px;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .curriculum-list li:first-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .curriculum-list strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .curriculum-list p {
    font-size: 14px;
    line-height: 1.4;
  }


  .live-review-swiper {
    margin-right: -1px;
    padding-right: 1px;
  }

  .review-slide-card { padding: 30px 16px; }
  .review-slide-card .btn-video {
    right: 16px;
  }
  .btn-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }


  .live-page .cont02 .title-box {
    margin-bottom: 30px;
  }

  .live-page .cont02 .title-box.type-dark strong {
    max-width: 328px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.24px;
  }

  .live-page .cont02 .compare-box {
    width:100%;
    height:100%;
    min-height: 735px;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    top:24px;
  }

  .live-page .cont02 .compare-card-side {
      padding: 0 0;
      width: 92%;
      max-width:303px;
  }

  .live-page .cont02 .compare-card-left { 
    border-radius: 20px 20px 0 0;
    padding: 36px 0;
    height: 221px;
    top: -24px;
    left:auto;
   }
  

  .live-page .cont02 .compare-card-right {
    border-radius: 0 0 20px 20px;
    padding: 36px 0;

    height:179px;
    top:-19px;
    right:auto;
  }

  .live-page .cont02 .compare-card-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    margin: 0;
    /* padding: 40px 4vw 40px 6.667vw; */
    padding: 40px 3vw 40px 6.667vw;
    transform: translate(-50%, -50%);
    max-width:328px;
  }

  .live-page .cont02 .compare-card-title { font-size: 16px; }
  .live-page .cont02 .compare-card-main .compare-card-title { font-size: 20px; }

  .live-page .cont02 .compare-list span,
  .live-page .cont02 .compare-list p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  .live-page .cont02 .compare-list-main { margin-top: 12px; }

  .live-page .cont02 .compare-list-main p {
    font-size: 16px;
    line-height: 1.4;
  }

  .live-page .cont02 .compare-card-main::before,
  .live-page .cont02 .compare-card-main::after {
    left: 50%;
    right: auto;
    width: 48.6px;
    height: 48.6px;
    margin-left: -24.3px;
    margin-top: 0;
  }

  .live-page .cont02 .compare-card-main::before {
    top: 0;
    margin-top: -15px;
  }

  .live-page .cont02 .compare-card-main::after {
    top: auto;
    bottom: 0;
    margin-bottom: -24.3px;
  }

  .cont04 .inner { max-width: none; }
  .cont04 .title-box.type-dark { margin-bottom: 30px; }

  .cont04 .title-box.type-dark strong {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }

  .cont04 .campus-box {
    padding: 32px 51.5px;
    border-radius: 20px;
  }

  .cont04 .campus-box h3 {
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: -0.01em;
  }

  .cont04 .campus-list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .cont04 .campus-item {
    width: 100%;
    max-width: 100%;
  }
  .cont04 .campus-item {
    width: 100%;
    min-height: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed;
  }

  .cont04 .campus-item:last-child {
    padding-bottom: 12px;
    border-bottom: none;
  }

  .cont04 .campus-item::before,
  .cont04 .campus-item:nth-child(2n)::before,
  .cont04 .campus-item:nth-child(3n + 2)::before,
  .cont04 .campus-item:nth-child(3n + 3)::before {
    content: none;
  }

  .cont04 .campus-item strong { font-size: 18px; }

  .cont04 .campus-meta {
    width: 100%;
    justify-content: flex-start;
  }

  .cont04 .campus-meta span {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
  }

  .cont04 .campus-meta a {
    height: 22px;
    padding: 0 8px;
    font-size: 13px;
  }

  .cont04 .btn-row {
    display: flex;
    width: 100%;
    margin-top: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cont04 .btn-row .btn-basic {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    height: auto;
    padding: 18px 16px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .bottom-banner {
    padding: 30px 0;
  }

  .bottom-banner .inner.small-inner {
    max-width: none;
    padding: 0;
  }

  .bottom-banner p {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}


