@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800|Noyo+Sans+KR:300,300italic,500,500italic,700");

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

*{
  box-sizing: border-box;
}

.container::after, .board::after, .news-list::after, .t_horizon::after, .t_vertical::after, .t_vertical li::after, .t_txtlist::after, #nav .depth01::after, .depth01 li a, #nav .depth02::after, .depth02 li::after, .article_gnb::after {
	content: '';
	clear: both;
	display: block;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
  width: 100%;
  height: 100%;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		min-width: 1200px;
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-position: top left, top left;
		background-repeat: repeat-x, repeat;
		background-size: 100% 30em, auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #696969;
		font-weight: 300;
		line-height: 2.25em;
	}

		body::before {
			-moz-animation: load-spinner 1s infinite linear;
			-webkit-animation: load-spinner 1s infinite linear;
			-ms-animation: load-spinner 1s infinite linear;
			animation: load-spinner 1s infinite linear;
			-moz-transition: opacity 0.25s ease;
			-webkit-transition: opacity 0.25s ease;
			-ms-transition: opacity 0.25s ease;
			transition: opacity 0.25s ease;
			-moz-transition-delay: 0s;
			-webkit-transition-delay: 0s;
			-ms-transition-delay: 0s;
			transition-delay: 0s;
		}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, select, textarea {
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #696969;
		/*font-weight: 300;*/
		line-height: 2.25em;
	}

	a {
		color: #AAA;
		text-decoration: none;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-weight: 600;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
			transition: all .2s;
		}

	h2 {
		font-size: 20.5px;
		margin: 0 0 10px 0;
	}
	h2 a:hover {
		color: rgb(181, 11, 44);
	}

	.ebook-wrapper h2 a:hover {
		color: #cbcbcb;
	}

	h3 {
		font-size: 1.15em;
		margin: 0 0 1em 0;
	}

	b, strong {
		font-weight: 600;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		width: 100%;
		height: 1px;
		background: #ddd;
		margin: 8px 0;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

/* Container */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* =============================================
custome
============================================= */
#underline {
	width: 30px;
	border-top: 4px solid #E42024;
	margin-bottom: 25px;
}

.clear {
	clear: both;
}

/* section */
section {
	padding: 50px 0;
}

section::after {
	content: '';
	clear: both;
	display: block;
}

section:nth-child(odd) {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-color: #f7f7f7;
}

/* box */
.box {
	position: relative;
}
.box::after {
	content: '';
	clear: both;
	display: block;
}

.box.contents {
	margin-left: -24px;
}

	.box .left_wrap {
		width: 75%;
		float: left;
		padding-left: 24px;
	}

	.box .right_wrap {
		width: 25%;
		float: left;
		padding-left: 24px;
	}

/* media */
.media {
	position: relative;
	line-height: 1;
	-webkit-filter: brightness(99.5%);
	filter: brightness(99.5%)
}
.media:hover{
	-webkit-transition: .2s, filter;
	-moz-transition: .2s, filter;
	transition: .2s, filter;
	-webkit-transition: .2s -webkit-filter linear;
	opacity: 1;
	-webkit-filter: brightness(110%) contrast(110%);
	filter: brightness(110%) contrast(110%);
}

	.media__txt {
		width: 100%;
		padding: 0 30px 25px;
		position: absolute;
    bottom: 0;
    left: 0;
		color: #fff;
		overflow: hidden;
	}

.thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 52.5%;
	overflow: hidden;
}

.cover {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
		background: -webkit-linear-gradient(transparent 30%, rgba(0,0,0,.8) 90%);
}


/* news list	*/
.news-list {
	position: relative;
	margin-left: -24px;
}

	.t_horizon li:hover .thumb, .t_vertical li:hover .thumb {
		-webkit-transition: .2s, filter;
		-moz-transition: .2s, filter;
		transition: .2s, filter;
		-webkit-transition: .2s -webkit-filter linear;
		opacity: 1;
		-webkit-filter: brightness(110%) contrast(110%);
		filter: brightness(110%) contrast(110%)
	}

