@charset "utf-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

a {
  text-decoration: none;
}
/*上方全部數值歸零*/

body{
     background-color:#ffffff;
     margin-left:0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin: 0;
     padding: 0;
     font-size:100%
     font-family: Arial,Verdana,Helvetica;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#inner-cover {
  position: relative;
  margin: 0 auto;
  width: 768px;
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
#inner-cover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  }
}

/*--Cover共用表格樣式 --*/
#CoverTable_table {
  display: table;
  width: 100%;
  margin: 0 auto;
  }

.CoverTable_tr {
  display: table-row;
  }

.CoverTable_td {
  float: left;
  text-align: left;
  width: 20%;
  padding-top: 15px;
  }

.CoverTable_td2 {
  float: left;
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
  width: 80%;
  }

.CoverTable_td3 {
  float: left;
  text-align: left;
  padding-right: 10px;
  width: 50%;
  }
@media only screen and (max-width: 500px) {
.CoverTable_td3 {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b1b0b0;
  }
}
/*--Cover共用表格樣式 --*/

#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: url(images/topbg.png);
  padding:0px 0 60px 0;
}
@media only screen and (max-width: 500px) {
#top {
  padding:0px;
}
}

#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}

#Img {
  float:left;
  padding-right:20px;
  }

@media only screen and (max-width: 500px) {
#Img {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 10px;
  }
}

#ImgCover {
  padding: 16px;
  }

@media only screen and (max-width: 500px) {
#ImgCover {
  width: 100%;
  }
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

.block2 {
  position: relative;
  margin: 0 auto;
  padding: 0.8em;
  max-width: 60em;
}

.Menubox {
  display: block;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 0 6px #d7d7d7;
  -moz-box-shadow: 0 0 6px #d7d7d7;
  box-shadow: 0 0 6px #d7d7d7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:10px;
  padding: 5px 15px;
}
@media only screen and (max-width: 900px) {
.Menubox {
  width: 100%;
  margin-left: 60px;
  margin-top:-10px;
  }
}

/*--視覺主圖--*/
#MainImg {
  width:100%;
  background-color:#ededed;
}

#MainZone2 {
  background: url(images/area1bg.png);
  background-position : top center;
  background-repeat: no-repeat;
  width:100%;
}

#MainZone3 {
  background: url(images/area2bg.png);
  background-position : top center;
  width:100%;
}

#MainZone4 {
  background: url(images/area3bg.png);
  background-position : top center;
  background-repeat: no-repeat;
  width:100%;
}

#MainZone5 {
  background-color: #ebe9e9;
  padding-bottom: 26px;
}

.MainLine {
  background: url(images/line1.png);
  background-position : top center;
  background-repeat: no-repeat;
}

.Main-tit1 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 2.4em;
  text-align: center;
  color: #4b4b4b;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  padding-top: 50px;
}
@media only screen and (max-width: 600px) {
.Main-tit1 {
  width: 100%;
  font-size: 2em;
  }
}

.Main-tit2 {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 1.6em;
  text-align: center;
  color: #9d9c9c;
  line-height: 1.6em;
  letter-spacing: 0.2px;
  padding-top: 20px;
  font-style: italic;
}
@media only screen and (max-width: 600px) {
.Main-tit2 {
  width: 100%;
  font-size: 1.3em;
  }
}


/* 連結樣式 */
a.link1:link    {
  text-decoration: none; 
  color: #676767;
}
a.link1:visited { 
  text-decoration: none;
  color: #676767;
}
a.link1:hover   {
  text-decoration: none;
  color: #435c84;
}

a.link2:link    {
  text-decoration: none; 
  color: #1066b5;
}
a.link2:visited { 
  text-decoration: none;
  color: #1066b5;
}
a.link2:hover   {
  text-decoration: none;
  color: #0d406f;
}

a.link3:link    {
  text-decoration: underline; 
  color: #000000;
}
a.link3:visited { 
  text-decoration: underline;
  color: #000000;
}
a.link3:hover   {
  text-decoration: underline;
  color: #fa4040;
}

.Cover-tit1 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 2.8em;
  color: #4b4b4b;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  padding-top: 40px;
}
@media only screen and (max-width: 600px) {
.Cover-tit1 {
  width: 100%;
  font-size: 2em;
  }
}

