@charset "UTF-8";
/*元素垂直置中*/
/*會由後台上稿的圖片*/
.f19 {
  font-size: 1.05556rem;
}

.f18 {
  font-size: 1rem;
}

.bold {
  font-weight: var(--Bold);
}

.light {
  font-weight: var(--Light);
}

:root {
  --Thin: 100;
  --ExtraLight: 200;
  --Light: 300;
  --Regular: 400;
  --Medium: 500;
  --SemiBold: 600;
  --Bold: 700;
  --ExtraBold: 800;
  --Black: 900;
  --c-font: #262626;
  --c-fontLight: #666;
  --c-primary: #113961;
  --c-secondary: #017ba0;
  --c-light: #f1f8ff;
  --c-success: #F26D07;
  --c-white: #fff;
  --c-grey: #f3f3f3;
  --c-border: #e5e5e5;
}

.unreset, .clearfloat {
  zoom: 1;
}

.unreset:before, .clearfloat:before, .unreset:after, .clearfloat:after {
  content: "";
  display: block;
}

.unreset:after, .clearfloat:after {
  clear: both;
}

.img-limit.news-img img, .img-limit.rel-img img, .img-limit.vdo-img img, .img-limit.case-img img, .img-limit.gallery-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

footer p, .header-wrapper p, .page-wrapper-grid .aside-grid p, .breadcrumb-grid p {
  margin: 0;
}

footer ul, .header-wrapper ul, .page-wrapper-grid .aside-grid ul, .breadcrumb-grid ul, footer ol, .header-wrapper ol, .page-wrapper-grid .aside-grid ol, .breadcrumb-grid ol {
  padding-left: 0;
  margin: 0;
}

footer ul, .header-wrapper ul, .page-wrapper-grid .aside-grid ul, .breadcrumb-grid ul {
  list-style: none;
}

footer ol, .header-wrapper ol, .page-wrapper-grid .aside-grid ol, .breadcrumb-grid ol {
  padding-left: 20px;
}

/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: "fix Microsoft JhengHei";
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../webfonts/msgothic.otf");
}
/* -------------- layout --------------*/
* {
  box-sizing: border-box;
  outline: none;
  word-break: break-word;
}

html {
  font-size: 1.125rem;
}

html.FZmin {
  font-size: 1rem;
}

html.FZlarge {
  font-size: 1.25rem;
}

