/* 메인 하단 — mukoom 스타일 게시판·고객센터 */

#main .main-info-board-band {
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
	background: #f4f9fd radial-gradient(ellipse 120% 80% at 10% 0%, #e8f4fd 0%, #f4f9fd 55%, #fbfdff 100%);
	box-sizing: border-box;
}

#main .main-info-board-band .section-best-subject {
	padding: 0;
	background: transparent;
}

#main .main-info-board-band .info-board {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 0;
}

#main .info-col {
	position: relative;
	min-width: 0;
}

#main .info-col.notice-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

#main .info-col-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 0;
	border-bottom: 0;
}

#main .info-col-tit {
	font-size: 26px;
	font-weight: 800;
	color: #333;
	line-height: 1.5;
	letter-spacing: -1px;
}

#main .info-col-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	font-size: 0;
	color: #7e7e7e;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-decoration: none;
	line-height: 1;
	transition: color 0.2s ease;
}

#main .info-col-more::before {
	content: "+";
	display: block;
	font-size: 44px;
	font-weight: 100;
	line-height: 1;
	color: currentColor;
	opacity: 0.78;
	transform-origin: 50% 50%;
	transition: transform 0.22s ease, color 0.2s ease;
}

#main .info-col-more:hover {
	color: #0465a6;
}

#main .info-col-more:hover::before {
	transform: rotate(180deg);
	opacity: 1;
}

#main .info-col > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main .info-board .bbody {
	width: 100%;
	height: auto !important;
	margin: 0;
	border: 0;
	overflow: visible;
}

#main .info-board .bboard {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* 개별 게시글 카드 (mukoom notice-card) */
#main .info-col.notice-card .btext {
	position: relative;
	margin: 0 0 8px;
	border: 1px solid #eef3f8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 35, 55, 0.04);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#main .info-col.notice-card .btext:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #eef3f8;
}

#main .info-col.notice-card .btext:hover {
	background: #f4f8ff;
	border-color: #e3edf9;
	box-shadow: 0 4px 14px rgba(4, 101, 166, 0.08);
}

#main .info-col.notice-card .btext > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main .info-col.notice-card .btext > ul > li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100% !important;
	min-height: 50px;
	padding: 14px 34px 14px 18px !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #3a4654 !important;
	background: none !important;
	overflow: visible !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

#main .info-col.notice-card .btext > ul > li::before {
	display: none !important;
}

#main .info-col.notice-card .btext > ul > li::after {
	content: "→";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #7f98b8;
	font-size: 16px;
	line-height: 1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.18s ease;
}

#main .info-col.notice-card .btext:hover > ul > li::after {
	opacity: 1;
}

#main .info-col.notice-card .btext > ul > li a {
	flex: 1;
	min-width: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3a4654 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s ease;
}

#main .info-col.notice-card .btext:hover > ul > li a {
	color: #006fb8 !important;
}

#main .info-col.notice-card .btext > ul > li .date {
	position: static !important;
	float: none !important;
	flex-shrink: 0;
	margin-left: 8px;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #0e355f !important;
}

#main .info-col.notice-card .btext .newIcon {
	display: none !important;
}

/* 공지 배지 */
#main .bulletin-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 999px;
	border: 1px solid transparent;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.1px;
	transform: translateY(-1px);
}

#main .bulletin-badge-notice {
	color: #2b6ecb;
	background: #edf4ff;
	border-color: #cfe0fb;
}

/* 고객센터 스트립 */
#main .main-customer-band.section_bg {
	background: #f3f5f8;
	padding: 0 0 48px;
}

#main .main-customer-band .section_pad {
	padding: 0;
}

#main .customer-strip-wrap {
	width: 100%;
	padding: 0 0 24px;
}

#main .customer-strip-1100 {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

#main .customer-strip-1100 .customer-col {
	padding: 24px 28px 20px;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 8px;
	transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

#main .customer-col-call:hover,
#main .customer-col-bank:hover {
	transform: translateY(-2px);
	background: #fbfeff;
	border-color: #dbeaf7;
}

#main .customer-col-call h4,
#main .customer-col-bank h4 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #111;
	font-weight: 600;
	line-height: 1.1;
}

#main .customer-col-call .call-number {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 14px;
	transition: color 0.2s ease;
}

#main .customer-col-call .call-number:hover {
	color: #0465a6;
}

#main .customer-col-time p {
	margin: 0;
	color: #2f3340;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

#main .customer-col-time p b {
	font-size: 14px;
	font-weight: 600;
	color: #111;
	padding-left: 6px;
}

#main .customer-col-time span {
	display: inline-block;
	margin-top: 4px;
	color: #767b87;
	font-size: 13px;
}

#main .customer-bank-row {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.4;
	color: #111;
}

#main .customer-bank-name {
	font-weight: 600;
	margin-right: 6px;
}

#main .customer-bank-num {
	font-weight: 600;
	letter-spacing: -0.5px;
}

#main .customer-bank-holder {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #111;
}

#main .customer-col-quick {
	display: flex;
	align-items: stretch;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#main .quick-menu-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

#main .quick-menu-link {
	display: flex;
	align-items: center;
	padding: 16px 20px;
	border-radius: 8px;
	border: 0;
	color: #fff !important;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.22s ease;
}

#main .quick-menu-link--location {
	background: #c4a380;
}

#main .quick-menu-link--faq {
	background: #6f80b3;
}

#main .quick-menu-link--location:hover {
	transform: translateY(-2px);
	background: #b99875;
}

#main .quick-menu-link--faq:hover {
	transform: translateY(-2px);
	background: #6073a8;
}

#main .quick-menu-text strong {
	display: block;
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.4px;
}

#main .quick-menu-text small {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

@media (max-width: 1024px) {
	#main .main-info-board-band .info-board {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	#main .customer-strip-1100 {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#main .customer-strip-1100 .customer-col {
		max-width: 500px;
		margin: 0 auto;
		width: calc(100% - 20px);
	}
}

@media (max-width: 768px) {
	#main .main-info-board-band {
		padding: 22px 0 16px;
	}

	#main .info-col-tit {
		font-size: 22px;
	}

	#main .info-col.notice-card .btext > ul > li {
		padding: 12px 30px 12px 14px !important;
		min-height: 46px;
		font-size: 14px !important;
		white-space: normal;
	}

	#main .info-col.notice-card .btext > ul > li a {
		font-size: 14px;
		white-space: nowrap;
	}

	#main .info-col.notice-card .btext > ul > li .date {
		font-size: 12px !important;
	}

	#main .bulletin-badge {
		transform: none;
		font-size: 11px;
	}

	#main .customer-col-call .call-number {
		font-size: 24px;
	}
}
