/*¯S®Ä*/
@keyframes fadeInOut
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-moz-keyframes fadeInOut /* Firefox */
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-webkit-keyframes fadeInOut /* Safari and Chrome */
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-o-keyframes fadeInOut /* Opera */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@keyframes fadeInOut1
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-moz-keyframes fadeInOut1 /* Firefox */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-webkit-keyframes fadeInOut1 /* Safari and Chrome */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-o-keyframes fadeInOut1 /* Opera */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}
.fadeInOut {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut; 
  -webkit-animation: fadeInOut;
  animation-duration: 3s; 
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s; 
  -webkit-animation-delay: 0s;
}
.flash {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut; 
  -webkit-animation: fadeInOut;
  animation-duration: 0.2s; 
  -webkit-animation-duration: 0.2s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s;
  -webkit-animation-delay: 0s; 
}
.random {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut1; 
  -webkit-animation: fadeInOut1;
  animation-duration: 1s; 
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s;
  -webkit-animation-delay: 0s; 
}
.overview_type_c .circle-color-box {
	margin-top: 50px;
}
.overview_type_c .effect-img-box {
	position: relative;
	height: 800px;
	overflow: hidden;
}
.overview_type_c .effect-control-box {
	margin-top: 100px;
}
.overview_type_c .effect-background {
	position: absolute;
    left: 40px;
    top: 20px;
    z-index: 10;
    width: 535px;
    height: 675px;
	background-color: red;
}
.overview_type_c .effect-img {
	position: absolute;
	z-index: 1000;
	max-width: 570px;
}
.effect-control-box ul,
.effect-control-box li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.effect-control-box li {
	float: left;
	width: 25%;
	min-width: 120px;
}
.effect-control-box .static {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/static.png');
}
.effect-control-box .static:hover {
	background-image: url('../../images/products/static_hover.png');
}
.effect-control-box .breathing {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/breathing.png');
}
.effect-control-box .breathing:hover {
	background-image: url('../../images/products/breathing_hover.png');
}
.effect-control-box .strobing {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/strobing.png');
}
.effect-control-box .strobing:hover {
	background-image: url('../../images/products/strobing_hover.png');
}
.effect-control-box .music {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/music.png');
}
.effect-control-box .music:hover {
	background-image: url('../../images/products/music_hover.png');
}
.effect-control-box .box-word {
	font-size: 1.15em;
	margin-top: 15px;
	color: #FFF;

}
.effect-control-box .circle_color {
	margin-top: 85px;
	margin-left: 245px;
}
@media ( min-width: 992px) and (max-width: 1439px) {
	.overview_type_c .effect-control-box {
		margin-top: 35px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 36px;
	    top: 16px;
	    z-index: 10;
	    width: 350px;
	    height: 455px;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		max-width: 465px;
	}
	.effect-control-box ul {
		margin-left: 10px;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: 100px;
	}
}
@media ( min-width: 768px) and (max-width: 991px) {
	.overview_type_c .effect-control-box {
		margin-top: 35px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 31px;
	    top: 13px;
	    z-index: 10;
	    width: 260px;
	    height: 345px;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 25%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		margin-left: 40px;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: 35px;
	}	
}
@media ( min-width: 480px) and (max-width: 767px) {
	.overview_type_c .effect-img-box {
		position: relative;
		height: 720px;
		overflow: hidden;
	}
	.overview_type_c .effect-control-box {
		margin-top: 35px;
		margin-bottom: 50px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 38px;
	    top: 20px;
	    z-index: 10;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		// max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 33%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: auto;
    	margin-right: auto;
    	width: 300px;
	}	
}
@media ( min-width: 10px) and (max-width: 479px) {
	.overview_type_c .effect-img-box {
		position: relative;
		height: 460px;
		overflow: hidden;
	}
	.overview_type_c .effect-control-box {
		margin-top: 35px;		
		margin-bottom: 50px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 30px;
	    top: 15px;
	    z-index: 10;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		// max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 100%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: auto;
    	margin-right: auto;
    	width: 300px;
	}
}
