/* Paperlogy 폰트 - 다중 웨이트 설정 */
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy';
	src: url('../font/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

/* 창업 메인 리뉴얼 버전 */
html {
	font-size: 16px; /* 기본 폰트 크기 설정 (1rem = 16px) */
    -webkit-text-size-adjust: none;
}

/* 
	고해상도 모니터 대응: 
	- 1920px까지는 16px 유지
	- 1920px ~ 2100px 구간에서 미세하게 성장하여 시각적 답답함 해소
	- 2100px(컨텐츠 상한선) 이후로는 17.5px로 고정하여 레이아웃 붕괴(거대화) 방지 
*/
@media screen and (min-width: 1921px) {
    html {
        font-size: clamp(16px, 0.833333vw, 17.5px); 
    }
}

:root {
	--main-green: #2bcd1f;
    --main-yellow: #fff001;
    --main-yellow-hover: #fff700e5;
    --main-red: #ff0000;
    --main-black:#202020;
    --font-black:#00330a;
    --font-green: #087303;
    --font-green2: #204007;
    --font-green3: #4f8441;
    --gray-01:#8a8a8a;
    --gray-02:#cacacc;
    --gray-03:#bebcbc;
    
    /* 섹션 1 버거 위치 변수 (수정 시 여기만 바꾸면 전체 애니메이션에 반영됨) */
    --sec1-burger-y: 4.6875rem; /* 75px */
    --sec1-title-width: 37.5rem; /* 600px - PC 타이틀 전체 넓이 고정 */
}

/* 전체 공통 스타일 */
.new_contents { overflow: visible !important; }
.new_contents p, .new_contents span, .new_contents h1, .new_contents h2, .new_contents h3, .new_contents h4, .new_contents h5, .new_contents h6{
	letter-spacing: var(--ls, -0.02em);
	--default-sx: 1;
    --default-sy: 1;
	transform: translateY(var(--ty, 0)) scaleX(var(--sx, var(--default-sx))) scaleY(var(--sy, var(--default-sy)));
	font-family: var(--ff, 'Paperlogy');
}

.new_contents h2 { line-height: 1.27; }

/* span 태그는 인라인 요소이므로 transform 적용을 위해 inline-block 처리 */
.new_contents span { display: inline-block; }

/* new_contents 내부 기본 폰트 Paperlogy Medium */
.new_contents * {
	font-family: 'Paperlogy' !important;
	font-weight: 500;
}
.new_contents strong { font-weight: 800; }




.body_index_fran { overflow: hidden !important; width: 100%; position: relative; }
.over_h { overflow: visible !important; width: 100%; }
.body_index_fran #wrap { overflow: visible !important; height: auto !important; min-height: 100%; }




/* [베테랑의 레이아웃 방어] 유튜브 지연 로딩 컨테이너 기본 비율 보장 (0px 증발 방지) */
.yt_skeleton {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    display: block;
}
.main-green{
	color: var(--main-green);
}
.main-yellow{
	color: var(--main-yellow);
}
.main-yellow-hover{
	color: var(--main-yellow-hover);
}
.main-red{
	color: var(--main-red);
}
.main-black{
	color: var(--main-black);
}
.main-font-black{
	color: var(--font-black);
}
.main-font-green{
	color: var(--font-green);
}
.main-font-green2{
	color: var(--font-green2);
}
.main-font-green3{
	color: var(--font-green3);
}
.main-gray01{
	color: var(--gray-01);
}
.main-gray02{
	color: var(--gray-02);
}
.main-gray03{
	color: var(--gray-03);
}

/* ======================= 폰트 크기 유틸리티 클래스 시작 =======================*/
/*
	반응형 브레이크포인트 기준:
	- PC: 1025px 이상 (기본)
	- 태블릿: 1024px 이하
	- 모바일: 768px 이하

	사용법: <span class="fs-t1">텍스트</span>
	- t1, t2, t3: 타이틀 (큰 순서)
	- st1, st2, st3, st4: 서브타이틀 (큰 순서)
	- c1, c2, c3: 내용/본문 (큰 순서)
	- annot: 주석
*/

/* ==================== PC (1025px 이상) - 기본 스타일 ==================== */



/* 타이틀 (Title) - 가장 큰 텍스트 */
.fs-t0 { font-size: 4.25rem !important; }   /* 68px */
.fs-t1 { font-size: 3.875rem !important; }  /* 62px */
.fs-t2 { font-size: 3.5625rem !important; } /* 57px */
.fs-t3 { font-size: 2.625rem !important; }  /* 42px */

/* 서브타이틀 (Sub Title) - 중간 크기 */
.fs-st1 { font-size: 2.375rem !important; } /* 38px */
.fs-st2 { font-size: 2.125rem !important; } /* 34px */
.fs-st3 { font-size: 1.75rem !important; }  /* 28px */
.fs-st4 { font-size: 1.375rem !important; } /* 22px */

/* 내용 (Content) - 본문 텍스트 */
.fs-c1 { font-size: 1.5rem !important; }    /* 24px */
.fs-c2 { font-size: 1.25rem !important; }   /* 20px */
.fs-c3 { font-size: 1rem !important; }      /* 16px */
.fs-c4 { font-size: 0.875rem !important; }  /* 14px */

/* 주석 (Annotation) */
.fs-annot { font-size: 0.875rem !important; } /* 14px */


/* ==================== 태블릿 (1024px 이하) ==================== */
@media screen and (max-width: 1024px) {
    html { font-size: 16px; } /* 모바일/태블릿에서는 기본 폰트 크기 고정 */

	.fs-t1 { font-size: 3rem; }      /* 48px */
	.fs-t2 { font-size: 2.375rem; }  /* 38px */
	.fs-t3 { font-size: 2rem; }      /* 32px */

	.fs-st1 { font-size: 1.75rem; }  /* 28px */
	.fs-st2 { font-size: 1.625rem; } /* 26px */
	.fs-st3 { font-size: 1.5rem; }   /* 24px */
	.fs-st4 { font-size: 1.125rem; } /* 18px */

	.fs-c1 { font-size: 1.25rem; }   /* 20px */
	.fs-c2 { font-size: 1.125rem; }  /* 18px */
	.fs-c3 { font-size: 0.875rem; }  /* 14px */
    .fs-c4 { font-size: 0.8125rem; } /* 13px */

	.fs-annot { font-size: 0.6875rem; } /* 11px */

	/* 태블릿 강제 지정용 유틸리티 */
	.t-fs-t1 { font-size: 3rem !important; }
	.t-fs-t2 { font-size: 2.375rem !important; }
	.t-fs-t3 { font-size: 2rem !important; }
	.t-fs-st1 { font-size: 1.75rem !important; }
	.t-fs-st2 { font-size: 1.625rem !important; }
	.t-fs-st3 { font-size: 1.5rem !important; }
	.t-fs-st4 { font-size: 1.125rem !important; }
	.t-fs-c1 { font-size: 1.25rem !important; }
	.t-fs-c2 { font-size: 1.125rem !important; }
	.t-fs-c3 { font-size: 0.875rem !important; }
	.t-fs-c4 { font-size: 0.8125rem !important; }
}

/* ==================== 모바일 (768px 이하) ==================== */
@media screen and (max-width: 768px) {
	.fs-t1 { font-size: 2rem !important; }      /* 32px */
	.fs-t2 { font-size: 1.75rem !important; }   /* 28px */
	.fs-t3 { font-size: 1.625rem !important; }  /* 26px */

	.fs-st1 { font-size: 1.5rem !important; }    /* 24px */
	.fs-st2 { font-size: 1.375rem !important; }  /* 22px */
	.fs-st3 { font-size: 1.25rem !important; }   /* 20px */
	.fs-st4 { font-size: 1.125rem !important; }  /* 18px */

	.fs-c1 { font-size: 1.0625rem !important; } /* 17px */
	.fs-c2 { font-size: 0.9375rem !important; } /* 15px */
	.fs-c3 { font-size: 0.8125rem !important; } /* 13px */
    .fs-c4 { font-size: 0.75rem !important; }   /* 12px */

	.fs-annot { font-size: 0.625rem !important; } /* 10px */

	/* 모바일 강제 지정용 유틸리티 */
	.m-fs-t1 { font-size: 2rem !important; }
	.m-fs-t2 { font-size: 1.75rem !important; }
	.m-fs-t3 { font-size: 1.625rem !important; }

	.m-fs-st1 { font-size: 1.5rem !important; }
	.m-fs-st2 { font-size: 1.375rem !important; }
	.m-fs-st3 { font-size: 1.25rem !important; }
	.m-fs-st4 { font-size: 1.125rem !important; }
    
	.m-fs-c1 { font-size: 1.0625rem !important; }
    .m-fs-csub { font-size: 1rem !important; }
	.m-fs-c3 { font-size: 0.8125rem !important; }
	.m-fs-c2 { font-size: 0.9375rem !important; }
	.m-fs-c4 { font-size: 0.75rem !important; }
}
/* ======================= 폰트 크기 유틸리티 클래스 끝 =======================*/


/* 주석 스타일 */
.annotation{
    color: var(--gray-03);
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

/* 모바일 공통 시작*/
@media screen and (max-width: 768px) {
	.annotation{
		color: var(--gray-03);
		font-size: 0.625rem; /* 10px */
	}
    .right{
        text-align: right;
    }
    .center{
        text-align: center;
    }
}
/* 모바일 공통 끝*/


/* 모바일 레이아웃 보정 및 이중 스크롤 방지 */



html { 
    height: auto !important; 
    min-height: 100%; 
    overflow-x: hidden; 
    overflow-y: auto !important; /* 브라우저 기본 스크롤바 허용 */
    width: 100%; 
    position: relative; 
}
.body_index_fran { 
    height: auto !important; 
    min-height: 100%; 
    overflow: hidden !important; /* body 내부 스크롤 강제 차단 */
    width: 100%; 
    position: relative; 
    min-width: 0 !important; 
    -webkit-overflow-scrolling: touch; 
}


/* 컨텐츠 래퍼: 1440px(90rem) 타겟, 모바일/태블릿에서는 95% 유동적으로 조절 */
.body_index_fran .inner_1440, 
.body_index_fran .inner_960, 
.body_index_fran .center, 
.body_index_fran .inner { width: 95%; max-width: 90rem; margin: 0 auto; } 
.body_index_fran #wrap { height: auto !important; min-height: 100%; min-width: 0 !important; overflow: visible !important; }

/* Utility class -> */

/* PC/모바일 기기별 문구 분리시작*/
.pc_only { display: block; }
.mo_only { display: none !important; }

@media screen and (max-width: 768px) {
    .pc_only { display: none !important; }
    .mo_only { display: block !important; }
}
/* PC/모바일 기기별 문구 분리 끝*/


.sx100{
	--sx:1;
}
.sx97{
	--sx:0.97;
}
.sx90{
	--sx:0.90;
}
.ls0{
	--ls:0;
}
.ls05{
	--ls:-0.05em;
}
.ls015{
	--ls:-0.015em;
}
/* <- Utility class */


/* ======================= 섹션1. 비주얼 시작 =======================*/
#section1 { position: relative; width: 100%; background-color: var(--main-green); overflow: hidden !important; padding: 9.8125rem 0 7.5rem 0; z-index: 10; } /* 157px, 120px */
#section1 .inner_1440 { position: relative; overflow: visible !important; }
#section1 .sec1_content { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; overflow: visible !important; max-width: 75rem; margin: 0 auto; } /* 1200px 제한 및 중앙 정렬 */

#section1 .sec1_text_area { width: 53.125rem; color: #fff; } /* 850px */
/* 섹션1 타이틀 블록 레이아웃 (PC) */
#section1 .sec1_title_block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* 8px - 행간 조절 */
    /* width: var(--sec1-title-width); */
    width: 35.625rem; /* 570px */
    margin-bottom: 1.5625rem; /* 25px */
}
#section1 .sec1_title_block .ani_target {
    width: 100%;
    display: block;
}
#section1 .sec1_title_block img {
    width: 100%;
    height: auto;
    display: block;
}
#section1 .typo2 img { filter: brightness(0) invert(1); } /* 가장많이: 흰색 강조 */

#section1 .sec1_rank_box { background-color: var(--main-yellow); padding: 0.625rem 1.25rem; border-radius: 0; width: fit-content; margin-bottom: 0; box-shadow: 0.9375rem 0.9375rem 0 rgba(0,0,0,0.15); visibility: visible; margin-top: -0.8125rem; } /* 10px 20px, 15px, -13px */
#section1 .rank_box_inner { display: flex; align-items: center; gap: 1.0625rem; } /* 17px */
#section1 .rank_left { display: flex; flex-direction: column; gap: 0; } /* 선 추가를 위해 gap 제거 */
#section1 .rank_line { width: 100%; height: 0.165rem; background-color: #000; margin: 0.575rem 0; display: block; opacity: 0; transform: scaleX(0); } /* 초기 상태: 투명 및 가로축 축소 */
#section1 .rank_left .typo4, #section1 .rank_left .typo5 { --ty: 0; } /* 부모와 중복되는 이동 효과 제거 */
#section1 .rank_left .typo4.on { transition-delay: 0.1s; transition-duration: 0.5s; } /* 매장수 먼저 등장 */
#section1 .rank_left .typo5.on { transition-delay: 0.7s; transition-duration: 0.5s; } /* 판매량 충분한 간격 후 등장 */
#section1 .rank_line.on { 
    opacity: 0; 
    transform: scaleX(0); 
    animation: rank_line_glitch 0.4s steps(2, end) both; 
    animation-delay: 2.3s; /* 매장수, 판매량이 완전히 안착된 후 선 등장 */
    transition: none;
}

#section1 .rank_left .typo4 img { height: 5.625rem; width: auto; display: block; } /* 90px */
#section1 .rank_left .typo5 img { height: 5.625rem; width: auto; display: block; } /* 90px */

/* 프리미엄 글리치 애니메이션 정의 */
@keyframes rank_line_glitch {
    0% { transform: scaleX(0); opacity: 0; }
    15% { transform: scaleX(1.1) skewX(20deg); opacity: 1; filter: brightness(1.5); }
    30% { transform: scaleX(0.9) skewX(-20deg); opacity: 0.5; }
    45% { transform: scaleX(1.05) translateX(-2%); opacity: 1; }
    60% { transform: scaleX(0.98) translateX(2%); opacity: 0.8; }
    75% { transform: scaleX(1.02); opacity: 1; filter: contrast(1.2); }
    100% { transform: scaleX(1) skewX(0) translateX(0); opacity: 1; }
}
#section1 .rank_right { display: flex; align-items: flex-end; gap: 0; }
#section1 .rank_right .typo7 { margin-left: -0.625rem; } /* -10px - 느낌표와 앞 요소 사이 간격 축소 */
#section1 .rank_right .typo6 img { height: 12.1875rem; width: auto; display: block; } /* 195px */
#section1 .rank_right .typo7 img { height: 12.1875rem; width: auto; display: block; } /* 195px */
.sec1_info1 { font-size: 1.75rem; font-weight: 500; margin-bottom: 0.5rem; letter-spacing: -0.05em; } /* 28px, 8px */
#section1 .sec1_sub_info .sec1_info1 span { font-weight: 700; border-bottom: 0.125rem solid #fff; padding-bottom: 0.125rem; } /* 2px */
#section1 .sec1_sub_info .sec1_info2 { font-size: 1rem; font-weight: 300; opacity: 0.8; letter-spacing: -0.02em; } /* 16px */ /* 16px */

#section1 .sec1_img_area { position: absolute; right: -10rem; bottom: 0; width: 46.25rem; z-index: 100; overflow: visible !important; } /* -160px, 740px */
#section1 .sec1_img_area img { width: 100%; height: auto; display: block; overflow: visible !important; }

/* 섹션1 애니메이션 세부 타임라인 (하늘에서 쿵 + 우측 슬라이드) */
#section1 .sec1_sub_info.on { transition-delay: 2.0s; }

@media screen and (max-width: 1440px) {
    #section1 .sec1_text_area { padding-left: 1.25rem; } /* 20px */
    #section1 .sec1_img_area { width: 43.75rem; right: -1.25rem; } /* 700px, -20px */
}

@media screen and (max-width: 1024px) {
    #section1 { padding: 8.75rem 0 0; overflow: visible; } /* 140px */
    #section1 .inner_1440 { position: relative; padding: 0 1rem; box-sizing: border-box; } /* 16px */
    /* sec1_content: flex 세로 쌓기, 버거가 자연스럽게 아래 */
    #section1 .sec1_content { display: flex; flex-direction: column; align-items: flex-start; position: static; padding-bottom: 0; }
    #section1 .sec1_text_area { width: 100%; padding: 0; margin-bottom: 0; display: block; position: static; z-index: 2; }

    #section1 .sec1_title_block { display: block; width: 100%; margin-bottom: 0.9375rem; } /* 15px */
    #section1 .sec1_title_block .ani_target { width: auto; height: 9vw; }
    #section1 .sec1_title_block img { width: auto; height: 100%; display: inline-block; vertical-align: bottom; }
    
    #section1 .typo1, #section1 .typo2 { display: inline-block !important; }
    #section1 .typo1 { margin-right: 0.3125rem; } /* 5px - 대한민국에서 우측 간격 */
    #section1 .typo2 img { filter: none; } /* 모바일 가독성을 위해 흰색 필터 해제 */
    #section1 .typo3 { display: block !important; width: 100%; margin-top: 0.3125rem; } /* 5px - 수제버거는 다음 줄로 */

    #section1 .sec1_rank_box { padding: 0.125rem 0.125rem 0.125rem 0.5rem; box-shadow: 0.375rem 0.375rem 0 rgba(0,0,0,0.15); width: auto; display: inline-block; margin-top: 0; } /* 2px, 8px, 6px */
    #section1 .rank_box_inner { gap: 0.375rem; align-items: center; } /* 6px */
    #section1 .rank_left { gap: 0; }
    #section1 .rank_line { height: 0.1125rem; margin: 0.325rem 0; } /* 모바일에서는 선 두께와 간격 축소 */
    #section1 .rank_line.on { animation-duration: 0.3s; animation-delay: 2.3s; animation-fill-mode: both; } 
    #section1 .rank_left .typo4 img { height: 11vw; }
    #section1 .rank_left .typo5 img { height: 11vw; }
    #section1 .rank_right { gap: 0; align-items: flex-end; }
    #section1 .rank_right .typo7 { margin-left: -5vw; } /* 모바일에서 느낌표 사이 간격 축소 */
    #section1 .rank_right .typo6 img { height: 28vw; margin-right: 0.9vw;}
    #section1 .rank_right .typo7 img { height: 28vw; }
    #section1 .rank_right .typo7:nth-of-type(4),
    #section1 .rank_right .typo7:nth-of-type(5),
    #section1 .rank_right .typo7:nth-of-type(6) { display: inline-block !important; }

    /* 버거: 일반 흐름, 중앙, 랭크박스와 살짝 겹치게 margin-top 음수 */
    #section1 .sec1_img_area { position: static; transform: none; width: 100%; margin: 21vw auto 0; z-index: 100; overflow: visible !important; display: block; }
}

@media screen and (max-width: 768px) {
    #section1 { padding: 5.625rem 0 6.25rem; } /* 90px, 100px */
    #section1 .sec1_rank_box { padding: 0.3125rem 0.125rem 0.25rem 0.375rem; } /* 5px, 2px, 4px, 6px */
    #section1 .sec1_title_row.row1 .typo1 img { height: 10vw; }
    #section1 .sec1_title_row.row1 .typo2 img { height: 10vw; }
    #section1 .sec1_title_row.row2 .typo3 img { height: 10vw; }
    #section1 .rank_left .typo4 img { height: 12vw; }
    #section1 .rank_left .typo5 img { height: 12vw; }
    #section1 .rank_right .typo6 img { height: 30vw; }
    #section1 .rank_right .typo7 img { height: 30vw; }
    #section1 .sec1_img_area { position: static; transform: none; width: 86%; margin: 5vw auto 0; z-index: 100; overflow: visible !important; display: block; }
    #section1 .sec1_img_area img { width: 100%; height: auto; }
}
/* ======================= 섹션1. 비주얼 끝 =======================*/



/* ======================= 섹션2. 상단 창업문의 시작 =======================*/
#section2 { position: relative; width: 100%; background-color: #fff; overflow: hidden; }
.sec2_stats_box { padding: 6.875rem 0px; text-align: center; } /* 110px */
.sec2_stats_title { font-weight: 400; color: var(--main-green); line-height: 1.4; letter-spacing: -0.08em; margin-bottom: 5rem; --default-sx: 0.9; } /* 80px */
.sec2_stats_title span:first-child { margin-bottom: 0.375rem; } /* 6px - 첫 줄 개행 간격 추가 */
.sec2_stats_title .top_dot { position: relative; font-weight:700; }
.sec2_stats_title .top_dot::after { content: "•"; position: absolute; top: -1.15em; left: 50%; transform: translateX(-50%); color: var(--main-green); font-size: 0.5em; transform: scaleX(1.2); }

.sec2_stats_list { display: flex; justify-content: center; align-items: flex-start; gap: 2.1875rem; list-style: none; padding: 0; margin-bottom: 2.5rem; } /* 35px, 40px */
.sec2_stats_list li { width: 11.875rem; } /* 190px */
.sec2_icon { width: auto; height: 5rem; margin: 0 auto 1.25rem; } /* 80px, 20px */
.sec2_icon img { max-width: 100%; max-height: 100%; object-fit: contain; margin-bottom: 1.125rem; } /* 18px */
.sec2_num span { font-weight: 800; color: var(--main-green); margin-bottom: 0.3125rem; } /* 5px */
.sec2_num .sec2_num_right { color:var(--main-black); }
.sec2_txt { font-weight: 500; color: var(--main-black); letter-spacing: -0.125rem;} /* -2px */

.sec2_disclaimer { margin-top: 0.625rem;  } /* 10px */



/* 스크롤 애니메이션 기초 스타일 */
.ani_target {
    opacity: 0;
    --ty: 2.5rem; /* 40px */
    transform: translateY(var(--ty)) scaleX(var(--sx, var(--default-sx, 1)));
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1); /* 요즘 스타일 Out-Expo 느낌의 큐빅 베지어 */
    will-change: transform, opacity;
}

.sec2_stats_title.ani_target {
    --ty: 2.5rem; /* 40px */
    --default-sx: 0.9;
}

.ani_target.on {
    opacity: 1;
    --ty: 0;
}

.sec2_stats_title.ani_target.on {
    --ty: 0;
    --default-sx: 0.9;
}

/* 통계 섹션 순차 지연 (Stagger) */
.sec2_stats_title.on { transition-delay: 0.1s; }
.sec2_stats_list li:nth-child(1).on { transition-delay: 0.2s; }
.sec2_stats_list li:nth-child(2).on { transition-delay: 0.3s; }
.sec2_stats_list li:nth-child(3).on { transition-delay: 0.4s; }
.sec2_stats_list li:nth-child(4).on { transition-delay: 0.5s; }
.sec2_stats_list li:nth-child(5).on { transition-delay: 0.6s; }

/* 폼 섹션: 부모-자식 속도차 및 순차 지연 */
.sec2_form_box.ani_target {
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1); /* 부모는 묵직하고 더 부드럽게 */
}

/* 폼 내부 요소들은 더 탄력 있고 빠르게 (0.6s) */
.sec2_form_box.on .ani_target {
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); /* 약간의 Bounce 효과 가미 */
}

.sec2_form_box.on .sec2_input_row:nth-child(1) { transition-delay: 0.4s; }
.sec2_form_box.on .sec2_input_row:nth-child(2) { transition-delay: 0.5s; }
.sec2_form_box.on .sec2_input_row:nth-child(3) { transition-delay: 0.6s; }
.sec2_form_box.on .sec2_input_row:nth-of-type(1) { transition-delay: 0.4s; }
.sec2_form_box.on .sec2_input_row:nth-of-type(2) { transition-delay: 0.5s; }
.sec2_form_box.on .sec2_input_row:nth-of-type(3) { transition-delay: 0.6s; }
.sec2_form_box.on .sec2_agreement_row.on { transition-delay: 0.7s; }
/* .sec2_form_box.on .sec2_submit_btn.on { transition-delay: 0.01s; } */
.sec2_form_box.on .sec2_bottom_notice.on { transition-delay: 0.9s; }

