* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
ul {
	padding-left: 2rem;	
}

img {
  width: 100%;
  height: auto;
  border: none;
}

body, .no-back {
  background: url(../images/bg.jpg) top center fixed!important; 
  font-family: 'Microsoft JhengHei', Arial;
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
  background-color: #d60c28;
  padding: 3px;
  padding-top: 10px;
}
#header img.logo {
  max-width: 40%;
  width: auto;
  height: auto;
}
.wrapper {
/*  background:url(../images/main.jpg) no-repeat; */

}
@media only screen and (max-width: 736px) {
  .wrapper {
/*	background:url(../images/main.jpg) no-repeat; */
    background-position: top center;
    background-size: 100%;

  }
}
@media only screen and (min-width: 737px) {
  .wrapper {
/*	background:url(../images/main.jpg) no-repeat; */
    background-size: contain;
	background-size: 100%;

  }
}

.imgbg {
  background-size: contain;
}
.img {
  width: 100%;
  height: auto;
  border: none;
}
@media only screen and (max-width: 736px) {
  .mobile {
    margin:auto;
    display:block;
	
  }
  .pc {
    display: none;
  }
  #mobile01 {
    background: url(../images/content01_m.png) no-repeat;
    background-size: cover;
  }
  #mobile01 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile02 {
    background: url(../images/content02_m.png) no-repeat;
    background-size: cover;
  }
  #mobile02 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile03 {
    background: url(../images/content03_m.png) no-repeat;
    background-size: cover;
  }
  #mobile03 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile04 {
    background: url(../images/content04_m.png) no-repeat;
    background-size: cover;
  }
  #mobile04 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile05 {
    background: url(../images/content05_m.png) no-repeat;
    background-size: cover;
  }
  #mobile05 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #mobile06 {
    background: url(../images/content06_m.png) no-repeat;
	background-color: #a61a00;  
    background-size: cover;
  }
  #mobile06 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #mobile07 {
    background: url(../images/content07_m.png) no-repeat;
    background-size: cover;
  }
  #mobile07 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile08 {
    background: url(../images/content08_m.png) no-repeat;
    background-size: cover;
  }
  #mobile08 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile09 {
    background: url(../images/content09_m.png) no-repeat;
    background-size: cover;
  }
  #mobile09 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #mobile10 {
    background: url(../images/content10_m.png) no-repeat;
    background-size: cover;
  }
  #mobile10 img {
    width: 100%;
    height: auto;
    border: none;
  }
}
@media only screen and (min-width: 737px) {
  .pc {
    margin: 0 auto;
    display: block;
	position:relative;
  }
  .mobile {
    display: none;
  }
  #pc01 {
    background: url(../images/content01.png) no-repeat;
    background-size: cover; 
  }
  #pc01 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #pc02 {
    background: url(../images/content02.png) no-repeat;
    background-size: cover;
  }
  #pc02 img {
    width: 100%;
    height: auto;
    border: none;
  }
  #pc03 {
    background: url(../images/content03.png) no-repeat;
    background-size: cover;
  }
  #pc03 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc04 {
    background: url(../images/content04.png) no-repeat;
    background-size: cover;
  }
  #pc04 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc05 {
    background: url(../images/content05.png) no-repeat;
    background-size: cover;
  }
  #pc05 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc06 {
    background: url(../images/content06.png) no-repeat;
	background-color: #a61a00;    
    background-size: cover;
  }
  #pc06 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc07 {
    background: url(../images/content07.png) no-repeat;
    background-size: cover;
  }
  #pc07 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc08 {
    background: url(../images/content08.png) no-repeat;
    background-size: cover;
  }
  #pc08 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc09 {
    background: url(../images/content09.png) no-repeat;
    background-size: cover;
  }
  #pc09 img {
    width: 100%;
    height: auto;
    border: none;
  }  
  #pc10 {
    background: url(../images/content10.png) no-repeat;
    background-size: cover;
  }
  #pc10 img {
    width: 100%;
    height: auto;
    border: none;
  }  

}

@media screen and (min-width: 1025px) {
	.pc2a {
		width: 45%;
		margin-left: 5%;					
		}

	.trailer {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	}
	.trailer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.pc2a {
		width: 95%;
		text-align:center;
		}
		.trailer {
		text-align:center;
	}
	.trailer iframe{
		
	}
}

