/* 메인 컨턴츠 */
#mainComtents {
    padding-bottom: 0;
}
#mainComtents > .contentBox > p  {
    margin: 15px 0;
    font-size: 20px;
}
.imgBox {
    margin: 20px 15px;
}
.imgBox > .imgBox-name > p:nth-child(1) {
    margin: 15px 0 15px 0;
}
.imgBox > .imgBox-name > p:nth-child(2) {
    font-size: 24px;
}
