@charset "UTF-8";
@import '../css/magnific-popup.css';
@import '../assets/owlcarousel/assets/owl.carousel.min.css';
@import '../assets/owlcarousel/assets/owl.theme.default.min.css';
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import '../css/docs.theme.min.css';
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Raleway&display=swap");
@import '../css/slicknav.css';
body {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
}
ul li ul {
  margin: 0;
  padding: 0;
}

a:focus, input:focus, button:focus, textarea:focus {
  outline: 1px dotted #333333 !important;
  border: 1px dotted #333333 !important;
}
@media only screen and (max-width: 1100px) {
  a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
  }
}

.red {
  color: crimson;
  padding: 0 5px;
}

.point {
  color: crimson;
  padding: 0 5px;
  font-size: 0.8rem;
}

.clear {
  clear: both;
}

.d-none {
  display: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*文字大中小*/
.font_s {
  font-size: 1em;
}

.font_m {
  font-size: 1.25em;
}

.font_l {
  font-size: 1.5em;
}

/*圖片左中右*/
.img_l {
  float: left;
  max-width: 100%;
  margin: 0 2vw 0 0;
}

.img_r {
  float: right;
  max-width: 100%;
  margin: 0 0 0 2vw;
}

.img_c {
  float: none;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

.mfp-figure small {
  display: none !important;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
button.mfp-close, button.mfp-arrow {
  outline-color: #ffffff !important;
}

.mfp-content figure {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .img_r {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .img_l {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .img_c {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.sr-only {
  background: #fff;
  border: 2px solid #c42626 !important;
  padding: 5px 10px !important;
  display: inline-block;
  z-index: 10;
  border-radius: 10px;
  color: #D65149 !important;
  position: absolute !important;
}

.accesskey_u {
  position: absolute;
  left: 320px;
  top: 3%;
  color: #ffffff;
  z-index: 1;
}
.accesskey_u:focus {
  color: #434343;
}
@media only screen and (max-width: 1390px) {
  .accesskey_u {
    left: 270px;
  }
}
@media only screen and (max-width: 1200px) {
  .accesskey_u {
    left: -20px;
    top: -20px;
  }
  .accesskey_u:focus {
    top: 5px;
    left: 5px;
  }
}

.accesskey_c {
  position: absolute;
  left: 1%;
  top: 1%;
  color: #ffffff;
  z-index: 1;
}
.accesskey_c:focus {
  color: #434343;
}

.accesskey_l {
  position: absolute;
  left: 0;
  top: -2px;
  color: #ffffff !important;
}
.accesskey_l:focus {
  color: #434343 !important;
}

#main_block .accesskey_c {
  left: 1%;
  top: -0.5%;
}
@media only screen and (max-width: 576px) {
  #main_block .accesskey_c {
    top: -15px;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  height: 100%;
  background: #fff;
}

.row {
  max-width: 100%;
}

.container {
  width: 100%;
  overflow: auto;
  max-width: 1440px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m_open, .m_logo {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .m_logo {
    display: block !important;
    width: 225px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
#menu {
  clear: both;
  width: 100%;
  z-index: 2;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  color: #4c4948;
  font-weight: 500;
  background: #ffffff;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #menu {
    display: none;
  }
}
#menu h1 {
  position: absolute;
  left: 10px;
  top: 16px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#menu h1 a {
  display: inline-block;
  width: 300px;
  height: 42px;
}
#menu h1 a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1390px) {
  #menu h1 {
    top: 16px;
  }
  #menu h1 a {
    width: 250px;
    height: 35px;
  }
}
#menu #menu_in {
  width: 100%;
  padding: 0 100px 0 320px;
  z-index: 1;
}
@media only screen and (max-width: 1390px) {
  #menu #menu_in {
    padding: 0 80px 0 265px;
  }
}
#menu #menu_in .col {
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu #menu_in .col a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 5px 10px 30px;
  margin: 8px 0;
  font-size: 2rem;
  color: #333333;
  font-weight: 450;
}
#menu #menu_in .col a:hover, #menu #menu_in .col a.cur {
  color: #D65149;
}
@media only screen and (max-width: 1390px) {
  #menu #menu_in .col a {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1280px) {
  #menu #menu_in .col a {
    font-size: 1.65rem;
  }
}
#menu #menu_in .col a i {
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 5px;
  top: 16px;
}
#menu #menu_in .col a i.icon-a {
  background: url("../images/menu-icon.svg") 0 0 no-repeat;
}
#menu #menu_in .col a i.icon-b {
  background: url("../images/menu-icon.svg") 0 -20px no-repeat;
}
#menu #menu_in .col a i.icon-c {
  background: url("../images/menu-icon.svg") 0 -40px no-repeat;
}
#menu #menu_in .col a i.icon-d {
  background: url("../images/menu-icon.svg") 0 -60px no-repeat;
}
#menu #menu_in .col a i.icon-e {
  background: url("../images/menu-icon.svg") 0 -80px no-repeat;
}
#menu #menu_in .col a i.icon-f {
  background: url("../images/menu-icon.svg") 0 -101px no-repeat;
}
#menu #menu_in .col a i.icon-g {
  background: url("../images/menu-icon.svg") 0 -120px no-repeat;
}
#menu #menu_in .col a i.icon-h {
  background: url("../images/menu-icon.svg") 0 -140px no-repeat;
}
#menu #menu_in .col ul {
  display: none;
  position: absolute;
  text-align: left;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
  z-index: 10;
}
@media only screen and (max-width: 1390px) {
  #menu #menu_in .col ul {
    top: 64px;
    width: 150px;
  }
}
@media only screen and (max-width: 1280px) {
  #menu #menu_in .col ul {
    top: 62px;
    width: 100%;
  }
}
#menu #menu_in .col ul li {
  display: block;
}
#menu #menu_in .col ul li a {
  padding: 10px 8px 8px;
  margin: 0;
  text-align: left;
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1515px) {
  #menu #menu_in .col ul li a {
    padding: 8px 8px 7px;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}
#menu #menu_in .col ul li a:hover {
  background: #333333;
  color: #FFFFFF;
}
#menu #menu_in .col ul li ul li {
  display: none;
}
#menu #menu_in .col:hover ul {
  display: block;
}
#menu #menu_in .col:hover ul li ul {
  display: none;
}
#menu #menu_in .fb, #menu #menu_in .search {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  top: 21px;
}
#menu #menu_in .fb a, #menu #menu_in .search a {
  display: block;
}
@media only screen and (max-width: 1200px) {
  #menu #menu_in .fb, #menu #menu_in .search {
    display: none !important;
  }
}
#menu #menu_in .fb {
  right: 50px;
}
#menu #menu_in .search {
  right: 10px;
}
.shrink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed !important;
  top: 0 !important;
  z-index: 10 !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.shrink h1 {
  top: 16px !important;
}
.slicknav_menu, .m_open {
  display: none;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .slicknav_menu, .m_open {
    display: block !important;
  }
}