.sec2_bottom_notice.text1 { margin-bottom: 0.625rem; } /* 10px */
.sec2_bottom_notice { text-align: center; line-height: 1.5; font-weight: 400; opacity: 0.9; }
.sec2_bottom_notice span { color:#fff;}
.sec2_bottom_notice .span1 { font-weight: 700; }

/* ==================== 태블릿 (1024px 이하) ==================== */
@media screen and (max-width: 1024px) {
    .inner_1440, .inner_960, .inner_1200 { width: 95%; max-width: 90rem; margin: 0 auto; }
    .sec2_stats_box { padding: 3.75rem 0 2.5rem; } /* 60px, 40px */
    .sec2_stats_title { margin-bottom: 2.5rem; } /* 40px */
    .sec2_stats_list { flex-wrap: wrap; justify-content: center; gap: 1.875rem 0.9375rem; } /* 30px, 15px */
    .sec2_stats_list li { width: 8.75rem; } /* 140px */
    .sec2_icon { width: 4.0625rem; } /* 65px */
    .sec2_input_row label { width: 9.375rem; } /* 150px */
}

/* ==================== 모바일 (768px 이하) ==================== */
@media screen and (max-width: 768px) {
    .sec2_stats_box { padding: 2.125rem 0 2.625rem; } /* 34px, 42px */
    .sec2_stats_title { margin-bottom: 2rem; line-height: 1.4; } /* 32px */
    .sec2_stats_title span:first-child { margin-bottom: 0; } /* 모바일 간격 유지 */
    .sec2_stats_list { gap: 1.875rem 1%; justify-content: center; } /* 30px */
    .sec2_stats_list li { width: 32%; }
    .sec2_icon { width: auto; height: 2.5rem; margin-bottom: 0.625rem; } /* 40px, 10px */
    .sec2_icon.icon05 { height: 2.75rem; margin-top: -0.3125rem; margin-bottom: 0.6875rem; } /* 44px, -5px, 11px */
    .sec2_disclaimer { padding-right: 1rem; }
    .sec2_stats_title span::after {top: -1.25em; }
    .sec2_stats_title .top_dot::after { top: -1.15em; }
    /* 푸터 보정 */
    /* .footer_wrap { margin-top: 40px; } */
    .footer { width: 95% !important; padding: 2.5rem 0 !important; } /* 40px */
    .ft_logo { position: relative; left: 0; top: 0; margin-bottom: 1.25rem; text-align: center; } /* 20px */
    .ft_logo img { display: inline-block; }
    .ft_info { padding: 0 !important; text-align: center; }
    .footer .policy { justify-content: center; display: flex; flex-wrap: wrap; gap: 0.625rem; margin-bottom: 1.25rem; } /* 10px, 20px */
    .footer .policy li { margin-right: 0; }
    .footer .policy li:before { display: none; }
    .footer .address { width: 100%; text-align: center; margin-bottom: 1.25rem; } /* 20px */
    .btn_footer { position: relative; right: auto; margin: 0 auto 1.25rem; display: block; } /* 20px */
    .footer-cs { text-align: center; }
    .awards { display: none; }
    .sec2_bottom_notice.text1 { margin-bottom: -0.125rem; } /* -2px */
}

/* ======================= 섹션2. 상단 창업문의 끝 =======================*/



/* ======================= 섹션3. 5관왕 석권 시작 =======================*/
#section3 { position: relative; width: 100%; background-color: #fff; padding: 7.5rem 0; overflow: hidden; } /* 1200px */
.sec3_title_area { text-align: center; margin-bottom: 5rem;} /* 80px */
/* .sec3_sub_title { font-weight: 500; letter-spacing: -0.05em; --default-sx: 0.9; } */
.sec3_title_area .text1 { color: var(--main-green); font-weight: 500; }
.sec3_title_area .text2 { color: var(--font-green2); font-weight: 800; margin-left: 0.1875rem;} /* 3px */
.sec3_title_area .text3 { color: var(--main-green); font-weight: 500; }
.sec3_title_area .text4 { color: var(--font-green2); font-weight: 800; margin-left: 0.1875rem;} /* 3px */
.sec3_main_title { font-weight: 800; color: var(--font-green2); letter-spacing: -0.05em; --default-sx: 0.9; }

.sec3_crowns_list { display: flex; justify-content: center; align-items: flex-start; gap: 1.25rem; list-style: none; padding: 0; margin-bottom: 3.75rem; } /* 20px, 60px */
.sec3_crowns_list li { width: 15rem; text-align: center; } /* 240px */
.crown_card { position: relative; }
.crown_icon { width: auto; height: 5rem; margin: 0 auto 1.25rem; } /* 80px, 20px */
.crown_icon img { max-width: 100%; max-height: 100%; object-fit: contain; margin-bottom: 1.125rem; } /* 18px */

.crown_text .t_top { font-weight: 500; color: var(--main-black); line-height: 0.55; letter-spacing: -0.05em; --default-sx: 0.95; display: flex; flex-direction: column; align-items: center; }
.crown_text .t_top span { font-weight: 500; padding-bottom: 0; display: inline-block; }
.crown_text .t_top .text1 { color: var(--main-black); }
.crown_text .t_top .text2 { color: var(--main-green); margin-top: -0.1875rem; position: relative; } /* -3px */
.crown_text .t_top::after { content: ''; display: block; width: 83%; height: 1px; background: var(--main-black); margin: 0.1875rem auto; } /* 3px */
.crown_text .t_bottom { font-weight: 400; color: var(--main-black); line-height: 1.3; letter-spacing: -0.05em; --default-sx: 0.95; }
.crown_text .t_bottom .text3 { color: var(--main-black); }
.crown_text .t_bottom .text4 { color: var(--main-black); }

.sec3_notice { text-align: right; color: var(--gray-02); margin-top: 1.25rem; padding-right: 3.125rem; opacity: 0.8; } /* 20px, 50px */

/* 섹션3 애니메이션 지연 설정 */
#section3 .sec3_sub_title.on { transition-delay: 0.1s; }
#section3 .sec3_main_title.on { transition-delay: 0.2s; }
.sec3_crowns_list li:nth-child(1).on { transition-delay: 0.3s; }
.sec3_crowns_list li:nth-child(2).on { transition-delay: 0.4s; }
.sec3_crowns_list li:nth-child(3).on { transition-delay: 0.5s; }
.sec3_crowns_list li:nth-child(4).on { transition-delay: 0.6s; }
.sec3_crowns_list li:nth-child(5).on { transition-delay: 0.7s; }
#section3 .sec3_notice.on { transition-delay: 0.9s; }

@media screen and (max-width: 1024px) {
    #section3 { padding: 5rem 0; } /* 80px */
    .sec3_crowns_list { flex-wrap: wrap; gap: 3.125rem 2%; justify-content: center; } /* 50px */
    .sec3_crowns_list li { width: 30%; min-width: 12.5rem; } /* 200px - 3-2 배열 유도를 위해 너비 조정 */
}

@media screen and (max-width: 768px) {
    #section3 { padding: 2.125rem 0; } /* 34px */
    .sec3_title_area { margin-bottom: 2.5rem; } /* 40px */
    .sec3_crowns_list { gap: 1.875rem 1%; margin-bottom: 1.25rem; } /* 30px, 20px */
    .sec3_crowns_list li { width: 32%; min-width: 6.25rem; } /* 100px - 3-2 배열 유지 */
    .sec3_crowns_list .fth { width: 38%; }
    .crown_icon { width: auto; height: 3.125rem; margin-bottom: 0.625rem; } /* 50px, 10px */
    .crown_icon img { max-width: 100%; max-height: 100%; object-fit: contain; margin-bottom: 1.125rem; } /* 18px */
    /* .crown_text .t_top { margin-bottom: 8px; } */
    .crown_text .t_top span { border-bottom-width: 0.125rem; } /* 2px */
    .crown_text .t_bottom { line-height: 1.2; }
    .sec3_notice { padding-right: 0; text-align: center; margin-top: 1.875rem; } /* 30px */
}

/* 비디오 섹션 (sec3.mp4) */
#sec_video_full { width: 100%; background-color: #fff; overflow: hidden; }
#sec_video_full .video_container { width: 100%; line-height: 0; }
#sec_video_full video { width: 100%; height: auto; display: block; }
#sec_video_full iframe { width: 100% !important; height: auto !important; aspect-ratio: 16/9; display: block; }
.video_container, .screen { position: relative; }
.video_overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 2; 
    background: rgba(0,0,0,0); /* 투명 오버레이 */
    cursor: default;
    pointer-events: auto; /* 마우스 이벤트를 오버레이가 가로챔 */
}
/* ======================= 섹션3. 5관왕 석권 끝 =======================*/



/* ======================= 섹션4 리뉴얼 통합 래퍼 시작 =======================*/
#section4_wrap { 
    position: relative; 
    width: 100%; 
    background-color: var(--main-green); 
    padding: 10rem 0 7.5rem; /* 160px 120px */
    z-index: 10; /* 이전 섹션(비디오 등)보다 위로 올라오도록 설정 */
    overflow: visible !important; /* 물결 무늬가 보일 수 있도록 visible 유지 */

    /* 도트 패턴 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */ /* 5px 하향 조정 */
}

/* 섹션 내부 내용물을 위한 마스크 (버거 자르기용) */
.sec4_contents_mask {
    width: 100%;
    overflow: hidden; /* 버거 이미지가 섹션 밖으로 나가는 것만 차단 */
    position: relative;
}

/* 상단 물결 무늬 - CTA 섹션과 100% 동일한 사이즈 및 반복 설정 */
#section4_wrap::before {
    content: '';
    position: absolute;
    top: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #2bcd1f; /* 기초 배경색 */
    /* 도트 패턴만 배경으로 사용 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 2.8125rem; /* 45px - 본문(5px) + 오프셋(40px) = 45px */
    
    /* [핵심] 물결 SVG로 마스킹하여 밖으로 삐져나가는 도트 차단 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-size: 8.75rem 3.125rem;
    mask-repeat: repeat-x;
    mask-position: calc(50% + 4.375rem) 0; /* 70px */
    -webkit-mask-position: calc(50% + 4.375rem) 0;
    
    z-index: 15;
    pointer-events: none;
}

#section4_wrap::after {
    content: '';
    position: absolute;
    bottom: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #2bcd1f; /* 기초 배경색 */
    /* 도트 패턴만 배경으로 사용 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 2.8125rem; /* 45px - 본문(5px) + 오프셋(40px) = 45px */
    
    /* [핵심] 물결 SVG로 마스킹하여 밖으로 삐져나가는 도트 차단 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-position: center 0;
    -webkit-mask-position: center 0;
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    z-index: 15;
    pointer-events: none;
    transform: rotate(180deg);
}

#section4_overview { padding-bottom: 8.75rem; } /* 140px */
.sec4_title_area { text-align: center; margin-bottom: 3.125rem; } /* 50px */
.sec4_title {
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem; /* 14px */
    flex-wrap: nowrap;
    white-space: nowrap;
}
/* 섹션4 타이틀 폰트 크기 — 전역 fs-t1(62px)보다 작게 */
.sec4_title .fs-t1 { font-size: 2.875rem; } /* 46px */

/* 체크 아이콘 */
.check_icon {
    display: inline-flex;
    width: 3.75rem; /* 60px */
    height: 3.75rem; /* 60px */
    flex-shrink: 0;
}
.check_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 
/* 제목 텍스트 인라인 */
.sec4_title_text {
    display: inline;
}
.sec4_title_text span {
    font-weight:500;
}
.sec4_title_text .text1{
    font-weight: 800;
}
.highlight_5 {
    color: var(--main-yellow);
    font-weight: 800;
    position: relative;
    display: inline-flex;
}
/* 5가지 위 점 개별 배치 */
.highlight_5 span {
    position: relative;
    display: inline-block;
}
.highlight_5 span::after {
    content: '•';
    position: absolute;
    top: -0.6em; /* 점 위치 약간 위로 */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.4em; /* 점 크기 약간 축소 */
    color: var(--main-yellow);
    line-height: 1;
}

/* 카드 리스트 */
.sec4_compare_list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2.5rem; /* 40px */
    list-style: none;
    padding: 0;
    margin: 0;
}
.sec4_compare_list li { flex: 1; max-width: 10.6875rem; } /* 171px */

.compare_card {
    background-color: #fff;
    border-radius: 1.125rem; /* 18px */
    overflow: hidden;
    height: 100%;
    border: 0.1875rem solid #ffffff; /* 3px */
    box-shadow: 0.25rem 0.25rem 0.125rem rgba(0,0,0,0.28); /* 4px 4px 2px - 더 짧고 진하게 */
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
.compare_card:hover { transform: translateY(-0.5rem); } /* -8px */

.card_num {
    background-color: var(--main-green);
    color: #fff;
    text-align: center;
    line-height: 0;
    position: relative;
    padding: 1.125rem 0; /* 18px */
}
.card_num img.sec4_num { 
    width: auto; 
    height: 3rem; /* 48px */
    object-fit: contain; 
    display: inline-block;
}
/* 시안의 얇고 깨끗한 구분선 */
.card_num::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem; /* 1px */
    background-color: rgba(255, 255, 255, 0.8);
}
/* .card_num .fs-t1 { font-size: 34px; font-weight: 900; } */

.card_content {
    padding: 1.125rem 0.75rem 1.375rem; /* 18px 12px 22px */
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.c_main {
    font-size: 1.3125rem; /* 21px */
    font-weight: 900;
    color: var(--main-green);
    letter-spacing: -0.04em;
    word-break: keep-all;
    
    /* [PC] 2줄 기준 고정 높이 및 정중앙 박기 */
    height: 3.25rem; /* 52px */
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem; /* 8px */
}
.c_main span { display: block; line-height: 1.15; font-weight: 800;}
.c_main br { display: none; } 
.c_line {
    width: 65%;
    height: 0.125rem; /* 2px */
    background-color: var(--main-green);
    margin: 0 auto 0.625rem; /* 10px */
    flex-shrink: 0;
}
.c_sub {
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
    color: var(--main-green);
    letter-spacing: -0.04em;
    
    /* [PC] 서브 텍스트도 2줄 기준 높이 고정 */
    height: 2.375rem; /* 38px */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.c_sub span{font-weight: 600;}

/* 섹션 4-1~5 공통 상세 스타일 */
.sec4_inner_section { position: relative; width: 100%; }
/* PC 표준 컨이너: 고해상도 1440px 제한, 모바일 95% 유동 (최상단 공통 설정으로 대체 권장되나 명시적 유지) */
.inner_1200, .inner_1440, .inner_960 { position: relative; width: 95%; max-width: 90rem; margin: 0 auto; } 

.sec4_detail_card {
    background-color: #fff;
    border-radius: 6.875rem; /* 110px */
    border: 0.875rem solid #ffffff; /* 14px */
    box-shadow: 0.25rem 0.25rem 0.125rem rgba(0,0,0,0.28); /* 4px 4px 2px - 더 짧고 진하게 */
    overflow: visible; 
    margin: 0 auto 7.5rem; /* 120px */
    position: relative;
    max-width: 75rem; /* 1200px */ 
    width: 95%;
    overflow: visible;
}

.sec4_detail_section{
    margin-bottom: 1.5625rem; /* 25px */
    overflow: visible !important; /* 상단 하강 시 잘림 방지 */
    position: relative;
    z-index: 10;
}

.detail_card_head {
    background-color: var(--main-green);
    padding: 1.5625rem 0; /* 25px */
    text-align: center;
    border-radius: 6.25rem 6.25rem 0 0; /* 100px - 카드와 동일한 곡률 적용 */
}
.detail_card_title {
    color: var(--main-yellow);
    letter-spacing: -0.05em;
}

.detail_card_title span{
    font-weight: 700;
}

.detail_card_body {
    padding: 2.5rem 5rem; /* 40px 80px */
    display: flex;
    flex-direction: column; /* 세로형 중앙 정렬 구조로 변경 */
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    
}

.detail_text_content { flex: 1; position: relative; z-index: 10; width: 100%; max-width: 100%; min-width: 0;}
.detail_main_msg {
    color: var(--font-green2);
    line-height: 0.85; /* 더 공격적으로 축소 (0.95 -> 0.85) */
    margin-bottom: 0.9375rem; /* 15px */
    letter-spacing: -0.07em;
    text-align: center;
}
/* 섹션 4 메인 메시지: PC/태블릿에서는 가로 한 줄로 배치 */
.detail_main_msg span { display: inline-block; margin-bottom: 0px; vertical-align: middle; }
.detail_main_msg .text_group { display: inline-block; margin-top: 0px; vertical-align: middle; margin-left: 0.9375rem; } /* 15px */
.detail_main_msg .text_group span { display: inline-block; margin-bottom: 0; vertical-align: middle; margin-left: 0; }
.detail_main_msg .text3 { color: var(--main-green2); margin-left: 3px; }
.detail_main_msg small {
    display: block;
    text-align: center;
    font-weight: 500;
    /* margin-top: 10px; */
}
.detail_main_msg .text1{
    font-weight: 900;
}
.detail_main_msg .text2{
    font-weight: 600;
}
.detail_main_msg .text3{
    font-weight: 900;
}

.detail_quote {
    font-weight: 800;
    color: var(--main-green);
    line-height: 1.15;
    margin-bottom: 1.875rem; /* 30px */
    letter-spacing: -0.05em;
    text-align: center;
}
/* 섹션 4 차트 그리드 레이아웃 - 깨짐 방지를 위해 Flex로 변경 */
.detail_chart_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem; /* 60px */
    margin: 4.375rem 0 0.625rem; /* 70px 0 10px */
    width: 100%;
}
.detail_chart_grid .detail_quote, .detail_quote_group {
    flex: 0 0 31.25rem; /* 500px - 텍스트 영역 너비 확장 (긴 문구 대응) */
    text-align: left;
    margin-bottom: 0px;
    margin-top: -1.875rem; /* -30px */
}
.detail_quote_group .detail_quote {
    flex: none;
    width: 100%;
    margin-bottom: 1.875rem; /* 30px */
}
.detail_quote_group .sec4_2_footer_msg, .detail_quote_group .bottom_text {
    text-align: left;
    margin-top: 1.25rem; /* 20px */
}
.detail_chart_grid .detail_quote > span {
    display: block; /* 한 줄씩 나오도록 강제 */
    word-break: keep-all;
}
.detail_chart_grid .detail_bar_chart {
    flex: 1;
    margin-top: 0;
    min-width: 0; /* flex 자식 깨짐 방지 */
}
.detail_chart_grid .bar_chart_annot {
    text-align: right; /* PC에서 우측 정렬 */
}
/* .detail_quote span { display: block; } */
.detail_quote .text1 { font-weight: 800; }

.detail_logic_area {
    text-align: center; 
    margin-top: 1.5625rem; /* 25px */
}

.detail_logic_area .text1{
	font-weight: 800;
}
.logic_top { margin-bottom: 3px; color: var(--main-green);}
.logic_top span{
	font-weight: 400;
}

/* 주제 텍스트와 주석을 묶는 그룹 */
.logic_top_group, .logic_bottom_group {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end; /* 제목과 주석 끝부분 정교하게 우측 맞춤 */
    vertical-align: top;
    text-align: right;
}
.logic_top_group { margin-bottom: 1.5625rem; width: 100%; align-items: center; } /* 25px - 상단은 중앙 정렬 유지 */
.logic_bottom_group { width: auto; margin-top: 0.3125rem; } /* 5px - 하단은 문구 길이에 맞춰 우측 정렬 유도 */

.logic_top_group .logic_annot, .logic_bottom_group .logic_annot {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .logic_top_group, .logic_bottom_group { align-items: center; width: 100%; text-align: center; }

    .logic_top_group .logic_top {
        margin-bottom: 0px;
        white-space: nowrap;
    }
    .logic_top_group .logic_annot, .logic_bottom_group .logic_annot {
        margin: 0;
        margin-top: -0.5rem; /* -8px - 텍스트에 밀착 */
    }
    .detail_chart_grid .detail_quote, .detail_quote_group {
        margin-top: 0px;
    }
    #section4_1 {
        overflow: hidden;
    }
    .sec4_detail_section{
        margin-bottom: 0.5625rem; /* 25px */
    }
}

.logic_top .text2{
	font-weight: 700; margin-left: 0.3125rem; /* 5px */
}
.logic_arrow { margin: 0.5rem 0; } /* 8px */
.logic_arrow img { 
    width: 3.75rem; height: auto; /* 60px */
    filter: brightness(0) saturate(100%) invert(51%) sepia(87%) saturate(1495%) hue-rotate(78deg) brightness(101%) contrast(100%); 
}
.logic_bottom { margin-bottom: 0px; color: var(--main-green); }
.logic_bottom span {  padding-bottom: 2px; font-weight: 800; }

/* 패티단가 확인 강조 텍스트 */
.logic_check {
    margin-top: 0.9375rem; /* 15px */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem; /* 12px */
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.logic_check .star {
    width: 2rem; /* 32px */
    height: auto;
    flex-shrink: 0;
    margin-right:-0.4rem;
}
.logic_check .text_wrap {
    position: relative;
    display: inline-block;
}
.logic_check .text {
    font-weight: 500;
    color: var(--main-black);
    position: relative;
    z-index: 2;
}
.logic_check .underline {
    position: absolute;
    bottom: -0.625rem; /* -10px */
    left: 50%;
    transform: translateX(-50%);
    width: 120%; /* 문장보다 좀 더 길게 확장 */
    height: auto;
    z-index: 0;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .logic_check {
        margin-top: 0.625rem; /* 10px */
        gap: 0.5rem; /* 8px */
    }
    .logic_check .star {
        width: 1.375rem; /* 22px */
    }
    .logic_check .underline {
        bottom: -0.375rem; /* -6px */
    }
}


.detail_image_content { 
    width: 45rem; /* 720px - 시안처럼 거대한 버거 */
    position: absolute; 
    right: -33.625rem; /* -650px - 카드 우측 밖으로 시원하게 삐져나감 */
    bottom: -20rem; /* -320px - 카드 하단 경계선에 걸침 */
    pointer-events: none; 
    z-index: 1; /* 카드보다는 위에, 텍스트보다는 뒤에 */
}

/* 트렌디한 Snappy Horizontal 슬라이딩 (성능 최적화 버전) */
.detail_image_content.ani_target { 
    opacity: 0; 
    transform: translate3d(12.5rem, 0, 0); /* 200px - GPU 가속강제 */
    will-change: transform, opacity;
}
.detail_image_content.ani_target.on { 
    opacity: 1; 
    transform: translate3d(0, 0, 0); 
    /* 지연 시간 후 쫀득하게 이동 */
    transition: transform 2.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.5s ease-out;
    transition-delay: 0.6s; /* 0.9s는 너무 길어 멈춘 느낌을 주므로 0.6s로 소폭 최적화 */
}
.detail_burger_img { 
    width: 100%; 
    height: auto; 
    filter: drop-shadow(0.625rem 0.625rem 1.25rem rgba(0,0,0,0.2)); /* 10px 10px 20px - 입체감 강화 */
}

.sec4_footer_msg {
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    --default-sx: 0.95;
}

/* 애니메이션 지연 */
#section4_overview .sec4_title.on { transition-delay: 0.1s; }
.sec4_compare_list li:nth-child(1).on { transition-delay: 0.3s; }
.sec4_compare_list li:nth-child(2).on { transition-delay: 0.4s; }
.sec4_compare_list li:nth-child(3).on { transition-delay: 0.5s; }
.sec4_compare_list li:nth-child(4).on { transition-delay: 0.6s; }
.sec4_compare_list li:nth-child(5).on { transition-delay: 0.7s; }


#section4_1 .sec4_detail_card.on { transition-delay: 0.2s}
#section4_1 .logic_check.on { transition-delay: 0.4s; }

.logic_annot {
    text-align: right;
    /* margin-top: 10px; */
}


#section4_2 { padding-top: 4rem; } /* 80px */
#section4_2 .sec4_detail_card.on { transition-delay: 0.2s; }

#section4_3 { padding-top: 4rem; } /* 80px */
#section4_3 .sec4_detail_card.on { transition-delay: 0.2s; }

#section4_4 { padding-top: 4rem; } /* 80px */
#section4_4 .sec4_detail_card.on { transition-delay: 0.2s; }

#section4_5 { padding-top: 4rem; } /* 80px */
#section4_5 .sec4_detail_card.on { transition-delay: 0.2s; }
/* 섹션4-5 카드 바디: 세로 정렬 */
.sec4_5_card_body { flex-direction: column; align-items: stretch; }
/* 본사 건물 이미지 래퍼 */
.sec4_5_hq_wrap,
.detail_chart_grid .sec4_5_hq_wrap {
    position: relative;
    width: 100%;
    flex: 0 0 31.25rem; /* 500px - PC 그리드 레이아웃 대응 */
    margin: 0;
    overflow: hidden;
    border-radius: 1rem; /* 16px */
}
.sec4_5_hq_wrap.ani_target { opacity: 0; transform: translate3d(-1.875rem, 0, 0); will-change: transform, opacity; } /* -30px - 좌측에서 등장 */
.sec4_5_hq_wrap.ani_target.on { opacity: 1; transform: translate3d(0, 0, 0); transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.9s ease-out; transition-delay: 0.3s; }
.sec4_5_hq_img { width: 100%; display: block; object-fit: cover; }
/* HACCP 배지: 우측 상단 */
.sec4_5_haccp_badge {
    position: absolute;
    top: 1rem; /* 16px */
    right: 1rem; /* 16px */
    width: 6.25rem; /* 100px */
}
.sec4_5_haccp_badge img { width: 100%; display: block; }
/* 직원수 표시 */
.bar_sub_info { text-align: center; margin-top: 0.25rem; } /* 4px */
.sec4_5_emp { display: block; font-weight: 700; color: var(--main-green); }
.sec4_5_emp_label { display: block; color: var(--font-gray); }
/* 말풍선 전용 클래스 - 행간 대폭 축소 */
.sb_value { display: block; color: var(--main-black) !important; font-weight: 900; line-height: 1; margin: 0 !important; text-align: center; }
.sb_txt { display: block; text-align: center; color: var(--main-black); font-weight: 700; line-height: 1; margin-top: 0 !important; } /* 0px */
/* Y축 브랜드명 */
.yaxis_brand { color: var(--main-green); font-weight: 800; display: block; text-align: right; margin-top: 0.25rem; } /* 4px */
/* 섹션 4-5 임직원 단체 사진 섹션 */
.sec4_5_team_content {
    margin-top: 2.5rem; /* 40px */
    text-align: center;
}
.sec4_5_team_msg {
    color: var(--main-green);
    line-height: 1.25;
    margin-bottom: 1.5625rem; /* 25px */
    letter-spacing: -0.05em;
    text-align: center;
}
.sec4_5_team_msg .text1{
	font-weight: 800;
}
.sec4_5_team_msg .text2{
	font-weight: 500;
}



.sec4_5_team_photo {
    width: 100%;
    border-radius: 1.25rem; /* 20px */
    overflow: hidden;
    margin-bottom: 1.875rem; /* 30px */
    box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.1); /* 10px 30px */
}
.sec4_5_team_photo img { width: 100%; display: block; }

