@charset "utf-8";




.latest_event{display:flex;flex-direction:column;gap:5px;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 4px 5px rgba(0,0,0,0.04);}
.latest_event .label{padding:0 8px;height:38px;background:var(--green);color:#fff;white-space:nowrap;font-size:15px;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;gap:5px;}
.latest_event .latest_event_ul{padding:10px;}
.latest_event .latest_event_ul li{display:flex;align-items:center;gap:10px;width:100%;font-size:14px;padding:6px 0;}
.latest_event .latest_event_ul li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}
.latest_event .latest_event_ul li a:before{content:'이벤트';height:20px;padding:0 4px;font-size:12px;background:var(--green);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;margin-right:7px;}
.latest_event .latest_event_ul li .reply{margin-left:auto;font-size:12px;color:var(--mainColor);font-weight:600 !important;white-space:nowrap;}
.latest_event .latest_event_ul li .date{font-size:12px;color:rgba(71,78,103,0.7);white-space:nowrap;}