@charset "utf-8";

/* ---全域樣式--- */
* {
  -webkit-backface-visibility: hidden;
}
html {
  font-size: 10px;
  line-height: 10px;
}
img {
  display: block;
  max-width: 100% !important;
  height: auto;
  vertical-align: top;
  border: 0;
}
a, a:visited, a:hover, a:focus, a:active,
button, button:visited, button:hover, button:focus, button:active {
  text-decoration: none;
  outline: none;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
:focus, :active {
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  line-height: inherit;
}
label {
  margin-bottom: 0;
  font-weight: inherit;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
}
input, textarea, select, input[type=text], input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.55rem;
}
::-moz-placeholder {
  color: #aaa;
  font-size: 1.55rem;
}
:-ms-input-placeholder, :-moz-placeholder {
  color: #aaa;
  font-size: 1.55rem;
}
section, article, aside, footer, header, nav, main {
  display: block;
}

body {
  font-family: 'Roboto', 'Arial', 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 1.6rem;
  color: #000;
  line-height: 4.2rem;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
body > div {
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  body {
    line-height: 3.6rem;
  }
}
@media all and (max-width: 1079px) {
  body {
    line-height: 2.8rem;
  }
}

/*===== 隱私權政策 =====*/
.cc-window {
  display: block;
}
.cc-window.cc-floating {
  max-width: 24em;
  background: #b81c22 !important;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 2em;
}
.cc-floating .cc-message {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: center;
}
.cc-floating .cc-message::before {
  content: '隱私權聲明';
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: auto;
  background: none;
  position: unset;
  top: unset;
  left: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.cc-window.cc-floating .cc-compliance {
  margin: auto;
}
.cc-floating .cc-compliance > .cc-btn {
  display: block;
  padding: 12px 0;
  text-align: center;
  border: 1px solid rgba(255,255,255,.5);
  text-decoration: none;
  margin-top: 20px;
  background: none !important;
  color: #fff !important;
}
@media (max-width:1400px) {
  .cc-window.cc-floating {
    height: auto;
    padding: 20px 50px 20px;
  }
}
@media (max-width:991px) {
  .cc-window.cc-floating {
    width: 600px;
    padding: 20px 50px 20px;
  }
}
@media (max-width:767px) {
  .cc-window.cc-floating {
    width: 100%;
    max-width: 100%;
  }
  .cc-window.cc-floating .cc-compliance {
    position: unset;
    width: 150px;
  }
  .cc-floating .cc-compliance > .cc-btn {
    padding: 6px 0;
    margin-top: 15px;
  }
}
@media (max-width:599px) {
  .cc-window.cc-floating {
    padding: 15px 20px;
  }
}

/* 共用樣式 */
ol.reset, ul.reset, li.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearboth {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.no-data,
.construct {
  padding: 120px 0 !important;
  width: 100%;
  min-height: 200px;
  font-size: 1.8rem !important;
  color: #888;
  font-weight: normal;
  text-align: center !important;
}
.no-data i,
.construct i {
  display: block;
  margin-bottom: 15px;
  font-size: 3.8rem;
  color: #a4262b;
}
.hidden-ele {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0
}
.box-hidden {
  overflow: hidden;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 進場效果 */
.page-transition {
  pointer-events: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
.page-transition:before,
.page-transition:after {
  pointer-events: none;
  content: '';
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: rgba(168,39,44,.5);
  animation: pageTransition 1s;
}
.page-transition:after {
  z-index: 98;
  transition-delay: .5s;
  background: rgba(189,62,71,.8);
  animation: pageTransition 1.5s;
}
@-webkit-keyframes pageTransition {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes pageTransition {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* scroll-view */
/* fade-up */
.ani-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: opacity .35s, -webkit-transform 1.2s;
  transition: opacity .35s, transform 1.2s;
}
.ani-fadeup.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* fade-down */
.ani-fadedown {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
  -webkit-transition: opacity .35s, -webkit-transform 1.2s;
  transition: opacity .35s, transform 1.2s;
}
.ani-fadedown.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* fade-in */
.ani-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.ani-fadein.scroll-view {
  opacity: 1;
}

/* fade-left */
.ani-fadeleft {
  opacity: 0;
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transition: opacity .35s, -webkit-transform 1.2s;
  transition: opacity .35s, transform 1.2s;
}
.ani-fadeleft.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* fade-right */
.ani-faderight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity .35s, -webkit-transform 1.2s;
  transition: opacity .35s, transform 1.2s;
}
.ani-faderight.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* zoom-in */
.ani-zoomin {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ani-zoomin.scroll-view {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 延遲 */
.delay-15 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.delay-4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.delay-65 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}

@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* pic-hover */
.pic-hover .pic {
  overflow: hidden;
}
.pic-hover .pic a {
  display: block;
  position: relative;
  width: 100%;
}
.pic-hover .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pic-hover .view::before,
.pic-hover .view::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.pic-hover .view::before {
  left: -150%;
  bottom: -2px;
  height: 150%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 39%, rgba(255,255,255,0.3) 61%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 39%,rgba(255,255,255,0.3) 61%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 39%,rgba(255,255,255,0.3) 61%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pic-hover .view::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(0,0,0,.75);
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.pic-hover .view span {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -60px;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.pic-hover .view i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url('../fonts/icon_zoom.svg') no-repeat 0 0;
  background-size: cover;
}
.pic-hover:hover .view::before {
  left: 250%;
  width: 150%;
}
.pic-hover:hover .view::after {
  opacity: 1;
  visibility: visible;
}
.pic-hover:hover .view span {
  margin-top: -15px;
  opacity: 1;
  visibility: visible;
}

/* 按鈕 */
.btn-style {
  display: block;
  position: relative;
  margin: 40px auto 0;
  max-width: 260px;
  height: 7rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 7rem;
  outline: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.btn-style::before {
  display: block;
  content: attr(data-text);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.btn-style:hover {
  color: #fff;
  line-height: 21.5rem;
}

.blue {
  background-color: #bd0d00;
}
.blue:hover {
  background-color: #a2252a;
}

.btn-view {
  display: block;
  padding-top: 17px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.btn-view span {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 7px 0;
  width: 20px;
  height: 15px;
}
.btn-view span::before,
.btn-view span::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #a4262b;
}
.btn-view span::before {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-view span::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-view i {
  display: block;
  width: 100%;
  height: 1px;
  background: none #a4262b;
}

.line-orange span::before,
.line-orange span::after {
  background-color: #b81c22;
}
.line-orange i {
  background-color: #b81c22;
}
@media all and (max-width:1279px) {
  .btn-style {
    margin-top: 30px;
    max-width: 220px;
    height: 5.5rem;
    line-height: 5.5rem;
  }
  .btn-style:hover {
    line-height: 17rem;
  }
  .btn-view {
    padding-top: 13px;
    width: 42px;
    height: 42px;
  }
}


/* ---內頁共用區塊--- */
/* p-ban */
#p-ban {
  position: relative;
  z-index: 2;
  margin-top: 110px;
}
#p-ban .wrap {
  position: relative;
  width: 100%;
  padding-bottom: 24.765%;
  overflow: hidden;
}
.headline {
  display: block;
  position: absolute;
  z-index: 5;
  top: 53%;
  margin: -40px 0 0 0;
  padding: 0 15px;
  width: 100%;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.scroll-view .headline {
  margin-top: 0;
  opacity: 1;
}

#p-ban .pic {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* #p-ban .pic::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
} */
#p-ban .pic img {
  width: 100%;
}
@media all and (max-width:1365px) {
  #p-ban {
    margin-top: 90px;
  }
}
@media all and (max-width:1199px) {
  #p-ban {
    margin-top: 75px;
  }
  .headline {
    font-size: 3.2rem;
  }
}
@media all and (max-width:991px) {
  #p-ban .wrap {
    padding-bottom: 32%;
  }
  #p-ban .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: inherit !important;
    width: inherit !important;
    height: 320px;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #csr #p-ban .pic img {
    left: 30%;
  }
}
@media all and (max-width:639px) {
  #p-ban .wrap {
    padding-bottom: 45%;
  }
  .headline {
    font-size: 2.4rem;
  }
  #p-ban .pic img {
    height: 280px;
  }
  #csr #p-ban .pic img {
    left: 11%;
  }
}
@media all and (max-width:499px) {
  #p-ban .wrap {
    padding-bottom: 50%;
  }
  #p-ban .pic img {
    height: 230px;
  }
}
@media all and (max-width:413px) {
  #p-ban .wrap {
    padding-bottom: 63%;
  }
  #csr #p-ban .pic img {
    left: 0%;
  }
}

/* 內頁選單 */
#nav-item {
  z-index: 5;
  width: 100%;
}
#nav-item .nav-list {
  width: 100%;
}
.nav-list li a {
  font-size: 1.7rem;
  color: #222;
  letter-spacing: .15rem;
}
@media all and (max-width: 1023px) {
  #nav-item {
    margin-top: 30px;
  }
  #nav-item .cate-btn {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background-color: #a4262b;
  }
  #nav-item .cate-name {
    position: relative;
    padding: 8px 0 5px 20px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: .1rem;
  }
  #nav-item .cate-name::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.35);
  }
  #nav-item .cate-name span {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
  }
  #nav-item .cate-btn span:before,
  #nav-item .cate-btn span:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #fff;
  }
  #nav-item .cate-btn span:before {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 10px;
  }
  #nav-item .cate-btn span:after {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 10px;
    height: 2px;
  }
  #nav-item .cate-btn.open span:before {
    height: 0;
  }

  ul.nav-list {
    display: none;
    margin-top: 5px;
    padding: 3px;
    width: 100%;
    border-radius: 4px;
    background-color: #a4262b;
    overflow: hidden;
  }
  .nav-list > li {
    border-bottom: rgba(0,23,126,.15) solid 1px;
    background-color: #fff;
  }
  .nav-list > li:last-child {
    border-bottom: none;
  }
  .nav-list > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 1.7rem;
    color: #000;
  }
  .nav-list > li > a:hover,
  .nav-list > li.current > a {
    color: #a4262b;
  }
}
@media all and (max-width: 639px) {
  #nav-item {
    margin-top: 20px;
  }
}

@media all and (min-width: 1024px) {
  #nav-item .cate-btn {
    display: none;
  }
  #nav-item {
    overflow: hidden;
  }
  #nav-item .box {
    padding: 20px 0 25px;
    background: url('../images/nav_bg.png') repeat-x left bottom;
  }
  .nav-list {
    display: block !important;
    font-size: 0;
    text-align: center;
  }
  .nav-list li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .nav-list li:first-child::before,
  .nav-list li::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #313131;
  }
  .nav-list li:first-child::before {
    left: 0;
  }
  .nav-list li::after {
    right: 0;
  }
  .nav-list li a {
    display: block;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #222;
    letter-spacing: 0;
  }
  .nav-list li a:hover,
  .nav-list li.current a {
    color: #a4262b;
  }
}
@media all and (min-width: 1200px) {
  #nav-item .box {
    padding: 30px 0;
  }
  .nav-list li a {
    padding: 0 25px;
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1280px) {
  .nav-list li a {
    padding: 0 36px;
    font-size: 1.8rem;
  }
}

ul.subnav-list {
  margin: 0 -10px 32px;
  font-size: 0;
  text-align: center;
}
.subnav-list li {
  display: inline-block;
  margin-bottom: 8px;
  padding: 0 10px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.6rem;
}
.subnav-list li a {
  display: block;
  padding: 10px 25px;
  min-width: 160px;
  color: #fff;
  border-radius: 50px;
  background-color: #a6a9ab;
}
.subnav-list li a:hover,
.subnav-list li.current a {
  background-color: #a4262b;
}
@media all and (max-width: 1079px) {
  .subnav-list li {
    padding: 0 3px;
  }
  .subnav-list li a {
    padding: 8px 30px;
    min-width: 100%;
  }
}
@media all and (max-width: 991px) {
  ul.subnav-list {
    margin-bottom: 22px;
  }
  .subnav-list li a {
    padding: 6px 30px;
    font-size: 1.5rem;
  }
}

/* 麵包屑 */
.breadcrumb {
  margin-bottom: 35px;
  padding: 0;
  width: 100%;
  font-size: 0;
  line-height: 1.8rem;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.5rem;
  color: #222;
  vertical-align: middle;
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "";
  margin: -2px 12px 0;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background-color: #ddd;
}
.breadcrumb li a {
  color: #aaa;
}
.breadcrumb li a:hover {
  color: #a4262b;
}
@media all and (max-width: 575px) {
  .breadcrumb {
    margin-bottom: 25px;
  }
  .breadcrumb li {
    font-size: 1.4rem;
  }
  .breadcrumb li:not(:last-child):after {
    margin: -2px 8px 0;
  }
}

.area-ti {
  margin: 0 0 30px 0;
  padding-top: 20px;
  font-size: 3.3rem;
  text-align: center;
}
.area-ti::after {
  display: block;
  content: "";
  margin: 15px auto;
  width: 36px;
  height: 2px;
  background-color: #a4262b;
}
@media all and (max-width:1279px) {
  .area-ti {
    font-size: 3rem;
  }
}
@media all and (max-width:1079px) {
  .area-ti {
    font-size: 2.6rem;
  }
}
@media all and (max-width:767px) {
  .area-ti {
    padding-top: 10px;
    font-size: 2.4rem;
  }
  .area-ti::after {
    margin-top: 10px;
  }
}
@media all and (max-width:639px) {
  .area-ti {
    font-size: 2.2rem;
  }
}

/* 頁碼 */
#page-wrap {
  margin: 20px auto 0;
  height: 40px;
  font-size: 0;
  text-align: center;
}
#page-wrap > div,
#page-wrap .numbers a {
  display: inline-block;
  vertical-align: middle;
  line-height: 4rem;
}
#page-wrap .numbers a {
  margin: 0 6px;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: #000;
  border: #e5e5e5 solid 2px;
  border-radius: 4px;
}
#page-wrap .numbers a:hover,
#page-wrap .numbers a.current {
  border-color: #a4262b;
}
#page-wrap .btn-prev,
#page-wrap .btn-next {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
#page-wrap .btn-prev a,
#page-wrap .btn-next a,
#page-wrap .btn-prev .no-prev,
#page-wrap .btn-next .no-next {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#page-wrap .btn-prev span,
#page-wrap .btn-next span,
#page-wrap .btn-prev .no-prev span,
#page-wrap .btn-next .no-next span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5.5%;
  width: 0;
  height: 0;
  border-style: solid;
}
#page-wrap .btn-prev span,
#page-wrap .btn-prev .no-prev span {
  left: 28%;
  border-width: 3px 3px 2px 0;
  border-color: transparent #313131 transparent transparent;
}
#page-wrap .btn-next span,
#page-wrap .btn-next .no-next span {
  right: 36%;
  border-width: 2px 0 3px 3px;
  border-color: transparent transparent transparent #313131;
}
#page-wrap .btn-prev a::before,
#page-wrap .btn-prev a::after,
#page-wrap .btn-prev .no-prev::before,
#page-wrap .btn-prev .no-prev::after,
#page-wrap .btn-next a::before,
#page-wrap .btn-next a::after,
#page-wrap .btn-next .no-next::before,
#page-wrap .btn-next .no-next::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15%;
  width: 20%;
  height: 5px;
  background-color: #313131;
}
#page-wrap .btn-prev a::before,
#page-wrap .btn-prev .no-prev::before {
  top: 34%;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