.search_m {
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 10px !important;
}
.search_m.dropdown-menu {
  width: 240px;
  padding: 5px 40px 5px 5px !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translate3d(5px, 30px, 0px) !important;
          transform: translate3d(5px, 30px, 0px) !important;
}
.search_m.dropdown-menu .text {
  height: 35px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.search_m.dropdown-menu .btn {
  height: 35px;
  top: 5px;
  right: 3px;
}
.search_m .text {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  height: 30px;
  border: none;
  background: #ffffff;
  font-size: 1.6rem;
  color: #333333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_m .btn {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 30px;
  border: none;
  background: url("../images/icon-search.svg") center center/25px no-repeat #ffffff;
  text-indent: 9999px;
}

.btn-stop {
  position: absolute;
  left: 1%;
  top: 1%;
  z-index: 2;
  opacity: 0.8;
}
.btn-stop button {
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px #000000;
}
.btn-stop button i {
  font-size: 2rem;
}

.banner {
  clear: both;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background: #f7f8f5;
}
.banner .owl-carousel {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner .owl-carousel .item a {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  background: none;
}
.banner .owl-carousel .item a img {
  width: 100%;
  height: auto;
}
.banner .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
.banner .owl-theme .owl-dots .owl-dot.active, .banner .owl-theme .owl-dots .owl-dot:hover {
  background: #D65149;
}
.banner .owl-nav {
  margin: 0;
}
.banner .owl-nav button.owl-prev, .banner .owl-nav button.owl-next {
  width: 40px;
  height: 50px;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .banner .owl-nav button.owl-prev, .banner .owl-nav button.owl-next {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}
@media only screen and (max-width: 768px) {
  .banner .owl-nav button.owl-prev, .banner .owl-nav button.owl-next {
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
}
.banner .owl-nav button.owl-prev span, .banner .owl-nav button.owl-next span {
  display: none;
}
.banner .owl-nav button.owl-prev {
  background: url("../images/arrow-l.svg") center center no-repeat;
  left: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  .banner .owl-nav button.owl-prev {
    left: -10px;
  }
}
.banner .owl-nav button.owl-prev:hover, .banner .owl-nav button.owl-prev:focus {
  opacity: 1;
}
.banner .owl-nav button.owl-next {
  background: url("../images/arrow-r.svg") center center no-repeat;
  right: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  .banner .owl-nav button.owl-next {
    right: -10px;
  }
}
.banner .owl-nav button.owl-next:hover, .banner .owl-nav button.owl-next:focus {
  opacity: 1;
}

.inner-banner {
  width: 100%;
  background: #f7f8f5;
  overflow: hidden;
}
.inner-banner img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 90px 0 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 992px) {
  footer {
    margin: 40px 0 0;
  }
}
footer .footer {
  background: transparent;
  padding: 30px 0;
  margin: 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  footer .footer {
    padding: 20px 0 15px;
  }
}
footer .footer ul li {
  list-style-type: none;
  display: inline-block;
}
footer .footer ul li:first-child a {
  padding-left: 0;
}
footer .footer ul li:last-child a::before {
  display: none;
}
footer .footer ul li a {
  display: inline-block;
  padding: 0 20px;
  margin: 0 0 25px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  footer .footer ul li a {
    font-size: 1.5rem;
    padding: 0 10px;
    margin: 0 0 10px;
  }
}
footer .footer ul li a::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  background: #7b7b7b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footer p {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  footer .footer p {
    font-size: 1.5rem;
  }
}
footer .footer .info-r {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  footer .footer .info-r {
    text-align: left;
    margin: 10px 0 0 0;
  }
}
footer .footer span {
  color: #333333;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  footer .footer span {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
footer .footer .accessibility {
  display: inline-block;
  color: #333333;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer .accessibility {
    margin: 10px 0 0 0;
  }
}
footer .footer .accessibility img {
  width: 100%;
  max-width: 140px;
  height: auto;
  vertical-align: sub;
}

.side-btn {
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 2;
}
.side-btn a {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 15px 0 0;
  display: block;
  background: #EEEEEE;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.side-btn a b {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  color: #333333;
  font-weight: 500;
}
.side-btn a b.fb {
  line-height: 60px;
}
.side-btn a.top {
  background: url("../images/icon-top.svg") center center/36px no-repeat, #EEEEEE;
  text-indent: -9999px;
}
.side-btn a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 1280px) {
  .side-btn a {
    width: 75px;
    height: 75px;
  }
  .side-btn a b {
    width: 60px;
    height: 50px;
    font-size: 1.8rem;
    line-height: 27px;
  }
  .side-btn a b.fb {
    line-height: 50px;
  }
  .side-btn a.top {
    background-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .side-btn a {
    width: 70px;
    height: 70px;
  }
  .side-btn a b {
    width: 55px;
    height: 55px;
    font-size: 1.7rem;
    line-height: 25px;
  }
  .side-btn a b.fb {
    line-height: 55px;
  }
  .side-btn a.top {
    background-size: 33px;
  }
}
@media only screen and (max-width: 576px) {
  .side-btn a {
    width: 55px;
    height: 55px;
    margin: 10px 0 0;
  }
  .side-btn a b {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .side-btn a b.fb {
    line-height: 45px;
  }
  .side-btn a.top {
    background-size: 28px;
  }
}

#index_box {
  text-align: center;
  padding: 0 1% 3%;
  position: relative;
}
#index_box h2 {
  width: 100%;
  display: inline-block;
  margin: 10vw 0 40px;
  padding: 0;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
#index_box h2 span {
  display: inline-block;
  font-weight: 500;
  font-size: 4rem;
  color: #333;
  margin: 0 10px;
}
@media only screen and (max-width: 1280px) {
  #index_box h2 {
    font-size: 3.2rem;
    margin: 5vw 0 30px;
  }
  #index_box h2 span {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 992px) {
  #index_box h2 {
    font-size: 2.8rem;
    margin: 30px 0;
  }
  #index_box h2 span {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  #index_box h2 {
    font-size: 2.4rem;
    margin: 30px 0;
  }
  #index_box h2 span {
    font-size: 2.8rem;
  }
}
#index_box h2.red {
  color: #D65149;
}
#index_box h2.blue {
  color: #5178AD;
}
#index_box h2.orange {
  color: #E87942;
}
#index_box .marquee a, #index_box .index-video a {
  position: relative;
  display: block;
  background: #EEEEEE;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #index_box .marquee a, #index_box .index-video a {
    margin: 0 0 30px;
  }
}
#index_box .marquee a b, #index_box .index-video a b {
  display: block;
  position: relative;
  height: 23.5vw;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #index_box .marquee a b, #index_box .index-video a b {
    height: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  #index_box .marquee a b, #index_box .index-video a b {
    height: 60vw;
  }
}
#index_box .marquee a b img, #index_box .index-video a b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index_box .marquee a h3, #index_box .index-video a h3 {
  text-align: left;
  font-size: 2.2rem;
  margin: 0;
  padding: 15px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1280px) {
  #index_box .marquee a h3, #index_box .index-video a h3 {
    font-size: 2rem;
    padding: 12px;
  }
}
@media only screen and (max-width: 992px) {
  #index_box .marquee a h3, #index_box .index-video a h3 {
    font-size: 1.7rem;
    padding: 10px;
  }
}
#index_box .marquee a:hover, #index_box .index-video a:hover {
  text-decoration: none;
}
#index_box .marquee a:hover b img, #index_box .index-video a:hover b img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#index_box .marquee .col-md-6, #index_box .marquee .col-12, #index_box .index-video .col-md-6, #index_box .index-video .col-12 {
  position: relative;
}
#index_box .marquee .col-md-6::before, #index_box .marquee .col-12::before, #index_box .index-video .col-md-6::before, #index_box .index-video .col-12::before {
  content: "";
  width: 97%;
  height: 97%;
  border: 1px solid #AAAAAA;
  z-index: 0;
  position: absolute;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  #index_box .marquee .col-md-6::before, #index_box .marquee .col-12::before, #index_box .index-video .col-md-6::before, #index_box .index-video .col-12::before {
    height: calc(97% - 30px);
  }
}
#index_box .index-video a b::before {
  content: "";
  width: 6vw;
  height: 6vw;
  display: block;
  background: url("../images/icon-play.svg") center center/100% no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  #index_box .index-video a b {
    height: 56.25vw;
  }
  #index_box .index-video a b::before {
    width: 10vw;
    height: 10vw;
  }
}
#index_box .list01 a, #index_box .list02 a {
  display: block;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index_box .list01 a b, #index_box .list02 a b {
  display: block;
  font-size: 2rem;
  color: #D65149;
  margin: 0 0 5px;
  font-weight: normal;
}
#index_box .list01 a h3, #index_box .list02 a h3 {
  font-size: 2.2rem;
  color: #333333;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#index_box .list01 a:hover, #index_box .list01 a:focus, #index_box .list02 a:hover, #index_box .list02 a:focus {
  background: #FFF7EA;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  #index_box .list01 a h3, #index_box .list02 a h3 {
    font-size: 2rem;
  }
  #index_box .list01 a b, #index_box .list02 a b {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #index_box .list01 a, #index_box .list02 a {
    padding: 10px;
  }
  #index_box .list01 a h3, #index_box .list02 a h3 {
    font-size: 1.7rem;
  }
  #index_box .list01 a b, #index_box .list02 a b {
    font-size: 1.5rem;
  }
}
#index_box .list02 a {
  position: relative;
  padding: 10px 5px;
}
#index_box .list02 a i {
  width: 100%;
  height: 140px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  #index_box .list02 a i {
    height: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #index_box .list02 a i {
    height: 30vw;
  }
}
@media only screen and (max-width: 576px) {
  #index_box .list02 a i {
    height: 60vw;
  }
}
#index_box .list02 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index_box .list02 a .info {
  position: relative;
  padding: 10px 15px 40px 0;
  height: 100%;
}
#index_box .list02 a .info h3 {
  width: 100%;
  height: 3.2em;
  overflow: hidden;
  line-height: 1.6em;
  margin: 0 0 20px;
}
#index_box .list02 a .info b {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 1.8rem;
  color: #D65149;
  font-weight: 300;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #index_box .list02 a .info b {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #index_box .list02 a .info h3 {
    font-size: 1.7rem;
  }
  #index_box .list02 a .info b {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  #index_box .list02 a .info {
    padding: 12px 5px 0;
  }
  #index_box .list02 a .info h3 {
    margin: 0 0 5px;
    height: auto;
  }
  #index_box .list02 a .info b {
    position: static;
  }
}
#index_box a.more {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  background: #fff;
  color: #333333;
  letter-spacing: 1px;
  padding: 9px 20px 9px 25px;
  border: solid 1px #333333;
  margin: 60px auto 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index_box a.more b {
  width: 20px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: initial;
  background: url("../images/icon-cta.svg") center center/15px no-repeat;
}
#index_box a.more:hover, #index_box a.more:focus {
  text-decoration: none;
  background: #777;
  border: solid 1px #777;
  color: #fff;
}
#index_box a.more:hover b, #index_box a.more:focus b {
  background: url("../images/icon-cta02.svg") center center/15px no-repeat;
}
@media only screen and (max-width: 1280px) {
  #index_box a.more {
    font-size: 1.8rem;
    padding: 8px 20px 8px 25px;
  }
}
@media only screen and (max-width: 1200px) {
  #index_box a.more {
    margin: 40px auto 60px;
  }
}
@media only screen and (max-width: 576px) {
  #index_box a.more {
    margin: 40px auto;
  }
}

