﻿@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  line-height: 1.6;
  color: #1F1F1F;
  background-color: #fff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
html{
    border:30px solid #ff5400;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/*可利用*/
.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > img, .img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
#contact_form label.error{
  color: red;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-bg {
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.news-page-narrative h1, 
.news-page-narrative h2, 
.news-page-narrative h3, 
.news-page-narrative h4, 
.news-page-narrative h5, 
.news-page-narrative h6,
.news-page-narrative b,
.news-page-narrative strong{
  font-weight: bold;
}