#page-wrap .btn-prev a::after,
#page-wrap .btn-prev .no-prev::after {
  top: 54%;
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}
#page-wrap .btn-next a::before,
#page-wrap .btn-next .no-next::before {
  top: 34%;
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}
#page-wrap .btn-next a::after,
#page-wrap .btn-next .no-next::after {
  top: 54%;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

#page-wrap .btn-prev a:hover span {
  border-color: transparent #a4262b transparent transparent;
}
#page-wrap .btn-next a:hover span {
  border-color: transparent transparent transparent #a4262b;
}
#page-wrap .btn-prev a:hover::before,
#page-wrap .btn-prev a:hover::after,
#page-wrap .btn-next a:hover::before,
#page-wrap .btn-next a:hover::after {
  background-color: #a4262b;
}

#page-wrap .btn-prev .no-prev::before,
#page-wrap .btn-prev .no-prev::after,
#page-wrap .btn-next .no-next::before,
#page-wrap .btn-next .no-next::after {
  cursor: not-allowed;
  background-color: #ccc;
}
#page-wrap .btn-prev .no-prev span {
  border-color: transparent #ccc transparent transparent;
}
#page-wrap .btn-next .no-next span {
  border-color: transparent transparent transparent #ccc;
}
@media all and (max-width: 1023px) {
  #page-wrap {
    height: 32px;
  }
  #page-wrap > div,
  #page-wrap .numbers a {
    line-height: 3rem;
  }
  #page-wrap .numbers a,
  #page-wrap .btn-prev,
  #page-wrap .btn-next {
    width: 32px;
    height: 32px;
  }
  #page-wrap .numbers a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  #page-wrap .numbers a {
    margin: 0 2px;
  }
}

/* ---主架構--- */
.container {
  position: relative;
  max-width: 1730px;
}
.con-box {
  padding-top: 15px;
  padding-bottom: 90px;
}
.wrap-1500 {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1530px;
}
@media all and (max-width: 1365px) {
  .con-box {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1199px) {
  .main-wrap {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .main-wrap.open {
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
  }
}
@media all and (max-width: 1023px) {
  .con-box {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

/* ---header--- */
#header,
.header-top,
.logo,
.nav-menu,
.menu-main > li {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#header .container {
  height: 110px;
}
#header .header-top {
  padding-top: 17px;
  font-size: 0;
}
#header .header-top .logo,
#header .header-top .nav-switch {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  margin: 0;
  padding-right: 110px;
  width: calc(100% - 40px);
}
.logo a,
.logo a::before {
  display: block;
}
.logo a {
  max-width: 186px;
  background: url('../images/logo.jpg') no-repeat 0 0;
  background-size: cover;
}
.logo a::before {
  content: "";
  padding-bottom: 40.33%;
}

.nav-switch {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.nav-switch span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  height: 2px;
  background-color: #a4262b;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.nav-switch span:nth-child(1) {
  top: 36%;
}
.nav-switch span:nth-child(2) {
  top: 58%;
}
.nav-switch.open span:nth-child(1),
.nav-switch.open span:nth-child(2) {
  top: 48%;
}
.nav-switch.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-switch.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 主選單 */
.nav-menu,
.menu-main,
.menu-sub {
  -webkit-overflow-scrolling: touch;
}
.nav-menu a {
  display: block;
}

/* 語系 */
.language {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.language #lang-select {
  display: block;
  font-size: 17px;
  color: #222;
  line-height: 1.8rem;
}
.language #lang-select::after {
  display: none;
}
.language #lang-select i,
.language #lang-select span {
  display: inline-block;
  vertical-align: middle;
}
.language #lang-select i {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url('../images/icon_lang.svg') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.language #lang-select span {
  padding-bottom: 2px;
}
.language #lang-select:hover span,
.language.show #lang-select span {
  color: #a4262b;
}
.language #lang-select span::after {
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #a4262b;
}

.language .lang-box {
  top: 10px !important;
  left: 50% !important;
  padding: 0;
  margin-left: -40px;
  min-width: 80px;
  text-align: center;
  border-color: rgba(0,117,193,.35);
}
.language .lang-box li {
  line-height: 3.2rem;
}
.language .lang-box li:not(:last-child) {
  border-bottom: rgba(0,117,193,.35) solid 1px;
}
.language .lang-box a {
  display: block;
  font-size: 1.4rem;
  color: #777;
}
.language .lang-box li:hover a {
  color: #222;
  background-color: rgba(0,117,193,.08);
}
.language .lang-box li.current a {
  color: #fff;
  background-color: rgba(0,117,193,1);
}

#header.fixed {
  box-shadow: 0 2px 14px rgba(0, 0, 0, .18);
  -webkit-animation: fadeInDown 1s both;
          animation: fadeInDown 1s both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
#header.fixed .container {
  height: 90px;
}
#header.fixed .header-top {
  padding-top: 20px;
}
#header.fixed .logo a {
  max-width: 235px;
  background: url('../images/logo_scroll.png') no-repeat 0 0;
  background-size: cover;
}
#header.fixed .logo a::before {
  padding-bottom: 20%;
}
@media all and (max-width: 1365px) {
  #header .container {
    height: 90px;
  }
  #header .header-top {
    padding-top: 13px;
  }
  .logo a {
    max-width: 155px;
  }

  #header.fixed .container {
    height: 75px;
  }
  #header.fixed .header-top {
    padding-top: 17px;
  }
  #header.fixed .logo a {
    max-width: 200px;
  }
}
@media all and (max-width: 1199px) {
  html.open {
    overflow: hidden;
  }
  .menu-main a {
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  #header .container {
    height: 75px;
  }
  #header .header-top {
    padding-top: 11px;
  }
  .logo a {
    max-width: 130px;
  }
  .nav-switch.open {
    position: absolute;
    top: 16px;
    left: 245px;
  }

  .nav-logo {
    padding: 21px 0 20px 15px;
    width: 240px;
    height: 75px;
    background-color: #fff;
  }
  .nav-logo div {
    width: 170px;
    height: 34px;
    background: url('../fonts/logo_scroll.svg') no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
  }
  .nav-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    background: url('../images/i_about_bg.jpg') no-repeat 0 0 #b81c22;
    background-size: cover;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .nav-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-menu:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: url('../images/header_nav_bg.png') repeat-y;
  }

  ul.menu-main {
    padding-bottom: 40px;
  }
  .menu-main > li > a {
    position: relative;
    padding: 8px 35px 8px 15px;
    font-size: 1.7rem;
    color: #fff;
    letter-spacing: .2rem;
    border-bottom: rgba(255, 255, 255, .15) solid 1px;
    background-color: #a4262b;
  }
  .menu-main > li.has-child > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .menu-main > li.has-child.open > a {
    background-color: #b81c22;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#105699', endColorstr='#b81c22');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #105699), color-stop(100%, #b81c22) );
    background: -moz-linear-gradient( center top, #105699 5%, #b81c22 100%);
    background: -ms-linear-gradient( top, #105699 5%, #b81c22 100% );
  }
  .menu-main > li.has-child.open > a:after {
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-sub {
    display: none;
    background-color: #ebf4fa;
  }
  .menu-sub > li:not(:last-child) {
    border-bottom: rgba(0, 117, 193, .15) solid 1px;
  }
  .menu-sub > li > a {
    padding: 6px 10px 5px 15px;
    font-size: 1.65rem;
    color: #222;
    letter-spacing: .2rem;
    background-color: #fff;
  }
  .menu-sub a:hover {
    color: #a4262b;
  }
  .menu-third {
    padding: 5px 0 10px 25px;
  }
  .menu-third a {
    display: block;
    position: relative;
    padding: 4px 10px 4px 8px;
    font-size: 1.5rem;
    color: #5b94cc;
    line-height: 2.4rem;
  }
  .menu-third a::before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 1px;
    background-color: #5b94cc;
  }

  .language {
    right: 85px;
  }
  .language.slideOut {
    top: -80px;
  }

  #header.fixed .container {
    height: 65px;
  }
  #header.fixed .header-top {
    padding-top: 11px;
  }
  #header.fixed .logo a {
    max-width: 170px;
  }
}
@media all and (max-width: 1079px) {
  .language {
    right: 70px;
  }
}
@media all and (max-width: 575px) {
  #header .header-top {
    padding-top: 13px;
  }
  .logo a {
    max-width: 120px;
  }
  .language {
    right: 65px;
  }
  #header.fixed .header-top {
    padding-top: 12px;
  }
}

@media all and (min-width: 1200px) {
  .nav-switch {
    display: none !important;
  }

  .nav-menu {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 125px;
    margin-top: -37px;
    width: 70%;
  }
  .menu-main {
    width: 100%;
    font-size: 0;
    text-align: right;
  }
  .menu-main > li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    vertical-align: middle;
  }
  .menu-main > li > a {
    position: relative;
    padding: 23px 0 35px;
    font-size: 18px;
    color: #121212;
    line-height: 2.4rem;
  }
  .menu-main > li > a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    opacity: 0;
    background-color: #a4262b;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .menu-main > li > a:hover,
  .menu-main > li:hover > a,
  .menu-main > li.current > a {
    color: #a4262b;
  }
  .menu-main > li > a:hover::after,
  .menu-main > li.current > a::after,
  .menu-main > li:hover > a::after {
    opacity: 1;
    width: 100%;
  }

  ul.menu-sub {
    display: block !important;
    position: absolute;
    z-index: 5;
    top: 130%;
    left: 50%;
    margin-left: -113px;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    background-color: #f8f8f8;
    -webkit-transition: top .35s, opacity .2s;
    transition: top .35s, opacity .2s;
  }
  .menu-main > li:hover .menu-sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .menu-sub li:not(:last-child) {
    border-bottom: #e5e5e5 solid 1px;
  }
  .menu-sub li a {
    position: relative;
    padding: 12px 20px;
    font-size: 1.58rem;
    color: #222;
    text-align: center;
    line-height: 2.4rem;
  }
  .menu-sub li a::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-style: solid;
    border-width: 25px 45px 0 0;
    border-color: #b81c22 transparent transparent transparent
  }
  .menu-sub li:hover,
  .menu-sub li.current {
    background-color: #a4262b;
  }
  .menu-sub li:hover a,
  .menu-sub li.current a {
    color: #fff;
  }
  .menu-sub li:hover a::before,
  .menu-sub li.current a::before {
    opacity: 1;
  }
  .menu-third {
    display: none;
  }

  #header.fixed .menu-main > li > a {
    padding-bottom: 27px;
  }
}
@media all and (min-width: 1366px) {
  .menu-main > li {
    padding: 0 25px;
  }
  .menu-main > li > a {
    padding-bottom: 45px;
  }
  .menu-sub li a {
    padding: 15px 20px;
  }
  #header.fixed .menu-main > li > a {
    padding-bottom: 35px;
  }
}

.nav-open-mask {
  position: fixed;
  z-index: 900;
  top: 75px;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(0,0,0,.75);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-open-mask.open {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1200px) {
  .nav-open-mask {
    display: none;
  }
}

/* ---footer--- */
#footer {
  padding-top: 65px;
  background-color: #a4262b;
}
#footer .wrap-1500 {
  font-size: 0;
}
#footer .info,
#footer .links {
  display: inline-block;
  color: #fefefe;
  line-height: 2.2rem;
  vertical-align: top;
}
#footer .info {
  padding-right: 50px;
  width: 480px;
}
#footer .links {
  padding-top: 10px;
  width: calc(100% - 480px);
}

#footer .info .footer-logo {
  margin-bottom: 22px;
  width: 250px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: .055rem;
}
#footer .info .footer-logo div {
  margin-bottom: 10px;
  width: 100%;
  background: url('../images/logo_footer.png') no-repeat 0 0;
  background-size: cover;
}
#footer .info .footer-logo div::before {
  display: block;
  content: "";
  padding-bottom: 20%;
  width: 100%;
}
#footer .info h3 {
  margin: 0 0 15px 0;
  font-size: 1.6rem;
  color: rgba(254,254,254,.6);
}
#footer .info h3 a {
  color: rgba(254,254,254,.6);
}
#footer .info h3 a:hover {
  color: #5cafe4;
}

#footer .links ul {
  font-size: 0;
}
#footer .links ul li {
  display: inline-block;
  padding-right: 45px;
  width: calc((26% - 20px));
  vertical-align: top;
}

#footer .links .link-ti,
#footer .links .link-item {
  padding-left: 30px;
}
#footer .links a {
  display: block;
  color: #fefefe;
}
#footer .links .link-ti {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.7rem;
}
#footer .links .link-ti::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: rgba(255,255,255,1);
}
#footer .links .link-item a {
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: rgba(255,255,255,.7);
  font-weight: 300;
}
#footer .links .link-item a:hover {
  color: #fff;
}

.copyright {
  margin-top: 60px;
  padding: 25px 0 22px;
  font-size: 1.5rem;
  color: #fefefe;
  text-align: center;
  line-height: 2.2rem;
  border-top: rgba(255,255,255,.15) solid 1px;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  padding-left: 8px;
  color: rgba(255,255,255,.5);
}
.copyright a:hover {
  text-decoration: underline;
}

