/* ==========================================================================
01. 공통
========================================================================== */
.metrics-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 48rem;
    border-radius: 16px;
}

/* ==========================================================================
02. 식자재유통
========================================================================== */
.sub-common-top.distribution {
    background: url("/static/kor/images/business/distribution/food-distribution-visual.jpg") no-repeat center/cover;
}

.sec-solution.pin-scroll {
    height: 100vh;
}

.sec-solution.pin-scroll .solution-content {
    padding-top: 8rem;
}

.sec-solution::after {
    background: url("/static/kor/images/business/distribution/circulation-IMG.jpg") no-repeat center left;
}

.sec-dev-group.distribution {
    padding: var(--mg-200) 0;
    border-top: unset;
}

.sec-dev-group .meal-section.distribution {
    align-items: flex-start;
}

.sec-kids-status {
    padding: 0 0 var(--mg-200);
}

.sec-kids-status .meal-section.reverse {
    padding-top: var(--mg-200);
}

.delivery {
    padding: var(--mg-200) 0;
}

.status-title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--color-text-main);
    margin-bottom: 6rem;
}

.status-title span {
    color: #0065BD;
}

.delivery-area {
    padding-top: var(--mg-200);
}

.delivery-icons {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1.6rem;
}

.delivery-icons li {
    border-radius: 1rem;
    padding: 3rem 0;
    text-align: center;
    background-color: #ffffff;
    transition: border-color 0.3s;
}

.delivery-icons li figure {
    margin-bottom: 1.6rem;
    height: 9.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E3;
    border-radius: 8px;
}

.delivery-icons li p {
    font-size: var(--font-20);
    font-weight: 500;
    color: #0065BD;
}

.sec-kids-status .meal-section.reverse.distribution {
    padding-top: unset;
}

.consulting {
    margin-top: var(--mg-200);
}

.consulting .consulting-content {
    border: 1px solid #CBCCCA;
    border-radius: 1.6rem;
    padding: 6.4rem;
}

.consulting .section-title {
    margin-bottom: .8rem;
    font-size: var(--font-40);
}

.consulting .center-desc {
    margin-bottom: 4.8rem;
    font-size: var(--font-20);
}

.consulting .consulting-content .drag-scroll-list:nth-of-type(2) {
    margin-bottom: unset;
}

.drag-scroll-list {
    display: flex;
    gap: 1px;
    /* 이미지 사이 간격 */
    margin: 0 0 8rem 0;
    /* 하단 여백 추가 */
}

.drag-scroll-list li {
    flex: 1;
    /* PC에서는 영역을 균등하게 차지하도록 설정 */
    min-height: 26rem;
    overflow: hidden;
}

.drag-scroll-list li:nth-child(1) {
    border-radius: .8rem 0 0 .8rem;
}

.drag-scroll-list li:nth-child(2) {
    border-radius: 0 .8rem .8rem 0;
}

.drag-scroll-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   태블릿 & 모바일 반응형 (1023px 이하) 
   ========================================= */
/* drag-scroll-list 1023px MQ 이관됨 */

/* ==========================================================================
03. 축육사업
========================================================================== */
.sub-common-top.livestock {
    background: url("/static/kor/images/business/livestock/livestock-visual.jpg") no-repeat center/cover;
}

.sec-solution.livestock::after {
    background: url("/static/kor/images/business/livestock/livestock-IMG.jpg") no-repeat center/cover;
}

.sec-meat-business {
    padding: var(--mg-200) 0;
}

.award-banners {
    margin-bottom: var(--mg-200);
    display: flex;
    gap: 1px;
    height: 50.6rem;
    border-radius: 16px;
    overflow: hidden;
}

.award-banners li {
    flex: 1;
}

.award-banners li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.r-card.livestock {
    height: 36rem;
}

.r-card.livestock .img-box {
    width: 61rem;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.brand-grid li {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.brand-grid li .card-top {
    height: 14rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    border: 1px solid #CBCCCA;
    border-bottom: unset;
}

.brand-grid li .card-top img {
    height: 150%;
}

.brand-grid li:nth-child(2) .card-top img,
.brand-grid li:nth-child(4) .card-top img {
    height: 100%;
}

.brand-grid li .card-bottom {
    position: relative;
    padding: 2.4rem;
    height: 100%;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    border-radius: 0 0 16px 16px;
    border: 1px solid #CBCCCA;
    border-top: 1px solid #E5E5E3;
}

.brand-grid li .card-bottom h4 {
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: var(--font-24);
    font-weight: 700;
    transition: color 0.3s ease;
}

.brand-grid li .card-bottom h4 small {
    font-size: 1.8rem;
    font-weight: 500;
}

.brand-grid li .card-bottom .desc {
    font-size: var(--font-16);
    font-weight: 300;
    color: #2F3133;
    line-height: 1.5;
    text-align: center;
    min-height: 4.5em;
}

.brand-grid li .btn-more {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    align-items: center;
    gap: 1.35rem;
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: var(--font-16);
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.brand-grid li .btn-more::after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: url(/static/kor/images/icon/view-more-W.png) no-repeat;
}

.scroll-X::-webkit-scrollbar {
    height: 4px;
}

.scroll-X::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    background-clip: content-box;
}

.scroll-X::-webkit-scrollbar-thumb {
    background-color: #2F3133;
    border-radius: 10px;
    background-clip: content-box;
}

.scroll-X:has(.factory-table-livestock) {
    background: #F5F5F5;
    padding: 5.6rem;
}

.factory-table-livestock {
    position: relative;
    width: 100%;
}

.factory-table-livestock::after,
.factory-table-livestock::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2F3133;
    position: absolute;
}

.factory-table-livestock::before {
    top: 0;
}

.factory-table-livestock thead tr {
    border-bottom: 1px solid #E5E5E3;
}

.factory-table-livestock thead th {
    background: #F5F5F5;
    border-right: 1px solid #E5E5E3;
    height: 4rem;
    font-size: var(--font-16);
    font-weight: 800;
    font-family: var(--paybooc);
    border-bottom: 1px solid #2F3133;
}

.factory-table-livestock thead th:last-child {
    border-right: 0;
}

.factory-table-livestock tbody tr {
    border-bottom: 1px solid #E5E5E3;
}

.factory-table-livestock tbody tr:last-child {
    border-bottom: 0;
}

.factory-table-livestock tbody td {
    height: 4.8rem;
    text-align: center;
    font-size: var(--font-16);
    font-weight: 300;
    border-right: 1px solid #E5E5E3;
}

.factory-table-livestock tbody td:last-child {
    border-right: 0;
}

.info-img:has(.info-imgT) {
    display: flex;
    max-width: 74rem;
    width: 100%;
    height: 55.5rem;
    gap: 1px;
    border-radius: 16px;
    overflow: hidden;
}

.info-img>.info-imgT {
    flex: 1;
    min-width: 0;
}

.sec-factory-asan.livestock .cert-area .section-title {
    font-size: var(--font-40);
}

.cert-grid.livestock {
    margin-bottom: 4.8rem;
    padding: 0 15.6rem;
    grid-template-columns: repeat(4, 1fr);
}

.cert-grid.livestock li span {
    display: block;
    margin-top: 1.6rem;
    font-size: var(--font-20);
    font-weight: 500;
    color: #1a1a1a;
}

.right-section.daejeon {
    padding-top: var(--mg-160);
}

.right-section.daejeon .cert-images {
    justify-content: center;
}

.right-section.livestock-center {
    padding-top: var(--mg-160);
}

.right-section.livestock-center .sec-top-info {
    margin-bottom: unset;
}

