.banner {
    font-family: "Noto Serif TC", serif;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    height: 90vh;
    display: block;
}

.banner .banner-btn {
    position: absolute;
    bottom: 23%;
    right: 19%;
    padding: 0.5vw 1vw;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}
    
.banner .banner-btn:hover {
    background-color: #fff;
    color: #2f2f2f;
}

@media (max-width: 1400px) {
    .banner img {
        height: auto;
    }
    
    .banner .banner-btn {
        bottom: 22%;
        right: 18.25%;
    }
}

@media (max-width: 1200px) {
    .banner .banner-btn {
        bottom: 21%;
        right: 18.4%;
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .banner .banner-btn {
        right: 18.5%;
        font-size: 14px;
    }
}

@media (max-width: 935px) {
    .banner .banner-btn {
        right: 18.6%;
        font-size: 12px;
    }
}

@media (max-width: 825px) {
    .banner .banner-btn {
        right: 18.7%;
        font-size: 10px;
    }
}

@media (max-width: 435px) {
    .banner {
        margin-bottom: 15px;
    }
    
    .banner .banner-btn {
        right: 17.6%;
        font-size: 6px;
        border: none;
        background-color: #4f4f4f80;
        padding: 4px 8px;
    }
    
    .banner .banner-btn:hover {
        background-color: #2f2f2f80;
        color: #fff;
    }
}

@media (max-width: 415px) {
    .banner .banner-btn {
        right: 18.4%;
        border: none;
        font-size: 5px;
        padding: 3px 6px;
    }
}

.pic {
    font-family: "Noto Serif TC", serif;
    padding-bottom: 30px;
    display: flex;
    max-width: 1500px;
    margin: auto;
    gap: 20px;
    flex-direction: column;
}

.pic .intro {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    max-width: 100%;
    gap: 10px;
}

.pic .intro .content {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.pic .intro .content .title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
}

.pic .intro .content .text {
    font-size: 18px;
    color: #4f4f4f;
}

.pic .intro .pic1 {
    position: relative;
    width: 40%;
    max-width: 100%;
    overflow: hidden;
}

.pic .intro .pic1 img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1400px) {
    .pic {
        padding: 30px;
    }
}

@media (max-width: 435px) {
    .pic {
        margin-bottom: 15px;
        padding: 0;
    }
    
    .pic .intro {
        padding: 0px 10px;
    }
    
    .pic .intro .content .title {
        font-size: 12px;
    }
    
    .pic .intro .content .text {
        font-size: 10px;
    }
}

.pic .intro1 {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    max-width: 100%;
    gap: 10px;
}

.pic .intro1 .content {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: right;
}

.pic .intro1 .content .title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
}

.pic .intro1 .content .text {
    font-size: 18px;
    color: #4f4f4f;
}

.pic .intro1 .pic1 {
    position: relative;
    width: 40%;
    max-width: 100%;
    overflow: hidden;
}

.pic .intro1 .pic1 img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 435px) {
    .pic .intro1 {
        padding: 0px 10px;
    }
    
    .pic .intro1 .content .title {
        font-size: 12px;
    }
    
    .pic .intro1 .content .text {
        font-size: 10px;
    }
}

.comment {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
    font-family: "Noto Serif TC", serif;
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 40px 0;
    background-color: #fff;
}

