@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+TC:wght@100..900&family=Outfit:wght@100..900&display=swap");


/*修正套用進event events後的全域影響的bugs(v3好事版)*/
/*修正套用進event events後的全域影響的bugs*/
/* html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

img,
svg {
  vertical-align: middle;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
}

#containerBox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
} */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}


.text-center {
  text-align: center;
}

/*修正套用進event events後的全域影響的bugs*/
/* 文字樣式 */
.txt-primary-orange {
  color: #ff6700 !important;
}
.txt-primary-blue {
  color: #2d2d6c !important;
}

.txt-support-red {
  color: #d82400 !important;
}
.txt-support-lite-red {
  color: #f73603 !important;
}
.txt-support-orange {
  color: #ff8f08 !important;
}
.txt-support-lite-orange {
  color: #ff9b0b !important;
}
.txt-support-yellow {
  color: #ffba0d !important;
}
.txt-support-lite-yellow {
  color: #ffd60b !important;
}
.txt-support-green {
  color: #0eaa7d !important;
}
.txt-support-lite-green {
  color: #22ddb9 !important;
}
.txt-support-dark-green {
  color: #024d59 !important;
}
.txt-support-purple {
  color: #3e1ee6 !important;
}
.txt-support-lite-purple {
  color: #624bee !important;
}
.txt-support-momo {
  color: #ce2874 !important;
}
.txt-support-lite-momo {
  color: #dd5298 !important;
}
.txt-support-grey {
  color: #333333 !important;
}
.txt-support-lite-grey {
  color: #9b9b9b !important;
}
.txt-support-white {
  color: #ffffff !important;
}

/* 文字樣式 */
/* 按鈕樣式 */
.btnrow {
  text-align: center;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  justify-content: center;
}
.btnrow a {
  flex: 0 0 auto;
  line-height: 2em;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
  margin: 0 !important;
  text-decoration: none;
  padding: 8px 20px;
  transition: all linear 0.2s;
}

.btn-primary-orange {
  color: #ffffff !important;
  background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
  border-radius: 90px !important;
  border: 0;
  outline: 0;
  background-size: 300% 100%;
  transition: all 0.5s ease-in-out;
}
.btn-primary-orange:hover {
  color: #ffffff !important;
  background-position: 100% 0;
  transition: all 0.5s ease-in-out;
}
.btn-primary-blue {
  color: #ffffff !important;
  background-color: #3e1ee6 !important;
  border-radius: 90px !important;
}
.btn-primary-blue:hover {
  color: #ffffff !important;
  background-color: #2d2d6c !important;
}
.btn-primary-white {
  color: #1b1c1e !important;
  background-color: #ffffff !important;
  border-radius: 90px !important;
}
.btn-primary-white:hover {
  color: #ffffff !important;
  background-color: #1b1c1e !important;
}

.btn-disable {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-radius: 90px !important;
  cursor: default !important;
  opacity: 0.7;
  border: 0;
  outline: 0;
}

.btn-solid {
  color: #1b1c1e !important;
  border: 1px solid #1b1c1e !important;
  border-radius: 90px !important;
}
.btn-solid:hover {
  color: #ffffff !important;
  border: 1px solid #1b1c1e !important;
  background-color: #1b1c1e !important;
}

.btn-solid-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 90px !important;
}
.btn-solid-white:hover {
  color: #ff6700 !important;
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}

/* ================================================行動版樣式================================================ */
@media (max-width: 640px) {
  .btnrow {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .btnrow a {
    line-height: 2em;
    flex: 1 1 100%;
    line-height: 2em;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto !important;
    margin: 0 0 10px 0 !important;
  }
}
/* 按鈕樣式 */
/* IMC自訂版型預設設定檔 */
/*特用內容容器最大起始寬度*/
/* .IMC-content-width-1500 {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1680px) {
  .IMC-content-width-1500 {
    width: 1200px;
  }
}
@media (max-width: 1440px) {
  .IMC-content-width-1500 {
    width: 1140px;
  }
}
@media (max-width: 1280px) {
  .IMC-content-width-1500 {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .IMC-content-width-1500 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .IMC-content-width-1500 {
    width: calc(100% - 30px);
  }
}

.IMC-content-width-1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .IMC-content-width-1200 {
    width: 1140px;
  }
}
@media (max-width: 1280px) {
  .IMC-content-width-1200 {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .IMC-content-width-1200 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .IMC-content-width-1200 {
    width: calc(100% - 30px);
  }
}

.IMC-content-width-1140 {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .IMC-content-width-1140 {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .IMC-content-width-1140 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .IMC-content-width-1140 {
    width: calc(100% - 30px);
  }
}

.IMC-content-width-900 {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .IMC-content-width-900 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .IMC-content-width-900 {
    width: calc(100% - 30px);
  }
}

.IMC-content-width-750 {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .IMC-content-width-750 {
    width: calc(100% - 30px);
  }
} */

/*pc mo版 切換*/
.pc-show {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media screen and (max-width: 640px) {
  .mobile-show {
    display: block;
  }
}

/*twm-v3 pc tablet mo版 切換*/
.pc-show-twm-v3 {
  display: block;
}
@media screen and (max-width: 1199px) {
  .pc-show-twm-v3 {
    display: none;
  }
}


.mobile-show-twm-v3 {
  display: none;
}
@media screen and (max-width: 575px) {
  .mobile-show-twm-v3 {
    display: block;
  }
}




/* 定義 ul li的 list-style */
/* .list-style-auto {
  list-style: auto;
}
.list-style-auto * {
  list-style: auto;
}

.list-style-disc {
  list-style: disc;
}
.list-style-disc * {
  list-style: disc;
} */



/* 內容標題樣式 */
.super {
  width: auto;
  margin: 1.5em auto 1.5em auto;
  padding: 10px 0;
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
  text-align: center;
  display: table;
}

.sub-title {
  color: #333;
  font-weight: bold;
  display: table;
  margin: 20px auto;
}
.sub-title:before, .sub-title:after {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 4px;
  border-top: 4px solid #333;
  content: "";
  margin: 0 10px;
}

.bold-underline {
  background: linear-gradient(180deg, transparent 65%, #ffd60b 0);
}

/* ================================================行動版樣式================================================ */
@media screen and (min-width: 0px) and (max-width: 640px) {
  .sub-title {
    font-size: 1.4em;
  }
  .sub-title:before, .sub-title:after {
    width: 40px;
    height: 2px;
    border-top: 2px solid;
    margin: 0 8px;
  }
}
/* 內容標題樣式 */



/*兩側懸浮小廣告*/
/* #floatLinkTag {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 9999;
}
@media (max-width: 1680px) {
  #floatLinkTag {
    width: 150px;
  }
}
@media (max-width: 768px) {
  #floatLinkTag {
    width: 100px;
  }
}
#floatLinkTag.floatLinkTag_R {
  right: 0;
}
#floatLinkTag.floatLinkTag_L {
  left: 0;
}
#floatLinkTag img {
  width: 100%;
}
@media (min-width: 769px) {
  #floatLinkTag .tag-img .moSet {
    display: none;
  }
}
@media (max-width: 768px) {
  #floatLinkTag .tag-img .pcSet {
    display: none;
  }
} */

/*兩側懸浮小廣告*/
/**
 * 
 * @authors TWM WebTeam
 * @date    20260102
*/

/*英文字體使用outfit*/
*[lang=en] {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}

/*for AIO */
/* figure figcaption {
  display: none;
} */

/*# sourceMappingURL=main_v3.css.map */