/*=================================================
		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: #003965;}
.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:#fff;border-bottom:1px solid  #eee}
#main-gnb .container {height: 90px;}
#main-gnb .top-nav-wrap {width: 100%; background:rgba(255, 255, 255, 0.7); 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 #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;
	padding: 10px 0 0;
	display: block;
}


#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 a{
	font-size: 16px;
	text-align: center;
	color: #444;
	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;
	color: #0f4ba1;
}

#main-gnb .navbar-nav li:hover .top-add,
#main-gnb .navbar-nav li.active .top-add{
	background: #0f4ba1;

	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;}
}

/***** 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 img{
		height: 30px;
	}
	#main-gnb .top-nav-wrap {display: none;}

	#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:not(.float) #menu-navbar{
		background-color: none;
	}

	#main-gnb #menu-navbar .navbar-nav{
		margin: 0;
		padding: 0;
	}

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

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

	text-align: center;
}

section{
	padding: 80px 0 60px;
}

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

section#period.no-main{
	padding:50px 0;
}

section.main-bg{
	/*padding: 180px 0 400px;*/
}

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

.logo_p{
	color: #0f4ba1;
	padding-top:13px;
	font-size: 22px;
	line-height: 22px
}
.logo_p2{
	font-size: 13px;
	color:#666;
}
@media (max-width:767px) {
	.logo_p{
		font-size:20px;
	}
	.logo_p2{
		font-size:12px;
	}

}
/*****#####===== 섹션 타이틀 =====#####*****/
.section-title-wrap{
	margin-bottom: 50px;

	text-align: center;
}
#main > section {
	padding: 90px 0 0 0 ;
}
#responsive .section-title-wrap{
	width: 100%;
	margin: 140px auto 0;
	display: block;
	position: absolute;
	z-index: 9999;
	top: 0;
	text-align: center;
}
#period .section-title-wrap{
	margin-bottom:10px;
}
.section-title-main{
	color: #000;
	margin: 0;
	/*font-family: 'Montserrat', 'Nanum Gothic';*/
	font-size: 55px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height:56px;
	margin-top:50px;
}
.b{
	color:#444

}
.main_hax{
	font-weight: 500;
}
.main_sub{
	font-weight: 300;
}
.vertical_divline{
	width:1px;
	height: 100px;
	background-color: #0f4ba1;
	margin:0 auto;
}

.section-title{
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
	color:#fff;
	margin-bottom: 20px
}
#support .section-title{
	color:#444;
	font-size:40px;
}
#location .section-title{
	color:#444;
}
#qna .section-title{
	color:#444;
}
#sample .section-title{
	color:#0f4ba1
}
#viral-marketing .section-title{
	margin-bottom:50px;
}
#viral-marketing .item-title{
	margin: 0px 0 15px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: bold;
}
#viral-marketing .item-desc{
	font-size: 16px;
    color: #ccc;
    font-weight: 300;
}

@media (max-width:767px) {
	#viral-marketing .item-desc{
		font-size:15px;
		letter-spacing: -1px;
	}
	#viral-marketing .item-wrap{
		min-height:  325px;
	}
	#support .section-title{
		font-size:24px;
	}

}

#colum .section-title{
	color:#0f4ba1;
}

.small_divline{
	background-color: #fff;
	height:50px;
	width:1px;
	margin:0 auto;
}
#qna .small_divline{
	background-color: #444
}
#works .small_divline{
	background-color:#444!important;
}
#colum .small_divline{
	background-color: #0f4ba1;
}
#location .small_divline{
	background-color: #0f4ba1;
}
#support .small_divline{
	background-color: #444;
}

@media (max-width:767px) {
	.small_divline{
		display: none;
	}
}

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

.section-subtitle{
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 5px;
	color:#fff;
	font-weight: 300;
}
#sample .section-subtitle{
	color:#888
}

#works .con-subtitle{
	color:#888
}
#location .con-subtitle{
	color:#888;
	margin-bottom: 30px;
}
#location .add{
	margin-bottom:50px;
}

#qna .con-subtitle{
	color:#888;
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 50px;
	font-weight: 300;
}

#colum .con-subtitle{
	color:#888
}

.con-subtitle{
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 50px;
	color:#fff;
	font-weight: 300;
}
@media (max-width:767px) {
	.con-subtitle {
		font-size: 15px;
		line-height: 24px;
		margin-top:20px;
	}
	#qna .con-subtitle{
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 50px;
	}
	#colum .con-subtitle{
		margin-bottom: 20px;
	}
	br{
		display: none;
	}
	.hidden_xs{
		display: block;
	}
}
.section-subtitle > p {
	margin-top: 30px;
	color:#f5c02f;
	font-size: 20px;
	font-weight: 500;
}
@media (max-width:767px) {
	.section-subtitle > p {
		font-size: 18px;
		line-height: 26px;
		margin-top:20px;
	}

}

.res {
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 5.5px;
	color:rgba(128, 128, 133, 0.68);
}
.for_divline{
	margin-bottom: 100px
}

#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.main-bg {
		padding: 120px 0 40px;
	}
	.section-title-wrap{
		margin-bottom: 20px;
	}

	.section-title{
		margin-bottom: 10px;

		font-size: 30px;
	}

	.section-subtitle{
		font-size: 15px;
	}
}
/*=================================================
		02. 푸터
=================================================*/
footer{
	padding: 20px 0;

	background-color: #333333;

	color: #FFFFFF;
}

footer .company-info{
	margin: 0;
}

footer .company-info li{
	line-height: 0;
	font-weight: 300;
}

footer hr{
	border-top: 1px solid #111111;
	border-bottom: 1px solid #555555;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	footer{
		font-size: 12px;
		text-align: center;
	}
}
.adminhover:hover{
	color: #1f93ed;
}
