/* English pages only (en_doc) */

.sub1_1 .greeting_content .text_wrap p {font-size: 16px;}
.sub1_1 .greeting_content .text_wrap img {width: 180px;}

/* 영문 메인: Product 카드 hover 리프트/그림자/이미지 확대 제거 */
#main_product .business-item:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
#main_product .business-item:hover .img-box img {
    transform: none;
}