/*기본*/
/*페이지타이틀*/
.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;
}
/*페이지타이틀*/
/*매거진리스트*/
.list-post{
	margin: 0 0 30px;
}
.type-post{
	margin-bottom: 18px;
}
.single-thumb img{
	cursor: pointer;
}
.post-content h3.entry-title{
	margin: 25px 0 6px;
	font-size: 15px;
	line-height: 26px;
	color: #444;
}
.entry-meta{
	margin: 0 0 10px;
	font-size: 11px;
	color: #909090;
	text-transform: uppercase;
}
.entry-meta>span:after{
	content: "|";
	color: #999;
}
.post-content .read-more{
	text-transform: uppercase;
	color: #ffbe4e;
	font-weight: 600;
	font-size: 11px;
	cursor: pointer;
}
.post-content{
	padding-bottom: 40px;
}
/*매거진리스트*/
/*카테고리*/
.widget-categories{
	margin-bottom: 40px;
	position: relative;

}
.widget-title-2{
	color: #222;
	padding: 0 0 10px;
	font-weight: 700;
	font-size: 20px;
	padding-right: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.widget-side{
	padding: 5px 0;
	color: #666;
}
.widget-side li{
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px dotted #797979;
	line-height: 30px;
}
.widget-side li:last-child{
	border: none;
}
/*카테고리*/
/*포스트바*/
.entery-title{
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	text-transform: uppercase;
	font-weight: 700;
}
.entry-date{
	color: #909090;
	font-size: 11px;
	text-transform: uppercase;
}
.post-note{
	color: #b7b7b7;
}
/*포스트바*/
/*페이지*/
.paging-navigaion{
	text-align: center;
	display: inline-block;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
}
.pagination{
	display: inline-block;
	padding-left: 0;
}
.page-numbers, .page-numbers:hover{
	background: #222;
	color: #fff;
}
.page-numbers{
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 35px;
	background: #c4c4c4;
}
.next{
	color: #999;
	border-color: #ffbe4e;
	width: auto;
	height: auto;
	padding: 0 30px;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #dfdfdf;
}
/*페이지*/
/*기본 끝*/

/*모바일 768px 이하*/
@media all and (max-width: 768px) {
	.ShowPC{
	   	 display: none;
	}
}
/*모바일 768px 이하 끝*/

/*작은기기 태블릿 768px 이상*/
@media (min-width: 768px) {
	.ShowPC{
	   	 display: none;
	}

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

/*중간기기 데스크탑 992px 이상*/
@media (min-width: 992px) {
	.ShowPC{
	   	 display: block;
	}

}
/*중간기기 데스크탑 992px 이상 끝*/

/*큰기기 데스크탑 1200px 이상*/
@media (min-width: 1200px) {
	.ShowPC{
	   	 display: block;
	}
}
/*큰기기 데스크탑 1200px 이상 끝*/

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

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