/*  영문깨짐 방지 */


.sub1_4 .history .content .imgbox {display: block;}
.sub2_2 .text_content_type3 .content .content_title {height: 78px;display: flex;justify-content: center;align-items: center;}
.sub2_2 .text_content_type3 .content .content_title p {font-size: 18px; word-break: keep-all;}
.sub2_2 .text_content_type3 .content .content_text p {height: 120px; display: flex; justify-content: center; align-items: center;}
.sub2_2 .summary_text p {word-break: keep-all;}
@media (max-width: 768px) {
    .sub2_2 .text_content_type3 .content .content_title {height: auto;}
    .sub2_2 .text_content_type3 .content .content_text p {height: auto;}
}