@charset "UTF-8";
.basic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-container .section {
  width: clamp(230px, 100%, 360px);
  background-image: url(../imgs/background_05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  color: black;
}
.basic-container .section .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
}
.basic-container .section .title-section h3 {
  height: 15px;
}
.basic-container .section .title-section h3 img {
  width: 16px;
}
.basic-container .section .phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.basic-container .section .phone-section h3 {
  height: 15px;
}
.basic-container .section .phone-section h3.label {
  width: 80px;
}
.basic-container .section .phone-section h3 img {
  width: 16px;
}
.basic-container .section .address-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 70px;
}
.basic-container .section .address-section h3 {
  height: 15px;
}
.basic-container .section .address-section h3.label {
  width: 80px;
}
.basic-container .section .address-section h3 img {
  width: 16px;
}

.collect-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collect-container #title {
  width: clamp(230px, 100%, 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.collect-container #title a img {
  width: 170px;
}

.companyintro-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.companyintro-container #introduction .image-content img {
  width: clamp(230px, 100%, 360px);
}
.companyintro-container #introduction .text-content .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.companyintro-container #introduction .text-content .title-section h2 {
  color: rgb(228, 40, 40);
  height: auto;
}
.companyintro-container #introduction .text-content .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.companyintro-container #introduction .text-content .content-section h3.text-left {
  text-align: left;
}

.outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.outer-container #companylink .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
}
.header .progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}
.header .progress-container .progress-bar {
  height: 8px;
  background: #04AA6D;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}

.section {
  width: clamp(230px, 100%, 360px);
  background-color: rgb(209, 232, 252);
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-section .button {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 165px;
}

.buttonsection {
  width: clamp(230px, 100%, 360px);
  background: url("../imgs/background_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.headshot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headshot-container .headshot-image {
  width: clamp(230px, 100%, 360px);
}

.img1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img1-container .slide-image {
  width: clamp(230px, 100%, 360px);
}

.margin-bottom {
  margin-bottom: 5px;
}

.img2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.img2-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.img2-container .title-container .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  color: rgb(228, 40, 40);
  font-size: 25px;
  font-weight: bold;
}
.img2-container .slide-image2 {
  width: clamp(230px, 100%, 360px);
}
.img2-container .slide-count {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.img2-container .more-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  color: rgb(3, 240, 62);
  font-size: 20px;
  font-weight: bold;
}
.img2-container .more-images-container .view-more-link {
  text-decoration: none;
  color: #000000;
}

.margin-bottom2 {
  margin-bottom: 5px;
}

.license-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.license-contact-container .copyright-block {
  width: 400px;
  height: 30px;
  background-color: #000000;
  color: rgb(255, 255, 255);
}
.license-contact-container .copyright-block .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.license-contact-container .copyright-block .content-area a {
  text-decoration: none;
  color: #ffffff;
}

.medialink-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.medialink-container #medialink .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.otherlink-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.otherlink-container #otherlink .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.otherlink-container #otherlink .custbutton {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.otherlink-container #otherlink .otherbottontest {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #ff0000;
  border: 1px solid #ffffff;
}
.otherlink-container #otherlink .otherbotton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 300px;
  background-color: #FFFA62;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.otherlink-container #otherlink .ssection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.otherlink-container #otherlink .ssection .sbutton {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: clamp(100px, 50%, 165px);
}
.otherlink-container #otherlink .ssection .sbutton img {
  width: 155px;
}
.otherlink-container #otherlink .button-otherlink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: rgb(207, 110, 91);
  background-image: none;
  border-style: none;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Eina01, sans-serif;
  font-size: 16px;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
  margin: 5px;
  min-height: 40px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  width: 95%;
  word-break: keep-all;
  z-index: 0;
}
.otherlink-container #otherlink .otherlink-link {
  text-decoration: none;
  color: #000000;
}
.otherlink-container #otherlink .process-image {
  width: 99%;
  border: 1px solid black;
}

