
/* 공통  */
.single-article_faq {
	margin: 0;
	padding: 0;
	letter-spacing: -0.02em;
}

.single-article_faq .ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-article_faq .ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-article_faq .ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-article_faq .w-content {
	max-width: 560px;
	margin: 0 auto;
	overflow: hidden;
}

.single-article_faq .section-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 24px;
}



.single-article_faq .wrapper {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.single-article_faq .section.post {
	padding-bottom: 40px;
	border-bottom: 10px solid #F5F5F5;
}

.single-article_faq .section.post .post-info {
	border-bottom: 1px solid #F7F7F7;
}

.single-article_faq .section.post .post-info .category {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 16px;
}

.single-article_faq .section.post .post-info .title {
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 20px;
}

.single-article_faq .section.post .post-info .author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 20px;
}


.single-article_faq .section.post .post-info .avatar {
	width: 38px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
}

.single-article_faq .section.post .post-info .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-article_faq .section.post .post-info .author .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.single-article_faq .section.post .post-info .name {
	color: #444;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	transform: translateY(1px);
}

.single-article_faq .section.post .post-info .date {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	transform: translateY(-1px);
}

.single-article_faq .section.post .post-content {
	padding-top: 30px;
}

.single-article_faq .section.post .post-content .content {

}

.single-article_faq .section.post .post-content .content * {
	margin-bottom: 16px;
	color: #444;
	font-size: 16px;
	line-height: 140%;
}

.single-article_faq .section.post .post-content .content p {
	color: #444;
	font-size: 16px;
	line-height: 140%;
}

.single-article_faq .section.post .post-content .content h2 {
	color: #444;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
}

.single-article_faq .section.post .post-content .content h3 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}

.single-article_faq .section.post .post-content .content a {
	color: #888;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.single-article_faq .section.post .post-content .content nav {
    border-radius: 16px;
	background: #F6F6F6;
	padding: 24px 28px 14px 28px;
	margin-bottom: 40px;
}


.single-article_faq .section.post .post-content .content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.single-article_faq .section.post .post-content .content table th {
	background: #000;
	color:#fff;
	font-weight: bold;
}
.single-article_faq .section.post .post-content .content table th * {
	background: #000;
	color:#fff;
	font-weight: bold;
}

.single-article_faq .section.post .post-content .content table th,
.single-article_faq .section.post .post-content .content table td {
	padding:12px 15px;
	border: 1px solid #eaeaea;
	word-break: auto-phrase;
}

.single-article_faq .section.post .post-content .content ol {
	counter-reset: list-counter; /* 리스트 번호 초기화 */
}

.single-article_faq .section.post .post-content .content li {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	padding-left: 0.8em;
	position: relative;
	margin-bottom: 15px;
}

.single-article_faq .section.post .post-content .content ol li {
	counter-increment: list-counter; /* 항목마다 카운트 증가 */
	padding-left: 0.8em;
	color: #666;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
}

.single-article_faq .section.post .post-content .content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 3px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-color: currentColor;
}

.single-article_faq .section.post .post-content .content ol li::before {
	content: counter(list-counter) ". ";
	position: absolute;
	left: 0;
}

.single-article_faq .section.post .post-content .content li p {
	margin-bottom: 0;
}

.single-article_faq .section.post .post-content .content blockquote {
	padding: 20px;
	background-color: #F9F9F9;
	border-left: 3px solid #ddd;
}

.single-article_faq .section.post .post-content .content blockquote p {
	margin-bottom: 0;
}

.single-article_faq .section.post .post-content .content .wp-block-image {
	margin-bottom: 15px;
}

.single-article_faq .section.post .post-content .content .wp-block-image.size-full {
	width: 100%;
	max-width: 100%;
}

.single-article_faq .section.post .banner {
	border-radius: 16px;
	background: #F6F6F6 url('../images/post-single/img-banner-pill.png') no-repeat right 29px top 36px / 61px;
	padding: 24px 26px 20px;
	margin-top: 60px;
}

.single-article_faq .section.post .banner-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 6px;
}

.single-article_faq .section.post .banner-desc {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 14px;
}

.single-article_faq .section.post .btn-link {
	border-radius: 58px;
	background-color: #DA3023;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	padding: 11px 34px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.single-article_faq .section.related-products {
	padding: 40px 0;
	border-bottom: 10px solid #F5F5F5;
}

.single-article_faq .common-product {
	width: 100%;
}



/* home.css 복붙 start */
.single-article_faq .common-product .thumbnail {
	display: flex;
	align-items: center;
	width: 100%;
	height: 148px;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
	margin-bottom: 12px;
	border-radius: 16px;
	overflow: hidden;
}

