#Wrap {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1920px) {
    #Wrap {
        width: 100%;
        max-width: none;
    }
}

#main {
    margin: 0 auto;
}

.inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: clamp(16px, 3.5vw, 60px);
    padding-right: clamp(16px, 3.5vw, 60px);
}

.hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.hero-bg {
    width: 100%;
    height: clamp(420px, 48vw, 933px);
    border-radius: 20px;
    background: transparent;
    position: relative;
    overflow: hidden;
    color: #fff;
    transform: scale(0.93);
    transform-origin: 50% 50%;
    will-change: transform;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(23, 44, 35, 0.35), rgba(28, 28, 28, 0.45)),
        radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.12), transparent 38%);
    transform: scale(1.12);
    transform-origin: 50% 50%;
    will-change: transform;
}

.hero-copy {
    text-align: center;
    padding-top: clamp(110px, 18vw, 340px);
}

.hero-copy p {
    font-size: clamp(1rem, 1.6vw, 2.2rem);
    font-weight: 200;
}

.hero-copy h2 {
    margin: clamp(14px, 1.8vw, 28px) 0 0;
    font-size: clamp(1.75rem, 3.6vw, 4.375rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

br.mo-br {
    display: none;
}

.process-chips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(80px, 9vw, 150px);
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.process-track {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    animation: process-flow 22s linear infinite;
}

.process-chips span {
    height: clamp(40px, 4vw, 58px);
    padding: 0 clamp(16px, 2.3vw, 34px);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 1.15vw, 1.6rem);
    font-weight: 700;
    white-space: nowrap;
    font-family: "Montserrat";
}

.process-chips span:nth-child(odd) {
    background: #000;
    color: #fff;
}

.process-chips span:nth-child(even) {
    background: #fff;
    color: #000;
}

.process-chips span img {
    height: clamp(18px, 1.7vw, 25px);
    margin-right: 10px;
}

@keyframes process-flow {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 12px));
    }
}

.notice-bar {
    position: absolute;
    left: clamp(10px, 1.2vw, 20px);
    right: clamp(10px, 1.2vw, 20px);
    bottom: clamp(10px, 1.2vw, 20px);
    height: clamp(58px, 5vw, 74px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    display: flex;
    align-items: center;
    padding: 0 clamp(14px, 2vw, 30px);
    gap: clamp(12px, 1.6vw, 24px);
}

.notice-badge {
    width: 88px;
    height: 40px;
    border-radius: 15px;
    background: #000000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 1rem;
    font-weight: 700;
}

.notice-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}


.notice-title {
    color: #333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
}

.notice-date {
    margin-left: auto;
    color: #666;
    font-size: 1rem;
    flex-shrink: 0;
    padding-left: 1rem;
}

/* ── notice-bar vertical swiper ── */
.notice-swiper {
    flex: 1;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.notice-swiper .swiper-wrapper {
    height: 100%;
}

.notice-swiper .swiper-slide {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100% !important;
}

.notice-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}

.notice-prev,
.notice-next {
    width: 45px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
    color: #888;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s ease, color 0.22s ease;
}

.notice-prev:hover,
.notice-next:hover {
    background: var(--main-color);
    color: #fff;
}

#main .sec_1 {
    position: relative;
    padding: clamp(4rem, 8vw, 8rem) 0;
    overflow: hidden;
}

#main .sec_1-bg-shape {
    position: absolute;
}

#main .sec_1-bg-shape-1 {
    left: 0;
    top: -10rem;
}

#main .sec_1-bg-shape-2,
#main .sec_1-bg-shape-3 {
    width: 13.75rem;
    height: 13.75rem;
    right: 2rem;
    bottom: -1.875rem;
}

#main .sec_1-bg-shape-2 img,
#main .sec_1-bg-shape-3 img {
    width: 100%;
}

#main .sec_1-bg-shape-3 {
    right: 53rem;
    bottom: 1rem;
}

#main .sec_1-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

