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

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

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

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

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

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

.section-title-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.section-title-block .left {
	display: flex;
	align-items: center;
	gap: 6px;
}

.section-title-block .icon {
	display: block;
	width: 22px;
	font-size: 20px;
}

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

.section-title-block .arrow-right {
	display: block;
	margin-right: 5px;
	width: 7px;
}



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

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

.single-ingredient .section.post .post-info {
	
}

.single-ingredient .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-ingredient .section.post .post-info .title {
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 20px;
}

.single-ingredient .section.post .toc-nav {
	position: sticky;
	left: 0;
	top: 151px;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	padding: 12px 0;
}

.single-ingredient .section.post .toc-nav .swiper {
	overflow: visible;
}

.single-ingredient .section.post .toc-nav .swiper-slide {
	width: auto;
}

.single-ingredient .section.post .toc-nav .toc-link {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 50px;
	background-color: #F6F6F6;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.single-ingredient .section.post .toc-nav .toc-link.active {
	background-color: #222;
	color: #fff;
}

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

.single-ingredient .section.post .article {
	margin-bottom: 40px;
}

.single-ingredient .section.post .article-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 24px;
}

.single-ingredient .section.post .article-content {}

.single-ingredient .section.post .article-content p {
	color: #333;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 25.6px */
}
.single-ingredient .section.post .article-content h3 {
	color: #222;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 38.4px */
}
.single-ingredient .section.post .article-content h4 {
	color: #222;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 32px */
}
.single-ingredient .section.post .article-content h5 {
	color: #222;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
}
.single-ingredient .section.post .article-content blockquote {
	position: relative;
	color: #333;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 24px */
	padding: 4px 12px;
}
.single-ingredient .section.post .article-content blockquote:after {
	position: absolute;	
	width: 4px;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	border-radius: 40px;
	background: #F6DBD9;
}
/*.single-ingredient .section.post .article-content br {
	display: block;
    content: " ";
    line-height: 0;
}
.single-ingredient .section.post .article-content br + br {
    content: unset;
}*/
.single-ingredient .section.post .article-content ul {
	list-style: revert;
	padding-left: 16px;
}
.single-ingredient .section.post .article-content ol {
	list-style: revert;
	padding-left: 16px;
}

.single-ingredient .section.post .article-content table {
    border-collapse: collapse; /* 테이블 셀들이 겹치지 않도록 설정 */
    width: 100%;
}

.single-ingredient .section.post .article-content table th, .single-ingredient .section.post .article-content table td {
    border: 1px solid #DDD; /* 각 셀마다 테두리를 추가 */
    padding: 8px;
    text-align: left;
}

.single-ingredient .section.post .article-content table th {
	color: #A0A0A0;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 24px */
}
.single-ingredient .section.post .article-content table td {
	color: #222;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 24px */
}

.single-ingredient .section.post .article-content li {
	color: #333;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 25.6px */
}

.single-ingredient .section.post .article-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-ingredient .section.post .article-content .box {
	border-radius: 16px;
	background: #F6F6F6;
	padding: 24px 28px;
}

.single-ingredient .section.post .article-content .box-title {
	color: #DA3023;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 10px;
}

.single-ingredient .section.post .article-content .box-desc {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.single-ingredient .section.post .article-content .product-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.single-ingredient .section.post .article-content .product-item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.single-ingredient .section.post .article-content .product-item .thumbnail {
	position: relative;
	display: flex;
	align-items: center;
	width: 100px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 16px;
	background: #F9F9F9;
	flex-shrink: 0;
}

.single-ingredient .section.post .article-content .product-item .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(0.7);
}

.single-ingredient .section.post .content-img {
	width: 100%;
    height: auto;
    margin: 20px auto 60px auto;
    border-radius: 16px;
}


.single-ingredient .section.post .article-content .product-item .thumbnail img:hover {
	transform: scale(0.8);
}

.single-ingredient .section.post .article-content .product-item .text {
	flex: 1;
	min-width: 0;
}

.single-ingredient .section.post .article-content .product-item .cate {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
}

