/*     4023 : HTML 편집기      */
.ceo { text-align:right; float:right; }
.ceo span { font-size:0.8em; }
.txt_info { float:left; width:70%; word-break:keep-all;}
.txt_info p:first-child { margin-top:0; }

@media (max-width:767px){
.txt_info { width:100%; }
.txt_info p:first-child { margin-top:0; }
.ceo img { max-width:120px; }
}

