
/** 2020-06-27. by yang. 회사소개 / 사업소개 만 해당 **/

/* 전역 텍스트 자간 설정 */
body, p, h1, h2, h3, h4, h5, h6, span, div, a, li {
	letter-spacing: -0.3px;
}

.sub_cont { display:none; }

.sub_cont .section01 .inner .inner_content h3{
	font-size:36px; line-height:120%; margin-top:30px;letter-spacing: -2px;
}
.sub_cont .section01 .inner .inner_content p{
	margin-bottom: 10px;
    word-break: keep-all;
    font-size: 17px;
    color:#1c1c1c;
    font-weight:300;
}

#k_section img { width:100%; }

/** 줄바꿈 br 태그 해상도에 따라 show / hidden */
.br_1200 { display:none; }
.br_768 { display:none; }
.br_650 { display:none; }

/** pc / mb 해상도에 따라 show / hidden */
.info_mb { display:none; }
.info_pc { display:flex; flex-direction: column;} /* added  flext-direcion on Aug 29 by dimo(css) */

@media only screen and (max-width:1100px) {
	.sub_cont .section01 .inner .inner_content h3{
		font-size:30px;
	}
	.sub_cont .section01 .inner .inner_content {
		padding:0 20px;		
	}
}

@media only screen and (min-width:769px) and (max-width:1200px) {
	.br_1200 { display:inline-block; }
	.br_768 { display:none; }
	.br_650 { display:none; }
	.br_all { display:none; }
}
	
@media only screen and (max-width: 880px) {
	
	.info_mb { display:flex; }
	.info_pc { display:none; }
	
	
}

@media only screen and (max-width:768px) {
	.sub_cont .section01 .inner .inner_content h3{
		font-size:28px;
	}
	.br_768 { display:inline-block; }
	.br_1200 { display:none; }
	.br_650 { display:none; }
	.br_all { display:none; }
	.br_mb { display:inline-block; }
}
@media only screen and (max-width:650px) {
	.sub_cont .section01 .inner .inner_content h3{
		font-size:27px;
	}
	.br_650 { display:inline-block; }
	.br_768 { display:none; }
	.br_1200 { display:none; }
	.br_all { display:none; }
}

/** 2020-11-16. yang add **/
/** 사업소개  **/
.k_tit .sub_top_title { font-size:46px; font-weight: 700; margin:10px 0; }
.k_tit .sub_top_sub_title { font-size:18px; }

/** 2025 info_about 추가 스타일 **/

/* 페이드인 애니메이션 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 섹션 애니메이션 설정 - 초기 상태 */
.section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

/* 첫 번째 섹션과 특정 섹션들은 바로 보이기 */
.section01,
.section-history,
.section-distribution,
.section-smartfarm,
.section-agriculture,
.section06 {
	opacity: 1;
	transform: translateY(0);
}

/* 스크롤 시 나타나는 상태 */
.section.animate-in {
	opacity: 1;
	transform: translateY(0);
}

/* 텍스트 정렬 */
.text-center { text-align: center; }
.text-white { color: #fff; }

/* 섹션 기본 스타일 */
.section { padding: 0; }
.section.section02 { padding: 0 !important; }
.section .inner { 
	width: 1200px; 
	max-width: 100%;
	margin: 0 auto; 
	padding: 0 20px;
	box-sizing: border-box;
}
.section02 .inner {
	padding: 0 !important;
}

/* 섹션1: 타이틀 */
.section01 .inner {
	margin: 0 auto;
}
.section01 .main-title { 
	font-size: 42px; 
	font-weight: 700; 
	margin-bottom: 20px;
	
	margin-top: 80px;
	line-height: 1.4;
}
.section01 .sub-text { 
	font-size: 22px; 
	line-height: 1.6;
	color: #333;
	font-weight: 400;
}

/* 섹션1-1: 가로 100% 이미지 */

.section01-1 .inner {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
}
.full-width-image {
	width: 100%;
	max-width: 1920px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.full-width-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 24px;
}

/* 섹션1-2: 카드 배너 그리드 */
.section01-2 {
	padding: 120px 0 0;
}
.section01-2 .section-header {
	text-align: center;
	margin-bottom: 60px;
}
.section01-2 .section-label {
	font-size: 18px;
	font-weight: 700;
	color: #6cba54;
	margin-bottom: 15px;
	text-align: left;
}
.section01-2 .section-main-title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
	letter-spacing: -1px;
	text-align: left;
}
.section01-2 .section-sub-text {
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 1.6;
	letter-spacing: -0.5px;
	text-align: left;
}
.clinic-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 0;
	margin: 0 auto;
}
.clinic-card {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.clinic-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
/* 지그재그 효과 및 세로 간격 설정 */
.clinic-card:nth-child(1) {
	margin-top: 60px !important;
}
.clinic-card:nth-child(2) {
	margin-top: 0 !important;
}
.clinic-card:nth-child(3) {
	margin-top: 84px !important; /* 60px + 24px = 1번보다 24px 아래 */
}
.clinic-card:nth-child(4) {
	margin-top: 24px !important; /* 2번보다 24px 아래 */
}
.clinic-card-wide {
	grid-column: 1 / -1;
	height: 400px;
}
.clinic-card-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.clinic-card-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
	text-align: left;
}
.clinic-card-title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: -1px;
}
.clinic-card-text {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin: 0;
}

