@charset "utf-8";


/* 새글 스킨 (latest) */
.mySwiper4 .swiper-slide .gall_img {border-bottom:none;text-align:center;overflow:hidden;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);border-radius:5px;}
.mySwiper4 .swiper-slide .gall_img {position:relative;font-size:14px;}
.mySwiper4 .swiper-slide .gall_img a {display:block;}
.mySwiper4 .swiper-slide .gall_img img {transition: 0.3s;width:100%;height:auto;min-height:360px;overflow:hidden;}

.mySwiper4 .swiper-slide {}
.mySwiper4 .swiper-slide .gall_img .lay1 {
	position:absolute;top:0px;right:0px;border-radius:0 0 0 5px;
	background-color:tomato;color:#fff;padding:10px;
}
.mySwiper4 .swiper-slide .gall_img .lay2 {
	position:absolute;top:0px;right:0px;border-radius:0 0 0 5px;
	background-color:dodgerblue;color:#fff;padding:10px;
}
.mySwiper4 .swiper-slide .gall_img .lay3 {
	position:absolute;top:0px;right:0px;border-radius:0 0 0 5px;
	background-color:gray;color:#fff;padding:10px;
}

.mySwiper4 .swiper-slide .gall_img .lay4 {
	position:absolute;top:0px;right:0px;border-radius:0 0 0 5px;
	background-color:mediumseagreen;color:#fff;padding:10px;
}

.mySwiper4 .swiper-slide .gall_text_href {margin:20px 0;width:100%;display:block;}
.mySwiper4 .swiper-slide .gall_text_href a {font-weight:700;transition: 0.3s;}

.mySwiper4 .swiper-slide .bo_tit {
	font-family: "Paperlogy", sans-serif;
	font-weight:700;

    display: -webkit-box;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.4;
    height: 55px;
	letter-spacing:-0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	transition: 0.3s;
	text-align:left;
}

.mySwiper4 .table_list1 {display: table; width:100%;margin:0px auto 30px auto;padding:0px 0 0px 0;border-top:1px solid #e9e9e9;text-align:left;}
.mySwiper4 .table_list1 .row {display: table-row; }
.mySwiper4 .table_list1 .cell {display: table-cell; padding: 0px 0px; letter-spacing:-0.05em;line-height:1.4;border-bottom:1px solid #e9e9e9;font-size:15px;}
.mySwiper4 .table_list1 .col1 {width:20%;padding:10px 0;font-weight:400;text-align:left;color:#aaa;}
.mySwiper4 .table_list1 .col2 {width:80%;padding:10px 0 10px 10px;font-weight:500;color:#333;}
.mySwiper4 .table_list1 .col1 strong,
.mySwiper4 .table_list1 .col2 strong {font-weight:700;color:tomato;}


.mySwiper4 .swiper-slide:hover .bo_tit {color:tomato;}
.mySwiper4 .swiper-slide:hover .gall_img img { transform: scale(1.05);}
.mySwiper4 .swiper-slide:hover .gall_text_href a {color:tomato;}


@media screen and (max-width:1024px){
	.mySwiper4 .swiper-slide .gall_img img {min-height:240px;}
    .mySwiper4 .table_list1 .col1 {display: none;}
    .mySwiper4 .table_list1 .col2 {width:100%;padding:10px 0 10px 0px;font-weight:500;color:#333;}

}
@media screen and (max-width:960px){


}
@media screen and (max-width:480px){

}