#main .sec_1-image {
    border-radius: 0.875rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main .sec_1-image-main {
    min-height: 26rem;
    background-image: none;
    position: relative;
    overflow: hidden;
}

#main .sec_1-video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#main .sec_1-content h3 {
    margin-top: clamp(2rem, 6vw, 8rem);
    font-size: clamp(1.875rem, 3vw, 3.3125rem);
    line-height: 1.22;
    color: #333;
    letter-spacing: -0.03em;
}

#main .sec_1-content p {
    margin: 1.25rem 0 1.75rem;
    max-width: 38rem;
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
}

#main .sec_1-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    color: var(--main-color);
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    font-weight: 700;
    max-width: 100%;
}

#main .sec_1-tags li:nth-child(4) {
    flex-basis: 100%;
}

#main .sec_1-image-sub {
    margin-top: 2.4rem;
    margin-left: auto;
    width: 100%;
    max-width: 33.5rem;
    height: clamp(12rem, 18vw, 18rem);
    background-image: linear-gradient(135deg, #767067 0%, #9a9083 40%, #534f47 100%);
    border-radius: 10px;
    overflow: hidden;
}

#main .sec_1-image-sub img,
#main .sec_1-image-sub video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main .sec_2 {
    margin: 8rem auto;
}

#main .sec_2-sub {
    text-align: center;
    color: var(--main-color);
    font-size: 1.25rem;
    font-weight: 600;
    word-break: keep-all;
}

#main .sec_2 h3 {
    margin-top: 0.75rem;
    text-align: center;
    color: #333;
    font-size: clamp(1.875rem, 3.4vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

#main .sec_2-desc {
    margin-top: 1.5rem;
    text-align: center;
    color: #8b8583;
    font-size: 1.2rem;
    font-size: clamp(0.95rem, 1.07rem, 1.2rem);
    word-break: keep-all;
}

#main .sec_2-card {
    margin-top: 2.5rem;
    border-radius: 1rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1.05fr 1.85fr;
    min-height: 17rem;
}

#main .sec_2-left {
    padding: 3rem;
    background: url("../images/main/sec_2_img_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: filter 0.4s ease;
    font-family: "Montserrat";
}

#main .sec_2-left:hover {
    filter: brightness(1.12);
}

#main .sec_2-left strong {
    font-size: 2rem;
    font-weight: 700;
}

#main .sec_2-left .year {
    margin-top: 1.1rem;
    color: #fff;
    font-size: clamp(3.5rem, 6vw, 7rem);
    line-height: 0.95;
    font-weight: 800;
}

#main .sec_2-left span {
    margin-top: auto;
    font-size: 1rem;
    word-break: keep-all;
}

#main .sec_2-mid {
    background: #f6f6f6;
    padding: 3rem;
}

#main .sec_2-mid h4 {
    color: var(--main-color);
    font-size: clamp(1.625rem, 2vw, 2.125rem);
    font-family: "Montserrat";
    white-space: nowrap;
}

#main .sec_2-metrics {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

#main .sec_2-metrics small {
    display: block;
    color: #5d5654;
    font-size: 1.375rem;
    font-weight: 600;
    word-break: keep-all;
}

#main .sec_2-metrics p {
    margin-top: 0.125rem;
    color: #7a706f;
    font-size: 1.5rem;
    font-weight: 400;
}

#main .sec_2-metrics b {
    margin-right: 0.125rem;
    color: #333;
    font-size: clamp(2rem, 3.2vw, 3.5rem);
    line-height: 1;
}

#main .sec_2-right {
    overflow: hidden;
    position: relative;
}

#main .sec_2-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    transform-origin: center center;
}

#main .sec_2-metrics li {
    padding: 0.4rem 0.5rem;
    margin: -0.4rem -0.5rem;
    border-radius: 0.5rem;
    transition: transform 0.22s ease, background 0.22s ease;
}

#main .sec_2-metrics li:hover {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.04);
    cursor: default;
}


