/* 메인 컨턴츠 */

#mainComtents > .contentBox > p  {
    /* margin: 60px 0; */
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
}
#mainComtents > .contentBox > p  > span {
    color: rgb(25, 138, 105);
    font-weight: 600;
}

/* 제품 이미지/설명  */
.contentBoxBottom > .informationBoxList {
    height: 100%
}

/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    height: 280px;
    width: 100%;
    justify-content: left;
    position: relative;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) {
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2)  {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1% 50px;
    right: 0;
    bottom: -40px;
    width: 650px;
    min-height: 200px;
    height: auto;
    border: 0px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > h2 {
    font-size: 32px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.937;
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    text-align: left;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}


/* 문의하기 버튼*/
.contentBoxBottom > .informationBoxList div.submitBox {
    margin-top: 160px;
}

.contentBoxBottom > .informationBoxList div.submitBox > button {
    background-color: rgb(25,138,105);
    width: 210px;
    height: 55px;

    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.5;
}


