/*
 * w417 - cc-design iweb51-style04
 * http://www.cc-design.com.tw/
 *
 * Copyright 2015, 
 * 
 * 
 * 2015 / 8
 */


/* +main banner
*----------------------------------------------------------------------------*/

#bigAD , #bigAD2 {
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
}
#bigAD{padding: 40px 0px 60px;width: 95%;margin: 0 auto;}
#bigAD .youtubee{
    display: inline-block;
    vertical-align: top;
    width: calc((100%/3) - 25px);
    margin: 0 10px;
}
#bigAD2{
	padding-top:0px;
}

#bigAD .aa1, #bigAD .aa2, #bigAD .aa3{width: 33%;display: inline-block;}
#bigAD h5{
	text-align:center;
	margin-top:5px;
	font-size: 25px;
}
#bigAD .prev ,
#bigAD .next , #bigAD2 .prev ,
#bigAD2 .next {
	width: 46px;
	height: 60px;
	background: url(../../images/08/index/arrow_large_left.png) no-repeat 0 7px;
	display: block;
	position: absolute;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 51%;
	z-index: 100;
	text-indent: -999999px;
	background-color: #9b6b6ba1;
}

#bigAD .prev , #bigAD2 .prev{
	left: 0;
}

#bigAD .next , #bigAD2 .next {
	background: url(../../images/08/index/arrow_large_right.png) no-repeat 0 7px;
	right: 0;
	background-color: #9b6b6b;
}

#bigAD2 .prev:hover ,
#bigAD2 .next:hover {
	opacity: 0.6;
	background-color: rgba(102, 102, 102, 0.6)
}

#bigAD ul , #bigAD2 ul {
	width: 100%;
	overflow: hidden;
}

#bigAD iframe{}

#bigAD ul li ,
#bigAD ul li img , #bigAD2 ul li ,
#bigAD2 ul li img {
	width: 100%;
}


/* +main banner
*----------------------------------------------------------------------------*/
#m-banner {
	background: #bfbfbf 50% 50%;
	text-align: center;
}
#m-banner img {
	width: 100%;	
}



@media screen and (max-width: 768px) {
	#bigAD .youtubee {
		width: 100%;
		margin: 20px 0;
	}
	#bigAD {
		padding: 10px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
    #bigAD ul li{
  overflow:hidden;
  padding:10px 0;
    }
    #bigAD ul li a img{
    transform: scale(1.5);
    }
    #bigAD .aa1, #bigAD .aa2, #bigAD .aa3{width: 95%;display: inline-block;}
#bigAD h5{
	text-align:center;
	margin-top:5px;
	font-size: 25px;
}
}