@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
.teko {
  font-family: 'Teko', "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5;
  color: #302d2c;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
/* Gobal setting */
a {
  color: inherit;
}
a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}
ul, li {
  padding-left: 0;
  margin-bottom: 0;
}
dl, ol, ul {
  padding-inline-start: 20px;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group > label {
  color: #2f2f2f;
  margin-bottom: .625rem;
}
.form-group .form-control,
.form-group .form-control:focus,
.form-group select {
  font-size: 1rem;
  line-height: 1.63;
  color: #2f2f2f;
}
.form-group .form-control:not(textarea),
.form-group .form-control:not(textarea):focus,
.form-group select {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #909090;
  padding-left: 0;
  padding-right: 0;
  max-width: 295px;
}
.form-group textarea.form-control,
.form-group textarea.form-control:focus {
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control,
.form-control:focus {
  border: 1px solid #c3c3c3;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  /* -webkit-appearance: none; */
}
.form-group input[type="submit"] {
  border: 0;
  padding: 0;
}
button:focus {
  outline: 0;
}
ul.disc,
ul.disc li {
  list-style: disc;
}
ul.disc {
  padding-left: 1.3125rem;
}
ul.square {
  list-style: none;
}
ul.square li {
  position: relative;
  padding-left: 18px;
}
ul.square li::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #3565ad;
  left: 5px;
  top: 11px;
}
img {
  max-width: 100%;
  height: auto;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 1.25rem;
}
.page-item.disabled .page-link {
  background-color: transparent;
  border: 0;
}
.page-link {
  border: 0;
  color: #302d2c;
  font-size: 1.25rem;
  line-height: 1.8;
  padding: 0 1.125rem;
  font-family: 'Teko', "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.page-item.active .page-link,
.page-link:hover {
  color: #000;
  background-color: transparent;
}
.page-item.active .page-link {
  border: 0;
}
.page-link:focus {
  box-shadow: none;
}
.page-link[aria-label="Previous"],
.page-link[aria-label="Next"] {
  padding-left: .75rem;
  padding-right: .75rem;
}
.page-link[aria-label="Previous"] span,
.page-link[aria-label="Next"] span {
  width: 1rem;
  height: 1rem;
  display: block;
  background-size: 100%;
}
.page-link[aria-label="Previous"] span {
  background-image: url(../images/icon/icon_arrow1L.svg);
}
.page-link[aria-label="Next"] span {
  background-image: url(../images/icon/icon_arrow1R.svg);
}
.pagination {
  align-items: center;
}
.limitLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fccc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fBalance {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fwrap {
  flex-wrap: wrap;
}
.alignTop {
  align-items: flex-start;
}
.frsc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.frss {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.frcc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.frcs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frce {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.frca {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.frcb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.listTpye {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.listTpye i {
  font-style: normal;
}
.text-underline {
  text-decoration: underline;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 0;
}
h1 {
  color: #e8efff;
  font-size: 1.75rem;
  line-height: 1.29;
  font-weight: 500;
  letter-spacing: 0.56px;
}
.h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.56px;
}
h2 {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Teko', "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.h2 {
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: normal;
  color: #3f434e;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  color: #302d2c;
}
.h3 {
  font-size: 1rem;
  line-height: 1.63;
  font-weight: normal;
  color: #2f2f2f;
}
h4, .h4 {
  font-size: .875rem;
  line-height: 1.57;
  font-weight: normal;
  color: #3f434e;
}
h5, .h5 {
  font-size: .75rem;
  line-height: 1.67;
  font-weight: normal;
  color: #3f434e;
}
p, .p {
  /* margin: 1.25rem 0; */
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.32px;
  font-weight: normal;
}
p:not(:last-child), .p:not(:last-child) {
  /* margin-bottom: 1.25rem; */
}
span.require {
  color: #005bac;
}
.layout {
  max-width: 990px;
  width: 100%;
  margin: auto;
}
.detailP .layout {
  max-width: 1070px;
}
.icon,
.icon_b::before,
.icon_a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.icon_b::before {
  width: ;
  height: ;
  background-image: url(../images/icon/);
  background-size: 100%;
  background-repeat: no-repeat;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.open::after {
  border-width: 8.7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  margin-left: .25rem;
  transition: all .35s;
}
.open[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
[aria-expanded="true"] .navbar-toggler-icon {
  /* background-image: url(../images/icon/); */
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li {
  width: 30px;
  height: 2px;
  margin: 0 8px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slick-dots li button {
  width: 30px;
  height: 2px;
  padding: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.slick-dots li.slick-active button:before {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-arrow,
.slick-arrow::before {
  height: 140px;
  width: 40px;
  font-size: 0;
  content: '';
  display: block;
  z-index: 99;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev::before,
.slick-next::before {
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow::before {
  background-image: url(../images/icon/slick_arrowL.svg);
}
.slick-arrow::before:hover {
  background-image: url(../images/icon/icon_arrow4L.svg);
}
.slick-next::before {
  transform: rotate(180deg);
}
.bg-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-top {
  background: url(../images/icon/);
  background-size: 60px;
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 15px;
  right: 20px;
  display: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.prefix {
  position: relative;
  padding-left: 1.375rem;
  display: inline-flex;
}
.prefix::before,
.editorArea h1::before,
.editorArea .h1::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 20px;
  display: inline-block;
  margin-right: .625rem;
  background-image: url(../images/icon/icon_cube.svg);
}
.g-anchor {
  display: inline-block;
  font-size: .875rem;
  border-radius: 5px;
  line-height: 1.71;
  min-width: 130px;
  width: 100%;
  padding: .5rem;
  text-align: center;
  transition: all .35s;
}
.shadow-box {
  transition: all .35s;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(112, 112, 112, 0.5);
}
.float-up:hover {
  box-shadow: 0 2px 8px 0 rgba(112, 112, 112, 0.8);
  transform: translateY(-10px);
}

.bg-cobalt {
  background-color: #005bac!important;
}
a.bg-cobalt:hover,
button.bg-cobalt:hover,
[type="submit"].bg-cobalt:hover {
  background-color: #0077e2!important;
}
.bg-whiteSmoke {
  background-color: #ededed!important;
}
.bg-aliceBlue {
  background-color: #E8EFFF!important;
}
.bg-pigmentGreen {
  background-color: #00913A!important;
}
.bg-gainsboro {
  color: #707070!important;
  background-color: #E4E4E4!important;
}


/* navbar */
.navbar {
  padding: 0;
  z-index: 99;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}
nav.navbar .layout {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding: 0;
}
.navbar .nav-link {
  color: #302d2c;
  font-size: 18px;
  line-height: 1.72;
  overflow: hidden;
  position: relative;
  transition: all .35s ease-out;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #302d2c;
}
.navbar-nav .dropdown-menu {
  padding: 15px 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}
.dropdown-item {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.32px;
  padding: 0 15px;
  white-space: normal;
  color: #2f2f2f;
}
.dropdown-menu-wrapper .dropdown-item.submenu,
.submenu {
  font-size: .875rem;
  position: relative;
  padding: .625rem .75rem .625rem 1.5rem;
}
.submenu::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #005bac;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #2f2f2f;
}
.dropdown-toggle::after {
  margin-left: .25rem;
  vertical-align: -1px;
}
.navbar-toggler-icon {
  width: 50px;
  height: 50px;
  /* background-image: url(../images/icon/); */
  background-size: 100%;
}
.toggle-form,
.navbar .form-inline button[type="submit"] {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon/icon_search.svg) no-repeat 100%;
}
.right-menu form {
  display: none;
}
.right-menu form.active,
.searchP .right-menu form {
  display: flex;
  width: 100%;
  background-color: #0051a2;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100vw;
  max-width: 100%;
  height: 100px;
}
.right-menu .form-inline-wrapper {
  position: relative;
  max-width: 60rem;
  width: 100%;
  /* margin: auto; */
}
.right-menu .form-inline-wrapper .form-control {
  border: 0;
  border-radius: 49px;
  width: 100%;
  padding-left: 26px;
  padding-right: 36px;
}
.right-menu .form-inline-wrapper button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.lang-menu .lang {
  text-transform: uppercase;
  font-size: 1.125rem;
}
.lang-menu .lang + .lang {
  margin-left: .5rem;
}

.pc-fixed-tool li {
  position: fixed;
}
.pc-fixed-tool .contact {
  box-shadow: 0 0 15px 0 rgba(42, 84, 142, 0.4);
  background-color: #ffffff;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
  color: #707070;
  font-size: .875rem;
  font-weight: 500;
  right: 25px;
  bottom: 25px;
  z-index: 2;
}

.service-contact .layout {
  max-width: 890px;
  padding: 1.5625rem 0;
}
.service-contact .item {
  color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 4.375rem;
  max-width: 16.25rem;
  border: 1px solid;
  transition: all .35s;
  padding: .375rem 1.25rem .25rem;
}
.service-contact .item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.service-contact .item i {
  font-style: normal;
}
.service-contact .item span {
  font-size: 1.25rem;
  margin-top: .25rem;
}

/* footer */
footer .layout {
  font-size: .875rem;
  max-width: 81.875rem;
}
footer .logo img {
  height: 2.5rem;
}
footer .prefix,
footer .address a {
  position: relative;
}
footer .tel,
footer .address {
  line-height: 1.57;
  letter-spacing: 0.28px;
}
footer .address a::after {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/icon/icon_map.svg) 100% no-repeat;
  margin-left: .25rem;
  vertical-align: sub;
}
footer .copyright {
  font-size: .75rem;
  line-height: 1.5;
  color: #474747;
}
footer .privacy {
  color: #474747;
  text-align: center;
}

/* index */
.index-hero-slick .bg-wrapper {
  padding-bottom: 56.25%;
}
.index-news {
  padding-top: 2.5rem;
  padding-bottom: 2.875rem;
}
.index-news .layout {
  max-width: 990px;
}
.index-news-slider {
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.index-news-slider .news-date {
  line-height: 1.45;
}
.index-news-slider .news-title {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  max-height: 72px;
}
.index-news-slider .slick-arrow,
.index-news-slider .slick-arrow::before {
  height: 40px;
}
.index-news-slider .slick-arrow::before {
  transform: rotate(180deg);
  background-image: url(../images/icon/icon_arrow5R.svg);
}
.index-news-slider .slick-next::before {
  transform: rotate(0);
  background-image: url(../images/icon/icon_arrow5R.svg);
}
.index-service {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}
.index-service h3 {
  margin-bottom: 2.8125rem;
}
.index-service .layout {
  max-width: 74.375rem;
}
.index-service .shadow-box {
  max-width: 360px;
}
.index-service .shadow-box img {
  width: 100%;
}
.index-service .service-group .shadow-box {
  padding: 2.5rem;
}
.index-service .service-group div[class^=col-] {
  margin-bottom: 1.25rem;
}
.index-service .link-group {
  max-width: 840px;
  margin: auto;
}
.index-service .link-group .shadow-box {
  padding: .625rem;
}
.index-service .link-group div[class^=col-] {
  margin-bottom: .875rem;
}

/* about */
header {
  padding-top: 1.875rem;
  padding-bottom: 3rem;
}
header .layout {
  max-width: 990px;
}
header .page-head {
  color: #ffffff;
  display: inline-flex;
}
header .page-head.prefix::before {
  margin-top: -43px;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 1.5rem 0 0;
}
.breadcrumb-item,
.breadcrumb-item.active {
  color: #ffffff;
}
.breadcrumb-item {
  font-size: .875rem;
  line-height: 1.71;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  color: transparent;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  padding-right: 0;
  margin: 10px 10px 0 2px;
}
.page-menu {
  position: relative;
  padding: 25px 0;
}
.page-menu::before,
.page-menu::after {
  content: '';
  width: calc(100vw - 1600px);
  height: 50%;
  position: absolute;
  display: block;
  right: 0;
}
.page-menu::before {
  top: 0;
  background-color: #005bac;
}
.page-menu::after {
  bottom: 0;
  background-color: #ffffff;
}
.page-menu .layout {
  max-width: 990px;
}
.about-main {
  padding-top: 4.0625rem;
  padding-bottom: 6.25rem;
}
.about-main .layout {
  max-width: 910px;
}
.timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.timeline:before {
  top: 9px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background: #d8d8d8;
  left: 50%;
  height: calc(100% - 44px);
}
.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.timeline-item {
  margin-bottom: 40px;
  position: relative;
}
.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}
.timeline>li:after {
  clear: both;
}
.timeline>li>.timeline-badge {
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  background-color: #005bac;
  color: #ffffff;
  font-size: 1.125rem;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 98;
}
.timeline-item .timeline-panel {
  width: 44%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}
.timeline-item .year {
  font-size: 5rem;
  line-height: 1;
  color: #e4e4e4;
}
.timeline-body {
  box-shadow: 0 2px 8px 0 rgba(112, 112, 112, 0.5);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1.25rem;
}

/* company */
.editor-container {
  padding-top: 3.125rem;
  padding-bottom: 8.125rem;
}
.editorArea {
  background-color: #ffffff;
  word-break: break-all;
  word-break: break-word;
}
.editor-wrapper {
  padding: 2.875rem 2.5rem 3.75rem;
}
/* editor style setting */
.editorArea a:not(.bg-cobalt) {
  transition: all .35s;
  color: #005bac!important;
}
.editorArea a:hover {
  text-decoration: underline;
  color: #005bac!important;
}
.editorArea table,
.editorArea .table {
  /* margin: 2rem 0; */
}
.editorArea table td,
.editorArea .table td {
  padding: 5px;
}
.editorArea h1,
.editorArea .h1 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #3f434e;
  padding-left: 1.25rem;
  /* margin-bottom: 1.25rem; */
}
.editorArea h1::before {
  top: 8px;
}
.editorArea h2,
.editorArea .h2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  color: #003564;
  /* margin-bottom: 1.25rem; */
}
.editorArea h3,
.editorArea .h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #2f2f2f;
  /* margin: 1.125rem 0; */
}
.editorArea h4,
.editorArea .h4,
.editorArea ul,
.editorArea ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #2f2f2f;
}
.editorArea h6,
.editorArea .h6 {
  font-size: .75rem;
  line-height: 1.25rem;
  letter-spacing: 0.24px;
  font-weight: normal;
  color: #3f434e;
}
.editorArea h5,
.editorArea .h5,
figcaption,
.figure-caption {
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #3f434e;
}
.editorArea figure,
.editorArea .figure {
  max-width: 960px;
  height: auto;
  text-align: center;
  /* margin: 1.875rem auto; */
}
.editorArea figcaption,
.editorArea .figure-caption {
  text-align: center;
  margin-top: .75rem;
}

/* partner */
.mainContent {
  padding-top: 3.125rem;
  padding-bottom: 8.5625rem;
}
.partner-main .layout,
.seal-main .layout,
.chief-main .layout,
.news-main .layout {
  max-width: 990px;
}
.card-item {
  height: 100%;
}
.card-item a {
  display: block;
}
.card-item .figure {
  margin-bottom: 0;
  text-align: center;
}
.card-item .figure-caption,
.card-item .title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.44px;
  color: #000000;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.card-item .figure-caption,
.card-item .title.pad  {
  padding: .625rem 2.25rem .625rem 2.5rem;
}
.card-item .title {
  padding-left: 1.25rem;
}
.card-item .figure-caption::before,
.card-item .title.pad::before {
  left: 1.25rem;
  top: 1rem;
  margin-right: 0;
}
.card-item .title::before {
  top: 7px;
  left: 0;
}
body:not(.seal) .card-item a > .figure .figure-caption::after,
body:not(.seal) .service-list-item a > .name::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/icon_arrow1.svg);
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
  right: .625rem;
  top: 20px;
  transform: rotate(-90deg);
}
.service-list-item a > .name::after {
  top: 9px!important;
}
.card-item .figure-img {
  max-width: 28.75rem;
  width: 100%;
  padding: 2.5rem 1.875rem;
  margin-bottom: 0;
}
/* seal */
.seal-main .card-item .figure-img {
  padding-top: .625rem;
  padding-bottom: 1.875rem;
}
/* chief */
.chief-main .layout {
  max-width: 990px;
}
.chief-item figure,
.chief-item .figure {
  padding: 1.875rem;
}
.chief-item figure img {
  padding: 0;
}
.chief-item .name {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: #3f434e;
}
.chief-item .name::before {
  top: 9px;
}
.chief-item .item {
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: 500;
  color: #003564;
}
.chief-item li {
  color: #2f2f2f;
}

/* news */
.page-menu a,
.page-menu a.active,
.page-menu a.nav-link,
.page-menu a.nav-link.active {
  background-color: transparent;
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: 500;
  padding: 1.25rem .75rem;
}
.page-menu a,
.page-menu a.nav-link {
  border-radius: 0;
  position: relative;
}
.page-menu a::after,
.page-menu a.nav-link::after,
.page-menu a:after,
.page-menu a.nav-link:after {
  position: absolute;
  transition: all .22s ease-out;
  content: '';
  width: calc(100% - 1.5rem);
  height: 1px;
  bottom: 0;
  left: .75rem;
  background-color: transparent;
}
.page-menu a.active::after,
.page-menu a.nav-link.active::after,
.page-menu a:hover:after,
.page-menu a.nav-link:hover:after {
  background-color: #0051a2;
}
.news-main .card-item a {
  padding: 1.6875rem 1.875rem;
}
.news-main .card-item .info {
  margin-top: 1rem;
}
.suffix {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.suffix > div:first-child {
  flex-shrink: 0;
}
.suffix .line {
  flex-grow: 1;
  margin-left: .625rem;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.newsD header .page-head.prefix::before {
  margin-top: 0;
}
.newsD-main {
  padding-bottom: 8.125rem;
}
.newsD-main .editor-container {
  padding-bottom: 3.125rem;
}
.searchP .right-menu form {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  height: auto;
  bottom: calc(-100% - 45px);
}
.searchP .right-menu form .count {
  color: #ffffff;
  max-width: 960px;
  margin: 1.25rem auto 0;
  width: 100%;
}
.searchP .page-menu {
  margin-top: 132px;
}
.page-menu::before {
  background-color: #0051a2;
}

/* product */
.service-list-group {
  flex-wrap: wrap;
}
.service-list-item {
  margin-bottom: 1.875rem;
}
.service-list-item .name {
  background-color: #f7f7f7;
  position: relative;
  color: #005bac;
  font-weight: 500;
  transition: all .35s;
  padding: .25rem 2.1875rem .25rem .625rem;
}
.service-list-item a:hover .name {
  background-color: #e8efff;
}
.service-list-item .name + .des {
  margin-top: .9375rem;
}

/* productD */
.editorArea .timeline {
  padding: 0;
}
.editorArea .timeline:before {
  left: 25px;
}
.editorArea .timeline-item {
  margin-bottom: 1.875rem;
}
.editorArea .timeline>li.timeline-inverted>.timeline-panel {
  float: none;
  clear: both;
}
.editorArea .timeline>li>.timeline-badge {
  left: 0;
  transform: translateX(0);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.editorArea .timeline-item .timeline-panel {
  width: calc(100% - 86px);
  margin-left: auto;
}
.editorArea .timeline-item .title {
  color: #474747;
  margin-bottom: 0;
}
.editorArea .timeline-item .content {
  padding: 1.25rem;
}
.editorArea .timeline-item .content ul li {
  color: #005bac;
}
.editorArea .timeline-item .content a {
  text-decoration: underline;
}

/* service */
.service-btn-group {
  padding: 1.25rem 1.25rem .5rem;
  flex-wrap: wrap;
}
.service-btn-group a {
  margin: 0 1rem .9375rem 0;
  min-width: initial;
  width: auto;
}

.download-main .card-item .figure-caption[data-toggle="collapse"]::after,
.repository-main .card-item .figure-caption[data-toggle="collapse"]::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/icon_arrow1.svg);
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
}
.download-main .card-item .figure-caption[data-toggle="collapse"][aria-expanded="true"]::after,
.repository-main .card-item .figure-caption[data-toggle="collapse"][aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.download-list-group {
  counter-reset: num;
  padding-left: 0;
  flex-direction: column;
}
.download-item {
  display: flex;
  width: 100%;
  padding: .625rem .9375rem .625rem 1.5rem;
}
.download-item:nth-child(even) {
  background-color: #f8f8f8;
}
.download-item::before {
  counter-increment: num; 
  content: counter(num);
  font-family: 'Teko';
  margin-right: 14px;
}
.download-item .left {
  flex-grow: 1;
  text-align: left;
}
.download-item .left .name {
  flex-grow: 1;
}
.download-item .left .spec {
  width: 28.447%;
  max-width: 262px;
  text-align: left;
  color: #707070;
  letter-spacing: 0.28px;
}
.download-item a {
  display: inline-flex;
  position: relative;
  min-width: auto;
  width: 100px;
  padding: 3px 10px;
  flex-shrink: 0;
}
.download-item a::before {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/icon/icon_download.svg);
  margin-right: 3px;
}

/* contact */
.contact-main form,
.contact-main .ai-iframe {
  max-width: 590px;
  width: 100%;
  margin: auto;
}
.contact-main .form-group {
  border: solid 1px #e4e4e4;
  background-color: #fafafa;
  padding: 1.25rem 1.5rem;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 104px;
  cursor: pointer;
}
.upload-btn-wrapper .fake-btn {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #2f2f2f;
  width: 104px;
  height: 30px;
  padding: 0;
  position: relative;
}
.upload-btn-wrapper .fake-btn::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/plus.svg);
  background-size: 100%;
  position: relative;
  right: -6px;
  top: -1px;
}
.upload-btn-wrapper input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.delete_icon {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_delete.svg);
  background-size: 100%;
}
.file-list .file-item {
  margin-bottom: 12px;
}
#changeCaptcha {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
}
.form-group .statement {
  padding: 1rem;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  max-height: 240px;
  height: 240px;
  overflow-y: auto;
}
.form-action button.bg-cobalt {
  color: #ffffff;
}
.form-action a.bg-gainsboro {
  color: #656565;
}
.form-action a.bg-gainsboro {
  background-color: #f5f5f5;
}
.pc.backTop {
  position: fixed;
  right: 140px;
  bottom: 25px;
  display: none;
  width: 38px;
  height: 38px;
  background-image: url(../images/icon/icon_arrow5R.svg);
  background-size: 100%;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 2;
}
input[type="search" i]::-webkit-search-cancel-button {
  margin-right: 13px;
}
.ai-iframe {
  height: calc(100vh - 400px);
  position: relative;
}
.ai-iframe .notice {
  top: -28px;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 15px;
}

.twcaseal-custom {
  width: 20rem;
  height: 110px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: center bottom no-repeat url(../images/icon/_Certification_bg.svg);
  position: relative;
  top: 2px;
}
.twcaseal-custom img {
  /* width: 49.375%; */
  width: 134px;
  height: 74px;
  display: block;
  margin: auto;
}
[lang=en] .twcaseal-custom .zh,
[lang=zh_TW] .twcaseal-custom .en {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul {
    padding-left: 20px;
  }
  .index-news-slider .news-title {
    height: 72px;
  }
  .service-contact .row>div[class^="col-"]:last-child .item {
    line-height: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar .layout {
    -ms-flex-align: flex-start;
    align-items: center;
    max-width: 1560px;
    position: static;
  }
  .navbar-brand {
    margin-right: 1.5625vw;
    padding: 1.25rem 0;
  }
  .navbar-brand img {
    height: 3.125rem;
    width: auto;
  }
  .navbar-nav .dropdown-toggle::after {
    border: 0;
    background-image: url(../images/icon/icon_arrow1.svg);
    width: 1rem;
    height: 1rem;
    background-size: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-item.dropdown {
    position: static;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    transition: all .35s;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 20px 1.198vw;
  }
  .navbar-nav .dropdown-menu {
    /* margin: -10px 0 0 20px; */
    background-color: #fafafa;
  }
  .navbar .dropdown .dropdown-menu.show {
    border-top: solid 1px #e4e4e4;
    display: block;
    min-width: 100vw;
    max-width: 100%;
  }
  .dropdown-menu-wrapper {
    max-width: 60rem;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
  }
  .dropdown-menu-wrapper .dropdown-part,
  .dropdown-menu-wrapper .dropdown-item {
    max-width: 192px;
    width: 100%;
  }
  .dropdown-menu-wrapper .dropdown-item {
    padding: .625rem .75rem;
    border-bottom: 1px solid transparent;
    transition: all .35s;
  }
  .dropdown-menu-wrapper .dropdown-item.submenu {
    border-bottom: solid 1px #e4e4e4;
  }
  .dropdown-menu-wrapper .dropdown-item span {
    position: relative;
    display: inline-block;
  }
  .dropdown-menu-wrapper .dropdown-item span::after {
    position: absolute;
    transition: all .35s;
    width: 100%;
    content: '';
    height: 1px;
    left: 0;
    bottom: -7px;
    background-color: transparent;
  }
  .dropdown-menu-wrapper .dropdown-item:hover {
    color: #0051a2;
  }
  .dropdown-menu-wrapper .dropdown-item:not(.submenu):hover span::after {
    background-color: #0051a2;
  }
  .dropdown-item + .dropdown-item {
    /* margin-top: 10px; */
  }
  .navbar .right-menu {
    margin-left: 16.666vw;
  }
  .navbar .right-menu .lang-menu + .toggle-form {
    margin-left: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .inlineI {
    display: inline-block;
    vertical-align: middle;
  }
  .btn-top {
    display: none!important;
  }
  footer .tel {
    margin-left: 5.729vw;
    padding-right: 2.604vw;
  }
  footer .copyright {
    padding-left: 3.6458vw;
    padding-right: 3.6458vw;
  }
  footer .privacy {
    padding: 1.25rem 1.875rem;
    background-color: rgba(216, 216, 216, .3);
  }

  .gap-20.row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gap-20.row > div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* index */
  .index-news-slider .news-date {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
  .index-news-slider .news-title {
    font-size: 1.125rem;
    line-height: 1.44;
    color: #005bac;
  }
  .page-menu {
    margin-top: -35px;
  }

  /* chief */
  .chief-item figure img {
    width: 45.98%;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .chief-item figcaption {
    flex-grow: 1;
  }

  /* product */
  .service-list-group {
    padding: 1.5625rem 1.75rem 0;
  }
  .service-list-item {
    flex: 0 0 50%;
    padding: 0 15px;
  }
  
  .service-btn-group.collapse {
    display: flex;
  }

  .download-main .card-item .figure-caption[data-toggle="collapse"]::after,
  .repository-main .card-item .figure-caption[data-toggle="collapse"]::after {
    right: .9375rem;
    top: 18px;
  }
  .download-item .left .name {
    max-width: 500px;
  }
  .download-item .left .spec {
    margin-left: 1.25rem;
  }
  .download-item .right {
    margin-left: 1.5625rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar {
    z-index: 999;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-collapse {
    background-color: rgba(1, 113, 222, .95);
    padding: 6px 0 40px;
  }
  .index .navbar-collapse {
    padding-top: 70px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: .3125rem;
    width: 100%;
    text-align: center;
  }
  .navbar-brand img {
    height: 2.5rem;
    width: auto;
  }
  .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
    padding: 12px 30px;
  }
  .navbar-nav .nav-item.dropdown + .nav-item.dropdown {
    border-top: 1px solid #fff;
  }
  .navbar-nav .dropdown-menu {
    padding: 0 0 9px;
  }
  .dropdown-item {
    font-size: 18px;
    line-height: 26px;
    padding: 7px 50px;
    white-space: pre-wrap;
  }

  .mb-toggle-tool.up {
    transform: translateX(-50%) translateY(61px);
  }
  .mb-toggle-tool {
    position: fixed;
    bottom: 0;
    left: 50%;
    border-radius: 30px;
    background-color: #e8efff;
    transform: translateX(-50%);
    max-width: 20rem;
    width: 100%;
    transition: all .35s;
    z-index: 10000;
  }
  .mb-toggle-tool ul {
    padding: .625rem;
  }
  .tool-item {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    color: #707070;
    font-size: .9375rem;
    line-height: 1.73;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 100%;
  }
  .tool-item + .tool-item {
    margin-left: .5rem;
  }
  .tool-item:not(.contact) {
    height: 40px;
    width: 40px;
  }
  .tool-item.contact {
    border-radius: 21px;
    padding: 6px 17px;
  }
  body:not(.searchP) #searchPanel {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: 100;
  }
  .lang-menu,
  .toggle-form {
    display: none;
  }
  .right-menu form.active {
    top: 0;
    bottom: 0;
  }
  .right-menu .form-inline-wrapper {
    margin: 0 1.75rem;
  }
  .submenu::before {
    left: 1.25rem;
  }
  .hc-nav-trigger {
    position: static;
  }
  .hc-nav-trigger:not(.toggle-open) #hide,
  .hc-nav-trigger.toggle-open #normal {
    display: none; 
  }
  
  .searchP nav.navbar .layout {
    max-width: 100%;
  }
  .searchP .right-menu .form-inline-wrapper,
  .searchP .right-menu form .count {
    max-width: calc(100% - 3.5rem );
  }
  .searchP .right-menu form,
  .searchP .right-menu form.active {
    top: 50px;
    bottom: auto;
  }
  .page-menu ul {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
  }
  .page-menu ul li {
    flex-shrink: 0;
  }

  .pc.backTop {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .nopad {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapSM {
    flex-wrap: wrap;
    flex-direction: column;
  }
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  p, .p {
    font-size: ;
    line-height: ;
  }
  p:not(:last-child),
  .p:not(:last-child) {
    margin-bottom: 25px;
  }

  /* footer */
  footer {
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
  }
  footer .col-12 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
  }
  footer .prefix {
    order: 0;
    align-self: start;
  }
  footer .prefix + .prefix {
    margin-top: 1.5625rem;
  }
  footer .logo {
    order: 1;
    margin: 1.875rem auto 1.25rem;
  }
  footer .copyright,
  footer .privacy {
    order: 2;
    text-align: center;
  }
  footer .copyright {
    letter-spacing: .24px;
    margin-bottom: 1.5rem;
  }
  .service-contact .layout {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .service-contact .col-12 + .col-12 {
    margin-top: 1rem;
  }

  /* index */
  .index-hero .slick-dots {
    bottom: 20px;
  }
  .index-news {
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
  }
  .index-news-slider {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: .875rem auto;
  }
  .index-news-slider .slick-arrow {
    top: initial;
    transform: rotate(0) translateY(0);
    bottom: -52px;
    right: 20px;
  }
  .index-news-slider .slick-prev {
    left: calc(100% - 107px);
  }
  .index-news-slider .news-title {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    max-height: 66px;
    font-size: 1rem;
    line-height: 1.38;
  }
  .index-news .col-auto {
    margin-left: 1.25rem;
  }
  .index-service {
    padding-top: 1.875rem;
    padding-bottom: 4.37rem;
  }
  .index-service h3 {
    margin-bottom: 1.875rem;
  }
  .index-service .link-group {
    padding-left: 23px;
    padding-right: 23px;
    margin-right: -7px;
    margin-left: -7px;
  }
  .index-service .link-group div[class^=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .index-service .shadow-box {
    max-width: 290px;
    margin: auto;
  }

  /* about */
  nav[aria-label="breadcrumb"] {
    display: none;
  }
  header {
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
  }
  header .page-head {
    justify-content: center;
  }
  header .page-head .head-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    text-align: left;
  }
  header .page-head.prefix::before {
    margin-right: .625rem;
    margin-top: 0;
    /* bottom: 43px; */
    top: 3px;
  }
  .page-menu {
    padding: .75rem 1.875rem;
  }
  .about-main {
    padding-top: 2.3125rem;
  }
  .timeline-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .timeline {
    padding: 0;
  }
  ul.timeline:before {
    left: 20px;
  }
  ul.timeline>li {
    width: 100%;
    float: left;
    clear: left;
    padding-left: 3.25rem;
  }
  .timeline>li>.timeline-badge {
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: .875rem;
  }
  .timeline-item .timeline-panel {
    width: 100%;
    float: right;
  }
  .timeline-item .year {
    margin-bottom: .9375rem;
    font-size: 3.125rem;
  }

  /* company */
  div[class^="col-"].editor-col {
    padding-left: 0;
    padding-right: 0;
  }
  .editor-container {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
  .editor-wrapper {
    padding: 1.875rem;
  }
  .editorArea .g-anchor {
    min-width: 80px;
  }
  .editorArea h6,
  .editorArea .h6 {
    font-size: .875rem;
    line-height: 1.57;
    letter-spacing: 0.28px;
  }

  /* partner */
  .mainContent {
    padding: 1.875rem 16px 4.75rem;
  }
  .card-item .figure-caption,
  .card-item .title {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
  .card-item .title.pad {
    padding: .875rem 1.25rem .875rem 3.125rem;
  }
  .card-item .figure-caption {
    padding: .3125rem 1.5rem .3125rem 1.875rem;
  }
  .card-item .figure-caption::before {
    left: .625rem;
    top: 9px;
  }
  .card-item .title.pad::before {
    left: 1.875rem;
    top: 1.125rem;
  }
  .card-item a > .figure .figure-caption::after {
    right: .25rem;
    top: .625rem;
  }

  /* chief */
  .chief-main,
  .chief-main div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .chief-main figcaption {
    width: 100%;
  }

  /* news */
  .page-menu .col-12 {
    padding-left: 1.125rem;
    padding-right: 0;
  }
  .page-menu a,
  .page-menu a.active,
  .page-menu a.nav-link,
  .page-menu a.nav-link.active {
    padding: .9375rem .625rem;
  }
  .news .page-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .news-main {
    padding: 1.875rem 7.5px 4.75rem;
  }
  .news-main .card-item a {
    padding: 1.25rem 1.5rem;
  }
  .newsD header {
    padding-bottom: 1.875rem!important;
  }
  .newsD-main {
    padding-bottom: 5.5rem;
  }
  .newsD-main .editor-container {
    padding-bottom: 2.5rem;
  }
  .searchP .right-menu form .count {
    text-align: center;
  }

  /* product */
  .service-list-group {
    padding: 1.125rem 1.25rem 0;
  }

  /* productD */
  .editorArea .timeline-item .timeline-panel {
    width: calc(100% - 12px);
  }
  .editorArea .timeline-item .title {
    padding-left: 1.875rem;
  }
  .editorArea .timeline-item .card-item .title.pad::before {
    left: .875rem;
  }

  /* service */
  .service-btn-group {
    padding: 1rem .625rem .5rem;
  }
  .service-btn-group a {
    margin-right: .5rem;
    padding: .25rem .9375rem;
  }
  .card-item .figure-caption[data-toggle="collapse"]::after {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icon/icon_arrow1.svg);
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    right: .25rem;
    top: .625rem;
  }

  /* download */
  .download-main .card-item .figure-caption,
  .repository-main .card-item .figure-caption,
  .download-item .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .download-item::before {
    align-self: flex-start;
  }
  .download-item .left .spec {
    margin-top: .25rem ;
  }
  .download-item .right {
    margin-left: .9375rem;
  }
  .download-item a {
    width: 30px;
    padding: 3px 0 3px 4px;
  }
  .download-item a span {
    display: none;
  }

  .repository-main .download-item .name,
  .repository-main .download-item .spec {
    width: calc(100% - 45px);
  }
  .repository-main .download-item a {
    float: right;
  }

  .contact-main {
    padding-left: 28px;
    padding-right: 28px;
    min-height: calc(100vh - 430px);
    padding-bottom: 20px;
  }
  .ai-iframe {
    height: calc(100vh - 430px);
  }
  .ai-iframe .notice {
    font-size: 13px;
    width: 100%;
    text-align: center;
    top: -20px;
  }
}
@media screen and (max-width: 1199px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #offcanvas-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .index-news-slider .news-title {
    height: 66px;
  }
}

/* overwrite hc-offcancvas original setting */
.hc-offcanvas-nav {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hc-offcanvas-nav.hc-nav-1 .nav-container {
  width: 100%!important;
}
.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav * {
  background-color: #fafafa!important;
  border: 0!important;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  color: #302d2c;
  font-size: 1rem;
  padding: 8px 40px 8px 20px;
}
.hc-offcanvas-nav .nav-item-link.submenu {
  font-size: .875rem;
  padding-left: 35px;
}
.nav-close .nav-close-button {
  display: none;
}
.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  border: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/icon_arrow1.svg);
}
.hc-offcanvas-nav .nav-back span::before {
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.nav-back-button {
  border-bottom: solid 1px #e4e4e4;
}
.hc-offcanvas-nav a.lang {
  font-size: 1.125rem;
  background-color: #e8efff!important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
}