@charset "utf-8";

.list-wrap .list-container, .img-wrap, .img-wrap .img-item {overflow: inherit !important;}
.list-page {display: none;}

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

.list-item .imgframe {box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.list-item .txt_wrap {margin-top: 30px;}
.list-item .txt_wrap h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
	height: 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	overflow: hidden;
}
.list-item .txt_wrap table {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
}
.list-item .txt_wrap table tr:first-child th, .list-item .txt_wrap table tr:first-child td {padding-top: 30px;}
.list-item .txt_wrap table th {
	padding-bottom: 10px;
	width: 70px;
	vertical-align: top;
}
.list-item .txt_wrap table td {
	padding-bottom: 10px;
	vertical-align: top;
}


/* Responsive */
@media all and (max-width:767px) {
	.list-wrap .list-container {margin-right: -15px !important;}
	.responsive .list-row { width:50% !important }
	.list-wrap .list-item {
		margin-right: 15px !important;
		margin-bottom: 30px !important;
	}
}

/* Infinite */
.list-wrap #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; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }


.certification_banner {
	background: url("/img/custom/sub_4_banner_bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.certification_banner img {
	width: 120px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.certification_banner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0 30px;
}

@media all and (max-width: 767px) {
	.certification_banner {
		height: 180px;
		margin-bottom: 30px;
	}
	.certification_banner p {font-size: 16px;}
	.certification_banner img {
		width: 100px;
		height: 24px;
		top: 15px;
		right: 15px;
	}
	.list-item .txt_wrap {margin-top: 20px;}
	.list-item .txt_wrap h2 {font-size: 16px;}
	.list-item .txt_wrap table {
		margin-top: 10px;
		font-size: 13px;
	}
	.list-item .txt_wrap table tr:first-child th, .list-item .txt_wrap table tr:first-child td {padding-top: 15px;}
	.list-item .txt_wrap table th {width: 60px;}
	.list-item .txt_wrap table th, .list-item .txt_wrap table td {padding-bottom: 5px;}
}