@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.ttf) format('truetype'); } 
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 700; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.ttf) format('truetype'); } 
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 800; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.ttf) format('truetype'); }


/* Reset */

	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
	}

	body {
		background: #fff;
		font-family:'noto sans kr', sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		color: #333;
			text-decoration: none; word-break: keep-all;
	}

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

	ol, ul {
		list-style: none;
	}
	
	@media all and (max-width: 767px) {
			body {
			min-width: 320px; font-size:14px;}
			}


	
/* Basic */

	h1, h2, h3, h4, h5, h6 {
	font-family:'noto sans kr', sans-serif;
		font-weight: 500;
		color: inherit;
	}
	 h2.eng, h3.eng {font-family: 'Montserrat', sans-serif; }

	h2 {font-size: 2.0em;}
	h3 {font-size: 1.7em;}
	h4 {font-size: 1.4em;}
	
	p {}
	
	span.light {
	font-weight:300;}
	
	.fw-600 {font-weight:600;}
	.fw-700 {font-weight:700;}

	a {
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		color:#666;
	}

	a:hover {text-decoration:none;}
	a:focus {outline:none;}


	
	/* overlay */
	
	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}



		body:after {
			-moz-animation: overlay-hide 0.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 0.5s ease-in forwards !important;
			animation: overlay-hide 0.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}



/* Sections/Article */

#wrap{width:100%;position:relative; margin:0px auto 0;}
@media all and (max-width:767px){
#wrap {margin-top:0px;}
}

	section, article {
		margin-bottom: 0em;
	}

	
	.text_center {text-align:center;}
	.text_right {text-align:right;}	
	
	.mg_10 {margin-top:10px;}
	.mg_20 {margin-top:20px;}
	.mg_30 {margin-top:30px;}
	.mg_40 {margin-top:40px;}
	.mg_50 {margin-top:50px;}
	.mg_60 {margin-top:50px;}
	
	.mt_10 {margin-top:10px;}
	.mt_20 {margin-top:20px;}
	.mt_30 {margin-top:30px;}
	.mt_50 {margin-top:50px;}
	
	.mgr_20 {margin-right:20px;}
	.mgl_20 {margin-left:20px;}
	
	.mt-40 {margin-top:40px;}
	
@media (max-width: 991px) {
.mt-md-40 {margin-top:40px;}
}

@media (max-width: 767px) {
.mt-sm-40 {margin-top:40px;}
}
	

@media (min-width: 992px) {
.p_md_10 {padding:0 10%;}
.p_md_15 {padding:0 15%;}
.p_md_20 {padding:0 20%;}
}


@media (min-width: 992px) {
	.w_md_60 {width:60%;}
	}

	
@media (max-width: 991px) {
.col-md-4 {margin-top:30px; overflow:hidden;}
.col-md-4:first-child {
margin-top:0px;}
.col-md-6 {margin-top:30px;}
.col-md-6:first-child {
margin-top:0px;}
 }
 	
	
	 @media screen and (max-width: 767px) {
.col {margin-top:30px;}
.col:first-child {
margin-top:0px;}
 }

 	.line {background:#ddd; height:1px;}
	.line.ver {background:#bbb; height:100%; width:1px;}
	
		.img_cell img {
			max-width:100%;}


			
/* Form */

	form label {
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		display: block;
		width: 100%;
		background: none;
		border: solid 2px rgba(185, 186, 187, 0.25);
		color: inherit;
		border-radius: 0.1em;
		outline: none;
	}

		

/* Table */

	table {
		width: 100%;
	}
			table.default th {
				text-align: center;
				padding: 10px 10px;
			}
			table.default thead {
				background: #666;
				color: #fff;
			}
			table.default td {
				padding: 10px 10px;
			}
			

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border: 0;
		border-radius: 40px;
		cursor: pointer;
		display: inline-block;
		text-align: center;
	}



ul.hor li {
float:left;}








			