/*=================================================
		00. 공통
=================================================*/
body {
	font-family: 'Noto Sans KR', sans-serif;
}
body,
.ui_modal{
	padding: 0;

}

.loading-layer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;

	background-color: #333333;
}

.loading-layer .symbol{
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loading-layer .symbol h1{
	font-size: 100px;
	/*font-family: 'Montserrat',sans-serif;*/
	font-weight: 900;
	letter-spacing: -0.05em;
	color: #FFFFFF;
}


.loading-layer .symbol h3{
	margin-top: 0;

	font-size: 30px;
	/*font-family: 'Montserrat',sans-serif;*/
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

svg{
	width: 100% !important;
	height: 100% !important;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.loading-layer .symbol h1{
		font-size: 50px;
	}

	.loading-layer .symbol h3{
		font-size: 15px;
	}
}

.white {
	color: #fff;
}

.c-blue {color: #0f4ba1;}
.c-cyan {color: #00c7fc;}
.c-navy {color: #ffea00;}
.c-white {color: #fff;}
.c-gray {color: #D1D1D1;}

/*=================================================
		01. 메인 네비게이션
=================================================*/
/*****#####===== 전체 =====#####*****/
#main-gnb {
	position: fixed;
	overflow: hidden;

	width: 100%;
	top: 0;
	background: none;
	z-index: 2000;

	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#main-gnb .containerWrap {height: 90px; background: rgba(0, 0, 0, 0.7); }
#main-gnb .container {height: 90px;}
/* #main-gnb .top-nav-wrap {width: 100%; background:rgba(255, 255, 255, 0.7); border-bottom: 1px solid #fff;} */
#main-gnb .top-nav-wrap {width: 100%;border-bottom: 1px solid #ccc;}
#main-gnb .top-nav {width: 1170px; height: 30px; margin: 0 auto; padding: 0 20px; margin-left: auto; margin-right: auto;}
/* #main-gnb .top-nav .top-add {padding: 0 10px; color: #666; font-size: 14px; border-left: 1px solid #fff; height: 30px; line-height: 30px;} */
#main-gnb .top-nav .top-add {padding: 0 10px; color: #ccc; font-size: 14px; border-left: 1px solid #ccc; height: 30px; line-height: 30px;}
#main-gnb .top-nav .ch2 {border-right: 1px solid #ccc;}






/*#main-gnb.float{
	background-color: rgba(0, 0, 0, 0.7);
}*/

/*****#####===== 로고 =====#####*****/
#main-gnb .navbar-brand {
	width: 250px;height: 90px;display: block;
	/* padding: 20px 0 0; */	
}
#main-gnb .navbar-brand h1 {
	margin:0px;font-size:50px;font-weight:900;color:#fff;letter-spacing:3px;
}
#main-gnb .navbar-brand img {
	height: 50px;
}

/*****#####===== 버튼 =====#####*****/
#main-gnb .navbar-header .nav-btn {
	display: none;
}


/*****#####===== 리스트 =====#####*****/
#main-gnb .navbar-nav {
	width: 100%;
}
#main-gnb .navbar-nav li {}
#main-gnb .navbar-nav li a {
	font-size: 16px;
	text-align: center;
	color: #62b70d;
	line-height: 60px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#main-gnb .navbar-nav li:hover .page-scroll,
#main-gnb .navbar-nav li.active .page-scroll {
	/* background: none; */
	/* font-weight: bold; */
	background: none;
	color: #fff;
}

#main-gnb .navbar-nav li:hover .top-add,
#main-gnb .navbar-nav li.active .top-add {
	/* background: #62b70d; */
	background: #62b70d; color: #FFFFFF;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	#main-gnb .top-nav {width: 992px;}
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	#main-gnb .top-nav {display: none !important;}
}

/***** xs *****/
@media (max-width: 767px){
	#main-gnb .navbar-header{
		position: relative;
		overflow: hidden;
	}

	#main-gnb .navbar-brand {
		padding: 9px 10px 0;
	}
	#main-gnb .navbar-brand h1 {
		font-size:30px;font-weight:900;
	}
	#main-gnb .navbar-brand img {
		height: 30px;
	}
	#main-gnb .top-nav-wrap {display: none !important;}

	#main-gnb .navbar-header .nav-btn{
		display: block;
		position: relative;
		float: right;
		margin: 8px 10px 0 0;
		padding: 4px;

		border: 1px solid #FFFFFF;
		background: none;

		font-size: 22px;
		line-height: 1;
		color: #FFFFFF;
	}

	#main-gnb .navbar-header .nav-btn.img-btn{
		display: block;
		width: 36px;
		padding: 0;

		border: none;
	}
	/*
	#main-gnb:not(.float) #menu-navbar{
		background-color: rgba(0, 0, 0, 0.8);
	}
	*/
	#main-gnb #menu-navbar .navbar-nav {
		margin: 0;
		padding: 0;
	}

	#main-gnb #menu-navbar .navbar-nav > li > a {
		padding: 7px 0;border:1px solid red;
	}
}

/*=================================================
		02. 섹션
=================================================*/
/*****#####===== 섹션 일반 =====#####*****/
header,
section{
	position: relative;

	text-align: center;
}

section{
	/* padding: 80px 0 60px; */
	padding: 120px 0 100px;
}

section.no-main{
	padding: 30px 0;
}

section.main-bg{
	padding: 160px 0 140px;
}

.section.height-auto,
.section.height-auto .fp-tableCell{
	height: auto !important;
}

/*****#####===== 섹션 타이틀 =====#####*****/
.section-title-wrap {
	margin-bottom: 40px;
	text-align: center;
}
.section-title-main {
	color: #000;
	margin:0;
	/*font-family: 'Montserrat', 'Nanum Gothic';*/
	font-size: 62px;
	font-weight: 900;
	letter-spacing: -2px;
}
.section-title{
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
}

.section-title-wrap .separator{
	height: 3px;
	margin-bottom: 20px;
}

.section-subtitle {margin: 0;font-size:18px;line-height: 1.6;margin-top: 20px;}

.section-subtitle > p {
	margin-top: 20px;font-size:1.25em !important;color:#fff;text-shadow:#000 1px 1px 5px;
}

.section-subtitle .res {
	font-size: 36px;
	font-weight: lighter;
}

#responsive .section-subtitle{
	color: #000;
}


/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	section{
		padding: 65px 0 40px;
	}

	.section-title-wrap {
		margin-bottom: 20px;
	}
	
	.section-title{
		margin-bottom: 10px;

		font-size: 35px;
	}

	.section-subtitle{
		font-size: 15px;
	}
}

/*=================================================
		02. 푸터
=================================================*/
footer {padding: 40px 0;background-color: #333333;color: #FFFFFF;}
footer div.logo > div {margin-bottom:0px;font-weight:700;color:#a2a2a2;}
footer div.logo > h3 {margin-top:0px;}
footer .company-info {margin: 0;}
footer .company-info li {line-height: 1.8;font-weight:100;}
footer .company-info li span {color:#a2a2a2;}
footer hr {border-top: 1px solid #111111;border-bottom: 1px solid #555555;}


/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	footer{
		font-size: 12px;
		text-align: center;
	}
	.mn_1{display: none;}
}

@media (max-width: 520px){
	.mn_2{font-size: 12px;}
}
