@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
:root {
  /* Color styles */
  --neutral--00: #ffffff;
  --neutral--bk: #000000;
  --gray--900: #232323;
  --gray--800: #3c3e43;
  --gray--700: #4e4e4e;
  --gray--300: #858585;
  --gray--200: #8f9297;
  --gray--100: #bcbfc5;
  --gray--20: #e5e6ea;
  --gray--10: #f6f6f6;
  --blue--900: #0b0b13;
  --blue--800: #383a50;
  --blue--600: #416ad9;
  --blue--500: #507cff;
  --blue--100: #cbe3ff;
  --blue--20: #dfeaff;
  --blue--10: #eef3fc;
  --violet--900: #150959;
  --violet--800: #231888;
  --violet--500: #694cff;
  --violet--400: #8973ff;
  --violet--300: #c3b7ff;
  --violet--200: #e7e2ff;
  --violet--100: #f6f4ff;
  --green--800: #1d2f2c;
  --green--600: #068e76;
  --green--500: #08b190;
  --green--200: #a7e7d8;
  --green--20: #d8f3e8;
  --green--10: #eef8f3;
  --pink--500: #ff4ca2;
  --swiper-pagination-color: #c3b7ff;
  --swiper-pagination-bullet-inactive-color: #c3b7ff;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;

  /* Effect styles */
  --full--box: 0px 3px 15px rgba(0, 0, 0, 0.08);
}
body {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

/* Text-size styles */
h1 {
  font-size: 74px;
  font-weight: 800;
  line-height: 88px;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  word-break: keep-all;
}
h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.28px;
  word-break: keep-all;
}
h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  word-break: keep-all;
}
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-flex;
}
.Label1 {
  font-size: 22px;

  font-weight: 700;
  line-height: 28px;
}
.Label2 {
  font-size: 18px;

  font-weight: 700;
  line-height: 22px;
}
.Body1 {
  font-size: 20px;

  font-weight: 500;
  line-height: 28px;
}
.Body2 {
  font-size: 18px;

  font-weight: 500;
  line-height: 25px;
}
.Caption1 {
  font-size: 16px;

  font-weight: 400;
  line-height: 22px;
}
.Caption2 {
  font-size: 16px;

  font-weight: 500;
  line-height: 22px;
}
.Caption3 {
  font-size: 15px;

  font-weight: 700;
  line-height: 21px;
}
.wrapper {
  word-break: break-all;
  display: block;
  padding: 0 0 76px 0;
}
.section {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.academy-title-wrap {
  padding: 96px 0 102px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 86px;
  display: flex;
}
.title-wrap {
  background-image: url('../img/academy/2025/title-contents.jpg');
  background-color: var(--blue--900);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.title-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(95deg, rgba(11, 11, 19, 0.93) 3.41%, rgba(11, 11, 19, 0.93) 49.81%, rgba(11, 11, 19, 0.68) 68.55%, rgba(11, 11, 19, 0) 98.42%);
  z-index: 0;
}
.title-wrap .inner {
  z-index: 10;
}
.logo {
  width: 244px;
  height: 50px;
  flex-shrink: 0;
  background-image: url('../img/academy-logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.academy-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.academy-title h1 {
  color: var(--neutral--00);
  text-align: left;
}
.academy-title h4 {
  color: var(--gray--200);
  text-align: left;
}

.title-bottom {
  display: flex;
  min-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  height: 240px;
}
.bottom-info {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  width: 600px;
}
.bottom-info .icon {
  width: 28px;
  height: 28px;
  background-image: url('../img/icon-sprite.svg');
  background-repeat: no-repeat;
}
.bottom-info .icon.img1 {
  background-position: 0 0;
}
.bottom-info .icon.img2 {
  background-position: -38px 0;
}
.bottom-info .icon.img3 {
  background-position: -76px 0;
}
.bottom-info .Body2 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray--200);
}
.counter-wrap {
  display: flex;
  align-items: center;
  background: var(--blue--500);
  border-radius: 5px;
  width: 100%;
}
.pdf-wrap {
  display: flex;
  align-items: center;
  background: #364994;
  border-radius: 5px;
  width: 100%;
}
.pdf-wrap > div {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 26px;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  gap: 8px;
}
.pdf-wrap .Body2 {
  color: var(--neutral--00);
  display: flex;
  align-items: center;
  gap: 8px;
}
.counter-wrap.fixed {
  border-radius: 0;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.counter {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 26px;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  gap: 8px;
}
.counter .Body2 {
  color: var(--neutral--00);
  display: flex;
  align-items: center;
  gap: 8px;
}
.submit,
.pdf-download {
  display: flex;
  height: 48px;
  padding: 6px 0px;
  width: 142px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: var(--neutral--00);
  background: var(--blue--900);
  text-decoration: none;
}
#timer,
#timer2 {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: row;
}
#timer.Body2 {
  color: var(--neutral--00);
}
#timer div,
#timer2 div {
  display: inline-block;
  background: var(--neutral--00);
  border-radius: 10px;
  width: 53px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
}
#timer div:last-of-type,
#timer2 div:last-of-type {
  margin-right: 8px;
}
#timer div.Label2,
#timer2 div.Label2 {
  color: var(--neutral--bk);
}
#timer div span,
#timer div span {
  display: inline-block;
}
.effect img {
  transition: 0.3s cubic-bezier(0.15, 0, 0.2, 1);
}
.effect:hover img {
  transform: scale(1.04);
}
.section.section1 {
  background-color: var(--gray--900);
}
.section.section1 h2 {
  color: var(--gray--20);
  margin-bottom: 40px;
}
.section.section2 {
  background: var(--blue--100);
}
.section.section2 h2 {
  color: var(--gray--900);
}
.section.section2 h4 {
  color: var(--gray--700);
}
.section h4 + h2 {
  margin-top: 6px;
}
.section.section3 {
  background: var(--neutral--00);
}
.section.section3 h2 {
  color: var(--blue--800);
}
.section.section3 h4 {
  color: var(--gray--200);
}
.section.section3 .Body1 {
  color: var(--gray--800);
}
.section.section3 h2 + .Body1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.section.section4 {
  background: var(--violet--900);
  position: relative;
  padding-top: 0;
}
.section4-before {
  width: 210px;
  height: 50px;
  background-image: url('../img/section4-before.svg');
  display: inline-flex;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
.section.section4 h2 {
  color: var(--neutral--00);
}
.section.section4 h4 {
  color: var(--violet--300);
}
.section.section5 {
  background: var(--gray--20);
}
.section.section5 h2 {
  color: var(--gray--900);
}
.section.section5 h4 {
  color: var(--gray--700);
}
.section.section6 {
  background: var(--blue--10);
}
.section.section6 h2 {
  color: var(--gray--900);
}
.section.section6 h4 {
  color: var(--gray--700);
}

.inner {
  width: 1200px;
  max-width: 100%;
  z-index: 2;
}
.mobile-scroll-x {
  overflow: hidden;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.grid-4 .content-1 {
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 1 0 0;
  border-radius: 10px;
  background: var(--gray--800);
}
.grid-4 .content-1 .Caption3 {
  color: var(--gray--200);
}
.grid-4 .content-1 h3 {
  color: var(--blue--10);
}
.grid-4 .content-1 .Body2 {
  margin-top: 6px;
  color: var(--gray--20);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  width: 100%;
}
.content-2 .grid-3 {
  gap: 40px;
  padding: 40px;
}
.content-3 .grid-3,
.content-4 .grid-3 {
  margin-top: 40px;
}
.content-5 .grid-3 {
  gap: 68px;
}
.content-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.level-3step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  background: var(--neutral--00);
  width: 100%;
  border-radius: 10px;
}
.level-3step-wrap h3.title {
  color: var(--blue--800);
  background-color: var(--blue--10);
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.grid-3 .level-3step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  position: relative;
}
.grid-3 .level-3step::before {
  content: '';
  border-left: 1px solid var(--gray--20);
  height: 100%;
  width: 1px;
  left: -21px;
  top: 0;
  position: absolute;
}
.grid-3 .level-3step:first-of-type:before {
  display: none;
}
.grid-3 .level-3step .Label1.level-1 {
  color: var(--blue--500);
}
.grid-3 .level-3step .Label1.level-2 {
  color: var(--green--500);
}
.grid-3 .level-3step .Label1.level-3 {
  color: var(--violet--500);
}
.grid-3 .level-3step h3 {
  color: var(--gray--900);
  background-color: transparent;
}
.grid-3 .level-3step .Body1 {
  color: var(--gray--800);
}
.content-3 .Caption1 {
  color: var(--violet--900);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.arrow-down {
  width: 72px;
  height: 72px;
  background-image: url('../img/arrow-down.svg');
  background-repeat: no-repeat;
  display: inline-flex;
}
.special-box {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  border-radius: 10px;
  background: var(--gray--900);
}
.special-box h3 {
  color: var(--gray--20);
}
.infinite {
  width: 100%;
  height: 44px;
  background-image: url('../img/infinite.svg');
  background-repeat: no-repeat;
  display: inline-flex;
  background-position: center;
}
.section4 .infinite {
  margin-bottom: 40px;
}
.level-badge {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 176px;
  color: var(--neutral--00);
  margin: 0 auto 20px auto;
}
.level-badge.level-1 {
  background: var(--blue--500);
}
.level-badge.level-2 {
  background: var(--green--500);
}
.level-badge.level-3 {
  background: var(--violet--500);
}
h2 + .level-box {
  margin-top: 40px;
}
.level-box {
  display: flex;
  flex-direction: row;
  padding: 40px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 10px;
  width: 100%;
}
.level-box .level-img {
  width: 170px;
  height: 170px;
  flex-shrink: 0;
  background-image: url('../img/level-sprite.svg');
  background-repeat: no-repeat;
}
.level-box .level-img.img-1 {
  background-position: 0 0;
}
.level-box .level-img.img-2 {
  background-position: -190px 0;
}
.level-box .level-img.img-3 {
  background-position: -380px 0;
}
.level-box .level-img.img-4 {
  background-position: -570px 0;
}
.level-box .level-img.img-5 {
  background-image: url('../img/level-sp.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.level-box .sp-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  width: 100%;
}
.level-box .level-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
  align-self: stretch;
}
.level-box .level-info > div {
  text-align: left;
}
.level-box .level-info h3 {
  margin-top: 8px;
  color: var(--gray--900);
}
.level-box .level-info .Body1 {
  color: var(--gray--800);
}
.level-box .tag-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  margin-top: 14px;
}
.level-box .level-tag {
  display: inline-flex;
  height: 38px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.level-box + .level-box {
  margin-top: 20px;
}
.level-box.level-1 {
  background: var(--blue--10);
}
.level-box.level-1 .Body2 {
  color: var(--blue--500);
}
.level-box.level-1 .level-tag {
  background: var(--blue--20);
  color: var(--blue--600);
}
.level-box + .level-badge {
  margin-top: 80px;
}
.level-box.level-2 {
  background: var(--green--10);
}
.level-box.level-2 .Body2 {
  color: var(--green--500);
}
.level-box.level-2 .level-tag {
  background: var(--green--20);
  color: var(--green--600);
}
.level-box.level-sp {
  background: var(--green--800);
}
.level-box.level-sp .Body2 {
  color: var(--green--200);
}
.level-box.level-sp h3 {
  color: var(--neutral--00);
  margin-top: 2px;
}
.level-box.level-sp .Body1 {
  color: var(--neutral--00);
}
.level-box.level-sp .sp-tag-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  color: var(--neutral--00);
}
.level-box.level-sp .sp-tag {
  display: inline-flex;
  height: 28px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: var(--green--500);
  color: var(--neutral--00);
}
.sp-box-wrap {
  display: flex;
  padding-top: 8px;
  align-items: center;
  gap: 20px;
}
.sp-box-wrap .sp-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.sp-box > div {
  border-radius: 5px;
  overflow: hidden;
  width: 185px;
}
.sp-box .Caption2 {
  color: var(--neutral--00) !important;
  display: flex;
  align-items: center;
}
.ChevronRight {
  width: 13px;
  height: 22px;
  background-image: url('../img/ChevronRight.svg');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
}
.ChevronRight.gray800 {
  width: 16px;
  height: 48px;
  background-image: url('../img/ChevronRightGray800.svg');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
}
.step3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 10px;
  background: var(--violet--100);
  padding: 0 0 16px 0;
}
.step3 .title {
  display: flex;
  padding: 30px 0 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px 10px 0 0;
}
.step3 .step3-info {
  display: flex;
  padding: 20px 20px 0 25px;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  align-self: stretch;
}
.step3 .step3-info .curriculum-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: stretch;
}
.curriculum-badge {
  width: 49px;
  height: 20px;
  display: inline-flex;
  background-image: url('../img/curriculum-sprite.svg');
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 2px;
}
.curriculum-badge.live {
  background-position: 0 0;
}
.curriculum-badge.vod {
  background-position: -59px 0;
}
.curriculum-badge.offline {
  width: 64px;
  background-position: -192px 0;
}
.curriculum-badge.final {
  width: 64px;
  background-position: -118px 0;
}
.step3 .step3-info .curriculum-wrap.start {
  align-items: flex-end;
}
.step3 .step3-info .curriculum-wrap.end {
  align-items: flex-start;
}
.curriculum-bullet {
  width: 5px;
  min-height: 14px;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  border-left: 1px solid var(--violet--200);
}
.curriculum-bullet.on:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 21px;
  left: -6px;
  border-radius: 10px;
  background: var(--violet--300);
}
.start .curriculum-bullet.on:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: -6px;
  border-radius: 10px;
  background: var(--violet--300);
}
.step-end .curriculum-bullet.on:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -6px;
  border-radius: 10px;
  background: var(--violet--300);
}
.start .curriculum-bullet,
.end .curriculum-bullet {
  height: 30px;
}
.curriculum-box {
  display: flex;
  padding: 14px 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  background: var(--neutral--00);
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
}
.step-end .curriculum-box {
  padding: 0 6px;
  background: transparent;
}
.step3 .title.step-1 {
  background: var(--violet--300);
}
.step3 .title.step-2 {
  background: var(--violet--400);
}
.step3 .title.step-3 {
  background: var(--violet--500);
}
.step3 h3 {
  color: var(--neutral--00);
}
.step-tag-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}
.step-tag-wrap span {
  display: inline-flex;
  padding: 4px 16px 3px 16px;
  align-items: center;
  border-radius: 20px;
  background: var(--neutral--00);
}
.step-tag-wrap .Caption2 {
  color: var(--gray--800);
}
.lecture {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: var(--neutral--00);
  justify-content: flex-start;
  box-sizing: border-box;
  text-decoration: none;
}
.lecture .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: var(--blue--900);
}
.lecture .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.89%, rgba(0, 0, 0, 0.86) 100%);
  z-index: 2;
}
.lecture .img-wrap .date-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  background: var(--violet--500);
  color: var(--neutral--00);
  width: 120px;
  justify-content: center;
  z-index: 2;
}
.lecture .img-wrap .novel-title {
  position: absolute;
  bottom: 8px;
  left: 14px;
  display: inline-flex;
  color: var(--gray--200);
  z-index: 2;
}
.lecture .lecture-info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 14px;
  text-align: left;
  height: 100%;
}
.lecture .lecture-info > div {
  width: 100%;
}
.lecture h3 {
  color: var(--gray--900);
  margin-bottom: 8px;
  word-break: keep-all;
}
.lecture .Caption1 {
  color: var(--gray--300);
  margin-top: 2px;
  display: flex;
  gap: 2px;
}
.lecture .Caption1 > div {
  color: var(--neutral--bk);
  display: flex;
  gap: 2px;
}
.lecture .Caption1 .icon-nw {
  width: 14px;
  height: 22px;
  background-image: url('../img/icon-nw.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.lecture .Caption2 {
  color: var(--gray--300);
}
.lecture .Caption1.sub-title {
  color: var(--violet--500);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.lecture .Caption1.sub-title span {
  display: inline-flex;
  padding: 2px 8px;
  border: 1px solid var(--violet--500);
  border-radius: 4px;
  font-weight: 700;
}
.lecture .Caption2.author {
  color: var(--gray--800);
  height: 22px;
}
.lecture .button {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  background: var(--gray--20);
  text-decoration: none;
}
.lecture .Caption2.button {
  color: var(--gray--800);
}
.lecture .Caption2.soon {
  color: var(--gray--200);
}
.divide-line {
  margin: 16px 0;
  border-top: 1px solid var(--gray--20);
}
.lecture.plus {
  border: 1px solid var(--violet--500);
  background: var(--violet--800);
  margin: 60px 20px 0 20px;
}
.lecture.plus .img-wrap {
  background: linear-gradient(104deg, #16006f 4.75%, #5f45ff 95.08%);
}
.lecture.plus .img-wrap::before {
  display: none;
}
.lecture.plus .lecture-info {
  padding: 20px 30px;
}
.lecture.plus h3 {
  color: var(--neutral--00);
}
.lecture.plus .Caption2 {
  color: var(--violet--200);
}
.lecture.plus .Caption2 + .Caption2 {
  margin-top: 4px;
}
.lecture.plus .Caption2.sub-title {
  color: var(--violet--200);
}
.lecture.plus .divide-line {
  border-top: 1px solid var(--violet--300);
  opacity: 0.2;
}
.lecture.plus .Caption1.plus-text {
  color: var(--violet--300);
  margin-top: 48px;
  text-align: left;
}
.lecture-plus {
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--violet--500);
  background: var(--violet--800);
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.lecture-plus .lecture-img {
  width: 400px;
  flex-shrink: 0;
  position: relative;
}
.lecture-plus .lecture-img .date-badge {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  background: var(--violet--500);
  color: var(--neutral--00);
  width: 120px;
  justify-content: center;
  z-index: 2;
}
.lecture-plus .lecture-info {
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-align: left;
  width: 100%;
}
.lecture-plus .Caption2 {
  color: var(--violet--200);
}
.lecture-plus h3 {
  color: var(--neutral--00);
  margin-top: 2px;
}
.lecture-plus .Caption1 {
  color: var(--violet--300);
  margin-top: 12px;
}
.lecture-plus .divide-line {
  border-color: var(--violet--300);
  opacity: 0.2;
}
.content-4-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 40px;
  color: var(--violet--300);
}
.content-5 h3 {
  margin: 40px 0 30px 0;
  color: var(--blue--800);
}
.content-5 .Caption1 {
  color: var(--gray--300);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
table {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
table td {
  text-align: center;
  height: 86px;
  display: table-cell;
  background: var(--neutral--00);
  border: 0.5px solid var(--gray--20);
  color: var(--gray--900);
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
}
table td:first-child {
  width: 150px;
  background: var(--gray--10);
  border-left: 0;
}
table td:nth-child(2) {
  width: auto;
}
table td:nth-child(3) {
  width: 200px;
}
table td:last-child {
  width: auto;
  border-right: 0;
}
table.special td {
  height: 61px;
}
table.special td:first-child {
  width: 50%;
}
table.special td:last-child {
  width: 50%;
}
table td:last-child > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  text-align: left;
}
table tr:last-child td {
  border-bottom: 0;
}
table td:nth-child(4) > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
table thead tr td {
  height: 56px;
  color: var(--neutral--00);
  background: var(--blue--800) !important;
  border-color: var(--blue--800);
}
.full-schedule {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  background: var(--neutral--00);
  border-radius: 10px;
  position: relative;
}
.full-schedule::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url('../img/Subtract.svg');
  background-repeat: repeat;
  left: -56px;
  top: 44px;
  position: absolute;
}
.full-schedule:first-of-type:before {
  display: none;
}
.content-5 .full-schedule h3 {
  color: var(--blue--500);
  margin: 0;
}
.full-schedule .Body2 {
  color: var(--gray--800);
}

.button-faq {
  display: flex;
  width: 600px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: var(--blue--500);
  text-decoration: none;
  margin: 80px auto 0 auto;
  color: var(--neutral--00);
}
.content-6 h3 {
  color: var(--violet--900);
  margin: 40px 0 30px 0;
}
.content-5 .grid-3 {
  gap: 64px;
}
.content-6 .grid-3 {
  gap: 20px 20px;
}
.content-6 .Caption1 {
  margin-top: 20px;
  color: var(--gray--300);
}
.content-6 .Caption1 + h3 {
  margin-top: 80px;
}
.content-6 .grid-3 + h3 {
  margin-top: 80px;
}
.history-wrap {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.history-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(56, 58, 80, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.history-wrap.bg1 {
  background-image: url(../img/history-1.jpg);
}
.history-wrap.bg2 {
  background-image: url(../img/history-2.jpg);
}
.history-wrap.bg3 {
  background-image: url(../img/history-3.jpg);
}
.history-wrap.bg4 {
  background-image: url(../img/history-4.jpg);
}
.history-wrap.bg5 {
  background-image: url(../img/history-5.jpg);
}
.history-wrap.bg6 {
  background-image: url(../img/history-6.jpg);
}
.history {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--neutral--00);
  z-index: 10;
}
.history .Caption1 {
  color: var(--gray--100);
  margin: 0;
}
.section.section6 .history h2 {
  margin: 0;
  color: var(--neutral--00);
}
.content-6 .Caption1 {
  text-align: center;
}
.interview {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: var(--neutral--00);
  justify-content: flex-start;
  box-sizing: border-box;
}
.interview .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.interview .img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.89%, rgba(0, 0, 0, 0.86) 100%);
  z-index: 2;
}
.interview .img-wrap .novel-title {
  position: absolute;
  bottom: 8px;
  left: 14px;
  display: inline-flex;
  color: var(--gray--200);
  z-index: 2;
}
.interview .interview-info {
  display: flex;
  padding: 24px 30px 30px 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 14px;
  text-align: left;
  height: 420px;
}
.interview .quotes {
  background-image: url('../img/quotes.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: inline-flex;
  margin-bottom: 10px;
}
.interview h3 {
  color: var(--gray--900);
  margin: 0 0 10px 0;
}
.interview .Body1 {
  color: var(--gray--800);
}
.interview .Body2 {
  color: var(--gray--200);
  text-align: left;
  width: 100%;
}
.interview .Body2 span {
  color: var(--blue--500);
}
.benefit {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex: 1 0 0;
  background: var(--neutral--00);
  border-radius: 10px;
}
.benefit-img {
  width: 112px;
  height: 80px;
  margin-bottom: 6px;
  background-image: url('../img/benefit-sprite.svg');
  background-repeat: no-repeat;
}
.benefit-img.img-1 {
  background-position: 0 0;
}
.benefit-img.img-2 {
  background-position: -132px 0;
}
.benefit-img.img-3 {
  background-position: -264px 0;
}
.benefit-img.img-4 {
  background-position: -396px 0;
}
.benefit h3 {
  margin: 0;
  color: var(--blue--800);
}
.benefit .Body2 {
  color: var(--gray--200);
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  font-size: 14px;

  font-weight: 400;
  line-height: 19px;
  color: var(--neutral--bk);
  padding: 20px 0;
  border-top: 1px solid var(--gray--20);
}
.pc-con {
  display: block;
}
.pc-con.grid {
  display: grid;
}
.pc-con.flex {
  display: flex;
}
.pc-con.table-cell {
  display: table-cell;
}
.button-faq.tablet {
  display: none;
}
.mobile-con {
  display: none;
}
.top_go {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 90px;
  width: 64px;
  height: 64px;
  background: url(../img/top.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  display: none;
  border: 0;
}
@media (max-width: 1200px) {
  .inner {
    padding: 0 40px;
    width: 100%;
  }
  .interview .interview-info {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .level-box .sp-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .button-faq {
    display: none;
  }
  .button-faq.tablet {
    display: flex;
  }
}
@media (max-width: 800px) {
  .wrapper {
    word-break: keep-all;
    padding: 0 0 52px 0;
  }
  .pc-con,
  .pc-con.flex,
  .pc-con.table-cell,
  .pc-con.grid {
    display: none;
  }
  .mobile-con {
    display: block;
  }
  .mobile-con.flex {
    display: flex;
  }
  .mobile-con.table-cell {
    display: table-cell;
  }
  h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
  }
  h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px; /* 125% */
  }
  h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
  .Label1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px; /* 115.789% */
  }
  .Label2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
  }
  .Body1 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px; /* 129.412% */
  }
  .Body2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
  }
  .Caption1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
  .Caption2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px; /* 135.714% */
  }
  .Caption3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px; /* 135.714% */
  }
  .title-wrap:after {
    background: linear-gradient(180deg, rgba(17, 17, 24, 0.2) 0%, rgba(17, 17, 24, 0.67) 29.55%, rgba(17, 17, 24, 0.95) 48.96%, #111118 69.27%);
  }
  .title-bottom {
    min-width: 100%;
    width: 100%;
    height: 192px;
    gap: 20px;
  }
  .bottom-info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.04);
  }
  .bottom-info .Body2 {
    justify-content: center;
    flex-direction: column;
  }
  .academy-title-wrap {
    padding: 165px 0 90px 0;
    gap: 30px;
  }
  .counter,
  .pdf-wrap > div {
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: transparent;
  }
  .counter .Body2 {
    flex-direction: column;
    gap: 4px;
  }
  #timer {
    display: none;
  }

  .submit {
    width: 100%;
    background: var(--blue--500);
    gap: 4px;
    height: 52px;
    padding: 0;
  }
  .pdf-download {
    width: 100%;
    background: #435cb9;
    gap: 4px;
    height: 52px;
    padding: 0;
  }
  .inner {
    padding: 0 20px;
    width: 100%;
  }
  .grid-4 .content-1 {
    padding: 30px 20px;
  }
  .content-6 .grid-4 {
    padding: 0 20px;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-2 .grid-3 {
    padding: 30px;
  }
  .content-2 {
    margin-top: 24px;
  }
  .arrow-down {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .content-4 .grid-3 {
    padding: 0 20px;
    margin-top: 60px;
  }
  .content-3 .grid-3 {
    gap: 18px;
  }
  .section.section6 h2 {
    padding: 0 20px;
  }
  .section.section4 .inner {
    padding: 0 !important;
  }
  .section.section6 .inner {
    padding: 0 !important;
  }
  .mobile-scroll-x {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .content-6 .mobile-scroll-x .grid-3 {
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    height: initial;
  }
  .history-wrap {
    display: inline-flex;
    width: 300px;
    height: 156px;
  }
  .history-wrap + .history-wrap {
    margin-left: 14px;
  }
  .history-wrap.bg1 {
    margin-left: 20px;
  }
  .history-wrap.bg6 {
    margin-right: 20px;
  }
  .content-6 .grid-3 {
    padding: 0 20px;
  }
  .level-badge {
    width: 158px;
    padding: 10px 0;
  }
  .level-box {
    flex-direction: column;
    padding: 30px;
  }
  .level-box .level-info,
  .level-box.level-sp .sp-tag-wrap,
  .level-box .sp-info {
    align-items: center;
  }
  .level-box .level-info > div {
    text-align: center;
  }
  .sp-box-wrap {
    flex-direction: column;
  }
  .section {
    padding: 60px 0;
  }
  .logo {
    width: 175px;
    height: 36px;
  }
  .button-faq {
    width: 100%;
    height: 48px;
    margin: 60px auto 0 auto;
  }
  .content-4-info-text {
    padding: 0 20px;
    text-align: left;
    margin-top: 0;
    align-items: flex-start;
  }
  .content-6 .Caption1 {
    padding: 0 20px;
    text-align: left;
    align-items: flex-start;
  }
  .content-5 .Caption1 {
    text-align: left;
    align-items: flex-start;
  }
  .content-5 h3 {
    margin: 24px auto 20px 0;
  }
  .content-6 h3 {
    color: var(--violet--900);
    margin: 40px 0 20px 0;
  }
  .content-6 .grid-3 + h3 {
    margin-top: 60px;
  }
  .interview .interview-info {
    height: auto;
  }
  .interview .interview-info h3 {
    color: var(--gray--900);
    margin: 0 0 10px 0;
  }
  .grid-3 .level-3step::before {
    border-top: 1px solid var(--gray--20);
    border-left: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: -21px;
  }
  table td:first-child {
    width: 80px;
  }
  table.special td:first-child {
    width: 20%;
  }
  table .mobile-schedule {
    align-items: flex-start !important;
    gap: 14px;
    padding: 14px;
  }
  table .mobile-schedule > div > div + div {
    margin-top: 2px;
  }

  swiper-container {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 22px;
  }
  swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .caption-wrap {
    height: 80px;
  }
  .top_go {
    right: 15px;
    bottom: 60px;
    width: 48px;
    height: 48px;
  }
  .full-schedule::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../img/Subtract.svg);
    transform: rotate(90deg);
    background-repeat: repeat;
    background-size: 100%;
    left: 50%;
    margin-left: -18px;
    top: -52px;
    position: absolute;
  }
  .effect:hover img {
    transform: scale(1);
    transition: 0;
  }
  .lecture .Caption1 .icon-nw {
    width: 14px;
    height: 19px;
    background-image: url('../img/icon-nw.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .step3 .title {
    padding-top: 20px;
  }
  .section4-before {
    margin-bottom: 60px;
  }
  .section4 .infinite {
    margin-bottom: 30px;
  }
  .content-6 .Caption1 + h3 {
    margin-top: 60px;
  }
  .content-6 .benefit h3 {
    margin: 0;
  }
  .benefit {
    padding: 20px;
  }
  .lecture.plus .lecture-info {
    padding: 18px 20px;
  }
  .lecture.plus .Caption1.plus-text {
    margin-top: 6px;
  }
  h1 span,
  h2 span,
  h3 span,
  h4 span {
    display: block;
  }
  .full-schedule {
    padding: 20px;
  }
  .curriculum-badge {
    margin-top: 0;
  }
}
@media (max-width: 330px) {
  .Label2 {
    font-size: 15px;
  }
}
