/*-----------------------------
    GLOBE SETTING
-----------------------------*/

/*REGULER FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans+TC:wght@100;300;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/
:root {
  --maincolor: #fff000;
  --pinkal: #f3a49b;
  --dark: #333;
  --dust: #f4efe2;
}
* {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  font-size: 100%;
  color: var(--dark);
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
img {
  margin: 0;
  padding: 0;
}

ul,
ol:not(.detail) {
  list-style: none;
}

ul li,
ol:not(.detail) li {
  list-style: none;
}

p,
a,
span,
i {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s;
  line-height: inherit;
  font-weight: inherit;
}

p {
  font-size: 1.3rem;
  text-align: justify;
}
.fade-in-img {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
img {
  /* opacity: 0; */
  transition: opacity 1s ease-in;
}

img.loaded {
  opacity: 1;
}
.fade-in-img.loaded {
  opacity: 1;
}

a:focus,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

::selection {
  color: #000;
  background-color: #ffeb2b;
}
.x-bg {
  background-color: var(--maincolor);
}
.x-bg-block {
  /* background-image: url("../images/bg/wall_01.png"); */
  /* background-attachment: fixed; */
}
.sp-only {
  display: none !important;
}

.cover.bg-cover {
  display: block;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.cover-rectangle {
  padding-bottom: 58%;
}

.cover-square {
  padding-bottom: 100%;
}

.cover-rectangle-cloumn {
  padding-bottom: 150% !important;
}
/* set main colors */
.bg-main {
  background-color: var(--maincolor);
}
.bg-pinkal {
  background-color: var(--pinkal);
}
.bg-dust {
  background-color: var(--dust);
}

/* set main colors END*/
.text-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-section {
  padding: 80px 0;
}
.container-lg {
  max-width: inherit;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1680px;
  }
  .container-lg {
    max-width: 1500px;
  }

  .container-sm {
    max-width: 960px;
  }
  .home-section {
    padding: 150px 0;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
  .home-section {
    padding: 80px 0;
  }
}
/*------------------
    switchBox
------------------*/
.switchBox {
  display: flex;
  align-items: center;
}
.switchBox.reverse {
  flex-direction: row-reverse;
}
.switchBox.reverse .switchItem:last-of-type {
  padding-left: 0;
  padding-right: 50px;
}
.switchBox .switchItem {
  flex: 1 0 50%;
}
.switchBox .switchItem:last-of-type {
  padding-left: 50px;
}
.switchBox .switchItem:first-of-type {
  padding-left: 0px;
}
.switchBox.switch37 .switchItem:first-of-type {
  flex: 0 0 30%;
}

.switchBox.switch37 .switchItem:last-of-type {
  flex: 0 0 70%;
}
@media (max-width: 991px) {
  .switchBox {
    flex-wrap: wrap;
  }
  .switchBox .switchItem {
    flex: 0 0 100% !important;
  }
  .switchBox:not(.reverse) .switchItem:first-of-type {
    margin-bottom: 50px;
  }
  .switchBox .switchItem:not(.reverse):last-of-type {
    padding-left: 0;
  }
  .switchBox.sp-reverse .switchItem:first-of-type {
    order: 2;
    margin: 0;
  }
  .switchBox.sp-reverse .switchItem:last-of-type {
    margin: 0;
    margin-bottom: 50px;
  }
}
/*-------------------
    Home Setting
-------------------*/
.pageHeaderInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/*-------------------
    Header Nav
-------------------*/
.pageHeader {
  padding-top: 85px;
  height: 40dvh;
  background-color: var(--maincolor);
  display: flex;
  align-items: center;
}
.pageHeader h1 {
  font-weight: 600;
}
.pageHeader h1 span {
  font-size: 0.7em;
  display: block;
  margin-left: 4px;
}
.bgSabe {
  position: absolute;
  width: 20dvw;
  max-width: 300px;
  right: 5%;
  bottom: -50px;
}
.bgSabe .lefthand {
  top: 30%;
  right: 65%;
  display: block;
  width: 19%;
  z-index: 5;
  animation: shakeHandRight 1s linear 0.5s infinite;
  transform-origin: right bottom;
}
.bgSabe .righthand {
  width: 30%;
  top: 10%;
  left: -20%;
  animation: shakeHandRight 1s linear infinite;
  transform-origin: bottom right;
  transform: rotate(0deg);
}
.bgSabe img:not(.righthand):not(.lefthand) {
  position: relative;
  z-index: 3;
}
@keyframes shakeHandRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .pageHeader {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .pageHeaderInner {
    align-items: flex-start;
  }
  .pageHeader p.pageDesc {
    font-size: 1em;
    max-width: 60%;
  }
  .bgSabe {
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
  }
}

#Header {
  display: flex;
  width: 100%;
  padding: 0px 30px;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 85px;
  z-index: 10;
}

