html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: Microsoft JhengHei;
  scroll-behavior: smooth;
}

div {
  font-family: Microsoft JhengHei;
}

ol,
ul {
  font-family: Microsoft JhengHei;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

@media screen and (min-width: 993px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  p,
  button,
  li,
  th,
  td {
    font-size: 15px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14.8px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16.5px;
  }
  h5,
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}

@media screen and (max-width: 376px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18.5px;
  }
  h3 {
    font-size: 17.5px;
  }
  h4 {
    font-size: 17px;
  }
  h5,
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

h1 {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  h1 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    margin-top: 59.5px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    margin-top: 49px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 42px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    margin-top: 28px;
  }
}

h2 {
  margin-top: 30px;
  text-align: center;
}

h1 {
  color: #895c2f;
}

h2 {
  color: #e99a3a;
}

ul.license li {
  background-color: transparent;
}

h3, p, td {
  color: #686868;
}

th {
  color: #3c3c3c;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body div,
body ul,
body li,
body table,
body tr,
body td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body div#cover {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 34, 2, 0.85);
}

body div.header {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 280px;
  background-color: white;
}

body div.header div.logoBox {
  background-color: #653d0b;
  padding: 16px 0px;
}

body div.header div.logoBox a img {
  display: block;
  margin: 0 auto;
  width: 78px;
}

body div.header ul.nav li {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  color: #653d0b;
  padding: 12px 0px 6px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

body div.header ul.nav li a {
  text-decoration: none;
  color: #653d0b;
}

body div.header ul.nav li div.List {
  padding-bottom: 2px;
}

body div.header ul.nav li div.List div {
  padding: 6px 0px;
}

body div.header ul.nav li div.List div a {
  color: #c17415;
}

body div.header ul.nav li div.List div a:hover {
  color: #653d0b;
}

body div.header ul.nav li:hover {
  text-shadow: 4px 4px 2px rgba(134, 134, 134, 0.6);
}

body div.header ul.nav li:hover div.List div a {
  text-shadow: none;
}

body div.header ul.nav li.others {
  padding-top: 6px;
  border-bottom: none;
}

body div.header ul.nav li.others p {
  text-align: center;
}

body div.header ul.nav li.others p a img {
  margin: 2px;
  height: 30px;
  position: relative;
  top: 10px;
  opacity: 0.5;
}

body div.header ul.nav li.others p a:hover img {
  -webkit-filter: drop-shadow(4px 4px 2px rgba(134, 134, 134, 0.6));
          filter: drop-shadow(4px 4px 2px rgba(134, 134, 134, 0.6));
  opacity: 1.0;
}

body div.header ul.nav li.others p input {
  background-color: 220, 220, 220;
  padding: 5px 8px;
  border-radius: 7px;
}

body div.header ul.nav li.others p input:hover {
  background-color: white;
}

body div.header .listHidden {
  display: none;
}

@media screen and (min-width: 993px) {
  body div.header {
    height: 100%;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 992px) {
  body div.header {
    height: auto;
    overflow: scroll;
    position: relative;
    top: 72px;
  }
  body div.header .logoBox {
    display: none;
  }
}

body div.container {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 993px) {
  body div.container {
    left: 280px;
  }
}

@media screen and (max-width: 992px) {
  body div.container {
    left: 0px;
  }
}

@media screen and (min-width: 1201px) {
  ul.nav li,
  ul.nav .Google {
    font-size: 18px;
  }
  ul.nav li div div,
  ul.nav .Google div div {
    font-size: 16.2px;
  }
}

@media screen and (max-width: 1200px) {
  ul.nav li,
  ul.nav .Google {
    font-size: 17.1px;
  }
  ul.nav li div div,
  ul.nav .Google div div {
    font-size: 15.3px;
  }
}

@media screen and (max-width: 585px) {
  ul.nav li,
  ul.nav .Google {
    font-size: 16.2px;
  }
  ul.nav li div div,
  ul.nav .Google div div {
    font-size: 14.4px;
  }
}

ul.topIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  background-color: #653d0b;
}

ul.topIcons li {
  width: 33.3%;
}

ul.topIcons li img {
  width: 28px;
}

ul.topIcons li#topIconsMenu img {
  margin-left: 16px;
  width: 28px;
}

ul.topIcons li#topIconsLogo {
  text-align: center;
}

ul.topIcons li#topIconsLogo a img {
  width: 80px;
}

@media screen and (min-width: 993px) {
  ul.topIcons {
    display: none;
  }
}

ul.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
}

ul.footer li {
  padding: 0px;
  text-align: left;
}

ul.footer li img {
  width: 34px;
}

ul.footer li a {
  color: #868686;
}