.sec4_5_team_footer {
    display: inline-block;
    background-color: var(--main-green);
    padding: 1.25rem 2.5rem; /* 20px 40px */
    border-radius: 3.75rem; /* 60px */
    color: #fff;
    text-align: center;
    box-shadow: 0 0.3125rem 1.25rem rgba(43, 205, 31, 0.3); /* 5px 20px */
    width: 100%;
    box-sizing: border-box;
}
.sec4_5_team_footer p { font-weight: 600; line-height: 1; margin: 0; word-break: keep-all; }
.sec4_5_team_footer .text_yellow { color: var(--main-yellow); font-weight: 800; }

/* 애니메이션 적용 */
.sec4_5_team_content.ani_target { opacity: 0; transform: translate3d(0, 2.5rem, 0); } /* 40px */
.sec4_5_team_content.ani_target.on { opacity: 1; transform: translate3d(0, 0, 0); transition: all 1s ease-out; }

.sec4_5_team_footer.ani_target { opacity: 0; transform: scale(0.9); }
.sec4_5_team_footer.ani_target.on { opacity: 1; transform: scale(1); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-delay: 0.4s; }

/* 모델 카드 스와이퍼 (Swiper) */
.model_card_swiper_wrap {
    margin-top: 1.875rem; /* 30px */
    position: relative;
}
.model_card {
    background: #fff;
    border: 0.125rem solid var(--main-green); /* 2px */
    border-radius: 2.625rem; /* 42px */
    overflow: hidden;
}
/* Swiper Pagination Dots Custom */
.model_pagination {
    position: static;
    margin-top: 1.25rem; /* 20px */
    display: flex;
    justify-content: center;
    gap: 0.5rem; /* 8px */
}
.model_pagination .swiper-pagination-bullet {
    width: 0.5rem; /* 8px */
    height: 0.5rem; /* 8px */
    background: var(--main-green);
    opacity: 1;
    margin: 0 !important;
}
.model_pagination .swiper-pagination-bullet-active {
    background: #087400;
    opacity: 1;
}
/* PC/태블릿 그리드 배치 (769px 이상) */
@media (min-width: 769px) {
    .model_card_swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 한 줄에 4개 */
        gap: 1.25rem; /* 20px */
    }
    .model_card_swiper .swiper-slide {
        height: auto;        
    }
    .model_pagination {
        display: none !important;
    }
   
}
@media (max-width: 768px) {
 .model_card{
        border-radius: 1rem; /* 16px */
    }
}
.model_img_wrap {
    width: 100%;
    aspect-ratio: 330/320;
    overflow: hidden;
}
.model_img_wrap img { width: 100%; height: 100%; object-fit: cover; }
.model_img_empty {
    background-color: var(--gray-02);
}
.model_info {
    padding: 0.75rem 0.875rem; /* 12px 14px */
    text-align: center;
    background-color: var(--main-green);
}
.model_year { color: #ffffff; margin-bottom: 0.25rem; } /* 4px */
.model_name { color: var(--main-yellow); }
/* 4-4 차트 연결 돼지꼬리 화살표 */
.sec4_4_pigtail_arrow {
    position: absolute;
    left: 36.3rem; /* 차트 본문 영역 안쪽으로 정렬하여 텍스트 겹침 방지 */
    top: 32%; /* 상단 차트 바닥 지점 근처로 조정 */
    width: 9.375rem; /* 150px - 커진 루프를 담기 위해 확대 */
    height: 43.75rem; /* 700px - 두 차트를 시원하게 연결 */
    z-index: 20;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: visible;
}

.sec4_4_pigtail_arrow svg {
    width: 100%;
    height: 100%;
}

.sec4_4_pigtail_arrow .arrow_path {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    transition: stroke-dashoffset 1.8s ease-in-out;
}

.sec4_4_pigtail_arrow .arrow_head {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 1s ease-out 1.6s;
}

.sec4_4_pigtail_arrow.on .arrow_path {
    stroke-dashoffset: 0;
}

.sec4_4_pigtail_arrow.on .arrow_head {
    stroke-dashoffset: 0;
}

@media screen and (max-width: 1024px) {
    .sec4_4_pigtail_arrow {
        left: 50%;
        top: 48%;
        height: 7.5rem; /* 120px */
    }
}
@media screen and (max-width: 768px) {
    .sec4_4_pigtail_arrow {
        display: none; /* 모바일에서는 레이아웃 밀집도가 높아 생략 가능하거나 크기 대폭 축소 필요 */
    }
}
/* 4-4 카드 내 두번째 콘텐츠 블록 */
.sec4_4_cont2 {
    padding-top: 0;
}
/* 4-4 하단 cta 메시지 */
.sec4_4_cta_msg {
    margin-top: 3.125rem; /* 50px */
    text-align: center;
    color: var(--main-green);
    letter-spacing: -0.05em;
    line-height: 1.4;
    opacity: 0;
    clip-path: inset(0 0 100% 0); /* 초기 상태: 위에서 아래로 가려짐 */
}
.sec4_4_cta_msg.on {
    opacity: 1 !important;
    clip-path: inset(0 0 0 0) !important;
    transition: opacity 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.35s, 
                clip-path 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}
/* 릴레이 로드용 카드 초기 상태 (그림자 보호를 위해 clip-path 제거) */
.sec4_detail_card.ani_relay {
    opacity: 0;
    transform: translateY(-40px); /* 위에서 아래로 더 깊게 하강 */
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec4_detail_card.ani_relay.on {
    opacity: 1 !important;
    transform: translateY(0) !important;
    box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,0.1) !important; /* 프리미엄 그림자 강제 적용 */
}
/* [추가] 부모 카드가 켜지기 전에는 자식들이 강제로 숨겨짐 */
.sec4_detail_card.ani_relay:not(.on) .ani_target {
    opacity: 0 !important;
}

/* 브릿지 3요소: ani_target 기본(아래→위)과 반대로 위에서 아래로 내려오게 Override */
.sec4_footer_msg,
.sec4_footer_stack,
.sec4_footer_arrow {
    --ty: -2.5rem; /* 위에서 내려오게: 음수 translateY → 아래 방향 */
}

/* 섹션 4 카드 사이 브릿지 수평선 스택 */
.sec4_footer_stack { 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1875rem; /* 3px - 더 촘촘하게 */
    margin-bottom: 0.95rem;
}
.sec4_footer_stack span {
    display: block;
    border-radius: 0.125rem;
    /* 시퀀스 opacity/clip-path/transform 제거 → ani_target.on 시 컨테이너가 보이면 span도 함께 도신 */
}
.sec4_footer_stack.on span {
    opacity: 1;
}
/* span 크기 및 배경만 유지 (순차 지연 제거) */
.sec4_footer_stack span:nth-child(1) { 
    width: 2.5625rem; height: 0.45rem; 
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
} 
.sec4_footer_stack span:nth-child(2) { 
    width: 2.5625rem; height: 0.725rem; 
    background: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.6));
} 
.sec4_footer_stack span:nth-child(3) { 
    width: 2.5625rem; height: 1.375rem; 
    background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,1.0));
}

/* 브릿지 화살표: ani_target 기본 패턴으로 동일 처리 (clip-path 시퀀스/delay 제거) */
.sec4_footer_arrow {
    display: flex;
    justify-content: center;
    margin: 0.55rem auto 0;
    width: 4.8175rem; /* 컨테이너 크기 제한 */
    /* 초기 숨김상태(opacity, clip-path, transform) 제거 → ani_target 기본 패턴 적용 */
}
.sec4_footer_arrow img {
    width: 100% !important; /* 컨테이너에 맞춤 */
    max-width: 4.8175rem !important; 
    height: auto !important;
}
/* 4-3에서 bar_label_top 2줄 flex 처리 */
#section4_4 .bar_label_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.0625rem; /* 1px */
}
#section4_4 .bar_label_top .bar_value { display: block; }

/* 바 차트 */
.detail_bar_chart {
    margin-top: 3.75rem; /* 60px */
    width: 100%;
}
.detail_bar_chart--margin70{
	margin-top: 4.375rem; /* 70px */
}
.detail_bar_chart--margin90{
	margin-top: 5.625rem; /* 90px */
}

.bar_list {
    display: flex;
    align-items: flex-end;
    gap: 0.625rem; /* 10px */
    height: 21.5rem; /* 280px - 막대 영역 높이 확대 (180px -> 280px) */
}
.bar_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.bar_col {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center; /* 막대 가로 중앙 정렬 */
}
.bar_fill {
    width: 60%;
    height: 0; /* 초기값 0 → JS에서 on 클래스 시 실제 높이로 */
    background-color: #c8c8c8 !important; /* 기본 회색 강제 */
    border-radius: 0.375rem 0.375rem 0 0; /* 6px */
    transition: height 1.5s cubic-bezier(0.16, 1, 0.3, 1); /* 상승 시간 증폭 (1.0s -> 1.5s) */
    position: relative;
    overflow: visible;
}
.bar_fill.on {
    height: var(--bar-h);
}
.bar_label_top {
    position: absolute;
    bottom: 100%; /* 막대 상단 바로 위 */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: normal; /* 한 줄 유지 제거, 두 줄 허용 */
    padding-bottom: 0.1875rem; /* 3px */
    pointer-events: none;
    width: 100%; /* 너비 확보하여 중앙 정렬 보장 */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bar_label_top .bar_value {
    display: block;
    width: 100%;
}
.bar_value {
    font-weight: 700;
    color: var(--font-green2);
    line-height: 1.1;
    display: block;
}
.bar_item.bar_frank .bar_fill {
    background-color: var(--main-green) !important;
}
.frank_value {
    color: var(--main-green);
    font-weight: 900;
}

/* 차트 말풍선 - 자동 크기 조절 및 심미적 패딩 적용 */
.speech_bubble {
    background-color: #ffcb08;
    padding: 0.5rem 0.9375rem; /* 8px 15px - 상하좌우 여백 밸런스 조정 */
    border-radius: 1.875rem; /* 30px - 더 부드러운 곡률 */
    position: relative;
    box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.15); /* 3px 6px */
    margin-bottom: 0.625rem; /* 10px */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 0;
    white-space: nowrap; /* 자동 줄바꿈 방지하여 말풍선 형태 유지 */
    box-sizing: border-box;
}
.speech_bubble::after {
    content: '';
    position: absolute;
    bottom: -0.375rem; /* -6px */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.3125rem solid transparent; /* 5px */
    border-right: 0.3125rem solid transparent; /* 5px */
    border-top: 0.375rem solid #ffcb08; /* 6px */
}
/* 말풍선 내 요소들 스타일은 상단 sb_value, sb_txt 클래스에서 정의함 */
.bar_name {
    margin-top: 0.375rem; /* 6px */
    text-align: center;
    color: var(--font-green2);
    font-weight: 600;
    white-space: nowrap;
}
/* Y축 포함 차트 레이아웃 */
.bar_chart_with_yaxis {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem; /* 8px */
}
.bar_yaxis {
    display: flex;
    flex-direction: column-reverse; /* 100 → 600 순서로 역배치 */
    justify-content: space-between;
    height: 17.5rem; /* 280px - 차트 높이와 동일하게 확대 */
    padding-bottom: 1.375rem; /* 22px - bar_name 높이만큼 하단 여백 */
    flex-shrink: 0;
}
.yaxis_label {
    color: var(--gray-01);
    font-weight: 500;
    line-height: 1;
    display: block;
    text-align: right;
}
.yaxis_unit {
    color: var(--gray-01);
    font-weight: 500;
    display: block;
    text-align: right;
    margin-top: 0.25rem; /* 4px */
}
.bar_chart_inner {
    flex: 1;
    min-width: 0;
}

.bar_chart_annot {
    display: block;
    width: 100%;
    margin-top: 0.4375rem !important; /* 7px - 마진 상계 방지 및 간격 확실히 확보 */
}
.bottom_text{
	margin-top: 0.625rem; /* 10px */
	text-align: center;
    color: var(--font-green2);
}
.sec4_2_footer_msg {
    margin-top: 0.625rem; /* 10px */
    text-align: center;
    color: var(--main-green);
}
.sec4_2_footer_msg .text1 {
    font-weight: 800;
}
.sec4_2_footer_msg .text2 {
    font-weight: 500;
}
/* ==================== 태블릿 (1024px 이하) ==================== */
@media screen and (max-width: 1024px) {
    .inner_1200 { width: 95%; }
    .check_icon { width: 2.5rem; height: 2.5rem; } /* 40px */
    #section4_wrap { padding: 6.25rem 0 5rem; } /* 100px, 80px */
    .sec4_title { gap: 0.625rem; flex-wrap: nowrap; } /* 10px */
    .highlight_5::before { top: -1.125rem;} /* -18px */
    .sec4_compare_list { flex-wrap: wrap; gap: 1rem 2%; } /* 16px */
    .sec4_compare_list li { flex: none; width: 30%; max-width: none; }
    .card_num { padding: 0.875rem 0; } /* 14px */
    .card_num img.sec4_num { height: 2.375rem; } /* 38px */
    .detail_card_body { padding: 3.75rem 2.5rem; flex-direction: column; } /* 60px 40px */
    .detail_image_content {width: 18.75rem;} /* 300px */
}

/* ==================== 모바일 (768px 이하) ==================== */
@media screen and (max-width: 768px) {
    #section4_wrap::before {
        top: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-image: radial-gradient(#33bf29 2.3px, transparent 2.3px);
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem;
        mask-position: calc(50% + 1.34375rem) top; /* 21.5px */
        -webkit-mask-position: calc(50% + 1.34375rem) top;
    }
    #section4_wrap::after {
        bottom: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-image: radial-gradient(#33bf29 2.3px, transparent 2.3px);
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem;
        mask-position: center top;
        -webkit-mask-position: center top;
    }   
    #section4_wrap{
        padding: 2.3125rem 0px 2.3125rem; /* 37px */
    }
    #section4_overview { padding-bottom: 5rem; } /* 80px */
    .check_icon { width: 1.625rem; height: 1.625rem; } /* 26px */
    .sec4_title { gap: 0.375rem; flex-wrap: nowrap; } /* 6px */
    .sec4_title_area { margin-bottom: 1.25rem; } /* 20px */
    .highlight_5 span::after { top: -0.6em; font-size: 0.5em; }
    .sec4_compare_list { gap: 0.3125rem; flex-wrap: nowrap; } /* 5px */
    .sec4_compare_list li { flex: 1; width: auto; max-width: none; min-width: 0; }
    .compare_card { border-width: 2px; border-radius: 12px; }
    .card_num { padding: 0.5rem 0 0.5rem; border-bottom-width: 3px; } /* 8px */
    .card_num img.sec4_num { height: 1.375rem; } /* 22px */
    .card_content { padding: 0.5rem 0px 0px; } /* 8px */
    .c_main { 
        margin-bottom: 0.375rem; /* 6px */
        height: 2.125rem; /* 34px - 모바일용 2줄 높이 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .c_main span { line-height: 1.1;}
    .c_line { margin: 0.1875rem 0px; height: 1px; width: 85%; } /* 3px */
    .c_sub { 
        height: 2.5rem; /* 40px - 모바일용 2줄 높이 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1; 
    }
    .sec4_detail_card { 
        border-width: 0.1875rem; /* 3px - 모바일 4-0 카드 두께와 통일 */
        border-radius: 2.375rem; /* 38px - 모바일 4-0 카드 곡률과 통일 */
        max-width: none; 
        margin-bottom: 1.875rem; /* 30px */
    }
    .detail_card_head {
        border-radius: 2.3125rem 2.3125rem 0 0; /* 37px */
        padding: 0.75rem 0; /* 12px */
    }
    /* 모바일에서는 그리드 해제 */
    .detail_chart_grid {
        display: flex;
        flex-direction: column;
        gap: 3.125rem; /* 50px */
        margin: 1.25rem 0; /* 20px */
    }
    .detail_chart_grid .detail_quote {
        flex: none;
        width: 100%;
        text-align: center;
        margin-bottom: 1.25rem; /* 20px - 차트와의 간격 확보 */
    }
    .detail_quote_group {
        display: contents; /* 하위 요소들의 순서 조정을 위해 컨테이너 성격 해제 */
    }
    .detail_quote {
        order: 1; /* 모바일: 최상단 */
        width: 100%;
        text-align: center;
        margin-bottom: 1.25rem; /* 20px */
    }
    .detail_bar_chart {
        order: 2; /* 모바일: 중간 (차트) */
        width: 100%;
    }
    .detail_quote_group .sec4_2_footer_msg, .detail_quote_group .bottom_text {
        order: 3; /* 모바일: 차트 하단으로 이동 */
        text-align: center;
        margin-top: -1.5625rem; /* -25px - 차트와의 간격 확보 */
        width: 100%;
    }
    .detail_chart_grid .detail_quote > span {
        display: block; /* 모바일에서도 PC와 동일하게 span 단위 개행 보장 */
    }
    .detail_chart_grid .bar_chart_annot {
        text-align: center; /* 모바일에서 중앙 정렬 유지 */
    }
    #section4_3 .detail_bar_chart,
    .detail_main_msg { margin-bottom: 0.8125rem; text-align: center;} /* 13px */
    .detail_card_body { padding: 1.875rem 0.9375rem; min-height: auto; flex-direction: column; } /* 30px 15px */
    .detail_image_content { 
        position: absolute;
        width: 12.1875rem; /* 195px */
        bottom: 2.8125rem; /* 45px */
        right: -8.4375rem; /* -135px - 사파리 스크롤 차단 전제하에 돌출 효과 복원 */
        pointer-events: none;
        z-index: 5;
    }
    .detail_burger_img { width: 100%; height: auto; }
    /* 모바일 전용 수평 슬라이딩 보정 (성능 최적화) */
    .detail_image_content.ani_target { 
        opacity: 0; 
        transform: translate3d(0.625rem, 0, 0); /* 10px */
        will-change: transform, opacity;
    }
    .detail_image_content.ani_target.on { 
        opacity: 1; 
        transform: translate3d(0, 0, 0); 
        transition: transform 2.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s ease-out;
        transition-delay: 0.6s; 
    }
    .detail_main_msg small { margin-right: 0; text-align: center; }
    .detail_quote { margin-bottom: 0.9375rem; text-align: center; } /* 15px */
    .detail_logic_area { margin-top: 0.9375rem; text-align: center; } /* 15px */
    /* 모바일에서는 메시지를 다시 세로로 배치 */
    .detail_main_msg span { display: block; margin-bottom: 0px; }
    .detail_main_msg .text_group { display: block; margin-top: -4px; }
    .detail_quote br{display: none;}
    .logic_arrow img { width: 3.75rem; height: auto; margin: 0px auto; } /* 60px */
    .sec4_footer_msg { margin-top: 0.8125rem; } /* 45px */
    #section4_2 { padding-top: 1.25rem; } /* 20px */
    #section4_3 { padding-top: 1.25rem; }
    #section4_4 { padding-top: 1.25rem; }
    #section4_5 { padding-top: 1.25rem; }
    .sec4_4_connector img { width: 93%; }
    .model_card_swiper_wrap { margin-top: 1.25rem; } /* 20px */
    .model_info { padding: 0.5rem 0.625rem; } /* 8px 10px */
    .sec4_4_cta_msg { margin-top: 2.1875rem; } /* 35px */
    .bar_list { height: 10rem; gap: 0.3125rem; } /* 160px, 5px */
    .bar_yaxis { display: none; }
    .bar_value { color: var(--gray-01) }
    .speech_bubble { padding: 0.375rem 0.75rem; margin-bottom: 0.5rem; border-radius: 1.25rem; } /* 6px 12px, 8px, 20px */
    .speech_bubble::after { bottom: -0.3125rem; border-top-width: 0.3125rem; border-left-width: 0.3125rem; border-right-width: 0.3125rem; } /* 5px */
    .bar_fill { border-radius: 3.125rem 3.125rem 0 0; } /* 50px */
    .sec4_5_haccp_badge { width: 4.375rem; top: 0rem; right: 0rem; } /* 70px */
    
    #section4_5 .detail_bar_chart { margin-top: 0; } /* 중복 상단 여백 제거 */
    #section4_5 .sec4_5_hq_wrap { flex: none !important; width: 100%; margin-bottom: 1.25rem; } /* 20px - 500px 높이 상속 완벽 차단 */
    .sec4_5_team_content { margin-top: 1.875rem; } /* 30px */
    .sec4_5_team_msg { margin-bottom: 1.5625rem; } /* 25px */
    .sec4_5_team_photo { border-radius: 0.75rem; margin-bottom: 1.25rem; } /* 12px, 20px */
    .sec4_5_team_footer { padding: 0.6875rem 0.3125rem; border-radius: 2.5rem; } /* 11px 5px, 40px */
}
/* ======================= 섹션4 리뉴얼 통합 래퍼 끝 =======================*/


/* ======================= CTA (창업문의) 섹션 시작 =======================*/
#section_cta, #section2_cta { position: relative; width: 100%; background-color: var(--main-green); z-index: 10; }

