@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*-------------------------------------------
     基本版面設定區
-------------------------------------------*/		
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body { scroll-behavior:smooth; }


body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	background-color: #000717;
	position: relative;
	font-weight: normal;
}

ul.A {
	list-style-type: decimal;
	padding-left: 20px;
	line-height: 1.75em;
}
img, object, embed, video {max-width: 100%;vertical-align: bottom;border: 0px;}
a,a:link,a:hover,a:active,a:visited{transition: 1s;text-decoration: none;}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {width:100%;border: 0px;}
.row{padding-right: 0px;padding-left: 0px;}
.rows{padding-right: 15px;padding-left: 15px;}
.rwd-img{width:100%;}
.totop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #fff;
	border-radius: 50px;
	height: 45px;
	line-height: 42px;
	padding: 0 16px;
	font-size: 20px;
	background-color: #0099FF;
	transition: 1s;
	text-decoration: none;
	z-index: 1;
}
.totop:hover{
	position: fixed;
	bottom: 15px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #fff;
	border-radius: 50px;
	height: 45px;
	line-height: 42px;
	padding: 0 16px;
	font-size: 20px;
	background-color: #c2a37b;transition: 1s;text-decoration: none;
}



h1{
	font-size: 240%;
	line-height: 1.75em;
}
h2{
	font-size: 136%;
	line-height: 1.75em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	color: #0c5835;
}

.h3{
	font-size: 24px;
	line-height: 1.75em;
	color: #333;
	display: inline-block;
}

h4{
	font-size: 20px;
	line-height: 1.55em;
	color: #009999;
}
h5{
	font-size: 20px;
	line-height: 1.55em;
	color: #003399;
}

h6{
	font-size: 36px;
	line-height: 1.75em;
	color: #FFCC00;
}
h7{
	font-size: 26px;
	line-height: 1.75em;
	color: #00CCFF;
}

p{
	font-size: 106%;
	line-height: 1.65em;
	text-align: justify;
}

.ptext{
	font-size: 108%;
	line-height: 1.65em;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding-top: 0px;
	text-align:justify;
}

.ptexts{
	font-size: 108%;
	line-height: 1.65em;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding-top: 0px;
	text-align:justify;
}

.dv{
	float: left;
	line-height: 1.75em;
	width: 100%;
	text-align: justify;
}

.dvt{
	float: left;
	line-height: 1.75em;
	width: 100%;
}

.dvs{
	float: left;
	line-height: 1.75em;
	width: 100%;
	padding-top: 20px;
}


.s{
	float: left;
}

/*-----------------------------------------------------
                   主版面設定區
-----------------------------------------------------*/
#wrapper{
	float: left;
	width: 100%;
	position: relative;
}

.containers {
	background-color: #fdfdfd;
	height: 500px;
	width: 100%;
	border: 0px solid #d6dee1;
	overflow: scroll;
	padding-top: 0px;
	padding-right: rem;
	padding-bottom: 0;
	padding-left: rem;
	margin-top: 20px;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #336699;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.container{float: left;width: 100%;}
.content{
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.main{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.header{
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-image: contain;
}

.header-area{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 400px;
}

.header-nav{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
}

  .toggle {
	color: #666;
	display: block;
	float: left;
	height: 48px;
	line-height: 62px;
	text-align: center;
	width: 48px;
	background-color: #FFF;
  }
  .right {
    float: right
  }
/*-----------------------------------------------------
                   首頁設定區
-----------------------------------------------------*/

.people-area{
	float: left;
	width: 100%;
	position: relative;
}
.people-area .people{
	background-color: #FFF;
	float: left;
	width: 100%;
	-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0;
border-radius: 30px;
border-top-left-radius: 0;
}

.people-area .peoples{
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.box-img{
	z-index: 2;
	left: 0px;
	bottom: 0px;
	width: 360px;
	position: absolute;
	display: block;
}

.eml{	float: left;
	width: 40%;}


.emr{	float: left;
	width: 60%;}
.table-area{
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.table-areas{
	display: none;
	float: left;
	width: 100%;
}

/*-----------------------------------------------------
                  版權文字區
-----------------------------------------------------*/

/*-----------------------------------------------------
                   自適應設定區
-----------------------------------------------------*/
@media screen and (max-width: 768px) {
.s{
	float: left;
	width: 100%;
}	
.ptext{
	font-size: 108%;
	line-height: 1.65em;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding-top: 780px;
}	
h6{
	font-size: 28px;
	line-height: 1.75em;
	color: #FFCC00;
}	
.row{padding-right: 0px;padding-left: 0px;}	
.rows{padding-right: 20px;padding-left: 20px;}	
.header-area{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}	
	
.table-area{
	display: none;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.table-areas{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.header{
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/body-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-image: contain;
}



h1{
	font-size: 200%;
	line-height: 1.75em;
}
h2{
	font-size: 18px;
	line-height: 1.25em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	color: #0c5835;
}

.h3{
	font-size: 24px;
	line-height: 2em;
	padding-left: 0px;
	display: block;
}

p{	font-size: 100%;
	line-height: 1.75em;
	text-align:justify;
}
	
.people-area{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.people-area .peoples{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.box-img{
	z-index: 2;
	left: 0px;
	bottom: 0px;
	width: 450px;
	position: absolute;
	display: none;
}
.eml{	float: left;
	width: 100%;}


.emr{	float: left;
	width: 100%;}
}
