/*기본*/
/*페이지타이틀*/
.page-title{
	margin: 0 auto 20px;
}
.page-con{
	font-size: 20px;
	text-align: center;
	background-position: 50%;
	padding: 108px 0;
	background: #f5f5f5;
}
.page-title h1{
	margin-top: 0;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 13px;
}
.page-link{
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.page-link a{
	color: #666;
	font-weight: 400;
}
.delimiter{
	margin: 0 12px;
	display: inline-block;
	width: 6px;
	height: 6px;
	/*background: url(/include/img/maill-main/dotimg.png) ;*/
	font-size: 14px;
	text-align: center;
}
.delimiter a{
	color: #666;
	font-weight: 400;
}
/*페이지타이틀*/
/*title*/
.contact-tit{
	margin-bottom: 30px;
}
/*컨텍폼*/
.contact-form{
	height: 40px;
	width: 100%;
	padding: 0 15px 0 20px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.cart-button{
	height: 44px;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #222;
	border: none;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
/*컨텍폼*/
/*about*/
.contact-wrap{

}
.about{
	margin-bottom: 30px;
}
.about-mail:before{
	content: "\2709";
	font-family: 'Glyphicons Halflings';
}
.about-phone:before{
	content: "\e145";
	font-family: 'Glyphicons Halflings';
}
.about-address:before{
	content:"\e062";
	font-family: 'Glyphicons Halflings';
}
/*about*/
/*sns*/
.social a{
	padding-right: 6px;
}
/*sns*/


/*기본 끝*/

/*모바일 768px 이하*/
@media all and (max-width: 768px) {
	.social{
		margin-bottom: 30px;
	}

}
/*모바일 768px 이하 끝*/

/*작은기기 태블릿 768px 이상*/
@media (min-width: 768px) {

}
/*작은기기 태블릿 768px 이상 끝*/

/*중간기기 데스크탑 992px 이상*/
@media (min-width: 992px) {
	.contact-wrap{
		padding-left: 120px;
	}
}
/*중간기기 데스크탑 992px 이상 끝*/

/*큰기기 데스크탑 1200px 이상*/
@media (min-width: 1200px) {

}
/*큰기기 데스크탑 1200px 이상 끝*/

/*큰기기 데스크탑 1600px 이상*/
@media (min-width: 1600px) {

}
/*큰기기 데스크탑 1600px 이상 끝*/