@charset "utf-8";

/* ───────────────── pagination ───────────────── */
.pagination {
    display: flex;
    justify-content: center;
}
.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    border: 0;
    color: #000;
    opacity: 0.4;
}
.pagination .page-item.active .page-link {
    background: #fff;
    color: #000;
    opacity: 1;
}
.pagination .next,
.pagination .previous,
.pagination .first,
.pagination .last {
    display: none;
}

/* ───────────── 공통 ───────────── */
.sec-tit {
    color: #006e36;
    font-size: 2.4rem;
    font-weight: 600;
}


/* ───────────── CEO 인사말 ───────────── */
.ceo-area .inner {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
    margin-top: 7rem;
}
.ceo-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ceo-message .title {
    margin-bottom: 3.4rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
}
.ceo-message .text {
    color: #444;
    font-size: 1.8rem;
    line-height: 1.5;
}
.ceo-message .sign {
    color: #111;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    text-align: right;
}

/* ───────────── 연혁 ───────────── */
.history-area {
    padding: 12rem 0 18rem;
    background: url(/images/content/history_bg_pattern.jpg) no-repeat center top / cover;
    text-align: center;
}
.history-area .title {
    margin-top: 1rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
}
.history-card {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex: 1 0 50%;
    max-width: 1680px;
    margin: 7.5rem auto 0;
    padding: 7.5rem 8rem;
    border-radius: 10px;
    background: url(/images/content/history_bg.jpg) no-repeat center top / cover;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.history-card::before {
    content: "";
    position: absolute;
    top: 17rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}
.history-col {
    padding-left: 28.7rem;
    color: #fff;
    text-align: left;
}
.history-year {
    position: relative;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1;
}
.history-year::before {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
.history-year span {
    font-size: 2.4rem;
    font-weight: 600;
}
.history-list {
    margin-top: 5rem;
}
.history-list li {
    display: flex;
    margin-top: 0.7rem;
}
.history-list .date {
    display: block;
    min-width: 11rem;
    flex-shrink: 0;
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.2;
}
.history-list .text {
    display: block;
    line-height: 2;
}


/* ───────────── 생산과정 ───────────── */
.process-area {
    position: relative;
    padding: 0 0 12rem;
}
.process-area .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
}
/* 왼쪽 영역 */
.process-view {
    flex: 0 0 688px;
    position: sticky;
    top: 40px;
    max-width: 688px;
}
.process-view .video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 688 / 387;
    margin-top: 8rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.process-view .video-box iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.process-info {
    position: relative;
    flex-grow: 1;
    margin-top: 7rem;
    padding: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.process-info::after {
    content: "";
    position: absolute;
    top: -5rem;
    left: 50%;
    width: 36px;
    height: 36px;
    background: url(/images/content/process_ico.png) no-repeat center;
    transform:translateX(-50%);
}
.process-info .step-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67px;
    background: #e2f3ea;
    border-radius: 8px 8px 0 0;
}
.process-info .step-title {
    color: #111;
    font-size: 2.4rem;
    font-weight: 600;
}
.process-info .step-num {
    position: absolute;
    bottom: -9px;
    left: -4px;
    display: block;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
}
.process-info .step-desc {
    padding: 2.3rem 0 1.8rem;
    font-size: 1.8rem;
    color: #777;
    text-align: center;
}
/* 오른쪽 영역 */
.process-right {
    flex-grow: 1;
    margin-top: 10.9rem;
    box-sizing: border-box;
}
.process-list li {
    display: flex;
    align-items: center;
    padding: 2rem 0 1.9rem;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
}
.process-list li:first-child {
    border-top: 1px solid #e0e0e0;
}
.process-list .num {
    width: 9rem;
    color: #006e36;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
}
.process-list .text {
    flex: 1;
    color: #111;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
}
.process-list .btn-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    background: #fff;
    color: #777;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.process-list li.active .btn-view {
    border: 2px solid #006e36;
    color: #006e36;
}
.process-list li:hover .btn-view {
    background: #006e36;
    color: #fff;
}