.sec2_banner_wrap { position: relative; padding: 6.875rem 0 1.25rem; text-align: center; } /* 110px 0 20px - 상단 패딩 늘림 (웨이브 공간 확보) */
.sec2_banner_wrap::before {
    content: '';
    position: absolute;
    top: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%232bcd1f'/%3E%3C/svg%3E");
    background-size: 8.75rem 3.125rem; /* 140px 50px */
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 1;
}
/* 하단 웨이브(::after) 제거 */
.sec2_banner .banner_inner { display: flex; width: 75rem; margin: 0 auto; align-items: center; justify-content: center; gap: 1.25rem; padding: 0.9375rem 0px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; box-sizing: border-box; } /* 1200px, 20px, 15px */
.sec2_banner .banner_top { font-weight: 500; color: #fff; line-height: 1; letter-spacing: -0.05em; }
.sec2_banner .banner_bottom { font-weight: 500; color: #fff; line-height: 1; letter-spacing: -0.05em; }
.sec2_banner .highlight { color: var(--main-yellow); font-weight: 800; }

.sec2_form_box { position: relative; padding: 2.5rem 0 5rem; } /* 40px 0 80px */
/* 웨이브 구분선 제거 (배너 상단으로 이동됨) */

.inner_960 { width: 60rem; margin: 0 auto; color: #fff; } /* 960px */
.sec2_input_row { display: flex; align-items: center; margin-bottom: 1.25rem; } /* 20px */
.sec2_input_row label { width: 13.75rem; font-weight: 700; letter-spacing: -0.05em; line-height: 1; text-align: left; } /* 220px */
.sec2_input_row label .dot { color: var(--main-red); margin-left: 1px; position: relative; top:-0.8125rem; } /* 13px */
.sec2_input_row .input_wrap { flex: 1; }

/* z-index 쌓임 맥락 해결: 열린 드롭다운이 있는 행을 최상단으로 */
.sec2_input_row:has(.nice-select.open) { z-index: 100 !important; position: relative; }

/* 기본 입력창 공통 */
.sec2_input_row input[type="text"] { 
    width: 100%; height: 5rem; border-radius: 0.9375rem; border: 1px solid transparent; padding: 0 1.875rem; /* 80px, 15px, 30px */
    font-size: 1.5rem; box-sizing: border-box; transition: all 0.3s ease; /* 24px */
    background-color: #fff; color: #444; cursor: text; /* 입력 커서로 변경 */
}
.sec2_input_row .nice-select .current { 
    width: 100%; height: 5rem; border-radius: 0.9375rem; border: 1px solid transparent; padding: 0 1.875rem; /* 80px, 15px, 30px */
    font-size: 1.5rem; box-sizing: border-box; transition: all 0.3s ease; /* 24px */
    background-color: #fff; display: flex; align-items: center; color: #444; cursor: pointer;
}

/* 커스텀 셀렉트 래퍼 */
.nice-select { position: relative; width: 100%; user-select: none; }
.nice-select select { display: none; } /* 원본 숨김 */

/* 토글 버튼 (입력창 모양) */
.nice-select .current {
    background: #fff url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23444444" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"/%3E%3C/svg%3E') no-repeat right 1.5625rem center; /* 25px */
    background-size: 1.375rem 1.375rem; /* 22px */
}
.nice-select.open .current { border-color: var(--main-yellow); border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

/* 드롭다운 리스트 */
.nice-select .list {
    position: absolute; top: 100%; left: 0; width: 100%; 
    background: #fff; border-radius: 0 0 0.9375rem 0.9375rem; /* 15px */
    box-shadow: 0 0.625rem 1.5625rem rgba(0,0,0,0.15); /* 10px 25px */
    z-index: 99; opacity: 0; visibility: hidden; transform: translateY(-0.625rem); /* -10px */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 18.75rem; overflow-y: auto; overflow-x: hidden; /* 300px */
}
.nice-select.open .list { opacity: 1; visibility: visible; transform: translateY(0); }

/* 옵션 아이템 */
.nice-select .option {
    padding: 0.9375rem 1.875rem; font-size: 1.25rem; color: #666; cursor: pointer; transition: all 0.2s; /* 15px 30px, 20px */
    border-bottom: 1px solid #f5f5f5;
}
.nice-select .option:last-child { border-bottom: none; }
.nice-select .option:hover { background-color: #f9f9f9; color: var(--main-green); padding-left: 2.1875rem; } /* 35px */
.nice-select .option.selected { font-weight: 700; color: var(--main-green); background-color: #f0fdf0; }

/* 포커스 효과 */
.sec2_input_row input[type="text"]:focus,
.nice-select.open .current { border-color: var(--main-yellow); outline: none; box-shadow: 0 0 0.9375rem rgba(255, 240, 1, 0.2); } /* 15px */

.sec2_agreement_row { text-align: center; margin: 1.875rem 0; } /* 30px */
.checkbox_label { display: inline-flex; align-items: center; cursor: pointer; font-weight: 500; font-family: 'Noto Sans KR', sans-serif; position: relative; }

.checkbox_label input[type="checkbox"] { 
    appearance: none; -webkit-appearance: none;
    width: 1.625rem; height: 1.625rem; /* 26px */
    border: 0.125rem solid #e0e0e0; /* 2px */
    border-radius: 20%; /* [트렌드] 시작은 원형으로 (모핑 효과 준비) */
    background-color: #fff; 
    margin-right: 0.75rem; /* 12px */
    position: relative; 
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* 호버 시 테두리 강조 */
.checkbox_label:hover input[type="checkbox"] { border-color: var(--main-green); transform: scale(1.05); }

/*체크 시: 원형에서 사각형으로 모핑 + 리퀴드 필(Liquid Fill) */
.checkbox_label input[type="checkbox"]:checked { 
    border-radius: 0.4375rem; /* 7px */
    border-color: var(--main-green);
    background: var(--main-green);
    animation: checkbox-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 리퀴드 확산 효과를 위한 가상 요소 */
.checkbox_label input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}
.checkbox_label input[type="checkbox"]:checked::before { width: 150%; height: 150%; opacity: 0; }

/* 체크 마크: 왼쪽에서 그려지는 드로잉 효과 시뮬레이션 */
.checkbox_label input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 45%; left: 50%;
    width: 0; height: 0; /* 시작은 무(無) */
    border: solid #fff;
    border-width: 0 0.1875rem 0.1875rem 0; /* 3px */
    transform: translate(-50%, -60%) rotate(45deg);
    transition: width 0.2s 0.1s ease, height 0.2s 0.2s ease; /* 시차를 두어 그려지는 느낌 부여 */
}

.checkbox_label input[type="checkbox"]:checked::after {
    width: 0.375rem; height: 0.6875rem; /* 6px 11px - 최종 크기로 확장 */
}

@keyframes checkbox-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.sec2_submit_btn { 
    display: flex; width: 100%; height: 5.625rem; /* 90px */
    letter-spacing: -0.07em; background-color: var(--main-yellow); 
    border: none; border-radius: 0.9375rem; /* 15px */
    font-weight: 800; color: var(--font-green); cursor: pointer;  
    margin-bottom: 2.5rem; justify-content: center; align-items: center; /* 40px */
    box-shadow: 0 0.5rem 0 #cdbf02, 0 0.625rem 0.9375rem -0.625rem rgba(0,0,0,0.15); /* 8px 10px 15px -10px */
    position: relative;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); /* 더 쫀득한 가속도 곡선 */
    -webkit-tap-highlight-color: transparent; /* 모바일 클릭 하이라이트 제거 */
    backface-visibility: hidden; /* 3D 변환 깜빡임 방지 */
    transform-style: preserve-3d;
}

/* [PC] 마우스 호버 시에만 입체적으로 부상 */
@media (hover: hover) {
    .sec2_submit_btn:hover { 
        transform: translateY(-0.1875rem); /* -3px 상승 */
        /* 입체 두께가 11px(8+3)이 되어야 바닥면이 고정된 채 위로만 솟아 보임 */
        box-shadow: 0 0.6875rem 0 #cdbf02, 0 1.375rem 1.5625rem -0.625rem rgba(0,0,0,0.2); /* 11px 22px 25px -10px */
    }
}

.sec2_submit_btn:active,
.sec2_submit_btn.is-clicked {
    transform: translateY(0.5rem) !important; /* 8px만큼 하강하여 바닥에 완벽 밀착 */
    box-shadow: 0 0 0 #cdbf02, 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1) !important; /* 5px 10px */
    transition: 0.1s !important;
}

.sec2_submit_btn span { font-weight: 800; pointer-events: none; }
.sec2_submit_btn .span1 { margin: 0 5px; }
.sec2_submit_btn .arrow {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    transition: transform 0.3s ease;
}
.sec2_submit_btn:hover .arrow {
    transform: translateX(5px);
}

/* ==================== 태블릿 (1024px 이하) ==================== */
@media screen and (max-width: 1024px) {
    .sec2_banner .banner_inner { width: 95%; max-width: 1200px; padding: 20px 0; }
    .sec2_form_box { padding: 30px 0 60px; }
    .sec2_input_row { flex-direction: row; align-items: center; margin-bottom: 20px; }
    .sec2_input_row label { width: 160px; margin-bottom: 0; }
    .sec2_input_row .input_wrap { flex: 1; width: auto; }
    .sec2_input_row input[type="text"], .sec2_input_row select { height: 70px; font-size: 1.25rem; } /* 20px */
}

/* ==================== 모바일 (768px 이하) ==================== */
@media screen and (max-width: 768px) {
    .sec2_banner_wrap { padding: 20px 0 10px; } /* 상단 패딩 늘림 (웨이브 공간 확보) */
    .sec2_banner_wrap::before {
        top: -16px;
        height: 20px;
        background-size: 60px 20px; /* 비율에 맞게 너비 조정 */
    }
    .sec2_banner .banner_inner { flex-direction: column; gap: 8px; padding: 2vw 0vw; border-width: 1.5px; width: 90%; }
    .sec2_form_box { padding: 20px 0 60px; } /* 하단 여백 늘려 배경 확장 */
    .sec2_form_box .inner_960 { width: 86% !important; }
    .sec2_input_row { margin-bottom: 12px; }
    .sec2_input_row label { width: 100px; }
    .sec2_input_row input[type="text"], .sec2_input_row .nice-select .current { height: 45px; font-size: 1rem; border-radius: 10px; padding: 0 15px; } /* 16px */
    .nice-select .current { 
        background-position: right 10px center;
        background-size: 16px 16px;
    }
    .nice-select .option { padding: 10px 15px; font-size: 0.9375rem; } /* 15px */
    .nice-select .list { border-radius: 0 0 10px 10px; }
    .nice-select.open .current { border-radius: 10px 10px 0 0; }
    .sec2_agreement_row { margin: 20px 0; }
    .checkbox_label { line-height: 1.3; font-size: 0.875rem; } /* 14px */
    .checkbox_label input[type="checkbox"] { width: 22px; height: 22px; border-radius: 6px; margin-right: 10px; }
    .checkbox_label input[type="checkbox"]::after { width: 4px; height: 8px; border-width: 0 2px 2px 0; }
    .sec2_submit_btn { 
        height: 60px; margin-bottom: 25px; border-radius: 12px; 
        /* 모바일 바닥 지지점: 5px */
        box-shadow: 0 5px 0 #cdbf02, 0 8px 15px -5px rgba(0,0,0,0.15); 
        transform: translateY(0);
    }
    .sec2_submit_btn:hover {
        /* 하단 고정: 위로 2px 솟고, 두께는 7px(5+2)이 되어 바닥(5) 유지 */
        transform: translateY(-2px); 
        box-shadow: 0 7px 0 #cdbf02, 0 12px 20px -8px rgba(0,0,0,0.2);
    }
    .sec2_submit_btn:active,
    .sec2_submit_btn.is-clicked {
        /* 하단 고정: 5px 아래로 내려가고 두께는 0이 되어 바닥(5) 유지 */
        transform: translateY(5px) !important; 
        box-shadow: 0 0 0 #cdbf02, 0 3px 10px -2px rgba(0,0,0,0.1) !important;
        transition: 0.1s !important;
    }
    .sec2_submit_btn .arrow { margin-left: 2vw; }
    .sec2_bottom_notice { line-height: 1.4; }
    #section_cta, #section2_cta { padding-bottom: 1px !important; margin-bottom: 0 !important; }
    .new_contents { padding-bottom: 0 !important; margin-bottom: 0 !important; }
    .footer_wrap { margin-top: 0 !important; } /* 공통 스타일의 강제 여백 제거 */
}
/* ======================= CTA (창업문의) 섹션 끝 ======================= */



/* ======================= 개인정보 자세히 클릭 시 팝업 시작 =======================*/
.privacy_modal_pop{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:101;
	display:none;
}
.privacy_modal_pop .modal_container{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}
.privacy_modal_pop .modal_blind{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
.privacy_modal_pop .modal_contents{
	position:relative;
	z-index:2;
	background:#fff;
	max-width: 40.625rem; /* 650px */
	width:90%;
}
.privacy_modal_pop .modal_contents h3{
	background:var(--main-green);
	color:#fff;
	padding: 0.9375rem 1.875rem; /* 15px 30px */
	font-size:1.25rem; /* 20px */
	font-weight:600;
	display:flex;
	justify-content: space-between;
	align-items: center;
	--default-sx: 1; /* 모달 제목도 scale 변수 적용 */
}
.privacy_modal_pop .modal_contents h3 button{
	position:relative;
	width: 2.125rem; /* 34px */
	height: 2.125rem; /* 34px */
}
.privacy_modal_pop .modal_contents h3 button span{
	display:none;
}
.privacy_modal_pop .modal_contents h3 button::before,
.privacy_modal_pop .modal_contents h3 button::after{
	content:"";
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	height: 0.125rem; /* 2px */
	background:#fff;
	margin-top: -0.0625rem; /* -1px */
}
.privacy_modal_pop .modal_contents h3 button::before{
	transform:rotate(45deg);
}
.privacy_modal_pop .modal_contents h3 button::after{
	transform:rotate(-45deg);
}
.privacy_modal_pop .modal_contents .privacy_contents{
	padding: 1.25rem 1.875rem; /* 20px 30px */
	font-size:0.9375rem; /* 15px */
	color:#444;
	line-height:1.7;
	overflow:auto;
	max-height: 31.25rem; /* 500px */
}
.privacy_modal_pop .modal_contents .privacy_contents h4{
	font-size:1.0625rem; /* 17px */
	font-weight:600;
	margin-bottom: 0.625rem; /* 10px */
	margin-top: 1.5625rem; /* 25px */
	--default-sx: 1;
}
.privacy_modal_pop .modal_contents .privacy_contents p{
	font-weight:600;
	margin-bottom: 0.3125rem; /* 5px */
	margin-top: 0.625rem; /* 10px */
}
/* ======================= 개인정보 자세히 클릭 시 팝업 끝 =======================*/



/* 테스트를 위한 스크롤바 임시 제거 _^^_
body::-webkit-scrollbar {
  display: none;
}
*/




.only_mobile { display: none; }
@media all and (max-width:1011px) {
    .only_mobile { display: block; }
    
    /* 줄바꿈을 위해 flex 해제 및 인라인 흐름 적용 */
    .sec4_title {
        display: block !important; /* flex 해제 */
        white-space: normal !important;
        text-align: center;
    }
    .sec4_title_text {
        display: inline !important; /* block에서 inline으로 변경 */
        line-height: 1.4;
    }
    .sec4_title .fs-t1 {
        display: inline;
        font-size: 1.875rem !important; /* 30px */
        vertical-align: middle;
    }
    .check_icon {
        display: inline-block !important;
        width: 2rem !important; /* 32px - 모바일 아이콘 크기 최적화 */
        height: 2rem !important; /* 32px */
        vertical-align: middle;
        margin-right: 0.3125rem; /* 5px */
        margin-bottom: 0.3125rem; /* 5px - 베이스라인 정렬 */
    }
    .highlight_5 {
        display: inline-flex !important;
    }
}


/* ======================= 섹션 5 리뉴얼 통합 래퍼 시작 ======================= */
#section5_wrap {
    position: relative;
    width: 100%;
    background-color: var(--main-green);
    padding: 1.875rem 0 7.5rem; /* 30px 0 120px */
    z-index: 10;
    margin-top: 4.125rem; /* 66px - 두 섹션 사이의 흰색 물결 라인 공간 확보 */
    overflow: visible !important; /* 상단 물결이 잘리지 않게 강제 허용 */
    
    /* 도트 패턴 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
}


/* 상단 물결 무늬 - CTA 섹션과 100% 동일한 사이즈 및 반복 설정 */
#section5_wrap::before {
    content: '';
    position: absolute;
    top: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #2bcd1f; /* 기초 배경색 */
    /* 도트 패턴만 배경으로 사용 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 2.8125rem; /* 45px - 본문(5px) + 오프셋(40px) = 45px */
    
    /* [핵심] 물결 SVG로 마스킹하여 밖으로 삐져나가는 도트 차단 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    mask-position: calc(50% + 4.375rem) 0; /* 70px */
    -webkit-mask-position: calc(50% + 4.375rem) 0;
    
    z-index: 15;
    pointer-events: none;
}
#section5_wrap .sec5_inner_section {
    padding-bottom: 2.5rem; /* 40px */
}

#section5_wrap .sec5_inner_section:last-child {
    padding-bottom: 0;
}

/* 5-1 타이틀 스타일 */
#section5_1 .sec5_title_area {
    text-align: center;
    margin-bottom: 1.875rem; /* 30px */
    margin-top: 1.875rem; /* 30px */
}

.sec5_title_pill {
    display: inline-block;
    padding: 0.75rem 2.5rem; /* 12px 40px */
    border: 0.1875rem solid #fff; /* 3px */
    border-radius: 6.25rem; /* 100px */
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.875rem; /* 30px */
    letter-spacing: -0.05em;
}
.sec5_title_pill span {
    font-weight: 700;
}

.sec5_title_pill .text_yellow { color: var(--main-yellow); }

.sec5_subtitle {
    color: #fff;
}
.sec5_subtitle .text_yellow {
    color: var(--main-yellow);
}

.sec5_subtitle span {
    font-weight: 700;
    letter-spacing: -0.05em;
}

/* 모니터 프레임 스타일 */
.sec5_video_content {
    max-width: 68.75rem; /* 1100px */
    margin: 0 auto;
}

.monitor_frame {
    position: relative;
    background: #000;
    padding: 1.5rem 1.5rem 1.875rem; /* 24px 24px 30px - 하단 베젤 공간 확보 */
    border-radius: 1.25rem; /* 20px */
    box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.2); /* 10px */
}

.monitor_frame .screen {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.monitor_frame .screen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.monitor_stand {
    width: 5rem; /* 80px */
    height: 1.125rem; /* 18px */
    background: #fff;
    margin: 1.625rem auto 0; /* 26px - 70px 공간의 세로 중앙 배치 (26 + 18 + 26) */
    position: relative;
    border-radius: 0.1875rem; /* 3px */
}

.monitor_stand::after {
    display: none; /* 시안에 맞춰 화이트 팁만 남김 */
}

/* 5-2 스타일 */
#section5_2 .sec5_title_area {
    text-align: center;
    margin-bottom: 3.125rem; /* 50px */
}

/* 5-2 그리드 테두리 박스 */
.sec5_grid_border_wrap {
    position: relative;
    border: 0.1875rem solid #fff; /* 3px */
    border-radius: 0.625rem; /* 10px */
    padding: 6.25rem 2.5rem 5rem; /* 100px 40px 80px */
    max-width: 68.75rem; /* 1100px */
    margin: 5rem auto 2.5rem; /* 80px 40px */
}

#section5_2 .sec5_title_area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 5;
    background-color: var(--main-green);
    /* 도트 패턴 배경 유지하여 테두리 선만 가림 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
    background : transparent;
    
}

#section5_2 .sec5_system_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PC 기준 4열 배치로 확장 */
    gap: 0.625rem; /* 10px */
    margin: 0 auto;
    width: 100%;
}

#section5_2 .sec5_footer_area {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 5;
    background-color: var(--main-green);
    /* 도트 패턴 배경 유지하여 테두리 선만 가림 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
    padding: 0 0.9375rem; /* 15px */
    width: auto; /* 한 줄 유지를 위해 오토 설정 */
    
}

.sec5_yellow_pill {
    display: inline-block;
    padding: 0.75rem 3.75rem; /* 12px 60px */
    background-color: var(--main-yellow);
    border-radius: 6.25rem; /* 100px */
    color: var(--font-green);
    letter-spacing: -0.05em;
    white-space: nowrap; /* 한 줄 유지 */
    
}

.sec5_yellow_pill span {
    font-weight: 900;
}

.sec5_system_grid .grid_item {
    position: relative;
    border-radius: 1.25rem; /* 20px */
    overflow: hidden;
    aspect-ratio: auto;
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.15); /* 10px 20px */
}

.sec5_system_grid .img_box {
    width: 100%;
    height: 100%;
}

.sec5_system_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.sec5_system_grid .grid_item:hover img { transform: scale(1.1); }

.sec5_system_grid .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5625rem 0 1.2rem; /* 25px */
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 30%, transparent 100%);
    z-index: 2;
    letter-spacing: -0.05em;
}

/* 섹션 5-2 그리드 아이템 순차 애니메이션 지연 */
.sec5_system_grid .grid_item:nth-child(1).on { transition-delay: 0.1s; }
.sec5_system_grid .grid_item:nth-child(2).on { transition-delay: 0.2s; }
.sec5_system_grid .grid_item:nth-child(3).on { transition-delay: 0.3s; }
.sec5_system_grid .grid_item:nth-child(4).on { transition-delay: 0.4s; }
.sec5_system_grid .grid_item:nth-child(5).on { transition-delay: 0.15s; } /* 2행 시작 (PC 4열 기준) */
.sec5_system_grid .grid_item:nth-child(6).on { transition-delay: 0.25s; }
.sec5_system_grid .grid_item:nth-child(7).on { transition-delay: 0.35s; }
.sec5_system_grid .grid_item:nth-child(8).on { transition-delay: 0.45s; }

.sec5_footer_area {
    text-align: center;
}


#section5_2 .footer_pill_box {
    display: inline-block;
    padding: 0.625rem 0.9375rem; /* 10px 15px */
    border-top: 0.1875rem solid #fff; /* 3px */
    border-bottom: 0.1875rem solid #fff; /* 3px */
    margin-bottom: 0;
    background-color: transparent; /* 배경 투명 */
    border-radius: 0; /* 동그라미 제거 */
    border-left: none;
    border-right: none;
    white-space: nowrap; /* 한 줄 유지 */
    padding: 0.625rem 0.9375rem; /* 10px 15px - 시안에 맞춰 패딩 조정 */
}

#section5_2 .footer_pill_box .text1 {
    color: var(--font-green2);
    letter-spacing: -0.05em;
}

#section5_2 .footer_pill_box .text2 {
    color: var(--main-yellow); /* 노란색 강조 텍스트 */
    letter-spacing: -0.05em;
}

.footer_disclaimer {
    color: var(--font-green2);
    font-weight: 500;
    text-align: center;
    margin-top: 1.25rem; /* 20px */
}


/* ======================= 섹션 5-3 가맹점 이점 (추가) 시작 ======================= */
#section5_3 {
    text-align: center;
    padding-top: 3.125rem; /* 50px */
}
#section5_3 .sec5_title_area {
    margin-bottom: 3.125rem; /* 50px */
}
#section5_3 .sec5_title {
    color: #fff;
    line-height:1.2;
}
#section5_3 .sec5_title span {
    font-weight: 500;
}
#section5_3 .sec5_title .text_yellow {
    color: var(--main-yellow);
    font-weight: 800;
}

