.round {
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-khtml-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
}


section.cover {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	/*flex-shrink: 1;*/
	width: 100%;
}

section.cover .container {
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex-shrink: 1;*/
	width: 100%;
}

section.cover .banner {
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex-shrink: 1;*/
	max-width: 1840px;
}

section.cover .banner .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	/*flex-shrink: 1;*/

	overflow: hidden;
	background-color: #d4ecea;
	padding-top: 77px;
	padding-bottom: 47px;
	width: 370px;
	height: 641px;
	z-index: 1;
}

section.cover .banner .left .vol {
	display: flex;
	justify-content: left;
	align-items: flex-end;
}

section.cover .banner .left .vol > h1,
section.cover .banner .left .vol > h2 {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 17px;
	text-align: right;
	margin-top: 20px;
}

section.cover .banner .left .vol > h1 {
	border-right: solid 1px;
	padding-right: 12px;
}

section.cover .banner .left .vol > h2 {
	font-weight: 400;
	padding-left: 12px;
}

section.cover .banner .left .vol > h2 > b {
	font-weight: 500;
	font-size: 23px;
}

section.cover .banner .center {
	display: block;
	max-width: 1470px;
}

section.cover2 {
	display: block;
	position: relative;
	text-align: center;
	height: 100%;
}

section.cover2 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}

section.cover2 .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;

	/*position: absolute;*/
	/*display: block;*/
	background-color: #dbe2f2;
	padding-top: 77px;
	padding-bottom: 47px;
	width: 370px;
	height: 641px;
	max-width: 370px;
	min-width: 370px;
	max-height: 641px;
	z-index: 1;
}

section.cover2 .title .vol {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

section.cover2 .title .vol > h1,
section.cover2 .title .vol > h2 {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 17px;
	text-align: right;
	margin-top: 20px;
}

section.cover2 .title .vol > h1 {
	border-right: solid 1px;
	padding-right: 12px;
}

section.cover2 .title .vol > h2 {
	font-weight: 400;
	padding-left: 12px;
}

section.cover2 .cover-slide {
	display: block;
	width: 1840px;
	/*width:1470px;*/
	min-width: 100%;
	/*right: 0;*/
}

.cover-slide {
	display: block;
}

.cover-slide .slide-wrap {
	padding: 0px;
	margin: 0%;
	position: relative;
	transition-duration: 6000ms;
	transition-timing-function: ease;
}

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

.cover-slide .slide-wrap .lSSlideOuter .lSPager {
	position: absolute;
	right: 45.2%;
	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 .lSAction > .lSPrev {
	background-position: 0 0;
	background-image: url(../img/all/lSPrev.png);
	background-size: 22px 65px;
	width: 22px;
	height: 65px;
	left: 40px;
}

.cover-slide .slide-wrap .lSAction > .lSNext {
	background-position: 0;
	background-image: url(../img/all/lSNext.png);
	background-size: 22px 65px;
	width: 22px;
	height: 65px;
	right: 40px;
}

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

section.section1 .stories a img {
	width: 410px;
	max-height: 250px;
}

section.section2 .stories a img {
	max-width: 400px;
	max-height: 250px;
}

section.section3 .stories a img {
	max-width: 400px;
	max-height: 250px;
}

section.section4 .stories a img {
	max-width: 300px;
	max-height: 250px;
}


section.section1 {}

section.section1 .container {
	display: flex;
	justify-content: flex-start;
	padding-top: 97px;
	min-height: 477px;
}

section.section1 .title {
	display: flex;
	justify-content: center;
	margin-top: 68px;
	width: 370px;
	height: max-content;
}

section.section1 .title h1 {
	font-family: "GmarketSansMedium";
	font-weight: 400;
	font-size: 24px;
	border-bottom: 2px solid #c8c8c8;
	padding: 10px 0px;
	height: 45px;
	color: #a0a0a0;
}

section.section1 .stories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

section.section1 .image-only {
	height: 340px;
}

section.section1 a {
	display: inline-block;
	position: relative;
	margin-right: 28px;
	margin-bottom: 40px;
}

section.section1 a:hover {
	background-color: #ecf1ff;
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-khtml-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
}

section.section1 a > .text {
	height: 90px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: black;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 18px;

}

section.section1 a > .text > h1 {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0px;
	width: fit-content;
	border-bottom: 1px solid #4ecbea;
	padding-bottom: 5px;
}

section.section1 a:hover > .text > h1 {
	color: #495f8f;
}

section.section1 a > .text > h2 {
	font-weight: 400;
	font-size: 18px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 10px;
}

section.section2 {}

section.section2 .container {
	display: flex;
	justify-content: flex-start;
	background-color: #f7f7f7;
}

section.section2 .title {
	display: flex;
	justify-content: center;
	padding-top: 108px;
	width: 370px;
	height: max-content;
}

section.section2 .title h1 {
	font-family: "GmarketSansMedium";
	font-weight: 400;
	font-size: 24px;
	border-bottom: 2px solid #c8c8c8;
	padding: 10px 0px;
	height: 45px;
	color: #a0a0a0;
}

section.section2 .stories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 45px;
	width: 1424px;
}

section.section2 a {
	display: inline-block;
	position: relative;
	margin-right: 28px;
	margin-bottom: 40px;
}

section.section2 a:hover {
	background-color: white;
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-khtml-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
}

section.section2 a > img {
	width: 300px;
	height: 250px;
	margin-bottom: 40px;
}

section.section2 a > .text {
	height: 90px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: black;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 18px;
}

section.section2 a > .text > h1 {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
	width: fit-content;
	border-bottom: 1px solid #4ecbea;
	padding-bottom: 5px;
}

section.section2 a:hover > .text > h1 {
	color: #495f8f;
}

section.section2 a > .text > h2 {
	font-weight: 400;
	font-size: 18px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 10px;
}

section.section3 {}

section.section3 .container {
	display: flex;
	justify-content: flex-start;
}

section.section3 .title {
	display: flex;
	justify-content: center;
	padding-top: 108px;
	width: 370px;
	height: max-content;
}

section.section3 .title h1 {
	font-family: "GmarketSansMedium";
	font-weight: 400;
	font-size: 24px;
	border-bottom: 2px solid #c8c8c8;
	padding: 10px 0px;
	height: 45px;
	color: #a0a0a0;
}

section.section3 .stories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 45px;
	width: 1424px;
}

