	html {
			scroll-behavior: smooth;
		}

		.cloud-page * {
			box-sizing: border-box;
		}

		.cloud-page {
			background: #fff;
			color: #111;
		}

		/* »ó´Ü ºñÁÖ¾ó */
		.cloud-hero {
			position: relative;
			width: 100%;
			height: 260px;
			background: url('/assets/images/cloud_top_01.jpg') no-repeat center center;
			background-size: cover;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.cloud-hero:before {
			content: "";
			position: absolute;
			inset: 0;
			background: rgba(0, 0, 0, 0.28);
		}

		.cloud-hero h2 {
			position: relative;
			z-index: 1;
			color: #fff;
			font-size: 52px;
			font-weight: 700;
			letter-spacing: -0.02em;
		}

		.cloud-inner {
			max-width: 1200px;
			margin: 0 auto;
			padding: 0 20px;
		}

		.cloud-title-wrap {
	text-align: center;
	padding-top: 70px; padding-bottom:70px;
}

.cloud-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	font-size: 34px;
	font-weight: 700;
	color: #1ab99a;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

.cloud-title:before,
.cloud-title:after {
	content: "";
	display: block;
	width: 220px;
	height: 3px;
	border-radius: 999px;
}

.cloud-title:before {
	background: linear-gradient(to left, #1ab99a 0%, rgba(26,185,154,0.15) 100%);
}

.cloud-title:after {
	background: linear-gradient(to right, #1ab99a 0%, rgba(26,185,154,0.15) 100%);
}

		.cloud-desc {
			margin-top: 24px;
			font-size: 18px;
			line-height: 1.6;
			color: #333;
			word-break: keep-all;
		}

		/* »ó´Ü ¼Ö·ç¼Ç ¹öÆ° */
		.cloud-solution-nav-wrap {
			padding: 70px 0 80px;border-top: 1px solid #c8e7dc;
		} 

		.cloud-solution-nav-title {
			text-align: center;
			font-size: 30px;
			font-weight: 700;
			color: #1ab99a;
			margin-bottom: 34px;
		}

		.cloud-solution-nav {
			display: flex;
			gap: 20px;
			justify-content: center;
			flex-wrap: wrap;
		}

		.cloud-solution-btn {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 480px;
			min-height: 96px;
			padding: 24px 72px 24px 28px;
			background: #efefef;
			border-radius: 12px;
			text-decoration: none;
			transition: all 0.2s ease;
		}

		.cloud-solution-btn:hover {
			transform: translateY(-2px);
			box-shadow: 0 10px 24px rgba(0,0,0,0.08);
		}

		.cloud-solution-btn .txt strong {
			display: block;
			font-size: 18px;
			font-weight: 700;
			color: #222;
			line-height: 1.4;
		}

		.cloud-solution-btn .txt span {
			display: block;
			margin-top: 6px;
			font-size: 17px;
			color: #444;
		}

		.cloud-solution-btn .arrow {
			position: absolute;
			right: 24px;
			top: 50%;
			transform: translateY(-50%);
			width: 34px;
			height: 34px;
			border-radius: 50%;
			background: #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 18px;
			color: #444;
			box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		}

		/* °øÅë ¼½¼Ç */
		.cloud-section {
			padding: 90px 0 110px;
		}

		.cloud-section.bg-mint {
			background: #eef9f7;
		}

		.cloud-section.bg-white {
			background: #fff;
		}

		.cloud-section-head {
			text-align: center;
			margin-bottom: 50px;
		}

		.cloud-section-head h3 {
			font-size: 38px;
			font-weight: 700;
			color: #1ab99a;
			line-height: 1.35;
			margin-bottom: 18px;
		}

		.cloud-section-head p {
			font-size: 18px;
			line-height: 1.6;
			color: #333;
			word-break: keep-all;
		}

		.cloud-main-image {
			text-align: center;
			margin-bottom: 55px;
		}

		.cloud-main-image img {
			max-width: 100%;
			height: auto;
		}

		/* ¾ÆÀÌÄÜ Ä«µå */
		.cloud-feature-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 24px;
			margin-bottom: 70px;
		}

		.cloud-feature-card {
			background: #f5f5f5;
			border-radius: 18px;
			padding: 20px 14px;
			/* box-shadow: 0 10px 30px rgba(0,0,0,0.07); */
			text-align: center;
		}

		.cloud-feature-card .icon {
			width: 64px;
			height: 100px;
			margin: 0 auto 32px; align-content: end;
		}

		.cloud-feature-card .icon img {
			width: 100%;
			height: auto;
		}

		.cloud-feature-card h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 18px;
	padding-bottom: 18px;
	line-height: 1.5;
	word-break: keep-all;    height: 80px;
    align-content: center;
}

		.cloud-feature-card h4::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60%;
	height: 2px;
	background: #d9d9d9;
}

		.cloud-feature-card p {
			font-size: 16px;
			line-height: 1.6;
			color: #444;
			word-break: keep-all;
		}

		/* ÇÏ´Ü ¼³¸í ºí·° */
		.cloud-bottom-info {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 50px;
			flex-wrap: wrap;
		}

		.cloud-bottom-info .thumb {
			flex: 0 0 430px;
			max-width: 430px;
		}

		.cloud-bottom-info .thumb img {
			max-width: 100%;
			height: auto;
			display: block;     border-radius: 14px;
    box-shadow: 0 0 24px rgba(26, 185, 154, 0.20);
    padding: 6px;
    background: #fff;
		}

		.cloud-bottom-info .text {
			flex: 1;
			min-width: 280px;
			max-width: 520px;
		}

		.cloud-bottom-info .text h4 {
			font-size: 24px; position: relative;
			font-weight: 700;
			line-height: 1.45;
			color: #1ab99a;
			margin-bottom: 22px;
			word-break: keep-all; padding-bottom: 22px;
		}

		.cloud-bottom-info .text h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 2px;
	background: #a7a7a7;
}

		.cloud-bottom-info .text p {
			font-size: 17px;
			line-height: 1.6;
			color: #333;
			word-break: keep-all;
		}

		/* ¸ð¹ÙÀÏ */
		@media (max-width: 991px) {
			.cloud-hero {
				height: 190px;
			}

			.cloud-hero h2 {
				font-size: 40px;
			}

			.cloud-title {
		font-size: 24px;
		gap: 12px;
	}

	.cloud-title:before,
	.cloud-title:after {
		width: 90px;
		height: 3px;
	}

			.cloud-desc,
			.cloud-section-head p {
				font-size: 16px;
				line-height: 1.8;
			}

			.cloud-solution-btn {
				width: 100%;
			}

			.cloud-feature-grid {
				grid-template-columns: 1fr;
			}

			.cloud-section-head h3 {
				font-size: 31px;
			}

			.cloud-bottom-info .text h4 {
				font-size: 28px;
			}
		}

		@media (max-width: 767px) {
			.cloud-inner {
				padding: 0 16px;
			}

			.cloud-hero {
				height: 150px;
			}

			.cloud-hero h2 {
				font-size: 30px;
			}

			.cloud-title-wrap {
				padding-top: 50px;
			}

			.cloud-title {
		font-size: 24px;
		gap: 12px;
	}

	.cloud-title:before,
	.cloud-title:after {
		width: 90px;
		height: 3px;
	}

			.cloud-solution-nav-title {
				font-size: 24px;
			}

			.cloud-solution-btn {
				min-height: 88px;
				padding: 20px 60px 20px 20px;
			}

			.cloud-solution-btn .txt strong {
				font-size: 16px;
			}

			.cloud-solution-btn .txt span {
				font-size: 14px;
			}

			.cloud-section {
				padding: 65px 0 80px;
			}

			.cloud-section-head h3 {
				font-size: 25px;
			}

			.cloud-feature-card {
				padding: 28px 20px;
			}

			.cloud-feature-card h4 {
				font-size: 20px;
			}

			.cloud-feature-card h4::after {
		width: 110px;
	}

			.cloud-feature-card p,
			.cloud-bottom-info .text p {
				font-size: 15px;
				line-height: 1.8;
			}

			.cloud-bottom-info {
				gap: 26px;
			}

			.cloud-bottom-info .text h4 {
				font-size: 24px;
			}
		}


		/* =========================
   Private Cloud / ¸ÖÆ¼ IT Çö´ëÈ­
========================= */

