@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*-- GLOBAL 區塊*/
/* setting  */
body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

a {
  color: #6e4f0c;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #ff8c00;
}

p {
  margin: 0;
  line-height: 1.5;
}

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.text_primary {
  color: #EFEADE;
}

.text_secondary {
  color: #ff8c00;
}

.bg-yellow {
  background-color: #EFEFEF;
}

/*-- 頁碼樣式 --*/
.page-btn-box {
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.page-btn-box span {
  margin: 20px 0;
  display: inline-block;
}

#MainContent_DataPager1 > .aspNetDisabled {
  display: none;
}
#MainContent_DataPager1 > a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
#MainContent_DataPager1 > a:hover {
  background: #FCC062;
  color: #333;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #FCC062;
  border-radius: 50%;
  font-size: 1rem;
  color: #333;
}

.table {
  vertical-align: middle;
}
.table th {
  font-weight: 600;
}

/*解除編輯器 bs5清除table線條border樣式 --*/
.page-box #DataContent table tbody, .page-box #DataContent table td, .page-box #DataContent table tfoot, .page-box #DataContent table th, .page-box #DataContent table thead, .page-box #DataContent table tr {
  border: inherit;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

/* 無障礙設定 */
/*-- keyboard-focus -- */
a:active, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}

a:visited, a:focus, a:focus-visible {
  outline: dashed 4px #6e4f0c;
  transition: all linear 300ms;
}

button:active, button:focus, button:focus-visible {
  outline: dashed 4px #6e4f0c !important;
  transition: all linear 300ms;
}

.eventBox button:focus-visible {
  outline: dashed 4px #6e4f0c !important;
  transition: all linear 300ms;
}

/*-- 視覺隱藏 */
.u-focus-only {
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  z-index: 9999;
  transition: all linear 300ms;
}
.u-focus-only:focus {
  width: auto;
  height: auto;
  visibility: visible;
  transform: translateY(0);
  transition: all linear 300ms;
}

/*-- 導盲磚 */
.aplus-box {
  height: 20px;
  line-height: 18px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}