/* ellipsis */
.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ellipsis2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ellipsis3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

/* headline */
.headline_top {
	width: 100%;
	margin-bottom: 24px;
}

	.headline_top .category {
		font-size: 16px;
		margin: 0 0 10px 0;;
	}

	.headline_top .title {
		font-size: 34px;
		font-weight: 600;
		margin-bottom: 17px;
		color: #fff;
	}

	.headline_top .body {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 0;
	}

.headline_bottom {
	width: 100%;
	height: auto;
}

	.headline_bottom .media {
		width: 45%;
		float: left;
	}

		.headline_bottom .category {
			font-size: 16px;
			margin: 0 0 10px 0;
		}
	
		.headline_bottom .title {
			font-size: 22px;
			font-weight: 600;
			margin-bottom: 0;
			color: #fff;
		}

	.headline_bottom .news-list {
		width: 55%;
		height: 100%;
		float: left;
		padding-left: 48px;
	}

	.news-list a:hover .title {
		color: #777;
	}
		
		.headline_bottom .news-list li {
			padding: 5px 0 12px 0;
			line-height: 1.62;
			border-bottom: 1px solid #ddd;
		}

		.headline_bottom .news-list .category {
			font-size: 14px;
			font-weight: 400;
			color: #dc081a
		}

		.headline_bottom .news-list .title {
			font-size: 16px;
			font-weight: 600;
			color: #444;
		}

/* banner zone */
.banner-zone {
	width: 100%;
  max-height: 740px;
  background-color: rgba(0, 0, 0, .05);
  padding: 8px;
	overflow: hidden;
}

	.banner-zone a{
		display: block;
		padding-bottom: 10px;
	}

	.banner-zone .image {
		position: relative;
		display: block;
		width: 100%;
    height: auto;
    border-bottom: 0;
		overflow: hidden;
    object-fit: cover;
    cursor: pointer;
	}

	.banner-zone a:last-child {
		padding-bottom: 0;
	}

/* main banner */
.main-banner {
	display: inline-block;
    width: auto;
    max-height: 230px;
    text-align: center;
}

	.main-banner .image {
		width: auto;
		max-height: 230px;
	}

/* daily news */
.news-list.t_horizon {
	display: block;
}

	.news-list.t_horizon li {
		width: 25%;
		padding-left: 24px;
		float: left;
	}
	.news-list.t_horizon li:hover .txt-box h3,
	.news-list.t_horizon li:hover .txt-box .body {
		cursor: pointer;
		text-decoration: underline;
	}

	.t_horizon .img-box {
		width: 100%;
		margin-bottom: .5em;
	}

	.t_horizon .txt-box {
		width: 100%;
		cursor: pointer;
	}

		.t_horizon .txt-box header {
			line-height: 25px;
			margin-bottom: .5em;
		}

		.t_horizon .txt-box .date {
			font-size: 14px;
			color: #898989;
		}

		.t_horizon .txt-box h3 {
			margin-bottom: 0;
		}

		.t_horizon .txt-box .body {
			font-size: 15px;
			color: #727171;
			line-height: 24px;
			margin-bottom: 0;
		}
	
/* etc community */

/* etc_교육정보~대사관공지 */
.article_gnb {
	margin: 0 0 0 -24px;
}

