/* screen - index */

.index {
  align-items: flex-start;
  background-color: var(--n00);
  display: flex;
  flex-direction: column;
  /* min-width: 1920px; */
  width: 100%;
  position: relative;
}


.business-card:hover,
.business__box-1:hover {
  margin-top: 80px;
  transition: all 0.3s ease-in-out;
}
.index .page-top {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--n00);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.index .header {
  align-items: center;
  background-color: var(--n00);
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  /* min-width: 1920px; */
  width: 100%;
}

.index .image-1 {
  aspect-ratio: 5.74;
  height: 52px;
  object-fit: cover;
  position: relative;
  width: 300px;
}

.header-nav {
  align-items: flex-start;
}

.header-nav__item {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 140px;
}

.menu_text {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.header-cta {
  gap: 12px;
  height: 47px;
  justify-content: flex-end;
  opacity: 0;
  width: 300px;
}

.index .header-cta__btn {
  align-items: center;
  background-color: var(--n00);
  border: 1px solid;
  border-color: #fba640;
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  height: 48px;
  justify-content: center;
  margin-bottom: -0.50px;
  margin-top: -0.50px;
  padding: 10px 20px;
  position: relative;
}

.index .text-7 {
  color: #fba640;
  font-family: var(--font-family-wanted_sans-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .hero {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  width: 100%;
  margin-top: 80px;
  z-index: 11;
}

.index .hero__banner {
  align-self: stretch;
  background-color: #727272;
  border-radius: 56px 56px 0px 56px;
  height: 860px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  pointer-events: none;
}

/* .index .ck_tip1090000359-1 {
  aspect-ratio: 1.5;
  height: 1227px;
  left: calc(50.00% - 920px);
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 466px);
  width: 1840px;
} */

.index .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.5;
}

.index .hero__scroll {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  width: 846px;
  z-index: 2;
}

.index .hero__scroll__icon-wrap {
  height: 44px;
  position: relative;
  transform: rotate(180deg);
  width: 44px;
}

.index .subtract {
  height: 44px;
  top: calc(50.00% - 22px);
  width: 44px;
}

.index .hero__scroll__meta {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.index .hero__box-1 {
  height: 28px;
  position: relative;
  transform: rotate(180deg);
  width: 28px;
}

.index .subtract-1 {
  height: 28px;
  top: calc(50.00% - 14px);
  width: 28px;
}

.index .hero__card-1 {
  align-items: center;
  background-color: var(--n00);
  border-radius: 61px 0px 0px 0px;
  justify-content: space-between;
  padding: 22px 0px 22px 34px;
  width: 254px;
}

.index .scroll-down {
  color: var(--x22222);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 27px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .scroll-indicator {
  align-items: center;
  background-color: var(--x01);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.index .icon-chevron {
  height: 12px;
  position: relative;
  transform: rotate(-45deg); /* point down ⬇️ */
  width: 12px;
}

.index .vector {
  height: 84.20%;
  right: 25%;
  position: absolute;
  top: 15.80%;
  transform: rotate(-180deg);
  width: 84.20%;
}

.index .vector-1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 100%;
}

.index .hero__content {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 68px;
  left: 160px;
  position: absolute;
  top: calc(50.00% - 182px);
  z-index: 2;
}

.index .hero__copy {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.index .shared__inline-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.index .text-8 {
  color: var(--n00);
  font-family: var(--font-family-pretendard-bold);
  font-size: 62px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 86.8px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.index .text-9 {
  color: var(--n00);
  font-family: var(--font-family-pretendard-medium);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37.5px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .btn-more {
  align-items: center;
  border: 1px solid;
  border-color: var(--n00);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 18px;
  padding: 14px 30px;
  position: relative;
  cursor: pointer;
}

.index .text-10 {
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .section-business {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--n00);
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  padding: 120px;
  position: relative;
  width: 100%;
}

.index .business-card {
  align-items: flex-start;
   border-radius: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  height: 592px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.index .business-card__media {
  align-self: stretch;
  background-color: var(--celeste);
  min-height: 342px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.index .ck_tica1010021166-1-1 {
  aspect-ratio: 1.5;
  height: 407px;
  /* left: calc(50.00% - 305px); */
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 203px);
  /* width: 610px; */
  width: 100%;
}

.index .shared__stack-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--x01);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 40px;
  position: relative;
  width: 100%;
}

.index .business-card__body {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.index .business-card__heading {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.index .business-card__eyebrow {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.index .school-lunch {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-items: center;
  display: -webkit-box;
  justify-content: center;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.index .text-1 {
  letter-spacing: -0.68px;
  line-height: 45.9px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .text-1-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
}

.index .business__box-1 {
    align-items: flex-start;
    border-radius: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    min-height: 592px;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
} 

.index .business__media-1 {
  align-items: flex-start;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 592px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.index .ck_tica0140011401-1 {
  aspect-ratio: 1.5;
  height: 462px;
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 208px);
  width: 100%;
}

.index .business__box-2 {
  background-color: #98b300;
}

.index .public-meals {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-items: center;
  display: -webkit-box;
  justify-content: center;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.index .bounce-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index .business__box-3 {
  background-color: #d7a316;
}

.index .distribution-business {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-items: center;
  display: -webkit-box;
  justify-content: center;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.index .section-board {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  padding: 0px 120px 120px;
  position: relative;
  width: 100%;
}

.index .news-board__stack-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 80px;
  position: relative;
  width: 100%;
}

.index .news-board__box-4 {
  align-self: stretch;
  flex: 0 0 auto;
  gap: 10px;
  width: 100%;
}

.index .news-board__inline-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.index .news-board__inline-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.index .board {
  color: var(--x01);
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.index .text-17 {
  color: var(--black);
  font-family: var(--font-family-pretendard-bold);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 72.8px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .board__panel {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
}

.index .board__panel-inner {
  align-items: flex-start;
  background-color: var(--n00);
  border: 1px solid;
  border-color: var(--alto);
  border-radius: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.index .board__panel-header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.index .text-18 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.20px;
  line-height: 28.0px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .icon-plus {
  aspect-ratio: 1;
  height: 24px;
  position: relative;
  width: 24px;
}

.index .board__list {
  align-items: flex-start;
  align-self: stretch;
  border-color: #eaeaea;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

/* Board section simplification (homepage only): remove redundant hierarchy */
.index .section-board .board {
  display: none;
}
.index .section-board .board__panel-header {
  display: none;
}
.index .section-board .board__list {
  border-top: none;
}
.index .section-board .news-board__stack-2 {
  gap: 32px;
}

/* Match title→content spacing to section-press (48px) for consistent vertical rhythm */
.index .section-board {
  gap: 48px;
}

.index .news-board__stack-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.index .shared__row-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 70px;
  padding: 8px 0px;
  position: relative;
  width: 100%;
}

.index .board__item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 4px;
  position: relative;
  width:100%;
}

.index .shared__card-1 {
  align-items: center;
  background-color: var(--x01);
  border-radius: 2px;
  display: flex;
  gap: 10px;
  height: 20px;
  justify-content: center;
  padding: 1px 2px;
  position: relative;
  width: 67px;
}

.index .text-2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  letter-spacing: -0.10px;
  line-height: 12.0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.index .text-2-1 {
  width: 1488px;
}

.index .phone {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  letter-spacing: -0.13px;
  line-height: 20.8px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.index .news-board__box-1 {
  background-color: var(--x04);
  gap: 20px;
}

.index .news-board__box-2 {
  background-color: #ff2d55;
  gap: 10px;
}

.index .text-23 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  letter-spacing: -0.10px;
  line-height: 12.0px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  width: 67px;
}
.page-top .frame:hover {
  background-color: #eaf8f0;
}
.page-top .text-1:hover {
  color: var(--x05);
  font-weight: 600;
}



.index .news-board__box-3 {
  background-color: #30b0c7;
  gap: 10px;
}
.index .news-board__ico-4 {
  background-color: #000;
  gap: 10px;
}

.index .news-board__row-1 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 20px;
  position: relative;
}

.index .text-2-2 {
  flex: 1;
}

.index .section-press {
  align-items: center;
  align-self: stretch;
  background-color: #f3f3f3;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  padding: 120px;
  position: relative;
  width: 100%;
}

.index .shared__row-3 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.index .press__stack-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.index .text-29 {
  color: var(--x02);
  font-family: var(--font-family-pretendard-bold);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 59.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .press__inline-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 2px 0px 0px;
  position: relative;
}

.index .text-30 {
  color: var(--x02);
  font-family: var(--font-family-pretendard-medium);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.index .press__grid {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.index .press-card {
  align-items: center;
  display: flex;
  /* flex: 1; */
  flex-direction: column;
  /* flex-grow: 1; */
  gap: 24px;
  justify-content: center;
  position: relative;

    flex: 0 0 calc(25% - 18px); /* 4개씩 (기본) */
    min-width: 0;  
}

.index .press-card__media {
  width: 100%;
  aspect-ratio: 402 / 372;   /* 원하는 비율 */
  overflow: hidden;
  border-radius: 20px;  
  /* align-self: stretch;
  background-color: var(--n00);
  border-radius: 24px;
  height: 372px;
  overflow: hidden;
  position: relative;
  width: 100%; */
}



.hamburger {
  height: 75.00%;
  left: 12.50%;
  position: absolute;
  top: 12.50%;
  width: 75.00%;
}


.index .press__box-1 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

.index .text-3 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 27.0px;
  margin-top: -1.00px;
  position: relative;
  /* Single-line ellipsis for press section titles */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Ensure anchor tags inside press titles also truncate */
.index .text-3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index .press-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}


.index .section-partners {
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 24px;
  padding: 40px 0px;
  width: 100%;
}

.index .partners__row-1 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 24px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.index .partners__media-2 {
  background-color: var(--n00);
  border: 1px solid;
  border-color: var(--bon-jour);
  border-radius: 100px;
  height: 80px;
  margin-left: -164.00px;
  overflow: hidden;
  position: relative;
  width: 260px;
}

.index .text-4 {
  left: calc(50.00% - 16px);
  letter-spacing: -0.36px;
  line-height: 27px;
  position: absolute;
  top: calc(50.00% - 13px);
  white-space: nowrap;
}

.index .partners__media-1 {
  background-color: var(--n00);
  border: 1px solid;
  border-color: var(--bon-jour);
  border-radius: 100px;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 260px;
}

.index .footer {
  align-items: center;
  background-color: #f5f5f5;
  border-bottom-style: none;
  border-color: var(--x03);
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 64px 120px;
  position: relative;
  width: 100%;
}

.index .footer__brand {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.index .image-2 {
  aspect-ratio: 6.34;
  height: 45px;
  object-fit: cover;
  position: relative;
  width: 288px;
}

.index .x1 {
  color: var(--x02);
  font-family: var(--font-family-wanted_sans-regular);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25.6px;
  opacity: 0.8;
  position: relative;
  width: fit-content;
}

.index .footer__bottom {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.index .footer__copyright {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.index .copyright-2025 {
  color: var(--x06);
  font-family: var(--font-family-wanted_sans-regular);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: -1.00px;
  opacity: 0.5;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.quick-menu {
  z-index: 10001; /* Floating UI layer - above all content sections */
  align-items: stretch;
  background-color: var(--n00);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--x03);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 12px 0px 0px 12px;
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 40px;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  right: 0;
}

/* First 3 items = 80px, TOP button = custom height */
.quick-menu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100px;
  box-sizing: border-box;
}

/* First 3 items with .quick-menu__item inside */
.quick-menu > a:has(.quick-menu__item) {
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

/* TOP button gets its own height - smaller than other items */
.quick-menu > a.quick-menu__top {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}

/* First 3: inner box fills the row */
.quick-menu > a > .quick-menu__item {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  box-sizing: border-box;
}

.quick-menu__item {
  align-items: center;
  background-color: var(--n00);
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 80px;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
  width: 100px;
}
/* .quick-menu a, a:hover, a:focus, a:active, a:visited {
    color: inherit;342
    text-decoration: none;
} */
.quick-menu a, 
.quick-menu a:hover, 
.quick-menu a:focus, 
.quick-menu a:active, 
.quick-menu a:visited {
    color: inherit;
    text-decoration: none;
}

.index .material-symbols-lightchat-rounded {
  aspect-ratio: 1;
  height: 36px;
  position: relative;
  width: 36px;
}

.index .text-43 {
  letter-spacing: 0;
  line-height: 16.9px;
  margin-left: -9.50px;
  margin-right: -9.50px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.quick-menu__box-1 {
  aspect-ratio: 1;
  height: 36px;
  position: relative;
  width: 36px;
}

.index .icons {
  height: 30px;
  left: calc(50.00% - 12px);
  position: relative;
  top: calc(50.00% - 15px);
  width: 24px;
}

.hamburger-2 {
  height: 24.44%;
  left: 32.40%;
  position: absolute;
  top: 37.78%;
  width: 40.02%;
}

.index .vector-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index .vector-4 {
  height: 94.45%;
  left: 3.45%;
  position: absolute;
  top: 2.78%;
  width: 93.09%;
}

.index .text-44 {
  letter-spacing: 0;
  line-height: 18.2px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.index .quick-menu__icon {
  align-self: stretch;
  height: 36px;
  position: relative;
  width: 100%;
}

.index .image-27 {
  aspect-ratio: 1.42;
  height: 32px;
  left: calc(50.00% - 23px);
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 15px);
  width: 46px;
}

.index .text-45 {
  letter-spacing: 0;
  line-height: 18.2px;
  margin-left: -4.00px;
  margin-right: -4.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.quick-menu__top {
  align-items: center;
  background-color: var(--x01);
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 65px;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.index .vector-16 {
  height: 10.59px;
  position: relative;
  width: 14.06px;
}

.index .price {
  color: var(--n00);
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-m);
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 16px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.index .shared__row-2 {
  display: flex;
  position: relative;
}

.index .tag-rounded {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 20px;
  justify-content: center;
  padding: 1px 2px;
  position: relative;
  width: 67px;
}

.header_cta_row {
  align-items: center;
  display: flex;
  position: relative;
}

.shared__inline-2 {
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.index .shared__stack-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 40px;
  position: relative;
  width: 100%;
  min-height: 221px;
  height: auto;
}

.index .subtract-2 {
  left: 0;
  position: absolute;
  transform: rotate(-180deg);
}

.index .text-2-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  letter-spacing: -0.16px;
  line-height: 27.2px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  /* text-overflow: ellipsis; */
  width: 88%;
}



.press-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}






.card-container {
    /* max-width: 1200px;
    margin: 0 auto;
    display: grid;
    g
    gap: 24px;
    width: 100%; */
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: flex-start;    
}
.card:hover {
    transform: translateY(80px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    flex: 0 0 calc(31% - 16px);  /* 31%로 감소 */
}

.card-container:has(.card:hover) .card:not(:hover) {
    flex: 0 0 calc(34.5% - 16px);  /* 34.5%로 증가 */
}
.card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease, flex-basis .2s ease;
    flex: 0 0 calc(33.333% - 16px);
}


.card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 32px 24px;
    flex: 1;
}

.card-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: 0.9;
}

.card-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.card-description {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Card Color Themes */
.card-green {
    background-color: #2d7555;
    color: white;
}

.card-lime {
    background: linear-gradient(135deg, #a4c639 0%, #8fb72d 100%);
    color: white;
}

.card-yellow {
    background-color: #d9a21b;
    color: white;
}

/* Large screen responsive scaling for section-business */
@media (min-width: 1460px) {
    .index .section-business .card-container {
        max-width: none;
        width: 100%;
        margin: 0;
    }
}

/* Equal height enforcement for cards in section-business */
.index .section-business .card-container {
    align-items: stretch;
    grid-auto-rows: minmax(420px, 1fr);
}

.index .section-business .card {
    height: 100%;
    max-height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

/* Make cards clickable when wrapped in anchor tags – keep text white in all link states */
.index .section-business .card-container a.card,
.index .section-business .card-container a.card:link,
.index .section-business .card-container a.card:visited,
.index .section-business .card-container a.card:hover,
.index .section-business .card-container a.card:active,
.index .section-business .card-container a.card:focus {
    display: flex;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.index .section-business .card-image {
    flex: 0 0 auto;
}

.index .section-business .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

.index .section-business .card-label,
.index .section-business .card-title {
    flex: 0 0 auto;
}

.index .section-business .card-description {
    flex: 1 1 auto;
    flex-shrink: 1;
    min-height: calc(1.6em * 3); /* Reserve space for 3 lines to equalize visual card height */
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Layout-driven effect: flex-based width redistribution via JS active state (desktop only) */
@media (min-width: 1024px) {
    /* Change container to flex for width redistribution */
    .index .section-business .card-container {
        display: flex;
        gap: 24px;
        align-items: stretch;
    }

    /* Base flex properties for cards */
    .index .section-business .card {
        flex: 1;
        height: 100%;
        max-height: 100%;
        transition: flex 0.35s ease, transform 0.35s ease, box-shadow 0.3s ease;
        min-width: 0; /* Allow flex shrinking */
    }

    /* Disable :hover-driven layout; all layout changes use JS active state */
    .index .section-business .card:hover {
        flex: 1 !important;
        transform: translateY(80px) !important;
    }

    /* When container has active card, all cards grow slightly */
    .index .section-business .card-container.has-active-card .card {
        flex: 1.05 !important;
    }

    /* Active card: narrower and moves down */
    .index .section-business .card-container.has-active-card .card.is-active {
        flex: 0.85 !important;
        transform: translateY(80px) !important;
    }

    /* Non-active cards stay expanded when any card is active */
    .index .section-business .card-container.has-active-card .card:not(.is-active) {
        flex: 1.05 !important;
    }
}











/****************************************************************************************************
* header menu
****************************************************************************************************/




/* Dropdown: align columns under nav items using same space-between logic as header.
   Header layout: Logo(300px) + gap + Nav(840px) + gap + CTA(300px)
   With space-between: gap = (content - 1440px) / 2
   Nav starts at: logo + gap = 300px + (content - 1440px) / 2 = max(300px, 50% - 420px) */
.header_wrapper .header {
  position: relative;
  z-index: 9999;
}

.header_wrapper .pc-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 16px 40px; /* matches .index .header horizontal padding */
  display: none;
  background-color: var(--n00);
  z-index: 9998;
  /* No centering - use margin-left on frame-127 instead */
}

/* Align frame-127 under header-nav using calculated offset:
   - 100% = pc-sub-menu content width = viewport - 80px
   - When viewport > 1520px: margin = 50% - 420px (matches space-between gap)
   - When viewport <= 1520px: margin = 300px (nav bunched next to logo) */
.header_wrapper .pc-sub-menu .frame-127 {
  margin-left: max(300px, calc(50% - 420px));
  width: 840px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .header_wrapper:hover .pc-sub-menu {
    display: flex;
  }
  .ggmenu-round {
    display: none;
  }
}

@media (max-width: 1400px) {
  .index .shared__stack-1,
  .index .shared__stack-2 {
    padding: 20px;
  }

  .header_wrapper:hover .header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--x03);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
  }
}

.page-top::before{
  content:"";
  position:absolute;
  inset:0;
  background: url("../../img/pattern-bg.png") no-repeat center 280px;
  background-size: 100% auto; /* ✅ 가로 100%, 세로 자동 */
  z-index: 10;
  pointer-events:none;
}
.page-top .frame-127 {
  align-items: flex-start;
  border-color: var(--x03);
  border-left-style: solid;
  border-left-width: 1px;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.page-top .frame-7 {
  align-items: center;
  align-self: stretch;
  background-color: var(--n00);
  border-color: var(--x03);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 140px;
}

.page-top .frame-8 {
  align-items: center;
  align-self: stretch;
  background-color: #eaf8f0;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 13px 12px;
  position: relative;
  width: 100%;
}

.page-top .text-2 {
  letter-spacing: 0;
  position: relative;
}

.page-top .text-103 {
  color: var(--x05);
  flex: 1;
  font-family: var(--font-family-pretendard-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  line-height: 21.6px;
  margin-top: -1.00px;
  text-align: center;
}

.page-top .text-1 {
  flex: 1;
  line-height: 21.6px;
  margin-top: -1.00px;
  text-align: center;
}

.pt-r-16-lic {
  color: var(--x02);
  font-family: var(--font-family-pretendard-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.page-top .frame {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 13px 12px;
  position: relative;
  width: 100%;
}

/* .page-top .header_wrapper {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */
.page-top .header_wrapper {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid #d9d9d9; 
}

.page-top .header_wrapper.on {
    border-bottom: 1px solid #ddd; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
}






/* screen - mainu95mo */

/* =========================================================
   Responsive (single markup)
   - Mobile overrides for the desktop markup
   - Keeps original desktop design intact on >= 769px
   ========================================================= */

.only-mobile {
  display: none;
}

.header__burger {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.header__burger-icon {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}

.header__burger-line {
  position: absolute;
  left: 8.33%;
  top: 8.33%;
  width: 83.33%;
  height: 83.33%;
}

.header__burger-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.box_prod { z-index: 10;}
.mobile-only {
    display: none !important;
}



/** Hide mobile menu button on large screens ****************************************/
@media screen and (min-width: 1200px) {
  .ggmenu-round {
    display: none;
  }


}


/** mobile screen ***************************************************************/
@media (max-width: 1200px) {
    .index .press__grid {
        gap: 24px;
    }
    
    .index .press-card {
        flex: 0 0 calc(50% - 12px); /* 2개씩 */
    }
  .index .hero {
      margin-top: 65.33px;
  }  
  .index .press-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }  
  .mobile-only {
      display: block !important;
  }
  .pc-only {
      display: none !important;
  }

  .quick-menu {
    display: none;
  }

  .page-top .header_wrapper {
    position: fixed;
    /* inset: 0; */
    width: 100vw;
    /* height: 100vh; */
    z-index: 99999;

    overflow-y: auto;
    /* 메뉴 내부 세로 스크롤 */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

    /* 스크롤바 숨김(스크롤은 유지) */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page-top .header_wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu__layout {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mobile-menu__layout::-webkit-scrollbar {
    display: none;
  }

  .only-mobile {
    display: inline;
  }

  .index .business__box-1 {
    padding: 00px 0px 0px;
  }

  /* root */
  .index {
    min-width: 0;
    width: 100%;
  }

  /* header */
  /* .index .header{
    width: 100%;
    height: auto;
    padding: 12px 16px;
  } */

  .index .header {
    align-items: center;
    background-color: var(--n00);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
    width: 100%;
    height: auto;
  }

  .index .ggmenu-round {
    aspect-ratio: 1;
    height: 32px;
    position: relative;
    width: 32px;
  }

  .index .group {
    height: 83.33%;
    left: 8.33%;
    position: relative;
    top: 8.33%;
    width: 83.33%;
  }

  .index .hamburger {
    height: 50.17%;
    left: 25.00%;
    position: absolute;
    top: 24.92%;
    width: 50.00%;
  }

  .index .hamburger-2 {
    height: 100.00%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100.00%;
  }


  .index .image-1 {
    width: 226px;
    height: 39.35px;
  }

  .index .header-nav {
    display: none;
  }

  .index .header-cta {
    display: none;
  }

  .header__burger {
    display: block;
  }

  /* hero */
  .index .hero {
    padding: 0;
  }

  .index .hero__banner {
    border-radius: 0px 0px 30px 30px;
    height: 642px;
  }

  .index .hero__banner video.main-hero {
    width: 100%;
    height: 100%;
  }

  .index .hero__overlay {
    display: none;
  }

  .index .hero__scroll {
    display: none;
  }

  .index .hero__content {
    left: 0;
    top: calc(50.00% - 134px);
    padding: 0px 16px;
    width: 100%;
  }

  .index .hero__copy {
    width: 100%;
    gap: 16px;
  }

  .index .text-8 {
    width: 100%;
    font-size: 28px;
    line-height: 39.2px;
  }

  .index .text-9 {
    width: 100%;
    white-space: normal;
    font-size: 18px;
    line-height: 27px;
  }

  .index .text-10 {
    font-size: 16px;
    line-height: 24px;
  }

  .index .btn-more {
    padding: 14px 30px;
  }

  .index .icon-chevron {
    width: 10px;
    height: 10px;
  }

  /* business */
  .index .section-business {
    flex-direction: column;
    gap: 20px;
    padding: 60px 16px;
  }

  .index .business-card,
  .index .business__media-1 {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
  }

  .index .business-card__media {
    height: 262px;
  }

  .index .shared__stack-1 {
    padding: 28px 24px;
  }

  .index .business-card__body {
    gap: 22px;
  }

  .index .school-lunch,
  .index .public-meals,
  .index .distribution-business {
    line-height: 25.5px;
    font-size: 17px;
  }

  .index .section-business .text-1 {
    font-size: 24px;
    line-height: 32.4px;
    letter-spacing: -0.48px;
  }

  .index .section-business .text-1-1 {
    font-size: 16px;
    line-height: 24px;
  }

  /* tweak cropped images for mobile proportions (match exported mobile) */
  .index .ck_tica1010021166-1-1 {
    width: 474px;
    height: 316px;
    left: calc(50.00% - 237px);
    top: calc(50.00% - 157px);
  }

  .index .ck_tica0140011401-1 {
    width: 486px;
    height: 324px;
    left: calc(50.00% - 243px);
    top: calc(50.00% - 161px);
  }

  .index .ck_tica1140007839-1 {
    width: 538px;
    height: 358px;
    left: calc(50.00% - 328px);
    top: calc(50.00% - 178px);
  }

  /* board */
  .index .section-board {
    gap: 30px;
    padding: 0px 16px 60px;
  }

  .index .news-board__stack-2 {
    gap: 30px;
  }

  .index .board {
    font-size: var(--font-size-m);
    line-height: 22.4px;
  }

  .index .text-17 {
    font-size: 24px;
    line-height: 33.6px;
  }

  .index .board__panel {
    flex-direction: column;
  }

  .index .board__panel-inner {
    width: 100%;
  }

  .index .shared__row-1 {
    gap: 0;
    padding: 10px 0px;
  }

  .index .board__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .index .text-2-1,
  .index .text-2-2 {
    width: 100%;
    white-space: normal;
  }

  .index .phone {
    white-space: nowrap;
  }

  /* press */
  .index .section-press {
    gap: 30px;
    padding: 60px 16px;
  }

  .index .text-29 {
    font-size: 24px;
    line-height: 32.4px;
  }

  .index .text-30 {
    font-size: var(--font-size-m);
    line-height: 24px;
  }

    .index .press__grid {
        gap: 24px;
    }
    
    .index .press-card {
        flex: 0 0 calc(50% - 12px); /* 2개씩 */
    }  
  /* .index .press__grid {
    flex-direction: column;
    gap: 34px;
  }

  .index .press-card {
    gap: 5px;
    align-self: stretch;
    flex: 0 0 auto;
  } */

  .index .text-3 {
    line-height: 24.3px;
    font-size: 18px;
  }

  /* partners */
  .index .section-partners {
    padding: 20px 0px;
  }

  .index .partners__row-1 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0px 16px;
  }

  .index .partners__media-1,
  .index .partners__media-2 {
    flex: 0 0 auto;
    width: 120px;
  }

  /* footer */
  .index .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding: 40px 16px 26px;
    width: 100%;
  }

  .index .shared__row-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .index .footer__brand {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    position: relative;
    width: 100%;
  }


  .index .copyright-2025 {
    font-size: var(--font-size-xxs);
    line-height: 18px;
  }

  .index .footer .image-1 {
    width: 259px;
    height: 45px;
  }

  .index .footer .image-2 {
    width: 248px;
    height: 39px;
  }

  .index .x1 {
    width: 100%;
    font-size: var(--font-size-s);
    line-height: 22.4px;
  }

  /* quick menu is desktop-only */
  .quick-menu {
    display: none;
  }
}

/* Tablet View */
@media (max-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .card-content {
        padding: 32px 14px;
        flex: 1;
    }    
    .card:hover {
        transform: translateY(40px);
        flex: 1 1 calc(50% - 10px);
    }
    
    .card-container:has(.card:hover) .card:not(:hover) {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (min-width: 840px) and (max-width: 900px) {
  .card-description {
      font-size: 14px;
      line-height: 1.6;
      opacity: 0.95;
  }

}



/* Mobile View */
@media (max-width: 768px) {

    .card-container {
        grid-template-columns: 1fr;
        gap: 20px;

    }
        .card:hover {
        transform: translateY(20px);
        flex: 1 1 100%;
    }
    
    .card-container:has(.card:hover) .card:not(:hover) {
        flex: 1 1 100%;
    }
    .card:last-child {
        grid-column: auto;
        max-width: 100%;
    }
    
    .card-image {
        height: 200px;
    }
    
    .card-content {
        padding: 24px 20px;
    }
    
    .card-label {
        font-size: 13px;
    }
    
    .card-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .card-description {
        font-size: 14px;
    }

    /* Remove forced height constraints to allow natural card height on mobile */
    .index .section-business .card-container {
        grid-auto-rows: auto; /* Allow rows to be content-driven instead of minmax(420px, 1fr) */
    }

    .index .section-business .card {
        height: auto; /* Remove height: 100% constraint */
        min-height: auto; /* Remove min-height: 420px constraint */
        max-height: none; /* Remove max-height: 100% constraint */
    }

    /* Remove excessive empty space under card text on mobile */
    .index .section-business .card-content {
        flex: 0 1 auto; /* Prevent content area from stretching */
        padding-top: 24px;
        padding-bottom: 24px; /* Reduced from 24px to tighten bottom spacing */
        padding-left: 20px;
        padding-right: 20px;
        max-height: none; /* Remove max-height: 100% constraint */
    }

    .index .section-business .card-description {
        flex: 0 1 auto; /* Prevent description from stretching */
        max-height: none; /* Remove max-height: 100% constraint */
    }
}


/* Small Mobile View */
@media (max-width: 480px) {
    .index .press__grid {
        flex-direction: column;
        gap: 34px;
    }
    
    .index .press-card {
        flex: 0 0 100%; /* 1개씩 */
        width: 100%;
        gap:4px;
    }    
    .card-container {
        gap: 16px;
    }
    
    .card-image {
        height: 180px;
    }
    
    .card-content {
        padding: 20px 16px;
    }
    
    .card-title {
        font-size: 22px;
    }
    
    .card-description {
        font-size: 13px;
    }
}