@charset "UTF-8";
/* 1. 얇은 글씨 (Light) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 300;
  font-display: swap;
}
/* 2. 보통 글씨 (Regular) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
  font-weight: 400;
  font-display: swap;
}
/* 3. 굵은 글씨 (Bold) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
  font-weight: 700;
  font-display: swap;
}
/* 4. 매우 굵은 글씨 (Extra Bold) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
  font-weight: 800;
  font-display: swap;
}
/* 5. 가장 굵은 글씨 (Heavy) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
  font-weight: 900;
  font-display: swap;
}
.main {
  padding-top: 0;
  padding-bottom: 0;
}

.event {
  padding-bottom: 4rem;
}

.intro {
  height: 90rem;
  padding: 8rem 0 16rem;
  background: url("../image/intro__bg.png") no-repeat center/cover;
}
.intro__contain {
  position: relative;
  width: calc(100% - 4rem);
  height: 100%;
  margin: 0 auto;
  container-type: inline-size;
}
.intro__ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.intro__ttl img {
  max-width: initial;
}
.intro__desc {
  margin-bottom: 7rem;
  font-family: "NanumSquareNeo";
  font-size: clamp(0px, 5cqw, 1.6rem);
  font-weight: 700;
  color: #2b2138;
  text-align: center;
  line-height: 1.5;
}
.intro__deco {
  overflow: visible;
  position: absolute;
  top: 65.5%;
  left: 50%;
  width: 115.7rem;
  margin-left: -60rem;
}

.scene__contain {
  width: calc(100% - 3.2rem);
  height: 100%;
  margin: 0 auto;
}

[data-scene=tab] {
  margin-top: -1px;
  padding: 0 0 16rem;
  background: #7fd165;
}

[data-scene=benefit] {
  position: relative;
  padding: 16rem 0;
  background: #5580ff;
}

.custab {
  position: relative;
  width: 80.4rem;
  height: 8.4rem;
  margin: -9rem auto 3.2rem;
  padding: 1.2rem 4rem;
  border-radius: 7.5rem;
  container-type: size;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0.8rem 0 #69bf4c;
}
.custab__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, 7.59cqw, 2.4rem);
  height: 100%;
}
.custab__item {
  width: 19.6rem;
  height: 100%;
}
.custab__btn {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5rem clamp(0px, 5.06cqw, 1.6rem);
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-size: 3.6rem;
  color: #2b2138;
  white-space: nowrap;
  cursor: pointer;
}
.custab__btn--active {
  color: #fff;
  font-weight: 700;
}
.custab__indicator {
  position: absolute; /* ◀ 필수: 자유롭게 움직이도록 설정 */
  top: 0;
  left: 0;
  border-radius: 3rem;
  background: #5580ff; /* ◀ 배경색이 실제로 지정되어 있는지 확인 */
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease; /* 부드러운 이동 */
  pointer-events: none; /* 인디케이터가 버튼 클릭을 방해하지 않도록 설정 */
}

.cuspanel {
  width: 100%;
}
.cuspanel__item {
  overflow: hidden;
  display: none;
  position: relative;
  width: 80.4rem;
  margin: 0 auto;
  padding: 4rem 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0.8rem 0 #69bf4c;
}
.cuspanel__item--active {
  display: block;
}

.card {
  position: relative;
  border-radius: 1.6rem;
}
.card-closed {
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.card-closed svg {
  width: clamp(0px, 57.93%, 19rem);
}
.card-closed svg path {
  fill: #fff;
}
.cuspanel__item--closed .card-closed {
  display: flex;
}
.card__body {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 4rem 2rem;
}
.card__ttl {
  grid-column: 1/-1;
  margin: 0 auto;
}
#tab-math .card__ttl {
  width: 57.5rem;
}
#tab-social .card__ttl {
  width: 37.2rem;
}
#tab-english .card__ttl {
  width: 38.1rem;
}
.card__ttl img {
  width: 100%;
}
.card__thumb {
  margin-left: 1.6rem;
}
.card__thumb img {
  max-width: initial;
}
.card__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: fit-content;
  margin: 0;
}
.card__info-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.card__info-label {
  align-self: flex-start;
  display: flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6rem;
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background: #5580ff;
}
.card__info-desc {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-size: 1.8rem;
  color: #2b2138;
  line-height: 1.5;
}