.qrcodearea-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.qrcodearea-container #qrcodearea .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.qrcodearea-container #qrcodearea .qrcode-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcodearea-container #qrcodearea .qrcode-content .web-qrcode {
  width: clamp(230px, 100%, 100%);
}
.qrcodearea-container #qrcodearea .qrcode-content a .line-qrcode {
  width: clamp(230px, 100%, 360px);
}

.related-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.related-container #related .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.related-container #related .button-related {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: rgba(116, 207, 246, 0.845);
  background-image: none;
  border-style: none;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Eina01, sans-serif;
  font-size: 16px;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
  margin: 5px;
  min-height: 40px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  width: 95%;
  word-break: keep-all;
  z-index: 0;
}
.related-container #related .related-link {
  text-decoration: none;
  color: #000000;
}

.service-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-container #service .image-content img {
  width: clamp(230px, 100%, 360px);
}
.service-container #service .text-content .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.service-container #service .text-content .title-section h2 {
  color: rgb(228, 40, 40);
}
.service-container #service .text-content .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-container #service .text-content .service-content .service-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.service-container #service .text-content .service-content .service-list-container .service-column-left {
  width: 50%;
}
.service-container #service .text-content .service-content .service-list-container .service-column-right {
  width: 50%;
}

.sharebotton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sharebotton-container .share-block {
  background-color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}
.sharebotton-container .share-block .line-share a img {
  height: 40px;
  width: 170px;
}

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-container #video .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-container #video .title-container .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  color: rgb(228, 40, 40);
  font-size: 25px;
  font-weight: bold;
}
.video-container #video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container #video .embed-container iframe,
.video-container #video .embed-container object,
.video-container #video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container #video .more-videos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  color: rgb(3, 240, 62);
  font-size: 20px;
  font-weight: bold;
}
.video-container #video .more-videos-container .more-videos-link {
  text-decoration: none;
  color: #000000;
}

body {
  background-color: #fbfbfb;
}

.progress-area-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.margin-spacing {
  margin-bottom: 5px;
}

.modal .modal-content span #modal-image {
  width: 350px;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}
.custom-modal.show {
  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;
  padding: 20px;
}
.custom-modal-content {
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  max-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-animation: modalSlideIn 0.3s ease-out;
          animation: modalSlideIn 0.3s ease-out;
}
.custom-modal-header {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 24px 16px 24px;
  border-radius: 16px 16px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.custom-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  font-family: "Microsoft JhengHei", sans-serif;
  padding-right: 40px;
}
.custom-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  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;
  border-radius: 4px;
  z-index: 1051;
}
.custom-modal-close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-modal-close:focus {
  outline: 2px solid #4c7aff;
  outline-offset: 2px;
}
.custom-modal-close::before {
  content: "×";
  font-size: 24px;
  line-height: 1;
}
.custom-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 24px 24px 24px;
  max-height: calc(85vh - 140px);
  min-height: 0;
}
.custom-modal-body::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.custom-modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.custom-modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.custom-modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.custom-modal-footer .btn {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #666666;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-modal-footer .btn:hover {
  background-color: #e8e8e8;
  border-color: #d0d0d0;
}
.custom-modal-footer .btn:focus {
  outline: 2px solid #4c7aff;
  outline-offset: 2px;
}

