/* 메인 컨턴츠 */
.contentBoxBottom > .informationBoxList {
    height: 100%
}

/* 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox {
    min-height: 390px;
    height: auto;
    width: 96%;
    padding: 40px 2%;
    position: relative;
}
.contentBoxBottom > .informationBoxList > .informationBox > img.img_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contentBoxBottom > .informationBoxList > .informationBox > div {
    width: 50%;
    position: relative;
}

/* 이미지 제품 설명 */
.swiper {
    height: 100%;
    width: 80%;
}
.swiper > .swiper-wrapper > .swiper-slide {
    background-color: rgb(238, 238,238);
    max-height: none;
}
.swiper > .swiper-wrapper > .swiper-slide > img{
    width: 100%;
    height: 100%;
}

/* 텍스트 제품 설명 */
.contentBoxBottom > .informationBoxList > .informationBox > .information{
    align-items: center;
    justify-content: left;
}

.contentBoxBottom > .informationBoxList > .informationBox > .information > div {
    padding-left: 10%;
}

.contentBoxBottom > .informationBoxList > .informationBox > .information > div > h2{
    font-size: 32px;
    font-family: "SUIT";
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.938;
    margin-bottom: 30px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div {
    display: flex;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li {
    margin-bottom: 20px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul:not(ul:first-child) {
    margin-left: 60px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li:not(.title) {
    font-size: 18px;
    letter-spacing: -1;
    font-weight: 400;
    list-style-position: inside;
    /* word-break:break-all; */
    position: relative;
    margin-left: 15px;
}

.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li:not(.title):before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 7.5px;
    width: 8px;
    height: 8px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: cover;
}

.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li > ul {
    margin-top: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox > .information > div > div > ul > li.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

/* 제품 하단 이미지 */
.contentBoxBottom  > .informationBottomBox {
    height: 350px;
    background: url(/imgs/web/product/footer_bg.png) no-repeat;
}
.contentBoxBottom  > .informationBottomBox > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentBoxBottom  > .informationBottomBox > div > div:nth-child(2) > p{
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 1.371;
    text-align: left;
}
.contentBoxBottom  > .informationBottomBox > div > div:nth-child(2) > p > span {
    font-weight: 600;
}