.hero-copy p {
    will-change: opacity, transform;
}

.hero-copy p .char-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    font-family: "Montserrat";
}

.hero-copy p .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(115%);
}

.hero-copy h2 {
    opacity: 0;
    will-change: opacity, transform;
}

.process-chips {
    opacity: 0;
    will-change: opacity;
}

.notice-bar {
    opacity: 0;
    will-change: opacity, transform;
}

.main-start .hero-bg {
    animation: heroCoverIn 1.2s ease-in-out forwards;
    border-radius: 0;
}

.main-start .hero-bg::before,
.main-start .hero-bg-video {
    animation: heroBgZoom 7s ease-in-out forwards;
}

.main-start .hero-copy p .char {
    animation: heroCharRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(0.2s + (var(--char-index) * 0.04s));
}

.main-start .hero-copy h2 {
    animation: heroTextFadeUp 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
}

.main-start .process-chips {
    animation: heroFadeIn 1s ease 1.6s both;
}

.main-start .notice-bar {
    animation: heroTextFadeUp 1s ease 1.8s both;
}

@keyframes heroCoverIn {
    from {
        transform: scale(0.93);
        border-radius: 20px;
    }

    to {
        transform: scale(1);
        border-radius: 0;
    }
}

@keyframes heroBgZoom {
    0% {
        transform: scale(1.12);
    }

    20% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes heroCharRise {
    from {
        opacity: 0;
        transform: translateY(115%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroTextFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==========================================
   SEC_3
   ========================================== */

#main .sec_3 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 9rem;
    background: url("../images/main/sec_3_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main .sec_3 > .inner {
    position: relative;
    z-index: 1;
}

#main .sec_3-cursor-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 114, 42, 0.28) 0%, rgba(232, 114, 42, 0.10) 38%, transparent 70%);
    filter: blur(90px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: left, top;
}

/* 컬럼 너비: 왼쪽 690 기준, 오른쪽 850 기준 비율 */
#main .sec_3-grid {
    display: grid;
    grid-template-columns: 690fr 850fr;
    gap: clamp(2.5rem, 7vw, 10rem);
    align-items: start;
}

#main .sec_3-col {
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 7vw, 10rem);
}

#main .sec_3-bg-text {
    pointer-events: none;
    user-select: none;
    line-height: 0.92;
    padding: 0.5rem 0 1rem;
    will-change: transform;
}

#main .sec_3-bg-text span {
    display: block;
    font-size: clamp(3.5rem, 9vw, 9.5rem);
    font-weight: 900;
    line-height: 0.9;
    -webkit-text-stroke: 2.5px #E8722A;
    text-stroke: 2.5px #E8722A;
    letter-spacing: -2px;
    paint-order: stroke fill;
    background-image: linear-gradient(to top, #E8722A var(--fill, 0%), #fff var(--fill, 0%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#main .sec_3-item {
    display: flex;
    flex-direction: column;
}

#main .sec_3-item:nth-child(3) {
    margin-left: clamp(0rem, 7vw, 10rem);
    margin-top: clamp(6rem, 24vw, 34rem);
}

/* 기본 */
#main .sec_3-img {
    border-radius: 0.875rem;
    overflow: hidden;
    width: 100%;
}

/* 1번: Silk Dyeing */
#main .sec_3-col:first-child .sec_3-item:nth-child(2) .sec_3-img {
    aspect-ratio: 690 / 400;
}

/* 3번: Silk Degumming */
#main .sec_3-col:first-child .sec_3-item:nth-child(3) .sec_3-img {
    aspect-ratio: 550 / 600;
}

/* 2번: Company Research */
#main .sec_3-col:last-child .sec_3-item:nth-child(1) .sec_3-img {
    aspect-ratio: 690 / 810;
}

/* 4번: Tenter Processing */
#main .sec_3-col:last-child .sec_3-item:nth-child(2) .sec_3-img {
    aspect-ratio: 690 / 635;
}


