@charset "utf-8";

.section_slide_gall_thumb {
    width: 100%;
}

.section_slide_gall_thumb .wid {
    max-width: 1200px;
    padding: 120px 0;
    position: relative;
}

.section_slide_gall_thumb .wid h2.sec_title {
    color: #000;
    text-shadow: none;
}

.section_slide_gall_thumb .wid .product_wrap {
    display: flex;
    gap: 60px;
}

.product_wrap .product_left {
    width: calc(55% - 30px);
}

.product_wrap .product_right {
    width: calc(45% - 30px);
}

.product_slide_left {
    width: 100%;
}

.product_slide_right {
    width: 100%;
}


.product_slide .swiper-wrapper .swiper-slide {
    width: 100%;
    /* background: #fff; */
}

.product_slide .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.product_slide .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}

.product_slide_left p {
    text-align: center;
    font-size: 1.2em;
		padding-top: 10px;
}

.product_slide_right .swiper-wrapper .swiper-slide a img {

    object-fit: cover;
    border-radius: 25px;
}

.product_slide_right .swiper-wrapper .swiper-slide a p {
    text-align: center;
    font-size: 1.6em;
		padding-top: 10px;
}

.product_show {
    margin-bottom: 45px;
}

.product_show h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
}

.product_show p {
    font-size: 1.4em;
    word-break: keep-all;
		color: #444;
}

.button_area {
    display: flex;
    margin-bottom: 60px;
		gap: 10px;
}

.slide_btn {
    width: 64px;
    height: 64px;
    /* border: 1px solid #71656a; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
		background-color: #e2e2e5;
		border-radius: 50%;
}

.slide_left_btn {
    border-right: 0px;
}

.slide_btn i {
    font-size: 1.6em;
    color: #71656a;
    transition: 0.3s ease;
}

@media screen and (hover:hover) {
    .slide_btn:hover {
        background-color: #71656a;
    }

    .slide_btn:hover i {
        color: #fff;
    }
}

@media screen and (max-width:550px) {

    .section_slide_gall_thumb .wid {
        padding: 60px 20px;
    }

    .section_slide_gall_thumb .wid .product_wrap {
        gap: 0px;
        flex-wrap: wrap;
    }

    .product_wrap .product_left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product_wrap .product_right {
        width: 100%;
    }

    .button_area {
        margin-bottom: 20px;
        order: 2;
        margin-top: 20px;
    }

    .product_show h2 {
        font-size: 1.2em;
        word-break: keep-all;
    }

    .product_show p {
        font-size: 1.2em;
    }
}