.menu {
}
.menu-list {	
     	margin-top:1%;
		padding:0px;
		margin-left:5%;

}
@media only screen and (max-width: 736px) {
	.menu-list {
		margin-top: 10px;
		padding:0px;
	}
}

.menu-list li {
  list-style: none;
  float: left;
  position: relative;
 
}
.menu-list li > a {

}
@media only screen and (max-width: 736px) {
  .menu-list li {
    width: 33%;
    padding: 1%;
  }
  .menu-list li:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 737px) {
  .menu-list li {
    width: 20%;
    padding: 0.3%;
  }
  .menu-list li:nth-child(6n+1) {
    clear: both;
  }
}
.menu-list .cpbox {

  overflow: hidden;
}
.menu-list a {
  display: block;
  padding: 1px;  
  overflow: hidden;
  float: left;
  color: #fff;
  text-decoration: none;
  width: 98%;
}

.menu-list a:hover {
  width: 100%;
	}

.menu-list .ptxt0 {
  margin: 0 auto;
  font-family: "Microsoft JhengHei",Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.2;
  height: 2em;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (max-width: 736px) {
	.menu-list .ptxt0 {
	 font-size: 1em;
		}
	}



.menu2 {
}
.menu2-list {	
     	margin-top:1%;
		padding:0px;
		margin-left:5%;

}
@media only screen and (max-width: 736px) {
	.menu2-list {
		margin-top: 10px;
		padding:0px;
	}
}

.menu2-list li {
  list-style: none;
  float: left;
  position: relative;
 
}
.menu2-list li > a {

}
@media only screen and (max-width: 736px) {
  .menu2-list li {
    width: 33%;
    padding: 1%;
  }
  .menu2-list li:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 737px) {
  .menu2-list li {
    width: 20%;
    padding: 0.3%;
  }
  .menu2-list li:nth-child(6n+1) {
    clear: both;
  }
}
.menu2-list .cpbox {

  overflow: hidden;
}
.menu2-list a {
  display: block;
  padding: 1px;  
  overflow: hidden;
  float: left;
  color: #fff;
  text-decoration: none;
  width: 98%;
}

.menu2-list a:hover {
  width: 100%;
	}

.menu2-list .ptxt0 {
  margin: 0 auto;
  font-family: "Microsoft JhengHei",Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.2;
  height: 2em;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (max-width: 736px) {
	.menu2-list .ptxt0 {
	 font-size: 1em;
		}
	}









.right-banner {
  position: fixed;
  top: 100px;
  right: 15px;
  display: none;
}
@media only screen and (min-width: 1024px) {

.right-banner {
display:block;

}

}


.container-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.center {
  text-align: center;
}
.imgcon {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  img#title {
    width: 90%;
  }
}
@media only screen and (min-width: 737px) {
  img#title {
    width: 57.36842105%;
  }
}
.more-con {
  width: 100%;
  max-width: 1200px;
}
.more {
	position: absolute;
	z-index: 999;
	height: 82px;
}
@media only screen and (max-width: 736px) {
  .more {
	width: 35%;
	left: 65%;
	margin-top: 60%;
  }
}
@media only screen and (min-width: 737px) {
  .more {
	width: 1194px;
	top: 494px;
	right: 117px;
   }
}
.event-link img {
  width: 30.3030303%;
}

@media only screen and (min-width: 737px) {
  #events {
    width: 55.26315789%;
    margin-top: -1%;
  }
}
@media only screen and (max-width: 736px) {
  #event1 img,
  #event2 img {
    width: 48%;
  }
}
@media only screen and (max-width: 736px) {
  #event3 {
    display: none;
  }
}


.products {
	
}

.product-title1 {
   background: url(../images/title01.png) no-repeat top center;
   }

@media only screen and (max-width: 736px) {
  .product-title1 {background-size: 180%;background-position: center -0.1%; padding-top:4%;}}

@media only screen and (min-width: 737px) {
  .product-title1 { background-size: 100%;  }}
  
