@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	background: url(images/bg1.svg), url(images/bg2.svg),#000;
	background-size: cover;
	animation:bodyg 20s infinite linear ;
	}
	@keyframes bodyg {
		0%{ background-position:0 0,-200% 0 }
		100%{ background-position: -200% 0 ,0 0 }
	}
	@media (max-width:800px){}
a{text-decoration:none}
.gp{display:inline-block}
/*東立選單*/	

.btn{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	width:100%;
	background:rgba(0,0,0,.7);
	margin:0 auto;
	opacity: 0.9;
	text-align:center;
	vertical-align:middle;
	padding:0.2em 0;
	}
.btn a{ font-size:1em; font-weight:bold; color:#FF6; margin:0 auto; margin-left:1em; margin-right:1em;  letter-spacing:0em;}

#nav{ min-height:5vh; text-align:center; margin-bottom:0;z-index:9999;}
#nav a:hover{color:#0CC;animation: 1s linear 0s normal none infinite jello-horizontal;}

#nav a{ margin:2%;font-size:1.1em; display:inline-block;text-decoration:none}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*東立選單結束*/

/*主視覺*/

.pc{ display:block}
.mobi{ display:none}

#cover{
	position:relative;
	z-index:50;
	width:100%;
	text-align:center;
	margin:0 auto;
	background: url(images/cover1.png),url(images/cover2.png);
	background-repeat:no-repeat;
	background-size:cover;
	animation:bg 15s infinite linear ;
	}
	@keyframes bg {
		0%{ background-position: center center,-200vw top}
		50%{ background-position: center center,-200vw top}
		55%{ background-position: -200vw center,center top}
		95%{ background-position: -200vw center,center top}
		100%{ background-position: center center,-200vw top}
	}
	#cover img{max-width:100%;}
	#cb{ position:absolute; z-index:1;}
	#cs{ position:absolute; z-index:2; background:linear-gradient(180deg, rgba(0,0,0,0) 90%, rgba(0,0,0,.8)); width:100%; height:100%}
	#LOGO{position:relative; z-index:3; max-height:90vh}




/*主視覺結束*/

	

/*各內容區塊樣式*/

.block{
	position:relative;
	padding:5vh 10%; 
	margin:0 auto; 
	width:80%;
	text-align:center;
	line-height:3em;
	font-weight:bold;
	background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8),rgba(0,153,204,0.5),rgba(0,0,0,0));
	}
	
.gift{ position:relative; margin:2em auto; text-align:center; width:90%; max-width:700px;}
	.gift img{ width:100%}
.big_title{background:linear-gradient(90deg,rgba(204,153,102,1), rgba(204,102,102,1),rgba(255,204,102,1),rgba(204,102,51,1),rgba(153,51,102,1)); background-clip:text;-webkit-background-clip: text; color: transparent;animation:bt 50s infinite linear ; font-weight:bold;-webkit-filter:brightness(1); height:auto; font-weight:bold}
.sp_title{color: #C96; text-align:center; background:#000; padding:0 1em; margin:1em auto; line-height:1.1em; border:#C96 1px solid}
.sp_title2{color: #fff; text-align:center; background:linear-gradient(90deg, rgba(0,0,0,0),rgba(255,102,0,.8), rgba(0,0,0,0)); padding:0 1em; margin:1em auto; line-height:1.1em; letter-spacing:0.5em; padding-left:1em; padding-right:1em}
.tb{position:relative;margin:0 auto;width:95%;background:linear-gradient(90deg, rgba(0,0,0,1),rgba(0,204,255,.5), rgba(0,0,0,1));color:#FFF;font-weight:bold;font-size:1em; letter-spacing:0.2vw; text-align:left; padding-left:5%;background-size: 200% 200%;animation: rainbow 5s ease infinite;}
	.s2{text-align: right;padding-right:5%;  letter-spacing:0.2vw;background:linear-gradient(90deg, rgba(255,102,0,.8), rgba(0,0,0,1),rgba(255,102,0,.8));background-size: 200% 200%;animation: rainbow 5s ease infinite;}
	.s3{text-align: center;padding-right:0%;padding-left:0%; width:100%;font-size:1.2em; }
	
		@keyframes rainbow {
		  0% {background-position: 200% 0%;}
		  100% {background-position: 0% 0%;}
		}
.bookcover {
	position:relative;
	z-index:5;
	width:32%;
	display:inline-block; 
	vertical-align:middle;
	text-align:center; }
.bookcover img{width:100%;}
.bookcover img:hover{animation:bookcover 0.5s linear forwards ;}
	@keyframes bookcover {0%{} 100%{ transform:scale(1.03)}}	
.storyinfo{
	position:relative;
	z-index:5;
	width:62%;
	padding:0 2%;
	font-weight:bold;
	line-height:2em;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	color: #fff;
	text-shadow: #000 0 0 5px,#000 0 0 15px;
	}

@media (max-width:800px){
.storyinfo{width:90%;padding:2%;display:block;margin:0 auto; text-align:center;}
.bookcover{ display:block; text-align:center;width:60%;margin:0 auto;}
}

@media (max-width:700px){
	.bookcover{ display:block; text-align:center;width:80%;margin:0 auto;}

}
	
	
/*按鈕效果*/
.readlink{
    color: #F90;
	display:inline-block;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:1px solid #F90;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:1em;
	margin-bottom:1em;
    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
	opacity:0.8;
}
@media (max-width:600px){.readlink{display:block; margin:1em auto}}
.readlink:hover{
    color: #fff;
    background:linear-gradient(0deg, rgba(0,153,204,1),rgba(0,153,255,.7));
    border-radius: 0;
	text-shadow:#000 0 0 2px, #09C 0 0 10px;
	border:1px solid #09C;
	opacity:1;
	
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color:#09C;
    width: 0;
    height: 2px;
    position: absolute;
    top: -2px;
    right: 0;
    transition: all 0.3s ease;
}
.readlink:after,
.readlink span:after{
    width: 2px;
    height: 0;
    right: -2px;
    transition: 0.45s ease;
}
.readlink span:before{
    width: 0;
    top: auto;
    bottom: -2px;
    right: auto;
    left: 0;
}
.readlink span:after{
    right: auto;
    left: -2px;
    bottom: -2px;
    top: auto;
}
.readlink:hover:before,
.readlink:hover span:before{
    width: 100%;
}
.readlink:hover:after,
.readlink:hover span:after{
    height: 108%;
}


	


@media (max-width:900px){
	.bookcover{ display:block; text-align:center;width:80%;margin:0 auto;}

}

@media (max-width:700px){
	.mobi{ display:block}
	.pc{ display:none}
	.sp_title{font-size:.8em; letter-spacing:normal; padding:0.2em 1em;}	

}	


.infocard{ 
	position:relative;
	background:linear-gradient(0deg,  rgba(255,255,255,.8),#FFF,#FFF);
	border-radius:0.5em;
	margin:2em auto;
	width:80%;
	padding:2em;
	display:inline-block;
	line-height:2em;
	color:#333;
	min-height:300px;
	vertical-align:top;
	text-align:right;
	box-shadow:#000 0 0 15px, #000 0 10px 10px;
	}
	.infocard:nth-child(2) a{ color:#09F}
	.infocard:nth-child(2) a:hover{ color:#F36}
	.infoicon{width:150px; height:150px; border-radius:100%; float:left;}
	@media (max-width:700px){.infoicon{width:100px; height:100px;}}
	.infocard:nth-child(2) .infoicon{ border: #3CF 5px solid}
	.infocard:nth-child(2) .infoicon:hover{ border: #F69 5px solid}


