@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&family=Titillium+Web:wght@300;400;700&family=Rubik:wght@400;700&display=swap");
/*引入自訂字型
並更換下面body, html (把新的字型名稱放入即可)
@font-face {
	font-family: "font-name";src: url(字型檔案位置);
}*/

/************
 main 
 ***********/
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  color: #333;
  background: url(../img/bg_3107x1750.png) repeat-y center center;
  background-size: cover;
  font-weight: 400;
  z-index: 0;
  position: relative;
}
/* body, html { padding: 0; margin: 0; font-family:'新的台達字型font-name','Noto Sans TC', "Microsoft JhengHei", Helvetica, Arial, sans-serif ; font-size: 1rem; height: 100%; color:#333;background: url(../img/bg.jpg)no-repeat center center;background-size: cover; font-weight: 400;z-index: 0;position: relative;} */
a {
  transition: all ease-in-out 0.3s;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a.underline {
  text-decoration: underline;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
:focus {
  outline: none;
}
.btn.focus,
.btn:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.form-control:focus {
  box-shadow: inset 2px 2px 5px #dde7f2, inset -3px -3px 7px #ffffff;
  background-color: #fff;
  border: none;
}
p {
  font-size: 1.125rem;
}

/*text color*/
.txt-black {
  color: #000 !important;
}
.txt-blue {
  color: #0087dc !important;
}
.txt-white {
  color: #ffffff !important;
}
/*bg*/
.bg-w {
  background: #fff !important;
}

/* text size&bold */
.font-9r {
  font-size: 0.9rem !important;
}
.font-1r {
  font-size: 1rem !important;
}
.font-18 {
  font-size: 1.125rem !important;
}
.font-15r {
  font-size: 1.5rem !important;
}
.font-30 {
  font-size: 1.75rem !important;
}
.font-2r {
  font-size: 2rem !important;
}

.font-bold {
  font-weight: 700 !important;
}
.font-normal {
  font-weight: 400 !important;
}

/*text position*/
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.al-center {
  align-items: center !important;
}

/* padding & margin */
.pa-0 {
  padding: 0 !important;
}
.ma-0 {
  margin: 0 !important;
}

/* */
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-100 {
  padding-left: 100px !important;
}

/*  */
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-100 {
  padding-right: 100px !important;
}

/*  */
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

/*  */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}

/*  */
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

/*  */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}

/*  */
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-100 {
  margin-left: 100px !important;
}

/*  */
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-100 {
  margin-right: 100px !important;
}

/* header */
.block-frame {
  display: flex;
  align-items: center;
}
.nav {
  width: 100%;
  margin-left: auto;
}
.block-frame {
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  margin-top: 0;
}
.header-logo {
  display: inline-block;
  width: 150px;
  position: absolute;
  left: 40px;
  height: 90px;
  padding-top: 20px;
  z-index: 11;
}
/* .header-logo { display: flex; align-items: center; flex: 5 1 400px; margin-left: 2rem; } */
.header-logo a {
  display: block;
}
.border-1 {
  width: 100%;
  height: 8px;
  margin-top: 90px;
  right: 0;
  background: #0087dc;
  position: fixed;
  z-index: 50;
}
.border-2 {
  width: 40%;
  height: 8px;
  margin-top: 0px;
  right: 0;
  background: #64d7d7;
  position: fixed;
  z-index: 100;
}
.border-3 {
  width: 20%;
  height: 8px;
  margin-top: 0px;
  right: 0;
  background: #b9eb5f;
  position: fixed;
  z-index: 150;
}
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  padding-top: 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  position: fixed;
}
header .main-menu {
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 10;
}
header .main-menu .main-menu-frame {
  width: 100%;
  position: relative;
  padding-left: 400px;
  z-index: 0;
  display: flex;
}
header .main-menu .main-menu-frame ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}
header .main-menu .main-menu-frame .menu-lv1 {
  display: flex;
  position: relative;
}
header .main-menu .main-menu-frame .menu-lv1 > li {
  padding: 24px 20px 24px 20px;
  text-align: center;
}
header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title {
  flex: 1 0 auto;
  font-size: 1.25rem;
  padding: 1rem 0.5rem 0rem 1rem;
  display: flex;
  color: #000;
  transition: all ease-in-out 0.3s;
}
header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title img {
  padding-left: 4px;
  width: 50px;
}