@-webkit-keyframes wave {
  0% {
    top: -3px;
  }
  100% {
    top: 0;
  }
}

@keyframes wave {
  0% {
    top: -3px;
  }
  100% {
    top: 0;
  }
}
#in_content .detail_box .box_info {
  margin: 0 0 1.5vw 0;
  position: relative;
}
#in_content .detail_box .box_info p {
  font-size: 1.8rem;
  color: #333333;
  line-height: 2em;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .box_info p {
    font-size: 1.6rem;
  }
}
#in_content .detail_box .box_info .sub-title {
  font-size: 2.2rem;
  color: #666666;
  font-weight: 500;
  margin: 20px 0 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .box_info .sub-title {
    font-size: 2rem;
  }
}
#in_content .detail_box img {
  max-width: 100%;
  z-index: 2;
  margin-bottom: 0.5vw;
}
#in_content .detail_box ul li {
  padding: 0 0 0 15px;
}
#in_content .detail_box ul li a {
  color: #ff814e;
}
#in_content .detail_box ul li a:hover {
  color: #726246;
}
#in_content .detail_box .popup_list h3,
#in_content .detail_box .img_list h3,
#in_content .detail_box .download_list h3,
#in_content .detail_box .link_list h3,
#in_content .detail_box .noise_list h3 {
  margin: 15px 15px 30px 0.5%;
  padding: 0 0 0 15px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333333;
  background: none;
  border-left: 10px solid #5178AD;
}
#in_content .detail_box .popup_list h3 i,
#in_content .detail_box .img_list h3 i,
#in_content .detail_box .download_list h3 i,
#in_content .detail_box .link_list h3 i,
#in_content .detail_box .noise_list h3 i {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .popup_list h3,
#in_content .detail_box .img_list h3,
#in_content .detail_box .download_list h3,
#in_content .detail_box .link_list h3,
#in_content .detail_box .noise_list h3 {
    font-size: 2rem;
  }
}
#in_content .detail_box .img_list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#in_content .detail_box .img_list .btn-stop {
  left: 135px;
  top: 0;
}
#in_content .detail_box .img_list ul {
  margin: 0;
  padding: 0 2.5%;
}
#in_content .detail_box .img_list ul li {
  background: none;
  margin: 0;
  padding: 0;
}
#in_content .detail_box .img_list ul li a {
  display: block;
  width: 97%;
  margin: 2px auto;
  padding: 10px;
  color: #7d7d7d;
  background: #ffffff;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#in_content .detail_box .img_list ul li a b {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