.scroll-top {
  position: fixed;
  bottom: 85px;
  right: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url('../images/gotop.png') no-repeat 0 0;
  background-size: cover;
}
@media all and (max-width: 1559px) {
  #footer .info {
    padding-right: 30px;
    width: 330px;
  }
  #footer .links {
    width: calc(100% - 330px);
  }
  #footer .links ul li {
    padding-right: 30px;
  }
}
@media all and (max-width: 1439px) {
  #footer .links ul li {
    width: calc((100% - 640px) / 2);
  }
  #footer .links ul li:nth-child(1) {
    width: 160px;
  }
  #footer .links ul li:nth-child(3) {
    width: 200px;
  }
  #footer .links ul li:nth-child(5) {
    width: 160px;
  }
  #footer .links .link-ti,
  #footer .links .link-item {
    padding-left: 20px;
  }
  #footer .links .link-ti::before {
    margin-top: -5px;
    width: 8px;
    height: 8px;
  }
}
@media all and (max-width: 1365px) {
  #footer .info {
    padding-right: 20px;
    width: 300px;
  }
  #footer .info h3 {
    font-size: 1.5rem;
  }
  #footer .links {
    width: calc(100% - 300px);
  }
  #footer .links ul li {
    width: calc((100% - 610px) / 2);
  }
  #footer .links ul li:nth-child(3) {
    width: 170px;
  }
  #footer .links ul li {
    padding-right: 15px;
  }
}
@media all and (max-width: 1279px) {
  #footer .links .link-ti {
    font-size: 1.6rem;
  }
  #footer .links ul li {
    width: calc((100% - 540px) / 2);
  }
  #footer .links ul li:nth-child(1) {
    width: 130px;
  }
  #footer .links ul li:nth-child(3) {
    width: 160px;
  }
  #footer .links ul li:nth-child(5) {
    width: 130px;
  }
  .scroll-top {
    width: 42px;
    height: 42px;
  }
}
@media all and (max-width: 1199px) {
  #footer {
    padding-top: 50px;
  }
  #footer .info,
  #footer .links {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  #footer .info {
    text-align: center;
  }
  #footer .info .footer-logo {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #footer .info .footer-logo div {
    margin-bottom: 5px;
  }
  #footer .info h3 {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 10px;
    vertical-align: middle;
  }

  #footer .links ul {
    margin: 0 auto;
    max-width: 860px;
  }
  #footer .links ul li,
  #footer .links li:not(.has-child) .link-ti {
    display: block;
    position: relative;
    padding-right: 0;
    width: 100% !important;
  }
  #footer .links ul li:not(:last-child),
  #footer .links li:not(.has-child) .link-ti {
    border-bottom: rgba(255,255,255,.15) solid 1px;
  }
  #footer .links ul li:first-child {
    border-top: rgba(255,255,255,.15) solid 1px;
  }
  #footer .links .link-ti {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #footer .links li.has-child .link-ti::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: rgba(255,255,255,.35) solid 2px;
    border-bottom: rgba(255,255,255,.35) solid 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  #footer .links .link-ti::before {
    display: none;
  }
  #footer .links .link-item {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,.35);
  }
  #footer .links .link-item a {
    margin-bottom: 0;
    padding: 4px 0 4px 10px;
  }
  #footer .links li.has-child .link-ti.active {
    color: #fff;
  }
  #footer .links li.has-child .link-ti.active::after {
    right: 13px;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .copyright {
    margin-top: 0;
    font-size: 1.4rem;
    border-top: none;
  }

  .scroll-top {
    bottom: 15px;
  }
}
@media all and (max-width: 413px) {
  #footer .info h3 {
    padding: 0 4px;
  }
  #footer .links .link-ti,
  #footer .links .link-item {
    padding-left: 10px;
  }
  .scroll-top {
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

@media all and (min-width: 1200px) {
  #footer .links .link-item {
    display: block !important;
  }
  #footer .links .link-item span {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
  }
  #footer .links .link-item span::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,.6);
    -webkit-transition: width .5s;
    transition: width .5s;
  }
  #footer .links .link-item a:hover span::after {
    width: 100%;
  }
}

/* ---index--- */
#index {
  position: relative;
  background: url('../images/i_bg.jpg') no-repeat 0 4%;
  background-size: 100% auto;
}
#index .main-wrap > section:not(#i-ban) {
  margin-top: 150px;
}
#index .headline {
  position: relative;
  top: auto;
  margin: 0;
  padding: 0;
  color: #222;
  font-weight: 900;
  opacity: 1;
  transform: none;
}
@media all and (min-width:1280px) {
  #index .headline {
    font-size: 4rem;
  }
  #index #i-about .headline {
    font-size: 4.5rem;
    margin-bottom: 50px;
  }
}

#i-ban {
  position: relative;
  margin-top: 110px;
  overflow: hidden;
}
#i-ban::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc((100% - 1700px) / 2);
  height: 100%;
  background-color: #fff;
}
#i-ban .declare,
#i-ban .scroll {
  position: absolute;
  z-index: 2;
  top: 0;
  width: calc((100% - 1700px) / 2);
  height: 100%;
  line-height: 2.4rem;
}
#i-ban .declare {
  right: 0;
}
#i-ban .declare p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 24px;
  font-size: 1.5rem;
  color: #222;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#i-ban .scroll {
  left: 0;
}
#i-ban .scroll div {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}
#i-ban .scroll .word {
  width: 24px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
#i-ban .scroll .icon {
  display: block;
  position: relative;
  margin: 10px auto 0;
  width: 1px;
  height: 155px;
  background-color: rgba(0,0,0,1);
}
#i-ban .scroll .icon::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  background: url('../images/scroll_icon.png') no-repeat 0 0;
  -webkit-animation: ani_up-down 5s ease-out infinite;
  animation: ani_up-down 5s ease-out infinite;
}
@keyframes ani_up-down {
  0% {
    transform: translateY(100px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
#i-ban .wrap {
  position: relative;
  z-index: 5;
  padding-bottom: 45.589%;
  width: 100%;
  overflow: hidden;
}
.ban-slick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1700px;
  background: #fff;
  overflow: hidden;
}
.ban-slick .item {
  position: relative;
}
.ban-slick .item > a {
  display: block;
  position: relative;
}
.ban-slick .item .slogan {
  position: absolute;
  z-index: 5;
  top: 23%;
  left: 12%;
  width: 35%;
  font-family: 'Arial', 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
  color: #fff;
}
.ban-slick .slogan .bigtitle h2 {
  margin: 0 0 15px 0;
  font-size: 7rem;
  font-weight: 900;
  line-height: 8rem;
  letter-spacing: .15rem;
}
.ban-slick .slogan .subtitle {
  padding-left: 10px;
}
.ban-slick .slogan .subtitle h3 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: .1rem;
}
.ban-slick .item.start .slogan > div {
  -webkit-animation: ani_slide_txt 1s both ease;
          animation: ani_slide_txt 1s both ease;
}

.ban-slick .item.in .slogan > div {
  -webkit-animation: ani_slide_txt 1s both ease;
          animation: ani_slide_txt 1s both ease;
}

.ban-slick .item.out .slogan > div {
  -webkit-animation: ani_slide_txt_out 1s both ease;
          animation: ani_slide_txt_out 1s both ease;
}

.ban-slick .item.start .slogan .bigtitle,
.ban-slick .item.in .slogan .bigtitle,
.ban-slick .item.out .slogan .bigtitle {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.ban-slick .item.start .slogan .subtitle,
.ban-slick .item.in .slogan .subtitle,
.ban-slick .item.out .slogan .subtitle {
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@-webkit-keyframes ani_slide_txt {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0px);
    transform: translate(-80px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_slide_txt {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0px);
    transform: translate(-80px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani_slide_txt_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
  }
}
@keyframes ani_slide_txt_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
  }
}

.ban-slick .item .pic [data-image] {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1799px) {
  #i-ban .declare,
  #i-ban .scroll {
    display: none;
  }
}
@media all and (max-width: 1749px) {
  #i-ban::after {
    width: 15px;
  }
}
@media all and (max-width: 1559px) {
  #index .main-wrap > section:not(#i-ban) {
    margin-top: 60px;
  }
  .ban-slick .item .slogan {
    left: 8%;
    width: 50%;
  }
  .ban-slick .slogan .bigtitle h2 {
    font-size: 6.2rem;
    line-height: 7.2rem;
  }
}
@media all and (max-width: 1439px) {
  .ban-slick .slogan .bigtitle h2 {
    margin-bottom: 10px;
    font-size: 5.6rem;
    line-height: 6.6rem;
  }
}
@media all and (max-width: 1365px) {
  #i-ban {
    margin-top: 90px;
  }
}
@media all and (max-width: 1279px) {
  .ban-slick .slogan .bigtitle h2 {
    margin-bottom: 5px;
    font-size: 4rem;
    line-height: 5rem;
  }
  .ban-slick .slogan .subtitle h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1199px) {
  #i-ban {
    margin-top: 75px;
  }
}
@media all and (max-width: 991px) {
  #index {
    background-size: 130% auto;
  }
  #index .main-wrap > section:not(#i-ban) {
    margin-top: 40px;
  }
  #i-ban .wrap {
    padding-bottom: 75.743%;
  }
  .ban-slick .item .slogan {
    top: auto;
    bottom: 0;
    left: 0;
    padding: 25px 25px 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
  }
  .ban-slick .slogan .bigtitle h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
  }
  .ban-slick .slogan .subtitle {
    padding-left: 5px;
  }
  .ban-slick .slogan .subtitle h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .ban-slick .slogan .bigtitle h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .ban-slick .slogan .subtitle h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .ban-slick .item .slogan {
    padding: 15px 20px 35px;
  }
  .ban-slick .slogan .bigtitle h2 {
    margin-bottom: 3px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .ban-slick .slogan .subtitle {
    padding-left: 0;
  }
  .ban-slick .slogan .subtitle h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 575px) {
  #index {
    background-position: 0 4.5%;
  }
  #index .main-wrap > section:not(#i-ban) {
    margin-top: 30px;
  }
  #i-ban .wrap {
    padding-bottom: 0;
  }
  .ban-slick {
    position: relative;
  }
  .ban-slick .item:not(.link),
  .ban-slick .item > a {
    padding-bottom: 20px;
  }
  .ban-slick .item .slogan {
    padding: 12px 15px 35px 15px;
    background-color: #051c2b;
  }
  .ban-slick .slogan .bigtitle h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

#i-about {
  position: relative;
  font-size: 0;
}
#i-about::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 95%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
@media all and (max-width: 991px) {
  #i-about::after {
    display: none;
  }
}

#i-application .box {
  position: relative;
  padding: 1px rgb(64 63 63 / 10%);
  background-color: #e8eff5;
}
#i-application .box #particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#i-application ul {
  position: relative;;
  z-index: 2;
  margin: 60px -50px 0;
  font-size: 0;
  text-align: center;
}
#i-application ul li {
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 50px;
  width: 20%;
  vertical-align: middle;
}
#i-application .icon {
  position: relative;
  margin: 0 auto;
  width: 140px;
  height: 110px;
  overflow: hidden;
}
#i-application .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#i-application h3 {
  margin: 5px 0 0 0;
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  line-height: 2.6rem;
}
@media all and (max-width: 1439px) {
  #i-application .box {
    padding: 65px 50px 40px;
  }
}
@media all and (max-width: 1279px) {
  #i-application .box {
    padding: 65px 50px 0px;
  }
  #i-application ul {
    margin: 50px -25px 0;
  }
  #i-application ul li {
    padding: 0 25px;
  }
  #i-application .icon {
    width: 120px;
  }
  #i-application h3 {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1199px) {
  #i-application .box {
    padding: 65px 30px 0px;
  }
  #i-application ul {
    margin: 40px -15px 0;
  }
  #i-application ul li {
    padding: 0 15px;
  }
  #i-application h3 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1079px) {
  #i-application .box {
    padding: 55px 10px 20px;
  }
  #i-application ul li {
    margin-bottom: 40px;
  }
  #i-application .icon {
    width: 100px;
    height: 90px;
  }
}
@media all and (max-width: 991px) {
  #i-application ul {
    margin: 40px -10px 0;
  }
  #i-application ul li {
    padding: 0 10px;
  }
  #i-application .icon {
    height: 70px;
  }
  #i-application h3 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  #i-application ul li {
    margin-bottom: 30px;
    width: 25%;
  }
}
@media all and (max-width: 639px) {
  #i-application ul li {
    margin-bottom: 20px;
    width: 33.333%;
  }
}
@media all and (max-width: 575px) {
  #i-application ul li {
    width: 50%;
  }
  #i-application .icon img {
    width: 80% !important;
  }
}

.prod-slick {
  position: relative;
  margin: 60px 0;
}
.prod-slick .item {
  position: relative;
  padding: 0 18px 30px;
}
.prod-slick .item .btn-view {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
}
.prod-slick .item .box {
  position: relative;
  padding: 24px 26px 50px;
  background-color: #fbfafb;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.prod-slick .item:hover .box {
  background: #ac292e;
  background-size: cover;
}
.prod-slick .item .box::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 155px 0 0;
  border-color: #fbfafb transparent transparent transparent;
}
.prod-slick .item:hover .view::after {
  display: none;
}
.prod-slick .item .txt {
  padding: 0 20px;
  text-align: center;
  line-height: 3rem;
}
.prod-slick .txt .name {
  margin: 25px 0 15px;
  font-size: 1.9rem;
  font-weight: 500;
}
.prod-slick .txt .name a {
  color: #000;
}
.prod-slick .txt .brief {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}
.prod-slick .item:hover .txt .name a,
.prod-slick .item:hover .txt .brief {
  color: #fff;
}
.prod-slick .item:hover .box::before {
  display: none;
}

#products .prod-slick .txt .name {
	min-height: 36px;
}
@media all and (max-width: 1639px) {
  .prod-slick {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 1559px) {
  .prod-slick {
    margin: 40px -10px 0;
  }
  .prod-slick .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1439px) {
  .prod-slick .txt .name {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1365px) {
  .prod-slick .item .txt {
    padding: 0;
  }
  .prod-slick .txt .name {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1279px) {
  .prod-slick .item .box {
    padding: 20px 20px 50px;
  }
  .prod-slick .txt .brief {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .prod-slick .item .btn-view {
    bottom: -21px;
    margin-left: -21px;
  }
}
@media all and (max-width: 1079px) {
  .prod-slick {
    margin: 30px -5px 0;
  }
  .prod-slick .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prod-slick .item .box {
    padding: 15px 15px 50px;
  }
  .prod-slick .item .box::before {
    border-width: 55px 115px 0 0;
  }
  .prod-slick .txt .name {
    font-size: 1.6rem;
  }
  #products .prod-slick .item .box {
  	padding-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .prod-slick {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  #products .prod-slick .item .box {
  	padding: 15px 10px 20px;
  }
	#products .prod-slick .item .box::before {
	  border-width: 55px 55px 0 0;
	}
  #products .prod-slick .txt .name {
  	font-size: 1.5rem;
  }
}

#i-news {
  position: relative;
  font-size: 0;
}
#i-news .headline {
  margin-bottom: 50px;
}
#i-news .btn-more {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 3.2%;
  right: 15px;
  padding-bottom: 2px;
  font-size: 1.9rem;
  color: #222;
  line-height: 2.6rem;
}
#i-news .btn-more:hover {
  color: #b81c22;
}
#i-news .btn-more::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #b81c22;
}
#i-news .pic-box,
#i-news .list-box {
  display: inline-block;
  vertical-align: middle;
}
#i-news .pic-box {
  width: 40%;
  overflow: hidden;
}
#i-news .list-box {
  padding-left: 60px;
  width: 60%;
}