/* 섹션1-3: 주요사업 (백그라운드 배경, 3열 그리드) */
.section01-3 {
	padding: 0 !important;
	margin: 0;
}
.section01-3-bg {
	background-color: #6cba54;
	background-image: url('/theme/m3/shop/sub/info/img/about_03_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 60px;
	margin: 120px 0 120px 0;
}
.section01-3 .section-label {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.business-main-title {
	font-size: 42px;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: -1px;
}
.business-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0 auto;
	max-width: 1200px;
}
.business-item {
	text-align: center;
}
.business-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}
.business-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-title {
	font-size: 22px;
	font-weight: 700;
	color: #fff !important;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
	text-align: center;
}
.business-text {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,0.9) !important;
	line-height: 1.5;
	text-align: center;
}

/* 섹션1-4: 2열 그리드 (왼쪽 이미지, 오른쪽 텍스트) */
.section01-4 {
	padding: 24px 0 0 ;
}
.two-col-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	align-items: center;
}
.two-col-left img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}
.two-col-right {
	text-align: left;
}
.section01-4 .section-label {
	font-size: 18px;
	font-weight: 700;
	color: #6cba54;
	margin-bottom: 15px;
	text-align: left;
}
.two-col-title {
	font-size: 32px;
	font-weight: 700;
	color: #333 !important;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
p.two-col-text {
	font-size: 20px;
	font-weight: 400;
	color: #666 !important;
	line-height: 1.6;
}

/* 섹션1-5: 라운딩 박스 (원형 아이콘 3개) */
.section01-5 {
	padding: 120px 0 80px;
}
.rounded-box {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #d9e9df;
	border-radius: 24px;
	padding: 100px 40px;
	text-align: center;
}
.rounded-box-title {
	font-size: 36px;
	font-weight: 700;
	color: #333 !important;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
.rounded-box-subtitle {
	font-size: 18px;
	font-weight: 400;
	color: #666 !important;
	margin-bottom: 50px;
	line-height: 1.5;
}
.icon-circle-grid {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.icon-circle-item {
	text-align: center;
}
.icon-circle {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.icon-circle img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.icon-text {
	font-size: 18px;
	font-weight: 500;
	color: #333 !important;
	letter-spacing: -0.5px;
}

/* 섹션2: 배너 */
.section02 {
	padding: 0 !important;
	margin: 0 0 120px 0 !important;
	clear: both;
	position: relative;
}
.section02::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.section02 .inner {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.section02 .banner-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	font-size: 0;
}
.section02 .banner-box img {
	width: 100%;
	height: 240px;
	max-width: 100%;
	display: block;
	vertical-align: top;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	border-radius: 24px;
}

/* 섹션3~5: 2열 그리드 */
.grid-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin: 0 24px 60px;
}
.grid-2col .col-left,
.grid-2col .col-right {
	width: 100%;
}

/* 섹션3: 타이틀/텍스트 */
.section03 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	clear: both;
	position: relative;
}
.section03 .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1px;
	text-align: left;
}
.section03 .sub-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	text-align: left;
}

/* 섹션4, 5: 이미지/텍스트 */
.section04 img,
.section05 img {
	width: 100%;
	height: auto;
	border-radius: 200px;
}
.img-placeholder {
	width: 100%;
	height: 300px;
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #999;
}
.text-content h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
.text-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
}

/* 섹션6: 백그라운드 이미지 */
.section06 {
	padding: 80px 0;
	min-height: 600px;
	background-image: url('https://bioqualshop.mycafe24.com/theme/m3/shop/sub/info/img/about_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0 0 0;
}
.section06::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.section06 .inner {
	position: relative;
	z-index: 2;
}
.section06 p {
	font-size: 20px;
	line-height: 2;
	margin: 0;
	color: #fff;
}
.section06-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}
.section06-text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	margin: 0;
}
.section06-text {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	margin: 0;
}

/* 스마트팜 섹션 */
.section-smartfarm {
	padding: 80px 0;
	background-image: url('/theme/m3/shop/sub/business/img/04_busi_01_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.section-smartfarm::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.section-smartfarm .inner {
	position: relative;
	z-index: 2;
}
.smartfarm-header {
	text-align: center;
	margin-bottom: 60px;
}
.smartfarm-main-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.3;
}
p.smartfarm-subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.6;
}
.smartfarm-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.smartfarm-card {
	display: flex;
	flex-direction: column;

	border-radius: 12px;
	overflow: hidden;
}
.smartfarm-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 24px;
}
.smartfarm-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.smartfarm-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.smartfarm-content .business-title {
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.smartfarm-content .business-text {
	color: #fff !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* 농업 경쟁력 강화 섹션 */
.section-agriculture {
	padding: 40px 0;
	margin-top: 80px;
}
.agriculture-header {
	text-align: center;
	margin-bottom: 60px;
}
.agriculture-title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.3;
}
.agriculture-subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 1.6;
}
.agriculture-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}
.agriculture-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 24px;
}
.agriculture-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.agriculture-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.agriculture-item-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.agriculture-item-content .distribution-item-title {
	text-align: center;
}
.agriculture-item-content .history-text {
	text-align: center;
}

/* 유통 지원 섹션 */
.section-distribution {
	padding: 80px 0;
	background-color: #f8f8f8;
	margin: 120px 0 120px 0;
}
.distribution-header {
	text-align: center;
	margin-bottom: 60px;
}
.distribution-title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.3;
}
.distribution-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.6;
}
.distribution-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}
.distribution-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 24px;
	align-items: center;
}
.distribution-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.distribution-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.distribution-item-content {
	display: flex;
	flex-direction: column;
}
.distribution-item-title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.2;
	text-align: left;
}
.distribution-item-text {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

/* 히스토리 타임라인 섹션 */
.section-history {
	padding: 60px 0 !important;
}
.history-timeline {
	max-width: 1200px;
	margin: 0 auto;
}
.history-item {
	display: grid !important;
	grid-template-columns: 300px 1fr !important;
	gap: 80px !important;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
	align-items: start;
}
.history-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #e0e0e0
}
.history-year {
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #6cba54 !important;
	text-align: left !important;
	line-height: 1.2;
}
.history-content {
	display: flex !important;
	flex-direction: column !important;
	gap: 24px !important;
}
.history-month-item {
	display: flex;
	flex-direction: column;
}
.history-month {
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #333 !important;
	margin-bottom: 8px;
	line-height: 1.2;
	text-align: left;
}
.history-text {
	font-size: 18px !important;
	line-height: 1.6 !important;
	color: #333 !important;
	font-weight: 400 !important;
	margin: 0;
	text-align: left
}