/*-- 導盲磚 */
.c, .u, .b {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  opacity: 0;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible {
  opacity: 1;
  color: #535456 !important;
}

.c, .u {
  position: relative;
}

.b:focus-visible {
  color: #cacaca !important;
}

/*-- BTN --*/
.btn_outline_primary {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #FCC062;
  border-radius: 30px;
  color: #444;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active, .btn_outline_primary:focus-visible {
  background-color: rgb(251.04375, 171.91875, 47.95625);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_primary:focus-visible {
  outline: dashed 4px #fcb25f !important;
}
.btn_outline_primary:hover {
  color: #444;
}

.btn_primary {
  display: inline-block;
  padding: 5px 12px;
  background-color: #FCC062;
  border: 1px solid #FCC062;
  border-radius: 30px;
  color: #444;
  transition: all 0.3s;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active, .btn_primary:focus-visible {
  background-color: rgb(251.04375, 171.91875, 47.95625);
  border: 1px solid rgb(251.04375, 171.91875, 47.95625);
  color: #fff;
  transition: all 0.3s;
}
.btn_primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_primary:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_outline_secondary {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #6c757d;
  border-radius: 30px;
  color: #6c757d;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active, .btn_outline_secondary:focus-visible {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_secondary:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_secondary {
  display: inline-block;
  padding: 5px 12px;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active, .btn_secondary:focus-visible {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #fff;
  transition: all 0.3s;
}
.btn_secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_secondary:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_outline_danger {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #F69999;
  border-radius: 30px;
  color: #F69999;
  background: #fff;
  transition: all 0.3s;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:active, .btn_outline_danger:focus-visible {
  background-color: rgb(241.8648648649, 106.1351351351, 106.1351351351);
  color: #fff;
  transition: all 0.3s;
}
.btn_outline_danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn_outline_danger:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_danger {
  display: inline-block;
  padding: 5px 12px;
  background-color: #F69999;
  border: 1px solid #F69999;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:active, .btn_danger:focus-visible {
  background-color: rgb(241.8648648649, 106.1351351351, 106.1351351351);
  border: 1px solid rgb(241.8648648649, 106.1351351351, 106.1351351351);
  color: #fff;
  transition: all 0.3s;
}
.btn_danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_danger:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_clear {
  display: inline-block;
  padding: 5px 12px;
  background-color: #9b4d4d;
  border: 1px solid #9b4d4d;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_clear:hover, .btn_clear:focus, .btn_clear:active, .btn_clear:focus-visible {
  background-color: rgb(120.9267241379, 60.0732758621, 60.0732758621);
  border: 1px solid rgb(120.9267241379, 60.0732758621, 60.0732758621);
  color: #fff;
  transition: all 0.3s;
}
.btn_clear:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_clear:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn_brown {
  display: inline-block;
  padding: 5px 12px;
  background-color: #6e4f0c;
  border: 1px solid #6e4f0c;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
}
.btn_brown:hover, .btn_brown:focus, .btn_brown:active, .btn_brown:focus-visible {
  background-color: rgb(64.0163934426, 45.9754098361, 6.9836065574);
  border: 1px solid rgb(64.0163934426, 45.9754098361, 6.9836065574);
  color: #fff;
  transition: all 0.3s;
}
.btn_brown:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn_brown:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

input::file-selector-button {
  color: #222;
  padding: 4px 14px;
  background-color: #ffffff;
  border: 1px solid #222;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  margin: 10px 20px 10px 0;
}
input::file-selector-button:hover {
  color: #ffffff;
  background-color: #222;
}

.aboutBox {
  padding: 100px 0 118px;
}
@media (min-width: 414px) {
  .aboutBox {
    padding: 100px 0 198px;
  }
}
@media (min-width: 576px) {
  .aboutBox {
    padding: 100px 0 263px;
  }
}
@media (min-width: 768px) {
  .aboutBox {
    padding: 100px 0 285px;
  }
}
@media (min-width: 992px) {
  .aboutBox {
    padding: 100px 0 302px;
  }
}
@media (min-width: 1200px) {
  .aboutBox {
    padding: 100px 0 370px;
  }
}
@media (min-width: 1440px) {
  .aboutBox {
    padding: 100px 0 313px;
  }
}

.animationBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -50px;
  overflow: hidden;
  margin: 50px auto;
  z-index: -1;
}

.item {
  position: absolute;
  top: -100px;
}

.animation-item1.animation {
  animation: fall 2s ease-in forwards;
  animation-delay: 1s;
}

.animation-item2.animation {
  animation: fall 2s ease-in forwards;
  animation-delay: 0.5s;
}

.animation-item3.animation {
  animation: fall-0 2s ease-in forwards;
  animation-delay: 1s;
}

.animation-item4.animation {
  animation: fall-0 2s ease-in forwards;
  animation-delay: 1.5s;
}

.animation-item5.animation {
  animation: fall-0 2s ease-in forwards;
  animation-delay: 1s;
}

.animation-item6.animation {
  animation: fall-0 2s ease-in forwards;
  animation-delay: 0.5s;
}

.animation-item7.animation {
  animation: fall-0 2s ease-in forwards;
  nimation-delay: 1s;
}

@keyframes fall {
  0% {
    top: -100px;
  }
  100% {
    top: 400px;
  }
}
@keyframes fall-0 {
  0% {
    top: -100px;
  }
  100% {
    top: 966px;
  }
}
.animation-item1 {
  width: 168px;
  height: 168px;
  background: url("../images/about01.svg");
  background-size: cover;
  transform: translatey(-59%) rotate(80deg);
  display: none;
}
@media (min-width: 1640px) {
  .animation-item1 {
    left: 52px;
    display: block;
  }
}

.animation-item2 {
  width: 710px;
  height: 710px;
  background: url("../images/about02.svg");
  background-size: cover;
  top: -710px;
  left: -200px;
}
@media (min-width: 992px) {
  .animation-item2 {
    left: -68px;
  }
}

.animation-item3 {
  width: 260px;
  height: 237px;
  background: url("../images/about03.svg");
  background-size: cover;
  left: 30%;
  transform: translatey(-100%);
  display: none;
}
@media (min-width: 768px) {
  .animation-item3 {
    display: block;
  }
}

.animation-item4 {
  width: 304px;
  height: 304px;
  background: url("../images/about04.svg");
  background-size: cover;
  left: 10%;
  transform: translatey(-100%);
  display: none;
}
@media (min-width: 768px) {
  .animation-item4 {
    left: 50%;
    display: block;
  }
}

.animation-item5 {
  width: 349px;
  height: 365px;
  background: url("../images/about05.svg");
  background-size: cover;
  left: 58%;
  transform: translatey(-100%);
  display: none;
}
@media (min-width: 768px) {
  .animation-item5 {
    display: block;
  }
}

.animation-item6 {
  width: 396px;
  height: 370px;
  background: url("../images/about06.svg");
  background-size: cover;
  left: 70%;
  transform: translatey(-87%);
  display: none;
}
@media (min-width: 768px) {
  .animation-item6 {
    display: block;
  }
}

.animation-item7 {
  width: 465px;
  height: 465px;
  background: url("../images/about07.svg");
  background-size: cover;
  right: -5%;
  transform: translatey(-100%);
  display: none;
}
@media (min-width: 1024px) {
  .animation-item7 {
    display: block;
  }
}

/*-- Template 樣板區塊 --*/
.top-inner {
  position: relative;
}

/* Header */
.header {
  position: relative;
  width: 100%;
  top: 0;
}
@media (min-width: 992px) {
  .header {
    position: absolute;
    top: 40px;
    z-index: 50;
  }
}
.header .wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .header .wrap {
    padding: 0 40px;
    margin: 0 60px;
    height: 100px;
  }
}

/*LOGO*/
.logo {
  margin-bottom: 0;
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat left center;
  background-size: cover;
  width: 250px;
  height: 43px;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .logo .logo-link {
    width: 346px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .logo .logo-link {
    width: 290px;
    height: 50px;
  }
}
@media (min-width: 1366px) {
  .logo .logo-link {
    width: 346px;
    height: 60px;
  }
}

/*上方左側區塊 */
.topbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*-- 上方連結 --*/
.topLinkBox {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1366px) {
  .topLinkBox {
    display: flex;
  }
}

.topLinkBox > a {
  color: #333;
  position: relative;
  font-size: 1rem;
  margin-top: 20px;
  padding-right: 20px;
}
.topLinkBox > a:first-child {
  padding-right: 10px;
}
.topLinkBox > a:nth-child(n+2):nth-child(-n+4)::before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 1px;
  height: 20px;
  right: 10px;
  top: 3px;
}
.topLinkBox > a:hover {
  color: #ff8c00;
}

.topLinkBox a.languageBtn {
  display: block;
  text-align: center;
  padding: 2px 0;
  width: 58px;
  background-color: #EDEDED;
  color: #222;
  border-radius: 20px;
  font-size: 1rem;
  z-index: 100;
  transition: all 0.3s;
}
.topLinkBox a.languageBtn:hover {
  transition: all 0.3s;
  background-color: rgb(251.521875, 181.959375, 72.978125);
}
.topLinkBox a.languageBtn.active {
  background-color: #FCC062;
}

.topLinkBox > a:last-child::before {
  content: "";
  position: absolute;
  background-color: #666;
  width: 1px;
  height: 20px;
  left: -8px;
  top: 3px;
  transform: rotate(20deg);
}

/*-- 隱藏Google搜尋列 --*/
.search-box {
  width: calc(100% - 120PX);
  height: 300px;
  padding: 120px 0;
  background-color: rgba(228, 228, 228, 0.9725490196);
  position: absolute;
  top: -100vh;
  left: 50%;
  margin: 0 auto;
  z-index: 30;
  overflow: auto;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(-50%);
}
.search-box.open {
  top: 100px;
  opacity: 1;
  transition: all 0.8s;
}
.search-box.open.en {
  top: 130px;
}

/*  搜尋 closeBtn */
.closeBox {
  margin: 0 25px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.closeBox .closeBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #222 !important;
  margin: 20px 0;
  transition: all 0.3s;
}
.closeBox .closeBtn::before {
  content: "CLOSE";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #222;
}
.closeBox .closeBtn:hover {
  background-color: #FCC062;
}
.closeBox .closeBtn:hover svg {
  color: #fff;
}

.form-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.gsc-search-box {
  width: 800px !important;
  margin-bottom: 0;
}

/*-- 搜尋列 --*/
.gsc-input-box {
  border-radius: 20px 0 0 20px;
  padding: 0;
}

.gsc-input {
  padding-right: 0 !important;
  letter-spacing: 1px;
}

table.gsc-search-box {
  padding: 2px;
}
table.gsc-search-box td.gsc-input {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
table.gsc-search-box td.gsc-input .gsib_a {
  width: 90%;
  height: 40px;
}

.gsc-input {
  padding: 3px;
  height: 100%;
}

#___gcse_1 {
  width: 100%;
}

.gsc-search-button-v2 svg {
  fill: #ffffff !important;
  font-size: 1.15rem;
}

.search-box input[type=search] {
  padding-right: 90px;
  border: 1px solid #666666;
}
.search-box input[type=search]::-webkit-input-placeholder {
  color: rgb(77, 77, 77);
}
.search-box input[type=search]::-moz-placeholder {
  color: rgb(77, 77, 77);
  opacity: 1;
}
.search-box button {
  height: 40px;
  width: 40px;
  padding: 6px;
  background: #FCC062;
  border-radius: 0 20px 20px 0;
  border: none;
  margin: 0;
}
.search-box button a.gsst_a {
  padding: 0 4px;
}

/*-- 手機選單按鈕 --*/
.mobileMenuBtn {
  display: inline-block;
  position: relative;
  right: 0px;
  padding: 0;
  width: 30px;
  height: 24px;
  background-color: #FFF;
}
@media (min-width: 1366px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn span.mid {
  font-size: 0;
  text-indent: -9999;
}
.mobileMenuBtn span.mid::before, .mobileMenuBtn span.mid::after {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobileMenuBtn span.mid::before {
  height: 2px;
  background-color: #FCC062;
}
.mobileMenuBtn span.mid::after {
  height: 16px;
  border-top: 2px solid #FCC062;
  border-bottom: 2px solid #FCC062;
}

/*-- 英文版 變異 header --*/
@media (min-width: 1200px) {
  .mobileMenuBtn.en {
    display: inline-block;
  }
}

.topLinkBox.en {
  margin-right: 16px;
}
.topLinkBox.en a {
  margin-top: 0;
}

/* -----主視覺------- */
.bannerBox {
  position: relative;
}
.bannerBox .bannerList {
  overflow: hidden;
}
.bannerBox img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*桌機導覽列主選單*/
.menu-box {
  position: relative;
  z-index: 20;
  display: none;
}
@media (min-width: 1366px) {
  .menu-box {
    display: inline-block;
  }
}
.menu-box ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.menu-box ul li.menu-Level1 {
  position: relative;
  text-align: start;
}
.menu-box ul li.menu-Level1 a.menu-link {
  display: block;
  color: #333;
}

.navmenu-v {
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media (min-width: 1440px) {
  .navmenu-v {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.navmenu-v > li.menu-Level1 > a.menu-link {
  padding: 6px 0 18px 0;
}
.navmenu-v > li.menu-Level1 > a.menu-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #FCC062;
}
.navmenu-v > li.menu-Level1 > a.menu-link:hover {
  color: #ff8c00;
}
.navmenu-v > li.menu-Level1 > a.menu-link:hover::after {
  width: 100%;
}

/* 桌機主選單 deskMenu-第2層以下 */
ul#navmenu-v ul {
  border-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(68, 68, 68, 0.2);
}
ul#navmenu-v ul li a {
  padding: 15px 10px;
  background-color: #ffffff;
}
ul#navmenu-v ul li a:hover {
  background-color: #FCC062;
}
ul#navmenu-v ul li:not(:last-child) a {
  border-bottom: dashed 1px #ccc;
}

ul#navmenu-v ul li::first-child a {
  border-radius: 10px 10px 0 0;
}

/* 桌機主選單 deskMenu-第2層 */
#navmenu-v li.menu-Level1 ul.WebMenuList2 {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  z-index: 99;
  width: 180px;
}
#navmenu-v li.menu-Level1:hover ul.WebMenuList2 {
  display: block;
}

