.box-content {
	padding-bottom: 40px;
}
.box-inner {
	padding: 20px;
	background: white;
}

/* box-sidebar */
.box-sidebar {
	margin-top: 20px;
	text-align: center;
}
.box-sidebar ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.box-sidebar ul li:not(:last-child) {
	margin-right: 10px;
}
.box-sidebar ul li a {
	background: #fff;
    border: 1px solid #d1d2de;
    height: 40px;
    padding: 0 20px;
    min-width: 170px;
    display: block;
	line-height: 38px;
    border-radius: 20px;
	font-weight: 700;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.box-sidebar ul li a:hover,
.box-sidebar ul li a.active {
	background: var(--c5);
    color: white;
    border-color: var(--c5);
    text-decoration: none;
}

















































/* box-focus */
#box-focus {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.news-large {
	position: relative;
}
.news-large .txt {
	bottom: 0;
	width: 100%;
	text-align: left;
	position: absolute;
}
.news-large .txt a {
	color: white;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 20px;
	background: rgba(0,0,0,0.45);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.news-small {
	margin-bottom: 20px;
}
.news-small .news {
	position: relative;
}
.news-small .txt {
	bottom: 0;
	width: 100%;
	text-align: left;
	position: absolute;
}
.news-small .txt a {
	color: white;
	display: block;
	line-height: 1.5;
	padding: 8px 10px;
	background: rgba(0,0,0,0.45);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.news-large:hover .txt a,
.news-small:hover .txt a {
	background: rgba(0,0,0,0.9);	
}














































#primary {
	margin-right: 10px;
}
#primary .post-title {
	margin-bottom: 20px;
}
#primary h1 {
	margin: 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
#primary h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
	width: 62px;
    border-bottom: 2px solid var(--c5);
}

#sidebar {
	margin-left: -10px;
}

/* noitem */
.noitem {
	margin: -20px;
	border-radius: 0;
	text-align: center;
}

/* list-item */
.list-item .news {
	position: relative;
}
.list-item .news:not(:last-child) {
	margin-bottom: 20px;	
}
.list-item .news .img a {
	display: block;
	overflow: hidden;
	position: relative;
}
.list-item .news .img a::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	background: rgba(0,0,0,0.6);
}
.list-item .news .img a::after {
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	color: white;
	font-size: 24px;
	content: "\f0c1";
	line-height: 50px;
	text-align: center;	
	border-radius: 100%;
	border: 1px solid #949494;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.list-item .news .img a::before,
.list-item .news .img a::after {
	opacity: 0;
	position: absolute;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.list-item .news .img:hover a::before,
.list-item .news .img:hover a::after {
	opacity: 1;
}
.list-item .news .txt h2 {
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 26px;
}
.list-item .news .excerpt {
	color: #808080;
	line-height: 1.6;
	margin-bottom: 15px;
}
.list-item .news .meta {
	margin-bottom: 10px;	
}
.list-item .news .meta span {
	color: #999999;
	font-size: 12px;
}
.list-item .news .meta span::before {
	margin-right: 5px;
	color: var(--c5);
}
































































































/* box-service */
#box-service li:not(:last-child) {
	margin-bottom: 20px;
}
#box-service li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 10px;
	border: 1px solid var(--c5);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#box-service li a:hover {
	border-color: var(--c2);
}
#box-service li a img {
	margin-right: 30px;
}
















































/* box-news */
#box-news .widget-title {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}
#box-news .items li a {
	display: block;
	overflow: hidden;
}
#box-news .items li:not(:last-child) {
	margin-bottom: 20px;
}
#box-news .items .img {
	float: left;
	display: block;
}
#box-news .items .txt {
	display: block;
	margin-left: 95px;
}















































.widget.box-inner .widget-title {
	margin: 0 0 15px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.widget.box-inner:not(:last-child) {
	margin-bottom: 20px;
}

.banner-right .advertise:not(:last-child) {
	display: block;
	margin-bottom: 20px;
}

#box-comment-wrap {
	margin-top: 20px;
	margin-right: 10px;
	padding-bottom: 0;
}
#box-comment-wrap .box-comment {
	margin-top: 0;
	padding-bottom: 20px;
}
#box-comment-wrap .facebook-comment {
	overflow: hidden;
	padding-bottom: 0;
	margin-top: -8px;
	padding-bottom: 20px;
}
#box-comment-wrap .fb-comments {
	margin-left: -8px;
	max-width: initial;
}

#box-related {
	margin-top: 20px;
	margin-right: 10px;
}
#box-related .widget-title {
	font-size: 20px;
}
#box-related .group-item {
	margin-left: -10px;
	margin-right: -10px;
}
#box-related .group-item::after {
	content: '';
	clear: both;
	display: table;
}
#box-related .group-item:not(:last-child) {
	margin-bottom: 20px;
}
#box-related .item {
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#box-related .item .img {
	margin-bottom: 10px;
}
.date-share {
	margin-bottom: 20px;
}
.box-share li {
    float: left;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.box-date {
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	#box-focus img {
		width: 100%;
	}
	#box-focus .news-large {
		margin-bottom: 20px;
	}
	.list-item .news .txt {
		margin: 0;
	}
	#primary,
	#sidebar {
		margin: 0;
	}
	#box-comment-wrap,
	#box-related {
		margin-right: 0;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	
}

/* 767px */
@media screen and (max-width: 767px)
{
	#content {
		margin-top: 20px;
	}
	.box-sidebar {
		display: none;
	}
	.box-inner {
		padding: 10px;
	}
	#primary,
	#box-comment-wrap,
	#box-related {
		margin-right: 0;
	}
	#box-related .item {
		width: 50%;
	}
	#sidebar {
		margin-left: 0;
	}
	#box-news.widget {
		margin: 20px 0 0;
	}
	#box-news .widget-title {
		margin-left: -10px;
		margin-right: -10px;
	}
	#box-news .items li:not(:last-child) {
		margin-bottom: 10px;
	}
	.list-item .news:not(:last-child) {
		margin-bottom: 10px;
	}
	.list-item .news .txt {
		margin-left: -10px;
	}
	.list-item .news .txt h2 {
		margin: 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.noitem {
		margin: -10px;
	}
	#box-related .item {
		margin-bottom: 10px;
	}
}