.sec5_benefit_grid {
    display: grid;
    grid-template-columns: 1fr; /* 모든 기기에서 세로 1줄로 변경 */
    width: 100%;
    max-width: 62.5rem; /* 1000px - 세로 적층 시 너무 길어지지 않게 조정 */
    margin: 0 auto 7.5rem; /* 120px */
    gap: 1.875rem; /* 30px */
}
.benefit_item {
    display: flex;
    width: 100%; /* 부모(grid)의 너비(가장 넓은 놈 기준)를 모두 채움 */
}
.benefit_pill {
    display: flex;
    width: 100%; /* 부모(li)의 늘어난 너비를 꽉 채움 */
    align-items: stretch;
    background-color: #fff;
    border-radius: 6.25rem; /* 100px */
    overflow: hidden;
    padding: 0.1875rem; /* 3px */
    box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.1); /* 5px 15px */
}
.benefit_pill .pill_prefix {
    /* 폰트 크기는 HTML에서 fs- 유틸리티 클래스로 제어 */
    flex: 0 0 10.625rem; /* 170px - 좌측 영역 너비를 일정하게 고정하여 본문 시작점을 일치시킴 */
    background-color: var(--main-green);
    color: #fff;
    padding: 0.75rem 3rem; /* 12px 48px */
    border-radius: 6.25rem; /* 100px */
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.benefit_pill .pill_desc {
    /* 폰트 크기는 HTML에서 fs- 유틸리티 클래스로 제어 */
    flex: 1; /* 남은 공간을 모두 차지하여 전체 너비를 일정하게 유지 */
    padding: 0.75rem 2.1875rem 0.75rem 1.5625rem; /* 12px 35px 12px 25px */
    color: var(--font-green);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 왼쪽 정렬로 정사각 느낌의 깔끔한 배치 */
}

.sec5_bottom_msg {
    margin-top: 3.125rem; /* 50px */
    color: #fff;
    line-height: 1.35;
}
.sec5_bottom_msg p span {
    display: block;
    font-weight: 700;
}
.sec5_bottom_msg .text_yellow {
    color: var(--main-yellow);
}
.sec5_bottom_msg strong {
    font-weight: 900;
}
/* ======================= 섹션 5-3 가맹점 이점 (추가) 끝 ======================= */

/* 섹션 5 반응형 */
@media screen and (max-width: 1024px) {
    .sec5_title_pill {  padding: 0.625rem 2.1875rem; } /* 10px 35px */
    .sec5_yellow_pill { padding: 0.625rem 2.5rem; } /* 10px 40px */
    .footer_pill_box { padding: 0.625rem 1.875rem; } /* 10px 30px */
    .sec5_grid_border_wrap { padding: 5rem 1.875rem 3.75rem; margin: 3.75rem 0.9375rem 1.875rem; } /* 80px 30px 60px, 60px 15px 30px */
    .sec5_benefit_grid { margin: 0 auto 1.25rem; } /* 20px */
    .footer_disclaimer { margin-top: 2.5rem; } /* 40px */
    #section5_wrap { padding-bottom: 4.375rem; } /* 70px */
}

@media screen and (max-width: 768px) {
    #section5_1 .sec5_title_area { margin-top: 0rem; }
    #section5_wrap { padding: 2.125rem 0 3.125rem; margin-top: 1.875rem; } /* 34px, 50px, 30px */
    #section5_wrap::before {
        top: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem;
        mask-position: calc(50% + 1.34375rem) top; /* 21.5px */
        -webkit-mask-position: calc(50% + 1.34375rem) top;
    }   
    #section5_wrap .sec5_inner_section { padding-bottom: 1.5625rem; } /* 25px */
    
    .sec5_title_pill {  padding: 0.5rem 1.5625rem; border-width: 0.25rem; margin-bottom: 1.25rem; } /* 8px 25px, 4px, 20px */    
    .monitor_frame { padding: 0.75rem 0.75rem 0.9375rem; border-radius: 0.75rem; box-shadow: 0.1875rem 0.375rem 0.1875rem rgba(0,0,0,0.2); } /* 12px 12px 15px, 3px 6px 3px */
    .monitor_stand { width: 3.125rem; height: 0.625rem; margin: 0.9375rem auto 0; } /* 50px, 10px, 15px */
    .monitor_stand::after { display: none; }
    
    .sec5_grid_border_wrap { padding: 2.5rem 0.625rem 2.5rem; margin: 2.5rem 0.75rem 1.5625rem; border-radius: 0.625rem; border-width: 0.1875rem;} /* 40px 10px 40px, 40px 12px 25px, 10px, 3px */
    .sec5_yellow_pill {  padding: 0.5rem 1.875rem; } /* 8px 30px */
    
    #section5_2 .sec5_system_grid { 
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important; /* ID 포함 + important로 확실하게 2열 고정 */
        gap: 0.625rem; /* 10px */
        padding: 0; 
        margin-bottom: 0rem; 
    }
    .sec5_system_grid .label { padding: 0.35rem 0 1.4rem; font-weight: 500;} /* 12px */
    .sec5_system_grid .grid_item { border-radius: 0.4375rem; } /* 7px */
    
    #section5_2 .sec5_footer_area { padding: 0 0.3125rem; } /* 5px */
    .footer_pill_box { padding: 0.5rem 0.625rem; border-top-width: 0.15625rem; border-bottom-width: 0.15625rem; } /* 8px 10px, 2.5px */
    .footer_pill_box span { display: inline-block; } /* 한 줄 유지를 위해 모바일에서도 인라인 블록 */

    /* 섹션 5-3 모바일 보정 */
    #section5_3 { padding-top: 0; }
    #section5_3 .sec5_title { line-height: 1.3; }
    #section5_3 .sec5_title_area { margin-bottom: 1.875rem; } /* 30px */
    .sec5_benefit_grid { 
        display: grid; /* 모바일에서도 Grid를 유지하여 하드코딩 없이 너비를 통일 */
        justify-content: center; 
        justify-items: stretch; 
        gap: 0.75rem; /* 12px */
        margin-bottom: 2.5rem; /* 40px */
    }
    .benefit_item { 
        display: flex;
        width: 100%;
        /* 빈 규칙 집합 방지를 위해 필요한 기본 속성만 유지 */
    } 
    .benefit_pill .pill_prefix { 
        flex: 0 0 6.25rem; /* 100px */
        padding: 0.5rem 0.0625rem; /* 8px 1px */
        text-align: center; 
    } 
    .benefit_pill .pill_desc { 
        flex: 1;
        padding: 0.5rem 0.0625rem 0.5rem 0.5rem; /* 8px 1px 8px 8px */
        text-align: left; 
        line-height: 1.1; 
        word-break: keep-all; 
    } 

    .sec5_bottom_msg { margin-top: 1.875rem; } /* 30px */
    .sec5_bottom_msg p span { line-height: 1.4; }
    .footer_disclaimer { margin-top: 1.875rem; } /* 30px */

}

/* ======================= 섹션 6 리뉴얼 통합 래퍼 시작 ======================= */
#section6_wrap {
    position: relative;
    width: 100%;
}

#section6_wrap::after {
    content: '';
    position: absolute;
    bottom: -2.5rem; /* -40px */
    left: 20;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #2bcd1f; /* 기초 배경색 */
    /* 도트 패턴만 배경으로 사용 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 2.8125rem; /* 45px - 본문(5px) + 오프셋(40px) = 45px */
    
    /* [핵심] 물결 SVG로 마스킹하여 밖으로 삐져나가는 도트 차단 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-position: center 0;
    -webkit-mask-position: center 0;
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    z-index: 15;
    pointer-events: none;
    transform: rotate(180deg);
}

/* ============================================================
   섹션 6: 압도적 판매량 및 번 자체 생산
   ============================================================ */

/* [1] 공통 및 PC 기본 스타일 */
.sec6_inner_section {
    padding: 6.25rem 0; /* 100px */
    text-align: center;
}

#section6_1 {
    background-color: #fff;
    padding-bottom: 4.375rem; /* 70px */
}
#section6_1 .sec6_title {
    color: var(--main-green);
    line-height: 1.2;
    margin-bottom: 1.875rem; /* 30px */
}
#section6_1 .sec6_title span { font-weight: 500; }
#section6_1 .sec6_subtitle {
    color: var(--main-green);
    margin-bottom: 3.125rem; /* 50px */
}
#section6_1 .sec6_subtitle span { font-weight: 800; }
#section6_1 .sec6_subtitle .highlight {
    background-color: var(--main-green);
    padding: 0.125rem 0.3125rem; /* 2px 5px */
    margin: 0 0.3125rem; /* 5px */
    color: var(--main-yellow);
}
#section6_1 .sec6_video_area {
    max-width: 68.75rem; /* 1100px */
    margin: 0 auto 1.25rem; /* 20px */
}
#section6_1 .sec6_footer_msg {
    color: var(--main-green);
    line-height: 1;
}
#section6_1 .sec6_footer_msg p { margin-bottom: 0.0625rem; } /* 1px */
#section6_1 .sec6_footer_msg .bold { font-weight: 800; }

#section6_2 {
    background-color: var(--main-green);
    position: relative;
    overflow: visible;
    padding-bottom: 0.0625rem; /* 1px */
}
#section6_2 .sec6_dots {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
    z-index: auto; 
}
#section6_2 .inner_1200 { position: relative; z-index: auto; }

.sec6_2_title_wrapper {
    text-align: center;
    margin-bottom: 2.5rem; /* 40px */
}
.sec6_2_title {
    position: relative;
    z-index: 30;
    display: inline-flex;
    padding: 0.5rem 1.5625rem; /* 8px 25px */
    background: #fff;
    border-radius: 6.25rem; /* 100px */
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem; /* 12px */
}
.sec6_2_title .sec6_subtitle {
    color: var(--main-green);
    font-weight: 800;
    letter-spacing: -0.04em;
}
.sec6_subtitle {
    color: var(--main-yellow);
    font-weight: 800;
    letter-spacing: -0.04em;
}

/* 스탬프 애니메이션 */

.sec6_sticker_img {
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    transform-origin: center center;
}
.sec6_sticker_img img { width: 100%; height: auto; display: block; }

@keyframes stamp_impact {
    0% { opacity: 0; transform: scale(4.5) rotate(-45deg); filter: blur(8px) brightness(4); }
    70% { opacity: 1; transform: scale(0.95) rotate(var(--rot-mid, -10deg)); filter: blur(0) brightness(1); }
    100% { opacity: 1; transform: scale(1) rotate(var(--rot-fin, -12deg)); }
}
.sec6_sticker_img.ani_stamp { opacity: 0; transition: none !important; }
.sec6_sticker_img.ani_stamp.on { animation: stamp_impact 0.5s cubic-bezier(0,.21,.31,1.25) forwards; }
.sticker_top { --rot-mid: 21deg; --rot-fin: 20deg; }
.sticker_bottom { --rot-mid: -5deg; --rot-fin: 20deg; }
.sticker_bottom.on { animation-delay: 0.6s !important; }


/* 패티 & 번 영역 (PC) */
.sec6_patty_area {
    position: relative;
    max-width: 31.25rem; /* 500px */
    margin: 0 auto 1.875rem; /* 30px */
    min-height: auto; 
}
.sec6_patty_area .img_wrap { position: relative; display: inline-block; width: 100%; }
.sec6_patty_area .sec6_patty_img { position: absolute; width: 48.125rem; left: -28.75rem; margin-top: -0.9375rem;} /* 770px, -460px, -15px */

.sec6_text_area { margin: 15rem auto 7.5rem; color: #fff; text-align: center; } /* 240px 120px */
.sec6_text_area .sec6_text_title { font-weight: 800; line-height: 1.3; margin-bottom: 1.25rem; } /* 20px */
.sec6_text_area .sec6_text_desc { font-weight: 500; line-height: 1.5; opacity: 0.95; word-break: keep-all; }
.sec6_text_desc span { font-weight: 600; }
.sec6_text_desc .text_yellow { color: var(--main-yellow); font-weight: 800; display: inline !important; }

.sec6_bun_area {
    position: relative;
    /* max-width: 450px; */
    margin: 12.5rem auto 0; /* 200px */
    padding-bottom: 5rem; /* 80px */
    min-height: auto; 
}
.sec6_bun_area .img_wrap { position: relative; display: inline-block; width: 100%; }
.sec6_bun_area .sec6_bun_img { position: absolute; width: 37.5rem; right: 8.125rem; margin-top: -5.3125rem;} /* 600px 130px -85px */
.sec6_patty_area .sticker_top {
    display: none;
}
.sec6_bun_area .sticker_bottom {
    position: absolute;
    bottom: 20%; left: 60%;
    width: 15rem; z-index: 5; /* 240px */
}


/* [2] 태블릿 (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .sec6_inner_section { padding: 4.375rem 0; overflow: visible !important; } /* 70px */
    .sec6_2_title { margin-bottom: 0.1875rem; } /* 3px */
    .sec6_sticker_img { width: 10rem; } /* 160px */
    .sec6_patty_area { min-height: 20rem; } /* 320px */
    .sec6_bun_area { min-height: 17.5rem; } /* 280px */
}


/* [3] 모바일 (max-width: 768px) */
@media screen and (max-width: 768px) {
    #section6_1 { padding-bottom: 2.5rem; } /* 40px */
    /* 모바일에서는 도장 각도를 0도 기반으로 원복 */
    .sticker_top { --rot-mid: 1deg; --rot-fin: 0deg; }
    .sticker_bottom { --rot-mid: -25deg; --rot-fin: 0deg; }

    .sec6_inner_section { padding: 2.5rem 0.9375rem; overflow-x: clip !important; overflow-y: visible !important; position: relative; } /* 40px 15px */

    .sec6_2_title_wrapper {
        margin-bottom: 0.525rem; /* 20px */
    }   
    
    #section6_wrap { overflow: visible !important; } 
    #section6_wrap::after {
        bottom: -1rem; height: 1.25rem; /* -16px 20px */
        background-image: radial-gradient(#33bf29 2.3px, transparent 2.3px);
        background-size: 1.5625rem 1.5625rem; background-position: center 1.3125rem; /* 25px 21px */
        -webkit-mask-size: 2.6875rem 1.125rem; mask-size: 2.6875rem 1.125rem; mask-position: center top; -webkit-mask-position: center top; /* 43px 18px */
    }   

    #section6_2 { padding-bottom: 1.875rem; } /* 30px */
    .sec6_2_title {
        margin-bottom: 0.625rem; /* 10px */
        padding: 0.375rem 0.625rem; /* 6px 10px */
        display: inline-flex;
        background: #fff;
        border-radius: 6.25rem; /* 100px */
    }

    /* 이미지 배치 모바일 전용 (Absolute 복구 유지) */
    .sec6_patty_area { max-width: 85%; min-height: 12.8125rem; } /* 205px */
    .sec6_patty_area .sec6_patty_img { width: 23.125rem; left: -10rem; margin-top: -0.9375rem; } /* 370px, -160px, -15px */
    .sec6_patty_area .sticker_top { position: absolute; display: block; width: 9.375rem; left: 44%; top: 1.875rem; right: auto; bottom: auto; } /* 150px, 30px */
    
    .sec6_text_area { margin: 1.875rem auto; } /* 30px */
    .sec6_text_area .sec6_text_title { margin-bottom: 0.25rem; } /* 4px */
    .sec6_text_area .sec6_text_desc { line-height: 1.4; }
    .sec6_text_area .sec6_text_desc > span { display: block; } /* 모바일에서 직계 span만 3행 줄바꿈 강제 (중첩 span 제외) */
    
    .sec6_bun_area { max-width: 80%; margin-top: -4.375rem; padding-bottom: 5rem; min-height: 7.5rem; } /* -70px, 80px, 120px */
    .sec6_bun_area .sec6_bun_img { width: 17.5rem; right: -3.75rem; margin-top: -0.3125rem; } /* 280px, -60px, -5px */
    .sec6_bun_area .sticker_bottom { width: 9.375rem; left: -10%; top: 2.5rem; bottom: auto; } /* 150px, 40px */
    
    .sec6_main_cta { position: absolute; right: 5%; bottom: 0.625rem; margin-bottom: 0; } /* 10px */
    .sec6_desc_box { margin-top: 2.5rem; margin-bottom: 2.5rem; } /* 40px */
    .sec6_quote_box { margin-bottom: 2.5rem; } /* 40px */
}

/* 섹션 6-7 브릿지 메시지 - Reveal 버전 */
.sec6_7_bridge {
    overflow: visible !important;
    position: relative;
    background-color: #fff;
    text-align: center;
    z-index: 10;
    /* [핵심] 0fr -> 1fr 변환으로 auto 높이 애니메이션 구현 */
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 1s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.sec6_7_bridge.on {
    grid-template-rows: 1fr;
}

.sec6_7_bridge .bridge_content {
    min-height: 0;
}

.sec6_7_bridge .bridge_content_inner {
    padding: 6.25rem 0; /* 100px */
}

.sec6_7_bridge .bridge_text1 {
    opacity: 0;
    transform: translateY(1.25rem); /* 20px */
    transition: all 0.8s ease-out 0.5s; /* 열리기 시작한 후 0.5초 뒤 등장 */
    margin-bottom: 1.875rem; /* 30px */
}

.sec6_7_bridge .bridge_text2 {
    opacity: 0;
    transform: translateY(1.25rem); /* 20px */
    transition: all 0.8s ease-out 1.5s; /* 첫 번째 줄 등장 1초 뒤 (총 1.5초) 등장 */
}

.sec6_7_bridge.on .bridge_text1,
.sec6_7_bridge.on .bridge_text2 {
    opacity: 1;
    transform: translateY(0);
}

.sec6_7_bridge p {
    color: var(--font-green);
    line-height: 1.4;
    font-weight: 700;
    margin: 0.3125rem 0; /* 5px */
}
.sec6_7_bridge p strong {
    font-weight: 900;
    color: var(--font-green);
}

/* ======================= 섹션 7 리뉴얼 통합 래퍼 시작 ======================= */
#section7_wrap {
    position: relative;
    width: 100%;
    background-color: var(--main-green);
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
    padding: 6.25rem 0; /* 100px */
    margin-top: 0; /* 브릿지 섹션 추가로 인한 마진 제거 */
    overflow: visible !important;
}

/* 섹션 7 타이틀 애니메이션 (화면 40% 도달 시 즉시 등장) */
#section7 .sec7_title_area.ani_reveal.on {
    transition-delay: 0.1s; 
}

#section7_wrap::before {
    content: '';
    position: absolute;
    top: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #2bcd1f; /* 기초 배경색 */
    /* 도트 패턴만 배경으로 사용 */
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 2.8125rem; /* 45px - 본문(5px) + 오프셋(40px) = 45px */
    
    /* [핵심] 물결 SVG로 마스킹하여 밖으로 삐져나가는 도트 차단 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    mask-position: calc(50% + 4.375rem) 0; /* 70px */
    -webkit-mask-position: calc(50% + 4.375rem) 0;
    
    z-index: 15;
    pointer-events: none;
}

.sec7_inner_section {
    text-align: center;
}

#section7 .sec7_title {
    color: #fff;
    margin-bottom: 1.25rem; /* 20px */
}
#section7 .sec7_title .text_yellow {
    color: var(--main-yellow);
    font-weight: 800;
}

#section7 .sec7_subtitle {
    color: #fff;
    margin-bottom: 3.75rem; /* 60px */
}
#section7 .sec7_subtitle .text_yellow {
    color: var(--main-yellow);
    font-weight: 800;
}

/* 섹션 7 카드 그리드 Reveal (슬라이드 오픈) */
.sec7_grid_reveal {
    position: relative;
    max-height: 13.75rem; /* 220px - 초기 높이: 약 0.5~1개 카드 노출 */
    overflow: hidden;
    transition: max-height 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* 타이틀 지연(0.1s) + 애니메이션(0.8s) + 요청 시차(0.6s) = 1.5s */
    transition-delay: 1.5s; 
}

.sec7_grid_reveal.on {
    max-height: 250rem; /* 4000px - 모든 카드가 노출될 수 있는 충분한 높이 */
}

.sec7_grid {
    display: grid;
    /* PC 및 태블릿: 5열 고정 */
    grid-template-columns: repeat(5, 1fr); 
    justify-content: center;
    gap: 0.9375rem; /* 15px */
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto 1.875rem; /* 30px */
    padding: 0;
    opacity: 1;
}


/* 개별 카드 애니메이션 -> 순서대로 더 부드럽게 (0.15초 간격) */
.sec7_grid_reveal .sec7_card {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sec7_grid_reveal.on .sec7_card {
    opacity: 1 !important;
    --ty: 0;
    /* 그리드 확장 시작 1.5s + 순차 지연 0.15s */
    transition-delay: calc(1.5s + (var(--idx, 0) * 0.15s)) !important; 
}

.sec7_card {
    position: relative;
    background-color: #fff;
    border-radius: 1.25rem; /* 20px */
    padding: 3.4375rem 1.5625rem 1.875rem; /* 55px 25px 30px - 좌우 패딩을 줄여 공간 확보 */
    overflow: hidden;
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1); /* 10px 20px */
    transition: transform 0.3s ease, opacity 0.8s ease; 
    text-align: left;
}







/* 카드 개별 등장 시 아래에서 올라오는 효과 제거 */
.sec7_grid .sec7_card.ani_target {
    --ty: 0;
}

.sec7_card .card_content {
    padding: 0.125rem 0px 0px; /* 2px */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 중앙 정렬 해제 및 왼쪽 정렬 적용 */
    text-align: left;
}
.sec7_card:hover {
    transform: translateY(-0.3125rem) !important; /* -5px - 애니메이션 완료 후 호버 효과는 유지 */
}

.sec7_card .top_badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.75rem; /* 140px */
    height: 3rem; /* 48px */
    background: url('/img/2026_fran/card_bg.png') no-repeat right top / contain;
    color: #fff;
    font-weight: 800;
    text-align: center; /* PC: 텍스트 중앙 */
    padding-left: 4.0625rem; /* 65px - 사선 영역 보정 */
    padding-top: 0.625rem; /* 10px */
    z-index: 10;
    text-align: right !important; 
    padding-right: 1.3125rem !important; /* 21px */
}

/* TOP 06-10 회색 이미지 적용 */
.sec7_grid .top_badge.gray {
    background-image: url('/img/2026_fran/card_bg_grey.png');
}

/* 기존 직접 구현 소스 삭제 (이미지 대체) */
.sec7_card .top_badge::before,
.sec7_card .top_badge::after {
    display: none !important;
}

.sec7_card .store_name {
    color: #8c8c8c;
    margin-bottom: 0.3125rem; /* 5px */
    display: block;
    font-weight: 500;
}

.sec7_card .sales_amount {
    color: #202020;
    margin-bottom: 0px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start; /* 왼쪽 정렬 */
    letter-spacing: -0.05em;
    margin-left: -0.125rem; /* -2px - 왼쪽으로 땡김 */
}
.sec7_card .sales_amount span {
    font-size: 2rem !important; /* 32px -> 2rem (PC 기준 축소) */
    font-weight: 900;
}
.sec7_card .sales_amount .unit_small {
    font-size: 1.125rem !important; /* 18px */
    font-weight: 700;
    margin-right: 0.125rem; /* 2px */
    margin-left: 0.125rem; /* 2px */
}
.sec7_card .sales_amount .unit_small.unit_100_million {
    margin-left: -0.125rem; /* -2px */
}


.sec7_card .store_info {
    color: var(--font-green3);
    font-weight: 800; /* 더 굵게 설정 */
    display: block;
    margin-bottom: 0.0625rem; /* 1px */
    min-height: 1em;
    text-align: left;
}

.sec7_card .store_img_box {
    position: relative;
    display: flex; /* 좌우 나란히 배치를 위해 flex 적용 */
    align-items: flex-end;
    justify-content: flex-start; /* 왼쪽 정렬 */
    width: 100%;
    margin-top: 0.3125rem; /* 5px */
}
.sec7_card .store_img_box img {
    width: 4.125rem; /* 66px - 아이콘 크기 다시 고정 */
    margin-right: -0.3125rem; /* -5px */
    z-index: 30;
}

.sec7_card .store_icon_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    margin-left: auto; /* 우측으로 밀어 정렬 유지 */
}

.sec7_card .store_icon_group .date {
    color: #8c8c8c;
    margin-top: 0.3125rem; /* 5px - 아이콘과의 간격 */
    font-weight: 600;
    white-space: nowrap;
}

.sec7_card .store_spec {
    position: relative;
    order: 1;
    flex-shrink: 0;
    top: -0.8125rem; /* -13px */
    width: 4.375rem; /* 70px */
    height: 4.375rem; /* 70px */
    bottom: 0.3125rem; /* 5px - 아이콘 하단과 맞추기 위해 상향 조정 */
    left: 2.5rem; /* 40px */
    z-index: 10;
    background-color: #fff;
    border: 0.125rem solid #bcd4b5; /* 2px */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    z-index: 20;
}
.sec7_card .store_spec .size {
    color: var(--font-green3);
    font-weight: 900;
}
/* 기존 .date 스타일 삭제 (icon_group에서 관리) */

/* 특수매장 케이스 (평수 대신) */
.sec7_card .store_spec.special .size {
    font-size: 0.9375rem !important; /* 15px */
}

.sec7_total_card {
    display: inline-block;
    background-color: #fff;
    padding: 1.5625rem 5rem; /* 25px 80px */
    border-radius: 6.25rem; /* 100px */
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1); /* 10px 20px */
}

/* 섹션 7 하단 요약 카드 지연 (그리드 확장 이후) */
.sec7_total_card.ani_target.on {
    transition-delay: 3.5s; /* 1.5s(시작) + 1.8s(확장) + 여유분 */
}
.sec7_total_card p {
    color: var(--main-green);
    line-height: 1.4;
    font-weight: 700;
}
.sec7_total_card .text1 {
    font-weight: 900;
}

/* 섹션 7 반응형 */
@media screen and (max-width: 1024px) {
    .sec7_grid { 
        /* 태블릿에서도 5열 고정 유지 (부모 설정 따름) */
        justify-content: center; 
    }
    .sec7_total_card { padding: 1.25rem 2.5rem; } /* 20px 40px */
}

@media screen and (max-width: 768px) {
    .sec6_7_bridge .bridge_content_inner { padding: 3.75rem 0; } /* 60px */
    #section7_wrap { padding: 3.75rem 0; margin-top: 0;  } /* 60px */
    #section7_wrap::before {
        top: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-image: radial-gradient(#33bf29 2.3px, transparent 2.3px);
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem;
        mask-position: calc(50% + 1.34375rem) top; /* 21.5px */
        -webkit-mask-position: calc(50% + 1.34375rem) top;
    }   
    #section7 .sec7_subtitle { margin-bottom: 2.5rem; } /* 40px */
    .sec7_grid_reveal {
        max-height: 12.5rem; /* 200px */
        transition-delay: 1.4s; /* 모바일은 조금 더 타이트하게 */
    }
    .sec7_grid_reveal.on {
        max-height: 5000px;
    }
    .sec7_grid { grid-template-columns: repeat(2, 1fr); gap: 0.625rem; padding: 0 0.625rem; } /* 10px */
    
    /* 모바일에서도 카드 순차 노출 (부드럽게 보정) */
    .sec7_grid_reveal .sec7_card {
        opacity: 0;
        transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .sec7_grid_reveal.on .sec7_card {
        opacity: 1 !important;
        transition-delay: calc(1.4s + (var(--idx, 0) * 0.12s)) !important;
    }
    .sec7_total_card.ani_target.on {
        transition-delay: 2.5s;
    }
    .sec7_card { padding: 2.5rem 0.625rem 0.9375rem; border-radius: 1.25rem; min-width: auto; } /* 40px 10px 15px, 20px */
    
    .sec7_card .sales_amount { margin-bottom: 0.3125rem; } /* 5px */
    /* 모바일에서는 원래의 작은 폰트와 우측 정렬로 복구 */
    .sec7_card .sales_amount span { font-size: 1.75rem !important; } /* 28px */
    .sec7_card .sales_amount .unit_small { font-size: 0.875rem !important; } /* 14px */
    .sec7_card .top_badge { 
        width: 5.9375rem; height: 2.1875rem; /* 95px 35px */
        padding: 0.5625rem 0.9375rem 0 1.5625rem !important; /* 9px 15px 0 25px */
        text-align: right !important; 
    }
    .sec7_card .top_badge::before, .sec7_card .top_badge::after { display: none; }
    .sec7_card .store_img_box { 
        width: 100%; 
        justify-content: flex-start;
        margin-top: 0.625rem; /* 10px */
        
    }
    .sec7_card .store_img_box img { width: 3.4375rem; margin-right: 0;} /* 55px */
    .sec7_card .store_icon_group .date { 
        font-size: 0.6875rem !important; /* 11px */
        margin-top: 0.1875rem; /* 3px */      
    }
    .sec7_card .store_spec {
        width: 4.0625rem; /* 65px */
        height: 4.0625rem; /* 65px */
        bottom: 0.3125rem; /* 5px */
        left: 2.4375rem; /* 39px */
    }
    .sec7_card .store_spec .size { font-size: 1rem !important; } /* 16px */
    
    .sec7_total_card { padding: 0.5rem 0; width: 90%; } /* 8px 0px */
    .sec7_total_card p { font-size: 1.125rem !important; } /* 18px */
}
/* ======================= 섹션 7-2 성공 창업 스토리 (추가) 시작 ======================= */
.sec7_story_area {
    margin-top: 6.25rem; /* 100px */
    padding: 0 0.9375rem; /* 15px */
    text-align: center;
}
.story_header img {
    max-width: 40.625rem; /* 650px */
    width: 90%;
}

.story_video_wrap {
    max-width: 62.5rem; /* 1000px */
    margin: 0 auto 3.125rem; /* 50px */
}

.story_video_wrap .video_frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1.25rem; /* 20px */
    overflow: hidden;
    box-shadow: 0 0.9375rem 2.1875rem rgba(0,0,0,0.25); /* 15px 35px */
    background: #000;
}

