body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Noto Sans KR', Arial, sans-serif;
	color: #222;
}


.container-1 {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 20px 40px 20px;
	box-sizing: border-box;
}
/* »ó´Ü ¹è³Ê */
.banner {
	background: #f7faff;
	border-radius: 18px;
	display: flex;
	align-items: center;
	padding: 32px 28px;
	margin-bottom: 36px;
	gap: 36px;
}

.banner-text {
	flex: 1;
}

.banner-title {
	font-size: 1.23rem;
	font-weight: 700;
	margin-bottom: 7px;
	color: #172754;
}

.banner-desc {
	color: #6b7280;
	font-size: 1.05rem;
	margin-bottom: 18px;
}

.banner-btn {
	display: inline-block;
	padding: 9px 26px;
	background: #2563eb;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	transition: background 0.15s;
	text-decoration: none;
}

.banner-btn:hover {
	background: #1e40af;
}

.banner-img {
	width: 150px;
	height: 110px;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}
/* API ¿¬µ¿ ¼³¸í */
.sec-title {
	font-size: 24px;
	font-weight: 700;
	margin: 71px 0 12px 0;
	color: #172754;
}

.api-desc {
	color: #5d5d5d;
	font-size: 1rem;
	margin-bottom: 18px;
}
/* Å¸ÀÓ¶óÀÎ ½ºÅ¸ÀÏ (ÀÌ¹ÌÁö¿Í µ¿ÀÏÇÏ°Ô) */
.timeline {
	position: relative;
	max-width: 430px;
	margin: 36px 0px;
}

.timeline-item {
	position: relative;
	padding-bottom: 42px; /* ¾ÆÀÌÅÛ °£ °£°Ý */
}

.timeline-item:last-child {
	padding-bottom: 0;
}

.timeline-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: #f7faff;
	border: 2px solid #b6c7e7;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #4f6cb6;
	font-family: Arial, sans-serif;
	font-weight: bold;
	z-index: 1;
}

.timeline img {
	width: 94%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.timeline-content {
	margin-left: 50px;
}

.timeline-connector {
	position: absolute;
    width: 1px;
    height: 37px;
    background-color: #e0e0e0;
    left: 16px;
    top: 32px;
    z-index: 0;
    margin-top: 7px;
}

.timeline-title {
	font-size: 1.05em;
	font-weight: 700;
	color: #222;
	margin-bottom: 2px;
	letter-spacing: -0.5px;
}

.timeline-desc {
	color: #444;
	font-size: 0.98em;
	margin-bottom: 0;
	letter-spacing: -0.1px;
	line-height: 1.6;
}
/* Ä«µå Åë°è */
.stat-list {
	display: flex;
	gap: 18px;
	margin: 30px 0 38px 0;
}

.stat-card {
	flex: 1;
	background: #FBFCFF;
	border-radius: 12px;
	padding: 18px 0 18px 0;
	text-align: center;
	min-width: 110px;
    transition: box-shadow 0.18s, border 0.18s;
    box-shadow: 0 2px 8px rgba(44, 99, 236, 0.05);
    border: 1px solid #eef2f8;
}

.stat-icon {
	font-size: 1.6rem;
	color: #2563eb;
	margin-bottom: 8px;
}

.stat-title {
	font-size: 1.02em;
	font-weight: 600;
	margin-bottom: 2px;
	color: #172754;
}

.stat-desc {
	color: #6b7280;
	font-size: 0.97em;
}

/* ÃßÃµÇÏÁö ¾Ê´Â ±³À°»ç */
.not-recommend-title {
	font-size: 1.07em;
	font-weight: 700;
	color: #222;
	margin: 74px 0 18px 0;
}

.not-recommend-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 520px;
}

.not-recommend-item {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	font-size: 1em;
	color: #222;
	width: 800px;
}