/* 桌機主選單 deskMenu-第3層 */
ul#navmenu-v ul.WebMenuList2 li.menu-Level1 ul.WebMenuList3 {
  display: none;
  width: 180px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}
ul#navmenu-v ul.WebMenuList2 li.menu-Level1:hover ul.WebMenuList3 {
  display: block;
}

/* 桌機主選單 deskMenu-第4層 */
ul#navmenu-v ul.WebMenuList3 li.menu-Level1 ul.WebMenuList4 {
  display: none;
}

/* 手機選單 */
.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #FCC062;
  padding: 15px 20px 15px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  text-align: right;
}
@media (min-width: 992px) {
  .mobileMenu {
    width: 30%;
  }
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s;
}
.mobileMenu svg {
  color: #222;
}
.mobileMenu span {
  font-size: 0;
  text-indent: -999px;
}

.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}

.mobileMenu .topBtn {
  display: blovk;
  margin-top: 20px;
}
.mobileMenu .topBtn li {
  width: 100%;
  margin-bottom: 8px;
}
.mobileMenu .topBtn li a {
  display: block;
  width: 100%;
  padding: 6px;
  color: #4e4d4d;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  border: 1px solid #4e4d4d;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 40px;
  border-bottom: #4e4d4d solid 1px;
}
ul#navmenu-v2 li.child::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 26px;
  border: solid 3px #4e4d4d;
  border-width: 0px 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 li a {
  padding: 0 10px;
  display: block;
  text-align: left;
  color: #4e4d4d;
}

