#popup {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255);
	z-index: 999;
	top: 0;
	cursor: pointer;
}

#popmenu {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 697px;
	height: 570px;
	text-align: center;
}

.exit {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 2.1em;
	cursor: pointer;
}

.cover_title {
	font-size: 17px;
	font-weight: 400;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em;
	color: #a2a2a2;
}

#popmenu img {
	margin-top: 0px;
}

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

.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: 15px;
}

section .article-list {
	width: 1450px;
}



section .article-list a > .hvr-float .image {
	position: relative;

}

section .article-list a > .hvr-float .image:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 1s;
	border-radius: 7px;
}

section .article-list a:hover > .hvr-float .image:before {
	opacity: 1;
}



section .article-list a > .hvr-rotate .image {
	position: relative;

}

section .article-list a > .hvr-rotate .image:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 1s;
	border-radius: 7px;
}

section .article-list a:hover > .hvr-rotate .image:before {
	opacity: 1;
}

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










section .article-list2 {
	width: 1170px;
}

section .article-list2 a > .image {
	position: relative;
}

section .article-list2 a > .image:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity .3s;
}

section .article-list2 a:hover > .image:before {
	opacity: 1;
}

section.monthly-story {
	padding: 0px 0 0px 0;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	margin-top: 25px;
}

section.monthly-story {
	padding: 0px 0 0px 0;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	margin-top: 25px;
}



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

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

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

section.monthly-story .article-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}


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

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

section.monthly-story .article-list > a img {
	width: 100%;
	border-radius: 7px;
}

section.monthly-story .article-list > a .hvr-float .image > h4 {
	position: absolute;
	bottom: 17px;
	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.monthly-story .article-list > a > h4 > span {
	display: block;
}

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%;
}



@media screen and (max-width:1500px) {

	section .article-list a > .image:before {

		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		transition: opacity 0.5s;
		border-radius: 7px;

	}

	section.monthly-story .article-list > a img {
		width: 97%;
		border-radius: 7px;
	}

	section.cover {
		display: block;
		position: relative;
		max-width: 100%;
	}

	section.cover .container {
		padding: 0;
	}

	/*
	section.cover .banner {
		display: flex;
		justify-content: center;
		max-width: 100%;
	}*/

	section.memorial-story .article-list > a > h4 {
		position: absolute;
		bottom: 13px;
		left: 13px;
		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.monthly-story h3 {
		font-size: 22px;
	}

	section.memorial-story h3 {
		font-size: 22px;
	}

	section.cover {
		position: relative;
	}

	section.cover .container {
		padding: 0;
	}



	section.cover .banner .left > .image {
		background-size: auto 202px;
		width: 70px;
		height: 150px;
	}

	section.cover .banner .left > .vol > h1,
	h2 {
		padding: 0;
		font-size: 13px;
	}

	section.cover .banner .left > .vol > h2 {
		font-size: 13px;
	}

	section.cover .banner .center {
		width: 100%;
		max-width: none;
	}

	.cover-slide .slide-wrap {
		padding: 0 10px;
	}

	.cover-slide .slide-wrap .lSSlideOuter .lSPager {
		width: 100%;
		right: 0;
		bottom: 5px;
	}

	section .article-list {
		width: auto;
		padding: 0 17px;
	}

	section .article-list2 {
		width: auto;
		padding: 0 17px;
	}

	section .article-list a > .hvr-float .image {
		display: flex;
		justify-content: center;
	}
	
	section .article-list a > .hvr-rotate .image {
		display: flex;
		justify-content: center;
	}
	
	

	section.monthly-story .article-list {
		flex-wrap: wrap;
		padding: 0;
		align-items: flex-start;
	}

	section.monthly-story .article-list:first-child {
		margin-top: 0px;
	}

	section.monthly-story .article-list > a {
		padding: 0;
		margin-bottom: 20px;
		width: 50%;
	}

	section.monthly-story .article-list > a.full {
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}



	section.monthly-story .article-list2 {
		flex-wrap: wrap;
		padding: 0;
		align-items: flex-start;
	}

	section.monthly-story .article-list2:first-child {
		margin-top: 15px;
	}

	section.monthly-story .article-list2 > a {
		padding: 0;
		margin-bottom: 20px;
		width: 50%;
	}

	section.monthly-story .article-list2 > a.full {
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}


	section.memorial-story {
		padding: 0px 0;
	}

	section.memorial-story > .container:before {
		display: none;
	}

	section.memorial-story h3 {
		margin-bottom: 0px;
	}

	section.memorial-story .article-list {
		flex-wrap: wrap;
		padding: 0;
		align-items: center;
		justify-content: center;
	}

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

	section.memorial-story .article-list .article {
		width: 50%;
		padding: 0 6px;
		margin-top: 0;
		margin-bottom: 20px;
	}



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



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

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



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

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

}


@media screen and (max-width:767px) {}
