/* font-face */
@font-face {
    font-family: noto-sans-demi;
    src: url(notokr-demilight.eot);
    src: local(※), url(../font/notokr-demilight.ttf) format('ttf'), url(../font/notokr-demilight.woff) format('woff');
} 
@font-face {
    font-family: noto-sans-thin;
    src: url(notokr-thin.eot);
    src: local(※), url(../font/notokr-thin.ttf) format('ttf'), url(../font/notokr-thin.woff) format('woff');
} 
@font-face {
    font-family: noto-sans-bold;
    src: url(notokr-bold.eot);
    src: local(※), url(../font/notokr-bold.ttf) format('ttf'), url(../font/notokr-bold.woff) format('woff');
} 
@font-face {
	font-family: 'ONE-Mobile-Title';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ONE-Mobile-Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* reset-css */
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;
	font-family: noto-sans-demi, sans-serif;
}
a {color: #555; text-decoration: none; outline: none;}
a:hover, a:active {text-decoration: none; color:#555;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: noto-sans, sans-serif; font-size: 14px; color: #555;
	padding-top: 100px;
}
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;
}

/* gnb */
header {
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: fixed;
	height: 100px;
	width: 100%;
	top: 0;
	z-index: 100;
}
header nav.gnb {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	top: 45px;
}
header nav.gnb h1.logo { 
	float: left;
	margin-top: -5px;
}
header nav.gnb h1.logo span {
	font-size: 12px;
	font-family: 'ONE-Mobile-Regular';
	color: #999;
	position: relative;
	top: -12px;
	left: 5px;
}
header nav.gnb ul {
	float: left;
	overflow: hidden;
	margin-left: 60px;
}
header nav.gnb ul li {
	float: left;
}
header .gnbSubMom {
	position: relative;
}
header nav.gnb ul li a {
	display: block;
	font-size: 18px;
	font-family: 'ONE-Mobile-Regular';
	border-right: 1px solid #ddd;
	padding: 0 20px;
}

header nav.gnb ul li:last-child a {
	border-right: none;
}
header nav.gnb .add-nav {
	float: right;
	margin-top: -15px;
}
header nav.gnb .add-nav li a {
	font-size: 14px;
	color: #999;
	padding: 0 10px;
}
.mmenu .active {
	display: block !important;
}
	
/* footer */
footer {
	width: 100%;
	background: #3e3e3e;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
footer address {
	text-align: center;
	line-height: 1.5em;
}
footer h2 {
	text-align: center;
	margin-bottom: 15px;
}
.mmenu {
	display: none;
}
.mmenuClose{
	display: none;
	position: fixed;
	right: 15px; top: 20px;
	width: 30px; height: 30px;
	z-index: 100;
	font-size: 20px;
}

.gnbSub {
	position: absolute;
	top: 55px;
	background: #fff;
	width: 180px;
	display: none;
	box-shadow: 2px 2px 5px #ccc;
}
.gnbSub li {
	float: none !important;
	border-bottom: 1px solid #eee;
}
.gnbSub li a {
	border: none !important;
	font-size: 16px !important;
	font-family: noto-sans-demi !important;
	padding: 15px !important;
}
.gnbSub li a:hover {
	background: #319fce;
	color: #fff;
}

.gnbSub1 {
	left: 195px;
}

.gnbSub2 {
	left: 680px;
}

.gnbSub3 {
	left: 830px;
}

.gnbSub4 {
	left: 960px;
}


/* .gnbSub2 {
	position: absolute;
	left: 670px;
	top: 55px;
	background: #fff;
	width: 180px;
	display: none;
	box-shadow: 2px 2px 5px #ccc;
}
.gnbSub2 li {
	float: none !important;
	border-bottom: 1px solid #eee;
}
.gnbSub2 li a {
	border: none !important;
	font-size: 16px !important;
	font-family: noto-sans-demi !important;
	padding: 15px !important;
}
.gnbSub2 li a:hover {
	background: #319fce;
	color: #fff;
} */


.gnbSubMobile {
	display: none;
}
@media only screen and (max-width: 1280px) {
	.gnb .logo {
		margin-left: 30px !important;
	}
	header nav.gnb ul {
		margin-left: 50px !important;
	}
	header nav.gnb .add-nav {
		float: left !important;
		margin-top: 0px !important;
	}
}

/* mobile */
@media only screen and (max-width: 767px) {
	.gnb .logo {
		margin-left: 0px !important;
	}
	header nav.gnb ul {
		margin-left: 0px !important;
	}
	header nav.gnb .add-nav {
		float: left !important;
		margin-top: 0px !important;
	}
	body { 
		padding-top: 55px !important;
	}
	header {
		height: 55px !important;
		width: 100% !important;
		margin: 0px !important;
	}
	.gnb .logo {
		margin-left: 30px !important;
		margin-top: -30px !important;
	}
	header ul {
		width: 100%;
		margin-left: 0px !important;
		display: none;
		height: 100%;
		text-align: center;
	}
	header ul li {
		float: none !important;
		background: #fff;
		width: 100% !important;
		box-sizing: border-box;
		margin: 0px !important;
		line-height: 2.5em;
	}
	header ul li a {
		box-sizing: border-box !important;
	}
	header nav.gnb .add-nav {
		float: none !important;
		margin-top: -15px;
	}
	.mmenu {
		display: block;
		position: fixed;
		right: 15px; top: 20px;
		width: 30px; height: 30px;
		z-index: 100;
		font-size: 20px;
	}
	.banner .nav {
		display: none;
	}
	.add-nav {
		width: 100% !important;
		margin: 0px !important;
	}
	header nav.gnb {
		width: 100% !important;
	}
	header nav.gnb ul li a {
		width: 100% !important;
	}
	header nav.gnb ul li {
		width: 100% !important;
	}
	.mmenu .active {
		display: block !important;
	}
	.gnbSub {
		display: none !important;
	}
	.gnbSubMobile {
		display: block;
		background: #f2f2f2 !important;
	}
	.gnbSubMobile a {
		font-family: noto-sans-demi !important;
		font-size: 16px !important;
		background: #f2f2f2 !important;
		border-bottom: 1px solid #ddd;
	}
	.gnbSubMobile li:first-child a {
		border-top: 1px solid #ddd;
	}
	header nav.gnb ul li a {
		border-right: none !important;
	}
}

.scrollToTop {
	width:40px; 
	height:40px;
	padding:10px; 
	box-sizing: border-box;
	text-align:center; 
	background: #eee;
	border-radius: 5px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:75px;
	right:40px;
	display:none;
	border: 2px solid #ddd;
	z-index: 100;
}
.scrollToTop:hover{
	text-decoration:none;
}


