@charset "utf-8";

.miso-post-gallery_news .post-wrap { overflow:hidden; line-height:20px; }
.miso-post-gallery_news .txt-normal { letter-spacing:0; }
.miso-post-gallery_news .txt-short { letter-spacing:-1px; padding-right:1px; }
.miso-post-gallery_news .in-right { z-index:1; top:-1px; }
.miso-post-gallery_news .in-right .rank-icon { margin:0px !important; }
.miso-post-gallery_news .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.miso-post-gallery_news .post-none { padding:50px 10px; text-align:center; color:#888; }
.miso-post-gallery_news .post-row { float:left; overflow:hidden; }
.miso-post-gallery_news .post-list {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 50px 30px;
	position: relative;
	transition: all .3s;
}
.miso-post-gallery_news .post-list .category {
	font-size: 18px;
	font-weight: bold;
	color: #5252d7;
	margin: 0 0 20px;
}
.miso-post-gallery_news .post-list h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.3em;
	height: 3.9em;
	overflow: hidden;
}
.miso-post-gallery_news .post-list .bottom-wrap {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.miso-post-gallery_news .post-list .bottom-wrap .list-date {
	font-size: 16px;
	color: #888;
	font-weight: 300;
}
.miso-post-gallery_news .post-list:hover {border: 1px solid #5252d7;}

.miso-post-gallery_news .post-image { position:relative; overflow:hidden; }
.miso-post-gallery_news .post-image .in-left { z-index:1; }
.miso-post-gallery_news .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.miso-post-gallery_news .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.miso-post-gallery_news .post-sp { color:#ccc; margin:0px 4px; }
.miso-post-gallery_news .post-text { font-size:12px; color:#888; margin-top:4px; }
.is-pc .ko .miso-post-gallery_news .post-ko { font-size:11px; }
.miso-post-gallery_news .is-hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s 0.3s; opacity: 0; transform: translateY(100%); -o-transition: -o-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); 
}
.miso-post-gallery_news .is-hover .post-list:hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s; opacity: 1; transform: translateY(0px); -o-transition: -o-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; -webkit-transition: -webkit-transform .4s, opacity .1s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); 
}
.miso-post-gallery_news #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.miso-post-gallery_news .post-more { text-align:center; margin:15px 0px 0px; }
.miso-post-gallery_news .post-img { position:relative; }
.miso-post-gallery_news .post-img .img-item { position:relative; overflow:hidden; max-height:360px; }
.miso-post-gallery_news .post-img .img-item .wr-img { width:100%; height:auto; }

@media all and (max-width: 767px) {
	.miso-post-gallery_news .post-list {padding: 20px;}
	.miso-post-gallery_news .post-list .category {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.miso-post-gallery_news .post-list h2 {font-size: 16px;}
	.miso-post-gallery_news .post-list .bottom-wrap {margin-top: 30px;}
	.miso-post-gallery_news .post-list .bottom-wrap .list-date {font-size: 14px;}
	.miso-post-gallery_news .post-list .bottom-wrap img {width: 14px; height: 12px;}
}