html, body {
  max-width: 1920px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

body {
  font-family: "Roboto", Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#mainContent {
  position: relative;
}

.srOnly {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 12;
}

.srOnly:hover, .srOnly:focus {
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hide {
  display: none !important;
}

a, button {
  text-decoration: none;
}

a:hover, a:focus, button:hover, button:focus {
  outline: dashed 2px var(--c-success);
}

.unreset {
  line-height: initial;
}

.unreset a {
  text-decoration: underline;
  transition: none;
}

.unreset img {
  max-width: 100% !important;
  height: auto !important;
}

.unreset .oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.unreset .oembed-provider-youtube iframe, .unreset .oembed-provider-youtube object, .unreset .oembed-provider-youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.unreset p, .unreset li {
  font-size: 1.025rem;
  line-height: 1.7;
}

/* -------------- header --------------*/
/* header{
  background: var(--c-white);
  position: sticky;
  top: 0;
  z-index: 10;
} */
.header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  gap: 15px;
  position: relative;
}

.header-wrapper .logo {
  display: block;
  width: 245px;
}

.header-wrapper .logo img {
  display: block;
  width: 100%;
}

.header-wrapper nav {
  align-items: center;
  display: flex;
  font-family: "Noto Serif TC", serif;
}

.header-wrapper .main-menu ul {
  display: flex;
  gap: 0 40px;
}

.header-wrapper .main-menu ul a {
  color: #262626;
  font-weight: var(--Bold);
  display: block;
  font-size: 1.0625rem;
  line-height: 1.1;
}

.header-wrapper .main-menu ul a:hover, .header-wrapper .main-menu ul a:focus, .header-wrapper .main-menu ul a.active {
  color: var(--c-primary);
}

.header-wrapper .main-menu .close-mobile-btn {
  background: var(--c-grey);
  color: var(--c-font);
  font-size: 1rem;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 10px;
  display: none;
}

.header-wrapper .main-menu .close-mobile-btn:hover, .header-wrapper .main-menu .close-mobile-btn:focus {
  background: var(--c-success);
  color: var(--c-white);
}

.header-wrapper .right-sec {
  align-items: center;
  display: flex;
  margin-left: 40px;
  gap: 25px;
}

.header-wrapper .font-size ul {
  display: flex;
  gap: 5px;
}

.header-wrapper .font-size li.active a {
  background: var(--c-primary);
  color: var(--c-white);
}

.header-wrapper .font-size a {
  width: 30px;
  height: 30px;
  color: var(--c-font);
  border-radius: 50%;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.header-wrapper .font-size a:hover, .header-wrapper .font-size a:focus {
  background: var(--c-success);
  color: var(--c-white);
}

.header-wrapper .h-search-box {
  position: relative;
}

.header-wrapper .h-search-box .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  background: var(--c-primary);
  border-radius: 50%;
}

.header-wrapper .h-search-box .search-btn img {
  display: block;
  width: 45%;
}

.header-wrapper .h-search-box .search-btn:hover, .header-wrapper .h-search-box .search-btn:focus {
  background: var(--c-success);
}

.header-wrapper .h-search-box .h-search-form {
  position: absolute;
  right: 0;
  bottom: -10px;
  background: var(--c-grey);
  transform: translateY(100%);
  width: 260px;
  display: none;
  z-index: 2;
}

.header-wrapper .h-search-box .h-search-form.open {
  display: flex;
}

.header-wrapper .h-search-box .h-search-form .field {
  flex: 1;
}

.header-wrapper .h-search-box .h-search-form input {
  background: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px;
  width: 100%;
}

.header-wrapper .h-search-box .h-search-form button {
  background: var(--c-primary);
  width: 40px;
  padding: 5px;
}

.header-wrapper .h-search-box .h-search-form button:hover, .header-wrapper .h-search-box .h-search-form button:focus {
  background: var(--c-success);
}

.header-wrapper .h-search-box .h-search-form button img {
  width: 45%;
}

.header-wrapper .lang-switch {
  border-radius: 3px;
  border: 1px solid var(--c-secondary);
  display: flex;
  overflow: hidden;
}

.header-wrapper .lang-switch.is-en .lang-trigger:nth-child(1) {
  background: var(--c-white);
  color: var(--c-secondary);
}

.header-wrapper .lang-switch.is-en .lang-trigger:nth-child(2) {
  background: var(--c-secondary);
  color: var(--c-white);
}

.header-wrapper .lang-switch.is-en .lang-trigger {
  width: max-content;
  padding: 0 6px;
}

.header-wrapper .lang-switch .lang-trigger {
  width: 30px;
  height: 30px;
  color: var(--c-font);
  display: block;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.header-wrapper .lang-switch .lang-trigger:hover, .header-wrapper .lang-switch .lang-trigger:focus {
  background: var(--c-success) !important;
  color: var(--c-white) !important;
}

.header-wrapper .lang-switch .lang-trigger:nth-child(1) {
  background: var(--c-secondary);
  color: var(--c-white);
}

.mobile-toggle {
  width: 26px;
  height: 30px;
  background: none;
  display: block;
  padding: 0;
  position: relative;
  z-index: 4;
  display: none;
}

.mobile-toggle:hover span {
  background: var(--c-primary) !important;
}

.mobile-toggle.open span,
.mobile-toggle.open span:before,
.mobile-toggle.open span:after {
  background: var(--c-white);
}

.mobile-toggle.open span {
  background: none;
}

.mobile-toggle.open span:before {
  transform: rotate(45deg) translate(6px, 5px);
  top: -8px;
}

.mobile-toggle.open span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  top: 10px;
}

.mobile-toggle span {
  display: block;
  position: relative;
  margin-top: 14px;
}

.mobile-toggle span:before, .mobile-toggle span:after {
  position: absolute;
  top: -9px;
  left: 0;
  content: "";
}

.mobile-toggle span:after {
  top: 9px;
}

.mobile-toggle span,
.mobile-toggle span:before,
.mobile-toggle span:after {
  width: 100%;
  height: 3px;
  backface-visibility: hidden;
  border-radius: 2px;
  background: var(--c-font);
  transition: all 0.4s ease;
}

/* -------------- header RWD --------------*/
@media (max-width: 1480px) {
  .header-wrapper .main-menu {
    gap: 0 30px;
  }

  .header-wrapper .main-menu a {
    font-size: 1rem;
  }
}
@media (max-width: 1280px) {
  .header-wrapper .logo {
    width: 200px;
  }

  .header-wrapper .main-menu ul {
    gap: 0 20px;
  }

  .header-wrapper .right-sec {
    margin-left: 10px;
    gap: 10px;
  }

  .header-wrapper .font-size ul {
    gap: 3px;
  }

  .header-wrapper .font-size a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  .header-wrapper {
    padding: 10px;
  }

  .header-wrapper .main-menu {
    border-right: 1px solid var(--c-border);
    background: var(--c-white);
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    z-index: 10;
    display: none;
  }

  .header-wrapper .main-menu ul {
    flex-direction: column;
  }

  .header-wrapper .main-menu ul a {
    border-bottom: 1px solid var(--c-grey);
    padding: 13px;
  }

  .header-wrapper .main-menu .close-mobile-btn {
    display: block;
  }

  .mobile-toggle {
    display: block;
  }
}
@media (max-width: 640px) {
  .header-wrapper .logo {
    width: 155px;
  }

  .header-wrapper .right-sec {
    gap: 10px;
    margin-left: 5px;
  }

  .header-wrapper .font-size a {
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
    line-height: 25px;
  }

  .header-wrapper .h-search-box .search-btn {
    width: 25px;
    height: 25px;
  }

  .header-wrapper .h-search-box .h-search-form input {
    font-size: 0.9375rem;
  }

  .header-wrapper .lang-switch .lang-trigger {
    width: 22px;
    height: 22px;
    font-size: 0.8125rem;
    line-height: 22px;
  }
}
/* -------------- footer --------------*/
footer {
  background: url(../images/bg-ft.jpg);
  position: relative;
}

footer a {
  color: var(--c-white);
  display: inline-block;
}

footer a:hover, footer a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.f-wrapper {
  border-bottom: 1px solid #07385a;
  padding: 50px 0;
}

.f-wrapper .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--c-white);
}

