﻿img{width:100%}
.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.note {
    position: absolute;
    bottom: 2%;
    color: #ffc674;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top:10rem
}
.section-desc{margin-top:1rem}
.taste {
    text-align: center;
    background: #be9562;
    padding: 5rem 12% 10rem;
    position: relative;
}
.taste .section-title{color:#fff;margin-bottom:3rem}
.swiper-taste .swiper-slide{background:#fff}
.swiper-taste .swiper-slide div{padding:2rem;color:#be9562}
.ch_t{font-size:1.25rem}
.eng_t{font-size:1rem}
.swiper-taste .swiper-button-next,.swiper-taste .swiper-button-prev {
    width: 20px;
    background-size: 20px 44px;
    outline: none;
}
.swiper-taste .swiper-button-next,.swiper-taste .swiper-container-rtl .swiper-button-prev{right:5%}
.swiper-taste .swiper-button-prev,.swiper-taste .swiper-container-rtl .swiper-button-next{left:5%}
.swiper-pagination {
    bottom: 5rem;
    width:100%;
    left:0;
}
.products{text-align:center;padding:0 7% 10rem}
.products-box{margin-top:4rem;display:flex;flex-wrap:wrap}
.product{width:31%;margin-bottom:3rem}
.product:nth-child(3n+2){margin:0 3.5%}
.product-info{margin-top:1rem}
.product-name{font-size:1.35rem}
.parameter{font-size:1rem;margin-top:.5rem}