header h1{display: block;}
header{position: relative;}
header nav > ul > li{width: 15%;}
/* header .wrapper{width: 95%;} */
.sub_visu{text-align: center;}
header nav > ul > li .sns_share{margin-top: -1px;}
footer{border-top: 1px solid #dedede;}

sup {
    top: -0.1em;
}

section.theme {
	display: flex;

}

section.theme1 {
	display: flex;
	text-align: center;
}

section.head2 {
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	margin: 0 0px 0px 0px;
}

section.theme {
	position: relative;
	
}

section.theme .container {
	position: relative;
	width: 1400px;
}

.top-title.section2 {}

.top-title.section2 > h1 {
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	padding: 8px 17px;
}

.top-title2.section2 > h1 {
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	padding: 8px 17px;
}


.top-title.section2 > h2 {
	margin: 0;
	margin-left: 10px;
	font-size: 25px;
	font-weight: 400;
	color: red;
}



section.section2 {
	display: flex;
	justify-content: center;
}

section.section2 .center {
	margin: 0 -110px;
	display: flex;
	justify-content: center;
}


section.section2-plot .title {
	position: relative;
	top: -84px;
	height: 120px;
}

section.section2-plot .title h1 {
	text-align: center;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 40pt;
	font-weight: 1000;
}

section.section2-plot .title h1 > span {
	color: #709858;
}

section.section2-plot .title h2 {
	text-align: center;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 37pt;
	font-weight: 1000;
	text-shadow: #000 2px 2px 3px;
	color: #fff;
}

section.section2-plot .text1 {}

section.section2-plot .text1 p {
	text-align: left;
	font-family: "nanum-square-r";
	font-size: 13.5pt;
	color: #000;
}

section.section2-plot .text2 {
	margin-top: 40px;
}

section.section2-plot .text2 p {
	text-align: center;
	font-family: "nanum-square-r";
	font-size: 13.5pt;
	color: #000;
}

section.section2-contents {
	position: relative;
}

section.section2-contents .container {
	position: relative;
	margin-top: 40px;
	width: 1200px;
}



section.section2-contents .arrows .left {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 80pt;
	margin-left: -60px;
}

section.section2-contents .arrows .right {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 80pt;
	margin-right: -60px;
}

.top-title.section3 {}

.top-title.section3 > h1 {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	color: #000;
}

.top-title.section3 > h2 {
	margin: 0;
	margin-left: 10px;
	font-size: 25px;
	font-weight: 400;
	color: red;
}

section.section3-contents {}

section.section3-contents.bg-color {
	background-color: #dbe2f2;
}

section.section3-contents .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 1200px;
}

section.section3-contents .title {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 45px;
	padding: 10px 0;
	background-color: #a7b7db;
	color: white;
}

section.section3-contents .title h1 {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}

section.section3-contents .text {
	height: 90px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px 0;
}

section.section3-contents .text > h1 {
	font-weight: 600;
	font-size: 20px;
	width: fit-content;
	padding-bottom: 5px;
}

section.section3-contents .text > h2 {
	font-weight: 600;
	font-size: 16px;
	width: fit-content;
	margin-top: 0;
	margin-bottom: 22px;
}


.button-footer {
	margin-top: 92px;
}

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


	section.section3-contents .text {
		height: 110px;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 10px 0;
	}

	.top-title.section2 > h1 {
		font-size: 17px;
		padding: 10px 12px 7px 12px !important;
	}

	.top-title.section2 > h2 {
		font-size: 19px;
		margin: 0;
	}

	.top-title.section3 > h1 {
		font-size: 12px;
	}

	.top-title.section3 > h2 {
		font-size: 19px;
		margin: 0;
	}

	section.section2 {
		width: 100%;
	}

	section.section2 .container {
		padding: 0;
		width: 100%;
	}

	/*
	section.section2 .center {
		margin: 0;
		max-height: 483px;
		width: 100%;
		overflow: hidden;
	}

	section.section2 .center img {
		max-width: none;
		max-height: 483px;

	}*/

	section.section2-plot .mobile {
		height: 60px;
	}

	section.section2-plot .title {
		top: -59px;
	}

	section.section2-plot .title h2 {
		font-size: 18pt;
	}

	section.section2-plot .title h1 {
		font-size: 20pt;
	}

	section.section2-plot .text2 {
		margin-top: 10px;
	}

	section.section2-contents .container {
		width: auto;
		margin-top: 10px;
	}

	section.section2-contents .text1 {
		padding: 16px 19px;
	}

	section.section2-contents .text2 {
		padding: 16px 0px;
	}

	section.section2-contents .arrows {
		display: none;
	}

	section.section3-contents .col-sm-2.text {
		width: 80px;
	}

	section.section3-contents .col-sm-8.text {
		width: 280px;
	}

	section.section3-contents.bg-color {
		background-color: #dbe2f2;
	}


	section.section3-contents .title h1,
	section.section3-contents.broadcast .button a {
		font-size: 17px;
		padding-top: 0;
		padding-bottom: 0;
	}

	section.section3-contents.news .stories .story .button {
		/* display: flex; */
		/* justify-content: flex-start; */
		/* align-items: center; */
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: 62px;
		line-height: 20px;
		text-align: left;
	}


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

	section.section3-contents .title {
		margin: 28px 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	section.section3-contents .title h1 {
		margin: 10px;
	}


	
}


@media screen and (max-width: 1500px){
	header .wrapper{width: 95%;}
	section.theme .container{/*margin-top: 25px;*/width: 100%;}
}

@media screen and (max-width:1300px){
	header nav > ul > li{width: 13%;}
	header nav > ul > li a{font-size: 15px;}
}

@media screen and (max-width:767px){
	#include-header-section{ height: 64px;}	
	#include-header-section1{ height: 64px;}	
	section.theme .container{/*margin-top: 25px;*/width: 100%;}
	
}