.product-list-component{width:100%;position:relative}
.product-list-component.bg_white{background-color:#fff}
.product-list-component.bg_gray{background-color:#f2f2f2}
.product-list-wrapper{margin:auto;text-align:center;max-width:1200px}
.product-list-wrapper .product-card-title-link{margin:auto;margin-top:8px}
@media(max-width:1219px){.product-list-wrapper .product-card-title-link{margin-top:6px}
}
@media(max-width:767px){.product-list-wrapper .product-card-title-link{margin-top:4px}
}
.product-list-wrapper .product-card-swiper{margin-top:36px;margin-bottom:40px;padding-left:1px;padding-right:1px}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper{margin-top:32px}
}
@media(max-width:767px){.product-list-wrapper .product-card-swiper{margin-top:16px;margin-bottom:0;padding-bottom:24px}
}
.product-list-wrapper .product-card-swiper .product-card-slide{padding:32px 30px;border:1px solid #979797;border-radius:16px;background:#fff}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide{padding:24px 22px}
}
.product-list-wrapper .product-card-swiper .product-card-slide.swiper-slide-duplicate{opacity:0;visibility:hidden}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .product-card-slide.swiper-slide-duplicate{display:none}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-img{width:200px;height:200px;margin:0 auto 20px}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-img{width:140px;height:140px;margin-bottom:12px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-img img{width:100%}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-tag{height:14px;margin-bottom:4px;color:#ff6060}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-subtitle{height:60px;overflow:hidden;margin-bottom:8px}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-subtitle{height:54px}
}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-subtitle{margin-bottom:2px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-text{height:57px;overflow:hidden;margin-bottom:18px;color:#757575}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-text{line-height:1.2;height:42px;margin-bottom:16px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label{margin-bottom:27px;height:31px;display:flex;justify-content:center}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label{height:28px;margin-bottom:17px}
}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label{height:26px;margin-bottom:22px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label a{margin-right:8px}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label a img{width:56px;height:auto}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label a img{width:50px}
}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label a img{width:48px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label .energy-label-link{text-decoration:underline;font-size:14px;display:flex;align-items:center}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label .energy-label-link a{color:#979797}
@media(max-width:1219px){.product-list-wrapper .product-card-swiper .product-card-slide .product-card-energy-label .energy-label-link{font-size:12px}
}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-price{height:44px;margin-bottom:23px}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-price .nomal-price{line-height:14px;text-decoration:line-through;color:#ccc}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-price .save-price{color:#ff6060}
.product-list-wrapper .product-card-swiper .product-card-slide .product-card-buy-btn{margin:auto;margin-bottom:20px}
.product-list-wrapper .product-card-swiper .product-card-slide .product_learn_more{height:14px;display:block}
.product-list-wrapper .product-card-swiper .product-card-slide .product_learn_more .product-card-more-link{margin:auto;height:14px}
.product-list-wrapper .product-card-swiper .swiper-pagination{display:none}
@media(max-width:767px){.product-list-wrapper .product-card-swiper .swiper-pagination{display:block;bottom:0}
}
.product-list-wrapper .product-card-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#000}
.product-list-wrapper .arrow-wrapper{margin:auto;width:140px;margin-top:40px;height:60px;position:relative}
@media(max-width:767px){.product-list-wrapper .arrow-wrapper{display:none}
}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list{position:absolute;text-align:center;border-radius:50%;border:4px solid #757575;height:60px;width:60px;margin:auto;left:0;top:0;background-color:#fff;cursor:pointer}
@media(max-width:767px){.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list{display:none}
}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list:hover{border-color:#757575;background-color:#f5f5f7}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list:hover svg path{stroke:#757575}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list.swiper-button-disabled{cursor:auto;border-color:#ccc;color:#ccc;background-color:#fff !important}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list.swiper-button-disabled svg path{stroke:#ccc}
.product-list-wrapper .arrow-wrapper .swiper-button-prev-custom-list svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list{position:absolute;text-align:center;border-radius:50%;border:4px solid #757575;height:60px;width:60px;margin:auto;top:0;right:0;background-color:#fff;cursor:pointer}
@media(max-width:767px){.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list{display:none}
}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list:hover{border-color:#757575;background-color:#f5f5f7}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list:hover svg path{stroke:#757575}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list.swiper-button-disabled{cursor:auto;border-color:#ccc;color:#ccc;background-color:#fff !important}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list.swiper-button-disabled svg path{stroke:#ccc}
.product-list-wrapper .arrow-wrapper .swiper-button-next-custom-list svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
.resources-article-page .product-list-wrapper{max-width:1220px}
@media(max-width:1219px){.resources-article-page .product-list-wrapper{max-width:728px}
}
@media(max-width:767px){.resources-article-page .product-list-wrapper{max-width:100%}
}
.article-tags-component.blog-article-page-only{display:none}
@media(max-width:1199px){.blog-article-page .article-tags-component.blog-article-page-only{display:flex;margin-top:10px;margin-bottom:40px}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper{margin:auto;padding:20px 20px 10px;box-sizing:content-box}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item{line-height:14px;color:#757575;padding:6px 10px;background:#f2f2f2;border-radius:32px;display:inline-flex;margin-right:5px;margin-bottom:8px;border:1px solid transparent;cursor:pointer;margin-bottom:10px}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item span{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item:hover{border:1px solid #ccc}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item:active{background-color:#00626b;border:1px solid transparent;color:#fff;cursor:default}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item.active{background-color:#00626b;color:#fff}
.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item.disabled{background:#f2f2f2;border:1px solid #ccc;opacity:.3;color:#757575;cursor:default}
}
@media(max-width:1199px) and (max-width:767px){.blog-article-page .article-tags-component.blog-article-page-only .tags-wrapper .tag-item{padding:12px 16px}
}