@-webkit-keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
.activity {
  font-family: "Microsoft JhengHei", sans-serif;
}
.activity-imgstand {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
.activity-imgstand-carousel {
  border-radius: 12px;
  overflow: hidden;
}
.activity-imgstand-carousel img {
  width: 100%;
  height: auto;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  cursor: pointer;
  display: block;
}
.activity-text {
  margin-bottom: 24px;
}
.activity-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.activity-external {
  margin-bottom: 24px;
}
.activity-external-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activity-external-title::before {
  content: "🔗";
  margin-right: 8px;
  font-size: 16px;
}
.activity-external-link {
  display: block;
  padding: 12px 16px;
  background: #f8f9ff;
  border: 1px solid #e3e8ff;
  border-radius: 8px;
  color: #4c7aff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 8px;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-external-link:hover {
  background: #f0f4ff;
  border-color: #4c7aff;
  color: #3366ff !important;
}
.activity-external-link:hover:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.activity-download {
  margin-bottom: 8px;
}
.activity-download-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activity-download-title::before {
  content: "📥";
  margin-right: 8px;
  font-size: 16px;
}
.activity-download-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.activity-download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333333 !important;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  min-height: 44px;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.activity-download-link:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.activity-download-link:hover:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.activity-download-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.activity-download-link i {
  color: #666666;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
}

.carousel-indicators {
  margin-bottom: 8px;
}
.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 4px;
  cursor: pointer;
}
.carousel-indicators button.active {
  background-color: #ffffff;
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}
.carousel-control-prev {
  left: 10px;
}
.carousel-control-next {
  right: 10px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='m11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='m4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 576px) {
  .custom-modal {
    padding: 10px;
  }
  .custom-modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .custom-modal-header {
    padding: 16px 16px 12px 16px;
  }
  .custom-modal-body {
    padding: 0 16px 16px 16px;
  }
  .custom-modal-footer {
    padding: 12px 16px;
  }
  .activity-imgstand-carousel img {
    height: auto;
    max-height: 70vh;
  }
}
.latest-news-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: opacity;
}
.latest-news-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.latest-news-modal {
  background: white;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 85vh;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.95) translateY(20px);
          transform: scale(0.95) translateY(20px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  overflow: hidden;
  will-change: transform;
}
.latest-news-overlay.show .latest-news-modal {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.latest-news-header {
  background: #2196F3;
  color: white;
  padding: 16px 20px;
  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;
}
.latest-news-header .latest-news-icon {
  font-size: 1.2em;
  margin-right: 8px;
}
.latest-news-header .latest-news-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.latest-news-header .latest-news-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 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;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.latest-news-header .latest-news-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.latest-news-content {
  padding: 20px;
  max-height: 55vh;
  overflow-y: auto;
}

.latest-news-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.latest-news-text * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.latest-news-text p {
  margin: 0.8em 0;
}
.latest-news-text h1, .latest-news-text h2, .latest-news-text h3, .latest-news-text h4, .latest-news-text h5, .latest-news-text h6 {
  margin: 1em 0 0.6em 0;
  line-height: 1.3;
}

.latest-news-image-wrapper {
  text-align: center;
  margin-top: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.latest-news-image-wrapper .latest-news-image-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}
.latest-news-image-wrapper .latest-news-image-link .latest-news-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  cursor: pointer;
}

.latest-news-footer {
  background: #f8f9fa;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e9ecef;
  gap: 12px;
}
.latest-news-footer .latest-news-no-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.latest-news-footer .latest-news-no-show .latest-news-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #2196F3;
}
.latest-news-footer .latest-news-btn {
  background: #2196F3;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.latest-news-footer .latest-news-btn:hover {
  background: #1976D2;
}

.fancybox-container {
  z-index: 99999 !important;
}

.fancybox-bg {
  z-index: 99998 !important;
}

.fancybox-stage {
  z-index: 99999 !important;
}

.fancybox-navigation {
  z-index: 100000 !important;
}

.fancybox-toolbar {
  z-index: 100001 !important;
}

@media (max-width: 768px) {
  .latest-news-modal {
    width: 95%;
    max-height: 90vh;
    margin: 10px;
  }
  .latest-news-header {
    padding: 14px 16px;
  }
  .latest-news-content {
    padding: 16px;
    max-height: 60vh;
  }
  .latest-news-footer {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .latest-news-footer .latest-news-btn {
    width: 100%;
    padding: 10px;
  }
}/*# sourceMappingURL=style.css.map */