/*=================================================
		00. 공통 
=================================================*/
*,
html,
body{
	 font-family: 'Karla Tamil Inclined', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body,
.ui_modal{
	padding: 0;
	word-break: keep-all;
}

.loading-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 10000;
    background-color: #333333;
}

.loading-layer .symbol{
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.container-fluid{
	margin: 0;
	padding: 0;
}

.form-control{
	margin-bottom: 10px;
}

.pagination{
	margin-top: 15px;
}

.bcat-btn{
	cursor: pointer;	
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){

}


/*=================================================
		01. 메인 네비게이션
=================================================*/
/*****#####===== 전체 =====#####*****/
#main-gnb {
	width: 100%;
	z-index: 1000;
	
	background-color: #FFFFFF;

    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease-in-out;
}

#main-gnb.float {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;

	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
}
#main-gnb #menu-navbar .navbar-nav li a span{
	padding:5px;
}
#main-gnb #menu-navbar .navbar-nav li.shop a span{
	background-color:#212121;
	padding:6px 5px 2px 6px;
}
/*****#####===== 리스트 =====#####*****/
/***** 일반 메뉴 *****/
#main-gnb #menu-navbar .navbar-nav li a{
	padding: 26px 15px;
	
	font-size: 15px;
	color: #979696;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease-in-out;
}

#main-gnb.float #menu-navbar .navbar-nav li a{
	padding: 15px 10px;
}

#main-gnb #menu-navbar .navbar-nav li a span{
	display: inline-block;
}

/***** 메뉴 선택 *****/
#main-gnb #menu-navbar .navbar-nav li:hover a span,
#main-gnb #menu-navbar .navbar-nav li.active a span{
	color: #C19A82;
}


/***** 언어 메뉴 *****/
#main-gnb #locale-navbar{
	margin-left: 50px;
}

#main-gnb #locale-navbar li a{
	padding: 5px;
	
	color: #FFFFFF;
}

#main-gnb.float #locale-navbar li a{
	color: #555555;
}


/*****#####===== 로고 =====#####*****/
#main-gnb .navbar-brand{
	height: auto;
	padding: 10px 15px;
	
	font-size: 30px;
	line-height: 1;
}

#main-gnb .navbar-brand img{
	
}

#main-gnb.float .navbar-brand img{
	height: 30px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	#main-gnb.float #menu-navbar .navbar-nav li a{
		padding:15px 5px;
	}
	
	#main-gnb #menu-navbar .navbar-nav li a{
		font-size:12px;	
	}
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	
}
/*=================================================
		02. 섹션
=================================================*/
/*****#####===== 섹션 일반 =====#####*****/
header,
section{
	position: relative;
	overflow: hidden;
	
	text-align: center;
}

section{
	padding: 80px 0 50px;
}

section.banner{
	padding: 25px 0;
}

section.no-padding{
	padding: 0;
}

section.grey{
	background-color: #EFEFEF;
}

/*****#####===== 섹션 타이틀 =====#####*****/
.section-title-wrap {
	margin-bottom: 30px;	
}

/***** 타이틀 *****/
.section-title-wrap .section-title{
    font-size: 29px;
    color: #000;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    display: block;
    text-align: center;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.section-title-wrap .section-title .emphasis{
	padding: 0 10px;
	
	background-color: #898B96;
	border-radius: 5px;
	
	color: #FFFFFF; 
} 

.section-title-wrap.white .section-title,
.section-title-wrap.white .section-subtitle,
.section-title-wrap .section-title.white,
.section-title-wrap .section-subtitle.white{
	color: #FFFFFF;
}

/***** 서브타이틀 *****/
.section-title-wrap .section-subtitle{
    display: inline-block;
    text-align: center;     
    color: #777;
    font-size: 15px;    
}

.section-title-wrap .section-logotitle{
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;	
}
/***** 언더바 *****/
.separator{
	display: block;
	width: 45px;
	height: 5px;
	margin: 20px auto 40px;
	
	background-color: #c19a82;
}

.separator.white{
	background-color: #FFFFFF;
}

.separator.left{
	margin: 20px 0;
	
	text-align: left;
}


/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	section{
		padding: 30px 0 15px;
	}

	.section-title-wrap .section-title{
		font-size: 20px;
	}	
}
/*=================================================
		03. 게시판
=================================================*/
/*****#####===== 게시판 카테고리 =====#####*****/
.bcat-btn-wrap{
	margin-bottom: 30px;
}

.bcat-btn-wrap ul li .bcat-btn{
	margin-bottom: 7px;
	padding: 7px 40px 6px 40px;
	    
	background: none;
	border: 1px solid #000;
	
	color: #333333;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.bcat-btn-wrap ul li .bcat-btn.active,
.bcat-btn-wrap ul li .bcat-btn:hover,
.bcat-btn-wrap ul li.active .bcat-btn{
	background-color: #000000;
	color: #FFFFFF;
}

/*=================================================
		04. 푸터
=================================================*/
footer{
	padding: 40px 0;
	
	background-color: #464646;
	
	color: #FFFFFF;
	font-size: 14px;
}

footer .company-info{
	margin: 0;
	text-align: center;
}

footer .company-info li{
	line-height: 1.8;
}

footer hr{
	margin-top: 40px;
	
	border-top: 1px solid #111111;
	border-bottom: 1px solid #555555;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	footer{
		padding: 14px 0;
		font-size: 11px;
		text-align: center;
	}
	
	footer .company-info li{
		margin: 0 8px 0 0;
		line-height: 1.8;
	}	
}
