@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * BUDDHISM
 * DEEDS
 * SUPPORT
 * ASSOCIATION
 * SEARCH
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

html {
  scroll-padding-top: 120px;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 200px;
  }
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 80px;
}

@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus,
a.current {
  color: #efc165;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
  padding: 0 40px;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  padding: 0;
}

#scrollUp {
  right: 10px;
  bottom: 15px;
  z-index: 1000 !important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  border-top: 8px solid #efc165;
  background-color: #ffffff;
}

.header * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar {
  height: 72px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .navbar {
    height: 112px;
  }

  .navbar.active {
    height: 92px;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1010;
}

.navbar-brand * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand img {
  width: 50px;
}

@media (min-width: 992px) {
  .navbar-brand {
    top: 5px;
  }

  .navbar-brand img {
    width: auto;
  }

  .navbar-brand.active img {
    width: 70px;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #000000;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar-collapse.open {
    visibility: visible;
  }
}

.navbar-nav {
  width: auto;
  position: relative;
  top: 0;
  right: 0;
}

.navbar-nav.open {
  right: 0;
  visibility: visible;
}

@media (min-width: 992px) {
  .navbar-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .navbar-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 215px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    background-color: #ffffff;
    padding: 1.5rem;
    width: 80%;
    position: fixed;
    top: 80px;
    right: -100%;
    bottom: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.navbar-nav .nav-item {
  margin: 0.5rem 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin: 0 1.25rem;
  }

  .navbar-nav .nav-item:first-child .nav-link::before {
    display: none;
  }
}

@media (min-width: 1366px) {
  .navbar-nav .nav-item {
    margin: 0 2.75rem;
  }
}

.navbar-nav .nav-link {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding: 0 !important;
  max-width: 300px;
}

.navbar-nav .nav-link span {
  display: block;
  color: #595959;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.current {
  color: #efc165;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
    height: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .navbar-nav .nav-link::before {
    content: '';
    background-color: #d4d4d4;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1rem;
  }

  .navbar-nav .nav-link.active {
    height: 92px;
  }
}

@media (min-width: 1366px) {
  .navbar-nav .nav-link::before {
    left: -2.75rem;
  }
}

.navbar-nav .nav-fb {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .navbar-nav .nav-fb {
    margin-top: 0;
  }
}

@media (min-width: 1366px) {
  .navbar-nav .nav-fb {
    margin-left: 1.5rem;
  }
}

.navbar-nav .nav-fb a {
  background-color: #efc165;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.05rem;
  max-width: 300px;
  width: 100%;
  height: 35px;
}

.navbar-nav .nav-fb a svg {
  margin-right: 0.5rem;
}

.navbar-nav .nav-fb a:hover,
.navbar-nav .nav-fb a:focus {
  background-color: #000000;
}

@media (min-width: 992px) {
  .navbar-nav .nav-fb a {
    width: 100px;
  }
}

.navbar-nav .nav-search a {
  background-color: #b5b5b5;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.05rem;
  max-width: 300px;
  width: 100%;
  height: 35px;
  display: none;
}

.navbar-nav .nav-search a::after {
  display: none;
}

.navbar-nav .nav-search a i {
  margin-right: 0.5rem;
}

.navbar-nav .nav-search a.active {
  height: 35px;
}

.navbar-nav .nav-search a:hover,
.navbar-nav .nav-search a:focus {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-nav .nav-search a {
    display: block;
    width: 100px;
  }

  .navbar-nav .nav-search a::before {
    display: none;
  }
}

.navbar-nav .nav-search .form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav .nav-search .form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 0 0 0.5rem;
  width: 100%;
  height: auto;
}

