@charset "utf-8";

/* 새글 스킨 (latest) */
.lt-stat-wrap {}
.lt-stat-list {display: flex;; justify-content: space-between; flex-wrap: wrap;}
.lt-stat-item { width:31%; background: #f7f7f7; border-radius: 10px; padding: 50px 20px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.04);}
.lt-stat-item .stat-icon img { max-width: 70px; height: auto; margin-bottom: 15px;}
.lt-stat-item .stat-label { font-size: 18px; color: #555;  margin-bottom: 8px;}
.lt-stat-item .stat-number { font-size: 32px; font-weight: 800; color: var(--main-color); word-break: keep-alls;}

 @media (max-width: 969px){
    .lt-stat-item {padding: 20px 10px;}
    .lt-stat-item .stat-label { font-size: 16px;}
    .lt-stat-item .stat-number { font-size: 20px; }
 }

  @media (max-width: 639px){
    .lt-stat-list{gap: 15px;}
    .lt-stat-item {padding: 20px 10px; width: 100%;}
    .lt-stat-item .stat-icon img { max-width: 50px;  margin-bottom: 05px;}
    .lt-stat-item .stat-label { font-size: 14px;margin-bottom: 5px}
    .lt-stat-item .stat-number { font-size: 22px; }
 }