#in_content .detail_box .img_list ul li a b img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#in_content .detail_box .img_list ul li a p {
  margin: 10px 0 0 0;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
#in_content .detail_box .img_list ul li a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#in_content .detail_box .img_list ul li a:hover span {
  opacity: 0.6;
}
#in_content .detail_box .img_list .owl-nav button:hover {
  background: #eceadd;
  color: #434343;
}
#in_content .detail_box .popup_list {
  margin: 15px 0;
}
#in_content .detail_box .popup_list ul {
  list-style-type: none;
  overflow: auto;
  margin: 0;
  padding: 0;
}
#in_content .detail_box .popup_list ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  background: none;
  display: inline-block;
  width: 33%;
}
@media only screen and (max-width: 992px) {
  #in_content .detail_box .popup_list ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .detail_box .popup_list ul li {
    width: 98%;
  }
}
#in_content .detail_box .popup_list ul li b {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
#in_content .detail_box .popup_list ul li b img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#in_content .detail_box .popup_list ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  heigh: 100%;
}
#in_content .detail_box .popup_list ul li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  min-width: 80px;
  min-height: 80px;
  background: url("../images/bg_k50.png") repeat;
  border: solid 2px #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#in_content .detail_box .popup_list ul li span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 998;
  height: 0px;
  width: 0px;
  margin: -16px 0 0 -10px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid solid solid solid;
  border-width: 16px 22px;
}
#in_content .detail_box .popup_list ul li p {
  margin: 10px 0 0 0;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
#in_content .detail_box .popup_list ul li a {
  display: block;
  width: 97%;
  margin: 0 auto;
  padding: 10px;
  color: #7d7d7d;
  background: #ffffff;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#in_content .detail_box .popup_list ul li a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#in_content .detail_box .popup_list ul li a:hover span {
  opacity: 0.6;
}
#in_content .detail_box .popup_list ul li.video {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
  display: block;
}
#in_content .detail_box .popup_list ul li.video video {
  min-width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #in_content .detail_box .popup_list ul li.video video {
    min-width: 650px;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .popup_list ul li.video video {
    min-width: 500px;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .detail_box .popup_list ul li.video video {
    min-width: 400px;
  }
}
@media only screen and (max-width: 414px) {
  #in_content .detail_box .popup_list ul li.video video {
    min-width: 300px;
  }
}
#in_content .detail_box .download_list {
  clear: both;
}
#in_content .detail_box .download_list ul {
  margin: 0;
  padding: 0 10px;
}
#in_content .detail_box .download_list ul li {
  background: none;
}
#in_content .detail_box .download_list ul li span {
  margin: 0;
  padding: 0;
  color: #757575;
}
#in_content .detail_box .download_list ul li a {
  display: block;
  padding: 8px 10px 8px 40px;
  font-size: 1.6rem;
  line-height: 2em;
  background: url("../images/icon_newsdownload.png") no-repeat 12px 12px;
  color: #434343;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}
#in_content .detail_box .download_list ul li a:hover, #in_content .detail_box .download_list ul li a:focus {
  background: #f1f7f9 url("../images/icon_newsdownload_.png") no-repeat 12px 12px;
  color: #7e7e7e;
}
#in_content .detail_box .link_list {
  clear: both;
  padding: 0;
}
#in_content .detail_box .link_list ul {
  margin: 0;
  padding: 0 10px;
}
#in_content .detail_box .link_list ul li {
  background: none;
}
#in_content .detail_box .link_list ul li span {
  margin: 0;
  padding: 0;
  color: #757575;
}
#in_content .detail_box .link_list ul li a {
  display: block;
  padding: 8px 10px 8px 40px;
  font-size: 1.6rem;
  line-height: 2em;
  background: url("../images/icon_newslink.png") no-repeat 12px 12px;
  color: #434343;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}
#in_content .detail_box .link_list ul li a:hover, #in_content .detail_box .link_list ul li a:focus {
  background: url("../images/icon_newslink_.png") no-repeat 12px 12px, #f1f7f9;
  color: #7e7e7e;
}
#in_content .detail_box .middle_link ul li, #in_content .detail_box .middle_link02 ul li {
  background: none !important;
  padding: 0 !important;
}
#in_content .detail_box .middle_link ul li a, #in_content .detail_box .middle_link02 ul li a {
  margin: 20px 0 10px;
  border: 1px solid #d1d4dc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .html-table {
    overflow-x: scroll;
  }
}
#in_content .detail_box .html-table .info-table {
  border: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #in_content .detail_box .html-table .info-table {
    min-width: 800px;
  }
}
#in_content .detail_box .html-table .info-table tr {
  background: none;
}
#in_content .detail_box .html-table .info-table tr td, #in_content .detail_box .html-table .info-table tr th, #in_content .detail_box .html-table .info-table tr span, #in_content .detail_box .html-table .info-table tr p {
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif !important;
  color: #333333;
}
#in_content .detail_box .html-table .info-table tr p {
  line-height: 2em;
}
#in_content .detail_box .html-table .info-table table {
  border: 0;
  margin: 0;
  background: none;
}
#in_content .detail_box .html-table .info-table img {
  margin: 0;
}

#in_content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #666666;
  overflow: hidden;
  position: relative;
}
#in_content h2 {
  width: 90%;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 20px;
  margin: 0 auto 35px;
  color: #fff;
  background: #D65149;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}