#i-news-img {
  padding-bottom: 85%;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#i-news-img.is-in {
  -webkit-animation: ani_slickIn 1s both;
          animation: ani_slickIn 1s both;
}
@keyframes ani_slickIn {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.i-news-list li {
  position: relative;
  padding: 28px 0;
  font-size: 0;
  line-height: 4rem;
  border-bottom: #dcdcdc 1px solid;
}
.i-news-list li.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #b81c22 transparent transparent;
  -webkit-animation: ani_fadeLeft .35s both ease;
          animation: ani_fadeLeft .35s both ease;
}
@keyframes ani_fadeLeft {
  0% {
    left: 15px;
    opacity: 0;
  }
  100% {
    left: -7px;
    opacity: 1;
  }
}
.i-news-list li:first-child {
  border-top: #dcdcdc 1px solid;
}
.i-news-list li a {
  display: block;
  position: relative;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 0;
}
.i-news-list li .img {
  display: none;
}
.i-news-list li .btn-view {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -25px;
  opacity: 0;
}
.i-news-list li.current .btn-view {
  -webkit-animation: ani_fadeRight .35s both ease;
          animation: ani_fadeRight .35s both ease;
}
@keyframes ani_fadeRight {
  0% {
    right: 30px;
    opacity: 0;
  }
  100% {
    right: 5px;
    opacity: 1;
  }
}
.i-news-list li .news-date,
.i-news-list li .title {
  display: inline-block;
  vertical-align: middle;
}
.i-news-list li.current .news-date {
  background-color: #b81c22;
}
.i-news-list li .title {
  margin: 0;
  padding-left: 30px;
  width: calc(100% - 135px);
  font-size: 1.9rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media all and (max-width: 1559px) {
  #i-news .list-box {
    padding-left: 40px;
  }
}
@media all and (max-width: 1439px) {
  .i-news-list li {
    padding: 22px 0;
  }
  .i-news-list li .title {
    padding-left: 15px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1365px) {
  #i-news .headline {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1279px) {
  #i-news .btn-more {
    font-size: 1.7rem;
  }
  .i-news-list li {
    padding: 16px 0;
  }
  .i-news-list li .title {
    font-size: 1.7rem;
  }
  .i-news-list li .btn-view {
    margin-top: -21px;
  }
}
@media all and (max-width: 1199px) {
  #i-news .btn-more {
    top: 1%;
  }
}
@media all and (max-width: 1079px) {
  #i-news .headline {
    margin-bottom: 30px;
  }
  #i-news .list-box {
    padding-left: 30px;
  }
  .i-news-list li {
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  #i-news {
    position: relative;
    padding: 50px 15px;
  }
  #i-news .headline {
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
    color: #fff;
  }
  #i-news .btn-more {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    margin: 0 auto 30px;
    width: 100px;
    font-size: 1.6rem;
    color: #b81c22;
    font-weight: 600;
    text-align: center;
  }
  #i-news .pic-box,
  #i-news .list-box {
    display: block;
    width: 100%;
  }
  #i-news .pic-box {
    display: block;
    width: 100%;
    line-height: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: #000000;
    background-image: -o-linear-gradient(60deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), -o-linear-gradient(300deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), -o-linear-gradient(60deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), -o-linear-gradient(300deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), -o-linear-gradient(30deg, #482e0077 25%, transparent 25.5%, transparent 75%, #482e0077 75%, #482e0077), -o-linear-gradient(30deg, #482e0077 25%, transparent 25.5%, transparent 75%, #482e0077 75%, #482e0077);
    background-image: linear-gradient(30deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), linear-gradient(150deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), linear-gradient(30deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), linear-gradient(150deg, #482e00 12%, transparent 12.5%, transparent 87%, #482e00 87.5%, #482e00), linear-gradient(60deg, #482e0077 25%, transparent 25.5%, transparent 75%, #482e0077 75%, #482e0077), linear-gradient(60deg, #482e0077 25%, transparent 25.5%, transparent 75%, #482e0077 75%, #482e0077);
    background-size: 50px 88px;
    background-position: 0 0, 0 0, 25px 44px, 25px 44px, 0 0, 25px 44px;
  }
  #i-news .pic-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  }
  #i-news .list-box {
    display: block;
    position: relative;
    z-index: 10;
    padding: 40px 20px 40px 30px;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, .9);
  }

  #i-news-img {
    padding-bottom: 0;
    height: 100%;
  }
  #i-news-img.is-in {
    -webkit-animation: ani_fadeIn 0.5s both;
            animation: ani_fadeIn 0.5s both;
  }
  .i-news-list li {
    padding: 10px 0;
    border-bottom-color: #ccc;
  }
  .i-news-list li:first-child {
    border-top-color: #ccc;
  }
  .i-news-list li.current::before {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .i-news-list li a {
    padding-left: 10px;
  }
  .i-news-list li .btn-view {
    right: 10px;
  }
}
@media (max-width: 639px) {
  .i-news-list li a {
    padding-right: 10px;
  }
  .i-news-list li .title {
    width: calc(100% - 100px);
    font-size: 1.6rem;
  }
  .i-news-list li .btn-view {
    display: none;
  }
}
@media (max-width: 575px) {
  .i-news-list li.current::before {
    top: 20px;
    margin: 0;
  }
  .i-news-list li .news-date,
  .i-news-list li .title {
    display: block;
  }
  .i-news-list li .title {
    margin-top: 10px;
    padding-left: 3px;
    width: 100%;
  }
}

#i-links {
  padding-bottom: 90px;
}
#i-links .bg-down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  max-width: 790px;
}
.links-slick {
  position: relative;
  z-index: 2;
  margin: 0 -12px;
}
.links-slick .item {
  position: relative;
  padding: 0 12px;
}
.links-slick .item a {
  display: block;
  position: relative;
  width: 100%;
}
.links-slick .item a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.links-slick .item .txt {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 25px;
  height: 53px;
  color: #fff;
  line-height: 2.8rem;
  overflow: hidden;
  -webkit-transition: height .25s;
  transition: height .25s;
}
.links-slick .item .txt h2 {
  margin-bottom: 6px;
  font-size: 2rem;
}
.links-slick .item .txt > span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
}
.links-slick .item .txt .btn-view {
  margin-top: 5px;
  padding-top: 10px;
  width: 35px;
  height: 35px;
}
.links-slick .item a:hover .txt {
  height: 103px;
}

.links-slick .item.group a:first-child {
  margin-bottom: 8px;
}
@media all and (max-width:1559px) {
  #i-links {
    padding-bottom: 60px;
  }
}
@media all and (max-width:1365px) {
  .links-slick {
    margin: 0 -5px;
  }
  .links-slick .item {
    padding: 0 5px;
  }
}
@media all and (max-width:1279px) {
  .links-slick .item .txt {
    left: 15px;
    bottom: 15px;
    height: 46px;
  }
  .links-slick .item a:hover .txt {
    height: 93px;
  }
  .links-slick .item .txt h2 {
    margin-bottom: 3px;
    font-size: 1.8rem;
  }
  .links-slick .item .txt > span {
    font-size: 1.6rem;
  }
}
@media all and (max-width:1199px) {
  .links-slick .item .txt h2 {
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  .links-slick .item .txt > span {
    font-size: 1.5rem;
  }
}
@media all and (max-width:991px) {
  #i-links {
    padding-bottom: 30px;
  }
  .links-slick {
    padding-bottom: 40px;
  }
}
@media all and (max-width:767px) {
  .links-slick .item .txt h2 {
    font-size: 1.7rem;
  }
}
@media all and (max-width:639px) {
  .links-slick .item .txt .btn-view {
    display: none !important;
  }
  .links-slick .item a:hover .txt {
    height: 46px;
  }
}
@media all and (max-width:575px) {
  #i-links {
    padding-bottom: 20px;
  }
  .links-slick {
    padding-bottom: 30px;
  }
  .links-slick .item .txt > span {
    font-size: 1.4rem;
  }
}

/* ---關於同欣--- */

/* 同欣簡介 */
@media all and (min-width:768px) {
  #intro .edit-wrap {
    padding-top: 20px;
  }
}
@media all and (min-width:1680px) {
  #intro .area-ti {
    position: absolute;
    z-index: 5;
    left: calc(54% + 70px);
    margin: 0;
    padding-top: 15px;
    font-size: 3rem;
    color: #222;
    font-weight: 500;
    text-align: left;
  }
  #intro .area-ti::after {
    display: none;
  }
}

/* 經營團隊 */
#team .top,
#team .list {
  margin: 0 -25px;
  font-size: 0;
}
#team .item {
  display: inline-block;
  margin-bottom: 50px;
  padding: 0 25px;
  vertical-align: top;
}
#team .item .icon {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding: 0 30px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #a4262b;
  overflow: hidden;
}
#team .item .icon i {
  display: block;
  position: relative;
  top: 47%;
  width: 100%;
  background: url('../images/icon_team.png') no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#team .item .icon i::before {
  display: block;
  content: "";
  padding-bottom: 118.35%;
  width: 100%;
}
#team .item .box {
  margin-top: -70px;
  padding: 90px 30px 20px;
  border-radius: 15px;
  background-color: #e8eff5;
}
#team .item .data {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 12px;
  font-size: 0;
  font-weight: 500;
  line-height: 3rem;
  border-bottom: #aaa solid 1px;
}
#team .item .data::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 43px;
  height: 3px;
  background-color: #b81c22;
}
#team .item .data .name,
#team .item .data .position {
  display: inline-block;
  vertical-align: middle;
}
#team .item .data .name {
  margin: 0;
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
}
#team .item .data .name span {
  padding-left: 6px;
}
#team .item .data .position {
  margin-left: 8px;
  font-size: 1.9rem;
  color: #a4262b;
}
#team .item .experience {
  min-height: 140px;
}
#team .item .experience li {
  position: relative;
  padding: 4px 0 4px 12px;
  font-size: 1.6rem;
  color: #666;
  line-height: 2.2rem;
}
#team .item .experience li::before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 2px;
  width: 4px;
  height: 1px;
  background-color: #666;
}

#team .top .item {
  width: 50%;
}
#team .list .item {
  width: 33.333%;
}
@media all and (max-width: 1559px) {
  #team .top,
  #team .list {
    margin: 0 -15px;
  }
  #team .item {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media all and (max-width: 1365px) {
  #team .item .icon {
    width: 100px;
    height: 100px;
  }
  #team .item .data .name {
    font-size: 2.2rem;
  }
  #team .item .data .position {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media all and (max-width: 1279px) {
  #team .item .data {
    padding-bottom: 8px;
  }
  #team .item .data .name {
    font-size: 2rem;
  }
  #team .item .data .position {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1079px) {
  #team .top,
  #team .list {
    margin: 0 -10px;
  }
  #team .item {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  #team .item .icon {
    margin-left: 25px;
  }
  #team .item .icon {
    padding: 0 20px;
    width: 80px;
    height: 80px;
  }
  #team .item .box {
    margin-top: -50px;
    padding: 70px 20px 20px;
  }
  #team .item .data .name {
    font-size: 1.8rem;
  }
  #team .item .data .position {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1023px) {
  #team .list .item {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  #team .top .item,
  #team .list .item {
    width: 100%;
  }
  #team .item .icon {
    padding: 0 14px;
    width: 60px;
    height: 60px;
  }
  #team .item .box {
    margin-top: -40px;
    padding: 50px 20px 20px;
    border-radius: 10px;
  }
  #team .item .data {
    padding-bottom: 5px;
  }
  #team .item .data .name {
    font-size: 1.7rem;
  }
  #team .item .experience {
    min-height: auto;
  }
}

/* 營運據點 */
#location .list .item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: #ddd solid 1px;
}
#location .item {
  font-size: 0;
}
#location .item > div {
  display: inline-block;
  color: #444;
  vertical-align: middle;
  line-height: 2.6rem;
}
#location .item .pic {
  width: 30%;
}
#location .item .txt {
  padding: 0 50px;
  width: calc(100% - 30% - 200px);
}
#location .item .txt .name {
  margin: 0 0 15px 0;
  font-size: 3rem;
  color: #a4262b;
  font-weight: 500;
}
#location .item .txt .info {
  margin: 0;
  font-size: 1.75rem;
}
#location .item .txt .info:not(:last-child) {
  margin-bottom: 12px;
}
#location .item .info > span {
  display: block;
}
#location .item .info .ti {
  padding-right: 8px;
  float: left;
  color: #222;
  font-weight: 500;
}
#location .item .info a {
  display: block;
  color: #444;
}
#location .item .info a:hover {
  color: #a4262b;
}
#location .item .info .en {
  display: block;
  margin-top: 8px;
}
#location .item .btn-map {
  width: 200px;
}
#location .item .btn-map a {
  display: block;
  padding: 8px 0;
  font-size: 1.75rem;
  color: #aaa;
  text-align: center;
  border-radius: 50px;
  border: #fff solid 1px;
}
#location .item .btn-map i {
  padding-right: 8px;
}
#location .item:hover .btn-map a {
  color: #a4262b;
  border-color: #a4262b;
}

#location .map-wrap {
  position: relative;
  padding-bottom: 53.334%;
  background: url('../images/map_bg.jpg') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
#location .map-wrap .map {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 39.4%;
  max-width: 1178px;
  width: 90%;
  background: url('../images/map.svg') no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#location .map .icon {
  position: absolute;
  padding-bottom: 2.038%;
  width: 2.038%;
  max-width: 24px;
  opacity: 0;
}
#location .map.scroll-view .icon {
  -webkit-animation: ani_fadein .4s .25s ease-in forwards;
  animation: ani_fadein .4s .25s ease-in forwards;
}
#location .map .icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255,255,255,.3);
}
#location .map .icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#location .map .icon.tw {
  top: 49%;
  left: 37%;
}
#location .map .icon:nth-child(2) {
  top: 20%;
  left: 33%;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
#location .map .icon:nth-child(3) {
  top: 38.5%;
  left: 42.2%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#location .map .icon:nth-child(4) {
  top: 41%;
  left: 38.5%;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#location .map .icon:nth-child(5) {
  top: 44%;
  left: 33%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#location .map .icon:nth-child(6) {
  top: 50%;
  left: 34.5%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#location .map .icon:nth-child(7) {
  top: 54%;
  left: 31%;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#location .map .icon:nth-child(8) {
  top: 56%;
  left: 33.5%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#location .map .icon:nth-child(9) {
  top: 58%;
  left: 31%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#location .map .icon:nth-child(10) {
  top: 62%;
  left: 32.2%;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#location .map .icon:nth-child(11) {
  top: 57%;
  left: 38%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

#location .map .icon:nth-child(12) {
  top: 13.5%;
  left: 12%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
#location .map .icon:nth-child(13) {
  top: 15.5%;
  left: 9.6%;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
#location .map .icon:nth-child(14) {
  top: 21%;
  left: 10%;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
#location .map .icon:nth-child(15) {
  top: 27%;
  left: 5%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
#location .map .icon:nth-child(16) {
  top: 29%;
  left: 3%;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
#location .map .icon:nth-child(17) {
  top: 31%;
  left: 6%;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#location .map .icon:nth-child(18) {
  top: 31.2%;
  left: 7.5%;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
#location .map .icon:nth-child(19) {
  top: 34%;
  left: 5.8%;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
#location .map .icon:nth-child(20) {
  top: 38%;
  left: 4.2%;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
#location .map .icon:nth-child(21) {
  top: 35%;
  left: 8%;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
#location .map .icon:nth-child(22) {
  top: 33.5%;
  left: 9.2%;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
#location .map .icon:nth-child(23) {
  top: 32.5%;
  left: 14%;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
#location .map .icon:nth-child(24) {
  top: 37.5%;
  left: 14.5%;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
#location .map .icon:nth-child(25) {
  top: 40.5%;
  left: 14.2%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#location .map .icon:nth-child(26) {
  top: 21.5%;
  left: 69%;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
#location .map .icon:nth-child(27) {
  top: 38.5%;
  left: 75%;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