.navbar-nav .nav-search .form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-nav .nav-search .form .btn {
  border-radius: 0;
  color: #000000;
  padding: 0;
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .navbar-nav .nav-search .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown {
    position: static;
    z-index: 10;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    top: 200%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu,
  .navbar-nav .dropdown.show>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-toggle {
    position: relative;
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border-color: #efc165;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  max-width: 300px;
  width: 100%;
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    border: none;
    left: 0;
    padding: 2.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-nav .dropdown .dropdown-menu li {
    padding: 0.25rem 1rem;
  }
}

@media (min-width: 1366px) {
  .navbar-nav .dropdown .dropdown-menu {
    padding: 1rem 2.5rem;
    padding-left: 235px;
    min-height: 85px;
  }

  .navbar-nav .dropdown .dropdown-menu.active {
    padding-left: 235px;
    min-height: 62px;
  }
}

.navbar-nav .dropdown .dropdown-menu .nav {
  padding: 0.75rem 1rem 0;
}

.navbar-nav .dropdown .dropdown-menu .nav li {
  margin-bottom: 0.5rem;
}

.navbar-nav .dropdown .dropdown-menu .nav li a {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu .nav {
    display: none;
  }
}

.navbar-nav .dropdown .dropdown-item {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  min-width: 170px;
  padding: 0.5rem 1rem;
  position: relative;
}

.navbar-nav .dropdown .dropdown-item::before {
  content: '';
  background-color: #efc165;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item:focus,
.navbar-nav .dropdown .dropdown-item.current {
  background-color: transparent;
  color: #efc165;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-item {
    padding: 0.5rem 1.5rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  background-image: url(../images/bg.jpg);
}

.banner .container {
  position: relative;
  padding: 0;
}

@media (min-width: 1366px) {
  .banner .container {
    max-width: 1870px;
  }
}

.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 320px;
  }
}

.banner-txt {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.banner-txt h1 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

.banner-txt h1 span {
  color: #ffffff;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-top: 0.75rem;
  display: none;
}

.banner-txt h1.white {
  color: #ffffff;
}

.banner-txt h1.black {
  color: #000000;
}

.banner-txt h1.black span {
  color: #000000;
}

@media (min-width: 992px) {
  .banner-txt h1 {
    font-size: 3.125rem;
    letter-spacing: 0.6rem;
  }

  .banner-txt h1 span {
    font-size: 1.3125rem;
    letter-spacing: 0.25rem;
  }
}

@media (min-width: 992px) {
  .banner-secondary .banner-pic {
    height: 360px;
  }

  .banner-secondary .banner-txt {
    margin-top: -1rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #efc165;
  color: #000000;
  padding: 4.5rem 0 2rem;
}

.footer a {
  color: #000000;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

.footer-logo {
  text-align: center;
}

@media (min-width: 1366px) {
  .footer-logo {
    text-align: right;
  }
}

.footer-nav {
  display: none;
}

.footer-nav h2 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 0.75rem;
}

.footer-nav a {
  letter-spacing: 0.125rem;
}

.footer-nav .nav {
  width: 25%;
}

.footer-nav .nav li {
  margin-bottom: 0.25rem;
}

.footer-nav .nav li a {
  color: #333333;
}

@media (min-width: 992px) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1366px) {
  .footer-nav {
    padding-left: 4rem !important;
  }
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .footer-link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
}

.footer-link .facebook {
  text-align: center;
}

.footer-link .facebook a {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.05rem;
  max-width: 300px;
  width: 100px;
  height: 35px;
}

.footer-link .facebook a svg {
  margin-right: 0.5rem;
}

.footer-link .facebook a:hover,
.footer-link .facebook a:focus {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer-link .facebook {
    text-align: left;
  }
}

.footer-link .text {
  margin-bottom: 2rem;
}

.footer-link .text h2 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.footer-link .text ul li {
  color: #000000;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link .text ul li span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .footer-link .text h2 {
    text-align: left;
  }
}

.footer-info {
  border-top: 1px solid #000000;
  color: #000000;
  padding-top: 1.25rem;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.footer-info .nav li {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  margin: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-info .nav li span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-info .copy {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }

  .footer-info .copy {
    text-align: left;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background-color: #ffffff;
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}

@media (min-width: 992px) {
  main {
    padding: 6rem 0 4rem;
  }
}

main::after {
  content: '';
  background-image: url(../images/bg-bird.jpg);
  width: 520px;
  height: 215px;
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 2;
  mix-blend-mode: multiply;
}

main .container {
  position: relative;
  z-index: 3;
}

/* MENU */
.menu {
  position: relative;
  z-index: 1000;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .menu {
    background-color: rgba(255, 255, 255, 0.8);
    top: -100px;
    margin-bottom: -100px;
  }
}

.menu>[class*=col-] {
  height: 30px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.menu>[class*=col-]::after {
  content: '';
  background-color: #000000;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: none;
}

.menu>[class*=col-]:last-child::after {
  display: none;
}

.menu>[class*=col-].active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 992px) {
  .menu>[class*=col-] {
    height: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu>[class*=col-]::after {
    display: block;
  }
}

.menu a {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  overflow: hidden;
  display: none;
}

.menu a::after {
  content: '';
  background-color: #efc165;
  height: 1px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu a:hover,
.menu a:focus,
.menu a.active {
  border-color: #efc165;
}

.menu a:hover::after,
.menu a:focus::after,
.menu a.active::after {
  left: 0;
  right: 0.5rem;
}

.menu a.active {
  display: block;
}

@media (min-width: 992px) {
  .menu a {
    display: block;
    text-align: left;
  }
}

/* PICTURE */
.pic a {
  background-color: #000000;
  text-align: center;
  overflow: hidden;
  display: block;
  position: relative;
}

.pic a::before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(../images/more.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a:hover img,
.pic a:focus img {
  opacity: 0.5;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 2rem;
}

.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  padding: 0 1rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    padding: 0 1rem;
  }
}

.pagination .page-link {
  border: 1px solid #efc165;
  background-color: transparent;
  color: #efc165;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0;
}

.pagination .page-link span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #efc165;
  color: #ffffff;
}

@media (min-width: 768px) {
  .pagination .page-link {
    font-size: 1.125rem;
  }
}

.pagination .page-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-arrow span {
  font-size: 1rem;
  text-transform: uppercase;
  display: none;
}

.pagination .page-arrow i {
  font-size: 2rem;
  font-weight: 100;
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .pagination .page-arrow span {
    display: inline-block;
  }
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .btn-wrap {
    margin-top: 4rem;
  }
}

.back-wrap {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .back-wrap {
    padding-top: 3rem;
  }
}

.btn-back {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.6rem;
  line-height: 50px;
  width: 170px;
  height: 50px;
  position: relative;
}

.btn-back::before {
  content: '';
  background-color: #000000;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
}

.btn-back::after {
  content: '';
  background-color: #000000;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.btn-back:hover,
.btn-back:focus {
  border-color: #efc165;
  color: #efc165;
}

.btn-back:hover::before,
.btn-back:hover::after,
.btn-back:focus::before,
.btn-back:focus::after {
  background-color: #efc165;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .about .container {
    max-width: 1200px;
  }
}

/* ABOUT PURPOSE */
.about-purpose {
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .about-purpose:nth-last-child(0n+2) {
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    margin-bottom: 4.5rem;
  }
}

.about-purpose .title {
  text-align: center;
  position: relative;
}

.about-purpose .title::before,
.about-purpose .title::after {
  content: '';
  background-color: #000000;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.about-purpose .title::before {
  top: 45%;
}

.about-purpose .title::after {
  top: 55%;
}

.about-purpose .title h2 {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .about-purpose .title h2 {
    font-size: 1.75rem;
    letter-spacing: 0.55rem;
    padding: 1rem 3.5rem;
    min-width: 370px;
  }
}

.about-purpose .text {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  max-width: 100%;
  margin: 1rem 0 2rem;
}

.about-purpose .text span {
  display: block;
  /* border-bottom: 1px solid #000000; */
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .about-purpose .text {
    font-size: 1.5rem;
    max-width: 620px;
    margin: 2rem auto 3rem;
  }
}

/* ABOUT TEXT */
.about-text {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.about-text p {
  /* text-indent: 2.25em; */
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1.125rem;
    line-height: 2;
  }

  .about-text p {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .about-text {
    padding: 0 2rem;
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding: 0 4rem;
  }
}

/* ABOUT TRANSPORTATION */
.about-transportation .title {
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
}

.about-transportation .title::before,
.about-transportation .title::after {
  content: '';
  background-color: #000000;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.about-transportation .title::before {
  top: 45%;
}

.about-transportation .title::after {
  top: 55%;
}

.about-transportation .title h2 {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .about-transportation .title h2 {
    font-size: 1.375rem;
    letter-spacing: 0.55rem;
    padding: 1rem 3.5rem;
    min-width: 370px;
  }
}

.about-transportation .item {
  border-bottom: 1px solid #000000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .about-transportation .item {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .about-transportation .item {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.about-transportation .item .txt ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem;
}

.about-transportation .item .txt ul li {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}

.about-transportation .item .txt ul li span {
  display: block;
  margin-right: 0.75rem;
}

.about-transportation .item .txt ul li a {
  color: #efc165;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: normal;
  margin-left: 0.5rem;
}

.about-transportation .item .txt ul li a:hover,
.about-transportation .item .txt ul li a:focus {
  color: #000000;
}

.about-transportation .item .txt p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .about-transportation .item .txt ul li {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }

  .about-transportation .item .txt p {
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .about-transportation .item .txt ul li span {
    display: inline-block;
  }
}

.about-transportation .item .pic {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .about-transportation .item .pic {
    margin-top: 0;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .news {
    padding: 0 0 4rem;
  }
}


/* NEWS LIST */
.news-list .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .news-list .container {
    max-width: 1210px;
  }
}

.news-list-group {
  margin: 0 -0.5rem;
}

@media (min-width: 992px) {
  .news-list-group {
    padding-top: 6rem;
    margin: 0 -1rem;
  }
}

@media (min-width: 1366px) {
  .news-list-group {
    margin: 0 -1.25rem;
  }
}

.news-list-item {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .news-list-item {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1366px) {
  .news-list-item {
    padding: 0 1.25rem;
  }
}

.news-list-txt {
  padding: 1.25rem 1rem;
}

.news-list-txt h3 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  /* height: 55px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

@media (min-width: 992px) {
  .news-list-txt h3 {
    font-size: 1.5rem;
  }
}

.news-list-txt p {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
  margin-bottom: 0;
  display: none;
}

.news-list-txt p span {
  position: relative;
  padding-right: 0.5rem;
  margin-right: 1rem;
}

.news-list-txt p span::after {
  content: '';
  background-color: #666666;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

/* NEWS VIEW */
.news-view-content {
  position: relative;
}

@media (min-width: 992px) {
  .news-view-content {
    padding-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .news-view-content {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.news-view-date .date {
  border: 1px solid #efc165;
  width: 130px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.news-view-date .date::before {
  content: '';
  border: 1px solid #efc165;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.news-view-date .date span {
  display: block;
}

.news-view-date .date span:first-child {
  font-size: 0.9375rem;
}

.news-view-date .date span:last-child {
  border-top: 1px solid #efc165;
  color: #000000;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .news-view-date .date {
    height: 130px;
    margin-bottom: 0;
  }
}

.news-view-text {
  padding-left: 0;
}

@media (min-width: 992px) {
  .news-view-text {
    padding-left: 0;
  }
}

/* .news-view-text .title {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.25rem;
  margin-bottom: 3rem;
} */

.news-view-text .title h2 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.25rem;
}

.news-view-text .title span {
  color: #000000;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .news-view-text .title h2 {
    font-size: 1.75rem;
    letter-spacing: 0.35rem;
  }
}

.news-view-text .text {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .news-view-text .text {
    font-size: 1.125rem;
    line-height: 2;
  }
}

/*------------------------------------*\
    BUDDHISM
\*------------------------------------*/
/* BUDDHISM LIST */
.buddhism-list .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .buddhism-list .container {
    max-width: 1210px;
  }
}

.buddhism-list-group {
  margin: 0 -0.5rem;
}

@media (min-width: 992px) {
  .buddhism-list-group {
    margin: 0 -1rem;
  }
}

@media (min-width: 1200px) {
  .buddhism-list-group {
    margin: 0 -1.25rem;
  }
}

.buddhism-list-item {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .buddhism-list-item {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .buddhism-list-item {
    padding: 0 1.25rem;
  }
}

.buddhism-list-txt {
  padding: 1.25rem 1rem;
}

.buddhism-list-txt h3 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .buddhism-list-txt h3 {
    font-size: 1.5rem;
  }
}

/* BUDDHISM VIEW */
.buddhism-view .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .buddhism-view .container {
    max-width: 1050px;
  }
}

.buddhism-view-title {
  margin-bottom: 2rem;
}

.buddhism-view-title h2 {
  display: inline-block;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .buddhism-view-title h2 {
    font-size: 1.75rem;
    letter-spacing: 0.35rem;
  }
}

.buddhism-view-title.gods {
  border: 1px solid #000000;
  text-align: center;
  padding: 2.25rem;
  position: relative;
}

.buddhism-view-title.gods::before {
  content: '';
  border: 1px solid #000000;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

@media (min-width: 992px) {
  .buddhism-view-title.gods {
    margin-bottom: 4rem;
  }
}

.buddhism-view-title.gods h2 {
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.buddhism-view-title.gods h2::after {
  content: '';
  background-color: #efc165;
  width: auto;
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.buddhism-view-title.gods h2 span::before {
  content: '【';
}

.buddhism-view-title.gods h2 span::after {
  content: '】';
}

@media (min-width: 576px) {
  .buddhism-view-title.gods h2::after {
    left: 20px;
    right: 20px;
  }
}

.buddhism-view-title.course {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .buddhism-view-title.course {
    margin-bottom: 3.25rem;
  }
}

.buddhism-view-text .text {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .buddhism-view-text .text {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.buddhism-view-text .pic {
  text-align: center;
  margin-top: 3rem;
}

.buddhism-view-text .pic img {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .buddhism-view-text .pic {
    margin-top: 0;
  }
}

.buddhism-view-text .saying {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  line-height: 1.8;
  padding: 2rem 1rem;
  margin-bottom: 2.5rem;
}

.buddhism-view-text .saying span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.25rem;
  display: block;
}

@media (min-width: 576px) {
  .buddhism-view-text .saying {
    font-size: 1.5rem;
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .buddhism-view-text .saying {
    padding: 2.5rem 3.5rem;
  }
}

.buddhism-view-text.gods {
  padding: 0;
}

@media (min-width: 992px) {
  .buddhism-view-text.gods {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .buddhism-view-text.gods .text {
    padding-right: 4rem;
  }

  .buddhism-view-text.gods .pic {
    padding-left: 0;
  }
}

/*------------------------------------*\
    DEEDS
\*------------------------------------*/
/* DEEDS LIST */
.deeds-list .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .deeds-list .container {
    max-width: 1210px;
  }
}

.deeds-list-group {
  margin: 0 -0.5rem;
}

@media (min-width: 992px) {
  .deeds-list-group {
    margin: 0 -1rem;
  }
}

@media (min-width: 1200px) {
  .deeds-list-group {
    margin: 0 -1.25rem;
  }
}

.deeds-list-item {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .deeds-list-item {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .deeds-list-item {
    padding: 0 1.25rem;
  }
}

.deeds-list-txt {
  text-align: center;
  padding: 1.25rem 1rem;
}

.deeds-list-txt h3 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .deeds-list-txt h3 {
    font-size: 1.5rem;
  }
}

.deeds-list-txt span {
  color: #efc165;
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 992px) {
  .deeds-list-txt span {
    font-size: 1.125rem;
  }
}

/* DEEDS VIEW */
.deeds-view .back-wrap {
  border-top: none;
  padding-top: 0;
}

.deeds-view-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  padding: 2rem 1rem;
  position: relative;
}

.deeds-view-content::before,
.deeds-view-content::after {
  content: '';
  background-color: #efc165;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.deeds-view-content::before {
  left: 5px;
}

.deeds-view-content::after {
  right: 5px;
}

@media (min-width: 768px) {
  .deeds-view-content {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .deeds-view-content {
    padding: 4rem;
  }

  .deeds-view-content::before {
    left: 15px;
  }

  .deeds-view-content::after {
    right: 15px;
  }
}

@media (min-width: 1366px) {
  .deeds-view-content {
    padding: 5.5rem 8.5rem;
  }
}

.deeds-view-title {
  border-bottom: 1px solid #000000;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.deeds-view-title h2 {
  display: inline-block;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .deeds-view-title h2 {
    font-size: 1.75rem;
    letter-spacing: 0.35rem;
  }
}

.deeds-view-text {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
}

.deeds-view-text p {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .deeds-view-text {
    font-size: 1.125rem;
    line-height: 2;
  }
}

/*------------------------------------*\
    SUPPORT
\*------------------------------------*/
.support {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .support {
    padding: 0 0 4rem;
  }
}

.support .menu>[class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .support .menu>[class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.support .deeds-list-group {
  padding-top: 4.5rem;
}


/* SUPPORT CONTENT */
.support-content {
  margin-top: 0;
}

@media (min-width: 992px) {
  .support-content {
    margin-top: 3.5rem;
  }
}

/* SUPPORT TEXT */
.support-text {
  background-color: #ffffff;
  padding: 2rem 1rem;
  position: relative;
}

.support-text::before,
.support-text::after {
  content: '';
  background-color: #efc165;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.support-text::before {
  left: 5px;
}

.support-text::after {
  right: 5px;
}

@media (min-width: 992px) {
  .support-text {
    padding: 2rem;
  }

  .support-text::before {
    left: 10px;
  }

  .support-text::after {
    right: 10px;
  }
}

@media (min-width: 1366px) {
  .support-text {
    padding: 3rem 3.5rem;
  }
}

.support-text .title {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .support-text .title {
    font-size: 1.1875rem;
  }
}

@media (min-width: 992px) {
  .support-text .title {
    border-bottom: none;
    border-right: 1px solid #000000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.support-text .text {
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 992px) {
  .support-text .text {
    padding-left: 2.5rem;
  }
}

.support-text .text ol {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: num;
}

.support-text .text ol li {
  letter-spacing: 0.15rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.support-text .text ol li::before {
  counter-increment: num;
  content: counter(num) ".";
}

/*------------------------------------*\
    ASSOCIATION
\*------------------------------------*/
/* .association {
  padding: 0 0 4rem;
} */

/*.association-content {
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}*/

/* ASSOCIATION INTRODUCE */
.association-introduce {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  box-shadow: 0 0 30px rgba(114, 94, 63, 0.3);
  color: #000000;
  font-family: "Noto Serif TC", serif;
  padding: 2rem 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .association-introduce {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .association-introduce {
    padding: 4rem;
  }
}

.association-introduce::before {
  content: '';
  border: 1px solid #000000;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

@media (min-width: 576px) {
  .association-introduce::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.association-introduce .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .association-introduce .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.association-introduce .title {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 1rem 0;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.association-introduce .title h2 {
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  margin: 0;
}

.association-introduce .title span {
  color: #919191;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .association-introduce .title {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1rem 0 0.5rem;
    margin-bottom: 0;
  }

  .association-introduce .title h2 {
    font-size: 1.875rem;
    letter-spacing: 0.8rem;
  }

  .association-introduce .title span {
    letter-spacing: 0.5rem;
    margin-top: -0.5rem;
  }
}

.association-introduce .text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  text-align: center;
}

.association-introduce .text strong {
  font-size: 1.3125rem;
}

.association-introduce .text img {
  width: 180px;
  display: inline-block;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .association-introduce .text {
    font-size: 1.375rem;
    text-align: left;
    margin-left: 2rem;
  }

  .association-introduce .text strong {
    font-size: 1.5rem;
  }

  .association-introduce .text img {
    width: auto;
    display: block;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .association-introduce .text {
    margin-left: 4rem;
  }
}

@media (min-width: 1200px) {
  .association-introduce .text img {
    display: inline-block;
    margin-top: 0;
    margin-left: 4rem;
  }
}

@media (min-width: 1366px) {
  .association-introduce .text img {
    margin-left: 7rem;
  }
}

/* ASSOCIATION CALENDAR */
.association-calendar {
  border-bottom: 1px solid #000000;
  padding: 4.5rem 0 1rem;
}

.association-calendar .title {
  border-bottom: 1px solid #000000;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
}

.association-calendar .title h2 {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

.association-calendar .title h2::before {
  content: '【';
}

.association-calendar .title h2::after {
  content: '】';
}

.association-calendar .title span {
  color: #efc165;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.association-calendar .title form {
  text-align: right;
}

.association-calendar .title form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 200px;
  display: inline-block;
}

.association-calendar .title form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  .association-calendar .title h2 {
    font-size: 2.125rem;
    letter-spacing: 0.4rem;
  }

  .association-calendar .title span {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}

.association-calendar .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .association-calendar .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3rem;
  }
}

.association-calendar .date {
  border: 1px solid #efc165;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1rem;
  width: 130px;
  height: 120px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  position: relative;
}

.association-calendar .date::before {
  content: '';
  border: 1px solid #efc165;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.association-calendar .date span {
  white-space: nowrap;
  display: block;
}

.association-calendar .date span b {
  display: block;
}

.association-calendar .date span b+b {
  padding-top: 0.5rem;
  position: relative;
}

.association-calendar .date span b+b::before {
  content: '';
  background-color: #000000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.association-calendar .date span:last-child {
  border-top: 1px solid #efc165;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .association-calendar .date {
    margin-bottom: 0;
  }
}

.association-calendar .text {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .association-calendar .text {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .association-calendar .text {
    text-align: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .association-calendar .text {
    margin-left: 2.25rem;
  }
}

/*  ASSOCIATION LINKS */
/* .association-links {
  padding: 6rem 0;
} */

.association-links .title {
  font-family: "Noto Serif TC", serif;
  text-align: center;
  margin-bottom: 4rem;
}

.association-links .title h2 {
  display: inline-block;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.association-links .title h2::after {
  content: '';
  background-color: #efc165;
  width: auto;
  height: 1px;
  position: absolute;
  left: 20px;
  right: 25px;
  bottom: 0;
}

.association-links .title h2 span::before {
  content: '【';
}

.association-links .title h2 span::after {
  content: '】';
}

@media (min-width: 576px) {
  .association-links .title h2 {
    font-size: 2.125rem;
    letter-spacing: 0.4rem;
  }
}

.association-links .item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .association-links .item {
    max-width: 1000px;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.association-links .pic {
  text-align: center;
  margin-bottom: 1rem;
}

.association-links .pic a {
  display: inline-block;
}

.association-links .pic a img {
  border: 1px solid #efc165;
}

@media (min-width: 992px) {
  .association-links .pic {
    margin-bottom: 0;
  }
}

.association-links .text {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  text-align: center;
}

@media (min-width: 576px) {
  .association-links .text {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .association-links .text {
    text-align: left;
  }
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .search .container {
    max-width: 1210px;
  }
}

.search .gsc-control-cse {
  border: none;
  background-color: transparent;
}

.search .gsc-search-button-v2 {
  border-color: #efc165;
  background-color: #efc165;
  padding: 0.75rem;
}

.search .gsc-search-button-v2:hover,
.search .gsc-search-button-v2:focus {
  border-color: #000000;
  background-color: #000000;
  outline: none !important;
}

/* SEARCH TEXT*/
.search-text {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}