#main .sec_3-item.n_3 {
    margin-left: auto;
}

#main .sec_3-item.n_4 {
    margin-right: auto;
}

#main .sec_3-img img {
    width: 100%;
    height: calc(100% + 120px);
    /* 상하 60px씩 패럴랙스 여유공간 */
    margin-top: -60px;
    /* 중앙 정렬: 60px 위·아래 균등 클립 */
    object-fit: cover;
    display: block;
    will-change: transform;
    transition: scale 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#main .sec_3-item:hover .sec_3-img img {
    scale: 1.06;
}

#main .sec_3-caption {
    margin-top: 1.25rem;
    padding-top: 1.125rem;
}

#main .sec_3-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 0.375rem;
}

#main .sec_3-caption h4 {
    font-size: clamp(2rem, 1.9vw, 2.2rem);
    font-weight: 800;
    font-family: "Montserrat";
    color: #333;
    line-height: 1.2;
}

#main .sec_3-desc {
    margin-top: 0.875rem;
    font-family: 'Pretendard';
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    word-break: keep-all;
    line-height: 1.72;
    color: #585858;
    max-width: 38rem;
}

#main .sec_4 {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 10vw, 10rem) clamp(1rem, 3vw, 2rem);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main .sec_4-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#main .sec_4 img {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    width: 220px;
    max-width: 60%;
    height: auto;
}

#main .sec_4 p {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: clamp(0.9375rem, 1.3vw, 1.2rem);
    text-align: center;
    word-break: keep-all;
    padding: 0 1rem;
}

#main .sec_4 p span{
    color: var(--main-color);
}

#main .sec_5 {
    margin: 8rem auto;
}

#main .sec_5-title {
    font-size: clamp(2rem, 3.6vw, 4.25rem);
    font-weight: 700;
    color: #333;
    margin-bottom: 2.25rem;
    font-family: "Montserrat";
}

#main .sec_5-title span {
    margin-left: 0.75rem;
    font-family: 'Pretendard';
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--main-color);
}

#main .sec_5-grid {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 0.75rem;
}

#main .sec_5-store {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: clamp(2rem, 3.5vw, 4rem);
    color: #fff;
    background: url("../images/main/sec_5_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

#main .sec_5-store strong {
    font-size: clamp(1.625rem, 2.4vw, 2.625rem);
    font-weight: 700;
    line-height: 1.2;
}

#main .sec_5-store-arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main .sec_5-store-icon {
    position: absolute;
    right: clamp(2rem, 3.5vw, 4.5rem);
    bottom: clamp(2rem, 4vw, 5rem);
    width: clamp(8rem, 12vw, 14rem);
    height: clamp(8rem, 12vw, 14rem);
    object-fit: contain;
    opacity: 0.5;
}

#main .sec_5-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    border-radius: 20px;
    overflow: hidden;
}

#main .sec_5-product {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

#main .sec_5-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#main .sec_5-product:hover img {
    transform: scale(1.06);
}

#main .sec_5-product--first .sec_5-product-info {
    position: absolute;
    inset: 0;
    padding: 1.25rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

#main .sec_5-product--first:hover .sec_5-product-info {
    opacity: 1;
}

#main .sec_5-product--first .sec_5-product-info p,
#main .sec_5-product--first .sec_5-product-arrow {
    transform: translateY(0.625rem);
    transition: transform 0.35s ease;
}

#main .sec_5-product--first:hover .sec_5-product-info p,
#main .sec_5-product--first:hover .sec_5-product-arrow {
    transform: translateY(0);
}

#main .sec_5-product--first .sec_5-product-info p {
    font-family: 'Pretendard';
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
}

#main .sec_5-product-arrow {
    align-self: flex-end;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: background 0.45s ease, transform 0.35s ease;
    flex-shrink: 0;
}

#main .sec_5-product-arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
}

#main .sec_5-product-arrow svg {
    position: relative;
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#main .sec_5-product--first:hover .sec_5-product-arrow {
    background: rgba(255, 255, 255, 0.1);
}

