body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
/*slides*/
@keyframes rotateAnimation {
  0% {
    transform: rotate(-22deg);
  }
  50% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(-22deg);
  }
}
@media screen and (max-width: 500px) {
	section.slides {
		display: none;
	}
	section.mobile_slides {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		height: 70vw;
		max-height: 520px;
		margin-top: -14px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	section.mobile_slides .slide_box {
		position: relative;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	section.mobile_slides .slide_box img {
		height: 100%;
		width: 100%;
	}
	section.mobile_slides .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		padding: 0 5%;
		box-sizing: border-box;
		height: 100%;
		overflow: auto;
		position: relative;
	}
	section.mobile_slides .wrap a {
		position: absolute;
		padding: 16px 0px;
		text-align: center;
		width: 160px;
		box-sizing: border-box;
		display: block;
		margin: auto;
		border-radius: 5px;
		font-weight: bold;
		font-size: 14px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.mobile_slides .wrap a:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		border: 1px solid rgba(0, 0, 0, 0.5);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		display: none;
	}
	section.mobile_slides {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		height: 70vw;
		max-height: 520px;
		margin-top: -14px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	section.mobile_slides .slide_box {
		position: relative;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	section.mobile_slides .slide_box img {
		height: 100%;
		width: 100%;
	}
	section.mobile_slides .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		padding: 0 5%;
		box-sizing: border-box;
		height: 100%;
		overflow: auto;
		position: relative;
	}
	section.mobile_slides .wrap a {
		position: absolute;
		padding: 16px 0px;
		text-align: center;
		width: 160px;
		box-sizing: border-box;
		display: block;
		margin: auto;
		border-radius: 5px;
		font-weight: bold;
		font-size: 14px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.mobile_slides .wrap a:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		border: 1px solid rgba(0, 0, 0, 0.5);
	}
}
@media screen and (min-width: 801px) {
	section.mobile_slides {
		display: none;
	}
	section.slides {
		width: 100%;
		max-width: 2000px;
		padding: 10px 5%;
		margin: 0 auto;
		overflow: auto;
		box-sizing: border-box;
		height: auto;
		/*		max-height: 520px;*/
		margin-top: -14px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	section.slides .slide_box {
		position: relative;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	section.slides .slide_box img {
		height: 100%;
		width: 100%;
	}
	section.slides .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		padding: 0 5%;
		box-sizing: border-box;
		height: 100%;
		overflow: auto;
		position: relative;
	}
	section.slides .wrap a {
		position: absolute;
		padding: 16px 0px;
		text-align: center;
		width: 160px;
		box-sizing: border-box;
		display: block;
		margin: auto;
		border-radius: 5px;
		font-weight: bold;
		font-size: 14px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.slides .wrap a:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		border: 1px solid rgba(0, 0, 0, 0.5);
	}
}
/*feat*/
@media screen and (max-width: 500px) {
	section.feat {
		position: relative;
		z-index: 2;
		width: 100%;
		margin: 0 auto;
		padding: 2.5px;
		box-sizing: border-box;
		position: relative;
	}
	section.feat .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		padding: 0px;
		box-sizing: border-box;
		position: relative;
		background-color: white;
  display: flex;
		flex-wrap:wrap;
/*  flex-direction:column;*/
	}
	section.feat .wrap>div .inner {
		background-color: aliceblue;
		height: 100%;
		width: 100%;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
		height: 100%;
		text-decoration: none;
	}
	section.feat .wrap>div h1 {
		font-size: 13px;
		font-weight: normal;
		width: 55%;
		margin: 0 0 38px 0;
		line-height: 15px;
		color: white;
		position: relative;
		z-index: 01;
	}
	section.feat .wrap>div h1 span {
		color: #ffd200;
	}
	section.feat .wrap>div .view {
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-size: 9px;
		position: absolute;
		bottom: 10px;
		left: 10px;
		background-color: white;
		padding: 4px 5px;
		border-radius: 2px;
	}
	section.feat .wrap .lf,
	section.feat .wrap .rt {
		width: 50%;
		float: left;
		padding: 2.5px;
		box-sizing: border-box;
	}
	section.feat .wrap .lf .inner {
		background-color: #050068;
		border-radius: 0px 0 0 0;
	}
	section.feat .wrap .rt .inner {
		background-color: #990000;
		border-radius: 0 0px 0 0;
	}
	section.feat .wrap .lf img {
		position: absolute;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		top: 0;
		bottom: 0;
		right: -66px;
		pointer-events: none;
		height: 90%;
		margin: auto;
		animation: rotateAnimation 2s linear infinite;
	}
	section.feat .wrap .rt img {
		position: absolute;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		top: 0;
		bottom: 0;
		right: -45px;
		pointer-events: none;
		height: 90%;
		margin: auto;
		animation: rotateAnimation 2s linear infinite;
	}
	section.feat .wrap .lf:hover img,
	section.feat .wrap .rt:hover img {
		bottom: 10px;
	}
	section.feat .wrap .mid {
		width: 100%;
		overflow: auto;
		padding: 2.5px;
		box-sizing: border-box;
		order: -1;
	}
	section.feat .wrap .mid .inner {
		overflow: auto;
		background-color: #004b00;
		display: block;
		
		border-radius: 10px 10px 0px 0px;
	}
	section.feat .wrap .mid .inner .product {
		overflow: auto;
		width: 100%;
	}
	section.feat .wrap .mid .inner .product video {
		width: 35%;
		float: left;
		display: block;
	}
	section.feat .wrap .mid .inner .product h1 {
		padding: 0px 0px 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		width: 65%;
		float: left;
		text-align: left;
		font-size: 16px;
		line-height: 19px;
		margin: 0;
	}
	section.feat .wrap .mid .inner .product h1 span {
		font-size: 25px;
		line-height: 24px;
		text-align: left;
		display: block;
		font-weight: bold;
	}
	section.feat .wrap .mid .inner .product h1 span.hype{
		font-size: 15px;
		line-height: 18px;
		text-align: left;
		display: block;
		font-weight: bold;
		color: #ff3674;
	}
	section.feat .wrap .mid .view {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		box-sizing: border-box;
		background-color: green;
		color: #ffffff;
		padding: 6px 10px;
		font-size: 14px;
		position: relative;
		left: 0;
		bottom: 0;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.feat {
		position: relative;
		z-index: 2;
		width: 100%;
		margin: 0 auto;
		padding: 0 15%;
		box-sizing: border-box;
		position: relative;
	}
	section.feat .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 10px;
		position: relative;
		background-color: white;
	}
	section.feat .wrap>div {
		float: left;
		box-sizing: border-box;
		height: 250px;
		position: relative;
		overflow: hidden;
	}
	section.feat .wrap>div img {
		position: absolute;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		bottom: -33px;
		right: -56px;
		pointer-events: none;
	}
	section.feat .wrap>div .inner {
		background-color: aliceblue;
		height: 100%;
		width: 100%;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
		height: 100%;
		text-decoration: none;
	}
	section.feat .wrap>div h1 {
		font-size: 18px;
		font-weight: normal;
		width: 60%;
		margin: 0;
		line-height: 23px;
		color: white;
		position: relative;
		z-index: 01;
	}
	section.feat .wrap>div h1 span {
		color: #ffd200;
	}
	section.feat .wrap>div .view {
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-size: 10px;
		position: absolute;
		bottom: 10px;
		left: 10px;
		background-color: white;
		padding: 5px 20px;
		border-radius: 2px;
	}
	section.feat .wrap .lf,
	section.feat .wrap .rt {
		width: 100%;
	}
	section.feat .wrap .lf {
		padding-right: 0px;
		box-sizing: border-box;
	}
	section.feat .wrap .rt {
		padding-left: 0px;
		box-sizing: border-box;
	}
	section.feat .wrap .lf .inner {
		background-color: #050068;
		border-radius: 0px 0 0 0;
	}
	section.feat .wrap .rt .inner {
		background-color: #990000;
		border-radius: 0 0px 0 0;
	}
	section.feat .wrap .lf:hover img,
	section.feat .wrap .rt:hover img {
		bottom: 10px;
	}
	section.feat .wrap .mid {
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 0 0px;
		box-sizing: border-box;
	}
	section.feat .wrap .mid .inner {
		overflow: auto;
		background-color: #004b00;
	}
	section.feat .wrap .mid .inner .product {
		height: auto;
		overflow: auto;
		width: 100%;
	}
	section.feat .wrap .mid .inner .product video {
		width: 65%;
		margin: 0 auto;
		display: block;
	}
	section.feat .wrap .mid .inner .product h1 {
		padding: 10px 10px 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		text-align: center;
	}
	section.feat .wrap .mid .inner .product h1 span {
		font-size: 40px;
		line-height: 40px;
		clear: both;
		display: block;
		font-weight: bold;
	}
	section.feat .wrap .mid .view {
		position: relative;
		width: 150px;
		text-align: center;
		margin: 0 auto;
		left: auto;
		margin-top: 20px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	section.feat {
		position: relative;
		z-index: 2;
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
		box-sizing: border-box;
		position: relative;
	}
	section.feat .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: calc(2000px - 25%);
		padding: 20px 20px 265px 20px;
		box-sizing: border-box;
		border-radius: 30px;
		position: relative;
		background-color: white;
		top: -30px;
	}
	section.feat .wrap>div {
		float: left;
		box-sizing: border-box;
		height: 250px;
		position: relative;
		overflow: hidden;
	}
	section.feat .wrap>div img {
		position: absolute;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		bottom: -33px;
		right: -56px;
		pointer-events: none;
	}
	section.feat .wrap>div .inner {
		background-color: aliceblue;
		height: 100%;
		width: 100%;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
		display: block;
		height: 100%;
		text-decoration: none;
	}
	section.feat .wrap>div h1 {
		font-size: 18px;
		font-weight: normal;
		width: 60%;
		margin: 0;
		line-height: 23px;
		color: white;
		position: relative;
		z-index: 01;
	}
	section.feat .wrap>div h1 span {
		color: #ffd200;
	}
	section.feat .wrap>div .view {
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-size: 10px;
		position: absolute;
		bottom: 10px;
		left: 10px;
		background-color: white;
		padding: 5px 20px;
		border-radius: 2px;
	}
	section.feat .wrap .lf,
	section.feat .wrap .rt {
		width: 50%;
	}
	section.feat .wrap .lf {
		padding-right: 5px;
		box-sizing: border-box;
	}
	section.feat .wrap .rt {
		padding-left: 5px;
		box-sizing: border-box;
	}
	section.feat .wrap .lf .inner {
		background-color: #050068;
		border-radius: 20px 0 0 0;
	}
	section.feat .wrap .rt .inner {
		background-color: #990000;
		border-radius: 0 20px 0 0;
	}
	section.feat .wrap .lf:hover img,
	section.feat .wrap .rt:hover img {
		bottom: 10px;
	}
	section.feat .wrap .mid {
		width: 100%;
		position: absolute;
		top: 280px;
		left: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	section.feat .wrap .mid .inner {
		overflow: auto;
		background-color: #004b00;
	}
	section.feat .wrap .mid .inner .product {
		height: 90%;
		display: flex;
		float: left;
	}
	section.feat .wrap .mid .inner .product video {
		height: 100%;
		float: left;
		display: block;
		display: inline-block;
	}
	section.feat .wrap .mid .inner .product h1 {
		width: auto;
		float: left;
		padding: 0px 10px 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		font-size: 30px;
		line-height: 30px;
	}
	section.feat .wrap .mid .inner .product h1 span {
		font-size: 40px;
		line-height: 40px;
		clear: both;
		display: block;
		font-weight: bold;
	}
	section.feat .wrap .mid .view {
		left: 190px;
		bottom: 33px;
	}
}
@media screen and (min-width: 1201px) {
	section.feat {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 0 2%;
		box-sizing: border-box;
		position: relative;
	}
	section.feat .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: calc(2000px - 25%);
		padding: 20px 20px 5px 20px;
		box-sizing: border-box;
		border-radius: 30px;
		position: relative;
		background-color: white;
		top: -30px;
	}
	section.feat .wrap>div {
		float: left;
		box-sizing: border-box;
		height: 250px;
		position: relative;
		overflow: hidden;
	}
	section.feat .wrap>div img {
		position: absolute;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		bottom: -33px;
		right: -56px;
		pointer-events: none;
	}
	section.feat .wrap>div .inner {
		background-color: aliceblue;
		height: 100%;
		width: 100%;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
		display: block;
		height: 100%;
		text-decoration: none;
	}
	section.feat .wrap>div h1 {
		font-size: 18px;
		font-weight: normal;
		width: 60%;
		margin: 0;
		line-height: 22px;
		color: white;
		position: relative;
		z-index: 01;
	}
	section.feat .wrap>div h1 span {
		color: #ffd200;
	}
	section.feat .wrap>div .view {
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-size: 10px;
		position: absolute;
		bottom: 65px;
		left: 10px;
		background-color: white;
		padding: 5px 20px;
		border-radius: 2px;
	}
	section.feat .wrap .lf,
	section.feat .wrap .rt {
		width: 33.3333%;
	}
	section.feat .wrap .lf {
		padding-right: 5px;
		box-sizing: border-box;
	}
	section.feat .wrap .rt {
		padding-left: 5px;
		box-sizing: border-box;
	}
	section.feat .wrap .lf .inner {
		background-color: #050068;
		border-radius: 20px 0 0 0;
	}
	section.feat .wrap .rt .inner {
		background-color: #990000;
		border-radius: 0 20px 0 0;
	}
	section.feat .wrap .lf:hover img,
	section.feat .wrap .rt:hover img {
		bottom: 10px;
	}
	section.feat .wrap .mid {
		width: 33.3333%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.feat .wrap .mid .inner {
		overflow: auto;
		background-color: #004b00;
	}
	section.feat .wrap .mid .inner .product {
		height: 90%;
		display: flex;
		float: left;
	}
	section.feat .wrap .mid .inner .product video {
		height: 100%;
		float: left;
		display: block;
		display: inline-block;
	}
	section.feat .wrap .mid .inner .product h1 {
		width: auto;
		float: left;
		padding: 0px 10px 5px 10px;
		box-sizing: border-box;
		display: inline-block;
	}
	section.feat .wrap .mid .inner .product h1 span {
	}
	section.feat .wrap .mid .view {
		left: 190px;
		bottom: 33px;
	}
}
/*popular*/
@media screen and (max-width: 500px) {
	section.fcy_dvd1 {
		width: 100%;
		height: 150px;
		max-width: 1400px;
		display: block;
		position: relative;
		z-index: 0;
		margin: -60px auto 0 auto;
		overflow: hidden;
	}
	section.fcy_dvd1 img {
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.popular {
		position: relative;
		z-index: 03;
		width: 100%;
		max-width: 2000px;
		margin: 0px auto 0px auto;
		overflow: auto;
		background-image: -webkit-linear-gradient(-90deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: -moz-linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-position: top;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.popular .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 2000px;
		padding: 20px 10px 100px 10px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	img.fcy_dvd1 {
		width: 100%;
		z-index: 2;
		position: absolute;
	}
	section.popular #animation_container {
		width: 90% !important;
		max-width: 1400px;
		height: auto !important;
		position: relative !important;
		display: block;
		margin: 10px auto 0 auto;
		z-index: 3;
	}
	section.popular #animation_container canvas {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		background-color: #1d0090 !important;
		display: block !important;
	}
	section.popular #animation_container #dom_overlay_container {
		display: none !important;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.fcy_dvd1 {
		width: 100%;
		height: 150px;
		max-width: 1400px;
		display: block;
		position: relative;
		z-index: 2;
		margin: -40px auto 0 auto;
		overflow: hidden;
	}
	section.fcy_dvd1 img {
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.popular {
		width: 100%;
		max-width: 1400px;
		margin: 0px auto 0 auto;
		overflow: auto;
		position: relative;
		background-image: -webkit-linear-gradient(-90deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: -moz-linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-position: top;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.popular .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1400px;
		padding: 20px 0px 60px 0px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	section.popular #animation_container {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		display: block !important;
		margin: 0px auto 0 auto;
	}
	section.popular #animation_container canvas {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		background-color: #1d0090 !important;
		display: block !important;
	}
	section.popular #animation_container #dom_overlay_container {
		display: none !important;
	}
	section.popular .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1400px;
		padding: 20px 3% 60px 3%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 801px) {
	section.fcy_dvd1 {
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 2000px;
		display: block;
		position: relative;
		z-index: 2;
		margin: -90px auto 0 auto;
	}
	section.fcy_dvd1 img {
		width: 100%;
		display: block;
	}
	section.popular {
		position: relative;
		z-index: 03;
		width: 100%;
		max-width: 2000px;
		margin: 0px auto 0px auto;
		overflow: auto;
		background-image: -webkit-linear-gradient(-90deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: -moz-linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-image: linear-gradient(180deg, #27499e 0, #27499e 25%, rgba(0, 0, 0, 1) 100%);
		background-position: top;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.popular .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1400px;
		padding: 20px 0px 60px 0px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	img.fcy_dvd1 {
		width: 100%;
		z-index: 2;
		position: absolute;
	}
	section.popular #animation_container {
		width: 90% !important;
		max-width: 1400px;
		height: auto !important;
		position: relative !important;
		display: block;
		margin: 10px auto 0 auto;
		z-index: 3;
	}
	section.popular #animation_container canvas {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		background-color: #1d0090 !important;
		display: block !important;
	}
	section.popular #animation_container #dom_overlay_container {
		display: none !important;
	}
	section.popular .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 2000px;
		padding: 20px 30px 100px 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*mrkt_a*/
@media screen and (max-width: 500px) {
	section.mrkt_a {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_a img.mobile {
		display: block;
		width: 100%;
	}
	section.mrkt_a img.desktop {
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.mrkt_a {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_a img.mobile {
		display: block;
		width: 100%;
	}
	section.mrkt_a img.desktop {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	section.mrkt_a {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_a img.desktop {
		display: block;
		width: 100%;
	}
	section.mrkt_a img.mobile {
		display: none;
	}
}
/*mrkt_b*/
@media screen and (max-width: 500px) {
	section.mrkt_b {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_b img.mobile {
		display: block;
		width: 100%;
	}
	section.mrkt_b img.desktop {
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.mrkt_b {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_b img.mobile {
		display: block;
		width: 100%;
	}
	section.mrkt_b img.desktop {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	section.mrkt_b {
		width: 100%;
		height: auto;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
	}
	section.mrkt_b img.desktop {
		display: block;
		width: 100%;
	}
	section.mrkt_b img.mobile {
		display: none;
	}
}
/*connect*/
@media screen and (max-width: 500px) {
	section.connect {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		background-color: #006bff;
		color: white;
	}
	section.connect .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 30px 10px;
		box-sizing: border-box;
	}
	section.connect .wrap h1 {
		font-size: 16px;
		margin: 0;
		text-align: center;
		font-weight: normal;
	}
	section.connect .wrap h2 {
		text-align: center;
	}
	section.connect .wrap .social {
		width: 70%;
		overflow: auto;
		display: flex;
		justify-content: space-between;
		margin: 0px auto;
	}
	section.connect .wrap .social a {
		height: 50px;
		width: 50px;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.connect .wrap .signup {
		height: auto;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	section.connect .wrap .signup input {
		float: left;
		width: 100%;
		clear: both;
		height: 100%;
		border-width: 0;
		box-sizing: border-box;
		margin: 0 auto 10px auto;
		padding: 10px 20px;
		border-radius: 50px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		outline: none;
	}
	section.connect .wrap .signup button {
		background-color: black;
		color: white;
		outline: none;
		border-width: 0;
		height: 100%;
		margin: 0 auto;
		padding: 10px 30px;
		box-sizing: border-box;
		width: 100%;
		font-weight: bold;
		border-radius: 50px;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.connect {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		background-color: #006bff;
		color: white;
	}
	section.connect .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 40px 60px;
		box-sizing: border-box;
	}
	section.connect .wrap h1 {
		font-size: 24px;
		margin: 0;
		text-align: center;
		font-weight: normal;
	}
	section.connect .wrap h2 {
		text-align: center;
	}
	section.connect .wrap .social {
		width: 250px;
		overflow: auto;
		display: flex;
		justify-content: space-between;
		margin: 10px auto;
	}
	section.connect .wrap .social a {
		height: 50px;
		width: 50px;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.connect .wrap .signup {
		height: auto;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		overflow: auto;
	}
	section.connect .wrap .signup input {
		float: left;
		width: 100%;
		clear: both;
		border-width: 0px;
		box-sizing: border-box;
		margin: 0 auto 10px auto;
		padding: 10px 20px;
		border-radius: 50px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		outline: none;
	}
	section.connect .wrap .signup button {
		background-color: black;
		color: white;
		outline: none;
		border-width: 0;
		height: 100%;
		margin: 0 auto;
		padding: 10px 30px;
		box-sizing: border-box;
		width: 300px;
		font-weight: bold;
		border-radius: 50px;
		display: block;
	}
}
@media screen and (min-width: 801px) {
	section.connect {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		background-color: #006bff;
		color: white;
	}
	section.connect .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 50px 0;
		box-sizing: border-box;
	}
	section.connect .wrap h1 {
		font-size: 40px;
		margin: 0;
		text-align: center;
		font-weight: normal;
	}
	section.connect .wrap h2 {
		text-align: center;
	}
	section.connect .wrap .social {
		width: 300px;
		overflow: auto;
		display: flex;
		justify-content: space-between;
		margin: 10px auto;
	}
	section.connect .wrap .social a {
		height: 50px;
		width: 50px;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.connect .wrap .signup {
		height: auto;
		width: 40%;
		max-width: 500px;
		margin: 0 auto;
		overflow: auto;
	}
	section.connect .wrap .signup input {
		float: left;
		width: 100%;
		clear: both;
		height: 100%;
		border-width: 0;
		box-sizing: border-box;
		margin: 0 auto 10px auto;
		padding: 10px 20px;
		border-radius: 50px;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		outline: none;
	}
	section.connect .wrap .signup button {
		background-color: black;
		color: white;
		outline: none;
		border-width: 0;
		height: 100%;
		margin: 0 auto;
		padding: 10px 30px;
		box-sizing: border-box;
		width: 300px;
		font-weight: bold;
		border-radius: 50px;
		display: block;
		cursor: pointer;
	}
}