#sit_ov_wrap {
    display: flex;
    max-width: var(--limit);
    /*border: 1px solid pink;*/
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    #sit_pvi {
        flex: 1;
        .swiper {
            background-color: #fff;
            .swiper-slide {
                background-color: #fff;
            }
        }
    }
    #sit_ov {
        flex: 1;
        margin-top: 3rem;
        margin-left: 75px;
        #sit_title {
            font-size: 24px;
            font-weight: bold;
        }
        .extra_info {
            & table th {
                width: 100px;
                font-size: 14px !important;
                padding: 8px 5px 7px 0;
            }
            & table td {
                font-size: 14px !important;
                padding: 8px 5px 7px 0;
            }
        }
    }

    #buy_cart {
        display: flex;
        justify-content: center;
        gap: 10px;
        & button {
            flex: 1;
            text-align: center;
            height: 50px;
            font-size: 14px;
        }
        .btn_cart {
            border: 1px solid silver;
        }
        .btn_buy {
            background: #3a8afd;
            color: #fff;
        }
    }
}




@media (max-width: 922px) {
    #sit_ov_wrap {
        padding: 0;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0;
        #sit_ov {
            margin:0 auto;
            margin-left: 16px;
            margin-right: 16px;
            #sit_title {
                font-size: 16px!important;
            }
            .price {
                .it_cust_price {
                    text-decoration: line-through;
                    color: #8c8c8c;
                    font-size: 12px;
                    margin-right: 5px;
                }
                .it_price {
                    color: #000;
                    font-size: 14px;
                }
            }
        }
    }
}




.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_photo_main {
    width: 100%;
    height: 80%;
}
.scroll-swiper .swiper-scrollbar {
    background: rgba(0,0,0,0.1);
    height: 4px;
    border-radius: 2px;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.gallery-thumbs {
    width: 100%;
    height: 20%;
    margin-top: 5px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


.price { margin-bottom: 16px;align-items: center }
.price .it_cust_price { font-size: 12px;color: #8c8c8c;text-decoration: line-through;margin-right:6px;}
.price .it_price { font-size: 14px;}
#sit_sel_option h3 {font-size: 15px;font-weight:bold}



/* ##relation.10.skin.php */
#sit_rel {
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 2rem;
    border:none;
}
/* @@relation.10.skin.php */

/* 관련상품 */
#sit_rel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    background: #f1f2f3;
}
#sit_rel h2 {
    padding-top: 3rem;
    font-size: 1.375rem;
    font-weight: bold;
}
#sit_rel .sct_noitem {
    padding:3rem 0;
    font-size: 15px;
}

/* 상품후기 */
#sit_use_list {
    .sit_use_top {
        padding-left: 16px;
        align-self: flex-start;
        margin-top:20px;
        & h4 {
            font-size: 16px;
            margin-bottom:10px;
        }
        margin-bottom:20px;
    }
    #sit_use_ol {
        width: 100%;
        padding: 0 16px;
        .sit_use_li {
            display: flex;
            flex-direction: row;
            border-bottom: 1px solid #ebebeb;
            padding-top: 1rem;
            padding-bottom: 1rem;
            .about {
                flex: 1;
                .photo {
                    margin-bottom: 10px;
                    & img {
                        border-radius: 5px;
                    }
                }
            }

            .user_info {
                width: 100px;
                .star {
                    margin-bottom:10px;
                }
                .name {
                    margin-bottom:6px;
                }
            }
        }
    }
}
@media (max-width: 599px) {
    #sit_use_list {
        #sit_use_ol {
            .sit_use_li {
                display: flex;
                flex-direction: column;
                .user_info {
                    order: -1;
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                    align-items: center;
                    margin-bottom:10px;
                    gap: 16px;
                    .star {
                        & img {
                            transform: translateY(-3px);
                        }
                    }
                    .star, .name {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}