@charset "UTF-8";

/*================================================
 *  CSS?ªã‚»?s?
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:98%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*================================================
 *  ä¸€?¬ãK?±é€šè¨­å®?
 ================================================*/
body {
	color:#382400;
	font-family: Verdana,"Microsoft JhengHei",Arial;
	background:#f1f1f1;
	background-image:url(../images/0706001_bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

#contents {
	position:relative;
	overflow:hidden;
	/*width:1200px;*/
	max-width: 1500px;
    min-width: 1000px;
	margin:0 auto;
    background: #f5f5f5;    	
}

@media screen and (min-width:768px) {
	#contents:before {
		position:absolute;
		top:0;
		left:0;		
		height:100%;
		content: '';
		background:#fcf1e3;
	}
}

.main {
    box-sizing: border-box;    
    width: 100%;    
    margin: 0 auto;
    border-style: solid;   
    background: #f5f5f5;
}

#sub {
	box-sizing: border-box;
	/*float:left;*/
	/*width:27%;*/
	background: #fbfbfb;
	
}

footer {
	box-sizing: border-box;
	/*width:1200px;*/
	max-width: 1500px;
    min-width: 1000px;
	margin:0 auto;
}
#BodyFooter {
    background-color: #f5f5f5;
    clear: both;
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
    font-family: Verdana,"Microsoft JhengHei",Arial;
        
}
#BodyFooter table {
    width: 93%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin: 0 auto;
}
#BodyFooter td {
    font-size: 1em;
    line-height: 1.7em;
    padding: 1% 0 1% 3%;
    width: 14%;
}
#BodyFooter a {
    color:#8a8a8a;
}
#BodyFooter a:hover {
	color:#000;
}
#BodyFooter .footsub {
    font-size: 1em;
    font-weight: bold;
}



a {
    color:#dc6565;/*#9f4d1c;*/
    
}
a:hover {
    color:#000;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
    margin-bottom: 0.5em;
    font-size: 21px;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    color: #f33d7e;
    /* border-bottom: 1px #999 dotted; */
}

h3 {
	margin-bottom:0.25em;
	padding:5px 5px;
	color:#fbfbfb;
	font-size:22px;
	font-weight:bold;
	font-family: "Microsoft JhengHei";
	text-decoration:none;
	background: #dc6565;
    padding-left: 10%;
}

h4 {
	/*font-size:19px;*/
    font-size: 0.9em;
    font-family: "Microsoft JhengHei";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-left:5px solid #15adb3;
	background:#eee;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

h7 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}


h8 {
    padding-top:10px;
    padding-left:120px;
    padding-right:120px;
    background-color:#ffffff;
    opacity:0.7;
    border-radius:18px;
}


p {
	/*margin:0 0 0.5em 0; */
    padding-left: 1%;
    padding-right: 1%;
    line-height: 2;
}

img {
    /* vertical-align: bottom; */
    /* background-color: #cc0; */
	/* width: 36%; */
}
.ad_s a img{
    width: auto;
}
em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#d45451;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:0.5em;
	margin-top: -10px;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	
	background:#eee;
}
td {	
	text-align:left;
	border: 1px solid #f5f5f5;
}

/*================================================
 *  ?˜ã??€??
 ================================================*/
header {
}

header h1 {
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 5px;
    /* background-color: #f33d7e; */
    border-bottom: 1px dotted #85d1c6;
}

.summary {
	margin:0;
	padding:10px;
	color:#ddd;
	background:#23292f;
}
.top_block_pink{
	/* width:1200px; */
	max-width: 1500px;
    min-width: 1000px;
    height: 10px;
    margin: 0 auto;
    background-color: #15adb3;
	}
.betalogo_img {
    position: relative;
    background: #fff;
    text-align: left;
    padding: 0.9% 1% 0% 1.3%;
    display: block;
    margin: 0;
}
.betalogo_img img {
    width: 25%;
    height: auto;
    /*margin: 3.5% 0% -1% 4%;*/
}

/*================================================
 *  ?°ã=?¼ã??«ã??“ã‚²?¼ã‚·?§ãC  首頁左側
 ================================================*/
