#contents {
	padding: 0 18px;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	#contents {
		padding: 0 12px;
	}
}

#contents h2.smart_blue {
	display: block;
	width: 100%;
	margin: 10px 0 14px;
	padding: 14px 10px 10px 15px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
	color: #1e407f;
	background: #e8f3ff;
	border-left: solid 6px #1e407f;
	border-radius: 0;
	box-sizing: border-box;
}

#contents h2.smart_blue::before {
	content: none;
}

#contents h2.smart_blue .h2s {
	font-size: 16px;
	font-weight: normal;
	padding-left: 14px;
}

@media screen and (max-width: 660px) {
	#contents h2.smart_blue {
		font-size: 19px;
		padding: 12px 8px 8px 12px;
	}
}

#contents p.faq-meta-info {
	margin: 10px 0 0;
	padding: 0 2px;
	font-size: 10px;
	color: #9aa1a8;
	letter-spacing: .01em;
}

#contents h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 10px;
	padding: 9px 16px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .03em;
	color: #1e407f;
	background: #eef5fd;
	border: none;
	border-radius: 8px;
}

#contents h2::before {
	content: '';
	flex: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #6fa8dc;
}

@media screen and (max-width: 660px) {
	#contents h2 {
		padding: 8px 12px;
		font-size: 14px;
	}
}

#contents h3[id] {
	scroll-margin-top: 100px;
}

#contents h3[id] {
	position: relative;
	margin: 14px 0 6px;
	padding: 3px 34px 3px 34px;
	font-size: 16px;
	line-height: 1.4;
	color: #162d73;
	cursor: pointer;
}

#contents h3[id]::before {
	content: 'Q';
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #1e407f;
	border-radius: 50%;
}

#contents h3[id]::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 2px solid #1e407f;
	border-bottom: 2px solid #1e407f;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

#contents h3[id].is-open::after {
	transform: rotate(-135deg);
	margin-top: -2px;
}

#contents h3[id] + p {
	position: relative;
	margin: 0 0 8px;
	padding: 0 6px 0 34px;
	max-height: 0;
	overflow: hidden;
	font-size: 13.5px;
	line-height: 1.6;
	border-bottom: dotted 1px #c8d5dd;
	transition: max-height .25s ease;
}

#contents h3[id] + p::before {
	content: 'A';
	position: absolute;
	left: 0;
	top: 6px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #ff5517;
	border-radius: 50%;
}

#contents h3[id] + p.is-open {
	padding: 6px 6px 10px 34px;
}

#contents h3[id] + p a {
	text-decoration: underline;
	color: #0066c0;
}

#contents p.text a {
	color: #0066c0;
	text-decoration: underline;
}

.faq-pills-head-row {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin: 20px 0 10px;
}

.faq-pills-heading {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1e407f;
}

.faq-top-link {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #1e407f;
	background: #fff;
	border: 1px solid #1e407f;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.faq-top-link:hover {
	background: #1e407f;
	color: #fff;
}

.faq-category-pills {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 18px 0;
	padding: 52px 14px 14px;
	background: #f4f7fb;
	border-radius: 8px;
}