/* 히스토리 배너 섹션 */
.section-history-banner {
	padding: 0 !important;
	margin-bottom: 80px !important;
}
.section-history-banner .inner {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.section-history-banner .banner-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	font-size: 0;
}
.section-history-banner .banner-box img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
	vertical-align: top;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
}

/* 반응형 - 태블릿 */
@media only screen and (max-width: 1200px) {
	.section .inner {
		width: 100%;
		padding: 0 30px;
	}
	.grid-2col {
		gap: 50px;
	}
	
	/* 섹션1-1, 1-2 반응형 */
	.section01-2 .section-header {
		margin-bottom: 50px;
	}
	.section01-2 .section-label {
		font-size: 17px;
		margin-bottom: 12px;
	}
	.section01-2 .section-main-title {
		font-size: 28px;
	}
	.section01-2 .section-sub-text {
		font-size: 17px;
	}
	.clinic-card {
		height: 380px;
	}
	.clinic-card-wide {
		height: 380px;
	}
	/* 지그재그 효과 및 세로 간격 */
	.clinic-card:nth-child(1) {
		margin-top: 60px !important;
	}
	.clinic-card:nth-child(2) {
		margin-top: 0 !important;
	}
	.clinic-card:nth-child(3) {
		margin-top: 84px !important;
	}
	.clinic-card:nth-child(4) {
		margin-top: 24px !important;
	}
	.clinic-card-title {
		font-size: 32px;
	}
	.clinic-card-text {
		font-size: 15px;
	}
	
	/* 스마트팜 섹션 반응형 */
	.section-smartfarm {
		padding: 60px 0;
	}
	.smartfarm-header {
		margin-bottom: 50px;
	}
	.smartfarm-main-title {
		font-size: 32px;
	}
	.smartfarm-subtitle {
		font-size: 18px;
	}
	.smartfarm-image {
		height: 250px;
	}
	.smartfarm-content {
		padding: 25px;
	}
	.smartfarm-content .business-title {
		font-size: 22px;
	}
	.smartfarm-content .business-text {
		font-size: 17px;
	}
	
	/* 농업 경쟁력 강화 섹션 반응형 */
	.section-agriculture {
		padding: 60px 0;
		margin-top: 100px;
	}
	.agriculture-header {
		margin-bottom: 50px;
	}
	.agriculture-title {
		font-size: 32px;
	}
	.agriculture-subtitle {
		font-size: 18px;
	}
	.agriculture-grid {
		gap: 30px;
	}
	.agriculture-item {
		gap: 20px;
	}
	.agriculture-icon {
		width: 100px;
		height: 100px;
	}
	
	/* section01-4 반응형 */
	.two-col-grid {
		gap: 50px;
	}
	.two-col-title {
		font-size: 28px;
	}
	p.two-col-text {
		font-size: 18px;
	}
	.two-col-left img {
		border-radius: 20px;
	}
	
	/* 유통 지원 섹션 반응형 */
	.section-distribution {
		padding: 60px 0;
	}
	.distribution-header {
		margin-bottom: 50px;
	}
	.distribution-title {
		font-size: 32px;
	}
	.distribution-subtitle {
		font-size: 15px;
	}
	.distribution-grid {
		gap: 30px;
	}
	.distribution-item-title {
		font-size: 22px;
	}
	.distribution-item-text {
		font-size: 15px;
	}
	
	/* 히스토리 반응형 - 1200px에서는 2열 유지하되 gap 조정 */
	.history-item {
		gap: 60px !important;
	}
	.history-year {
		font-size: 32px !important;
	}
	.history-month {
		font-size: 22px !important;
	}
	.history-text {
		font-size: 15px !important;
	}
}
.section02 {
	margin-bottom: 24px;
}

