.mosaic.news {
	display: block;
	position: relative;
	height: 536px;
	background: url(../img/v/15.jpg) 50% 50% no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.mosaic.news .box-email, .mosaic.news .box-news {
	position: absolute;
	width: 16.66666666%;
	height: 136px;
	line-height: 136px;
	text-align: center;
}
.mosaic.news .box-email {
	background: #ff8a00;
	left: 0;
	top: 0;
}
.mosaic.news .box-news {
	background: #ffb400;
	right: 0;
	bottom: 0;
}
.mosaic.news .content {
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 33.33333333%;
	right: 16.66666666%;
	bottom: 136px;
	color: #ffffff;
	background: #6d6e71;
	padding: 40px 55px;
	font-size: 18px;
	line-height: 24px;
}
.mosaic.news .content p {
	margin: 20px 0 0;
	padding: 0;
}
.mosaic.news .content p:first-child {
	margin: 0;
}
.mosaic.news .content p.title {
	color: #b6b7b8;
}
.mosaic.news .content strong {
	font-size: 24px;
	font-weight: normal;
}
.mosaic.news .content a {
	color: #ffffff;
	text-decoration: underline;
}
.mosaic.news .content a:hover {
	text-decoration: none;
}

.tab-navigation {
	text-align: center;
	padding: 28px 0;
}
.tab-navigation nav {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ffb400;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.tab-navigation nav a {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	line-height: 44px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 1px solid #ffffff;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	text-decoration: none;
	color: #ffb400;
}
.tab-navigation nav a.active {
	background: #ffb400;
	border-color: #ffb400;
	color: #ffffff;
}

.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}

.info-list {
	margin: 0 0 100px;
}
.info-list + .load-more {
	margin: -100px 0 40px;
}

.load-more {
	position: relative;
	text-align: center;
	padding: 90px 0;
	border-top: 1px solid #dbdbdb;
}
.load-more a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #6a6a6a;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 80px;
}
.load-more a .icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -33px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
.load-more a:hover {
	text-decoration: none;
	color: #000000;
}
.load-more a:hover .icon {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.info-item {
	padding: 40px 150px 25px;
	border-top: 1px solid #e2e2e2;
	font-size: 20px;
	line-height: 26px;
}
.info-item .date {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 100%;
	color: #acacac;
}
.info-item h3 {
	font-size: 34px;
	line-height: 36px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 30px 0;
}
.info-item h3 a {
	color: #000000;
}
.info-item:first-child {
	border: 0;
}
.info-item .slider {
	margin: 0 0 70px;
}
.info-item .slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 -80px;
}
.info-item .slider ul li {
	display: none;
	width: 100%;
}
.info-item .slider ul li:first-child {
	display: block;
}
.info-item .slider ul li img {
	width: 100%;
	height: auto;
}
.info-item .preview h3 {
	cursor: pointer;
}
.info-item .detail {
	display: none;
	position: relative;
	font-family: 'clear_sans_lightregular';
	margin: 0 -80px;
	padding: 45px 80px;
}
.info-item .detail h1, .info-item .detail h2, .info-item .detail h3, .info-item .detail h4, .info-item .detail h5, .info-item .detail h6 {
	font-family: 'casper';
}
.info-item .detail p {
	margin: 10px 0 0 0;
}
.info-item .detail .close {
	position: absolute;
	right: 15px;
	top: -30px;
	cursor: pointer;
}

@media only screen and (max-width: 1279px) {
	.mosaic.news {
		height: 592px;
		margin-bottom: 15px;
	}
	.mosaic.news .box-email, .mosaic.news .box-news {
		position: absolute;
		width: 25%;
		height: 148px;
		line-height: 148px;
	}
	.mosaic.news .box-news {
		display: none;
	}
	.mosaic.news .content {
		width: 50%;
		right: 0;
		bottom: 148px;
		padding: 40px 50px;
	}
	.mosaic.news .content p {
		margin: 25px 0 0;
	}

	.info-item .slider {
		margin: 0 0 35px 0;
	}
	.info-item .detail {
		padding-top: 15px;
	}
	.info-item .detail .close {
		top: -60px;
	}
}
@media only screen and (max-width: 768px) {
	.mosaic.news {
		height: 456px;
		margin-bottom: 10px;
	}
	.mosaic.news .box-email, .mosaic.news .box-news {
		position: absolute;
		height: 114px;
		line-height: 114px;
	}
	.mosaic.news .content {
		width: 50%;
		right: 0;
		bottom: 114px;
		padding: 35px;
	}
}
@media only screen and (max-width: 700px) {
	.mosaic.news {
		height: 384px;
		margin-bottom: 5px;
	}
	.mosaic.news .box-email, .mosaic.news .box-news {
		display: none;
	}
	.mosaic.news .content {
		width: 100%;
		right: 0;
		bottom: 96px;
		padding: 24px;
		font-size: 14px;
		line-height: 18px;
	}
	.mosaic.news .content p {
		margin: 15px 0 0;
	}

	.info-item {
		padding: 30px 16px;
		font-size: 16px;
		line-height: 20px;
	}
	.info-item .date {
		margin: 0 0 20px;
	}
	.info-item h3 {
		font-size: 22px;
		line-height: 26px;
		margin: 0;
	}
	.info-item h3 a {
		color: #000000;
	}
	.info-item .detail {
		display: none;
		position: relative;
		font-family: 'clear_sans_lightregular';
		margin: 0 -16px;
		padding: 65px 16px 30px;
	}
	.info-item .detail h1, .info-item .detail h2, .info-item .detail h3, .info-item .detail h4, .info-item .detail h5, .info-item .detail h6 {
		margin: 0 0 30px 0;
	}
	.info-item .detail .close {
		right: 5px;
		top: 0;
	}

	.load-more {
		padding: 45px 0;
	}
}