.faq-pills-question {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.faq-category-pills .faq-pills-head-row {
	position: absolute;
	top: 10px;
	left: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 32px;
	margin: 0;
}

@media screen and (max-width: 480px) {
	.faq-category-pills {
		padding-top: 14px;
	}

	.faq-category-pills .faq-pills-head-row {
		position: static;
		width: 100%;
		flex-basis: 100%;
		min-height: 0;
		margin: 0 0 8px;
	}
}

.faq-category-pills a {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12.5px;
	line-height: 1.4;
	color: #1e407f;
	background: #fff;
	border: 1px solid #c3d4ea;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s ease, color .2s ease;
}

.faq-category-pills a:hover {
	background: #e8f3ff;
}

.faq-category-pills a.is-current {
	color: #fff;
	background: #1e407f;
	border-color: #1e407f;
	font-weight: 700;
}

.faq-toc {
	margin: 15px 0;
	padding: 18px 20px 0;
	background: #fffbe0;
	border: 1px solid #ffe066;
	border-left: 5px solid #ffc400;
	border-radius: 4px;
}

.faq-toc-title {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #8a6d00;
	letter-spacing: .02em;
}

.faq-toc-title::before {
	content: '';
	flex: none;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6d00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 21h4'/%3E%3Cpath d='M12 3a6 6 0 00-3.2 11.1c.6.4.9 1.1.9 1.9h4.6c0-.8.3-1.5.9-1.9A6 6 0 0012 3z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.faq-toc-links {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 28px;
	margin-bottom: 2px;
}

.faq-toc-heading {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
	white-space: nowrap;
	margin: 0 0 2px;
	padding: 7px 8px;
	font-size: 14.5px;
	color: #5c4400;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color .2s ease;
}

@media screen and (max-width: 480px) {
	.faq-toc-heading {
		flex: 1 1 100%;
		white-space: normal;
	}
}

.faq-toc-heading svg {
	flex: none;
	width: 20px;
	height: 20px;
	color: #d9a300;
}

.faq-toc-heading:hover {
	background: #fff3bf;
	color: #8a5200;
}

.faq-related {
	margin: 30px 0 10px;
	padding: 16px 20px;
	background: #f5f6f8;
	border: 1px solid #dde1e7;
	border-radius: 6px;
}

.faq-related-heading {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	color: #52585f;
}

.faq-related ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-related li {
	flex: 0 0 auto;
	margin: 0;
	border-bottom: 1px dotted #dde1e7;
}

.faq-related a {
	display: block;
	padding: 8px 4px 8px 18px;
	position: relative;
	font-size: 12.5px;
	line-height: 1.4;
	white-space: nowrap;
	color: #5c636b;
	text-decoration: none;
	transition: color .2s ease;
}

.faq-related a:before {
	content: '▶';
	position: absolute;
	left: 2px;
	font-size: 9px;
	color: #9aa1a8;
}

.faq-related a:hover {
	color: #1e407f;
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
	.faq-related li {
		flex: 1 1 100%;
	}

	.faq-related a {
		white-space: normal;
	}
}

.faq-popular-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 12px 0 18px;
}

.faq-popular-card {
	display: block;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	text-decoration: none;
	transition: box-shadow .2s ease, border-color .2s ease;
}

.faq-popular-card:hover {
	border-color: #9dc3f2;
	box-shadow: 0 3px 10px rgba(30, 64, 127, .1);
}

.faq-popular-card .cat-tag {
	display: inline-block;
	margin-bottom: 7px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 700;
	color: #8a6d00;
	background: #fff3bf;
	border-radius: 999px;
}

.faq-popular-card .q-title {
	display: block;
	margin-bottom: 4px;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.4;
	color: #162d73;
}

.faq-popular-card .q-title::before {
	content: 'Q. ';
	color: #1e407f;
}

.faq-popular-card .q-preview {
	display: block;
	font-size: 12.5px;
	line-height: 1.5;
	color: #666;
}

@media screen and (max-width: 660px) {
	.faq-popular-grid {
		grid-template-columns: 1fr;
	}
}

.faq-search {
	position: relative;
	margin: 18px 0;
}

.faq-search-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 16px 13px 44px;
	font-size: 15px;
	color: #162d73;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e407f' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E") no-repeat 14px center;
	background-size: 18px 18px;
	border: 2px solid #c3d4ea;
	border-radius: 999px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-search-input:focus {
	outline: none;
	border-color: #1e407f;
	box-shadow: 0 0 0 3px rgba(30, 64, 127, .12);
}

.faq-search-results {
	display: none;
	margin-top: 10px;
	padding: 6px;
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(30, 64, 127, .1);
	max-height: 420px;
	overflow-y: auto;
}

.faq-search-results.is-open {
	display: block;
}

.faq-search-result-item {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color .15s ease;
}

.faq-search-result-item:hover,
.faq-search-result-item:focus {
	background: #eef5fd;
}

.faq-search-result-item + .faq-search-result-item {
	margin-top: 2px;
}

.faq-search-result-item .cat-tag {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px;
	font-size: 10.5px;
	font-weight: 700;
	color: #8a6d00;
	background: #fff3bf;
	border-radius: 999px;
}

.faq-search-result-item .q-title {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #162d73;
}

.faq-search-result-item .q-title mark {
	background: #fff3bf;
	color: inherit;
	border-radius: 2px;
}

.faq-search-result-item .q-preview {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	color: #777;
}

.faq-search-no-result,
.faq-search-count {
	padding: 10px 12px;
	font-size: 13px;
	color: #777;
}

.faq-search-count {
	border-bottom: 1px solid #eef1f5;
	margin-bottom: 4px;
	font-weight: 700;
	color: #1e407f;
}

.cat-tag.cat-order      { background: #dfebf6; color: #1d4772; }
.cat-tag.cat-delivery   { background: #dfe2f6; color: #1d2772; }
.cat-tag.cat-estimate   { background: #e5dff6; color: #321d72; }
.cat-tag.cat-payment    { background: #eddff6; color: #521d72; }
.cat-tag.cat-data       { background: #f6dff6; color: #721d72; }
.cat-tag.cat-illustrator{ background: #f6dfed; color: #721d52; }
.cat-tag.cat-office     { background: #f6dfe5; color: #721d32; }
.cat-tag.cat-paper      { background: #f6e2df; color: #72271d; }
.cat-tag.cat-academic   { background: #f6ebdf; color: #72471d; }
.cat-tag.cat-tapestry   { background: #f6f3df; color: #72681d; }
.cat-tag.cat-rollup     { background: #f0f6df; color: #5d721d; }
.cat-tag.cat-xbanner    { background: #e8f6df; color: #3d721d; }
.cat-tag.cat-cutting    { background: #dff6df; color: #1d721d; }
.cat-tag.cat-interview  { background: #dff6e8; color: #1d723d; }
.cat-tag.cat-magnet     { background: #dff6f0; color: #1d725d; }
.cat-tag.cat-cancel     { background: #dff3f6; color: #1d6872; }

.faq-contact-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 22px 0 10px;
	padding: 22px;
	text-align: center;
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 10px;
}

.faq-contact-text {
	margin: 0;
	font-size: 14.5px;
	font-weight: 700;
	color: #1e407f;
	flex-basis: 100%;
}

.faq-contact-btn {
	display: inline-block;
	padding: 12px 32px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #1e407f;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color .2s ease, transform .15s ease;
}

.faq-contact-btn:hover {
	background: #162d73;
	transform: translateY(-1px);
}

.faq-contact-tel {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #1e407f;
	text-decoration: none;
}

.faq-contact-tel .tel-number {
	font-size: 22px;
	letter-spacing: .02em;
}

.faq-contact-tel .tel-hours {
	display: block;
	margin-top: 2px;
	font-size: 11.5px;
	font-weight: 400;
	color: #777;
}

@media screen and (max-width: 480px) {
	.faq-contact-cta {
		flex-direction: column;
	}
}