/* mobile-menu 第2層 手機選單 */
ul#navmenu-v2 ul {
  display: none;
  background-color: rgb(252.478125, 202.040625, 123.021875);
}
ul#navmenu-v2 ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul li a {
  margin-left: 1rem;
}

/* mobile-menu 第3層 手機選單 */
ul#navmenu-v2 ul ul {
  background-color: rgb(252.95625, 212.08125, 148.04375);
}
ul#navmenu-v2 ul ul li {
  border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
}
ul#navmenu-v2 ul ul li a {
  margin-left: 2rem;
}

.header .wrap.en {
  height: 80px;
}
.header .wrap.en .topLinkBox > a {
  margin-top: 12px;
}

.menu-box.en {
  padding: 0 40px;
  margin: 0 60px;
  background-color: #fff;
  min-width: calc(100% - 120px);
  position: relative;
  top: -4px;
}

.menu-box.en .navmenu-v {
  -moz-column-gap: 27px;
       column-gap: 27px;
  justify-content: flex-end;
}
.menu-box.en ul > li.menu-Level1 {
  max-width: 220px;
  text-align: end;
  height: 60px;
}
.menu-box.en ul > li.menu-Level1 > a.menu-link {
  padding: 0px 0 12px 0;
}
.menu-box.en ul li.menu-Level1 a.menu-link {
  font-size: 0.975rem;
}

.menu-box.en #navmenu-v li.menu-Level1 ul.WebMenuList2 {
  width: 100%;
  min-width: 180px;
}

/* 手機特殊連結 --------------------------*/
.mobile-link {
  margin-top: 1rem;
}
.mobile-link a.block-btn {
  display: inline-block;
  padding: 5px 12px;
  background-color: #D2EAE8;
  border: 1px solid #D2EAE8;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s;
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 0.5rem;
  border-radius: 30px;
}
.mobile-link a.block-btn:hover, .mobile-link a.block-btn:focus, .mobile-link a.block-btn:active, .mobile-link a.block-btn:focus-visible {
  background-color: rgb(175.2272727273, 217.7727272727, 214.2272727273);
  border: 1px solid rgb(175.2272727273, 217.7727272727, 214.2272727273);
  color: #fff;
  transition: all 0.3s;
}
.mobile-link a.block-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.mobile-link a.block-btn:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

/* 開合bottom-menu 隱藏下拉選單* */
.bottom-menu {
  background: #E2E1DE;
  position: relative;
}

.bottom-menu .btn-sm {
  padding: 5px 0;
  padding: 5px 12px;
  color: #222;
}
.bottom-menu .btn-sm:hover {
  color: #6e4f0c;
}

.collapse_btn {
  padding: 10px 0;
}

#collapse_wrap {
  background-color: #E2E1DE;
  padding-top: 20px;
}

.is-hidden {
  display: none;
}

.bottom-menu ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
}

ul.bottom-menu--list {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
}
ul.bottom-menu--list > li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  ul.bottom-menu--list > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.bottom-menu--list > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.bottom-menu--list > li {
    width: 25%;
  }
}
ul.bottom-menu--list > li > a {
  display: block;
  border-bottom: 1px solid #5f5f5f;
  letter-spacing: 0.1rem;
  padding: 10px 8px 10px 0;
  margin-bottom: 0.5rem;
  color: #222;
}
ul.bottom-menu--list > li > a:hover {
  background-color: #FCC062;
}
ul.bottom-menu--list > li a {
  color: #222;
  display: block;
  padding: 0 8px;
}
ul.bottom-menu--list > li a:hover {
  background-color: #FCC062;
}
ul.bottom-menu--list > li ul {
  list-style: none;
  padding-left: 0;
}
ul.bottom-menu--list > li ul ul {
  padding-left: 16px;
}

/* Footer */
.footer {
  background: #E2E1DE url("../images/footerbg.png") right bottom no-repeat;
  position: relative;
}
.footer .footer-box {
  color: #222;
  position: relative;
  padding: 60px 0 16px;
  line-height: 1.7;
}
.footer .footer-box a {
  color: #222;
}
.footer .footer-box a:hover {
  color: rgb(243.9324324324, 129.5675675676, 129.5675675676);
}
.footer .footer-logo {
  display: block;
  width: 346px;
  margin: 40px 0 20px;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .footer-inf {
  text-align: left;
}
.footer .browse {
  position: relative;
  padding-bottom: 150px;
}
.footer .browse .footer-aa {
  display: block;
  width: 88px;
  height: 31px;
}
.footer .browse .footer-aa img {
  width: 100%;
}

.copyright {
  position: relative;
  padding: 25px 0;
  text-align: center;
  margin-top: 40px;
}
.copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 569px);
  height: 100%;
  border-top: 1px dashed #333;
}

/* -------------Template end--------------- */
/*------------CH 首頁區塊 ------------*/
.main {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .main {
    padding: 100px 0;
  }
}
.main .body-content {
  position: relative;
}

.titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  margin-bottom: 2rem;
}
.title h2 {
  position: relative;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  z-index: 1;
  margin: 0;
}
@media (min-width: 576px) {
  .title h2 {
    font-size: 2.875rem;
  }
}
.title span {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 2;
}

.moreBtn {
  position: relative;
  color: #000;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
}
.moreBtn .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 12px;
  padding: 12px;
  border-radius: 50%;
  border: 1px solid #333;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreBtn .arrow i {
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .moreBtn .arrow {
    width: 70px;
    height: 70px;
  }
}
.moreBtn .arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scale(0);
  border-radius: 50%;
  background-color: #333;
  transition: all 0.4s;
  z-index: -1;
}
.moreBtn:hover {
  color: #333;
}
.moreBtn:hover .arrow {
  color: #fff;
}
.moreBtn:hover .arrow::before {
  transform: scale(1);
}

