@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
html{
	font-size:100%;
	
}

.header-active a, .header-active a:link, .header-active a:visited, .header-active a:hover{
    color: #FFF !important;
}


@media screen and (max-width: 2560px) {



body {
	margin:0;
	background-color: #000000;
	background-image: url(bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	font-family: "Arial","Noto Sans TC","微軟正黑體", "華康中黑體", "超研澤中黑", "Adobe 繁黑體 Std B";
 src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
	   
	     src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.ttf) format('truetype');

	
	font-size:1.2rem;
	text-indent:0rem;
	text-align:justify;
	line-height:1.7rem;
	font-weight:300;
	color:#000;

}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #AD5E5A;
}
a:active {
	text-decoration: none;
	color: #AD5E5A;
}
    


a img{
	border:0;
}

object{
    display:block;
}


p{
	margin:10px 0;
	text-indent:2.4rem;
	text-align:justify;
	color:#000;
	

}
h1{
	font-weight:500;
	text-align:justify;
	color:#900;
}
h2{
	font-weight:500;
	text-align:justify;
	color:#e83428;
}
h3{
		font-weight:500;
	text-align:justify;
	}
h4{
	font-weight:500;
	text-align:justify;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
h5,h6{
	font-weight:500;
	text-align:justify;

}

.title{
	margin:auto;
	font-weight:200;
	background-color:#ba3d3a;
	padding: 10px;
	border-radius:5px;
	font-size: 1.2rem;
	color: #FFF;
	text-align:right;
}
.underline{
	border-bottom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	padding:0 0 10px 0;
}
#top {
    display:block;
	width:100%;
	table-layout:inherit;
	color:#FFFFFF;
    list-style-type:none;
	font-size: 1.2rem;
	font-weight: 200;
	text-align:center;
	margin:0 auto;

}
		
#top a {
	display:block;
	padding:10px;
    line-height: 1.2rem;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#e83428;
	text-align:right;		
}

#top a:hover{
	display:block;
	padding:10px;
	color:#FFF;
	background-color:#a38b78;

}


/*header---------------------------------------------------------*/

.book_main_img{
	display:block;
	max-width:100%;
}



.header-title1{
    color:#e83428;
	font-size:1.5rem;
	font-weight:700; 
	line-height:2rem;
	margin:10px 0;
}

.header-title2{
    color:#000000;
	font-size:1.3rem;
	font-weight:700; 
	line-height:1.7rem;	
		margin:10px 0;
}

.header {
	margin:0 auto 0;
	background-color:#FFFFFF;
	width:1180px;
	box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);
}
.header-text {
	background-color:#FFFFFF;
	width:100%;
	margin:0px auto;
	display:table;
	border-collapse:separate;
    border-spacing:50px;
	table-layout: fixed;
}
.header-text-1 {
	width:55%;
	display:table-cell;
	vertical-align:top;

}

.header-text-2 {
	width:45%;
	display:table-cell;
	border-left:thin;
	border-left-color:#666;
	border-left-style:solid;
	padding:0 0 0 50px;
		vertical-align:top;

}

#menu {
	width: 590px;  
	background-color:#e83428;
	margin: 0 auto;  

}


#button {
	display:table;
	border-collapse:separate;
    border-spacing:0px;
    table-layout: fixed;
	width: 895px;  
    margin:auto;

}
		
.menu_b{
	font-size:1.3rem;
	line-height:2.5rem;
	font-weight:500;
	color:#FFFFFF;
}
.menu_s{
	font-size:1.4rem;
	line-height:1.8rem;
	font-weight:500;
}	
		
.m1 {
    display:table-cell;
	table-layout:inherit;
	color:#e83428;
    list-style-type:none;
	font-size: 1rem;
	font-weight: 200;
	text-align:center;
	background-color:#e83428;
	margin:0 auto;
}
		
.m1 a {
	display:block;
padding:10px;
    line-height: 1.5rem;
	color:#000000;
	text-decoration: none;
		
}

.m1 a:hover{
	display:block;
padding:10px;
	color:#FFFFFF;
	background-color:#a38b78;

}