/* 반응형 - 모바일 (세로) */
@media only screen and (max-width: 768px) {
	.section { padding: 0; }
	.section .inner {
		padding: 0 15px;
		margin: 80px 0;
	}
	.section02 {
		margin-bottom: 24px !important;
	}
	.section02 .inner {
		padding: 0 !important;
		margin: 0 !important;
	}
	.section.section02 {
		padding: 0 !important;
	}
	.section02 .banner-box {
		height: 0;
	}
	.section01 .main-title { font-size: 26px; margin-bottom: 15px; }
	.section01 .sub-text { font-size: 15px; }
	.grid-2col {
		gap: 25px;
	}
	.section03 .title { font-size: 22px; }
	.section03 .sub-text { font-size: 14px; }
	.text-content h3 { font-size: 20px; margin-bottom: 12px; }
	.text-content p { font-size: 14px; }
	.section06 { 
		padding: 50px 0; 
		min-height: 400px;
	}
	.section06 p { font-size: 16px; line-height: 1.7; }
	.section06-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.section06-text {
		font-size: 16px;
		line-height: 1.7;
	}
	.img-placeholder {
		height: 200px;
	}
	
	/* 섹션1-1, 1-2 반응형 */
	.section01-1 {
		padding: 0;
	}
	.section01-2 {
		padding: 40px 0;
	}
	.section01-2 .section-header {
		margin-bottom: 40px;
	}
	.section01-2 .section-label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section01-2 .section-main-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.section01-2 .section-sub-text {
		font-size: 15px;
	}
	.clinic-card-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.clinic-card {
		height: 320px;
	}
	.clinic-card-wide {
		height: 320px;
	}
	/* 모바일에서는 지그재그 제거 */
	.clinic-card:nth-child(1),
	.clinic-card:nth-child(2),
	.clinic-card:nth-child(3),
	.clinic-card:nth-child(4) {
		margin-top: 0 !important;
	}
	.clinic-card-content {
		bottom: 25px;
		left: 25px;
	}
	.clinic-card-title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.clinic-card-text {
		font-size: 14px;
	}
	
	/* 섹션1-3, 1-4, 1-5 반응형 */
	.section01-3-bg {
		padding: 60px 20px;
	}
	.section01-3 .section-label {
		font-size: 17px;
		margin-bottom: 12px;
	}
	.business-main-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.business-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.business-image {
		height: 250px;
	}
	
	.two-col-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.section01-4 .section-label {
		font-size: 17px;
		margin-bottom: 12px;
	}
	.two-col-title {
		font-size: 26px;
	}
	p.two-col-text {
		font-size: 16px;
	}
	.two-col-left img {
		border-radius: 20px;
	}
	
	.rounded-box {
		padding: 40px 20px;
	}
	.rounded-box-title {
		font-size: 26px;
	}
	.rounded-box-subtitle {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.icon-circle-grid {
		flex-direction: column;
		gap: 40px;
	}
	.icon-circle {
		width: 120px;
		height: 120px;
	}
	.icon-circle img {
		width: 80px;
		height: 80px;
	}
	.icon-text {
		font-size: 16px;
	}
	
	/* 스마트팜 섹션 반응형 */
	.section-smartfarm {
		padding: 50px 0;
	}
	.smartfarm-header {
		margin-bottom: 40px;
	}
	.smartfarm-main-title {
		font-size: 28px;
	}
	p.smartfarm-subtitle {
		font-size: 16px;
	}
	.smartfarm-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.smartfarm-image {
		height: 220px;
	}
	.smartfarm-content {
		padding: 20px;
	}
	.smartfarm-content .business-title {
		font-size: 20px;
	}
	.smartfarm-content .business-text {
		font-size: 16px;
	}
	
	/* 농업 경쟁력 강화 섹션 반응형 */
	.section-agriculture {
		padding: 50px 0;
		margin-top: 80px;
	}
	.agriculture-header {
		margin-bottom: 40px;
	}
	.agriculture-title {
		font-size: 28px;
	}
	.agriculture-subtitle {
		font-size: 17px;
	}
	.agriculture-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.agriculture-item {
		gap: 18px;
	}
	.agriculture-icon {
		width: 90px;
		height: 90px;
	}
	
	/* 유통 지원 섹션 반응형 */
	.section-distribution {
		padding: 50px 0;
	}
	.distribution-header {
		margin-bottom: 40px;
	}
	.distribution-title {
		font-size: 28px;
	}
	.distribution-subtitle {
		font-size: 15px;
	}
	.distribution-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.distribution-icon {
		width: 70px;
		height: 70px;
	}
	.distribution-item {
		grid-template-columns: 70px 1fr;
		gap: 20px;
	}
	.distribution-item-title {
		font-size: 20px;
	}
	.distribution-item-text {
		font-size: 15px;
	}
	
	/* 히스토리 반응형 */
	.section-history {
		padding: 40px 0 !important;
	}
	.history-item {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	.history-year {
		font-size: 26px !important;
		padding-bottom: 15px;
		border-bottom: 2px solid #6cba54;
	}
	.history-content {
		gap: 20px !important;
	}
	.history-month {
		font-size: 20px !important;
	}
	.history-text {
		font-size: 14px !important;
	}
	.section-history-banner .banner-box {
		height: 200px;
	}
}

/* 반응형 - 매우 작은 모바일 */
@media only screen and (max-width: 480px) {
	.section .inner {
		padding: 0 15px;
	}
	.section02 {
		margin-bottom: 24px !important;
	}
	.section02 .inner {
		padding: 0 !important;
		margin: 0 !important;
	}
	.section.section02 {
		padding: 0 !important;
	}
	.section02 .banner-box {
		height: 160px;
	}
	.section01 .main-title { font-size: 32px; margin: 60px 0 24px; }
	.section01 .sub-text { font-size: 16px; padding-bottom: 24px; }
	.section03 .title { font-size: 18px; }
	.section03 .sub-text { font-size: 14px; }
	.text-content h3 { font-size: 17px; }
	.text-content p { font-size: 14px; }
	.section06 { 
		min-height: 350px;
	}
	.section06 p { font-size: 14px; }
	.section06-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.section06-text {
		font-size: 14px;
		line-height: 1.7;
	}
	
	/* 섹션1-1, 1-2 반응형 */
	.section01-1 {
		padding: 0;
	}
	.full-width-image {
		height: 240px;
	}
	.full-width-image img {
		height: 200px;
		object-fit: cover;
	}
	.section01-2 {
		padding: 40px 0 0;
	}
	.section01-2 .section-header {
		margin-bottom: 30px;
	}
	.section01-2 .section-label {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.section01-2 .section-main-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.section01-2 .section-sub-text {
		font-size: 15px;
	}
	.clinic-card-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.clinic-card {
		height: 250px;
		border-radius: 12px;
	}
	.clinic-card-wide {
		height: 250px;
		border-radius: 12px;
	}
	/* 모바일에서는 지그재그 제거 */
	.clinic-card:nth-child(1),
	.clinic-card:nth-child(2),
	.clinic-card:nth-child(3),
	.clinic-card:nth-child(4) {
		margin-top: 0 !important;
	}
	.clinic-card-content {
		bottom: 20px;
		left: 20px;
	}
	.clinic-card-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.clinic-card-text {
		font-size: 12px;
		line-height: 1.5;
	}
	
	/* 섹션1-3, 1-4, 1-5 반응형 */
	.section01-3-bg {
		padding: 40px 15px;
		margin: 80px 0;
	}
	.section01-3 .section-label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.business-main-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.business-grid {
		gap: 25px;
	}
	.business-image {
		height: 220px;
	}
	.business-title {
		font-size: 20px;
	}
	.business-text {
		font-size: 15px;
	}
	
	.section01-4 .section-label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.two-col-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 24px;
	}
	.two-col-title {
		font-size: 24px;
	}
	p.two-col-text {
		font-size: 15px;
	}
	.two-col-left img {
		border-radius: 18px;
	}
	
	.rounded-box {
		padding: 35px 15px;
		border-radius: 16px;
		margin: 60px 0;
	}
	.rounded-box-title {
		font-size: 24px;
	}
	.rounded-box-subtitle {
		font-size: 15px;
		margin-bottom: 35px;
	}
	.icon-circle-grid {
		gap: 35px;
	}
	.icon-circle {
		width: 110px;
		height: 110px;
	}
	.icon-circle img {
		width: 70px;
		height: 70px;
	}
	.icon-text {
		font-size: 15px;
	}
	
	/* 스마트팜 섹션 반응형 */
	.section-smartfarm {
		padding: 40px 0;
		margin-top: 40px;
	}
	.smartfarm-header {
		margin-bottom: 30px;
	}
	.smartfarm-main-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.smartfarm-subtitle {
		font-size: 15px;
	}
	.smartfarm-grid {
		gap: 15px;
	}
	.smartfarm-image {
		height: 180px;
	}
	.smartfarm-content {
		padding: 18px;
	}
	.smartfarm-content .business-title {
		font-size: 18px;
	}
	.smartfarm-content .business-text {
		font-size: 15px;
	}
	
	/* 농업 경쟁력 강화 섹션 반응형 */
	.section-agriculture {
		padding: 40px 0;
		margin-top: 60px;
	}
	.agriculture-header {
		margin-bottom: 30px;
	}
	.agriculture-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.agriculture-subtitle {
		font-size: 15px;
	}
	.agriculture-grid {
		gap: 25px;
	}
	.agriculture-item {
		gap: 15px;
	}
	.agriculture-icon {
		width: 80px;
		height: 80px;
	}
	
	/* 유통 지원 섹션 반응형 */
	.section-distribution {
		padding: 40px 0;
		margin: 40px 0;
	}
	.distribution-header {
		margin-bottom: 30px;
	}
	.distribution-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.distribution-subtitle {
		font-size: 14px;
	}
	.distribution-grid {
		gap: 25px;
	}
	.distribution-icon {
		width: 60px;
		height: 60px;
	}
	.distribution-item {
		grid-template-columns: 60px 1fr;
		gap: 20px;
	}
	.distribution-item-title {
		font-size: 18px;
	}
	.distribution-item-text {
		font-size: 14px;
	}
	
	/* 히스토리 반응형 */
	.section-history {
		padding: 30px 0 !important;
	}
	.history-item {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.history-year {
		font-size: 22px !important;
		padding-bottom: 10px;
		border-bottom: 2px solid #6cba54;
	}
	.history-content {
		gap: 18px !important;
	}
	.history-month {
		font-size: 18px !important;
	}
	.history-text {
		font-size: 15px !important;
		line-height: 1.6;
	}
	.section-history-banner .banner-box {
		height: 160px;
	}
}

/* ========================================
   비즈니스 페이지 스타일
   ======================================== */

/* 섹션1: 2열 배너 그리드 */
.business-section01 {
	padding: 0 !important;
}
.business-banner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	height: 260px;
}
.banner-left {
	position: relative;
	overflow: hidden;
}
.banner-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 60px;
}
.banner-overlay h2 {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.4;
	text-align: left;
}
.banner-right {
	background-color: #6cba54;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 60px;
}
.banner-right h2 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6;
	text-align: left;
}