nav {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #382400;
    font-family: Verdana,"Microsoft JhengHei",Arial;
    line-height: 1.6;
}
nav h3 {
    display:none;
}
nav ul {
    margin: 0 0 0 0;
    padding: 0 1.5% 0 0;
    text-align: right;
}
nav li {
    display: inline-block;
    list-style:none;
    margin:0;
    padding:0;
}
nav li a {
    display: block;
    color: #15adb3;
    text-decoration: none;
    background: #fbfbfb;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 5px 12px 6px !important;
    border:5px solid transparent;
}
nav li a:hover {
    color: black;
    /*border-left: 50px solid #d58181;*/
    background: 15adb3;
    transition: all 0.2s ease 0s;
    border-bottom:5px #15adb3 solid;
    padding-bottom: 1px;
}
/*
nav li a:hover {
    color: #ffffff;
    border-left: 50px solid #d58181;
    background: #15adb3;
    transition: all 0.2s ease 0s;
}
*/
nav li a.nav_menu{ /*左上menu左側距離*/
    padding-left: 20px;
}
.hr_point{border-top: 1px dotted #85d1c6;}

/* 首頁左側  最新消息 event li
 ================================================*/
#kg_event,#news_event {
    margin: 4% 4% 4% 10%;
    width: 80%;
	color: #8f8e8e;
}
#kg_event ul,#news_event ul {
    margin: 4% 0 0 9%;
    padding: 0;
}
#kg_event li,#news_event li {
    list-style: decimal;
    margin: 0;
    padding: 0 0 3%;
    list-style-position: outside;
}
#kg_event li a,#news_event li a {
    color: #333333;
    text-decoration: none;
    background: #fbfbfb;
    /* font-weight: bolder; */
    font-size: 1.05em;
    line-height: 1.5em;
    padding-top: 0px;
	display: block;
    padding-bottom: 6px;
    padding-left: 13px;
}
#kg_event li a:hover,#news_event li a:hover {
    color: #dd6767;
    border-left: 3px solid #d58181;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}



/* 首頁左側 區塊 bestbooks,event,kg  
================================================*/
.v_center{
	text-align:center;	
}
.bestbook {
    position: relative;
    /*width: 1199px;*/
	margin: 0 auto;
    max-width:  ;
    min-width:  ;
    /* border-bottom: 1px #999 dotted; */
}
.bestbook_title {
	margin:0 0 0 0;	
}
.bestbook_title img{
	width:36%;
}
.event_title {
	margin: 5% 0 -3% 0;
}
.kg_title {
	margin:7% 0 0 0;	
}
.title_big {
    font-size: 21px;
    font-weight: bold;
    /* border-bottom: 1px #999 dotted; */
	/* background-color: #cc0; */
	display: inline-block;
	margin: 2% 0 0 5%; 
}
.t_color1{ color: #000;}
.t_color2{ color: #dc6565;}



/* 首頁左側 bestbook 連結用 */
.book_category {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    /* background-color: #cc0; */
    /* width: 100%; */
    text-align: center;
	margin: 4% 4% 4% 5%;
}
.book_category a {
    display: inline-block;
    color: #dd6767;
    padding: 3px 0px 0px 0px;
    /* background-color: #d58181; */
    margin: 1% 3%;
    font-size: 1.85em;
	line-height: 1.5em;
    font-family: Verdana, "Microsoft JhengHei", Arial;
    text-decoration: none;
    width: 40%;
    border-bottom: 2px dotted #d6d6d6;
}
.book_category a:hover{
    position: relative;
    top: 1px;
    left: 2px;
}


/*----- 首頁右側最上方 HOT -----*/
.hottxt {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    width: 63%;
    text-align: center;
    border-bottom: 4px dotted #dc6565;
    margin: 0 auto 1%;
    color: #382400;
    font-family: Verdana,"Microsoft JhengHei",Arial;
    line-height: 1.6em;
    font-size: 1.2em;
}
.hottxt img {
    width: auto;
}
.hottxt a {
    display: inline-block;
    color: #000000;
    padding: 3px 0px 0px 0px;
    margin: 2.5% 0.5% 0.8%;
    line-height: 1.5em;
    font-family: Verdana, "Microsoft JhengHei", Arial;
    text-decoration: underline;
    font-weight: normal;
}
.hottxt a:hover{
    position: relative;
    top: 1px;
    left: 2px;
}



/*----- 首頁右側_部落格更新看板 -----*/
.fa{
	font-size: 1.2em;
    color: #15adb3;
    vertical-align: middle;
}
.fas{
	font-size: 1.2em;
    vertical-align: middle;
}









/*================================================
 *  ?•ã??¿ãL
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#23292f;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:20px;
	text-align:center;
}
.footmenu a {
	color:#f33d7e;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fbfbfb;
}

.copyright {
    clear: both;
    padding: 1% 0;
    font-size: 1em;
    line-height: 1.5em;
    font-family: "Microsoft JhengHei";
    text-align: center;
    color: #fbfbfb;
    background: #9ac191;
}
.copyright img {
	width:40px;
	height:auto;
}

/*================================================
 *  ?šãL?¸ã??s??¸ã®?»ã?
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f33d7e;
	width:100%;
	border-radius: 4px;
}
.totop img:hover {
	background:#15adb3;
	border-radius: 4px;
}

/*================================================
 *  ?¯ã9??
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
	color: #000;
	font-family: "Microsoft JhengHei";
	font-size: 16px;
}
.textR img {
	width:auto;
}
.textR a{
    color: #000;
}
.textR a:hover{
    color: #dc6565;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

/*----- 首頁右側_部落格更新看板 -----*/
.info_title {
    display: inline-block;
    /* background-color: #cc0; */
    vertical-align: top;
    margin: 1% 0;
}
.info_title img {
	width:auto;
}
.info {
    width: 80%;
    margin: 0 0% 0 2%;
    display: inline-block;
	color: #333;
	font-size: 20px;
	line-height:1.4em;
	font-family: "Microsoft JhengHei";
}
.info_t {
    font-size: 0.9em;
    line-height: 1.5em;
	color:#333;
	font-family: "Microsoft JhengHei";
}
.info_more {
	font-family: "Times New Roman";
}
.info dt {
	border-bottom: none;
    font-family: Bookman Old Style;
    font-size: 0.65em;
	line-height:1.2em;
    font-weight: bold;
    color: #333;
}
.info dd {
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 12px;
    font-size: 20px;
    /* border: 4px #ddd dotted; */
    /* border-radius: 10px; */
}


/*----- 內頁_圖書目錄 -----*/
#book_list_all {
	overflow:hidden;
    font-size: 20px;
    /* color: #382400; */
    font-family: Verdana,"Microsoft JhengHei",Arial;
    line-height: 1.6;
	margin-bottom: 1%;
	margin-top: 3%;
}
#book_list_all.book_title {
	color:#fff;
	text-decoration: none;
}
#book_list_all h3 {
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
    background: #fbfbfb;
    padding-left: 2.5%;
    border-bottom: 1px #dc6565 dotted;
}
#book_list_all h3 a {
	color:#fff;
	text-decoration: none;
}
#book_list_all h3 a:hover{
	color:#fff;
	text-decoration: underline;
}
#book_list_all ul {
	overflow:hidden;
	/*background-color: #cc0;*/
}