.title_wrapper{
	margin:0 auto;
	text-align:center;
}
.title_wrapper-s{
	display:none;
}
.header_img{
	max-width:100%;
}
















/*section2--------------------------------------------------------------------------------------------------*/
.section1_title{
	width: 280px;  
    color:#FFFFFF;
	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
    font-size:1.6rem;
	line-height:2.5rem;
	font-weight:500;
}
.section1_title2{
	max-width: 100%;  
    color:#FFFFFF;
	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
    font-size:1.6rem;
	line-height:2.5rem;
	font-weight:500;
}
.section2_title{
	width: 680px;  
    color:#FFFFFF;
	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
font-size:1.6rem;
	line-height:2.5rem;
	font-weight:500;
}
.section2_title2{
font-size:2.2rem;
	line-height:2.5rem;
	font-weight:500;
}
.section3_title{
	width: 680px;
	color:#FFFFFF;  
	margin:0 auto;
	padding:0;
	text-align:right;
	background-color:#e83428;
	margin-bottom:20px;
	padding:5px;
font-size:1.6rem;
	line-height:2.5rem;
	font-weight:500;
}

#section2{
    display:table;
    width: 1180px;
	margin:0 auto;
	background-color: rgba(255,255,255,1);
    border-collapse:separate;
	border-spacing:0px;
	padding:0;
	text-align:center;
box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);
}

#section2_s{
    display:none;
}


#section2_cell{
table-layout: fixed;
width:265px;
	text-align:center;
    display:table-cell;
    padding:0px;
	margin:0 auto;
	vertical-align:top;
    border-spacing:100px;

}

#section2_cell a{
	table-layout: fixed;
width: 100%;
	text-align:center;
    display:table-cell;
padding:0px;
	margin:0 auto;
	vertical-align:middle;
}


#section2_cell:hover{
	/*box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);*/
	background-color:#a38b78;
	border-radius:0px;
}
.section2_book{
	text-align:center;
    /*display:table-row;*/
    border-spacing:0px;
	margin:0 auto;
	vertical-align:bottom;
	padding:10px 0;

}

.book_img{
	height:300px;
	/*border:thin;
	border-color:#999999;
	border-style:solid;*/
	box-shadow:0px 0px 3px rgba(20%,20%,20%,0.5);
}





.section4{
	margin:0 auto 0;
	background-color:#FFFFFF;
	width:1180px;
	box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);
}
.section4-text {
	background-color:#FFFFFF;
	width:100%;
	margin:0px auto;
	display:table;
	border-collapse:separate;
    /*border-spacing:50px;*/
	table-layout: fixed;
}
.section4-text-1 {
	width:50%;
	display:table-cell;
	padding:0 50px 0 50px;
}

.section4-text-2 {
	width:50%;
	display:table-cell;
	border-left:thin;
	border-left-color:#666;
	border-left-style:solid;
	padding:0 50px 0 50px;
	margin-bottom:50px;
}



.s4-text{
	padding:25px 0 0 0;
}

.s4-title{
	border-bottom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	font-weight:500;
	padding:10px 0;


}


}
























@media screen and (max-width:1179px)  {

#top {
    display:block;
	width:100%;
	table-layout:inherit;
	color:#FFFFFF;
    list-style-type:none;
	font-size: 1.5rem;
	font-weight: 200;
	text-align:center;
	margin:0 auto;

}
		
#top a {
	display:block;
	padding:10px;
    line-height: 1.5rem;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#e83428;
	text-align:right;		
}

#top a:hover{
	display:block;
	padding:10px;
	color:#FFF;
	background-color:#a38b78;

}
	
.book_main_img{
	display:none;
}

	.title_wrapper{
		display:none;
}

.title_wrapper-s{
	display:block;
	margin:0 auto;
	text-align:center;
}
.section1_title{
	width: 450px;  
    color:#FFFFFF;
	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
font-size:3rem;
	line-height:4rem;
	font-weight:500;
}
.section1_title2{
	width: 450px;  
    color:#FFFFFF;
	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
font-size:3rem;
	line-height:4rem;
	font-weight:500;
}
.section2_title{
	width: 970px;  

	padding:0;
	text-align:left;
	background-color:#e83428;
	margin:0 0 20px 0;
	padding:5px;
font-size:3rem;
	line-height:4rem;
	font-weight:500;
}

