.flex_normal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center,
.menubar .pc_menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.translate_center {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
}

.transition {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.shadow_01 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.shadow_02 {
  position: relative;
}

.shadow_02:after,
.shadow_02:before {
  z-index: 0;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow_02:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.black_bg {
  color: #fff;
  background-attachment: fixed;
}

.black_bg h2 {
  color: #fff;
}

.black_bg a {
  color: #fc0;
}

.fb_share img {
  margin-top: -5px;
  margin-right: 3px;
}

.background-cover {
  background-size: cover;
  background-position: center center;
}

body,
html {
  height: auto;
  width: 100%;
  font-family: 'Noto Sans TC',sans-serif;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.8;
  background: #fff;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 1px;
  text-align: justify;
  font-synthesis: none;
  position: relative;
}

body.modal-open,
html.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: 0 0;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: calc(10px / 3);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

a {
  color: #0f8ac4;
  text-decoration: underline;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:active,
a:focus,
a:hover,
a:hover:active {
  outline: 0;
  text-decoration: none;
  color: #009ce5;
}

p,
li {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.8rem;
  font-family: 'Noto Sans TC',sans-serif;
}
@media screen and (max-width: 660px) {
  p,
  li {
    font-size: 16px;
    font-weight: 300;
  }
}


button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:active,
button:focus,
button:hover,
button:hover:active {
  outline: 0;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  text-align: justify;
  color: #fff;
}

h1 {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #3e3a39;
}

h2 {
  font-size: 2em;
}

@media screen and (max-width: 680px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Noto Serif TC', serif;
  color: #5491ac;
  line-height: 2.3rem;
  text-align: center;
}
h3 span{
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
  font-family: 'Castoro', serif;

}

::-webkit-selection {
  background: #262626;
  color: #ededed;
}

::-moz-selection {
  background: #262626;
  color: #ededed;
}

::selection {
  background: #262626;
  color: #ededed;
}

hr {
  border-top: 1px solid #ededed;
}

li,
ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: -webkit-radial-gradient(
    center center,
    closest-side ellipse,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.container {
  max-width: 1000px;
  padding: 0 15px;
}

@media screen and (max-width: 820px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 440px) {
  .container {
    padding: 0 20px;
  }
}
section {
  position: relative;
  width: 100%;
  padding: 4em 0;
  overflow: hidden;
  background-color: #fdfbf2;
}

@media screen and (max-width: 1024px) {
  section {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 3em 0;
  }
}

section .title {
  position: relative;
  margin: 0 0 3rem 0;
}

@media screen and (max-width: 768px) {
  section .title {
    margin-bottom: 2rem;
    padding: 0;
  }
}

section .title h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 2.5rem;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #2f86ac;
  text-align: center;
}
@media screen and (max-width: 820px) {
  section .title h2 {
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 660px) {
  section .title h2 {
    margin-bottom: 0.8em;
    font-size: 32px;
  }
}
section .title h2 span.subtt {
  font-family: 'Castoro', sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 2.2em;
  color: #fff;
  position: relative;
  padding: 9px 12px 6px;
  background: linear-gradient(to right,  #ffb8c4 1%,#38aede 100%); 
}
@media screen and (max-width: 660px) {
  section .title h2 span.subtt {
    font-size: 15px;
  }
}
section .title h2 span.pink{
  color: #f1746a;
}

section .title h2 img {
  width: 160px;
}

@media screen and (max-width: 680px) {
  section .title h2 img {
    width: 120px;
  }
}

.desktop {
  display: block;
}

@media screen and (max-width: 680px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 680px) {
  .mobile {
    display: block;
  }
}

.container,
footer,
header,
section {
  position: relative;
}

.highlight {
  color: gold;
  font-weight: 700;
}

.btn {
  font-family: 'Noto Sans TC';
  font-size: 1em;
  color: #fff;
  padding: 5px 25px;
  text-align: center;
  background-color: #cd0282;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  width: 176px;
  height: 53px;
  line-height: 40px;
  text-decoration: none;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:hover:active {
  background: #fcca44;
  color: #000;
  border: 1px rgba(255, 255, 255, 0) solid;
}

:active,
:focus,
:hover,
:hover:active {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.menubar {
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
}

.menubar .bg {
  background: #e8e8e8;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.menubar .bg_show {
  height: 70px;
}

.menubar .menurel{
  max-width: 1250px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
}

.menubar .logos {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .menubar .logos {
    margin-top: 14px;
  }
}
@media screen and (max-width: 660px) {
  .menubar .logos {
    left: 20px;
  }
}

.menubar .logos .img-fluid{
  height: 36px;
}

.menubar .logos a {
  display: inline-block;
}

.menubar .logos a img {
  height: 36px;
}

.menubar .hamburger {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.menubar .hamburger .hamburger-box {
  right: -5px;
  height: 35px;
}

.menubar .hamburger .hamburger-inner {
  background: 0 0;
  height: 2px;
  width: 30px;
  background-color: #000000;
}

.menubar .hamburger .hamburger-inner:after,
.menubar .hamburger .hamburger-inner:before {
  background-color: #000000;
  height: 2px;
  width: 30px;
}

.menubar .hamburger .hamburger-inner:before {
  margin-top: -1px;
}

.menubar .hamburger .hamburger-inner:after {
  margin-top: -2px;
}

.menubar .hamburger.is-active .hamburger-inner:after,
.menubar .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.menubar .hamburger.is-active .hamburger-inner:before {
  margin-top: 0px;
}
.menubar .hamburger.is-active .hamburger-inner:after {
  margin-top: 0px;
}

@media screen and (max-width: 1200px) {
  .menubar .pc_menu {
    display: none;
  }
}

.menubar .pc_menu .navbar {
  display: inherit;
  margin-top: 15px;
}
.navbar .btn {
  width: auto;
  height: auto;
  line-height: inherit;
  background: #000;
  color: #fff;
  padding: 6px 34px;
  text-decoration: none;
}
.navbar .btn:hover {
  background: #c02c27;
  color: #fff;
}

.menubar .pc_menu ul {
  float: right;
}

.menubar .pc_menu ul li {
  top: -12px;
  margin-right: 1em;
  position: relative;
}

.menubar .pc_menu ul li:last-child {
  margin-right: 0;
}

.menubar .pc_menu ul li a:not(.btn) {
  color: #000000;
  text-decoration: none;
}

.menubar .pc_menu ul li a:not(.btn):hover {
  color: #d52d7d;
}

.menubar .pc_menu ul li a:not(.btn).active {
  color: #d52d7d;
}

.menubar .pc_menu ul li a:not(.btn).active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.menubar .mb_menu {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  display: none;
}
.hamburger--collapse.is-active .hamburger-inner:after {
  opacity: 1;
}
.menubar .mb_menu.visible {
  visibility: visible;
  height: 100%;
}

.menubar .mb_menu.visible li {
  display: block;
  /* -webkit-animation: bounceIn .3s ease forwards;
    animation: bounceIn .3s ease forwards */
}

.menubar .mb_menu.visible li:nth-of-type(1) {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}

.menubar .mb_menu.visible li:nth-of-type(2) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}

.menubar .mb_menu.visible li:nth-of-type(3) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}

.menubar .mb_menu.visible li:nth-of-type(4) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.menubar .mb_menu.visible li:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.menubar .mb_menu.visible li:nth-of-type(6) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

@media screen and (max-width: 1200px) {
  .menubar .mb_menu {
    display: block;
  }
}

.menubar .mb_menu nav {
  font-size: 2em;
  text-align: center;
  padding: 2em 20px;
}

.menubar .mb_menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menubar .mb_menu nav ul .nav-link {
  padding: 0;
}

.menubar .mb_menu nav ul li {
  opacity: 1;
  margin: 0.3em 0;
  position: relative;
  display: none;
}

.menubar .mb_menu nav ul li:after,
.menubar .mb_menu nav ul li:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menubar .mb_menu nav ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: rgb(169 127 64);
}

.menubar .mb_menu nav ul li:hover:before {
  width: 0;
}

.menubar .mb_menu nav ul li:hover:after {
  width: 100%;
}

.menubar .mb_menu nav ul li a {
  color: #ededed;
  font-family: 'Noto Sans TC';
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 5px;
}

.menubar .mb_menu nav ul li a:hover {
  opacity: 1;
  color: rgb(169 127 64);
  letter-spacing: 15px;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -25%);
    transform: translate3d(0, 0, -25%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -25%);
    transform: translate3d(0, 0, -25%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.buy__now {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 1;
}

.buy__now .btn {
  border: 3px solid gold;
  background: #fff;
  color: #262626;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #009ce5;
}

.tabs .nav-tabs .nav-link {
  color: #009ce5;
  border-radius: 0;
  border: 1px solid #009ce5;
}

.tabs .nav-tabs .nav-link.active {
  background-color: #009ce5;
  color: #fff;
}

.tabs .nav-tabs .nav-item {
  border-radius: 0;
  background: #fff;
  font-size: 1.2rem;
}

.tabs .nav-tabs .nav-item.active,
.tabs .nav-tabs .nav-item.show {
  background: #009ce5;
  color: #fff;
}

.tabs .tab-content {
  width: 100%;
  padding: 30px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .tabs .tab-content {
    padding: 2rem 0;
  }
}

.main__header {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 0;
}

.main__header .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.main__header .container .main__intro {
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .main__header .container .main__intro {
    font-size: 0.7rem;
    transform: scale(0.8);
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .main__header .container .main__intro {
    transform: scale(0.8);
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .main__header .container .main__intro {
    margin-bottom: 0;
    margin-top: 0rem;
    padding: 9% 3% 3%;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .main__header .container .main__intro {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 660px) {
  .main__header .container .main__intro {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 70px;
    padding: 0;
  }
}
@media screen and (max-width: 440px) {
  .main__header .container .main__intro {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0;
  }
}

.main__header .container .main__intro .info{
  width: 40%;
  margin-top: 4%;
}

@media screen and (max-width: 820px) {
  .main__header .container .main__intro .txt p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}

.main__header .container .main__intro .txt .master-name {
  font-size: 26px;
  line-height: 25px;
  color: #b1646e;
}
@media screen and (max-width: 820px) {
  .main__header .container .main__intro .txt .master-name {
    font-size: 20px;
    line-height: 18px;
    margin-top: 1rem;
  }
}
.main__header .container .main__intro .txt .master-name span {
  font-size: 15px;
}
@media screen and (max-width: 820px) {
  .main__header .container .main__intro .txt .master-name span {
    font-size: 13px;
  }
}
.main__header .container .main__intro .info p {
  color: #3e3a39;
  line-height: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .main__header .container .main__intro .info p {
    font-size: 13px;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .main__header {
    min-height: auto;
  }
}

.main__header .speaker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 440px) {
  .main__header .speaker  {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .main__header .speaker .img-fluid {
    max-width: 153%;
    margin: 0 0 0 -90px;
  }
}
.main__header .speaker img{
  height: 100vh;
  width: auto;
  min-width: 100%;
}

.main__header .copyright {
  font-size: 0.5em;
  position: absolute;
  right: -120px;
  bottom: 25px;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .main__header .copyright {
    right: 10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.main__header .btn {
  margin-top: 1rem;
  background: gold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 480px) {
  .main__header .btn {
    font-size: x-small;
    margin-top: 10px;
  }
}

.main__header strong {
  font-size: 0.92rem;
}

.main__header .sub__intro {
  font-weight: lighter;
}

.master {
  background-size: cover;
  color: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .master {
    padding-bottom: 3em;
  }
}

section.master .title h2,
section.master h3 {
  color: #000;
}
section.master .title h2 {
  margin-bottom: 0.8em;
}

.master .title h2:before {
  display: none;
}

.master .container{
  padding: 0 11%;
}
.master .container .img-fluid{
  padding: 0 5% 4%;
}
.master__intro {
  position: relative;
}

.master__list {
  max-width: 690px;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 660px) {
  .master__list {
    margin: 1rem 0;
  }
}
.master__list li {
  margin-bottom: 1rem;
  position: relative;
  margin-left: 0px;
  text-align: justify;
  letter-spacing: 0.5px;
  font-size: 17px;
  line-height: 1.8rem;
}
@media screen and (max-width: 585px) {
  .master__list li {
    letter-spacing: 1px;
  }
}
.master__list li.name {
  font-size: 20px;
  line-height: 34px;
}

.master__img {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .master__img img {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .master__img {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 350px) {
  .master__img {
    width: 180px;
  }
}

.master__img .name__ch,
.master__img .name__en {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 768px) {
  .master__img .name__ch,
  .master__img .name__en {
    top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .master__img .name__ch,
  .master__img .name__en {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
}

.master__img .name__ch h2,
.master__img .name__en h2 {
  font-weight: 700;
}

.master__img .name__en {
  right: -100px;
}

@media screen and (max-width: 767px) {
  .master__img .name__en {
    right: 0;
  }
}

@media screen and (max-width: 350px) {
  .master__img .name__en {
    right: -50px;
  }
}

.master__img .name__ch {
  left: -100px;
}

@media screen and (max-width: 767px) {
  .master__img .name__ch {
    left: 0;
  }
}

@media screen and (max-width: 350px) {
  .master__img .name__ch {
    left: -50px;
  }
}

.master__img .copyright {
  font-size: 0.5em;
  position: absolute;
  right: -100px;
  bottom: 100px;
  letter-spacing: 0;
}

@media screen and (max-width: 500px) {
  .master__img .copyright {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    letter-spacing: 0;
    top: 73px;
    right: 16px;
    bottom: auto;
  }
}

@media screen and (max-width: 350px) {
  .master__img .copyright {
    right: -30px;
  }
}

.card-blocks {
  width: 100%;
}

.card-blocks .card {
  background-color: #fcf6e6;
  border: 3px #fbc647 solid;
  border-radius: 0px;
  padding: 1% 2.4%;
}
.card-body {
  padding: 0 1.25rem 2rem;
}
@media screen and (max-width: 375px) {
  .card-body {
    padding: 10px;
    overflow-y: auto;
    height: 40vh;
  }
}
@media screen and (max-width: 660px) {
  .card-blocks .card {
    padding: 20px 0 0;
  }
}
.card-blocks .card .card-img {
  padding: 1.25rem;
}
@media screen and (max-width: 660px) {
  .card-blocks .card .card-img {
    padding: 1rem 1.25rem;
  }
}

.card-blocks .card .card-img img {
  display: block;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 660px) {
  .card-blocks .card .card-img img {
    width: 120px;
  }
}
.card-blocks .card .card-img .author {
  margin-left: 30px;
}

.card-blocks .card .card-img .author .year {
  font-family: 'Castoro', 'Noto Sans TC', sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #cf0e81;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 660px) {
  .card-blocks .card .card-img .author .year {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.card-blocks .card .card-img .author .name .chi {
  font-family: 'Noto Serif TC';
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}
@media screen and (max-width: 660px) {
  .card-blocks .card .card-img .author .name .chi {
    font-size: 20px;
    line-height: 32px;
  }
}
.card-blocks .card .card-img .author .name .eng {
  font-family: 'Castoro', 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #cf0e81;
}

@media (min-width: 768px) {
  .card-blocks .card {
    width: 50%;
    margin: auto;
  }

  .card-blocks .card:nth-child(2n) {
    margin-left: 15px;
  }
}

.card-body p {
  font-size: 15px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.5rem;
}

footer {
  padding: 50px 0 70px;
  background: #000;
  color: #b3b3b3;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-align: center;
}

.title__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}

.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.effect-underline2 {
  position: relative;
  display: inline-block;
  color: #e6c490;
}

.effect-box:after,
.effect-box:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.effect-box:before {
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-box:after {
  border-bottom: 1px solid;
  border-top: 1px solid;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-box:hover:after,
.effect-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
[class^='swiper-button-'] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 28vw;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 30px;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

[class^='swiper-button-'] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0 solid #fff;
  border-radius: 50%;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 25px;
  }

  .swiper-slide .content .caption {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .swiper-container {
    height: 40vw;
  }

  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gooey_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  -webkit-animation: fade 8s 0s 1 both;
  animation: fade 8s 0s 1 both;
}
.gooey {
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 25%);
  width: 50%;
  height: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .gooey {
    left: calc(50% - 40%);
    width: 80%;
  }
}
.gooey p {
  transition: 4s;
  line-height: 2.5rem;
  color: #fff;
}
@media (max-width: 440px) {
  .gooey p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2rem;
  }
}
@keyframes fade {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 0;
    opacity: 0;
  }
}

body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