.story_video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.story_btn_wrap {
    margin-bottom: 5rem; /* 80px */
}

.btn_story_more {
    display: inline-block;
    padding: 1.375rem 3.75rem; /* 22px 60px */
    background-color: var(--main-yellow);
    color: #746a00;
    border-radius: 6.25rem; /* 100px */
    font-weight: 700;
    box-shadow: 0 0.5rem 0 #dfd100; /* 8px - 하단 입체감 */
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn_story_more:active {
    transform: translateY(0.25rem); /* 4px */
    box-shadow: 0 0.25rem 0 #dfd100; /* 4px */
}

.story_footer_msg {
    color: #fff;
    line-height: 1.4;
}

.story_footer_msg p {
    font-weight: 700;
}

.story_footer_msg .text_yellow {
    color: var(--main-yellow);
    font-weight: 900;
}

/* 섹션 7-2 반응형 */
@media screen and (max-width: 768px) {
    .sec7_story_area { margin-top: 3.75rem; } /* 60px */
    .story_video_wrap { margin-bottom: 1.875rem; } /* 30px */
    .story_video_wrap .video_frame { border-radius: 0.75rem; } /* 12px */
    
    .story_btn_wrap { margin-bottom: 1.875rem; } /* 30px */
    .btn_story_more { padding: 0.625rem 1.25rem; border-width: 0; box-shadow: 0 0.3125rem 0 #dfd100; width: 95%; box-sizing: border-box; } /* 10px 20px, 5px */
    
    .story_footer_msg p { line-height: 1.5; }
}
/* ======================= 섹션 7-2 성공 창업 스토리 (추가) 끝 ======================= */
/* ======================= 섹션 7 리뉴얼 통합 래퍼 끝 ======================= */

/* ======================= 섹션 8: 전국 지역별 매출 지도 시작 ======================= */
#section8 {
    background-color: #fff;
    padding: 5rem 0 5rem; /* 80px 0 80px */
    text-align: center;
}

.sec8_title_area {
    margin-bottom: 1.875rem; /* 30px */
}

#section8 .sec8_title {
    color: var(--main-green);
    font-weight: 800;
    line-height: 1.2;
}

#section8 .sec8_title .text_green {
    color: var(--main-green);
}

#section8 .sec8_subtitle {
    color: var(--main-green);
    font-weight: 800;
}

#section8 .sec8_subtitle.subtitle2 {
    margin-bottom: 1.25rem; /* 20px */
}

#section8 .sec8_title_area .sec8_note {
    color: var(--main-green);
    font-weight: 400;
}

.sec8_footer_msg {
    color: var(--main-green);
}


/* ======================= 섹션 8: 지도 레이아웃 =======================*/
/* SVG viewBox="0 0 700 900"  */
    
     .sec8_circle[data-region="서울"] { left: 14%; top: 18%; }
    .sec8_circle[data-region="인천"] { left: 8%; top: 38%; }
    .sec8_circle[data-region="충청"] { left: 14%; top: 57%; }
    .sec8_circle[data-region="전라"] { left: 7%; top: 76%; }
    .sec8_circle[data-region="제주"] { left: 34.3%; top: 90%; }
    .sec8_circle[data-region="부산"] { left: 62%; top: 83%; }
    .sec8_circle[data-region="대구"] { left: 87%; top: 74%; }
    .sec8_circle[data-region="세종"] { left: 95.5%; top: 54%; }
    .sec8_circle[data-region="강원"] { left: 99%; top: 34%; }
    .sec8_circle[data-region="경기"] { left: 83.5%; top: 17%; }


/* mobile 전용: 원형 인포 박스 퍼뜨리기 */
@media screen and (max-width: 768px) {
    
    .sec8_circle[data-region="서울"] { left: 19.7%; top: 0%; }
    .sec8_circle[data-region="인천"] { left: 13.7%; top: 27%; }
    .sec8_circle[data-region="충청"] { left: 16.8%; top: 53%; }
    .sec8_circle[data-region="전라"] { left: 13.3%; top: 79%; }
    .sec8_circle[data-region="제주"] { left: 39.3%; top: 100%; }
    .sec8_circle[data-region="부산"] { left: 55.6%; top: 79%; }
    .sec8_circle[data-region="대구"] { left: 87.7%; top: 74%; }
    .sec8_circle[data-region="세종"] { left: 88.3%; top: 47%; }
    .sec8_circle[data-region="강원"] { left: 87.1%; top: 20%; }
    .sec8_circle[data-region="경기"] { left: 75.9%; top: -3%; }
}


.sec8_map_wrap {
    position: relative;
    max-width: 43.75rem; /* 700px */
    margin: 0 auto;
    margin-top: -4.375rem; /* -70px */
    margin-bottom: 6.25rem; /* 100px */
}

.sec8_svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 5;
}

.sec8_map_img {
    display: block;
    width: calc(100% - 16.25rem); /* 260px */
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sec8_circle {
    position: absolute;
    width: 10.3125rem; /* 165px - 220px -> 185px -> 165px 축소 */
    height: 10.3125rem; /* 165px */
    border-radius: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    overflow: visible; /* extra가 밖으로 나갈 수 있도록 visible 처리 */
}

.circle_inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem; /* 8px */
    box-sizing: border-box;
    overflow: hidden; /* hr이 밖으로 나가지 않도록 내부 래퍼에서 차단 */
}

.sec8_circle.green  .circle_inner { background-color: var(--main-green); color: #fff; }
.sec8_circle.yellow .circle_inner { background-color: var(--main-yellow); color: #222; }

.sec8_hr {
    width: 120%;
    border: none;
    border-top: 0.375rem solid #fff; /* 6px */
    margin: 0.4375rem 0; /* 7px - 마진 축소 */
    display: block;
    
}

.sec8_circle .region  { font-weight: 800; display: block; color:var(--font-black) }
.sec8_circle .branch  { font-weight: 500; display: block; opacity: 0.85; color: var(--font-black) }
.sec8_circle .branch em { font-weight: 800; }
.sec8_circle .amount  { font-weight: 700; display: block; line-height: 1; color: var(--main-yellow) }
.sec8_circle .amount em { font-style: normal; }
.sec8_circle .extra {
    position: absolute;
    bottom:0; 
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    display: block;
    background-color: var(--main-black);
    border-radius: 1.25rem; /* 20px */
    padding: 0.0625rem 0.625rem; /* 1px 10px */
    white-space: nowrap;
    z-index: 5;
    color: var(--main-yellow);
}
.sec8_circle.yellow .extra { background-color: var(--main-black); }
.sec8_circle.yellow .region { color: #4d4700; }
.sec8_circle.yellow .amount { color: var(--main-green); }

/* ── 태블릿 (≤1024px): wrapper 100%, 지도 양쪽 80px 여백 ── */
/* SVG는 wrapper 전체 커버 → 원 left/top = SVG viewBox 좌표 그대로 유지 */
@media screen and (max-width: 1024px) {
    #section8 { overflow: hidden; }
    .sec8_map_wrap { max-width: 100%; }
    .sec8_map_img  { width: calc(100% - 10rem); } /* 160px */
    .sec8_circle   { width: 9.375rem; height: 5.625rem; padding: 0.375rem; } /* 150px 90px 6px */
    /* 태블릿 환경에서의 엑스트라 문구 하단 위치 조정 */
    .sec8_circle .extra { bottom: 0.75rem; } /* 12px */
}

/* ── 모바일 (≤768px): 지도 100% (여백 없음), 원 지도 위 맵 점 배치 ── */
/* 지도가 100%가 되면 SVG 좌표 기준 지도 X범위: 130~570(440/700=62.9%)
   맵 점의 실제 left = (mapX/700)*100% 그대로 사용하되
   지도가 wrapper 중앙 정렬이므로 SVG와 동일 좌표계 유지됨               */
@media screen and (max-width: 768px) {
    #section8 { padding: 2.5rem 0; } /* 40px */
    .sec8_map_wrap {
        position: relative;
        max-width: 43.75rem; /* 700px */
        margin: 0 auto;
        margin-top: 5.625rem; /* 90px */
        margin-bottom: 6.25rem; /* 100px */
    }
    .sec8_map_img  { width: 60%; }
    .sec8_hr {
        width: 100%;
        border: none;
        border-top: 0.125rem solid #fff; /* 2px */
        margin: 0.0625rem 0; /* 1px - 마진 축소 */
        display: block;
       
    }
    .sec8_circle   { width: 6.25rem; height: 6.25rem; padding: 0rem; overflow: visible; } /* 100px */
    .circle_inner  { width: 100%; height: 100%; padding: 0rem; border-radius: 50%; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    /* 폰트 미디어쿼리 직접 지정 (clamp/fs 유틸 !important 무시) */
    .sec8_circle .region    { font-size: 0.875rem; } /* 14px */
    .sec8_circle .branch    { font-size: 0.6875rem; } /* 11px */
    .sec8_circle .amount    { font-size: 0.8125rem; } /* 13px */
    .sec8_circle .extra     { font-size: 0.625rem; bottom: -0.3125rem; } /* 10px, -5px */
}
/* ======================= 섹션 8: 전국 지역별 매출 지도 끝 ======================= */

/* ======================= 섹션 9: 전국 주요 상권 시작 =======================*/
#section9 {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 6.25rem 0; /* 100px */
    overflow: visible; /* 하단 물결 노출을 위해 허용 */
}

/* 섹션 9 하단 물결 - 배경색 #f2f2f2 적용 */
#section9::after {
    content: '';
    position: absolute;
    bottom: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: #f2f2f2; 
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    mask-position: center 0;
    -webkit-mask-position: center 0;
    z-index: 15;
    pointer-events: none;
    transform: rotate(180deg);
}

#section9 .inner_1200 {
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto;
}

.sec9_title_area {
    text-align: center;
    margin-bottom: 3.75rem; /* 60px */
}

.sec9_title {
    font-weight: 800;
    color: var(--main-green);
    line-height: 1.25;
    letter-spacing: -0.05em;
}

.sec9_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem; /* 30px */
}

.sec9_grid .grid_item {
    position: relative; /* 라벨 박스 배치를 위한 기준점 지정 */
    background-color: #fff;
    border-radius: 1.25rem; /* 20px */
    overflow: hidden;
    box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.08); /* 10px 30px */
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.sec9_grid .grid_item:hover {
    transform: translateY(-0.625rem); /* -10px */
    box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,0.15); /* 20px 40px */
}

.sec9_grid .img_box {
    position: relative;
    width: 100%;
    aspect-ratio: 400 / 330;
    overflow: hidden;
}

.sec9_grid .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sec9_grid .grid_item:hover img {
    transform: scale(1.1);
}

.sec9_grid .label_box {
    position: absolute; /* 이미지 하단에 겹쳐 보이게 수정 */
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(32, 178, 22, 0.7); 
    color: #fff;
    text-align: center;
    padding: 0.45rem 0.01rem; /* 20px 10px */
    font-weight: 700;
    letter-spacing: -0.03em;
    z-index: 10;
    box-sizing: border-box; /* 패딩이 너비에 포함되도록 설정하여 부모 이탈 방지 */
}

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    #section9 { padding: 5rem 0; } /* 80px */
    .sec9_grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } /* 20px */
    .sec9_title_area { margin-bottom: 2.5rem; } /* 40px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section9 { padding: 3.125rem 0; } /* 50px */
    #section9::after {
        bottom: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem;
        mask-position: center top;
        -webkit-mask-position: center top;
    }  
    .sec9_grid { gap: 0.9375rem; } /* 15px */
    .sec9_title { line-height: 1.35; }
    .sec9_grid .label_box { padding: 0.1rem 0.001rem; } /* 6px 5px */
    .sec9_grid .grid_item { border-radius: 0.75rem; } /* 12px */
}

/* 섹션 9 애니메이션 지연 설정 */
#section9 .sec9_title_area.on { transition-delay: 0.1s; }
.sec9_grid .grid_item:nth-child(1).on { transition-delay: 0.2s; }
.sec9_grid .grid_item:nth-child(2).on { transition-delay: 0.3s; }
.sec9_grid .grid_item:nth-child(3).on { transition-delay: 0.4s; }
.sec9_grid .grid_item:nth-child(4).on { transition-delay: 0.5s; }
.sec9_grid .grid_item:nth-child(5).on { transition-delay: 0.6s; }
.sec9_grid .grid_item:nth-child(6).on { transition-delay: 0.7s; }
.sec9_grid .grid_item:nth-child(7).on { transition-delay: 0.8s; }
.sec9_grid .grid_item:nth-child(8).on { transition-delay: 0.9s; }
/* ======================= 섹션 9: 전국 주요 상권 끝 =======================*/

/* ======================= 섹션 10: 다점포 운영 시작 =======================*/
#section10 {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    background-color: var(--main-green);
    padding: 7.5rem 0; /* 120px */
    overflow: visible;
    margin-top: 4.125rem; /* 66px - 섹션 9 사이의 흰색 물결 라인 공간 확보 */
}

/* 섹션 10 상단 물결 - 초록색 도트 패턴 적용 */
#section10::before {
    content: '';
    position: absolute;
    top: -2.5rem; /* -40px */
    left: 0;
    width: 100%;
    height: 3.125rem; /* 50px */
    background-color: var(--main-green);
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-repeat: repeat;
    background-position: center 0.3125rem; /* 5px */
    
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 25' preserveAspectRatio='none'%3E%3Cpath d='M0 20 C 20 20 30 0 50 0 C 70 0 80 20 100 20 L 100 25 L 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 8.75rem 3.125rem; /* 140px 50px */
    mask-size: 8.75rem 3.125rem;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    mask-position: calc(50% + 4.375rem) 0; /* 70px */
    -webkit-mask-position: calc(50% + 4.375rem) 0;
    z-index: 15;
    pointer-events: none;
}

#section10 .sec10_dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
    background-size: 1.5625rem 1.5625rem; /* 25px */
    background-position: center 0.3125rem; /* 5px */
    z-index: 1;
}

#section10 .inner_1200 {
    position: relative;
    z-index: 10;
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.sec10_title_area {
    margin-bottom: 5rem; /* 80px */
}

.sec10_title {
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.25rem; /* 4px */
    letter-spacing: -0.05em;
}

.sec10_title .text_yellow {
    color: var(--main-yellow);
    font-weight: 800;
}

.sec10_subtitle {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.sec10_subtitle .text_yellow{
    color: var(--main-yellow);
    font-weight: 800;
}

/* 1인 5매장 섹션 */
.sec10_highlight_wrap {
    margin-bottom: 7.5rem; /* 120px */
}

.sec10_pill {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 0.625rem 2.5rem; /* 10px 40px */
    border-radius: 3.125rem; /* 50px */
    color: var(--font-green);
    font-weight: 800;
    margin-bottom: 1.125rem; /* 18px */
    box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,0.1); /* 4px 10px */
}
.sec10_pill span{
    font-weight: 800;
}

.sec10_main_msg .text_yellow{
    color: var(--main-yellow);
    font-weight: 700;
}

.sec10_main_msg {
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 2.5rem; /* 40px */
    letter-spacing: -0.05em;
}

/* 5매장 그리드 */
.sec10_chain_grid {
    display: flex;
    flex-direction: row; /* PC, 태블릿: 한 줄로 배치 */
    align-items: center;
    justify-content: center;
    gap: 0.75rem; /* 12px - 간격 제거하여 겹침 기반 마련 */
}




/* PC 전용 노출 제어 */
.pc_only { display: block; }
@media screen and (max-width: 768px) {
    .pc_only { display: none !important; }
}

.chain_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem; /* 12px - 간격 제거 */
    position: relative;
}

/* 플러스 아이콘 */
.plus_icon {
    width: 3.125rem; /* 50px */
    height: 3.125rem; /* 50px */
    background: url('/img/2026_fran/sec15_plus.png') no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 20; /* 카드 위로 확실히 올라오도록 상향 */
    margin: 0 -1.5625rem; /* -25px - 음수 마진으로 겹침 효과 극대화 */
    box-shadow: 0.125rem 0.25rem 0.375rem rgba(0,0,0,0.5); /* 2px 4px 6px */
    border-radius: 50%;
}

.chain_item {
    width: 12.5rem; /* 200px */
    background-color: #fff;
    border-radius: 2.1875rem; /* 35px */
    overflow: hidden;
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1); /* 10px 20px */
    transition: transform 0.3s ease;
}

.chain_item:hover {
    transform: translateY(-0.5rem); /* -8px */
}

.chain_item .img_box {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.chain_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chain_item .label_box {
    background-color: var(--main-yellow);
    padding: 0.75rem 0.3125rem; /* 12px 5px */
    color: var(--main-green);
}

.chain_item .label_box strong {
    display: block;
    color: var(--font-green)
}

.chain_item .label_box span {
    font-weight: 600;
    display: block;
}

/* 2번째 캐러셀 섹션 */
.sec10_family_wrap {
    margin-top: 5rem; /* 80px */
}

.sec10_family_msg {
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3.75rem; /* 60px */
    letter-spacing: -0.05em;
}

.sec10_family_msg .text_yellow {
    color: var(--main-yellow);
}

.sec10_rolling_container {
    position: relative;
    max-width: 77.5rem; /* 1240px - 5개 노출에 맞춰 컨테이너 확장 */
    margin: 0 auto;
    padding: 0 3.75rem; /* 60px */
}

.sec10_swiper {
    padding: 1.25rem 0 3.125rem; /* 20px 0 50px */
}

.sec10_swiper .swiper-slide {
    height: auto; /* 내용이 달라도 슬라이드 자체 높이는 stretch됨 */
}

.rolling_card {
    display: flex;
    flex-direction: column;
    height: 100%; /* 부모 슬라이드 높이 100% 채움 */
    background-color: #fff;
    border-radius: 0.75rem; /* 12px */
    overflow: hidden;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.15); /* 5px 15px */
    transition: transform 0.3s ease;
}

.rolling_card .img_box {
    width: 100%;
    overflow: hidden;
}

.rolling_card .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rolling_card .label_box {
    flex: 1; /* 남은 높이를 채워 모든 카드 높이를 동일하게 맞춤 */
    background-color: var(--main-yellow);
    padding: 0.625rem; /* 10px - 패딩 약간 추가 */
    color: var(--font-green);
    min-height: 5rem; /* 80px */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* 컨테이너 쿼리 설정: 실시간 너비 체크 */
    container-type: inline-size;
    container-name: card_label;
}

.rolling_card .label_box strong {
    line-height: 1.25;
    /* 한 줄 유지 및 너비 비례 폰트 축소 (Shrink-to-fit) */
    white-space: nowrap; 
    font-size: clamp(0.625rem, 12.5cqw, 1.25rem) !important; /* 10px, 20px */
    display: block;
    width: 100%;
}

/* 네비게이션 버튼 커스텀 */
.sec10_prev, .sec10_next {
    color: #fff !important;
    background-color: rgba(255,255,255,0.3);
    width: 2.75rem !important; /* 44px */
    height: 2.75rem !important; /* 44px */
    border-radius: 50%;
}

.sec10_prev::after, .sec10_next::after {
    font-size: 1.125rem !important; /* 18px */
    font-weight: 900;
}

.sec10_prev { left: -0.625rem !important; } /* -10px */
.sec10_next { right: -0.625rem !important; } /* -10px */

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    .chain_item { width: 9.375rem; } /* 150px */
    .plus_icon { width: 1.75rem; height: 1.75rem; } /* 28px */
    .sec10_chain_grid { gap: 0.625rem; } /* 10px */
    .chain_row { gap: 0.625rem; } /* 10px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section10 { padding: 3.125rem 0; margin-top: 1.875rem;} /* 50px 30px */
    #section10::before {
        top: -1rem; /* -16px */
        height: 1.25rem; /* 20px */
        background-image: radial-gradient(#33bf29 0.14375rem, transparent 0.14375rem); /* 2.3px */
        background-size: 1.5625rem 1.5625rem; /* 25px */
        background-position: center 1.3125rem; /* 21px - 본문(5px) + 오프셋(16px) = 21px */
        
        /* 모바일용 마스크 사이즈 조정 */
        -webkit-mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-size: 2.6875rem 1.125rem; /* 43px 18px */
        mask-position: calc(50% + 1.34375rem) top; /* 21.5px */
        -webkit-mask-position: calc(50% + 1.34375rem) top; /* 21.5px */
    }
    .sec10_title_area { margin-bottom: 2.5rem; } /* 40px */
    .sec10_pill {padding: 0.4375rem 1.25rem; margin-bottom: 0.625rem; } /* 7px 20px, 10px */
    .sec10_highlight_wrap { margin-bottom: 3.75rem; } /* 60px */
    .sec10_main_msg { margin-bottom: 1.25rem; } /* 20px */
    
    .chain_row { gap: 0rem; flex-wrap: nowrap; }
    .chain_item { width: 30%; border-radius: 0.9375rem;} /* 15px */
    .chain_item .label_box { padding: 0.375rem 0rem; } /* 6px */
    .plus_icon { 
        width: 1.875rem; /* 30px */
        height: 1.875rem; /* 30px */
        margin: 0 -0.625rem; /* -10px - 모바일은 겹침 정도 조절 */
        border-radius: 50%;
        z-index: 20;
    }
    .sec10_chain_grid {
        flex-direction: column; /* 모바일: 2행 분리 구조 복구 */
        gap: 0.9375rem; /* 15px */
    }
    
    .sec10_family_msg {
        margin-bottom: 1.875rem; /* 30px */
    }
    .sec10_family_wrap {
        margin-top: 1.875rem; /* 30px */
    }
    
    .sec10_rolling_container { padding: 0 3.4375rem; } /* 55px - 카드 여백 증가 및 버튼 공간 확보 */
    .sec10_prev { left: 0.125rem !important; } /* 2px - 왼쪽 버튼 위치 조정: 겹침 방지 및 여백 확보 */
    .sec10_next { right: 0.125rem !important; } /* 2px - 오른쪽 버튼 위치 조정: 겹침 방지 및 여백 확보 */

    .rolling_card .label_box {
        padding: 0.375rem 0rem; /* 6px */
    }
}
/* ======================= 섹션 10: 다점포 운영 끝 ======================= */

/* 섹션 10 애니메이션 지연 설정 */
#section10 .sec10_title_area.on { transition-delay: 0.1s; }
#section10 .sec10_pill.on { transition-delay: 0.2s; }
#section10 .sec10_main_msg.on { transition-delay: 0.3s; }

/* 5매장 그리드 순차 등장 */
#section10 .chain_row:nth-child(1) .chain_item:nth-child(1).on { transition-delay: 0.4s; }
#section10 .chain_row:nth-child(1) .plus_icon:nth-child(2).on { transition-delay: 0.45s; }
#section10 .chain_row:nth-child(1) .chain_item:nth-child(3).on { transition-delay: 0.5s; }
#section10 .chain_row:nth-child(1) .plus_icon:nth-child(4).on { transition-delay: 0.55s; }
#section10 .chain_row:nth-child(1) .chain_item:nth-child(5).on { transition-delay: 0.6s; }

