body{
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	background-position:top center;
    background-size: auto 425px;
    background-color: #fff;
}

.bg{background-image:url("../images/");
	
	background-repeat:repeat-x;
	background-position:top center;
    background-size: 2500px auto;
    }

/* 頁面寬度 header+wrapper+footer */
header,footer,#wrapper{
	width:1060px;
	margin:0 auto;
}


/*** 頭 header ***/
header {
	height:70px;
	padding:10px 20px;
	background-image:url("../images/index_pc_01.jpg");
	background-repeat:no-repeat;
    background-position: top center;
    background-size: auto 70px;
}

.header_block {
  width: 1060px;
  height: 70px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}



.header-logo{
	width: 146px;
	height: 31px;
	margin-top:8px;
	margin-right:10px;
	float:left;
	/* 綠色(logo_g.png) . 白色(logo_w.png)  */
	background-image:url(../images/logo_w.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.header-btn01{
	display: block;
	margin: 16px 6px 0px 0px;
	float: left;
}
.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active{
	font-size: 15px;
	text-align: center;
	padding:6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header-btn01 a:link,
.header-btn01 a:visited{
	/* 綠色(#61953f) . 白色(#FFFFFF) */
	color: #ffffff;
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* 白色(#FFFFFF自訂) */
	color: #322486;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:#ffffff;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}




/*** 內容 wrapper ***/


#wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
}



.cont-wrapper{
	width: 936px;
	height: auto;
	margin:0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

.pic-radius-top{
	border-radius: 20px 20px 0 0;
}
.pic-radius-btm{
	border-radius:0 0 20px 20px ;
}
.text1{
	color: #454545;
	font-size:1em; line-height: 30px;  font-family:Helvetica, Arial}	

.text1 span{color:#599641;font-size: 1.2em;font-weight: bold;
}

/***JavaScript 頁籤切換***/
 .tabs {
          
	 		text-align: center;
	  z-index: 1000;
        }
		

        .tab {
              border-bottom: none;
			  padding: 6px;
			  color: #fff;
			  font-size: 1.6rem;
			  background-color: #484848;
			  text-decoration: none;
			  width: 410px;
			  border-radius: 15px  15px 0 0;
			  display: inline-block
        }
        .tab:hover {
            background: #222;
        }
        .tab.active {
            background: #599641;
            color: white;
        }
        .tab-content {
            display: none;
			width: 1020px;
			height: auto;
			margin: 0 auto;
			border-radius: 20px;
			box-shadow: 0px 5px 10px #e1e1e1;
			/*
			*/
			
        }

        .tab-content.active {
            display: block;
        }
		.tabtext{width: 100%;font-size: 0.55em;line-height: 1;font-weight: 300}

	


.menu {
            width: 100%;
            position: relative; /* 初始位置 */
            transition: all 0.3s ease-in-out;
			background-color: #fff
        }


		/*達指定高度要移除或成為的樣式*/
        .menu.fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0);
			background-color: #e9e9e9;
			padding-top: 6px;
			
        }
		.menu.hidden {
			display: none;
             /* 超過 removePoint 時menu消失 */
            box-shadow: none;transition: all 0.3s ease-in-out;
        }

.menuV{
	width: 30px;height: 25px;
	position:absolute;top: 0px;
	left:28%}

.menuV.fixed {
            position: fixed;
            top: 66px;
            left: 50%;
			transform: translate(-225px,0);
            width: 30px;height: 25px;
            z-index: 1000;
        }

.menuV.hidden {
			display: none;
             /* 超過 removePoint 時menu消失 */
            box-shadow: none;transition: all 0.3s ease-in-out;
        }

.menuV2{
	width: 30px;height: 25px;
	position:absolute;top: 0px;
	right:28%}

.menuV2.fixed {
            position: fixed;
            top: 66px;
            right: 50%;
			transform: translate(225px,0);
            width: 30px;height: 25px;
            z-index: 1000;
        }

.menuV2.hidden {
			display: none;
             /* 超過 removePoint 時menu消失 */
            box-shadow: none;transition: all 0.3s ease-in-out;
        }



/*** 腳 footer ***/
footer{
	font-size:13px;	
	height:100px;
	padding:20px 10px;
	border-top: 0px solid #dcdad4;
}

.footer-nav{
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav li{
	margin: 0px 4px 0px 0px;
	display:inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a{
	/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	color:#555;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.2s ease-in-out 0s;
	-moz-transition:border 0.2s ease-in-out 0s;
	-o-transition:border 0.2s ease-in-out 0s;
	transition:border 0.2s ease-in-out 0s;
}
.footer-nav li a:hover,
.footer-nav li a:focus{
	/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	border-color:#555;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after{
	/* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color:#555;
    content: '|';
	top: -1px;
	right: -4px;
	margin:0px 6px;
	position:relative;
}
.footer-nav li:lang(ar):after, 
.footer-nav li:last-child:after{
    display: none;
}

.footer-copyright{
	/* 綠色(#b4b4b4) . 白色(#676767自訂) */
	color:#666;
	text-align:center;
	margin:0 auto;
}




/*** 活動頁內容 wrapper***/	
.p{position:relative;}


.t1{width:590px;height:435px;position:absolute;top:23px;left:240px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}
@keyframes move1 {
  from {top: -80px;}
  to {top: -5px;}
}




.menu1{
	width:285px;
	height:114px;
	position:absolute;
	left:100px;;
	bottom:0;
	z-index: 10;
	border:0px solid #000;transition : 0.3s;
	animation: btn1 1s 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;}
	
.menu1 a:link, .menu1  a:visited {
	width:285px; height:114px; display:block;
	background-size: 100%}

.menu1 a:hover, .menu1  a:active {
	width:285px; height:114px; 
	background-image: url(../images/menu1.png); background-size: 100%}


.menu2{
	width:238px;
	height:114px;
	position:absolute;
	left:378px;;
	bottom:0;
	z-index: 10;
	border:0px solid #000;transition : 0.3s;
	animation: btn1 1s 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;}
	
.menu2 a:link, .menu1  a:visited {
	width:238px; height:114px; display:block;
	background-size: 100%}

.menu2 a:hover, .menu1  a:active {
	width:238px; height:114px; 
	background-image: url(../images/menu2.png); background-size: 100%}


.menu3{
	width:350px;
	height:114px;
	position:absolute;
	left:610px;;
	bottom:0;
	z-index: 10;
	border:0px solid #000;transition : 0.3s;
	animation: btn1 1s 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;}
	
.menu3 a:link, .menu3  a:visited {
	width:350px; height:114px; display:block;
	background-size: 100%}

.menu3 a:hover, .menu3  a:active {
	width:350px; height:114px; 
	background-image: url(../images/menu3.png); background-size: 100%}


.t1{width:530px;height:340px;position:absolute;
	animation: move1;
  	animation-duration: 1s;
  	animation-fill-mode: forwards;
	}

.t3{
    width: 530px;	
    height: 340px;
    position: absolute;
    top: 100px;
    left: 255px;
	}

@keyframes move1 {
  from {top: 100px;}
  to {top: 105px;}
}
	
.t2{width:90px;height:95px;position:absolute;
	top: 117px;
    left: 656px;
	animation: t2;
  	animation-fill-mode: forwards;
	animation: t2 .7s infinite alternate ease-in-out;}
	
@keyframes t2 {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(0);
  }
}



.btn{	width: 320px;
		height:48px;
		font-size: 20px;
		font-weight:400;
		line-height: 48px;
		text-align: center;
		border-radius: 3px;
		margin: 10px;
		display: inline-block;
		transition : 0.5s;
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 35px;
		background-color: #333;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 35px;
		background-color: #000;
		}
.btn:hover {
		transform : scale(1.03);
	}

.p1{top: 37px;left: 530px;z-index: 998;position: absolute;}
.p1 a:link,.p1 a:visited{background-color: #ff0252;}
.p1 a:hover,.p1 a:active{background-color: #000;}


.p2{top: 132px;left: 530px;z-index: 998;position: absolute;}
.p2 a:link,.p2 a:visited{background-color: #0a85cc;}
.p2 a:hover,.p2 a:active{background-color: #000;}

.p3{top: 195px;left: 530px;z-index: 998;position: absolute;}
.p3 a:link,.p3 a:visited{background-color: #589541;}
.p3 a:hover,.p3 a:active{background-color: #000;}


.p4{top: 392px;left: 165px;z-index: 998;position: absolute;}
.p4 a:link,.p4 a:visited{background-color: #ff0252;}
.p4 a:hover,.p4 a:active{background-color: #000;}


.p5{top: 637px;left: 165px;z-index: 998;position: absolute;}
.p5 a:link,.p5 a:visited{background-color: #0a85cc;}
.p5 a:hover,.p5 a:active{background-color: #000;}

.p6{top: 701px;left: 165px;z-index: 998;position: absolute;}
.p6 a:link,.p6 a:visited{background-color: #589541;}
.p6 a:hover,.p6 a:active{background-color: #000;}




#p1{position: absolute; top:390px;left:140px}
#p2{position: absolute; top:390px;right:140px}
#p7{position: absolute; top:720px;right:370px}

.btn_go{
	z-index:999}


.clean{ clear:both}

#v2{
	position:absolute;
	top:0px;
	left:0px;}
#v1{
	position:absolute;
	top:270px;
	left:95px}
	
#books{
	width:1023px;
	height:220px;
	position:absolute;
	top:115px; left:17px
	}
	
#myDiv {
  width: 1023px;
  overflow: hidden;
  padding-bottom:12px;
  background-color:#fdeec4;
  
}
#myDiv img {
  width: 155px;
  margin: 0px 8px;
}
	
.bg1{
	background-image: url(../images/index_pc_06.gif);
	width:1060px;
	height:400px;}
	
.book2{display: inline-block;}
.book2box{text-align: center;position: absolute; top: 505px;left: 55px}


.book4{width: 166px; height: 245px;position: absolute}
#p3{top:170px; left:70px}
#p4{top:170px; left:570px}
#p5{top:457px; left:330px}
#p6{top:457px; left:828px}

.btn-more{
	width: 125px; height:40px;
	position: absolute;
	right: 20px;
	z-index: 888;
	transition : 0.5s;
}
.btn-more:hover{transform:scale(1.07,1.07);}


#number2{width: 120px; height: 30px; line-height: 30px; font-size: 27px;font-family:  'sans-serif',Helvetica, Arial, ;color: #fb3b42;position: absolute;top:183px ;left: 777px;}





.bookcover1{ width:178px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin: 5px}

.bookcover1 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:1px #ccc solid;
}



.clear{clear: both;}

/*** 動畫 ***/	
.bookcover5,.book2,.book4{
transform-style:preserve-3d;
transition:0.2s linear;}
.bookcover5:hover ,.book2:hover,.book4:hover {
transform:translateY(-6px);}


.swipe-pc{max-width:990px;margin: 0 auto; }


/*** 書籍資訊 一排5本 ***/	

.price{ font-size:17px; color:#ffe00c; margin-top:8px;  line-height:20px;border: 0px solid #999; }
.price span{ color:#ffe00c; font-size:24px; font-family:  'sans-serif',Helvetica, Arial, ; }

.bookbox5{ width:940px; height:530px; margin:0 auto; border:#999 0px solid;}

.bookcover5{ width:180px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin:10px 2px 2px}

.bookcover5 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:0px #ddd solid;
}
.Tainan400{width: 95%; height: 25px; font-size: 16px; text-align: center; color: #fff; background-color: #a649ee;line-height: 25px;position: absolute;bottom: 10px;left: 2.5%; z-index: 2}

.bookdate5{
    width: 180px;
    height: 80px;
   
    position: absolute;
    top: 265px;
    left: 0px; border: 0px solid #999;text-align: center;
}

.bookname5{ width:165px; height:65px;font-size:18px; color:#fff; line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;}

.bookname5 a:link, .bookname5 a:visited{text-decoration:none;color:#fff;}
.bookname5 a:hover, .bookname5 a:active{text-decoration:underline;color:#fff;}

.bookname5 span{font-size:14px;}

.car-btn{width:150px;
		height:32px;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
		border-radius: 24px;
		margin: 10px;
		}
		
.car-btn a:link,.car-btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #fff;
		border: 1px #fff solid
		}
		
.car-btn a:hover,.car-btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #333;
		border: 1px #fff solid
		}



/*** 注意事項***/

.ESP{list-style: none}
.ESP:before {
  content: '✅ ';
  color: #033651;
  margin-left: -22px;
}
.ESP li{list-style:decimal;margin-left:28px}



.notice2{
	 padding:5px 30px 50px 50px;
	 margin:0px auto;
	 width:auto;
	color:#444;
	text-align: left;
	 }	 
.notice2 ol ul{
	width:auto;	
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
	padding-left:25px;
	}
	
.notice2 li{
	
	margin-bottom:0px;
	color:#444;
	text-align: justify;
	line-height: 24px;
	letter-spacing:1px;
	}



.notice2 span { color:#c50000;}
.notice2 a:link,
.notice2 a:visited{
	text-decoration:underline;
	color:#555}

.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#c50000}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#555}
	
.notice2 h1{color:#444; font-size: 20px; 
	line-height:30px; padding-bottom:6px;margin-left:-30px; text-align: left;
	}
.notice2 h1 span{text-decoration: underline;}


.notice2 h1:before{
	color: #444;
	content: ' ';}


/*** 活動頁分享按鈕 stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 活動頁分享按鈕 end***/