#book_list_all li {
	list-style: none;
	display: contents;
}
#book_list_all li a {
	font-size: 0.8em;	
    color: #dc6565;
    text-decoration: none;
    background-color: #efefef;
    padding: 0.3% 2%;
    margin: 0.5% 0 0;
	border-radius: 4px	
}
#book_list_all li a:hover {
    background-color: #000;
	color:#fff;    
}
.booktitle{background-color: C00;text-decoration: underline}
.booktitle a {background-color: #15adb3 !important;color: #fff !important;}
.booktitle a:hover {background-color: #000 !important;color: #fff !important;}



/*----- 內頁下方 書縮書排列-----*/
.event {
	overflow:hidden;
    font-size: 20px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    padding-left: 2.6%;
    padding-right: 2.6%;
    padding-top:15px;
    padding-bottom: -10px;     
    opacity:0.8;
    border-radius:27px;
    background-color: #fff;
    margin-top: 1%;
    margin-right: 10%;
    margin-left: 10%;
}

.p_books .book_title {
	color:#fff;
	text-decoration: none;
    margin-right: 3.5%;
    margin-left: 3.5%;
}
.p_books h3 {
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #fbfbfb;
    font-size: 22px;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
    background: #f5f5f5;
    padding-left: 2.5%;
}
.p_books h3 a {
	color:#fff;
	text-decoration: none;
}
.p_books h3 a:hover{
	color:#fff;
	text-decoration: underline;
}
.p_books ul {
    overflow: hidden;
    /* margin: 2.492% -1.492% 0 0; */
    margin: 3% 6%;
}
.p_books li {
    list-style: none;
    float: left;
    width: 13.6%;
    height: 366px;
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
}
.p_books li img {
	width:100%;
	height: 214px;
	border-radius: 7px;
	border: 1px solid #b3cfd2;
}


/*----- 內頁下方 書縮書排列--list---*/
.p_books_booklist{ width:100%; /*ackground-color:#cc0;*/}
.p_books_booklist ul {
	overflow:hidden;
	/* margin:2.492% -1.492% 0 0; */
	margin: 3% -2%;
}
.p_books_booklist li {
    list-style: none;
    float: left;
    width: auto;
    height: auto;
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
}
.p_books_booklist li a {
	line-height: 1.3em;
}
.p_books_booklist li{font-size: 0.9em;line-height: 1.2em;}
.author{font-size: 0.6em !important; display:block !important;width: 100% !important;}
.author a{font-size: 0.6em !important;color:#000;}
.booknumber{font-size: 0.6em !important; display:block !important;}
.book_isbn{font-size: 0.6em !important; display:block !important;}
.book_price{font-size: 0.6em !important;}




/*----- 內頁下方_近期新書.注目焦點border-radius: 4px; padding: 0 2.2%; -----*/
.book,.focus {
	overflow:hidden;
    font-size: 20px;
    /* color: #382400; */
    font-family: Verdana,"Microsoft JhengHei",Arial;
    line-height: 1.6;
}
.book_title {
	color:#fff;
	text-decoration: none;
}
.book h3,.focus h3 {
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #fbfbfb;
    font-size: 22px;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
    background: #dc6565;
    padding-left: 2.5%;
}
.book h3 a,.focus h3 a {
	color:#fff;
	text-decoration: none;
}
.book h3 a:hover,.focus h3 a:hover{
	color:#fff;
	text-decoration: underline;
}
.book ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.book li,.focus li {
    list-style: none;
    float: left;
    width: 19%;
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
}
.book li img {
	width:100%;
	border-radius: 7px;
	border: 1px solid #b3cfd2;
}

.focus {
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.6;
}

.focus ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
/*.focus li {
	list-style:none;
	float:left;
	width:31.8%;
	margin:0 1.492% 1.492% 0;
}*/
.focus li img {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #b3cfd2;
}

/*================================================
 *  ?¹ã9?¤ã??·ã7??
 ================================================*/
.slide {
    position: relative;
    /* width: 1199px; */
    margin: 0 auto;
    max-width: 100%;
    /* min-width: 1000px; */
    overflow: hidden;
}
/*
.slide {
	position:relative;
	width:100%;
	overflow:hidden;
	position:relative;	
}
*/
.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fbfbfb;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
	height:250px;
}

.slidePrev {
	position:absolute;
	display:block;
	width:40px;
	height:50px;
	left:0;
	cursor:pointer;
	z-index:100;
}
.slideNext {
	position:absolute;
	display:block;
	width:40px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}
.slidePrev img,.slideNext img {
 width: auto;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ddd;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	background:#85d1c6;/*#f33d7e;*/
}


.hidden-p {
	display: none;
}

#news {
    /*padding: 18px;*/
    /*font-size: 15px;*/
    /*color: #8f8e8e; */
	border-top: 1px dotted #85d1c6;
	margin: -32px 0 0;
}
.news a:hover {
    color: #f33d7e; 
}





.cat {
    display: inline-block;    
    overflow: hidden;
    vertical-align: middle;
}

.cat a {
    display: inline-block;
    color: #fff;
    padding-top:2px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f33d7e;
    border-radius: 10px;
    margin-right: 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
}

.cat a:hover{
    position: relative;
    top: 1px;
    left: 2px;
}

.hot a {
    color: #000;       
    font-size: 18px;
    font-family: "Microsoft JhengHei";
}

.hot a:hover{
    color: #9f4d1c;
}



.about {
    margin-bottom:0.25em;
    padding:2px 5px;
    color:#fbfbfb;
    font-size:22px;
    font-weight:bold;
    font-family: "Microsoft JhengHei";
    text-decoration:none;
    background: #dc6565;
    padding-left: 2.5%;

}





.navi {
    overflow:hidden;
    font-size: 15px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%; */
    padding-top:5px; 
    padding-bottom: 5px; 
    padding-left:10%;
    padding-right: 10%;      

}


.adbanner {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 1%;
}






/*================================================
 *  ?¿ã??¬ã??ˆå??‘ã??¶ã‚¤??   平板
 ================================================*/
/* ?¹ã‚¯?­ãL?«ã??¼ã??v…®?—ã¦20pxå¤§ã??„ã‚µ?¤ã‚º?§å??Šæ›¿??*/
@media screen and (max-width:979px) {
	.slide {
    position: relative;
    /*width: 100% !important;*/
	max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0;
    }
	.slideInner li img {
	width:100% !important;
	height:auto !important;
    }
	.slideInner {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    height: 63px !important;
    }
    .top_block_pink {
    /* width: 1200px; */
    max-width: 100%;
    min-width: 100%;
    height: 4px;
    margin: 0 auto;
    background-color: #15adb3;
    }
	.betalogo_img {
        position: relative;
        background: #ffffff;
        text-align: left;
        padding: 3% 1% 0% 1%; /*padding: 4% 1% 1% 1%;*/
        display: block;
        margin: 0;
    }
    .betalogo_img img {
        width: 50%;
        height: auto;
        margin: -1.5% 0% -0.5% 0%;
    }

    .hidden-m {
    display: none;
    }
/*----- 行動裝置 大廣告輪播區 -----*/
.controlNav {
    position: relative;
    float: left;
    left: 50%;
    margin: -1% 0 0;
}
/*----- 首頁左側 區塊 bestbooks -----*/
.bestbook {
    position: relative;
    /*width: 1199px;*/
	margin: 0 auto;
    max-width:  ;
    min-width:  ;
    /* border-bottom: 1px #999 dotted; */
}
.bestbook_title img{
	width:auto;
}

.title_big {
    font-size: 21px;
    font-weight: bold;
    /* border-bottom: 1px #999 dotted; */
    /* background-color: #cc0; */
    display: block;
    text-align: center;
}
.title_s {
}
.t_color1{ color: #000;}
.t_color2 { color: #dc6565;}


.book_category {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    /* background-color: #cc0; */
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.book_category a {
    display: inline-block;
    color: #dd6767;
    padding: 3px 0px 0px 0px;
    /* background-color: #d58181; */
    margin: 1% 3%;
    font-size: 1.6em;
    line-height: 1.4em;
    font-family: Verdana, "Microsoft JhengHei", Arial;
    text-decoration: none;
    width: 36%;
    border-bottom: 2px dotted #bebebe;
}
.book_category a:hover{
    position: relative;
    top: 1px;
    left: 2px;
}

	
	
	

	
	#contents {
		box-sizing: border-box;
		/*width:100%;*/
		max-width: 100%;
        min-width: 100%;
	}

	#sub {
		float:none;
		width:100%;		
	}

   nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        display: block;
        cursor: pointer;
        margin-bottom: 0;
        padding: 0% 2%;
        color: #15adb3;
        background: transparent;
        border: none;
        font-size: 1.1em;
    }
    nav ul {
        margin: 0% 0 3% 0;
        padding: 0;
    }
    nav li a {
display: block;
color: #15adb3;
text-decoration: none;
background: #fbfbfb;
font-size: 1.3em;
line-height: 1.3;
/*padding: 5px 12px 6px !important;*/
}

nav li a:hover {
    color: #ffffff;
    border-left: 50px solid #d58181;
    background: #15adb3;
    transition: all 0.2s ease 0s;
}
nav li a.nav_menu{ /*左上menu左側距離*/
    padding-left: 30px !important;
}
    #navBtn {
        display:inline-block;
        position:absolute;
        top:20px;
        right:10px;
        width:50px;
        height:50px;
        border-radius:5%;
        background: #15adb3;
    }
    #navBtnIcon {
        display:block;
        position:absolute;
        top: 50%;
        left: 23%;
        width: 30px;
        height: 4px;
        margin: -2px 0 0 -1px;
        background:#fff;
        transition:.2s;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display:block;
        content:'';
        position:absolute;
        top:50%;
        left:0;
        width:30px;
        height:4px;
        background:#fff;
        transition:0.3s;
    }
    #navBtnIcon:before {
        margin-top:-10px;
    }
    #navBtnIcon:after {
        margin-top:6px;
    }
    #navBtn .close {
        background:transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top:0;
    }
    #navBtn .close:before {
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
    }
    #navBtn .close:after {
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
    }