@media only screen and (max-width: 1280px) {
  #in_content h2 {
    margin: 0 auto 30px;
    font-size: 2.8rem;
  }
}
#in_content h3 {
  font-size: 2.8rem;
  color: #333333;
  font-weight: 500;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1280px) {
  #in_content h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #in_content h3 {
    font-size: 2.4rem;
  }
}
#in_content .row {
  max-width: 100%;
}
#in_content .path {
  margin: 40px 0 40px 10px;
  font-size: 1.8rem;
  text-align: left;
  color: #666666;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  #in_content .path {
    margin: 40px 0 40px 25px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .path {
    font-size: 1.4rem;
  }
}
#in_content .path .home {
  padding: 0 0 0 40px;
  background: url("../images/icon-home.svg") 0 center/30px no-repeat;
}
#in_content .path a {
  display: inline-block;
  padding: 1px 5px;
  color: #666666;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #in_content .path {
    font-size: 1.4rem;
    margin: 20px 0 20px 10px;
  }
  #in_content .path .home {
    padding: 0 0 0 30px;
    background: url("../images/icon-home.svg") 0 center/20px no-repeat;
  }
}
#in_content .left_block {
  width: 300px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #in_content .left_block {
    display: none;
  }
}
#in_content .left_block ul {
  padding: 0 15px 30px;
}
#in_content .left_block ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
}
#in_content .left_block ul li a {
  display: block;
  padding: 10px;
  margin: 5px 0;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 2.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #in_content .left_block ul li a {
    font-size: 2rem;
    padding: 5px;
  }
}
#in_content .left_block ul li a:hover {
  color: #de746d;
}
#in_content .left_block ul li a:focus, #in_content .left_block ul li a.active {
  color: #D65149;
}
#in_content .left_block ul li a[aria-expanded=true] {
  color: #D65149;
}
#in_content .left_block ul li ul {
  padding: 0 0 0 20px;
}
#in_content .left_block ul li ul li a {
  font-size: 2rem;
  margin: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  #in_content .left_block ul li ul li a {
    font-size: 1.8rem;
  }
}
#in_content #main_block {
  position: relative;
  width: calc(100% - 320px);
  float: right;
}
#in_content #main_block #printcontext {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #in_content #main_block {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 992px) {
  #in_content #main_block {
    width: 100%;
    margin: 0 auto 60px;
    float: none;
  }
}
#in_content #main_block .inner_block {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #in_content #main_block .inner_block {
    padding: 0 10px;
  }
}
#in_content .inner_search {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #in_content .inner_search {
    margin: 0 0 10px;
  }
}
#in_content .inner_search .text {
  margin: 0;
  padding: 5px 10px;
  width: calc(100% - 40px);
  height: 35px;
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 1.6rem;
  color: #333333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#in_content .inner_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #777;
  background: url("../images/icon-search02.svg") center center/20px no-repeat #777;
  text-indent: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#in_content .inner_search .btn:hover {
  background: url("../images/icon-search02.svg") center center/20px no-repeat #D65149;
  border: 1px solid #D65149;
}
#in_content .news-list01 a, #in_content .news-list02 a {
  display: block;
  margin: 0 0 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