.private-cloud-modern-section {
	padding-top: 80px;
	padding-bottom: 30px;
}

.private-cloud-top {
	padding-top: 0;
}

.private-cloud-nav-wrap {
	padding-top: 55px;
	padding-bottom: 40px;
}

.private-cloud-block {
	padding-top: 70px;
	padding-bottom: 110px;
}

.cloud-feature-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.cloud-feature-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.cloud-stack-image-wrap {
	text-align: center;
	margin: 20px 0 26px;
}

.cloud-sub-image-title {
	font-size: 30px;
	font-weight: 700;
	color: #1ab99a;
	line-height: 1.4;
	margin-bottom: 24px;
}

.cloud-stack-image-card {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding: 38px 34px 30px;
	background: #f8fbfb;
	border: 3px solid #c8f3eb;
	border-radius: 14px;
	box-shadow: 0 0 24px rgba(26, 185, 154, 0.20);
}

.cloud-stack-image-card.image-wide {
	max-width: 860px;
}

.cloud-stack-image-card img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.cloud-stack-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	padding: 8px 20px;
	background: #14b892;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 2px;
	white-space: nowrap;
}

.private-cloud-copy {
	text-align: center;
	margin: 32px auto 48px;
}

.private-cloud-copy h4 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.45;
	color: #1ab99a;
	margin-bottom: 18px;
	word-break: keep-all;
}