#Header a.brand {
  margin-right: auto;
  z-index: 11;
}

#Header a.brand img {
  max-width: 100%;
  width: 100%;
}

#Header:not(.onRolling) a.brand img.soild {
  display: none;
}

#Header.onRolling a.brand img.white {
  display: none;
}

.actlogin {
  margin-right: 15px;
  z-index: 5;
}

.actlogin > a {
  border: 1px solid rgb(100, 149, 237);
  background-color: rgb(255, 255, 255);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  border-radius: 28px;
  letter-spacing: 2px;
  font-weight: 600;
}

.actlogin > a > i {
  margin-right: 5px;
}

.nav-wrap {
  position: fixed;
  right: -100%;
  opacity: 0;
  top: 0px;
  height: 100vh;
  width: calc(100% - 80px);
  background-color: rgb(0, 143, 215);
  z-index: 2;
  transition: all 0.3s linear;
  max-width: 680px;
  box-shadow: rgba(0, 0, 0, 0.2) -5px 0px 15px;
}

.nav-wrap.show {
  right: 0px;
  opacity: 1;
}

.nav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 30px 30px;
}

.nav-container .nav-head {
  height: 20%;
}

.nav-container .nav-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-container .nav-body ul.nav-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-container .nav-body ul.nav-bar > li {
  width: 70%;
  max-width: 320px;
}

.nav-container .nav-body ul.nav-bar > li:not(:last-of-type) {
  margin-bottom: 15px;
}

.nav-container .nav-body ul.nav-bar > li > a.navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  background-color: #e5e82b;
  padding: 15px;
  color: #333;
  border-radius: 36px;
  border: 4px solid #333;
  box-shadow: rgba(0, 0, 0, 0.3) -10px 10px 0px;
}

.partnerList {
  display: flex;
  flex-wrap: wrap;
}

.partnerList .pnr {
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 0 10px 10px;
}

#Header.onRolling a.brand {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#Header.onRolling a.brand img {
  max-width: 160px;
}
.mn-navbar > li > a > i {
  margin-right: 8px;
  color: rgb(136, 136, 136);
}

.mn-navbar > li > a:hover {
  background-color: rgb(238, 238, 238);
}
#SideMenu.mn_hamburger {
  display: flex;
  border-radius: 100%;
  background-color: rgb(0, 143, 215);
  border-color: transparent;
  padding: 25px;
  position: relative;
  top: 0px;
  right: 0px;
  transform: inherit;
  z-index: 5;
  outline: none;
}

#SideMenu.mn_hamburger > span {
  width: calc(100% - 20px);
  background-color: rgb(255, 255, 255);
}

#SideMenu.mn_hamburger > span::before,
#SideMenu.mn_hamburger > span::after {
  background-color: rgb(255, 255, 255);
  height: 2px;
}

#SideMenu.mn_hamburger.show {
  background-color: rgb(255, 255, 255);
}

#SideMenu.mn_hamburger.show > span::before,
#SideMenu.mn_hamburger.show > span::after {
  background-color: rgb(0, 143, 215);
}
.mn_hamburger {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 2px solid rgb(238, 238, 238);
  position: fixed;
  top: 12px;
  right: 20px;
  display: none;
}