.section2_title2{
font-size:4rem;
	line-height:4rem;
	font-weight:500;
}

.section3_title{
	width: 680px;  
	margin:0 auto;
	padding:0;
	text-align:right;
	background-color:#e83428;
	margin-bottom:20px;
	padding:5px;
font-size:3rem;
	line-height:4rem;
	font-weight:500;
}





.header-title1{
    color:#e83428;
	font-size:3rem;
	font-weight:700; 
	line-height:4rem;
	margin:10px 0;

}

.header-title2{
    color:#000000;
	font-size:2.2rem;
	font-weight:700; 
	line-height:3.2rem;	
	margin:0 0 20px 0;
}

.header {
	margin:0 auto 0;
	background-color:#FFFFFF;
	width:980px;
	box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);
}

.header-text {
    background-color:#FFFFFF;
	width:850px;
	margin:0px auto;
	display:table;
	border-collapse:separate;
    border-spacing:0px;
	padding:50px;
	table-layout: fixed;
}
.header-text-1 {
	width:100%;
	display:table;

}

.header-text-2 {
	width:100%;
	display:table;
	border-left-style:none;
	padding:50px 0 0 0;
}

.section4{
	margin:0 auto 0;
	background-color:#FFFFFF;
	width:980px;
	box-shadow:0px 0px 10px rgba(20%,20%,20%,0.8);
}
.section4-text {
    background-color:#FFFFFF;
	width:850px;
	margin:0px auto;
	display:table;
	border-collapse:separate;
    border-spacing:0px;
	padding:50px;
	table-layout: fixed;
}
.section4-text-1 {

	width:100%;
	display:table;
	padding:0;
}

.section4-text-2 {
	width:100%;
	display:table;
	border-left-style:none;
	padding:50px 0 0 0;
}



.s4-text{
	padding:25px 0 0 0;
	font-size:2rem;
	line-height:4rem;
}

.s4-title{
	border-bottom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	font-weight:500;
	padding:10px 0;
	font-size:2rem;
	line-height:4rem;


}	
	

#section2{
    display:table;
    width: 980px;
	margin:0 auto;
	background-color: rgba(255,255,255,1);
    border-collapse:separate;
	border-spacing:0px;
	padding:0 0 0px 0;
	text-align:center;

}	
	
#section2_cell{
table-layout: fixed;
width:95%;
	text-align:center;
    display:table-cell;
    padding:20px;
	margin:0 auto;
	vertical-align:top;
    border-spacing:100px;

}

#section2_cell a{
	table-layout: fixed;
width: 100%;
	text-align:center;
    display:table-cell;
padding:0px;
	margin:0 auto;
	vertical-align:middle;
}
	
	
	
	.book_img{
	height:450px;
	/*border:thin;
	border-color:#999999;
	border-style:solid;*/
	box-shadow:0px 0px 3px rgba(20%,20%,20%,0.5);
}
	
	
	
	
	p{
	margin:6px 0;
	font-size:2rem;
	text-indent:6rem;
	line-height:4rem;
	text-align:justify;
	color:#000;
	

}
#menu {
	width: 880px;  
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;   
}	
	
.menu_b{
	font-size:1.5rem;
	line-height:2rem;
	font-weight:500;
}		
	
	#button {
	display:table;
	border-collapse:separate;
    border-spacing:0px;
    table-layout: fixed;
	width: 980px;  
    margin:0 auto;
}
	
	.m1 {

	table-layout:inherit;
	color:#e83428;
    list-style-type:none;
	font-size: 1rem;
	font-weight: 200;
	text-align:center;
	background-color:#e83428;
	margin:0 auto;
}
		
.m1 a {
	display:block;
padding:20px;
    line-height: 3rem;
	color:#000000;
	text-decoration: none;
		
}

.m1 a:hover{
	display:block;
padding:20px;
	color:#FFFFFF;
	background-color:#a38b78;

}

	


	
}


