@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:100; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }
@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:300; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); }
@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:400; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); }
@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:500; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); }
@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:700; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); }
@font-face {font-family:'Noto Sans KR'; font-style:normal; font-weight:900; src:local("Noto Sans CJK KR"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); }
h1, h2, h3, h4, h5, h6, nav, button
{
	font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, 'Sans-serif', AppleGothic;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: 500;
}



#cover {
	background-image:url('../../imgs/KakaoTalk_20211015_095039979_18.jpg');
	/*background-image:url('../../imgs/cover_002.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#cover:after {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background-image: linear-gradient(45deg, #374b48, #333d5d);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

#cover p {
	font-weight: 600;
	font-size: 1.25em;
}
@media screen and (max-width: 1680px) {
	#cover {
		padding: 10em 0 8em 0;
	}
}

ul.alt li {
	font-size:0.9em;
}
.dzguide {
	padding: 5em 1.5em 3.5em;
	background-color: #4686a0;
	color: rgba(255, 255, 255, 0.75);
	background-attachment: fixed,							fixed,							fixed;
	background-image: url("images/overlay2.png"), url("images/overlay4.svg"), linear-gradient(45deg, #4361c2, #4fa49a 50%, #9dc66b 95%);
	background-position: top left,						center center,					center center;
	background-size: auto,							cover,							cover;
	text-align: center;

	text-shadow: 1px 1px rgba(0,0,0,.15);

}
.dzguide .major h2 {
	color: rgba(255, 255, 255, 0.9);
}
.conttitle h5 {
	margin-bottom:.2em;
}
.conttitle + ul {
	font-size: 0.9em;
}
.conttitle ~ p {
	font-size: 0.9em;
}
ul.major-icons li {
	padding:0.5em;
}
ul.major-icons li .icon {
	overflow:hidden;
	border-radius: 100%;
	width:12em;
	height:12em;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
@media screen and (max-width: 1050px) {
	ul.major-icons li .icon {
		width:10em;
		height:10em;
	}
}
@media screen and (max-width: 550px) {
	ul.major-icons li .icon {
		width:8em;
		height:8em;
	}
}
@media screen and (max-width: 450px) {
	ul.major-icons li .icon {
		width:10em;
		height:10em;
	}
}
@media screen and (max-width: 380px) {
	ul.major-icons li .icon {
		width:8em;
		height:8em;
	}
}

ul.major-icons li .icon::before {
	display:none;
}
ul.major-icons li .icon::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-image:url('../../imgs/mdia_01_01.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.major-icons li .icon.style2::after {
	background-image:url('../../imgs/mdia_01_02.jpg');
}
ul.major-icons li .icon.style3::after {
	background-image:url('../../imgs/mdia_01_03.jpg');
}
ul.major-icons li .icon.style4::after {
	background-image:url('../../imgs/mdia_01_04.jpg');
}
ul.major-icons li .icon.style5::after {
	background-image:url('../../imgs/mdia_01_05.jpg');
}
ul.major-icons li .icon.style6::after {
	background-image:url('../../imgs/mdia_01_06.jpg');
}
.dzrow.row > .col-6 {
	text-align:center;
	padding:0;
}
.dzrow.row img {
	max-width:100%;
	margin:auto;
}
.dzrow.row > .col-6.txt-r {
	text-align: right;
}
.dzrow.row > .col-6.txt-l {
	text-align: left;
}
@media screen and (max-width: 980px) {
	.dzrow.row {
		margin:0;
	}
	.dzrow.row > .col-6.txt-r ,
	.dzrow.row > .col-6.txt-l {
		text-align: center;
	}
}

.photobox {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
}
.photobox li {
	padding:5px;
	width: calc(100% / 4);
}
.photobox img {
	max-width:100%;
}
.photobox + .actions {
	margin-top:3em;
}
@media screen and (max-width: 980px) {
	.photobox li {
		width: calc(100% / 2);
	}

}



.root_daum_roughmap.root_daum_roughmap_landing {
	width:100%;
	height:400px;
}
table tbody tr:nth-child(2n + 1) td {
	font-weight:bold;

}

#footer {
	padding:1em 0;
}








/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

			#header nav ul {
				list-style: none;
				padding-left: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1.5em;
					padding-left: 0;
					
						
				}

					#header nav ul li > ul {
						display: none;
					}

					#header nav ul li a {
						border: solid 1px transparent;
						color: inherit;
						display: inline-block;
						line-height: 1em;
						padding: 0.6em 0.75em;
						text-decoration: none;
					}

					#header nav ul li input[type="button"],
					#header nav ul li input[type="submit"],
					#header nav ul li input[type="reset"],
					#header nav ul li button,
					#header nav ul li .button {
						font-size: 1em;
						min-width: 0;
						width: auto;
					}

	
					#header nav ul li.submenu > a {
						text-decoration: none;
					}

						#header nav ul li.submenu > a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							display: inline-block;
							font-style: normal;
							font-variant: normal;
							text-rendering: auto;
							line-height: 1;
							text-transform: none !important;
							font-family: 'Font Awesome 5 Free';
							font-weight: 900;
						}

						#header nav ul li.submenu > a:before {
							content: '\f107';
							margin-right: 0.65em;
						}

					#header nav ul li.active > a, #header nav ul li:hover > a {
						-moz-transition: all 0.2s ease-in-out;
						-webkit-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
						background: rgba(188, 202, 206, 0.15);
					}

					#header nav ul li.current > a {
						font-weight: 900;
					}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border:#fff solid 1px !important;
				}


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


		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}
}


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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			header.major {
				padding-bottom: 0.25em;
			}

			header.special {
				margin-bottom: 4em;
				padding-top: 5em;
			}

				header.special:before, header.special:after {
					width: 40%;
				}

				header.special h2 + p {
					padding-top: 1.25em;
				}

		/* Header */

			#header {
				display: none;
			}
}



/*
#header {
	position: fixed;
}
*/

#header a {
	border:0;
}
#header.alt a {
	color:#fff;
}


#header h1 {
	font-size: 1.8em;
	font-weight:600;
}

#header nav {
	top: 0.8em;
	font-weight:500;
}
#header nav ul li.current > a {
	font-size:1.2em;
	font-weight:600;
}




















/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

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

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 60px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					text-align: center;
					top: 0;
					width: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#navButton .toggle:before {
						color: #fff;
						content: '\f0c9';
						font-size: 1em;
						height: 40px;
						left: 10px;
						line-height: 40px;
						opacity: 0.5;
						position: absolute;
						top: 11px;
						width: 60px;
						z-index: 1;
					}

					#navButton .toggle:after {
						background: rgba(163, 169, 170, 0.75);
						border-radius: 2px;
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 10px;
						width: 60px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #1c2021;
				color: #fff;
				font-size: 0.8em;
				letter-spacing: 0.075em;
				text-transform: uppercase;
				padding: 0.25em 0.75em 1em 0.75em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: inherit;
					display: block;
					height: 3em;
					line-height: 3em;
					opacity: 0.75;
					text-decoration: none;


				}

					#navPanel .link.depth-0 {
						font-weight: 900;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

#navPanel .link {

    font-size: 1.25em;
    font-weight: 500;
}    