.f-wrapper .left-sec .title {
  color: var(--c-white);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.f-wrapper .left-sec .ch {
  font-size: 1.0625rem;
  line-height: 1.2;
}

.f-wrapper .left-sec .en {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 5px;
}

.f-wrapper .link-bottom {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.f-wrapper .link-bottom a, .f-wrapper .link-bottom p {
  color: var(--c-white);
  font-size: 1.0625rem;
}

.f-wrapper .link-bottom .to-sitemap {
  align-items: baseline;
  display: flex;
  margin-right: 30px;
  position: relative;
}

.f-wrapper .link-bottom .to-sitemap:after {
  position: absolute;
  top: 10%;
  right: -15px;
  width: 1px;
  height: 80%;
  background: var(--c-white);
  content: "";
}

.f-wrapper .link-bottom .to-sitemap:hover, .f-wrapper .link-bottom .to-sitemap:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.f-wrapper .link-bottom .visitor {
  align-items: baseline;
  display: flex;
}

.f-wrapper .link-bottom .visitor span {
  display: inline-block;
  padding: 0 5px;
}

.f-wrapper .link-bottom .icon {
  margin-right: 5px;
  width: 20px;
}

.f-wrapper .link-bottom .icon img {
  display: block;
  width: 100%;
}

.f-wrapper .bottom-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.f-wrapper .to-contact {
  background: var(--c-white);
  color: var(--c-primary);
  display: inline-block;
  padding: 7px 15px 5px;
  line-height: 1.3;
  border-radius: 20px;
}

.f-wrapper .aa-mark {
  display: block;
  width: 140px;
}

.f-wrapper .aa-mark img {
  display: block;
}

.web-rights {
  border-top: 1px solid #175e8a;
  color: var(--c-white);
  padding: 25px 0;
  text-align: center;
}

.web-rights .rights {
  font-size: 1rem;
  line-height: 1.2;
}

.web-rights .designed {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
}

.top-btn {
  background: var(--c-secondary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: block;
  position: fixed;
  color: var(--c-white);
  top: 50dvh;
  right: 0;
  text-align: center;
  padding: 12px 5px 12px 12px;
  display: none;
  z-index: 12;
}

.top-btn:hover, .top-btn:focus {
  background: var(--c-success);
  text-decoration: none;
}

.top-btn i {
  font-size: 0.9375rem;
  line-height: 1;
}

.top-btn span {
  font-size: 0.9375rem;
  line-height: 1;
  display: block;
}

.hot-keyword {
  color: var(--c-fontLight);
  align-items: baseline;
  position: absolute;
  right: 40px;
  top: 5px;
  display: flex;
  font-size: 0.8125rem;
}

.hot-keyword .link-list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

.hot-keyword .link-list li:not(:last-child):after {
  content: '、';
  display: inline-block;
}

.hot-keyword .link-list a {
  color: var(--c-fontLight);
  display: inline-block;
  line-height: 1.2;
}

/* -------------- footer RWD --------------*/
@media (max-width: 1480px) {
  .f-wrapper .wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .f-wrapper .bottom-row {
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .hot-keyword {
    top: 3px;
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .f-wrapper {
    padding: 30px 0;
  }

  .f-wrapper .aa-mark {
    margin-left: 0;
  }

  .web-rights {
    padding: 20px 0;
  }
}
@media (max-width: 960px) {
  .top-btn {
    padding: 5px 4px 12px 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .top-btn span {
    font-size: 0.8125rem;
  }
}
@media (max-width: 640px) {
  .header-wrapper {
    padding-top: 10px;
  }

  .f-wrapper .left-sec .title {
    font-size: 1.125rem;
  }

  .f-wrapper .left-sec .ch {
    font-size: 1rem;
  }

  .f-wrapper .left-sec .en {
    font-size: 0.875rem;
  }

  .f-wrapper .link-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .f-wrapper .link-bottom a, .f-wrapper .link-bottom p {
    font-size: 0.9375rem;
  }

  .f-wrapper .link-bottom .to-sitemap {
    margin-right: 0;
  }

  .f-wrapper .link-bottom .to-sitemap:after {
    display: none;
  }

  .web-rights .rights {
    font-size: 0.875rem;
  }

  .web-rights .designed {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
/* -------------- sitemap --------------*/
.pg-sitemap-grid .top-content p {
  color: var(--c-font);
  font-size: 1.0625rem;
  line-height: 1.4;
}

.pg-sitemap-grid .acc-keys {
  background: var(--c-grey);
  border-radius: 30px;
  padding: 30px;
  margin: 40px 0;
}

.pg-sitemap-grid .acc-keys p {
  color: var(--c-font);
  font-size: 1.0625rem;
  line-height: 1.4;
}

.sitemap-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.sitemap-row a {
  text-decoration: inherit;
}

.sitemap-row .map-item {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 20%;
}

.sitemap-row .map-item .title-link {
  background: var(--c-primary);
  color: #fff;
  display: block;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 15px 25px;
}

.sitemap-row .map-item .title-link:hover {
  font-weight: bold;
}

.sitemap-row .map-list {
  border-left: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 20px;
}

.sitemap-row .map-list li {
  list-style: none;
}

.sitemap-row .map-list > li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sitemap-row .map-list .second-link {
  color: var(--c-font);
  font-size: 1.0625rem;
  line-height: 1.3;
}

.sitemap-row .map-list .second-link:hover, .sitemap-row .map-list .second-link:focus {
  font-weight: bold;
  position: relative;
}

.sitemap-row .map-list .second-link:hover:before, .sitemap-row .map-list .second-link:focus:before {
  background: #fff;
  content: "\f105";
  color: #333;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: -1px;
  left: -30px;
}

.sitemap-row .third-list {
  padding-left: 25px;
  margin-top: 10px;
}

.sitemap-row .third-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sitemap-row .third-list .third-link {
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.sitemap-row .third-list .third-link:before {
  color: #aaa;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 0.875rem;
  position: absolute;
  top: 1px;
  left: -15px;
}

.sitemap-row .third-list .third-link:hover, .sitemap-row .third-list .third-link:focus {
  font-weight: bold;
}

.sitemap-row .third-list .third-link:hover:before, .sitemap-row .third-list .third-link:focus:before {
  color: var(--c-font);
}

/* -------------- sitemap RWD --------------*/
@media (max-width: 1024px) {
  .pg-sitemap-grid .top-content p {
    font-size: 1rem;
  }

  .pg-sitemap-grid .acc-keys {
    border-radius: 20px;
    padding: 20px 15px;
    margin: 30px 0;
  }

  .pg-sitemap-grid .acc-keys p {
    font-size: 1rem;
  }

  .sitemap-row .map-item {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .sitemap-row .map-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .sitemap-row .map-item {
    width: 50%;
  }

  .sitemap-row .map-item .title-link {
    padding: 15px;
    padding-bottom: 12px;
  }

  .sitemap-row .map-list {
    padding-left: 15px;
    padding-right: 10px;
  }

  .sitemap-row .map-list > li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sitemap-row .map-list .second-link:hover:before {
    left: -20px;
  }

  .sitemap-row .third-list {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .sitemap-row .map-item {
    width: 100%;
  }
}
/* -------------- container --------------*/
.wrapper {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-frame iframe, .video-frame object, .video-frame embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-video-detail .video-frame {
  margin-bottom: 30px;
}

/* -------------- container RWD --------------*/
@media (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* -------------- form --------------*/
button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

input[type=reset], input[type=submit], input[type=text], input[type=email], input[type=tel], textarea, select, input[type=date], input[type=time], input[type=number], input[type=password], input[type=url], button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Roboto", Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
}

input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:focus, textarea:hover, textarea:focus, select:hover, select:focus, input[type=date]:hover, input[type=date]:focus, input[type=time]:hover, input[type=time]:focus, input[type=number]:hover, input[type=number]:focus, input[type=password]:hover, input[type=password]:focus, input[type=url]:hover, input[type=url]:focus, button:hover, button:focus {
  outline: 3px dotted var(--c-success);
}

select::-ms-expand {
  display: none;
}

.select-style {
  background: var(--c-white);
  position: relative;
}

.select-style:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f0dd";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: var(--c-font);
  transform: translateY(-80%);
}

.select-style select {
  background: transparent;
  padding: 10px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pw-field {
  position: relative;
}

.pw-field .pw-eye {
  position: absolute;
  top: 50%;
  right: 10px;
  background: none;
  padding: 0;
  transform: translateY(-50%);
  width: 20px;
}

.pw-field .pw-eye.open img {
  display: none;
}

.pw-field .pw-eye.open img:nth-child(2) {
  display: block;
}

.pw-field .pw-eye img {
  display: block;
  width: 100%;
}

.pw-field .pw-eye img:nth-child(2) {
  display: none;
}

.price-fm {
  font-size: 1rem;
  line-height: 1;
}

.price-fm:before {
  content: "NT$";
  display: inline-block;
  padding-right: 5px;
}

.radio-item, .checked-item {
  align-items: baseline;
  display: inline-flex;
  gap: 8px;
}

.radio-item input, .checked-item input {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: 1px solid #aaa;
}

.radio-item span, .checked-item span {
  color: var(--c-font);
  font-size: 1rem;
  line-height: 1.4;
}

.radio-item input {
  border: 2px solid var(--c-white);
  border-radius: 50%;
}

.radio-item input:checked {
  background: var(--c-font);
}

.checked-item {
  position: relative;
}

.checked-item:before {
  position: absolute;
  top: 3px;
  left: 1px;
  content: "\f00c";
  color: var(--c-white);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 0.75rem;
}

.checked-item input {
  border-radius: 15%;
}

.checked-item input:checked {
  outline: 1px solid var(--c-font);
  background: var(--c-font);
}

.checked-list {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 8px;
}

/* -------------- form RWD --------------*/
/* -------------- 頁籤樣式 --------------*/
#tab-container {
  max-width: 1550px;
  margin: 32px auto;
  padding: 0 50px;
}

[role="tablist"] {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  border-bottom: 2px solid #eeeeee;
  flex-wrap: wrap;
}

[role="tab"] {
  width: calc(100% / 5);
  border-bottom: none;
  padding: 10px 14px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 1.11111rem;
  background: transparent;
  font-weight: var(--Bold);
  font-family: "Noto Serif TC", serif;
}

[role="tab"][aria-selected="true"] {
  border-bottom: 4px solid #723cbc;
}

[role="tab"]:focus-visible {
  outline: 2px solid orangered;
  outline-offset: 2px;
  z-index: 2;
}

[role="tabpanel"] {
  padding: 70px 12px 30px 12px;
  overflow: visible;
  position: relative;
  z-index: 0;
}

[role="tabpanel"]:focus-visible {
  outline: 2px solid orangered;
  outline-offset: 2px;
  z-index: 2;
}

/* -------------- 頁籤樣式RWD --------------*/
@media (max-width: 768px) {
  #tab-container {
    padding: 0 15px;
  }

  [role="tab"] {
    padding: 10px 5px;
    font-size: 0.95rem;
  }

  [role="tabpanel"] {
    padding: 50px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  [role="tab"] {
    padding: 5px 5px;
    font-size: 0.7rem;
    line-height: 1.2;
    width: calc(100% / 3);
  }

  [role="tablist"] {
    gap: 15px 0;
  }
}
/* -------------- cfss_BPC 研討會活動 --------------*/
.iactivity_banner {
  width: 100%;
}
.iactivity_banner img {
  width: 100%;
  display: block;
}

.whyParticipate {
  padding: 100px 0px 130px 0px;
}
.whyParticipate .wptitle {
  text-align: center;
  font-size: 1.66667rem;
  font-family: "Noto Serif TC", serif;
  font-weight: var(---SemiBold);
  color: var(--c-primary);
  padding-bottom: 30px;
}
.whyParticipate .wpcontent {
  text-align: center;
  font-size: 1.11111rem;
  line-height: calc(30/20);
}
.whyParticipate .wpcontent .con1 {
  font-weight: var(--Bold);
}
.whyParticipate .wpcontent .con2 {
  font-weight: var(--Light);
  margin-top: 30px;
}

.ikeydate .ikeydatephoto img {
  width: 100%;
  display: block;
}
.ikeydate .applybox {
  background: url(../images/applybtn_bg.jpg) no-repeat;
  background-size: cover;
  padding: 155px 0 155px 0;
}
.ikeydate .applybox .wrapper {
  text-align: center;
}

.flexcenterbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.applybtn {
  color: #fff;
  font-size: 1.66667rem;
  font-weight: var(--ExtraLight);
  padding: 20px 0px 31px 0px;
  background: url(../images/apply_btn.png) no-repeat;
  background-size: contain;
  display: inline-block;
  font-family: "Noto Serif TC", serif;
  width: 498px;
  text-align: center;
}

table.keydatetable {
  margin: 0 auto;
  border-radius: 15px;
  background: #ddefff;
}
table.keydatetable tr th, table.keydatetable tr td {
  padding: 20px;
  border-bottom: 1px solid #fff;
}
table.keydatetable tr th {
  text-align: left;
  font-size: 1.22222rem;
}
table.keydatetable tr td {
  font-size: 1.11111rem;
}

.unreset .twoflex {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 6%;
}
.unreset .twoflex .onecolumn.photo {
  width: 34%;
}
.unreset .twoflex .onecolumn.content {
  flex: 1;
  font-size: 1rem;
}

.unreset ul.ullist {
  padding-left: 20px;
}
.unreset ul.ullist > li {
  font-weight: var(--Bold);
  font-size: 1rem;
}
.unreset ul.ullist > li > ul {
  padding-left: 20px;
}
.unreset ul.ullist > li > ul > li {
  font-size: 1rem;
  font-weight: var(--Bold);
}
.unreset ul.ullist > li > ul > li .title {
  color: #2fbbc9;
}

/* -------------- cfss_BPC 研討會活動 RWD --------------*/
@media (max-width: 1280px) {
  .whyParticipate {
    padding: 50px 0px 50px 0px;
  }

  .whyParticipate .wptitle {
    padding-bottom: 0;
  }

  .ikeydate .applybox {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .applybtn {
    font-size: 1.2rem;
    padding: 10px 0px 19px 0px;
    width: 323px;
  }

  .unreset .twoflex .onecolumn.photo {
    display: none;
  }

  table.keydatetable tr th {
    font-size: 1rem;
  }

  table.keydatetable tr td {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  table.keydatetable tr th, table.keydatetable tr td {
    padding: 10px 5px;
  }

  table.keydatetable tr th:first-child {
    width: 120px;
  }

  .whyParticipate {
    padding: 0px 0px 20px 0px;
  }

  .ikeydate .applybox {
    padding: 50px 0 50px 0;
  }

  .applybtn {
    padding: 0;
    text-align: center;
    width: 259px;
    height: 50px;
    line-height: 43px;
  }
}
