#mainComtents > .contentBox > p  {
    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(2)  {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    right: 0;
    bottom: -40px;
    width: 650px;
    height: 200px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    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;
}
span.pointSpantag {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 2px;
}




/* 문의하기 버튼*/
.contentBoxBottom > .informationBoxList div.submitBox {
    margin-top: 160px;
}
.contentBoxBottom > .informationBoxList div.submitBox > button {
    width: 210px;
    height: 55px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.5;
}
.contentBoxBottom > .informationBoxList div.submitBox > button.submit {
    background-color: rgb(25,138,105);
}
.contentBoxBottom > .informationBoxList div.submitBox > button.cancle{
    color: rgb(119, 119, 119);
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);
}