section.section3 a {
	display: inline-block;
	position: relative;
	margin-right: 28px;
	margin-bottom: 40px;
}

section.section3 a:hover {
	background-color: #ecf1ff;
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-khtml-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
}

section.section3 a > img {
	width: 300px;
	height: 250px;
}

section.section3 a > .text {
	height: 90px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: black;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 18px;
}

section.section3 a > .text > h1 {
	font-weight: 500;
	font-size: 20px;
	width: fit-content;
	margin-top: 0;
	border-bottom: 1px solid #4ecbea;
	padding-bottom: 5px;
}

section.section3 a:hover > .text > h1 {
	color: #495f8f;
}

section.section3 a > .text > h2 {
	font-weight: 400;
	font-size: 18px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 10px;
}


section.section4 {}

section.section4 .container {
	display: flex;
	justify-content: flex-start;
	min-height: 785px;
	background-color: #f7f7f7;
}



section.section4 .title {
	display: flex;
	justify-content: center;
	padding-top: 108px;
	width: 370px;
	height: max-content;
}

section.section4 .title h1 {
	font-family: "GmarketSansMedium";
	font-weight: 400;
	font-size: 22px;
	border-bottom: 3px double #c8c8c8;
	padding: 10px 0px;
	height: 50px;
}

section.section4 .stories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 39px;
	width: 1424px;
}

section.section4 a {
	display: inline-block;
	position: relative;
	margin-right: 28px;
	margin-bottom: 40px;
}

section.section4 a:hover {
	background-color: #dbe2f2;
}

section.section4 a > img {
	width: 300px;
	height: 250px;
}

section.section4 a > .text {
	height: 90px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: black;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 18px;
}

section.section4 a > .text > h1 {
	font-weight: 500;
	font-size: 20px;
	width: fit-content;
	margin-top: 0px;
	border-bottom: 1px solid #4ecbea;
	padding-bottom: 5px;
}

section.section4 a:hover > .text > h1 {
	color: #495f8f;
}

section.section4 a > .text > h2 {
	font-weight: 400;
	font-size: 18px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 10px;
}

section .article-list {}

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

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.3);
	opacity: 0;
	transition: opacity .3s;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

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

