.course-page {
  background-color: #F4F2EF;
  min-height: 100vh;
  padding-top: 200px;
}
.course-page .slideshow {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
  padding: 0 80px;
}
.course-page .slideshow .swiper {
  width: 100%;
  height: 100%;
}
.course-page .slideshow .swiper-button-prev,
.course-page .slideshow .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
}
.course-page .slideshow .swiper-button-prev img,
.course-page .slideshow .swiper-button-next img {
  width: 40px;
}
.course-page .slideshow .swiper-button-prev:after,
.course-page .slideshow .swiper-button-next:after {
  display: none;
}
.course-page .slideshow .swiper-button-prev {
  left: calc(50% - 640px - -60px - 60px);
}
.course-page .slideshow .swiper-button-next {
  right: calc(50% - 640px - -60px - 60px);
}
.course-page .slideshow .swiper-slide {
  position: relative;
  width: 1280px;
  height: 580px;
  overflow: hidden;
  flex-shrink: 0;
}
.course-page .slideshow .swiper-slide .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.course-page .slideshow .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-page .slideshow .slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  z-index: 2;
}
.course-page .slideshow .slide-content-left {
  color: #FFFFFF;
  z-index: 3;
}
.course-page .slideshow .slide-content-left .slide-date {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}
.course-page .slideshow .slide-content-left .slide-title {
  display: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.course-page .slideshow .slide-content-right {
  color: #FFFFFF;
  z-index: 3;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.course-page .slideshow .slide-content-right .slide-location {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}
.course-page .slideshow .slide-content-right .slide-main-title {
  display: none;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-align: right;
}
.course-page .slideshow .slide-content-right .read-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.course-page .slideshow .slide-content-right .read-more-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}
.course-page .slideshow .slide-content-right .read-more-btn .read-more-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.course-page .slideshow .slide-content-right .read-more-btn .arrow-icon {
  width: 20px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-page .slideshow .slide-content-right .read-more-btn .arrow-icon svg {
  width: 100%;
  height: 100%;
}
.course-page .slideshow .swiper-pagination {
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.course-page .slideshow .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}
.course-page .slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  width: 60px;
}
.course-page .course-cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.course-page .course-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
@media (max-width: 1439.98px) {
  .course-page .course-section {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .course-page .course-section {
    max-width: 1024px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1023.98px) {
  .course-page .course-section {
    max-width: 920px;
  }
}
@media (max-width: 767.98px) {
  .course-page .course-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .course-page .course-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 375px) {
  .course-page .course-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 320px) {
  .course-page .course-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.course-page .course-section .section-header {
  margin-bottom: 60px;
}
.course-page .course-section .section-header .section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.course-page .course-section .section-header .section-main-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.25;
}
.course-page .course-grid {
  display: grid;
  gap: 40px;
  margin-bottom: 60px;
}
.course-page .course-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.course-page .course-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.course-page .course-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.course-page .course-grid.grid-1 {
  grid-template-columns: 1fr;
}
@media (max-width: 1200px) {
  .course-page .course-grid.grid-3, .course-page .course-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .course-page .course-grid {
    grid-template-columns: 1fr;
  }
}
.course-page .course-card {
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-page .course-card:hover {
  transform: translateY(-4px);
}
.course-page .course-card .card-cover {
  width: 100%;
  height: 277px;
  overflow: hidden;
}
.course-page .course-card .card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.course-page .course-card .card-cover:hover img {
  transform: scale(1.05);
}
.course-page .course-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course-page .course-card .card-content .card-category {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 0px;
}
.course-page .course-card .card-content .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0px;
}
.course-page .course-card .card-content .card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0px;
}
.course-page .course-card .card-content .card-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
}
.course-page .course-card .card-content .card-meta .card-price {
  font-size: 16px;
  font-weight: 600;
  color: #AF6D04;
}
.course-page .course-card .card-content .card-meta .card-price-del {
  font-size: 16px;
  font-weight: 600;
  color: #979797;
  text-decoration: line-through;
  margin-right: 10px;
}
.course-page .course-card .card-content .card-meta .card-date {
  font-size: 13px;
  color: #979797;
}
.course-page .category-card {
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  width: 100%;
  height: 314px;
  border-radius: 0px;
  overflow: hidden;
}
.course-page .category-card:hover {
  transform: translateY(-4px);
}
.course-page .category-card:hover {
  transform: translateY(-8px);
}
.course-page .category-card .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.course-page .category-card .card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.course-page .category-card .card-label .label-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.course-page .category-card .card-label {
  background-color: #F0D1B1;
}
.course-page .course-accordion {
  overflow: hidden;
  margin-bottom: 10px;
}
.course-page .course-accordion .accordion-item {
  background: #FFFFFF;
  border-bottom: 1px solid #C8C8C8;
}
.course-page .course-accordion .accordion-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
}
.course-page .course-accordion .accordion-header .accordion-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-family: Roboto, sans-serif;
  border: 1px dashed #000000;
}
.course-page .course-accordion .accordion-header .accordion-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  flex: 1;
  letter-spacing: 0.075em;
}
.course-page .course-accordion .accordion-header .accordion-arrow {
  margin-left: auto;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.course-page .course-accordion .accordion-content {
  border-top: 1px solid #C8C8C8;
  padding: 0px;
}
.course-page .course-accordion .accordion-content .accordion-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.course-page .course-accordion .accordion-content .accordion-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.course-page .course-accordion .accordion-content .accordion-section-title .video-icon img {
  width: 20px;
}
.course-page .course-accordion .accordion-content .course-list-notice {
  margin: 16px 0 24px 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}
.course-page .course-accordion .accordion-content .course-list-notice .notice-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.course-page .course-accordion .accordion-content .accordion-link-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #507C65;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 4px;
}
.course-page .course-accordion .accordion-content .accordion-link-btn:hover {
  text-decoration: none;
}
.course-page .course-accordion .accordion-content .accordion-link-btn.disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
}
.course-page .course-accordion .accordion-content .accordion-link-btn.disabled:hover {
  text-decoration: none;
}
.course-page .course-accordion .accordion-content .accordion-link-btn.disabled .link-arrow {
  opacity: 0.5;
}
.course-page .course-btn, .course-page .course-detail-page .course-detail .aside-btn, .course-detail-page .course-detail .course-page .aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.course-page .course-btn.btn-primary, .course-page .course-detail-page .course-detail .aside-btn, .course-detail-page .course-detail .course-page .aside-btn {
  background: #507C65;
  color: #FFFFFF;
  border: none;
}
.course-page .course-btn.btn-primary:hover, .course-page .course-detail-page .course-detail .aside-btn:hover, .course-detail-page .course-detail .course-page .aside-btn:hover {
  background: #456C57;
}
.course-page .course-btn.btn-outline, .course-page .course-detail-page .course-detail .btn-outline.aside-btn, .course-detail-page .course-detail .course-page .btn-outline.aside-btn {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.course-page .course-btn.btn-outline:hover, .course-page .course-detail-page .course-detail .btn-outline.aside-btn:hover, .course-detail-page .course-detail .course-page .btn-outline.aside-btn:hover {
  background: #000;
  color: #FFFFFF;
}
.course-page .course-btn.btn-disabled, .course-page .course-detail-page .course-detail .btn-disabled.aside-btn, .course-detail-page .course-detail .course-page .btn-disabled.aside-btn {
  background: #CCCCCC;
  color: #666666;
  border: none;
  cursor: not-allowed;
  opacity: 0.6;
}
.course-page .course-btn.btn-disabled:hover, .course-page .course-detail-page .course-detail .btn-disabled.aside-btn:hover, .course-detail-page .course-detail .course-page .btn-disabled.aside-btn:hover {
  background: #CCCCCC;
}
.course-page .course-expire-notice {
  margin-top: 12px;
  padding: 12px;
  background: #FFF3CD;
  border: 1px solid #FFC107;
  border-radius: 8px;
  color: #856404;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.course-index .categories-section {
  padding-top: 120px;
  padding-bottom: 60px;
}
.course-index .categories-section .category-slider-container {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}
.course-index .categories-section .category-slider-container .category-swiper {
  overflow: hidden;
  padding: 0;
}
.course-index .categories-section .category-slider-container .category-swiper .swiper-slide {
  height: auto;
  flex-shrink: 0;
}
.course-index .categories-section .category-slider-container .category-swiper .swiper-slide:nth-child(4n+1) .category-card .card-label {
  background-color: #9ABEAA;
}
.course-index .categories-section .category-slider-container .category-swiper .swiper-slide:nth-child(4n+2) .category-card .card-label {
  background-color: #5C8C73;
}
.course-index .categories-section .category-slider-container .category-swiper .swiper-slide:nth-child(4n+3) .category-card .card-label {
  background-color: #9ABEAA;
}
.course-index .categories-section .category-slider-container .category-swiper .swiper-slide:nth-child(4n+4) .category-card .card-label {
  background-color: #F0D1B1;
}
.course-index .categories-section .category-slider-container .swiper-button-prev,
.course-index .categories-section .category-slider-container .swiper-button-next {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px dashed #000;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.course-index .categories-section .category-slider-container .swiper-button-prev::after,
.course-index .categories-section .category-slider-container .swiper-button-next::after {
  content: none;
}
.course-index .categories-section .category-slider-container .swiper-button-prev .arrow-icon,
.course-index .categories-section .category-slider-container .swiper-button-next .arrow-icon {
  width: 40px;
  height: 40px;
  background-color: #000;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.course-index .categories-section .category-slider-container .swiper-button-prev:hover,
.course-index .categories-section .category-slider-container .swiper-button-next:hover {
  background: #f8f8f8;
}
.course-index .categories-section .category-slider-container .swiper-button-prev.is-hidden,
.course-index .categories-section .category-slider-container .swiper-button-next.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.course-index .categories-section .category-slider-container .swiper-button-prev {
  left: -30px;
}
.course-index .categories-section .category-slider-container .swiper-button-prev .arrow-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.course-index .categories-section .category-slider-container .swiper-button-next {
  right: -30px;
}
.course-index .categories-section .category-slider-container .swiper-button-next .arrow-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}
.course-index .latest-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.course-index .calendar-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.course-index .calendar-section .course-calendar .calendar-header {
  margin-bottom: 0;
}
.course-index .calendar-section .course-calendar .calendar-header .calendar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-bottom: 0;
}
.course-index .calendar-section .course-calendar .calendar-header .calendar-nav .nav-button {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-index .calendar-section .course-calendar .calendar-header .calendar-nav .nav-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.course-index .calendar-section .course-calendar .calendar-header .calendar-nav .nav-button svg {
  width: 24px;
  height: 24px;
  color: #000;
}
.course-index .calendar-section .course-calendar .calendar-header .calendar-nav .calendar-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.course-index .calendar-section .course-calendar .calendar-container {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-weekdays .weekday-header {
  background: #EFC385;
  border-right: 1px solid #FFFFFF;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-weekdays .weekday-header:last-child {
  border-right: none;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day {
  position: relative;
  width: 183px;
  height: 124px;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day:nth-child(7n) {
  border-right: none;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day.disabled {
  background: #F8F8F8;
  color: #ccc;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day.disabled .day-number {
  color: #ccc;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day.today {
  background: #FFFFFF;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day.today .day-number {
  background: #000;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day.weekend {
  background: #FCF5E6;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .day-number {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event {
  background: #FFFFFF;
  border: 1px solid #F4F2EF;
  border-left: 4px solid #EFC385;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 2px 4px 8px rgba(67, 67, 67, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event:hover {
  transform: translateY(-1px);
  box-shadow: 2px 6px 12px rgba(67, 67, 67, 0.1);
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event.workshop {
  border-left-color: #9ABEAA;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event.evening {
  border-left-color: #5C8C73;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event .event-time {
  font-size: 11px;
  color: #666;
  margin-bottom: 2px;
}
.course-index .calendar-section .course-calendar .calendar-container .calendar-grid .calendar-day .course-events .course-event .event-title {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-index .corporate-section-wrapper {
  background-color: #456C57;
}
.course-index .corporate-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.course-index .corporate-section .corporate-container {
  display: flex;
  background-color: #456C57;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
  padding: 120px 80px;
}
.course-index .corporate-section .corporate-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 519px;
  flex: 0 0 519px;
  max-width: 519px;
}
.course-index .corporate-section .corporate-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39em;
  letter-spacing: 0.167em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.course-index .corporate-section .corporate-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.65em;
  letter-spacing: 0.125em;
  color: #FFFFFF;
  margin: 0;
}
.course-index .corporate-section .corporate-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}
.course-index .corporate-section .corporate-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 4px 9px 4px 18px;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.course-index .corporate-section .corporate-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.course-index .corporate-section .corporate-btn .btn-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 2.13em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.course-index .corporate-section .corporate-btn .arrow-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-index .corporate-section .corporate-btn .arrow-icon svg {
  width: 20px;
  height: 12px;
}
.course-index .corporate-section .corporate-image {
  overflow: hidden;
  width: 580px;
  height: 435px;
  flex: 0 0 580px;
  max-width: 580px;
}
.course-index .corporate-section .corporate-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.view-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-more-button .btn-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 21px 16px;
  width: 340px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.view-more-button .btn-view-more:hover {
  background: #000;
  color: #FFFFFF;
}
.view-more-button .btn-view-more .btn-text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000;
  transition: color 0.3s ease;
}
.view-more-button .btn-view-more:hover .btn-text {
  color: #FFFFFF;
}

.course-category-page {
  padding-top: 60px;
}
.course-category-page .page-header {
  width: 100%;
  height: 578px;
  overflow: hidden;
  position: relative;
}
.course-category-page .page-header .page-header-cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.course-category-page .page-header .page-header-cover .cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.course-category-page .category-header {
  padding: 60px 0 40px;
}
.course-category-page .category-header .category-description {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #000000;
}
.course-category-page .course-list {
  padding: 0px 0 120px 0px;
}
.course-category-page .course-list .list-controls {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.course-category-page .course-list .list-controls .sort-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-category-page .course-list .list-controls .sort-selector .sort-icon {
  width: 20px;
  height: 20px;
}
.course-category-page .course-list .list-controls .sort-selector .sort-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
}
.course-category-page .course-list .list-controls .course-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-category-page .course-list .list-controls .course-count .count-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #000;
}
.course-category-page .course-list .list-controls .course-count .count-number {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #AF6D04;
}
.course-category-page .course-list .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.course-category-page .course-list .pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.course-category-page .course-list .pagination .page-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.course-category-page .course-list .pagination .page-item.active {
  background-color: #507C65;
  color: #FFFFFF;
}
.course-category-page .course-list .pagination .page-item.prev, .course-category-page .course-list .pagination .page-item.next {
  width: auto;
  padding: 0 15px;
  border-radius: 20px;
}
.course-category-page .course-list .pagination .page-item.prev .icon, .course-category-page .course-list .pagination .page-item.next .icon {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.course-category-page .course-list .pagination .page-item .page-link {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-category-page .related-categories {
  padding: 60px 0 120px;
}

.course-detail-page {
  padding-top: 60px;
}
.course-detail-page .page-header {
  margin-top: 80px;
  margin-bottom: 40px;
}
.course-detail-page .page-header .breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.course-detail-page .page-header .breadcrumb .breadcrumb-item {
  color: #979797;
}
.course-detail-page .page-header .breadcrumb .breadcrumb-item:first-child {
  color: #979797;
}
.course-detail-page .page-header .breadcrumb .breadcrumb-item:nth-child(3) {
  color: #464646;
}
.course-detail-page .page-header .breadcrumb .breadcrumb-item.active {
  color: #464646;
}
.course-detail-page .page-header .breadcrumb .breadcrumb-sep {
  color: #979797;
  font-weight: 600;
}
.course-detail-page .page-header .cover {
  width: 100%;
  height: 578px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.course-detail-page .course-overview {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}
.course-detail-page .course-overview .course-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.course-detail-page .course-overview .course-name .course-type {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-detail-page .course-overview .course-name .course-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 0.075em;
  color: #000;
  margin: 0;
}
.course-detail-page .course-overview .course-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-detail-page .course-overview .course-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
.course-detail-page .course-overview .course-info-grid .info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title .info-icon {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title .info-icon.clock-icon {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="7.5" stroke="%23000" stroke-width="1.5"/><path d="M10 5.83v4.17l2.92 0" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title .info-icon.user-icon {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="6.67" r="3.33" stroke="%23000" stroke-width="1.5"/><path d="M5 17.5c0-2.76 2.24-5 5-5s5 2.24 5 5" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title .info-icon.dollar-icon {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23000" fill="none"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>') center/contain no-repeat;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-icon-title .info-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-detail-page .course-overview .course-info-grid .info-item .info-value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-detail-page .course-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: flex-start;
  gap: 74px;
}
.course-detail-page .course-detail .main-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 846px;
  width: 100%;
}
.course-detail-page .course-detail .video-sidebar {
  flex: 1;
}
.course-detail-page .course-detail .course-aside {
  display: flex;
  flex-direction: column;
  z-index: 3;
  gap: 24px;
  max-width: 360px;
  width: 100%;
  height: auto;
  padding: 30px;
  border: 1px solid #C8C8C8;
  border-radius: 12px;
  background: #F4F2EF;
}
.course-detail-page .course-detail .course-aside-mobile {
  display: none;
  margin-bottom: 40px;
  border: none;
  padding: 0px;
}
.course-detail-page .course-detail .course-status-tag {
  align-items: center;
  gap: 8px;
}
.course-detail-page .course-detail .course-status-tag span {
  background: #456C57;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 2px 8px;
}
.course-detail-page .course-detail .aside-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 0.075em;
}
.course-detail-page .course-detail .aside-price-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.course-detail-page .course-detail .aside-price-row .price {
  font-weight: 600;
  font-size: 20px;
  color: #AF6D04;
}
.course-detail-page .course-detail .aside-price-row .price-original {
  font-size: 20px;
  color: #979797;
  text-decoration: line-through;
}
.course-detail-page .course-detail .aside-info-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.course-detail-page .course-detail .aside-info-row .aside-info-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-detail-page .course-detail .aside-info-row .aside-info-block .aside-info-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1em;
}
.course-detail-page .course-detail .aside-info-row .aside-info-block .aside-info-value {
  font-size: 14px;
  color: #000;
}
.course-detail-page .course-detail .aside-btn {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.course-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 40px;
  width: 100%;
}
.course-tabs .anchor-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #979797;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.course-tabs .anchor-link.active {
  color: #507C65;
  border-bottom: 2px solid #507C65;
}
.course-tabs .anchor-link:hover:not(.active) {
  color: #456C57;
}

.tab-content {
  padding-top: 32px;
}

.tab-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-bottom: 60px;
}
.tab-section .tab-section-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 0.075em;
  color: #000;
}
.tab-section .tab-section-desc {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 30px;
}
.tab-section .tab-section-desc img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.tab-section .tab-section-img {
  width: 100%;
  height: 570px;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.tab-section .tab-section-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.teacher-block .teacher-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.teacher-block .teacher-card .teacher-title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.teacher-block .teacher-card .teacher-title .teacher-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.teacher-block .teacher-card .teacher-title .teacher-avatar .teacher-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teacher-block .teacher-card .teacher-title .teacher-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.teacher-block .teacher-card .teacher-title .teacher-info .teacher-role {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000;
}
.teacher-block .teacher-card .teacher-title .teacher-info .teacher-name {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.075em;
  color: #000;
}
.teacher-block .teacher-card .teacher-desc {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}

.tab-section .promo-products {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.tab-section .promo-products .promo-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-section .promo-products .promo-card .promo-image {
  width: 100%;
  height: 179px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.tab-section .promo-products .promo-card .promo-image.bg-green {
  background-color: #DFE3D4;
}
.tab-section .promo-products .promo-card .promo-image.bg-beige {
  background-color: #EBE4CF;
}
.tab-section .promo-products .promo-card .promo-image.bg-blue {
  background-color: #D5E1ED;
}
.tab-section .promo-products .promo-card .promo-info .promo-tag {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.tab-section .promo-products .promo-card .promo-info .promo-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000;
}
.tab-section .promo-products .promo-card .promo-info .promo-price {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.025em;
  color: #AF6D04;
}

.notice-section {
  margin-bottom: 60px;
}

.course-list-block {
  margin-bottom: 60px;
}
.course-list-block .course-accordion {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course-list-block .course-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 10px;
}
.course-list-block .course-accordion .accordion-item .accordion-item {
  background: #FFFFFF;
  border-bottom: 1px solid #C8C8C8;
}
.course-list-block .course-accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
}
.course-list-block .course-accordion .accordion-item .accordion-header .accordion-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-family: Roboto, sans-serif;
  border: 1px dashed #000000;
}
.course-list-block .course-accordion .accordion-item .accordion-header .accordion-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  flex: 1;
  letter-spacing: 0.075em;
}
.course-list-block .course-accordion .accordion-item .accordion-header .accordion-arrow {
  margin-left: auto;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.course-list-block .course-accordion .accordion-item .accordion-content {
  border-top: 1px solid #C8C8C8;
  padding: 0px;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section-title .video-icon img {
  width: 20px;
}
.course-list-block .course-accordion .accordion-item .accordion-content .course-list-notice {
  margin: 16px 0 24px 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}
.course-list-block .course-accordion .accordion-item .accordion-content .course-list-notice .notice-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-link-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #507C65;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 4px;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-link-btn:hover {
  text-decoration: none;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-link-btn.disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-link-btn.disabled:hover {
  text-decoration: none;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-link-btn.disabled .link-arrow {
  opacity: 0.5;
}
.course-list-block .course-accordion .accordion-item .accordion-header .accordion-arrow {
  background: url("/images/accordion-arrow.svg") center/contain no-repeat;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.course-list-block .course-accordion .accordion-item .accordion-content {
  display: none;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section:last-child {
  margin-bottom: 0;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section .accordion-section-title .section-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #507C65;
  position: relative;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section .accordion-section-title .section-icon.complete::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section .accordion-link-btn .link-arrow {
  width: 21px;
  height: 21px;
  display: inline-block;
}
.course-list-block .course-accordion .accordion-item .accordion-content .accordion-section .accordion-link-btn .link-arrow img {
  width: 21px;
}
.course-list-block .course-accordion .accordion-item:not(.closed) .accordion-header .accordion-arrow {
  transform: rotate(180deg);
}
.course-list-block .course-accordion .accordion-item:not(.closed) .accordion-content {
  display: block;
}

.course-video-page .page-header {
  margin-top: 80px;
}
.course-video-page .page-header .breadcrumb .breadcrumb-item:first-child {
  color: #979797;
}
.course-video-page .page-header .breadcrumb .breadcrumb-item:nth-child(3) {
  color: #464646;
}
.course-video-page .page-header .breadcrumb .breadcrumb-item:last-child {
  color: #464646;
}
.course-video-page .page-header .breadcrumb .breadcrumb-sep {
  color: #979797;
}
.course-video-page .page-header .cover {
  position: relative;
  width: 100%;
  height: 578px;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.course-video-page .page-header .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.course-video-page .page-header .cover .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.course-video-page .page-header .cover .play-button .play-icon {
  width: 36px;
  height: 36px;
  margin-left: 4px;
}
.course-video-page .page-header .cover .play-button .play-icon svg {
  width: 100%;
  height: 100%;
}
.course-video-page .page-header .cover .play-button:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%) scale(1.05);
}
.course-video-page .abstract-section {
  margin-bottom: 20px;
}
.course-video-page .abstract-section .tab-section-desc {
  margin-bottom: 0;
}
.course-video-page .homework-section {
  margin-bottom: 60px;
}
.course-video-page .homework-section .tab-section-desc {
  margin-bottom: 30px;
}
.course-video-page .homework-section .course-btn.btn-primary, .course-video-page .homework-section .course-detail-page .course-detail .aside-btn, .course-detail-page .course-detail .course-video-page .homework-section .aside-btn {
  background: #6FA287;
  border: none;
  color: #fff;
  padding: 16px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  max-width: 160px;
}
.course-video-page .homework-section .course-btn.btn-primary:hover, .course-video-page .homework-section .course-detail-page .course-detail .aside-btn:hover, .course-detail-page .course-detail .course-video-page .homework-section .aside-btn:hover {
  background: #57876e;
}
.course-video-page .comments-section {
  margin-bottom: 60px;
}
.course-video-page .comments-section .comment-input {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 30px;
}
.course-video-page .comments-section .comment-input textarea {
  flex: 1;
  border: none;
  outline: none;
  resize: none;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #979797;
  background: transparent;
  min-height: 50px;
}
.course-video-page .comments-section .comment-input textarea::-moz-placeholder {
  color: #979797;
}
.course-video-page .comments-section .comment-input textarea::placeholder {
  color: #979797;
}
.course-video-page .comments-section .comments-list .comment-item {
  border-top: 1px solid #C8C8C8;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #507C65;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-avatar > div {
  width: 24px;
  height: 25px;
  background: #fff;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-avatar img {
  max-width: 100%;
  height: auto;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-info {
  flex: 1;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-info .comment-author {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-header .comment-info .comment-date {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #979797;
}
.course-video-page .comments-section .comments-list .comment-item .comment-main .comment-content {
  padding-left: 63px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply {
  padding-left: 65px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item {
  background: #fff;
  border: 1px solid #F5F5F5;
  padding: 16px 20px;
  border-radius: 4px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #507C65;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-avatar > div {
  width: 21px;
  height: 22px;
  background: #fff;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-avatar img {
  max-width: 100%;
  height: auto;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-info {
  flex: 1;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-info .reply-author {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-header .reply-info .reply-date {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #979797;
}
.course-video-page .comments-section .comments-list .comment-item .comment-reply .reply-item .reply-content {
  padding-left: 57px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
}
.course-video-page aside .aside-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  margin-bottom: 0;
}
.course-video-page aside .course-accordion {
  margin-top: 20px;
  width: 100%;
}
.course-video-page aside .course-accordion .accordion-section .accordion-section-title span.video-icon + span {
  color: #000;
  font-weight: 400;
}
.course-video-page aside .course-accordion .accordion-section .accordion-section-title span.current-playing {
  color: #507C65 !important;
  font-weight: 500 !important;
}
.course-video-page aside .course-accordion .accordion-section .current-indicator {
  color: #507C65;
  font-weight: 600;
  font-size: 14px;
}

.fc-col-header th {
  background: #EFC385;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000;
  padding: 15px 0;
}

.fc .fc-button-primary {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  color: #C8C8C8;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.fc .fc-daygrid-day-frame {
  min-height: 120px;
}

.fc-daygrid-body .fc-day {
  background: #FFFFFF;
}
.fc-daygrid-body .fc-day.fc-day-sat {
  background: #FCF5E6;
}
.fc-daygrid-body .fc-day.fc-day-sun {
  background: #FEEECF;
}

.course-event {
  background: #FFFFFF;
  border: none;
  border-left: 4px solid #EFC385;
  box-shadow: 2px 4px 8px rgba(67, 67, 67, 0.05);
  border-radius: 4px;
  padding: 14px;
  position: relative;
}
.course-event .custom-event {
  display: flex;
  align-items: center;
}
.course-event .event-img {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 5px;
}
.course-event .event-img img {
  max-width: 100%;
  width: 100%;
}
.course-event .event-content {
  flex: 1;
  position: relative;
  height: 40px;
  min-width: 0;
}
.course-event .event-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.course-event .event-duration {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #AF6D04;
}

.fc-event.multi-day-event:not(.fc-event-start) .event-img {
  display: none;
}

.coures-tab-wrapper {
  z-index: 10;
}
.coures-tab-wrapper.fixed .course-tabs {
  margin: 0 auto;
  max-width: 1280px;
}

@media (max-width: 1439.98) {
  .course-page .slideshow .swiper-slide {
    width: 90%;
  }
  .course-page .slideshow .swiper-button-prev {
    left: calc(50% - 45% - -60px - 60px);
  }
  .course-page .slideshow .swiper-button-next {
    right: calc(50% - 45% - -60px - 60px);
  }

  .course-page {
    padding-top: 150px;
  }

  .course-index .corporate-section .corporate-container {
    padding: 80px 60px;
    gap: 40px;
  }
  .course-index .corporate-section .corporate-text {
    width: 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
  .course-index .corporate-section .corporate-title {
    font-size: 32px;
  }
  .course-index .corporate-section .corporate-image {
    width: 450px;
    height: 335px;
    flex: 0 0 450px;
    max-width: 450px;
  }
}
.corporate-intro-section {
  padding: 120px 80px;
}
.corporate-intro-section .corporate-intro-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1439.98px) {
  .corporate-intro-section .corporate-intro-container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .corporate-intro-section .corporate-intro-container {
    max-width: 1024px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1023.98px) {
  .corporate-intro-section .corporate-intro-container {
    max-width: 920px;
  }
}
@media (max-width: 767.98px) {
  .corporate-intro-section .corporate-intro-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .corporate-intro-section .corporate-intro-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 375px) {
  .corporate-intro-section .corporate-intro-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 320px) {
  .corporate-intro-section .corporate-intro-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.corporate-intro-section .section-header {
  margin-bottom: 60px;
  margin-bottom: 0;
}
.corporate-intro-section .section-header .section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.corporate-intro-section .section-header .section-main-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.25;
}
.corporate-intro-section .section-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.corporate-intro-section .section-content .content-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.075em;
  color: #000;
  margin: 0;
}
.corporate-intro-section .section-content .content-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0;
}
.corporate-intro-section .section-content .content-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.corporate-intro-section .section-content .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .corporate-intro-section {
    padding: 80px 24px;
  }
  .corporate-intro-section .corporate-intro-container {
    gap: 40px;
  }
  .corporate-intro-section .section-content {
    gap: 24px;
  }
  .corporate-intro-section .section-content .content-title {
    font-size: 28px;
  }
  .corporate-intro-section .section-content .content-description {
    font-size: 15px;
    line-height: 1.6em;
  }
  .corporate-intro-section .section-content .content-image {
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .corporate-intro-section {
    padding: 60px 24px;
  }
  .corporate-intro-section .section-header .section-subtitle {
    font-size: 14px;
  }
  .corporate-intro-section .section-header .section-main-title {
    font-size: 24px;
  }
  .corporate-intro-section .section-content {
    gap: 20px;
  }
  .corporate-intro-section .section-content .content-title {
    font-size: 22px;
  }
  .corporate-intro-section .section-content .content-description {
    font-size: 14px;
    line-height: 1.6em;
  }
  .corporate-intro-section .section-content .content-image {
    height: 200px;
  }
}

.corporate-form-section {
  background-color: #EFEBE4;
  padding: 120px 80px;
}
.corporate-form-section .corporate-form-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1439.98px) {
  .corporate-form-section .corporate-form-container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .corporate-form-section .corporate-form-container {
    max-width: 1024px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1023.98px) {
  .corporate-form-section .corporate-form-container {
    max-width: 920px;
  }
}
@media (max-width: 767.98px) {
  .corporate-form-section .corporate-form-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .corporate-form-section .corporate-form-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 375px) {
  .corporate-form-section .corporate-form-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 320px) {
  .corporate-form-section .corporate-form-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.corporate-form-section .section-header {
  margin-bottom: 60px;
  margin-bottom: 0;
  max-width: 846px;
}
.corporate-form-section .section-header .section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.corporate-form-section .section-header .section-main-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.25;
}
.corporate-form-section .section-header .form-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
  margin: 30px 0 0 0;
  max-width: 846px;
}
.corporate-form-section .corporate-form {
  max-width: 846px;
}
.corporate-form-section .corporate-form .form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.corporate-form-section .corporate-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 411px;
  flex: 0 0 411px;
}
.corporate-form-section .corporate-form .form-group-full {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 845px;
  margin-bottom: 24px;
}
.corporate-form-section .corporate-form .form-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.corporate-form-section .corporate-form .form-label .required-mark {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #AF6D04;
}
.corporate-form-section .corporate-form .form-input,
.corporate-form-section .corporate-form .form-select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  padding: 10px 0;
  outline: none;
}
.corporate-form-section .corporate-form .form-input::-moz-placeholder, .corporate-form-section .corporate-form .form-select::-moz-placeholder {
  color: #979797;
  letter-spacing: 0.075em;
}
.corporate-form-section .corporate-form .form-input::placeholder,
.corporate-form-section .corporate-form .form-select::placeholder {
  color: #979797;
  letter-spacing: 0.075em;
}
.corporate-form-section .corporate-form .form-input:focus,
.corporate-form-section .corporate-form .form-select:focus {
  border-bottom-color: #507C65;
}
.corporate-form-section .corporate-form .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 7.44L10.5 12.69L15.75 7.44' stroke='%23979797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 30px;
}
.corporate-form-section .corporate-form .form-select option {
  color: #000;
}
.corporate-form-section .corporate-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 5px 0;
  margin-top: 0px;
}
.corporate-form-section .corporate-form .radio-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.corporate-form-section .corporate-form .radio-option input[type=radio] {
  display: none;
}
.corporate-form-section .corporate-form .radio-option .radio-button {
  width: 20px;
  height: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  background: white;
  position: relative;
  flex-shrink: 0;
}
.corporate-form-section .corporate-form .radio-option .radio-button::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #456C57;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.corporate-form-section .corporate-form .radio-option input[type=radio]:checked + .radio-button::after {
  opacity: 1;
}
.corporate-form-section .corporate-form .radio-option .radio-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000;
}
.corporate-form-section .corporate-form .radio-option .venue-other-input {
  width: 240px;
  max-width: 100%;
  flex: 1 1 240px;
}
.corporate-form-section .corporate-form .form-textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000;
  background: white;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  padding: 12px 16px;
  resize: vertical;
  min-height: 100px;
}
.corporate-form-section .corporate-form .form-textarea::-moz-placeholder {
  color: #979797;
}
.corporate-form-section .corporate-form .form-textarea::placeholder {
  color: #979797;
}
.corporate-form-section .corporate-form .form-textarea:focus {
  outline: none;
  border-color: #507C65;
}
.corporate-form-section .corporate-form .form-submit {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.corporate-form-section .corporate-form .submit-button {
  background: #6FA287;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.corporate-form-section .corporate-form .submit-button:hover {
  background: #5C8C73;
}
.corporate-form-section .corporate-form .submit-button:active {
  background: #507C65;
}
.corporate-form-section .corporate-form .submit-button--with-loading {
  position: relative;
}
.corporate-form-section .corporate-form .submit-button__text--hidden {
  visibility: hidden;
}
.corporate-form-section .corporate-form .submit-button__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  margin: 0;
}
.corporate-form-section .corporate-form .submit-button__spinner div {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent transparent transparent;
}
.corporate-form-section .corporate-form .error-message {
  font-size: 12px;
  font-weight: 400;
  color: #AF6D04;
  margin-top: 5px;
  display: block;
}
.corporate-form-section .corporate-form .error-holder {
  min-height: 18px;
}
.corporate-form-section .alert {
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}
.corporate-form-section .alert.alert-success {
  background: #E8F5E8;
  border: 1px solid #6FA287;
  color: #456C57;
}
@media (max-width: 1199.98px) {
  .corporate-form-section {
    padding: 80px 24px;
  }
  .corporate-form-section .corporate-form-container {
    gap: 40px;
  }
  .corporate-form-section .corporate-form .form-grid {
    flex-direction: column;
    gap: 20px;
  }
  .corporate-form-section .corporate-form .form-group {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 767.98px) {
  .corporate-form-section {
    padding: 60px 24px;
  }
  .corporate-form-section .section-header .section-subtitle {
    font-size: 14px;
  }
  .corporate-form-section .section-header .section-main-title {
    font-size: 24px;
  }
  .corporate-form-section .section-header .form-description {
    font-size: 14px;
    line-height: 1.6em;
  }
  .corporate-form-section .corporate-form .form-label {
    font-size: 13px;
  }
  .corporate-form-section .corporate-form .form-input,
.corporate-form-section .corporate-form .form-select {
    font-size: 14px;
  }
  .corporate-form-section .corporate-form .radio-option .radio-text {
    font-size: 14px;
  }
  .corporate-form-section .corporate-form .form-textarea {
    font-size: 14px;
  }
  .corporate-form-section .corporate-form .submit-button {
    font-size: 14px;
    padding: 14px 28px;
  }
}

@media (max-width: 1199.98px) {
  .course-detail-page .course-aside-desktop {
    display: none !important;
  }
  .course-detail-page .course-aside-mobile {
    display: flex !important;
  }

  .course-page .slideshow .swiper-button-prev {
    left: 40px;
  }
  .course-page .slideshow .swiper-button-next {
    right: 40px;
  }
  .course-page .categories-section .category-slider-container .category-swiper {
    padding: 0 40px;
  }

  .course-index .corporate-section .corporate-container {
    padding: 80px 24px;
    gap: 72px;
    justify-content: space-between;
    align-items: center;
  }
  .course-index .corporate-section .corporate-text {
    width: 348px;
    flex: 0 0 348px;
    max-width: 348px;
    gap: 24px;
  }
  .course-index .corporate-section .corporate-subtitle {
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
  .course-index .corporate-section .corporate-title {
    font-size: 26px;
    line-height: 1.54em;
    letter-spacing: 0.192em;
  }
  .course-index .corporate-section .corporate-description {
    font-size: 13px;
    line-height: 1.85em;
    letter-spacing: 0.123em;
  }
  .course-index .corporate-section .corporate-image {
    width: 348px;
    height: 261px;
    flex: 0 0 348px;
    max-width: 348px;
  }

  .course-category-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .course-detail-page .course-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .course-detail-page .course-detail .main-content {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .course-detail-page .course-detail {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 48px;
  }

  .course-detail-page .course-detail .course-aside {
    max-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .course-page .slideshow {
    padding: 0;
  }
  .course-page .slideshow {
    height: 520px;
  }
  .course-page .slideshow .swiper-slide {
    width: 100%;
    height: 520px;
  }
  .course-page .slideshow .slide-overlay {
    height: 120px;
    padding: 10px 20px;
  }
  .course-page .slideshow .slide-overlay .slide-content h3 {
    font-size: 18px;
  }
  .course-page .slideshow .slide-overlay .slide-content p {
    font-size: 14px;
  }
  .course-page .slideshow .swiper-button-prev,
.course-page .slideshow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .course-page .slideshow .swiper-button-prev img,
.course-page .slideshow .swiper-button-next img {
    width: 28px;
  }
  .course-page .slideshow .swiper-button-prev {
    left: 20px;
  }
  .course-page .slideshow .swiper-button-next {
    right: 20px;
  }

  .course-page .categories-section .section-header .section-subtitle {
    font-size: 14px;
  }
  .course-page .categories-section .section-header .section-main-title {
    font-size: 28px;
  }
  .course-page .categories-section .category-slider-container .category-swiper {
    padding: 0 0px;
  }
  .course-page .categories-section .category-slider-container .category-swiper .swiper-slide {
    height: auto;
  }
  .course-page .categories-section .category-slider-container .swiper-button-prev,
.course-page .categories-section .category-slider-container .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .course-page .categories-section .category-slider-container .swiper-button-prev .arrow-icon,
.course-page .categories-section .category-slider-container .swiper-button-next .arrow-icon {
    width: 28px;
    height: 28px;
  }
  .course-page .latest-section .section-header .section-subtitle {
    font-size: 14px;
  }
  .course-page .latest-section .section-header .section-main-title {
    font-size: 28px;
  }
  .course-page .latest-section .course-grid {
    gap: 20px;
    margin-bottom: 40px;
  }
  .course-page .latest-section .course-grid .course-card .card-cover {
    height: 200px;
  }
  .course-page .latest-section .view-more-button .btn-view-more {
    width: 100%;
    max-width: 300px;
  }
  .course-page .corporate-section .corporate-container {
    flex-direction: column;
    padding: 80px 24px;
    gap: 40px;
    text-align: left;
    max-width: 390px;
    margin: 0 auto;
  }
  .course-page .corporate-section .corporate-text {
    width: 348px;
    flex: none;
    max-width: 348px;
    gap: 24px;
  }
  .course-page .corporate-section .corporate-subtitle {
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
  .course-page .corporate-section .corporate-title {
    font-size: 26px;
    line-height: 1.54em;
    letter-spacing: 0.192em;
  }
  .course-page .corporate-section .corporate-description {
    font-size: 13px;
    line-height: 1.85em;
    letter-spacing: 0.123em;
  }
  .course-page .corporate-section .corporate-image {
    width: 342px;
    height: 257px;
    flex: none;
    max-width: 342px;
  }

  .course-category-page .category-header .category-description {
    font-size: 16px;
  }
  .course-category-page .course-list .list-controls {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .course-category-page .course-list .list-controls .filter-options {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
  }

  .course-detail-page .page-header .cover {
    height: 180px;
  }
  .course-detail-page .course-detail .main-content {
    padding-left: 0;
    padding-right: 0;
    gap: 30px;
  }
  .course-detail-page .course-overview .course-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .course-event .event-img {
    display: none;
  }
  .course-event .event-duration {
    display: none;
  }
  .course-event .event-content {
    height: auto;
  }

  .fc .fc-daygrid-day-frame {
    min-height: 100px;
  }

  .coures-tab-wrapper {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 30px;
  }
  .coures-tab-wrapper .course-tabs {
    width: 620px;
    margin-bottom: 10px;
  }
}
.course-search-box {
  margin-bottom: 30px;
}
.course-search-box .input-item {
  position: relative;
  display: inline-block;
  width: 100%;
  background: none;
  border: none;
}
.course-search-box .course-search-input {
  width: 100%;
  padding: 12px 16px 12px 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 0;
  outline: none;
}
.course-search-box .course-search-input::-moz-placeholder {
  color: #979797;
}
.course-search-box .course-search-input::placeholder {
  color: #979797;
}
.course-search-box .course-search-input:focus {
  border-bottom-color: #507C65;
}
.course-search-box .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.course-search-box .search-icon svg {
  width: 21px;
  height: 21px;
}

.course-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.course-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  background: white;
  border: none;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}
.course-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.course-item.course-item-past {
  opacity: 0.6;
}
.course-item.course-item-past:hover {
  opacity: 0.6;
  box-shadow: none;
}
.course-item .course-cover {
  width: 150px;
  height: 101px;
  flex-shrink: 0;
  overflow: hidden;
}
.course-item .course-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-item .course-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.course-item .course-info .course-period {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-item .course-info .course-period .clock-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.course-item .course-info .course-period .clock-icon svg {
  width: 100%;
  height: 100%;
}
.course-item .course-info .course-period span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  letter-spacing: 0.075em;
}
.course-item .course-info .course-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.075em;
  color: #000;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}
.course-item .course-info .course-instructor {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-item .course-info .course-instructor .instructor-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.course-item .course-info .course-instructor .instructor-icon svg {
  width: 100%;
  height: 100%;
}
.course-item .course-info .course-instructor span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.05em;
}
.course-item .course-info .course-description {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.course-item .course-info .course-description .description-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.course-item .course-info .course-description .description-icon svg {
  width: 100%;
  height: 100%;
}
.course-item .course-info .course-description span {
  font-size: 13px;
  font-weight: 400;
  color: #979797;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media (max-width: 767.98px) {
  .course-search-box .input-item {
    max-width: 100%;
  }
  .course-search-box .course-search-input {
    font-size: 14px;
    padding: 10px 14px 10px 44px;
  }
  .course-search-box .search-icon {
    left: 14px;
  }
  .course-search-box .search-icon svg {
    width: 18px;
    height: 18px;
  }

  .course-item {
    flex-direction: row;
    gap: 20px;
    padding: 10px;
    align-items: flex-start;
  }
  .course-item .course-cover {
    width: 68px;
    height: auto;
  }
  .course-item .course-cover img {
    height: 46px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .course-item .course-info .course-title {
    font-size: 16px;
  }
  .course-item .course-info .course-period span {
    font-size: 13px;
  }
  .course-item .course-info .course-instructor span {
    font-size: 13px;
  }
  .course-item .course-info .course-description {
    display: none;
  }
}
.student-level-page {
  margin: 0 15% 50px;
}
.student-level-page .page-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000000;
  margin: 0 0 25px 0;
}

.member-level-section {
  margin-bottom: 50px;
}
.member-level-section .member-level-row {
  background: #FFFFFF;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  width: 100%;
}
.member-level-section .member-level-row .level-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000000;
  width: 150px;
}
.member-level-section .member-level-row .level-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000000;
  flex: 1;
}

.course-section {
  margin-bottom: 50px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.course-section .course-title-row {
  padding: 0 0 10px 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.course-section .course-title-row .course-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000000;
  margin: 0;
}
.course-section .course-level-row {
  background: #FFFFFF;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
.course-section .course-level-row .level-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000000;
  width: 80px;
  flex: 0 0 80px;
}
.course-section .course-level-row .checklist-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-item.has-border {
  border-top: 1px dashed #C8C8C8;
  padding-top: 16px;
}
.check-item:not(:last-child) {
  padding-bottom: 16px;
}
.check-item .check-circle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.check-item .check-circle svg {
  position: relative;
  top: 4px;
}
.check-item .check-circle.completed {
  background: #507C65;
  border: 1px solid #456C57;
}
.check-item .check-circle.default {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
}
.check-item .check-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  color: #000000;
  flex: 1;
}

@media (max-width: 767.98px) {
  .student-level-page {
    margin: 0 24px 30px;
  }

  .member-level-section .member-level-row,
.course-section .course-title-row,
.course-section .course-level-row {
    width: 100%;
    padding: 16px 20px;
  }

  .course-section .course-title-row {
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #222;
  }

  .course-section .course-level-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .course-section .course-level-row .level-name {
    width: 100%;
  }
  .course-section .course-level-row .checklist-container {
    flex: 0 0 100%;
    width: 100%;
  }
  .course-section .course-level-row .checklist-container .check-item {
    width: 100%;
  }

  .student-level-page .page-title {
    font-size: 16px;
  }

  .course-section .course-title-row .course-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .student-level-page {
    margin: 0 24px 30px;
  }

  .member-level-section .member-level-row,
.course-section .course-title-row,
.course-section .course-level-row {
    width: 100%;
    padding: 16px 20px;
  }

  .course-section .course-level-row .level-name {
    flex: 0 0 70px;
    width: 70px;
  }
}
.mb-info-box .pagination-wrapper {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-info-box .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.mb-info-box .pagination-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.mb-info-box .pagination-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #979797;
}
.mb-info-box .pagination-item.active span {
  color: #000000;
}
.mb-info-box .pagination-item.active .active-line {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 8px;
  height: 2px;
  background: #000000;
}
.mb-info-box .pagination-item:not(.active):hover span {
  color: #000000;
}
.mb-info-box .pagination-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mb-info-box .pagination-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.mb-info-box .pagination-arrow:not(.disabled):hover {
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .mb-info-box .pagination-wrapper {
    margin: 30px 0;
  }
  .mb-info-box .pagination-container {
    gap: 8px;
  }
  .mb-info-box .pagination-item {
    padding: 4px 8px;
    height: 24px;
    gap: 8px;
  }
  .mb-info-box .pagination-item span {
    font-size: 12px;
    font-weight: 600;
  }
  .mb-info-box .pagination-item.active .active-line {
    left: 8px;
    width: 6px;
    height: 1.5px;
  }
  .mb-info-box .pagination-arrow {
    padding: 2px;
  }
  .mb-info-box .pagination-arrow svg {
    width: 20px;
    height: 20px;
  }
}
