@charset "utf-8";
/* CSS Document */
*{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	height: auto;
}
.clear{
	clear: both;
}

#LP{
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 15px 6px #cccccc;
	-moz-box-shadow: 0 0 15px 6px #cccccc;
	box-shadow: 0 0 15px 6px #cccccc;
}

/**側邊按鈕**/
#side_btn{
	float: left;
	left: 20px;
	width: 30%;
	max-width: 245px;
	bottom:20px;
	position:fixed;
	z-index:200;
}
/**/

/**FV**/
#fv{
	position: relative;
}
#pd{
	position: absolute;
	z-index: 10;
}
.lineFB{
	width:40px;
	height: auto;
	margin-top: 10px;
	right: 10px;
	z-index:100;
	position: absolute;
}
.lineFB_bt{
	position: static;
}
/**/

/*輪播設定*/
#swiper_bg{
	position: relative;
}
.swiper-container {
	width: 90% !important;
	margin-left: 5% !important;
	height: auto !important;
	position: absolute !important;
}
.swiper-wrapper{
	width: 10% !important;
	height: 100% !important;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
:root {
	--swiper-navigation-size: 60px !important;/*紅字是因為前面有--*/
	--swiper-navigation-color: rgba(39,167,225,1.00) !important;
}
.swiper-button-next{
    right: 8% !important;
}
.swiper-button-prev{
	left: 8% !important;
}

#WG_07_pc{
	display: block;
}
#WG_07_mb{
	display: none;
}
/**/

/**影片設定**/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/

#offer_wbtn img{
	width: 50%;
	float: left;
}

/**RWD**/
@media screen and (max-width: 900px){
	#WG_07_pc{
		display: none;
	}
	#WG_07_mb{
		display: block;
	}
	
}
@media screen and (max-width: 700px){
	#side_btn{
		width: 35%;
		left: 0;
	}
	.lineFB{
		width:40px;
		height: auto;
		right: 5px;
	}
	:root {
	--swiper-navigation-size: 40px !important;/*紅字是因為前面有--*/
	/*--swiper-navigation-color: var(--swiper-theme-color);	  */
	}
}
@media screen and (max-width: 450px){
	:root {
	--swiper-navigation-size: 30px !important;/*紅字是因為前面有--*/
	/*--swiper-navigation-color: var(--swiper-theme-color);	  */
	}
}