.mn_hamburger > span {
  position: absolute;
  display: block;
  height: 2px;
  background-color: rgb(136, 136, 136);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  transition: all 0.3s ease 0s;
}

.mn_hamburger > span::before,
.mn_hamburger > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0px;
  background-color: rgb(136, 136, 136);
  transition: all 0.3s ease 0s;
}

.mn_hamburger > span::before {
  top: -8px;
}

.mn_hamburger > span::after {
  bottom: -8px;
}

.mn_hamburger.show > span {
  background-color: transparent !important;
}

.mn_hamburger.show > span::before,
.mn_hamburger.show > span::after {
  top: 50%;
  bottom: inherit;
}

.mn_hamburger.show > span::before {
  transform: rotate(45deg);
}

.mn_hamburger.show > span::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .nav-container .nav-body ul.nav-bar > li > a.navLink:hover {
    background-color: #ffe500;
    box-shadow: rgba(0, 0, 0, 0.3) -12px 12px 0px;
  }
}

@media (max-width: 767px) {
  #Header {
    padding: 0px 15px;
  }

  .actlogin > a {
    padding: 0px;
    width: 53.2px;
    height: 53.2px;
    justify-content: center;
    position: relative;
  }

  .actlogin > a > span {
    display: none;
  }

  .actlogin > a > i {
    margin-top: -2px;
    margin-right: -4px;
    font-size: 1.3em;
  }

  .nav-wrap {
    width: 100%;
  }

  .nav-container .nav-body ul.nav-bar > li > a.navLink {
    font-size: 1.2em;

    padding: 10px;
  }

  .partnerList {
    justify-content: center;
  }

  .partnerList .pnr {
    flex: 0 0 200px;
    margin: 0;
  }
}
/*-------------------
    KVstage
-------------------*/
/*-------------------
    Filter
-------------------*/
#Filter {
  border: 4px solid #000;
  display: flex;
  padding: 40px 40px 20px;
  border-radius: 0;
  margin-top: -50px;
  background-color: #fff;
  border-bottom: none;
}
.filterBox {
  width: 100%;
}
.filterBox h3 {
  color: #000;
  font-size: 1.6em;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.filterItem {
  display: flex;
  align-items: flex-start;
}
.filterTags.filterAll {
  display: flex;
  flex: 0 0 120px;
}
.filterTags .filterTag {
  position: relative;
  color: #000;
  padding: 6px 24px;
  margin-bottom: 8px;
  font-size: 12pt;
}
.filterTags .filterTag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #000;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}
.filterTags .filterTag > span {
  position: relative;
}
.filterTags .filterTag.active:before {
  background-color: var(--maincolor);
  border-color: transparent;
}
.filterTags .filterTag.active > span {
  color: #333;
}
.filterTags .filterTag:not(.active):hover:before {
  transform: scale(1.05);
}
.filterTags {
  display: flex;
  flex-wrap: wrap;
}
.filterTags .filterTag:not(:last-of-type) {
  margin-right: 6px;
}
.filterInner:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
/*---colorReverse*/
.filterTags.colorReverse .filterTag {
  color: #333;
}
.filterTags.colorReverse .filterTag:before {
  border-color: #333;
}
@media (max-width: 767px) {
  .filterTags .filterTag {
    padding: 4px 11px;
  }
  #Filter {
    padding: 20px 10px;
    margin-top: -120px;
  }
  .filterTags .filterTag {
    font-size: 9pt;
  }
}

