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


.top-title.section2 {}

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

.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 .text1 {
	padding: 46px 19px;
}

section.section2-contents .text1 p {
	font-size: 13.5pt;
	color: #000;
}

section.section2-contents .arrows {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 15%;
}

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

section.section3-contents.broadcast .stories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.section3-contents.broadcast .stories span {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.section3-contents.broadcast .stories img {
	width: 372px;
	height: 200px;
}

section.section3-contents.broadcast .button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #b7b7b7;
	padding-top: 20px;
	padding-bottom: 40px;
}

section.section3-contents.broadcast .button a {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 18px;
	background-color: #b6c4e4;
	color: white;
	padding: 8px 12px;
	border: 0;
}

section.section3-contents.news {
	padding-bottom: 40px;
}

section.section3-contents.news .stories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.section3-contents.news .stories .story {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d1d1d1;
	width: 50%;
	max-width: 50%;
}

section.section3-contents.news .stories .story .text {
	align-items: flex-start;
}

section.section3-contents.news .stories .story .text h1,
section.section3-contents.news .stories .story .text h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

section.section3-contents.news .stories .story .text h2 {
	font-size: 14px;
	color: #9b9b9b;
}

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

section.section3-contents.news .stories .story .button a {
	display: inline-block;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	background-color: #c9c9c9;
	color: white;
	padding: 8px 12px;
	border: 0;
}

section.section3-contents.news .stories .story .button a:hover {
	background-color: #b6b6b6;
}

section.section3-contents.awarded {
	font-size: 15px;
	padding-bottom: 40px;
}

section.section3-contents.awarded table thead tr {
	border-top: 3px solid;
	border-bottom: 1px solid;
}

section.section3-contents.awarded table th {
	background-color: #e8e8e8;
	text-align: center;
	padding: 10px;
}

section.section3-contents.awarded table tbody tr {
	border-bottom: 1px solid;
}

section.section3-contents.awarded table tbody td {
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

section.section3-contents.awarded table tbody td:last-child {
	text-align: center;
	padding: 20px;
	font-weight: 500;
}

section.section3-contents.people {
	padding-bottom: 40px;
}

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

section.section3-contents.people .infos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.section3-contents.people .info {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #d1d1d1;
	width: 50%;
	max-width: 50%;
}

section.section3-contents.people.wide .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	max-width: 100%;
}

section.section3-contents.people .info .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 50px;
}

section.section3-contents.people.wide .info .text h1 {
	width: 390px;
	text-align: center;
}

section.section3-contents.people .info .text small {
	font-size: 15px;
}

section.section3-contents.people .info .text h1,
section.section3-contents.people .info .text h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	margin-right: 10px;
}

section.section3-contents.people .info .text h2 {
	font-size: 14px;
	color: #9b9b9b;
}

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

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

	section.section3-contents.people .info .text h1,
	section.section3-contents.people .info .text h2 {
		font-size: 15px;
		font-weight: 600;
		margin: 0;
		margin-right: 10px;
		line-height: 21px;
	}

	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: 21px;
		margin-top: 12px;
	}

	.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;
		margin-left: -120px;
	}

	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 .text > h1,
	section.section3-contents .text > h2,
	section.section3-contents.broadcast .stories .story .text h1,
	section.section3-contents.broadcast .stories .story .text h2,
	section.section3-contents.news .stories .story .text h1,
	section.section3-contents.news .stories .story .text h2,
	section.section3-contents.awarded .stories .story .text h1,
	section.section3-contents.awarded .stories .story .text h2,
	section.section3-contents.people .stories .story .text h1,
	section.section3-contents.people .stories .story .text h2 {
		font-size: 15px;
		margin: 0;
	}

	section.section3-contents.broadcast .button {
		padding-bottom: 20px;
	}

	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.broadcast .stories .story .button a,
	section.section3-contents.news .stories .story .button a,
	section.section3-contents.awarded,
	section.section3-contents.awarded .stories .story .button a,
	section.section3-contents.people .info .text h1,
	section.section3-contents.people .info .text h2,
	section.section3-contents.people .info .text small,
	section.section3-contents.people .stories .story .button a {
		font-size: 15px;
	}

	section.section3-contents.awarded table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	section.section3-contents.people .info {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		max-width: 100%;
	}

	section.section3-contents.people .info .text {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 55%;
		height: 65px;
	}

	section.section3-contents.people.wide .info {
		justify-content: flex-start;
	}

	section.section3-contents.people.wide .info .text {
		width: 50%;
	}

	section.section3-contents.people.wide .info .text h1 {
		text-align: center;
	}

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

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

	section.section3-contents .stories a {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	section.section3-contents .stories a img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	section.section3-contents .stories a > .text > h2 {
		text-align: center;
	}

	section.section3-contents.news .stories .story {
		width: 100%;
		max-width: 100%;
	}

	section.section3-contents.news .stories .story .text:first-child {
		padding-top: 0;
	}
}