@media all and (max-width: 1559px) {
  #location .item .txt .name {
    font-size: 2.6rem;
  }
  #location .item .txt .info {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1439px) {
  #location .item .txt .name {
    font-size: 2.2rem;
  }
  #location .item .txt .info {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1279px) {
  #location .list .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #location .item .txt {
    padding: 0 30px;
  }
  #location .item .txt .name {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media all and (max-width: 1079px) {
  #location .list .item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #location .item .txt {
    width: calc(100% - 30% - 160px);
  }
  #location .item .txt .name {
    font-size: 1.8rem;
  }
  #location .item .btn-map {
    width: 160px;
  }
  #location .item .btn-map a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 991px) {
  #location .item .pic {
    width: 44%;
  }
  #location .item .txt {
    padding-right: 0;
    width: calc(100% - 44%);
  }
  #location .item .btn-map {
    display: block;
    margin: 25px auto 0;
  }
  #location .item .btn-map a {
    padding: 4px 0;
    color: #a4262b;
    border-color: #a4262b;
  }

  #location .map-wrap .map {
    padding-bottom: 50.14%;
    max-width: 1300px;
    width: 100%;
  }
  #location .map .icon {
    padding-bottom: 3%;
    width: 3%;
    max-width: 26px;
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  #location .item > div {
    display: block;
    vertical-align: top;
  }
  #location .item .pic {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
  }
  #location .item .txt {
    margin: 25px auto 0;
    padding: 0;
    width: 100%;
    max-width: 420px;
  }
  #location .item .txt .name {
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  #location .item .info.add .ti {
    margin-bottom: 8px;
    float: none;
  }

  #location.global .con-box {
    padding-bottom: 30px;
  }
}

/* 大事記 */
#history .list .item {
  padding: 50px 40px;
  font-size: 0;
  line-height: 2.6rem;
}
#history .list .item:nth-child(even) {
  background-color: #f6f6f6;
}
#history .item .years,
#history .item > ul {
  display: inline-block;
  vertical-align: top;
}
#history .item .years {
  width: 395px;
  font-size: 5.5rem;
  font-weight: 500;
}
#history .item > ul {
  width: calc(100% - 395px);
}
#history .item > ul li {
  position: relative;
  padding-bottom: 22px;
  font-size: 0;
}
#history .item > ul li::before,
#history .item > ul li::after {
  display: block;
  content: "";
  position: absolute;
}
#history .item > ul li::before {
  z-index: 2;
  top: 7px;
  left: 95px;
  width: 12px;
  height: 12px;
  border: #a4262b solid 2px;
  border-radius: 100%;
  background-color: #fff;
}
#history .item > ul li::after {
  top: 15px;
  left: 100px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
#history .item li .year,
#history .item li .txt {
  display: inline-block;
  vertical-align: top;
}
#history .item li .year {
  width: 100px;
  font-size: 3rem;
  color: #000;
  font-weight: 500;
}
#history .item li .txt {
  padding-left: 35px;
  width: calc(100% - 100px);
  font-size: 1.9rem;
  color: #666;
}
#history .item li .txt p {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 12px;
}
#history .item li .txt p::before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #666;
}
#history .item li .txt .pic {
  padding: 15px 0 10px 12px;
}
@media all and (max-width: 1439px) {
  #history .item .years {
    font-size: 4.8rem;
  }
}
@media all and (max-width: 1365px) {
  #history .item .years {
    font-size: 4.2rem;
  }
  #history .item li .year {
    font-size: 2.8rem;
  }
  #history .item li .txt {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1279px) {
  #history .item .years {
    width: 330px;
    font-size: 3.8rem;
  }
  #history .item > ul {
    width: calc(100% - 330px);
  }
  #history .item > ul li::before {
    left: 85px;
  }
  #history .item > ul li::after {
    left: 90px;
  }
  #history .item li .year {
    width: 90px;
    font-size: 2.4rem;
  }
  #history .item li .txt {
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 1079px) {
  #history .item .years {
    width: 260px;
    font-size: 3rem;
  }
  #history .item > ul {
    width: calc(100% - 260px);
  }
  #history .item li .txt {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 991px) {
  #history .list .item {
    padding: 30px 20px;
  }
  #history .item .years {
    width: 200px;
    font-size: 2.6rem;
  }
  #history .item > ul {
    width: calc(100% - 200px);
  }
  #history .item > ul li {
    padding-bottom: 10px;
  }
  #history .item > ul li::before {
    left: 65px;
  }
  #history .item > ul li::after {
    left: 70px;
  }
  #history .item li .year {
    width: 70px;
    font-size: 2rem;
  }
  #history .item li .txt {
    padding-left: 25px;
    width: calc(100% - 70px);
    font-size: 1.6rem;
  }
  #history .item li .txt .pic {
    padding-top: 5px;
  }
}
@media all and (max-width: 767px) {
  #history .item .years,
  #history .item > ul {
    display: block;
    width: 100%;
  }
  #history .item .years {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 639px) {
  #history .list .item {
    padding: 20px 15px 15px;
  }
  #history .item .years {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  #history .item > ul li {
    padding-bottom: 5px;
  }
  #history .item > ul li::before {
    left: 50px;
  }
  #history .item > ul li::after {
    left: 55px;
  }
  #history .item li .year {
    width: 55px;
    font-size: 1.8rem;
  }
  #history .item li .txt {
    padding-left: 20px;
    width: calc(100% - 55px);
  }
  #history .item li .txt p {
    padding-left: 8px;
  }
  #history .item li .txt .pic {
    padding-left: 8px;
  }
}

/* 品質認證 */
#certification .list .item {
  padding-left: 60px;
  font-size: 0;
}
#certification .list .item:not(:last-child) {
  margin-bottom: 60px;
}
#certification .item > div {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  color: #444;
  vertical-align: middle;
}
#certification .item .pic {
  z-index: 2;
  padding: 5px;
  width: 30.5%;
  background-color: #fff;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, .1);
}
#certification .item .txt {
  z-index: 1;
  padding: 55px 60px;
  width: 69.5%;
  min-height: 420px;
  background-color: #f1f5f9;
}
#certification .item .txt::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -49.5%;
  width: 40%;
  height: 100%;
  background-color: #f1f5f9;
}
#certification .item .name {
  margin: 0;
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  line-height: 3rem;
}
#certification .item .name::after {
  display: block;
  content: "";
  margin: 20px 0;
  width: 35px;
  height: 2px;
  background-color: #a4262b;
}
#certification .item .name span {
  display: block;
  margin-top: 3px;
}
#certification .item .brief {
  color: #444;
  line-height: 3.6rem;
}
#certification .item:hover .name {
  color: #a4262b;
}
@media all and (max-width: 1439px) {
  #certification .item .name {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  #certification .item .name::after {
    margin: 15px 0;
  }
  #certification .item .brief {
    line-height: 3rem;
  }
}
@media all and (max-width: 1365px) {
  #certification .list .item {
    padding-left: 45px;
  }
  #certification .item .txt {
    padding: 45px;
    min-height: 380px;
  }
  #certification .item .txt::after {
    left: -49%;
  }
}
@media all and (max-width: 1279px) {
  #certification .list .item {
    padding-left: 25px;
  }
  #certification .list .item:not(:last-child) {
    margin-bottom: 40px;
  }
  #certification .item > div {
    vertical-align: top;
  }
  #certification .item .pic {
    width: 22%;
  }
  #certification .item .txt {
    margin-top: 50px;
    padding: 30px 35px 30px 45px;
    width: 78%;
    min-height: 340px;
  }
  #certification .item .txt::after {
    left: -40%;
  }
  #certification .item .name {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  #certification .item .brief {
    line-height: 2.8rem;
  }
}
@media all and (max-width: 1079px) {
  #certification .item .txt {
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  #certification .list .item {
    padding-left: 10px;
  }
  #certification .item .txt {
    padding: 30px;
  }
  #certification .item .name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #certification .item .brief {
    line-height: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  #certification .list .item {
    padding-left: 0;
  }
  #certification .item > div {
    display: block;
  }
  #certification .item .pic {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
  }
  #certification .item .txt {
    margin-top: -25%;
    padding: 32% 20px 30px;
    width: 100%;
    min-height: auto;
  }
  #certification .item .txt::after {
    display: none;
  }
}

/* ---產品服務--- */
#products .list {
  margin: 0 -15px;
  font-size: 0;
}
#products .list .item {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 25%;
  color: #222;
  text-align: center;
  vertical-align: top;
  line-height: 2.4rem;
}
#products .list .item .box,
#products .list .item .pic {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#products .list .item .pic {
  border: #dcdcdc solid 1px;
}
#products .list .item h3 {
  margin: 20px 0 8px 0;
  font-size: 1.9rem;
}
#products .list .item h3 a {
  color: #222;
}
#products .list .item .type {
  font-size: 1.7rem;
  line-height: 2rem;
}
#products .list .item:hover .box {
  margin-top: -5px;
}
#products .list .item:hover h3 a {
  color: #a4262b;
}
#products .list .item:hover .pic {
  border-color: #eee;
  box-shadow: 0 0 14px rgba(0,0,0,.1);
}
#products .list .item:hover .view::after {
  display: none;
}

#products .item h3 a {

}

@media all and (max-width: 1279px) {
  #products .list {
    margin: 0 -10px;
  }
  #products .list .item {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #products .list .item h3 {
    font-size: 1.8rem;
  }
  #products .list .item .type {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1079px) {
  #products .list .item h3 {
    font-size: 1.7rem;
  }
  #products .list .item .type {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 991px) {
  #products .list .item {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  #products .list .list {
    margin: 0 -5px;
  }
  #products .list .item {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
@media all and (max-width: 639px) {
  #products .list .item {
    width: 50%;
  }
  #products .list .item h3 {
    margin: 12px 0 4px;
    font-size: 1.6rem;
  }
  #products .list .item .type {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 369px) {
  #products .list .item {
    width: 100%;
  }
}

#products .detail {
  position: relative;
  padding: 80px 0;
}
#products .detail .txt,
#products .detail .pic {
  float: left;
  width: 50%;
}
#products .detail .pic {
  position: relative;
  margin-top: -60px;
  float: right;
}
#products .detail .pic .img {
  margin: 0 auto;
  max-width: 650px;
}
#products .detail .pic .img:not(:last-child) {
  margin-bottom: 50px;
}
#products .detail .txt {
  z-index: 2;
  padding-right: 40px;
  will-change: min-height, width;
}
#products .detail .txt .data {
  position: relative;
  padding-bottom: 180px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#products .detail .model {
  display: inline-block;
  padding: 6px 20px 3px;
  color: #fff;
  letter-spacing: .1rem;
  text-align: center;
  border-radius: 4px;
  background-color: #eb6100;
}
#products .detail .name {
  margin: 25px 0 20px;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 4.2rem;
}
#products .detail .subtitle {
  margin: 0 0 15px 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}
#products .detail .narrate {
  font-size: 1.8rem;
}

#products .detail .tag-group {
  margin: 15px 0 0 0;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
#products .detail .tag-group .ti {
  color: #eb6100;
}
#products .detail .tag-group .tag:not(:last-child)::after {
  content: ",";
  padding: 0 8px 0 3px;
}

#products .prod-other {
	margin-top: 80px;
}
#products .prod-other .ti {
	margin: 0;
	font-size: 2.6rem;
}
@media all and (max-width: 1559px) {
  #products .detail {
    padding-top: 60px;
  }
  #products .detail .name {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  #products .detail .subtitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media all and (max-width: 1365px) {
  #products .detail {
    padding-bottom: 0;
  }
  #products .detail .name {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  #products .detail .subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
  }
	#products .prod-other .ti {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 1279px) {
  #products .detail .txt {
    padding-right: 60px;
  }
  #products .detail .name {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #products .detail .subtitle {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #products .detail .narrate {
    font-size: 1.7rem;
    line-height: 3.6rem;
  }
  #products .detail .tag-group {
    font-size: 1.7rem;
  }
	#products .prod-other .ti {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 1079px) {
  #products .detail .txt {
    width: 55%;
  }
  #products .detail .pic {
    width: 45%;
  }
  #products .detail .model {
    padding: 4px 20px 2px;
  }
  #products .detail .name {
    margin: 15px 0 10px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  #products .detail .subtitle {
    font-size: 1.7rem;
  }
  #products .detail .narrate,
  #products .detail .tag-group {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
	#products .prod-other .ti {
		font-size: 2rem;
	}
}
@media all and (max-width: 1024px) {
  #products .detail {
    padding-top: 0;
  }
  #products .detail .txt,
  #products .detail .pic {
    padding-right: 0;
    float: none;
    width: 100%;
  }
  #products .detail .pic {
    margin: 0 auto 25px;
    padding: 0 25px;
    max-width: 650px;
  }
  #products .detail .pic .img:not(:last-child) {
    margin-bottom: 0;
  }
  #products .detail .txt .data {
    padding-bottom: 20px;
  }
  #products .detail .model {
    padding: 3px 12px 1px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
	#products .prod-other {
		margin-top: 50px;
	}
}

/* ---新聞中心--- */
.news-date {
  width: 200px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 4.5rem;
  border-radius: 50px;
  background-color: #a4262b;
}

#news .list {
  margin: 0 -26px;
  font-size: 0;
}
#news .list .item {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 26px;
  width: 33.3333%;
  vertical-align: top;
}
#news .item .txt {
  position: relative;
  margin-top: -55px;
  padding: 0 25px 0 30px;
  width: calc(100% - 45px);
  background-color: #fff;
}
#news .item .txt .news-date {
  position: relative;
  top: -23px;
  margin-bottom: -23px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#news .item .txt h3 {
  margin: 15px 0 0 0;
  font-size: 2rem;
  line-height: 3rem;
}
#news .item .txt h3 a {
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .item .txt h3::after {
  display: block;
  content: "";
  margin: 15px 0;
  width: 35px;
  height: 2px;
  background-color: #a4262b;
}
#news .item .txt .brief {
  font-size: 1.6rem;
  color: #444;
  line-height: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .item:hover .txt .date {
  background-color: #b81c22;
}
#news .item .txt h3 a:hover {
  color: #a4262b;
}
@media all and (max-width: 1559px) {
  #news .list {
    margin: 0 -15px;
  }
  #news .list .item {
    padding: 0 15px;
  }
}
@media all and (max-width: 1439px) {
  .news-date {
    width: 125px;
    font-size: 1.4rem;
    line-height: 4rem;
  }
  #news .item .txt h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  #news .item .txt .brief {
    line-height: 2.8rem;
  }
}
@media all and (max-width: 1279px) {
  .news-date {
    line-height: 3.6rem;
  }
  #news .list {
    margin: 0 -10px;
  }
  #news .list .item {
    padding: 0 10px;
  }
  #news .item .txt {
    margin-top: -35px;
    padding: 0 20px;
    width: calc(100% - 30px);
  }
  #news .item .txt .news-date {
    top: -18px;
    margin-bottom: -18px;
  }
}
@media all and (max-width: 1079px) {
  .news-date {
    width: 115px;
    line-height: 3.2rem;
  }
  #news .item .txt {
    padding: 0 15px;
    width: calc(100% - 22px);
  }
  #news .item .txt h3 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  #news .item .txt .brief {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media all and (max-width: 991px) {
  .news-date {
    width: 100px;
    font-size: 1.3rem;
    line-height: 3rem;
  }
  #news .item .txt h3 {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #news .item .txt h3::after {
    margin-top: 10px;
    width: 30px;
  }
}
@media all and (max-width: 839px) {
  #news .list {
    margin: 0 -5px;
  }
  #news .list .item {
    padding: 0 5px;
  }
  #news .item .txt {
    width: calc(100% - 15px);
   }
}
@media all and (max-width: 767px) {
  #news .list .item {
    width: 50%
  }
}
@media all and (max-width: 413px) {
  #news .list .item {
    width: 100%
  }
}

