.prodetail-wrapper,
.pro-detail-section{background-color: #ffffff;}
.descrption-row, 
.info-row{background-color: transparent;box-shadow: unset}
.prodetail-wrapper .sm-pic-box{background-color: #efefef;padding: .5rem 1.5rem; margin-top:.8rem;}
.prodetail-wrapper .sm-pic-box .swiper-wrapper{justify-content: center;}
.prodetail-wrapper .pro-box .pro-type{margin-bottom: 0;}
.prodetail-wrapper .pro-box .pro-type a{color: #333333;font-size: 1rem;font-weight: bold;}
.prodetail-wrapper .pro-box .pro-type a:hover{color: #333333;}
.prodetail-wrapper .pro-box .pro-title{color:#000000;font-weight: bold;}
.prodetail-wrapper .pro-box .pro-des{color: #000000;}
.prodetail-wrapper .expand-box .expand-name{color: #000000;font-size: 1.2rem;font-weight: bold;}
.prodetail-wrapper .expand-box .expand-content{margin-top: 3px;color: #000000;}
.prodetail-wrapper .tags-box .tages-name{color: #000000;font-size: 1.375rem;}
.prodetail-wrapper .tags-box .tages-list{flex: 1;}
.prodetail-wrapper .tags-box .tages-list .tages-item{display: inline-flex;align-items: center;width: 42%;}
.prodetail-wrapper .tags-box .tages-list .tages-item .t-item-img{width: 4.125rem;}
.prodetail-wrapper .tags-box .tages-list .tages-item .t-item-img-box{position: relative;padding-top: 100%;width: 100%;overflow: hidden;}
.prodetail-wrapper .tags-box .tages-list .tages-item .t-item-img-box img{position: absolute;left: 0;top: 0;right: 0;bottom: 0; width: 100%;height: 100%;margin: auto; object-fit: cover; object-position: center center;}
.prodetail-wrapper .tags-box .tages-list .tages-item .t-item-name{color: #000000;}

.prodetail-wrapper .cook-title{color: #000000;font-size: 2.25rem;font-weight: bold;text-align: center;line-height: 1;}
.prodetail-wrapper .cook-list{display: grid;grid-template-columns: repeat(3, 1fr);gap: .75rem;margin-top: 2.8125rem;}
.prodetail-wrapper .cook-list .cook-item-img-box{position: relative;padding-top: 100%;width: 100%;overflow: hidden;}
.prodetail-wrapper .cook-list .cook-item-img-box img{position: absolute;left: 0;top: 0;right: 0;bottom: 0; width: 100%;height: 100%;margin: auto; object-fit: cover; object-position: center center;transition: all .3s ease-in-out;}
.prodetail-wrapper .cook-list .cook-item-img:hover img{transform: scale(1.08);}
.prodetail-wrapper .cook-btn{text-align: center;}
.prodetail-wrapper .cook-btn .c-more-btn{display: inline-block;background-color: #d9352c;color: #ffffff;position: relative;padding: 1rem 6rem;border-radius: 1.875rem;}
.prodetail-wrapper .cook-btn .c-more-btn::before{content: "";position: absolute;left: -3px;top: 0;width: 3.625rem;height: 100%;border-radius: 50%;background: url('../images/cook-icon.png') no-repeat center;background-size: contain;}
@media screen and (max-width: 768px) {
    .prodetail-wrapper .tags-box .tages-list .tages-item{margin-bottom: .625rem;}
    .prodetail-wrapper .cook-title{font-size: 1.375rem;}
    .prodetail-wrapper .cook-btn .c-more-btn{padding: 0.6rem 4.2rem;}
}
