@charset "UTF-8";

/* ==========================================
   004 / security.css
   보안관리 페이지
   ========================================== */

.sc-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/* ============================
   Section 1 — Hero
   canvas: 0~380px, height 380px
   ============================ */
.sc-section1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px 30px;
	background-image: url('../../images/maintenance/security/boxBG_24814.png');
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-position: center bottom;
}

.sc-hero-content {
	position: relative;
	display: flex;
	align-items: center;
	gap: 40px;
	width: 1038px;
	max-width: 100%;
}

.sc-logo-wrap {
	position: relative;
	flex-shrink: 0;
}

.sc-logo-img {
	position: relative;
	width: 344px;
	height: auto;
	display: block;
}

/* Script text "보안\n관리": top:100, left:2, 40px/400/white, text-shadow */
.sc-script {
	position: absolute;
	top: 10px;
	left: 2px;
	width: 90px;
	font-family: 'Nanum Brush Script', cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 0px 5px #E1692A;
	margin: 0;
}

/* Hero text group: top:66, left:387, 583px, flex-column */
.sc-hero-text-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sc-hero-text-group {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

/* Big title "보안관리 시스템": 44px/600/#005728 */
.sc-big-title {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	font-size: clamp(28px, 4.5vw, 44px);
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #005728;
	margin: 0;
}

/* Sub label: 18px/500/#333 */
.sc-sub-label {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.6;
	color: #333333;
	margin: 0;
}

.sc-desc-group {
	display: flex;
	gap: 30px;
}

.sc-desc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
}

.sc-desc-list li {
	display: flex;
	align-items: flex-start;
}

.sc-desc-list li::before {
	content: "-";
	flex-shrink: 0;
	margin-right: 8px;
}

.sc-deco-img {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 147px;
	height: auto;
}

/* ============================
   Section 2 — Service list
   canvas: 380~900px, height 520px
   ============================ */
.sc-section2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Dot + Heading wrapper: top:7, left:0 */
.sc-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
	justify-content: flex-start;
}

/* Dot circle */
.sc-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 7px;
}

/* Heading */
.sc-heading {
	position: relative;
	width: 570px;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

/* Gray box: top:49, left:1, 1038×433, #F6F6F6 + border */
.sc-gray-box {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Item containers (absolute, relative to section2) */
/* Item01: top:78, left:24, 991×73 */
.sc-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sc-item-inner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.sc-badge-wrap {
	position: relative;
	width: 27px;
	height: 27px;
	flex-shrink: 0;
}

.sc-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2E3140;
	border-radius: 50%;
}

.sc-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 27px;
	color: #ffffff;
	text-align: center;
	margin: 0;
}

.sc-content-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sc-item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #333333;
	margin: 0 0 5px 0;
}

.sc-item-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

.sc-divider {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 15px;
}

.no-divider .sc-divider {
	display: none;
}

/* ============================
   Responsive — max-width: 800px
   ============================ */
/* ==============================================
   Responsive — 1100px
   ============================================== */
@media screen and (max-width: 1100px) {
	.sc-big-title {
		font-size: 38px;
	}

	.sc-heading {
		font-size: 22px;
	}

	.sc-hero-content {
		gap: 30px;
	}

	.sc-logo-img {
		width: 280px;
	}

	.sc-deco-img {
		display: none;
	}
}

/* ==============================================
   Responsive — 800px
   ============================================== */
@media (max-width: 800px) {
	.sc-section1 {
		flex-direction: column;
		height: auto;
		padding: 40px 0;
		text-align: left;
		background-image: none !important;
	}

	.sc-hero-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.sc-logo-wrap {
		display: none;
	}

	.sc-hero-text-wrap {
		width: 100%;
		align-items: flex-start;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.sc-big-title {
		font-size: 28px;
	}

	.sc-sub-label {
		font-size: 16px;
	}

	.sc-desc-group {
		flex-direction: column;
		gap: 10px;
	}

	.sc-desc-list {
		font-size: 14px;
	}

	.sc-title {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin-top: 0;
		box-sizing: border-box;
	}

	.sc-heading {
		font-size: 20px;
	}

	.sc-gray-box {
		padding: 20px;
	}

	.sc-item-title {
		font-size: 15px;
	}

	.sc-item-desc {
		font-size: 14px;
	}
}