.right-section.livestock-center .sec-top-info .info-box.livestock {
    gap: 9.6rem;
}

.right-section.livestock-center .scroll-X {
    margin-top: 6.4rem;
    background: unset;
    padding: unset;
}

.right-section.livestock-center .factory-table-livestock thead th {
    background: unset;
    text-align: center;
    border-bottom: 1px solid #2F3133;
}

.right-section.livestock-center .info-img:has(.info-imgT) {
    flex-direction: column;
    height: unset;
    border-radius: 0;
    gap: 1.6rem;
}

.right-section.livestock-center .info-img:has(.info-imgT) img {
    border-radius: 1.6rem;
}

.sec-top-info-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-top-info-box .section-sub-Mtitle {
    font-size: var(--font-40);
}

/* .sec-cont-info .section-title {
    font-size: var(--font-40);
} */

.sec-top-info-box.live-center {
    gap: 9.6rem;
}

.sec-top-info-box .info-img:has(.info-imgT)>dl {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.sec-top-info-box .info-img:has(.info-imgT)>dl :where(dt, dd) {
    position: relative;
}

.sec-top-info-box .info-img:has(.info-imgT)>dl :where(dt, dd) p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: var(--font-24);
    font-weight: 700;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 0 0 1.6rem 1.6rem;
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 2.4rem;
}

.thumbnail-list.livestock {
    justify-content: center;
}

.thumbnail-list.livestock li {
    flex: unset;
    max-width: 37.4rem;
    width: 100%;
}

/* ==========================================================================
04. 푸드서비스
========================================================================== */
.sub-common-top.foodservice {
    background: url("/static/kor/images/business/foodservice/foodservice-visual.jpg") no-repeat center/cover;
}

.sec-solution.foodservice::after {
    background: url("/static/kor/images/business/foodservice/foodservice-section-bg-IMG.jpg") no-repeat center left;
}

.sec-metrics-banner {
    padding: var(--mg-200) 0;
    position: relative;
}

.sec-metrics-banner .common-wrap {
    position: relative;
    z-index: 1;
}

.metrics-list.foodservice {
    height: auto;
    gap: 16px;
}

.metrics-list.foodservice li:nth-child(2) {
    width: 49.6rem;
    flex: none;
}

.metrics-list li {
    flex: 1;
    position: relative;
    border: 1px solid #CBCCCA;
    border-radius: 16px;
}

.metrics-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14.2rem;
    background-color: rgba(255, 255, 255, 0.4);
}

.metrics-list .label {
    display: block;
    font-size: var(--font-20);
    font-weight: 500;
    border-bottom: 1px solid #E5E5E3;
    padding: 1.5rem 0;
}

.metrics-list .data {
    padding: 3.2rem 0;
}

.metrics-list .data strong {
    font-size: var(--font-72);
    font-weight: 800;
    font-family: var(--paybooc);
    color: #2F3133;
}

.metrics-list .data .unit {
    margin-left: 0.8rem;
    font-size: var(--font-24);
    font-weight: 500;
    font-family: var(--paybooc);
}

.section-header {
    margin-bottom: 6.4rem;
}

.section-header .section-title {
    margin-bottom: 2.4rem;
}

.section-header .section-sub-title {
    text-align: center;
}

.op-icon-swiper {
    margin-bottom: 4.8rem;
    padding-bottom: 1rem;
}

.op-icon-swiper ul {
    display: flex;
    gap: 1.6rem;
}

.op-icon-swiper ul li {
    flex: 1;
    text-align: center;
}

.op-icon-swiper .icon-box {
    width: 100%;
    height: 9.6rem;
    border: 1px solid #E5E5E3;
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.2s;
}

.op-icon-swiper .txt {
    font-size: var(--font-20);
    font-weight: 500;
    color: #0065BD;
}

.op-icon-swiper .txt b {
    font-weight: 300;
}

.operation-gallery-wrap {
    position: relative;
}

.operation-gallery-wrap .operation-gallery-swiper {
    border-radius: 16px;
}

.operation-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 28.4rem;
    object-fit: cover;
    display: block;
}

.operation-gallery-wrap .swiper-button-prev,
.operation-gallery-wrap .swiper-button-next,
.event-swiper-button-prev,
.event-swiper-button-next {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2px);
}

.operation-gallery-wrap .swiper-button-prev svg,
.operation-gallery-wrap .swiper-button-next svg {
    display: none;
}

.operation-gallery-wrap .gallery-btn-prev,
.event-swiper-button-prev {
    left: 0 !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.operation-gallery-wrap .gallery-btn-next,
.event-swiper-button-next {
    right: 0 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.gallery-pagination,
.event-pagination {
    display: inline-block;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -5rem !important;
    background: #E5E5E3;
    backdrop-filter: blur(20px);
    border-radius: 500px;
    padding: .6rem;
}

.operation-gallery-wrap .swiper-button-prev::after,
.operation-gallery-wrap .swiper-button-next::after,
.event-swiper-button-next::after,
.event-swiper-button-prev::after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/static/kor/images/icon/slide-next.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.operation-gallery-wrap .gallery-btn-prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.event-swiper .swiper-slide img {
    border-radius: 16px;
}

.event-swiper .swiper-slide p {
    margin-top: 2.4rem;
    font-size: var(--font-28);
    font-weight: 500;
    text-align: center;
}

.event-swiper-button-next,
.event-swiper-button-prev {
    position: absolute;
    top: 38.5%;
    width: 4.4rem;
    height: 4.4rem;
    cursor: pointer;
    z-index: 10;
}

.event-swiper-button-next {
    right: 0;
}

.event-swiper-button-prev {
    left: 0;
}

.event-swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.event-swiper-button-next::after,
.event-swiper-button-prev::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(/static/kor/images/icon/slide-next.png) no-repeat center/cover;
}

.sec-special-menu.foodservice {
    padding: var(--mg-200) 0 0;
}

.tab-menu-list {
    width: 100%;
    border-top: 1px solid #2F3133;
    flex-shrink: 0;
}

.tab-menu-list li {
    border-bottom: 1px solid #eeeeee;
}

.tab-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3.3rem 0;
    text-decoration: none;
}

.tab-menu-list .tit {
    width: 100%;
    font-size: var(--font-32);
    font-weight: 700;
    color: #8F9294;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.tab-menu-list .tit .arrow {
    margin-left: auto;
    width: 12px;
    height: 20px;
    background: url(/static/kor/images/icon/arrow-right-B-b.png) no-repeat;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s;
}

.tab-menu-list li.active .tit {
    color: #0065BD;
}

.tab-menu-list li.active .tit .arrow {
    opacity: 1;
    transform: translateX(0);
}

.tab-content-area {
    width: 100%;
    max-width: 76rem;
    height: 68rem;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.tab-panel {
    display: none;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.4s ease;
}

.tab-panel.active {
    display: block;
}

.tab-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sec-dev-group {
    padding: var(--mg-200) 0 0;
}

.sec-dev-group .meal-section {
    justify-content: flex-start;
    align-items: center;
}

.sec-dev-group .meal-section .title-box-sub {
    margin-bottom: unset;
}

.sec-dev-group .meal-section .meal-text {
    order: 2;
}

.sec-certifications {
    padding: var(--mg-200) 0;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
}

.cert-grid li {
    text-align: center;
}

.cert-grid .img-box {
    border: 1px solid #CBCCCA;
    margin-bottom: 1.6rem;
}

.cert-grid .img-box img {
    width: 100%;
    height: auto;
}

.cert-grid p {
    font-size: var(--font-20);
    font-weight: 500;
}

.sec-contact-inquiry {
    padding: 0 0 var(--mg-200);
    background-color: #ffffff;
}

.contact-grid {
    display: flex;
    gap: .8rem;
}

.contact-grid li {
    padding: 0 2.8rem;
    flex: 1;
    height: 11.2rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 8px;
}

.contact-grid strong {
    margin-bottom: 1.6rem;
    font-size: var(--font-24);
    font-weight: 700;
    word-break: keep-all;
}

.contact-grid .tel {
    font-size: var(--font-18);
    font-weight: 500;
    color: #5F6266;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-grid .box-blue {
    position: relative;
    background-color: #0065BD;
    margin-left: 4rem;
}

.contact-grid .box-blue::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #CBCCCA;
    position: absolute;
    left: -2.4rem;
    top: 0;
}