.article_gnb li {
	width: 50%;
	padding-left: 24px;
	float: left;
}

	.article_gnb .t_vertical {
		position: relative;
		width: 100%;
		margin-bottom: 0;
	}

	.article_gnb .t_vertical li {
		width: 100%;
		padding: 10px 0;
		float: none;
	}

	.t_vertical li a:hover {
		text-decoration: underline;
	}

		.t_vertical li:first-child .img-box {
			width: 50%;
			height: 130px;
			float: left;
			padding-bottom: 0;
		}

		.t_vertical li:first-child .txt-box {
			width: 100%;
			height: 130px;
			padding-left: 55%;
		}

		.t_vertical .img-box {
			width: 30%;
			height: 80px;
			float: left;
			padding-bottom: 0;
			box-shadow: 0 0 1px .5px #ddd;
		}

			.t_vertical .img-box {
				-webkit-filter: brightness(98.5%);
				filter: brightness(98.5%)
			}

		.t_vertical .txt-box {
			width: 100%;
			height: 80px;
			padding-left: 35%;
		}

			.t_vertical .txt-box h3 {
				font-size: 17px;
				line-height: 25px;
				color: #4c4948;
				margin-bottom: 10px;
			}

			.t_vertical .txt-box .body {
				font-size: 13.5px;
    			line-height: 22px;
    			color: #808080;
				margin-bottom: 0;
			}

/* community list */
.t_txtlist {
	margin-bottom: 0;
}

	.t_txtlist li {
		position: relative;
		padding: 12px 0 12px 16px;
	}

	.t_txtlist li::before {
		content: "·";
    	display: inline-block;
    	position: absolute;
    	top: 5px;
    	left: 0px;
    	width: 20px;
    	height: 20px;
    	border-image-repeat: 100%;
    	font-weight: 600;
    	color: #444;
	}

	.t_txtlist li h4 {
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		line-height: 24px;
		color: #444;
	}
	.t_txtlist li a:hover {
		text-decoration: underline;
	}

/* board */
.board {
	background-color: #fff;
	padding: .75em 1em;
}

/* ebook */
.ebook-wrapper {
	margin: 50px 0;
	background-color: #434343;
}

.ebook-wrapper h2 {
	color: #fff;
}

.ebook-wrapper .thumb-list {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 67px;
	margin: 0;
	overflow: hidden;
}

	.thumb-list li {
		width: 213.19px;
		float: left;
		padding: 40px 20px 0 20px;
		text-align: center;
	}

		.thumb-list .item {
			position: relative;
			display: block;
			box-shadow: 0 0 10px#333;
		}

		.thumb-list .item .cover {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(transparent 30%, rgba(0,0,0,.15) 90%);
		}

			.thumb-list .item:hover {
				-webkit-transition: .2s, filter;
				-moz-transition: .2s, filter;
				transition: .2s, filter;
				-webkit-transition: .2s -webkit-filter linear;
				opacity: 1;
				-webkit-filter: brightness(110%) contrast(110%);
				filter: brightness(110%) contrast(110%)
			}

		.thumb-list .img-box {
			position: relative;
			display: block;
			width: 100%;
			max-height: auto;
			margin-bottom: 5px;
			text-align: center;
		}

		.thumb-list .name {
			position: absolute;
			width: 100%;
		}

			.thumb-list .name span {
				padding: 10px;
				font-size: 15px;
				color: #fff;
			}
		
		.prev:disabled, .next:disabled {
			opacity: .3;
			cursor: default;
		}
		.thumb-list .prev{
			width: 35px;
			height: 65px;
			position: absolute;
			left: 0;
			top: 45%;
			color: #909090;
			outline: none;
			border: none;
			background: url(../../img/icon_chevron.png) no-repeat 100% 0;
			background-size: 70px 65px;
			background-position: 0 0;
	  }
	  
	  .thumb-list .next{
			width: 35px;
			height: 65px;
			position: absolute;
			right: 0;
			top: 45%;
			color: #909090;
			outline: none;
			border: none;
			background: url(../../img/icon_chevron.png) no-repeat 100% 0;
			background-size: 70px 65px;
			background-position: 0 0 0 -60px;
	  }

		.thumb-list button:enabled {
			cursor: pointer;
		}

		.slides {
			width: 1066px;
			height: 328px;
			position: relative;
			overflow: hidden;
		}

		.slides-item {
			position: absolute;
			left: 1066px;
			display: block;
			width: 1066px;
			height: 328px;
			float: left;
			margin: 0 auto;
			overflow: hidden;
		}
		.slides-item:first-child {
			left: 0;
		}

