@charset "UTF-8";
/* @font-face
 *  font-family: dystopian
 *  src: url("../font/Dystopian-Bold/Dystopian-Bold.ttf") */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&family=Inter:opsz,wght@14..32,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", "Roboto", sans-serif;
  color: #fff;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 360px;
}

body:not(.isIndex) .pageWrapper {
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background.jpg");
  background-size: cover;
  background-color: #fff;
  background-position: center bottom;
}
body:not(.isIndex) .pageWrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 68, 91, 0.7);
  z-index: 1;
}

.ulink-column h2 {
  margin: 0;
}

.of-hidden {
  overflow: hidden !important;
}

table.w-full {
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.container-box-main::after,
div.container-left::after,
div.container-right::after,
div.box::after,
div.timer-value::after {
  display: none !important;
  content: none !important;
}

body:is(.isIndex) .header {
  display: none !important;
}
body:not(.isIndex) .header .wrapper {
  width: 100%;
}
body:not(.isIndex, .isInformation) .module-HeaderComponent {
  background: transparent;
}
body:not(.isIndex, .isInformation) .module-HeaderComponent .menu-toggle, body:not(.isIndex, .isInformation) .module-HeaderComponent .menu {
  display: none !important;
}
body:not(.isIndex, .isInformation) .module-HeaderComponent .row.top {
  border: none;
}
@media only screen and (max-width: 830px) {
  body:not(.isIndex, .isInformation) .module-HeaderComponent {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.header,
.htmlheader {
  max-width: 1920px;
  display: inline-block;
  width: 100%;
  background: #63D2C2;
  position: sticky;
  top: 0;
  z-index: 10;
}
.isIndex .header, .isInformation .header,
.isIndex .htmlheader,
.isInformation .htmlheader {
  padding: 0 !important;
}
.isIndex .header,
.isIndex .htmlheader {
  position: fixed;
}
@media only screen and (max-width: 830px) {
  .header,
  .htmlheader {
    position: relative;
  }
  .isIndex .header, .isInformation .header,
  .isIndex .htmlheader,
  .isInformation .htmlheader {
    height: 0;
  }
  .isIndex .header .row.top, .isInformation .header .row.top,
  .isIndex .htmlheader .row.top,
  .isInformation .htmlheader .row.top {
    height: 0;
  }
}
.header .wrapper,
.htmlheader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
}
.header .header-normal .logo,
.htmlheader .header-normal .logo {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 10;
  float: left;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header .header-normal .logo > a,
.htmlheader .header-normal .logo > a {
  width: 150px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header .header-normal .logo > a img,
.htmlheader .header-normal .logo > a img {
  max-height: 56px;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 830px) {
  .isIndex .header .header-normal .logo, .isInformation .header .header-normal .logo,
  .isIndex .htmlheader .header-normal .logo,
  .isInformation .htmlheader .header-normal .logo {
    display: none;
  }
}
.header .header-normal .header-content,
.htmlheader .header-normal .header-content {
  margin-right: 0;
  margin-left: auto;
  position: relative;
  width: 100% !important;
  height: 80px;
}
.header .menu-toggle,
.htmlheader .menu-toggle {
  padding: 17px 11px 2px;
  display: none;
  position: fixed;
  top: 25px;
  left: 20px;
  background: #63D2C2;
  z-index: 1005;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.header .menu-toggle::after,
.htmlheader .menu-toggle::after {
  content: "MENU";
  padding-top: 12px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  height: auto;
  color: #fff;
  visibility: visible;
}
.header .menu-toggle.menu-toggle-active::after,
.htmlheader .menu-toggle.menu-toggle-active::after {
  color: #63D2C2;
}
@media only screen and (max-width: 830px) {
  .header .menu-toggle,
  .htmlheader .menu-toggle {
    display: block;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .header .menu-toggle,
  .htmlheader .menu-toggle {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.header .menu-toggle .menu-toggle-hamburger,
.htmlheader .menu-toggle .menu-toggle-hamburger {
  height: 3px;
  background-color: #fff;
}
.header .menu-toggle .menu-toggle-hamburger::before,
.htmlheader .menu-toggle .menu-toggle-hamburger::before {
  transition-property: top, transform, -webkit-transform;
  top: 300%;
}
.header .menu-toggle .menu-toggle-hamburger::after,
.htmlheader .menu-toggle .menu-toggle-hamburger::after {
  transition-property: bottom, transform, -webkit-transform;
  bottom: 300%;
}
.header .menu-toggle .menu-toggle-hamburger::before, .header .menu-toggle .menu-toggle-hamburger::after,
.htmlheader .menu-toggle .menu-toggle-hamburger::before,
.htmlheader .menu-toggle .menu-toggle-hamburger::after {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  left: 0;
  content: "";
  overflow: visible;
  visibility: visible;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.header .menu-toggle.menu-toggle-active,
.htmlheader .menu-toggle.menu-toggle-active {
  background: #fff;
}
.header .menu-toggle.menu-toggle-active .menu-toggle-hamburger,
.htmlheader .menu-toggle.menu-toggle-active .menu-toggle-hamburger {
  background: transparent;
}
.header .menu-toggle.menu-toggle-active .menu-toggle-hamburger::before, .header .menu-toggle.menu-toggle-active .menu-toggle-hamburger::after,
.htmlheader .menu-toggle.menu-toggle-active .menu-toggle-hamburger::before,
.htmlheader .menu-toggle.menu-toggle-active .menu-toggle-hamburger::after {
  opacity: 1;
  background: #63D2C2;
  width: 100%;
  top: 0%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .menu-toggle.menu-toggle-active .menu-toggle-hamburger::after,
.htmlheader .menu-toggle.menu-toggle-active .menu-toggle-hamburger::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .main-menu,
.htmlheader .main-menu {
  margin: 0;
  padding: 0;
  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;
  width: 100%;
  height: 80px;
  list-style: none;
  font-size: 18px;
}
.header .main-menu li,
.htmlheader .main-menu li {
  margin: 0px;
  padding: 0px;
  margin-left: 40px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.header .main-menu li a,
.htmlheader .main-menu li a {
  font-size: 2rem;
  font-weight: 500;
}
.header .main-menu li:first-child,
.htmlheader .main-menu li:first-child {
  margin-left: 0 !important;
}
.header .main-menu li:last-child,
.htmlheader .main-menu li:last-child {
  margin-right: 0 !important;
}
.header .main-menu li.current-menu-item a,
.htmlheader .main-menu li.current-menu-item a {
  color: #03445b !important;
}
.header .main-menu li.current-menu-item::after,
.htmlheader .main-menu li.current-menu-item::after {
  display: none;
}
.header .main-menu > li,
.htmlheader .main-menu > li {
  display: block;
  margin-left: 0;
  margin: 0 30px !important;
}
.header .main-menu > li a,
.htmlheader .main-menu > li a {
  color: #fff !important;
}
@media only screen and (max-width: 830px) {
  .header .main-menu,
  .htmlheader .main-menu {
    margin-top: 10px;
    position: relative;
    display: block;
    text-align: left;
    font-size: 1.5rem;
  }
  .header .main-menu > li,
  .htmlheader .main-menu > li {
    border-bottom: 1px solid #fff !important;
  }
  .header .main-menu > li:first-child,
  .htmlheader .main-menu > li:first-child {
    border-top: 1px solid #fff !important;
  }
  .header .main-menu li,
  .htmlheader .main-menu li {
    display: block;
    margin: 0 30px !important;
    padding: 20px 0;
    line-height: 1.75;
  }
  .header .main-menu li a,
  .htmlheader .main-menu li a {
    font-size: 1.6rem;
    color: #000;
  }
  .header .main-menu li:first-child,
  .htmlheader .main-menu li:first-child {
    margin-left: 30px !important;
  }
  .header .main-menu li:last-child,
  .htmlheader .main-menu li:last-child {
    margin-right: 30px !important;
  }
  .header .main-menu > li.current-menu-item > a:visited,
  .htmlheader .main-menu > li.current-menu-item > a:visited {
    color: #63D2C2 !important;
  }
  .header .main-menu li.current-menu-item a,
  .htmlheader .main-menu li.current-menu-item a {
    color: #63D2C2 !important;
  }
  .header .main-menu > li > a, .header .main-menu > li > a:visited,
  .htmlheader .main-menu > li > a,
  .htmlheader .main-menu > li > a:visited {
    color: #fff !important;
  }
}
.header ul.sub-menu,
.htmlheader ul.sub-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  min-width: 100%;
  left: 0px;
  top: 100%;
  z-index: 200;
  text-align: left;
  -webkit-box-shadow: 0 2px 6px #cccccc;
          box-shadow: 0 2px 6px #cccccc;
  list-style: none;
}
.header ul.sub-menu li,
.htmlheader ul.sub-menu li {
  margin: 0 !important;
}
.header ul.sub-menu li.open,
.htmlheader ul.sub-menu li.open {
  color: white;
  background: #fff;
}
.header ul.sub-menu li > a,
.htmlheader ul.sub-menu li > a {
  padding: 12px 20px;
  display: block;
  white-space: nowrap;
  background: #ffffff;
}
@media only screen and (max-width: 830px) {
  .header ul.sub-menu,
  .htmlheader ul.sub-menu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header ul.sub-menu li,
  .htmlheader ul.sub-menu li {
    padding: 0;
  }
  .header ul.sub-menu li > a,
  .htmlheader ul.sub-menu li > a {
    padding: 17px 0 12px 15px;
    background: transparent;
  }
}
@media only screen and (max-width: 830px) {
  .header .menu,
  .htmlheader .menu {
    opacity: 0;
  }
  .header .menu.menu-open,
  .htmlheader .menu.menu-open {
    margin-top: 0;
    padding: 27.7vw 0px 30px !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    height: 100%;
    opacity: 1;
    text-align: center;
    background-color: rgba(3, 68, 91, 0.8);
    z-index: 9;
  }
  .header .menu ul.sub-menu a, .header .menu ul.sub-menu a:visited,
  .htmlheader .menu ul.sub-menu a,
  .htmlheader .menu ul.sub-menu a:visited {
    color: #000 !important;
  }
}

.htmlheader .menu-toggle-hamburger {
  display: block;
  position: relative;
  width: 34px;
  height: 3px;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

@media screen and (max-width: 1179px) {
  .header .header-normal .menu {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 830px) {
  body:not(.isIndex) .header .menu-toggle,
  body:not(.isIndex) .htmlheader .menu-toggle {
    width: 54px;
  }
  body:not(.isIndex) .header .menu-toggle.menu-toggle-active .menu-toggle-hamburger::before,
  body:not(.isIndex) .header .menu-toggle.menu-toggle-active .menu-toggle-hamburger::after,
  body:not(.isIndex) .header .menu-toggle.menu-toggle-active:hover .menu-toggle-hamburger::before,
  body:not(.isIndex) .header .menu-toggle.menu-toggle-active:hover .menu-toggle-hamburger::after {
    background: #63D2C2;
  }
}
.background-video {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 830px) {
  .background-video {
    z-index: 1;
    position: fixed;
  }
}
.background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.background-video .video-m {
  z-index: 1;
}

@media only screen and (max-width: 830px) {
  .background-video .video-m {
    z-index: 2;
  }
}
@media only screen and (max-width: 830px) {
  body.isIndex .footer {
    display: none;
  }
}

.footer {
  bottom: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
}
.footer[data-module=Footer] {
  margin-top: 0;
}
.footer > div {
  background-color: rgba(3, 68, 91, 0.7) !important;
}
.footer .wrapper {
  width: 100%;
  padding: 0 6.46vw;
}
.footer .copyright {
  margin-bottom: 82px;
  display: inline-block;
  color: white;
  font-family: "Noto Sans TC";
  float: none;
}
.footer .copyright p {
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.footer .unitlist {
  margin: auto 42px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 99px);
}
.footer .unitlist li {
  width: calc(33.333% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .unitlist li span {
  color: white;
  font-size: 1.4rem;
  margin-right: 10px;
}
.footer .unitlist li span p {
  margin-left: 5px;
  display: inline;
}
.footer .unitlist li span .img-box {
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .unitlist li span .img-box img {
  margin: 0;
  width: 100%;
  max-width: 185px;
}
@media only screen and (max-width: 830px) {
  .footer .copyright {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
  .footer .copyright p {
    font-size: 1.2rem;
  }
  .footer .copyright p:last-child {
    margin-bottom: 80px;
  }
  .footer .unitlist {
    width: calc(100% - 40px);
    margin: auto 20px;
  }
  .footer .unitlist li {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer .unitlist li span {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.6rem;
  }
  .footer .unitlist li .img-box {
    width: 50%;
    margin-top: 0;
  }
  .footer .unitlist li .img-box img {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 430px) {
  .footer {
    margin-top: 0px;
  }
}

.container-box-main .timer {
  text-align: center;
  letter-spacing: 0;
  font-size: 130.56px;
}
.container-box-main .timer-value {
  line-height: 1;
}
.container-box-main .timer-text {
  font-size: 34%;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}
@media only screen and (max-width: 1920px) {
  .container-box-main .timer {
    font-size: 7.1vw;
  }
}
@media only screen and (max-width: 830px) {
  .container-box-main .timer {
    font-size: 14vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 1;
  }
  .container-box-main .timer-value {
    letter-spacing: -2px;
  }
  .container-box-main .timer-text {
    font-size: 30%;
    letter-spacing: 1px;
  }
}

.timer {
  font-family: "Inter";
  line-height: 0.75;
}

.timer-desktop-show {
  display: block;
}

.timer-mobile-show {
  display: none;
}

#timer-day .timer-value {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}

#timer-hour .timer-value {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}

#timer-min .timer-value {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}

.box_end .timer {
  width: auto;
}

#timer-mobile-min {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

#timer-mobile-hour .timer-value {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}

#timer-mobile-min .timer-value {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
}

.container-timetext {
  display: none;
}

@media only screen and (max-width: 830px) {
  .timer-mobile-show {
    display: block;
    width: 100%;
  }
  .timer-mobile-show #timer-mobile-min {
    right: 0;
  }
  .timer-desktop-show {
    display: none;
  }
}
.container-box {
  width: 100%;
  height: auto;
  min-height: auto;
  aspect-ratio: 1920/1080;
  position: relative;
}
.container-box::after {
  content: "";
  display: block;
  aspect-ratio: 1920/1080;
  width: 100%;
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: -1;
  height: auto;
  visibility: initial;
}
@media only screen and (max-width: 830px) {
  .container-box {
    top: 0;
    padding-top: 0;
    aspect-ratio: auto;
    height: 100dvh;
  }
  .container-box::after {
    aspect-ratio: 720/1160;
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg.jpg");
    background-position: center;
    height: 100dvh;
  }
}

.container-box-wrapper {
  position: relative;
  z-index: 2;
  padding: calc(2vw + 80px) 125px 2vw;
  height: 100%;
}
@media only screen and (max-width: 1920px) {
  .container-box-wrapper {
    padding: calc(5.39vw + 80px) 6.46vw 50px;
  }
}
@media only screen and (max-width: 830px) {
  .container-box-wrapper {
    padding: 5.5vw;
  }
}

.container-box-main {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media only screen and (max-width: 830px) {
  .container-box-main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: calc(100dvh - 5.5vw - 33px);
  }
}
@media only screen and (min-width: 831px) {
  .container-box-main {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 44% 46%;
    height: 100%;
  }
}

.container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-left .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-left .box_start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 1920px) {
  .container-left .box_start {
    margin-left: 24px;
  }
}
.container-left .box_end {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 144px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 1920px) {
  .container-left .box_start {
    margin-left: 0;
    margin-top: 8.3vw;
  }
  .container-left .box_end {
    margin-top: 2.27vw;
  }
}
@media only screen and (max-width: 830px) {
  .container-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container-left .box_start {
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-top: 0;
  }
  .container-left .box_end {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-top: 5.5vw;
  }
}

.container-callforapplications {
  width: 38.31vw;
  max-width: 735.7px;
}
@media only screen and (max-width: 830px) {
  .container-callforapplications {
    width: 100%;
  }
}

.container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.container-right .info-box::after, .container-right .info-name::after, .container-right .info-call::after {
  display: none;
}
.container-right .info-name, .container-right .info-call {
  font-size: 2.5vw;
  font-weight: 700;
  color: #fff;
}
.container-right .info-call {
  letter-spacing: 5px;
  line-height: 1;
  font-family: "dystopian";
  font-weight: 500;
  letter-spacing: 10px;
}
.container-right .info-detail {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 830px) {
  .container-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.container-right .main-title {
  width: 20.73vw;
  max-width: 398.1458px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}
.container-right .main-title span:last-child {
  font-family: "Noto Sans Tc";
  font-weight: 300;
  display: none;
}
.container-right .main-title .info-box {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 830px) {
  .container-right .main-title {
    width: 33.8vw;
    margin-right: 0;
  }
}

.container-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-column: span 2/span 2;
  font-weight: 500;
}
@media only screen and (max-width: 830px) {
  .container-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.container-bottom-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 19vw;
}
@media only screen and (max-width: 830px) {
  .container-bottom-left {
    display: none;
  }
}
@media only screen and (min-width: 831px) {
  .container-bottom-left {
    font-size: 0.6vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1920px) {
  .container-bottom-left {
    font-size: 12px;
    max-width: 362px;
  }
}

.container-bottom-right.show-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container-bottom-right.show-pc > img {
  max-width: 39vw;
}
.container-bottom-right.show-mobile {
  display: none;
}
@media only screen and (max-width: 830px) {
  .container-bottom-right.show-pc {
    display: none;
  }
  .container-bottom-right.show-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .container-bottom-right.show-mobile img {
    width: 70.5vw;
    max-width: 507.8px;
  }
}
@media screen and (min-width: 1921px) {
  .container-bottom-right.show-pc > img {
    max-width: 748.8px;
  }
}

@media only screen and (max-width: 830px) {
  .container-bottom-left {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .container-bottom-left {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
/* override */
body:not(.isIndex) .ulink-column.col-100.module-HtmlTextComponent {
  width: 100% !important;
}

body:is(.isIndex, .isInformation) {
    [data-module="Footer"] {
        display: none;
    }
} 
/* PageLayout */
.pageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.43vw 6.51vw 26px;
  height: auto;
  min-height: auto;
  aspect-ratio: 1920/1000;
}
.pageWrapper::after {
  content: "";
  display: block;
  aspect-ratio: 1920/1000;
  width: 100%;
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background_page.jpg");
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
  visibility: initial;
}
.pageWrapper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageWrapper__right .main-title {
  width: 53.4%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.pageWrapper__left {
  position: relative;
}
.pageWrapper__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-column: span 2/span 2;
  font-weight: 500;
}
.pageWrapper__bottom-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 19vw;
}
@media only screen and (max-width: 830px) {
  .pageWrapper__bottom-left {
    display: none;
  }
}
@media only screen and (min-width: 831px) {
  .pageWrapper__bottom-left {
    font-size: 0.6vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1920px) {
  .pageWrapper__bottom-left {
    max-width: 362px;
  }
}
.pageWrapper__bottom-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.9vw;
     -moz-column-gap: 0.9vw;
          column-gap: 0.9vw;
  row-gap: 1rem;
}
.pageWrapper__bottom-right.show-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageWrapper__bottom-right.show-pc > img {
  max-width: 39vw;
}
.pageWrapper__bottom-right.show-mobile {
  display: none;
}
@media only screen and (min-width: 831px) and (max-width: 1900px) {
  .pageWrapper__bottom-right .main-title {
    width: 86%;
  }
}
@media only screen and (max-width: 830px) {
  .pageWrapper__bottom-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pageWrapper__bottom-right.show-pc {
    display: none;
  }
  .pageWrapper__bottom-right.show-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .pageWrapper__bottom-right.show-mobile img {
    width: 78.9vw;
  }
}
@media only screen and (max-width: 1440px) and (orientation: portrait) {
  .pageWrapper::after {
    aspect-ratio: 720/1120;
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page.jpg");
    background-position: center;
  }
}
@media only screen and (max-width: 830px) {
  .pageWrapper {
    aspect-ratio: auto;
    top: 0;
    padding-top: 0;
    padding: 5.5vw 4vw;
    height: 100dvh;
  }
  .pageWrapper::after {
    aspect-ratio: 720/1160;
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page.jpg");
    background-position: center;
    height: 100dvh;
  }
  .pageWrapper__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .pageWrapper__right .main-title {
    width: 33.8vw;
    margin-right: 0;
  }
  .pageWrapper__bottom {
    display: none;
  }
}
@media only screen and (min-width: 831px) {
  .pageWrapper {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 55% 45%;
  }
}

.regulation-box {
  width: 100%;
  overflow: auto;
  z-index: 9;
}
.regulation-box::-webkit-scrollbar {
  width: 12px;
}
.regulation-box::-webkit-scrollbar-thumb {
  width: 12px;
  background: #63D2C2;
  border-radius: 8px;
}
.regulation-box::-webkit-scrollbar-track {
  width: 3px;
}
.regulation-box .close {
  position: absolute;
  right: 80px;
  border: 1px solid black;
  padding: 16px 14px 16px 14px;
  border-radius: 50px;
  color: transparent;
}
.regulation-box .close::before, .regulation-box .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 1px;
  background: black;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotateZ(45deg);
}
.regulation-box .close::after {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
.regulation-box .close:hover {
  background: black;
  color: white;
}
.regulation-box .close:hover::before, .regulation-box .close:hover::after {
  background: transparent;
}
.regulation-box .title-img {
  margin-bottom: 40px;
  border-bottom: 2px solid black;
}
.regulation-box .title-img img {
  margin-bottom: 40px;
  width: 18%;
}
.regulation-box .title {
  margin-bottom: 40px;
  font-family: "Noto Sans Tc";
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 4px;
}
.regulation-box .unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.regulation-box .unit:first-child {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.regulation-box .unit:last-child {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.regulation-box .unit.title {
  font-size: 1.6rem;
}
.regulation-box .download {
  margin-bottom: 40px;
  padding: 15px 50px;
  display: inline-block;
  color: white;
  background: #222222;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
}
.regulation-box .download_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.regulation-box .download_link img {
  margin-right: 8px;
  height: 1.87rem;
  width: auto;
}
.regulation-box .content-box .sup {
  vertical-align: super;
  font-size: 0.8rem;
}
.regulation-box .content-box p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.regulation-box .content-box p.title, .regulation-box .content-box p span {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Noto Sans Tc";
}
.regulation-box .content-box table {
  color: #333;
}
.regulation-box .content-box ul {
  padding-left: 28px;
  list-style: cjk-ideographic;
  font-size: 1.6rem;
  font-weight: normal;
}
.regulation-box .content-box ul ul {
  list-style: auto;
}
.regulation-box .content-box ul ul ul {
  list-style: decimal-leading-zero;
}
.regulation-box .content-box ul li, .regulation-box .content-box ul .note {
  font-family: "Noto Sans Tc";
  letter-spacing: 1.1px;
  line-height: 32px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .regulation-box .unit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .regulation-box .unit:first-child, .regulation-box .unit:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .regulation-box .unit span {
    display: block;
  }
}
@media only screen and (max-width: 830px) {
  .regulation-box {
    margin-top: 6.6vw;
    padding: 0;
    height: 36vh;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .regulation-box .title {
    font-size: 4.8rem;
    letter-spacing: 0;
    margin-bottom: 8.19vw;
  }
}
@media only screen and (max-width: 580px) {
  .regulation-box::-webkit-scrollbar {
    width: 6px;
  }
  .regulation-box .close {
    right: 40px;
  }
  .regulation-box .title {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.25;
  }
  .regulation-box .title-img img {
    width: auto;
  }
  .regulation-box .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .regulation-box .unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .regulation-box .unit span {
    display: inline-block;
  }
}

.container-call-mobile {
  display: none;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.25;
}

.container-call-mobile span {
  margin-left: 13px;
}

@media only screen and (max-width: 430px) {
  .container-call-mobile span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 830px) {
  .container-call-mobile {
    display: block;
    position: absolute;
    right: 35px;
  }
}
@media only screen and (max-width: 430px) {
  .container-call-mobile {
    top: 32px;
    font-size: 20px;
    right: 40px;
  }
}
@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}
@-o-viewport {
  width: device-width;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}
.pace .pace-progress {
  -webkit-filter: grayscale(1) contrast(1.75);
  filter: grayscale(1) contrast(1.75);
}

.ExamineList {
  padding-top: 40px !important;
}

.ExamineList .stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ExamineList .stepBox > .col,
.ExamineList .stepBox > .col.past {
  color: #231F20;
  border-color: #231F20;
  border-bottom: 2px solid #231F20;
  padding-bottom: 12px;
  font-weight: 500;
}

.ExamineList .stepBox > .col.active {
  color: #231F20;
  border-color: #231F20;
  border-bottom: 4px solid #231F20;
  padding-bottom: 10px;
  font-weight: 600;
}

.ExamineList .stepBox > .col > span br {
  display: none;
}

@media screen and (max-width: 680px) {
  .ExamineList .stepBox > .col {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .ExamineList .stepBox > .col > span {
    display: inline;
  }
  .ExamineList .stepBox > .col > span br {
    display: block;
  }
  .ExamineList .stepBox > .col > span.num {
    margin-bottom: 1rem;
  }
}
.ExamineList .blockquote,
.ExamineList .blockquote h2.paddingB,
.ExamineList .blockquote h3,
.ExamineList label,
.ExamineList .btn-step,
.ExamineList h2,
.ExamineList .header .main-menu > li > a:visited,
.ExamineList .header .main-menu > li.current-menu-item > a:visited,
.ExamineList .forms.formulaire .polymer-form label.placeholder,
.ExamineList .forms.formulaire .polymer-form.dirty label.placeholder,
.ExamineList .forms.formulaire .polymer-form.dirty label.placeholder.active,
.ExamineList .forms.formulaire .alert,
.ExamineList a.forgetPassword:link,
.ExamineList .captcha .fa,
.forms.formulaire p,
.forms.formulaire .select-title,
.formulaireAnswer,
.ExamineList .polymer-select div.selector span,
.polymer-form input,
.polymer-form input.text,
textarea.polymer-textarea,
.ExamineList a:link,
.file-size,
.forms.formulaire .mdi-file-outline,
.ExamineList a.btn-black.btn-line {
  color: #231F20 !important;
  font-weight: 400;
}

.ExamineList .formulaireBtn,
.ExamineList a.btn-black.btn-line {
  border-color: #231F20;
}

.ExamineList .formulaireBtn a.btn-black.btn-line,
.ExamineList a.btn-black.btn-line {
  background-color: transparent !important;
}

.ExamineList .polymer-form .bar {
  background-color: #231F20 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0 !important;
  border-bottom: 1px solid #231F20;
}

.ExamineList .polymer-form .bar .bar-in {
  height: 0 !important;
  border-bottom: 1px solid #fa6000;
}

.ExamineList .formulaireBtn a.btn-black.btn-line:hover,
.ExamineList a.btn-black.btn-line:hover {
  border: 1px solid #231F20;
  -webkit-box-shadow: 0 0px 4px 1px #231F20;
  box-shadow: 0 0px 4px 1px #231F20;
}

.ExamineList .polymer-select div.selector {
  border-bottom: 1px solid #231F20;
}

.ExamineList .formulaireContent .alert a[target=_blank] {
  color: #231F20 !important;
  font-weight: 700;
}

.ExamineList .formulaireContent .fileUpload .WorksItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.ExamineList .formulaireContent .fileUpload .WorksItem .control {
  position: initial;
  top: initial;
  margin-top: initial;
  right: initial;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ExamineList .formulaireContent .fileUpload .WorksItem .control .a.btn-black.btn-line {
  margin-top: 0;
}

.ExamineList .formulaireContent .fileUpload .WorksItem .file-title {
  max-width: 80%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: initial;
  margin-right: initial;
}

.confirmon-box,
.textNoHidden-box {
  color: #231F20;
  background-color: white;
  -webkit-box-shadow: 0px 1px 10px #231F20;
  box-shadow: 0px 1px 10px #231F20;
  border: 1px solid #231F20;
  z-index: 10001;
}

.confirmon-box button,
.textNoHidden-box button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.confirmon-box button:hover,
.textNoHidden-box button:hover {
  border: 1px solid #231F20;
  color: #231F20;
  background-color: white;
}

/* confirmon buttons - align with 2026 key visual */
.confirmon-box .confirmon-button.confirmon-button--yes {
  background-color: #63D2C2;
  border: 1px solid #63D2C2;
  color: #231F20;
}
.confirmon-box .confirmon-button.confirmon-button--no {
  background-color: #63D2C2;
  border: 1px solid #63D2C2;
  color: #231F20;
}
.confirmon-box .confirmon-button.confirmon-button--yes:hover,
.confirmon-box .confirmon-button.confirmon-button--yes:focus {
  background-color: #4fbfaf;
  border-color: #4fbfaf;
  color: #231F20;
}
.confirmon-box .confirmon-button.confirmon-button--no:hover,
.confirmon-box .confirmon-button.confirmon-button--no:focus {
  background-color: #4fbfaf;
  border-color: #4fbfaf;
  color: #231F20;
}

@media only screen and (max-width: 430px) {
  .forms.formulaire {
    width: 90%;
  }
}
.forms.formulaire .forms.formulaire {
  background-color: #fff;
  border: 2px solid #000;
}

.formulaireContent > .w-180 {
  margin-right: 30px;
}

@media only screen and (max-width: 430px) {
  .formulaireContent > .w-180 {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .formulaireContent > .w-245 .polymer-form > input,
  .formulaireContent > .w-245 .polymer-form > .bar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .ExamineList .formulaireBtn a.btn-black.btn-line,
  .ExamineList a.btn-black.btn-line {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 430px) {
  .formulaire .captcha {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 430px) {
  .formulaireBtn > a {
    margin-top: 30px;
  }
}
.inlineColFlexEnd {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.inlineColFlexEnd__col {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  max-width: 320px !important;
}

.inlineColFlexEnd.captcha > .polymer-form.inline {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  max-width: 320px !important;
}

a.forgetPassword {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.forgetPassword:hover {
  opacity: 0.75;
}

a.forgetPassword:visited {
  color: #231F20;
}

.textNoHidden-box .textNoHidden-button {
  background-color: #231F20 !important;
}

.textNoHidden-box .textNoHidden-button:hover {
  color: #fff !important;
}

.sitemap {
  display: none !important;
}

.forms.formulaire .alert {
  padding-bottom: 0 !important;
  line-height: 1 !important;
  padding-top: 8px !important;
}

.forms.formulaire .alert i {
  line-height: 1 !important;
  margin-top: 0 !important;
}

.formulaireBtn a.btn-black.btn-line {
  border-width: 1px;
}

.polymer-form input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* 相關內頁背景 */
body:not(.isIndex, .isInformation) .ExamineList::after {
  content: "";
  display: block;
  aspect-ratio: 1920/1080;
  width: 100%;
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background_page.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100dvh;
  visibility: initial;
}
@media only screen and (max-width: 1440px) and (orientation: portrait) {
  body:not(.isIndex, .isInformation) .ExamineList::after {
    aspect-ratio: 720/1160;
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page.jpg");
    background-position: center;
  }
}
@media only screen and (max-width: 830px) {
  body:not(.isIndex, .isInformation) .ExamineList::after {
    aspect-ratio: 720/1120;
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page.jpg");
  }
}
body:not(.isIndex, .isInformation):is(.isBg1) .ExamineList::after {
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background_page_01.jpg");
}
@media only screen and (max-width: 1440px) and (orientation: portrait) {
  body:not(.isIndex, .isInformation):is(.isBg1) .ExamineList::after {
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page_01.jpg");
  }
}
@media only screen and (max-width: 830px) {
  body:not(.isIndex, .isInformation):is(.isBg1) .ExamineList::after {
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page_01.jpg");
  }
}
body:not(.isIndex, .isInformation):is(.isBg2) .ExamineList::after {
  background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/background_page_02.jpg");
}
@media only screen and (max-width: 1440px) and (orientation: portrait) {
  body:not(.isIndex, .isInformation):is(.isBg2) .ExamineList::after {
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page_02.jpg");
  }
}
@media only screen and (max-width: 830px) {
  body:not(.isIndex, .isInformation):is(.isBg2) .ExamineList::after {
    background-image: url("https://webdemo.cc-work.com/tfamTAA/2026/images/mbg_page_02.jpg");
  }
}

.header .row.top {
  border-bottom: none;
}

.header .main-menu > li::after {
  border-color: #fff;
}

.ExamineList .wrapper {
  padding-bottom: 40px;
}
.ExamineList .col-full-100 {
  padding: 40px 20px 0;
  background-color: #fff;
}
@media only screen and (max-width: 830px) {
  .ExamineList .col-full-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ExamineList.Inquire .wrapper, .ExamineList.ForgetPassword .wrapper, .ExamineList.ResetPassword .wrapper {
  width: 640px;
}
.ExamineList.Inquire .wrapper .title, .ExamineList.ForgetPassword .wrapper .title, .ExamineList.ResetPassword .wrapper .title {
  margin-left: 18px;
  margin-right: 18px;
}

.w-R-25 {
  margin-right: 25px;
}

[class*=col-] {
  margin: 0 !important;
}

.formulaire .captcha img {
  max-width: 103px;
}

.formulaire .video-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  display: block;
}
.formulaire .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.none-list-type {
  list-style: none !important;
  padding-left: 0 !important;
}

.custom-list {
  list-style: none !important;
  counter-reset: note-counter;
  padding-left: 0 !important;
}
.custom-list li {
  counter-increment: note-counter;
  padding-left: 3em;
  position: relative;
}
.custom-list li::before {
  content: "註" counter(note-counter) "、";
  position: absolute;
  left: 0;
}
.custom-list.custom-list-type2 li {
  padding-left: 2em;
}
.custom-list.custom-list-type2 li::before {
  content: "(" counter(note-counter) ") ";
}

@media only screen and (max-width: 1023px) {
  .header .wrapper,
  .htmlheader .wrapper {
    max-width: 100%;
  }
}

[data-module="Footer"]::before {
  height: 0;
}