.contact-grid .box-blue strong {
    color: #ffffff;
}

.contact-grid .box-blue .btn-email {
    padding-right: 2.4rem;
    color: #fff;
    font-size: var(--font-18);
    font-weight: 500;
    text-align: right;
    background: url(/static/kor/images/icon/arrow-deg-r-icon.png)right 0 center no-repeat;
}

.mob-toggle-slide {
    display: none;
}

.operation-gallery-wrap .swiper-pagination-bullet,
.event-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .6) !important;
    opacity: 1 !important;
}

.operation-gallery-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.event-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.4rem;
    border-radius: 500px;
    background: #0065BD !important;
}

.meal-section.foodservice .meal-img {
    width: 100%;
    max-width: 74rem;
    height: 55.5rem;
}

.meal-section.foodservice .meal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── SCENE ─────────────────────────────────────────── */
.scene-wrap {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scene-wrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.scene {
    position: relative;
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    margin: 0 auto;
    overflow: hidden;
}

.scene-inner {
    position: relative;
    width: 100%;
}

.bg-img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
}

/* 🔥 핵심: common-wrap을 오버레이로 띄우는 클래스 */
.common-wrap.overlay-wrap {
    position: absolute;
    /* 이미지 위로 띄움 */
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* 부모(.scene)의 높이(이미지 높이)만큼 꽉 채움 */

    /* common-wrap의 원래 margin: 0 auto; max-width: 160rem; 덕분에 
        화면 중앙에 1600px 사이즈로 예쁘게 고정됩니다. */

    pointer-events: none;
    /* 컨테이너가 투명하게 덮이면서 배경 스크롤/클릭 막는 현상 방지 */
}

/* SVG와 내부 요소들은 다시 상호작용 가능하도록 복구 */
.overlay-wrap .svg-overlay {
    pointer-events: none;
}

.overlay-wrap .dot-anchor,
.overlay-wrap .info-box {
    pointer-events: auto;
}

/* ─── SVG OVERLAY ───────────────────────────────────── */
.svg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

/* ─── CONNECTOR LINES ───────────────────────────────── */
.connector-line {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 5 5;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.connector-line.drawn {
    opacity: 0.72;
    animation: marchDash 1.1s linear infinite;
}

/* draw-in keyframe applied per element via JS */
@keyframes marchDash {
    to {
        stroke-dashoffset: -20;
    }
}

@keyframes drawIn {
    from {
        stroke-dashoffset: var(--line-len, 300);
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* ─── DOTS ───────────────────────────────────────────── */
.dot-anchor {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.dot-core {
    position: relative;
    z-index: 3;
    width: 2.4rem;
    height: 2.4rem;
    background: #0065BD;
    border: .4rem solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 0.16rem #fff;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dot-anchor.visible .dot-core {
    opacity: 1;
    transform: scale(1);
}

.dot-ring {
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 2.4rem;
    border: 0.4rem solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    animation: ringExpand 2.4s ease-out infinite;
    opacity: 0;
}

.dot-ring:nth-child(2) {
    animation-delay: 0.8s;
}

.dot-anchor.visible .dot-ring {
    /* rings only visible after dot appears */
}

@keyframes ringExpand {
    0% {
        width: 2.4rem;
        height: 2.4rem;
        opacity: 0.8;
    }

    100% {
        width: 6.4rem;
        height: 6.4rem;
        opacity: 0;
    }
}

/* ─── INFO BOXES ─────────────────────────────────────── */
.info-box {
    position: absolute;
    padding: 2.4rem;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(4px);
    border-radius: 1.6rem;
    -webkit-backdrop-filter: blur(4px);
    width: 16.15%;
    width: 31rem;
    opacity: 0;
    transform: translateY(0.55rem);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 10;
}

.info-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.info-box h3 {
    font-size: var(--font-24);
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.info-box p {
    font-size: var(--font-18);
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
}

.info-box .note {
    font-size: var(--font-14);
    color: rgba(0, 0, 0, .9);
    margin-top: 0.6rem;
    text-align: center;
    word-break: keep-all;
    font-weight: 500;
}

/* 각 박스 위치 (left%, top% — 1920×1440 기준) */
#box-veggies {
    left: 11.1%;
    top: 9.7%;
}

#box-dairy {
    right: 4rem;
    top: 16.3%;
}

#box-meat {
    left: 26.3%;
    top: 31.5%;
}

#box-meat {
    left: 26.3%;
    top: 29.2%;
}

#box-rice {
    left: 69.9%;
    top: 36.8%;
}

#box-seafood {
    left: 4rem;
    top: 68.5%;
}

#box-seafood {
    left: 4rem;
    top: 62.5%;
}

#box-sauce {
    left: 26.8%;
    top: 79.0%;
}

#box-kimchi {
    right: 4rem;
    top: 79%;
}

/* 각 도트 위치 (식재료 포인트) */
#dot-veggies {
    left: 46.9%;
    top: 15.25%;
}

#dot-dairy {
    right: 26%;
    top: 27%;
}

#dot-meat {
    left: 41%;
    top: 52%;
}

#dot-rice {
    left: 67%;
    top: 42.4%;
}

#dot-seafood {
    left: 17.5%;
    top: 53.9%;
}

#dot-sauce {
    left: 52.1%;
    top: 84.6%;
}

#dot-kimchi {
    left: 82.2%;
    top: 71.3%;
}

/* ─── HOVER EFFECT ON BOX ─────────────────────────────── */
.info-box {
    cursor: default;
}

/* 탭메뉴 */
/* 기본 폰트 및 리셋 기본 정의 가정 */
.biz-container {
    display: flex;
    gap: 4rem;
    width: 100%;
}

/* 왼쪽 탭 메뉴 */
.biz-tab-menu {
    width: 100%;
    max-width: 35rem;
    border: 1px solid #CBCCCA;
    padding: 1.6rem;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem 2.4rem;
    cursor: pointer;
    color: #17181A;
    font-size: var(--font-20);
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}

.tab-item:not(:last-child) {
    margin-bottom: 0.4rem;
}

/* 아이콘 기본 스타일 (형님 쓰시는 아이콘 폰트나 svg 크기 맞춤용) */
.tab-item .icon {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    transition: all 0.1s;
}

