* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  overflow-y: scroll;
}

.l-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Hero Slider */
.c-slider-section {
  padding-right: 15px;
  width: 100%;
  position: relative;
}

.c-card-slider .swiper-wrapper {
  padding: 1rem 0 0;
}

.hero-swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

.hero-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-swiper .swiper-slide {
  aspect-ratio: 16/12;
  transition: all 0.4s ease;
  border-radius: 24px;
  overflow: hidden;
  transform: scale(0.9);
}

.speech-bubble_top,
.speech-bubble_bottom {
  background: #fff;
  color: #222;
  padding: 0.5em 1em;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
}

.speech-bubble_top::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05));
}

.hero-swiper .swiper-slide {
  border-radius: 24px;
}

.hero-swiper .swiper-slide.slide1 {
  background-image: url(/images/renewal/free_course.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 24px;
  filter: brightness(1.1);
}

.hero-swiper .swiper-slide.slide2 {
  background-image: url(/images/renewal/main_slide_paper.png);
  background-color: #e6ee9c;
  background-repeat: no-repeat;
  background-position: center 0rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-swiper .swiper-slide.slide2 .c-slide_img {
  width: inherit;
  height: 100%;
  overflow: hidden;
}

.hero-swiper .swiper-slide.slide2 .sub_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.hero-swiper .swiper-slide.slide2 .main_image {
  width: 90%;
  height: auto;
  bottom: 0;
  right: -3rem;
}

.hero-swiper .swiper-slide.slide3 {
  background-image: url(/images/renewal/main_banner_freecourse.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 130%;
}

.hero-swiper .swiper-slide.slide4 {
  background-image: url(/images/renewal/main_slide_everywhere.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.c-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.header {
  text-align: left;
  margin: 1.2rem 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #f5f5f5;
  line-height: 1.4;
}

.header-subtext {
  font-size: 0.9rem;
  color: #f5f5f5;
}

.b_bold_free {
  color: #ff4500;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: none;
  transform: rotate(-5deg);
  display: inline-block;
}

.b_bold_certificate {
  color: #0056b3;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: none;
  transform: rotate(5deg);
  display: inline-block;
}

.ribbon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(45deg, #ff6822, #ff9e57);
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header_medal {
  position: absolute;
  top: -26px;
  right: 0;
  padding: 10px;
  background: url(/image/sub/license/medal.png) no-repeat center center;
  background-size: cover;
  width: 63px;
}

.main_image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  filter: brightness(0.9);
  background-size: cover;
}

.c-slide__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(0.65); */
  transition: transform 0.8s ease;
}

/* .c-slide:hover .c-slide__image {
  transform: scale(1.05);
} */

.c-slide__content {
  position: absolute;
  bottom: 15%;
  left: 8%;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  animation: fadeInUp 1s ease-out;
  z-index: 2;
}

.c-slide__contents {
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  animation: fadeInUp 1s ease-out;
  z-index: 2;
}

.c-slide__title_small_left {
  position: absolute;
  top: 15%;
  left: 12%;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.c-slide__title_small_right {
  position: absolute;
  top: 35%;
  right: 7%;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.c-slide__title {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 2);
}

.c-slide__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.c-slide__title::after,
.c-slide__desc::after,
.c-slide__title_small_left::after,
.c-slide__title_small_right::after,
.c-slide__desc_small::after {
  z-index: -1;
  content: attr(data-title);
  position: absolute;
  left: 0;
  -webkit-text-stroke: 4px #333333;
}

.c-slide__desc_small {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.c-license-apply {
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.apply_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1.5rem 0 0 0;
}

.c-license-apply__button {
  display: inline-block;
  background: linear-gradient(45deg, #4caf50, #81c784);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px 24px;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

------------------------------------------------------------------------------

/* Custom pagination */
.hero-swiper .swiper-pagination {
  position: relative;
  bottom: 3px;
}

.hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* Course Section */
.c-course-section {
  padding: 1.5rem 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.c-section-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #374151;
  margin-bottom: 0.25rem;
  position: relative;
  margin-left: 0.5rem;
}

.c-section-text {
  text-align: left;
  font-size: 1.2rem;
  color: #667085;
  margin-left: 0.5rem;
}

.c-section-text span {
  font-weight: 700;
  color: #f04e4c;
}

.c-course-slider {
  width: 100%;
  padding: 10px 0;
}

.c-course-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform 0.25s ease;
  padding: 8px;
}

.c-course-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border-radius: 18px;
  padding: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}

.c-course-item:hover .c-course-icon {
  box-shadow: 0 8px 15px rgba(74, 108, 247, 0.15);
}

.c-course-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f9fafb, #eeeeee);
  z-index: -1;
}

.c-course-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: #344054;
  text-align: center;
  word-break: keep-all;
}

.c-card-section {
  width: 100%;
  background-color: #fcf5f5;
}

.c-card-background {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 1.5rem 0;
}

.cards-swiper {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.c-card {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}

.c-card-image {
  background-position: center;
  background-size: cover;
}

.c-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.c-card-badge-popular {
  background-color: #ff4500;
}

.c-card-badge-new {
  background-color: #007bff;
}

.c-card-medal {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-20px, -15px);
  padding: 10px;
  background: url(/image/sub/license/medal.png) no-repeat center center;
  background-size: cover;
  width: 64px;
}

.c-card:nth-child(1) .c-card-image {
  background-image: linear-gradient(
      to right,
      rgba(36, 59, 85, 0.8),
      rgba(20, 30, 48, 0.8)
    ),
    url("/api/placeholder/400/320");
}

.c-card:nth-child(2) .c-card-image {
  background-image: linear-gradient(
      to right,
      rgba(75, 39, 80, 0.8),
      rgba(36, 13, 40, 0.8)
    ),
    url("/api/placeholder/400/320");
}

.c-card:nth-child(3) .c-card-image {
  background-image: linear-gradient(
      to right,
      rgba(66, 39, 23, 0.8),
      rgba(36, 21, 11, 0.8)
    ),
    url("/api/placeholder/400/320");
}

.c-card figure {
  background-color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 1.2rem 1rem;
  height: 7rem;
}

.c-card-title {
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 700;
  color: #1d2939;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

@media (max-width: 612px) {
  .c-card figure {
    padding: 1.2rem 0rem !important;
  }
}

@media (max-width: 400px) {
  .c-card-title {
    font-size: 1.2rem;
  }
  .c-card-caption {
    font-size: 0.9rem;
  }
}

@media (max-width: 340px) {
  .c-card-title {
    font-size: 1rem;
  }
  .c-card-caption {
    font-size: 0.8rem;
  }
}

.c-card-caption {
  width: 100%;
  font-size: 1.05rem;
  color: #667085;
  line-height: 1.4;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* KAKAO BUTTON */

.c-kakao {
  z-index: 9999;
  position: fixed;
  bottom: 11.5%;
  right: 2%;
  padding: 0.6rem;
  background: #fee500;
  border-radius: 50px;
}

.c-kakao img {
  width: 48px;
  height: 48px;
}

.vod-section {
  padding: 3rem 0;
}

.vod-section-background {
  max-width: 1440px;
  margin: 0 auto;
}

.vod-section-title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #333;
  margin: 0 0 0.7rem 0;
  position: relative;
  line-height: 1.3;
  animation: fadeInUp 1s;
}

.vod-section-subtitle {
  text-align: center;
  font-size: 1.05rem;
  color: #646464;
  margin-bottom: 3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  opacity: 0.92;
  animation: fadeInUp 1.2s;
}

.vod-swiper {
  width: 100%;
  padding-bottom: 24px;
}
.vod-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  padding: 0 0 1.5rem 0;
  min-width: 220px;
  margin: 0 auto;
}
.vod-thumb {
  position: relative;
  width: 100%;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #eee;
}
.vod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vod-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vod-play img {
  width: 32px;
  height: 32px;
}
.vod-caption {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.vod-year {
  color: #f04e4c;
  font-weight: 700;
  margin-right: 0.3em;
}

/* ?¤ë˛ë ?´ ?? ?¤????ź */
.overlay-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: overlayFadeIn 0.3s;
  transition: opacity 0.3s;
}

.overlay-section.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.white_content {
  background: #fff;
  background-image: url(/images/renewal/particle.png);
  background-size: contain;
  background-position: center;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  max-width: 350px;
  width: 90%;
  position: relative;
  text-align: center;
  animation: popupFadeIn 0.4s;
}

.white_content img.event_closebt {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
}
.white_content img.event_closebt:hover {
  transform: rotate(90deg) scale(1.1);
}

.event_closebt_txt {
  position: absolute;
  top: 18px;
  right: 52px;
  font-size: 1rem;
  color: #888;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 2px 10px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.event_closebt_txt:hover {
  background: #eee;
}

.white_content .celebrate_img {
  width: 40px;
  height: 40px;
}

.white_content .p1 {
  font-family: "Jua", sans-serif;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.white_content .p1 h1 {
  font-family: "Jua", sans-serif;
  font-size: 1.9rem;
  color: #22223b;
  font-weight: bold;
  margin: 0.2rem 0;
}

.white_content .p1 span {
  font-size: 1.3rem;
  color: #ff0000;
  font-weight: bold;
}

.white_content .p1 .free_btn {
  display: inline-block;
  background: linear-gradient(45deg, #0056b3, #007bff);
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 20px 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

#confetti-container {
  pointer-events: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}
.confetti {
  position: absolute;
  width: 12px;
  height: 18px;
  border-radius: 3px;
  opacity: 0.85;
  will-change: transform, opacity;
  pointer-events: none;
  z-index: 1000001;
  animation: confetti-fall 1.6s cubic-bezier(0.61, 0.01, 0.49, 1.01) forwards;
}
@keyframes confetti-fall {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1) translateY(var(--y, 400px)) rotate(var(--r, 180deg));
  }
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupFadeIn {
  from {
    transform: translateY(40px) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* VOD ź˝źÇ šĚľđžîÄő¸Ž */

/* ĹÂşí¸´ (max-width: 768px) */
@media (max-width: 768px) {
  .vod-section {
    padding: 2.5rem 0;
  }

  .vod-section-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .vod-section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }

  .vod-swiper {
    padding-bottom: 20px;
  }

  .vod-slide {
    min-width: 200px;
    padding: 0 0 1.2rem 0;
  }

  .vod-thumb {
    margin-bottom: 0.8rem;
  }

  .vod-play {
    width: 44px;
    height: 44px;
  }

  .vod-play img {
    width: 28px;
    height: 28px;
  }

  .vod-caption {
    font-size: 0.9rem;
  }
}

/* ¸đšŮŔĎ (max-width: 468px) */
@media (max-width: 468px) {
  .vod-section {
    padding: 2rem 0 0;
  }

  .vod-section-title {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }

  .vod-section-subtitle {
    font-size: 0.85rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
    line-height: 1.4;
  }

  .vod-swiper {
    padding-bottom: 16px;
  }

  .vod-slide {
    min-width: 180px;
    padding: 0 0 1rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }

  .vod-thumb {
    margin-bottom: 0.7rem;
    border-radius: 14px 14px 0 0;
  }

  .vod-play {
    width: 40px;
    height: 40px;
  }

  .vod-play img {
    width: 24px;
    height: 24px;
  }

  .vod-caption {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }

  .vod-year {
    font-size: 0.85rem;
  }
}

/* ŔŰŔş ¸đšŮŔĎ (max-width: 388px) */
@media (max-width: 388px) {
  .vod-section {
    padding: 1.5rem 0;
  }

  .vod-section-title {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
  }

  .vod-section-subtitle {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 0 0.3rem;
  }

  .vod-swiper {
    padding-bottom: 12px;
  }

  .vod-slide {
    min-width: 160px;
    padding: 0 0 0.8rem 0;
    border-radius: 12px;
  }

  .vod-thumb {
    margin-bottom: 0.6rem;
    border-radius: 12px 12px 0 0;
  }

  .vod-play {
    width: 36px;
    height: 36px;
  }

  .vod-play img {
    width: 20px;
    height: 20px;
  }

  .vod-caption {
    font-size: 0.8rem;
    padding: 0 0.3rem;
    line-height: 1.3;
  }

  .vod-year {
    font-size: 0.8rem;
    margin-right: 0.2em;
  }
}

@media (max-width: 768px) {
  .c-section-title {
    font-size: 1.5rem; /* ¸đšŮŔĎş¸´Ů´Â ĹŠ°Ô */
    margin-bottom: 0.3rem;
  }

  .c-section-text {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 468px) {
  .c-section-title {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .c-section-title {
    margin-bottom: 2px;
  }

  .c-section-text {
    font-size: 0.9rem;
  }
  .c-card-slider .swiper-wrapper {
    padding: 0.7rem 0 0;
  }
}

/* ¸đšŮŔĎ żľťó ÇĂˇšŔĚžî ĂÖŔűČ­ */
@media (max-width: 1280px) {
  /* żľťó ¸đ´Ţ/ÇĂˇšŔĚžî ÄÁĹ×ŔĚłĘ */
  .video-modal,
  .video-overlay,
  .video-popup {
    padding: 1rem !important;
    width: 100vw !important;
    height: 100vh !important;
  }

  /* żľťó ÇĂˇšŔĚžî ŔÚĂź */
  .video-modal video,
  .video-overlay video,
  .video-popup video,
  iframe[src*="mp4"],
  iframe[src*="video"] {
    width: 100% !important;
    height: auto !important;
    max-height: 50vh !important;
    object-fit: contain !important;
  }

  /* HTML5 şńľđżŔ ĹÂą× */
  video {
    width: 100% !important;
    height: auto !important;
    max-height: 50vh !important;
    object-fit: contain !important;
  }
}

@media (max-width: 468px) {
  .video-modal,
  .video-overlay,
  .video-popup {
    padding: 0.5rem !important;
  }

  .video-modal video,
  .video-overlay video,
  .video-popup video,
  iframe[src*="mp4"],
  iframe[src*="video"],
  video {
    padding: 0 10px;
    border-radius: 8px;
  }
}

@media (max-width: 388px) {
  .video-modal video,
  .video-overlay video,
  .video-popup video,
  iframe[src*="mp4"],
  iframe[src*="video"],
  video {
    padding: 0 10px;
    border-radius: 6px;
  }
}