header .main-menu .main-menu-frame .menu-lv1 > li.open .menu-lv2 {
  display: block;
}
header .main-menu .main-menu-frame .menu-lv1 > li.open .menulv1-title,
header .main-menu .main-menu-frame .menu-lv1 > li.active .menulv1-title {
  color: #0087dc !important;
}
header .main-menu .main-menu-frame .menu-lv2 {
  display: none;
  position: absolute;
  margin-top: 0px;
  left: -400px;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: -100;
  padding: 0px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  width: 100vw;
  min-width: 100vw;
}
header .main-menu .main-menu-frame .menu-lv2 > ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
}
header .main-menu .main-menu-frame .menu-lv2 > ul > li {
  padding: 0 10px;
  margin-top: 0;
  position: relative;
  flex: 1 1 auto;
  width: 25%;
  text-align: center;
  background: -moz-linear-gradient(
    -30deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(0, 159, 232, 0.1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -30deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(0, 159, 232, 0.1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    150deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(0, 159, 232, 0.1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .main-menu .main-menu-frame .menu-lv2 > ul > li a {
  display: block;
  padding: 30px;
  font-size: 1.5rem;
  color: #0087dc;
}
header .main-menu .menu-area-01 {
  display: none;
}
header .main-menu .menu-01 {
  display: flex;
  width: 135px;
  position: absolute;
  right: 0;
  top: 0;
}
header .main-menu .menu-01:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ddd;
}
header .main-menu .menu-01:after {
  content: "";
  width: 135px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: ;
  z-index: 1;
}
header .main-menu .menu-01 li {
  position: relative;
  width: 100%;
}
header .main-menu .menu-01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 40px 40px 20px;
  color: #555;
  font-size: 1.25rem;
}
header .main-menu .menu-01 li .icon {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
header .main-menu .menu-01 li img {
  width: 24px;
}
header .main-menu .menu-footer {
  display: none;
}
header .xs-menu-toggle,
.xs-menu-toggle-02 {
  display: none;
}

header .main-menu .menu-01 li .lg-dropdown-box {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}
header .main-menu .menu-01 li .lg-dropdown-box ul > li a {
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}
header .main-menu .menu-01 li.lg-dropdown:hover .lg-dropdown-box {
  display: block;
}

/*content*/
.show-xs {
  display: none;
}
.main {
  width: 100%;
  padding-top: 90px;
  padding: bottom 75px;
}
.main .test {
  width: 100%;
  height: 100%;
}
.traffic .main {
  max-height: 100vh;
  height: 100vh;
}
iframe {
  border: none;
}
.hide {
  display: none;
}
section {
  padding: 70px 0;
}
.main section:last-child {
  padding-bottom: 150px;
}
.draw section {
  padding-left: 550px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.icon-hover {
  display: none;
}
/* .container{max-width: 1200px;} */

.btn {
  border-radius: 0;
  border: none;
}
.btn.btn-blue {
  color: #fff;
  width: 270px;
  padding: 12px 20px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  background: url(../img/bg-btn.jpg) no-repeat top center;
  background-size: cover;
}
.title-type01 {
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.title-type01:before {
  content: "";
  background: url(../img/title-style.png) no-repeat left center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-type02 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.title-type02 h2 {
  font-size: 3rem;
  color: #0087dc;
}
.title-type02 span.en {
  font-size: 1.125rem;
  color: #4a4f58;
}
.title-type03 {
  position: relative;
  padding-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
/* .title-type03:before{content: "";width: 90px;height: 5px;background: url(../img/title-frame.jpg)no-repeat center center;background-size: 100%;position: absolute;top: 0;left: 0;} */
.title-type03.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.title-type03 h3 {
  font-size: 2.25rem;
  color: #000000;
  margin-bottom: 10px;
}
.title-type03 h4 {
  font-weight: 700;
  letter-spacing: 2px;
}
.bg-dark {
  color: #fff;
}
.bg-dark .title-type03 h3 {
  color: #fff;
}
.bg-dark .title-type03:before {
  background: #fff;
}
.bg-dark a {
  color: #fff;
}
.tab-type01 .nav-tabs {
  border: none;
  justify-content: center;
}
.tab-type01 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 1.125rem;
  color: #000;
  padding: 5px 25px;
  position: relative;
}
.tab-type01 .nav-tabs .nav-link:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-type01 .nav-tabs li:last-child .nav-link:before {
  display: none;
}
.ul-type01 li {
  padding-left: 25px;
  padding-bottom: 15px;
  position: relative;
}
.ul-type01 li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.ul-type02 {
  margin: 20px 0;
}
.ul-type02 li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 25px;
}
.ul-type02 li:last-child {
  padding-bottom: 0;
}
.ul-type02 li:before {
  content: "";
  width: 5px;
  height: 20px;
  background: #bedc5a;
  position: absolute;
  left: 0;
  top: 4px;
}
.ul-type02 li span {
  font-size: 1.125rem;
}
.ul-type02 li .ul-type03 {
  margin-top: 25px;
}
.ul-type02 li .ul-type03 li {
  padding-left: 0;
  font-size: 1.125rem;
}
.ul-type02 li .ul-type03 li:before {
  display: none;
}
.ol-type01 li {
  padding-left: 25px;
  padding-bottom: 15px;
  position: relative;
  counter-increment: step-counter;
}
.ol-type01 li:before {
  content: counter(step-counter);
  color: #0087dc;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
}

.video-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.video-card a:hover .video-imgbox img {
  transform: scale(1.2);
}
.video-card .video-imgbox {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.video-card .video-imgbox:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-card .video-imgbox img {
  height: 250px;
  transition: all 0.3s ease-in-out;
}
.video-card .video-title {
  padding: 20px 35px;
}

.display-area {
  margin-bottom: 50px;
  color: #000;
  font-size: 1.125rem;
}
.itemthumb img {
  width: 100%;
  object-fit: cover;
}
.img-display {
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.img-display img {
  width: 100%;
}
.img-display .enlarge {
  position: absolute;
  top: 0;
  left: 100%;
  background: #777;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-display .enlarge img {
  width: 16px;
}
.img-frame {
  padding-right: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 0;
}
.img-frame:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: url(../img/about-before.jpg) no-repeat bottom right;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.img-frame img {
  height: 300px;
}
.col-md-6 .img-display {
  margin-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row.img-text-box .text {
  width: 50%;
  padding-left: 20px;
  padding-right: 60px;
}
.row.img-text-box .img {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}
.row.img-text-box.flex-reverse-md .text {
  padding-left: 60px;
  padding-right: 20px;
}
.row.img-text-box.flex-reverse-md .img {
  padding-left: 20px;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}
.text-box p {
  text-align: justify;
  line-height: 2;
}
blockquote {
  padding: 35px;
  box-shadow: 0px 0px 35px 0px rgb(0 135 220 / 25%);
  max-width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
}
blockquote p {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25rem;
}
blockquote:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../img/dot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 35px;
  top: -10px;
}
blockquote:after {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../img/dot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 35px;
  transform: rotate(180deg);
  bottom: -10px;
}

.slick-arrow {
  font-size: 0;
  border: none;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.slick-arrow.slick-prev {
  left: -60px;
}
.slick-arrow.slick-next {
  right: -60px;
}
.slick-arrow.slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #0087dc;
  border-left: 2px solid #0087dc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slick-arrow.slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #0087dc;
  border-right: 2px solid #0087dc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slick-arrow.slick-disabled:before {
  border-color: #ccc !important;
}

.main-title {
  width: 420px;
  color: rgb(0 40 140);
  position: absolute;
  right: 50px;
  top: 120px;
  z-index: 100;
  text-align: center;
}
.main-title h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.main-title h5 span {
  letter-spacing: 2px;
  padding-left: 18px;
}
.main-title h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.title_border-1 {
  width: 420px;
  height: 6px;
  margin-top: 0px;
  right: 10;
  background: #0087dc;
  position: fixed;
  z-index: 50;
  align-content: right;
  display: block;
}
.title_border-2 {
  left: 0%;
  width: 50%;
  height: 6px;
  margin-top: 0px;
  right: 0;
  background: #64d7d7;
  position: flex;
  z-index: 100;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.title_border-3 {
  width: 50%;
  height: 6px;
  margin-top: 0px;
  right: 0;
  background: #b9eb5f;
  position: felx;
  z-index: 150;
  margin-right: 0;
}
.main-title h6 {
  margin: 30px 0px 0;
  letter-spacing: 5px;
  font-size: 2.6rem;
  font-weight: 100;
  width: 420px;
}

.card-video-list {
  padding: 0 10px;
}
.card-video-list .list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 20px;
}
.card-video-list .list-item .video {
  padding: 0 8px;
  width: 50%;
  position: relative;
}
.card-video-list .list-item .text {
  padding: 0 8px;
  width: 50%;
}
.card-video-list .list-item .video a {
  position: relative;
  display: block;
  transform-origin: right;
}
.card-video-list .list-item .video a:before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 135, 220, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.card-video-list .list-item .video a:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-video-list .list-item .video a img {
  width: 100%;
}
.card-video-list .list-item .text .video-title {
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
}
.card-video-list .list-item .text .video-date {
  font-size: 0.8rem;
  color: #999;
  display: block;
}
.card-video-list .list-item:hover .video a {
  transform: scale(1.2);
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}
.card-video-list .list-item:hover .video a:before {
  opacity: 0;
}
.card-video-list .list-item:hover .text .video-title {
  color: #0087dc;
}

.display-zoomIn {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.display-zoomIn img {
  height: 100%;
  animation: zoomIn 1s;
  -webkit-animation: zoomIn 1s;
  transition: all 0.3s ease-in-out;
  display: none;
}
.display-zoomIn.show {
  position: static;
}
.display-zoomIn.show img {
  display: block;
}
.zoomIn-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  padding-top: 90px;
}
.zoomIn .zoomIn-box {
  display: block;
}
.display-card {
  position: fixed;
  min-width: 500px;
  width: 520px;
  max-height: calc(100vh - 120px);
  height: calc(100vh - 120px) !important;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 5px solid #64cddc;
  background: url(../img/card-bg.png) no-repeat center center;
  background-size: cover;
  left: -750px;
  bottom: 15px;
  z-index: 1000;
  transition: all ease-in-out 0.3s;
}
.display-card.show {
  left: 15px;
}
.display-card:before {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 57px 0 0;
  border-color: #bedc5a transparent transparent transparent;
}
.display-card .close {
  position: absolute;
  opacity: 1;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 100%;
  top: -5px;
}
.display-card .card-outter {
  padding: 40px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.display-card .card-title {
  margin-bottom: 20px;
  padding: 0 10px;
}
.display-card .card-title .title {
  font-size: 2.25rem;
  color: #009fe8;
}
.display-card .card-tab {
  padding: 0 10px;
}
.display-card .card-tab .nav-tabs {
  border: none;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -4px;
}
.display-card .card-tab .nav-tabs li {
  width: 25%;
  padding: 0 4px;
}
.display-card .card-tab .nav-tabs li {
  width: 20%;
  padding: 0 4px;
}
.display-card .card-tab .nav-tabs li a {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #c8c8c8;
  height: 4px;
}
.display-card .card-tab .nav-tabs li a.active {
  height: 8px;
  background: #b9eb5f;
}

.card-info {
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.card-list > li {
  position: relative;
}
.card-list > li > a {
  font-size: 1.125rem;
  color: #333333;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  padding-right: 55px;
}
.card-list > li > a:hover {
  color: #009fe8;
}
.card-list > li > a:before {
  content: "";
  opacity: 0;
  background: url(../img/arrow-b.png) no-repeat center center;
  background-size: 100%;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.card-list > li > a:hover:before {
  opacity: 1;
}
.card-list > li .card-list-lv2 {
  display: none;
  transition: all 0.3s ease-in-out;
}
.card-list > li.e-lv2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #2b6f8d;
  transition: all 0.3s ease-in-out;
}
.card-list > li.open .card-list-lv2 {
  display: block;
}
.card-list > li.open.e-lv2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #005074 transparent transparent transparent;
}
.card-list > li .card-list-lv2 ul {
  padding: 3px 0;
  position: relative;
}
.card-list > li .card-list-lv2 ul:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #005074;
  position: absolute;
  top: 0;
  left: -14px;
}
.card-list > li .card-list-lv2 ul > li {
  padding-bottom: 5px;
}
.card-list > li .card-list-lv2 ul > li:last-child {
  padding: 0;
}
.card-list > li .card-list-lv2 ul > li > a {
  color: #006699;
  font-size: 0.9rem;
}
.card-list > li > p {
  color: rgba(150, 150, 150, 1);
  font-size: 1.125rem;
  padding: 10px 55px 15px 0px;
  margin: 0;
}
/* .card-list > li > p span {
  color: rgba(150, 150, 150, 1);
  font-size: 0.9rem;
} */

#about02 {
  background: url(../img/about-bg01.jpg) no-repeat bottom right;
  background-size: cover;
  padding-bottom: 200px;
}
#about03 {
  background: url(../img/about-bg02.jpg) no-repeat bottom right;
  background-size: cover;
}
.business-group {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.business-group .ul-type02 {
  padding: 0 10px;
}
.timeline-box {
  padding-top: 20px;
}
.timeline-item {
  padding: 30px 8px 20px;
}
.timeline-card {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgb(0 135 220 / 25%);
  height: 290px;
}
.timeline-card.event .imgbox img {
  height: 230px;
}
.timeline-card.event .title {
  background: #fff;
  font-size: 1.125rem;
  color: #000;
  padding: 15px 20px;
  height: 60px;
}
.timeline-card.product {
  background: url(../img/timeline-bg.png) no-repeat bottom right;
  background-size: cover;
  position: relative;
  padding: 100px 20px 20px;
}
.timeline-card.product .title {
  position: absolute;
  top: 20px;
  left: 20px;
}
.timeline-card.product .title h4 {
  color: #0087dc;
  margin-bottom: 5px;
}
.timeline-card.product .title span {
  color: #0087dc;
  font-size: 1.125rem;
}
.timeline-card.product .imgbox img {
  margin: 0 auto;
  max-height: 160px;
}
.timeline-year .year {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}
.timeline-year .year.invisible {
  visibility: visible !important;
  pointer-events: none;
  cursor: auto;
}
.timeline-year .year.invisible h4 {
  visibility: hidden;
}
.timeline-year .year:before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 135, 220, 0.2);
  position: absolute;
  bottom: 20px;
  left: 0;
}
.timeline-year .year:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #0087dc;
  border-radius: 50%;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-year .year.invisible:after {
  display: none;
}
.timeline-year .year.slick-current {
  color: #0087dc;
}

#contact {
  background: url(../img/about-bg02.jpg) no-repeat bottom right;
  background-size: cover;
}
.page-banner {
  position: relative;
  z-index: 0;
}
.page-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.page-banner .itemthumb img {
  height: 200px;
}
.page-banner .page-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 5px;
}

#draw-section {
  background: url(../img/bg_3107x1750.png) repeat-y center center;
  background-size: cover;
}

/*footer*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 50px;
  height: 50px;
  z-index: 800;
}
footer:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(
    top,
    rgba(119, 119, 119, 0.5) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.5) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.footer-bottom .footer-left p {
  margin: 0;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  padding-top: 5px;
}
.footer-social {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  padding-top: 5px;
}
.footer-social span {
  font-size: 0.9rem;
  padding: 0px;
}
.footer-social ul {
  display: flex;
  align-items: center;
}
.footer-social ul li {
  margin: 0 5px;
  list-style: none;
}
.footer-social ul li a {
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social .left,
.footer-social .right {
  display: flex;
  align-items: center;
}
footer span {
  margin-right: 0px;
  font-family: "DeltaSans", sans-serif, Arial;
}
.right {
  margin-right: 0px;
  margin-left: 10px;
}
.Footer {
  padding-bottom: 100px;
  margin: 1em 1em 0em -1em;
}

.displayInfoBox {
  position: fixed;
  overflow: auto;
  max-width: 550px;
  height: calc(100% - 90px);
  padding: 40px;
  color: #fff;
  background: url(../img/displayInfo-bg.png) no-repeat center center;
  background-size: cover;
  left: -600px;
  bottom: 0;
  z-index: 799;
  transition: all ease-in-out 0.3s;
}
.open-displayInfo header {
  z-index: 900;
}
/* .open-displayInfo footer:after{content: '';position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: transparent;z-index: 700;animation: fadeIn .5s;-webkit-animation: fadeIn .5s;} */
.open-displayInfo .displayInfoBox {
  left: 0;
}
.open-displayInfo .footer-info .basic {
  display: none;
}
displayInfo-title .open-displayInfo .footer-info .close {
  display: block;
}
.open-displayInfo .footer-info:before {
  background: url(../img/icon-cancel.png) no-repeat;
  background-size: 100% 100%;
}
.traffic .displayInfoBox {
  height: calc(100vh - 90px);
  left: 0;
}
.traffic .footer-displayInfo {
  display: none;
}
.displayInfoBox .displayInfoBox-outter {
  overflow: hidden;
}
.displayInfo-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.displayInfo-title .year {
  font-size: 2.5rem;
}
.displayInfo-text .info-gp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  font-weight: 300;
}
.displayInfo-text .info-gp .name {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-right: 20px;
  font-weight: 600;
}
.displayInfo-text .info-gp p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}
.displayInfo-text .info-gp .map {
  display: block;
}