/* PC형 레이아웃 시Row 1과 Row 2 사이의 아이콘 지연시간 */
#section10 .sec10_chain_grid > .plus_icon.pc_only.on { transition-delay: 0.65s; }

#section10 .chain_row:nth-last-of-type(1) .chain_item:nth-child(1).on { transition-delay: 0.7s; } /* 4번째 매장 */
#section10 .chain_row:nth-last-of-type(1) .plus_icon:nth-child(2).on { transition-delay: 0.75s; }
#section10 .chain_row:nth-last-of-type(1) .chain_item:nth-child(3).on { transition-delay: 0.8s; } /* 5번째 매장 */

#section10 .sec10_family_msg.on { transition-delay: 1.0s; }
#section10 .sec10_rolling_container.on { transition-delay: 1.1s; }

/* ======================= 섹션 10 & 11 경계 영역 색상 반전 텍스트 스타일 시작 ======================= */
/* 십이장생(1200) 및 섹션 간의 경계선 중앙에 배치하여 역동적인 시각적 전이 효과를 줌 */
.sec11_transition_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); /* 중심점 정렬 */
    width: 100%;
    text-align: center;
    pointer-events: none;
    user-select: none;
    z-index: 5; /* 섹션 10의 도트 레이어(z-index: 1)보다 위로 올려서 도트를 가림 */
    white-space: nowrap;
    /* 텍스트 영역 배경을 단색으로 채워 도트 패턴을 마스킹 (44% 지점에서 색상 전환) */
    /* background: linear-gradient(to bottom, var(--main-green) 44%, #fff 44%); */
}

/* 색상 반전 효과를 위한 듀얼 레이어 텍스트 공통 스타일 - g 하단 잘림 방지를 위해 line-height 확보(1.2) */
.sec11_transition_text span {
    font-size: 8.75rem; /* 140px */
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-family: 'Paperlogy' !important;
    display: inline-block;
    padding-bottom: 1.25rem; /* 20px - descender 공간 확보 */
}

/* 상단 노출용 (초록 배경 영역 위 흰색 텍스트) - 경계 지점(44%)에 맞춰 clip-path 설정 */
.sec11_transition_text .text_up {
    color: #fff;
    -webkit-clip-path: inset(0 0 50% 0); /* 56% -> 50% 보정 */
    clip-path: inset(0 0 50% 0);
}

/* 하단 노출용 (흰 배경 영역 위 초록 텍스트) - 위치 미세 조정(-58%)에 따른 clip-path 영역 보정 (42% 노출) */
.sec11_transition_text .text_down {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-green);
    -webkit-clip-path: inset(50% 0 0 0); /* 44% -> 50% 보정 */
    clip-path: inset(50% 0 0 0);
}

/* 스크롤 애니메이션 완료 시 위치를 미세 조정(-58%)하여 너무 들떠 보이지 않게 처리 */
.sec11_transition_text.ani_target {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 3.75rem)); /* 60px */
}
.sec11_transition_text.ani_target.on {
    opacity: 1;
    transform: translate(-50%, -50%); /* 최종 상태도 정중앙 고정 */
    transition-delay: 0.4s;
}

/* ======================= 섹션 11: 신규 오픈 매장 시작 =======================*/
#section11 {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 7.5rem 0; /* 120px */
    overflow: visible; /* 배경 텍스트 상단 노출을 위해 강제 허용 */
}

/* 섹션 11 상단 물결 스타일 삭제 (필요시 복구) */

/* 태블릿 반응형 (1024px 이하) */
@media screen and (max-width: 1024px) {
    .sec11_transition_text span { font-size: 10rem; } /* 160px */
}

/* 모바일 반응형 (768px 이하) */
@media screen and (max-width: 768px) {
    .sec11_transition_text span { font-size: 3.75rem; } /* 60px */
    .sec11_transition_text.ani_target { transform: translate(-50%, calc(-50% + 2.5rem)); } /* 40px */
    
    /* 모바일 기존 위치 및 클리핑 수치 보호 */
    .sec11_transition_text.ani_target.on { transform: translate(-50%, -44%); }
    .sec11_transition_text .text_up { -webkit-clip-path: inset(0 0 56% 0); clip-path: inset(0 0 56% 0); }
    .sec11_transition_text .text_down { -webkit-clip-path: inset(44% 0 0 0); clip-path: inset(44% 0 0 0); }
}

#section11 .inner_1200 {
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.sec11_title_area {
    margin-bottom: 3.75rem; /* 60px */
}

.sec11_title {
    color: var(--main-green); 
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 0.9375rem; /* 15px */
    letter-spacing: -0.05em;
}

.sec11_subtitle {
    color: var(--main-green); 
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

/* 4x2 그리드 (PC/태블릿) */
.sec11_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem; /* 20px */
    margin-bottom: 3.75rem; /* 60px */
    width: 90%;
    margin: 0 auto;
}

.sec11_item {
    display: block;
    position: relative;
    border-radius: 3.125rem; /* 50px */
    overflow: hidden;
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1); /* 10px 20px */
    border: 0.25rem solid var(--main-green); /* 4px - 테두리 조금 더 두껍게 */
    background-color: #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec11_item:hover {
    transform: translateY(-0.5rem); /* -8px */
    box-shadow: 0 0.9375rem 1.875rem rgba(0,0,0,0.15); /* 15px 30px */
}

.sec11_item .img_box {
    position: relative;
    width: 100%;
    /* aspect-ratio: 4 / 5; */
    overflow: hidden;
}

.sec11_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85; /* 오버레이 가독성을 위한 약간의 딤 처리 */
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.sec11_item:hover .img_box img {
    opacity: 1;
    transform: scale(1.05);
}

.sec11_item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
    padding: 2.5rem 0.9375rem 0.65rem; /* 기본 여백 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

/* 뱃지(1인+3매장 등)가 있는 경우 하단 여백 축소 */
.sec11_item .overlay:has(.badge) {
    padding-bottom: 0.35rem;
}

.sec11_item .store_name {
    color: var(--main-green);
    font-weight: 800;
    margin-bottom: 0.1875rem; /* 3px */
    letter-spacing: -0.03em;
}

.sec11_item .badge {
    color: var(--main-yellow);
    font-weight: 700;
}

/* 버튼 영역 */
.sec11_btn_area {
    margin-top: 2.5rem; /* 40px */
}

.btn_interview_more {
    display: inline-flex;
    align-items: center;
    background-color: var(--main-green);
    color: #fff;
    padding: 0.9375rem 2.5rem; /* 15px 40px */
    border-radius: 3.125rem; /* 50px */
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn_interview_more:hover {
    background-color: #24b019;
}

.btn_interview_more .arrow {
    margin-left: 0.625rem; /* 10px */
    font-size: 0.8em;
}

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    #section11 { padding: 5rem 0; } /* 80px */
    .sec11_grid { gap: 1.25rem; } /* 20px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section11 { padding: 3.75rem 0; } /* 60px */
    .sec11_title_area { margin-bottom: 2.5rem; } /* 40px */
    
    .sec11_grid { 
        gap: 0.9375rem; /* 15px */
        grid-template-columns: repeat(3, 1fr); /* 모바일에서는 3열 유지(3x3) */
    }
    
    .sec11_item { border-width: 0.125rem; border-radius: 0.75rem; } /* 2px 12px */
    .sec11_item .overlay { padding: 0px 0px 0.3125rem; } /* 5px */

    
    .sec11_item .store_name { 
        font-size: 0.8125rem !important; /* 13px - 모바일 그리드 협소에 따른 강제 조정 */
    }
    
    .sec11_item .badge { 
        font-size: 0.625rem !important; /* 10px */
    }
    
    .btn_interview_more { padding: 0.75rem 1.875rem; } /* 12px 30px */
}

/* 애니메이션 지연 */
#section11 .sec11_title_area.on { transition-delay: 0.1s; }
.sec11_item:nth-child(1).on { transition-delay: 0.2s; }
.sec11_item:nth-child(2).on { transition-delay: 0.3s; }
.sec11_item:nth-child(3).on { transition-delay: 0.4s; }
.sec11_item:nth-child(4).on { transition-delay: 0.5s; }
.sec11_item:nth-child(5).on { transition-delay: 0.6s; }
.sec11_item:nth-child(6).on { transition-delay: 0.7s; }
.sec11_item:nth-child(7).on { transition-delay: 0.8s; }
.sec11_item:nth-child(8).on { transition-delay: 0.9s; }
.sec11_item:nth-child(9).on { transition-delay: 1.0s; }
#section11 .sec11_btn_area.on { transition-delay: 1.2s; }
#section11 .sec11_soon_wrap.on { transition-delay: 0.5s; }

/* ======================= 섹션 11: 오픈 예정 매장 시작 =======================*/
.sec11_soon_wrap {
    margin-top: 9.375rem; /* 150px - 위 섹션 리스트와의 간격 */
    text-align: center;
}

.sec11_soon_title_area {
    margin-bottom: 3.75rem; /* 60px */
}

.sec11_soon_title {
    color: var(--main-green); 
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 0.9375rem; /* 15px */
    letter-spacing: -0.05em;
}

.sec11_soon_subtitle {
    color: var(--main-green); 
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.sec11_soon_rolling {
    max-width: 75rem; /* 1200px */
    margin: 0 auto 3.125rem; /* 50px */
    overflow: hidden; /* 밖으로 나가는 슬라이드 숨김 */
    
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.sec11_soon_swiper {
    padding-bottom: 2.5rem !important; /* 40px - 페이징 닷 공간 확보 */
    width: 92%; /* PC에서도 양옆 이전/다음 슬라이드가 보이도록 노출 조절 (대칭형 블러) */
    margin: 0 auto;
    overflow: visible !important; /* 스위퍼 내부의 카드는 보이도록 허용 */
}

.soon_card {
    position: relative;
    width: 100%;
    opacity: 0.3; /* 비활성 카드 딤 처리 */
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* pc 활성(중앙) 3개만 선명하게 (완벽한 대칭형 스테이지 효과) */
.sec11_soon_swiper .swiper-slide-active .soon_card,
.sec11_soon_swiper .swiper-slide-prev .soon_card,
.sec11_soon_swiper .swiper-slide-next .soon_card {
    opacity: 1;
    transform: scale(1);
}

.soon_card .bg_img {
    width: 100%;
    display: block;
}

.soon_card .card_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 5%; /* 텍스트 넘침 방지 여백 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; /* 텍스트 중앙 정렬 추가 */
    transform: translateY(-20%); /* 배경 이미지 형태 기준 수직 중앙 보정 */
}

.soon_card .status_badge {
    background-color: var(--main-yellow);
    color: var(--main-green);
    padding: 0.1875rem 0.9375rem; /* 3px 15px */
    margin-bottom: 0.9375rem; /* 15px */
    font-weight: 900;
    letter-spacing: 0.05em;
}

.soon_card .store_name {
    color: var(--main-green);
    font-weight: 800;
    margin-bottom: 0.9375rem; /* 15px */
    letter-spacing: -0.05em;
    word-break: keep-all;
    line-height: 1.2;
}

.soon_card .date_badge {
    background-color: var(--main-green);
    color: var(--main-yellow);
    padding: 0.25rem 1.125rem; /* 4px 18px */
    border-radius: 3.125rem; /* 50px */
    font-weight: 800;
    white-space: nowrap;
}

/* 페이징 닷 스타일 */
.sec11_soon_pagination .swiper-pagination-bullet {
    background-color: #d1d1d1;
    opacity: 1;
}
.sec11_soon_pagination .swiper-pagination-bullet-active {
    background-color: #666;
}

.sec11_soon_footer {
    margin-top: 3.125rem; /* 50px */
}
.sec11_soon_footer p {
    color: var(--main-green);
    font-weight: 800;
    letter-spacing: -0.05em;
}

/* 모바일 리사이즈 대응 */
@media screen and (max-width: 1024px) {
    .sec11_soon_swiper {
        width: 92%; /* 태블릿에서도 양옆 카드가 살짝 걸리게 여백 확보 */
    }
    .soon_card .card_content { padding: 0 3%; }
    .soon_card .store_name { margin-bottom: 0.625rem; } /* 10px */

    /* 태블릿 : 중앙 활성 슬라이드와 양옆만 발게 (대칭) */
    .sec11_soon_swiper .swiper-slide-active .soon_card,
    .sec11_soon_swiper .swiper-slide-prev .soon_card,
    .sec11_soon_swiper .swiper-slide-next .soon_card {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .sec11_soon_wrap { margin-top: 6.25rem; } /* 100px */
    .sec11_soon_title_area { margin-bottom: 2.5rem; } /* 40px */
    .soon_card .status_badge { padding: 0.0625rem 0.625rem; margin-bottom: 0.5rem; } /* 1px 10px, 8px */
    .soon_card .store_name { margin-bottom: 0.625rem; } /* 10px */
    .soon_card .date_badge { padding: 0.125rem 0.75rem; } /* 2px 12px */

        
    .sec11_soon_rolling {
        max-width: 75rem; /* 1200px */
        margin: 0 auto 0.625rem; /* 10px */
        overflow: hidden; /* 밖으로 나가는 슬라이드 숨김 */
        -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
        mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    }

    /* 모바일 (768px 이하) : 한가운데 2개 활성화, 양옆 잘림 */
    .sec11_soon_swiper {
        width: 70%; /* 모바일에서만 폭을 줄여 옆 카드가 반쯤 걸리게 연출 */
    }
    /* 모바일 : 활성 슬라이드와 다음 슬라이드(중앙 2개)만 밝게 */
    .sec11_soon_swiper .swiper-slide-active .soon_card,
    .sec11_soon_swiper .swiper-slide-next .soon_card {
        opacity: 1;
        transform: scale(1);
    }

}
/* ======================= 섹션 11: 신규 오픈 매장 끝 =======================*/

/* ======================= 섹션 12: 성과로 인정받은 브랜드 시작 =======================*/
#section12 {
    position: relative;
    width: 100%;
    background-color: #81c241; 
    padding: 7.5rem 0; /* 120px */
    text-align: center;
    overflow: hidden;
}

.sec12_flex_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.125rem; /* 50px */
    text-align: center; /* 전체적인 중앙 정렬 밸런스 유지 */
    margin-bottom: 2.5rem; /* 40px */
}

.sec12_left_col {
    flex: 1.1;
    z-index: 10;
}

.sec12_right_col {
    flex: 0.9;
    position: relative;
}

#section12 .inner_1200 {
    position: relative;
    z-index: 10;
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto;
}

.sec12_title_area {
    /* margin-bottom: 40px; */
    text-align: left; /* 타이틀 영역 중앙 정렬 */
}

.sec12_title {
    color: #fff;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: -0.9375rem; /* -15px */
    letter-spacing: -0.05em;
}

.sec12_subtitle {
    color: var(--main-yellow);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.05em;
}
.sec12_subtitle .text_yellow{
    font-weight: 800;
}

/* 트로피 이미지 영역 */
.sec12_trophy_area {
    position: relative;
    z-index: 10;
}

.sec12_trophy_area img {
    max-width: 56.25rem; /* 900px */
    width: 120%; 
    display: block;
    margin-left: 0;
    filter: drop-shadow(0 1.25rem 2.5rem rgba(0,0,0,0.2)); /* 20px 40px */
}

/* 수상 내역 영역 (PC에서는 배경 없음) */
.sec12_awards_area {
    position: relative;
    z-index: 5;
    padding: 0;
    margin: 1.875rem 0 1.25rem; /* 30px 20px */
}

.sec12_awards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625rem; /* 25px */
    justify-content: center; /* 로고 그리드 중앙 정렬 */
    align-items: center;
}

.award_item {
    text-align: center; /* 로고 아이템 중앙 정렬 */
}

.award_item img {
    height: 5rem; /* 80px */
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* 로고 겹침 효과 */
.overlap_awards {
    display: flex;
    justify-content: center; /* 겹친 로고들을 아이템 내에서 중앙 정렬 */
    align-items: center;
}

.overlap_awards img {
    margin-left: -3.4375rem; /* -55px - 겹침 간격 최적화 (높이 80px 기준) */
}

.overlap_awards img:first-child {
    margin-left: 0;
}

.award_desc {
    margin-top: 0.625rem; /* 10px */
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.award_desc span {
    font-weight: 600;
}

.award_desc strong {
    font-weight: 900;
}

/* 하단 문구 */
.sec12_footer_msg {
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.05em;    
    text-align: left; /* 하단 문구 좌측 정렬 */
}

.sec12_footer_msg .text_yellow {
    color: var(--main-yellow);
    font-weight: 800;
}

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    #section12 { padding: 3.125rem 0 2.5rem; } /* 50px 40px */
    .sec12_trophy_area { margin-bottom: -5rem; } /* -80px */
    .sec12_awards_area { padding: 5.625rem 2.5rem 3.125rem; } /* 90px 40px 50px */
    .sec12_awards_grid { gap: 1.875rem; grid-template-columns: repeat(2, 1fr); } /* 30px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section12 { padding: 2.5rem 0 1.875rem; } /* 40px 30px */
    .sec12_flex_container { 
        display: flex; 
        flex-direction: column; 
        align-items: center;
        text-align: center;
        gap: 0.0625rem; /* 1px */
        margin-bottom: 0;
    }
    .sec12_left_col, .sec12_right_col { display: contents; } /* 컬럼 구조 해제하여 순서 자유 배치 */

    .sec12_title_area { order: 1; margin-bottom: 1.5625rem; text-align: center; } /* 25px */
    .sec12_trophy_area { order: 2; margin-bottom: 0.0625rem; } /* 1px */
    .sec12_awards_area { order: 3; margin-bottom: 1.25rem; width: 100%; } /* 20px */

    .sec12_title { margin-bottom: 0.1875rem; } /* 3px */
    .sec12_title_area { text-align: center; }
    
    .sec12_trophy_area img { width: 100%; max-width: 25rem; margin: 0 auto; filter: none; } /* 400px */
    
    .sec12_awards_area { 
        padding: 1.875rem 0.9375rem; /* 30px 15px */
        background-color: rgba(255,255,255,0.9);
        border-radius: 0.75rem; /* 12px */
        box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.1); /* 5px 15px */
        margin: 0 auto 1.875rem; /* 30px */
        width: 90%;
    }
    
    .sec12_awards_grid { 
        gap: 0.9375rem; /* 15px */
        grid-template-columns: repeat(2, 1fr); 
        text-align: center;
    }
    
    .award_item { text-align: center; }
    .award_item img { height: 4.6875rem; margin: 0 auto 0.625rem; } /* 75px 10px */
    .award_desc { color: var(--main-black); }

    .overlap_awards img {
        margin-left: -3.375rem; /* -54px */
    }
    .overlap_awards img:first-child { margin-left: 0; }
    .sec12_footer_msg {
        text-align: center;
    }
}

/* 애니메이션 지연 */
#section12 .sec12_title_area.on { transition-delay: 0.1s; }
#section12 .sec12_trophy_area.on { transition-delay: 0.3s; }
#section12 .sec12_awards_area.on { transition-delay: 0.5s; }
#section12 .award_item:nth-child(1).on { transition-delay: 0.6s; }
#section12 .award_item:nth-child(2).on { transition-delay: 0.7s; }
#section12 .award_item:nth-child(3).on { transition-delay: 0.8s; }
#section12 .award_item:nth-child(4).on { transition-delay: 0.9s; }
#section12 .award_item:nth-child(5).on { transition-delay: 1.0s; }
#section12 .award_item:nth-child(6).on { transition-delay: 1.1s; }
#section12 .sec12_footer_msg.on { transition-delay: 1.2s; }
/* ======================= 섹션 12: 성과로 인정받은 브랜드 끝 =======================*/

/* ======================= 섹션 13: 착한프랜차이즈 시작 =======================*/
#section13 {
    width: 100%;
    background-color: #efefef; /* 밝은 회색 바탕 */
    padding: 6.25rem 0 7.5rem; /* 100px 120px */
    text-align: center;
}

#section13 .inner_1200 {
    width: 75rem; /* 1200px */
    max-width: 95%;
    margin: 0 auto;
}

.sec13_flex_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.375rem; /* 70px - 이미지와 텍스트 간격 */
    width: 100%;
}

.sec13_left_col {
    flex: 0 0 auto;
}

.sec13_right_col {
    flex: 0 0 auto;
    text-align: left; /* 텍스트 우측 영역 내 좌측 정렬 */
}

.sec13_img_area {
    margin-bottom: 0;
}

.sec13_img_area img {
    max-width: 30rem; /* 480px - PC 기본 이미지 사이즈 최적화 */
    width: 100%;
    display: inline-block;
}

/* 공정위 로고 화이트박스 */
.sec13_gov_box_wrap {
    margin: 0 0 0.9375rem 0; /* 15px - PC에서는 좌측 정렬에 맞게 마진 조정 */
    position: relative;
    z-index: 10;
}

.sec13_gov_box_wrap .gov_box {
    display: inline-block;
    background-color: #fff;
    padding: 0.75rem 1.5625rem; /* 12px 25px */
    border-radius: 0.5rem; /* 8px */
    box-shadow: 0 0.3125rem 0.3125rem rgba(0,0,0,0.1); /* 5px 5px */
}

.sec13_gov_box_wrap .gov_box img {
    height: 2.375rem; /* 38px */
    object-fit: contain;
    vertical-align: middle;
}

/* 초록색 알약 라벨 */
.sec13_pill_area {
    margin-bottom: 1.25rem; /* 20px */
}

.sec13_pill {
    display: inline-block;
    background-color: var(--main-green);
    color: var(--main-yellow);
    padding: 0.9375rem 3.125rem; /* 15px 50px */
    border-radius: 3.125rem; /* 50px */
    font-weight: 800;
    letter-spacing: -0.05em;
    box-shadow: 0 0.5rem 0.9375rem rgba(0,0,0,0.1); /* 8px 15px */
}

/* 하단 텍스트 */
.sec13_desc {
    color: var(--main-green);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    #section13 { padding: 5rem 0 6.25rem; } /* 80px 100px */
    .sec13_flex_container { gap: 2.5rem; } /* 40px */
    .sec13_img_area img { max-width: 23.75rem; } /* 380px */
    .sec13_gov_box_wrap .gov_box { padding: 0.625rem 1.25rem; } /* 10px 20px */
    .sec13_gov_box_wrap .gov_box img { height: 2rem; } /* 32px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section13 { padding: 3.75rem 0rem 1.875rem; } /* 60px 30px */
    
    .sec13_flex_container {
        flex-direction: column;
        gap: 0;
    }
    
    .sec13_right_col {
        text-align: center;
    }

    .sec13_img_area { margin-bottom: 0.9375rem; } /* 15px */
    .sec13_img_area img { max-width: 90%; }
    
    .sec13_gov_box_wrap { margin: 0.3125rem auto 1.875rem; } /* 5px 30px */
    .sec13_gov_box_wrap .gov_box { padding: 0.375rem 0.9375rem; border-radius: 0.375rem; } /* 6px 15px, 6px */
    .sec13_gov_box_wrap .gov_box img { height: 2.125rem; } /* 34px */
    
    .sec13_pill_area { margin-bottom: 1.5625rem; } /* 25px */
    .sec13_pill { padding: 0.75rem 1.875rem; } /* 12px 30px */
}

/* 애니메이션 지연 */
#section13 .sec13_img_area.on { transition-delay: 0.1s; }
#section13 .sec13_gov_box_wrap.on { transition-delay: 0.3s; }
#section13 .sec13_pill_area.on { transition-delay: 0.4s; }
#section13 .sec13_desc_area.on { transition-delay: 0.6s; }
/* ======================= 섹션 13: 착한프랜차이즈 끝 =======================*/

/* ======================= 섹션 14: 창업비용 시작 =======================*/
#section14 {
    width: 100%;
    background-color: #fff;
    padding: 7.5rem 0; /* 120px */
}

#section14 .inner_960 {
    width: 60rem; /* 960px */
    max-width: 95%;
    margin: 0 auto;
}

/* 상단 타이틀 구역 */
.sec14_top_area {
    position: relative;
    text-align: center;
    margin-bottom: 0.3125rem; /* 5px */
}

.sec14_title_wrap {
    display: inline-block;
    background-color: var(--main-green);
    color: #fff;
    padding: 0.75rem 3.125rem; /* 12px 50px */
    border-radius: 3.125rem; /* 50px */
    margin-bottom: 0.625rem; /* 10px */
}

.sec14_title {
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.sec14_unit {
    text-align: right;
    color: #666;
    font-weight: 600;
    letter-spacing: -0.03em;
}

/* 테이블 공통 */
.sec14_table_wrap {
    width: 100%;
}

.sec14_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 0.125rem solid var(--main-green); /* 2px */
    text-align: center;
    table-layout: fixed; /* 컬럼 넓이 고정을 위한 설정 */
}