.main {
    padding-left: 0%;
    padding-right: 0%;
}

    
	footer {
		/*width:100%;*/
		max-width: 100%;
        min-width: 100%;
	}
	
	/*.book li {
		width:31.8%;
	}*/
	.book li {
	list-style:none;
	float:left;
	width:31.8%;
	margin:0 1.492% 1.492% 0;
    }
    .book li img {
	width:100%;
	height: 200px;
    }
	.focus {
		overflow: hidden;
		padding-bottom: 0px;
	}
	.focus li {
		width:31.8%;
	}	
	.focus li:nth-child(3n+1) {
		clear:none;
		float:left;
	}


h2 {
    margin-bottom: 0.5em;
    font-size: 32px;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    color: #f33d7e;
    border-bottom: 3px solid #999;
}

h3 {
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #fbfbfb;
    font-size: 30px;
    font-weight: bold;
}

h4 {
    margin-bottom: 0.25em;
    font-size: 24px;
    font-family: "Microsoft JhengHei";
}


.info dt {
    border-bottom: none;
    font-family: Bookman Old Style;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.info dd {
    padding-left: 24px;
    padding-right: 8px;
    font-size: 30px;
    border: 1.5px dashed #ddd;
}

.textR {
    text-align: right;
    color: #000;
    font-family: "Microsoft JhengHei";
    font-size: 24px;
}



.copyright {
    clear:both; 
    /*font-size:13.5px;*/
    font-family: "Microsoft JhengHei";
    text-align:center;
    color:#fbfbfb;
    background: #9ac191;
    padding:8px 0;
    
}

.totop {
    position: fixed;
    bottom: 20.3%;
    right: 0px;
}
.totop img {
	background:#15adb3;
	width:100%;
}

.totop img:hover {
	background:#f33d7e;
}

#news {
   padding: 8px;
    font-size: 19px;
    color: #8f8e8e; 
}