/* 消息內頁 */
.news-view .con-box {
  background-color: #f1f5f9;
}
.news-view .detail {
  margin: 0 auto;
  max-width: 1300px;
}
.news-view .news-date {
  margin: 60px auto 22px;
}
.news-view .title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 30px;
  font-size: 3.5rem;
  color: #000;
  text-align: center;
  line-height: 5.2rem;
}
.news-view .title::after {
  display: block;
  content: "";
  margin: 20px auto 0;
  width: 1px;
  height: 60px;
  background-color: #a4262b;
}
.news-view .box {
  position: relative;
  margin-top: -30px;
  padding: 62px 50px;
  max-width: 1300px;
  background-color: #fff;
}
.news-view .edit-wrap {
  padding-bottom: 40px;
  border-bottom: #ddd solid 1px;
}

.share {
  position: absolute;
  top: 0;
  right: -65px;
  width: 50px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.share ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.share ul li {
  display: inline-block;
  padding: 7px 0;
  font-size: 1.5rem;
  vertical-align: middle;
}
.share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  color: #888;
  text-align: center;
  line-height: 5rem;
  border-radius: 100%;
  background-color: #eee;
}
.share ul li.line a {
  padding-top: 16px;
}
.share ul li.line i {
  display: block;
  margin: 0 auto;
  width: 19px;
  height: 18px;
  background: url('../images/icon_line.png') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.share ul li a:hover {
  color: #fff;
}
.share ul li.fb a:hover {
  background-color: #395693;
}
.share ul li.line a:hover {
  background-color: #00c300;
}
.share ul li.line a:hover i {
  background-position: 0 -18px;
}
.share ul li.copy a:hover {
  background-color: #e60012;
}

ul.page-bar {
  position: relative;
  font-size: 0;
  border-bottom: #ddd solid 1px;
}
ul.page-bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 48%;
  background-color: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-bar li {
  display: inline-block;
  padding: 20px 0 25px;
  width: 50%;
  vertical-align: top;
}
.page-bar a {
  display: block;
}
.page-bar .ti {
  margin: 0;
  padding-left: 30px;
  font-size: 1.6rem;
  color: #666;
  line-height: 2.4rem;
}
.page-bar .icon {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  color: #222;
}
.page-bar .icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  padding: 7px 0;
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
.page-bar .icon span::before,
.page-bar .icon span::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #222;
}
.page-bar .icon span::before {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-bar .icon span::after {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-bar .icon i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.page-bar a:hover .icon,
.page-bar a:hover .ti {
  color: #a4262b;
}
.page-bar a:hover .icon span::before,
.page-bar a:hover .icon span::after,
.page-bar a:hover .icon i {
  background-color: #a4262b;
}
@media all and (max-width: 1559px) {
  .news-view .box {
    padding-top: 50px;
  }
  .share {
    position: static;
    right: auto;
    left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .share > i {
    display: none;
  }
  .share ul li {
    padding: 0 8px;
  }
  .share ul li a {
    width: 36px;
    height: 36px;
    line-height: 3.6rem;
  }
  .share ul li.line a {
    padding-top: 9px;
  }
}
@media all and (max-width: 1439px) {
  .news-view .title {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media all and (max-width: 1279px) {
  .news-view .news-date {
    margin-top: 40px;
  }
  .news-view .title {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media all and (max-width: 1079px) {
  .news-view .title {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .news-view .detail .box {
    padding: 50px 40px 40px;
  }
}
@media all and (max-width: 767px) {
  .news-view .title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .news-view .detail .box {
    padding: 50px 20px 40px;
  }
  .news-view .edit-wrap {
    padding-bottom: 20px;
  }

  ul.page-bar::after {
    display: none;
  }
  .page-bar li {
    padding: 12px 0;
    width: 100%;
  }
  .page-bar li:nth-child(2) {
    border-top: #ddd solid 1px;
  }
  .page-bar .icon {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 639px) {
  .news-view .news-date {
    margin-bottom: 15px;
  }
  .news-view .title {
    padding: 0 10px;
    font-size: 1.9rem;
    line-height: 3rem;
  }
  .news-view .title::after {
    margin-top: 15px;
    height: 45px;
  }
}

@media all and (min-width: 768px) {
  .page-bar li:nth-child(1) {
    padding-right: 30px;
  }
  .page-bar li:nth-child(2) {
    padding-left: 30px;
    text-align: right;
  }
  .page-bar li:nth-child(2) .icon {
    padding: 0 30px 0 0;
  }
  .page-bar li:nth-child(2) .icon span {
    left: auto;
    right: 0;
  }
  .page-bar li:nth-child(2) .icon span::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-bar li:nth-child(2) .icon span::after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ---加入同欣--- */
#careers #nav-item.fixed {
  position: fixed;
  z-index: 5;
  top: 90px;
  left: 0;
  padding: 0;
  max-width: 100%;
  background-color: #a4262b;
}
#careers #nav-item.fixed .box {
  padding: 12px 0;
  background: none;
}

#careers .con-box .careers-sec {
  padding-top: 30px;
}
#careers .con-box .careers-sec:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: #ddd solid 1px;
}
#careers .box-ti {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 500;
}
#careers .box-ti h3 {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
}
#careers .box-ti span {
  font-size: 2.2rem;
}

#careers .apply-wrap .box-ti {
  margin-bottom: 25px;
}
#careers .apply-wrap .box-ti h3 {
  margin-bottom: 15px;
}

#careers .vacancies {
  margin-bottom: 0;
  font-size: 1.7rem;
  color: #000;
  letter-spacing: .15rem;
  text-align: center;
}
#careers .vacancies a {
  color: #a4262b;
}
#careers .vacancies a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1079px) {
  #careers .box-ti h3 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 991px) {
  #careers .con-box .careers-sec {
    padding-top: 20px;
  }
  #careers .con-box .careers-sec:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #careers .box-ti h3 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 639px) {
  #careers .box-ti h3 {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1366px) {
  .welfare-wrap,
  .environment-wrap {
    position: relative;
  }
  .welfare-wrap .box-ti,
  .environment-wrap .box-ti {
    position: absolute;
    top: 90px;
    left: calc(50% + 50px);
  }
  .environment-wrap .box-ti {
    top: 60px;
  }
}
@media all and (min-width: 1540px) {
  .welfare-wrap .box-ti,
  .environment-wrap .box-ti {
    left: calc(50% + 20px);
  }
}

#vacancies .con-box {
  margin-top: -10px;
  background-color: #f6f6f6;
}
#vacancies .list .item {
  margin-bottom: 20px;
  line-height: 3rem;
}
#vacancies .item .q {
  position: relative;
  padding: 15px 160px 14px 40px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #a4262b;
}
#vacancies .item .q .aw {
  display: block;
  position: absolute;
  margin-top: -15px;
  top: 50%;
  right: 35px;
  font-size: 0;
}
#vacancies .item .q .aw::before,
#vacancies .item .q .aw span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#vacancies .item .q .aw::before {
  margin-right: 8px;
  content: "展開詳情";
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
}
#vacancies .item .q .aw span {
  position: relative;
  width: 16px;
  height: 16px;
}
#vacancies .item .q .aw span::before,
#vacancies .item .q .aw span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 16px;
  height: 4px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
#vacancies .item .q .aw span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#vacancies .item .q .q-ti {
  margin-bottom: 0;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: .1rem;
}
#vacancies .item .q .q-ti i {
  padding-right: 10px;
}
#vacancies .item .a {
  display: none;
  padding: 25px 40px;
  background-color: #fff;
}
#vacancies .item .a li {
  font-size: 0;
}
#vacancies .item .a li:not(:last-child) {
  margin-bottom: 10px;
}
#vacancies .item .a li:not(.col-multi) > div {
  display: inline-block;
  vertical-align: top;
}
#vacancies .item .a .a-item {
  position: relative;
  padding: 0 5px 0 18px;
  font-size: 1.7rem;
  font-weight: 500;
}
#vacancies .item .a .a-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #1076bf;
}
#vacancies .item .a .txt {
  font-size: 1.7rem;
  color: #666;
}
#vacancies .item .a .col-multi .txt {
  padding-left: 18px;
  line-height: 3.6rem;
}
#vacancies .item.open .q {
  background-color: #b81c22;
}
#vacancies .item.open .q .aw::before {
  content: "收起詳情";
}
#vacancies .item.open .q .aw span::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#vacancies .item.open .q .aw span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (max-width:1365px) {
  #vacancies .item .q .q-ti {
    font-size: 1.8rem;
  }
}
@media all and (max-width:1279px) {
  #vacancies .list .item {
    margin-bottom: 10px;
  }
  #vacancies .item .q {
    padding: 15px 115px 14px 20px;
  }
  #vacancies .item .q .aw {
    right: 15px;
  }
  #vacancies .item .q .aw::before {
    font-size: 1.5rem;
  }
  #vacancies .item .q .aw span {
    width: 12px;
    height: 12px;
  }
  #vacancies .item .q .aw span::before,
  #vacancies .item .q .aw span::after {
    margin-top: -1px;
    width: 12px;
    height: 2px;
  }
  #vacancies .item .a {
    padding: 25px 20px;
  }
}
@media all and (max-width:1079px) {
  #vacancies .item .q {
    padding: 11px 115px 10px 20px;
  }
  #vacancies .item .q .q-ti {
    font-size: 1.7rem;
  }
  #vacancies .item .a {
    padding: 20px;
  }
}
@media all and (max-width:767px) {
  #vacancies .list .item {
    margin-bottom: 5px;
    line-height: 2.8rem;
  }
  #vacancies .item .q .aw {
    margin-top: -13px;
  }
  #vacancies .item .a {
    padding: 15px 20px;
  }
  #vacancies .item .a li:not(:last-child) {
    margin-bottom: 6px;
  }
  #vacancies .item .a .department > div,
  #vacancies .item .a .contact > div {
    width: 100%;
  }
  #vacancies .item .a .department .txt,
  #vacancies .item .a .contact .txt {
    padding-left: 18px;
  }
  #vacancies .item .a .a-item,
  #vacancies .item .a .txt {
    font-size: 1.6rem;
  }
  #vacancies .item .a .col-multi .txt {
    line-height: 2.8rem;
  }
}
@media all and (max-width:639px) {
  #vacancies .item .q {
    padding-right: 40px;
  }
  #vacancies .item .q .aw::before {
    display: none;
  }
  #vacancies .item .q .q-ti {
    font-size: 1.6rem;
  }
}

/* ---網站地圖--- */
#sitemap {
  padding-top: 110px;
  background-color: #f6f6f6;
}
#sitemap .headline-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 5.5%;
}
#sitemap .headline {
  color: #222;
}
#sitemap .list {
  margin: 0 -60px;
  font-size: 0;
}
#sitemap .item {
  margin-bottom: 50px;
  padding: 0 60px;
  width: 25%;
  line-height: 2.6rem;
}
#sitemap .item h3 {
  position: relative;
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 1.9rem;
  font-weight: 500;
  border-bottom: #ddd solid 1px;
}
#sitemap .item h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #a4262b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sitemap .item h3 a {
  color: #a4262b;
}
#sitemap .item ul li {
  padding-top: 25px;
}
#sitemap .item h4 {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 1.68rem;
}
#sitemap .item h4::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-right: #222 solid 2px;
  border-bottom: #222 solid 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sitemap .item h4 a {
  color: #222;
}
#sitemap .item li:hover h4 a,
#sitemap .item h4 a:hover {
  color: #a4262b;
}
#sitemap .item h4:hover::before,
#sitemap .item li:hover h4::before {
  border-right-color: #a4262b;
  border-bottom-color: #a4262b;
}
#sitemap .item h5 {
  position: relative;
  margin: 0 0 0 20px;
  padding: 14px 0 0 12px;
  font-size: 1.6rem;
}
#sitemap .item h5::before {
  display: block;
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #666;
}
#sitemap .item h5 a {
  color: #666;
}
#sitemap .item h5 a:hover {
  color: #222;
}
@media all and (max-width: 1365px) {
  #sitemap {
    padding-top: 90px;
  }
  #sitemap .list {
    margin: 0 -30px;
  }
  #sitemap .item {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
@media all and (max-width: 1279px) {
  #sitemap .list {
    margin: 0 -15px;
  }
  #sitemap .item {
    padding: 0 15px;
  }
  #sitemap .item h3 {
    padding: 0 0 10px 15px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1199px) {
  #sitemap {
    padding-top: 75px;
  }
}
@media all and (max-width: 1023px) {
  #sitemap .item {
    width: 33.333%;
  }
  #sitemap .item ul li {
    padding-top: 15px;
  }
}
@media all and (max-width: 991px) {
  #sitemap .item {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  #sitemap .headline-box {
    margin-bottom: 30px;
    padding-bottom: 10%;
  }
  #sitemap .item {
    width: 100%;
  }
}

/* ---------------------------
  投資人關係、企業社會責任
------------------------------ */
#invest, #csr {
  overflow: hidden;
}

/* --- 投資人關係、企業社會責任 暫時取消過場 --- */
#invest.news-view .p-bg-investor, #csr.news-view .p-bg-investor {
  margin-top: 0;
}
#invest img,
#invest input[type=image],
#invest video,
#invest embed,
#invest iframe,
#invest marquee,
#invest object,
#invest table, #csr img,
#csr input[type=image],
#csr video,
#csr embed,
#csr iframe,
#csr marquee,
#csr object,
#csr table {
  aspect-ratio: attr(width)/attr(height);
}

/* --- 投資人關係下載按鈕/閱讀更多 --- */
.p-btn-download, .p-btn-more {
  position: relative;
  z-index: 0;
  font-size: 1.6rem;
  max-width: 180px;
  color: #777;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin: 10px 0;
  padding: 10px 15px 9px 15px;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
}

.p-btn-download::before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0;
}

.p-btn-more::after {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0;
}

.pc tr:hover .p-btn-download,
.pc tr:hover .p-btn-more {
  color: #a4262b;
  border-color: rgba(0, 117, 193, 0.6);
}

.pc .p-btn-download:hover,
.pc .p-btn-more:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #a4262b;
  border-color: #a4262b !important;
}

.mb .p-btn-download,
.mb .p-btn-more {
  color: #a4262b;
  border-color: rgba(0, 117, 193, 0.6);
}
.mb .p-btn-download:active,
.mb .p-btn-more:active {
  text-decoration: none !important;
  color: #fff !important;
  background: #a4262b;
  border-color: #a4262b !important;
}

@media (max-width: 991px) {
  .p-btn-download {
    font-size: 1.5rem;
    padding: 10px 10px 9px 5px;
  }

  .p-btn-more {
    font-size: 1.5rem;
    padding: 10px 5px 9px 10px;
  }
}
@media (max-width: 767px) {
  .p-btn-download:not(.keep-block) {
    background-color: #ebf1f4;
    padding: 0;
    margin: 5px;
    border-radius: 50px;
    font-size: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    position: relative;
  }
  .p-btn-download:not(.keep-block)::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 2rem;
    margin: 0;
  }
}
@media (max-width: 499px) {
  .p-btn-download.keep-block {
    font-size: 1.2rem;
  }

  .p-btn-more {
    font-size: 0;
    padding: 8px 3px 8px 6px;
  }
  .p-btn-more::before {
    content: "READ";
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .p-btn-more::after {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
  }
}
@media (max-width: 399px) {
  .p-btn-download.keep-block {
    background-color: #ebf1f4;
    padding: 0;
    margin: 5px;
    border-radius: 50px;
    font-size: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    position: relative;
  }
  .p-btn-download.keep-block::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 2rem;
    margin: 0;
  }
}
/* --- 標題 --- */
.p-subhead {
  font-size: 3.3rem;
  color: #222;
  line-height: 1.5;
  margin: 0 auto 25px;
  padding: 0 0 20px 0;
  position: relative;
  text-align: center;
  display: block;
}
.p-subhead::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #a4262b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12.5px;
}

