/* 상품 상세 썸네일 위치 복구 */ 
.item_nav {
    clear: both;
    margin-top: 20px;
    display: flex !important;
    gap: 14px;
    justify-content: flex-start;
    align-items: center;
}


.item_nav .slideThumb {
    width: 90px !important;
    height: 90px !important;
    overflow: hidden;
}




.item_nav .slideThumb img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
}




/* 상품 설명과 리뷰 영역 겹침 방지 */

.ec-productRole__description {
    clear: both !important;
    margin-bottom: 60px !important;
    padding-bottom: 30px !important;
}



/* 상품 리뷰 영역 위 여백 */

.ec-reviewRole {
    clear: both !important;
    margin-top: 60px !important;
}


.ec-sliderItemRole {
    margin-bottom: 80px !important;
}


/* 썸네일 영역 정리 */

.item_nav {
    display: flex !important;
    gap: 14px;
    margin-top: 20px !important;
    margin-bottom: 80px !important;
    clear: both !important;
    position: relative !important;
    z-index: 1;

}


/* 리뷰영역 */

.ec-reviewRole {
    clear: both !important;
    margin-top: 100px !important;
    position: relative;
    z-index: 2;

}



/* 리뷰 영역에 상품 썸네일이 겹쳐 보이는 문제 강제 제거 */

.ec-reviewRole .item_nav,
.ec-reviewRole .ec-sliderItemRole,
.ec-reviewRole .slideThumb,
.ec-reviewRole img {
 display: none !important;

}


/* 리뷰 영역 정상 정렬 */

.ec-reviewRole {
 clear: both !important;
 margin-top: 80px !important;
  position: relative !important;
 z-index: 10 !important;
 background: #fff !important;

}



/* 리뷰 영역 깨짐 수정 */

.ec-reviewRole {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin-top: 80px !important;
    position: relative !important;
    z-index: 1;
}



/* 상품설명 아래 간격 */

.ec-productRole__description {
    clear: both !important;
    margin-bottom: 80px !important;
    padding-bottom: 40px !important;
}


/* 썸네일 영역 */

.item_nav {
    clear: both !important;
    margin-top: 20px !important;
    position: relative !important;
    z-index: 2;
}


/* 상품 상세 썸네일 정렬 */

.ec-sliderItemRole {
    display: flex !important;
    flex-direction: column !important;
}


.item_visual {
    margin-bottom: 10px !important;
}



.item_nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}


.slideThumb {
    width: 72px !important;
    height: 72px !important;
    overflow: hidden !important;
}



.slideThumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}



/* 설명 영역 */

.ec-productRole__description {
    margin-top: 20px !important;
}


/* 리뷰 영역 */

.ec-reviewRole {
    margin-top: 40px !important;
}