#main .sec_5-product--first:hover .sec_5-product-arrow svg {
    transform: translateX(1.5rem);
}

#main .sec_5-product--first:hover .sec_5-product-arrow::before {
    width: 1.9rem;
}

/* ── sec_5-store 화살표 호버 효과 ── */
#main .sec_5-store {
    transition: filter 0.45s ease, box-shadow 0.45s ease;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

#main .sec_5-store:hover {
    filter: brightness(1.1);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

#main .sec_5-store-arrow {
    position: relative;
    overflow: visible;
    /* 화살표가 원 밖으로 나가도록 */
    transition: background 0.45s ease;
    flex-shrink: 0;
}

/* 늘어나는 선 - 가상요소로 생성 */
#main .sec_5-store-arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
}

#main .sec_5-store-arrow svg {
    position: relative;
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 호버 시 */
#main .sec_5-store:hover .sec_5-store-arrow {
    background: rgba(255, 255, 255, 0.1);
    /* 원 배경 흐리게 */
}

#main .sec_5-store:hover .sec_5-store-arrow svg {
    transform: translateX(3.2rem);
    /* 화살표 오른쪽으로 이탈 */
}

#main .sec_5-store:hover .sec_5-store-arrow::before {
    width: 3.5rem;
    /* 선 늘어남 */
}

/* ===================== sec_6 ===================== */
#main .sec_6 {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: url("../images/main/sec_6_bg.png") no-repeat center center / cover;
}

#main .sec_6-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
}

#main .sec_6-notice {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#main .sec_6-label {
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: "Montserrat";
}

#main .sec_6-notice h3 {
    margin-top: 0.75rem;
    font-size: clamp(2rem, 3.6vw, 4.25rem);
    font-weight: 700;
    color: #333;
}

#main .sec_6-more {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /* dot을 오른쪽으로 */
    width: 200px;
    height: 46px;
    padding: 0 1rem 0 1.5rem;
    border-radius: 999px;
    background: #333;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    /* 자식 z-index:-1 이 부모 bg 아래로 안 내려가도록 */
    box-sizing: border-box;
    transition: color 0.45s ease;
    font-family: "Montserrat";
}

/* dot 위치에서 시작해 버튼 전체를 덮는 확장 배경 */
#main .sec_6-more::before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--main-color);
    transform: translateY(-50%) scale(1);
    transform-origin: center center;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    /* 텍스트 아래, 배경 위 */
}

#main .sec_6-more:hover::before {
    transform: translateY(-50%) scale(50);
    /* 0.5rem × 50 = 25rem → 버튼 전체 커버 */
}

#main .sec_6-more:hover {
    color: #3a2e2a;
}

#main .sec_6-more-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--main-color);
    flex-shrink: 0;
    transition: background 0.45s ease;
}

#main .sec_6-more:hover .sec_6-more-dot {
    background: #3a2e2a;
}

#main .sec_6-notice-list {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

#main .sec_6-notice-item {
    display: block;
    padding: 2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

#main .sec_6-notice-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

#main .sec_6-notice-title {
    font-family: 'Pretendard';
    font-size: clamp(1.0625rem, 1.3vw, 1.45rem);
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    word-break: keep-all;
}

#main .sec_6-notice-date {
    display: block;
    margin-top: 1.75rem;
    font-size: 1rem;
    color: #c1c1c1;
    /* font-weight: 400; */
}

#main .sec_6-insta {
    border-radius: 18px;
    background: #f7e3d8;
    padding: clamp(1.5rem, 2.5vw, 2.5rem);
    display: flex;
    flex-direction: column;
}

#main .sec_6-insta-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

#main .sec_6-insta-title {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    font-family: "Montserrat";
}

#main .sec_6-insta-title img {
    width: 1.625rem;
    height: 1.625rem;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#main .sec_6-insta-plus {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#main .sec_6-insta-plus::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(90, 83, 80, 0.28);
    transform: scale(1);
    opacity: 0;
    pointer-events: none;
}