/* PC 컬럼 넓이 정의 */
.sec14_table col:nth-child(1) { width: 11.25rem; } /* 180px - 구분 컬럼 넓이 고정 */
.sec14_table col:nth-child(2) { width: auto; }
.sec14_table col:nth-child(3) { width: 11.25rem; } /* 180px - 금액 컬럼 넓이 고정 */

.sec14_table th {
    background-color: var(--main-green);
    color: #fff;
    font-weight: 600;
    padding: 0.625rem 0.625rem; /* 10px - 상하 패딩 줄임 */
    border: 0.0625rem solid #e5e5e5; /* 1px */
    letter-spacing: -0.05em;
}

.sec14_table td {
    border: 0.0625rem solid #e5e5e5; /* 1px */
    padding: 0.75rem 0.625rem; /* 12px 10px - 상하 패딩 줄임 */
    font-weight: 600;
    color: var(--main-black);
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-align: center;
}

#section14 .sec14_table td.left {
    
    padding-left: 0.625rem !important; /* 10px */
}

.sec14_table td.merge_cell {
    text-align: center;
    vertical-align: middle;
}

.sec14_table td.merge_cell p + p {
    margin-top: 0.3125rem; /* 5px */
}

/* 하단 지원 안내 구역 */
.sec14_support_area {
    margin-top: 6.25rem; /* 100px */
    text-align: center;
}

.sec14_support_title {
    font-weight: 900;
    line-height: 1;
    word-break: keep-all;
    letter-spacing: -0.05em;
}

.sec14_support_desc .support_sub {
    font-weight: 800;
    margin-bottom: 1.875rem; /* 30px */
    word-break: keep-all;
    line-height: 1.4;
    letter-spacing: -0.05em;
    color: var(--main-black);
}

.sec14_support_desc .support_list {
    margin-bottom: 1.875rem; /* 30px */
}

.sec14_support_desc .support_list li {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: var(--main-black);
}

.sec14_support_desc .text_green {
    color: var(--main-green);
    font-weight: 900;
}

.sec14_support_desc .total_price {
    font-weight: 900;
    margin-bottom: 0.3125rem; /* 5px */
    letter-spacing: -0.05em;
}

.sec14_support_desc .limit_msg {
    font-weight: 700;
    color: #333;
    letter-spacing: -0.05em;
}

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
    #section14 { padding: 5.625rem 0; } /* 90px */
    .sec14_support_area { margin-top: 5rem; } /* 80px */
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
    #section14 { padding: 1.875rem 0 3rem; } /* 30px - 하단 마진 40px 제거하여 CTA와 밀착 */
    
    .sec14_title_wrap { padding: 0.25rem 1.5625rem; margin-bottom: 1.25rem; } /* 4px 25px, 20px */
    .sec14_table th, .sec14_table td { padding: 0.625rem 0.3125rem; word-break: keep-all; } /* 10px 5px */
    .sec14_table2 td { padding: 0.4375rem 0.3125rem; word-break: keep-all; } /* 7px 5px */
    .sec14_table col:nth-child(1) { width: 19%; }
    .sec14_table col:nth-child(2) { width: 66%; }
    .sec14_table col:nth-child(3) { width: 15%; }
    
    .sec14_support_area { margin-top: 3.75rem;  } /* 60px */
    .sec14_support_desc .support_sub { margin-bottom: 1.25rem; } /* 20px */
    .sec14_support_desc .support_list { margin-bottom: 1.25rem; } /* 20px */
    #section14 .sec14_table td.left {
    text-align: left !important;
    padding-left: 0.625rem !important; /* 10px */
}
}

/* 애니메이션 지연 */
#section14 .sec14_top_area.on { transition-delay: 0.1s; }
#section14 .sec14_table_wrap:nth-of-type(2).on { transition-delay: 0.3s; }
#section14 .sec14_table_wrap:nth-of-type(3).on { transition-delay: 0.5s; }
#section14 .sec14_support_area.on { transition-delay: 0.7s; }
/* ======================= 섹션 14: 창업비용 끝 ======================= */

/* =================================================================
   섹션 1: 2026 Modern Glitch Entrance
   모든 요소 기본 invisible → glitch 등장
   ================================================================= */

/* ── 초기 숨김: 전역 .ani_target transition/transform 완전 차단 ── */
#section1 .typo1,
#section1 .typo2,
#section1 .typo3,
#section1 .sec1_rank_box,
#section1 .typo4,
#section1 .typo5,
#section1 .typo6,
#section1 .typo7 {
    opacity: 0;
    transform: translateY(-50%); /* 타이포는 그대로 상단 대기 */
    transition: none !important;
}
#section1 .sec1_img_area {
    opacity: 0;
    transform: translateY(var(--sec1-burger-y)); /* 버거는 변수값 기준 대기 */
    transition: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Keyframes
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* [A] 타이포 등장: 위→아래 언마스킹 + RGB 잔상 burst */
@keyframes sec1GlitchText {
    0%   { opacity: 0; clip-path: inset(0 0 100% 0); transform: translate(0); filter: none; }
    /* 마스크 열리며 첫 번쩍임 */
    6%   { opacity: 1; clip-path: inset(0);
           transform: translate(-0.4375rem); /* -7px */
           filter: drop-shadow(0.5rem 0 0 rgba(255,0,50,0.95)) drop-shadow(-0.5rem 0 0 rgba(0,210,255,0.95)); } /* 8px */
    11%  { transform: translate(0.375rem); /* 6px */
           filter: drop-shadow(-0.4375rem 0 0 rgba(255,0,50,0.85)) drop-shadow(0.4375rem 0 0 rgba(0,210,255,0.85)); } /* 7px */
    /* 수평 슬라이스 */
    17%  { clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
           transform: translate(-0.1875rem); filter: none; } /* -3px */
    22%  { clip-path: polygon(0 33%, 100% 33%, 100% 100%, 0 100%);
           transform: translate(0.1875rem); } /* 3px */
    /* 안정화 */
    30%  { clip-path: inset(0); transform: translate(-0.125rem); /* -2px */
           filter: drop-shadow(0.1875rem 0 0 rgba(255,0,50,0.4)); } /* 3px */
    40%  { transform: translate(0); filter: none; }
    100% { opacity: 1; transform: translate(0); clip-path: none; filter: none; }
}

/* [B] 랭킹박스: 묵직한 block glitch */
@keyframes sec1GlitchBox {
    0%   { opacity: 0; clip-path: inset(0 0 100% 0); transform: translate(0) scale(1.03); filter: none; }
    5%   { opacity: 1; clip-path: inset(0);
           transform: translate(-0.6875rem, 0.25rem) scale(1); /* -11px 4px */
           filter: drop-shadow(0.6875rem 0 0 rgba(255,0,50,1)) drop-shadow(-0.6875rem 0 0 rgba(0,210,255,1)) brightness(1.5); } /* 11px */
    10%  { transform: translate(0.5625rem, -0.25rem); /* 9px -4px */
           filter: drop-shadow(-0.5625rem 0 0 rgba(255,0,50,0.9)) drop-shadow(0.5625rem 0 0 rgba(0,210,255,0.9)); } /* 9px */
    16%  { clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
           transform: translate(-0.3125rem); filter: none; } /* -5px */
    22%  { clip-path: polygon(0 43%, 100% 43%, 100% 100%, 0 100%);
           transform: translate(0.3125rem); } /* 5px */
    30%  { clip-path: inset(0); transform: translate(-0.125rem); /* -2px */
           filter: drop-shadow(0.25rem 0 0 rgba(255,0,50,0.35)); } /* 4px */
    42%  { transform: translate(0); filter: none; }
    100% { opacity: 1; transform: translate(0) scale(1); clip-path: none; filter: none; }
}

/* [C] 느낌표: scale(0) → spring pop + RGB burst */
@keyframes sec1GlitchPop {
    0%   { opacity: 0; transform: scale(0); filter: none; }
    7%   { opacity: 1; transform: scale(1.35) translate(-0.3125rem); /* -5px */
           filter: drop-shadow(0.375rem 0 0 rgba(255,0,50,1)) drop-shadow(-0.375rem 0 0 rgba(0,210,255,1)) brightness(1.7); } /* 6px */
    14%  { transform: scale(0.82) translate(0.3125rem); /* 5px */
           filter: drop-shadow(-0.3125rem 0 0 rgba(255,0,50,0.6)) brightness(1.2); } /* 5px */
    20%  { transform: scale(1.12) translate(-0.125rem); filter: none; } /* -2px */
    28%  { transform: scale(1) translate(0); }
    /* 2차 미세 잔상 */
    64%  { transform: scale(1) translate(0); filter: none; }
    68%  { transform: scale(1) translate(-0.125rem); /* -2px */
           filter: drop-shadow(0.1875rem 0 0 rgba(255,0,50,0.45)); } /* 3px */
    73%  { transform: scale(1) translate(0); filter: none; }
    100% { opacity: 1; transform: scale(1); filter: none; }
}

/* [D] 버거 이미지 (PC): translateY(-50%) 기저 + 강렬한 등장 */
@keyframes sec1GlitchBurger {
    0%   { opacity: 0; transform: translateY(var(--sec1-burger-y)) scale(1.07);
           filter: brightness(2.5) saturate(0); }
    /* 1차 강한 RGB split */
    4%   { opacity: 1; transform: translateY(var(--sec1-burger-y)) translate(-1rem, 0.4375rem) scale(1); /* -16px 7px */
           filter: drop-shadow(1rem 0 0 rgba(255,0,50,1)) drop-shadow(-1rem 0 0 rgba(0,210,255,1)) brightness(2); /* 16px */
           clip-path: polygon(0 0, 100% 0, 100% 42%, 0 42%); }
    8%   { transform: translateY(var(--sec1-burger-y)) translate(0.875rem, -0.4375rem); /* 14px -7px */
           filter: drop-shadow(-0.875rem 0 0 rgba(255,0,50,0.9)) drop-shadow(0.875rem 0 0 rgba(0,210,255,0.9)) brightness(1.6); /* 14px */
           clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0 100%); }
    /* 슬라이스 잔여 */
    14%  { clip-path: polygon(0 0, 100% 0, 100% 65%, 0 65%);
           transform: translateY(var(--sec1-burger-y)) translate(-0.4375rem) skewX(5deg); /* -7px */
           filter: drop-shadow(0.4375rem 0 0 rgba(255,0,50,0.5)); } /* 7px */
    20%  { clip-path: polygon(0 63%, 100% 63%, 100% 100%, 0 100%);
           transform: translateY(var(--sec1-burger-y)) translate(0.3125rem) skewX(-4deg); filter: none; } /* 5px */
    /* 풀 프레임 착지 */
    28%  { clip-path: inset(0); transform: translateY(var(--sec1-burger-y)) translate(-0.1875rem); } /* -3px */
    36%  { transform: translateY(var(--sec1-burger-y)) translate(0); filter: none; }
    /* 2차 미세 노이즈 */
    60%  { transform: translateY(var(--sec1-burger-y)); filter: none; }
    64%  { transform: translateY(var(--sec1-burger-y)) translate(-0.3125rem); /* -5px */
           filter: drop-shadow(0.375rem 0 0 rgba(255,0,50,0.5)) drop-shadow(-0.375rem 0 0 rgba(0,210,255,0.5)); } /* 6px */
    69%  { transform: translateY(var(--sec1-burger-y)) translate(0); filter: none; }
    100% { opacity: 1; transform: translateY(var(--sec1-burger-y)) scale(1); clip-path: inset(0); filter: none; }
}

/* [D-m] 버거 이미지 (모바일): translateY 없는 버전 */
@keyframes sec1GlitchBurgerMobile {
    0%   { opacity: 0; transform: scale(1.07); filter: brightness(2.5) saturate(0); }
    4%   { opacity: 1; transform: translate(-0.875rem, 0.375rem) scale(1); /* -14px 6px */
           filter: drop-shadow(0.875rem 0 0 rgba(255,0,50,1)) drop-shadow(-0.875rem 0 0 rgba(0,210,255,1)) brightness(2); } /* 14px */
    8%   { transform: translate(0.75rem, -0.375rem); /* 12px -6px */
           filter: drop-shadow(-0.75rem 0 0 rgba(255,0,50,0.9)) drop-shadow(0.75rem 0 0 rgba(0,210,255,0.9)); /* 12px */
           clip-path: polygon(0 43%, 100% 43%, 100% 100%, 0 100%); }
    15%  { clip-path: inset(0); transform: translate(-0.3125rem) skewX(4deg); /* -5px */
           filter: drop-shadow(0.375rem 0 0 rgba(255,0,50,0.4)); } /* 6px */
    22%  { transform: translate(0) skewX(0); filter: none; }
    62%  { transform: translate(0); filter: none; }
    66%  { transform: translate(-0.1875rem); /* -3px */
           filter: drop-shadow(0.25rem 0 0 rgba(255,0,50,0.4)); } /* 4px */
    70%  { transform: translate(0); filter: none; }
    100% { opacity: 1; transform: scale(1); clip-path: inset(0); filter: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   시퀀스 타이밍 (section1.on 진입 시 순차 등장)
   버거 → typo1 → typo2 → typo3 → 랭킹박스
   → typo4/5 → typo6 → 느낌표들
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 버거: 제일 먼저, 웅장하게
   fill-mode: both → delay 동안 0%키프레임(opacity:0) 유지, 끝나면 100% 고정 */
#section1.on .sec1_img_area {
    animation: sec1GlitchBurger 2.0s cubic-bezier(0.22, 1, 0.36, 1) both;
    /* animation-delay: 0.10s; */
}

/* 타이포 순차 등장 */
#section1.on .typo1 {
    animation: sec1GlitchText 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.3s;
}
#section1.on .typo2 {
    animation: sec1GlitchText 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.7s;
}
#section1.on .typo3 {
    animation: sec1GlitchText 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 1.1s;
}

/* 랭킹박스 컨테이너 */
#section1.on .sec1_rank_box {
    animation: sec1GlitchBox 1.0s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 1.7s;
}

/* 랭킹박스 안 데이터 텍스트 */
#section1.on .typo4 {
    animation: sec1GlitchText 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 1.9s;
}
#section1.on .typo5 {
    animation: sec1GlitchText 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 2.1s;
}
#section1.on .typo6 {
    animation: sec1GlitchText 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 2.3s;
}

/* 느낌표 순차 팝 */
#section1.on .typo7:nth-of-type(2) { animation: sec1GlitchPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; animation-delay: 2.55s; }
#section1.on .typo7:nth-of-type(3) { animation: sec1GlitchPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; animation-delay: 2.67s; }
#section1.on .typo7:nth-of-type(4) { animation: sec1GlitchPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; animation-delay: 2.79s; }
#section1.on .typo7:nth-of-type(5) { animation: sec1GlitchPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; animation-delay: 2.91s; }
#section1.on .typo7:nth-of-type(6) { animation: sec1GlitchPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; animation-delay: 3.03s; }

/* ── 모바일 (1024px 이하): position:static으로 강제 override ── */
@media screen and (max-width: 1024px) {
    #section1 .sec1_img_area {
        position: static !important;
        transform: none;
        opacity: 0;
    }
    #section1.on .sec1_img_area {
        animation: sec1GlitchBurgerMobile 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 0.1s;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   섹션1 버거 추가 글리치 (3.8초 주동기)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes burger_glitch_tear {
    0%, 48.5% { transform: scale(1) translate(0); filter: none; clip-path: none; }
    
    /* 3.8초(50%) 지점: 극도로 빠른 파바박(Burst) 구간 */
    /* 49% { transform: translate(-15px, 5px) skewX(45deg) scaleY(1.2); filter: brightness(2) drop-shadow(15px 0 0 #ff0032); clip-path: inset(40% 0 40% 0); } */
    /* 49.2% { transform: translate(15px, -5px) skewX(-45deg) scaleY(0.8); filter: brightness(1.5) drop-shadow(-15px 0 0 #00d2ff); clip-path: inset(10% 0 70% 0); } */
    /* 49% { transform: scaleY(0.05) scaleX(2) translate(0, -10px) skewX(100deg); filter: brightness(3) contrast(2); } */
    
    /* 정점 (50%) */
    48.6%{
        /* transform: translateY(1vh) scaleY(1) scaleX(1) skewX(360dd);  */
        filter: brightness(400%) drop-shadow(3.125rem 0 0 rgba(255,0,50,1)) drop-shadow(-3.125rem 0 0 rgba(0,210,255,1)); /* 50px */
    }
    49% { 
        transform: translateY(0.125rem) scaleY(0.01) scaleX(1.5) skewX(256deg); /* 2px */
        filter: brightness(300%) drop-shadow(3.125rem 0 0 rgba(255,0,50,1)) drop-shadow(-3.125rem 0 0 rgba(0,210,255,1)); /* 50px */
    }
    49.1% { 
        transform: translateY(0.125rem) scaleY(0.01) scaleX(1.5) skewX(226deg); /* 2px */
        filter: brightness(300%) drop-shadow(3.125rem 0 0 rgba(255,0,50,1)) drop-shadow(-3.125rem 0 0 rgba(0,210,255,1)); /* 50px */
    }
     /* 49.25% { 
        transform: translateY(2px) scaleY(0.01) scaleX(2) skewX(216deg); 
        filter: brightness(300%) drop-shadow(50px 0 0 rgba(255,0,50,1)) drop-shadow(-50px 0 0 rgba(0,210,255,1)); 
    } */
    /* 50.6% { transform: scaleY(2) scaleX(0.2) translate(0, 10px) skewX(-100deg); filter: hue-rotate(180deg); } */
    
    /* 49.5% { transform: translate(10px, -20px) scale(1.5); filter: brightness(2) drop-shadow(0 0 30px white); clip-path: polygon(0 40%, 100% 40%, 100% 43%, 0 43%); } */
    /* 50.8% { transform: translate(-10px, 20px) scale(1.2); filter: brightness(1.8) drop-shadow(20px 0 0 #ff0032); clip-path: inset(0 0 60% 0); } */
    /* 51.2% { transform: scale(1.6) skewX(20deg); filter: brightness(1.4); clip-path: none; } */
    /* 52% { transform: scale(1.1) skewX(0deg); filter: brightness(1.1); } */
    49.9% { 
        transform: translateY(0.125rem) scaleY(0.01) scaleX(2) skewX(206deg); /* 2px */
        filter: brightness(300%) drop-shadow(3.125rem 0 0 rgb(255, 103, 133)) drop-shadow(-3.125rem 0 0 rgb(26, 123, 60)); /* 50px */
    }
    50.1% { transform: scale(1); filter: none; }
    
    100% { transform: scale(1); }
}

#section1.on .sec1_img_area img {
    animation: burger_glitch_tear 7.6s both;
    transform-origin: center center;
    will-change: transform, filter;
}




/* inquiry */
#inquiry {position: relative; width: 100%; background: #7fbe25; background-image:url('/img/fran_2025/inquiry_bg.png'); background-repeat: no-repeat; background-position: center 40.625rem; box-sizing: border-box;} /* 650px */
#inquiry_cont {position: relative; box-sizing: border-box; text-align: left; font-family:'GongGothic';}
#inquiry_cont .inquiry_logo {width: 30.625rem; margin: 0 auto; padding: 5.625rem 0 3.125rem; margin-bottom: 3.125rem; } /* 490px, 90px, 50px, 50px */
#inquiry_cont .inquiry_title {width: 100%; height: 6.875rem; margin-bottom: 5rem; display: flex; justify-content: center; align-items: center; } /* 110px, 80px */
#inquiry_cont .inquiry_title .box {border: 0.125rem solid #eee;display: flex;flex-direction: column;justify-content: center;align-items: center;font-weight: 300;color: #FFF;text-align: center;border-radius: 0.9375rem;transition: all 0.001s ease;transform-origin: center center;} /* 2px, 15px */
#inquiry_cont .inquiry_title .box .sub_text {font-size: 3.125rem; font-weight: 400; margin-bottom: 0.5rem;} /* 50px, 8px */
#inquiry_cont .inquiry_title .stateA {width: 39.375rem; height: auto; font-size: 3.4375rem; padding: 1.25rem 1.25rem 1.25rem 1.25rem; margin-top: 3.125rem; margin-bottom: 2.5rem;} /* 630px, 55px, 20px, 50px, 40px */
#inquiry_cont .inquiry_title .stateA span {font-weight: 700;color: #fff000;}
#inquiry_cont .inquiry_title .stateB {width: 38.75rem; height: auto; font-size: 3.4375rem; padding: 1.5625rem 1.25rem 1.5625rem 1.25rem; margin-top: 3.125rem; margin-bottom: 2.5rem;} /* 620px, 55px, 25px 20px, 50px, 40px */
#inquiry_cont .inquiry_title .stateB span {font-weight: 700; color: #336a00; }
#inquiry_cont .inquiry_sub_title {width: 100%; margin-bottom: 0; display: flex; flex-direction: column; align-items: center; }
#inquiry_cont .inquiry_sub_title .title_line1 {margin-bottom: 3.125rem; font-size: 3.75rem; font-weight: 300; line-height: 1; color: #FFF; } /* 60px, 50px */
#inquiry_cont .inquiry_sub_title .title_line2 {font-size: 5.9375rem; font-weight: 700; color: #FFF; } /* 95px */
#inquiry_cont .inquiry_sub_title .title_line2 span{color: #336a00;}
#inquiry_cont .inquiry_form_main {width: 75rem; max-width: 95%; margin: 0 auto;  padding-bottom: 12.5rem;} /* 1200px, 200px */
#inquiry_cont .iqr_check{padding: 0.625rem 0.9375rem 0.625rem 8.75rem;} /* 10px 15px 140px */
#inquiry_cont .iqr_check > input{width: 1.75rem; height: 1.75rem; vertical-align:top; } /* 28px */
/* .iqr_check > input, .iqr_check > label{display:block;float:left} */
#inquiry_cont .iqr_check > label{margin-left: 0.625rem; font-family: 'GmarketSans'; font-size: 1.75rem; font-weight: 500; line-height:100%;color: #FFF; vertical-align:top;} /* 28px, 10px */
#inquiry_cont .iqr_info{margin-top: 1.875rem} /* 30px */
#inquiry_cont .inquiry_table{width:100%; table-layout:fixed}
#inquiry_cont .inquiry_table .col1{width: 8.75rem;} /* 140px */
#inquiry_cont .inquiry_table th, .inquiry_table td{padding: 0.625rem 0;} /* 10px */
#inquiry_cont .inquiry_table th{text-align:left;}
#inquiry_cont .inquiry_table td{color:#FFF}
#inquiry_cont .inquiry_table th label, .inquiry_table th span{position:relative;font-family: 'GmarketSans'; font-size: 1.875rem; font-weight: 800; color:#FFF} /* 30px */
#inquiry_cont .inquiry_table th label.required:before{content:'';position:absolute;right: -0.625rem;top: 0.1875rem;width: 0.375rem;height: 0.3125rem;background:url('../img/fran_2025/inquiry_dot.png') no-repeat} /* -10px, 3px, 6px, 5px */
#inquiry_cont .inquiry_table input[type="text"], .inquiry_table input[type="password"], .inquiry_table select{width: 50rem;height: 5rem;border-radius: 0.3125rem;padding:0 1.25rem;font-family: 'GmarketSans'; font-size: 1.5625rem; font-weight: 500; line-height: 2.1875rem; border: 0; outline-color: #7fbe25; /* 800px, 80px, 5px, 20px, 35px, 25px */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
#inquiry_cont .inquiry_table .bridge, .inquiry_table .nbsp{display:inline-block;text-align:center}
#inquiry_cont .inquiry_table .bridge{width: 1rem} /* 16px */
#inquiry_cont .inquiry_table .nbsp{width: 0.3125rem} /* 5px */
#inquiry_cont .inquiry_table .text{padding-left: 0.125rem;font-size:0.875em;} /* 2px */
#inquiry_cont .inquiry_table textarea{width:100%;height: 11.25rem;padding: 0.625rem 1.25rem;font-family: 'GmarketSans'; font-size: 1.25rem; font-weight: 300; border-radius: 0.3125rem; border: 0; outline-color: #7fbe25; line-height:160%;resize:none; /* 180px, 10px 20px, 5px, 20px */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
#inquiry_cont .b_btn01{display:flex; align-items:center; justify-content:center; width: 58.75rem;height: 6.25rem;border-radius: 3.125rem;margin: 1.875rem auto 0;background-color:#336a00;font-family: 'GmarketSans'; font-size: 2.8125rem; font-weight: 700; line-height:1;color:#ffea00;text-align:center} /* 940px, 100px, 50px, 30px, 45px */
#inquiry_cont .b_btn01 span{display:inline-block; margin-left: 0.625rem; font-size: 2.0625rem;} /* 10px, 33px - 화살표 아이콘 위치 미세 조정 */
#inquiry .iqr_sub_text {
  margin-top: 1vw;
  font-family: 'GmarketSans';
  font-size: 1.3vw;
  font-weight: 450;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  opacity: 1;
}
#inquiry .iqr_sub_text .sub{
  font-weight: 600;
}