header h1 {
	padding:5px;
	background-color: #fff;
}


	
.hidden-m {
	display: none;
    }

.hidden-p {
	display: block;
}


.cat {
    display: inline-block;    
    overflow: hidden;
    vertical-align: middle;
}

.cat a {
    display: inline-block;
    color: #fff;
    padding-top:2px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f33d7e;
    border-radius: 15px;
    margin-right: 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
}



.hot a {
    color: #000;       
    font-size: 24px;
}


.hot a:hover{
    color: #9f4d1c;
}
/*右側_部落格更新看板*/
.info_title {
    display: inline-block;
    /* background-color: #cc0; */
    vertical-align: top;
    margin: 1% 0;
}
.info_title img {
    width: 130px;
}
.v_center {
    text-align: center;
    width: 50%;
}

.event {
    overflow:hidden;
    font-size: 20px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%;
    padding-top:15px;  */
    padding-bottom: -10px;    
    background-color:#ffffff;
    opacity:0.8;
    border-radius:27px;
    background-color: #fdfdfd;
    margin-top: 1%;
    margin-left: 0%;
    margin-right: 0%;
}

.navi {
    overflow:hidden;
    font-size: 15px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%; */
    padding-top:5px; 
    padding-bottom: 5px; 
    padding-left:15%;
    padding-right: 15%;      

}



