@charset "utf-8";

/* 새글 스킨 (latest) */
.notice_latest .lat .notice_latest .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.notice_latest .lat .notice_latest .lat_title a {position:relative;color:#000;display:inline-block}

.notice_latest .lat ul {margin-top: 20px;}
.notice_latest .lat li {border-bottom:1px solid #aaa;margin-bottom:10px; padding-bottom: 10px;}
.notice_latest .lat li:last-of-type {border-bottom: none; margin-bottom: none;}
.notice_latest .lat li a {font-weight:bold;font-size:1rem;line-height:20px;vertical-align:middle}
.notice_latest .lat li a:hover {color:var(--mc)}

.notice_latest .lt_info .lt_nick {}
.notice_latest .lt_info .lt_date {color:#888}

.notice_latest .lat .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.notice_latest .lat .empty_li:before {background:none;padding:0}

.notice_latest .lat .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

/* 추가 스타일 */
.notice_latest .basic_li>a {font-size: 0.9rem;}
.notice_latest .basic_li .lt_info {font-size: 0.8rem; font-weight: 400;}
.notice_latest .lat li>a {display: flex; justify-content: space-between; align-items: center;}
.notice_latest .lat li>a>h1 {font-size: 1rem; word-break: keep-all; line-height: 120%;}
.notice_latest .lat li>a>p {font-size: 0.9rem; font-weight: 400;}

.notice_latest .lat_title {display: flex; justify-content: space-between; align-items: flex-end;}
.notice_latest .lat_title .lt_more {font-size: 0.9rem;}
.notice_latest .lat_title .lt_more i {vertical-align: middle; line-height: 0; font-size: 0.6rem;}

.notice_latest .lat .basic_li:first-of-type {border: 6px solid var(--sc); background-color: #fff; padding-bottom: 0; margin-bottom: 25px;}
.notice_latest .lat .basic_li:first-of-type>a {width: 100%; height: 100%; flex-direction: row-reverse;  padding: 15px 5px;}
.notice_latest .lat .basic_li:first-of-type>a>h1 {font-size: 1.3rem; width: 80%; padding-left: 25px;}
.notice_latest .lat .basic_li:first-of-type>a>p.lt_first_date {font-size: 1.12rem; width: 20%; border-right: 1px solid #ccc; display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column-reverse; color: var(--mc); aspect-ratio: 2/1;}
.notice_latest .lat .basic_li:first-of-type>a>p.lt_first_date .first_date_ym {line-height: 1;}
.notice_latest .lat .basic_li:first-of-type>a>p.lt_first_date .first_date_d {line-height: 1;font-weight: 700; font-size: 2.5rem; margin-bottom: 4px;}

.notice_latest .lat .basic_li .lt_first_date,
.notice_latest .lat .basic_li:first-of-type .lt_date:first-of-type {display: none;}