@charset "utf-8";
/* 새글 스킨 (latest) */
.lt { position: relative; padding-top: 20px; display: block; }
.notice-grid .lt .lt_title { display: none; }
.notice-grid .lt .lt_more { display: none; }
.notice-grid .txt_box { padding: 30px; border: 1px solid #ddd; min-height: 245px; border-radius: 5px; width: 100%; margin-bottom: 20px; }
.notice-grid .lt .a-item { padding: 0; border: 0; background-color: #fff; word-break: break-all; }
.notice-grid .lt .a-item .img-box { position: relative; overflow: hidden; cursor: pointer; }
.notice-grid .lt .a-item .img-box img { transform: scale(1); transition: all 1s ease; }
.notice-grid .lt .a-item .img-box img:hover { transform: scale(1.1); }
.notice-grid .lt .a-item .info { text-decoration: none; }
.notice-grid .lt .a-item .info .subject { font-weight: bold; font-size: 20px; word-break: keep-all; line-height: 1.5; }
.notice-grid .lt .a-item .info .substance { color: #666; margin-top: 10px; font-size: 17px; letter-spacing: -0.02em; font-weight: 400; line-height: 1.5; word-break: keep-all; }
.notice-grid .lt .a-item .info .time { color: tomato; font-size: 0.9em; text-align: right; }
.notice-grid .lt .a-item .more { width: 141px; margin: 20px 0 0; border: 1px solid #ddd; padding: 14px 0; line-height: 14px; font-size: 14px; background-color: #f2f2f2; text-align: center; display: block; }
.notice-grid .lt .a-item .more:hover { background-color: #697dc4; border: 1px solid #697dc4; color: #fff; cursor: pointer; opacity: 1; transition: all 0.5s; }
.notice-grid .latest-carousel .owl-nav { position: absolute; top: -60px; right: 0px; width: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 20px; }
.notice-grid .latest-carousel .owl-nav .owl-prev, .notice-grid .latest-carousel .owl-nav .owl-next { width: 45px; height: 45px; line-height: 45px; background-color: #32373a; color: #fff; text-align: center; border: 0; cursor: pointer; padding: 0; display: inline-block; }
.notice-grid .latest-carousel .owl-nav .owl-prev:hover, .notice-grid .latest-carousel .owl-nav .owl-next:hover { background-color: #4a78bc; color: #fff; }
.notice-grid .latest-carousel .owl-dots { display: none; }

@media screen and (max-width: 1024px) { 
    .notice-grid .latest-carousel .owl-nav .owl-prev { left: 0px; } 
    .notice-grid .latest-carousel .owl-nav .owl-next { right: 0px; } 
}
@media screen and (max-width: 480px) { 
    .notice-grid .latest-carousel .owl-nav .owl-prev { left: 0px; display: none; }
    .notice-grid .latest-carousel .owl-nav .owl-next { right: 0px; display: none; }
}