.private-cloud-copy p {
	font-size: 17px;
	line-height: 1.6;
	color: #333;
	word-break: keep-all;
}

.private-cloud-gap-top {
	margin-top: 95px;
}

.private-cloud-block .cloud-feature-card {
	min-height: 290px;
}

.private-cloud-block .cloud-feature-card p {
	word-break: keep-all;
}

@media (max-width: 991px) {
	.cloud-feature-grid-4,
	.cloud-feature-grid-3 {
		grid-template-columns: 1fr 1fr;
	}

	.cloud-sub-image-title {
		font-size: 24px;
	}

	.private-cloud-copy h4 {
		font-size: 28px;
	}

	.private-cloud-block .cloud-feature-card {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.private-cloud-modern-section {
		padding-top: 55px;
		padding-bottom: 20px;
	}

	.private-cloud-nav-wrap {
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.private-cloud-block {
		padding-top: 50px;
		padding-bottom: 75px;
	}

	.cloud-feature-grid-4,
	.cloud-feature-grid-3 {
		grid-template-columns: 1fr;
	}

	.cloud-sub-image-title {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.cloud-stack-image-card {
		padding: 30px 16px 20px;
	}

	.cloud-stack-badge {
		font-size: 13px;
		padding: 7px 14px;
		top: -12px;
	}

	.private-cloud-copy {
		margin: 24px auto 34px;
	}

	.private-cloud-copy h4 {
		font-size: 22px;
	}

	.private-cloud-copy p {
		font-size: 15px;
		line-height: 1.8;
	}

	.private-cloud-gap-top {
		margin-top: 60px;
	}
}

.private-cloud-modern-section {
	padding-top: 80px;
	padding-bottom: 30px;
}

.private-cloud-top {
	padding-top: 0;
}

.private-cloud-nav-wrap {
	padding-top: 55px;
	padding-bottom: 40px;
}

.private-cloud-block {
	padding-top: 70px;
	padding-bottom: 110px;
}

.private-cloud-enterprise-section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.private-cloud-business-section {
	padding-top: 90px;
	padding-bottom: 110px;
}

.cloud-feature-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.cloud-feature-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.cloud-stack-image-wrap {
	text-align: center;
	margin: 40px 0 40px;
}

.cloud-sub-image-title {

font-size: 26px;
    font-weight: 700;
    line-height: 1.45;
    color: #036a4d;
    margin-bottom: 18px;
    word-break: keep-all;
/* 
	font-size: 30px;
	font-weight: 700;
	color: #1ab99a;
	line-height: 1.4;
	margin-bottom: 24px; */
}

.cloud-stack-image-card {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding: 38px 34px 30px;
	background: #fff;
	border: 3px solid #c8f3eb;
	border-radius: 14px;
	box-shadow: 0 0 24px rgba(26, 185, 154, 0.20);
}

.cloud-stack-image-card.image-wide {
	max-width: 860px;
}

.cloud-stack-image-card img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.cloud-stack-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	padding: 8px 20px;
	background: #14b892;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 2px;
	white-space: nowrap;
}

.private-cloud-copy {
	text-align: center;
	margin: 32px auto 48px;
}

.app-modern-sub-copy {
font-size: 17px;
    line-height: 1.6;
    color: #333;
    word-break: keep-all; padding-bottom:30px; } 

.private-cloud-copy h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.45;
	color: #036a4d;
	margin-bottom: 18px;
	word-break: keep-all;
}

.private-cloud-copy p {
	font-size: 17px;
	line-height: 1.6;
	color: #333;
	word-break: keep-all;
}

.private-cloud-block .cloud-feature-card {
	min-height: 290px;
}

.private-cloud-block .cloud-feature-card p {
	word-break: keep-all;
}

@media (max-width: 991px) {
	.cloud-feature-grid-4,
	.cloud-feature-grid-3 {
		grid-template-columns: 1fr 1fr;
	}

	.cloud-sub-image-title {
		font-size: 24px;
	}

	.private-cloud-copy h4 {
		font-size: 28px;
	}

	.private-cloud-block .cloud-feature-card {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.private-cloud-modern-section {
		padding-top: 55px;
		padding-bottom: 20px;
	}

	.private-cloud-nav-wrap {
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.private-cloud-block,
	.private-cloud-enterprise-section,
	.private-cloud-business-section {
		padding-top: 50px;
		padding-bottom: 75px;
	}

	.cloud-feature-grid-4,
	.cloud-feature-grid-3 {
		grid-template-columns: 1fr;
	}

	.cloud-sub-image-title {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.cloud-stack-image-card {
		padding: 30px 16px 20px;
	}

	.cloud-stack-badge {
		font-size: 13px;
		padding: 7px 14px;
		top: -12px;
	}

	.private-cloud-copy {
		margin: 24px auto 34px;
	}

	.private-cloud-copy h4 {
		font-size: 22px;
	}

	.private-cloud-copy p {
		font-size: 15px;
		line-height: 1.8;
	}
}