﻿.store-box {
    padding: 40px 0;
}


.product-details {
    margin-bottom: 30px;
}

.detail-top {
    display: flex;
}

.detail-tple {
    width: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(228, 228, 228, 1);
}






.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    border: 1px solid #cccccc;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 40px;
    position: relative;
}

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 34px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 34px;
    background-position: center;
    background-repeat: no-repeat;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #005da9;
}





.detail-tpri {
    width: 48%;
    margin-left: 20px;
}

.detail-tpri>h3 {
    font-size: 24px;
    font-weight: 600;
}

.detail-tpri>p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: rgba(102, 102, 102, 1);
    padding: 5px 0;
    border-bottom: 1px dashed #eeeeee;
}


.detail-tprul {
    width: 100%;
    min-height: 200px;
    background-color: rgba(251, 251, 251, 1);
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.detail-tprul>li {
    width: calc(100% / 3);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-tprul>li span {
    font-size: 18px;
    color: #979797;
}

.detail-tprul>li p {
    font-size: 20px;
    color: #646464;
    margin-left: 5px;
}



.detail-btm {
    padding: 30px 0;
}

.detail-bmtit h4 {
    width: 120px;
    text-align: center;
    background-color: #d81718;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
}

.detail-bmtxt {
    padding: 20px;
    font-size: 14px;
    border: 1px solid rgba(240, 240, 240, 1);
}


@media only screen and (max-width:1340px) {
    .store-box {
        padding: 30px 0;
    }

    .detail-tpri>h3 {
        font-size: 20px;
    }

    .detail-tpri>p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .detail-tprul {
        min-height: 140px;
        margin-top: 10px;
    }

    .detail-tprul>li {
        width: calc(100% / 3);
        padding: 8px 0;
    }

    .detail-tprul>li span {
        font-size: 16px;
    }

    .detail-tprul>li p {
        font-size: 18px;
    }


    .detail-btm {
        padding: 20px 0;
    }

    .detail-bmtit h4 {
        width: 100px;
        padding: 10px 0;
        font-size: 14px;
    }

    .detail-bmtxt {
        padding: 15px;
        font-size: 12px;
    }





}

@media only screen and (max-width: 769px) {
    .store-box {
        padding: .3rem .1rem;
    }

    .product-details {
        margin-bottom: .3rem;
    }

    .detail-top {
        flex-direction: column;
    }

    .detail-tple {
        width: 100%;
    }

    .detail-tpri {
        width: 100%;
        margin-left: 0px;
        padding: .2rem 0 0;
    }


    .detail-tprul>li span {
        font-size: 14px;
    }

    .detail-tprul>li p {
        font-size: 16px;
    }

    .detail-bmtxt {
        padding: .15rem;
    }

}