/*clear float*/ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-table;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
* {box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; line-height: 1.2;}
map *:focus {outline:none;}
a {outline: none; /*for Firefox Google Chrome*/ behavior:expression(this.onFocus=this.blur()); /*for IE*/}

/*------手機選單------*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
	color: #fff;
	font-size: 22px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    width: 40%;
	line-height:1.6;
	margin: 100px auto 0;
}
.overlay-content span {
	display: inline-block;
	color: #e8a852;
	border-bottom: 1px solid #e8a852;
	margin: 50px 0 20px 0;
}
.overlay a {
	display: block;
	color: #fff;
    text-decoration: none;
    border-left: 3px solid; 
    transition: 0.3s;
    margin-top: 30px;
    padding-left: 10px;
}
.overlay a:hover, .overlay a:focus {
    color: #818181;
}
.overlay .closebtn {
    position: absolute;
    top: -13px;
    right: 7px;
    font-size: 45px;
    border-left: 0;
    margin-top: 0;
    padding-left: 0;
}
.openbtn {
	display:none;
	position: fixed;
    top: 0;
    right: 10px;
	z-index: 9;
	font-size: 30px;
	cursor:pointer;
}

img {
	border:0;
}
ol, ul, li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body, pre, .overlay {
	font-size:18px;
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
}
body {
	background:url(../images/eileen2021_bg1.jpg) top center;
	margin:0;
}
pre {
    /*white-space: pre-line;保留換行,合併空格,遇到父元素邊界自動換行*/
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* Modern browsers */
}
h1 {
	font-size:40px;
}
small {
	display:block;
	color:#999;
}
hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*------刊頭------*/
.top-box {
	background:url(../images/) no-repeat top center;
	width:100%;
}
.top-box img {
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 1280px;
}
.top-box-m {
	display:none;	
	margin:0 auto;
}
.top-box-m img {
	width:100%;
	height:auto;
}

/*------內容區------*/
.main-box {
	max-width:1280px;
	margin:0 auto;
	padding:50px;
	line-height:1.7;
	word-wrap:break-word;
    word-break:normal;
    text-align:justify;
    text-justify:inter-ideograph;
    /*background: url(../images/);
    border-radius: 5px;*/
}
.main-page-box {
	max-width:1280px;
	margin:20px auto;
	padding:50px;
	line-height:1.7;
	word-wrap:break-word;
    word-break:normal;
    text-align:justify;
    text-justify:inter-ideograph;
	background: url(../images/wenyong2025_menubg.png);
}
img.t-pic {
	width: 100%;
}
img.t-page-pic {
	margin-bottom: 20px;
}

/*書封首頁*/
.index-zone .book-box {
	width:35%;
	float:right;
	text-align: center;
}
.index-zone .book-box img {
	width: 100%;
}

/*書介首頁*/
.index-zone .txt-box {
	width:60%;
	float:left;
	padding-right:0;
}
.index-zone .txt-box h1 {
	font-size: 100px;
}

/*書封*/
.book-box {
	width:85%;
	float:right;
	padding: 0 30px 0;
}
.book-box img {
	width: 100%;
}

/*書介*/
.txt-box {
	width:14%;
	float:left;
	padding-right:0;
}

/*贈品*/
.gift {
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}
.gift small {
	font-size: 15px;
}
.gift img {
	width: 60%;
	margin: 10px 0;
}

/*------書本價格------*/
.price {
	width:100%;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
	text-align:center;
	margin-bottom:30px;
}
.price strong {
	color:#ed2525;
}
.price a, .price a:visited {
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	padding:10px 0;
	background-color:#f7cb6f;
	border-radius:5px;
	margin-top:20px;
	transition:.3s;
}
.price a:hover {
	color:#fff;
	background-color:#c81a20;
}

/*------作者介紹------*/
.author h1 {
	font-family:"新細明體", "PMingLiU";
}
.author h1 span {
	display:inline-block;
	font-size: 30px;
	font-weight: 300;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: ;
	vertical-align: bottom;
}
/*ie11+ie10-only*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.author h1 span { vertical-align: top; }
}
.author div {	
	width: 23%;
	margin: 0 0 0 30px;
}
.author img {
	width: 100%;
	border-radius: 5px;
	border: solid 5px #eee;
}
.author small {
	font-size: 13px;
	margin-top: 5px;
}
.author-link {
	color: #777;
}
.author-link a, .author-link a:visited {
	color: #777;
	text-decoration: none;
}
.author-link a:hover {
	color: #000;
	text-decoration: underline;
}

/*------文章試讀------*/
.word {
	width:98%;
	height:600px;
	overflow:auto;
	color:#333;
	margin:0 auto;
	padding-right:2%;
    word-wrap:break-word;
    word-break:normal;
    text-align:justify;
    text-justify:inter-ideograph;
}
/*chrome-only*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .selector:not(*:root), .word {
    height:590px;
  }
}
/*捲軸*/
.word::-webkit-scrollbar {
    width: 12px;
} 
.word::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background: rgba(0,0,0,0.07);    
} 
.word::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.09);
}