#main .sec_6-insta-plus:hover::after {
    animation: insta-plus-bounce 1.4s ease-in-out infinite;
}

@keyframes insta-plus-bounce {
    0% {
        transform: scale(1);
        opacity: 0.65;
    }

    60% {
        transform: scale(2.4);
        opacity: 0.08;
    }

    100% {
        transform: scale(1);
        opacity: 0.65;
    }
}

#main .sec_6-swiper-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    flex-shrink: 0;
}

#main .sec_6-swiper {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px;
    overflow: hidden;
}

#main .sec_6-swiper .swiper-wrapper,
#main .sec_6-swiper .swiper-slide {
    height: 100%;
}

#main .sec_6-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#main .sec_6-insta-nav {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
}

#main .sec_6-pagination {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 1.2rem;
    color: #b3aaa6;
    font-weight: 600;
    width: auto;
    font-family: "Montserrat";
}

#main .sec_6-pagination .swiper-pagination-current {
    color: #2c2622;
}

#main .sec_6-pagination .swiper-pagination-total {
    color: #b3aaa6;
}

#main .sec_6-pagination .sec_6-pagination-sep {
    color: #d8cfca;
}

#main .sec_6-insta-btns {
    display: flex;
    gap: 0.5rem;
}

#main .sec_6-insta-btns button {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    background: #fff;
    color: #5a5350;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

#main .sec_6-insta-btns button:hover {
    background: var(--main-color);
    color: #fff;
}

/* ==========================================
   TEXT COLOR FILL ON SCROLL (designkits dyEyMZg)
   background-clip:text + GSAP backgroundSize scrub
   ========================================== */

#main .sec_1-content h3,
#main .sec_2 h3,
#main .sec_3-caption h4,
#main .sec_5-title,
#main .sec_6-notice h3 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
}

#main .sec_1-content h3 {
    color: rgba(51, 51, 51, 0.18);
    background-image: linear-gradient(to right, #333, #333);
}

#main .sec_2 h3 {
    color: rgba(51, 51, 51, 0.18);
    background-image: linear-gradient(to right, #333, #333);
}

#main .sec_3-caption h4 {
    color: rgba(51, 51, 51, 0.18);
    background-image: linear-gradient(to right, #333, #333);
}

#main .sec_5-title {
    color: rgba(51, 51, 51, 0.18);
    background-image: linear-gradient(to right, #333, #333);
}

#main .sec_6-notice h3 {
    color: rgba(51, 51, 51, 0.18);
    background-image: linear-gradient(to right, #333, #333);
}


/* ======================================================
   RESPONSIVE
   타이포·간격은 base의 clamp()가 유동 처리하므로,
   미디어쿼리는 그리드 단계 전환과 장식요소 위치만 담당.
   ====================================================== */

/* ─────────────── 1280px : 중간 해상도 카드 재배치 ─────────────── */
@media (max-width: 1280px) {

    /* sec_2 : 가운데 열이 좁아져 글자가 깨지므로 2열 + 이미지 하단 전폭 */
    #main .sec_2-card {
        grid-template-columns: 1fr 1fr;
    }

    #main .sec_2-right {
        grid-column: 1 / -1;
        min-height: 18rem;
    }
}


