@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_gal {}

.lt_gal h2 {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #002063;
    margin-bottom: 15px;
}

.lt_gal h2 a {
    position: relative;
}

.lt_gal h2 a:before {}

.lt_gal h2 a:after {}

.lt_gal h2 {
    width: 100%;
    text-align: left;
    height: 100%;
    font-size: 20px;
    color: #002063;
    padding-bottom: 10px;
	margin-bottom:25px;
}

.lt_gal h2 a {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #ccc;
}

.lt_gal h2 a:before {
    content: '';
    width: 22px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -1px;
}

.lt_gal h2 a:after {
    content: '';
    width: 2px;
    height: 22px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -1px;
}

.lt_gal a {
    text-decoration: none;
}


.lt_gal ul {
   display:flex; flex-wrap:wrap;justify-content:space-between;
}

.lt_gal li {
    position: relative;
	width: calc((100% - 40px)/3);
   /* max-width: 170px;*/
}

.lt_gal img {
    width: 100%;
    height: auto;
}

.lt_gal .thumbnail .centered img {
    width: auto;
    height: 100%;
    max-width: none;
}

.lt_gal .lt_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    font-size: 1.167em
}

.lt_gal .lt_tit span {
    margin: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt_gal .no_img {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.3em;
    color: #bbb;
    text-transform: uppercase;
    text-align: center;
    background: #eee
}

.lt_gal .lt_image {
    text-align: center;
    display: block;
    border-radius: 7px;
    border: 1px solid #ddd;
}

.lt_gal .lt_image span {
    background: #fff;
    display: block
}

.lt_gal .no_lt {
    text-align: center;
    width: 100%;
    padding: 30px 0
}

.lt_gal li.no_bd {
    width: 100%;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 30px 0
}

.lt_gal .thumbnail {
    border-radius: 7px;
}

@media all and (max-width:768px) {
    .lt_gal li {width: calc((100% - 10px)/3);   }
}