/* 사업영역 Type01 */
.busi1-1 {width:100%; }
.busi1-1:after { content:""; display:block; clear:both; }

	.sub_location ul.dep2{
		width: 400px;
	}
	.sub_location ul li span{
		padding-right:40px;
	}



/* 사업영역 Type02 */
.busi2-1 {width:100%;}
.busi2-1:after { content:""; display:block; clear:both; }
.busi2-1 ul {display:flex; flex-wrap: wrap; width:100%; }
.busi2-1 ul li{display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width:100%; margin-bottom:50px; }
.busi2-1 ul li:last-child {margin-bottom:0;}
.busi2-1 ul li .imgs { position:relative; width:50%;}
.busi2-1 ul li .imgs img {max-width:100%; }
.busi2-1 ul li .txts{width:50%; padding:0 0 0 60px; }
.busi2-1 ul li .txts .num { display:block; text-align:center; width:50px; height:50px; line-height:50px; font-size:1.25em; color:#fff; font-weight:500; font-style:normal; border-radius:25px 0;}
.busi2-1 ul li .txts h3.t1 { display:block; margin:20px 0 30px 0; font-size:2em; color:#000; line-height:1.2;  font-weight:600; word-break:keep-all;}
.busi2-1 ul li .txts h3.t1 span {color:#45a6e6;}
.busi2-1 ul li .txts p { display:block; margin-top:10px; font-size:1.15em; color:#666; line-height:1.6; word-break:keep-all;}
.busi2-1 ul li .txts p span {display:inline; font-size:1em; color:#000; font-weight:500;}
.busi2-1 ul li:nth-child(even) { flex-direction: row-reverse;}
.busi2-1 ul li:nth-child(even) .txts{ padding:0 60px 0 0; }
.busi2-1 ul li:nth-child(1) .txts .num {background:#45a6e6;}
.busi2-1 ul li:nth-child(2) .txts .num {background:#00529b;}
.busi2-1 ul li:nth-child(3) .txts .num {background:#001364;}
.busi2-1 ul li:nth-child(1) h3.t1 span {color:#45a6e6;}
.busi2-1 ul li:nth-child(2) h3.t1 span {color:#00529b;}
.busi2-1 ul li:nth-child(3) h3.t1 span {color:#001364;}

table.tbl_busi2 {width:100%; margin-top:100px; border-spacing: 0; border-collapse: collapse; box-sizing: border-box; border-top:1px solid #000;}
table.tbl_busi2 thead tr th {padding:15px 15px; text-align:center; font-size:1.15em; color:#000; line-height:1.4; font-weight:600; background:#f7f7f7; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; }
table.tbl_busi2 thead tr th:first-child {border-left:0;}
table.tbl_busi2 tbody tr th {width:30%; padding:25px; text-align:center; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; }
table.tbl_busi2 tbody tr th:first-child {border-left:0;}
table.tbl_busi2 tbody tr th .imgs {width:100%; text-align:center;}
table.tbl_busi2 tbody tr th .imgs img {max-width:100%;}
table.tbl_busi2 tbody tr th p {margin-top:10px; font-size:1.25em; color:#000; font-weight:500; line-height:1.4; word-break:keep-all; }
table.tbl_busi2 tbody tr td {width:70%; padding:15px 25px; text-align:left; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; }
table.tbl_busi2 tbody tr td p {position:relative; margin-top:10px !important; padding-left:12px; font-size:1em; color:#666; line-height:1.4; word-break:keep-all;}
table.tbl_busi2 tbody tr td p:first-child {margin-top:0 !important;}
table.tbl_busi2 tbody tr td p:before {content: ""; display: block; position: absolute; left:0; top:10px; width:4px; height:4px; background:#555;}



/* 사업영역 Type03 */
.busi3-1 {width:100%;  border-top:1px solid #222;}
.busi3-1:after { content:""; display:block; clear:both; }
.busi3-1 ul { width:100%; padding:0; margin:0; overflow:hidden;}
.busi3-1 ul li { display:inline-block; vertical-align:top; width:100%; padding:40px 4%; background:#fff; overflow:hidden; border-bottom:1px solid #ddd; box-sizing:border-box; transition: 0.5s all ease;}
.busi3-1 ul li:nth-child(even) {background:#f5f5f5; }
.busi3-1 ul li dl {position:relative; width:100%; font-size:0; }
.busi3-1 ul li dl dt {display:inline-block; vertical-align:middle; width:40%; text-align:center;  overflow:hidden;}
.busi3-1 ul li dl dt img {max-width:100%; transition: 0.5s all ease;}
.busi3-1 ul li dl dd {display:inline-block; vertical-align:middle; width:60%; padding:0 4%; }
.busi3-1 ul li dl dd .num { display:inline; padding:5px; font-size:15px; color:#222; font-style:normal; border-bottom:1px solid #222;}
.busi3-1 ul li dl dd h4.t1 {margin:20px 0; font-size:1.85em; color:#000; line-height:1.4; font-weight:700; }
.busi3-1 ul li dl dd p { font-size:1em; color:#222; line-height:1.6; word-break:keep-all; }
.busi3-1 ul li dl dd p span {display:inline; font-size:1em; color:#000; font-weight:700;}
.busi3-1 ul li dl dd a {position:absolute; right:0; top:0; display:inline-block; padding:10px 15px; min-width:120px; text-align:center; background:#fff; border:1px solid #ddd; box-sizing:border-box; transition: 0.2s all ease;}
.busi3-1 ul li:hover a { color:#fff; background:#45a6e6; border:1px solid #45a6e6; }
.busi3-1 ul li:hover dl dt img {transform:scale(1.1);}



/*사업영역 Type04 */
.busi4-1 { width:100%; }
.busi4-1:after { content:""; display:block; clear:both; }
.busi4-1 ul { width:100%; padding:0; margin:0; overflow:hidden;}
.busi4-1 ul li { float:left; width:32%; margin-right:2%; }
.busi4-1 ul li:nth-child(3n) {margin-right:0; }
.busi4-1 ul li img { display:block; width:100%;}
.busi4-1 ul li strong { display:block; margin-top:30px; font-size:1.5em; font-weight:700; line-height:1.4; text-align:center; }
.busi4-1 ul li span { display:block; margin-top:20px; font-size:1em; line-height:1.6; text-align:center; letter-spacing:-0.04em; }
table.tbl_busi4{width:100%; border-top:1px solid #333; border-collapse:collapse; background:#fff;}
table.tbl_busi4 th{width:35%; padding:10px 10px; text-align:center; font-size:1em; color:#000; line-height:1.4; font-weight:normal; background:#f2f2f2; border-bottom:1px solid #ddd; }
table.tbl_busi4 td{width:65%; padding:10px 20px; text-align:left; font-size:1em; color:#000; line-height:1.4; border-bottom:1px solid #ddd; }
table.tbl_busi4 td .btn_go {display:inline-block; margin:20px 0; padding:10px 30px; font-size:1em; color:#fff; background:#222; border:1px solid #000; transition: 0.5s all ease; }
table.tbl_busi4 td .btn_go:hover {color:#000; background:#fff; }



/*사업영역 Type05 */
.busi5-1 {width:100%; }
.busi5-1:after{ content:""; display:block; clear:both;}
.busi5-1 ul {width:100%; padding:0; margin:0; overflow:hidden;}
.busi5-1 ul li{float:left; width:100%; overflow:hidden; margin-bottom:100px; }
.busi5-1 ul li:last-child {margin-bottom:0;}
.busi5-1 ul li .con_box { width:100%; }
.busi5-1 ul li .con_box:after{ content:""; display:block; clear:both;}
.busi5-1 ul li .con_box .imgs{float:left; width:45%; }
.busi5-1 ul li .con_box .imgs img{max-width:100%;}
.busi5-1 ul li .con_box .txts{float:right; width:55%; padding:30px 0 30px 50px; box-sizing: border-box; }
.busi5-1 ul li .con_box .txts .tit{margin-bottom:30px; font-size:2em; color:#000; line-height:1.2; font-weight:700;}
.busi5-1 ul li .con_box .txts p{margin-top:20px; font-size:1em; color:#333;  line-height:1.6; word-break:keep-all;}
.busi5-1 ul li .con_box .txts .btn_go {display:inline-block; margin-top:40px; padding:10px 30px; font-size:1em; color:#fff; background:#222; border:1px solid #000; transition: 0.5s all ease; }
.busi5-1 ul li .con_box .txts .btn_go:hover {color:#000; background:#fff; }
.busi5-1 ul li.other_type .con_box .imgs{float:right; }
.busi5-1 ul li.other_type .con_box .txts{float:left; padding:30px 50px 30px 0;}
table.tbl_busi5{float:left; width:100%; border-top:1px solid #333; border-collapse:collapse; background:#fff;}
table.tbl_busi5 th{width:35%; padding:10px 10px; text-align:center; font-size:1em; color:#000; line-height:1.4; font-weight:normal; background:#f2f2f2; border-bottom:1px solid #ddd; }
table.tbl_busi5 td{width:65%; padding:10px 20px; text-align:left; font-size:1em; color:#000; line-height:1.4; border-bottom:1px solid #ddd; }





/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	
	.busi1-1 ul li dl dd {padding:25px 4% 0 4%;}


	.busi5-1 ul li{margin-bottom:50px; }
	.busi5-1 ul li .con_box .txts {padding:20px 0 30px 40px;}
	.busi5-1 ul li .con_box .txts .tit{font-size:1.5em; }
	.busi5-1 ul li .con_box .txts p{font-size:1em; }
	.busi5-1 ul li.other_type .con_box .txts{ padding:20px 40px 30px 0;}
	
}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){	
	
	.busi1-1 ul li {width:100%;margin-bottom:40px;}
	.busi1-1 ul li dl dt {vertical-align:middle; width:40%; }
	.busi1-1 ul li dl dd {vertical-align:middle; width:60%; padding:25px 4%;}


	.busi2-1 ul li{flex-direction: column; margin-bottom:50px;}
	.busi2-1 ul li .imgs { width:100%; text-align:center;}
	.busi2-1 ul li .imgs img {width:100%;}
	.busi2-1 ul li .txts{width:100%; padding:0; margin-top:20px; text-align:center;}
	.busi2-1 ul li .txts .num {margin:0 auto;}
	.busi2-1 ul li:nth-child(even) { flex-direction: column;}
	.busi2-1 ul li:nth-child(even) .txts{ padding:0; }


	.busi6-2 {padding:40px 25px; background:#f9f9f9;}
	.busi6-2 ul li { width:45%; margin:0; margin:2% 5% 2% 0;}
	.busi6-2 ul li:nth-child(3n) {margin-right:5%;}
	.busi6-2 ul li:nth-child(even) {margin-right:0;}


	.busi7-2 ul li {width:49%; margin-right:0;}
	.busi7-2 ul li:nth-child(even) {float:right; margin-right:0;}
	.busi7-2 ul li .txts p { min-height:auto;}

}


/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {
	.scontents{
    width: 100%;
    padding: 20px;
}		
	.sub_location{
		display:flex;
		justify-content: space-between;
		max-width: 100%;
	}
	.sub_location > div{
		display:flex;
		width: 100%;
		align-items: center;
	}
	.sub_location ul.dep2{
		width: 50%;
		max-width: 400px;
	}
	.sub_location ul li span{
		padding-right: 20px;
		line-height: 1.2;
		font-size: 1.1em;
	}
	
	table.tbl_busi2 { margin-top:50px; } 
	table.tbl_busi2 tbody tr th {width:40%; padding:15px; }
	table.tbl_busi2 tbody tr th p {font-size:1em;  }
	table.tbl_busi2 tbody tr td {width:60%; padding:15px 15px; }


	.busi3-1 ul li dl dt { width:100%;}
	.busi3-1 ul li dl dt img { width:100%;}
	.busi3-1 ul li dl dd { width:100%; padding:0; margin-top:25px; text-align:center;}
	.busi3-1 ul li dl dd a {position:relative; margin-top:30px; display:block;}


	.busi4-1 ul li{ width:100%; margin-left:0px; margin-bottom:50px;}


	.busi5-1 ul li{ width:100%; }
	.busi5-1 ul li .con_box .imgs{ width:100%; }
	.busi5-1 ul li .con_box .imgs img{width:100%;}
	.busi5-1 ul li .con_box .txts{width:100%; padding:30px;}
	.busi5-1 ul li .con_box .txts .btn_go {margin-top:30px;}
	.busi5-1 ul li.other_type .con_box .txts{width:100%; padding:30px;}
	.busi5-1 ul li.other_type .con_box .imgs{ width:100%; }
	.busi5-1 ul li.other_type .con_box .imgs img{width:100%;}


}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	
	.busi1-1 ul li dl dt {width:100%; }
	.busi1-1 ul li dl dd {width:100%; text-align:center;}
	.busi1-1 ul li dl dd .num {margin:0 auto; color:#fff; background:#000;}
	.busi1-1 ul li dl dd .num:before { right:0; left:50%; top:0; transform:unset; width:1px; height:0;}
	.busi1-1 ul li dl dd p { display:block !important; -webkit-line-clamp: none !important;}
	.busi1-1 ul li:hover dl dd .num:before { right:0; left:50%; top:-40px;  transform:unset; width:1px; height:100%; }

}


/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
}

/* ============================================
   공법소개 상세페이지 스타일 (busi1-1 내부)
============================================ */

/* 공법 제목 및 설명 섹션 */
.busi1-1 .method-header {
	display: flex;
	width: 100%;
	margin-bottom: 80px;
	padding: 0;
	background: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.busi1-1 .method-title {
	font-size: 2.5em;
	color: #048092;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
	word-break: keep-all;
}
.navy_blue .method-title{
	color: #3d579b;
}
.busi1-1 .method-subtitle {
	font-size: 1.2em;
	color: #fff;
	background: #048092;
	font-weight: 500;
	border-radius: 20px;
	padding: 3px 40px 1px;
}
.navy_blue .method-subtitle{
	background: #3d579b;
}
.busi1-1 .method-content {
	display: flex;
	width: 100%;
	align-items: center;
	height: 112px;
	gap: 0;
	margin-top: 40px;
	background: url('../business/image/bg_01.png');
	background-size: cover;
}
.busi1-1 .method-content-new{padding-top:30px}
.busi1-1 .patent-info {
	flex-shrink: 0;
	text-align: center;
}

.busi1-1 .patent-logo {
	width: 200px;
	/* height: 120px; */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.busi1-1 .patent-logo img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.busi1-1 .patent-number {
	font-size: 0.95em;
	color: #666;
	line-height: 1.4;
}

.busi1-1 .method-description {
	flex: 1;
	padding: 15px 50px 15px 0;
	border-radius: 8px;
}

.busi1-1 .method-description p {
	font-size: 1.1em;
	color: #333;
	line-height: 1.3;
	word-break: keep-all;
	margin: 0;
}

/* 공법 다이어그램 및 사양표 */
.busi1-1 .method-diagram-section {
	width: 100%;
	margin-bottom: 100px;
}

.busi1-1 .diagram-wrapper {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.busi1-1 .diagram-image {
	flex: 1;
	min-width: 0;
	padding-left: 50px;
}

.busi1-1 .diagram-image img {
	/* width: 100%; */
	height: auto;
	display: block;
}

.busi1-1 .spec-table {
	flex: 1;
	min-width: 0;
	float: right;
}

.busi1-1 .tbl_spec {
	width: 80%;
	float: right;
	border-collapse: collapse;
}

.busi1-1 .tbl_spec thead tr th {
	padding: 18px 15px;
	text-align: center;
	font-size: 1em;
	color: #fff;
	font-weight: 500;
	background: #048092;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.navy_blue .tbl_spec thead tr th{
	background: #3d579b;
}

.busi1-1 .tbl_spec thead tr th:first-child {
	border-left: 0;
}

.busi1-1 .tbl_spec tbody tr th {
	padding: 20px;
	text-align: center;
	font-size: 1.05em;
	color: #373737;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	vertical-align: middle;
}

.busi1-1 .tbl_spec tbody tr th:first-child {
	border-left: 0;
}

.busi1-1 .tbl_spec tbody tr td {
	padding: 10px 20px;
	text-align: left;
	font-size: 1em;
	color: #333;
	line-height: 1.6;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	word-break: keep-all;
}

.busi1-1 .tbl_spec tbody tr:last-child th,
.busi1-1 .tbl_spec tbody tr:last-child td {
	/* border-bottom: 0; */
}

/* PS 공법 특성 */
.busi1-1 .method-features {
	width: 100%;
	margin-bottom: 100px;
}

.busi1-1 .section-title {
	font-size: 2.15em;
	color: #00798f;
	font-weight: 700;
	margin-bottom: 30px;
	/* text-align: center; */
	word-break: keep-all;
}
.navy_blue .section-title{color: #3d579b;}
.busi1-1 .features-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.busi1-1 .features-list li {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 20px;
	background: #fff;
	/* border: 1px solid #e1e1e1; */
	border-radius: 8px;
	transition: all 0.3s ease;
}

.busi1-1 .features-list li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.busi1-1 .feature-number {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 2.15em;
	color: #fff;
	font-weight: 600;
	background: #00798f;
	border-radius: 50%;
}
.navy_blue .feature-number{background: #3d579b;}
.busi1-1 .feature-content {
	flex: 1;
	min-width: 0;
}

.busi1-1 .feature-content h4 {
	font-size: 1.3em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.4;
	word-break: keep-all;
}

.busi1-1 .feature-content p {
	font-size: 1.2em;
	color: #373737;
	line-height: 1.5;
	word-break: keep-all;
	margin: 0;
}

/* PS 시공 순서 */
.busi1-1 .method-sequence {
	width: 100%;
	margin-bottom: 50px;
}

.busi1-1 .sequence-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 85px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.busi1-1 .sequence-list li {
	margin-top: 10px;
	margin-bottom: 50px;
}

.busi1-1 .sequence-image {
	width: 100%;
	height: 260px;
	border-radius: 8px;
	margin-bottom: 15px;
	text-align: center;
}

.busi1-1 .sequence-image img {
	width: auto;
	/* height: 100%; */
	object-fit: cover;
	transition: transform 0.3s ease;
}

.busi1-1 .sequence-list li:hover .sequence-image img {
	transform: scale(1.05);
}

.busi1-1 .sequence-caption {
	font-size: 1.35em;
	color: #222;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	word-break: keep-all;
	text-align: center;
}

/* ============================================
   반응형 스타일
============================================ */

/* 1200px 이하 */
@media all and (max-width: 1200px) {
	.busi1-1 .method-title {
		font-size: 2.2em;
	}
	
	.busi1-1 .method-content {
		gap: 30px;
	}
	
	.busi1-1 .diagram-wrapper {
		gap: 30px;
	}
	
	.busi1-1 .features-list {
		gap: 25px;
	}
	
	.busi1-1 .sequence-list {
		gap: 15px;
	}
}

/* 992px 이하 */
@media all and (max-width: 992px) {
	.busi1-1 .method-header {
		margin-bottom: 60px;
		padding: 40px 0;
	}
	
	.busi1-1 .method-title {
		font-size: 2em;
	}
	
	.busi1-1 .method-subtitle {
		font-size: 1.1em;
	}
	
	.busi1-1 .method-content {
		flex-direction: column;
		gap: 30px;
		height: auto; /* Fixed height removed */
		background-size: cover;
		background-position: center;
		padding: 30px 0; /* Add padding for spacing */
	}
	
	.busi1-1 .patent-info {
		align-self: center;
	}
	
	.busi1-1 .method-description {
		padding: 25px 30px;
	}
	
	.busi1-1 .method-diagram-section {
		margin-bottom: 80px;
	}
	
	.busi1-1 .diagram-wrapper {
		flex-direction: column;
		gap: 30px;
	}
	
	.busi1-1 .method-features {
		margin-bottom: 80px;
	}
	
	.busi1-1 .section-title {
		font-size: 1.9em;
		margin-bottom: 40px;
	}
	
	.busi1-1 .features-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.busi1-1 .sequence-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

/* 768px 이하 */
@media screen and (max-width: 768px) {
	.busi1-1 .method-content{
	    padding: 0;
	    margin-top: 20px;
	    gap: 0;
	}
	.busi1-1 .method-header {
		margin-bottom: 50px;
		padding: 30px 0;
	}
	.busi1-1 .diagram-wrapper{
		
	}
	.busi1-1 .diagram-image{
	    padding: 20px;
	}
	.busi1-1 .spec-table{
	display: flex;
	width: 100%;
	padding: 20px;
	}
	.busi1-1 .diagram-wrapper img{
		display:flex;
		width:100%;
	}
	.busi1-1 .method-title {
		font-size: 1.7em;
	}
	
	.busi1-1 .method-subtitle {
		font-size: 1em;
		margin-bottom: 30px;
	}
	
	.busi1-1 .patent-logo {
		width: 100px;
		height: 100px;
	}
	
	.busi1-1 .method-description {
		padding: 20px 25px;
	}
	
	.busi1-1 .method-description p {
		font-size: 1em;
		line-height: 1.7;
	}
	
	.busi1-1 .method-diagram-section {
		margin-bottom: 60px;
	}
	
	.busi1-1 .tbl_spec thead tr th {
		padding: 15px 10px;
		font-size: 1em;
	}
	
	.busi1-1 .tbl_spec tbody tr th {
		padding: 15px 10px;
		font-size: 0.95em;
	}
	
	.busi1-1 .tbl_spec {
		width: 100%; /* Full width on mobile */
		float: none; /* Remove float */
	}

	.busi1-1 .tbl_spec tbody tr td {
		padding: 15px 12px;
		font-size: 0.9em;
	}
	
	.busi1-1 .method-features {
		margin-bottom: 60px;
	}
	
	.busi1-1 .section-title {
		font-size: 1.7em;
		margin-bottom: 35px;
	}
	
	.busi1-1 .features-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.busi1-1 .features-list li {
		padding: 25px;
	}
	
	.busi1-1 .feature-number {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.2em;
	}
	
	.busi1-1 .feature-content h4 {
		font-size: 1.2em;
	}
	
	.busi1-1 .sequence-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

/* 480px 이하 */
@media screen and (max-width: 480px) {
	.busi1-1 .method-header {
		padding: 25px 0;
		margin-bottom: 20px;
	}
	
	.busi1-1 .method-title {
		font-size: 1.5em;
		text-align: center;
	}
	
	.busi1-1 .method-subtitle {
		font-size: 0.95em;
		margin-bottom: 25px;
	}
	
	.busi1-1 .patent-logo {
		width: auto;
		height: 80px;
		margin-bottom: 0;
	}
	
	.busi1-1 .patent-number {
		font-size: 0.85em;
	}
	
	.busi1-1 .method-description {
		padding: 10px 10px 20px;
	}
	
	.busi1-1 .method-description p {
		font-size: 0.95em;
		line-height: 1.6;
	}
	
	.busi1-1 .tbl_spec thead tr th {
		padding: 4px 8px;
		font-size: 0.9em;
	}
	
	.busi1-1 .tbl_spec tbody tr th {
		padding: 12px 8px;
		font-size: 0.85em;
	}
	
	.busi1-1 .tbl_spec tbody tr td {
		padding: 12px 10px;
		font-size: 0.85em;
	}
	
	.busi1-1 .section-title {
		font-size: 1.3em;
		margin-bottom: 20px;
	}
	
	.busi1-1 .features-list li {
		flex-direction: row;
		align-items: center;
		padding: 0 20px;
		gap: 15px;
		margin: 0;
	}
	
	.busi1-1 .feature-number {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.5em;
	}
	
	.busi1-1 .feature-content h4 {
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	
	.busi1-1 .feature-content p {
		font-size: 0.95em;
	}
	
	.busi1-1 .sequence-list {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.busi1-1 .sequence-image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
		height: auto;
	}
	.busi1-1 .sequence-image img{
		display: block;
		width:100%;
		height: auto;
	}
	
	.busi1-1 .sequence-caption {
		font-size: 1.2em;
	}
}

/* ============================================
   침투식 액체방수 페이지 전용 스타일
============================================ */

/* 인증 박스 및 KS 배지 */
.busi1-1 .certification-box {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #f5f5f5;
	padding: 25px 30px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.busi1-1 .cert-logo {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.busi1-1 .cert-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.busi1-1 .cert-text {
	flex: 1;
}

.busi1-1 .cert-text p {
	font-size: 1.05em;
	color: #333;
	line-height: 1.7;
	word-break: keep-all;
	margin: 0;
}

.busi1-1 .cert-text strong {
	color: #048092;
	font-weight: 700;
}

.busi1-1 .ks-badge {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 50px;
}

.busi1-1 .ks-badge img {
	max-width: 100%;
	height: auto;
}

/* 물성 섹션 */
.busi1-1 .method-properties {
	width: 100%;
	margin-bottom: 100px;
}

.busi1-1 .properties-wrapper {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}
.busi1-1 .properties-wrapper p{
	font-size:1.2em;
	color:#222;
}
.busi1-1 .properties-bnf{
	display: flex;
	padding-top: 60px;
	justify-content: space-around;
	align-items: center;
}
.busi1-1 .properties-bnf img{
	width:auto;
	height: auto;
}
.busi1-1 .properties-image {
	flex: 1;
	min-width: 0;
}

.busi1-1 .properties-image img {
	width: 100%;
	height: auto;
	display: block;
}

.busi1-1 .properties-text {
	flex: 1;
	min-width: 0;
	padding: 50px 30px;
	border-radius: 8px;
}

.busi1-1 .properties-text p {
	font-size: 1.1em;
	color: #333;
	line-height: 1.8;
	word-break: keep-all;
	margin: 0;
}

/* 시공 순서 설명 추가 */
.busi1-1 .sequence-desc {
	font-size: 0.95em;
	color: #666;
	line-height: 1.5;
	margin-top: 20px;
	word-break: keep-all;
	list-style-type: decimal;
	padding: 5px 60px;
}
.busi1-1 .sequence-desc li{
	margin-bottom:0;
	list-style-type: disc;
	font-size: 1.2em;
}

/* 침투식 액체방수 페이지 - 시공 순서 4열 그리드 */
.busi1-1 .method-sequence .sequence-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* 개념도 & 제품성상 섹션 */
.busi1-1 .method-concept-section {
	width: 100%;
	margin-bottom: 100px;
}

.busi1-1 .concept-wrapper {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.busi1-1 .concept-diagram {
	flex: 1;
	min-width: 0;
}
.ks-badge-mid{display:flex;height: 100%;padding-top: 26%;align-items: center;justify-content: center;}
.busi1-1 .concept-diagram img {
	width: auto;
	height: auto;
	display: block;
	padding: 30px 0 30px 30px;
}
.busi1-1 .concept-wrapper .product-properties{
	padding: 0 0 30px 30px;
}
.busi1-1 .concept-wrapper .product-properties.pts{
	padding-top:100px;
}
.busi1-1 .concept-wrapper .product-properties h4{
	margin-left: -25px;
	margin-bottom:50px;
}
.busi1-1 .product-properties {
	flex: 1;
	min-width: 0;
	border-radius: 8px;
}

.busi1-1 .product-title {
	font-size: 2.2em;
	color: #048092;
	font-weight: 700;
	margin-bottom: 20px;
	word-break: keep-all;
}

.busi1-1 .product-spec {
	font-size: 1.35em;
	color: #333;
	line-height: 1.6;
	padding-left: 50px;
	margin-top: 30px;
	margin-bottom: 0;
	word-break: keep-all;
}
.col-green{color:#00798f}
.busi1-1 .product-image {
	display: flex;
	justify-content: flex-end;
}

.busi1-1 .product-image img {
	max-width: 100%;
	height: auto;
	display: block;
	/* margin: 0 auto; */
}

/* 용도 섹션 */
.busi1-1 .method-applications {
	width: 100%;
	margin-bottom: 50px;
}

.busi1-1 .applications-wrapper {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.busi1-1 .application-category {
	width: 100%;
}

.busi1-1 .category-title {
	font-size: 1.5em;
	color: #048092;
	font-weight: 700;
	margin-bottom: 30px;
	word-break: keep-all;
}

.busi1-1 .application-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.busi1-1 .app-image {
	width: 100%;
	max-width: 446px;
	height: 290px;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 8px;
}

.busi1-1 .app-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.busi1-1 .application-list li:hover .app-image img {
	transform: scale(1.05);
}

.busi1-1 .category-desc {
	font-size: 1.2em;
	color: #222;
	line-height: 1.7;
	word-break: keep-all;
	padding-top: 20px;
	margin-bottom: 50px;
}
.busi1-1 .category-desc span{
	display: inline-flex;
	font-size:1.5em;
	flex-direction: row;
	padding: 4px 10px;
	color: #fff;
	background: #00798f;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	margin-right: 20px;
}
/* 반응형 스타일 - 침투식 액체방수 페이지 */

/* 1200px 이하 */
@media all and (max-width: 1200px) {
	.busi1-1 .properties-wrapper {
		gap: 40px;
	}
	
	.busi1-1 .concept-wrapper {
		gap: 40px;
	}
	
	.busi1-1 .application-list {
		gap: 15px;
	}
}

/* 992px 이하 */
@media all and (max-width: 992px) {
	.busi1-1 .certification-box {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}
	
	.busi1-1 .cert-logo {
		margin: 0 auto;
	}
	
	.busi1-1 .method-properties {
		margin-bottom: 80px;
	}
	
	.busi1-1 .properties-wrapper {
		flex-direction: column;
		gap: 30px;
	}
	.busi1-1 .properties-wrapper p{
		font-size:1em;
	}
	.busi1-1 .properties-text {
		padding: 25px;
	}
	
	.busi1-1 .method-concept-section {
		margin-bottom: 80px;
	}
	
	.busi1-1 .concept-wrapper {
		flex-direction: column;
		gap: 30px;
		padding: 0;
	}
	
	.busi1-1 .applications-wrapper {
		gap: 50px;
	}
	
	.busi1-1 .application-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.busi1-1 .method-sequence .sequence-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

/* 768px 이하 */
@media screen and (max-width: 768px) {
	.busi1-1 .certification-box {
		padding: 18px;
	}
	
	.busi1-1 .cert-text p {
		font-size: 1em;
		line-height: 1.6;
	}
	
	.busi1-1 .method-properties {
		margin-bottom: 60px;
	}
	
	.busi1-1 .properties-text {
		padding: 20px;
	}
	
	.busi1-1 .properties-text p {
		font-size: 1em;
		line-height: 1.7;
	}
	
	.busi1-1 .method-concept-section {
		margin-bottom: 60px;
	}
	
	.busi1-1 .product-properties {
		padding: 25px;
	}
	
	.busi1-1 .product-title {
		font-size: 1.3em;
	}
	
	.busi1-1 .product-spec {
		font-size: 1em;
	}
	.busi1-1 .properties-bnf{
		flex-direction: column;
		gap: 30px;
		padding: 20px;
	}

	.busi1-1 .properties-bnf img{
		display:flex;
		width:100%;
	}
	
	.busi1-1 .applications-wrapper {
		gap: 40px;
	}
	
	.busi1-1 .category-title {
		font-size: 1.3em;
		margin-bottom: 25px;
	}
	
	.busi1-1 .application-list {
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 0;
	}
	.busi1-1 ul li{
		margin-bottom:10px
	}
	.busi1-1 .app-image{
		display:flex;
		width:100%;
		max-width: 100%;
		height: auto;
	}
	.busi1-1 .app-image img{
		display:flex;
		width:100%;
	}
	.busi1-1 .category-desc {
		font-size: 1em;
	}
	
	.busi1-1 .method-sequence .sequence-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.busi1-1 .sequence-list li{
		margin-bottom: 0px;
		font-size: 1em;
	}
}

/* 480px 이하 */
@media screen and (max-width: 480px) {
	.busi1-1 .certification-box {
		padding: 15px;
		gap: 15px;
	}
	
	.busi1-1 .cert-logo {
		width: 50px;
		height: 50px;
	}
	
	.busi1-1 .cert-text p {
		font-size: 0.95em;
	}
	
	.busi1-1 .properties-text {
		padding: 18px;
	}
	
	.busi1-1 .properties-text p {
		font-size: 0.95em;
	}
	
	.busi1-1 .product-properties {
		padding: 20px;
	}
	.busi1-1 .concept-wrapper .product-properties{
		padding: 0;
		width: 100%;
	}
	.busi1-1 .concept-wrapper .product-properties img{
		display:flex;
		width:100%;
		padding: 20px;
	}
	.busi1-1 .concept-wrapper .product-properties h4{
		margin:0;
	}
	.busi1-1 .product-title {
		/* font-size: 1.2em; */
	}
	.busi1-1 .concept-diagram img{
		display:flex;
		width:100%;
		padding: 20px;
	}
	
	.busi1-1 .product-spec {
		font-size: 0.95em;
		padding: 0;
	}
	.busi1-1 .product-image{
		justify-content: center;
	}
	.busi1-1 .category-title {
		font-size: 1.2em;
	}
	
	.busi1-1 .category-desc {
		word-break: auto-phrase;
	}
	.busi1-1 .category-desc span{
		display: flex;
		width: 140px;
		min-width: 157px;
		font-size: 1.2em;
		margin-bottom: 5px;
		padding: 0;
		align-items: center;
		justify-content: center;
	}
}