@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: transparent;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  *zoom: 1;
}

@font-face {
  font-family: '新微軟正黑體';
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}

body,
input,
select {
  font-family: "新微軟正黑體",'Microsoft JhengHei',"微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  body,
  input,
  select {
    font-size: 22px;
  }
}

.flt {
  float: left;
}

.frt {
  float: right;
}

.inline {
  display: inline;
}

a {
  color: #e72510;
}

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

@media (max-width: 768px) {
  html {
    -webkit-text-size-adjust: none;
  }
}

html[device='desktop'] .mobile {
  display: none !important;
}

html[device='mobile'] .desktop {
  display: none !important;
}

html body {
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/img/top_photo_1.jpg");
}

html body[section="charity"] {
  background-image: url("/img/top_photo_CHARITY.jpg");
}

html body[section="copyright"] {
  background-image: url("/img/top_photo_COPYRIGHT.jpg");
}

html body[section="info"] {
  background-image: url("/img/top_photo_info.jpg");
}

html body[subsection="business"] {
  background-image: url("/img/top_photo_OME.jpg");
}

html body[subsection="business_holdings"] {
  background-image: url("/img/top_photo_OVE.jpg");
}

html body[subsection="business_fa"] {
  background-image: url("/img/top_photo_OFL.jpg");
}

html body[subsection="products_newspapers"] {
  background-image: url("/img/top_photo_ODN.jpg");
}

html body[subsection="products_websites"] {
  background-image: url("/img/top_photo_web.jpg");
}

html body[subsection="products_mobile"] {
  background-image: url("/img/top_photo_APP.jpg");
}

@media only screen and (max-width: 1000px) {
  html body {
    background-position: inherit;
  }
}

@media only screen and (max-width: 768px) {
  html body {
    background-size: contain;
    background-position-y: 2vw;
  }
}

html header {
  height: 340px;
}

@media only screen and (max-width: 768px) {
  html header {
    height: 36vw;
  }
}

html header .container {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  html header .container {
    width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  html header .container {
    width: 100%;
  }
}

html header .container .top {
  height: 120px;
}

@media only screen and (max-width: 768px) {
  html header .container .top {
    height: auto;
  }
}

html header .container .top .logo {
  padding: 16px 10px 10px 28px;
  display: inline-block;
}

html header .container .top .logo img {
  width: 194px;
}

@media only screen and (max-width: 768px) {
  html header .container .top .logo {
    padding: 4px 4px 4px 10px;
    width: 110px;
  }
  html header .container .top .logo img {
    width: 100%;
  }
}

html header .container .top .lang {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 10px 30px;
}

@media only screen and (max-width: 768px) {
  html header .container .top .lang {
    margin-top: 8px;
    margin-right: 50px;
  }
}

html header .container .top .lang .langitem {
  padding: 0px 10px;
  margin: 0px 4px;
  height: 30px;
  border: 1px solid transparent;
}

html header .container .top .lang .langitem a {
  color: #888;
}

html header .container .top .lang .langitem.active {
  border: 1px solid #ccc;
  border-radius: 10px;
}

html header .container .top .lang .langitem.active a {
  color: #e72510;
}

html header .container .top .lang .index {
  padding: 2px 5px;
  height: 30px;
}

html header .container .top .lang .index img {
  height: 34px;
  margin-top: -10px;
}

html header .container .menu {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  html header .container .menu {
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0;
  }
}

html header .container .menu #nav-icon1 {
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

html header .container .menu #nav-icon1 span, html header .container .menu #nav-icon3 span, html header .container .menu #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

html header .container .menu #nav-icon1 span:nth-child(1) {
  top: 0px;
}

html header .container .menu #nav-icon1 span:nth-child(2) {
  top: 10px;
}

html header .container .menu #nav-icon1 span:nth-child(3) {
  top: 20px;
}

html header .container .menu #nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

html header .container .menu #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

html header .container .menu #nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

html header .container .menu .nav-button {
  display: none;
}

html header .container .menu .nav {
  font-size: 16px;
  font-weight: bold;
  padding-top: 4.4rem;
  line-height: 3rem;
  color: #A69A94;
  padding: 0 !important;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav {
    top: 60px;
    background: #fff;
  }
}

