.home #headerwrap {
	opacity: 1;
}

.home-main {
	margin-bottom: 50px;
}

.home-main img {
	display: block;
}

.home-banner {
	margin: -25px 0 50px;
}

.home-banner,
.home-video .slide {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.home-video .slide {
	padding-bottom: 40px;
}

.home-banner img {
	width: 100%;
}

@media all and (min-width: 441px) {
	.home-banner .bx-viewport {
		overflow: visible !important;
		left: 50%;
		margin-left: -240px;
	}
	.home-banner li {
		padding: 0 20px;
	}
}
@media all and (max-width: 440px) {
	.home-banner {
		margin: -25px 20px 40px;
	}
}
@media all and (min-width: 871px) {
	.home-video	.bx-viewport {
		position: relative;
		overflow: visible !important;
		left: 50%;
		margin-left: -435px;
		margin-left: -460px;
	}

	.home-video li {
		padding: 0 20px;
	}
}
@media all and (max-width:870px) {
	.home-video .slide {
		margin: 0 5px 20px;
	}
	.home-video	.bx-viewport {
		margin-left: -12px;
	}
	.home-video li {
		margin: 0 !important;
	}
}

.video-wrap {
	width: 840px;
	max-width: 100%;
	position: relative;
	padding-top: 55%;
}

.video-wrap.b {
	width: 100%;
	margin-bottom: 20px;
}

.video-wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home .bx-pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.home .bx-pager a {
	display: inline-block;
	color: transparent;
	width: 20px;
	height: 4px;
	background: #fff;
	margin: 0 8px;
	overflow: hidden;
}
.home .bx-pager a:hover,
.home .bx-pager a.active{
	background: #00d0bc;
}
.home .bx-pager-item {
	display: inline-block;
}

.home-content * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.home-posts {
	width: 1000px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.home-posts ul {
	margin: 0;
	padding: 0;
}

.home-posts li {
	margin: 0;
	padding: 0;
}
.home-posts .box {
}
.home-posts .box > li {
	
}
.home-posts .box > li > span {
	color: #00d0bc;
	font-size: 24px;
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
}

.home-posts .list a {
	color: #fff;
}

.home-posts .list p {
	font-size: 13px;
}

.home-posts .list p span {
	display: block;
	font-weight: bold;
}

.home-posts .btn,
.home-video .btn {
	text-align: right;
}

.home-video .btn {
	max-width: 1000px;
	margin: -30px auto 0;
	padding: 0 20px;
  position: relative;
  z-index: 10;
}

.home-posts .btn a,
.home-video .btn a {
	color: #fff;
	font-size: 14px;
}
.home-posts .nav {
	text-align: center;
	margin-bottom: 30px;
}
.home-posts .nav li {
	display: inline-block;
	width: 28%;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}


.home-posts .nav a {
	color: #fff;
}
.home-posts .nav a:hover {
	text-decoration: none;
}

.home-posts .nav a.active {
	color: #00d0bc;
}

.home-video {
	margin: 50px 0 60px;
}

.home-video .ttl {
	text-align: center;
	color: #00d0bc;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media all and (min-width: 768px) {
	.home-posts .nav {
		display: none;
	}
	.home-posts .box {
		margin-left: -5%;
	}
	.home-posts .box > li {
		float: left;
		width: 33.33%;
		padding-left: 5%;
	}
}

@media all and (max-width: 767px) {
	.home-posts .box > li > span {
		display: none;
	}
	
	.home-posts .box > li {
		display: none;
	}
	
	.home-posts .box > li.active {
		display: block;
	}
	.home-video .ttl {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.home-video .btn {
		margin-top: -10px;
	}
}

.disco-back {
  margin-top: 80px;
}

.disco-image {
  max-width: 660px;
  margin-bottom: 20px;
}
.news-image {
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .disco-image {
    margin-bottom: 0;
  }
  .news-image {
    margin-bottom: 1em;
  }
}

.disco-image div, .news-image div {
  background: no-repeat center center;
  background-size: cover;
  padding-top: 100%;
}

.disco-image.b {
  max-width: 800px;
  margin: 0 auto 20px;
}
.news-image.b {
  max-width: 1000px;
  margin: 0 auto -4em;
}
@media all and (max-width: 767px) {
  .news-image.b {
    margin: 0 auto -3em;
  }
}