.comment .title {
    margin: 0;
    font-size: 28px;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 435px) {
    .comment {
        margin-bottom: 15px;
        padding: 0;
    }
    
    .comment .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.banner1 {
    margin: auto;
    font-family: "Noto Serif TC", serif;
    position: relative;
    width: 100%;
    max-width: 1500px;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner1 img {
    width: 100%;
    height: auto;
    display: block;
}

.banner1 .banner1-btn {
    position: absolute;
    bottom: 34%;
    right: 29.5%;
    padding: 0.5vw 1vw;
    font-size: 20px;
    border: 1px solid #4f4f4f;
    color: #2f2f2f;
    text-decoration: none;
    transition: background 0.3s ease;
}
    
.banner1 .banner1-btn:hover {
    background-color: #4f4f4f;
    color: #fff;
}

@media (max-width: 1400px) {
    .banner1 {
        padding: 0px 10px;
    }
    .banner1 .banner1-btn {
        right: 29.5%;
    }
}

@media (max-width: 1200px) {
    .banner1 .banner1-btn {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .banner1 .banner1-btn {
        font-size: 14px;
    }
}

@media (max-width: 935px) {
    .banner1 .banner1-btn {
        font-size: 12px;
    }
}

@media (max-width: 850px) {
    .banner1 .banner1-btn {
        font-size: 10px;
    }
}

@media (max-width: 435px) {
    .banner1 {
        margin-bottom: 15px;
    }
    
    .banner1 .banner1-btn {
        right: 28%;
        bottom: 31%;
        font-size: 6px;
        border: none;
        background-color: #4f4f4f;
        padding: 4px 8px;
        color: #fff;
    }
    
    .banner1 .banner1-btn:hover {
        background-color: #2f2f2f;
        color: #fff;
    }
}

@media (max-width: 415px) {
    .banner1 .banner1-btn {
        right: 28.5%;
        border: none;
        font-size: 5px;
        padding: 3px 6px;
    }
}

.index_product {
    font-family: "Noto Serif TC", serif;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 30px;
    max-width: 1500px;
    display: flex;
    border: 1px solid #FCFCFC;
    box-shadow: 0px 5px 10px rgba(13,13,13, 0.05);
}

.index_product .product_title {
    font-family: "Noto Serif TC", serif;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 30px;
}

.index_product .product_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 29px;
}

.index_product .product {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
}

.index_product .product .image_container {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 270px;
    background-color: #fff;
    overflow: hidden;
}

.index_product .product .image_container .product_img {
    width: 100%;
    height: auto;
    display: block;
}

.index_product .product a {
    text-decoration: none;
}

.index_product .product .product_content {
    margin: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.index_product .product .product_content .product_info {
    max-width: 250px;
}

.index_product .product .product_content .product_info .brand {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
    text-align: center;
}

.index_product .product .product_content .product_info .title {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 500;
    color: #2f2f2f;
    text-align: center;
}

@media (max-width: 1400px) {
    .index_product {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .index_product .product_wrapper {
        gap: 28px;
    }
    
    .index_product .product .image_container {
        width: 256px;
        height: 256px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 236px;
    }
}

@media (max-width: 1200px) {
    .index_product .product_wrapper {
        gap: 18px;
    }
    
    .index_product .product .image_container {
        width: 218.5px;
        height: 218.5px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 198px;
    }
}

@media (max-width: 995px) {
    .index_product .product_wrapper {
        gap: 17px;
    }
}

@media (max-width: 485px) {
    .index_product .product {
        padding-top: 0px;
    }
    
    .index_product .product .image_container {
        width: 190px;
        height: 190px;
    }
    
    .index_product .product .product_content {
        margin: 10px 10px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 170px;
    }
    
    .index_product .product .product_content .product_info .brand {
        font-size: 14px;
    }
    
    .index_product .product .product_content .product_info .title {
        font-size: 14px;
    }
}

@media (max-width: 435px) {
    .index_product {
        padding: 0;
        margin-bottom: 15px;
    }
    
    .index_product .product_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .index_product .product_wrapper {
        margin-top: 10px;
        gap: 12px;
    }
    
    .index_product .product .image_container {
        width: 180px;
        height: 180px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 160px;
    }
    
    .index_product .product .product_content .product_info .brand {
        font-size: 12px;
    }
    
    .index_product .product .product_content .product_info .title {
        font-size: 12px;
    }
}

@media (max-width: 415px) {
    .index_product .product .image_container {
        width: 160px;
        height: 160px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 140px;
    }
}

@media (max-width: 395px) {
    .index_product .filters .filter-btn {
        font-size: 14px;
    }
    
    .index_product .product_wrapper {
        gap: 11px;
    }
    
    .index_product .product .image_container {
        width: 140px;
        height: 140px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 120px;
    }
}

@media (max-width: 385px) {
    .index_product .product .image_container {
        width: 168px;
        height: 168px;
    }
    
    .index_product .product .product_content .product_info {
        max-width: 148px;
    }
}