.adbanner {
    padding-left: 15%;
    padding-right: 15%;
}



/*================================================
 *  ?¹ã??¼ã??•ã‚©?³å??‘ã??¶ã‚¤??  
 ================================================*/
 /*手機 (直) css*/
@media screen and (max-width:767px) {
	header {
	/*  
	position: relative;
    background: #fff;
    text-align: center;
    padding: 0 3% 2% 0;
	*/
    }
	#main {
		float:none;
		width:100%;
		padding-left: 0.1px;
        padding-right: 0.1px;
        border-style: solid;    
        border-bottom-width: 0.1px;
        border-left-width: 0px;
        border-right-width: 0px;
        color: #e1e1e1;
		padding-bottom: 0%;
	}

	#sub {
		float:none;
		width:100%;		
	}

	.betalogo_img {
    position: relative;
    background: #fff;
    text-align: left;
    padding: 3% 1% 3% 1%;
    display: block;
    margin: 0;
    }

    .betalogo_img img {
    width: 50%;
    height: auto;
    margin: -1.8% 0% -0.5% 0%;
    }


    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        display: block;
        cursor: pointer;
        margin-bottom: 0;
        padding: 1% 0%;
        color: #15adb3;
        background: #eaeaea;
        border: none;
        font-size: 0.9em;
    }
    nav ul {
        margin: 0% 0 3% 0;
        padding: 0;
        text-align: left;
    }
    nav li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav li a {
    padding: 5px 30px;
    font-size: 1.2em;
    background-color: #15adb3;
    color: #fff;
}

nav li a:hover {
    color: #ffffff;
    border-left: 50px solid #d58181;
    background: #15adb3;
    transition: all 0.2s ease 0s;  
}

nav li a.nav_menu{ /*左上menu左側距離*/
    padding-left: 50px !important;
}
    #navBtn {
        display:inline-block;
        position:absolute;
        top:10px;
        right:10px;
        width:50px;
        height:40px;
        border-radius:5%;
        background: #15adb3;
    }
    #navBtnIcon {
        display:block;
        position:absolute;
        top:52%;
        left:22%;
        width:30px;
        height:3px;
        margin:-2px 0 0 -1px;
        background:#fff;
        transition:.2s;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display:block;
        content:'';
        position:absolute;
        top:50%;
        left:0;
        width:30px;
        height:3px;
        background:#fff;
        transition:0.3s;
    }
    #navBtnIcon:before {
        margin-top:-10px;
    }
    #navBtnIcon:after {
        margin-top:8px;
    }
    #navBtn .close {
        background:transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top:0;
    }
    #navBtn .close:before {
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
    }
    #navBtn .close:after {
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
    }

.copyright {
	clear:both;	
	font-size:13.5px;
	font-family: "Microsoft JhengHei";
	text-align:center;
	color:#fbfbfb;
	background: #9ac191;
	padding:8px 0;
}
.totop {
    position: fixed;
    bottom: 15.3%;
    right: 0px;
}
.totop img {
	background:#15adb3;
	opacity: 0.8;
}

.totop img:hover {
	background:#f33d7e;
}


#news {
   padding: 8px;
    font-size: 14px;
    color: #8f8e8e; 
}


h2 {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    color: #f33d7e;
    border-bottom: 3px solid #999;
}


h3 {
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #fbfbfb;
    font-size: 24px;
    font-weight: bold;
}


h4 {
	margin-bottom:0.25em;
	font-size: 0.7em;
	font-family: "Microsoft JhengHei";	
}


.textR {
	text-align:right;
	color: #000;
	font-family: "Microsoft JhengHei";
	font-size: 14px;
	margin: 0 8% 2% 0;
}
.textR a {
    color: #000;
}
header h1 {
	padding:5px;
	background-color: #fff;
}


.hidden-m {
	display: none;
    }

.hidden-p {
	display: block;
    /* margin-right: -18%;
    margin-left: -1%; */
}


