@charset "UTF-8";
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-top: 4px solid #0d6fb8;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.site-head .head-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.logo .logo-badge {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: #0d6fb8;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 2px 6px rgba(13, 111, 184, 0.35);
          box-shadow: 0 2px 6px rgba(13, 111, 184, 0.35);
}
.logo .logo-diamond {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
  background: linear-gradient(135deg, #bfe3ff, #fff);
  -webkit-box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.7);
}
.logo .logo-word {
  font-size: 24px;
  font-weight: 800;
  color: #0d6fb8;
  letter-spacing: 1px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
.nav a {
  font-size: 16px;
  color: #555;
  padding: 6px 2px;
  font-weight: 600;
  position: relative;
}
.nav a:hover {
  color: #0d6fb8;
}
.nav a.on {
  color: #0d6fb8;
}
.nav a.on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 3px;
  background: #0d6fb8;
}
.nav .fb {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: #3b5998;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 19px;
}
.nav .fb::after {
  display: none;
}

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  position: relative;
  border-top: 3px solid #0D64CD;
  border-bottom: 1px solid #EEE;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
}

.site-header {
  zoom: 1;
}

.site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.site-header.min .container {
  height: 60px;
}

.site-header.min .logo {
  width: 55px;
}

.site-header.min .global-nav-pc {
  height: 60px;
  padding-top: 0px;
}

.site-header .container, .site-header .logo, .site-header .global-nav-pc, .site-header .global-nav-mobile {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.site-header .container {
  max-width: 1170px;
  height: 80px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.site-header .container {
  zoom: 1;
}

.site-header .container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.site-header .logo {
  float: left;
  width: 74px;
  margin-right: 10px;
}

.site-header .logo img {
  width: 100%;
  max-width: 74px;
  vertical-align: top;
}

.site-header .global-nav-pc {
  float: right;
  width: 85%;
  height: 70px;
  text-align: right;
  padding-top: 10px;
  padding-right: 60px;
  overflow: hidden;
}

.site-header .global-nav-pc ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  padding-top: 14px;
  margin: 0;
}

.site-header .global-nav-pc li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-left: 5px;
}

.site-header .global-nav-pc li a {
  color: #333;
  padding: 0px 15px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 10px;
}

.site-header .global-nav-pc li a.on-touch {
  color: white;
  font-weight: bold;
  background: #0D64CD;
}

.site-header .global-nav-pc li a.active {
  color: white;
  font-weight: bold;
  background: #0D64CD;
}

@media (max-width: 768px) {
  .site-header .global-nav-pc {
    display: none;
  }
}
.site-header .global-nav-mobile {
  display: none;
  float: right;
  padding-top: 17px;
  /*收合選單 icon*/
  /*收合選單 icon end*/
}

.site-header .global-nav-mobile .nav-mobile-icon {
  width: 30px;
  height: auto;
  cursor: pointer;
  padding: 10px 0;
}

.site-header .global-nav-mobile .m-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #0D64CD;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.site-header .global-nav-mobile .m-icon:before, .site-header .global-nav-mobile .m-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: #0D64CD;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.site-header .global-nav-mobile .m-icon:before {
  margin-top: -10px;
}

.site-header .global-nav-mobile .m-icon:after {
  margin-top: 10px;
}

.site-header .global-nav-mobile .m-icon.m-active {
  background: transparent;
}

.site-header .global-nav-mobile .m-icon.m-active:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .global-nav-mobile .m-icon.m-active:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header .global-nav-mobile ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  top: 56px;
  display: none;
}

.site-header .global-nav-mobile li {
  background: #0D64CD;
  text-align: center;
  font-size: 18px;
  opacity: 0.95;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
}

.site-header .global-nav-mobile li a {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  color: white;
  border-bottom: 1px solid #033A7B;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.site-header .global-nav-mobile li a.on-touch {
  color: white;
  background-color: #033A7B;
}

.site-header .global-nav-mobile li a.active {
  color: white;
  background-color: #033A7B;
}

