@charset "UTF-8";

.policy h5 {background: #fafafa; border: 1px solid #ddd; margin-bottom: 2em;padding:1em 0;text-align: center;}
.policy dl {margin-bottom: 1rem;}
.policy dl dt {margin-bottom: 0.3rem;}
.policy dl dd {line-height: 26px;}
.policy dl dd ul, .policy dl dd ol{margin-top: 0.5rem; margin-left: 1rem;}
.policy h5 {margin-top: 2em;text-align: center;}
.policy dl {margin-bottom: 1rem;}
.policy dl dt {margin-bottom: 0.3rem;}
.policy dl dd {line-height: 26px;}
.policy dl dd ul{margin-top: 1rem;}

.table-type01 table tfoot td {
	padding: 15px;
	background: #ffffff;
	color: #666666;
		font-size: 16px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #eeeeee;
}

.table-type02 table tfoot td {
	padding: 15px 5px;
	background: #fff;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #eeeeee;
}

/* 포토갤러리 */
.gallery-list-wrapper {
	padding-top: 15px;
}

.gallery-list-wrapper > li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
}

.gallery-list-wrapper > li:nth-child(3n) {
	margin-right: 0;
}

.gallery-list-wrapper > li:nth-child(1),
.gallery-list-wrapper > li:nth-child(2),
.gallery-list-wrapper > li:nth-child(3) {
	margin-top: 0;
}

.gallery-list-wrapper > li > a {
	display: block;
	text-align: center;
}

.gallery-list-wrapper > li > a > .images {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66.3%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.gallery-list-wrapper > li > a > .images > img {
	position: absolute;
	top: -100%;
	left: -100%;
	bottom: -100%;
	right: -100%;
	display: block;
	min-width: 100%;
	max-width: 120%;
	max-height: 120%;
	margin: auto;
}

.gallery-list-wrapper > li > a > strong {
	display: block;
	margin-bottom: 5px;
	color: #424242;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	font-weight: 500;
}

.gallery-list-wrapper > li > a > .date {
	display: block;
	color: #828282;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

.ul-list01 .bg_none{
	background: none;	

}

/*2023 09 20 추가 : 포토갤러리 타이틀 하단 문구 추가 시 */

ul.facil-gallery-list li{
	position: relative;
}

ul.facil-gallery-list span.facil-list-caption{
	position: absolute;
	width: 100%;
	font-size: 0.8rem;
	left: 0;
	bottom: -16px;
}