@charset "utf-8";

/* ==========================================================================
   s1.css — 저희가 다른 이유(차별점) 서브페이지 전용 스타일
   --------------------------------------------------------------------------
   - 다른 서브와 달리 850px 제한 없는 풀폭 레이아웃 (PC 2단 / 모바일 1단)
   - 각 행 내부 .s1_inner(max-width:1200px)로 콘텐츠 폭 제한
   - 색상 팔레트: #1c4103 / #2c4f15 / #8b9e70 / #5c7f3a / 베이지
   ========================================================================== */

.s1_wrap { background:#fff; color:#222; word-break:keep-all; }
.s1_wrap * { box-sizing:border-box; }
.s1_wrap img { max-width:100%; /*display:block;*/ }
.s1_inner { max-width:1200px; margin:0 auto; padding:0 40px; }


/* ===== 1. 풀블리드 히어로 ===== */
.s1_hero { position:relative; display:flex; align-items:center; justify-content:center;
	min-height:72vh; padding:80px 24px;
	/* 실제 건물 항공 사진으로 교체하세요 */
	background:url('/img/sub/s1/top_img.jpg') no-repeat center/cover; background-color:#3a3f33; }
.s1_hero_overlay { position:absolute; inset:0; background:rgba(20,24,16,.45); }
/* 세로 롤링 스와이퍼 : 컨테이너 높이 필수 + 오버레이 위로(z-index) */
.s1_hero .mySwiper { position:relative; z-index:1; width:100%; height:150px; }
.s1_hero .mySwiper .swiper-slide { display:flex; align-items:center; justify-content:center; text-align:center; }
.s1_hero_tit { position:relative; margin:0; text-align:center; color:#fff;
	font-size:48px; font-weight:800; line-height:1.35; letter-spacing:-1px; text-shadow:0 2px 18px rgba(0,0,0,.35); }


/* ===== 2. 인트로 ===== */
.s1_intro { padding:100px 0; background:#fff; }
.s1_intro_inner { display:flex; justify-content:space-between; gap:80px; flex-wrap:wrap; }
.s1_intro_left { flex:0 1 250px; }
.s1_intro_logo { height:46px; width:auto; margin-bottom:30px; }
.s1_intro_tit { margin:0 0 18px; font-size:54px; font-weight:800; line-height:1.2; letter-spacing:-2px; color:#1c4103; }
.s1_intro_label { margin:0; font-size:16px; font-weight:600; color:#8b9e70; }
.s1_intro_right { flex:0 1 760px; align-self:flex-end; margin-top: 115px;}
.s1_intro_lead { margin:0 0 24px; font-size: clamp(16px, 3vw, 30px); font-weight:600; color:#666; }
.s1_intro_desc { margin:0; font-size: clamp(26px, 4vw, 60px); font-weight:800; line-height:1.3; letter-spacing:-0.5px; color:#8E8E8E; }
.s1_intro_desc .main_c {color: #2c4f15;}
.s1_intro_desc .point_c {color: #8B9E6E;}


/* ===== 3. 차별점 리스트 01~07 ===== */
.s1_points { padding:40px 0 100px; background:#fff; }
.s1_point { display:flex; align-items:center; gap:70px; padding:60px 0; }
.s1_point_txt { flex:1 1 0; min-width:0; }
.s1_point_img { flex:1 1 0; min-width:0; }
.s1_point_img img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; background:#eef0ea; }

/* 깃발형 번호 배지 */
.s1_point_num { display:inline-flex; align-items:center; justify-content:center; position:relative;
	width:44px; height:54px; margin-bottom:22px; background:#2c4f15; color:#fff; font-size:17px; font-weight:800; }
.s1_point_num::after { content:""; position:absolute; left:0; bottom:-10px; width:0; height:0;
	border-left:22px solid #2c4f15; border-right:22px solid #2c4f15; border-bottom:10px solid transparent; }

.s1_point_tit { margin:0 0 12px; font-size:30px; font-weight:800; line-height:1.35; letter-spacing:-1px; color:#222; }
.s1_point_small { margin:-6px 0 16px; font-size:14px; font-weight:600; color:#5c7f3a; }
.s1_point_desc { margin:0; font-size:15px; line-height:1.85; color:#888; }


/* ===== 4. 저희가 지키는 것들 ===== */
.s1_keep { position:relative; overflow:hidden; padding:90px 0 100px; background:#5c7434;
	background:linear-gradient(180deg,#6a8243 0%,#3f5523 100%); color:#fff; }
.s1_keep_watermark { position:absolute; left:-30px; top:30px; font-size:340px; font-weight:800;
	line-height:1; color:rgba(255,255,255,.07); pointer-events:none; z-index:0; }
.s1_keep_inner { position:relative; z-index:1; display:flex; justify-content:space-between; gap:60px; flex-wrap:wrap; }

.s1_keep_txt { flex:0 1 460px; }
.s1_keep_label { margin:0 0 22px; font-size:15px; font-weight:600; color:#dfe4d6; }
.s1_keep_tit { margin:0 0 28px; font-size:40px; font-weight:800; line-height:1.3; letter-spacing:-1px; color:#fff; }
.s1_keep_desc { margin:0 0 18px; font-size:15px; line-height:1.8; color:#e6ecd9; }
.s1_keep_desc:last-child { margin-bottom:0; }

.s1_keep_docs { flex:1 1 540px; min-width:0; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:start; }
.s1_keep_doc_photo { border-radius:16px; overflow:hidden; background:#fff; aspect-ratio:3/4; margin-bottom:16px; }
.s1_keep_doc_photo img { width:100%; height:100%; object-fit:cover; }
.s1_keep_doc_photo--empty { background:#fff; border-radius:16px; }
.s1_keep_doc_name { margin:0 0 6px; font-size:19px; font-weight:800; color:#fff; }
.s1_keep_doc_sub { margin:0 0 10px; font-size:13px; color:#cdd6bc; }
.s1_keep_doc_quote { margin:0; font-size:13px; line-height:1.6; color:#dfe4d6; }


/* ===== 반응형 ===== */
@media (max-width:1185px) {
  .s1_intro_right {margin-top: 0;}
}

@media (max-width:900px){
	.s1_inner { padding:0 24px; }

	.s1_hero { min-height:56vh; }
	.s1_hero .mySwiper { height:100px; }
	.s1_hero_tit { font-size:30px; }

	.s1_intro { padding:56px 0; }
	.s1_intro_inner { gap:36px; }
	.s1_intro_left, .s1_intro_right { flex:0 0 100%; }
	.s1_intro_right { align-self:auto; }
	.s1_intro_tit { font-size:40px; }
	/* .s1_intro_desc { font-size:20px; } */

	.s1_points { padding:20px 0 56px; }
	.s1_point { flex-direction:column; align-items:stretch; gap:24px; padding:36px 0; }
	.s1_point_tit { font-size:24px; }
	.s1_point_desc br { display:none; }

	.s1_keep { padding:56px 0 64px; }
	.s1_keep_watermark { font-size:220px; top:10px; }
	.s1_keep_inner { gap:40px; }
	.s1_keep_txt, .s1_keep_docs { flex:0 0 100%; }
	.s1_keep_tit { font-size:30px; }
	.s1_keep_docs { gap:14px; }
}

@media (max-width:560px){
	.s1_hero_tit { font-size:32px; }
	.s1_intro_tit { font-size:34px; }
	/* .s1_intro_desc { font-size:18px; } */
	.s1_point_tit { font-size:22px; }
	.s1_keep_tit { font-size:26px; }
	.s1_keep_docs { grid-template-columns:1fr 1fr; }
}