/*seminar*/
.seminar-text .info-gp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}
.seminar-text .info-gp .date {
  color: #009fe8;
  font-size: 1.65rem;
  line-height: 1;
  margin-right: 20px;
  font-weight: 600;
}
.seminar-text .info-gp .title {
  letter-spacing: 0.025em;
  color: #009fe8;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-right: 20px;
  font-weight: 600;
}
.seminar-text .info-gp p {
  color: #333333;
  line-height: 1.3;
  margin-bottom: -10px;
  font-weight: 500;
}

.seminar-text .info-gp2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}
.seminar-text .info-gp2 .title {
  color: #009fe8;
  font-size: 1.15rem;
  line-height: 1;
  margin-right: 20px;
  font-weight: 600;
}
.seminar-text .info-gp2 p {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
}

/*modal*/
.modal-backdrop.show {
  opacity: 0.2;
  z-index: -10;
}
.modal-type01 .modal-dialog {
  max-width: 1420px;
  width: 100%;
  margin: 150px auto 50px;
  padding: 0 60px;
}
.modal-type01 .breadcrumb {
  position: absolute;
  bottom: 100%;
  align-items: center;
  padding: 15px 0;
  background: transparent;
  margin: 0;
  border-radius: 0;
}
.modal-type01 .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  padding-top: 5px;
}
.modal-type01 .breadcrumb-item + .breadcrumb-item {
  padding-left: 30px;
}
.modal-type01 .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  background: url(../img/icon-next.png) no-repeat center center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 8px;
}
.modal-type01 .modal-content {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: url(../img/bg-modal.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0;
  border: none;
  max-height: calc(100vh - 200px);
}
.modal-type01 .modal-header {
  border: none;
  border-radius: 0;
  text-align: center;
  padding: 50px 80px 10px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.modal-type01 .modal-header .close {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 0;
}
.modal-type01 .modal-header .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 57px 0 0;
  border-color: #bedc5a transparent transparent transparent;
  z-index: -1;
}
.modal-type01 .modal-header .close img {
  width: 20px;
  margin-left: 5px;
}
.modal-type01 .modal-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0087dc;
  text-align: center;
  margin-bottom: 15px;
}
.modal-type01 .modal-category {
  position: absolute;
  background: #0087dc;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 15px 10px 25px;
  top: -5px;
  left: -5px;
  height: 56px;
}
.modal-type01 .modal-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 35px 0 0;
  border-color: #0087dc transparent transparent transparent;
}
.modal-type01 .modal-body {
  overflow: auto;
  padding: 10px 20px 20px;
}
.modal-type01 .modal-body .modal-inner {
  overflow: hidden;
  padding: 0 30px;
}

