@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  -moz-user-select: none;
  -webkit-user-select: none;
}

html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
  font-family: arial, 'Noto Sans TC', sans-serif;
}

p {
  font-size: 14pt;
  line-height: 32pt;
  color: #727171;
}

h2 {
  color: #009CA4;
  font-size: 22pt;
  letter-spacing: 2px;
  padding-top: 60px;
  font-weight: 500;
  position: relative;
  z-index: 20;
}

h3 {
  color: #9FA0A0;
  font-weight: 500;
  font-size: 18pt;
  letter-spacing: 2px;
  padding: 10px 0;
  position: relative;
  z-index: 20;
}


h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18pt;
  letter-spacing: 2px;
  padding: 10px 0;
}

a,
a:active,
a:focus,
button,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

ul {
  margin: 0;
  padding: 0;
}

.inline-block-reduce {
  margin-right: -2px;
  margin-left: -2px;
  display: inline-block;
}
/*---loading開始---*/

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loading-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #010039;
}

.loading-logo {
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -50px;
}

.loading-icon {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

/*---loading結束---*/


/*---Footer樣式-開始---*/

.footer {
  background-image: url(../../img/tw/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.footer-menu-bottom-bg {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}

.footer-menu-bottom-bg img {
  width: 100%;
  margin-bottom: -8px;
  height: 90px;
}


.footer-menu {
  padding: 0 40px;
}

.footer-menu-item {
  display: inline-block;
  width: 11.11%;
  margin: 0 -2px;
  padding: 40px 10px;
  vertical-align: top;
}

.footer-menu-item .footer-menu-title {
  text-align: left;
  color: #010039;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
  transition: .5s;
}

.footer-menu-item .footer-menu-title:hover {
  color: #EA8F00;
}

.footer-menu-item a {
  display: block;
  text-align: left;
  color: #3E3A39;
  letter-spacing: 1px;
  font-size: 13pt;
  font-weight: 500;
  margin-bottom: 7px;
  transition: .5s;
}

.footer-menu-item a:hover {
  color: #fff;
}

.footer-copyright a {
  color: #fff;
  transition: 0.5S;
  -webkit-transition: 0.5S;
}

.footer-copyright a:hover {
  color: #000;
}

.copyright,
.page-bottom .jc-info {
  display: inline-block;
}

.footer-copyright {
  width: 100%;
  letter-spacing: 1pt;
  font-size: 12.5pt;
  font-weight: 300;
  color: #fff;
  padding: 7px 0;
  border-top: 1pt solid rgba(255, 255, 255, 0.4);
  z-index: 11;
  position: relative;
}

.jc-info {
  display: inline-block;
}

.jc-icon {
  height: 20px;
  width: 20px;
  display: initial;
  vertical-align: sub;
  margin-left: 40px;
}

.footer-bottom-line {
  width: 100%;
  transform: translate(0, 15%);
  display: block;
}

@media(max-width: 1600px) {

  .footer-menu {
    padding: 30px 10px;
  }

  .footer-menu-item {
    width: 20%;
    padding: 10px 5px;
  }

  .footer-menu-title {
    font-size: 14pt;
  }

  .footer-menu-item a {
    letter-spacing: 0;
    margin-bottom: 3px;
    font-size: 12.5pt;
  }
}

@media(max-width: 1440px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {

  .footer {
    background-color: #6d6d6d;
    background-image: none;
  }

  .footer-menu-bottom-bg {
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .footer-copyright {
    padding: 10px 0;
  }
}

@media(max-width: 768px) {
  .jc-icon {
    margin-left: 0;
  }
}

@media(max-width: 767px) {

  .footer-copyright {
    padding: 10px 10px;
  }
}

@media(max-width:568px) {

  .footer-copyright {
    letter-spacing: 0;
    font-size: 12pt;
  }
}
/*---Footer樣式-結束---*/


/*---首頁-輪播-開始---*/

.index-slider-box {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.index-slider-left-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  height: 100vh;
  background-image: url(../../img/tw/banner-left-pic.png);
  background-size: cover;
  width: 40%;
  background-position: 100% 50%;
}

.index-slider-content {
  position: absolute;
  top: 20%;
  color: #fff;
  font-size: 76pt;
  font-weight: 800;
  line-height: 110pt;
  left: 10%;
  width: 90%;
}

.index-slider-slogen01 {
  border-bottom: 1pt solid #fff;
  width: 45%;
}

.index-slider-slogen02 {
  border-bottom: 1pt solid #fff;
  width: 55%;
}

.index-slider-slogen03 {}

.index-slider-iso {
  position: absolute;
  display: inline-block;
  bottom: 7%;
  color: #fff;
  font-size: 19pt;
  font-weight: 500;
  letter-spacing: 1pt;
  line-height: 26pt;
  left: 10%;
  border: 1pt solid #fff;
  padding: 10px 15px;
}

.index-slider-right-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 48;
  height: 100vh;
  background-image: url(../../img/tw/banner-right-pic.png);
  background-size: cover;
  width: 15%;
  background-position: 0% 50%;
}

.index-slider-right-box img {
  height: 75%;
}

.index-news-box {
  position: absolute;
  bottom: 0;
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px 0 20px 40%;
}

.index-news-list {
  padding: 0 5%;
}

.index-news-item {
  width: 100%;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  padding-left: 5%;
}

.index-news-list .slick-slide:nth-child(2n) .index-news-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.index-news-pic {
  background-size: cover;
  background-position: 50%;
  display: inline-block;
  opacity: 1;
  transition: .5s;
  width: 20%;
  margin: 0 -4px 0 0;
  vertical-align: middle;
}

.index-news-pic:hover {
  opacity: 0.6;
}

.index-news-pic img {
  width: 100%;
}

.index-news-name {
  color: #fff;
  font-size: 15pt;
  text-align: left;
  font-weight: 300;
  display: inline-block;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 -2px;
  vertical-align: middle;
  padding: 0 5%;
  line-height: 24pt;
  max-height: 64px;
  transition: .5s;
}

.index-news-name:hover {
  color: #EA6C14;
}

.news-list-prev,
.news-list-next {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 20;
  transition: .5s;
}

.news-list-next {
  background-image: url(../../img/tw/news-list-next.png);
  right: 2%;
}

.news-list-prev {
  background-image: url(../../img/tw/news-list-prev.png);
  left: 2%;
}

.slick-dotted.slick-slider.index-slider {
  background-image: url(../../img/tw/web-bg.jpg);
  background-position: 50%;
  background-repeat: repeat;
  margin-bottom: 0;
}

.index-slider-item {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: -8px;
}

.index-slider-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  background-position: 50%;
  transition: all 2000ms ease-in-out;
  transform: scale(1.25, 1.25);
}

.slick-active .index-slider-pic {
  transform: scale(1, 1);
}

.index-slider-textbox-left {
  position: absolute;
  top: 40%;
  padding-left: 10%;
  width: 100%;
  text-align: left;
}

.index-slider-textbox-right {
  position: absolute;
  top: 40%;
  padding-right: 10%;
  width: 100%;
  text-align: right;
}

.index-slider-title {
  color: #fff;
  font-size: 42pt;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2pt;
}

.index-slider-btn {
  color: #fff;
  font-size: 22pt;
  font-weight: 400;
  display: inline-block;
  background-color: #FF2424;
  padding: 20px 0;
  text-align: center;
  max-width: 450px;
  width: 80%;
  margin-top: 45px;
  border-radius: 10px;
  transition: 1s;
}

.index-slider-btn:hover {
  background-color: #EF7000;
}

.index-slider-text-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-slider-prev,
.index-slider-next {
  font-size: 0;
  line-height: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 55%;
  z-index: 20;
  opacity: 0;
  transition: .5s;
}

.index-slider:hover .index-slider-prev,
.index-slider:hover .index-slider-next {
  opacity: 1;
}

.index-slider-next {
  background-image: url(../../img/tw/banner-arrow-next.png);
  right: 5%;
}

.index-slider-prev {
  background-image: url(../../img/tw/banner-arrow-prev.png);
  left: 5%;
}

.index-slider-dots {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 40px;
}

.index-slider-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}

.index-slider-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
}

.index-slider-dots li button::before {
  font-family: slick;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  -webkit-font-smoothing: antialiased;
}

.index-slider-dots li.slick-active button:before {
  background-color: #1BC1B5;
}

@media(max-width: 1920px) and (max-height: 750px) {
  .index-slider-content {
    top: 80px;
    font-size: 60pt;
    line-height: 84pt;
  }

  .index-slider-iso {
    bottom: 20px;
  }
}

@media(max-width: 1920px) and (max-height: 550px) {
  .index-slider-content {
    top: 80px;
    font-size: 36pt;
    line-height: 54pt;
  }

  .index-slider-iso {
    bottom: 20px;
    font-size: 14pt;
    line-height: 20pt;
  }
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {
  .index-slider-content {
    top: 80px;
    font-size: 60pt;
    line-height: 84pt;
  }

  .index-slider-iso {
    bottom: 20px;
  }
}

@media(max-width: 1440px) and (max-height: 750px) {
  .index-slider-content {
    top: 90px;
    font-size: 46pt;
    line-height: 60pt;
  }
  .index-slider-iso {
    bottom: 7%;
    left: 8%;
    font-size: 18pt;
  }
}

@media(max-width: 1440px) and (max-height: 550px) {
  .index-slider-content {
    top: 80px;
    font-size: 36pt;
    line-height: 54pt;
  }

  .index-slider-iso {
    bottom: 20px;
    font-size: 14pt;
    line-height: 20pt;
  }
}

@media(max-width: 1280px) {}



@media(max-width: 1024px) {
  .index-slider-content {
    top: 20%;
    color: #fff;
    font-size: 40pt;
    line-height: 60pt;
    left: 8%;
  }
  .index-slider-iso {
    bottom: 7%;
    left: 8%;
    font-size: 14pt;
    line-height: 20pt;
  }

  .index-news-list .slick-slide:nth-child(2n+1) .index-news-item {
    border-right: 0;
  }
}

@media(max-width: 1025px) and (min-height: 1200px) {
  .index-slider-content {
    top: auto;
    bottom: 200px;
    left: 8%;
  }
}

@media(max-width: 1400px) and (max-height: 1200px) and (orientation:landscape) {
  .index-slider-content {
    top: auto;
    bottom: 200px;
    left: 10%;
  }
}

@media(max-width: 1024px) and (orientation:landscape) {
  .index-slider-content {
    top: 60px;
    color: #fff;
    font-size: 30pt;
    line-height: 42pt;
    left: 8%;
  }
}

@media(max-width: 1024px) and (orientation:landscape) and (min-height: 600px) {
  .index-slider-content {
    top: auto;
    bottom: 200px;
    left: 8%;
  }
}

@media(max-width: 900px) and (min-height: 1000px) {
  .index-slider-content {
    top: auto;
    bottom: 200px;
  }
}

@media(max-width: 767px) {

  .index-slider-left-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 48;
    height: 100vh;
    background-image: none;
    background-size: cover;
    width: 155px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .index-slider-content {
    top: 70px;
    font-size: 30pt;
    line-height: 50pt;
    left: 0;
    color: #222;
    padding: 10px 20px;
    width: auto;
  }

  .index-slider-slogen01 {
    border-bottom: 1pt solid #888;
    width: 100%;
  }

  .index-slider-slogen02 {
    border-bottom: 1pt solid #888;
    width: 100%;
  }

  .index-slider-iso {
    position: absolute;
    display: inline-block;
    bottom: 110px;
    color: #222;
    font-size: 12pt;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20pt;
    left: 0;
    border: 0;
    padding: 10px 20px;
  }

  .index-slider-right-box {
    display: none;
  }

  .index-news-box {
    position: absolute;
    bottom: 0;
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 15px 0 15px 0;
  }

  .index-news-name {
    color: #fff;
    font-size: 13pt;
    text-align: left;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 1px;
    width: 80%;
    margin: 0 -2px;
    vertical-align: middle;
    padding: 0 5%;
    line-height: 20pt;
    max-height: 52px;
  }
}


@media(max-width: 767px) and (orientation:landscape) {

  .index-slider-left-box {
    width: 255px;
  }

  .index-slider-content {
    top: auto;
    bottom: 70px;
    line-height: 46pt;
  }

  .index-slider-iso {
    bottom: 75px;
    left: 100px;
  }

  .index-news-pic {
    width: 15%;
  }

  .index-news-box {
    padding: 10px 0;
  }
}

@media(max-width: 568px) {}


/*---首頁-輪播-結束---*/


/*---內容共用語法-開始---*/

.content-wrapper {
  overflow-x: hidden;
  text-align: center;
  position: relative;
}

.content {}
/*---內容共用語法-結束---*/


/*---首頁-關於 開始---*/

.index-about {
  width: 100%;
  ;
  background-image: url(../../img/tw/index-about-bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.index-about-pic {
  display: inline-block;
  width: 64%;
  margin: 0 -2px -8px -2px;
  vertical-align: middle;
}

.index-about-img {
  position: relative;
  z-index: 10;
  width: 97.65%;
}

.index-about-img01 {
  position: relative;
  z-index: 9;
  width: 40.7%;
}

.index-about-img02 {
  position: relative;
  z-index: 9;
  width: 62.7%;
  margin-left: 36%;
}

.index-about-img03 {
  position: relative;
  z-index: 9;
  width: 57%;
  margin-left: 37%;
}

.index-about-img01 img {
  width: 100%;
}

.index-about-img02 img {
  width: 100%;
}

.index-about-img03 img {
  width: 100%;
}

.index-about-info {
  display: inline-block;
  width: 36%;
  margin: 0 -2px;
  text-align: left;
  vertical-align: middle;
  padding: 40px 5% 40px 0;
  position: relative;
  z-index: 11;
}

.index-about-title {
  color: #010039;
  font-weight: 800;
  font-size: 46pt;
  line-height: 60pt;
  margin-bottom: 30px;
}

.index-about-content {
  color: #000;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 1pt;
  line-height: 26pt;
  margin-bottom: 10px;
}

.index-about-icon {}

.index-about-icon-item {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3%;
  text-align: center;
}

.index-about-icon-item img {
  width: 75.7%;
}

.index-about-icon-title {
  display: inline-block;
  color: #000000;
  font-size: 15pt;
  letter-spacing: 1pt;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 3px 10px 0 10px;
}

@media(max-width: 1440px) {
  .index-about-title {
    margin-bottom: 16px;
  }

  .index-about-info {
    padding: 40px 2% 40px 1%;
  }
}

@media(max-width: 1279px) {

  .index-about {
    background-image: none;
    position: relative;
  }

  .index-about-pic {
    display: inline-block;
    width: 100%;
    margin: 0 0 -8px 0;
    vertical-align: middle;
  }

  .index-about-info {
    width: 60%;
    margin: 0;
    padding: 40px;
    position: absolute;
    text-align: center;
    z-index: 11;
    top: 15%;
    left: 20%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .index-about-img {
    width: 107%;
  }
}

@media(max-width: 1279px) {
  .index-about-info {
    width: 80%;
    padding: 30px;
    top: 10%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .index-about-title {
    font-size: 40pt;
    line-height: 46pt;
  }

  .index-about-content {
    letter-spacing: 0;
    line-height: 24pt;
  }
}

@media(max-width: 767px) {
  .index-about-pic {
    display: none;
  }

  .index-about-info {
    width: 100%;
    padding: 60px 30px;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
  }

  .index-about {
    width: 100%;
    background-image: url(../../img/tw/index-about-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
  }

  .index-about-content {
    margin-bottom: 40px;
  }
}

@media(max-width: 568px) {
  .index-about-content {
    color: #000;
    font-size: 13pt;
    font-weight: 300;
    letter-spacing: 1pt;
    line-height: 20pt;
    margin-bottom: 10px;
  }

  .index-about-info {
    padding: 40px 20px 50px 20px;
  }

  .index-about-icon-title {
    font-size: 13pt;
  }
}

@media(max-width: 400px) {
  .index-about-icon-item {
    ;
    margin: 0;
    width: 100%;
  }

  .index-about-icon-item img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }

  .index-about-icon-title {
    margin-bottom: 30px;
  }
}

/*---首頁-關於 結束---*/


/*---首頁-連結 開始---*/

.index-link-box {
  letter-spacing: -5px;
}

.index-link-left {
  height: 600px;
  position: relative;
  display: inline-block;
  width: 50%;
  letter-spacing: 1pt;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}

.index-link-right {
  height: 600px;
  position: relative;
  display: inline-block;
  width: 50%;
  letter-spacing: 1pt;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}

.index-link-title {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: #fff;
  font-size: 34pt;
  line-height: 54pt;
  margin-top: 10%;
  font-weight: 800;
  letter-spacing: 2pt;
  padding: 3px 25px 3px 8%;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 9;
  transition: .8s;
}

.index-link-list {
  position: relative;
  z-index: 9;
}

.index-link-item {
  margin-top: 15px;
  padding: 0 0 0 8%;
  font-size: 15pt;
  letter-spacing: 1pt;
  font-weight: 300;
  transition: .8s;
}

.index-link-item span {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
}

.index-link-bg {
  background-size: cover;
  background-position: 50%;
  height: 600px;
  width: 100%;
  letter-spacing: 1pt;
  vertical-align: top;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 800ms ease-in-out;
  transform: scale(1, 1);
  z-index: 8;
}

.index-link-left:hover .index-link-bg,
.index-link-right:hover .index-link-bg {
  transform: scale(1.1, 1.1);
}

.index-link-left:hover .index-link-title,
.index-link-right:hover .index-link-title {
  color: #47aaff;
  padding: 3px 25px 3px 10%;
}

.index-link-left:hover .index-link-item,
.index-link-right:hover .index-link-item {
  padding: 0 0 0 10%;
}

@media(max-width: 1440px) {

  .index-link-left {
    height: 450px;
  }

  .index-link-right {
    height: 450px;
  }

  .index-link-bg {
    height: 450px;
  }
}

@media(max-width: 1023px) {
  .index-link-title {
    font-size: 26pt;
    line-height: 40pt;
    letter-spacing: 1pt;
    padding: 3px 25px 3px 5%;
  }

  .index-link-item {
    margin-top: 10px;
    padding: 0 0 0 5%;
    font-size: 14pt;
  }

  .index-link-left:hover .index-link-title,
  .index-link-right:hover .index-link-title {
    padding: 3px 25px 3px 5%;
  }

  .index-link-left:hover .index-link-item,
  .index-link-right:hover .index-link-item {
    padding: 0 0 0 5%;
  }

  .index-link-left {
    height: 350px;
  }

  .index-link-right {
    height: 350px;
  }

  .index-link-bg {
    height: 350px;
  }
}

@media(max-width: 767px) {
  .index-link-left {
    height: 400px;
    width: 100%;
  }

  .index-link-right {
    height: 400px;
    width: 100%;
  }

  .index-link-bg {
    height: 400px;
  }
}

@media(max-width: 567px) {
  .index-link-left {
    height: 350px;
  }

  .index-link-right {
    height: 350px;
  }

  .index-link-bg {
    height: 350px;
  }
}
/*---首頁-連結 結束---*/


/*---內頁內容框架 開始---*/

.content {}

.content-nofull {
  padding: 80px 60px 80px 60px;
}

.side-content {
  display: inline-block;
  width: 80%;
  margin: 0 -2px;
  vertical-align: top;
}

@media(max-width: 1600px) {
  .side-content {
    width: 75%;
  }
}

@media(max-width: 1360px) {
  .side-content {
    width: 69.9%;
  }
}



@media(max-width: 1023px) {

  .side-content {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

@media(max-width: 767px) {
  .content-nofull {
    padding: 0 20px 50px 20px;
  }
}
/*---內頁內容框架 結束---*/


/*---內頁內容選單-開始---*/

.side-menu {
  display: inline-block;
  width: 20%;
  margin: 0 -2px;
  padding-right: 60px;
  text-align: left;
  vertical-align: top;
}

.side-menu-title {
  background-color: #BCBDBD;
  color: #fff;
  padding: 10px 15px 6px 15px;
  font-size: 17pt;
  letter-spacing: 1pt;
  font-weight: 500;
}

.side-menu-list {
  border: 1pt solid #BCBDBD;
  margin-top: 5px;
  background-color: #fff;
}

.side-menu-item {
  color: #A8A8A9;
  display: block;
  margin: 0 13px;
  border-bottom: 1px solid #727171;
  font-size: 14.5pt;
  letter-spacing: 1px;
  padding: 7px 0;
  transition: .5s;
}

.side-menu-list .side-menu-item:last-child {
  border-bottom: 0;
}

.side-menu-item:hover {
  color: #E68B00;
}

.side-menu-item.active {
  color: #E68B00;
}

.side-menu-mobile {
  width: 100%;
  display: none;
  margin-bottom: 50px;
}

.side-menu-mobile select {
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  height: 48px;
}

@media(max-width: 1600px) {
  .side-menu {
    width: 25%;
    padding-right: 40px;
  }
}

@media(max-width: 1360px) {
  .side-menu {
    width: 30.1%;
    padding-right: 40px;
  }
}


@media(max-width: 1023px) {

  .side-menu {
    display: none;
  }

  .side-menu-mobile {
    display: block;
  }
}
/*---內頁內容選單-結束---*/


/*---內頁大圖-開始---*/

.contant-banner {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 79px;
  position: relative;
  overflow: hidden;
}

.contact-banner-left {
  position: absolute;
  left: 0;
}

.contact-banner-right {
  position: absolute;
  right: 0;
}

.contact-banner-title {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  font-size: 36pt;
  color: #010039;
  line-height: 50pt;
  letter-spacing: 3pt;
  font-weight: 500;
  padding: 5px 50px 2px 30px;
  top: 50%;
  border-radius: 50px 0 0 50px;
}

@media(max-width: 1280px) {
  .contact-banner {
    margin-top: 150px;
  }
}

@media(max-width: 1024px) {
  .contant-banner {
    margin-top: 50px;
  }
}

@media(max-width: 767px) {
  .contact-banner {
    margin-top: 75px;
    height: 260px;
  }

  .contant-banner {
    height: 200px;
  }

  .contact-banner-title {
    font-size: 30pt;
    line-height: 40pt;
    letter-spacing: 2pt;
    padding: 5px 30px 2px 30px;
    top: 50%;
  }
}

@media(max-width: 567px) {
  .contact-banner-title {
    font-size: 24pt;
    line-height: 36pt;
    letter-spacing: 1pt;
    padding: 5px 30px 2px 30px;
    top: 50%;
  }

  .contact-banner-right {
    display: none;
  }
  .contact-banner-left {
    width: 100%;
    left: -20%;
  }
}
/*---內頁大圖-結束---*/


/*---內頁麵包屑-開始---*/

.breadcrumbs-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: left;
}

.breadcrumbs {
  display: inline-block;
  background: #727171;
  font-size: 14pt;
  font-weight: 300;
  padding: 2px 35px 3px 25px;
  border-radius: 0 0 50px 0;
}

.breadcrumbs a {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1pt;
  transition: .5s;
}

.breadcrumbs a:hover {
  color: #000;
}


.breadcrumbs-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  margin: 0 5px;
}

@media(max-width: 767px) {
  .breadcrumbs-box {
    position: relative;
  }

  .breadcrumbs {
    display: inline-block;
    background: transparent;
    font-size: 14pt;
    font-weight: 300;
    padding: 5px 20px 9px 20px;
  }

  .breadcrumbs a {
    color: #727171;
  }

  .breadcrumbs-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #727171;
    margin: 0 5px;
  }
}

@media(max-width: 568px) {
  .breadcrumbs {
    display: inline-block;
    background: transparent;
    font-size: 14pt;
    font-weight: 300;
    padding: 5px 20px 9px 20px;
  }
}
/*---內頁麵包屑-結束---*/


/*---頁面選擇器-開始---*/

.page-select {
  text-align: center;
  position: relative;
  z-index: 11;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  margin: 0;
}

.page-select-arrow-prev {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  left: -22px;
  top: 0;
  color: #B4B4B5;
  width: 50px;
  height: 50px;
  letter-spacing: 1px;
  font-size: 18pt;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.page-select-arrow-next {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: absolute;
  right: -22px;
  top: 0;
  color: #B4B4B5;
  width: 50px;
  height: 50px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 18pt;
  font-weight: 500;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.page-select-arrow-prev:hover,
.page-select-arrow-next:hover {
  color: #172A51;
}


.page-select-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  color: #B4B4B5;
  line-height: 50px;
  font-size: 18pt;
  border: 1pt solid transparent;
  font-weight: 500;
  transition: .8s;
  -webkit-transition: .8s;
  -o-transition: .8s;
}

.page-select-icon:hover {
  border: 1pt solid #B4B4B5;
  color: #172A51;
}

.page-select-icon-act {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #172A51;
  display: inline-block;
  font-size: 18pt;
  margin: 0 3px;
  vertical-align: middle;
  border: 1pt solid #B4B4B5;
  font-weight: 500;
  background-color: #fff;
}

.page-select-icon span {
  color: #262626;
  font-size: 13pt;
  line-height: 33px;
  font-weight: 400;
  transition: .8s;
  -webkit-transition: .8s;
  -o-transition: .8s;
}

.page-select-icon:hover span {
  color: #fff;
}

.page-select-icon-act span {
  color: #fff;
  font-size: 13pt;
  line-height: 33px;
  font-weight: 400;
}

.page-select-box {
  padding: 0 60px;
}

@media(max-width: 767px) {


  .page-select {
    text-align: center;
    position: relative;
    z-index: 11;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin: 0;
  }

  .page-select-arrow-prev,
  .page-select-arrow-next,
  .page-select-icon,
  .page-select-icon-act {
    width: 35px;
    height: 35px;
    font-size: 16pt;
    line-height: 30px;
  }

  .page-select-box {
    padding: 0 20px;
  }
}
/*---頁面選擇器-結束---*/


/*---內容共用語法-開始---*/

.content-title-blue {
  color: #010039;
  font-size: 36pt;
  font-weight: 800;
  line-height: 50pt;
  letter-spacing: 2pt;
  margin-bottom: 20px;
}

.content-info {
  color: #000;
  font-size: 14.5pt;
  line-height: 28pt;
  font-weight: 300;
}

.content-title-blue-s {
  color: #010039;
  font-size: 20pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  margin-bottom: 10px;
}

.content-title-orange-m {
  color: #E98E00;
  font-size: 28pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  margin-bottom: 20px;
}

.content-title-left {
  text-align: left;
}

.content-title-line {
  color: #010039;
  border-bottom: 1pt solid #ACACAD;
  text-align: left;
  font-size: 17pt;
  letter-spacing: 1pt;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.content-title-orange-line {
  color: #E98E00;
  font-size: 28pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  margin-bottom: 20px;
  border-bottom: 1pt solid #C0C1C1;
}

.download-list {
  text-align: left;
}

.download-item {
  position: relative;
  border-bottom: 1pt solid #ACACAD;
  padding: 30px 0 25px 0;
  transition: .5s;
}

.download-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
} 

.download-name {
  color: #010039;
  font-size: 19pt;
  font-weight: 600;
  letter-spacing: 1pt;
  padding-right: 200px;
  word-break: break-word;
  padding-left: 20px;
}

.download-link {
  background-color: #fff;
  border: 1pt solid #ACACAD;
  display: inline-block;
  position: absolute;
  color: #969797;
  right: 20px;
  top: 50%;
  font-size: 20pt;
  font-weight: 300;
  border-radius: 30px;
  padding: 7px 15px 5px 15px;
  letter-spacing: 2pt;
  margin-top: -20px;
  transition: .5s;
}

.download-link:hover {
  background-color: #ACACAD;
  color: #404040;
}

.product-item-3 {
  display: inline-block;
  width: 33.3%;
  margin: 0 -2px 50px -2px;
  vertical-align: top;
}

.product-block-pic {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1pt solid #D3D4D4;
}

.product-block-mask {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: -8px;
}

.product-block-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: .5s;
}

.product-block-hover:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-block-hover img {
  width: 80px;
  vertical-align: middle;
}

.product-item-3:hover .product-block-hover {
  opacity: 1;
}

.product-block-title {
  text-align: center;
  color: #010039;
  font-size: 20pt;
  letter-spacing: 1pt;
  font-weight: 600;
  margin-top: 20px;
  line-height: 24pt;
  transition: .5s;
}

a.product-item-3:hover .product-block-title {
  color: #E68B00;
}

.product-list-4 {
  margin: 20px -30px 0px -30px;
}

.product-item-4 {
  display: inline-block;
  width: 25%;
  margin: 0 -2px 50px -2px;
  vertical-align: top;
  padding: 0 30px;
}

.product-item-4:hover .product-block-hover {
  opacity: 1;
}

a.product-item-4:hover .product-block-title {
  color: #E68B00;
}

.form-box {
  text-align: left;
  margin-top: 60px;
}

.form-item {
  margin: 0px -2px 30px -2px;
  position: relative;
  padding-left: 130px;
}

.pure-form input.form-text,
.pure-form textarea.form-text,
.pure-form select.form-text {
  padding: 12px 20px;
  background-color: #fff;
  margin: 0 -2px;
  vertical-align: middle;
  border: 1pt solid #C0C1C1;
  border-radius: 25px;
  min-height: 47px;
  box-shadow: none;
  font-size: 16pt;
}

.pure-form select.form-text {
  padding: 6px 20px 12px 20px;
}

.pure-form input.form-text:focus,
.pure-form textarea.form-text:focus,
.pure-form select.form-text:focus {
  border: 1pt solid #828282;
}

.pure-form label.form-name {
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 1pt;
  display: inline-block;
  color: #010039;
  font-size: 19pt;
  margin: 0 0 10px 0;
  position: absolute;
  left: 0;
  top: 10px;
  width: auto;
}

.form-vc {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.form-vc img {
  margin-bottom: -7px;
}

.pure-form .form-btn {
  text-align: center;
  margin: 60px auto 10px auto;
}

.pure-form .form-btn input {
  color: #969797;
  border: 0;
  background-color: #fff;
  border: 1pt solid #ACACAD;
  margin: 0 15px;
  padding: 1px 20px 3px 20px;
  font-size: 20pt;
  letter-spacing: 2pt;
  font-weight: 300;
  border-radius: 30px;
  transition: .5s;
}

.pure-form .form-btn input:hover {
  background-color: #ACACAD;
  color: #fff;
}

.content-box-item {
  margin-bottom: 50px;
}

.content-box-item:last-child {
  margin-bottom: 0px;
}

.content-box-left {
  display: inline-block;
  width: 50%;
  margin: 20px -2px 0 -2px;
  vertical-align: top;
  padding-right: 25px;
}

.content-box-right {
  display: inline-block;
  width: 50%;
  margin: 20px -2px 0 -2px;
  vertical-align: top;
  padding-left: 25px;
}

.content-box-withpic {
  position: relative;
  text-align: left;
}

.content-box-info-2 {
  display: inline-block;
  width: 70%;
  margin: 0 -2px;
  padding-right: 40px;
}

.content-box-pic-1 {
  display: inline-block;
  width: 30%;
  height: 100%;
  margin: 0 -2px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.content-box-pic-1 img {
  width: 100%;
}

.product-block-word {
  text-align: center;
  color: #000000;
  font-size: 15pt;
  letter-spacing: 1pt;
  font-weight: 300;
  margin-top: 10px;
}

.page-plus-info {
  color: #000;
  font-size: 14.5pt;
  line-height: 28pt;
  font-weight: 300;
  text-align: left;
}

.page-plus-info img {
  width: 100%;
  margin: 10px 0;
}


@media(min-width: 1441px) {

  .product-item-3:nth-child(3n+1) {
    padding-right: 40px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-3:nth-child(3n+2) {
    padding: 0 20px;
    -webkit-animation: fade-in-up 1.5s;
    animation: fade-in-up 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-3:nth-child(3n) {
    padding-left: 40px;
    -webkit-animation: fade-in-up 2s;
    animation: fade-in-up 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4:nth-child(4n+1) {
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4:nth-child(4n+2) {
    -webkit-animation: fade-in-up 1.5s;
    animation: fade-in-up 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4:nth-child(4n+3) {
    -webkit-animation: fade-in-up 2s;
    animation: fade-in-up 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4:nth-child(4n) {
    -webkit-animation: fade-in-up 2.5s;
    animation: fade-in-up 2.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@media(max-width: 1440px) {
  .content-title-blue {
    color: #010039;
    font-size: 32pt;
    font-weight: 800;
    line-height: 46pt;
    letter-spacing: 1pt;
    margin-bottom: 20px;
  }
}

@media(max-width: 1440px) and (min-width: 768px) {
  .product-item-3:nth-child(3n+1) {
    padding-right: 20px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-3:nth-child(3n+2) {
    padding: 0 10px;
    -webkit-animation: fade-in-up 1.5s;
    animation: fade-in-up 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-3:nth-child(3n) {
    padding-left: 20px;
    -webkit-animation: fade-in-up 2s;
    animation: fade-in-up 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4 {
    padding: 20px;
  }
}

@media(max-width: 1279px) {
  .product-block-title {
    font-size: 16pt;
    line-height: 18pt;
  }
  .content-box-left {
    width: 100%;
    margin: 30px 0 0 0;
    vertical-align: top;
    padding-right: 0;
  }

  .content-box-right {
    width: 100%;
    margin: 30px 0 0 0;
    vertical-align: top;
    padding-left: 0;
  }
}

@media(max-width: 1023px) {

  .contact-form {
    padding: 0 0 20px 0;
  }
}

@media(max-width: 768px) {

  .download-item {
    padding: 30px 0 20px 0;
  }

  .download-name {
    color: #010039;
    font-size: 16pt;
    padding-right: 160px;
  }

  .download-link {
    font-size: 16pt;
    font-weight: 300;
    border-radius: 30px;
    padding: 5px 10px 3px 10px;
    letter-spacing: 1pt;
    margin-top: -18px;
    transition: .5s;
  }
}

@media(max-width: 767px) {

  .content-title-blue {
    font-size: 28pt;
  }

  .form-item {
    margin: 0 0 20px 0;
    padding-left: 0;
  }

  .form-text.verification-code {
    width: 100%;
  }

  .form-vc {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }

  .contact-form-btn .btn-cancal {
    min-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
  }

  .contact-form-btn .btn-send {
    min-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
  }

  .pure-form label.form-name {
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 1pt;
    display: inline-block;
    color: #010039;
    font-size: 16pt;
    margin: 0 0 10px 0;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
  }

  .pure-form input.form-text,
  .pure-form textarea.form-text,
  .pure-form select.form-text {
    padding: 5px 20px;
    background-color: #fff;
    margin: 0 -2px;
    vertical-align: middle;
    border: 1pt solid #C0C1C1;
    border-radius: 25px;
    min-height: 35px;
    box-shadow: none;
    font-size: 16pt;
  }

  .pure-form select.form-text {
    padding: 0px 20px 5px 20px;
    background-color: #fff;
    margin: 0 -2px;
    vertical-align: middle;
    border: 1pt solid #C0C1C1;
    border-radius: 25px;
    min-height: 40px;
    box-shadow: none;
    font-size: 16pt;
  }

  .pure-form .form-btn input {
    margin: 0 10px;
    font-size: 16pt;
  }

  .content-box-info-2 {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }

  .content-box-pic-1 {
    display: none;
  }
}

@media(max-width: 767px) and (min-width:568px) {
  .product-item-3 {
    width: 50%;
    margin: 0 -2px 30px -2px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-3:nth-child(2n+1) {
    padding-right: 20px;
  }

  .product-item-3:nth-child(2n) {
    padding-left: 20px;
  }

  .product-item-4 {
    width: 50%;
    margin: 0 -2px 30px -2px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4:nth-child(2n+1) {
    padding-right: 20px;
  }

  .product-item-4:nth-child(2n) {
    padding-left: 20px;
  }
}

@media(max-width: 567px) {
  .content-title-orange-m {
    font-size: 20pt;
    line-height: 26pt;
  }

  .content-title-orange-line {
    font-size: 20pt;
    line-height: 26pt;
  }

  .product-item-3 {
    width: 100%;
    margin: 0 -2px 30px -2px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  .product-item-4 {
    width: 100%;
    margin: 0 -2px 30px -2px;
    -webkit-animation: fade-in-up 1s;
    animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}


/*---內容共用語法-結束---*/


/*---彈跳視窗-開始---*/

.edbox-pic .edbox-content {
  padding: 40px 40px 0 40px;
  background-color: #fff;
}

.edbox-pic .edbox-content img {
  width: 100%;
}

.edbox-url .edbox-content {
  padding: 40px 100px;
  background-color: #fff;
}

.edbox-url-investor .edbox-content {
  padding: 40px 40px;
  background-color: #fff;
}

@media (max-width: 1023px) {

  .edbox-url .edbox-content {
    padding: 40px 60px;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .edbox-url .edbox-content {
    padding: 40px 20px;
    background-color: #fff;
  }
  .edbox-url-investor .edbox-content {
    padding: 30px 20px;
  }
}

@media(max-width: 568px) {

  .edbox-pic .edbox-content {
    padding: 20px 20px 0 20px;
    background-color: #fff;
  }
}
/*---彈跳視窗-結束---*/