﻿@import url("reset.css");

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a{color: #FFFFFF;}
html{ 
	font-family:Arial, Verdana, "微軟正黑體";
	-webkit-text-size-adjust:none;
}

body{font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;font-size: 16px;font-weight: 300;background-image:url(../images/bodyBG.png);background-repeat:repeat;background-color:#fff;background-position:center top;}	
#wrapper{
	width:100%;
	min-height:100%;
/*	background: url(images/bg.png) no-repeat center top;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#TOP-MENU{
		display:block;
		width:100%;
		height:60px;
		position:relative; 
		background-color:#06507f;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 9991;/*把選單改成永遠隨頂*/
	}
	
	#TOP-MENU #BTN{ 
		display:block;
		width:60px;
		height:40px;
		background-image:url(../images/btn.png);
		
		position:absolute;  
		right:5px;
		top:10px;
		text-indent:-9999px;
	}
	
	/***0621修改--NAV展開-絕對定位疊在navbar下層***/ 
	#NAV{
		width:100%;
		height:auto;
		background-color:#8bbccc;		
		display:none;  
		position: fixed; 
		top: 60px;
		left: 0;		
		z-index: 9990;/*用絕對定位讓NAV疊在下層*/
	}

	#NAV.open{top: 60px; display: block;}
	
	#NAV ul{
		width:100%;
		height:auto;
	}
	
	#NAV li{
		width:100%;
		float:none; 
	}
	
	#NAV li a{
		display:block;
		width:100%;
		height:50px;
		line-height:50px;
		text-align:center;
		text-decoration:none;
		background-color:#5096ca;
		border:1px solid #FFF;
		color:#fff;
	}
	
	#NAV li a:hover{
		background-color:#ccc;
		border:1px solid #FFF;
	}
	.NAV-LOGO{
	display:block;
	float:left;
	width:80px;
	height:40px;
	line-height:50px;
	top:8px;left:10px;
	text-align:center; }

	.NAV-LOGO img{
	
		margin:12%;
		line-height:40px;
		}
#logor{
	display:none;
	float:left;
	}
#logor img{display: none;
	width:80%;
	margin:3%;}	