@media (max-width: 991px) {
  .p-subhead {
    font-size: 3rem;
    margin: 0 auto 15px;
    padding: 0;
  }
  .p-subhead::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-subhead {
    font-size: 2.5rem;
    margin: 0 auto 10px;
  }
}
/* --- 年份下拉 --- */    
.filter-box {
  text-align: right;
  margin: 0 0 20px 0;
}
.filter-box .tit {
  white-space: nowrap;
  display: inline-block;
  padding-right: 10px;
}
.filter-box select {
  display: inline-block;
  min-width: 160px;
  padding: 0 40px 0 15px;
  height: 45px;
  line-height: 43px;
  border-radius: 3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%230075c1' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E") calc(100% - 15px) 46% no-repeat #ffffff;
  background-size: 12px auto;
  outline: none;
  border: 1px solid #ddd;
}
.filter-box select:focus {
  border: 1px solid #a4262b;
}
.filter-box select::-ms-expand {
  display: none;
}

@media (max-width: 991px) {
  .filter-box {
    text-align: center;
  }
  .filter-box select {
    height: 40px;
    line-height: 38px;
  }
}
/* --- 區塊頁籤樣式 --- */
.p-tabs {
  position: relative;
  z-index: 100;
  margin: 0 auto 25px;
}
.p-tabs .tabs-cur {
  display: none;
}
.p-tabs > ul {
  text-align: center;
}
.p-tabs > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 5px 0;
}
.p-tabs > ul > li > a {
  min-width: 160px;
  display: block;
  line-height: 1.8;
  font-size: 1.6rem;
  padding: 10px 25px;
  white-space: nowrap;
  border-radius: 50px;
  background: #a6a9ab;
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.p-tabs > ul > li.current > a {
  background: #a4262b;
  color: #fff;
}

@-webkit-keyframes ani_tab_fixed {
  0% {
    opacity: 0;
    -webkit-transform: transformY(-100%);
            transform: transformY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: transformY(0);
            transform: transformY(0);
  }
}

@keyframes ani_tab_fixed {
  0% {
    opacity: 0;
    -webkit-transform: transformY(-100%);
            transform: transformY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: transformY(0);
            transform: transformY(0);
  }
}
@media (max-width: 1299px) {
  .p-tabs > ul > li {
    padding: 0 5px;
  }
  .p-tabs > ul > li > a {
    min-width: 120px;
    padding: 6px 20px;
  }
}
@media (min-width: 992px) {
  .p-tabs > ul {
    display: block !important;
  }

  .pc .p-tabs > ul > li:not(.current) > a:hover {
    background: #999;
  }

  .p-tabs.is-fixed > ul {
    -webkit-animation: ani_tab_fixed 0.5s both;
            animation: ani_tab_fixed 0.5s both;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    padding: 5px 20px 3px 20px;
    z-index: 100;
    background: #eaeff3;
  }
  .p-tabs.is-fixed > ul > li {
    margin: 0;
    padding: 0 5px;
  }
  .p-tabs.is-fixed > ul > li > a {
    padding: 5px 20px;
  }
}
@media (min-width: 1200px) {
  .p-tabs.is-fixed > ul {
    top: 75px;
  }
}
@media (min-width: 1366px) {
  .p-tabs.is-fixed > ul {
    top: 90px;
  }
}
@media (max-width: 991px) {
  .p-tabs:not(.is-fixed) .tabs-cur .topic {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .p-tabs {
    margin: 0 auto 15px;
    max-width: 350px;
  }
  .p-tabs .tabs-cur {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #a4262b;
    background-color: #fff;
    position: relative;
    padding: 9px 40px 9px 20px;
    font-size: 1.6rem;
    color: #a4262b;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .p-tabs .tabs-cur::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 38px;
    width: 1px;
    height: 100%;
    background-color: #a4262b;
  }
  .p-tabs .tabs-cur::after {
    content: "+";
    font-family: "Arial", sans-serif;
    font-weight: 600;
    color: #a4262b;
    font-size: 1.9rem;
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
  }
  .p-tabs .tabs-cur:hover {
    background-color: #e7f1f9;
  }
  .p-tabs > ul {
    display: none;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 350px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #a4262b;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .p-tabs > ul > li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .p-tabs > ul > li:first-child {
    border-top: none;
  }
  .p-tabs > ul > li > a {
    min-width: auto;
    border-radius: 0;
    display: block;
    background: #fff;
    color: #333;
    padding: 5px 15px;
    text-align: left;
  }

  .p-tabs.is-fixed .tabs-cur {
    -webkit-animation: ani_tab_fixed 0.5s both;
            animation: ani_tab_fixed 0.5s both;
    position: fixed;
    top: 70px;
    left: 15px;
    right: 15px;
    z-index: 100;
    max-width: none;
  }
  .p-tabs.is-fixed > ul {
    width: auto;
    max-width: none;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 115px;
    z-index: 100;
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
@media (max-width: 399px) {
  .p-tabs.is-fixed .tabs-cur .topic {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*  --- 表格 - 少欄位不換行 ---  */
.t-nowrap {
  white-space: nowrap !important;
}

.t-wrap {
  white-space: normal !important;
}

.invest-hr {
  margin: 50px auto;
}


/* --- 合併營收 --- */
.chart-stacked {
  position: relative;
  background: #fff;
  margin: 50px auto;
  padding: 100px 10% 50px 10%;
  overflow-x: auto;
}
.chart-stacked::-webkit-scrollbar {
  height: 5px;
}
.chart-stacked::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(3, 110, 183, 0);
}
.chart-stacked::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(3, 110, 183, 0.25);
}
.chart-stacked:hover::-webkit-scrollbar-thumb {
  background: rgba(3, 110, 183, 0.5);
}
.chart-stacked canvas {
  position: relative;
  z-index: 10;
}
@media (max-width: 1299px) {
  .chart-stacked {
    margin: 30px auto;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .chart-stacked canvas {
    height: 700px !important;
  }
}
@media (max-width: 767px) {
  .chart-stacked {
    margin: 0 -15px 30px;
    padding: 50px 0 20px 0;
  }
  .chart-stacked canvas {
    height: 500px !important;
  }
}


.unit {
  display: block;
  text-align: right;
  font-size: 17px;
  white-space: nowrap;
  color: #e60012;
  margin: 10px 0;
}
.filter-box + .unit {
  position: absolute;
  margin: -50px 0 20px;
}
.unit.inline-block {
  display: inline-block;
  vertical-align: top;
}
.unit.text-right {
  text-align: right;
}
.chart-stacked .unit {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 40px;
  z-index: 20;
  font-size: 17px;
  white-space: nowrap;
  color: #e60012;
}
@media (max-width: 991px) {
  .filter-box + .unit {
    display: block!important;
    position: relative;
    margin: 5px auto 10px;
    text-align: center!important
  }
}
@media (max-width: 767px) {
  .chart-stacked .unit {
    right: 20px;
  }
}

/* --- 聯絡我們 --- */
.contact-cont {
  padding-bottom: 0 !important;
}
.contact-cont .wrap-1500 {
  position: relative;
}

.contact-from {
  background: #13406a url(../images/contact_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  padding-bottom: 80px;
  padding-top: 80px;
  color: #fff;
  font-size: 1.7rem;
}
.contact-from .btn-style {
  display: block;
  width: 100%;
}
.contact-from .p-subhead {
  color: #fff;
}
.contact-from .msg {
  max-width: 800px;
  margin: 10px auto 40px;
  text-align: center;
}
.contact-from form {
  padding-left: 115px;
  padding-right: 115px;
}

.contact-info {
  padding-bottom: 65px;
  margin-top: 20px;
  background: #fff;
  position: relative;
}
.contact-info .right {
  width: 57%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-height: calc(100% - 120px);
  overflow: hidden;
}
.contact-info .right iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-info-company {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 3.3rem;
  width: 50%;
}
.c-info-company small {
  display: block;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
}

.c-info-list {
  margin-bottom: 50px !important;
}
.c-info-list li {
  font-size: 1.9rem;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin: 0 0 25px 0;
  color: #000;
  line-height: 1.5;
}
.c-info-list li a {
  color: #000;
}
.c-info-list li .tit {
  font-weight: 500;
  line-height: 1.6;
  color: #a4262b;
  display: block;
  margin: 0;
  padding: 0;
}

.c-mail-list {
  margin: 30px -10px !important;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-mail-list li {
  font-size: 1.9rem;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  margin: 0 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f1f5f9;
  color: #000;
  line-height: 1.5;
}
.c-mail-list li a {
  color: #000;
}
.c-mail-list li .tit {
  font-weight: 500;
  line-height: 1.6;
  color: #a4262b;
  display: block;
  margin: 0;
  padding: 0;
}
.c-mail-list li.c-icon::before {
  left: 10px;
}

.pc .c-mail-list li:hover {
  background: rgba(255, 255, 255, 0.25);
}

.c-icon {
  position: relative;
  padding-left: 85px;
  min-height: 70px;
}
.c-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background-image: url(../images/contact_icon.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.icon-address::before {
  background-position: 0 0;
}

.icon-tel::before {
  background-position: 33% 0;
}

.icon-user::before {
  background-position: 66% 0;
}

.icon-mail::before {
  background-position: 100% 0;
}
.contact .c-info-list{
  display: inline-block;
  width: 33%;
}

.star {
  color: #b81c22;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
  font-style: normal;
  font-weight: 400;
  font-size: 0;
}
.star:before {
  content: "*";
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-size: 1.7rem;
}

.cf-form-box {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 0 0 0 100px;
}
.cf-form-box.half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 34px);
}
.cf-form-box.half.odd {
  margin-right: 60px;
}
.cf-form-box.half.even {
  margin-right: 0;
}

.cf-label {
  font-size: 1.7rem;
  padding: 1px 10px 0 10px;
  margin: 0;
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
}

.cf-form-box.code {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.cf-form-box.code .cf-input {
  max-width: calc(100% - 190px);
}

.codeimg {
  width: 176px;
  height: 36px;
  position: absolute;
  bottom: 8px;
  right: 0;
  padding-right: 36px;
}
.codeimg::after {
  content: "";
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b81c22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M11.132,20.755c-2.673,0-5.053-1.25-6.592-3.194l-0.151,4.965c0,0,0.307-0.567,1.012-1.699 c1.896,1.27,4.17,1.888,6.438,1.734c2.488-0.17,4.827-1.234,6.588-2.994c0.316-0.318,0.613-0.663,0.89-1.024l-1.47-1.139 C16.314,19.439,13.876,20.755,11.132,20.755z M2.729,12.35c0-4.26,3.171-7.777,7.281-8.327l-4.3-2.607c0,0,0.774,1.305,0.994,1.774 C4.66,4.196,2.987,5.857,1.985,7.903c-0.689,1.404-1.052,2.974-1.052,4.537c0,0.899,0.118,1.796,0.351,2.663 c0.104,0.392,0.237,0.781,0.391,1.164l1.695-0.693C2.957,14.581,2.729,13.493,2.729,12.35z M21.296,13.044 c0.014-0.268,0.036-0.669,0.036-0.681c0-2.055-0.609-4.047-1.762-5.763c-1.391-2.07-3.48-3.565-5.885-4.209 c-0.36-0.096-0.729-0.169-1.1-0.226l-0.255,1.868c4.074,0.582,7.206,4.083,7.206,8.317c0,1.116-0.22,2.179-0.613,3.152l4.145-2.381 C23.068,13.121,22.11,13.135,21.296,13.044z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 22px auto;
}

.pc .codeimg:hover::after {
  background-color: #0075c2;
}

.cf-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cf-input:focus {
  border-bottom: 1px solid #fff;
}

.cf-textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 120px;
  padding: 0 10px 10px;
  width: 100%;
  display: block;
  outline: none;
  -webkit-transition: border 0.15s, height 0.15s;
  -o-transition: border 0.15s, height 0.15s;
  transition: border 0.15s, height 0.15s;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cf-textarea:focus {
  border-bottom: 1px solid #fff;
}

.cf-select {
  padding: 0 45px 0 10px;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-size: auto 100%;
  outline: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E") calc(100% - 15px) 30% no-repeat;
  background-color: transparent;
  background-size: 12px auto;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cf-select:focus {
  border-bottom: 1px solid #fff;
}
.cf-select option {
  color: #222;
}

.contact-alt-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.msg-wrap {
  display: block !important;
  margin: 0 auto;
  max-width: 600px;
  padding: 50px 30px 80px;
  text-align: center;
  letter-spacing: .15rem;
}
.msg-wrap .msg-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.msg-wrap .msg-icon span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a4262b;
}
.msg-wrap .msg-icon span:before,
.msg-wrap .msg-icon span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  background-color: #fff;
}
.msg-wrap .msg-icon span:before {
  top: 16px;
  left: 34px;
  width: 3px;
  height: 50%;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.msg-wrap .msg-icon span:after {
  top: 30px;
  left: 20px;
  width: 3px;
  height: 25%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.msg-wrap .msg-title {
  position: relative;
  padding: 20px 0 60px;
  margin-bottom: 20px;
  color: #a4262b;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.msg-wrap .msg-title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #a4262b;
}
.msg-wrap .msg-text {
  font-size: 1.65rem;
  line-height: 2.8rem;
}
.msg-wrap .msg-text .red {
  color:  red;
  font-weight: 600;
}
.msg-wrap .btn-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  font-weight: 400;
}
@media (max-width: 1349px) {
  .contact-info {
    padding-bottom: 65px;
    margin-top: 60px;
    background: #f1f5f9;
    position: relative;
  }
  .contact-info .right {
    width: 50%;
    max-height: calc(100% - 250px);
  }

  .c-mail-list {
    margin: 30px -10px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-mail-list li {
    width: calc(50% - 20px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .cf-form-box.code {
    width: 100%;
    max-width: 100%;
  }

  .contact-from form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cf-form-box.half {
    width: calc(50% - 10px);
  }
  .cf-form-box.half.odd {
    margin-right: 13px;
  }
}
@media (max-width: 839px) {
  .contact-info .right {
    width: 45%;
  }

  .c-info-company {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .contact-info .right[data-scrollview] {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s, -webkit-transform 0.5s;
    opacity: 0;
    -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
        transform: translateX(-30px);
  }
  .contact-info .right.scroll-view {
    opacity: 1;
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
  }
  .contact-info .left[data-scrollview] {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s, -webkit-transform 0.5s;
    opacity: 0;
    -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
        transform: translateX(30px);
  }
  .contact-info .left.scroll-view {
    opacity: 1;
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
  }
}
@media (max-width: 767px) {
  .contact-alt-order {
    display: block;
  }

  .contact-info {
    padding-bottom: 0;
  }
  .contact-info .wrap-1500 {
    padding-bottom: 220px;
  }
  .contact-info .right {
    max-height: none;
    height: 200px;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .contact-info .right[data-scrollview] {
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0;
  }
  .contact-info .right.scroll-view {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
  }
  .contact-info .left[data-scrollview] {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s;
    transition: transform 0.5s, opacity 0.35s, -webkit-transform 0.5s;
    opacity: 0;
    -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
        transform: translateY(30px);
  }
  .contact-info .left.scroll-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
  }

  .c-info-company {
    text-align: center;
    margin-bottom: 45px;
    font-size: 2.5rem;
    width: 100%;
  }
  .c-info-company small {
    font-size: 1.5rem;
  }

  .c-info-list {
    margin-bottom: 35px !important;
  }
  .c-info-list li {
    font-size: 1.7rem;
    margin: 0 0 20px 0;
  }

  .c-mail-list {
    margin: 25px -5px !important;
  }
  .c-mail-list li {
    font-size: 1.7rem;
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }

  .contact-from form {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-form-box.half {
    width: 100%;
    display: block;
  }
  .cf-form-box.half.even, .cf-form-box.half.odd {
    margin-right: 0;
  }

  .msg-wrap {
    padding: 40px 15px;
  }
  .msg-wrap .msg-icon {
    width: 45px;
    height: 45px;
  }
  .msg-wrap .msg-icon span:before {
    top: 12px;
    left: 26px;
  }
  .msg-wrap .msg-icon span:after {
    top: 22px;
    left: 15px;
  }
  .msg-wrap .msg-title {
    margin-bottom: 10px;
    padding: 10px 0 50px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .c-mail-list {
    margin: 20px auto !important;
  }
  .c-mail-list li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media (max-width: 499px) {
  .cf-input.sm {
    max-width: 100%;
  }

  .c-info-company {
    font-size: 2rem;
  }
}
@media (max-width: 449px) {
  .c-info-company {
    margin-bottom: 20px;
  }

  .cf-form-box {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .cf-label {
    position: relative;
    font-size: 1.5rem;
    padding: 0;
    color: #77a8d6;
    line-height: 1.2;
  }

  .cf-form-box.code {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .cf-form-box.code .cf-input {
    max-width: none;
  }

  .c-icon {
    padding-left: 65px;
    min-height: 50px;
  }
  .c-icon::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
/* --- 投資人專區藍底 --- */
.p-bg-investor {
  margin-top: -10px;
  background: #fff;
}

/* --- 股利分派 --- */
.invest-indent-p {
  font-size: 1.7rem;
  line-height: 1.8;
  padding-left: 2em;
  margin-bottom: 10px;
}

.invest-p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.invest-more-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.invest-stit {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #000;
  display: block;
  margin: 10px auto;
  padding: 0;
  font-weight: 500;
}
.invest-stit.color-blue {
  color: #a4262b;
}
.invest-stit.bold {
  font-weight: 600;
}

.invest-indent-stit {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #000;
  display: block;
  margin: 10px 0 10px 2em;
  padding: 0;
  font-weight: 400;
}
.invest-indent-stit::first-letter {
  margin-left: -2em;
}
.invest-indent-stit.color-blue {
  color: #a4262b;
}
.invest-indent-stit.bold {
  font-weight: 600;
}

.invest-list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invest-list-nostyle li {
  position: relative;
  display: block;
  padding-left: 0;
  position: relative;
  line-height: 1.8;
  font-size: 1.7rem;
}
.invest-list-nostyle.indent {
  margin-left: 0.5em !important;
  padding-left: 1.5em !important;
}
.invest-list-nostyle.indent li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.invest-list-nostyle.indent li::first-letter {
  margin-left: -1.5em !important;
}

.invest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invest-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  line-height: 1.8;
  font-size: 1.7rem;
}
.invest-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a4262b;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 2px;
  color: inherit;
}

/* --- 財務報告 --- */
.financial-item {
  background: #fff;
  margin: 0 auto 30px;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  font-size: 0;
  position: relative;
}
.financial-item .col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.financial-item .col::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  top: 40px;
  bottom: 40px;
  background: #ddd;
}
.financial-item .year {
  font-size: 3rem;
  color: #111;
  margin: 0;
  padding: 15px 0;
}
.financial-item .year::before {
  display: none;
}
.financial-item .year span {
  display: block;
}
.financial-item .tit {
  display: block;
  font-size: 1.9rem;
  color: #222;
  line-height: 1;
  font-weight: normal;
  margin: 0 auto 12px;
}
.financial-item .tit i {
  color: #a4262b;
  font-size: 3rem;
  font-weight: 600;
  display: block;
  font-style: normal;
  margin: 0 auto 10px;
}
.financial-item .p-btn-download {
  display: block;
  margin: 0 auto;
}

.pc .financial-item:hover .p-btn-download {
  color: #a4262b;
  border-color: rgba(0, 117, 193, 0.6);
}

.pc .p-btn-download:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #a4262b;
  border-color: #a4262b !important;
}

@media (max-width: 991px) {
  .financial-item {
    display: block;
  }
  .financial-item .col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .financial-item .col::before {
    top: 20px;
    bottom: 20px;
  }
  .financial-item .col:nth-child(2)::before {
    display: none;
  }
  .financial-item .year {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 20px 0;
    font-size: 2.5rem;
    position: relative;
    font-weight: 600;
  }
  .financial-item .year::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: auto;
    bottom: 0;
    top: auto;
    left: 20px;
    right: 20px;
    background: #ddd;
  }
}
@media (max-width: 767px) {
  .financial-item {
    margin-bottom: 15px;
  }
  .financial-item .col {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .financial-item .col:nth-child(4)::after, .financial-item .col:nth-child(5)::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    left: 20px;
    right: 20px;
    background: #ddd;
  }
  .financial-item .col:nth-child(4)::before {
    display: none;
  }
  .financial-item .tit {
    font-size: 1.7rem;
    margin: 0 auto 5px;
  }
  .financial-item .tit i {
    font-size: 2rem;
  }
}
@media (max-width: 499px) {
  .financial-item .p-btn-download {
    max-width: 120px;
  }
  .financial-item .col {
    padding: 20px 5px 15px 5px;
  }
  .financial-item .year {
    font-size: 2rem;
  }
}
@media (max-width: 399px) {
  .financial-item .p-btn-download {
    font-size: 1.2rem;
    width: auto;
    height: auto;
    padding: 10px 2px 10px 5px;
  }
  .financial-item .p-btn-download::before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
    font-size: 1.3rem;
    margin: -1px 5px 0 0;
  }
}
/* --- 企業社會責任 --- */
.csr-sec {
  border-top: 1px solid #ddd;
  padding-top: 70px;
  margin-top: 50px;
  font-size: 1.7rem;
  line-height: 2;
  color: #000;
}
.csr-sec:first-of-type {
  border-top: none;
  padding-top: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .csr-sec {
    padding-top: 30px;
    margin-top: 30px;
  }
}

/* 供應鏈管理 */
#supplychain .con-box {
  padding-bottom: 30px;
}
/* 新冠肺炎聲明書 */
#statement .form-title{
 display: block;
 font-size: 3rem;
 line-height: 1.5;
 margin: 0 0 15px 0;
 padding: 0;
}
#statement .form-msg{
  font-size: 1.7rem;
  line-height: 1.8;
}
#statement .form-msg span {
  color: #a4262b;
}
.covid-form {
  background: #f6f6f6;
  padding: 50px 7%;
  margin: 25px auto;
  font-size: 1.7rem;
}
.covid-form hr {
  margin: 25px auto;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
}
.covid-form .form-box {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 20px
}
.covid-form .form-box.less-mb{
  margin-bottom: 10px;
}
.covid-form .form-box.inline-style {
  padding: 0 0 0 175px;
  margin-bottom: 15px;
}
.covid-form .form-box.inline-style .form-label {
  width: 150px;
  top: 8px;
  left: 20px;
  position: absolute;
}
.covid-form .form-label {
  display: block;
  line-height: 1.8;
}
.covid-form .form-input-gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.covid-form .form-input-gp .form-input {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.covid-form .form-input {
  width: 100%;
  padding: 0 10px;
  background: #fff;
  height: 36px;
  border: 1px solid #ccc;
}
.covid-form .form-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  height: 70px;
  padding: 8px 10px;
}
.covid-form .form-input:focus, 
.covid-form .form-textarea:focus {
  border-color: #666
}
.covid-form .form-radio {
  margin-right: 10px;
}
.covid-form .form-radio input + span {
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  border: 2px solid #666;
}
.covid-form .form-radio input + span i {
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50px;
  background: #222;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.covid-form .form-radio input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.covid-form .form-radio input:checked + span {
  border-color: #222;
}
.covid-form .form-radio:hover input:not(:checked) + span {
  border-color: #444;
  background: #f5f5f5
}
.covid-form .star {
  margin-left: -1rem;
  margin-right: 0.5rem;
}
.covid-form .form-checkbox input + span {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  border: 2px solid #b64242;
}
.covid-form .form-checkbox input + span i {
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 0;
  background: #b64242;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.covid-form .form-checkbox input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.covid-form .form-checkbox input:checked + span {
  border-color: #b64242;
}
.covid-form .form-checkbox:hover input:not(:checked) + span {
  border-color: #ff0202;
  background: #f5f5f5
}
.covid-announce {
  padding: 10px 30px;
  margin: 20px 20px 30px;
  line-height: 1.8;
  font-weight: 500;
  display: block;
  color: #b64242;
  background: #f5e9e9;
}
.covid-form .btn-style {
  width: 100%;
}
.covid-form .form-box.code {
  max-width: 600px;
  padding-right: 175px;
}
.covid-form .form-box.code .codeimg {
  right: 0;
  top: 3px;
  bottom: auto;
}
@media (max-width: 1279px) {
  .covid-form .form-box.code .codeimg {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .covid-form {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  #statement .form-title{
   font-size: 2.5rem;
   text-align: center;
  }
  .covid-form {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .covid-form .star {
    margin-left: 0rem;
    margin-right: 0.5rem;
  }
  #statement .form-title{
   font-size: 2rem;
   text-align: center;
  }
  .covid-form {
    margin: 0 -20px;
    padding: 40px 20px;
  }
  .covid-form .form-box {
    padding-left: 0;
    padding-right: 0;
  }
  .covid-announce {
    margin: 20px auto 30px;
  }
  
  .covid-form .form-box.inline-style {
    padding-left: 130px;
  }
  .covid-form .form-box.inline-style .form-label {
    width: 130px;
    left: 0;
    top: 3px;
  }
  .covid-form .form-input-gp {
    display: block;
  }
  .covid-form .form-input-gp .form-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto;
  }
}
@media (max-width: 499px) {
  .covid-form .form-box.inline-style {
    padding: 0;
  }
  .covid-form .form-box.inline-style .form-label {
    width: auto;
    top: auto;
    left: auto;
    position: relative;
    display: block;
  }
  .covid-form .form-box.code .codeimg {
    top: auto;
    bottom: 0;
  }
}



.app-wrap { background: #f6f6f6; padding: 3% 5%; position: relative; z-index: 0;}
#scene { position: relative; margin: 5% 0 0; }
#scene .center {  margin: 0 auto; z-index: 1;}
#scene .app { opacity:1; cursor: pointer; z-index: 0;}
#scene .app img{ width: 100%; }
#scene .app:nth-of-type(1) { width: 22%; top: 15%!important; left: 10%!important;  }
#scene .app:nth-of-type(2) { width: 21%; top: 15%!important; left: 66%!important; }
#scene .app:nth-of-type(3) { width: 17%; top: 42%!important; left: 4%!important; }
#scene .app:nth-of-type(4) { width: 18%; top: 43%!important; left: 77%!important; }
#scene .app:nth-of-type(5) { width: 23%; top: 73%!important; left: 17%!important; }
#scene .app:nth-of-type(6) { width: 16%; top: 72%!important; left: 63%!important;}
#scene .app:nth-of-type(7) { width: 22%; top: -2%!important; left: 38%!important;}
#scene .app:hover{ opacity: 1; }

@media (max-width: 767px) {
  .app-wrap{ padding: 1rem 20px 2rem; }
  #scene { margin: 5% 0; padding-bottom: 105%; }
  #scene .app { cursor: pointer; opacity: 0.2;}
  #scene .app:nth-of-type(1) { width: 25%;top: 10%!important; left: 5%!important; }
#scene .app:nth-of-type(2) {  width: 25%;top: 12%!important; left: 68%!important; }
#scene .app:nth-of-type(3) {  width: 23%;top: 45%!important; left: -3%!important; }
#scene .app:nth-of-type(4) {  width: 28%;top: 50%!important; left: 75%!important; }
#scene .app:nth-of-type(5) {  width: 28%;top: 80%!important; left: 7%!important;  }
#scene .app:nth-of-type(6) {  width: 20%;top: 78%!important; left: 75%!important; }
#scene .app:nth-of-type(7) { width: 22%; top: -5%!important; left: 38%!important;}

}
/* 功能性委員會 */
.editor-committee-nav {
  margin: 20px auto 30px;
  padding: 0 0 10px;
  overflow-x: auto;
  border-bottom: 1px solid #c2cad3;
}
.editor-committee-nav::-webkit-scrollbar {
  height: 5px;
}
.editor-committee-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(3, 110, 183, 0);
}
.editor-committee-nav::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(3, 110, 183, 0.25);
}
.editor-committee-nav:hover::-webkit-scrollbar-thumb {
  background: rgba(3, 110, 183, 0.5);
}
.editor-committee-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0;
  border: none;
  flex-wrap: nowrap;
}
.editor-committee-nav li {
  position: relative;
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 230px;
  padding: 0 10px;
  margin: 0;
  text-align: center;
}
.editor-committee-nav li::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background: #c2cad3;
}
.editor-committee-nav li:first-child::before {
  display: none;
}
.editor-committee-nav li a{
  display: flex;
  white-space: normal;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  flex: 1;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
}
.editor-committee-nav li a:hover {
  color: #a4262b;
}
.editor-committee-nav li a.active{
  color: #a4262b;
  background:  rgb(255 255 255 / 80%);
}
.certi-p{
  line-height: 1.8;
  text-align: center;
  font-size: 17px;
  margin:  30px auto;
}

.device-content {
  display: flex;
  /* align-items: center; */
  border-radius: 8px;
  box-shadow: 0 3px 20px 0 rgba(51,51,51,0.1);
  margin: 100px;
  margin-top: 210px;
  padding: 20px;
}

.device-class-content {
  min-width: 130px;
  width: 20%;
}

.class-item {
  padding-left:20px;
  padding-right: 20px;
  padding-top: 15px;
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4edf8;
  width: 100%;
}
.class-item:last-child {
  border-bottom: 0px;
}
.class-item:hover {
  color: #a4262b;
}
.class-item-active {
  background: #a4262b;
  color: white !important;
}
.info-content {
  display: flex;
  min-height: 800px;
  margin-left: 20px;
  padding: 34px 50px;
  border-left: 3px solid #dcdcdc;
}
.info_image {
  height: 470px;
  width: 450px;
  transition: all .4s;
}
.info_image:hover{
  transition: all .4s;
  transform: scale(1.1);
}
.info-text-content {
  margin-left: 40px;
}

.info-text-content .info-title {
  font-size: 25px;
  font-weight: bold;
}