#modal-product.modal-type01 .close {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  position: absolute;
  left: calc(100% - 60px);
  top: 60px;
  z-index: 0;
}
#modal-product.modal-type01 .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 57px 0 0;
  border-color: #bedc5a transparent transparent transparent;
  z-index: -1;
}
#modal-product.modal-type01 .close img {
  width: 20px;
  margin-left: 5px;
}
#modal-product.modal-type01 .modal-dialog {
  margin: 100px auto 50px;
  padding: 0;
}
#modal-product.modal-type01 .modal-content {
  height: calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  background: transparent;
  box-shadow: none;
}
#modal-product.modal-type01 .modal-content iframe {
  height: 100%;
}
#modal-product.modal-type01-outer {
  padding: 60px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: url(../img/bg-modal.jpg) no-repeat center center;
  background-size: cover;
}
#modal-product.modal-type01-outer .modal-type01 {
  position: relative;
}

.modal-type02 .modal-content {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
}
.modal-type02 .modal-header {
  border: none;
  border-radius: 0;
  text-align: center;
  background: #fff;
  min-height: 83px;
  justify-content: center;
  align-items: center;
}
.modal-type02 .modal-header .close {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 0;
}
.modal-type02 .modal-header .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 57px 0 0;
  border-color: #bedc5a transparent transparent transparent;
  z-index: -1;
}
.modal-type02 .modal-header .close img {
  width: 20px;
  margin-left: 5px;
}
.modal-type02 .modal-header p {
  margin: 0;
}
.modal-type02 .modal-header p span {
  word-break: break-all;
}