.single-ingredient .section.post .article-content .product-item .title {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.single-ingredient .section.post .article-content .product-item .regular_price {
	color: #888;
	font-size: 12px;
	font-weight: 400;
	text-decoration: line-through;
	margin-bottom: 2px;
}

.single-ingredient .section.post .article-content .product-item .regular_price span {
	color: #888;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
}

.single-ingredient .section.post .article-content .product-item .price {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
}

.single-ingredient .section.post .article-content .product-item .price small {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
}

.single-ingredient .section.post .article-content .product-item .price span {
	color: #DA3023;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	padding-right: 2px;
}

.single-ingredient .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-ingredient .section.post .banner-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 6px;
}

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

.single-ingredient .section.post .banner-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-ingredient .section.related-posts {
	padding: 40px 0;
    border-bottom: 10px solid #F5F5F5;
}

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

.single-ingredient .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-ingredient .section.related-posts .item:first-child {
	padding-top: 0;
}

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

.single-ingredient .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-ingredient .section.related-posts .item .img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

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

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

.single-ingredient .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-ingredient .section.related-posts .item .text .info span:last-child::after {
	display: none;
}

.single-ingredient .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-ingredient .section.ingredient {
	padding: 40px 0;
	border-bottom: 10px solid #F5F5F5;
}

.single-ingredient .section.ingredient .w-content {
	overflow: hidden;
}

.single-ingredient .section.ingredient .swiper-container {
	width: 100%;
}

.single-ingredient .section.ingredient .item {}

.single-ingredient .section.ingredient .item .img {
	width: 110px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	background-color: #D9D9D9;
	overflow: hidden;
	margin-bottom: 12px;
}

.single-ingredient .section.ingredient .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-ingredient .section.ingredient .item .text {}

.single-ingredient .section.ingredient .item .text .title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 6px;
}

.single-ingredient .section.ingredient .item .text .tags {
	/*display: flex;
	align-items: center;
	gap: 5px;*/
}

.single-ingredient .section.ingredient .item .text .tag {
	display: inline-block;
	height: 20px;
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(218, 48, 35, 0.08);
	color: #DA3023;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

.single-ingredient .section.ingredients .item .text .tags {
	/*display: flex;
	align-items: center;
	gap: 5px;*/
}

.single-ingredient .section.ingredients .item .text .tag {
	display: inline-block;
	height: 20px;
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(218, 48, 35, 0.08);
	color: #DA3023;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

.single-ingredient .section.ingredients .item .title {
	color: #000;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
	margin-bottom: 6px;
}

.single-ingredient .section.ingredients .item span {
	display: inline-block;
	height: 20px;
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(218, 48, 35, 0.08);
	color: #DA3023;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}



.single-ingredient .section.faq {
	padding: 40px 0 100px;
}

.single-ingredient .section.faq .section-title-block {
	margin-bottom: 30px;
}

.single-ingredient .section.faq .list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.single-ingredient .section.faq .item {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #eee;
}

.single-ingredient .section.faq .item:first-child {
	padding-top: 0;
}

.single-ingredient .section.faq .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.single-ingredient .section.faq .item .tags {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}

.single-ingredient .section.faq .item .tag {
	display: inline-block;
	height: 20px;
	padding: 2px 8px;
	border-radius: 34px;
	background: rgba(153, 153, 153, 0.08);
	color: #666;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

.single-ingredient .section.faq .item .title {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.single-ingredient .section.faq .item .date {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: normal;
}



@media (max-width: 600px) {
	.single-ingredient .w-content {
		max-width: 100%;
		padding: 0 16px;
/*		width: 100vw;*/
/*		overflow-x: hidden;*/
	}

	.single-ingredient .section.post .toc-nav {
		top: 144px;
        width: calc(100vw - 16px);
		overflow: hidden;		
/*		width: calc(100vw - 16px);*/
	}

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

	.single-ingredient .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;
	}

	.single-ingredient .section.ingredient .swiper-slide {
		width: auto;
	}

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

	.single-ingredient .section.faq {
		padding: 40px 0 60px;
	}
}