body{
   background-image:url("../images/bg.jpg");
	background-color: #fff;
	background-repeat:no-repeat;
	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_g.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: #61953f;
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* 白色(#FFFFFF自訂) */
	color: #FFFFFF;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:#5db307;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

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




/*** 內容 wrapper ***/
.bg{background-image:url("../images/bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
    background-size: 2500px auto;
    }

.wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	height:auto;
	text-align: center	
}



/*** 腳 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:#333;
	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:#656565;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after{
/* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
    color:#4a4a4a;
    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:#555;
	text-align:center;
	margin:0 auto;
}



/*** 活動頁內容 wrapper***/	

.bg1{
	background-color: #faf8e4;height: auto
}
.bg2{
   background-color: #fee836;height: auto
	}
.bg2B{
    background-image:url("../images/bg2.jpg");
	background-repeat: repeat-y;
	background-position:top center;
	background-size: 1060px auto;
	}
.bg3{background-image:url("../images/bg3.jpg");
	background-repeat:repeat-x;
	background-position:top center;
    background-size: 35px auto;
    }




.p{position:relative;}

h1{ color: #599641;
	font-size:59px; line-height:1.2em;  font-family:Helvetica, Arial;
	font-weight:bold;background-color: rgba(255,255,255,0);	
}

h2{ color: #222;
	font-size:22px; line-height:1.3em;  font-family:Helvetica, Arial;
	font-weight: 600;text-align: left;
	background-color: rgba(255,255,255,0);letter-spacing: 0.5px;
}


.text1{	color: #666;
	font-size:15.6px; line-height: 22px;  font-family:Helvetica, Arial;
	background-color: rgba(255,255,255,0);letter-spacing: 0.8px;
}


.text1 li{
	margin-left: 20px; line-height: 40px
}

.text1 a:link,.text1 a:visited{
		color: #f40000;
		text-decoration: underline
		}
		
.text1 a:hover,.text1 a:active{
		color:#cc0000;
		text-decoration: underline
		}


.h30{margin-top: 34px;}
.h20{margin-top: 16px;}
.h10{margin-top: 10px;}

.keyv{
	width: 100%;
	height: 530px;
	background-image:url("../images/index_pc_02.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:1060px auto;
	padding-top: 290px;
	padding-left: 75px;
	text-align: left;
	position: relative;
}
.title{width: 470px; height: 415px;
	position: absolute;
	top:0px;left: 0px;
	
  	animation-fill-mode: forwards;
	animation: title .6s ;
z-index: 2}

@keyframes title {
  from {
    transform: translateY(22px);
  }
  to {
    transform: translateY(0);
  }
}


#p1{width: 145px;height: 175px; position: absolute; top:-60px;left:140px;z-index: 10}
#p10{position: absolute; top:60px;left:450px;z-index: 10;}



h3{ color: #599641;
	font-size:43px; line-height:1.4em;  font-family:Helvetica, Arial;
	font-weight: 600;text-align: left;
	background-color: rgba(255,255,255,0);
}

.text-g{color:#599641;
	font-size:21px;font-family:Helvetica, Arial;font-weight: bold;
	background-color: rgba(255,255,255,0);letter-spacing: 0.8px;padding-left: 35px
}
.text-g span{font-size:0.64em;font-weight: 400;color: #555;letter-spacing: 0.1px;}

h4{ color: #222;
	font-size:28px; line-height:1.4em;  font-family:Helvetica, Arial;
	font-weight: 600;
	background-color: rgba(255,255,255,0);
	margin-left: -20px;
}

.content4{
	width: 100%;
	height: 700px;
	background-image:url("../images/index_pc_07.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:1060px auto;
	padding:12% 20px 20px 33%;
	text-align: left;
	position: relative;
}


.content4 .box{
	width: 420px;height: auto;
	background-color: rgba(255,255,255,0);
}

#p3{position: absolute; top:275px ;left:803px }
#p4{position: absolute; top:550px ;left:803px }



.content3 ul,.content4 ul{color: #333;line-height: 1.4em; font-size: 1em;letter-spacing: 0.3px;text-align: justify}




.t1{width:440px;height:370px;position:absolute;top:90px;left:220px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}
@keyframes move1 {
  from {top: -20px;}
  to {top: 20px;}
}




.text3{
	
	color: #ffe00c;
	font-size:32px; line-height: 30px;  font-family:Helvetica, Arial;text-align: center;font-weight:bolder;
	-webkit-text-stroke: 0.5px #088681;
	text-stroke: 0.5px #088681;
	text-shadow:2px 2px 0px #088681;
	
}	



.btn{	width: 380px;height:60px;
		font-size: 24px;
		line-height: 60px;
		text-align: center;
		transition : 0.5s;
		font-weight: 400; font-family: "Microsoft JhengHei", Helvetica, Arial;
		/*background-image:url("../images/btn.png");
		background-size: 100%;*/
		color:#fff;
		background-color: #000;
		border: 0px solid #00b2c8;
		box-sizing: border-box;
		letter-spacing: 1px;
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		}
.btn:hover {
		transform : scale(1.0);
	}
.btn:hover{transform:scale(1.01,1.01);background-color: #519e58}



.btn2{	width: 260px;height:48px;
		font-size: 20px;
		line-height: 48px;
		text-align: center;
		transition : 0.5s;
		font-weight: 400; font-family: "Microsoft JhengHei", Helvetica, Arial;
		/*background-image:url("../images/btn.png");
		background-size: 100%;*/
		color:#fff;
		background-color: #000;
		border: 0px solid #00b2c8;
		box-sizing: border-box;
		letter-spacing: 1px;
	border-radius: 30px;
		}
		
.btn2 a:link,.btn2 a:visited{
		width:100%;
		height:100%;
		color: #fff;
		}
		
.btn2 a:hover,.btn2 a:active{
		width:100%;
		height:100%;
		color: #fff;
		}
.btn2:hover {
		transform : scale(1.0);
	}
.btn2:hover{transform:scale(1.01,1.01);background-color: #599641}





.yt-player{position: absolute;top: 130px;left:130px }

.btn_go{
	z-index:999}


.clean{ clear:both}


	
.book2{display: inline-block;}
.book2box{text-align: center;position: absolute; top: 505px;left: 55px}


.book4{width: 166px; height: 245px;position: absolute}

.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);}



.clear{clear: both;}




 /**平板點選切換區**/

 /* A 組圖片：只顯示 active */
	.a-group{
		width: 370px; height: 480px;
		position: absolute;
		top: 30px;
		left: 575px;
	}
    .a-group img {
      display: none;
      max-width: 100%;
      border-radius: 10px;
    }

    .a-group img.active {
      display: block;
    }

    /* B 組按鈕 */
    .b-group {
	  width: 100px;
	  height: 290px;
	  position: absolute;
		top: 80px;
		left: 930px;	
    
      /*display: flex;
      gap: 0px;*/
    }

    .b-group img {
      width: 100px;
      height: auto;
      cursor: pointer;
      border-radius: 8px;
	  transition : 0.3s;
    }
	  
	.b-group img:hover{transform:scale(1.07,1.07);}  




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


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

.price{ font-size:15px; color:#333; margin-top:3px;  line-height:20px;border: 0px solid #999;text-align: left}
.price span{ color:#ff0000; font-size:24px; font-family:  'sans-serif',Helvetica, Arial, ; }

.original-price {
  text-decoration: line-through;
  color: #888;
  text-align: left;
  font-size: 0.9rem;
}

.bookbox5{ width:940px; height:450px; 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;
}

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





.bookname{ width:200px; height:38px;font-size:1.2rem; color:#222; line-height:1.rem;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;text-align: left;
  -webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;font-weight:500}

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

.bookname 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
		}


/*** 書籍資訊 一排4本 ***/	
.bookcover4{ width:184px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin:10px 17px 2px;}

.bookcover4 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:0px #ddd solid;
}

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


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

.notice2 ul{list-style:disc}

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


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

.color_c{font-size: 1.15em}



/*** 活動頁分享按鈕 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***/