table, th, td {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif !important;
}

td {
	font-size :13px;
}
.main-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px 80px 24px;
}
/* È¨ÅÃ½º ¹è³Ê */
.banner-wrap {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #FBFCFF;
	border-radius: 20px;
	padding: 59px 40px 54px 40px;
	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: 66%;
	object-fit: cover; /* div¸¦ ²Ë Ã¤¿ò, Àß¸² Çã¿ë, ºñÀ² À¯Áö */
	object-position: center;
	display: block;
}

.hometax-logo {
	display: inline-block;
	text-align: left;
}

.hometax-logo-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.hometax-logo-icon svg {
	width: 54px;
	height: 38px;
	vertical-align: middle;
}

.hometax-logo-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
}

.hometax-logo-title {
	font-size: 16px;
	color: #19a0e2;
	font-weight: 700;
	margin-bottom: 2px;
	letter-spacing: -0.5px;
}

.hometax-logo-main {
	font-size: 32px;
	color: #2056ae;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
}

.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%;
	}
}
/* »ç¿ë °¡´É ¼­ºñ½º */
.diagram-section {
	margin-top: 56px;
	margin-bottom: 0;
}

.diagram-title {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	margin-top: 56px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.diagram-desc {
	font-size: 15px;
	color: #888;
	margin-top: 11px;
	margin-bottom: 32px;
	letter-spacing: -0.2px;
}

.diagram-box {
	background: #fafbfc;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(30, 60, 120, 0.02);
	margin-bottom: 36px;
}

.diagram-box img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* div¸¦ ²Ë Ã¤¿ò, Àß¸² Çã¿ë, ºñÀ² À¯Áö */
	object-position: center;
	display: block;
}

.diagram-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #e7eaf0;
}

.diagram-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.diagram-label {
	position: absolute;
	left: 0;
	top: 0;
	background: #3577ef;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 8px 8px 8px 0;
	padding: 6px 22px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.diagram-flow {
	display: flex;
	align-items: center;
	flex: 1;
	margin-left: 120px;
	position: relative;
}

.diagram-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 110px;
	margin: 0 16px;
}

.diagram-item img, .diagram-item svg {
	width: 56px;
	height: 56px;
	margin-bottom: 8px;
	border-radius: 12px;
	background: #fff;
	object-fit: contain;
	box-shadow: 0 1px 4px rgba(30, 60, 120, 0.07);
}

.diagram-item-label {
	font-size: 15px;
	color: #222;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2px;
}

.diagram-item-sub {
	font-size: 13px;
	color: #888;
	text-align: center;
}

.diagram-arrow {
	font-size: 22px;
	color: #3577ef;
	margin: 0 8px;
	font-weight: 7;
	display: flex;
	align-items: center;
	min-width: 36px;
	justify-content: center;
}

.diagram-flow-note {
	font-size: 13px;
	color: #3577ef;
	font-weight: 500;
	margin-top: 4px;
	text-align: center;
	min-width: 80px;
}
/* ¿¬µ¿¹æ½Ä ºñ±³, ¿ä±ÝÁ¦ */
.compare-section {
	margin-top: 56px;
	margin-bottom: 0;
}

.compare-title {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

.compare-desc {
	font-size: 15px;
	color: #888;
	margin-bottom: 28px;
	letter-spacing: -0.2px;
}

.compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	background: #fff;
}

.compare-table th, .compare-table td {
	border: 1px solid #e7eaf0;
	padding: 14px 12px;
	text-align: center;
	vertical-align: middle;
}

.compare-table th {
	background: #FBFCFF;
	font-weight: 700;
	color: #222;
	font-size: 16px;
}

.compare-table tr td:first-child {
	font-weight: 500;
	color: #222;
	background: #FBFCFF;
	width: 160px;
	font-size : 14px;
}

.compare-table tr th:first-child {
	width: 160px;
}

.compare-table tr th:not (:first-child ), .compare-table tr td:not (:first-child
	) {
	text-align: center;
}


.fee-vat {
	color: #888888;
	font-size: 12px;
}