.title {
  display: inline;
  background-image: linear-gradient(#FCC062, #FCC062);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 10px;
  transition: all 0.4s;
}

/* -----最新消息區塊------- */
.main.bg-color {
  background-color: #EFEFEF;
}

.newsBox {
  position: relative;
  margin-bottom: 100px;
}
.newsBox .titleBox {
  margin-bottom: 30px;
}
.newsBox .titleBox h2::before {
  content: "";
  position: absolute;
  background: url("../images/title01.png");
  width: 143px;
  height: 146px;
  top: -40px;
  right: -60px;
  z-index: -1;
}

.newsList {
  margin-bottom: 50px;
}
.newsList.index {
  padding: 0 20px;
  border: 2px solid #333;
  border-radius: 30px;
  background-color: #fff;
}
.newsList.index .news-item:last-child {
  border-bottom: none;
}
.newsList .news-item {
  position: relative;
  padding: 24px 12px;
  border-bottom: 1px dashed #333;
}
.newsList .news-item .newLink {
  color: #333;
  display: block;
  transition: all 0.3s;
}
.newsList .news-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #222;
}
.newsList .news-info .item-date {
  position: relative;
  width: 90px;
  height: auto;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .newsList .news-info .item-date {
    width: 100px;
    margin-right: 35px;
  }
}
@media (min-width: 1200px) {
  .newsList .news-info .item-date {
    width: 120px;
  }
}
.newsList .news-info .item-date .year {
  line-height: 1.3333333333;
}
.newsList .news-info .item-date .date {
  font-size: 1.85rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .newsList .news-info .item-date .date {
    font-size: 2.425rem;
  }
}
.newsList .news-info .item-kind {
  font-size: 1rem;
  padding: 3px 12px;
  border-radius: 30px;
  background-color: #D2EAE8;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.newsList .news-info .item-title {
  text-decoration: none;
  z-index: 1;
  width: calc(100% - 100px);
}
@media (min-width: 576px) {
  .newsList .news-info .item-title {
    width: calc(100% - 140px);
  }
}
@media (min-width: 992px) {
  .newsList .news-info .item-title {
    width: calc(100% - 287px);
  }
}
.newsList .news-info .item-more {
  display: none;
  position: absolute;
  width: 23px;
  height: 19px;
  right: 24px;
  background: url("../images/arrow01.png");
}
@media (min-width: 992px) {
  .newsList .news-info .item-more {
    display: block;
  }
}
.newsList .news-item a:hover .item-title .title {
  background-size: 100% 10px;
  transition: background 0.4s;
}

/* -----關於我們區塊------- */
.aboutBox {
  position: relative;
  overflow: hidden;
  background: #E2E1DE;
  z-index: 1;
}
.aboutBox .dec-text {
  color: #E2E1DE;
  font-size: 3rem;
  font-weight: 600;
  font-family: Arial;
  text-shadow: -1px -1px 0 #9F9F9F, 1px -1px 0 #9F9F9F, -1px 1px 0 #9F9F9F, 1px 1px 0 #9F9F9F;
  margin-bottom: 30px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .aboutBox .dec-text {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .aboutBox .dec-text {
    font-size: 7.25rem;
  }
}
.aboutBox p {
  line-height: 1.75;
}

/* -----科系區塊------- */
.departmentBox {
  position: relative;
  padding: 150px 0;
  background-color: #EFEFEF;
}
.departmentBox .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.departmentBox .imgBox {
  position: relative;
  width: 100%;
  border-radius: 0 80px 0 0;
  border: 1px solid #333;
  overflow: hidden;
}
.departmentBox .imgBox img.active {
  position: relative;
  z-index: 10;
}
.departmentBox .imgBox img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.departmentLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  border-bottom: 1px dashed #333;
  padding: 19px 8px;
}
@media (min-width: 992px) {
  .departmentLink {
    padding: 3px 8px;
  }
}
@media (min-width: 1200px) {
  .departmentLink {
    padding: 11px 8px;
  }
}
@media (min-width: 1440px) {
  .departmentLink {
    padding: 19px 8px;
  }
}
.departmentLink b {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.75rem;
}
.departmentLink .num {
  color: #EFEFEF;
  font-size: 2rem;
  font-weight: 600;
  font-family: Arial;
  text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .departmentLink .num {
    font-size: 3.125rem;
  }
}
.departmentLink .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #333;
}
.departmentLink .circle.bg-yellow {
  background-color: #FCC062;
}
.departmentLink .circle.bg-pink {
  background-color: #F69999;
}
.departmentLink .circle.bg-green {
  background-color: #A6DB1D;
}
.departmentLink .circle.bg-blue {
  background-color: #8CA4CF;
}
.departmentLink .circle.bg-lightYellow {
  background-color: #F5ED71;
}

.departmentLink:hover {
  color: #333;
}

/* -----活動訊息區塊------- */
.eventBox {
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px;
  background-color: #E6E3DC;
}
.eventBox .titleBox h2::before {
  content: "";
  position: absolute;
  background: url("../images/title02.png");
  width: 143px;
  height: 146px;
  top: -40px;
  right: -60px;
  z-index: -1;
}

.eventList {
  margin-bottom: 50px;
}
.eventList .event-item {
  position: relative;
}
.eventList .item-kind {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  min-width: 260px;
  max-width: 80%;
  border-radius: 15px 15px 0 0;
  background-color: #231815;
}
.eventList .eventLink {
  background-color: #fff;
  border: 1px solid #333;
  color: #222;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  display: block;
  padding: 25px 20px;
}
.eventList .event-title {
  color: #222;
  max-height: 95px;
  min-height: 95px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px dashed #333;
}
.eventList .event-text {
  font-size: 0.85rem;
}
.eventList .event-text.index {
  min-height: 68px;
  max-height: 68px;
}
@media (min-width: 1200px) {
  .eventList .event-text.index {
    font-size: 1rem;
  }
}