/*------圖片試讀------*/
.pic-box img {
	float:left;
	width:32.3%;
	height: auto;
	margin:0 0.5% 10px;
}

/*------活動------*/
.event span {
	font-size: 23px;
}
.event u {
	font-size: 16px;
	text-decoration: none;
}
.event ol {
	color: #777;
	list-style-type: square;
	margin-left: 25px;
}
.event li {
	list-style-type: square;
}
.event ol a, .event ol a:visited {
	color: #777;
}
.event ol a:hover {
	color: #000;
	text-decoration: none;
}

/*------其他作品------*/
.other-box {
	margin-bottom: 25px;
}
.other-book-box {
	width:25%;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}
.other-book-box img {
	width:100%;
}
.other-txt-box {
	width:71%;
}
.other-box .books-price {
	margin-top: 15px;
}
.other-txt-box h2 {
	display: inline-block;
	font-size: 55px;
	font-family: "新細明體", "PMingLiU";
}
.other-txt-box h3 {
	display: inline-block;
	font-size: 27px;
	font-family: "新細明體", "PMingLiU";
}
.other-txt-box h4 {
	display: inline-block;
	font-size: 21px;
}
.txt-c01 {
	color: #9d3a3a;
}
.txt-c02 {
	color: #6d6c68;
}
.txt-c03{
	color: #b18a53;
}