/* header */
#header-wrapper {
	width: 100%;
	position: relative;
}

.header_top {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #ddd;
}

	.header_top #logo {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		float: left;
		text-align: center;
		width: auto;
		height: 55px;
		overflow: hidden;
	}

	.header_top .notice_gnb {
		padding-top: 30.5px;
		float: right;
	}

		.notice_gnb #covid_info {
			display: block;
			padding: 0 1em;
			font-size: 14px;
			font-weight: 400;
			letter-spacing: 0.025em;
			color: #fff;
			background-color: #b50b2c;
			border-radius: 3px;
			float: left;
		}
		.notice_gnb #covid_info:hover {
			background-color: #d0456f;
		}

		.notice_gnb .social {
			display: block;
			width: 40px;
			height: 40px;
			margin-left: 10px;
			float: left;
		}

		.notice_gnb .social:hover {
			opacity: .7;
		}

			.notice_gnb .social#facebook {
				background-image: url(../../img/icon_facebook.png);
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			} 
			
			.notice_gnb .social#line {
				background-image: url(../../img/icon_line.png);
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			}

.header_bottom {
	position: relative;
	height: 60px;
	border-bottom: 2px solid #dc081a;
}

.header_bottom .container {
	height: 100%;
}

/* navigation */
#nav {
	position: relative;
    font-size: 16px;
}

	#nav .depth01 {
		height: 100%;
		padding-left: 0;
		margin: 0;
		list-style: none;
	}

	.depth01 li {
		position: relative;
		float: left;
		width: 14.28571428571429%;
		height: 100%;
		padding-left: 0;
		text-align: center;
		/* line-height: 4.5em; */
	}

		.depth01 li a {
			display: inline-block;
			position: relative;
			line-height: 58px;
			font-weight: 600;
			color: #696969;
		  }
		  .depth01 li a:hover, .depth01 li a.active {
			color: #b50b2c;
		  }

	#nav .depth02 {
		display: none;
		position: absolute;
    	top: 55px;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 90%;
			height: auto;
    	background-color: #fff;
    	border-width: 0 1px 1px 1px;
    	border-color: #333;
    	border-style: solid;
    	padding: 0.625em 0;
    	box-shadow: 0 0 8px rgb(255 255 255 / 30%);
		z-index: 1;
	}

	#nav .depth02 li {
		vertical-align: middle;
		width: 100%;
		height: 35px;
	}

		#nav .depth02 li a {
			display: block;
			line-height: 2.5em;
			font-weight: 400;
			font-size: 14px;
			color: #898989;
		}

		#nav .depth02 li a:hover {
		color: #343434;
		font-weight: 600;
		}


/* footer */
#footer-wrapper {
  padding: 40px 0;
}

.footer_top {
  padding-bottom: 20px;
}

.footer_top::after {
  clear: both;
  display: block;
  content: '';
}

  .footer_top .sitemap-menu {
    width: 14.28571428571429%;
    float: left;
    text-align: center;
  }

		.sitemap-menu h3 {
    	font-size: 17px;
			margin: 0 0 .5em 0;
  	}

		.sitemap-menu .style2 li {
    	font-size: 14px;
  	}

.footer_bottom {
	padding-top: 40px;
}

.footer_bottom::after {
	clear: both;
	display: block;
	content: ''
}

	.footer_bottom .logo {
		width: 16.66667%;
		float: left;
	}

	.footer_bottom .copy {
		width: 83.33333%;
		float: left;
		font-size: 13.5px;
		line-height: 24px;
	}

#copyright {
	color: #aaa;
    padding: 2em 0 0 0;
    text-align: center;
}