.single-article_faq .common-product .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(0.8);
    transform-origin: center;
}

.single-article_faq .product.cate-700 .thumbnail img {
    transform: scale(1);
}

.single-article_faq .common-product.sch .thumbnail {
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .common-product .cate {
	overflow: hidden;
	color: #888;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 18.2px */
	margin-bottom: 6px;
}

.single-article_faq .common-product.sch .cate {
	display: block;
	width:130px;
	height:16px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .common-product .title {
	color: #000;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 22.1px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

.single-article_faq .common-product.sch .title {
	display: block;
	width:100%;
	height:20px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .common-product .star {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.single-article_faq .common-product.sch .star > div {
	display: inline-block;
	width:102px;
	height:18px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .common-product .star span {
	padding-left: 5px;
	color: #666;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.single-article_faq .common-product.sch .star span {
	display: inline-block;
	margin-left: 5px;
	width:24px;
	height:18px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .star i {
	display:inline-block;
	width:17px;
	height:17px;
	background-image:url(../images/icon-star.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

.single-article_faq .review .star i {
	width:18px;
	height:18px;
	background-image:url(../images/icon-star.jpg);
	background-size:18px;
}

.single-article_faq .common-product .badge {
	width: fit-content;
	height: 20px;
	color: #FFF;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.36px;
	border-radius: 5px;
	background: #DA3023;
	padding: 0 5px;
	margin-bottom: 6px;
}

.single-article_faq .common-product .price {
	display: flex;
	align-items: flex-end;
	color: #DA3023;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}

.single-article_faq .common-product.sch .price {
	content: '';
	display: inline-block;
	width:154px;
	height:22px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.single-article_faq .common-product .price small {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.39px;
}

.single-article_faq .common-product .price small {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: -0.39px;
}

.single-article_faq .common-product .price span {
	color: #999;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.39px;
	text-decoration: line-through;
	padding-left: 6px;
}
/* end  */



.single-article_faq .section.related-posts {
	padding: 40px 0 100px;
}

.single-article_faq .section.related-posts .list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.single-article_faq .section.related-posts .item {
	width: 100%;
	padding : 20px 0;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	border-bottom: 1px solid #F7F7F7;
	min-width: 0;
}

.single-article_faq .section.related-posts .item:first-child {
	padding-top: 0;
}

.single-article_faq .section.related-posts .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.single-article_faq .section.related-posts .item .img {
	width: 80px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
	background-color: #D9D9D9;
	flex-shrink: 0;
}

.single-article_faq .section.related-posts .item .img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-article_faq .section.related-posts .item .text {
	flex: 1;
	min-width: 0;
	padding-top: 2px;
}

.single-article_faq .section.related-posts .item .text .info {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 6px;
}

.single-article_faq .section.related-posts .item .text .info span {
	color: #AAA;
	font-size: 12px;
	font-weight: 500;
	line-height: 160%;
	position: relative;
	letter-spacing: normal;
}

.single-article_faq .section.related-posts .item .text .info span::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 42%;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background-color: #aaa;
}

.single-article_faq .section.related-posts .item .text .info span:last-child::after {
	display: none;
}

.single-article_faq .section.related-posts .item .text .title {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: normal;
}

.single-article_faq .common-product.product-item .price span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	padding-left: 0;
	padding-right: 2px;
	text-decoration: none;
}
.single-article_faq .common-product.product-item .price {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
.single-article_faq .common-product.product-item .regular_price {
	color: #888;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	margin-bottom: 2px;
}
.single-article_faq .common-product.product-item .badge-wrap {
	display: flex;
	gap: 6px 4px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.single-article_faq .common-product.product-item .badge-wrap .member-badge {
	display: flex;
	gap: 3px;
	height: 22px;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #EEE;
	background: #FFF;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 4px 7px;
	white-space: nowrap;
	letter-spacing: -0.36px;
}
.single-article_faq .common-product.product-item .badge-wrap .member-badge img {
	width: 10px;
	height: 10px;
}
.single-article_faq .common-product.product-item .point {
	display: inline-block;
	color: #666;
	height: 22px;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	padding: 4px 6px;
	background: #F9F9F9;
	white-space: nowrap;

}
.single-article_faq .common-product.product-item .point small {
	color: #666;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}





@media (max-width: 600px) {
	.single-article_faq .w-content {
		max-width: 100%;
		padding: 0 16px;
	}

	.single-article_faq .section.related-products .swiper-slide {
		width: auto;
		max-width: 144px;
	}

	.single-article_faq .section.related-posts {
		padding: 40px 0 60px;
	}

	.single-article_faq .section.related-posts .item .text .title {
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: normal;
	}
}
