
section.cover .banner {
	display: block;
	max-width: 1550px;
	margin: 0 10px;
}

.cover-slide .slide-wrap {
	padding: 0px;
	margin: 0%;
	position: relative;
}

.cover-slide .slide-wrap .lSSlideOuter {
	position: relative;
}

.cover-slide .slide-wrap .lSSlideOuter .lSPager {
	position: absolute;
	right: 14px;
	bottom: 11px;

}

.cover-slide .slide-wrap .lSSlideOuter .lSPager > li a,
.cover-slide .slide-wrap .lSSlideOuter .lSPager > li:hover a {
	width: 50px;
	height: 7px;
	background-color: #fff;
	border-radius: 0;
}

.cover-slide .slide-wrap .lSPager > li.active a,
.cover-slide .slide-wrap .lSPager > li.active:hover a {
	background-color: #f7ff1e !important;
}

.cover-slide .slide-wrap .slide-list {}

.cover-slide .slide-wrap .slide-list .slide {
	display: block;
}

.cover-slide .slide-wrap .slide-list .slide > img {
	width: 100%;
	border-radius: 10px;
}











section.monthly-story .article-list > a > h4 > span.desc {
	display: none;
	margin-top: 21px;
}

section.monthly-story .article-list > a > h4 > small {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #383838;
	padding-bottom: 6px;
	border-bottom: 1px solid #ef896d;
	margin-bottom: 12px;
}

section.monthly-story .article-list2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 23px;
}

section.monthly-story .article-list2 > a {
	display: block;
}

section.monthly-story .article-list2 > a.full {
	position: relative;
}

section.monthly-story .article-list2 > a img {
	width: 100%;
}

section.monthly-story .article-list2 > a > h4 {
	position: absolute;
	bottom: 21px;
	left: 20px;
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-align: left;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}



section.memorial-story {
	padding: 80px 0 0 0;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

section.memorial-story h3 {
	margin: 0;
	text-align: left;
	position: relative;
	font-size: 26px;
	color: #000;
	font-weight: 800;
}

section.memorial-story h3:after {
	display: block;
	content: '';
	width: 58px;
	border-bottom: 2px solid #848fc7;
	left: 0px;
	top: -22px;
	position: absolute;
	z-index: 1;
}

section.memorial-story h3 > span {
	display: inline-block;
	background-color: transparent;
}

section.memorial-story .article-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
}

section.memorial-story .article-list > a {
	display: block;
	margin-bottom: 35px;
}

section.memorial-story .article-list > a.full {
	position: relative;
}

section.memorial-story .article-list > a img {
	width: 100%;
}



