
/* 메인 컨턴츠 */
#mainComtents {
    padding-bottom: 100px;
    min-height: auto;
}
/* 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox {
    height: auto;
    min-height: 290px;
}
.contentBoxBottom > .informationBoxList > .informationBox > img.img_bg {
    height: 100%;
}
/* 이미지 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox > .swiperBox {
    min-height: 100%;
}
.swiper > .swiper-wrapper > .swiper-slide {
    height: 100%;
}


/* 텍스트 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li:not(.title) {
    margin-bottom: 5px;
}

/* 제품 하단 이미지 */
.contentBoxBottom  > .informationBottomBox {
    width: 100%;
    height: 250px;
    min-height: 250px;
    background-size: cover;
}