.modal-open .main-title,
.zoomIn .main-title {
  display: none;
}

/*map*/
#traffic-map {
  width: 100%;
  height: 100%;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 500;
}

/*welcome video*/
.playvideo .container .panning {
  transform: scale(0.8);
}
.welcome-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  top: 0;
  transition: all 0.3s ease-out;
}
.welcome-video iframe {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.welcome-video .skip {
  position: absolute;
  z-index: 3000;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 120px;
  font-size: 1.5rem;
  bottom: 10px;
  right: 10px;
  color: #fff;
  border: 2px solid #fff;
}
/* .open-displaycard .welcome-video{display: none;} */
.welcome-video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.modal-open .welcome-video,
.open-displaycard .welcome-video,
.home-page .welcome-video {
  display: none;
}
.welcome-video.delay-time {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

/*360player*/
.responsive-wrapper-demo-do-not-copy {
  margin-top: auto;
}
#content {
  width: 100%;
  height: 100vh !important;
  max-height: 100vh;
  overflow: hidden;
}
#content:before {
  content: "";
  width: 110px;
  height: 110px;
  background: url("../img/notice.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 310px;
  right: 200px;
  z-index: 500;
}
.zoomIn #content:before {
  display: none;
}

.wr360_player {
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  background: transparent !important;
}
.wr360_player .container {
  background: transparent !important;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
}
.wr360_player .container .panning {
  left: 0px !important;
  transition: all 0.6s ease-out;
}
.zoomIn .wr360_player .container .panning {
  transform: scale(1.7);
  opacity: 0;
}
.hotspot_indicator p {
  position: absolute;
  background: #009fe8;
  border: 5px solid #9bdaf6;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
}
.hotspot_indicator p:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #009fe8 transparent transparent transparent;
}
.wr360_player {
  margin-left: -750px;
  margin-top: -250px;
}
.wr360_player .container {
  /* filter: brightness(105%);
  filter: contrast(105%);*/
  zoom: 1.8;
}
/*.wr360_player .container .hotspot_indicator{left:0px !important ;}*/