/* ─────────────── 1024px : 2단 → 1단 스택 ─────────────── */
@media (max-width: 1024px) {

    /* sec_1 : 영상/콘텐츠 세로 스택 */
    #main .sec_1-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    #main .sec_1-image-main {
        min-height: 22rem;
    }

    #main .sec_1-image-sub {
        margin-left: 0;
        max-width: 100%;
    }

    #main .sec_1-bg-shape-3 {
        right: auto;
        left: 0;
    }

    /* sec_2 : 3단 카드 → 1단 스택 */
    #main .sec_2-card {
        grid-template-columns: 1fr;
    }

    #main .sec_2-left {
        min-height: 12rem;
    }

    #main .sec_2-right {
        min-height: 16rem;
    }

    /* sec_3 : 2열 → 1열, 계단식 오프셋 해제 */
    #main .sec_3-grid {
        grid-template-columns: 1fr;
    }

    #main .sec_3-item:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
    }

    #main .sec_3-item.n_3 {
        margin-left: 0;
    }

    #main .sec_3-col:first-child .sec_3-item:nth-child(3) .sec_3-img,
    #main .sec_3-col:last-child .sec_3-item:nth-child(1) .sec_3-img {
        aspect-ratio: 16 / 11;
    }

    /* sec_5 : 스토어/제품 → 1열 */
    #main .sec_5-grid {
        grid-template-columns: 1fr;
    }

    #main .sec_5-store {
        min-height: 220px;
    }

    /* sec_6 : 공지/인스타 → 1열 */
    #main .sec_6-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* ─────────────── 768px : 태블릿 → 모바일 ─────────────── */
@media (max-width: 768px) {

    .hero-bg {
        border-radius: 0;
    }

    /* notice-bar : 날짜 숨기고 제목에 공간 양보, 네비 축소 */
    .notice-bar {
        gap: 10px;
        padding: 0 14px;
    }

    .notice-badge {
        width: auto;
        padding: 0 12px;
        font-size: 0.8125rem;
    }

    .notice-title {
        font-size: 0.9375rem;
    }

    .notice-date {
        display: none;
    }

    .notice-prev,
    .notice-next {
        width: 34px;
        height: 18px;
    }

    /* sec_1 장식 도형 축소 */
    #main .sec_1-bg-shape-2,
    #main .sec_1-bg-shape-3 {
        width: 9rem;
        height: 9rem;
    }

    /* sec_2 지표 4 → 2열 */

    #main .sec_2 {
        margin: 5rem auto;
    }

    #main .sec_2-metrics {
        grid-template-columns: repeat(2, 1fr);
    }


    #main .sec_3 {
        padding: 0rem 0 9rem;
    }


    /* sec_5 제품 4 → 3열 (정사각 유지) */
    #main .sec_5-products {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: unset;
    }

    #main .sec_5-store-icon {
        width: 20%;
    }

    /* sec_6 공지 2 → 1열 */
    #main .sec_6-notice-list {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    #main .sec_5 {
        margin: 4rem auto;
    }


}

/*E:768*/


/* ─────────────── 480px : 모바일 ─────────────── */
@media (max-width: 480px) {

    .hero-bg {
        height: 90vh;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-copy {
        padding-top: 0;
    }

    /* notice-bar : 아이콘 배지 + 제목만, 컴팩트하게 */
    .notice-bar {
        height: 52px;
        gap: 8px;
        padding: 0 10px;
        border-radius: 14px;
    }

    .notice-badge {
        width: 32px;
        height: 30px;
        padding: 0;
        border-radius: 9px;
        gap: 0;
        font-size: 0;
    }

    .notice-badge img {
        width: 15px;
        height: 15px;
    }

    .notice-title {
        font-size: 0.875rem;
    }

    .hero-copy h2 {
        padding: 0 20px;
        word-break: keep-all;
        line-height: 2.2rem;
    }

    br.mo-br {
        display: block;
    }

    #main .sec_2-mid {
        padding: 2rem;
    }

    #main .sec_2-metrics small {
        font-size: 1rem;
    }


    #main .sec_2-left span {
        margin-top: 20px;
    }

    /* sec_3 캡션 줄간격 보정 */
    #main .sec_3-caption {
        margin-top: 1rem;
        padding-top: 0.75rem;
    }


    /* sec_5 제품 3 → 2열 */
    #main .sec_5-products {
        grid-template-columns: repeat(2, 1fr);
    }

    #main .sec_5-store {
        min-height: 160px;
    }

    /* sec_6 */
    #main .sec_6-notice-item {
        padding: 1.5rem;
    }

}