@charset "UTF-8";
h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.health_classroom .health_carousel, .type_top .nutrition_carousel,
.food_info .nutrition_carousel {
  background: #e95515;
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel, .type_top .nutrition_carousel,
  .food_info .nutrition_carousel {
    padding: 40px 0 60px;
  }
}
.health_classroom .health_carousel .carousel_header, .health_classroom .health_carousel .health_header, .type_top .nutrition_carousel .carousel_header,
.food_info .nutrition_carousel .carousel_header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .carousel_header, .health_classroom .health_carousel .health_header, .type_top .nutrition_carousel .carousel_header,
  .food_info .nutrition_carousel .carousel_header {
    margin-bottom: 30px;
  }
}
.health_classroom .health_carousel .carousel_header .carousel_title, .health_classroom .health_carousel .health_header .carousel_title, .health_classroom .health_carousel .health_header .health_title, .type_top .nutrition_carousel .carousel_header .carousel_title,
.food_info .nutrition_carousel .carousel_header .carousel_title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .carousel_header .carousel_title, .health_classroom .health_carousel .health_header .carousel_title, .health_classroom .health_carousel .health_header .health_title, .type_top .nutrition_carousel .carousel_header .carousel_title,
  .food_info .nutrition_carousel .carousel_header .carousel_title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .health_classroom .health_carousel .carousel_header .carousel_title, .health_classroom .health_carousel .health_header .carousel_title, .health_classroom .health_carousel .health_header .health_title, .type_top .nutrition_carousel .carousel_header .carousel_title,
  .food_info .nutrition_carousel .carousel_header .carousel_title {
    font-size: 1.5rem;
  }
}
.health_classroom .health_carousel .swiper-container, .health_classroom .health_carousel .health_swiper, .type_top .nutrition_carousel .swiper-container, .type_top .nutrition_carousel .type_top_swiper,
.type_top .nutrition_carousel .nutrition_swiper,
.food_info .nutrition_carousel .swiper-container,
.food_info .nutrition_carousel .type_top_swiper,
.food_info .nutrition_carousel .nutrition_swiper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 60px;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .swiper-container, .health_classroom .health_carousel .health_swiper, .type_top .nutrition_carousel .swiper-container, .type_top .nutrition_carousel .type_top_swiper,
  .type_top .nutrition_carousel .nutrition_swiper,
  .food_info .nutrition_carousel .swiper-container,
  .food_info .nutrition_carousel .type_top_swiper,
  .food_info .nutrition_carousel .nutrition_swiper {
    padding: 10px 40px;
  }
}
@media (max-width: 480px) {
  .health_classroom .health_carousel .swiper-container, .health_classroom .health_carousel .health_swiper, .type_top .nutrition_carousel .swiper-container, .type_top .nutrition_carousel .type_top_swiper,
  .type_top .nutrition_carousel .nutrition_swiper,
  .food_info .nutrition_carousel .swiper-container,
  .food_info .nutrition_carousel .type_top_swiper,
  .food_info .nutrition_carousel .nutrition_swiper {
    padding: 10px 20px;
  }
}
.health_classroom .health_carousel .swiper-container .swiper-wrapper, .health_classroom .health_carousel .health_swiper .swiper-wrapper, .type_top .nutrition_carousel .swiper-container .swiper-wrapper, .type_top .nutrition_carousel .type_top_swiper .swiper-wrapper,
.type_top .nutrition_carousel .nutrition_swiper .swiper-wrapper,
.food_info .nutrition_carousel .swiper-container .swiper-wrapper,
.food_info .nutrition_carousel .type_top_swiper .swiper-wrapper,
.food_info .nutrition_carousel .nutrition_swiper .swiper-wrapper {
  border-radius: 8px;
}
.health_classroom .health_carousel .swiper-container .swiper-slide, .health_classroom .health_carousel .health_swiper .swiper-slide, .type_top .nutrition_carousel .swiper-container .swiper-slide, .type_top .nutrition_carousel .type_top_swiper .swiper-slide,
.type_top .nutrition_carousel .nutrition_swiper .swiper-slide,
.food_info .nutrition_carousel .swiper-container .swiper-slide,
.food_info .nutrition_carousel .type_top_swiper .swiper-slide,
.food_info .nutrition_carousel .nutrition_swiper .swiper-slide {
  height: auto;
}
.health_classroom .health_carousel .swiper-button-prev, .type_top .nutrition_carousel .swiper-button-prev,
.food_info .nutrition_carousel .swiper-button-prev,
.health_classroom .health_carousel .swiper-button-next,
.type_top .nutrition_carousel .swiper-button-next,
.food_info .nutrition_carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .swiper-button-prev, .type_top .nutrition_carousel .swiper-button-prev,
  .food_info .nutrition_carousel .swiper-button-prev,
  .health_classroom .health_carousel .swiper-button-next,
  .type_top .nutrition_carousel .swiper-button-next,
  .food_info .nutrition_carousel .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.health_classroom .health_carousel .swiper-button-prev:hover, .type_top .nutrition_carousel .swiper-button-prev:hover,