.tab-item:nth-child(1) .icon {
    background: url(/static/kor/images/business/foodservice/icon1-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(1) .icon {
    background: url(/static/kor/images/business/foodservice/icon1-on.png) no-repeat center/cover;
}

.tab-item:nth-child(2) .icon {
    background: url(/static/kor/images/business/foodservice/icon2-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(2) .icon {
    background: url(/static/kor/images/business/foodservice/icon2-on.png) no-repeat center/cover;
}

.tab-item:nth-child(3) .icon {
    background: url(/static/kor/images/business/foodservice/icon3-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(3) .icon {
    background: url(/static/kor/images/business/foodservice/icon3-on.png) no-repeat center/cover;
}

.tab-item:nth-child(4) .icon {
    background: url(/static/kor/images/business/foodservice/icon4-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(4) .icon {
    background: url(/static/kor/images/business/foodservice/icon4-on.png) no-repeat center/cover;
}

.tab-item:nth-child(5) .icon {
    background: url(/static/kor/images/business/foodservice/icon5-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(5) .icon {
    background: url(/static/kor/images/business/foodservice/icon5-on.png) no-repeat center/cover;
}

.tab-item:nth-child(6) .icon {
    background: url(/static/kor/images/business/foodservice/icon6-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(6) .icon {
    background: url(/static/kor/images/business/foodservice/icon6-on.png) no-repeat center/cover;
}

.tab-item:nth-child(7) .icon {
    background: url(/static/kor/images/business/foodservice/icon7-off.png) no-repeat center/cover;
}

.tab-item.on:nth-child(7) .icon {
    background: url(/static/kor/images/business/foodservice/icon7-on.png) no-repeat center/cover;
}

/* 활성화 상태 (on) */
.tab-item.on {
    background-color: #2b66cb;
    /* 이미지의 선명한 블루 톤 */
    color: #fff;
}

/* 오른쪽 콘텐츠 영역 */
.biz-tab-contents {
    flex-grow: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.content-panel-mobWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-panel {
    display: none;
    /* 기본적으로 숨김 */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6.4rem;
    box-sizing: border-box;
    align-items: flex-end;
    /* 텍스트를 바닥 정렬 */
}

/* 활성화 상태 (on) */
.content-panel.on {
    display: flex;
    /* 활성화 시 노출 및 flex 적용 */
}

/* 이미지 영역(.content-panel)이 비활성화 상태일 때 하단의 모바일 텍스트도 함께 숨김 처리 */
.content-panel:not(.on)+.text-group.mob_only {
    display: none !important;
}

/* 이미지 위 텍스트 시인성 확보를 위한 그라데이션 딤 처리 */
.content-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

/* 텍스트 그룹 */
.text-group {
    position: relative;
    z-index: 2;
    /* 딤 레이어 위로 올림 */
    color: #fff;
}

.text-group .title {
    margin-bottom: .8rem;
    font-size: var(--font-40);
    font-weight: 700;
}

.text-group .sub-title {
    font-size: var(--font-24);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.text-group .desc {
    font-size: var(--font-20);
    font-weight: 300;
    color: #fff;
}

.premium-line {
    margin: var(--mg-200) 0;
}

/* 그리드 컨테이너: 기본 4개 (PC 기준) */
.premium-brand-grid li {
    border: 1px solid #CBCCCA;
    border-radius: 1.6rem;
    overflow: hidden;
}

.premium-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    /* 카드 사이의 간격 */
    width: 100%;
}

/* 카드 UI 요소 (둥근 모서리 및 흰 배경) */
.premium-brand-grid dl {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}

/* 상단 배경 및 로고 영역 */
.premium-brand-grid dt {
    position: relative;
    /* 고정 높이를 주거나 비율을 줍니다. 여기서는 16:9 비율 예시 */
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dim 효과 (::before 사용) */
.premium-brand-grid dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    /* 어두운 오버레이 */
    z-index: 1;
}

/* 로고 이미지 설정 */
.premium-brand-grid dt img {
    position: relative;
    z-index: 2;
    /* dim보다 위로 올라오게 설정 */
    max-width: 60%;
    /* 로고 최대 크기 제한 */
    max-height: 50%;
    object-fit: contain;
}

/* 하단 텍스트 영역 */
.premium-brand-grid dd {
    padding: 2.4rem;
    font-size: var(--font-18);
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    color: #666;
    /* 텍스트 색상 */
    word-break: keep-all;
    /* 한국어 줄바꿈 최적화 */
    flex-grow: 1;
    /* 텍스트 길이가 달라도 카드 높이를 동일하게 맞춤 */
}

/* =========================================
   반응형 미디어 쿼리 (Media Queries)
========================================= */

/* 1720px 이하: 3열 */
@media screen and (max-width: 1720px) {
    .premium-brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 1023px 이하 (태블릿 등): 2열 */
@media screen and (max-width: 1023px) {
    .premium-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .premium-brand-grid li {
        border-radius: .8rem;
    }

    /* =========================================
   모바일 전용 뷰 (.mobscene)
   ========================================= */
    .mobscene {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    /* 상단 배경 영역 */
    .mobscene .bg-section {
        position: relative;
        width: 100%;
        aspect-ratio: 720 / 480;
        background-color: #f5f5f5;
    }

    .mobscene .bg-section img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        pointer-events: none;
    }

    .mobscene .bg-section img.on {
        opacity: 1;
        z-index: 1;
    }

    /* 🔥 하단 가로 스크롤 리스트 (클래스 타겟팅) */
    .mob-scroll-list {
        display: flex;
        flex-wrap: nowrap;
        gap: .8rem;
        padding: 1.6rem;
        margin: 0;
        list-style: none;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        padding-bottom: 0;
    }
    
    /* 모바일 도트 공통 및 활성화 애니메이션 스타일 */
    .mobscene .bg-section .dot-anchor {
        position: absolute;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }
    .mobscene .bg-section .dot-anchor.on {
        opacity: 1;
    }
    /* 모바일 도트 위치 설정 (각 이미지별 정중앙 배치 50%, 50%) */
    /* 1. 채소 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-veggies {
        top: 28%;
        left: 34%;
    }

    /* 2. 유제품 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-dairy {
        top: 38%;
        left: 56%;
    }

    /* 3. 육류 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-meat {
        top: 27%;
        left: 36%;
    }

    /* 4. 쌀 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-rice {
        top: 50%;
        left: 64%;
    }

    /* 5. 수산물 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-seafood {
        top: 37%;
        left: 37%;
    }

    /* 6. 소스류 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-sauce {
        top: 37%;
        left: 43%;
    }

    /* 7. 김치 이미지 도트 위치 */
    .mobscene .bg-section .mob-dot-kimchi {
        top: 64%;
        left: 55%;
    }

    .mob-scroll-list::-webkit-scrollbar {
        display: none;
    }

    .mob-scroll-list:active {
        cursor: grabbing;
    }

    /* 🔥 개별 카드 아이템 (클래스 타겟팅) */
    .mob-scroll-item {
        flex: 0 0 auto;
        width: 24rem;
        /* 모바일 카드 너비 */
        background-color: #fff;
        border-radius: 1.6rem;
        transition: border-color 0.3s, transform 0.3s;
    }

    .mob-scroll-item.on h3 {
        background: #0065BD;
        color: #FFFFFF;
        border-color: #0065BD;
    }

    .mob-scroll-item h3 {
        padding: 1.2rem 0;
        font-size: var(--font-20);
        font-weight: 700;
        text-align: center;
        border: 1px solid #CBCCCA;
        border-radius: 1.6rem 1.6rem 0 0;
    }

    .mob-scroll-item p {
        font-size: 1.2rem;
        text-align: center;
        padding: 1.6rem;
        border: 1px solid #CBCCCA;
        border-top: 0;
        border-radius: 0 0 1.6rem 1.6rem;
    }

    .dongwon-table .section-header {
        padding: 0 var(--space-40);
    }

}

/* ==========================================================================
05. 외식사업
========================================================================== */
.sub-common-top.franchise {
    background: url("/static/kor/images/business/franchise/eatout-visual.jpg") no-repeat center/cover;
}

.sec-solution.franchise::after {
    background: url("/static/kor/images/business/franchise/eatout-section-bg-IMG.jpg") no-repeat center left;
}

.metrics-list.eatout {
    flex-direction: column;
    justify-content: center;
    background: url("/static/kor/images/business/franchise/franchise-bnr.png") no-repeat center/cover;
}

.metrics-list.eatout .section-title {
    font-weight: 800;
    font-family: var(--paybooc);
    color: #fff;
}

.metrics-list-flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
}

.metrics-list-flexBox .list-item figure {
    margin: 0 auto 1.2rem;
    width: 20rem;
    height: 16rem;
    border: 1px solid #00A9E0;
    border-radius: 8px;
    background: #fff;
}

.metrics-list-flexBox .list-item figure img {
    margin: 0 auto;
    height: 100%;
}

.metrics-list-flexBox .list-item figcaption {
    font-size: var(--font-20);
    font-weight: 500;
    color: #fff;
}

.metrics-list-flexBox dl.list-item dt {
    display: flex;
    gap: 1.6rem;
}

.eatout-place {
    padding-bottom: var(--mg-200);
}

.eatout-place .business-areas {
    margin-bottom: 9.6rem;
}

.eatout-place .section-title {
    margin-bottom: 4rem;
    text-align: left;
}

.eatout-place .r-card .txt-box {
    padding: 0 4.8rem;
    gap: 4rem;
}

.eatout-place .r-card .txt-box img {
    width: 16rem;
}

.eatout-place .r-card .txt-box p {
    margin-bottom: 1.6rem;
    font-size: var(--font-24);
}

.eatout-place .r-card .txt-box a {
    padding-right: 2.4rem;
    font-size: var(--font-16);
    font-weight: 800;
    font-family: var(--paybooc);
    background: url(/static/kor/images/icon/look-icon-black.png) center right 0 no-repeat;
}

.sec-dev-group .meal-section.franchise {
    justify-content: space-between;
}

.sec-dev-group .meal-section.franchise .meal-text {
    order: unset;
}

.sec-dev-group.eatout {
    padding: 0 0 var(--mg-200);
}

.gift-card {
    padding: 8rem 12rem;
    margin-top: var(--mg-160);
    border-radius: 16px;
    border: 1px solid #E5E5E3;
}

.gift-card>.section-title {
    font-size: var(--font-40);
}

.gift-card>ul {
    margin-bottom: 6.4rem;
    display: flex;
    gap: 5.6rem;
}

.gift-card>ul li {
    position: relative;
    flex: 1;
}

.gift-card>ul li img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 8px;
}

.gift-card>ul li p {
    width: calc(100% - 3.2rem);
    height: calc(100% - 3.2rem);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-64);
    font-family: var(--paybooc);
    font-weight: 800;
    gap: .8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(6px);
}

.gift-card>ul li p span {
    font-size: var(--font-24);
    font-weight: 500;
    padding-top: 2.4rem;
}

.gift-card .warring {
    display: flex;
    justify-content: center;
}

.gift-card .warring dl {
    display: flex;
    gap: 4rem;
}

.gift-card .warring dl dt {
    font-size: var(--font-24);
    font-weight: 700;
    color: #0065BD;
}

.gift-card .warring dl dd .line {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    font-size: var(--font-18);
    font-weight: 300;
    color: #2F3133;
}

.gift-card .warring dl dd .line:nth-child(4) {
    align-items: baseline;
}

.gift-card .warring dl dd .line::before {
    margin-right: 0.8rem;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #CBCCCA;
    border-radius: 50%;
}

.gift-card .warring dl dd .line:nth-child(4)::before {
    transform: translateY(-.4rem);
}

.gift-card .warring dl dd .line:last-child {
    margin-bottom: 0;
}

.meal-img.border {
    border: 1px solid rgba(0, 0, 0, .1);
}

/* ==========================================================================
06. 글로벌사업
========================================================================== */
.sub-common-top.global {
    background: url("/static/kor/images/business/global/global-visual.jpg") no-repeat center/cover;
}

.sec-solution.global::after {
    background: url("/static/kor/images/business/global/global-section-bg-IMG.jpg") no-repeat center left;
}

.r-card .txt-box .flex-center p {
    padding-left: unset;
}

.sec-metrics-banner.global .title-box-sub {
    text-align: center;
}

.sec-metrics-banner .solution {
    margin-top: var(--mg-200);
}

.sec-metrics-banner .solution ul {
    margin-top: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.sec-metrics-banner .solution ul li {
    width: 40rem;
    text-align: center;
}

.sec-metrics-banner .solution ul li figure {
    margin: 0 auto 2.4rem;
    width: 16rem;
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #00A9E0;
    border-radius: 50%;
}

.sec-metrics-banner .solution ul li p {
    font-size: var(--font-28);
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.sec-metrics-banner .solution ul li span {
    font-size: var(--font-16);
    font-weight: 300;
    color: #2F3133;
}

.eatout-place.global {
    padding: 0 0 var(--mg-200);
}

.eatout-place.global .meal-section .title-box-sub {
    margin-bottom: unset;
}

#B2B .img-box {
    margin: 8rem auto 0;
    width: 100%;
    max-width: 192rem;
    height: 68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F6F8;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 0;
    border-radius: 0;
}

.B2B-cont {
    margin-top: var(--mg-200);
}

#eatout-place .title-box-sub {
    text-align: center;
}

.global-B2C {
    margin-top: 6.4rem;
    border-radius: 16px;
    overflow: hidden;
}

.sub-num-listBox.global li p {
    min-height: 15rem;
}

/* =========================================
   PC 기본 스타일 (5열 카드 레이아웃)
   ========================================= */
.nation-list {
    margin-top: 6.4rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
}

/* 카드 박스 전체 스타일 */
.nation-list dl {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    /* 시안의 연한 회색 테두리 */
    border-radius: 1.6rem;
    /* 부드러운 라운드값 */
    text-align: center;
    overflow: hidden;
}

/* 상단 영역 (이미지 + 대륙명) */
.nation-list dt {
    padding: 2.8rem 0 2rem;
    border-bottom: 1px solid #E5E5E5;
    /* 중간 가로 구분선 */
}

.nation-list dt .nation-img-box {
    width: 100%;
    margin-bottom: 1.6rem;
}

.nation-list dt .nation-img-box img {
    margin: 0 auto;
    height: auto;
    object-fit: contain;
}

/* 대륙명 (시안의 짙은 블루 컬러) */
.nation-list dt h3 {
    font-size: var(--font-32);
    font-weight: 700;
    color: #0065BD;
    margin: 0;
}

/* 하단 국가명 영역 */
.nation-list dd {
    padding: 2.4rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* 국가명 사이 간격 */
    align-items: center;
}

.nation-list dd span {
    font-size: var(--font-20);
    color: #46494D;
    font-weight: 400;
}

/* =========================================
   태블릿 & 모바일 반응형 (1023px 이하) 
   ========================================= */
@media screen and (max-width: 1023px) {
    .sec-metrics-banner.global .common-wrap.nation {
        padding: unset;
    }

    .sec-metrics-banner.global .common-wrap.nation .title-box-sub {
        padding: 0 var(--space-40);
    }

    .nation-list {
        padding: 0 var(--space-40);
        display: flex;
        /* 가로 나열로 변경 */
        flex-wrap: nowrap;
        gap: 2rem;

        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE 스크롤바 숨김 */
        scrollbar-width: none;
        /* Firefox 스크롤바 숨김 */
        cursor: grab;

        /* 텍스트 선택 방지 */
        user-select: none;
        -webkit-user-select: none;
    }

    .nation-list::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari 스크롤바 숨김 */
    }

    .nation-list:active {
        cursor: grabbing;
    }

    /* 모바일에서 카드 너비 고정 및 찌그러짐 방지 */
    .nation-list dl {
        flex: 0 0 auto;
        width: 20rem;
        /* 화면 비율에 맞게 적절히 조절하세요 */
    }

    /* 🔥 핵심: 드래그 스크롤 시 이미지 끌림 먹통 현상 방지 */
    .nation-list img {
        pointer-events: none;
        width: 8.6rem;
    }

    .nation-list dd {
        padding: 1.4rem 0;
    }

}

/* ==========================================================================
07. 비즈니스 인프라
========================================================================== */
.diagram-box-imgM {
    display: none !important;
}

.sub-common-top.business {
    background: url("/static/kor/images/business/infrastructure/business-visual.jpg") no-repeat center/cover;
}

.sec-dev-group.business .meal-section {
    align-items: flex-start;
}

.sec-solution.business::after {
    background: url("/static/kor/images/business/infrastructure/business-section-bg-IMG.jpg") no-repeat center left;
}

.sec-md-personnel {
    padding: var(--mg-200) 0 0;
}

.sec-md-personnel .section-header {
    margin-bottom: 6rem;
}

.sec-md-personnel .main-title {
    font-size: 3.6rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.sec-md-personnel .desc {
    font-size: var(--font-16);
    color: #555555;
    word-break: keep-all;
}

.sec-dev-group.business {
    padding: var(--mg-200) 0;
}

.md-drag-container {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.md-drag-container::-webkit-scrollbar {
    display: none;
}

.Loc-process {
    padding-bottom: var(--mg-200);
}

.Loc-process .section-title {
    margin-bottom: 4rem;
}

.diagram-box {
    border-radius: 16px;
    overflow: hidden;
}

.map-img-wrap {
    background: #F3F6F8;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    height: 68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.3rem 0;
}
.map-img-wrap > img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-header.business-infr h3 {
    font-family: var(--paybooc);
    font-weight: 900;
}

.section-header.business-infr .blue {
    font-size: var(--font-20);
    font-weight: 700;
    text-align: center;
    color: #0065BD;
    margin-bottom: .4rem;
}

.production-plant .business-areas {
    padding-bottom: var(--mg-200);
    margin-bottom: unset;
}

.infra-process-imgBox {
    margin-top: var(--mg-64);
    display: flex;
    gap: 1px;
    /* 이미지 사이의 간격 */
    width: 100%;
}

.infra-process-imgBox li {
    flex: 1;
    /* PC에서는 3개의 이미지가 균등하게 공간을 나눠 가짐 */
    overflow: hidden;
}

.infra-process-imgBox li:nth-child(1) {
    border-radius: 8px 0 0 8px;
}

.infra-process-imgBox li:nth-child(3) {
    border-radius: 0 8px 8px 0;
}

.infra-process-imgBox li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 이미지가 비율에 맞게 꽉 차도록 처리 */
    display: block;
}

.num-title.infra {
    display: block;
    gap: .6rem;
}

.num-title.infra span {
    font-size: var(--font-40);
    font-family: unset;
    font-weight: 700;
}

.r-card .txt-box .flex-center .infra+p {
    word-break: unset;
}

/* =========================================
   태블릿 & 모바일 반응형 (1023px 이하) 
   ========================================= */
@media screen and (max-width: 1023px) {
    .Loc-process .common-wrap {
        padding: unset;
    }

    .Loc-process .common-wrap figure {
        padding: 0 var(--space-40);
    }

    .infra-process-imgBox {
        padding: 0 var(--space-40);
        overflow-x: auto;
        flex-wrap: nowrap;
        /* 한 줄로 강제 나열 */
        -ms-overflow-style: none;
        /* IE, Edge 스크롤바 숨김 */
        scrollbar-width: none;
        /* Firefox 스크롤바 숨김 */
        cursor: grab;
        /* 텍스트 및 요소 드래그 선택 방지 */
        user-select: none;
        -webkit-user-select: none;
        /* 스크롤 여백 (상황에 따라 컨테이너 패딩 조절하세요) */
    }

    .infra-process-imgBox::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari 스크롤바 숨김 */
    }

    .infra-process-imgBox:active {
        cursor: grabbing;
    }

    .infra-process-imgBox li {
        flex: 0 0 auto;
        /* 모바일에서 찌그러짐 방지 */
        width: 32rem;
        /* 모바일 환경에서 와이드한 비율을 유지할 적정 너비 */
    }

    /* 🔥 핵심: 이미지 마우스 끌림 및 피드백 먹통 현상 완전 차단 */
    .infra-process-imgBox img {
        pointer-events: none;
    }
}

/* ==========================================================================
08. 반응형 (Media Queries)
========================================================================== */
@media (hover: hover) and (min-width: 581px) {
    .brand-grid li:not(:nth-child(4)):hover .card-bottom {
        background-color: #0065BD;
        border-color: #0065BD;
        border-top: 1px solid #0065BD;
    }

    .brand-grid li:not(:nth-child(4)):hover .card-bottom h4 {
        color: #ffffff;
    }

    .brand-grid li:not(:nth-child(4)):hover .card-bottom .desc {
        color: rgba(255, 255, 255, 0.8);
        display: block;
        /* -webkit-box 대신 block 사용 */
        white-space: nowrap;
        /* 텍스트를 강제로 한 줄로 배열 */
        overflow: hidden;
        /* 영역을 벗어난 텍스트 숨김 */
        text-overflow: ellipsis;
        /* 영역 끝에 ... 표시 */
        width: 19rem;
        margin: 0 auto;
    }

    .brand-grid li:not(:nth-child(4)):hover .btn-more {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .brand-grid li:not(:nth-child(4)):hover .card-bottom .desc br {
        display: none;
    }
}

@media (max-width: 1720px) {
    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023px) {

    /* [이관] 02. 푸드서비스 drag-scroll-list 모바일 스타일 */
    .drag-scroll-list {
        flex-wrap: wrap;
        overflow-x: visible;
        cursor: default;
        user-select: auto;
        -webkit-user-select: auto;
    }

    .drag-scroll-list::-webkit-scrollbar {
        display: none;
    }

    .drag-scroll-list:active {
        cursor: default;
    }

    .drag-scroll-list li {
        flex: 1;
        width: 50%;
        min-height: auto;
    }

    .drag-scroll-list img {
        pointer-events: auto;
    }

    /* 식자재유통 */
    .sec-solution.pin-scroll {
        height: auto;
    }

    .sec-solution.pin-scroll .solution-content {
        padding-top: unset;
    }

    #kids-status .meal-section.reverse {
        flex-direction: column;
    }

    #kids-status .delivery-area ~ .meal-section.reverse {
        flex-direction: column-reverse;
    }

    .meal-text .left-img {
        margin-top: 4rem;
    }

    .delivery-icons {
        grid-template-columns: repeat(3, 1fr);
        gap: .8rem;
        row-gap: 1.2rem;
    }

    .delivery-icons li {
        width: 14rem;
        margin: 0 auto;
    }

    .delivery-icons li figure {
        height: 9.6rem;
        margin-bottom: .8rem;
        border-radius: 8px;
    }

    .sec-certifications .common-wrap {
        padding: unset;
    }

    .sec-certifications .common-wrap .cert-grid {
        padding: 0 var(--space-40);
    }

    /* 축육사업 */
    .scroll-X {
        overflow-x: auto;
        padding-bottom: 2.4rem;
    }

    .factory-table-livestock {
        width: 89.2rem;
    }

    .sec-top-info-box .factory-table-livestock {
        width: 100%;
    }

    .brand-grid li .card-bottom {
        background-color: #fff;
        height: auto;
        padding-bottom: 7rem;
    }

    .brand-grid li .card-bottom h4 {
        margin-bottom: unset;
        color: #17181A;
    }

    .brand-grid li .card-bottom h4 small {
        display: none;
    }
    
    .brand-grid li:nth-child(4) .btn-more::after {
    	display: none;
    }

    .brand-grid li .card-bottom .desc {
        color: rgba(255, 255, 255, 0.8);
        -webkit-line-clamp: unset;
        display: none;
    }

    .brand-grid li .card-bottom .desc br {
        display: none;
    }

    .brand-grid li .btn-more {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        color: #17181A;
    }
    
    .brand-grid li .btn-more::after {
    	background: url(/static/kor/images/icon/look-icon-black.png) no-repeat center / cover;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .right-section.livestock-center .sec-top-info .info-box.livestock {
        gap: 5.6rem;
    }

    .sec-top-info .info-box.livestock .title-box-sub {
        width: 100%;
    }

    .right-section.livestock-center .scroll-X {
        margin-top: 5.6rem;
        overflow-y: hidden;
        padding-bottom: 2.8rem;
    }

    .sec-top-info-box {
        flex-direction: column;
        row-gap: 5.6rem;
    }

    .sec-top-info-box.live-center {
        gap: 5.6rem;
    }

    .sec-top-info-box .info-img:has(.info-imgT)>dl :where(dt, dd) p {
        min-height: 8rem;
        padding-bottom: 1.8rem;
        border-radius: 0 0 8px 8px;
    }

    /* 푸드서비스 */
    .tab-content-area {
        display: none;
    }

    .tab-menu-list li.active .mob-toggle-slide {
        display: block;
    }

    .tab-layout-wrap .tab-box {
        width: 100%;
    }

    .contact-grid .box-blue {
        margin-left: unset;
        width: 100%;
    }

    .contact-grid .box-blue::before {
        display: none;
    }

    .contact-grid {
        flex-wrap: wrap;
    }

    .contact-grid li {
        flex: unset;
        width: calc(50% - .4rem);
    }

    .meal-section.foodservice .meal-img {
        order: 2;
    }

    .op-icon-swiper ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .8rem;
        row-gap: 1.2rem;
    }

    .op-icon-swiper ul li {
        margin: 0 auto;
        width: 11rem;
    }

    .op-icon-swiper {
        margin-bottom: 2.4rem;
    }

    .op-icon-swiper .icon-box {
        margin-bottom: .8rem;
        border-radius: .8rem;
    }

    .tab-menu-list .tit .arrow {
        margin-right: 0.2rem;
        opacity: 1;
        transform: translateX(0) rotate(0);
        width: 10px;
        height: 6px;
        background: url(/static/kor/images/icon/faq-arrow-G.png) no-repeat center / cover;
    }

    .tab-menu-list li.active .tit .arrow {
        transform: translateX(0) rotate(180deg);
    }

    .biz-container {
        flex-direction: column;
        gap: 2rem;
    }

    .biz-tab-menu {
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 0 var(--space-40);
        gap: .4rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE, Edge */
        scrollbar-width: none;
        /* Firefox */
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        border: unset;
        border-radius: unset;
    }

    .biz-tab-menu::-webkit-scrollbar {
        display: none;
    }

    .biz-tab-menu:active {
        cursor: grabbing;
    }

    .tab-item {
        flex: 0 0 16.2rem;
        height: 4.8rem;
        padding: unset;
        justify-content: flex-start;
        padding-left: 1.6rem;
        border: 1px solid #E5E5E3;
    }

    .tab-item:not(:last-child) {
        margin-bottom: unset;
    }

    .tab-item.on {
        border: 1px solid #0065BD;
    }

    .biz-tab-menu .icon {
        display: none;
        pointer-events: none;
    }

    .sec-management .common-wrap {
        padding: unset;
    }

    .sec-management .section-header {
        padding: 0 var(--space-40);
    }

    .content-panel {
        padding: unset;
        min-height: 18.4rem;
    }

    .biz-tab-contents {
        margin: 0 var(--space-40);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .content-panel-mobWrap {
        position: relative;
        height: auto;
    }

    .text-group {
        padding: 1.6rem;
    }

    .text-group .title {
        color: #17181A;
    }

    .text-group .sub-title {
        color: #0065BD;
    }

    .text-group .desc {
        color: #46494D;
    }

    .content-panel::before {
        display: none;
    }

    /* 외식사업 */
    .metrics-list-flexBox {
        gap: 4rem;
    }

    .metrics-list-flexBox .list-item figure {
        width: 12rem;
        height: 10rem;
    }

    .gift-card {
        padding: 4rem var(--space-40);
    }

    .gift-card>ul {
        gap: 1.6rem;
    }

    .gift-card>ul li img {
        height: 16rem;
    }

    .gift-card>ul li p {
        gap: 0.2rem;
        width: calc(100% - 0.8rem);
        height: calc(100% - 0.8rem);
        font-size: var(--font-20);
        text-align: center;
    }

    .gift-card>ul li p span {
        font-size: 1.1rem;
        padding-top: 0.4rem;
    }

    .gift-card .warring dl {
        flex-direction: column;
        gap: 1.2rem;
    }

    .gift-card .warring dl dd .line {
        word-break: keep-all;
    }

    /* 비즈니스 인프라 */
    .cert-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 1.6rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .cert-grid::-webkit-scrollbar {
        display: none;
    }

    .cert-grid li {
        flex: 0 0 auto;
        width: 18rem;
    }

    .cert-grid img {
        pointer-events: none;
    }

    .md-card {
        padding: 1.8rem;
        flex: 0 0 auto;
        width: 26rem;
    }

    .md-card-list {
        display: flex;
        flex-wrap: nowrap;
    }

    .md-drag-container img {
        pointer-events: none;
    }

    .cert-grid.livestock {
        padding: unset;
        justify-content: center;
    }
}

@media (max-width: 767px) {
	.business-infr + .business-areas article:nth-of-type(1) .num-title.infra span,
	.business-infr + .business-areas article:nth-of-type(2) .num-title.infra span {
		display: block;
	}
	
	.section-title .blue.block {
		display: block;
	}
	
	.metrics-list .data {
		padding: 1.6rem 0;
	}
	
	.brand-grid li .card-bottom h4 small {
        font-size: 1.2rem;
    }
	
    .premium-brand-grid dd {
        padding: 1.2rem;
    }

    .inquiry-btn {
        width: 100%;
        font-size: 1.6rem;
    }

    /* 식자재유통 */
    .sub-common-top.distribution {
        background: url("/static/kor/images/business/distribution/fooddistribution-visual-mob.jpg") no-repeat center/cover;
    }

    .status-title {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .delivery-icons li {
        padding: unset;
        width: 100%;
    }

    .consulting .consulting-content {
        border-radius: .8rem;
        padding: 3.8rem 0;
    }

    .consulting .center-desc {
        margin-bottom: 1.6rem;
    }
    
    .client-text-area .section-title .blue {
    	display: block;
    }

    .consulting-content .client-text-area {
    	padding: 0 var(--space-40);
        margin-bottom: unset;
    }
    .drag-scroll-list {
        padding: 0 var(--space-40);
        margin-bottom: 3.8rem;
    }

    .drag-scroll-list li:nth-child(1) {
        border-radius: 8px 0 0 8px;
    }

    .drag-scroll-list li:nth-child(2) {
        border-radius: 0 8px 8px 0;
    }

    /* 축육사업 */
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .brand-grid li .card-bottom {
        flex-grow: 1;
        padding: 2rem 1.5rem 4rem;
        border-radius: 0 0 8px 8px;
    }

    .sub-common-top.livestock {
        background: url("/static/kor/images/business/livestock/livestock-visual-mob.jpg") no-repeat center/cover;
    }

    .brand-grid li .card-top {
        height: 10rem;
        border-radius: 8px 8px 0 0;
    }

    .brand-grid li .card-top img {
        height: 100%;
    }

    .brand-grid li:nth-child(2) .card-top img,
    .brand-grid li:nth-child(4) .card-top img {
        height: 75%;
    }

    .brand-grid li .btn-more {
        bottom: 1.6rem;
        gap: .8rem;
    }

    .brand-grid li .btn-more::after {
        width: 5px;
        height: 8px;
    }

    .info-img:has(.info-imgT) {
        height: auto !important;
        border-radius: 8px;
    }

    .cert-images li:last-child span.livestock {
        position: static;
    }

    .cert-images.livestock {
        margin-bottom: unset;
        justify-content: center;
    }

    .scroll-X:has(.factory-table-livestock) {
        padding: 3.6rem 3rem 2.8rem;
    }

    .right-section.daejeon .cert-images span {
        position: unset;
    }

    .right-section.livestock-center .info-img:has(.info-imgT) img {
        border-radius: 8px;
    }

    .thumbnail-list.livestock li {
        flex: 1;
    }

    /* 푸드서비스 */
    .contact-grid li {
        padding: 0 1.8rem;
        height: 8rem;
    }

    .metrics-list.foodservice {
        flex-wrap: wrap;
        gap: 8px;
    }

    .metrics-list.foodservice li {
        flex: unset;
        width: calc(50% - 4px);
        border-radius: 8px;
    }

    .metrics-list.foodservice li:nth-child(2) {
        width: calc(50% - 4px);
        flex: unset;
    }

    .metrics-list .label {
        padding: .8rem 0;
    }

    .metrics-list .data strong {
        font-size: 3.2rem;
    }

    .metrics-list .data .unit {
        margin-left: 0.2rem;
    }

    .metrics-list li:not(:last-child)::after {
        display: none;
    }

    .operation-gallery-swiper .swiper-slide img {
        height: auto;
    }

    .event-swiper-button-next,
    .event-swiper-button-prev {
        top: 27.5%;
    }

    .meal-section.foodservice .meal-img {
        height: auto;
    }

    .op-icon-swiper ul li {
        width: 100%;
    }

    .sub-common-top.foodservice {
        background: url("/static/kor/images/business/foodservice/foodservice-visual-mob.jpg") no-repeat center/cover;
    }

    .tab-menu-list .sub-txt {
        width: 12rem;
    }

    /* 외식사업 */
    .metrics-list-flexBox {
        flex-direction: column;
        gap: 1.5rem;
    }

    .metrics-list-flexBox .list-item figure {
        margin: 0 auto .8rem;
        width: 9.6rem;
        height: 7.2rem;
    }

    .gift-card>ul {
        gap: .8rem;
        margin-bottom: 3.2rem;
    }

    .gift-card>ul li img {
        height: 6rem;
    }

    .flex-center.eatout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flex-center.eatout .num-title {
        justify-content: center;
    }

    .flex-center.eatout p {
        text-align: center;
    }

    .sec-dev-group .meal-section.franchise {
        gap: 2.4rem;
    }

    .gift-card {
        margin-top: 4rem;
    }

    .sub-common-top.franchise {
        background: url("/static/kor/images/business/franchise/eatout-visual-mob.jpg") no-repeat center/cover;
    }

    .eatout-place .r-card .txt-box a {
        padding-right: 1.4rem;
        background-size: 8%;
    }

    .eatout-place .business-areas {
        margin-bottom: 4.8rem;
    }

    /* 글로벌사업 */
    .sub-num-listBox.global li p {
        min-height: unset;
    }

    .sub-common-top.global {
        background: url("/static/kor/images/business/global/global-visual-mob.jpg") no-repeat center/cover;
    }

    #B2B .img-box {
        margin: 4rem auto 0;
        width: calc(100% - (var(--space-40) * 2));
        border-left: 1px solid rgba(0, 0, 0, .1);
        border-radius: 8px;
        padding: 1rem;
    }

    .global-B2C {
        border-radius: 8px;
        margin-top: 4rem;
    }

    .sec-metrics-banner .solution ul {
        margin-top: 4rem;
        flex-direction: column;
    }

    .sec-metrics-banner .solution ul li {
        width: auto;
    }

    .sec-metrics-banner .solution ul li figure {
        margin: 0 auto 1.6rem;
        width: 9.6rem;
        height: 9.6rem;
    }

    .sec-metrics-banner .solution ul li figure img {
        height: 50%;
    }

    .sec-metrics-banner .solution ul li p {
        margin-bottom: 0.8rem;
    }

    .nation-list {
        margin-top: 3.4rem;
    }

    .nation-list dl {
        width: 16.4rem;
        border-radius: .8rem;
    }

    .nation-list dt {
        padding: 1.8rem 0 1rem;
    }

    /* 비즈니스 인프라 */
    .cert-grid li {
        width: 10rem;
    }

    .logistics-system .top-node {
        width: 100%;
        height: 7rem;
    }

    .logistics-system .cold-chain-box {
        padding: 4rem 2rem;
    }

    .logistics-system .flow-steps {
        flex-direction: column;
        gap: 3rem;
    }

    .logistics-system .step-box {
        height: 9rem;
    }

    .md-card .img-box {
        height: 14rem;
    }

    .md-card {
        min-height: 30rem;
    }

    .sub-common-top.business {
        background: url("/static/kor/images/business/infrastructure/infra-visual-mob.jpg") no-repeat center/cover;
    }

    .sec-dev-group.business .meal-section {
        gap: 4.8rem;
    }

    .map-img-wrap {
        height: auto;
        padding: 1.4rem;
    }
}

@media (max-width: 580px) {

    /* 축육사업 */
    .cert-grid.livestock {
        justify-content: unset;
    }

    /* 푸드서비스 */
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid strong {
        margin-bottom: .8rem;
    }

    /* 외식사업 */
    .award-banners {
        flex-direction: column;
    }

    .award-banners li {
        flex: unset;
        height: calc(100% / 3);
    }

    .award-banners li img {
        height: 100%;
    }

    .gift-card .warring dl dd .line {
        align-items: flex-start;
    }

    .gift-card .warring dl dd .line::before {
        margin-top: .8rem;
    }

    .gift-card .warring dl dd .line:nth-child(4)::before {
        transform: translateY(-.2rem);
    }

    .eatout-place .r-card .txt-box {
        flex-direction: column;
        padding: 1.6rem;
        gap: unset;
        padding-top: unset;
    }

    .eatout-place .r-card .txt-box img {
        width: 12rem;
    }

    /* 글로벌사업 */
    .title-box-sub>span {
        padding-top: 1.2rem;
    }

    #B2B .img-box {
        height: 34rem;
    }

    /* 비즈니스인프라 */
    .Loc-process .common-wrap figure .m-mob-br {
        margin: 0 auto;
    }

    .sec-md-personnel .diagram-box .diagram-box-imgM {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block !important;
    }

    .diagram-box-imgP {
        display: none !important;
    }
}

@media (max-width: 400px) {

    /* 푸드서비스 / 연락처 그리드 */
    .contact-grid li {
        height: 9.6rem;
    }

    .contact-grid strong {
        min-height: 4.2rem;
    }

    .contact-grid .box-blue {
        height: 6.4rem;
    }

    .contact-grid .box-blue strong {
        min-height: unset;
    }
}