#include-footer {
	padding-left: 180px;
}

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

	section.section1 .title,
	section.section2 .title,
	section.section3 .title,
	section.section4 .title {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	section.section1 .title h1,
	section.section2 .title h1,
	section.section3 .title h1,
	section.section4 .title h1 {
		font-size: 21px;
		margin-bottom: 35px;
	}

	section.section2 .title h1 {
		height: 40px;
	}
}


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

	section.section4 .title h1 {

		height: 40px;
	}

	section.section1 .title h1 {

		height: 40px;
	}

	section.section2 .title h1 {

		height: 40px;
	}

	section.section3 .title h1 {

		height: 40px;
	}

	section.section1 a > .text > h1 {
		font-weight: 500;
		font-size: 18px;
		margin-top: 0;
		width: fit-content;
		border-bottom: 1px solid #4ecbea;
		padding-bottom: 5px;
	}

	section.section1 a:hover > .text > h1 {
		color: #2d9a94
	}

	section.section1 a > .text > h2 {
		font-weight: 400;
		font-size: 15px;
		width: fit-content;
		margin-top: 0;
		margin-bottom: 10px;
	}

	section.section1 a > .text {
		height: 45px;

	}

	section.section2 a > .text > h1 {
		font-weight: 500;
		font-size: 18px;
		margin-top: 0;
		width: fit-content;
		border-bottom: 1px solid #4ecbea;
		padding-bottom: 5px;
	}

	section.section2 a:hover > .text > h1 {
		color: #2d9a94
	}

	section.section2 a > .text > h2 {
		font-weight: 400;
		font-size: 15px;
		width: fit-content;
		margin-top: 0;
		margin-bottom: 10px;
	}

	section.section2 a > .text {
		height: 52px;

	}

	section.section3 a > .text > h1 {
		font-weight: 500;
		font-size: 18px;
		width: fit-content;
		margin-top: 0px;
		border-bottom: 1px solid #4ecbea;
		padding-bottom: 5px;
	}

	section.section3 a:hover > .text > h1 {
		color: #2d9a94
	}

	section.section3 a > .text > h2 {
		font-weight: 400;
		font-size: 15px;
		width: fit-content;
		margin-top: 0;
		margin-bottom: 10px;
	}

	section.section3 a > .text {
		height: 52px;

	}

	section.section4 a > .text > h1 {
		font-weight: 500;
		font-size: 18px;
		width: fit-content;
		margin-top: 0px;
		border-bottom: 1px solid #4ecbea;
		padding-bottom: 5px;
	}

	section.section4 a:hover > .text > h1 {
		color: #2d9a94
	}

	section.section4 a > .text > h2 {
		font-weight: 400;
		font-size: 15px;
		width: fit-content;
		margin-top: 0;
		margin-bottom: 10px;
	}

	section.section4 a > .text {
		height: 45px;

	}

	.cover-slide .slide-wrap .lSAction > .lSPrev {
		background-position: 0 0;
		background-image: url(../img/all/lSPrev.png);
		background-size: 22px 65px;
		width: 22px;
		height: 65px;
		left: 1px;
	}

	.cover-slide .slide-wrap .lSAction > .lSNext {
		background-position: 0;
		background-image: url(../img/all/lSNext.png);
		background-size: 22px 65px;
		width: 22px;
		height: 65px;
		right: 1px;
	}

	section.cover {
		display: block;
		position: relative;
		width: auto;
	}

	section.cover .container {
		padding: 0;
	}

	section.cover .banner {
		display: flex;
		justify-content: center;
		width: auto;
	}

	section.cover .banner .left {
		display: none;
	}

	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: 100vw;
		max-width: 100vw;
	}

	section.cover2 {
		height: auto;
	}

	section.cover2 .title {
		display: none;
	}

	section.cover2 .cover-slide {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}

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

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

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

	section .article-list a > .image {
		display: flex;
		justify-content: flex-start;
		width: auto;
		height: auto;
	}

	section.section1 .container,
	section.section2 .container,
	section.section3 .container,
	section.section4 .container {
		display: flex;
		flex-direction: column;
		width: auto;
		height: auto;
		margin: 0;
		padding: 10px;
	}

	section.section1 .title,
	section.section2 .title,
	section.section3 .title,
	section.section4 .title {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	section.section1 .title h1,
	section.section2 .title h1,
	section.section3 .title h1,
	section.section4 .title h1 {
		font-size: 21px;
		margin-bottom: 35px;
	}

	section.section1 .stories,
	section.section2 .stories,
	section.section3 .stories,
	section.section4 .stories {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
		width: auto;
		height: auto;
	}

	section.section1 .stories a,
	section.section2 .stories a,
	section.section3 .stories a,
	section.section4 .stories a {
		margin: 0;
		padding: 0;
		width: 48.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	section.section1 .stories a img,
	section.section2 .stories a img,
	section.section3 .stories a img,
	section.section4 .stories a img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	section.section1 .stories a > .text > h2,
	section.section2 .stories a > .text > h2,
	section.section3 .stories a > .text > h2,
	section.section4 .stories a > .text > h2 {
		text-align: center;
	}

	section.section1 .stories .image-only {
		height: 130px;
	}

	#include-footer {
		padding-left: 0;
	}
}