.benefit-deco {
  overflow: visible;
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 112.3rem;
  transform: translateX(-50%);
}

.benefit-hero {
  width: 57.6rem;
  max-width: 100%;
  margin: 0 auto 4rem;
}
.benefit-hero img {
  width: 100%;
}

.benefit-body {
  width: 80.4rem;
  margin: 0 auto;
  padding: 4rem;
  border-radius: 1.6rem;
  background: #fff;
}
.benefit-body__contain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2rem;
}
.benefit-body__contain .benefit-section:last-child {
  grid-column: 1/-1;
}

.benefit-section {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.benefit-section__ttl {
  width: fit-content;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  background: #5580ff;
}
.benefit-section__list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1.6rem;
}
.benefit-section__item {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-size: 2rem;
  color: #2b2138;
  line-height: 1.5;
  list-style: disc;
}
.benefit-section__item strong {
  font-weight: 900;
  color: #5580ff;
}
.benefit-section__item a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.benefit-reward {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0 3.2rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #5580ff;
  margin-bottom: 1.6rem;
}
.benefit-reward__label {
  grid-column: 1;
  grid-row: 1;
  color: #5580ff;
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-size: 1.9rem;
}
.benefit-reward__desc {
  grid-column: 1;
  grid-row: 2;
  color: #2b2138;
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-size: 2rem;
}
.benefit-reward__thumb {
  grid-column: 2;
  grid-row: 1/3;
  width: 8rem;
  flex-shrink: 0;
}
.benefit-reward__thumb img {
  width: 100%;
}

.gift {
  display: flex;
  gap: 2.4rem;
}
.gift__item {
  flex: 1;
}
.gift__head {
  border-radius: 0.8rem 0.8rem 0 0;
  background: #5580ff;
}
.gift__rank {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  color: #fff;
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-size: 1.8rem;
}
.gift__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21rem;
  margin-bottom: 1.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #f2f2f2;
}
.gift__thumb img {
  height: 100%;
}
.gift__desc {
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-size: 2.1rem;
  color: #5580ff;
  text-align: center;
  line-height: 1.2;
}

.notice {
  padding: 8rem 0 12rem;
  background: #545a71;
}
.notice__contain {
  width: 80.4rem;
  margin: 0 auto;
}
.notice__ttl {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #e4e5e8;
  text-align: center;
}
.notice-list {
  counter-reset: item;
}
.notice-list li {
  counter-increment: item;
  display: flex;
}
.notice-list li::before {
  flex: 0 0 auto;
  width: 1.4rem;
  margin-right: 0.2em;
  content: counter(item) ". ";
}
.notice-list li + li {
  margin-top: 1em;
}
.notice-list p,
.notice-list li::before,
.notice-list dt,
.notice-list dd {
  font-weight: 400;
  font-size: 1.6rem;
  color: #e4e5e8;
  line-height: 1.4;
}
.notice-list p strong {
  font-weight: 700;
}
.notice .section-ttl {
  font-weight: 700;
}
.notice__logos {
  width: 21.2rem;
  margin: 8rem auto 0;
}

.sticky-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 80.4rem;
  height: 9.8rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  font-family: "YeogiOttaeJalnan";
  font-size: clamp(0px, 5cqw, 1.8rem);
  color: #fff;
  background: #04013b;
}
.sticky-btn__wrap {
  z-index: 20;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 14.2rem;
  padding: 2.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, #fff 27.45%);
}
.sticky-btn img {
  width: 39.3rem;
  margin: 0 auto;
  object-fit: contain;
}

.speech-bubble {
  --bg: #5580ff;
  position: absolute;
  top: -3%;
  left: 50%;
  margin-left: -20.5rem;
  padding: 0.33em 0.83em;
  border-radius: 4.17em;
  font-family: "Escoredream";
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  background: var(--bg);
  animation: blink 1.5s infinite;
}
.speech-bubble::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6em 0.4em 0px 0.4em;
  border-color: var(--bg) transparent transparent transparent;
  transform: translate(-50%, 90%);
  content: "";
}

@keyframes blink {
  0%, 79% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=index.css.map */