.eventBox .owl-stage .owl-item:nth-child(odd) {
  margin-top: 40px;
}

.eventLink:hover {
  transition: all 0.3s;
}
.eventLink:hover .title {
  background-size: 100% 8px;
  transition: background 0.4s;
}

/* -----活動花絮區塊------- */
.activityBox {
  padding: 150px 0;
  background-color: #EFEFEF;
}
.activityBox .titleBox {
  margin-bottom: 30px;
}
.activityBox .titleBox h2::before {
  content: "";
  position: absolute;
  background: url("../images/title03.png");
  width: 143px;
  height: 146px;
  top: -40px;
  right: -60px;
  z-index: -1;
}

.album-item {
  color: #222;
  display: block;
  padding: 0 10px;
}
.album-item .photoBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1640px) {
  .album-item .photoBox {
    max-width: 296px;
    max-height: 242px;
  }
}
.album-item .photoBox img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
@media (min-width: 1640px) {
  .album-item .photoBox img {
    width: max(296px, 16.6666vw);
    height: max(242px, 13.626vw);
  }
}

.activityBox .owl-item:nth-child(3n+1) .photoBox::before,
.activityBox .owl-item:nth-child(3n+2) .photoBox::before,
.activityBox .owl-item:nth-child(3n+3) .photoBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.activityBox .owl-item:nth-child(3n+1) .photoBox::before {
  background-image: url("../images/album01.png");
}
.activityBox .owl-item:nth-child(3n+2) .photoBox::before {
  background-image: url("../images/album02.png");
}
.activityBox .owl-item:nth-child(3n+3) .photoBox::before {
  background-image: url("../images/album03.png");
}

.album-item .act-info {
  padding: 16px 0;
  max-height: 76px;
  min-height: 76px;
  overflow: hidden;
  border-bottom: 1px dashed #333;
}
.album-item .act-date {
  padding: 8px 0;
  text-align: end;
  font-size: 1rem;
}

.album-item:hover {
  color: #333;
  transition: all 0.4s;
}
.album-item:hover .title {
  background-size: 100% 10px;
  transition: background 0.4s;
}

/* -----區塊------- */
/*------------CH 首頁區塊 end------------*/
/*------------EN 首頁區塊 ---------------*/
#DataContent .about-item {
  margin-bottom: 60px;
}
#DataContent .about-item .min-title {
  margin-bottom: 1rem;
  color: #EFEADE;
}
#DataContent .about-item .min-title .about-text {
  text-align: justify;
}

/*------------- 內頁 -------------*/
.main-layout {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background-color: #EFEFEF;
}
@media (min-width: 992px) {
  .main-layout {
    padding: 100px 0;
  }
}
.main-layout .body-content {
  position: relative;
  min-height: 650px;
  margin-bottom: 3rem;
}

/* 路徑 麵包屑 */
.page-path {
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
}
.page-path .breadcrumb {
  margin-bottom: 0;
}
.page-path .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.page-path .breadcrumb a:hover {
  color: #6e4f0c;
  font-weight: 600;
}

/*內頁共用btn*/
.btn-block {
  display: inline-block;
  padding: 5px 12px;
  background-color: #FCC062;
  border: 1px solid #FCC062;
  border-radius: 30px;
  color: #333;
  transition: all 0.3s;
  width: 110px;
}
.btn-block:hover, .btn-block:focus, .btn-block:active, .btn-block:focus-visible {
  background-color: rgb(251.04375, 171.91875, 47.95625);
  border: 1px solid rgb(251.04375, 171.91875, 47.95625);
  color: #fff;
  transition: all 0.3s;
}
.btn-block:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
}
.btn-block:focus-visible {
  outline: dashed 4px #fcb25f !important;
}

.btn-block-outline {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #FCC062;
  border-radius: 30px;
  color: #333;
  background: #fff;
  transition: all 0.3s;
  width: 110px;
}
.btn-block-outline:hover, .btn-block-outline:focus, .btn-block-outline:active, .btn-block-outline:focus-visible {
  background-color: rgb(251.04375, 171.91875, 47.95625);
  color: #fff;
  transition: all 0.3s;
}
.btn-block-outline:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
  color: #fff;
}
.btn-block-outline:focus-visible {
  outline: dashed 4px #fcb25f !important;
}
.btn-block-outline:hover {
  color: #333;
}

/*-- 內頁 標題 日期 分享按鈕 --*/
.page-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5rem 0 1rem;
}

h2.pageTitle {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #333;
}

.pageDate {
  font-size: 1rem;
  padding-bottom: 0.75rem;
}

/*-- 按鈕 --*/
.web-function-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  margin-bottom: 1.5rem;
}

/* 分享按鈕 */
.web-share-btn {
  display: inline-block;
  margin: 2px 0 2px;
}
.web-share-btn > a.share {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  margin: 0;
  color: #333;
  position: relative;
}
.web-share-btn > a.share:hover {
  background-color: #d0d0d0;
}

ul.share-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 48px;
  height: 150px;
  z-index: 15;
  position: absolute;
  top: 30px;
}
ul.share-list li {
  padding-top: 2px;
}
ul.share-list li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
ul.share-list li a.icon-facebook {
  background-color: #4378ec;
  background-image: url(../images/facebook.svg);
}
ul.share-list li a.icon-line {
  background-color: rgb(52, 212, 132);
  background-image: url(../images/line.svg);
}
ul.share-list li a.icon-plurk {
  background-color: rgb(224, 102, 54);
  background-image: url(../images/plurk.svg);
}
ul.share-list li a.icon-x {
  background-color: rgb(46, 46, 46);
  background-image: url(../images/x.svg);
}
ul.share-list li a:hover {
  background-color: #000;
}

/*分享按鈕 隱藏次選單*/
.share-list {
  display: none;
  transition: all 0.3s;
}

/* 滑鼠滑入展開次選單*/
.web-share-btn:hover > ul.share-list {
  display: block;
  transition: all 0.5s;
}

/* 字級大小btn */
.web-font-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
}
.web-font-btn > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px 9px;
  margin: 2px;
  color: #333;
}
.web-font-btn > a.now {
  background-color: #FCC062;
  color: #333;
}

.en-main .web-font-btn > a {
  text-align: center;
  padding: 4px 8px;
}

/* 清單標題 */
.list-title-color {
  background-color: #6e4f0c;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
}

/* 內文Box */
.page-box #DataContent {
  margin-bottom: 40px;
  word-break: break-word;
  line-height: 2;
}
.page-box #DataContent .table-bordered {
  border: 1px #a0a0a0 solid;
}
.page-box #DataContent table.list-title th {
  background-color: #6e4f0c;
  color: #fff;
}
.page-box #DataContent a {
  color: #0d6efd;
}
.page-box #DataContent a:hover {
  color: rgb(1.5532786885, 76.887295082, 187.9467213115);
}
.page-box #DataContent iframe {
  width: 100%;
  height: 56.25vw;
}

/*選單頁面----------*/
.menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-list .menu-list_button a {
  display: block;
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 2px solid #6e4f0c;
}
.menu-list .menu-list_button a:hover {
  background-color: #6e4f0c;
  color: #fff;
}

/*活動功能----------*/
.event-monthTitle {
  font-weight: 600;
  color: #D2EAE8;
  letter-spacing: 2px;
  padding-left: 30px;
  text-align: end;
  margin-bottom: 1rem;
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
}
@media (min-width: 768px) {
  .event-monthTitle {
    display: block;
  }
}

.event-btnBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .event-btnBar {
    justify-content: flex-start;
  }
}
.event-btnBar .btn-item {
  width: 110px;
  margin-left: 1.5rem;
}

.event-searchBar {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.event-searchBar .search-item {
  position: relative;
  display: flex;
}
@media (min-width: 992px) {
  .event-searchBar .search-item {
    margin-bottom: 1rem;
  }
}
.event-searchBar .search-item input {
  width: 48%;
}
.event-searchBar .search-item .form-select {
  border-radius: 30px;
}

.event-list .event-item {
  margin-bottom: 0.5rem;
  padding: 24px 12px;
  border-bottom: 1px solid #ccc;
}
.event-list .event-item:hover {
  background-color: #f5f4f4;
  transition: all 0.3s;
}
.event-list .eventLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #222;
}
.event-list .item-date {
  position: relative;
  width: 105px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
@media (min-width: 576px) {
  .event-list .item-date {
    width: 95px;
  }
}
.event-list .year {
  font-size: 0.875rem;
  line-height: 1.3333333333;
}
.event-list .date {
  font-size: 1.75rem;
  line-height: 1;
}
.event-list .event-info {
  width: calc(100% - 100px);
}
@media (min-width: 576px) {
  .event-list .event-info {
    width: calc(100% - 110px);
  }
}
.event-list .event-text {
  color: #666;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .event-list .event-text {
    font-size: 1rem;
  }
}
.event-list .item-more {
  position: absolute;
  width: 25px;
  height: 8px;
  right: 24px;
  background: url("../images/news-arrow.png");
}
@media (min-width: 992px) {
  .event-list .item-more {
    display: none;
  }
}

/*sitemap----------*/
ul.sitemap {
  list-style: none;
  padding-left: 0;
}
ul.sitemap li.sitemap-box {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 1%;
}
ul.sitemap li.sitemap-box > a {
  display: block;
  background-color: #6e4f0c;
  text-align: center;
  padding: 10px;
  color: #fff;
}
ul.sitemap li.sitemap-box > ul {
  padding: 0.5rem 1rem;
  border: 1px solid #d8d8d8;
  margin-bottom: 1.5rem;
}
ul.sitemap li.sitemap-box ul {
  list-style: none;
  padding-left: 1rem;
}
ul.sitemap li.sitemap-box ul li {
  line-height: 35px;
}

/*後台登入login----------*/
.manager-login-box {
  margin: 40px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  overflow: hidden;
}
.manager-login-box .login-img {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
}
.manager-login-box .login-form {
  margin: 30px 60px;
  padding: 0;
}
@media (min-width: 576px) {
  .manager-login-box .login-form {
    margin: 30px;
  }
}
@media (min-width: 992px) {
  .manager-login-box .login-form {
    padding: 50px;
  }
}
.manager-login-box .login-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manager-login-box .title-icon {
  width: 80px;
  height: 80px;
  background-color: #FCC062;
  border-radius: 50%;
  padding: 17px 0;
  text-align: center;
}
.manager-login-box .mini-title {
  font-size: 1.25rem;
  margin: 30px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.manager-login-box .form-label {
  font-weight: 600;
}
.manager-login-box .form-control {
  border-radius: 15px;
}
.manager-login-box .btn_primary, .manager-login-box .btn_clear {
  width: 49%;
}

/*模組-共用----------*/
.page-content .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .page-content .search-bar {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.page-content .search-bar .searchBox {
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
}
@media (min-width: 576px) {
  .page-content .search-bar .searchBox {
    max-width: 285px;
    margin-left: 10px;
  }
}
.page-content .search-bar .btnBox {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .page-content .search-bar .btnBox {
    margin-left: 8px;
    width: 90px;
  }
}
.page-content .search-bar .btn-block, .page-content .search-bar .btn-block-outline {
  width: 100%;
}
.page-content .search-bar .form-control, .page-content .search-bar .form-select {
  border-radius: 30px;
}

.body-content .page-download {
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.body-content .page-download ul {
  list-style: url(../images/download.svg);
  padding-left: 20px;
}

/*模組三*/
.mode03-list .item-date {
  padding-right: 1rem;
}

.mode03-list .list-item {
  padding: 24px;
  border-bottom: solid 1px #ccc;
}
.mode03-list .list-item .item-date {
  font-size: 1rem;
  display: inline-block;
  color: #222;
  width: 120px;
}
.mode03-list .list-item .item-sort {
  display: inline-block;
}
.mode03-list .list-item .item-title a {
  font-weight: 600;
}

/*模組四*/
.mode04-list .list-title-color div {
  padding: 0 1.5rem;
}
.mode04-list img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.mode04-list-item {
  padding: 32px;
  border-bottom: 1px dashed #919191;
}
.mode04-list-item div {
  padding-right: 1rem;
}

/*模組5*/
.mode05-list .list-item {
  padding: 24px 16px;
  border-bottom: solid 1px #ccc;
}
.mode05-list .list-item .item-date {
  font-size: 1rem;
  color: #222;
}
.mode05-list .list-item .item-sort {
  display: inline-block;
}
.mode05-list .list-item .item-kind {
  font-size: 1rem;
  padding: 2px 8px;
  border-radius: 25px;
  border: 1px solid #6e4f0c;
  color: #6e4f0c;
  font-weight: 600;
}

.pageClass {
  padding-bottom: 0.75rem;
}
.pageClass span {
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: 25px;
  background-color: #6e4f0c;
  color: #fff;
}

/* -- 成員介紹固定功能 -- */
.teacher-item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  overflow: hidden;
  transition: all 0.3s;
  min-height: 12.5rem;
  margin-bottom: 1rem;
  line-height: 1.45;
  padding: 1.5rem;
  color: #666;
}
.teacher-item .teacher-img {
  max-height: 280px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .teacher-item .teacher-img {
    max-height: 400px;
  }
}
.teacher-item .teacher-img img {
  width: 100%;
}
.teacher-item .teacherNane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teacher-item .teacherNane .teacher-name {
  font-size: 1.5rem;
  color: #333;
}
.teacher-item .teacher-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}
.teacher-item .teacher-content .min-title {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
.teacher-item .teacher-content .min-title span {
  padding-left: 1rem;
}

/* 中心成員 -----------------*/
.teacher-item.concurrently {
  min-height: 4.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .teacher-item.concurrently {
    margin-bottom: 0;
  }
}
.teacher-item.concurrently .min-title {
  margin-bottom: 0;
}
.teacher-item.concurrently .teacher-content.interstitial, .teacher-item.concurrently .role {
  text-align: center;
}
@media (min-width: 992px) {
  .teacher-item.concurrently .teacher-content.interstitial, .teacher-item.concurrently .role {
    text-align: left;
  }
}
.teacher-item.concurrently .role {
  color: #6e4f0c;
}

/* 相簿 -----------------*/
.albumList .album-item {
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
}
.albumList .album-item .album-photo {
  max-height: 210px;
  overflow: hidden;
}

/* 歷年學報 -----------------*/
.journalList-box {
  padding: 60px 30px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px #e7e7e7;
}
.journalList-box .journal-item {
  padding-bottom: 20px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.journalList-box .journal-item:nth-child(n+2) {
  margin-top: 30px;
}
.journalList-box .journal-item .item-title {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.25rem;
}
.journalList-box .journal-item .item-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/down.svg") no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
  right: 20px;
  top: 5px;
}
.journalList-box .journal-item .item-title.active::after {
  transform: rotate(180deg);
}
.journalList-box .journal-item .journal-date {
  margin-left: 20px;
  font-size: 1rem;
}
.journalList-box .journal-item .item-journal {
  position: relative;
  padding-left: 25px;
  margin: 10px 0 20px 16px;
  transition: max-height 1s ease-out;
}
.journalList-box .journal-item .item-journal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12px;
  background: #f2f2f2;
  border-radius: 4px;
}
.journalList-box .journal-item .item-journal ul {
  line-height: 2;
}
.journalList-box .journal-item .item-journal .line {
  color: #FCC062;
}
.journalList-box .journal-item .item-journal a.download-file {
  margin-left: 20px;
  font-size: 1rem;
}

/* banner */
/*-- 插件 owl-carousel style --*/
.bannerBox .owl-theme .owl-nav .owl-prev,
.bannerBox .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.bannerBox .owl-theme .owl-nav .owl-prev:hover,
.bannerBox .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}

.bannerBox .owl-theme .owl-nav .owl-prev {
  left: 20px;
  background: url(../images/arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}

.bannerBox .owl-theme .owl-nav .owl-next {
  right: 20px;
  background: url(../images/arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
}

.bannerBox .owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
@media (min-width: 576px) {
  .bannerBox .owl-theme .owl-dots {
    bottom: 20px;
  }
}
.bannerBox .owl-theme .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  border: solid 2px #9e9e9e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.bannerBox .owl-theme .owl-dots .owl-dot.active {
  background: #9e9e9e;
  border: solid 2px #9e9e9e;
}
.bannerBox .owl-theme .owl-dots .owl-dot span {
  font-size: 0;
}

.eventBox .owl-theme .owl-nav .owl-prev,
.eventBox .owl-theme .owl-nav .owl-next {
  content: "";
  position: absolute;
  width: 32px;
  height: 8px;
  top: -45px;
}
.eventBox .owl-theme .owl-nav .owl-prev {
  right: 40px;
  background: url(../images/arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
}
.eventBox .owl-theme .owl-nav .owl-next {
  right: 0px;
  background: url(../images/arrow.png) no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}

.eventBox .owl-theme .owl-nav .owl-prev,
.eventBox .owl-theme .owl-nav .owl-next {
  display: none;
}
.eventBox .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.eventBox .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  border: solid 2px #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.eventBox .owl-dots .owl-dot.active {
  background: #333;
  border: solid 2px #333;
}
.eventBox .owl-dots .owl-dot span {
  font-size: 0;
}

.activityBox .owl-theme .owl-nav .owl-prev,
.activityBox .owl-theme .owl-nav .owl-next {
  display: none;
}
.activityBox .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.activityBox .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  border: solid 2px #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.activityBox .owl-dots button.owl-dot.active {
  background: #333;
  border: solid 2px #333;
}
.activityBox .owl-dots button.owl-dot span {
  font-size: 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=main.css.map */