.comm-iframe { position:relative; padding: 0; margin: 14px 0; display: flex; justify-content: space-between;}
.comm-iframe * { font-family: 'Noto Sans KR', sans-serif; }
.comm-iframe .more { position:absolute; top:0; right:0; }
.comm-iframe a:hover,.comm-iframe  a:focus,.comm-iframe  a:active { text-decoration:none; }
.comm-iframe li { float:left; width:200px; list-style:none; }
.comm-iframe .thm { position: relative;  width: 100%;  height: 150px; overflow: hidden; }
.comm-iframe .text { padding:10px 0; }
.comm-iframe .text .tt { display:flex; align-items:center; font-size:11px; gap:5px; }
.comm-iframe .text .tt .vol { display: inline-block; padding: 3px 9px; border-radius: 999px; font-weight: 700; letter-spacing: 0.5px; background: #005950; color: #ffffff; }
.comm-iframe .text .tt .dot { color:#c0c4cc; }
.comm-iframe .text .tt .dt { color:#5d5b54; }
.comm-iframe .text .subject { font-size: 16px; letter-spacing: -0.02em;  color: #1a1a1a; word-break: keep-all; font-weight:700; line-height:1.4; overflow-wrap: anywhere; margin:6px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.comm-iframe .text .content { font-size:14px; line-height:1.4; margin-top:4px; margin: 4px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color:#5d5b54;  }