/* ───────────── 인증 현황 ───────────── */
.cert-area {
    z-index: 0;
    position: relative;
    padding: 12rem 0 18rem;
    background: #f5f1e6 url(/images/content/cert_bg_pattern.png) repeat-x left bottom;
    text-align: center;
}
.cert-area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 289px;
    height: 261px;
    background: url(/images/content/cert_bg_left.png) no-repeat left top;
}
.cert-area::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 261px;
    height: 220px;
    background: url(/images/content/cert_bg_right.png) no-repeat right top;
}
.cert-area .title {
    margin-top: 1rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
}
.cert-area .title .m-br {
    display: none;
}
.cert-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 7.5rem;
}
.cert-list li {
    flex: 0 0 calc(14.2% - 1rem);
    text-align: center;
}
.cert-list li .img-box {
    overflow: hidden;
    width: 24rem;
    height: 33.6rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.cert-list li img {
    width: 100%;
    object-fit: contain;
}
.cert-list li p {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    color: #444;
}


/* ───────────── 홍보영상 ───────────── */
.promo-area {
    position: relative;
    margin-top: -12rem;
    padding: 12rem 0 18rem;
    text-align: center;
}
.promo-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 60rem;
    background: linear-gradient(
        180deg,
        #f5f1e6 0%,
        #f8f4ea 70%,
        #ffffff 100%
    );
    transform:translateX(-50%);
}
.promo-area .title {
    margin-bottom: 3rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
}
.promo-area .text {
    margin-bottom: 7.5rem;
    color: #444;
    font-size: 1.8rem;
    line-height: 1.5;
}
.promo-area .video-box {
    position: relative;
    width: 100%;
    max-width: 1520px;
    aspect-ratio: 1520 / 855;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}
.promo-area .video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


/* ───────────── 오시는 길 ───────────── */
.location-area {
    position: relative;
    padding: 0 0 18rem;
}
.location-area::before {
    content: "";
    position: absolute;
    left:50%;
    bottom: 0;
    width: 100%;
    height: 59rem;
    background: url(/images/content/promo_bg.jpg) no-repeat center bottom;
    transform:translateX(-50%);
}
.location-area .wrap {
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
}
.location-area .title {
    margin-bottom: 7rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
}
.info-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.5rem;
}
.info-list li {
    flex: 1;
}
.info-list .label {
    display: block;
    padding: 4px 0;
    margin-bottom: .8rem;
    background-repeat: no-repeat;
    background-position: left center;
    color: #006e36;
    font-size: 2.4rem;
    font-weight: 600;
}
.info-list .address .label {
    padding-left: 4.8rem;
    background-image: url(/images/content/location_addr.png);
}
.info-list .tel .label {
    padding-left: 5rem;
    background-image: url(/images/content/location_tel.png);
}
.info-list .fax .label {
    padding-left: 5rem;
    background-image: url(/images/content/location_fax.png);
}
.info-list .email .label {
    padding-left: 5.3rem;
    background-image: url(/images/content/location_email.png);
}
.info-list .text {
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    color: #444;
    font-size: 1.8rem;
}
.info-list .text span {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}
.info-list .text span:first-child {
    margin-left: 0;
    padding-left: 0;
}
.info-list .text span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 1px;
    height: 10px;
    background: #ccc;
}
.info-list .text span:first-child::before {
    display: none;
}
.location-area .map-box {
    position: relative;
    width: 100%;
    max-width: 1520px;
    aspect-ratio: 1520 / 640;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}
.location-area .map-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


/* ───────────── 전체제품 ───────────── */
.product-area {
    padding: 0 0 18rem;
}
.product-tabs {
    display: flex;
    padding: 0.8rem;
    border-radius: 999px;
    border: 1px solid #006e36;
    margin: 0 auto 8rem;
}
.product-tabs .tab-menu {
    display: flex;
    flex: 1;
}
.product-tabs .tab-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #777;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.product-tabs .tab-menu li.on {
    background: #0b8b4b;
    color: #fff;
    font-weight: 600;
}
/* 탭 콘텐츠 */
.tab-content .tab-panel {
    display: none;
}
.tab-content .tab-panel.on {
    display: block;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.4rem;;
    row-gap: 8rem
}
.product-card {
    text-align: center;
}
.product-card .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36.2rem;
    border-radius: 10px;
    background: #f5f1e6;
}

.product-card .thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card .name {
    margin-top: 1rem;
    color: #111;
    font-size: 1.8rem;
    font-weight: 600;
}




/* ───────────── 김 이야기 ───────────── */
.laver-area > div {
    padding: 12rem 0;
    color: #444;
    font-size: 1.8rem;
    line-height: 1.5;
}
.laver-area .wrap {
    display: flex;
}
.laver-area .sec-tit {
    flex: 0 0 28rem;
}
.laver-area .text-box {
    flex: 1;
}
.laver-area .text-box .title {
    margin-bottom: 3rem;
    color: #111;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
}
.laver-area .m-br {
    display: none;
}
.laver-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem ;
}
.laver-list li {
    position: relative;
    margin-top: 4rem;
    padding: 5rem 0 4rem 7rem;
    border-bottom: 1px solid #e8e8e8;
    color: #111;
    box-sizing: border-box;
}
.laver-list li:nth-last-child(-n+2) {
    border-bottom: none;
}
.laver-list li .num {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 4.8rem;
    font-weight: 600;
    color: #ccc;
    line-height: 1;
}