.usage-inquiry {
	margin-top: 56px;
	margin-bottom: 18px;
	font-size: 26px;
	font-weight: 700;
}

.button {
	border: none;
	border-radius: 24px;
	padding: 9px 28px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-right: 18px;
	cursor: pointer;
}

.button-primary {
/* 	background: #3B6CF6;
	color: #fff; */
	background: #e3f2fd;
    color: #3B6CF6;
}

.button-secondary {
	background: #e7eaf0;
	color: #1E3A8A;
}

@media ( max-width : 900px) {
	.service-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
		grid-template-areas: "card1 card2" "card3 card4" ". card5";
	}
	.diagram-flow {
		margin-left: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.diagram-row {
		flex-direction: column;
		align-items: stretch;
	}
	.diagram-label {
		position: static;
		margin-bottom: 16px;
		border-radius: 8px;
		display: inline-block;
	}
}

@media ( max-width : 600px) {
	.main-container {
		padding: 0 4px 40px 4px;
	}
	.service-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, auto);
		grid-template-areas: "card1" "card2" "card3" "card4" "card5";
		gap: 16px 0;
	}
	.banner-wrap {
		padding: 28px 6px 24px 6px;
	}
	.diagram-box {
		padding: 18px 4px 12px 4px;
	}
	.diagram-flow {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 0;
	}
	.diagram-item {
		min-width: 80px;
		margin: 0 4px 16px 4px;
	}
	.compare-table th, .compare-table td, .fee-table th, .fee-table td {
		padding: 10px 4px;
		font-size: 13px;
	}
	.compare-title, .fee-title {
		font-size: 20px;
	}
}


/* ÈÞÆó¾÷ µµÀÔ ÈÄ±â */
.rev-section {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-right: 24px;
}
.rev-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #111;
  letter-spacing: -1px;
}
.rev-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
}
.rev-list li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.rev-quote {
  color: #3577ef;
  font-size: 1.5rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.rev-quote img {
  width: 32px;      /* ÀÌ¹ÌÁö Å©±â Á¶Á¤: ÅØ½ºÆ®¿Í ¾î¿ï¸®°Ô */
  height: 32px;
  object-fit: contain;
  display: block;
}
@media (max-width: 700px) {
  .review-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .review-title {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }
  .review-list li {
    font-size: 1rem;
  }
  .review-quote img {
    width: 22px;
    height: 22px;
  }
}




/* ÀüÀÚ¼¼±Ý°è»ê¼­ */
.sub-span{
	font-size:12px; 
	color:#888; 
	font-weight: 400;
	display: inline-block;   /* ¸¶Áø Àû¿ëÀ» À§ÇØ Ãß°¡ */
  	margin-top: 2px;         /* ¿øÇÏ´Â ¸¸Å­ Á¶Àý (¿¹: 4px~8px) */
}

.icon-small {
  width: 16px;
  height: 14px;
  vertical-align: middle; /* ÅØ½ºÆ®¿Í ¼¼·Î Á¤·Ä */
  margin-left: 8px;       /* ÅØ½ºÆ®¿Í °£°Ý */
}

.th-center {
  text-align: center;
  padding: 0; /* ÇÊ¿ä¿¡ µû¶ó */
}
.inline-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon-q {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: block;
}

.text-right-shift {
  margin-left: 20px;
}



/* ÀüÀÚ¼¼±Ý°è»ê¼­ ÅøÆÁ */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: rgba(224, 224, 224,  0.95); /* ¹àÀº È¸»ö, 85% ºÒÅõ¸í */
  color: #444444   ;
  text-align: center;
  padding: 7px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 148%; /* ¾ÆÀÌÄÜ À§¿¡ Ç¥½Ã */
  left: 138%;
  margin-left: -110px; /* widthÀÇ Àý¹Ý¸¸Å­ ÀÌµ¿ */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  font-weight : 400;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* ÅøÆÁ ¾Æ·¡¿¡ ²¿¸® */
  left: 52%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(224, 224, 224,  0.95) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