/*------延伸閱讀------*/
.books-row:after {
    content:"";
    display:table;
    clear:both;
}
.books-column {
    float:left;
    width:25%; /*7本=14.2%; 5本=20%*/
	padding:0 10px;
	text-align:center;
}
.books-cover {
	width:180px; /*7本=115; 5本=150*/
	height:250px; /*7本=159; 5本=208*/
	line-height: 180px;
	border:1px solid #d2d2d2;
	background-color:#fff;
	padding:3px;
	margin:0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.books-cover img {
	width:100%;
	height:100%;	
}
/*特殊尺寸-class="books-cover sp"*/
.books-cover.sp img {
	height: 130px;
}
.books-booktitle {
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	padding:0 5px;
	height: ;
}
.books-author {
	color:#333;
	font-size:16px;
	line-height:1.5;
	padding:0 5px;
	height: ;
}
.books-price {
	color:#666;	
	font-size:14px; /*7本=13*/
	line-height:1.5;
	font-family:Georgia, "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
}
.books-price strong {
	color:#ed2525;
}
.books-price a, .books-price a:visited {
	display: inline-block;
	width:;
	color:#6d6c68;
	font-size:14px;
	text-decoration:none;
	padding: 2px 8px;
	border:solid 1px #6d6c68;
	border-radius:5px;
	margin:10px 2px 0;
	transition:.3s;
}
.books-price a:hover {
	color:#fff;
	background-color:#fff;
	border:solid 1px #b18a53;
}
.books-price.all-shop a, .books-price.all-shop a:visited {
	display:inline-block;
	width: auto;
	padding:3px 10px;
	margin:5px;
	background: #fff;
	margin-top: 8px;
}
.books-price.all-shop a:hover {
	color: #fff;
	border:solid 1px #d22727;
	background: #d22727;
}

/*Firefox-only*/
@-moz-document url-prefix() {
	.price, .books-price {
		font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
	}
}

/*------設定------*/
.mb-1 {
	margin-bottom: 10px;
}
.md-fl {
	float: left;
}
.md-fr {
	float: right;
}
.shadow {
	-webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
}
.top-menu {
	background:url(../images/wenyong2025_menubg.png);
	position: fixed;
	text-align: center;
	z-index: 999;
	-webkit-filter: drop-shadow(0px 5px 8px rgba(78, 75, 72, 0.3));
    filter: drop-shadow(0px 5px 8px rgba(78, 75, 72, 0.3));
}
.top-menu ul { 
	display:inline-flex;
	flex-direction:row;
	justify-content:space-around;	
	max-width: 1280px;
	width: 80%;
	padding: 12px 0;
}
.top-menu li {

}
.top-menu a, .top-menu a:visited {
	color: #777670;
	text-decoration: none;
}
.top-menu a:hover {
	color: #000;
}
.top-menu img {
	width: 26px;
	float: left;
	padding: 2px 5px 0 0;
}
.news li {
	border-bottom: dotted 1px #a09688;
	padding: 10px 0;
}
.news a, .news a:visited {
	color: #333;
	text-decoration: none;
}
.news a:hover {
	color: #d22727;
}
footer {
	width: 100%;
	color: #000;
	font-size: 13px;
	text-align: center;
	padding: 30px;
	vertical-align: middle;
}
.t-pic-m {
	display: none;
	width: auto;
	margin: 0 auto 30px;
}
.text1 {
	font-size: 40px;
	color: #a40000;
	font-family: 新細明體;
}
.text2 {
	font-size: 22px;
}
img.word-pic {
	border-radius: 5px;
	width: 500px;
	margin: 35px 0 0 30px;
}
img.word-pic2 {
	border-radius: 5px;
	width: 400px;
	margin: 35px 0 0 30px;
}
.md-p-top {
	padding-top: 40px;
}
strong.p-t5 {
	font-size: 20px;
	color: #b18a53;
}
.index-float .md-fl, .index-float .md-fr {
	width: 25%;
	margin-top: 20px;
}
.index-float img {
	width: 100%;
}
.index-fbox {
	background: url(../images/wenyong2025_footer-bg.jpg) no-repeat;
	background-position: 50% -25px;
	background-size: cover;
	padding-top: 100px;
}
.page-bg1 {
	background: url(../images/wenyong2025_page-bg1.jpg) top center fixed;
}
.page-bg2 {
	background: url(../images/wenyong2025_page-bg2.jpg) top center fixed;
}
.page-bg3 {
	background: url(../images/wenyong2025_page-bg3.jpg) top center fixed;
}
.page-t {
	text-align: center;
	padding-top: 100px;
}
.link-style1 {
	text-decoration: underline;
	color: #666;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
.link-style1:hover {
	text-decoration: none;
	color: #000;
}
.font-t1 {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	color: #b18a53;
}
.font-t1.c1 {
	color: #46baf2;
}
.portfolio {
	margin-bottom: 30px;
}
.portfolio h1 {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	color: #b18a53;
}
.portfolio img {
	width: 100px;
}
.portfolio .line-box {
	margin-left: 15px;
	padding-right: 15px;
	border-left: solid 1px #999;
}
.portfolio .b-box {
	width: 120px;
	text-align: center;
	padding: 10px 0 0 15px;
}
.portfolio span {
	font-size: 16px;
}
.portfolio p {
	margin-top: 10px;
	text-align: center;
}
.scrollup{
    width:50px;
    height:50px;
    opacity:0.85;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    background: url(../images/wenyong2025_icon_top.png) no-repeat;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

@media (max-width: 812px) {
	body {
	}
	h1 {
		font-size:30px;
	}
	.top-box, .top-menu, .t-pic {
		display:none;
	}
	.top-box-m, .openbtn, .t-pic-m {
		display:block;
	}
	.main-box {
		width:90%;
		padding:65px 0 15px;
	}
	.book-box, .price ,#muteYouTubeVideoPlayer, iframe,
	.index-float .md-fl, .index-float .md-fr {
		width:100%;
	}
	.book-box img {
		width: 90%;
	}
	.book-box, .txt-box, .md-fl, .md-fr {
		float:none;
	}
	.txt-box {
		width:100%;
		padding:0;
		margin-top:50px;
	}
	.gift img {
		width:60%;
	}
	.author h1 {
		text-align: center;
	}
	.author h1 span {
		font-size: 25px;
		padding-left: ;
	}
	.author div {
		width: 80%;
		margin: 20px auto 0;
	}
	.author div img {
		width: 100%;
	}
	.word {
		height:560px;
	}
	.word::-webkit-scrollbar {
		width: 8px;
	} 
	.pic-box img {
		width:48%;
		margin:0 1% 10px;
	}
    .event span {
    	font-size: 22px;
    }
    .event ol, .author-link {
    	font-size: 16px;
    }
    .other-box {
    	margin-bottom: 0;
    }
    .other-book-box {
		width:100%;
	}
	.other-book-box img {
		width:80%;
	}
	.other-txt-box {
		width:100%;
		padding-left: 0;
	}
	.other-txt-box h2 {
		font-size: 40px;
	}
	.other-txt-box h3 {
		font-size: 22px;
	}
	.other-txt-box h4 {
		font-size: 20px;
	}
	.books-row ul {
		width:100%;
		display:inline-table;
	}
	.books-column {
		width:50%;
		margin-bottom:20px;
	}
	.books-cover {
		width: 130px;
		height: 180px;
	}
	.bg-2 {
		background-attachment: scroll;
		padding: 30px 15px;
	}
	.text1 {
		font-size: 35px;
	}
	.text2 {
		font-size: 20px;
	}
	img.word-pic, img.word-pic2 {
		width: 100%;
		margin: 0 auto;
	}
	.md-p-top {
		padding-top: auto;
	}
	img.t-page-pic {
		display: block;
		margin: 0 auto 30px;
	}
	.main-page-box {
		width:90%;
		padding:30px 25px 15px;
		margin-top: 0px;
	}
	.index-zone .book-box, .index-zone .txt-box {
		float:none;
		width: 100%;
	}
	.index-zone .txt-box h1 {
		font-size: 60px;
	}
	.index-zone h2 {
		font-size: 24px;
	}
	.index-fbox {
		background-position: 50% 100%;
		background-size: auto;
		padding-top: 10px;
	}
	.page-t {
		padding-top: 50px;
		margin-bottom: 15px;
	}
	.page-bg1, .page-bg2, .page-bg3 {
		background-attachment: scroll;
	}
	.scrollup{
		bottom:10px;
		right:10px;
	}
}

