/*
 * http://www.lfo.com.tw/
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 21
 */


/* + newWrap
*----------------------------------------------------------------------------*/
#newWrap {
	overflow: hidden;
	padding: 35px 15px 40px 240px;
	background: url(../images/all/img-news.png) no-repeat 0 0;
	color: #000;
}

#newWrap ul li ,
#newWrap ul li a {
	color: #d8c37a;
}


/* + productWrap
*----------------------------------------------------------------------------*/
#productWrap ,
#productWrap .item ul {
	overflow: hidden;
}

#productWrap .item {
	margin: 15px 0;
}

#productWrap .item h3.title {
	padding: 0 0 5px 50px;
	background: url(../images/all/icon-tit.png) no-repeat 0 center;
	border-bottom: 1px #ccc solid;
	box-shadow: 0 1px 1px #131111;
	font-size: 20px;
	text-shadow: 0 1px 1px #000;
	color: #fbff00;
}

#productWrap .item ul li {
	float: left;
	width: 320px;
}

#productWrap .item ul li a {
	position: relative;
	display: block;
}

#productWrap .item ul li a img.topBg {
	position: absolute;
	margin: 0;
	z-index: 10;
}

#productWrap .item ul li a span {
	overflow: hidden;
	margin: 20px 0 30px 15px;
	width: 90%;
	height: 183px;
	display: inline-block;
}

#productWrap .item ul li h3 {
	text-align: center;
}

#productWrap .item ul.games li a {
	margin: 10px 5px;
}

#productWrap .item ul.games li a img.hover ,
#productWrap .item ul.games li a:hover img.first {
	display: none;
}

#productWrap .item ul.games li a:hover img.hover {
	display: inline-block;
}
#banner{
	position:relative;
}
#banner .youtube{
	position:absolute;
	bottom: 80px;
	right: 2%;
	z-index:9999;
}
#banner .youtube iframe{
	width: 500px;
    height: 280px;
}
@media screen and (max-width: 1440px) {
	#banner .youtube{
		bottom: 5px;
	}
	#banner .youtube iframe{
		width: 200px;
		height: 150px;
	}
}
