/*     1130804 : 이미지      */
/* 기본 컨테이너 설정 */
.img__1130804__ {position:relative; margin:0 -15px; background:#000;} /* 이미지 배경을 검정으로 두어 가독성 확보 */
.img__1130804__:before {content:''; display:block; position:absolute; top:0; left:50%; z-index:1; width:1px; height:10%; background:#fff;}

/* 이미지 높이 조절 (550px -> 450px로 축소) */
.img__1130804__ .figure {overflow:hidden; height:450px; position:relative;}
.img__1130804__ .figure img {
    position:absolute; 
    top:50%; 
    left:50%; 
    width:auto; 
    height:100%; /* 높이에 맞춰 꽉 채움 */
    min-width:100%; /* 너비가 모자라지 않게 설정 */
    transform:translate(-50%, -50%); /* 이미지 중앙 정렬 */
    max-width:none; 
    vertical-align:top;
    opacity:0.3; /* 이미지 배경을 약간 어둡게 하여 텍스트 가독성 높임 */
}

/* 텍스트 배치: 왼쪽 하단 정렬 느낌으로 조정 */
.img__1130804__ .caption_wrap {position:absolute; top:0; right:0; bottom:0; left:0; z-index:1;}
.img__1130804__ .caption_wrap .caption_inner {display:table; width:100%; height:100%; table-layout:fixed; max-width:1200px; margin:0 auto;}
.img__1130804__ .caption_wrap .caption_inner .caption {display:table-cell; padding:0 25px; text-align:left; vertical-align:middle;}

/* 타이틀 스타일 */
.img__1130804__ .caption_wrap .caption_inner .caption .sub_top {margin:0 0 8px; padding:0; font-size:14px; color:#fff; opacity:0.8; letter-spacing:-.03em;}
.img__1130804__ .caption_wrap .caption_inner .caption .title1 {margin:0; padding:0; font-size:38px; font-weight:bold; color:#ffcc00; line-height:1.2; letter-spacing:-.05em;}
.img__1130804__ .caption_wrap .caption_inner .caption .title2 {margin:8px 0 0; padding:0; font-size:26px; font-weight:bold; color:#fff; line-height:1.3; letter-spacing:-.03em;}

/* 리스트 스타일 */
.img__1130804__ .caption_wrap .caption_inner .caption .desc_list {margin:20px 0 0; padding:0; list-style:none;}
.img__1130804__ .caption_wrap .caption_inner .caption .desc_list li {position:relative; padding-left:15px; margin-bottom:8px; font-size:16px; color:#fff; font-weight:500; line-height:1.4; letter-spacing:-.03em;}

/* 내용이 있을 때만 노란 사각형 불렛 표시 */
.img__1130804__ .caption_wrap .caption_inner .caption .desc_list li:not(:empty):before {
    content:''; 
    position:absolute; 
    left:0; 
    top:6px; 
    width:6px; 
    height:6px; 
    background:#ffcc00;
}

/* 반응형 설정 (PC 화면) */
@media all and (min-width:1024px){
	.img__1130804__ {margin:0;}
	.img__1130804__ .figure {height:400px;} /* PC에서는 적절한 높이 유지 */
	.img__1130804__ .figure img {width:100%; height:auto; top:50%;}

	.img__1130804__ .caption_wrap .caption_inner .caption {padding:50px 60px;}
	.img__1130804__ .caption_wrap .caption_inner .caption .title1 {font-size:55px;}
	.img__1130804__ .caption_wrap .caption_inner .caption .title2 {font-size:42px;}
    .img__1130804__ .caption_wrap .caption_inner .caption .desc_list li {font-size:20px;}
}

/*     1130884 : 공백      */
.solid_line__1130884__ {box-sizing:border-box; display:block; position:relative; width:100%; height:80px;}
.solid_line__1130884__.build_edit_mode {min-height:10px; border:1px dashed red;}
.solid_line__1130884__.build_edit_mode:before {content:'Blank'; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

@media all and (max-width:1023px){
	.solid_line__1130884__ {height:40px;}
}

/*     1130874 : 타이틀 텍스트      */
.title__1130874__ {font-size:0}
.title__1130874__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:24px;font-weight:bold;color:#000000;letter-spacing:-.03em;line-height:1.4em;
}
.title__1130874__ p:before {content:'';position:absolute;background:#d00000;font-size:0}

.title__1130874__.style_top p {padding-top:10px}
.title__1130874__.style_top p:before {top:0;left:0;width:24px;height:4px}

.title__1130874__.style_right p {padding-right:14px}
.title__1130874__.style_right p:before {top:16%;right:0;width:4px;height:24px}

.title__1130874__.style_bottom p {padding-bottom:12px}
.title__1130874__.style_bottom p:before {bottom:0;left:0;width:24px;height:4px}

.title__1130874__.style_left p {padding-left:14px}
.title__1130874__.style_left p:before {top:16%;left:0;width:4px;height:24px}

.title__1130874__.style_circle1 p {padding-left:18px}
.title__1130874__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__1130874__.style_circle2 p {padding-left:18px}
.title__1130874__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #d00000;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__1130874__ p {font-size:32px}
	.title__1130874__.style_top p:before {width:32px}
	.title__1130874__.style_right p:before {height:32px}
	.title__1130874__.style_bottom p:before {width:32px}
	.title__1130874__.style_left p:before {height:32px}
}

/*     1130904 : 공백      */
.solid_line__1130904__ {box-sizing:border-box; display:block; position:relative; width:100%; height:20px;}
.solid_line__1130904__.build_edit_mode {min-height:10px; border:1px dashed red;}
.solid_line__1130904__.build_edit_mode:before {content:'Blank'; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

@media all and (max-width:1023px){
	.solid_line__1130904__ {height:10px;}
}

/*     1130894 : 타이틀 텍스트      */
.title__1130894__ {font-size:0}
.title__1130894__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:16px;font-weight:normal;color:#000000;letter-spacing:-.03em;line-height:1.4em;
}
.title__1130894__ p:before {content:'';position:absolute;background:#d00000;font-size:0}

.title__1130894__.style_top p {padding-top:10px}
.title__1130894__.style_top p:before {top:0;left:0;width:16px;height:4px}

.title__1130894__.style_right p {padding-right:14px}
.title__1130894__.style_right p:before {top:16%;right:0;width:4px;height:16px}

.title__1130894__.style_bottom p {padding-bottom:12px}
.title__1130894__.style_bottom p:before {bottom:0;left:0;width:16px;height:4px}

.title__1130894__.style_left p {padding-left:14px}
.title__1130894__.style_left p:before {top:16%;left:0;width:4px;height:16px}

.title__1130894__.style_circle1 p {padding-left:18px}
.title__1130894__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__1130894__.style_circle2 p {padding-left:18px}
.title__1130894__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #d00000;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__1130894__ p {font-size:16px}
	.title__1130894__.style_top p:before {width:16px}
	.title__1130894__.style_right p:before {height:16px}
	.title__1130894__.style_bottom p:before {width:16px}
	.title__1130894__.style_left p:before {height:16px}
}

/*     1130944 : 공백      */
.solid_line__1130944__ {box-sizing:border-box; display:block; position:relative; width:100%; height:40px;}
.solid_line__1130944__.build_edit_mode {min-height:10px; border:1px dashed red;}
.solid_line__1130944__.build_edit_mode:before {content:'Blank'; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

@media all and (max-width:1023px){
	.solid_line__1130944__ {height:30px;}
}

/*     1130914 : 텍스트 오버레이 이미지      */
/* 컨테이너: 이미지와 텍스트를 겹치게 함 */
.text_over_img__1130914__ {
    display: inline-block;
    overflow: hidden;
    position: relative; /* 자식 요소인 caption의 기준점 */
    width: px;
    max-width: 100%;
    vertical-align: top;
    border-radius: 25px;
}

.text_over_img__1130914__ * {box-sizing: border-box;}
.text_over_img__1130914__ a {display: block; text-decoration: none;}

/* 이미지 설정 */
.text_over_img__1130914__ .figure {
    width: 100%;
    display: block;
    vertical-align: top;
}

/* 캡션: 이미지 위에 겹쳐지는 검정 음영 레이어 */
.text_over_img__1130914__ .caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 텍스트를 하단으로 배치 */
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    padding: 20px;
    /* 하단 음영 그라데이션 */
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%);
    
    /* [중요] 모바일 기준 폰트 크기 설정 */
    font-size: 20px; 
    transition: background 0.3s ease;
}

/* 메인 텍스트 (content) */
.text_over_img__1130914__ .caption .content {
    display: block;
    color: #ffffff !important;
    font-size: 1em; /* 부모 크기(변수값)와 동일 */
    line-height: 1.4em;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* 상단 보조 텍스트 (subject) */
.text_over_img__1130914__ .caption .subject {
    display: block;
    color: #ffffff !important;
    /* content(1em) 대비 1.2배 크게 설정 */
    font-size: 0.8em; 
    line-height: 1.5em;
    margin-bottom: 5px;
    font-weight: normal;
    opacity: 0.9;
}

/* PC 환경 (1024px 이상) */
@media all and (min-width:1024px){
    .text_over_img__1130914__ .caption {
        /* PC 환경 기준 폰트 크기로 변경 */
        font-size: 26px;
    }
}

/* 마우스 호버 시 파란색(#003399) 음영으로 변경 */
.text_over_img__1130914__:hover .caption {
      background: linear-gradient(to top, rgba(0,51,153,0.9) 0%, rgba(0,51,153,0.5) 50%, rgba(0,51,153,0) 100%);
}

/*     1130924 : 텍스트 오버레이 이미지      */


/*     1130984 : 공백      */
.solid_line__1130984__ {box-sizing:border-box; display:block; position:relative; width:100%; height:40px;}
.solid_line__1130984__.build_edit_mode {min-height:10px; border:1px dashed red;}
.solid_line__1130984__.build_edit_mode:before {content:'Blank'; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

@media all and (max-width:1023px){
	.solid_line__1130984__ {height:30px;}
}

/*     1130954 : 설명 표      */

.system_wrap__1130914__ {
    max-width: 1200px;
    margin: 20px auto;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 51, 153, 0.05); /* 은은한 푸른빛 그림자 */
    overflow: hidden;
    line-height: 1.6;
}

/* 상단 헤더 영역 (타이틀 1, 2 통합형) */
.system_wrap__1130914__ .sys_header {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #eef1f6;
}

.system_wrap__1130914__ .sys_tag_group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.system_wrap__1130914__ .sys_tag {
    flex: 1;
    min-width: 200px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #eef1f6;
}

.system_wrap__1130914__ .sys_tag:last-child {
    border-right: none;
}

/* 타이틀 텍스트 스타일 */
.system_wrap__1130914__ .sys_tag .title_label {
    font-size: 14px;
    color: #003399;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(0, 51, 153, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.system_wrap__1130914__ .sys_tag .title_main {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

/* 하단 콘텐츠 영역 */
.system_wrap__1130914__ .sys_body {
    padding: 40px;
}

.system_wrap__1130914__ .sys_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

/* 아이템 개별 스타일 */
.system_wrap__1130914__ .sys_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #475569;
    transition: transform 0.2s ease;
}

.system_wrap__1130914__ .sys_item:hover {
    transform: translateX(5px);
}

/* 체크 아이콘 (SVG 자가 구현) */
.system_wrap__1130914__ .sys_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #003399;
}

/* =========================
   모바일 대응 (반응형)
   ========================= */
@media (max-width: 768px) {
    .system_wrap__1130914__ {
        margin: 10px;
        border-radius: 16px;
    }

    .system_wrap__1130914__ .sys_tag {
        padding: 18px 20px;
        border-right: none;
        border-bottom: 1px solid #eef1f6;
    }

    .system_wrap__1130914__ .sys_body {
        padding: 24px 20px;
    }

    .system_wrap__1130914__ .sys_grid {
        grid-template-columns: 1fr; /* 1열로 변경 */
        gap: 16px;
    }

    .system_wrap__1130914__ .sys_tag .title_main {
        font-size: 16px;
    }
}

/*     1130974 : 아이콘형 한줄 텍스트      */
.btn_plus_divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; /* 상하 여백 - 상황에 맞게 조절하세요 */
    position: relative;
}

/* 중앙 라인이 필요한 경우 사용 (선택 사항) */
.btn_plus_divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eef1f6;
    z-index: 1;
}

.btn_plus_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #1e40af; /* 짙은 블루 */
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 51, 153, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2; /* 라인보다 위로 */
    border: none;
    outline: none;
    text-decoration: none;
}

/* 플러스 기호 직접 그리기 (폰트 의존성 없음) */
.btn_plus_circle::before {
    content: "+";
    margin-top: -2px; /* 시각적 중앙 보정 */
}

/* 호버 애니메이션 */
.btn_plus_circle:hover {
    transform: rotate(90deg) scale(1.1);
    background: #003399;
    box-shadow: 0 6px 15px rgba(0, 51, 153, 0.3);
}


/*     1131004 : 특별 혜택 가격      */
.benefit_wrap__1130914__ {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Pretendard', -apple-system, sans-serif;
    background: #fffdf0; /* 배경색 복구 */
    border: 1px solid #f9e3b4;
    border-radius: 40px; /* 더 둥글고 부드럽게 */
    padding: 50px;
    box-sizing: border-box;
}

/* 상단 헤더 */
.benefit_header { margin-bottom: 40px; }
.benefit_header .txt_red {
    color: #e53e3e; font-size: 26px; font-weight: 900; display: block; margin-bottom: 12px;
}
.benefit_header .txt_sub {
    color: #5a67d8; font-size: 16px; font-weight: 700; opacity: 0.8;
}

/* 내부 흰색 메인 카드 */
.benefit_inner_box {
    background: #ffffff;
    border-radius: 35px;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}

.price_unit {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 라벨 스타일 */
.price_label {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.label_gray { background: #3d4a5d; color: #fff; }
.label_blue { background: #003dbd; color: #fff; }

.price_desc { font-size: 20px; color: #718096; font-weight: 700; margin-bottom: 15px; }
.price_main { font-size: 48px; font-weight: 900; color: #2d3748; letter-spacing: -1.5px; }

/* 오른쪽 특별가 강조 */
.price_unit.right_benefit .price_main { color: #003dbd; font-size: 54px; }

/* 중앙 브릿지 (화살표 + 할인팁) */
.center_bridge {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 30px; /* 배지 공간 확보 */
}

/* 40% 할인 말풍선 배지 */
.floating_discount {
    position: absolute;
    top: -35px; /* 화살표 위로 배치 */
    background: #ff4d4d;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 8px 15px rgba(255, 77, 77, 0.3);
    z-index: 5;
    animation: bounce 2s infinite ease-in-out; /* 부드러운 움직임 추가 */
}

/* 말풍선 꼬리 */
.floating_discount::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff4d4d;
}

/* 부드러운 화살표 */
.center_arrow { 
    color: #cbd5e0; 
    margin-top: 15px;
    opacity: 0.7;
}

/* 애니메이션 */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* 반응형 */
@media (max-width: 820px) {
    .benefit_wrap__1130914__ { padding: 30px 20px; }
    .benefit_inner_box { flex-direction: column; padding: 60px 20px; }
    .center_bridge { margin: 50px 0; transform: rotate(90deg); }
    .floating_discount { transform: rotate(-90deg); left: -100px; top: 10px; }
}

/*     1130994 : 타이틀 텍스트      */
.title__1130994__ {font-size:0}
.title__1130994__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:{$farm_set[font_size_m]}px;font-weight:{$farm_set[weight]};color:{$farm_set[color]};letter-spacing:-.03em;line-height:1.4em;
}
.title__1130994__ p:before {content:'';position:absolute;background:{$farm_set[style_color]};font-size:0}

.title__1130994__.style_top p {padding-top:10px}
.title__1130994__.style_top p:before {top:0;left:0;width:{$farm_set[font_size_m]}px;height:4px}

.title__1130994__.style_right p {padding-right:14px}
.title__1130994__.style_right p:before {top:16%;right:0;width:4px;height:{$farm_set[font_size_m]}px}

.title__1130994__.style_bottom p {padding-bottom:12px}
.title__1130994__.style_bottom p:before {bottom:0;left:0;width:{$farm_set[font_size_m]}px;height:4px}

.title__1130994__.style_left p {padding-left:14px}
.title__1130994__.style_left p:before {top:16%;left:0;width:4px;height:{$farm_set[font_size_m]}px}

.title__1130994__.style_circle1 p {padding-left:18px}
.title__1130994__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__1130994__.style_circle2 p {padding-left:18px}
.title__1130994__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid {$farm_set[style_color]};background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__1130994__ p {font-size:{$farm_set[font_size]}px}
	.title__1130994__.style_top p:before {width:{$farm_set[font_size]}px}
	.title__1130994__.style_right p:before {height:{$farm_set[font_size]}px}
	.title__1130994__.style_bottom p:before {width:{$farm_set[font_size]}px}
	.title__1130994__.style_left p:before {height:{$farm_set[font_size]}px}
}

/*     1131014 : 창업 혜택 섹션      */
.startup_wrap__1130914__ {
    max-width: 1200px;
    margin: 60px auto;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    padding: 0 20px;
}

/* 타이틀 영역 */
.startup_head { margin-bottom: 40px; }
.startup_head .badge {
    display: inline-block;
    background: #003399;
    color: #ffd400;
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 12px;
}
.startup_head h2 { font-size: 32px; font-weight: 800; color: #003399; margin: 0; letter-spacing: -1px; }
.startup_head p { font-size: 18px; color: #64748b; margin-top: 8px; }

/* 공지 박스 (하이라이트) */
.startup_notice_box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 6px solid #ffd400;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 50px;
}
.startup_notice_box h4 {
    font-size: 20px;
    color: #003399;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.startup_notice_box p {
    font-size: 15px;
    color: #475569;
    word-break: keep-all;
    line-height: 1.7;
    margin: 0;
}

/* 혜택 카드 그리드 */
.startup_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* PC 5열 */
    gap: 20px;
}

/* 개별 카드 스타일 */
.startup_card {
    position: relative;
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* 노란색 카드 스타일 */
.startup_card.point_card {
    background: #ffd400;
    border-color: #ffd400;
}

.startup_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 51, 153, 0.1);
}

/* 카드 배경 숫자 */
.startup_card .card_num {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0.15;
    z-index: 1;
}
.startup_card.point_card .card_num { opacity: 0.3; }

/* 카드 텍스트 */
.startup_card .card_txt {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    word-break: keep-all;
}
.startup_card.point_card .card_txt { color: #003399; }

/* =========================
   반응형 대응
   ========================= */
@media (max-width: 1024px) {
    .startup_grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .startup_head h2 { font-size: 26px; }
    .startup_grid { grid-template-columns: repeat(2, 1fr); }
    .startup_notice_box { padding: 20px; }
}

/*     1131024 : 자주 묻는 질문(Q&A)      */
.qna_wrap__1130914__ {
    max-width: 1200px;
    margin: 60px auto;
    font-family: 'Pretendard', sans-serif;
    padding: 0 20px;
}

/* 헤더 영역 */
.qna_head { margin-bottom: 40px; text-align: left; }
.qna_head h2 { font-size: 32px; font-weight: 800; color: #1e293b; margin: 0; }
.qna_head h2 span { color: #003399; }
.qna_head p { font-size: 18px; color: #64748b; margin-top: 10px; }

/* Q&A 리스트 컨테이너 */
.qna_container {
    border-top: 2px solid #003399;
}

/* 개별 아이템 */
.qna_item {
    border-bottom: 1px solid #e2e8f0;
}

/* 질문 영역 (버튼) */
.qna_question {
    width: 100%;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.qna_question:hover { background: #f8fafc; }

/* Q 아이콘 */
.q_icon {
    width: 32px;
    height: 32px;
    background: #003399;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    margin-right: 20px;
    flex-shrink: 0;
}

/* 질문 텍스트 */
.q_text {
    flex-grow: 1;
    font-size: 19px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
}

/* 우측 화살표 */
.q_arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: #cbd5e0;
}

/* 답변 영역 */
.qna_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    background: #fbfcfd;
}

.answer_content {
    padding: 30px 30px 30px 72px; /* Q 아이콘 위치만큼 여백 */
    display: flex;
    gap: 20px;
    border-top: 1px solid #f1f5f9;
}

/* A 아이콘 */
.a_icon {
    width: 32px;
    height: 32px;
    background: #ff4d4d;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

.a_text {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    font-weight: 500;
}

/* 아코디언 활성화 상태 */
.qna_item.active .qna_answer {
    max-height: 500px; /* 답변 길이에 따라 조절 */
}

.qna_item.active .q_arrow {
    transform: rotate(180deg);
    color: #003399;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .qna_head h2 { font-size: 26px; }
    .q_text { font-size: 17px; }
    .answer_content { padding: 20px; }
    .q_icon, .a_icon { width: 28px; height: 28px; font-size: 14px; margin-right: 12px; }
}