html header .container .menu .nav .contentTopBar {
  width: 100%;
  height: 6px;
  display: none;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav .contentTopBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html header .container .menu .nav .contentTopBar div {
  display: inline-block;
}

html header .container .menu .nav .contentTopBar div.div1 {
  width: 70%;
  background-color: #e72510;
  height: inherit;
}

html header .container .menu .nav .contentTopBar div.div2 {
  width: 20%;
  background-color: #deaf53;
  height: inherit;
}

html header .container .menu .nav .contentTopBar div.div3 {
  width: 10%;
  background-color: #333;
  height: inherit;
}

html header .container .menu .nav > ul > li {
  border-top: none;
}

html header .container .menu .nav > ul > li .bi {
  display: none;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav > ul > li {
    padding: 8px 0px;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
  }
  html header .container .menu .nav > ul > li .bi {
    display: block;
    float: right;
  }
}

html header .container .menu .nav > ul > li.active > a {
  color: #e72510;
}

html header .container .menu .nav > ul > li.active ul li.active > a {
  color: #e72510;
}

html header .container .menu .nav ul ul ul li:first-child {
  border-top: none;
}

html header .container .menu .nav .nav-submenu li {
  min-width: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px;
}

html header .container .menu .nav .nav-submenu > ul {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav .nav-submenu > ul {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav ul {
    width: 80%;
    margin: 0 auto;
  }
}

html header .container .menu .nav ul ul {
  top: 100%;
  padding-top: 2px;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav ul ul {
    width: 100%;
    margin: 0 auto;
  }
}

html header .container .menu .nav ul ul ul {
  background: #382f29;
}

html header .container .menu .nav ul ul ul ul {
  background: #40362f;
}

html header .container .menu .nav ul ul ul ul ul {
  background: #493e36;
}

html header .container .menu .nav li {
  border-top: 1px solid #ccc;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

html header .container .menu .nav li:first-child {
  border-top: 0px;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav li {
    border-top: 0px;
  }
}

html header .container .menu .nav li i.bi.bi-caret-down-fill {
  font-size: 5px;
}

html header .container .menu .nav li.info ul {
  right: 0px;
  left: auto;
}

html header .container .menu .nav li.contactus {
  display: none;
}

html header .container .menu .nav li:hover {
  border-bottom: 2px solid red;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav li:hover {
    border-bottom: 2px solid transparent;
  }
}

html header .container .menu .nav a,
html header .container .menu .nav a:hover,
html header .container .menu .nav a:active,
html header .container .menu .nav a:visited {
  padding: 0 10px;
  color: #444;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  html header .container .menu .nav-button,
  html header .container .menu .nav-close {
    position: absolute;
    /* position: fixed;*/
    top: 0;
    /* width: 2.4rem; */
    /* height: 4.4rem; */
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    /* line-height: 4.4rem; */
    /* background: #26201C; */
    color: #000;
  }
  html header .container .menu .nav-button {
    display: block;
    right: 1rem;
    font-size: 28px;
    top: 1rem;
  }
  html header .container .menu .nav-no-js .nav-button:hover + .nav,
  html header .container .menu .nav-no-js .nav:hover,
  html header .container .menu .nav-no-js .nav-button:hover + .nav + .nav-close,
  html header .container .menu .nav-no-js .nav:hover + .nav-close {
    display: block;
  }
  html header .container .menu .nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
  }
}

html main .container {
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  padding: 0px;
  padding-bottom: 40px;
  min-height: 400px;
}

@media only screen and (max-width: 768px) {
  html main .container {
    width: 96%;
  }
}

html main .container .contentTopBanner img {
  width: 100%;
}

html main .container .contentTopBar {
  width: 100%;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html main .container .contentTopBar div {
  display: inline-block;
}

html main .container .contentTopBar div.div1 {
  width: 70%;
  background-color: #e72510;
  height: inherit;
}

html main .container .contentTopBar div.div2 {
  width: 20%;
  background-color: #deaf53;
  height: inherit;
}

html main .container .contentTopBar div.div3 {
  width: 10%;
  background-color: #333;
  height: inherit;
}

html main .container .navbar {
  padding: 4px 20px;
  font-size: 18px;
  color: #888;
}

@media only screen and (max-width: 768px) {
  html main .container .navbar {
    padding: 4px 14px;
  }
}

html main .container .content {
  padding: 0px 20px;
}

@media only screen and (max-width: 768px) {
  html main .container .content {
    padding: 0px 14px 14px 14px;
  }
}

html main .container .content .title {
  color: #e72510;
  font-size: 28px;
  padding: 12px 0px;
  line-height: 28px;
}

html main .container .content a:hover, html main .container .content a:focus {
  color: #e72510;
}

html footer {
  font-size: 16px;
}

html footer .footerBar {
  height: 6px;
  background-color: #e72510;
}

html footer .footerBar .footerBottomBar {
  width: 100%;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html footer .footerBar .footerBottomBar div {
  display: inline-block;
}

html footer .footerBar .footerBottomBar div.div1 {
  width: 70%;
  background-color: #e72510;
  height: inherit;
}

html footer .footerBar .footerBottomBar div.div2 {
  width: 20%;
  background-color: #deaf53;
  height: inherit;
}

html footer .footerBar .footerBottomBar div.div3 {
  width: 10%;
  background-color: #333;
  height: inherit;
}

html footer .container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  html footer .container {
    width: 100%;
  }
}

html footer .container .index {
  width: 50px;
  position: absolute;
  right: 8px;
  top: 8px;
}

@media only screen and (max-width: 768px) {
  html footer .container .index {
    width: 40px;
  }
}

html footer .container .index img {
  width: 100%;
}

html footer .container .copyright {
  padding: 0px 0px 16px 5px;
  font-size: 16px;
  line-height: 18px;
  width: 80%;
}

html footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 2px;
  width: 80%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media only screen and (max-width: 768px) {
  html footer ul {
    padding: 8px 2px;
  }
}

html footer ul li {
  padding: 5px 5px 0px 5px;
  line-height: 16px;
}

html footer ul li:last-child::after {
  content: '';
}

html footer ul li::after {
  padding-left: 10px;
  content: '|';
  color: #e72510;
}

html footer ul li a {
  color: #e72510;
}

html:not(.on-top) .back-to-top {
  bottom: 100px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .back-to-top {
    bottom: 120px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(1) {
  bottom: 158px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(1) {
    bottom: 178px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(2) {
  bottom: 216px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(2) {
    bottom: 236px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(3) {
  bottom: 274px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(3) {
    bottom: 294px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(4) {
  bottom: 332px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(4) {
    bottom: 352px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(5) {
  bottom: 390px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(5) {
    bottom: 410px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(6) {
  bottom: 448px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(6) {
    bottom: 468px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(7) {
  bottom: 506px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(7) {
    bottom: 526px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(8) {
  bottom: 564px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(8) {
    bottom: 584px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(9) {
  bottom: 622px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(9) {
    bottom: 642px;
    right: 5px;
  }
}

html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(10) {
  bottom: 680px;
}

@media only screen and (max-width: 768px) {
  html:not(.on-top) .corpsite_ctn [class^="to_"]:nth-child(10) {
    bottom: 700px;
    right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  html.on-idle .back-to-top {
    right: -60px;
  }
}

@media only screen and (max-width: 768px) {
  html.on-idle .corpsite_ctn [class^="to_"] {
    right: -60px;
  }
}

html .back-to-top {
  position: fixed;
  left: 50%;
  bottom: -45px;
  margin-left: 444px;
  width: 45px;
  height: 45px;
  background-image: url("/img/backtotop.png");
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

html .back-to-top:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media (max-width: 1120px) {
  html .back-to-top {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html .back-to-top {
    right: 5px;
  }
}

html .to_oeh {
  background-size: contain;
  position: fixed;
  left: 50%;
  bottom: -45px;
  margin-left: 444px;
  width: 45px;
  height: 45px;
  background-image: url("/img/backtotop_OEH.png");
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

html .to_oeh:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media (max-width: 1120px) {
  html .to_oeh {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html .to_oeh {
    right: 5px;
  }
}

html .to_ove {
  background-size: contain;
  position: fixed;
  left: 50%;
  bottom: -45px;
  margin-left: 444px;
  width: 45px;
  height: 45px;
  background-image: url("/img/backtotop_OVE.png");
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

html .to_ove:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media (max-width: 1120px) {
  html .to_ove {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html .to_ove {
    right: 5px;
  }
}

html .to_ofa {
  background-size: contain;
  position: fixed;
  left: 50%;
  bottom: -45px;
  margin-left: 444px;
  width: 45px;
  height: 45px;
  background-image: url("/img/backtotop_OFL.png");
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

html .to_ofa:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media (max-width: 1120px) {
  html .to_ofa {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html .to_ofa {
    right: 5px;
  }
}

html .to_omc {
  background-size: contain;
  position: fixed;
  left: 50%;
  bottom: -45px;
  margin-left: 444px;
  width: 45px;
  height: 45px;
  background-image: url("/img/backtotop_OMC.png");
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

html .to_omc:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media (max-width: 1120px) {
  html .to_omc {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  html .to_omc {
    right: 5px;
  }
}

html body[lang="en"] header .container .menu .nav {
  font-size: 13px;
}

html body[lang="en"] header .container .menu .nav > ul > li.charity {
  display: none;
}

html body[lang="en"] header .container .menu .nav > ul > li.info ul li.info_solemn_statement {
  display: none;
}

html body[section="charity"] header .container .top .lang .langitem {
  display: none;
}

@media only screen and (max-width: 768px) {
  html body[lang="en"] header .container .menu .nav {
    font-size: 16px;
  }
}

html header .container .menu #nav-icon1 {
  display: none;
}

@media only screen and (max-width: 768px) {
  html header .container .top .lang {
    margin-top: 8px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */