@charset "utf-8";
body a {
  transition: all 200ms ease-out;
  text-decoration: none;
}
body a:focus, button:focus, input:focus, select:focus, :focus-visible, a:focus-visible, select:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3.5px #ff2a2a dotted !important;
  outline-offset: -3px;
  color: #000 !important;
}
.container-fluid {
  max-width: 1400px;
}
/*** 內容區塊定位點 ***/
.accesskey {
  position: absolute;
  color: #666;
}
/*** 抬頭顯示 ***/
.head-up {
  width: 100%;
  border-bottom: 1px #773683 solid;
}
.head-up.smaller {
  position: fixed;
  z-index: 3;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 10%);
}
main {
  position: relative;
}
/*** 按鈕群 ***/
.btn {
  border-radius: 50px;
  --bs-btn-padding-y: 8px;
}
.main_btn_p {
  background: #773683;
  color: #fff;
}
.main_btn_p:hover, .main_btn_p:focus, .main_btn_p:active {
  background: #9230DC !important;
  color: #fff !important;
}
.main_btn_w {
  background: #fff;
  color: #773683;
  outline: 2px #773683 solid;
  outline-offset: -2px;
}
.main_btn_w:hover, .main_btn_w:focus, .main_btn_w:active {
  background: #fbe8ff !important;
  color: #773683 !important;
}
/*** logo ***/
.logo {
  margin: -30px 0 0 20px;
}
.logo img {
  max-width: 195px;
}
/*** toplink ***/
.top_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  padding: 10px;
  font-size: 90%;
}
.top_link a {
  color: #636363;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
}
.top_link a img {
  margin-left: 5px;
  vertical-align: baseline;
}
.top_link a:hover, .top_link a:focus {
  text-decoration: underline;
  color: #773683;
}
.menu > ul > li.mb_toplink {
  display: none;
}
/*** 字級大小 ***/
.font_size {
  border-left: 1px #BFBFBF solid;
  border-right: 1px #BFBFBF solid;
  padding: 0 10px;
  margin: 0 10px;
}
.font_size ul {
  padding: 0;
  margin: 0;
}
.font_size li {
  padding: 0 5px;
  float: left;
  list-style: none;
}
.font_size li.large {
  font-size: 115%;
}
.font_size li.small {
  font-size: 90%;
}
.font_size li.force a, .font_size a:hover, .font_size a:focus {
  background-color: #EADDFF;
  color: #773683 !important;
  text-decoration: none;
  border: 0;
}
.font_size a {
  text-decoration: none;
  color: #636363;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px #636363 solid;
  width: 25px;
  height: 25px;
  font-size: 90%;
}
/*** 搜尋popup & 關鍵字 ***/
.search_icon {
  border: none;
  background: url(/static/css09/images/icon_search.svg) no-repeat center;
  color: transparent;
}
.hotkey {
  border-left: 6px #773683 solid;
  color: #000;
  line-height: 1.3;
  font-size: 120%;
  font-weight: 500;
  padding-left: 12px;
}
.hotkey-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 100%;
  padding: 0;
  margin: 10px 0 5px;
}
.hotkey-list li {
  list-style: none;
  margin: 0 10px 10px 0;
}
.hotkey-list li a {
  color: #773683;
  font-size: 100%;
  font-weight: normal;
  background: #F3EDF7;
  padding: 7px 10px;
  border-radius: 12px;
  display: block;
}
.hotkey-list li a:hover {
  color: #fff;
  background: #773683;
}
.search-bar {
  margin-bottom: 15px;
}
.search-bar input {
  border: 1px #a8a8a8 solid;
}
.modal-open .search_box .modal {
  padding: 0 15px !important;
}
.search_box .search_bt {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_box .search_bt button {
  width: calc(100% / 2 - 5px);
}
/*** fat-footer ***/
.fatfooter {
  width: 100%;
  padding: 45px 0 10px;
  background: #f3f3f3;
  position: relative;
}
.fatfooter:before {
  position: absolute;
  content: "";
  clip-path: polygon(50% 90%, 0 0, 100% 0);
  width: 100%;
  height: 80px;
  background: #fff;
  top: -1px;
  left: 0;
}
.ft_btn {
  background: url(/static/css09/images/fat_close.svg) no-repeat center 0;
  background-size: 40px;
  min-width: 50px;
  font-size: 110%;
  padding: 42px 0 0 0;
  border: 0;
  position: relative;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}
.ft_btn.collapsed {
  background: url(/static/css09/images/fat_open.svg) no-repeat center 0;
  background-size: 40px;
}
.fattl {
  font-weight: 500;
  font-size: 125%;
  color: #773683;
  display: block;
  margin-bottom: 15px;
}
.fatitem {
  padding: 0px;
  list-style: none;
}
.fatitem li {
  line-height: 1.5;
  padding: 5px 0;
}
.fatitem li a {
  color: #000;
}
.fattl:hover, .fatitem li a:hover {
  color: #773683;
}
/*** footer資訊 ***/
.footerinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
  background: #F8F4F9;
}
.footerimg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 20px 0;
  justify-content: space-between;
  align-items: center;
}
.footerimg .logo {
  margin: 0;
}
.accessblock {
  display: flex;
}
.accessblock a {
  padding: 5px;
  display: block;
}
.accessblock img {
  max-width: 120px;
}
.foottxt {
  color: #000;
  letter-spacing: 1px;
  line-height: 1.7;
}
.foottxt .border-end {
   border-right: 1px #bbb solid !important; 
}
.linkbox {
  background: #f2eaf3;
  padding: 20px 0;
  position: relative;
}
.linkbox:after {
  position: absolute;
  content: "";
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 100%;
  width: 52%;
  background: #fff;
  top: 0;
  right: 0;
}
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  position: relative;
  z-index: 1;
}
.links a {
  color: #000;
  padding: 0 22px;
  position: relative;
}
.links a:after {
  position: absolute;
  content: "｜";
  right: -8px;
}
.links a:last-child:after {
  display: none;
}
.links a:hover, .links a:focus {
  color: #773683;
  text-decoration: underline;
}
.update {
  background: #773683;
  padding: 15px 0;
  color: #fff;
}
.update ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.update ul li > img {
  margin: -3px 6px 0 20px;
}
/*** gotop 回頁首按鈕 ***/
.gotop {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 35px;
  right: 15px;
  z-index: 2;
  background: #110f16;
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0.469px 0.883px 9px 0px rgba(98, 98, 98, 0.35);
  display: none;
}
.gotop:hover, .gotop:focus {
  background: #af91ff;
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 200ms ease-out 0s;
}
.gotop img {
  width: 20px;
}
/*** home內頁架構 ***/
.home {
  min-height: 700px;
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 1199px) {
  .links {
    justify-content: center;
  }
  .links a {
    margin: 5px 0;
  }
  .linkbox:after {
    display: none;
  }
  .foottxt .border-end {
    border: none !important;
  }
}
@media screen and (max-width: 1099px) {
  .head-up .container-fluid {
    padding: 0;
  }
  .logo {
    position: relative;
    line-height: 1;
    margin: 15px;
  }
  .logo img {
    max-width: 170px;
  }
  .top_link {
    display: none;
  }
  /*** 行動版toplink ***/
  .menu > ul > li.mb_toplink {
    display: inline-flex;
    border-bottom: 0;
    border-top: 1px #c3c2c2 solid;
    flex-wrap: wrap;
    align-items: center;
  }
  .menu > ul > li.mb_toplink a {
    background: #f4eff5;
    color: #000;
  }
  .menu > ul > li.mb_toplink a:hover, .menu > ul > li.mb_toplink a:focus {
    background: #EADDFF !important;
    color: #773683 !important;
  }
  .menu > ul > li.mb_toplink a:after {
    display: none;
  }
  /*** 行動版字級大小 ***/
  .mb_toplink .font_size {
    border-left: 0;
    margin: 15px 0 15px 0;
  }
  .mb_toplink .font_size a {
    display: flex;
    width: 35px;
    height: 35px;
    font-weight: 500;
    padding: 8px;
    background: #fff !important;
    color: #636363;
    border: 1px #636363 solid;
  }
  .mb_toplink .font_size li.force a, .mb_toplink .font_size a:hover, .mb_toplink .font_size a:focus {
    background-color: #EADDFF !important;
    color: #773683 !important;
    text-decoration: none;
    border: 0;
  }
}
@media (max-width:992px) {
  /*** top-link ***/
  .top_link a {
    padding: 0 7px;
  }
  /*** footer資訊 ***/
  .ft_btn, .fatfooter {
    display: none;
  }
  .accessblock a {
    display: inline-block;
    padding: 0 10px 0 0;
  }
}
@media (max-width:768px) {
  .update ul li {
    margin-right: 20px;
    line-height: 1.6;
  }
  .update ul li > img {
    margin: -3px 6px 0 0;
  }
}
@media (max-width:392px) {
  .footerimg .logo {
    margin-bottom: 10px;
  }
}