:root {
    --swiper-navigation-size: 36px;
}
/* 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 2%;
}
.contentBoxBottom > .informationBoxList > .informationBox > div {
    width: 100%;
}
/* 이미지 제품 설명 */
.swiper {
    width: 75%;
}
/* 텍스트 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox:nth-child(odd) > .information{
    margin-top: 20px;
}
.contentBoxBottom > .informationBoxList > .informationBox:nth-child(even) > .swiperBox {
    margin-top: 20px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div {
    padding-left: 5%;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > h2{
    font-size: 26px;
    margin-bottom: 15px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul:not(ul:first-child) {
    margin-left: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li:not(.title) {
    font-size: 14px;
    margin-left: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li:not(.title):before {
    width: 5px;
    height: 5px;
    top: 6.5;
    left: -10;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li {
    margin-bottom: 10px;
}
/* 제품 하단 이미지 */
.contentBoxBottom > .informationBottomBox {
    height: 200px;
    min-height: 200px;
}
.contentBoxBottom  > .informationBottomBox > div > div:nth-child(2) > p{
    font-size: 22px;
}
.contentBoxBottom  > .informationBottomBox > .informationBottomBox-text {
    padding-left: 10px;
    padding-right: 10px;
}