@charset "utf-8";

.latest_home { display: flex; margin: 1rem 0; padding: 0; }
.latest_home li { margin: 0; padding: 0 0.5rem; }
.latest_home li .subject { font-weight: 400; line-height: 2; }
.latest_home li .content { float: left; width: calc(100% - 125px); font-size: 0.9rem; line-height: 1.5; color: #666; }
.latest_home li .thumb { float: right; }
.latest_home li .writer { clear: both; margin: 0; padding: 0; }
.latest_home li .writer .name { font-size: 0.9rem; font-weight: 400; }
.latest_home li .writer .date { padding-left: 1rem; font-size: 0.8rem; color: #666; }