.wr360_player .container .hotspot_indicator {
  transform: scale(0.8);
  -webkit-animation-name: hotspotShine;
  animation-name: hotspotShine;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all 0.3s ease-in-out;
}
.zoomIn .wr360_player .container .hotspot_indicator {
  display: none !important;
}

/*.wr360_player {margin-left:-60%;margin-top:-20%;}
  .wr360_player .container{zoom: 2.2;}
  .wr360_player .container .hotspot_indicator{transform: scale(.6);}*/

/* 重點新品與方案 */
section.new {
  padding: 200px 0 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.new h2 {
  font-weight: 700;
  color: #000;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.new .card-info {
  margin-top: 0px;
  padding: 0 0 0 0px;
  overflow: visible;
}

section.product-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px 0 10px;
  width: 90%;
}
section.product-cards div.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5rem;
  flex: 1 1 auto;
  height: 50vh;
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
section.product-cards div.card:hover {
  transform: scale(1.1, 1.1);
  /* cursor: pointer; */
}
section.product-cards div.card img {
  height: 40vh;
}
section.product-cards div.card li div p {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  background: rgba(30, 80, 200, 0.6);
  color: #fff;
  /* text-shadow:0.1em 0.1em rgba(65, 65, 65, 1); */
  border: 0px;
  padding: 15px 0px;
  border-radius: 8px;
  /* cursor: pointer; */
  transition: all 0.3s linear;
}
section.product-cards div.card li div p span {
  font-size: 1rem;
  color: #fff;
}
/* .new .card-list > li > a {
  font-size: 1.125rem;
  color: #333333;
  display: inline-block;
  position: relative;
}
.new .card-list > li > a:before {
  content: "";
  opacity: 0;
  background: url(../img/arrow-b.png) no-repeat center center;
  display: none;
} */
/* section.product-cards div.card a {text-decoration: none; padding: 1rem 1.5rem; font-size: 1.25rem; background-color: #B9EB5F; color: #fff;} */