/* 섹션2: 타이틀 + 서브텍스트 */
.business-section02 {
	padding: 80px 0 0;
}
.business-title {
	font-size: 24px;
	font-weight: 700;
	color: #333;

	text-align: center;
}
p.business-subtext {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	text-align: left;
	font-weight: 400;
}

/* 섹션3: 카드 그리드 */

.business-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding-bottom: 24px;
}
.business-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.business-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.card-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-card-content {
	padding: 30px;
}
p.business-card-tech-title {
	font-size: 16px;
	color: #6cba54;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}
.card-title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
}
p.business-card-desc {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 5px;
	font-weight: 400;
}

/* 섹션4: ECONEER 섹션 */
.business-section04 {
	background-color: #6cba54;
	padding: 80px 0;
}
.business-econeer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.econeer-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.4;
}
p.econeer-subtext {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}
.econeer-icons {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.econeer-icon-item {
	text-align: center;
	flex: 1;
}
.icon-box {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	padding: 10px;
}
.icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.econeer-icon-item h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.econeer-icon-item p {
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
}

/* 반응형 - 태블릿 */
@media only screen and (max-width: 1200px) {
	.banner-overlay {
		padding-left: 40px;
	}
	.banner-right {
		padding: 40px;
	}
	.business-banner-grid {
		height: 350px;
	}
}

/* 반응형 - 모바일 (가로) */
@media only screen and (max-width: 880px) {
	.business-banner-grid {
		grid-template-columns: 1fr;
		height: auto;
	}
	.banner-left,
	.banner-right {
		height: 300px;
	}
	.banner-overlay {
		padding-left: 30px;
	}
	.banner-overlay h2 {
		font-size: 26px;
	}
	.banner-right {
		padding: 40px 30px;
	}
	.banner-right h2 {
		font-size: 20px;
	}
	
	.business-section02 {
		padding: 60px 0;
	}
	.business-title {
		font-size: 28px;
	}
	.business-subtext {
		font-size: 16px;
	}
	
	.business-card-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.card-image {
		height: 200px;
	}
	p.business-card-tech-title {
		font-size: 15px;
	}
	
	.business-section04 {
		padding: 60px 0;
	}
	.business-econeer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.econeer-icons {
		flex-direction: column;
		gap: 30px;
	}
}

/* 반응형 - 모바일 (세로) */
@media only screen and (max-width: 768px) {
	.banner-left,
	.banner-right {
		height: 250px;
	}
	.banner-overlay h2 {
		font-size: 24px;
	}
	.banner-right h2 {
		font-size: 18px;
	}
	
	.business-section02 {
		padding: 50px 0;
	}
	.business-title {
		font-size: 26px;
	}
	.business-subtext {
		font-size: 15px;
	}
	
	.business-card-content {
		padding: 25px;
	}
	p.business-card-tech-title {
		font-size: 15px;
	}
	.card-title {
		font-size: 20px;
	}
	p.business-card-desc {
		font-size: 15px;
	}
	
	.business-section04 {
		padding: 50px 0;
	}
	.econeer-title {
		font-size: 26px;
	}
	.econeer-subtext {
		font-size: 16px;
	}
	.icon-box {
		width: 100px;
		height: 100px;
	}
}

/* 반응형 - 작은 모바일 */
@media only screen and (max-width: 650px) {
	.banner-left,
	.banner-right {
		height: 220px;
	}
	.banner-overlay {
		padding-left: 20px;
	}
	.banner-overlay h2 {
		font-size: 22px;
	}
	.banner-right {
		padding: 30px 20px;
	}
	.banner-right h2 {
		font-size: 16px;
	}
	
	.business-section02 {
		padding: 40px 0;
	}
	.business-title {
		font-size: 20px;
	}
	.business-subtext {
		font-size: 14px;
	}

	.card-image {
		height: 180px;
	}
	.business-card-content {
		padding: 20px;
	}
	p.business-card-tech-title {
		font-size: 14px;
	}
	.card-title {
		font-size: 18px;
	}
	p.business-card-desc {
		font-size: 15px;
	}
	
	.business-section04 {
		padding: 40px 0;
	}
	.econeer-title {
		font-size: 22px;
	}
	.econeer-subtext {
		font-size: 14px;
	}
}

/* ========================================
   비즈니스 02 페이지 스타일
   ======================================== */

/* 섹션1: 히어로 섹션 */
.business02-hero {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	padding: 0 !important;
}
.business02-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.business02-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business02-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-text-wrapper {
	text-align: center;
	max-width: 1200px;
	padding: 0 20px;
}
.hero-main-title {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
}
p.hero-sub-title {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 80px;
	line-height: 1.4;
}
.hero-description {
	margin-top: 60px;
}
.hero-description p {
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	font-weight: 500;
}
.highlight-green {
	color: #6cba54;
	font-weight: 700;
}

/* 반응형 - 태블릿 */
@media only screen and (max-width: 1200px) {
	.business02-hero {
		height: 600px;
	}
	.hero-main-title {
		font-size: 48px;
	}
	.hero-sub-title {
		font-size: 22px;
		margin-bottom: 60px;
	}
	.hero-description p {
		font-size: 18px;
	}
}

/* 반응형 - 모바일 (가로) */
@media only screen and (max-width: 880px) {
	.business02-hero {
		height: 550px;
	}
	.hero-main-title {
		font-size: 40px;
	}
	.hero-sub-title {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.hero-description {
		margin-top: 50px;
	}
	.hero-description p {
		font-size: 17px;
	}
}

/* 반응형 - 모바일 (세로) */
@media only screen and (max-width: 768px) {
	.business02-hero {
		height: 500px;
	}
	.hero-main-title {
		font-size: 36px;
	}
	.hero-sub-title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.hero-description {
		margin-top: 40px;
	}
	.hero-description p {
		font-size: 16px;
	}
}

/* 반응형 - 작은 모바일 */
@media only screen and (max-width: 650px) {
	.business02-hero {
		height: 450px;
	}
	.hero-main-title {
		font-size: 30px;
	}
	.hero-sub-title {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.hero-description {
		margin-top: 35px;
	}
	.hero-description p {
		font-size: 15px;
		line-height: 1.7;
	}
}

@media only screen and (max-width: 480px) {
	.business02-hero {
		height: 400px;
	}
	.hero-main-title {
		font-size: 26px;
	}
	.hero-sub-title {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.hero-description {
		margin-top: 30px;
	}
	.hero-description p {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* 섹션2: 특허 카드 그리드 */
.business02-patent {
	padding: 80px 0;
}
.business02-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-bottom: 24px;
}
.patent-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.patent-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.patent-card-image {
	width: 100%;

	overflow: hidden;
}
.patent-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.patent-card-content {
	padding: 30px;
}
.patent-title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
}
p.patent-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-weight: 400;
}

/* 섹션3: 상표 정보 */
.business02-trademark {
	padding: 60px 0;
	background-color: #f9f9f9;
}
.trademark-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	background: #fff;
	padding: 40px 60px;
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	max-width: 800px;
	margin: 0 auto;
}
.trademark-logo img {
	width: 200px;
	height: auto;
	display: block;
}
.trademark-info {
	text-align: left;
}
p.trademark-name {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}
p.trademark-number {
	font-size: 16px;
	color: #999;
}

/* 반응형 - 태블릿 (business02 섹션2, 3) */
@media only screen and (max-width: 1200px) {
	.business02-card-grid {
		gap: 20px;
	}
	.trademark-container {
		gap: 50px;
		padding: 35px 50px;
	}
}

/* 반응형 - 모바일 (가로) (business02 섹션2, 3) */
@media only screen and (max-width: 880px) {
	.business02-patent {
		padding: 60px 0;
	}
	.business02-card-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.patent-card-image {
		height: 200px;
	}
	.patent-card-content {
		padding: 25px;
	}
	.patent-title {
		font-size: 20px;
	}
	.patent-desc {
		font-size: 15px;
	}
	
	.business02-trademark {
		padding: 50px 0;
	}
	.trademark-container {
		flex-direction: column;
		gap: 30px;
		padding: 30px;
		text-align: center;
	}
	.trademark-info {
		text-align: center;
	}
	.trademark-logo img {
		width: 180px;
	}
}

/* 반응형 - 모바일 (세로) (business02 섹션2, 3) */
@media only screen and (max-width: 768px) {
	.business02-patent {
		padding: 50px 0;
	}
	.patent-card-content {
		padding: 20px;
	}
	.patent-title {
		font-size: 18px;
	}
	.patent-desc {
		font-size: 14px;
	}
	
	.business02-trademark {
		padding: 40px 0;
	}
	.trademark-container {
		padding: 25px 20px;
	}
	.trademark-logo img {
		width: 160px;
	}
	.trademark-name {
		font-size: 18px;
	}
	.trademark-number {
		font-size: 14px;
	}
}

/* 반응형 - 작은 모바일 (business02 섹션2, 3) */
@media only screen and (max-width: 650px) {
	.business02-patent {
		padding: 40px 0;
	}
	.patent-card-image {
		height: 180px;
	}
	.patent-title {
		font-size: 17px;
	}
	.patent-desc {
		font-size: 14px;
	}
	
	.trademark-logo img {
		width: 150px;
	}
	.trademark-name {
		font-size: 17px;
	}
	.trademark-number {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.business02-patent {
		padding: 35px 0;
	}
	.patent-card-content {
		padding: 18px;
	}
	.patent-title {
		font-size: 16px;
	}
	.patent-desc {
		font-size: 13px;
	}
	
	.trademark-container {
		padding: 20px 15px;
	}
	.trademark-logo img {
		width: 130px;
	}
	.trademark-name {
		font-size: 16px;
	}
	.trademark-number {
		font-size: 12px;
	}
}

/* ========================================
   비즈니스 03 페이지 스타일 (KBT)
   ======================================== */

/* KBT 섹션 */
.business03-kbt {
	padding: 80px 0;
}

/* KBT 헤더 */
.kbt-header {
	margin-bottom: 60px;
}
.kbt-main-title {
	font-size: 64px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
p.kbt-subtitle {
	font-size: 20px;
	color: #666;
	font-weight: 400;
}

/* D2w 배너 */
.kbt-banner {
	position: relative;
	max-width: 400px;
	margin: 0 auto 50px;
	border-radius: 16px;
	overflow: hidden;
	height: 140px;
}
.kbt-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kbt-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.kbt-banner-text h2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* 화살표 */
.kbt-arrow {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

/* 제품 그리드 */
.kbt-product-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 0 auto 50px;
	max-width: 1200px;
}
.kbt-product-card {
	background: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 0;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kbt-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-color: #6cba54;
}
.kbt-product-placeholder {
	width: 100%;
	height: 120px;
	background: #e0e0e0;
	border-radius: 8px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kbt-product-card p {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 1.4;
	padding: 20px;
	margin: 0;
}

/* Water Pollution 박스 */
.kbt-pollution-box {
	position: relative;
	max-width: 446px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	height: 203px;
}
.kbt-pollution-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kbt-pollution-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
p.pollution-subtitle {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	opacity: 0.9;
	color: #fff;
}
.pollution-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
p.pollution-desc {
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.9;
	color: #fff;
}

/* 반응형 - 태블릿 */
@media only screen and (max-width: 1200px) {
	.kbt-product-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 18px;
	}
	.kbt-main-title {
		font-size: 56px;
	}
	.kbt-banner {
		height: 180px;
	}
	.kbt-banner-text h2 {
		font-size: 28px;
	}
}

/* 반응형 - 모바일 (가로) */
@media only screen and (max-width: 880px) {
	.business03-kbt {
		padding: 60px 0;
	}
	.kbt-header {
		margin-bottom: 50px;
	}
	.kbt-main-title {
		font-size: 48px;
	}
	.kbt-subtitle {
		font-size: 18px;
	}
	.kbt-banner {
		height: 150px;
		border-radius: 60px;
	}
	.kbt-banner-text h2 {
		font-size: 24px;
	}
	.kbt-arrow {
		margin: 30px 0;
	}
	.kbt-arrow svg {
		width: 50px;
		height: 35px;
	}
	.kbt-product-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
	.kbt-product-card {
		height: 100px;
	}
	.kbt-product-placeholder {
		height: 100px;
	}
	.kbt-product-card p {
		font-size: 14px;
		padding: 15px;
	}
	.kbt-pollution-box {
		height: 350px;
		border-radius: 60px;
	}
	.pollution-title {
		font-size: 32px;
	}
	.pollution-desc {
		font-size: 15px;
	}
}

/* 반응형 - 모바일 (세로) */
@media only screen and (max-width: 768px) {
	.business03-kbt {
		padding: 50px 0;
	}
	.kbt-header {
		margin-bottom: 40px;
	}
	.kbt-main-title {
		font-size: 42px;
	}
	.kbt-subtitle {
		font-size: 16px;
	}
	.kbt-banner {
		height: 130px;
		border-radius: 50px;
	}
	.kbt-banner-text h2 {
		font-size: 22px;
	}
	.kbt-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.kbt-product-card {
		padding: 0;
		height: 90px;
	}
	.kbt-product-placeholder {
		height: 90px;
	}
	.kbt-product-card p {
		font-size: 13px;
		padding: 15px 10px;
	}
	.kbt-pollution-box {
		height: 300px;
		border-radius: 50px;
	}
	.pollution-subtitle {
		font-size: 16px;
	}
	.pollution-title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.pollution-desc {
		font-size: 14px;
	}
}

/* 반응형 - 작은 모바일 */
@media only screen and (max-width: 650px) {
	.business03-kbt {
		padding: 40px 0;
	}
	.kbt-main-title {
		font-size: 36px;
	}
	.kbt-subtitle {
		font-size: 15px;
	}
	.kbt-banner {
		height: 120px;
		border-radius: 40px;
	}
	.kbt-banner-text h2 {
		font-size: 20px;
	}
	.kbt-arrow {
		margin: 25px 0;
	}
	.kbt-arrow svg {
		width: 45px;
		height: 30px;
	}
	.kbt-product-grid {
		gap: 10px;
	}
	.kbt-product-card {
		height: 80px;
	}
	.kbt-product-placeholder {
		height: 80px;
	}
	.kbt-product-card p {
		font-size: 12px;
		padding: 12px 8px;
	}
	.kbt-pollution-box {
		height: 280px;
		border-radius: 40px;
	}
	.pollution-subtitle {
		font-size: 14px;
	}
	.pollution-title {
		font-size: 26px;
	}
	.pollution-desc {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.business03-kbt {
		padding: 35px 0;
	}
	.kbt-main-title {
		font-size: 32px;
	}
	.kbt-subtitle {
		font-size: 14px;
	}
	.kbt-banner {
		height: 100px;
		border-radius: 16px;
	}
	.kbt-banner-text h2 {
		font-size: 18px;
	}
	.kbt-arrow {
		margin: 20px 0;
	}
	.kbt-arrow svg {
		width: 40px;
		height: 25px;
	}
	.kbt-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.kbt-product-card {
		padding: 0;
		height: 70px;
	}
	.kbt-product-placeholder {
		height: 70px;
	}
	.kbt-product-card p {
		font-size: 11px;
		padding: 10px 8px;
	}
	.kbt-pollution-box {
		height: 250px;
		border-radius: 16px;
	}
	.pollution-subtitle {
		font-size: 13px;
	}
	.pollution-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.pollution-desc {
		font-size: 12px;
		line-height: 1.6;
	}
}

/* 배너 섹션: 생분해 기술 */
.business03-banner {
	position: relative;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	padding: 0 !important;
	margin: 80px 0 0 0;
}
.business03-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.business03-banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}
.business03-banner-content {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
}
.banner-text-wrapper {
	text-align: center;
	max-width: 1200px;
	padding: 0 20px;
}
.banner-main-text {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.banner-sub-text {
	font-size: 18px;
	font-weight: 300;
	color: rgba(255,255,255,0.9);
	line-height: 1.7;
	letter-spacing: 0.3px;
}

/* 반응형 - 태블릿 (배너) */
@media only screen and (max-width: 1200px) {
	.business03-banner {
		min-height: 350px;
	}
	.business03-banner-content {
		min-height: 350px;
		padding: 70px 0;
	}
	.banner-main-text {
		font-size: 32px;
		margin-bottom: 22px;
	}
	.banner-sub-text {
		font-size: 17px;
	}
}

/* 반응형 - 모바일 (가로) (배너) */
@media only screen and (max-width: 880px) {
	.business03-banner {
		min-height: 320px;
		margin: 60px 0 0 0;
	}
	.business03-banner-content {
		min-height: 320px;
		padding: 60px 0;
	}
	.banner-main-text {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.banner-sub-text {
		font-size: 16px;
	}
}

/* 반응형 - 모바일 (세로) (배너) */
@media only screen and (max-width: 768px) {
	.business03-banner {
		min-height: 280px;
		margin: 50px 0 0 0;
	}
	.business03-banner-content {
		min-height: 280px;
		padding: 50px 0;
	}
	.banner-main-text {
		font-size: 24px;
		margin-bottom: 18px;
	}
	.banner-sub-text {
		font-size: 15px;
		line-height: 1.6;
	}
}

/* 반응형 - 작은 모바일 (배너) */
@media only screen and (max-width: 650px) {
	.business03-banner {
		min-height: 260px;
		margin: 40px 0 0 0;
	}
	.business03-banner-content {
		min-height: 260px;
		padding: 45px 0;
	}
	.banner-main-text {
		font-size: 22px;
		margin-bottom: 16px;
		line-height: 1.4;
	}
	.banner-sub-text {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 480px) {
	.business03-banner {
		min-height: 240px;
		margin: 35px 0 0 0;
	}
	.business03-banner-content {
		min-height: 240px;
		padding: 40px 0;
	}
	.banner-main-text {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.banner-sub-text {
		font-size: 13px;
		line-height: 1.6;
	}
}
