@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1;
  position: relative;
  overflow-x: hidden
}
button,
ol,
ul {
  margin: 0;
  padding: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
:focus,
a:active,
a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0
}
a,
button {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 0;
  background: 0 0;
  background-color: none;
  outline: 0;
  border: none
}
img {
  max-width: 100%;
  height: auto
}
footer {
  margin: 0;
  background: #000;
  font-family: "微軟正黑體","Malgun Gothic",Dotum,Tahoma,sans-serif;
  letter-spacing: normal;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #cfcfcf;
  padding: 60px 0
}
@media only screen and (max-width:767px) {
  footer {
    padding: 20px;
    flex-wrap: wrap
  }
}
footer .contain {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px
}
@media only screen and (max-width:767px) {
  footer .contain {
    flex-wrap: wrap
  }
}
footer .contain .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px
}
@media only screen and (max-width:767px) {
  footer .contain .copyright {
    padding: 8px 30px 8px
  }
}
footer .contain .copyright span {
  color: #787878;
  line-height: 1.5;
  font-size: 14px
}
@media only screen and (max-width:430px) {
  footer .contain .copyright span {
    font-size: 12px
  }
}
footer .contain .textWrap {
  display: flex;
  justify-content: center;
  align-items: center
}
@media only screen and (max-width:767px) {
  footer .contain .textWrap img {
    width: 12vw
  }
}
footer .contain .textWrap span {
  margin-left: 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #787878
}
@media only screen and (max-width:430px) {
  footer .contain .textWrap span {
    font-size: 12px
  }
}
.navbar {
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 11;
  padding: 40px 40px 0
}
@media only screen and (max-width:767px) {
  .navbar {
    justify-content: end;
    padding: 20px;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,#000 100%)
  }
}
.navbar .navbar-toggler {
  padding: .5rem .75rem
}
.navbar .navbar-collapse {
  justify-content: end;
  gap: 30px
}
.navbar .navbar-collapse .navbar-nav {
  justify-content: center;
  align-items: center;
  gap: 0
}
@media only screen and (max-width:767px) {
  .navbar .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap
  }
}
.navbar .navbar-collapse .navbar-nav li {
  position: relative
}
@media only screen and (max-width:767px) {
  .navbar .navbar-collapse .navbar-nav li {
    width: 80px
  }
}
.navbar .navbar-collapse .navbar-nav li a {
  display: block;
  transition: .3s all
}
.navbar .navbar-collapse .navbar-nav li a:hover {
  filter: brightness(1.5)
}
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: url(../images/sidebar-bg.png) no-repeat center center;
  width: 243px;
  height: 526px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all
}
@media only screen and (max-width:767px) {
  .sidebar {
    display: none
  }
}
.sidebar.hide {
  opacity: 0!important
}
.sidebar.collapsed {
  transform: translateX(243px) translateY(-50%)
}
.sidebar.collapsed .sidebar-btn {
  background-image: url(../images/sidebar-btn-open.png)
}
.sidebar .content {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}
.sidebar .content .group {
  display: flex;
  flex-direction: column;
  gap: 0
}
.sidebar .sidebar-btn {
  position: absolute;
  top: 20px;
  left: -65px;
  width: 66px;
  height: 74px;
  text-align: center;
  background: url(../images/sidebar-btn-close.png) no-repeat center center;
  background-size: contain;
  z-index: 10
}
body {
  font-family: 'Microsoft JhengHei',sans-serif
}
body .notice a,
body .notice p,
body .notice span {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #312319;
  text-align: left;
  font-weight: 500
}
@media only screen and (max-width:767px) {
  body .notice a,
  body .notice p,
  body .notice span {
    font-size: 16px
  }
}
@media only screen and (max-width:767px) {
  body .notice a.time,
  body .notice p.time,
  body .notice span.time {
    display: none
  }
}
body .notice p {
  margin: 10px 0
}
@media only screen and (max-width:767px) {
  body .notice h2 {
    width: 320px;
    margin: 0 auto
  }
}
body .header {
  position: relative;
  background: url(../images/header.jpg) no-repeat 25% 1%;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 368px;
  overflow-x: hidden;
  display: none
}
@media only screen and (max-width:767px) {
  body .header {
    height: 200px
  }
}
body .notice {
  background: url(../images/news-page-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 120px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  gap: 20px;
  overflow: hidden;
  max-width: inherit
}
body .notice::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
  z-index: 0
}
body .notice .notice_wrap {
  width: 100%;
  max-width: 1200px;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/notice_wrap.png) no-repeat center center;
  background-size: cover;
  position: relative;
  gap: 8px
}
@media only screen and (max-width:767px) {
  body .notice .notice_wrap {
    padding: 20px 40px
  }
}
body .notice .notice_wrap::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -13%;
  width: 238px;
  height: 384px;
  background: url(../images/notice_wrap-deco-01.png) no-repeat center center;
  background-size: contain;
  z-index: -1
}
@media only screen and (max-width:767px) {
  body .notice .notice_wrap::before {
    width: 120px;
    height: 194px
  }
}
body .notice .notice_wrap::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -18%;
  width: 470px;
  height: 308px;
  background: url(../images/notice_wrap-deco-02.png) no-repeat center center;
  background-size: contain;
  z-index: -1
}
@media only screen and (max-width:767px) {
  body .notice .notice_wrap::after {
    width: 235px;
    height: 154px
  }
}
body .notice .notice_wrap .title h3::before {
  bottom: 0
}
body .notice .notice_wrap h3 {
  margin-top: 0;
  position: relative;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #312319
}
@media only screen and (max-width:767px) {
  body .notice .notice_wrap h3 {
    font-size: 20px
  }
}
body .notice .notice_wrap h3::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 8px;
  background: url(../images/news-subtitle-deco.png) no-repeat center center;
  background-size: contain
}
@media only screen and (max-width:767px) {
  body .notice .notice_wrap h3::before {
    background-size: cover;
    width: 100%;
    height: 4px;
    bottom: 6px
  }
}
body .notice .notice_wrap .labels {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding: 4px 12px;
  text-align: center;
  line-height: 1;
  border-radius: 4px
}
body .notice .notice_wrap .labels-all {
  color: #fff;
  background: #e02d1a
}
body .notice .notice_wrap .labels-system {
  color: #fff;
  background: #2f9096
}
body .notice .notice_wrap .labels-event {
  color: #fff;
  background: #4b2297
}
body .notice .notice_wrap .breadcrumbs {
  display: flex;
  gap: 4px;
  align-items: center
}
body .notice .notice_wrap .breadcrumbs a {
  font-size: 14px
}
body .notice .notice_wrap .title {
  margin-top: 20px
}
body .notice .notice_wrap .title h3 {
  color: #312319
}
body .notice .notice_wrap nav {
  margin-top: 20px
}
body .notice .notice_wrap nav .text-center a {
  border: 1px solid #312319;
  padding: 8px 16px;
  transition: .3s all
}
body .notice .notice_wrap nav .text-center a:hover {
  background: #ffffff5b
}
body .notice .notice_wrap .pagination {
  justify-content: center;
  gap: 16px
}
body .notice .notice_wrap .pagination li.active a {
  color: #e02323
}
body .notice .notice_wrap .pagination li:hover a {
  color: #e02323
}
body .notice .notice_wrap .pagination li a {
  font-family: noto-serif-tc,serif;
  transition: .3s all;
  font-size: 20px
}
body .notice .news-tabs .nav-pills,
body .notice .tabs .nav-pills {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px
}
@media only screen and (max-width:767px) {
  body .notice .news-tabs .nav-pills,
  body .notice .tabs .nav-pills {
    flex-wrap: wrap;
    gap: 4px;
    margin: 12px 0
  }
}
body .notice .news-tabs .nav-pills li,
body .notice .tabs .nav-pills li {
  position: relative
}
body .notice .news-tabs .nav-pills li a,
body .notice .tabs .nav-pills li a {
  display: inline-block;
  width: 223px;
  height: 67px;
  background: url(../images/news-tab-01.png) no-repeat center center;
  background-size: contain;
  transition: .3s all
}
@media only screen and (max-width:767px) {
  body .notice .news-tabs .nav-pills li a,
  body .notice .tabs .nav-pills li a {
    width: calc(223px * .6);
    height: calc(67px * .6)
  }
}
body .notice .news-tabs .nav-pills li:nth-child(2) a,
body .notice .tabs .nav-pills li:nth-child(2) a {
  background-image: url(../images/news-tab-02.png)
}
body .notice .news-tabs .nav-pills li:nth-child(3) a,
body .notice .tabs .nav-pills li:nth-child(3) a {
  background-image: url(../images/news-tab-03.png)
}
body .notice .news-tabs .nav-pills li:nth-child(4) a,
body .notice .tabs .nav-pills li:nth-child(4) a {
  background-image: url(../images/news-tab-04.png)
}
body .notice .news-tabs .nav-pills li.active:nth-child(2) a,
body .notice .news-tabs .nav-pills li:hover:nth-child(2) a,
body .notice .tabs .nav-pills li.active:nth-child(2) a,
body .notice .tabs .nav-pills li:hover:nth-child(2) a {
  background-image: url(../images/news-tab-02-hov.png)
}
body .notice .news-tabs .nav-pills li.active:nth-child(3) a,
body .notice .news-tabs .nav-pills li:hover:nth-child(3) a,
body .notice .tabs .nav-pills li.active:nth-child(3) a,
body .notice .tabs .nav-pills li:hover:nth-child(3) a {
  background-image: url(../images/news-tab-03-hov.png)
}
body .notice .news-tabs .nav-pills li.active:nth-child(4) a,
body .notice .news-tabs .nav-pills li:hover:nth-child(4) a,
body .notice .tabs .nav-pills li.active:nth-child(4) a,
body .notice .tabs .nav-pills li:hover:nth-child(4) a {
  background-image: url(../images/news-tab-04-hov.png)
}
body .notice .news-tabs .nav-pills li.active a,
body .notice .news-tabs .nav-pills li:hover a,
body .notice .tabs .nav-pills li.active a,
body .notice .tabs .nav-pills li:hover a {
  background-image: url(../images/news-tab-01-hov.png)
}
body .notice .tab-content .tab-pane ul li {
  margin-bottom: 12px
}
@media only screen and (max-width:767px) {
  body .notice .tab-content .tab-pane ul li {
    margin-bottom: 4px
  }
}
body .notice .tab-content .tab-pane ul li a {
  display: inline-block;
  width: calc(100% - 202px);
  margin-right: 1em;
  color: #312319;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
body .notice .tab-content .tab-pane ul li a:hover {
  text-decoration: underline
}
@media only screen and (max-width:767px) {
  body .notice .tab-content .tab-pane ul li a {
    width: calc(100% - 80px);
    margin-right: 0
  }
}
body .notice .pag {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%)
}
body .notice .pag nav {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0
}
body .notice .pag nav ul li.active a {
  color: #e02323
}
body .notice .pag nav ul li a {
  color: #fff;
  padding: 10px 16px;
  transition: .3s all;
  font-size: 24px;
  font-family: noto-serif-tc,serif;
  text-shadow: 0 2px 4px #000
}
body .notice .pag nav ul li a:hover {
  color: #e02323
}