@media (max-width: 768px) {
  .site-header .global-nav-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
  }
  .site-header .container {
    height: 55px !important;
  }
  .site-header .logo {
    width: 50px !important;
  }
}
@media (max-width: 568px) {
  .site-header .container {
    height: 50px !important;
  }
  .site-header .logo {
    width: 46px !important;
  }
  .site-header .global-nav-mobile {
    padding-top: 14px;
  }
  .site-header .global-nav-mobile .nav-mobile-icon {
    width: 28px;
  }
  .site-header .global-nav-mobile ul {
    top: 51px;
  }
}
/*頂部選單 end -------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #292929;
  position: relative;
}

.footer {
  zoom: 1;
}

.footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer a:hover, .footer a:focus {
  text-decoration: none;
}

/*----*/
.footer .ft-social {
  width: 100%;
  margin: 0px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .ft-social .fts-icon {
  width: 24px;
  display: block;
  margin-right: 16px;
}

.footer .ft-social .fts-icon:last-child {
  margin-right: 0px;
}

.footer .ft-social .fts-icon img {
  width: 100%;
  display: block;
}

.footer .ft-social .fts-icon.fsu-none {
  display: none;
}

.footer .ft-info2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer .ft-info2 .fi-txt {
  color: #FFF;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .ft-info2 .fi-txt a {
  color: #00DEFF;
  font-size: 14px;
}

.footer .ft-info2 .fi-txt + .fi-txt {
  margin-left: 16px;
}

.footer .ft-info2 .ft-ic {
  display: block;
  width: 20px;
  margin-right: 4px;
}

.footer .ft-info2 .ft-ic img {
  width: 100%;
  display: block;
}

.footer .ft-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.ft-new2 .ft-info-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-top: none;
}

.footer.ft-new2 .ft-info-box .fib-copyright {
  text-align: center;
}

.footer .ft-info-box .fib-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .ft-info-box .fib-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .ft-info-box .fib-logo {
  width: 126px;
  margin-right: 16px;
}

.footer .ft-info-box .fib-logo img {
  width: 100%;
  display: block;
}

.footer .ft-info-box .fib-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.footer .ft-info-box .fib-copyright .fic-tip {
  margin-bottom: 8px;
}

.footer .ft-info-box .fibr-img {
  height: 40px;
  margin-left: 16px;
}

.footer .ft-info-box .fibr-img img {
  height: 100%;
  display: block;
}

.footer .footer-content {
  padding: 64px 15px;
}

@media (max-width: 768px) {
  .footer .footer-content {
    padding: 32px 15px;
  }
  .footer .ft-info-box .fib-logo {
    display: none;
  }
}
/*----*/
.footer .social-share-f {
  display: block;
  width: 100%;
  padding: 12px 15px 7px;
  text-align: center;
  background-color: #303030;
}

.footer .social-share-f li {
  display: inline-block;
  margin: 0 3px;
  font-size: 28px;
  color: #7d7d7d;
}

.footer .social-share-f li a {
  color: #7d7d7d;
}