ul.footer li:hover * {
  -webkit-filter: drop-shadow(6px 6px 2px rgba(134, 134, 134, 0.6));
          filter: drop-shadow(6px 6px 2px rgba(134, 134, 134, 0.6));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

ul.footer li:hover a {
  color: #444444;
}

ul.footer li.fullWidth {
  width: 100%;
  padding: 20px 0px 2px 0px;
}

ul.footer li.fullWidth img {
  width: 90px;
}

@media screen and (min-width: 481px) {
  ul.footer {
    padding-left: 140px;
  }
}

@media screen and (max-width: 480px) {
  ul.footer {
    padding-left: 35px;
  }
}

@media screen and (min-width: 993px) {
  ul.footer li {
    font-size: 16px;
  }
  ul.footer li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  ul.footer li {
    font-size: 15px;
  }
  ul.footer li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  ul.footer li {
    font-size: 14px;
  }
  ul.footer li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 585px) {
  ul.footer li {
    font-size: 13px;
  }
  ul.footer li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  ul.footer li {
    font-size: 12px;
  }
  ul.footer li a {
    font-size: 12px;
  }
}

ul.footer {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  ul.footer {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1200px) {
  ul.footer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  ul.footer {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  ul.footer {
    margin-top: 22.5px;
  }
}

@media screen and (max-width: 585px) {
  ul.footer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  ul.footer {
    margin-top: 17.5px;
  }
}

div#DeskToTop {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: fixed;
  right: 0px;
  bottom: 0px;
}

div#DeskToTop img {
  width: 40px;
}

@media screen and (max-width: 992px) {
  div#DeskToTop {
    visibility: hidden;
  }
}

ul.fixedBottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #653d0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

ul.fixedBottom a li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

ul.fixedBottom a li img {
  display: block;
  margin: 0 auto;
  width: 30px;
}

@media screen and (min-width: 993px) {
  ul.fixedBottom {
    display: none;
  }
}

div.lightBox {
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

div.lightBox a {
  text-decoration: none;
}

div.lightBox a h3.turnOff {
  padding: 10px;
  color: #653d0b;
  text-align: right;
}

div.lightBox ul.displayArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.lightBox ul.displayArea li.mainImg img {
  width: 100%;
}

div.lightBox ul.displayArea button.LtBxCtrl {
  position: fixed;
  top: 50%;
  width: 40px;
  height: 100px;
  border: none;
  background-color: transparent;
  display: block;
}

div.lightBox ul.displayArea button.LtBxCtrl img {
  width: 100%;
  height: 100%;
}

div.lightBox ul.displayArea button.LtBxCtrl#LtBxNext {
  right: 0;
}

div.lightBox ul.displayArea button.LtBxCtrl#LtBxNext:hover img {
  -webkit-filter: drop-shadow(10px -6px 2px rgba(134, 134, 134, 0.75));
          filter: drop-shadow(10px -6px 2px rgba(134, 134, 134, 0.75));
}

div.lightBox ul.displayArea button.LtBxCtrl#LtBxPre {
  left: 0;
}

div.lightBox ul.displayArea button.LtBxCtrl#LtBxPre:hover img {
  -webkit-filter: drop-shadow(-10px -6px 2px rgba(134, 134, 134, 0.75));
          filter: drop-shadow(-10px -6px 2px rgba(134, 134, 134, 0.75));
}

div.lightBox ul.displayArea .LtBxDisabled img {
  opacity: 0.3;
}

div.lightBox ul.displayArea .LtBxDisabled:hover img {
  -webkit-filter: none;
          filter: none;
}

div.lightBox ul.displayArea h2#Name {
  margin-top: 0px;
  width: 100%;
  color: #e99a3a;
  text-align: center;
}

div.lightBox ul.width400 li.mainImg {
  width: 90%;
  max-width: 400px;
}

div.lightBox ul.width640 li.mainImg {
  width: 90%;
  max-width: 640px;
}

div.lightBox ul.width800 li.mainImg {
  width: 90%;
  max-width: 800px;
}

div.lightBox ul.width1000 li.mainImg {
  width: 90%;
  max-width: 1000px;
}

p.towerWhy {
  margin: 0px auto;
  width: 96%;
  max-width: 400px;
  text-align: center;
}

ul.towers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

ul.towers a {
  text-decoration: none;
  color: #686868;
}

ul.towers a li {
  margin: 10px auto;
  width: 100%;
}

ul.towers a li img {
  display: block;
  margin: 4px auto;
  width: 80%;
}

ul.towers a li h3 {
  color: #af753c;
  text-align: center;
}

ul.towers a li p {
  margin: 0px auto;
  width: 70%;
}

ul.towers a li p.location {
  color: #b4b4b4;
}

ul.towers a li:hover h3 {
  -webkit-filter: drop-shadow(6px 6px 2px rgba(68, 68, 68, 0.4));
          filter: drop-shadow(6px 6px 2px rgba(68, 68, 68, 0.4));
}

ul.towers a li:hover img {
  -webkit-filter: drop-shadow(6px 6px 2px rgba(134, 134, 134, 0.6));
          filter: drop-shadow(6px 6px 2px rgba(134, 134, 134, 0.6));
}

ul.towers a li:hover p {
  color: #3c3c3c;
}

ul.towers a li:hover p.location {
  color: #7c7c7c;
}

@media screen and (min-width: 1201px) {
  ul.towers {
    width: 100%;
  }
  ul.towers a {
    width: 33.3%;
  }
}

@media screen and (max-width: 1200px) {
  ul.towers {
    width: 100%;
  }
  ul.towers a {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  ul.towers {
    width: 100%;
  }
  ul.towers a {
    width: 33.3%;
  }
}

@media screen and (max-width: 768px) {
  ul.towers {
    width: 100%;
  }
  ul.towers a {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  ul.towers {
    width: 100%;
  }
  ul.towers a {
    width: 100%;
  }
}