.food_info .nutrition_carousel .swiper-button-prev:hover,
.health_classroom .health_carousel .swiper-button-next:hover,
.type_top .nutrition_carousel .swiper-button-next:hover,
.food_info .nutrition_carousel .swiper-button-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.health_classroom .health_carousel .swiper-button-prev:active, .type_top .nutrition_carousel .swiper-button-prev:active,
.food_info .nutrition_carousel .swiper-button-prev:active,
.health_classroom .health_carousel .swiper-button-next:active,
.type_top .nutrition_carousel .swiper-button-next:active,
.food_info .nutrition_carousel .swiper-button-next:active {
  transform: translateY(-50%) scale(0.95);
}
.health_classroom .health_carousel .swiper-button-prev svg, .type_top .nutrition_carousel .swiper-button-prev svg,
.food_info .nutrition_carousel .swiper-button-prev svg,
.health_classroom .health_carousel .swiper-button-next svg,
.type_top .nutrition_carousel .swiper-button-next svg,
.food_info .nutrition_carousel .swiper-button-next svg {
  color: #e95515;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .swiper-button-prev svg, .type_top .nutrition_carousel .swiper-button-prev svg,
  .food_info .nutrition_carousel .swiper-button-prev svg,
  .health_classroom .health_carousel .swiper-button-next svg,
  .type_top .nutrition_carousel .swiper-button-next svg,
  .food_info .nutrition_carousel .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.health_classroom .health_carousel .swiper-button-prev::after, .type_top .nutrition_carousel .swiper-button-prev::after,
.food_info .nutrition_carousel .swiper-button-prev::after,
.health_classroom .health_carousel .swiper-button-next::after,
.type_top .nutrition_carousel .swiper-button-next::after,
.food_info .nutrition_carousel .swiper-button-next::after {
  display: none;
}
.health_classroom .health_carousel .swiper-button-prev, .type_top .nutrition_carousel .swiper-button-prev,
.food_info .nutrition_carousel .swiper-button-prev {
  left: 0;
}
.health_classroom .health_carousel .swiper-button-next, .type_top .nutrition_carousel .swiper-button-next,
.food_info .nutrition_carousel .swiper-button-next {
  right: 0;
}
.health_classroom .health_carousel .carousel_wave, .type_top .nutrition_carousel .carousel_wave,
.food_info .nutrition_carousel .carousel_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .carousel_wave, .type_top .nutrition_carousel .carousel_wave,
  .food_info .nutrition_carousel .carousel_wave {
    height: 40px;
  }
}
.health_classroom .health_carousel .carousel_wave::before, .type_top .nutrition_carousel .carousel_wave::before,
.food_info .nutrition_carousel .carousel_wave::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 2880 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0 100h2880V50C2760 83.3 2640 83.3 2520 50c-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0v50z' fill='%23FFFFFF'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 2880 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0 100h2880V50C2760 83.3 2640 83.3 2520 50c-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0-120 33.3-240 33.3-360 0-120-33.3-240-33.3-360 0v50z' fill='%23FFFFFF'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.health_classroom .health_carousel .health_card, .type_top .nutrition_carousel .nutrition_card,
.food_info .nutrition_carousel .nutrition_card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.health_classroom .health_carousel .health_card:hover, .type_top .nutrition_carousel .nutrition_card:hover,
.food_info .nutrition_carousel .nutrition_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.health_classroom .health_carousel .health_card .card_image, .type_top .nutrition_carousel .nutrition_card .card_image,
.food_info .nutrition_carousel .nutrition_card .card_image {
  height: 200px;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .health_card .card_image, .type_top .nutrition_carousel .nutrition_card .card_image,
  .food_info .nutrition_carousel .nutrition_card .card_image {
    height: 150px;
  }
}
.health_classroom .health_carousel .health_card .card_image img, .type_top .nutrition_carousel .nutrition_card .card_image img,
.food_info .nutrition_carousel .nutrition_card .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 300/240;
}
.health_classroom .health_carousel .health_card .card_content, .type_top .nutrition_carousel .nutrition_card .card_content,
.food_info .nutrition_carousel .nutrition_card .card_content {
  padding: 24px;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .health_card .card_content, .type_top .nutrition_carousel .nutrition_card .card_content,
  .food_info .nutrition_carousel .nutrition_card .card_content {
    padding: 16px;
  }
}
.health_classroom .health_carousel .health_card .card_content .card_title, .type_top .nutrition_carousel .nutrition_card .card_content .card_title,
.food_info .nutrition_carousel .nutrition_card .card_content .card_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .health_card .card_content .card_title, .type_top .nutrition_carousel .nutrition_card .card_content .card_title,
  .food_info .nutrition_carousel .nutrition_card .card_content .card_title {
    font-size: 1rem;
    height: 1.4em;
  }
}
.health_classroom .health_carousel .health_card .card_content .card_date, .type_top .nutrition_carousel .nutrition_card .card_content .card_date,
.food_info .nutrition_carousel .nutrition_card .card_content .card_date {
  font-size: 0.9rem;
  color: #494949;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .health_card .card_content .card_date, .type_top .nutrition_carousel .nutrition_card .card_content .card_date,
  .food_info .nutrition_carousel .nutrition_card .card_content .card_date {
    font-size: 0.8rem;
  }
}
.health_classroom .health_carousel .health_card .card_content .card_text, .type_top .nutrition_carousel .nutrition_card .card_content .card_text,
.food_info .nutrition_carousel .nutrition_card .card_content .card_text {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.6;
  margin: 0 0 20px 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .health_classroom .health_carousel .health_card .card_content .card_text, .type_top .nutrition_carousel .nutrition_card .card_content .card_text,
  .food_info .nutrition_carousel .nutrition_card .card_content .card_text {
    font-size: 0.85rem;
    height: 3.2em;
    -webkit-line-clamp: 2;
  }
}