.product-title2 {
   background: url(../images/title02.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title2 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title2 { background-size: 100%; }}

.product-title3 {
   background: url(../images/title03.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title3 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title3 { background-size: 100%; }}

.product-title4 {
   background: url(../images/title04.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title4 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title4 { background-size: 100%; }}

.product-title5 {
   background: url(../images/title05.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title5 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title5 { background-size: 100%; }}

.product-title6 {
   background: url(../images/title06.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title6 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title6 { background-size: 100%; }}

.product-title7 {
   background: url(../images/title07.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title7 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title7 { background-size: 100%; }}

.product-title8 {
   background: url(../images/prod_tit8.png) no-repeat top center;
   }
@media only screen and (max-width: 736px) {
  .product-title8 { background-size: 180%; background-position: center -0.1%; padding-top:4%;}}
@media only screen and (min-width: 737px) {
  .product-title8 { background-size: 100%; }}

.pro-list {
	
}
@media only screen and (max-width: 736px) {
	.pro-list {
		margin-top: 0px;
	}
}

.pro-list li {
  list-style: none;
  float: left;
}
.pro-list li > a {
	border: 1px solid #ccc;
}
@media only screen and (max-width: 736px) {
  .pro-list li {
    width: 50%;
    padding: 1%;
  }
  .pro-list li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 737px) {
  .pro-list li {
    width: 25%;
    padding: 1%;
  }
  .pro-list li:nth-child(4n+1) {
    clear: both;
  }
}
.pro-list .pbox {
  border: 1px solid #e4e1e4;
  overflow: hidden;
}
.pro-list a {
  display: block;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  float: left;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.pro-list .ptxtm1 span {
  font-size: 29px;
  line-height: 1em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pro-list .ptxt0 {
  margin: 0 auto;
  font-family: "Microsoft JhengHei", Arial;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  line-height: 1.2;
  height: 2.8em;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
}
.pro-list .ptxtm1 {
  width: 100%;
  position: relative;
  margin-top: 7px;
  font-family: Century Gothic;
  font-size: 15px;
  font-weight: bold;
  color: #ed268d;
  text-align: center;
}
.pro-list .ptxtm1 .tt {
	width: 100%;
	position: relative;
	margin-top: 7px;
	font-family: Century Gothic;
	font-size: 15px;
	color: #555555;
	text-align: center;
	text-decoration: line-through;

}

.pro-list .ptxtcp {
  width: 100%;
  position: relative;
  background-color:#e5004f;
  margin-top: 7px;
  font-family: Century Gothic;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.pro-list .ptxtcp span {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#fffc03;
}
.line-through {
	text-decoration:line-through;
}
#footer {
  background-color: #000;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

#footer a:first-child {
  border: none;
  text-decoration: none;
}
#footer a {
  display: inline-block;
  color: #fff;
  line-height: 13px;
  padding: 0 3px 0 4px;
  margin: 6px 0;
  border-left: 1px solid #fff;
  text-decoration: none;
}
#footer small {
  display: block;
  font-size: 13px;
  line-height: 28px;
}
#gotop {
  width: 54px;
  height: 55px;
  right: 0px;
  top: 350px;
  position: absolute;
  z-index: 999;
  background: url(../images/gotoTop.png);
  display: none;
  position: fixed;
  cursor: pointer;
}


.banner2{
     margin: 10px;
	 display: inline-block;
}
.banner2 img{
     margin: 10px;
	 width: auto;
}

@media screen and (max-width: 1024px){
       
     .banner2{
          margin: 0px;
     }
     
     .banner2 img{
          width:90%;
          margin: 5px;
          height: auto;
     }
}


.stepbox{
	margin:0 auto;
	padding: 0px;
	background-color:#eee;
	max-width: 1190px;	 
	margin-top:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align: center;
	}
	.Precautions{
	height: auto;
	margin: 0 auto;
	padding: 20px;
	font: 12px/1.5 Verdana, Geneva, sans-serif,微軟正黑體;
	color: #333;
	font-weight: bolder;
	line-height: 30px;
	text-align: left;
	}
.stepbox span{	
  font: 20px/1.8 Verdana, Geneva, sans-serif, 微軟正黑體;
  color:#FFF;
  background-color:#fc411d;
}

.stepbox h4{	
  font: 28px/1.8 Verdana, Geneva, sans-serif, 微軟正黑體;
  color:#333;font-weight: bold; text-align: center;
}

.stepbox h2{	
  font: 17px/1.6 Verdana, Geneva, sans-serif, 微軟正黑體;
  color:#333;font-weight: bold; 
}

.stepbox li {
    font-weight: normal;
}


@media only screen and (max-width: 736px) {

	
.Precautions{
	width:100%;
	padding: 5px;
	}
}


.stepbox2{
	margin:0 auto;
	padding: 0px;
	background-color:#EEEEEE;
	max-width: 1190px;
	margin-top:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align: center;
	}
	.Precautions{
	height: auto;
	margin: 0 auto;
	padding: 20px;
	font: 16px/1.6 Verdana, Geneva, sans-serif, 微軟正黑體;
	color: #333;
	font-weight: bolder;
	line-height: 30px;
	text-align: left;
	}
.stepbox2 span{	
  font: 18px/1.2 Verdana, Geneva, sans-serif, 微軟正黑體;
  color:#FFF;font-weight: bold;
  background-color:#4b305d;
}

.stepbox2 h4{	
  font: 29px/1.8 Verdana, Geneva, sans-serif, 微軟正黑體;
  color:#3b3b3b;font-weight: bold; text-align: center;
}

@media only screen and (max-width: 736px) {
.Precautions{
	width:100%;
	padding-left: 30px;
	}
}

.code-wrapper {
    position: absolute;
    width: 100%;
}
.discount-code {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  margin-top:-30px;
  margin-bottom:6px;
  }

.code {
  background-color: #fff;
  padding: 2px 1em;
  margin: 0 0.3em;
  font-size: 1.3em;
  font-weight: bold;
  border: 3px solid #0094fb;
  color:#0094fb;
}

.discount-code .button{
    font-size: 1em;
    background:#3b9794;
    color: white;
    font-weight: 100;
    padding: 5px 5px 5px 5px;
    margin-left:  2%;
}
.discount-code .button:hover{
	color:#3b9794;
    background: none;
    border-style: solid;
}
.discount-code .button2{
    font-size: 1em;
    background:#e4007f;
    color: white;
    font-weight: 100;
    padding: 5px 5px 5px 5px;
    margin-left:  5%;

}
.discount-code .button2:hover{
    color:#e4007f;
    background: none;
    border-style: solid;	
}




@media only screen and (min-width: 769px) and (max-width: 980px) {
  .discount-code {
	font-size: 1.3em;
    margin-bottom: 1em;
    margin-left: 1em;
  }
    .code {
	font-size: 1.3em;}
	
}
@media only screen and (min-width: 621px) and (max-width: 768px) {
  .discount-code {
    margin-bottom: 1.5em;
	font-size: 1.3em;
  }
      .code {
	font-size: 1.3em;
	display: block;}
 .discount-code_btn{
	 margin-top: 10px;
	 }
  
}
@media only screen and (max-width: 620px) {
  .discount-code {
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center;
	margin-left:1em;
  }
  .code {
	font-size: 1.6em;
	padding: 2px 0.5em;
	display: block;}	
 .discount-code .button{
	margin-left: 0%;}
  
   .discount-code_btn{
	 margin-top: 10px;
	 }

}
/* 截取時以下刪除 */
.clearfix {
  zoom: 1;
  margin: 0 auto;
  clear: both;
  max-width: 1200px;
  overflow: auto;
}

/* 截取時以下刪除 end */

/* 截取時以下取消註解
header nav, .search, .activity {
  display: none;
}
.main-container.wrap {
  width: 100%;
 padding: 0 15px;
  margin-top: 0!important;
}
.activity-content {
  margin:0;
 
}
.activity-content h1 {
  margin: 0;
}
.wrapper{
	
}
header {
  background-color: #00A8FF;
  position: relative!important;
}
header .header {
  z-index: 999;
}
header .logo {
  margin: 8px 0;
}
.wrap .content {
  padding: 0;
}
footer {
  margin-top: 0;
}
.product-title1 {
    background-repeat: no-repeat;
    background-position: top center;
}
.img-spacer {
  opacity: 0;
  filter: opacity(0);
}
#stepbox li, #stepbox td{
    font-size: 1em;
}
*/
table { width:100%; background-color:#fff; border-collapse: separate; border-spacing: 3px; background-color:#FFF; font-family: 'Microsoft JhengHei'; font-size: 13pt; }

tr:nth-child(1){ background-color:#423746; font-size: 16px; color:#FFF; font-weight: bold;} 

tr:nth-child(even){
	background-color:#fffff;
	}

tr:nth-child(odd){	
	background-color:#E1E1E1;
	}
td { padding:3px; text-align: center;}	
