<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) */
.latest_gall h6 {text-align: right; font-size: 1.8em; font-weight: 600; margin: 5px 0 30px; letter-spacing:-.5px;}
.latest_gall ul {position:relative; overflow:hidden; width:100%;}
.latest_gall ul li {float:left;}
.latest_gall ul .col-1 {width:100%;}
.latest_gall ul .col-2 {width:45%; margin:0 2.5%;}
.latest_gall ul .col-3 {width:28.3333%; margin:0 2.5%;}
.latest_gall ul .col-4 {width:23%; margin:0 2%;}
.latest_gall ul .col-5 {width:18%; margin:0 1%;}
.latest_gall ul .col-6 {width:15%; margin:0 .8%;}

.latest_gall .slide_title {color:#000; font-weight: 600; font-size: 17px; letter-spacing: -0.5px;}
.latest_gall .slide_date {color:#999; font-size: 11px; padding-top:5px;}
.latest_gall .slide_comm {color:#000; font-weight: 600;}
.latest_gall .slide_gap {margin-top: 10px;}

.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 .latest_gall {width: 100%; max-width:1200px; margin:0 auto;}
.latest_gall .latest_gall li {height: auto; -webkit-box-sizing: border-box;  box-sizing: border-box;  padding:0px; text-align:left; border:none; box-shadow:none; margin-bottom:0;}
.latest_gall li img {width:100%; border-radius:10px;}
.latest_gall .cut {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: block;}

@media (max-width:767px) {
	.latest_gall ul .col-4 {width:45%}
	.latest_gall .slide_gap {margin-top:5px;}
	.latest_gall .slide_date {padding-top:0;}
	.latest_gall ul .col-6 {width:32%; margin:0 .66% 10px;}
}

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