#in_content .news-list01 a:hover, #in_content .news-list02 a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#in_content .news-list01 a .info, #in_content .news-list02 a .info {
  padding: 15px 20px;
}
#in_content .news-list01 a .info h3, #in_content .news-list02 a .info h3 {
  font-size: 1.8rem;
  height: 4em;
  overflow: hidden;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 9px 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #in_content .news-list01 a .info h3, #in_content .news-list02 a .info h3 {
    height: auto;
    overflow: inherit;
  }
}
#in_content .news-list01 a .info b, #in_content .news-list02 a .info b {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333333;
}
#in_content .news-list01 a i, #in_content .news-list02 a i {
  display: block;
  width: 100%;
  height: 270px;
}
@media only screen and (max-width: 768px) {
  #in_content .news-list01 a i, #in_content .news-list02 a i {
    height: 65vw;
  }
}
#in_content .news-list01 a i img, #in_content .news-list02 a i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#in_content .news-list02 a {
  position: relative;
  padding: 0;
}
#in_content .news-list02 a .info {
  padding: 5%;
}
#in_content .news-list02 a .info h3 {
  height: auto;
  padding: 15px 0;
  font-weight: 500;
}
#in_content .news-list02 a .info p {
  font-size: 1.6rem;
  line-height: 2em;
  margin: 0 0 3%;
}
#in_content .news-list02 a .info p.ellipsis {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: initial;
  -webkit-box-orient: vertical;
}
#in_content .news-list02 a .info span {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  text-align: right;
}
#in_content .news-list03 .title, #in_content .download-list .title {
  margin: 0;
}
#in_content .news-list03 .title div, #in_content .download-list .title div {
  background: #777;
  color: #fff;
  padding: 8px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  border-right: 1px solid #eee;
}
#in_content .news-list03 .title div::last-child, #in_content .download-list .title div::last-child {
  border-right: 0;
}
@media only screen and (max-width: 1024px) {
  #in_content .news-list03 .title, #in_content .download-list .title {
    font-size: 1.6rem;
    padding: 6px;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .news-list03 .title, #in_content .download-list .title {
    display: none;
  }
}
#in_content .news-list03 ul li a, #in_content .download-list ul li a {
  padding: 15px 0;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#in_content .news-list03 ul li a .date, #in_content .news-list03 ul li a .click, #in_content .download-list ul li a .date, #in_content .download-list ul li a .click {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #in_content .news-list03 ul li a, #in_content .download-list ul li a {
    font-size: 1.6rem;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .news-list03 ul li a .date, #in_content .news-list03 ul li a .click, #in_content .download-list ul li a .date, #in_content .download-list ul li a .click {
    text-align: left;
  }
  #in_content .news-list03 ul li a .click, #in_content .download-list ul li a .click {
    display: none;
  }
}
#in_content .news-list03 ul li a:hover, #in_content .download-list ul li a:hover {
  text-decoration: none;
  color: #D65149;
}
#in_content .download-btn i {
  color: #E87942;
}
#in_content .download-btn input {
  font-size: 1.8rem;
  border: 1px solid #333333;
  color: #333333;
  padding: 8px 20px 8px 50px;
  margin: 0 0 35px;
  background: url("../images/download-icon01.svg") left 10px center/25px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#in_content .download-btn input:hover {
  background: url("../images/download-icon02.svg") left 10px center/25px no-repeat, #666666;
  color: #fff;
}
#in_content .market-list01 a {
  background: #777777;
}
#in_content .market-list01 a .info {
  padding: 10px;
}
#in_content .market-list01 a .info h3 {
  height: auto;
  text-align: center;
  padding: 0;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  #in_content .market-list01 a .info {
    padding: 5px;
  }
  #in_content .market-list01 a .info h3 {
    font-size: 1.6rem;
  }
}
#in_content .market-list01 a i {
  height: 12vw;
}
@media only screen and (max-width: 1200px) {
  #in_content .market-list01 a i {
    height: 20vw;
  }
}
@media only screen and (max-width: 992px) {
  #in_content .market-list01 a i {
    height: 25vw;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .market-list01 a i {
    height: 45vw;
  }
}
#in_content .market-list02 .list {
  margin: 0 0 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
}
#in_content .market-list02 .list .info {
  padding: 30px 20px 15px;
}
@media only screen and (max-width: 768px) {
  #in_content .market-list02 .list .info {
    padding: 15px 20px;
  }
}
#in_content .market-list02 .list .info p {
  font-size: 1.6rem;
  margin: 10px 0;
}
#in_content .market-list02 .list .info p.title {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-weight: normal;
  background: none;
}
#in_content .market-list02 .list .info p i {
  display: inline-block;
  margin: 0 10px 0 0;
}
#in_content .market-list02 .list b {
  display: block;
  width: 100%;
  height: 220px;
  background: #666666;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 220px;
}
@media only screen and (max-width: 768px) {
  #in_content .market-list02 .list b {
    height: 50vw;
    line-height: 50vw;
  }
}
#in_content .market-list02 .list b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#in_content .link-list a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#in_content .link-list a .info {
  padding: 10px;
}
#in_content .link-list a .info h3 {
  height: auto;
  text-align: center;
  padding: 0;
  color: #333333;
}
@media only screen and (max-width: 1280px) {
  #in_content .link-list a .info {
    padding: 5px;
  }
  #in_content .link-list a .info h3 {
    font-size: 1.6rem;
  }
}
#in_content .link-list a i {
  width: 95%;
  height: 8vw;
  border-radius: 5px;
  overflow: hidden;
  margin: 2.5% auto 0;
}
@media only screen and (max-width: 1200px) {
  #in_content .link-list a i {
    height: 10vw;
  }
}
@media only screen and (max-width: 992px) {
  #in_content .link-list a i {
    height: 15vw;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .link-list a i {
    height: 28vw;
  }
}
#in_content .media-list a {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#in_content .media-list a .info {
  padding: 10px;
}
#in_content .media-list a h3 {
  height: auto;
  text-align: center;
  padding: 10px 15px;
  margin: 0 0 5px;
  color: #fff;
  background: #666666;
  font-size: 2rem;
}
#in_content .media-list a p {
  font-size: 1.6rem;
  margin: 0;
  height: 3.2em;
  overflow: hidden;
  line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
  #in_content .media-list a p {
    height: auto;
    overflow: inherit;
  }
}
@media only screen and (max-width: 1280px) {
  #in_content .media-list a h3 {
    font-size: 1.6rem;
  }
}
#in_content .media-list a i {
  position: relative;
  width: 100%;
  height: 12vw;
  overflow: hidden;
  margin: 0 auto;
}
#in_content .media-list a i img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  #in_content .media-list a i {
    height: 15vw;
  }
}
@media only screen and (max-width: 992px) {
  #in_content .media-list a i {
    height: 20vw;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .media-list a i {
    height: 30vw;
  }
}
#in_content .media-list a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  min-width: 80px;
  min-height: 80px;
  background: url("../images/bg_k50.png") repeat;
  border: solid 2px #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#in_content .media-list a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 998;
  height: 0px;
  width: 0px;
  margin: -16px 0 0 -10px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid solid solid solid;
  border-width: 16px 22px;
}
#in_content .media-list a:hover span {
  opacity: 0.8;
}
#in_content .media-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#in_content .download-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#in_content .download-list ul li .file {
  text-align: left;
}
#in_content .download-list ul li:hover {
  text-decoration: none;
  color: #D65149;
}
#in_content .download-list ul li .file-name {
  padding: 5px 15px;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
}
#in_content .download-list ul li .file a {
  display: inline-block;
  background: #777;
  color: #fff;
  border-radius: 5px;
  padding: 1px 7px;
  font-size: 1.6rem;
  border: 0;
  margin: 5px 6px 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#in_content .download-list ul li .file a:hover, #in_content .download-list ul li .file a:focus {
  background: #D65149;
}
#in_content .list-tabs {
  margin: 0 0 2%;
}
#in_content .list-tabs ul {
  margin: 0 0 10px;
}
#in_content .list-tabs ul li {
  width: auto;
  display: inline-block;
}
#in_content .list-tabs ul li a {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 35px !important;
  background: #888888;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 15px 15px 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#in_content .list-tabs ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#in_content .list-tabs ul li a:hover, #in_content .list-tabs ul li a:focus, #in_content .list-tabs ul li a.active {
  background: #D65149;
  text-decoration: none;
}
#in_content .list-tabs ul li a:hover::before, #in_content .list-tabs ul li a:focus::before, #in_content .list-tabs ul li a.active::before {
  border-color: transparent transparent transparent #efe732;
}
@media only screen and (max-width: 992px) {
  #in_content .list-tabs ul li a {
    padding: 6px 15px 6px 30px !important;
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0 10px 10px 0 !important;
  }
  #in_content .list-tabs ul li a::before {
    left: 10px;
  }
}
#in_content .ntm-map a {
  display: block;
  text-decoration: none !important;
}
#in_content .ntm-map a .dv {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#in_content .ntm-map a:hover .dv, #in_content .ntm-map a:focus .dv {
  fill: #f8cccc;
}
#in_content .ntm-map .dn, #in_content .ntm-map .do, #in_content .ntm-map .dp, #in_content .ntm-map .dq, #in_content .ntm-map .dr, #in_content .ntm-map .ds, #in_content .ntm-map .dt, #in_content .ntm-map .du {
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  isolation: isolate;
}
#in_content .ntm-map .dn, #in_content .ntm-map .dp, #in_content .ntm-map .dr, #in_content .ntm-map .ds {
  fill: #333333;
}
#in_content .ntm-map .dn, #in_content .ntm-map .du {
  font-size: 1.4rem;
}
#in_content .ntm-map .do, #in_content .ntm-map .dp {
  font-size: 2rem;
}
#in_content .ntm-map .do, #in_content .ntm-map .dq, #in_content .ntm-map .dt, #in_content .ntm-map .du {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#in_content .ntm-map .dq, #in_content .ntm-map .ds {
  font-size: 1.79rem;
}
#in_content .ntm-map .dv {
  fill: #e6e6e6;
  stroke: #666666;
  stroke-miterlimit: 10;
}
#in_content .ntm-map .dr, #in_content .ntm-map .dt {
  font-size: 1.5rem;
}
#in_content .org p {
  font-size: 1.8rem;
  color: #333333;
  line-height: 2em;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: justify;
}
#in_content .org .event02_title {
  color: #FFFFFF;
  background: #777;
  overflow: auto;
  margin: 10px 0 0 0;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  #in_content .org .event02_title {
    display: none;
  }
}
#in_content .org .event02_title i, #in_content .org .event02_title b {
  display: block;
  font-size: 1.8rem;
  float: left;
  text-align: center;
  padding: 10px 0;
}
#in_content .org .event02_title i {
  width: 15%;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  #in_content .org .event02_title i {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .org .event02_title i {
    text-align: left;
    padding: 0 10px 5px;
  }
}
#in_content .org .event02_title b {
  width: 84%;
  font-weight: normal;
  border-left: 1px solid #fafafa;
}
@media only screen and (max-width: 992px) {
  #in_content .org .event02_title b {
    width: 74%;
  }
}
#in_content .org .event02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#in_content .org .event02 ul li {
  display: block;
  text-decoration: none;
  color: #434343;
  padding: 15px 0;
  border-bottom: 1px dashed #d9d9d9;
  overflow: auto;
}
#in_content .org .event02 ul li:nth-child(even) {
  background: #EDEDED;
  border-bottom: 1px dashed #d9d9d9;
}
#in_content .org .event02 ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#in_content .org .event02 ul li i {
  width: 15%;
  text-align: center;
  font-weight: bold !important;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  #in_content .org .event02 ul li i {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .org .event02 ul li i {
    text-align: left;
    padding: 0 10px 5px;
  }
}
#in_content .org .event02 ul li b {
  width: 84%;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  #in_content .org .event02 ul li b {
    width: 74%;
  }
}
#in_content .org .event02 ul li i, #in_content .org .event02 ul li b {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2em;
  float: left;
}
@media only screen and (max-width: 768px) {
  #in_content .org .event02 ul li i, #in_content .org .event02 ul li b {
    width: 100%;
    float: none;
    display: block;
  }
}
#in_content .org_in span {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #in_content .org_in span {
    margin: 0 auto 30px;
    width: 85%;
  }
}
#in_content .org_in ul {
  margin: 0 0 0 3%;
}
#in_content .org_in ul > li {
  font-size: 1.8rem;
  color: #333333;
  padding: 8px 5px 8px 90px;
  line-height: 2em;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#in_content .org_in ul > li b {
  font-weight: normal;
  color: #fff;
  line-height: 1.8em;
  background: #333333;
  border-radius: 50px;
  padding: 0 12px;
  position: absolute;
  left: 0;
  top: 11px;
}
@media only screen and (max-width: 992px) {
  #in_content .org_in ul {
    margin: 0;
  }
  #in_content .org_in ul li {
    font-size: 1.6rem;
    padding: 8px 5px 8px 85px;
  }
}
@media only screen and (max-width: 576px) {
  #in_content .org_in ul li {
    padding: 8px 12px;
  }
  #in_content .org_in ul li b {
    position: static;
    display: table;
    margin: 0 0 5px -10px;
  }
}