/*------storeListing-------*/
.storeListing {
  display: flex;
  flex-wrap: wrap;
}
.storeListing .stItem {
  flex: 0 0 calc(100% / 4 - 20px);
  margin: 0 10px 20px;
}
.storeListing .stItem .stWrap {
  padding: 24px;
  border: 3px solid #000;
  border-radius: 12px;
  height: 100%;
}
.storeListing:not(.list-view) .stItem .stWrap .stContent h3 {
  display: none;
}
.storeListing .stItem .stWrap .stCover {
  position: relative;
  margin-bottom: 10px;
}
.storeListing .stItem .stWrap .stCover .title {
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  bottom: -5px;
  left: -5px;
  padding: 4px 8px 0 0;
}
.storeListing .stItem .stWrap .stCover .title h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.storeListing .stItem .stWrap .stContent p {
  font-size: 1em;
}
.storeListing.list-view {
  margin: 0 auto;
}
.storeListing.list-view .stItem {
  flex: 0 0 calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}
.storeListing.list-view .stItem .stWrap {
  display: flex;
  /* border: none; */
  padding: 16px;
}
.storeListing.list-view .stItem .stWrap .stCover {
  flex: 0 0 180px;
  padding-bottom: 180px;
}
.storeListing.list-view .stItem .stWrap .stCover .title {
  display: none;
}
.storeListing.list-view .stItem .stWrap .stContent {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.storeListing.list-view .stItem .stWrap .stContent .title .stTitle {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.storeListing.list-view ul.taglist {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .storeListing .stItem {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
@media (max-width: 991px) {
  .storeListing .stItem {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media (max-width: 767px) {
  .storeListing .stItem {
    flex: 0 0 100%;
    margin: 0 0 20px;
  }
  .storeListing.list-view .stItem {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .storeListing.list-view .stItem .stWrap {
    align-items: flex-start;
    position: relative;
    padding-bottom: 90px;
  }
  .storeListing.list-view .stItem .stWrap .stCover {
    flex: 0 0 80px;
    padding-bottom: 80px;
  }
  .storeListing.list-view .stItem .stWrap .stContent {
    padding-left: 10px;
  }
  .storeListing.list-view .stItem .stWrap .stContent .title .stTitle {
    font-size: 12pt;
    margin-bottom: 5px;
  }
  .storeListing.list-view ul.taglist {
    position: absolute;
    left: 15px;
    top: 110px;
  }
}
@media (max-width: 476px) {
  .storeListing.list-view .stItem .stWrap {
    padding-bottom: 80px;
  }
}
ul.add {
  margin-bottom: 10px;
}
ul.add a:hover {
  color: #2196f3;
}
ul.taglist {
  display: flex;
  flex-wrap: wrap;
}
ul.taglist li.tagItem {
  padding: 2px 8px;
  border-radius: 6px;
  margin-bottom: 5px;
}
ul.taglist li.tagItem:not(:last-of-type) {
  margin-right: 10px;
}
ul.taglist li.tagItem > span {
  color: #fff;
}
ul.taglist li.tagItem.cateType1 {
  background-color: #fab705;
}
ul.taglist li.tagItem.cateType2 {
  background-color: #74b4d6;
}
ul.taglist li.tagItem.cateType3 {
  background-color: #dab96a;
}
ul.taglist li.tagItem.cateType4 {
  background-color: #e3722f;
}
ul.taglist li.tagItem.cateType5 {
  background-color: #8cc527;
}
ul.taglist li.tagItem.cateType6 {
  background-color: #f0537d;
}
@media (max-width: 767px) {
  ul.taglist li.tagItem span {
    font-size: 0.8em;
  }
  .storeListing .stItem .stWrap {
    padding: 10px 15px;
  }
}
/*--------------------
    gird-switch
----------------------*/
.gird-switch {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 15px;
}

.gird-switch .item a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gird-switch:not(.list-view) .item:last-child,
.gird-switch.list-view .item:first-child {
  background-color: #000;
  color: #fdd000;
}

@media (max-width: 991px) {
  .gird-switch {
    padding-right: 0px;
  }
}

/*-----------------------------
            footer
-----------------------------*/
footer {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}

.ft-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ft-wrap .ft-item {
  flex: 1 1 calc(100% / 4 - 20px);
  margin: 0 10px 30px;
}

.ft-wrap .ft-item:not(.ft-info) {
}

.ft-wrap .ft-item.ft-info {
  flex: 1 1 35%;
}

.ft-wrap .ft-item > h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
}

.ft-wrap .ft-item > ul {
}

.ft-wrap .ft-item > ul > li {
}

.ft-wrap .ft-item > ul > li > a {
  font-size: 1.2em;
  color: #000;
  padding-bottom: 5px;
  display: inline-block;
  /* text-shadow: 0px 0px 5px rgba(0 0 0/0.5); */
}

.ft-wrap .ft-item > ul.photo {
  display: flex;
  flex-wrap: wrap;
}

.ft-wrap .ft-item > ul.photo > li {
  flex: 0 0 calc(100% / 5 - 10px);
}

.ft-wrap .ft-item > ul.photo > li:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ft-wrap .ft-item > ul.photo > li > img {
}

@media (max-width: 767px) {
  .ft-wrap {
    margin-bottom: 30px;
  }

  .ft-wrap .ft-item {
    flex: 1 1 100%;
    margin: 0 0 30px;
    text-align: center;
  }

  .ft-wrap .ft-item.ft-info {
    flex: 0 0 100%;
    margin-top: 50px;
  }

  footer {
    padding-top: 50px;
  }

  .ft-wrap .ft-item > h4 {
    font-size: 1.2em;
  }

  .ft-wrap .ft-item > ul > li > a {
    font-size: 1em;
    padding-bottom: 0;
  }
}

dl.description {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 260px;
}

dl.description > dd {
  flex: 0 0 calc(100% - 80px);
  margin-bottom: 0;
}

dl.description > dt {
  flex: 0 1 80px;
}

footer dl.description > dt,
footer dl.description > dd {
  color: #000;
  font-weight: 300;
}

.info_wrap .logo {
  display: block;
  max-width: 160px;
}

.info_wrap p {
  color: #fff;
  font-size: 1em;
  text-align: justify;
}

.info_wrap > *:not(:last-child) {
  margin-bottom: 10px;
}

.copyright {
  padding: 15px 0;
  background-color: rgb(13 116 163);
  position: relative;
  z-index: 5;
}

.copyright > p {
  font-size: 0.8em;
  text-align: center;
  color: rgb(255 255 255 / 0.5);
}

.ft-mainlogo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.ft-mainlogo .ft-logo {
  flex: 0 1 400px;
  display: block;
}

@media (max-width: 767px) {
  .ft-mainlogo {
    display: block;
  }

  .ft-logo {
    margin-bottom: 30px;
  }

  dl.description {
    flex: inherit;
  }
}
/*-----------------------
    table flex
-----------------------*/
.table-flex {
  max-width: 1200px;
  margin: 0 auto;
}

.table-flex .tflex .tf_wrap {
  display: flex;
  justify-content: center;
}

.table-flex .tflex .tf_wrap > * {
  padding: 10px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.table-flex .tflex .tf_wrap .tf_num {
  flex: 0 0 30px;
}

.table-flex .tflex .tf_wrap .tf_township {
  flex: 0 0 100px;
}

.table-flex .tflex .tf_wrap .tf_name {
  flex: 0 0 150px;
}

.table-flex .tflex .tf_wrap .tf_address {
  flex: 0 0 260px;
}

.table-flex .tflex .tf_wrap .tf_hours {
  flex: 0 0 200px;
}

.table-flex .tflex .tf_wrap .tf_introl {
  flex: 0 0 200px;
}

.table-flex .tflex .tf_wrap .tf_typeclass {
  flex: 0 0 120px;
}

.table-flex .tflex .tf_wrap:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table-flex .tflex .tf_wrap:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.table-flex .tflex.tfhead .tf_wrap {
  background-color: #088cc8;
  color: #fff;
  font-weight: 600;
}

.table-flex.noSmoking .tflex .tf_wrap .tf_name {
  flex: 0 0 300px;
}
.table-flex.noSmoking .tflex .tf_wrap .tf_date {
  flex: 0 0 140px;
}

@media (max-width: 991px) {
  .table-flex .tflex.tfhead {
    display: none;
  }

  .table-flex .tflex .tf_wrap {
    flex-direction: column;
    padding: 10px;
  }

  .table-flex .tflex.tfbody .tf_wrap > *,
  .table-flex.noSmoking .tflex .tf_wrap .tf_date,
  .table-flex.noSmoking .tflex .tf_wrap .tf_name {
    flex: inherit;
    font-size: 1.1em;
    padding: 0;
  }

  .table-flex .tflex .tf_wrap .tf_num,
  .table-flex .tflex .tf_wrap .tf_township {
    display: none;
  }

  .table-flex .tflex .tf_wrap .tf_name {
    font-weight: 600;
    font-size: 1.3em;
  }
}
.callto {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}

.callto > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 185, 0);
  color: rgb(255, 255, 255);
  font-weight: 600;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: relative;
}

.callto > a:hover {
  background-color: rgb(3, 157, 3);
}

.callto > a > span.plusing {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(255, 255, 255);
  width: 22px;
  height: 22px;
  color: rgb(0, 185, 0);
  display: flex;
  place-content: center;
  border-radius: 100%;
  display: none;
}

.callto > a > span.plusing > i {
  line-height: 24px;
  font-size: 1.4em;
}

@media (max-width: 767px) {
  .callto > a {
    width: 40px;
    height: 40px;
    font-size: 0.8em;
  }

  .callto > a > span.plusing {
    display: none;
  }
}

/*------------------------
 Custom box
------------------------*/
.CommentBox {
  max-width: 767px;
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 0.3);
  overflow-y: scroll;
}

.CommentBox .commentbox-wrap {
  position: relative;
  padding: 50px;
}

.CommentBox button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.CommentBox button.close i {
  font-size: 20px;
}
.event-section h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}
.event-section h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 10px;
}
.event-section h3 {
  font-size: 1em;
  margin-bottom: 5px;
}
.event-section p {
  font-size: 1em;
  padding-left: 30px;
}
.event-section .table-responsive {
  margin: 20px 0;
}
.event-section ul,
.event-section ol {
  padding-left: 30px;
}
@media (max-width: 576px) {
  .CommentBox .commentbox-wrap {
    padding: 20px;
  }

  .CommentBox {
    max-width: calc(100% - 20px);
  }
  .event-section h1 {
    font-size: 1.2em;
  }
  .event-section h2 {
    font-size: 1em;
  }
}
.footerWrap {
  display: flex;
  justify-content: flex-end;
}
.footerWrap a.brand {
  flex: 0 0 250px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.footerWrap a.brand img {
  width: 100%;
  max-width: 100%;
}

.cateList {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.cateList .cateItem:not(:last-of-type) {
  margin-right: 15px;
}
.cateList .cateItem {
  margin-bottom: 10px;
}
.cateList .cateItem .cateLink {
  display: block;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 1.2em;
  font-weight: 600;
}
.cateList .cateItem .cateLink:hover,
.cateList .cateItem .cateLink.active {
  background-color: var(--maincolor);
  color: #000;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cateList .cateItem .cateLink {
    padding: 8px 16px;
  }
  .cateList .cateItem:not(:last-of-type) {
    margin-right: 5px;
  }
}

/*-----------------
  flex-table
-----------------*/

@media (max-width: 767px) {
  table.flex-table,
  table.flex-table thead,
  table.flex-table tbody,
  table.flex-table th,
  table.flex-table td,
  table.flex-table tr {
    display: block;
  }
  table.flex-table thead {
    display: none;
  }
  table.flex-table {
    border: none;
  }
  table.flex-table td {
    position: relative;
    padding-left: 80px;
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  table.flex-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
  table.flex-table tr {
    margin-bottom: 30px;
    border: 1px solid #000;
  }
}
@media (max-width:576px){
  table.flex-table td{
    font-size:.9em;
  }
}

.article-content h2{
  margin:20px 0;
}
.article-content ol{
  padding-left:30px;
  margin-bottom:30px;
}
.article-content ol li{
  font-size:1.2em;;
}