body { font-family: 'Noto Sans KR', sans-serif; line-height: 1.6; color: #333; padding-top: 111px;}
.navbar-brand img { height: 50px; }
#header { background-color: #fff; border-bottom: 1px solid #eee; padding: 10px 0; 			position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030; /* 부트스트랩 navbar-fixed-top 기본 z-index와 유사하게 설정 */}
#gnb .nav-link { color: #333; font-weight: bold; }
#gnb .nav-link:hover { color: #007bff; }
/* 활성화된 메뉴 항목 스타일 */
#gnb .nav-item.active > .nav-link {
	color: #007bff; /* 파란색으로 변경 */
	font-weight: bold;
	border-bottom: 2px solid #007bff; /* 밑줄 추가 */
}
/* 드롭다운 메뉴 내 활성화된 항목 스타일 */
#gnb .dropdown-item.active {
	background-color: #007bff;
	color: white;
}

/* Hero Section (Carousel) Styles */
.hero-section {
	position: relative;
	height: 400px; /* 캐러셀 높이 고정 */
	overflow: hidden;
	color: white; /* 텍스트 색상 */
}
.hero-section .carousel-item {
	height: 400px; /* 각 슬라이드 아이템 높이 고정 */
	background-size: cover;
	background-position: center center;
}
.hero-section .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 이미지가 아이템을 꽉 채우도록 */
	filter: brightness(60%); /* 이미지 어둡게 하여 텍스트 가독성 높임 */
}
.hero-section .carousel-caption {
	position: absolute; /* 캡션 절대 위치 */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 중앙 정렬 */
	text-align: center;
	width: 80%; /* 캡션 너비 조정 */
	padding: 20px;
	box-sizing: border-box;
}
.hero-section .carousel-caption h1 {
	font-size: 3em;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7); /* 텍스트 그림자 추가 */
}
.hero-section .carousel-caption p {
	font-size: 1.2em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7); /* 텍스트 그림자 추가 */
}


