/*EHS*/
.ehs .report_area > p{word-break: inherit;}
.intr0601 dl.information dt{
    font-size: 3rem;
    letter-spacing: -1px;
    width: 24%;
    line-height: 4.2rem;
}

.env .product_summary dl dd{
    font-size: 30px;
    padding: 0px 180px;
}












/* 미디어쿼리 */
@media screen and (max-width: 1080px){
    .ehs .report_area > p{font-size: 2.3rem;}
    .intr0601 dl.information dt{width: 22%; font-size: 2.3rem;}
    .env .product_summary dl dd{font-size: 28px; padding: 0px 50px;}
}

@media screen and (max-width: 767px){
    .intr0601 dl.information dt{width: 100%; line-height: 3rem;}
    .intr0601 dl.information dd > p{letter-spacing: -1px;}
    .policy dl.information dt{font-size: 2.3rem;}
    .env .product_summary dl dd{font-size: 17px; line-height: 23px;}
}







