/*=================================================
		00. 공통
=================================================*/
@font-face {
  font-family: 'GmarketSans';
  src: url('/_fonts/GmarketSansTTFLight.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('/_fonts/GmarketSansTTFMedium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('/_fonts/GmarketSansTTFBold.ttf') format('truetype');
  font-weight: 700;
}

/* 대메뉴 적용 */
#menu-navbar .navbar-nav > li > a {
  font-family: 'GmarketSans', sans-serif !important;
  font-weight: 700;
}

/* 대메뉴 + 슬로건 */
.nav {
    font-family: 'GmarketSans', sans-serif!important;
}
/* 월드웹툰 대메뉴 폰트 변경 */
.navbar-nav > li > a {
    font-family: 'GmarketSansBold', sans-serif !important;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    font-family: 'GmarketSansBold', sans-serif !important;
}


.slide-content h2 {
    font-family: 'GmarketSans', sans-serif!important;
}
body {
	font-family: 'GmarketSans', sans-serif!important;
}
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: rgba(57,26,0,0.80); }
#main-gnb .container {height: 90px;}
#main-gnb .top-nav-wrap {width: 100%; background:rgba(37,24,6,0.9);/* border-bottom: 1px solid #C7AF8E;*/}
#main-gnb .top-nav {width: 1170px; height: 30px; margin: 0 auto; padding: 0 0px; margin-left: auto; margin-right: auto;}
#main-gnb .top-nav .top-add {padding: 2px 10px; color: #886543; font-size: 14px;/* border-left: 1px solid #C7AF8E;*/ height: 30px; line-height: 30px;font-weight:600;}
/*#main-gnb .top-nav .ch2 {border-right: 1px solid #C7AF8E;}*/






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

/*****#####===== 로고 =====#####*****/
#main-gnb .navbar-brand{
	width: 250px;
	height: 90px;
	padding: 20px 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: 18px;
	text-align: center;
	color: #D1A481;
	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: #FFA600;
}

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

	color: #FFA600;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** 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;
}

section{
	padding: 160px 0 160px;
}

section.no-main{
	padding: 60px 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: 72px;
	font-weight: 500;
	letter-spacing: -2px;
}


.section-title{
  font-family: 'GmarketSans', sans-serif !important;
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
}

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

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

.section-subtitle > p {
	margin-top: 20px;
}

.section-subtitle .res {
	font-size: 30px;
	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: 20px 0;

	background-color: #333333;

	color: #FFFFFF;
}

footer .company-info{
	margin: 0;
}

footer .company-info li{
	line-height: 1.8;
}

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