/* ───────── 김의 효능 ───────── */
.laver-area .laver-benefit {
    padding-top: 0;
    padding-bottom: 8rem;
}
.laver-area .laver-choice {
    padding-bottom: 8rem;
}
/* ───────── 영양 성분 ───────── */
.laver-nutrition {
    margin-top: 2rem;
    padding: 7rem 0 8rem;
    background: #f5f1e6;
}
.laver-nutrition .sec-title {
    max-width: 900px;
    margin: 0 auto;
}
.nutrition-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.5rem;
    margin-top: 8rem;
}
.nutri-card {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 4rem 2rem 4rem 6rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.nutri-card .icon {
    flex: 0 0 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #e2f3ea;
}
.nutri-card .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nutri-card .txt h5 {
    margin-bottom: 1.5rem;
    color: #111;
    font-size: 2.4rem;
    font-weight: 600;
}
.nutri-card .txt p {
    color: #111;
}

/* ───────── 보관 방법 ───────── */
.laver-area > .laver-storage {
    padding-top: 0;
}
.laver-storage {
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
}
.laver-storage .wrap {
    overflow: hidden;
    justify-content: space-between;
    padding: 12rem 8rem;
    border-radius: 10px;
    background: url(/images/content/storage_bg.jpg) no-repeat center center / cover;
}
.laver-storage .sec-tit {
    margin-bottom: 1.5rem;
    color: #fff;
}
.laver-storage .desc {
    color: #ccc;
}
.storage-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.4rem;
}
.storage-item {
    flex: 0 0 auto;
    min-height: 26.7rem;
    padding: 5.5rem 4rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.storage-item.n2 {
    margin-top: 8rem;
}
.storage-item.n3 {
    margin-top: 4rem;
}
.storage-item .tit {
    position: relative;
    padding-bottom: 9rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.storage-item .tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6rem;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    transform:translateX(-50%);
}
.storage-item.n1 .tit::before {
    background-image: url(/images/content/storage_ico1.png);
}
.storage-item.n2 .tit::before {
    background-image: url(/images/content/storage_ico2.png);
}
.storage-item.n3 .tit::before {
    background-image: url(/images/content/storage_ico3.png);
}



/* ────────────────────── 반응형 ────────────────────── */
/* PC */
@media only screen and (max-width:1519px) {
    /* ────────── CEO 인사말 ────────── */
    .ceo-area .inner {
        align-items: flex-end;
        padding-bottom: 8rem;
    }
    .ceo-img {
        margin-bottom: -8rem;
    }

    /* ────────── 연혁 ────────── */
    .history-card {
        margin: 7.5rem 4% 0;
    }
    .history-col {
        display: flex;
        flex-direction: column;
        flex: 1 0 50%;
        padding-left: 15%;
    }
    
    /* ────────── 생산과정 ────────── */
    .process-view {
        flex: 0 0 50%;
    }

    /* ────────── 인증 현황 ────────── */
    .cert-list {
        justify-content: center;
    }

    /* ────────── 오시는 길 ────────── */
    .info-list li {
        flex: auto;
    }

    /* ────────── 김 이야기 ────────── */
    .laver-storage {
        width: 100%;
    }
    .laver-storage .wrap {
        flex-direction: column;
    }
    .laver-storage .storage_head {
        margin-bottom: 4rem;
        text-align: center;
    }
    .storage-list {
        justify-content: center;
    }
}

/* Tablet */
@media only screen and (max-width: 1023px) {
    /* ────────── CEO 인사말 ────────── */
    .ceo-area .inner {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 4rem;
        margin-top: 1rem;
        padding-bottom: 6rem; 
    }
    .ceo-message {
        width: 100%;
    }
    .ceo-img {
        width: 100%;
        margin-bottom: -6rem;
    }
    .ceo-img img {
        width: 50%;
        margin: 0 auto;
    }

    /* ────────── 연혁 ────────── */
    .history-area {
        padding: 8rem 0 10rem;
    }
    .history-card {
        margin-top: 4rem;
        padding: 6rem 6rem;
    }
    .history-col {
        padding-left: 0;
    }

    /* ────────── 생산과정 ────────── */
    .process-area {
        padding: 0 0 10rem;
    }
    .process-area .inner {
        gap: 4rem;
    }
    .process-view .video-box {
        margin-top: 3rem;
    }
    .process-info .step-head {
        height: auto;
        padding: 2rem 0;
    }
    .process-right {
        margin-top: 5rem;
    }
    .process-list li {
        padding: 1.6rem 0 1.5rem;
    }
    .process-list .num {
        width: 5rem;
    }
    .process-list .text {
        font-size: 2.4rem;
    }
    .process-list .btn-view {
        width: auto;
        height: auto;
        padding: 1rem 4%;
    }

    /* ────────── 인증 현황 ────────── */
    .cert-area {
        padding: 6em 0 10rem;
    }
    .cert-list {
        gap: 4rem;
        margin-top: 6rem;
    }

    /* ────────── 홍보영상 ────────── */
    .promo-area {
            margin-top: -8rem;
            padding: 8rem 0 10rem;
    }

    /* ────────── 오시는 길 ────────── */
    .location-area {
        padding: 0 0 10rem;
    }
    .location-area::before {
        height: 40rem;
    }
    .location-area .title {
        margin-bottom: 4rem;
    }
    .info-list {
        flex-direction: column;
        margin-bottom: 6rem;
    }
    .info-list li {
        display: flex;
    }
    .info-list .label {
        padding-left: 3rem;
        background-size: 25px;
    }
    .info-list .address .label,
    .info-list .tel .label,
    .info-list .fax .label,
    .info-list .email .label {
        padding-left: 4rem;
    }
    .info-list .text {
        margin-left: 10px;
        padding-top: 0;
        border-top: 0;
        line-height: 40px;
    }
    .info-list .text span::before {
        top: 15px;
    }

    /* ────────── 전체제품 ────────── */
    .product-area {
        margin-top: -4rem;
        padding: 0 0 10rem;
    }
    .product-tabs {
        margin-bottom: 6rem;
    }
    .product-tabs .tab-menu {
        overflow-x: auto;
    }
    .product-tabs .tab-menu li {
        flex: 1;
        padding: 0.4rem 3rem;
        white-space: nowrap;
    }
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
        row-gap: 6rem;
    }

    /* ────────── 김 이야기 ────────── */
    .laver-area .wrap {
        display: block;
    }
    .laver-area .sec-tit {
        margin-bottom: 1rem;
    }
    .laver-area .sec-tit br {
        display: none;
    }
    .laver-area > div {
        padding: 8rem 0 10rem;
    }
    .laver-nutrition {
        margin-top: 0;
        padding: 8rem 0 10rem;
    }
    .nutrition-list {
        gap: 2rem;
        margin-top: 4rem;
    }
    .laver-list {
        margin-top: 1rem;
    }
    .laver-list li {
        padding-right: 2rem;
    }
    .laver-list li p br {
        display: none;
    }
    .nutri-card {
        gap: 1.5rem;
        padding: 3rem 2rem;
    }
    .nutri-card .icon {
        flex: 0 0 6rem;
        width: 6rem;
        height: 6rem;
    }

    /* ────────── 보관 방법 ────────── */
    .laver-storage {
        width: 100%;
        padding: 0 2.4rem; 
        box-sizing: border-box;
        text-align: center;
    }
    .laver-storage .wrap {
        padding: 8rem 4% 10rem;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    /* ────────── 공통 ────────── */
    .sec-tit {
        font-size: 2.2rem;
    }
    .ceo-message .text,
    .ceo-message .sign,
    .process-info .step-desc,
    .process-list .btn-view,
    .cert-list li p,
    .promo-area .text,
    .info-list .label,
    .info-list .text,
    .product-tabs .tab-menu li,
    .product-card .name,
    .laver-area > div  {
        font-size: 2rem;
    }
    .ceo-message .title,
    .history-area .title,
    .cert-area .title,
    .promo-area .title,
    .location-area .title {
        margin-bottom: 2.4rem;
        font-size: 3.2rem;
    }
    /* ────────── CEO 인사말 ────────── */
    .ceo-area .inner {
        gap: 4rem;
        margin-top: 1rem;
        padding-bottom: 6rem;
    }
    .ceo-message {
        width: 100%;
    }
    .ceo-message .w-br {
        display: none;
    }
    .ceo-img {
        width: 100%;
    }
    .ceo-img img {
        width: 60%;
        margin: 0 auto;
    }

    /* ────────── 연혁 ────────── */
    .history-area {
        padding: 8rem 0 12rem;
    }
    .history-card {
        z-index: 1;
        flex-direction: column;
        margin-top: 0;
        padding-top: 1rem;
    }
    .history-card::before {
        top: 0;
        left: 40px;
        width: 1px;
        height: 100%;
    }
    .history-card::after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }
    .history-col {
        padding-left: 10px;
        margin-top: 4rem;
    }
    .history-year {
        font-size: 4.2rem;
    }
    .history-year::before {
        bottom: 10px;
        left: -21.5px;
    }
    .history-list {
        margin-top: 1rem;
    }
    .history-list li {
        margin-top: 1rem;
    }
    .history-list .text {
        font-size: 2rem;
        line-height: 1.4;
    }

    /* ────────── 생산과정 ────────── */
    .process-area {
        padding: 0 0 8rem;
    }
    .process-area .inner {
        flex-direction: column;
        gap: 4rem;
    }
    .process-view {
        flex: 0 0 100%;
        position: static;
        max-width: 100%;
        width: 100%;
    }
    .process-view .sec-tit {
        text-align: center;
    }
    .process-view .video-box {
        margin-top: 2rem;
    }
    .process-info::after {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    
    .process-right {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
    .process-right::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
    .process-list {
        overflow-y: scroll;
        height: 300px;
        padding-right: 8px;
    }
    .process-right.no-fade::before {
        display: none;
    }
    .process-list .num {
        color: #ccc;
    }
    .process-list li.active .num {
        color: #006e36;
    }


    /* ────────── 인증 현황 ────────── */
    .cert-area {
        padding: 8rem 0 12rem;
    }
    .cert-area::after {
        width: 200px;
        background-size: contain;
    }
    .cert-area::before {
        top: 50%;
    }
    .cert-area .title .m-br {
        display: block;
    }
    .cert-list {
        gap: 3rem 2rem;
        margin-top: 4rem;
    }

    /* ────────── 홍보영상 ────────── */
    .promo-area {
        margin-top: -8rem;
        padding: 9rem 0 12rem;
    }
    .promo-area::before {
        height: 44rem;
    }
    .promo-area .text {
        margin-bottom: 5rem;
    }

    /* ────────── 오시는 길 ────────── */
    .location-area {
        padding: 0 0 12rem;
    }
    .location-area::before {
        height: 20rem;
    }
    .location-area .title br {
        display: none;
    }
    .location-area .wrap {
        width: 100%;
        padding: 0 2.4rem;
        box-sizing: border-box;
    }
    .info-list {
        flex-wrap: wrap;
        row-gap: 2.4rem;
    }
    .info-list .label {
        margin-bottom: 0;
        line-height: 25px;
    }
    .info-list .text {
        padding: 4px 0;
        line-height: 25px;
    }
    .info-list .text span::before {
        top: 8px;
    }
    .location-area .map-box {
        height: 34rem;
    }

    /* ────────── 전체제품 ────────── */
    .product-area {
        padding: 0 0 12rem;
    }
    .product-tabs {
        margin-bottom: 4rem;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4rem;
    }

    /* ────────── 김 이야기 ────────── */
    .laver-area .text-box .title {
        margin-bottom: 2rem;
        font-size: 2.8rem;
    }
    .laver-area .text-box .title br {
        display: none;
    }
    .laver-area .text-box .title .m-br {
        display: block;
    }
    .laver-list {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }
    .laver-area > div {
        padding: 8rem 0;
    }
    .laver-nutrition {
        padding: 5rem 0 6rem;
    }
    .nutrition-list {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 5rem;
    }
    .nutri-card .txt h5 {
        margin-bottom: 0.4rem;
    }
    .laver-list li {
        padding-top: 1.6rem;
    }
    .laver-list li:nth-last-child(-n+2) {
        border-bottom: 1px solid #e8e8e8;
    }
    .laver-list li .num {
        color: #eee;
    }

    /* ────────── 보관 방법 ────────── */
    .laver-storage .wrap {
        flex-direction: column;
        gap: 4rem;
        padding: 8rem 4rem;
    }
    .laver-storage .sec-tit {
        font-size: 2.8rem;
    }
    .laver-storage .desc br {
        display: none;
    }
    .storage-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .storage-item {
        flex: 1 1 100%;
        max-width: 70%;
        margin-top: 0;
        height: auto;
        min-height: auto;
        padding: 4rem 3rem;
        text-align: center;
    }
    .storage-item.n2,
    .storage-item.n3 {
        margin-top: 0;
    }
    .storage-item .tit {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 480px) {
    /* ────────── 인증 현황 ────────── */
    .cert-area {
        padding: 6rem 0 8rem;
    }

    /* ────────── 홍보영상 ────────── */
    .promo-area {
        padding: 6rem 0 8rem;
    }

    /* ────────── 전체 제품 ────────── */
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* ────────── 김 이야기 ────────── */
    .laver-list li p br {
        display: block;
    }
}