@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300&display=swap');

.notoKr{
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
}
header {
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 2;
}

header .over_hi {
	width: 90%;
	margin: 4% auto;
	position: relative;
}

.orange{
		color:#fd8d57 !important;
}
footer, .footer{
	background-color:#000000;
	color:#999;
	font-size:14px;
	line-height: 18px;
	padding: 2% 0;
}
.footerText{
	margin-top:20px;
	line-height: 24px;
}
/*M S*/
@media screen and (max-width: 767px) {
	.wrap {
		width: 90%;
		margin: 4% auto;
	}
	header .over_hi {
		width: 90%;
		margin: 10% auto 4%;
	}

	.headerNav {
		padding-left: 7%;
	}
	.headerNav a {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}

	.headerTime {
		color: #fff;
		font-size: 16px;
		font-weight: lighter;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}
	.fp-tableCell .fl_r {
    margin-top: 5%;
    float: left;
}
}

/*M E*/
/*T S*/
@media screen and (min-width: 768px) and (max-width: 1179px) {
	.wrap {
		width: 98%;
		margin: 4% auto;
	}

	.fp-tableCell .fl_r {
    margin-top: 5%;
}
	.headerNav a {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}

	.headerTime {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}
}

/*T E*/
/*P S*/
@media screen and (min-width: 1180px) {
	.pcnone{
		display: none;
	}
	.wrap {
		width: 90%;
		margin: 4% auto;
	}

	.headerNav a {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}

	.headerTime {
		cursor: pointer;
		color: #fff;
		font-size: 16px;
		font-weight: lighter;
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 20px;
	}


}

.orange{
		color:#fd8d57 !important;
}
/*P E*/
#fullpage header{
	top:0%;
}

#fullpage header .fl_r{
	height: inherit;
	float: right;
	margin-top:0;
}