#error404_in {
  padding: 5% 0 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #error404_in {
    padding: 3% 0 0;
  }
}
#error404_in h2 {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 20rem;
  color: #666666;
  font-weight: bold;
  -webkit-clip-path: none;
          clip-path: none;
  background: none;
}
@media only screen and (max-width: 992px) {
  #error404_in h2 {
    font-size: 10rem;
  }
}
#error404_in .bg {
  background: #666666;
  padding: 2% 0 3%;
  margin-top: -55px;
}
#error404_in .bg p {
  display: block;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 1.2%;
}
#error404_in .bg p.small {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 2.5%;
}
@media only screen and (max-width: 992px) {
  #error404_in .bg {
    margin-top: -30px;
    padding: 20px 0;
  }
  #error404_in .bg p {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
  #error404_in .bg p.small {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
#error404_in .bg a {
  background: #fff;
  color: #333333;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 30px;
  margin: 0 15px 10px;
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  #error404_in .bg a {
    font-size: 1.6rem;
  }
}
#error404_in .bg a:hover {
  text-decoration: none;
  background: #D65149;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#in_content #page {
  clear: both;
  text-align: center;
  margin: 3.5vw 0 0;
  overflow: auto;
  position: relative;
  font-size: 0.95em;
}
#in_content #page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
#in_content #page ul li {
  background: none;
  display: inline-block;
  margin: 0 7px;
  line-height: 1.5em;
  text-align: center;
}
#in_content #page ul li a {
  display: inline-block;
  width: auto;
  height: 30px;
  color: #333333;
  border: solid 1px #eeeeee;
  border-radius: 5px;
  text-decoration: none;
  background: #ffffff;
  padding: 0 10px;
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#in_content #page ul li a:hover, #in_content #page ul li a:focus, #in_content #page ul li a.cur {
  background: #EEEEEE;
  border: solid 1px #CCCCCC;
}
@media only screen and (max-width: 768px) {
  #in_content #page ul li a {
    height: 28px;
    font-size: 1.4rem;
    line-height: 27px;
  }
}
#in_content #page p {
  font-size: 1.6rem;
  margin: 10px 0 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  padding: 8px 5px !important;
}

.sitemap a {
  text-decoration: none;
}
.sitemap p {
  font-size: 1.8rem;
  color: #434343;
  line-height: 2em;
  padding: 0 25px 20px;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .sitemap p {
    font-size: 1.6rem;
  }
}
.sitemap h3 {
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.sitemap h3::before {
  display: none !important;
}
.sitemap h3 a {
  color: #ffffff;
  background: #666666;
  padding: 7px 20px;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin: 25px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sitemap h3 a:hover, .sitemap h3 a:focus {
  background: #D65149;
}
.sitemap ul li a {
  color: #333333;
  padding: 5px;
  font-size: 1.6rem;
  margin: 2px 0;
  display: block;
}
.sitemap ul li a:hover, .sitemap ul li a:focus {
  text-decoration: underline;
  color: #D65149;
}

#contact_box {
  line-height: 2em;
}
#contact_box p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #contact_box p {
    font-size: 1.4rem;
  }
}

.red {
  color: #D80003;
  margin: 0 5px 0 0;
  font-size: 1rem;
}