.content-section { padding: 60px 0; }
.content-section h2 { font-size: 2.2em; margin-bottom: 30px; color: #007bff; text-align: center; }
.content-section h3 { font-size: 1.8em; margin-top: 40px; margin-bottom: 20px; color: #333; }
.content-section p { margin-bottom: 15px; }
.content-section ul { list-style: disc; margin-left: 20px; margin-bottom: 20px; }
.content-section ul li { margin-bottom: 8px; }
.method-card { border: 1px solid #eee; border-radius: 8px; padding: 25px; margin-bottom: 30px; text-align: center; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; justify-content: space-between;} /* Added flex properties */
.method-card:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-5px); }
.method-card img { max-width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }
.method-card h4 { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }
.method-card p { font-size: 0.95em; color: #555; }
.highlight-box { background-color: #f8f9fa; border-left: 5px solid #007bff; padding: 20px; margin-top: 30px; margin-bottom: 30px; }
.highlight-box p { margin: 0; }

.image-description { text-align: center; margin-top: 20px; margin-bottom: 40px; }
.image-description img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.image-description p { margin-top: 10px; font-style: italic; color: #555; }

.feature-box { text-align: center; padding: 30px; border: 1px solid #eee; border-radius: 8px; margin-bottom: 30px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.feature-box .icon { font-size: 3em; color: #007bff; margin-bottom: 15px; }
.feature-box h4 { font-size: 1.6em; color: #333; margin-bottom: 10px; }
.feature-box p { font-size: 1em; color: #666; }

/* FAQ 아코디언 스타일 (수정됨: 항상 펼쳐지도록) */
.faq-item { margin-bottom: 20px; padding: 15px; border: 1px solid #eee; border-radius: 8px; background-color: #fefefe; }
.faq-item h5 { font-size: 1.3em; color: #007bff; display: flex; justify-content: space-between; align-items: center; margin-bottom: 0;}
.faq-item h5 i { display: none; /* 토글 아이콘 숨김 */ } /* Added: Hide toggle icon */
.faq-item .card-body { padding-top: 10px; border-top: none; display: block; /* Added: Always show content */ }
.faq-item .card-body p { margin-bottom: 5px; }

#footer { background-color: #343a40; color: #f8f9fa; padding: 40px 0; text-align: center; font-size: 0.9em; }
#footer a { color: #f8f9fa; text-decoration: none; }
#footer a:hover { color: #007bff; }

.aw_quickbanner {
	padding: 5px 0; /* 상하 패딩을 5px로 줄이고 좌우는 0으로 유지 */
	width: 100%; /* Ensure it takes full width */
	box-sizing: border-box; /* Include padding in the element's total width and height */
}

/* 퀵 배너 스타일 */
.quick-float-banner {
	position: fixed;
	right: 20px; /* 오른쪽에서 20px 떨어진 위치 */
	top: 30%; /* 화면 중앙에 위치 */
	transform: translateY(-50%); /* 정확히 중앙 정렬 */
	z-index: 1050; /* 다른 요소 위에 표시 */
	display: flex;
	flex-direction: column;
	gap: 15px; /* 버튼 사이 간격 */
}
.quick-float-banner .btn-quick {
	width: 120px; /* 버튼 너비 */
	padding: 15px 10px;
	border-radius: 10px; /* 둥근 모서리 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative; /* 아이콘 위치 조정을 위해 */
	overflow: hidden; /* 내부 요소가 넘치지 않도록 */
}
.quick-float-banner .btn-quick:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* 전화 문의 버튼 */
.quick-float-banner .btn-phone {
	background-color: #28a745; /* 녹색 계열 */
}
.quick-float-banner .btn-phone i {
	margin-right: 5px;
	font-size: 1.2em;
}
.quick-float-banner .btn-phone .number {
	font-size: 0.9em;
	display: block;
	margin-top: 3px;
}

/* 카카오톡 상담 버튼 */
.quick-float-banner .btn-kakao {
	background-color: #ffe812; /* 카카오 노란색 */
	color: #3c1e1e; /* 카카오 글자색 */
	display: flex; /* Flexbox를 사용하여 내용 정렬 */
	flex-direction: column; /* 세로 정렬 */
	align-items: center; /* 가로 중앙 정렬 */
	justify-content: center; /* 세로 중앙 정렬 */
	height: 100%; /* 부모 높이에 맞춤 */
}
.quick-float-banner .btn-kakao i {
	font-size: 1.5em; /* 아이콘 크기 조정 */
	margin-bottom: 5px; /* 아이콘과 텍스트 사이 간격 */
}
.quick-float-banner .btn-kakao span {
	font-size: 0.9em; /* 텍스트 크기 조정 */
	white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}


/* 드롭다운 메뉴가 마우스 오버 시 보이도록 설정 */
@media (min-width: 992px) { /* 데스크탑에서만 적용 (모바일에서는 클릭 유지) */
	.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle::after {
		display: none; /* 드롭다운 토글 아이콘 숨기기 (선택 사항) */
	}
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
	#gnb .navbar-nav { text-align: center; }
	#gnb .nav-item.dropdown .dropdown-menu { width: 100%; text-align: center; }
	.hero-section { height: 300px; } /* 모바일에서 높이 조정 */
	.hero-section .carousel-item { height: 300px; } /* 모바일에서 높이 조정 */
	.hero-section .carousel-caption h1 { font-size: 2em; }
	.hero-section .carousel-caption p { font-size: 1em; }


	.content-section { padding: 40px 0; }
	.content-section h2 { font-size: 1.8em; }
	.content-section h3 { font-size: 1.5em; }
	.method-card { padding: 15px; }
	.method-card h4 { font-size: 1.2em; }

	/* 모바일에서 퀵 배너 숨기기 또는 위치 조정 (선택 사항) */
	.quick-float-banner {
		right: 10px;
		bottom: 10px;
		top: auto; /* 상단 고정 해제 */
		transform: none; /* 중앙 정렬 해제 */
		flex-direction: row; /* 가로로 배치 */
		width: calc(100% - 20px); /* 너비 조정 */
		justify-content: center;
		gap: 10px;
	}
	.quick-float-banner .btn-quick {
		width: 48%; /* 너비 조정 */
		font-size: 0.85em;
		padding: 12px 8px;
	}
	.quick-float-banner .btn-kakao i {
		font-size: 1.2em; /* 모바일에서 아이콘 크기 조정 */
		margin-bottom: 2px;
	}
}

/* ----- 추가된 CSS 스타일 ----- */

.kitchen-hood-section h2, .price-section h3, .terminology-section h3, .cleaning-process-section h3, .faq-section h3 {
	color: #007bff;
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.2em;
}

.kitchen-hood-section p strong {
	color: #007bff;
}

.section-image {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.price-info ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.price-info ul li {
	background-color: #e9f5ff;
	border: 1px solid #cce5ff;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 1.1em;
	color: #0056b3;
	font-weight: bold;
}

.highlight-text {
	background-color: #fff3cd;
	border-left: 5px solid #ffc107;
	padding: 15px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size: 1.1em;
	color: #6a4a00;
}

.terminology-list {
	margin-top: 30px;
}

.terminology-list dt {
	font-size: 1.2em;
	color: #007bff;
	margin-bottom: 5px;
	font-weight: bold;
}

.terminology-list dd {
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 3px solid #eee;
}

.process-step {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.process-step:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

.process-step .step-number {
	font-size: 2.5em;
	font-weight: bold;
	color: #007bff;
	margin-right: 20px;
	flex-shrink: 0;
	width: 50px;
	text-align: center;
}

.process-step .step-content h4 {
	font-size: 1.5em;
	color: #333;
	margin-bottom: 10px;
}

.process-step .step-content img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

/* FAQ 섹션의 카드 헤더 및 바디 스타일 (아코디언 기능 제거에 따라 수정) */
.faq-accordion .card-header {
	background-color: #f8f9fa; /* 배경색 변경 */
	padding: 15px; /* 패딩 조정 */
	border-bottom: 1px solid #eee; /* 하단 경계선 추가 */
}

.faq-accordion .card-header h5 {
	margin: 0; /* 마진 제거 */
	font-size: 1.2em; /* 폰트 크기 조정 */
	color: #333; /* 폰트 색상 조정 */
	display: flex; /* Flexbox 유지 */
	align-items: center; /* 세로 정렬 */
}

.faq-accordion .card-header h5::before { /* Q: 추가 */
	content: "Q: ";
	font-weight: bold;
	color: #007bff;
	margin-right: 8px;
}

.faq-accordion .card-header button {
	display: none; /* 버튼 숨김 */
}

.faq-accordion .card-body {
	border: 1px solid #eee; /* 테두리 조정 */
	border-top: none; /* 상단 테두리 제거 */
	padding: 20px;
	background-color: #ffffff; /* 배경색 변경 */
	color: #555; /* 폰트 색상 조정 */
	display: block !important; /* 중요: 항상 보이도록 설정 */
}

.faq-accordion .card-body p::before { /* A: 추가 */
	content: "A: ";
	font-weight: bold;
	color: #28a745;
	margin-right: 8px;
}

.faq-accordion .card {
	margin-bottom: 15px;
	border: 1px solid #ddd; /* 카드 테두리 조정 */
	border-radius: 0.25rem;
}
.faq-accordion .card:last-child {
	margin-bottom: 0;
}

/* NEW STYLES FOR FIRE RESTORATION */
.fire-restoration-section h2 {
	font-size: 2.5em;
	color: #dc3545; /* Red for fire */
	margin-bottom: 40px;
	text-align: center;
}

.fire-restoration-section h3 {
	font-size: 2em;
	color: #007bff;
	margin-top: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.fire-restoration-section .description-box {
	background-color: #ffe0e0;
	border-left: 5px solid #dc3545;
	padding: 25px;
	margin-bottom: 40px;
	border-radius: 8px;
	font-size: 1.1em;
	line-height: 1.8;
	color: #333;
}

.fire-restoration-section .description-box strong {
	color: #dc3545;
}

.cleaning-scope ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cleaning-scope ul li {
	background-color: #f0f8ff;
	border: 1px solid #cce5ff;
	border-radius: 8px;
	padding: 15px 20px;
	margin: 10px;
	font-size: 1.1em;
	color: #0056b3;
	font-weight: bold;
	text-align: center;
	flex: 1 1 calc(33% - 20px); /* 3 items per row, with margin */
	box-sizing: border-box;
	min-width: 280px; /* Minimum width for responsiveness */
}

.process-flow {
	display: flex;
	justify-content: center;
	align-items: flex-start; /* Align items to the top */
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.process-flow .flow-step {
	flex: 1 1 calc(25% - 30px); /* 4 items per row */
	min-width: 180px; /* Minimum width for responsiveness */
	text-align: center;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.process-flow .flow-step:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.process-flow .flow-step img {
	max-width: 100%;
	height: 120px;
	object-fit: contain; /* Adjust as needed */
	margin-bottom: 15px;
	border-radius: 5px;
}

.process-flow .flow-step h4 {
	font-size: 1.3em;
	color: #007bff;
	margin-bottom: 10px;
}

.process-flow .flow-step p {
	font-size: 0.95em;
	color: #555;
}

.process-flow .arrow {
	font-size: 2em;
	color: #007bff;
	position: absolute;
	right: -25px; /* Adjust as needed */
	top: 50%;
	transform: translateY(-50%);
	display: none; /* Hide by default */
}

@media (min-width: 768px) {
	.process-flow .flow-step:not(:last-child)::after {
		content: '\f061'; /* FontAwesome right arrow */
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		right: -35px; /* Position arrow between cards */
		top: 50%;
		transform: translateY(-50%);
		color: #007bff;
		font-size: 1.8em;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.process-flow {
		flex-direction: column;
		align-items: center;
	}
	.process-flow .flow-step {
		width: 90%;
	}
	.process-flow .flow-step:not(:last-child)::after {
		content: '\f063'; /* FontAwesome down arrow */
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		bottom: -20px; /* Position arrow below card */
		left: 50%;
		transform: translateX(-50%);
		color: #007bff;
		font-size: 1.8em;
		z-index: 1;
	}
}

.cleaning-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.cleaning-grid .grid-item {
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cleaning-grid .grid-item img {
	max-width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 15px;
}

.cleaning-grid .grid-item p {
	font-size: 1em;
	color: #555;
	font-weight: bold;
}

.before-after-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.before-after-item {
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.before-after-item .image-pair {
	display: flex;
	justify-content: space-around;
	padding: 15px;
	background-color: #fff;
}

.before-after-item .image-pair img {
	width: 48%;
	height: 200px; /* Fixed height for consistency */
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.before-after-item .image-pair .label {
	font-weight: bold;
	margin-top: 10px;
	display: block;
	color: #333;
}

.before-after-item .image-pair .before { color: #dc3545; }
.before-after-item .image-pair .after { color: #28a745; }

.before-after-item h4 {
	text-align: center;
	padding: 15px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #007bff;
	color: white;
	font-size: 1.4em;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.company-intro-section h2 {
	color: #2c3e50;
	border-bottom: 2px solid #3498db;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.8em;
}
.company-intro-section p {
	margin-bottom: 15px;
}
.company-intro-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.company-intro-section ul li {
	background: #e9f7fe;
	margin-bottom: 8px;
	padding: 10px 15px;
	border-left: 5px solid #3498db;
	border-radius: 4px;
}
.company-intro-section .certifications ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.company-intro-section .certifications ul li {
	flex: 1 1 30%;
	margin: 10px;
	text-align: center;
	background: #d4edda;
	border-color: #28a745;
}
.company-intro-section .certifications ul li:last-child {
	background: #fff3cd;
	border-color: #ffc107;
}
/* Styles for CEO Career split into columns */
.career-list ul {
	list-style: none;
	padding: 0;
}
.career-list ul li {
	background: #f8f9fa;
	margin-bottom: 8px;
	padding: 10px 15px;
	border-left: 3px solid #6c757d;
	border-radius: 4px;
	font-size: 1.0em;
	color: #555;
}

/* Added Rule for shortcut images */
.shortcutWrap .card-img-top {
	height: 200px;
	object-fit: cover;
}
.hero-section .carousel-item img {
	height: 500px;
	object-fit: cover;
}