.checkbox-icon {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-top: 2px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media ( max-width : 900px) {
	.container {
		max-width: 100%;
	}
	.banner {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.stat-list {
		flex-direction: column;
		gap: 16px;
	}
}

/* È¨ÅÃ½º ¹è³Ê */
.banner-wrap {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #FBFCFF;
	border-radius: 20px;
	padding: 0px 40px 0 48px;
	margin-bottom: 40px;
	box-shadow: 0 2px 8px rgba(30, 60, 120, 0.03);
	height :243px;
}

.banner-left {
	flex: 1.2;
}

.banner-label {
	color: #2056ae;
	font-size: 14.5px;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}

.banner-title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin-bottom: 18px;
	letter-spacing: -1px;
}

.banner-btn {
	display: inline-block;
	background: #1E3A8A;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border: none;
	border-radius: 24px;
	padding: 11px 23px;
	cursor: pointer;
	transition: background 0.18s;
	box-shadow: 0 2px 4px rgba(30, 60, 120, 0.03);
}

.banner-btn:hover {
	background: #15417d;
}

.banner-right {
	flex: 1;
	text-align: center;
}

.banner-right img {
    width: 100%;              /* div¸¦ ¹þ¾î³ªÁö ¾Ê°Ô 100%·Î */
    height: 100%;             /* ÇÊ¿äÇÏ´Ù¸é ³ôÀÌµµ 100%·Î */
    object-fit: cover;        /* div¸¦ ²Ë Ã¤¿ì°í, ºñÀ² À¯ÁöÇÏ¸ç Àß¸² Çã¿ë */
    object-position: center;
    display: block;
}


.service-section {
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 16px 0 16px;
	box-sizing: border-box; /* Ãß°¡ */
}

.service-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 4px; /* °£°ÝÀ» 4px·Î Á¼Èû */
	letter-spacing: -0.5px;
	text-align: left;
}

.service-desc {
	color: #6b7280;
	font-size: 15px;
	margin-bottom: 36px;
	margin-top: 11px;
	line-height: 1.6;
	letter-spacing: -0.2px;
	text-align: left;
}

.service-cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	flex-wrap: wrap; /* Ãß°¡: ¿©·¯ ÁÙ·Î ½×ÀÏ ¶§µµ Å©±â À¯Áö */
}

.service-row {
	display: flex;
	justify-content: center; /* ¼öÁ¤: Áß¾ÓÁ¤·Ä */
	gap: 28px;
	width: 100%;
	box-sizing: border-box;
}

.service-row.bottom {
	max-width: 596px;
	margin-left: auto;
	margin-right: auto;
}

.service-card {
	background: #FBFCFF;
	border-radius: 16px;
	padding: 28px 4px 17px 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 280px; /* °íÁ¤ °¡·Î */
	height: 307px; /* °íÁ¤ ¼¼·Î */
	box-sizing: border-box;
	transition: box-shadow 0.18s, border 0.18s;
	box-shadow: 0 2px 8px rgba(44, 99, 236, 0.05);
	border: 1px solid #eef2f8;
	/* min-width, max-width, min-height »èÁ¦ */
}

.service-card img {
	width: 120px;
	height: 120px;
	margin-bottom: 18px;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}

.service-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #172754;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}

.service-card-desc {
	font-size: 14px;
	color: #5D5D5D;
	line-height: 1.6;
	letter-spacing: normal; /* ÀÚ°£ ±âº»°ª */
	word-break: break-word; /* ´Ü¾î°¡ ±æ ¶§¸¸ ÁÙ¹Ù²Þ */
	white-space: normal;
}

@media ( max-width : 900px) {
	.service-row {
		flex-direction: column;
		align-items: center;
		gap: 18px;
		width: 100%;
	}
	.service-row.bottom {
		max-width: 100%;
	}
	.service-card {
		min-width: 0;
		max-width: 100%;
		width: 100%;
	}
}

.sec-sub {
  font-size: 15px;
  color: #6b7280;
}


.demon-sub {
  font-size: 15px;
  background: #FBFCFF;
  border-radius: 12px;
  padding: 28px 24px;
  max-width: 520px;
  margin-top: 18px;
  box-shadow: 0 2px 8px rgba(96, 139, 235, 0.07);
}

.demon-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.demon-steps li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 22px;
  padding-left: 0;
  position: relative;
}

.demon-steps li:last-child {
  margin-bottom: 0;
}

.step-title {
  font-weight: 600;
  color: #3658a6;
  margin-bottom: 2px;
  font-size: 1.08em;
}

.step-desc {
  color: #4b5e7a;
  font-size: 0.98em;
  margin-left: 2px;
}