.box_form h3 {
  margin: 0 10px 5px 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  color: #434343;
  height: 30px;
}
.box_form label {
  display: inline-block;
  font-size: 1.7rem;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .box_form label {
    font-size: 1.6rem;
  }
}
.box_form select {
  background: url("../images/select_icon.png") right 10px center no-repeat, #FFFFFF !important;
}
.box_form b {
  margin: 0;
  padding: 0 5px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #F00;
  font-weight: normal;
}
.box_form p, .box_form fieldset {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.4em;
  color: #555;
}
.box_form p.info-bg, .box_form fieldset.info-bg {
  padding: 6px 8px;
  background: #f4f4f4;
  border: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  border-radius: 5px;
}
.box_form legend {
  float: left;
  width: auto;
  font-weight: normal;
}
.box_form .form_l {
  position: relative;
  float: left;
  width: 48%;
  height: 79px;
  padding: 7px 1%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 992px) {
  .box_form .form_l {
    float: none;
    height: auto;
    width: 98%;
  }
}
.box_form .form_c {
  position: relative;
  clear: both;
  width: 98%;
  padding: 7px 1%;
  margin: 0 0 10px 0;
}
.box_form .form_c.orange {
  border-bottom: 1px solid #eeeeee;
}
.box_form .form_c.orange h3, .box_form .form_c.orange p {
  display: inline-block;
  font-size: 1.6rem;
}
.box_form .form_c.orange p {
  color: #D65149;
}
.box_form .wall {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0;
}
.box_form .wall2 {
  width: 100%;
  height: 150px;
  line-height: 25px;
  margin: 0 0 -10px 0;
}
.box_form .wall3 {
  width: calc(100% - 75px);
  height: 38px;
  line-height: 30px;
  margin: 0;
}
.box_form .wall4, .box_form .wall5 {
  height: 38px;
  line-height: 30px;
  margin: 0 2px;
}
@media only screen and (max-width: 768px) {
  .box_form .wall4, .box_form .wall5 {
    width: 40%;
    margin: 0 0 8px;
  }
}
.box_form .wall4 {
  width: 10%;
}
.box_form .wall5 {
  width: 14%;
}
.box_form .wall4, .box_form .wall5 {
  height: 38px;
  line-height: 30px;
  margin: 0 2px;
}
@media only screen and (max-width: 768px) {
  .box_form .wall4, .box_form .wall5 {
    width: 40%;
    margin: 0 0 8px;
  }
}
.box_form .wall6 {
  width: 20%;
  height: 38px;
  line-height: 30px;
  margin: 0 2px;
}
.box_form .wall7 {
  width: 90%;
  height: 35px;
  line-height: 35px;
  margin: 0 10 0 0px;
  display: inline-block;
}
.box_form .text {
  padding: 5px 8px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 20px;
  color: #333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .box_form .text {
    font-size: 1.4rem;
  }
}
.box_form .file {
  margin: 0 0 10px;
}
.box_form .file .add-file, .box_form .file .delete {
  width: 50px;
  height: 38px;
  line-height: 32px;
  margin: 0 0 0 1.5%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #E3E3E3;
  background: #726246;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_form .file .add-file:hover, .box_form .file .delete:hover {
  background: #FF9B17;
}
.box_form .file .delete {
  background: #737373;
}
.box_form iframe {
  width: 100%;
  height: 50vw;
  max-height: 300px;
}
.box_form .form-table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}
.box_form .form-table table {
  width: 100.1%;
  border: 0;
  margin: 0;
  background: #ffffff;
}
.box_form .form-table table tr {
  background: none;
}
.box_form .form-table table tr td, .box_form .form-table table tr th, .box_form .form-table table tr span, .box_form .form-table table tr p {
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif !important;
  color: #333333;
  border: 1px solid #E3E3E3;
  text-align: center;
  vertical-align: initial;
}
.box_form .form-table table tr th {
  background: #D65149;
  color: #ffffff;
  vertical-align: inherit;
}
.box_form .form-table table tr label {
  font-size: 1.6rem !important;
  line-height: 1.8em;
}
.box_form .code_pic {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 365px 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .box_form .code_pic {
    padding: 0 110px 0 0;
  }
}
.box_form .code_pic img {
  position: absolute;
  top: 0px;
  right: 260px;
  width: 95px;
  height: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .box_form .code_pic img {
    right: 0;
  }
}
.box_form .code_btn {
  position: absolute;
  top: 0px;
  right: 130px;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #D65149;
  border: none;
  color: #fff;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .box_form .code_btn {
    width: 100px;
    left: 0;
    top: 40px;
  }
}
.box_form .code_btn:hover {
  background: #D65149;
}
.box_form .code_free {
  position: absolute;
  top: 0px;
  right: 0;
  width: 120px;
  height: 35px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  background: url(../images/barrierfree.png) 10px center no-repeat, #ffffff;
  color: #104d7c;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  padding: 0 0 0 24px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .box_form .code_free {
    right: 0;
    top: 40px;
  }
}
.box_form.inquire p {
  padding: 6px 8px;
  background: #f4f4f4;
  border: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  border-radius: 5px;
}

.info-text {
  width: 98%;
  margin: 0 auto 20px;
  padding: 10px 15px;
  background: #f4f4f4;
  border: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .info-text {
    font-size: 1.4rem;
  }
}

.send {
  text-align: center;
  display: block;
  clear: both;
  margin: 20px 0;
  color: #FFF;
}
.send input, .send button, .send a {
  margin: 5px 3%;
  border: none;
  background: #D65149;
  display: inline-block;
  color: #FFF;
  padding: 5px 30px;
  font-size: 1.6rem;
  font-family: "DM Sans", "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.send input:hover, .send button:hover, .send a:hover {
  background: #D65149;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}

abbr[title] {
  text-decoration: none;
  border-bottom: none;
  cursor: help;
  margin: 0;
  padding: 0 3px 0 0;
  font-size: 1remem;
  font-weight: normal;
  color: #F00;
}

/* ======================= SHARE 文章列印分享回上層 ======================= */
#share {
  clear: both;
  margin: 5% 0 0 0;
}
#share p {
  width: 100%;
  text-align: right;
  padding: 0 8px 10px 0;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
#share ul {
  display: block;
  margin: 0;
  padding: 0 70px 0px 0px;
  position: relative;
  text-align: right;
}
#share ul li {
  display: inline-block;
  margin: 0 0 10px 5px;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  line-height: 2em;
}
#share ul li a, #share ul li input[type=submit] {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}
#share ul li a:hover, #share ul li input[type=submit]:hover {
  background: #808080;
  color: #ffffff;
}
#share .community {
  height: 28px;
  position: absolute;
  right: 0;
  top: -1px;
}
#share .community a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  opacity: 1;
}
#share .community a span {
  display: none;
}
#share .community a:hover {
  border: none;
  opacity: 0.7;
}
#share .line {
  background: url(../images/community/icon_line_d.svg) no-repeat;
}
#share .line:hover {
  background: url(../images/community/icon_line_d.svg) no-repeat;
  opacity: 0.5;
}
#share .fb {
  background: url(../images/community/icon_facebook_d.svg) no-repeat;
}
#share .fb:hover {
  background: url(../images/community/icon_facebook_d.svg) no-repeat;
  opacity: 0.5;
}