.Cover-tit2 {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 0.7em;
  color: #9d9c9c;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  padding-top: 20px;
  padding-left: 10px;
  font-style: italic;
}
@media only screen and (max-width: 600px) {
.Cover-tit2 {
  width: 100%;
  font-size: 0.6em;
  }
}

.Cover-tit3 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.2em;
  color: #245ea7;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.2px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 5px;
  background: url(images/icon2.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding-left:20px;
}

.Cover-tit4 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1em;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.2px;
  width: 98%;
}

.Cover-tit5 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.2px;
  padding:10px;
  background-color: #d0191d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 98%;
}

.Cover-tit6 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.2em;
  color: #245ea7;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.Cover-tit7 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.3em;
  color: #1d91bc;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.2px;
}

.Cover-text1 {
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-text2 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #444040;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-dot {
  background: url(images/icon2.png);
  background-position : left top;
  background-repeat: no-repeat;
  width: 96%;
  padding-left: 20px;
  padding-bottom: 10px;
}

.Cover-dot2 {
  background: url(images/icon2.png);
  background-position : left top;
  background-repeat: no-repeat;
  width: 96%;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Date {
  font-size: 0.9em;
  color: #f74e3f;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 6px;
}


/* 按鈕_藍底 */
.btn1 {
	font-size:18px;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight: 300;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	padding:10px 30px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eabe9', endColorstr='#4abaf9', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	   -moz-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	    -ms-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	     -o-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	        box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.btn1:hover {
	text-shadow:0px 0px 0px #528ecc;
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	color:#FFF;
}
.btn1:active {
	position:relative;
	top:1px;
	color:#ffffff;
}


/* 按鈕_白底 */
.btn2 {
	font-size:1em;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight:normal;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:0px solid #FFF;
	padding-top: 3px;
        padding-bottom: 3px;
        width: 30px;
        text-align: center;
	text-decoration:none;
	background-color:#FFF;
	color:#6e6b6b;
	display:inline-block;
}
.btn2:hover {
	background: #53524d; 

	color:#FFF;
}
/* 按鈕_灰 */
.btn2_2 {
	font-size:1em;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight:normal;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:0px solid #FFF;
	padding-top: 3px;
        padding-bottom: 3px;
        width: 30px;
        text-align: center;
	text-decoration:none;
	background-color:#0894cd;
	color:#FFF;
	display:inline-block;
}
.btn2_2:hover {
	background: #53524d; 
	color:#53524d;
}

/* 按鈕_紅底_分頁按鈕樣式 */
.btn3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	color:#FFF;
}
.btn3:active {
	position:relative;
	top:1px;
}

/* Footer 版權宣告 */
#Footer_table {
  display: table;
  width: 768px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  }
@media only screen and (max-width: 767px) {
#Footer_table {
  display:table;
  width: 100%;
  }
}

.Footer_tr {
  display: table-row;
  }

.Footer_td {
  float: left;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  width: 48%;
  }
@media only screen and (max-width: 500px) {
.Footer_td {
  width: 96%;
  padding-left: 10px;
  padding-top: 25px;
  }
}
.Footer_td2 {
  float: left;
  text-align: left;
  width: 50%;
  padding-right: 15px;
  }
@media only screen and (max-width: 500px) {
.Footer_td2 {
  width: 96%;
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b1b0b0;
  }
}

.Footer_text {
  font-size: 2.6em;
  font-family: 'Nunito', sans-serif;
  color: #353734;
  }

.Footer_text2 {
  font-size: 1.4em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #000000;
  padding-bottom:10px;
  padding-right:10px;
  }

.Footer_text3 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #545353;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  }

.Footer_text4 {
  font-size: 0.7em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #949191;
  text-align: center;
  padding:30px 0;
  }

/* iframe-rwd */
.iframe-rwd  {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
}

.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-rwd iframe table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#History {
  background-color: #ecfbff;
  border-top: 4px solid #b3e4f2;
  padding: 10px;
  margin: 10px 0;
}

.HistoryTitle{
  font-size: 18px;
  color: #0a6fb6;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 微軟正黑體, Microsoft JhengHei;
}

#About {
  margin-left: 410px;
}

@media only screen and (max-width: 700px) {
#About {
  padding-top: 334px;
  margin: 0;
  }
}

.AboutBox {
  display: block;
  background-color: #f2f0f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}