 :root{
    --chart-height:260px;
  }
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'MuseumCulturalFoundationClassic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식M.woff') format('woff');
    font-weight: 500;
    font-display: swap;}

	:root{ --chart-height:180px; }	
	p.text-center{text-align:center;}
	p.bold{font-weight:900;}
	.marginl130{margin-left:130px;}
	.rotate-180{transform: rotate(180deg);}
	.bold{font-weight:700;}
	.yellow-ft{color:#E9D691;}
	
	div{font-family:'GMarketSans'; }
	.gold-text{background:linear-gradient(90deg, #e4b655 30%, #fff1c3 50%, #a47e24 80%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent;}


	.mbver{display:none !important; }
	.mbver img{width:100%;}

	@media(max-width:600px){
    .pcver{display:none !important;}
    .mbver{display:block !important; margin:20px 10px;}
    

	}


	.sect1 { background: url(/_img/main/main04.jpg)no-repeat bottom center #010101;  background-size:100%;}
	.s1_container{margin:180px; align-items:flex-start;}
	.sect1 .main_text{font-family: 'MuseumCulturalFoundationClassic';}
	.s1_container p{font-size:4.4rem; margin-top:0;}
	.s1_container h1{margin-bottom:30px;}
	.smoke{bottom:50%; top:unset;}

	@media (max-width: 768px) {
		.sect1{background-size:150%; background-position:right bottom;}
		.s1_container{margin:0; align-items:center;}
		.marginl130{margin-left:0;}
	}
	

@media(max-width:600px){
	.s1_container h1 img{
		margin-top:0;
		width: 100%;
	}
}

.section.sales-section{background:#1f1f1f; padding:100px 40px; display:flex; justify-content:center;align-items:center; text-align:center;}
.section.sales-section p{color:#fff;}
/* 슬라이더 레이아웃 */
.sales-slider-container { position: relative; width: 100%; max-width: 1200px; margin: 40px auto 0; padding: 0 60px; box-sizing: border-box; }
.sales-slider-view { overflow: hidden; width: 100%; }
.sales-slider-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }

/* 각 슬라이드 한 칸의 너비 고정 */
.slide-item { flex: 0 0 100%; width: 100%; display: flex; justify-content: center; box-sizing: border-box; }
.slide-item .left_text{width: 40%; background: linear-gradient(45deg, #1E1408, #000000);  padding: 50px 0;  font-weight: 900; }
.slide-item .left_text h3{ font-size: 30px; color: #fff;}
.slide-item .left_text .percent_value{font-size: 40px; display: flex;  flex-direction: column; color: #fff;}
.slide-item .left_text .percent_value em{font-size: 80px; font-weight: 900; font-style: unset;}
/* 그래프 박스 디자인 */
.sales-section-wrap {
  width: 980px; max-width: 100%; background: #fff url('../_img/main/graph_bg.png') no-repeat bottom; 
  background-size: 100% auto; padding: 60px 40px; position: relative; box-sizing: border-box; }

.sales-section h2.title { text-align: center; font-size: 28px; font-weight: 700; margin-bottom: 4px; color: #111; }
.sales-section-wrap p.sub_title { color: #666; text-align: center; font-size: 15px; margin-bottom: 20px; }

/* 차트 영역 */
.sales-section .chart-wrap { display: flex; align-items: flex-end; justify-content: center; gap: 36px; height:260px; padding: 20px 0; }
.sales-section .bar { width: 110px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; position: relative; }

/* 막대 애니메이션 */
.sales-section .bar-inner {
  width: 100%; height: 0; background: linear-gradient(to top, #eb9a60, #f9e799);
  animation: grow 2s ease-out forwards; animation-delay: var(--delay); transform-origin: bottom;
}
.sales-section .mxhigh { background: linear-gradient(to top, #d63b12, #ffc776); }

@keyframes grow {
  0% { height: 0; }
  100% { height: var(--h, 100%); }
}

.sales-section .value { margin-bottom: 8px; font-weight: 700; font-size: 15px; white-space: nowrap; }
.sales-section .value.highlight { color: #c90000; font-size: 17px; }
.sales-section .month { margin-top: 10px; color: #666; font-size: 13px; }

/* 배지 디자인 */
.sales-section .badge {
  position: absolute; left: 30px; top: 30px; width: 130px; height: 130px; background: #c40000; 
  border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; text-align: center; box-shadow: 0 0 0 0 rgba(196, 0, 0, 0.4); animation: ripple-shadow 1.5s infinite;
}
.sales-section .badge em { font-size: 42px; font-style: normal; line-height: 1; }
.sales-section .badge p { font-size: 18px; line-height: 1.2; margin: 0; }

@keyframes ripple-shadow {
  0% { box-shadow: 0 0 0 0 rgba(196, 0, 0, 0.4); }
  70% { box-shadow: 0 0 0 20px rgba(196, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 0, 0, 0); }
}

/* 컨트롤 버튼 */
.sales-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px;
  background: rgba(0,0,0,0.5); color: #fff; border: none; border-radius: 50%; cursor: pointer; z-index: 10; font-size: 20px;
}
.sales-btn.prev { left: 0; }
.sales-btn.next { right: 0; }
.sales-btn:hover { background: #d4b06a; }
    
  /* ──────────────────────────────
     📱 반응형 - 태블릿: 1024px 이하
  ────────────────────────────── */
  @media(max-width:1024px){
    :root{ --chart-height:220px; }
    .sales-section .title{ font-size:24px; }
    .sales-section .chart-wrap{gap:24px;padding:20px;}
    .sales-section .bar{width:90px;}
    .sales-section .value{ font-size:15px; }
    .sales-section .month{ font-size:12px; }
    .sales-section .badge .p{ font-size:28px; }
    .sales-section .badge .t{ font-size:14px; }
    .sales-section .chicken-img{ width:100%; }
	.slide-item.mbver{margin:0;}
	.slide-item{flex-direction:column;}
	.sales-slider-container{padding:0 10px;}
	.section.sales-section{ padding:90px 0; }
	.section.sales-section.mbver{margin:0;}
	.sales-section .sales-section-wrap{border-left:3px; border-top:0; padding: 25px 0 20px;width: 100%;}
	.sales-section h2.title{font-size:18px; margin-bottom:18px;}
	.sales-section .chart-wrap{gap: 16px;padding: 10px;}
	.sales-section .bar{width:60px;}
	.sales-section .value{font-size: 13px;text-align: right;}
	.sales-section .value.highlight{font-size:15px;}
	.sales-section .month{font-size:11px;}
   .sales-section .chicken-img{width: 50%;right: -56px;bottom: -85px;left: auto;}
   .slide-item .left_text .line{margin:12px auto;}
   .slide-item .left_text .percent_value{font-size:17px;flex-direction:row; justify-content:center; align-items:center;}
   .slide-item .left_text{width:100%;padding:10px 0;}
   .slide-item .left_text h3{font-size:19px;}
	.slide-item .left_text p{font-size:13px;}
   .slide-item .left_text .percent_value em{font-size:35px;}
   
  }

  @media(max-width:890px){
    .sales-section .sales-section-wrap img.chicken-img{left: -200px;bottom: -102px;}
  }
  /* ──────────────────────────────
     📱 모바일: 600px 이하
  ────────────────────────────── */
@media(max-width:600px){
    :root{ --chart-height:180px; }
    .section.sales-section{ padding:90px 20px; }
	.section.sales-section.mbver{margin:0;}
    .sales-section .sales-section-wrap{padding:65px 0 20px;width: 100%;}
    .sales-section h2.title{font-size:18px; margin-bottom:18px;}
    .sales-section .chart-wrap{gap: 16px;padding: 10px;}
    .sales-section .bar{width:60px;}
    .sales-section .value{font-size: 13px;text-align: right;}
    .sales-section .value.highlight{font-size:15px;}
    .sales-section .month{font-size:11px;}
    .sales-section .badge{width:90px;height:90px;left: -10px;top: -30px;}
    .sales-section .badge p{font-size:16px;}
    .sales-section .badge em{font-size:30px;}
   .sales-section .chicken-img{width: 50%;right: -56px;bottom: -85px;left: auto;}
  }


.banner-section { display: flex; justify-content: center; align-items: center; width: 100%; }
        .banner-section .banner-container { width: 100%; background: linear-gradient(0deg, #3A3012 0%, #111111 50%, #111111 100%); padding: 50px 20px; color: white; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.5); display: flex; flex-direction: column; align-items: center; }
        .banner-section .content-section { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
		.banner-section .content-section img{width:auto;}
        .banner-section .header-section { margin-bottom: 40px; }

        /* 텍스트 스타일 */
        .banner-section .sub-title { font-size: 33px; font-weight: 300; color: #ffffff; margin-bottom: 10px; letter-spacing: -0.5px; }
        .banner-section .main-title { font-size: 48px; font-weight: 900; letter-spacing: -1px; line-height: 1.2; }
        .banner-section .main-title span { font-weight: 300; color: #aaa; margin: 0 5px; }
        .banner-section .text-info { text-align: left; }
        .banner-section .price-row { display: flex; align-items: center; background: linear-gradient(360deg, #e2bb66 0%, #f2eca7 50%, #e2bb66 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; }
        .banner-section .price-number {font-size: 160px;font-weight: 900;letter-spacing: -10px;/* line-height: 1; */}
        .banner-section .price-unit-group { display: flex; flex-direction: column; justify-content: center; margin-left: 10px; }
        .banner-section .unit-max { font-size: 40px; margin-bottom: 5px; text-align: right; line-height: 1; }
        .banner-section .unit-won { font-size: 73px; font-weight: 700; line-height: 1; }
        .banner-section .benefit-text { font-size: 60px; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 5px; text-align: right; width: 100%; }
        .banner-section .disclaimer { font-size: 22px; color: #666; text-align: right; margin-top: 5px; }

        /* 카드 그래픽 (CSS Art) */
        .card-visual { position: relative; width: 280px; height: 200px; margin-right: 20px; }
       

        /* 모바일 반응형 */
        @media (max-width: 768px) {
		.banner-section.mbver{margin:0;}
            .banner-section .content-section { flex-direction: column; gap: 60px; }
            .banner-section .content-section img{width:50%;}
            .card-visual { margin-right: 0; transform: scale(0.9); }
            .banner-section .sub-title { font-size: 18px; }
            .banner-section .main-title { font-size: 28px; }
            .banner-section .price-number {font-size: 84px;letter-spacing: -3px;}
            .banner-section .unit-max { font-size: 20px; }
            .banner-section .unit-won { font-size: 35px; }
            .banner-section .benefit-text {font-size: 40px;text-align: center;}
            .banner-section .disclaimer { font-size: 14px; text-align: center; }
            .banner-section .price-row { justify-content: center; }
        }



        .s6_container > span {position: absolute;top: 14.6rem;right: -380px;z-index: 5;}
        .s6_container > span img{width:80%;}

        @media (max-width: 768px) {
           .s6_container > span{top:49.6rem; right:-300px;}  
           .s6_container > span img{width:40%;}   
        }

.month-chart {display: flex;justify-content: center;align-items: center;width: 100%;padding: 50px 0;/* background: white url('../_img/main/graph_gridbg.png'); */background-size: contain;background-position: bottom;}
.month-chart .chart-container {width: 100%;max-width: 1200px; padding: 50px 30px; display: flex; flex-direction: row; gap: 30px; align-items: flex-start;}

.month-chart .header-content {
    display: flex;
    gap: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    width: 40%;
    min-width: 300px;
}
.month-chart .text-section { display: flex; flex-direction: column; }
.month-chart .amount-top-text{font-size:15px;}
.month-chart .chicken-img { width: 300px; }
.month-chart .chicken-img img { width: 100%; height: auto; }

.month-chart .main-heading {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;
    color: #333;
    letter-spacing: -1px;
}
.month-chart .sub-text {
    font-size: 22px;
    font-weight: 500;
    color: #252525;
    margin-top: 15px;
    letter-spacing: -0.5px;
}

.month-chart .chart-visuals {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    height: 500px;
    padding-top: 50px;
    gap: 20px;
    align-items: flex-end;
}

.month-chart .chart-bar-group {
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
    height: 100%;
    text-align: center;
}

.month-chart .bar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.month-chart .amount-value {
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.month-chart .amount-value.red{font-size:10px; color:#858585;}
.month-chart .amount-value.red em{font-style: unset; color: #d82b2b; font-size: 40px; font-weight: 700; }
.month-chart .amount-value.gray{font-size:10px; color:#858585;}
.month-chart .amount-value.gray em{font-style: unset; color: #333; font-size: 30px; font-weight: 700; }


.month-chart .bar {
    width: 100%;
    max-width: 169px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
}

.month-chart .bar,.month-chart .amount-value{
    animation: grow-bar 9s ease-out infinite;
}


.month-chart .bar-chickenbonbu { background: linear-gradient(to top, #ff9900, #d82b2b); animation-delay: 0s; }
.month-chart .bar-top10 { background-color: #555; animation-delay: 0.2s; }
.month-chart .bar-100plus { background-color: #555; animation-delay: 0.4s; }


.chart-bar-group.loaded .amount-value {
    bottom: calc(var(--bar-height) - 320px);
}
.chart-bar-group.loaded .amount-value.gray {
    bottom: calc(var(--bar-height) - 200px);
}
.chart-bar-group:nth-child(3).loaded .amount-value.gray {
    bottom: calc(var(--bar-height) - 112px);
}
.month-chart .label-box p{color: #373737; padding: 5px 10px; font-weight: 800; font-size: 20px; line-height:1;}
.month-chart .label-box em{font-style:unset;font-size: 11px; font-weight: 500; margin-top: 10px; letter-spacing: -0.5px;}
.month-chart .label-box.chickenbonbu { color: #d82b2b; font-size: 24px; padding-top:10px;}


@keyframes grow-bar {
    0% { height: 0; opacity: 0; }
    30% { height: var(--bar-height); opacity: 1; }
    100% { height: var(--bar-height); opacity: 1; }
}


@media (max-width: 1024px) {
    .month-chart .chart-container { flex-direction: column; align-items: center; }
    .month-chart .header-content { width: 100%; text-align: center; align-items:center;}
    .month-chart .chicken-img{width:30%;}
    .month-chart .main-heading { font-size: 50px; }
    .month-chart .sub-text { font-size: 18px; }
    .month-chart .chart-bar-group { width: 30%; min-width: 120px; }
}
@media (max-width: 768px) {
    .month-chart .chart-container { padding: 20px 10px; }
    .month-chart .main-heading { font-size: 40px; }
    .month-chart .sub-text { font-size: 16px; }
    .month-chart .chart-bar-group {width: 30%;min-width: 84px;}
    .month-chart .amount-value { font-size: 25px; }
    .month-chart .amount-value.gray {font-size: 14px;}
    .month-chart .label-box { font-size: 14px; }
    .month-chart .label-box.chickenbonbu { font-size: 18px; }
    .month-chart .amount-value.red{font-size:8px; }
    .month-chart .amount-value.red em{font-size:20px;}
    .month-chart .amount-value.gray{font-size:8px; color:#858585;}
    .month-chart .amount-value.gray em{font-size: 18px;}
    .month-chart .label-box em{font-size:9px;}
    .month-chart .label-box p{font-size:11px;}
	.month-chart.mbver{margin:0;}

    .chart-bar-group.loaded .amount-value {
    bottom: calc(var(--bar-height) - 353px);
    }
    .chart-bar-group.loaded .amount-value.gray {
        bottom: calc(var(--bar-height) - 222px);
    }
    .chart-bar-group:nth-child(3).loaded .amount-value.gray {
        bottom: calc(var(--bar-height) - 134px);
    }
}

.mnth-card { 
    overflow: hidden; 
    padding:130px 0; 
    background: linear-gradient(to bottom, #0b0a09 60%, #f3e2a1 50%);
    background-size:100%;
}
.mnth-card h2,.daily_card {text-align:center;}
   
.mnth-card .inner{ display:flex; justify-content:center; margin-top:120px;}
.mnth-card-slide { 
    width: 90vw;
    max-width:1400px; 
    height: 550px;
}

.mnth-card .swiper-slide {
    width: 400px !important; 
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    background: #000;
    cursor: grab;
    
    transition: transform .45s cubic-bezier(.2,.9,.3,1), opacity .45s, z-index 0s;
    transform-origin: center center;
    transform: none; 
    opacity: 1;
    z-index: 1;
    position: relative;
}

.mnth-card .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.6); 
    transition: filter 0.45s;
}

.sales-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 30px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 80%);
    z-index: 2; 
}
.sales-info p { margin: 5px 0; }
.sales-value { font-size: 2em; font-weight: bold; }
.month { color: #f4d03f; }
.date { font-size: 0.75em; color: #ccc; }

.mnth-card .swiper-slide:not(.is-center):not(.is-side) {
    transform: scale(0.75) translateY(70px); 
    opacity: 0.1; 
    z-index: 1; 
    background:#000;
}

/* 2. 측면(사이드) 상태 */
.mnth-card .swiper-slide.is-side {
    transform: scale(0.9) translateY(30px);
    opacity: 0.9;
    z-index: 10; 
    background:#000;
}
.mnth-card .swiper-slide.is-side img { filter: brightness(0.7); }


.mnth-card .swiper-slide.is-center {
    transform: scale(1.1); 
    opacity: 1;
    z-index: 20;
}
.mnth-card .swiper-slide.is-center img { filter: brightness(1); }
.mnth-card .is-center .main-value {
    color: #f4d03f;
    font-size: 2.2em; 
}

@media (max-width: 1100px) {
    .mnth-card-slide { width: 100%; margin:40px 0; height:auto;}
    .mnth-card .swiper-slide { width: 280px !important; height: 280px; }
    .mnth-card .swiper-slide.is-center { transform: scale(1.08) translateY(-8px); }
    .mnth-card .swiper-slide.is-side { transform: scale(0.95) translateY(10px); }
    .mnth-card .swiper-slide:not(.is-center):not(.is-side) { transform: scale(0.85) translateY(30px); }
    .mnth-card .inner{margin-top:0px;}
}




.daily_card {
        width: 100%;
        
        padding: 50px 0;
        overflow: hidden; 
        position: relative;
    }

 .daily_card .slider-track {
        display: flex;
        margin:100px 0;
        width: max-content; 
        animation: scroll 20s linear infinite; 
    }

    .daily_card .slider-track:hover {
        animation-play-state: paused;
    }
     
    .daily_card .slide-item {
        width:295px;
        background: url('../_img/main/bill_bg.png')no-repeat;
        margin: 0 15px; /* 카드 간 간격 */
        padding: 20px 10px;
        text-align: center;
        border-radius: 4px;
        background-size:100%;
        position: relative;
        flex-shrink: 0; 
    }

    
    .daily_card .label {
        font-size: 27px;
        font-weight: 700;
        color: #333;
        display: inline-block;
        padding: 26px 8px 0px;
        margin-bottom: 5px;
    }

    .daily_card .branch-name {
        font-size: 31px;
        font-weight: 500;
        color: #222;
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 5px;
        display: inline-block;
    }

    .daily_card .amount {
        font-size: 37px;
        font-weight: 900;
        color: #c00; 
        margin-bottom: 5px;
        display: block;
        letter-spacing: -2;
    }
    .daily_card .amount em{font-size:22px; font-style: unset;}
    .daily_card .date {
        font-size: 11px;
        color: #888;
    }

    /* 애니메이션 정의 */
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

 @media (max-width: 1200px) {
        .mnth-card{background-size:150%;}
        
    }
    @media (max-width: 1100px) {
        .daily_card{padding:90px 0;}
        .daily_card .slider-track{margin:40px 0;}
        
        .daily_card .slide-item{width:202px; padding:5px; background-size:cover; margin:0 5px;}
        .daily_card .slide-item span.label{font-size:15px;}
        .daily_card .slide-item span.branch-name{font-size:20px;}
        .daily_card .slide-item span.amount{font-size:20px;}
        .daily_card .slide-item span.amount em{font-size:10px;}
    }

    @media (max-width: 550px) {
        .mnth-card{background-size:240%;}
        .mnth-card h2{padding:0 50px;}
        .daily_card{padding:50px 0;}
        .interview-section h2{padding:10px;}
        .daily_card .slider-track.mbver{display:flex !important; gap:25px;}
    }

.interview-section {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}

.background-overlay {
    background: url('../_img/main/interview_bg.png') center/cover no-repeat;
    padding: 100px 5%;
    position: relative;
}

.section-title {
    
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}


.interview-slides-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.interview-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.interview-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0;
    position:relative;
}
.video-embed-container {
    width: 800px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.video-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.interview-text-box {
    width: 400px;
    height:100%;
    padding: 40px 30px;
    box-sizing: border-box;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-owner-name {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.interview-quote {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.navigation-area-wrapper {
    max-width: 1200px;
    margin: -70px auto 0 230px;
    position:relative;
    display: flex;
    justify-content: flex-end;
}

.navigation-buttons {
    display: flex;
    gap: 0;
}

.nav-button {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.nav-button:hover {
    background: #333;
}


@media (max-width: 1000px) {
    .background-overlay {
        padding: 50px 0;
    }

    .interview-content-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 1%;
    }

    .video-embed-container,
    .interview-text-box {
        width: 100%;
    }

    .interview-text-box {
        padding: 30px 20px;
        height: auto;
    }

    .navigation-area-wrapper {
        margin: 30px auto 0;
        justify-content: center;
    }
}


@media (max-width: 550px) {
    .store-owner-name {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .interview-quote {
        font-size: 14px;
    }

    .interview-text-box {
        min-height: 210px;
    }

    .nav-button {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }

    .navigation-area-wrapper {
        margin: 20px auto 0;
    }
}
.ch-special-taste {min-height: 100vh; background: radial-gradient(circle at top, #221106, #000); padding: 120px 20px; text-align: center; }
.ch-section-head {display: flex; align-items: center; justify-content: center; gap: 16px; color: #d4b06a; margin-bottom: 24px;}
.ch-line {width: 260px; height: 2px; background: #d4b06a;}
.ch-en { font-size:25px; letter-spacing: 1px; font-weight: 500; font-family:serif;}
.ch-special-taste .ch-main-title { color: #f2d58a; font-size: 62px; font-weight: 700; margin-bottom: 80px;}

.ch-special-taste .ch-card-wrap {display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top:70px;}
.ch-special-taste .ch-card { width: 300px; height: 330px; border-radius: 22px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.4);}
.ch-special-taste .ch-card:nth-child(1) {background: url('/_img/main/special_taste01.png') no-repeat; }
.ch-special-taste .ch-card:nth-child(2) {background: url('/_img/main/special_taste02.png') no-repeat; }
.ch-special-taste .ch-card:nth-child(3) {background: url('/_img/main/special_taste03.png') no-repeat;}

.ch-special-taste .ch-card:nth-child(1),.ch-special-taste .ch-card:nth-child(2),.ch-special-taste .ch-card:nth-child(3) { background-size: cover;}
.ch-special-taste .ch-card-info {position: relative; z-index: 2; padding: 36px 28px; color: #111; text-align: center;}
.ch-special-taste .ch-num {display: inline-block; background: #111; color: #f2d58a; font-size: 16px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;}
.ch-special-taste .ch-sub { font-size: 15px; color: #131313; margin-bottom: 8px; }
.ch-special-taste .ch-title { font-size: 35px; font-weight: 800; margin-bottom: 16px; }
.ch-special-taste .ch-desc { font-size: 14px; color: #131313; }
.line{background:linear-gradient(360deg, #e2bb66 0%, #f2eca7 50%, #e2bb66 100%);height: 2px;width: 44%;margin: 12px auto 30px;}
.ch-special-taste .ch-card-img {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);  width: 100%;  height: auto; z-index: 1; pointer-events: none; mix-blend-mode: multiply; }

@media (max-width: 900px) {
  .ch-special-taste .ch-card-wrap { gap: 24px; }
  .ch-special-taste .ch-main-title { font-size: 32px; }
  .ch-special-taste .ch-card { width: 100%; max-width: 320px; }
  .ch-line{width:70px;}
  .ch-en{font-size:18px; text-align:center;}
}

.sales-slider-container {
  position: relative;
  margin: 40px auto 0;
}

.sales-slider-view {
  overflow: hidden; /* 영역 밖 이미지 숨김 */
  width: 100%;
}

.sales-slider-track {
  display: flex;
  transition: transform 0.5s ease-out; /* 움직임 효과 */
}

.sales-slider-track img {
  width: 100%; /* 한 화면에 이미지 1개씩 보이게 설정 */
  flex-shrink: 0; /* 이미지 크기 유지 */
  display: block;
}

/* 컨트롤 버튼 */
.sales-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:30px;
  height: 30px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
}

.sales-btn.prev { left: 0; }
.sales-btn.next { right: 0; }

.sales-btn:hover { background: #d4b06a; }
.column_line {
  height: 180px;
  width: 2px;
  background: #111;
  margin: 20px 10px;
}

.horizontal-section {
  display: flex;
  flex-direction: row;
  position: relative;
  background: linear-gradient(90deg, #fff5e1, #f1ecdb);
  overflow: hidden;
}

/* =========================
   고정 타이틀 영역
========================= */

.horizontal-section .fixed-title {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 30%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  background: #fff;
}

.horizontal-section .fixed-title h2 {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
}

.horizontal-section .fixed-title p {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
}



/* =========================
   슬라이드 영역
========================= */

.horizontal-section .slide-wrapper {
  width: 70%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.horizontal-section .slide-container {
  display: flex;
  gap: 30px;
  padding-left: 30px;
  will-change: transform;
}

.horizontal-section .slide-card {
  flex-shrink: 0;
  width: 900px;
  height: 400px;
  border-radius: 40px 40px 40px 0;
  color: #fff;
  padding: 40px 330px 40px 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
}

.slide-card h2 {
  font-size: 33px;
}

.slide-card p {
  font-size: 18px;
  line-height: 1.6;
}

/* =========================
   카드 배경
========================= */

.slide-card:nth-child(1) {
  background: url('/_img/main/care_bg01.png') no-repeat center / cover, #222;
}

.slide-card:nth-child(2) {
  background: url('/_img/main/care_bg02.png') no-repeat center / cover, #333;
}

.slide-card:nth-child(3) {
  background: url('/_img/main/care_bg03.png') no-repeat center / cover, #444;
}
/* =========================
   모바일 (900px 이하)
========================= */
@media (max-width: 900px) {
 

 .horizontal-section {
    background: #fff;
    flex-direction: column;
    min-height: 100vh;
  }

  .horizontal-section .fixed-title {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .horizontal-section .fixed-title h2 {
    font-size: 42px;
  }

  .horizontal-section .fixed-title p {
    font-size: 18px;
  }

.sales-btn{top:13%;}
  .column_line {
    width: 2px;
    height: 40px;
    margin: 15px 0;
    background: #111;
  }

  .horizontal-section .slide-wrapper {
    width: 100%;
    min-height: 60vh;
    padding-bottom: 80px;   /* ⭐ 하단 잘림 방지 */
    display: flex;
    align-items: stretch;
  }

  .horizontal-section .slide-container {
    display: flex;
    gap: 20px;
    padding-left: 20px;
  }

  .horizontal-section .slide-card {
    width: 85vw;
    height: auto;
    padding: 40px;
    border-radius: 24px;
  }

  .slide-card h2 {
    font-size: 22px;
  }

  .slide-card p {
    font-size: 15px;
  }

.sec12 .s12_box .slide-wrap {
    width: 420px;
    position: relative;
    top: 120px;
    left: 180px;


}

.sec12 .s12_box .slide-wrap .swiper-container {
    overflow: hidden;
}

.sec12 .s12_box .slide-wrap::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 420px;
    height: 779px;
    background: url(/_img/main/sec9_sl_bg.png) no-repeat top center;
    z-index: 20;
}

.sec12 .s12_box .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.sec12 .s12_box .slider {
    left: -162px;
    width: 100vw;
   
    bottom: 0;
}
.sec12 .s12_box .slider img {width: 100%; height: 100%; object-fit: contain; }

.sec12 .s12_box .slider-container {
    display: flex;
    width: max-content;
    animation: carousel 20s linear infinite;

}



.sec12 .s12_box .slider-container .slider-content {
    flex: 0 0 auto;
    width: 162px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid #DDD;

}
.sec12 .s12_box .slider-container .slider-content p{color:#000;}
.sec12 .s12_box .slider-container .slider-content .img {
    width: 100%;
}

.sec12 .s12_box .slider-container .slider-content .slider-content img {
    width: 100%;
    display: block;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-162px * 5));
    }
}


.sec12 .gold_bg{background:linear-gradient(90deg, #d4ae4b, #ffee98, #d4ae4b);}
p.text-center{text-align:center;}
p.bold{font-weight:900;}




	.s5_box2 .round_box > div{width:300px; height:300px;}
	.s5_box > div{width:80%; margin-top:50px; justify-content:center;  align-items:center;}
	.s5_box{align-items:center; gap:3rem;}
	.s5_box .txtbx{background:linear-gradient(45deg, black, #2a1a0b); height:174px;}
	.s5_box > div > div::before{border:1rem solid transparent;}
	.
	
	@media (max-width: 768px) {
	.s5_box .txtbx{height:auto;}
	.s5_box > div{width:90%;}
	.s5_box > div > div{width:100%;}
	.step_txtbox p{font-size:23px;}
	}
	
	