.cat {
    display: inline-block;    
    overflow: hidden;
    vertical-align: middle;
}

.cat a {
    display: inline-block;
    color: #fff;
    padding-top:0px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f33d7e;
    border-radius: 4px;
    margin-right: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
}

.cat a:hover{
    position: relative;
    top: 1px;
    left: 2px;
}


.hot a {
    color: #000;       
    font-size: 16px;
}


.hot a:hover{
    color: #9f4d1c;
}
/*----- 行動裝置 大廣告輪播區 -----*/
.controlNav {
    position: relative;
    float: left;
    left: 50%;
    margin: 5% 0 0;
}
.controlNav span {
    position: relative;
    left: -50%;
    float: left;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 7px;
    height: 7px;
    overflow: hidden;
    background: #ddd;
    text-indent: -9999px;
    vertical-align: middle;
}


    .hidden-m {
    display: none;
    }


/*--右側 HOT文字區*/
.hottxt {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    width: 90%;
    text-align: center;
    border-bottom: 4px dotted #eaeaea;
    margin: 0 auto -4%;
	font-size: 0.75em;
	line-height: 1.5em;
}
.hottxt a {
    display: inline-block;
    color: #000000;
    padding: 3px 0px 0px 0px;
    /* background-color: #d58181; */
    margin: 1%0.5%;
    font-family: Verdana, "Microsoft JhengHei", Arial;
    text-decoration: underline;
    font-weight: normal;
}
/*右側_部落格更新看板*/
.v_center {
    text-align: center;
    width: 30%;
}

.info {
    width: 68%;
    margin: 0 0% 0 -3%;
    display: inline-block;
    color: #333;
    font-size: 0.8em;
    line-height: 1.4em;
}
.info_title {
    display: inline-block;
    /* background-color: #cc0; */
    vertical-align: top;
    margin: 4% 0 1% 0%;
}
.info_title img {
    width: 70px;
}
.info_t {
    font-size: 0.95em;
    line-height: 1.5em;
    color: #333;
    padding: 2.3% 1% 0 0;
	font-family: "Microsoft JhengHei";
}


/*----- 內頁_圖書目錄 -----*/
#book_list_all {
    overflow: hidden;
    font-size: 19px;
    font-family: Verdana,"Microsoft JhengHei",Arial;
    line-height: 1.6;
    margin-bottom: 1%;
    margin: 0 6% 0;
}
#book_list_all h3 {
    margin-bottom: 0.25em;
    padding: 13px 5px 0px;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    font-family: "Microsoft JhengHei";
    background: #fbfbfb;
    padding-left: 2.5%;
    border-bottom: 1px #dc6565 dotted;
    text-align: center;
}
#book_list_all ul a {
    color: #dc6565;
    text-decoration: none;
    display: inline-flex;
}

/*----- 內頁下方_近期新書.注目焦點 -----*/
.book {
    overflow: hidden;
}
.book h3,.focus h3 {
	margin-top: 5%;
    margin-bottom: 0.25em;
    padding: 2px 5px;
    color: #fbfbfb;
    font-size: 1em;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
    background: #dc6565;
    padding-left: 2.5%;
    text-align: center;
}
.book h3 a:hover,.focus h3 a:hover{
	color:#fff;
	text-decoration: underline;
}
.book ul,.focus ul {
    overflow: hidden;
    margin: 3% 6%;
}
.book li, .focus li {
    list-style: none;
    float: left;
    width: 44%;
    margin: 3% 3%;
}


/*貝塔優選叢書分類*/
.bestbook_title,.event_title {
    margin: 5% 0 -2% 0;
}
.v_center_2 {
    text-align: center;
    width: 100% !important;
}
.v_center_2 img {
    width: 120px;
}
/* 手機-最新消息 event li*/

#kg_event {
    margin: 2% 6% 1%;
}
#kg_event ul {
    margin: 0 0 0 9%;
    padding: 0;
    color:#8f8e8e
}
#kg_event li {
    list-style: decimal;
    margin: 0;
    padding: 0 0 4%;
    list-style-position: outside;
}
#kg_event li a {
    color: #333333;
    text-decoration: none;
    background: #fbfbfb;
    /* font-weight: bolder; */
    font-size: 0.95em;
    padding-top: 0px;
    line-height: 1.6em;
}
#kg_event li a:hover {
    color: #dd6767;
    border-left: 3px solid #d58181;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
/*手機小button輪播廣告區*/
.ad_s {
    margin: 7% 0 0;
    padding: 5% 1.5%;
    text-align: center;
    background-color: #eaeaea;
}
.ad_s a img {
    margin: 3% 0 2%;
    width: auto;
}
/*相關企業 BodyFooter*/
#BodyFooter {
    background-color: #fff;
    clear: both;
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
    font-family: Verdana,"Microsoft JhengHei",Arial;
}
#BodyFooter table {
    width: 93%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 auto;
    display: none;
}
footer {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
}
/*頁尾 copyright*/
.copyright img {
    width: 40px;
    height: auto;
}