/*按鈕*/
input {
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: 2px;
  text-align: center;
  background: #ffffff;
  color: #0087dc;
  border-style: none;
  padding: 10px 40px;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-appearance: none;
}
input:hover {
  background: #0087dc;
  color: #ffffff;
}

@keyframes hotspotShine {
  from {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.6);
  }
  to {
    transform: scale(0.7);
  }
}

/*首頁loading*/
body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

body:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/loading.gif) no-repeat center center;
  background-size: 100%;
  font-size: 1.5rem;
  color: #0087dc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

body.ready:before,
body.ready:after {
  display: none;
  opacity: 0;
}

/************
 download 
 ***********/

.download-banner {
  position: relative;
  z-index: 0;
  background: #f0f9fb;
}
.download-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.download-banner .download-head {
  height: 200px;
}
.download-banner .download-head:before {
  height: 200px;
}
.download-banner .download-head:after {
  border-width: 200px 115px 0 0;
}
.download-banner .download-head .back {
  display: flex;
}
.download-banner .itemthumb img {
  height: 200px;
}

/*download*/
/*body.download{background: url(../img/bg-download.jpg)repeat-y center center;background-size: cover;}*/
.download-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 150px;
  z-index: 10;
}
.download-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 150px;
  background: #0087dc;
  z-index: -1;
}
.download-head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 90px 0 0;
  border-color: #0087dc transparent transparent transparent;
  z-index: -1;
}
.download-head .back {
  display: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 40px 10px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.download-head .back .icon {
  padding-right: 10px;
}
.menu-area-download {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 230px;
  position: relative;
  z-index: 0;
}
/*.menu-area-download:before{content: "";width: 100%;height: 8px;position: absolute;bottom: 0;right: 0;background: #0087dc;z-index: -1;}
.menu-area-download:after{content: "";width: 40%;height: 8px;position: absolute;bottom: 0;right: 0;background: #64d7d7;}
.menu-area-download:after{content: "";width: 20%;height: 8px;position: absolute;bottom: 0;right: 0;background: #64D7D7;}*/
.download-mainTitle {
  padding: 30px 40px;
  color: #fff;
}
.download-mainTitle h2 {
  font-size: 3rem;
}
.download-mainTitle span {
  font-size: 1rem;
  opacity: 0.5;
}

.download-banner {
  position: relative;
  z-index: 0;
}
.download-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.download-banner .download-head {
  height: 200px;
}
.download-banner .download-head:before {
  height: 200px;
}
.download-banner .download-head:after {
  border-width: 200px 115px 0 0;
}
.download-banner .download-head .back {
  display: flex;
}
.download-banner .itemthumb img {
  height: 200px;
}
.download-banner .download-type-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 5px;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  justify-content: center;
}
.download-list .download-item {
  width: 20%;
  padding: 0 25px;
  margin: 20px 0 40px;
}
.download-item .imgbox {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.download-item .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 233, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.download-item .imgbox:after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/shadow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
.download-item .imgbox img {
  box-shadow: 0px 2px 10px 0px rgb(0, 0, 0, 0.2);
  width: 100%;
}
.download-item .imgbox .text {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.download-item a:hover .imgbox {
  transform: scale(1.4);
}
.download-item a:hover .imgbox:before {
  opacity: 1;
}
.download-item a:hover .imgbox .text {
  opacity: 1;
}
.download-item a:hover .imgbox .text span {
  font-size: 0.9rem;
}
.download-item a:hover .imgbox .text .icon {
  padding-top: 10px;
}
.download-item a:hover .imgbox .text .icon img {
  max-width: 28px;
}
.download-item .imgbox .text .icon img {
  box-shadow: none;
}
.download-item .name {
  text-align: center;
  color: #555;
  font-size: 1.125rem;
  margin-top: 10px;
  word-break: keep-all;
}
.download-item .name-bar {
  padding: 0 10px;
}
.download-item a:hover .name-1 {
  color: #0087dc;
}
.download-item a:hover .name-2 {
  color: #0087dc;
}
.download-item .lang-1 {
  margin-left: 40%;
  padding-top: 10px;
  display: flex;
  text-align: center;
}
.download-item .lang-2 {
  margin-left: 25%;
  padding-top: 10px;
  display: flex;
  text-align: center;
}
.download-item .EN-title {
  padding-top: 5px;
}

.download-banner {
  position: relative;
  z-index: 0;
}
.download-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.download-banner .download-head {
  height: 200px;
}
.download-banner .download-head:before {
  height: 200px;
}
.download-banner .download-head:after {
  border-width: 200px 115px 0 0;
}
.download-banner .download-head .back {
  display: flex;
}
.download-banner .itemthumb img {
  height: 200px;
}
.download-banner .download-type-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 5px;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  justify-content: center;
}
.download-list .download-item {
  width: 20%;
  padding: 0 25px;
  margin: 20px 0 40px;
}
.download-item .imgbox {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.download-item .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 233, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.download-item .imgbox:after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/shadow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
.download-item .imgbox img {
  box-shadow: 0px 2px 10px 0px rgb(0, 0, 0, 0.2);
  width: 100%;
}
.download-item .imgbox .text {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.download-item a:hover .imgbox {
  transform: scale(1.4);
}
.download-item a:hover .imgbox:before {
  opacity: 1;
}
.download-item a:hover .imgbox .text {
  opacity: 1;
}
.download-item a:hover .imgbox .text span {
  font-size: 0.9rem;
}
.download-item a:hover .imgbox .text .icon {
  padding-top: 10px;
}
.download-item a:hover .imgbox .text .icon img {
  max-width: 28px;
}
.download-item .imgbox .text .icon img {
  box-shadow: none;
}
.download-item .name {
  text-align: center;
  color: #555;
  font-size: 1.125rem;
  margin-top: 10px;
  word-break: keep-all;
}