.footer .ssf-icon {
  width: 42px;
  height: 42px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .ssf-icon:hover .ssf-icon-t {
  top: -35px;
}

.footer .ssf-icon:hover .ssf-icon-b {
  top: 9px;
}

.footer .ssf-icon:hover.ssf-fb {
  background: #2c5fae;
}

.footer .ssf-icon:hover.ssf-g {
  background: #d73d33;
}

.footer .ssf-icon:hover.ssf-g .ssf-icon-b {
  top: 6px;
}

.footer .ssf-icon:hover.ssf-line {
  background: #4db135;
}

.footer .ssf-icon:hover.ssf-ig {
  background: #f26f7d;
}

.footer .ssf-icon span {
  position: absolute;
  z-index: 15;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .ssf-g {
  font-size: 30px;
}

.footer .ssf-g .ssf-icon-t {
  top: 6px;
}

.footer .ssf-icon-t {
  top: 7px;
  left: 7px;
}

.footer .ssf-icon-b {
  top: 50px;
  left: 7px;
  color: white;
}

.footer .fb-share {
  vertical-align: 15px;
}

.footer .gplus-share {
  vertical-align: 12px;
  width: 75px;
}

.footer .footer-content {
  max-width: 1170px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 15px 30px;
  text-align: center;
  position: relative;
}

.footer .footer-content {
  zoom: 1;
}

.footer .footer-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer .footer-logo {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.footer .footer-logo img {
  width: 150px;
}

@media (max-width: 768px) {
  .footer .footer-logo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.footer .footer-info {
  display: inline-block;
  position: relative;
  vertical-align: 20px;
}

@media (max-width: 768px) {
  .footer .footer-info {
    text-align: center;
    vertical-align: 0px;
  }
}
.footer .contact-info {
  display: block;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}

.footer .contact-info p {
  display: inline-block;
  color: #8fccf9;
  font-size: 14px;
  line-height: 1.5;
}

.footer .contact-info .ci-mail {
  margin-right: 15px;
}

.footer .contact-info .ci-tel {
  color: #7d7d7d;
}

.footer .contact-info .ci-tel a {
  cursor: default;
  color: #7d7d7d;
}

.footer .contact-info .ci-tel a.on-touch {
  color: #7d7d7d;
}

.footer .contact-info .ci-icon {
  margin-right: 5px;
  vertical-align: -2px;
}

.footer .contact-info a {
  color: #8fccf9;
}

.footer .contact-info a.on-touch {
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .footer .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .contact-info .ci-tel a {
    cursor: pointer;
    color: #8fccf9;
  }
  .footer .contact-info .ci-tel a.on-touch {
    color: #f1f1f1;
  }
  .footer .contact-info .ci-tel .ci-icon {
    color: #8fccf9;
  }
}
@media (max-width: 568px) {
  .footer .contact-info {
    margin-bottom: 0px;
  }
  .footer .contact-info p {
    display: block;
    margin-bottom: 10px;
  }
  .footer .contact-info .ci-mail {
    margin-right: 0px;
  }
}
.footer .copyright {
  width: 100%;
  display: block;
  text-align: left;
  color: #7d7d7d;
  line-height: 1.5;
  font-size: 14px;
}

.footer .copyright i {
  font-size: 12px;
  font-style: normal;
}

@media (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}
/*footer end -------------------------------------------------- */
.app-link-mobile {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.app-link-mobile .appstore-icon {
  list-style: none;
  padding-left: 0;
}

.app-link-mobile .appstore-icon li {
  margin-bottom: 15px;
  width: 100%;
}

.app-link-mobile .appstore-icon li:last-child {
  margin-bottom: 0;
}

.app-link-mobile .appstore-icon li a {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.app-link-mobile .appstore-icon li a.on-touch {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.app-link-mobile .appstore-icon .appicon-img img {
  max-width: 90px;
}

.app-link-mobile .appstore-icon p {
  font-size: 16px;
  color: #EEE;
  font-weight: bold;
}

.app-link-mobile .appstore-icon .app-link-address {
  margin-bottom: 15px;
}

.app-link-mobile .appstore-icon .app-link-address a {
  display: inline-block;
  margin-right: 20px;
}

.app-link-mobile .appstore-icon .app-link-address a:last-child {
  margin-right: 0;
}

.app-link-mobile .appstore-icon .app-link-address img {
  width: 60px;
}

@media (max-width: 768px) {
  .app-link-mobile {
    display: block;
  }
}
/*app 連結 end -------------------------------------------------- */
.hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.hero .only-dp img,
.hero .only-mb img {
  vertical-align: top;
}
.hero .only-dp {
  width: 100%;
  height: 100%;
}
.hero .only-dp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .only-mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hero {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: unset !important;
  }
  .hero .only-dp {
    display: none;
  }
  .hero .only-mb {
    display: block;
    padding-top: 59px;
  }
  .hero .only-mb img {
    width: 100%;
  }
}

.content {
  background: #ededec;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.012) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.012) 0 1px, transparent 1px 3px);
  padding: 54px 28px 70px;
}
.content > * {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  max-width: 1080px;
  flex-wrap: wrap;
}

.tabs .btn_video_explain {
  border: 2px solid #c3cbd2;
  border-radius: 8px;
  background: #f6f7f8 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3C1.9 3 1 3.9 1 5V17C1 18.1 1.9 19 3 19H8V20C8 20.55 8.45 21 9 21H15C15.55 21 16 20.55 16 20V19H21C22.1 19 22.99 18.1 22.99 17L23 5C23 3.89 22.1 3 21 3ZM20 17H4C3.45 17 3 16.55 3 16V6C3 5.45 3.45 5 4 5H20C20.55 5 21 5.45 21 6V16C21 16.55 20.55 17 20 17ZM14.48 11.87L10.5 14.15C9.83 14.53 9 14.04 9 13.28V8.72C9 7.95 9.83 7.47 10.5 7.85L14.48 10.13C15.15 10.52 15.15 11.48 14.48 11.87Z' fill='%235A636B'/%3E%3C/svg%3E") no-repeat scroll 28px center;
  color: #5a636b;
  flex: 0 0 auto;
  font-size: 19px;
  font-weight: bold;
  min-width: 170px;
  padding: 15px 30px 15px 60px;
}
.tabs .btn_video_explain:hover {
  background: #f6f7f8 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3C1.9 3 1 3.9 1 5V17C1 18.1 1.9 19 3 19H8V20C8 20.55 8.45 21 9 21H15C15.55 21 16 20.55 16 20V19H21C22.1 19 22.99 18.1 22.99 17L23 5C23 3.89 22.1 3 21 3ZM20 17H4C3.45 17 3 16.55 3 16V6C3 5.45 3.45 5 4 5H20C20.55 5 21 5.45 21 6V16C21 16.55 20.55 17 20 17ZM14.48 11.87L10.5 14.15C9.83 14.53 9 14.04 9 13.28V8.72C9 7.95 9.83 7.47 10.5 7.85L14.48 10.13C15.15 10.52 15.15 11.48 14.48 11.87Z' fill='%230d6fb8'/%3E%3C/svg%3E") no-repeat scroll 28px center;
  border-color: #0d6fb8;
  color: #0d6fb8;
}
@media (max-width: 768px) {
  .tabs .btn_video_explain {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    text-align: center;
  }
}

.maintab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 170px;
  padding: 15px 30px;
  font: 800 19px/1 "Microsoft JhengHei", "微軟正黑體", "Noto Sans TC", sans-serif;
  color: #5a636b;
  border: 2px solid #c3cbd2;
  border-radius: 8px;
  background: #f6f7f8;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.maintab:hover {
  border-color: #0d6fb8;
  color: #0d6fb8;
}
.maintab.on {
  color: #fff;
  background: #0d6fb8;
  border-color: #0d6fb8;
  -webkit-box-shadow: 0 4px 12px rgba(13, 111, 184, 0.3);
          box-shadow: 0 4px 12px rgba(13, 111, 184, 0.3);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-intro {
  margin: 34px auto 0;
  font-size: 22px;
  font-weight: 800;
  color: #2a2f34;
  border-left: 5px solid #0d6fb8;
  padding-left: 14px;
}

.sections {
  margin-top: 10px;
}

.sec {
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 12px;
  padding: 30px 32px;
  margin-top: 26px;
  -webkit-box-shadow: 0 2px 14px rgba(20, 40, 60, 0.05);
          box-shadow: 0 2px 14px rgba(20, 40, 60, 0.05);
}

.sec-head {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  color: #23282d;
  position: relative;
}
.sec-head .sec-no {
  color: #0d6fb8;
}
.sec-head .explanation {
  border-radius: 999px;
  background: url('../images/events/ic_mouse_cursor.svg') scroll no-repeat 8px center #f2f2f2;
  color: #333;
  font-size: 14px;
  padding: 8px 16px 8px 36px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .sec-head .explanation {
    display: none;  
  }
}

.sec-foot {
  margin: 18px 0 0;
  font-size: 13.5px;
  color: #b06a1d;
  background: #fff6ec;
  border: 1px solid #f1d9bd;
  border-radius: 7px;
  padding: 10px 14px;
}

.breadcrumb {
  margin: -8px 0 18px;
  color: #666;
  font-size: 15px;
}
.breadcrumb .bc-sep {
  margin: 0 8px;
  color: #aab2ba;
  font-style: normal;
}
.breadcrumb a {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 -1 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 18L5 16.6L14.6 7H6V5H18V17H16V8.4L6.4 18Z' fill='%23333333'/%3E%3C/svg%3E") no-repeat right center transparent;
  padding: 0 20px 0 0;
}
.breadcrumb a:hover {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 -1 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 18L5 16.6L14.6 7H6V5H18V17H16V8.4L6.4 18Z' fill='%230D6FB8'/%3E%3C/svg%3E") no-repeat right center transparent;
  color: #0D6FB8;
}

.static-shot {
  position: relative;
}
.static-shot .shot-note {
  display: inline-block;
  margin-top: 10px;
  font: 600 13px/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
  color: #7a828a;
}

.only-mobile {
  display: none;
}

.only-desktop .ph-portrait {
  max-width: 330px;
}

.sec-body.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pane-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .pane-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
.img-stage.fade {
  -webkit-animation: fade 0.28s ease;
          animation: fade 0.28s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.pane-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: background 0.14s;
  transition: background 0.14s;
}
.pt:hover, .pt.is-active {
  background: #f1f7fc;
  border-color: #dcebf6;
}
.pt:hover .pt-badge, .pt.is-active .pt-badge {
  background: #0d6fb8;
}

/* 手機專用列點：桌機列表不顯示，內容僅供手機輪播（app.js）讀取，
 * 讓手機版項目數可多於桌機版 */
.pt[data-mobile-only=true] {
  display: none;
}

.pt-badge {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #c4ccd4;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: 2px;
  -webkit-transition: background 0.14s;
  transition: background 0.14s;
}

.pt-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.pt-title {
  font-size: 17px;
  font-weight: 700;
  color: #2a2f34;
}

.pt-desc {
  font-size: 14.5px;
  color: #7d858d;
}

.list-hint {
  margin: 16px 0 0 4px;
  font-size: 13px;
  color: #9aa2aa;
}

.ph {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #eef1f4;
  border: 1px solid #dde3e8;
}
.ph.ph-portrait {
  padding-top: 150%;
}
.ph.ph-wide {
  padding-top: 56%;
}

.ph-inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background-image: repeating-linear-gradient(45deg, #e4e9ee 0 11px, #eef2f6 11px 22px);
}

.ph-tag {
  font: 700 11px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background: #9aa6b1;
  padding: 5px 9px;
  border-radius: 20px;
}

.ph-num {
  font: 900 88px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  color: rgba(40, 60, 80, 0.34);
  letter-spacing: 2px;
}
.ph-num:empty {
  display: none;
}

.ph-name {
  font: 700 16px/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
  color: #566069;
  text-align: center;
  max-width: 88%;
  background: rgba(255, 255, 255, 0.78);
  padding: 7px 13px;
  border-radius: 7px;
}

.shot-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 1px solid #dde3e8;
}

.site-foot {
  background: #23282d;
  color: #aeb6bd;
  text-align: center;
  padding: 26px 20px;
  font-size: 14px;
}

.m-view {
  display: none;
}

.m-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-stage {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(78vw, 300px);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.m-stage .m-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(20, 30, 40, 0.62);
  color: #fff;
  font: 700 13px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  padding: 6px 10px;
  border-radius: 20px;
}

.m-arr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d9dde1;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.m-arr:disabled {
  opacity: 0.35;
}

.arr {
  width: 11px;
  height: 11px;
  display: block;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
}
.arr.left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arr.right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 4px;
}
.m-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #c7ced4;
  padding: 0;
  cursor: pointer;
}
.m-dots .dot.on {
  background: #0d6fb8;
}

.m-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 14px;
  background: #f6f9fc;
  border: 1px solid #e1ebf3;
  border-radius: 10px;
  padding: 16px;
}
.m-text .pt-badge {
  background: #0d6fb8;
}

@media (max-width: 768px) {
  .sec-body.split {
    display: none;
  }
  .m-view {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .only-mobile .ph-portrait {
    max-width: 300px;
    margin: 0 auto;
  }
  .head-inner {
    height: 60px;
    padding: 0 16px;
  }
  .logo-word {
    font-size: 20px;
  }
  .nav {
    gap: 16px;
  }
  .nav a {
    font-size: 14px;
  }
  .nav a.on::after {
    bottom: -19px;
  }
  .hero {
    height: 300px;
  }
  .hero-box {
    padding: 24px 30px 28px;
  }
  .hero-box h1 {
    font-size: 44px;
    letter-spacing: 3px;
  }
  .hero-box p {
    font-size: 20px;
  }
  .content {
    padding: 32px 16px 50px;
  }
  .tabs {
    gap: 10px;
  }
  .maintab {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 13px 8px;
    font-size: 16px;
  }
  .sec {
    padding: 22px 16px;
    border-radius: 10px;
  }
  .sec-head {
    font-size: 20px;
  }
  .tab-intro {
    font-size: 19px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333;
  background: #fff;
  font-family: "Microsoft JhengHei", "微軟正黑體", "Noto Sans TC", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

:root {
  --accent:#0d6fb8;
}

/*社群連結 start
-------------------------------------------------- */
.social-link {
  position: absolute;
  top: 21px;
  right: 15px;
  text-align: right;
  z-index: 8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-link a {
  margin-left: 10px;
  display: inline-block;
}

.social-link img {
  width: 38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-link .line-icon {
  display: none;
}

@media (max-width: 768px) {
  .social-link {
    top: 11px;
    right: 70px;
    z-index: 11;
  }
  .social-link a {
    margin-left: 21px;
  }
  .social-link img {
    width: 35px;
  }
  .social-link .line-icon {
    display: inline-block;
  }
}
@media (max-width: 568px) {
  .social-link {
    top: 11px;
    right: 63px;
  }
  .social-link a {
    margin-left: 16px;
  }
  .social-link img {
    width: 30px;
  }
}
/*社群連結 end -------------------------------------------------- */