.type_top .nutrition_carousel .carousel_header .carousel_title, .health_classroom .health_carousel .health_header .type_top .nutrition_carousel .carousel_header .health_title, .type_top .nutrition_carousel .health_classroom .health_carousel .health_header .carousel_title, .type_top .nutrition_carousel .health_classroom .health_carousel .health_header .health_title, .health_classroom .health_carousel .type_top .nutrition_carousel .health_header .carousel_title, .health_classroom .health_carousel .type_top .nutrition_carousel .health_header .health_title {
  color: #e95515;
}

.health_classroom .health_carousel {
  background: transparent !important;
}
.health_classroom .health_carousel .health_header .health_title {
  color: #e95515 !important;
}
.type_top .nutrition_carousel {
  background: transparent;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nutrition_card,
.health_card {
  animation: fadeInUp 0.6s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .nutrition_card,
  .health_card {
    animation: none;
  }
  .nutrition_card:hover,
  .health_card:hover {
    transform: none;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transform: translateY(-50%);
  }
  .swiper-button-prev:active,
  .swiper-button-next:active {
    transform: translateY(-50%);
  }
}
.card_button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  color: #e95515;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e95515;
  position: relative;
  overflow: hidden;
}
.card_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e95515;
  transition: all 0.3s ease;
  z-index: -1;
}
.card_button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(233, 85, 21, 0.3);
}
.card_button:hover::before {
  left: 0;
}
.card_button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(233, 85, 21, 0.2);
}
.card_button.primary {
  background: #e95515;
  color: #fff;
  border-color: #e95515;
}
.card_button.primary:hover {
  background: #d14a12;
  border-color: #d14a12;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(233, 85, 21, 0.4);
}
.card_button.primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(233, 85, 21, 0.3);
}
.card_button::after {
  content: "→";
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.card_button:hover::after {
  transform: translateX(2px);
  opacity: 1;
}

.reservation_section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}
.reservation_section::before, .reservation_section::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(233, 85, 21, 0.1) 0%, rgba(233, 85, 21, 0.05) 100%);
  filter: blur(50px);
  z-index: 0;
}
.reservation_section::before {
  top: -100px;
  left: -100px;
}
.reservation_section::after {
  bottom: -100px;
  right: -100px;
}
.reservation_section h2 {
  color: #000;
}
.reservation_section .reservation_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.reservation_section .reservation_content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.reservation_section .reservation_content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #333 0%, #666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reservation_section .reservation_content p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 40px;
}
.reservation_section .reservation_content .reservation_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: #e95515;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(233, 85, 21, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.reservation_section .reservation_content .reservation_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.reservation_section .reservation_content .reservation_btn svg {
  transition: transform 0.3s ease;
}
.reservation_section .reservation_content .reservation_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(233, 85, 21, 0.4);
}
.reservation_section .reservation_content .reservation_btn:hover::before {
  opacity: 1;
}
.reservation_section .reservation_content .reservation_btn:hover svg {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .reservation_section {
    padding: 60px 0;
  }
  .reservation_section .reservation_content h3 {
    font-size: 1.75rem;
  }
  .reservation_section .reservation_content p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .reservation_section .reservation_content .reservation_btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
}