/*---手機(直)-- 各類別內頁_下方 書縮書排列-----*/


.event {
    overflow:hidden;
    font-size: 15px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%; */
    padding-top:15px; 
    padding-bottom: 10px; 
    padding-left:1%; 
    padding-right:1%; 
    background-color:#ffffff;
    /* opacity:0.4; */
    border-radius:27px;">
    background-color: #fdfdfd;
    width: 98%;
    margin-left: 0;

}



.p_books li {
    list-style: none;
    float: left;
    width: 44%;
    /* height: 366px; */
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
}
.p_books li img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    border: 1px solid #b3cfd2;
}
.p_books_booklist li {
    list-style: none;
    float: left;
    width: auto;
    height: auto;
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
	color:#585858;
}
.p_books_booklist li a {
    line-height: 1.3em;
}


.navi {
    overflow:hidden;
    font-size: 15px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%; */
    padding-top:3px; 
    padding-bottom: 0px; 
    padding-left:1.3%;
    padding-right: 1%;      

}



.adbanner {
    padding-left: 0%;
    padding-right: 0%;
}

}







/*================================================
 *手機(橫)*
 ================================================*/
@media screen and (min-width:600px) and (max-width:769px) {
header {
/*  position: relative;
    background: #fff;
    text-align: center;
    padding: 0 3% 2% 0;
*/
}
.hidden-desktop{ display:none;}
.hidden-flat{ display: block;}
.slideInner {
    list-style: none;
    margin: 0px 0 5px 0;
    padding: 0;
    height: 133px !important;
}
.betalogo_img {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 3% 1% 1% 1%;
    display: block;
    margin: 0;
    }

    .betalogo_img img {
    width: 35%;
    height: auto;
    margin: -1.8% 0% -0.5% 0%;
    }

.hidden-m {
    display: none;
    }

    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        display: block;
        cursor: pointer;
        margin-bottom: 0;
        padding: 1% 0%;
        color: #15adb3;
        background: #eaeaea;
        border: none;
        font-size: 0.9em;
    }
    nav ul {
        margin: 0% 0 3% 0;
        padding: 0;
        text-align: left;
    }
    nav li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav li a {
    padding: 5px 30px;
    font-size: 1.2em;
    background-color: #15adb3;
    color: #fff;
}

nav li a:hover {
    color: #ffffff;
    border-left: 50px solid #d58181;
    background: #15adb3;
    transition: all 0.2s ease 0s;  
}

nav li a.nav_menu{ /*左上menu左側距離*/
    padding-left: 50px !important;
}
    #navBtn {
        display:inline-block;
        position:absolute;
        top:10px;
        right:10px;
        width:50px;
        height:40px;
        border-radius:5%;
        background: #15adb3;
    }
    #navBtnIcon {
        display:block;
        position:absolute;
        top:52%;
        left:22%;
        width:30px;
        height:3px;
        margin:-2px 0 0 -1px;
        background:#fff;
        transition:.2s;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display:block;
        content:'';
        position:absolute;
        top:50%;
        left:0;
        width:30px;
        height:3px;
        background:#fff;
        transition:0.3s;
    }
    #navBtnIcon:before {
        margin-top:-10px;
    }
    #navBtnIcon:after {
        margin-top:8px;
    }
    #navBtn .close {
        background:transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top:0;
    }
    #navBtn .close:before {
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
    }
    #navBtn .close:after {
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
    }


/*手機TOTOP*/
.totop {
    position: fixed;
    bottom: 20.3% !important;
    right: 0px;
}


/*----手機(橫)- 各類別內頁_下方 書縮書排列-----*/
.p_books li {
    list-style: none;
    float: left;
    width: 18%;
    /* height: 366px; */
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 2%;
}
.p_books_booklist li {
    list-style: none;
    float: left;
    width: 100% !important;
    height: auto;
    /* margin: 0 1.492% 1.492% 0; */
    margin: 1% 3%;
    color: #585858;
}


.event {
    overflow:hidden;
    font-size: 16px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    margin-top: 0.5%;
    margin-bottom: -1.9%;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    margin-left: 0%;
    margin-right: 0%;
}

.main {
    padding-left: 0%;
    padding-right: 0%;    
}



.navi {
    overflow:hidden;
    font-size: 15px;
    /* color: #382400; */
    font-family: 微軟正黑體;
    line-height: 1.6;
    /* padding-left: 12.6%;
    padding-right: 12.6%; */
    padding-top:3px; 
    padding-bottom:; 
    padding-left:1.3%;
    padding-right: 15%;      

}

.adbanner {
    padding-left: 0%;
    padding-right: 0%;
}



}