.logor{display: none;float:left;line-height:60px;}
.logor img{	display: none;}
.buypng img{display:block;top:0px;position: absolute;}
.bg-blue{background-color: #0099cc;}

.cart_icon{font-size: 1.5em;padding-right: 5%;color: #FFFFFF;}
.mobileBn{width: 100%;height: auto;text-align: center;padding-top: 62px;}
.headerBn{display:none;}
.headerTitle{display:none;}
.headerG1{display:none;}
.headerG2{display:none;}

.cont{width:100%;	margin:0 auto;position:relative;/*疊BN*/	}
.cont:after{content: '';display: block;clear: both;}

.box{width:100%; margin:10px auto;}
.box:after{content: '';display: block;clear: both;}	/*偽元素,不用設高度,自動撐高*/

.boxgift{width:100%; margin:10px auto;position: relative;text-align: center;}
.boxgift:after{content: '';display: block;clear: both;}
.giftG1{float: none;position: static;top: 0;width: 50%; height: auto;z-index: 98;}
.giftG2{float: none;position: static;top: 0;width: 50%; height: auto;}
.giftG3{float: none;position: static;width: 90%;height: auto; margin: 0 auto;z-index: 99;}

.tsNewBG{width: 85%;height: 60%;background-image:url(../images/tsNewBG.png);background-position:top center;background-size: 100% 100%;float: none;margin:20px auto;padding-top: 40px;}
.tsNewBG h5{font-size: 1.2em;font-weight: 600;text-align: center;}
.tsNewBG h5 img{width: 90% ;font-size: 1.2em;font-weight: 600;text-align: center;}


.mvBG{width:85%; border: 3px solid #999;background-color: #FFFFFF;border-radius:40px; margin:0 auto;padding:5%;text-align: center;}
.mvBG h5{font-size: 1.2em;font-weight: 600;text-align: center;padding-bottom: 30px;}
.mvBG h5 img{width: 90%;}
.mv{width:100%;  height:auto;  margin:0 auto;  padding-bottom:40px 0;}
.videoWrapper {position: relative; padding-bottom: 56.25%; /* 16:9 */  padding-top: 25px;  height: 0;}
.videoWrapper iframe{position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}	
.page{ width:100%; height:auto;  margin:0 auto;  text-align:center;}

.cont1{width:100%;	margin:0 auto;background-color: #e7d8ff;/*	background-attachment: fixed;	background-size: cover;*/	}
.cont1:after{content: '';display: block;clear: both;}
.box1{width:90%;margin:0 auto;padding: 20px 0;font-size:0.8em;line-height:1.3em;font-weight:bold;text-align: center;}
.box1:after{content: '';display: block;clear: both;}
.box1 h5{width:100%;font-size: 1.2em;font-weight: 600;text-align: center;}
.box1 h5 img{width:90%;text-align: center;}
/*.box1 img{padding: 30px 0;}*/
.tsword1{width: 90%;background-color: #795cae;position: absolute;color: #FFFFFF;padding: 2px;border-radius:10px;font-size: 0.8em;}

.tsBookBg{width: 46%;height: auto;padding-bottom: 20px; background-color: #FFFFFF;margin: 2%;position: relative;text-align: center;float: left;}
.tsBookBg img{width: 100%;height: auto;padding: 40px 0 0 0;}
.red{font-size: 1.3em;color:#e40383;font-weight: 500;}
.textline{text-decoration:line-through;}


.cont2{width:100%;	margin:0 auto; /*	background-attachment: fixed;	background-size: cover;*/	}
.cont2:after{content: '';display: block;clear: both;}
.box2{width:90%;margin:0 auto; padding: 20px 0;font-size:0.8em;line-height:1.3em;font-weight:bold;text-align: center;}
.box2:after{content: '';display: block;clear: both;}
.box2 h5{font-size: 1.2em;font-weight: 600;text-align: center;}
.box2 h5 img{width:90%;text-align: center;}
.tsword2{background-color: #ed687b;width: 90%;position: absolute;color: #FFFFFF;padding: 2px;border-radius:10px;font-size: 0.8em;}


.cont3{width:100%;	margin:0 auto; background-color: #ffe7db;background-image: url(../images/tsbookBG3.png);background-size: 60% 60%; background-position: left bottom;background-repeat: no-repeat;}
.cont3:after{content: '';display: block;clear: both;}
.box3{width:90%;margin:0 auto;padding: 20px 0; font-size:0.8em;line-height:1.3em;	font-weight:bold;text-align: center;}
.box3:after{content: '';display: block;clear: both;}
.box3 h5{font-size: 1.2em;font-weight: 600;text-align: center;}
.box3 h5 img{width:90%;text-align: center;}
.tsword3{background-color: #e67845;width: 90%;position: absolute;color: #FFFFFF;padding: 2px;border-radius:10px;font-size: 0.8em;}

.cont4{width:100%;	margin:0 auto; background-position: left bottom;background-repeat: no-repeat;}
.cont4:after{content: '';display: block;clear: both;}
.box4{width:90%;margin:0 auto;padding: 20px 0; font-size:0.8em;line-height:1.3em;	font-weight:bold;text-align: center;}
.box4:after{content: '';display: block;clear: both;}
.box4 h5{font-size: 1.2em;font-weight: 600;text-align: center;}
.box4 h5 img{width:90%;text-align: center;}
.tsword4{background-color: #5bb27d;width: 90%;position: absolute;color: #FFFFFF;padding: 2px;border-radius:10px;font-size: 0.8em;}

.cont5{width:100%;	margin:0 auto; background-color: #d5f2fd;background-image: url(../images/tsbookBG5.png);background-size: 60% 60%;background-position: right bottom;background-repeat: no-repeat;}
.cont5:after{content: '';display: block;clear: both;}
.box5{width:90%;margin:0 auto;padding: 20px 0; font-size:0.8em;line-height:1.3em;	font-weight:bold;text-align: center;}
.box5:after{content: '';display: block;clear: both;}
.box5 h5{font-size: 1.2em;font-weight: 600;text-align: center;}
.box5 h5 img{width:90%;text-align: center;}
.tsword5{background-color: #319fd0;width: 80%;position: absolute;color: #FFFFFF;padding: 2px;border-radius:10px;font-size: 0.8em;}


/*page css*/
#wrapperpage{background-image:url(../images/pagetitleBG.png);background-position: center 60px;background-repeat:no-repeat;width:100%;}

.mobileBnpage{width: 100%;height: auto;text-align: center;padding-top: 60px;/*為了避開選單60px*/}
.headerBnpage{display:none;}
.headerTitlepage{display:none;}
.headerGiftpage{width: 100%;height: auto; top:0;left: 0; position: static;}
.headerG1page{display:none;}
.headerG2page{display:none;}

.contpage{width:100%;margin:0px auto;position:relative;/*疊BN*/	}
.contpage:after{content: '';display: block;clear: both;}

.boxpage{width:100%; margin:0 auto;padding: 40px 0; text-align: center;}
.boxpage:after{content: '';display: block;clear: both;}	/*偽元素,不用設高度,自動撐高*/
.boxpage h5{text-align: center;}
.boxpage h5 img{width: 90%; padding-top: 20px; text-align: center;}
.outline{width: 72%;margin: 0 auto;padding-right: 10%;}

.bgl{background-image: url(../images/mvBG.png);background-position: center top;background-repeat: repeat-x;background-color: #FFFFFF;}
.bgr{background-image: url(../images/mvBG.png);background-position: center top;background-repeat: repeat-x;background-color: #FFFFFF;}
.bgn{background-image: url(../images/mvBG.png);background-position: center top;background-repeat: repeat-x;background-color: #FFFFFF;}


/*書單捉出來的*/

.grid01 {padding: 5px 0px 5px 0px; /*    border: 1px solid #CCC; */  color: #CCC;   background-color: #FFF;}
.Gap{margin: 0px 0px 15px 0px ;}
.ForAddCart{float:left; margin-left:4%}
.ForEpic{float:left; left:20%;margin: 0 auto;}
.ForAddCartAndEpic_2{margin-left:16%;margin: 0 auto;}
.ForAddCartAndEpic_1{margin-bottom:30%;margin: 0 auto;}
/* =====書單列表(單格/均分/不限列寬)=====*/

.ForEpic img{
	margin-left: 40px;
}
/*.one_product {
	width:450px;
	height: auto;
	font-size:0.9em;
	line-height:1em;
	padding:4px 2px;
	margin:0 auto;
	color: #000;
	background-color: #FFFFFF;
	text-align: center;
}

.one_product02 {
	font-size:11pt;
	line-height:25px;
	margin:0 10px;
	font-weight: bold;
}
.product img{
	float:center;
	margin-left:8px;
	}
.ForEpic{
	width: 500px;
	float:none;
}
.ForEpic img{
	float:left;
	margin: 0 auto;
}
		
*/	
/* =====書單列表(單格/均分/不限列寬) end=====*/


/* =====書單列表(橫式)=====*/

/*.black13W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
} 
.grid_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding:0 0 20px 0;
	line-height: 20px;
}
.grid_product {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #FFF;	
}
.grid_product_b {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #FFF;
	vertical-align: middle;
}
.grid_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D80065;
	padding: 0 0 10px 0;
}
.grid_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #06F;
	padding: 0 0 10px 0;
}
.grid_narrative {
	padding: 0 0 15px 0;
}
.grid_price {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E9F9F;
}
.titleLink:link {
	color:#0066cc;
	text-decoration: none;
}
.titleLink:visited {
	color:#0066cc;
	text-decoration: none;
}
.titleLink:hover {
	color:#9966cc;
	text-decoration: none;
}
.titleLink:active {
	color:#9966cc;
	text-decoration: none;
}

/* =====書單列表(橫式)end=====*/


footer{
	clear:both;
	width: 100%;
	overflow:hidden;	
	background-color: #ccc;
	padding-bottom:20px;
}
footer h5{
	padding-top:10px;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	line-height: 1.6em;
	width: 100%;
}
footer h5 a:link{
	color: #333;
	text-decoration:none;
}
footer h5 a:visited{
	color: #333;
	text-decoration:none;
}
footer h5 a::hover{
	color: #333;
	text-decoration:none;	
}

footer h5 img{
	padding-top:10px;
}
#backtotop{
	display:scroll;
	position: fixed;
	
   bottom: 4px;
   right: 0px;
  
   opacity: 0.8;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
#backtotop:hover {
opacity: 1;
}