<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 새글 스킨 (latest) */

.swiper-container-event ul li {border:1px solid #e9e9e9;}
.latest_gall_s h6 {text-align: right; font-size: 1.8em; font-weight: 600; margin: 5px 0 30px; letter-spacing:-.5px;}

.latest_gall_s .slide_title {color:#000; font-weight: 600; font-size: 20px;}
.latest_gall_s .slide_date {color:#999; font-size: 12px; padding-top:5px; line-height:16px;}
.latest_gall_s .slide_date svg {width:15px; height:15px; vertical-align:bottom;}
.latest_gall_s .slide_date b {font-weight:400;}
.latest_gall_s .slide_comm {color:#000; font-weight: 600;}
.latest_gall_s .slide_gap {padding:10px 20px 20px}

.slide_list_new {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #212121;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding-top: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}


.latest_gall_s li img {width:100%}

.latest_gall_s .cut {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: block;}

.latest_event .state {position:absolute;right:15px;bottom:18px;font-size:1.2em;}
.latest_event .state .status_b1 {display:block; border-radius:40px; padding:12px; color:#fff; font-weight:600; background:#ea5617}
.latest_event .state .status_b2 {display:block; border-radius:40px; padding:12px; color:#000; font-weight:600; background:#ddd}
.latest_event .state .status_b3 {display:block; border-radius:40px; padding:12px; color:#000; font-weight:600; background:#f1a922}

.swiper-pagination-event {text-align: center; margin: 20px 0 0;}

@media (max-width:768px) {
	.latest_gall_s .slide_title {font-size: 18px;}
}

/* } */</pre></body></html>