@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap");
body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #6a5c51;
  position: relative;
  background-color: #f3eadf;
}
body.open {
  overflow: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style: none;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

header {
  min-height: 800px;
  background-image: url(../images/topbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  padding-top: 180px;
}
@media screen and (max-width: 1640px) {
  header {
    min-height: 700px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1380px) {
  header {
    padding-top: 130px;
    min-height: 650px;
  }
}
@media screen and (max-width: 1300px) {
  header {
    padding-top: 115px;
    min-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding-top: 110px;
    min-height: 550px;
  }
}
@media screen and (max-width: 820px) {
  header {
    padding-top: 120px;
    background-size: 130%;
    background-position: center top;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding-top: 70px;
    background-size: 150%;
    min-height: 400px;
  }
}
@media screen and (max-width: 320px) {
  header {
    min-height: 365px;
    padding-top: 60px;
  }
}
header h1 {
  text-align: center;
  animation: skw 0.8s 1 ease-in-out;
}
@media screen and (max-width: 1300px) {
  header h1 img {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  header h1 img {
    width: 65%;
    margin-left: 8%;
  }
}

@keyframes skw {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
footer {
  width: 100%;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url(../images/footer_clouds.png), url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: auto, cover;
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 0.7em;
    text-shadow: #fff 0.1em 0.1em 0.2em;
  }
}
footer p {
  text-align: center;
  padding-bottom: 1em;
}
footer.page_footer {
  font-size: 0.85em;
  min-height: auto;
  justify-content: flex-start;
  background: none;
  position: relative;
  padding-bottom: 15px;
}
footer.page_footer p {
  text-align: left;
  padding-left: 3%;
  padding-bottom: 0;
  color: #8f8275;
  padding-top: 2em;
}
@media screen and (max-width: 600px) {
  footer.page_footer {
    font-size: 0.7em;
    text-shadow: #fff 0.1em 0.1em 0.2em;
  }
}

.flex_con {
  display: flex;
  flex-direction: row;
}

.btn {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: auto;
}
.btn a {
  background-image: linear-gradient(to right, #af75a2 0%, #746aa4 40%, #6587a8 100%);
  border-radius: 30px;
  padding: 0.6em 2.6em 0.6em 1em;
  margin: 2em auto;
  cursor: pointer;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .btn a {
    font-size: 0.95em;
  }
}
.btn a::before {
  content: "";
  font-weight: 800;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-image: url(../images/arrow-pointing-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  color: #706da5;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .btn a::before {
    width: 30px;
    height: 30px;
  }
}
.btn a:hover::before {
  background-position: 60% center;
}
.btn a + a {
  margin-left: 0.5em;
  background-image: linear-gradient(to right, #e877a9 0%, #eea460 40%, #eec979 100%);
}
.btn a.vplay::before {
  background-image: url(../images/music-player-play.png);
  background-position: 55% center;
}
.btn a.vplay:hover::before {
  background-position: 65% center;
}
.btn.circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 0;
  display: block;
  background-image: linear-gradient(to right, #af75a2 0%, #746aa4 40%, #6587a8 100%);
}
.btn.circle::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/arrow-pointing-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  color: #706da5;
  position: absolute;
  z-index: 2;
  transition: 0.2s;
}
.btn.noshow {
  position: relative;
}
.btn.noshow a {
  background-image: none;
  background-color: #c6b9b9;
}
.btn.noshow a::before {
  background-image: url(../images/arrow-pointing-to-right_ns.png);
}
.btn.noshow:after {
  content: "準備中，敬請期待...";
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 0.85em;
}
.btn.ml_s {
  margin-left: 2.5em;
}

.btnTop {
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.7s;
}
@media screen and (max-width: 600px) {
  .btnTop {
    bottom: 100px;
  }
  .btnTop img {
    width: 100px;
    display: block;
    margin: auto;
  }
  .btnTop span img {
    width: 50px;
  }
}
.btnTop span {
  width: 80px;
}
.btnTop.show {
  bottom: 1080px;
  opacity: 0;
}
.btnTop.show span {
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 0;
  height: 100%;
  background-image: linear-gradient(45deg, #d482a9 0%, #776fad 80%, #75b9d6 100%);
  transition: 0.5s;
}
nav.open {
  width: 50%;
  max-width: 350px;
}
nav.open ul {
  display: block;
}
nav.open .follow {
  display: flex;
}
nav .menu {
  padding-top: 90px;
}
nav .follow {
  padding: 1em 1em 0 1em;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  color: #fff;
}
nav .follow span {
  font-weight: 800;
  font-size: 0.8em;
  margin-right: 1em;
}
nav .follow div {
  margin-right: 0.5em;
}
nav ul {
  display: none;
}
nav ul li {
  padding: 1em;
}
nav ul li a {
  color: #fff;
  display: block;
}
nav ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.nav_btn {
  padding: 1em 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 320px) {
  .nav_btn {
    padding: 0.5em;
  }
}
.nav_btn div {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-left: 0.75em;
  border-radius: 50%;
  box-shadow: 1px 1px 10px #999;
}
@media screen and (max-width: 600px) {
  .nav_btn div {
    margin-left: 0.5em;
    width: 40px;
    height: 40px;
  }
}
.nav_btn div:hover {
  box-shadow: 1px 1px 20px #666;
}
.nav_btn div.map_btn {
  background-image: url(../images/icon_map.png);
}
@media screen and (max-width: 600px) {
  .nav_btn div.map_btn {
    background-size: 20px;
  }
}
.nav_btn div.map_btn a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}
.nav_btn div.info_btn {
  background-image: url(../images/icon_info.png);
}
@media screen and (max-width: 600px) {
  .nav_btn div.info_btn {
    background-size: 20px;
  }
}
.nav_btn div.info_btn a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}
.nav_btn div.fb_btn {
  background-image: url(../images/facebook-logo.png);
}
@media screen and (max-width: 600px) {
  .nav_btn div.fb_btn {
    background-size: 20px;
  }
}
.nav_btn div.fb_btn a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}
.nav_btn div.menu_btn {
  width: 70px;
  height: 70px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .nav_btn div.menu_btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .nav_btn div.menu_btn {
    width: 50px;
    height: 50px;
  }
}

.menu_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_btn span {
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 60px;
  background: #7671a8;
  margin: 4px auto;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}
@media screen and (max-width: 820px) {
  .menu_btn span {
    width: 30px;
    height: 4px;
  }
}
.menu_btn.open {
  outline: 5px solid rgba(255, 255, 255, 0.3);
}
.menu_btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu_btn.open span:nth-child(2) {
  display: none;
}
.menu_btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

.sideimg {
  position: absolute;
}

.sideimg01 {
  left: 0;
  top: 20px;
  z-index: 1;
  animation: opc 2s 1 ease-in-out, 3s, mbsc 0.8s infinite ease-in-out;
}
@media screen and (max-width: 1640px) {
  .sideimg01 img {
    width: 75%;
  }
}
@media screen and (max-width: 1380px) {
  .sideimg01 img {
    margin-left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .sideimg01 {
    top: 35px;
  }
  .sideimg01 img {
    margin-left: -22%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg01 {
    top: 50px;
  }
  .sideimg01 img {
    width: 50%;
    margin-left: -7%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg01 {
    top: 35px;
    animation: opc 2s 1 ease-in-out;
  }
  .sideimg01 img {
    width: 50%;
    margin-left: -20%;
  }
}

.sideimg02 {
  right: 50px;
  top: 130px;
  z-index: 1;
  animation: updown 2.5s infinite linear;
}
@media screen and (max-width: 1640px) {
  .sideimg02 {
    top: 100px;
  }
  .sideimg02 img {
    width: 75%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 1380px) {
  .sideimg02 img {
    margin-left: 32%;
  }
}
@media screen and (max-width: 1300px) {
  .sideimg02 img {
    width: 70%;
    margin-left: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .sideimg02 {
    animation: updown 3s infinite linear;
    right: 10px;
  }
  .sideimg02 img {
    width: 55%;
    margin-left: 45%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg02 {
    top: 60px;
    right: 0;
  }
  .sideimg02 img {
    width: 45%;
    margin-left: 55%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg02 {
    top: 110px;
  }
  .sideimg02 img {
    width: 30%;
    margin-left: 70%;
  }
}

.sideimg03 {
  left: 45%;
  top: 25px;
  z-index: 1;
}
@media screen and (max-width: 1640px) {
  .sideimg03 {
    top: 5px;
  }
}
@media screen and (max-width: 1380px) {
  .sideimg03 img {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .sideimg03 {
    left: 40%;
  }
  .sideimg03 img {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg03 {
    left: 50%;
    top: 20px;
  }
  .sideimg03 img {
    width: 40%;
  }
}

.sideimg04 {
  right: 0;
  top: -250px;
}
@media screen and (max-width: 1300px) {
  .sideimg04 img {
    width: 90%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1160px) {
  .sideimg04 img {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg04 {
    top: -50px;
  }
  .sideimg04 img {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg04 {
    top: -80px;
  }
  .sideimg04 img {
    width: 40%;
    margin-left: 60%;
  }
}

.sideimg05 {
  right: 0;
  top: -250px;
}
@media screen and (max-width: 1024px) {
  .sideimg05 {
    top: -200px;
  }
}
@media screen and (max-width: 600px) {
  .sideimg05 {
    top: -180px;
  }
  .sideimg05 img {
    width: 55%;
    margin-left: 45%;
  }
}

.sideimg06 {
  left: 0;
  top: -200px;
}
@media screen and (max-width: 820px) {
  .sideimg06 {
    top: -60px;
  }
  .sideimg06 img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg06 {
    top: 70px;
  }
  .sideimg06 img {
    width: 50%;
  }
}

.sideimg07 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .sideimg07 {
    top: -180px;
  }
}
@media screen and (max-width: 820px) {
  .sideimg07 {
    top: -250px;
  }
}
@media screen and (max-width: 600px) {
  .sideimg07 {
    top: -350px;
  }
  .sideimg07 img {
    width: 80%;
    margin-left: 20%;
  }
}

.sideimg08 {
  left: 0;
  bottom: -330px;
}
@media screen and (max-width: 1380px) {
  .sideimg08 img {
    width: 90%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg08 {
    bottom: -100px;
  }
  .sideimg08 img {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg08 img {
    width: 35%;
  }
}

.sideimg09 {
  left: 0;
  bottom: -400px;
}
@media screen and (max-width: 1024px) {
  .sideimg09 {
    bottom: -200px;
    opacity: 0.75;
  }
}
@media screen and (max-width: 600px) {
  .sideimg09 {
    bottom: -100px;
    opacity: 1;
  }
}

.sideimg10 {
  right: 0;
  top: -200px;
}
@media screen and (max-width: 1700px) {
  .sideimg10 {
    top: -100px;
  }
  .sideimg10 img {
    width: 90%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1530px) {
  .sideimg10 img {
    width: 75%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 1300px) {
  .sideimg10 {
    top: -100px;
  }
  .sideimg10 img {
    width: 65%;
    margin-left: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .sideimg10 {
    top: -50px;
  }
  .sideimg10 img {
    width: 60%;
    margin-left: 40%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg10 {
    top: 50px;
  }
  .sideimg10 img {
    width: 45%;
    margin-left: 55%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg10 {
    top: 100px;
  }
  .sideimg10 img {
    width: 50%;
    margin-left: 50%;
  }
}

.sideimg11 {
  left: 0;
  top: 150px;
}
@media screen and (max-width: 1530px) {
  .sideimg11 {
    top: 300px;
  }
  .sideimg11 img {
    width: 80%;
    margin-right: 20%;
  }
}
@media screen and (max-width: 1380px) {
  .sideimg11 {
    top: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .sideimg11 {
    top: 50px;
  }
  .sideimg11 img {
    width: 75%;
    margin-right: 25%;
  }
}
@media screen and (max-width: 820px) {
  .sideimg11 {
    top: 50px;
  }
  .sideimg11 img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .sideimg11 {
    display: none;
  }
}

.sideimg12 {
  right: 0;
  bottom: -20px;
  z-index: 10;
}

@keyframes updown {
  0% {
    transform: translateY(20px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes opc {
  0% {
    opacity: 0;
    left: -500px;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mbsc {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.005);
  }
  100% {
    transform: scale(1);
  }
}
.bless_con {
  margin-top: -200px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .bless_con h2 img {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .bless_con {
    margin-top: -150px;
  }
  .bless_con h2 img {
    width: 72%;
  }
}
@media screen and (max-width: 320px) {
  .bless_con {
    margin-top: -170px;
  }
}
.bless_con p {
  font-size: 1.4em;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .bless_con p {
    margin-top: 0.5em;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 600px) {
  .bless_con p {
    font-size: 1em;
    width: 70%;
    margin: auto;
  }
}

.ny {
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 820px) {
  .ny .main_title_g {
    padding-left: 50px;
  }
  .ny .btn.ml_s {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .ny .main_title_g {
    padding-left: 0;
    margin-top: 2.5em;
  }
}
.ny .nyimg {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
}
@media screen and (max-width: 1380px) {
  .ny .nyimg img {
    width: 95%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 1300px) {
  .ny .nyimg img {
    width: 85%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 1024px) {
  .ny .nyimg img {
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .ny .nyimg {
    top: 0;
  }
  .ny .nyimg img {
    width: 55%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .ny .nyimg {
    margin-top: 80px;
  }
  .ny .nyimg img {
    width: 95%;
  }
}
.ny .txt {
  padding-left: 800px;
  padding-top: 6em;
  width: 40%;
}
.ny .txt p {
  padding-left: 55px;
  padding-top: 2em;
}
@media screen and (max-width: 1380px) {
  .ny .txt {
    width: 40%;
    padding-left: 700px;
  }
  .ny .txt p {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .ny .txt {
    padding-left: 550px;
    width: 50%;
  }
}
@media screen and (max-width: 1160px) {
  .ny .txt {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .ny .txt {
    padding-left: 500px;
  }
}
@media screen and (max-width: 820px) {
  .ny .txt {
    padding-left: 10%;
    width: 80%;
    padding-top: 20em;
  }
}
@media screen and (max-width: 600px) {
  .ny .txt {
    padding-top: 25em;
    width: 90%;
    padding-left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .ny .txt {
    padding-top: 20em;
  }
}

.actcon {
  position: relative;
  background-image: url(../images/centercon_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.actcon:before {
  content: " ";
  background-image: url(../images/centercon_bg02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  animation: transformtrX 30s infinite ease-in-out;
}
@media screen and (max-width: 600px) {
  .actcon:before {
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  .actcon {
    background-position: left top;
  }
}

@keyframes transformtrX {
  0% {
    transform: translateX(-100px);
    transform-origin: center;
  }
  50% {
    transform: translateX(30px);
    transform: translateY(-10px);
    transform-origin: center;
  }
  100% {
    transform: translateX(-100px);
    transform-origin: center;
  }
}
.main_act {
  margin-top: 5em;
}
@media screen and (max-width: 1380px) {
  .main_act {
    margin-top: 2em;
  }
}
.main_act h2 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main_act h2 {
    text-align: left;
  }
}

.main_con {
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 820px) {
  .main_con {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 600px) {
  .main_con {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.main_con .act {
  width: 1000px !important;
  max-width: 1000px;
  background: #fff;
  border-radius: 35px;
  padding-bottom: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .main_con .act {
    width: 900px !important;
  }
}
@media screen and (max-width: 1400px) {
  .main_con .act {
    width: 850px !important;
    margin: auto;
  }
}
@media screen and (max-width: 1380px) {
  .main_con .act {
    width: 960px !important;
  }
}
@media screen and (max-width: 1024px) {
  .main_con .act {
    width: 800px !important;
  }
}
@media screen and (max-width: 820px) {
  .main_con .act {
    width: 650px !important;
    margin-top: 3em;
  }
}
@media screen and (max-width: 600px) {
  .main_con .act {
    width: 90% !important;
    margin-top: 150px;
    flex-direction: column;
  }
}
.main_con .act .mainimg {
  margin-left: -35px;
  margin-top: -15px;
  width: 30%;
  z-index: 8;
}
.main_con .act .mainimg img {
  border-radius: 25px;
  width: 100%;
  box-shadow: 1px 1px 10px #999;
}
@media screen and (max-width: 600px) {
  .main_con .act .mainimg {
    margin: 0 auto;
    margin-top: -100px;
    width: 60%;
  }
}
.main_con .act .txt {
  width: 70%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}
@media screen and (max-width: 600px) {
  .main_con .act .txt {
    width: 95%;
    margin: auto;
  }
}
.main_con .act .txt h3 {
  font-size: 1.8em;
  padding-top: 2em;
}
@media screen and (max-width: 1380px) {
  .main_con .act .txt h3 {
    padding-top: 1em;
  }
}
@media screen and (max-width: 820px) {
  .main_con .act .txt h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .main_con .act .txt h3 {
    font-size: 1.3em;
    text-align: center;
  }
}
.main_con .act .txt p {
  width: 90%;
  margin-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 820px) {
  .main_con .act .txt p {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 600px) {
  .main_con .act .txt p {
    height: 120px;
  }
}
.main_con .act .info {
  background: #f2f2f2;
  width: 100%;
  margin-top: 1em;
  padding: 0.2em;
  box-sizing: border-box;
  padding-left: 28%;
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
  .main_con .act .info {
    margin-top: -20px;
  }
}
@media screen and (max-width: 820px) {
  .main_con .act .info {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .main_con .act .info {
    padding-left: 0;
    margin-top: 20px;
  }
}
.main_con .act .info li {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 820px) {
  .main_con .act .info li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 600px) {
  .main_con .act .info li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  .main_con .act .info li {
    font-size: 0.8em;
  }
}
.main_con .act .info li em {
  font-style: normal;
  padding-right: 15px;
  font-weight: 800;
  width: 110px;
  box-sizing: border-box;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .main_con .act .info li em {
    width: 100px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .main_con .act .info li em {
    width: 75px;
    font-size: 0.8em;
  }
}
.main_con .act .info li .v_play {
  display: inline-block;
  border-radius: 25px;
  padding: 2px 2em;
  margin-left: 1em;
  color: #fff;
  background-image: url(../images/icon_play.png), linear-gradient(to right, #7d7e7e 0%, #c2c1c1 100%);
  background-repeat: no-repeat;
  background-position: 10px center, center;
}
@media screen and (max-width: 600px) {
  .main_con .act .info li .v_play {
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-position: center, center;
  }
}
@media screen and (max-width: 320px) {
  .main_con .act .info li .v_play {
    margin-left: 0.5em;
  }
}
.main_con .act .info li.now em {
  color: #bf1f24;
  background-image: url(../images/icon_live.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.main_con .act .info li.now .v_play {
  background-image: url(../images/icon_play.png), linear-gradient(to right, #bf1f24 0%, #e8716c 100%);
}
.main_con .note {
  font-size: 0.95em;
  margin-top: 0.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .main_con .note {
    margin-left: 10px;
  }
}
.main_con .note div + div {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .main_con .note div + div {
    margin-left: 0;
  }
}
.main_con .note div:nth-child(3n) {
  margin-left: 0;
  margin-top: 0.5em;
}
.main_con .time {
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: left 62%;
  padding-left: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.main_con .site {
  background-image: url(../images/icon_site.png);
  background-repeat: no-repeat;
  background-position: left 62%;
  background-size: 15px;
  padding-left: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.fea_con {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
}

.features {
  position: relative;
  margin-top: 2em;
}
@media screen and (max-width: 1380px) {
  .features {
    margin-top: -3em;
  }
}
@media screen and (max-width: 1300px) {
  .features {
    margin-top: -8em;
  }
}
@media screen and (max-width: 1024px) {
  .features {
    margin-top: -15em;
  }
}
@media screen and (max-width: 600px) {
  .features {
    margin-top: -6em;
  }
}
.features h2 {
  text-align: center;
}
.features .fea_con ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .features .fea_con ul {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .features .fea_con ul {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .features .fea_con ul {
    margin-top: 3em;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
  }
}
.features .fea_con ul li {
  width: 30%;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media screen and (max-width: 820px) {
  .features .fea_con ul li {
    width: 31.6666666667%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media screen and (max-width: 600px) {
  .features .fea_con ul li {
    width: 90%;
  }
}
.features .fea_con ul li img {
  max-width: auto;
  width: 90%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .features .fea_con ul li img {
    width: 95%;
  }
}
@media screen and (max-width: 820px) {
  .features .fea_con ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .features .fea_con ul li img {
    width: 220px;
  }
}
.features .fea_con ul li h4 {
  max-width: 65%;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1024px) {
  .features .fea_con ul li h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 820px) {
  .features .fea_con ul li h4 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 600px) {
  .features .fea_con ul li h4 {
    font-size: 0.9em;
  }
}
.features .fea_con ul li h4 i {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .features .fea_con ul li h4 i {
    display: block;
    text-indent: -9999px;
    line-height: 0;
  }
}
.features .fea_con ul li h4 em {
  display: block;
  width: fit-content;
  padding: 3px 1em;
  text-align: center;
  color: #7569a3;
  border-radius: 30px;
  border: 1px solid #7569a3;
  background: rgba(255, 255, 255, 0.3);
  font-style: normal;
  font-size: 0.7em;
  margin: 1em auto 0.5em auto;
}

.open_time {
  position: relative;
  background-image: url(../images/time_title_bg.png);
  background-repeat: no-repeat;
  background-position: 90% top;
}
@media screen and (max-width: 1300px) {
  .open_time {
    background-size: 60%;
    background-position: right top;
  }
}
@media screen and (max-width: 820px) {
  .open_time {
    background-size: 75%;
    background-position: 102% top;
  }
}
@media screen and (max-width: 600px) {
  .open_time {
    background-size: 90%;
    background-position: 102% 10%;
  }
}
.open_time h2 {
  padding-left: 10%;
  padding-top: 15em;
}
@media screen and (max-width: 1300px) {
  .open_time h2 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .open_time h2 {
    padding-top: 13em;
  }
}
@media screen and (max-width: 820px) {
  .open_time h2 {
    padding-top: 10em;
  }
}
@media screen and (max-width: 600px) {
  .open_time h2 img {
    width: 100%;
  }
}
.open_time .time_card {
  display: flex;
  flex-direction: row;
  margin-top: 10em;
  justify-content: center;
  width: 88%;
  margin: 5em auto 0 auto;
}
@media screen and (max-width: 1640px) {
  .open_time .time_card {
    width: 95%;
  }
}
@media screen and (max-width: 1530px) {
  .open_time .time_card {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 5%;
    margin-top: 2em;
  }
}
.open_time .time_card .card {
  width: 26.6666666667%;
  box-sizing: border-box;
  padding: 1em 2em;
  margin: 1em auto;
  position: relative;
  background: #fff;
  border-radius: 30px;
  color: #3b3427;
  box-shadow: 1px 1px 10px #999;
  font-family: "Outfit", sans-serif;
  height: 550px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1720px) {
  .open_time .time_card .card {
    width: 28.3333333333%;
  }
}
@media screen and (max-width: 1530px) {
  .open_time .time_card .card {
    width: 30%;
    height: 520px;
  }
}
@media screen and (max-width: 1380px) {
  .open_time .time_card .card {
    width: 29.3333333333%;
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 1300px) {
  .open_time .time_card .card {
    height: 450px;
  }
}
@media screen and (max-width: 1160px) {
  .open_time .time_card .card {
    width: 30%;
    height: 450px;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card {
    width: 60%;
    height: auto;
    padding-bottom: 70px;
    margin-left: 50px;
    padding: 1em 1em 2em 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .open_time .time_card .card {
    width: 90%;
    margin-left: 10px;
  }
}
.open_time .time_card .card .btn {
  position: absolute;
  bottom: -60px;
  left: 30%;
  transform: translateX(-30%);
}
@media screen and (max-width: 1024px) {
  .open_time .time_card .card .btn {
    width: 80%;
    left: 5%;
    transform: translateX(-10%);
  }
  .open_time .time_card .card .btn:after {
    left: 60px;
    bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card .btn:after {
    left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .open_time .time_card .card .btn:after {
    left: 60px;
    bottom: 10px;
  }
}
.open_time .time_card .card figure {
  margin-top: -2em;
  margin-left: -3em;
}
.open_time .time_card .card figure img {
  width: auto;
  border-radius: 30px;
  box-shadow: 1px 1px 10px #999;
}
@media screen and (max-width: 1700px) {
  .open_time .time_card .card figure img {
    width: 98%;
  }
}
@media screen and (max-width: 1530px) {
  .open_time .time_card .card figure img {
    width: 95%;
  }
}
@media screen and (max-width: 1160px) {
  .open_time .time_card .card figure img {
    width: 100%;
  }
}
@media screen and (max-width: 1380px) {
  .open_time .time_card .card figure {
    margin-left: -2em;
    margin-top: -3em;
  }
}
@media screen and (max-width: 1160px) {
  .open_time .time_card .card figure {
    margin-left: auto;
    margin-top: -5em;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card figure {
    margin-top: -2em;
  }
  .open_time .time_card .card figure img {
    width: 100%;
  }
}
.open_time .time_card .card h3 {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-image: url(../images/icon_site.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .open_time .time_card .card h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.open_time .time_card .card ul li {
  display: flex;
  justify-content: space-between;
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 300px;
}
@media screen and (max-width: 1160px) {
  .open_time .time_card .card ul li {
    font-size: 0.92em;
    background-position: left 5px;
  }
}
@media screen and (max-width: 1024px) {
  .open_time .time_card .card ul li {
    font-size: 1.1em;
    background-position: left 7px;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card ul li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .open_time .time_card .card ul li {
    font-size: 0.95em;
  }
}
.open_time .time_card .card ul li.no_icon {
  background: none;
}
.open_time .time_card .card ul li i, .open_time .time_card .card ul li em {
  font-style: normal;
}
.open_time .time_card .card ul li em {
  width: 120px;
}
.open_time .time_card .card ul li i {
  width: 170px;
}
@media screen and (max-width: 1024px) {
  .open_time .time_card .card ul li {
    flex-direction: column;
  }
  .open_time .time_card .card ul li span, .open_time .time_card .card ul li i, .open_time .time_card .card ul li em {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .open_time .time_card .card ul li {
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    max-width: inherit;
    justify-content: flex-start;
  }
  .open_time .time_card .card ul li span, .open_time .time_card .card ul li i, .open_time .time_card .card ul li em {
    padding-left: 5px;
  }
}

.vbc {
  margin-top: 5em;
}
.vbc h2 {
  text-align: center;
}
.vbc p {
  text-align: center;
  width: 50%;
  margin: 2em auto;
  font-size: 1.1em;
}
@media screen and (max-width: 820px) {
  .vbc p {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .vbc p {
    width: 85%;
  }
}
.vbc .vbc_item ul {
  display: flex;
  flex-direction: row;
  width: 78%;
  margin: 3em auto;
}
@media screen and (max-width: 1700px) {
  .vbc .vbc_item ul {
    width: 88%;
  }
}
@media screen and (max-width: 1300px) {
  .vbc .vbc_item ul {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .vbc .vbc_item ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
  }
}
.vbc .vbc_item ul li {
  width: 28.3333333333%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .vbc .vbc_item ul li {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .vbc .vbc_item ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .vbc .vbc_item ul li {
    width: 90%;
  }
}
.vbc .vbc_item ul li img {
  width: auto;
}
@media screen and (max-width: 1300px) {
  .vbc .vbc_item ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .vbc .vbc_item ul li img {
    width: 250px;
  }
}
.vbc .vbc_item ul li a {
  display: block;
}
.vbc .vbc_item ul li i {
  position: absolute;
  right: 20%;
  bottom: 20px;
  z-index: 2;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .vbc .vbc_item ul li i {
    right: 10%;
    bottom: 10px;
  }
}
.vbc .vbc_item ul li:hover i {
  right: 16%;
}

.traffic {
  padding-top: 15em;
  min-height: 800px;
  position: relative;
  background-image: url(../images/traff_bg.png);
  background-repeat: no-repeat;
  background-position: 85% top;
}
@media screen and (max-width: 1700px) {
  .traffic {
    padding-top: 10em;
  }
}
@media screen and (max-width: 1380px) {
  .traffic {
    padding-top: 7em;
  }
}
@media screen and (max-width: 1024px) {
  .traffic {
    background-size: 80%;
    background-position: right top;
  }
}
@media screen and (max-width: 820px) {
  .traffic {
    padding-top: 4em;
  }
}
.traffic h2 {
  text-align: center;
}
.traffic .traff_con {
  margin-top: 9em;
  position: relative;
}
@media screen and (max-width: 820px) {
  .traffic .traff_con {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
  }
}
.traffic .traff_con .traff {
  padding: 2% 0;
  background: #fff;
  position: absolute;
  box-shadow: 1px 1px 10px #999;
  text-align: justify;
  margin-top: 3em;
}
@media screen and (max-width: 820px) {
  .traffic .traff_con .traff {
    position: static;
  }
}
.traffic .traff_con .traff.bus {
  border-radius: 0 30px 30px 0;
  padding-left: 8%;
  padding-right: 5%;
  top: 1em;
  left: 0;
  width: 70%;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .traffic .traff_con .traff.bus {
    width: 90%;
    padding: 2%;
    margin: 1em auto;
    border-radius: 30px;
  }
}
.traffic .traff_con .traff.car {
  border-radius: 30px 0 0 30px;
  margin-top: -2em;
  padding-left: 8%;
  padding-right: 6%;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 75%;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .traffic .traff_con .traff.car {
    width: 90%;
    padding: 2%;
    margin: 1em auto;
    border-radius: 30px;
  }
}
.traffic .traff_con .traff h3 {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .traffic .traff_con .traff h3 {
    font-size: 1.3em;
  }
}
.traffic .traff_con .traff h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  .traffic .traff_con .traff h4 {
    font-size: 1em;
  }
}
.traffic .traff_con .traff a {
  color: #544680;
}
.traffic .traff_con .traff p em {
  display: block;
  font-style: normal;
}
.traffic .traff_con .traff ul {
  list-style: disc inside;
}
.traffic .traff_con .traff ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.retro {
  margin-top: 8em;
  margin-left: 2em;
  min-height: 280px;
  display: flex;
  flex-direction: row;
  background-image: url(../images/retro_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50%;
}
@media screen and (max-width: 1380px) {
  .retro {
    margin-top: 10em;
  }
}
@media screen and (max-width: 1024px) {
  .retro {
    margin-top: 15em;
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .retro {
    margin-top: 2em;
  }
}
.retro .owl-nav {
  display: none;
}
.retro .title_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.retro ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
}
@media screen and (max-width: 1024px) {
  .retro ul {
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.retro ul li {
  width: 110px;
  height: 110px;
  word-break: break-all;
  box-sizing: border-box;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .retro ul li {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.retro ul li.hastwo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.retro ul li.hastwo a {
  font-size: 1.2em;
}
.retro ul li a {
  color: #b1a29a;
  font-family: "Outfit", sans-serif;
  display: block;
  font-size: 1.3em;
}
.retro ul li a span {
  display: block;
}
.retro ul li:hover {
  background-image: url(../images/retro_hover.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .retro ul li:hover {
    background: none;
  }
}
.retro ul li:hover a {
  color: #61574c;
}

.owl-item {
  margin-top: 150px;
  transition: 1s;
  opacity: 0.75;
}
.owl-item + .center {
  margin-top: 20px;
  opacity: 1;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: 200px;
  left: 45%;
}
@media screen and (max-width: 1380px) {
  .owl-theme .owl-nav {
    bottom: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .owl-theme .owl-nav {
    bottom: 350px;
  }
}
@media screen and (max-width: 820px) {
  .owl-theme .owl-nav {
    bottom: inherit;
    top: -10px;
  }
}
@media screen and (max-width: 600px) {
  .owl-theme .owl-nav {
    left: 38%;
  }
}

.owl-nav button.owl-prev {
  border: none;
  width: 40px;
  height: 40px;
  font-size: 1px !important;
  color: #fff !important;
  position: relative;
  cursor: pointer;
  background-color: initial;
}
.owl-nav button.owl-prev:hover {
  background: none !important;
}
.owl-nav button.owl-prev:hover:before {
  width: 35px;
  left: -30px;
}
.owl-nav button.owl-prev:hover:after {
  width: 80px;
  border-radius: 30px;
  background-position: 80% center;
  left: -60px;
}
.owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3.5px;
  border-radius: 20px;
  top: 19px;
  left: 0;
  z-index: 9;
  background-color: #706da5;
  transition: 0.2s;
}
.owl-nav button.owl-prev:after {
  content: " < ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/arrow-pointing-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.2s;
  box-shadow: 1px 1px 10px #999;
}
.owl-nav button.owl-next {
  border: none;
  width: 40px;
  height: 40px;
  font-size: 1px !important;
  color: #fff !important;
  position: relative;
  cursor: pointer;
  background-color: initial;
}
.owl-nav button.owl-next:hover {
  background: none !important;
}
.owl-nav button.owl-next:hover:before {
  width: 35px;
  left: 15px;
}
.owl-nav button.owl-next:hover:after {
  width: 80px;
  border-radius: 30px;
  background-position: 80% center;
}
.owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3.5px;
  border-radius: 20px;
  top: 18px;
  left: 0;
  z-index: 9;
  background-color: #706da5;
  transition: 0.2s;
}
.owl-nav button.owl-next:after {
  content: " < ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/arrow-pointing-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 1px 1px 10px #999;
}

.page {
  background-image: url(../images/pagebg_rightside.png);
  background-repeat: no-repeat;
  background-position: right top;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .page {
    overflow-x: hidden;
    overflow-y: auto;
    background-image: none;
  }
}

.main_page {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .main_page {
    flex-direction: column;
  }
}
.main_page aside {
  width: 30%;
  max-width: 450px;
}
@media screen and (max-width: 1630px) {
  .main_page aside {
    max-width: 400px;
  }
}
@media screen and (max-width: 1366px) {
  .main_page aside {
    max-width: 100%;
    width: 100%;
  }
}
.main_page aside h1 {
  text-indent: -9999px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/wordspage_bg02.png), url(../images/wordspage_bg01.png);
  background-repeat: no-repeat;
  background-position: center center, left top;
  background-size: inherit;
}
@media screen and (max-width: 1366px) {
  .main_page aside h1 {
    height: 520px;
    background-image: url(../images/wordspage_Mbg02.png), url(../images/wordspage_Mbg01.png);
    background-repeat: no-repeat;
    background-position: center center, left top;
    background-size: 960px, 100%;
  }
}
@media screen and (max-width: 1280px) {
  .main_page aside h1 {
    height: 450px;
    background-image: url(../images/wordspage_Mbg02.png), url(../images/wordspage_Mbg01.png);
    background-repeat: no-repeat;
    background-position: center center, left top;
    background-size: 960px, 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main_page aside h1 {
    height: 400px;
    background-size: 80%, 100%;
  }
}
@media screen and (max-width: 820px) {
  .main_page aside h1 {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .main_page aside h1 {
    height: 280px;
    background-size: 90%, 100%;
    background-position: 60% 45%, left top;
  }
}
@media screen and (max-width: 480px) {
  .main_page aside h1 {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .main_page aside h1 {
    height: 180px;
  }
}
.main_page aside .back_btn {
  position: absolute;
  text-indent: -9999px;
  top: 1em;
  left: 1em;
}
.main_page aside .back_btn a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
.main_page aside .back_btn a:hover {
  animation: none;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 600px) {
  .main_page aside .back_btn {
    top: 10px;
    left: 10px;
  }
  .main_page aside .back_btn a {
    width: 35px;
    height: 35px;
    background-size: 50%;
  }
}
.main_page aside.pagebg h1 {
  background-image: url(../images/EN_pagebg_02.png), url(../images/pagebg_01.png);
  background-size: 95%, cover;
  background-position: right center, center;
}
@media screen and (max-width: 1366px) {
  .main_page aside.pagebg h1 {
    background-image: url(../images/EN_pagebgM_02.png), url(../images/pagebgM_01.png);
    background-size: cover, cover;
    background-position: right center, center;
  }
}
@media screen and (max-width: 600px) {
  .main_page aside.pagebg h1 {
    height: 200px;
  }
}
@media screen and (max-width: 380px) {
  .main_page aside.pagebg h1 {
    height: 180px;
  }
}

.pagemain_con {
  width: 100%;
  max-width: calc(100% - 450px);
  overflow: hidden;
  background-image: url(../images/wordspage_footerbg.png), url(../images/wordspage_footerbg02.png);
  background-repeat: no-repeat;
  background-position: right bottom, center bottom;
  background-size: auto, 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1630px) {
  .pagemain_con {
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1366px) {
  .pagemain_con {
    max-width: 100%;
    width: 100%;
    min-height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .pagemain_con {
    min-height: 980px;
  }
}
@media screen and (max-width: 820px) {
  .pagemain_con {
    background-image: url(../images/wordspage_footerbg.png), url(../images/wordspage_footerbg02.png);
    background-repeat: no-repeat;
    background-position: right bottom, center bottom;
    background-size: auto, 100%;
  }
}
@media screen and (max-width: 600px) {
  .pagemain_con {
    min-height: 600px;
    justify-content: flex-start;
    background-image: url(../images/wordspage_footerbg.png), url(../images/wordspage_footerbg02.png);
    background-repeat: no-repeat;
    background-position: right bottom, center bottom;
    background-size: 50%, 100%;
  }
}
.pagemain_con h2 {
  width: 100%;
  height: 140px;
  text-indent: -9999px;
  background-image: url(../images/EN_pagetitle_words.png);
  background-repeat: no-repeat;
  background-position: 5% center;
}
@media screen and (max-width: 600px) {
  .pagemain_con h2 {
    background-size: 95%;
    height: 120px;
  }
}
.pagemain_con h2.ny_title {
  background-image: url(../images/EN_nyimg.png);
}
@media screen and (max-width: 820px) {
  .pagemain_con h2.ny_title {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) {
  .pagemain_con h2.ny_title {
    height: 120px;
    margin: 1em 0 0 0;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 460px) {
  .pagemain_con h2.ny_title {
    width: 100%;
    margin: 0.5em 0 0 0;
    background-size: auto 100px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page.principal {
  overflow: auto;
  overflow-x: hidden;
  background-image: none;
}
.page.principal .main_page aside {
  position: fixed;
}
@media screen and (max-width: 1366px) {
  .page.principal .main_page aside {
    position: static;
  }
}
.page.principal .main_page .pagemain_con {
  margin-left: 450px;
}
@media screen and (max-width: 1630px) {
  .page.principal .main_page .pagemain_con {
    margin-left: 400px;
  }
}
@media screen and (max-width: 1366px) {
  .page.principal .main_page .pagemain_con {
    margin: 0;
  }
}

.pagemain_con .page_con {
  position: relative;
  width: 100%;
}
.pagemain_con .page_con .submenu {
  width: 350px;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 200px;
  height: 90%;
  box-sizing: border-box;
  background-image: url(../images/pagebg_rightside.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 1630px) {
  .pagemain_con .page_con .submenu {
    width: 300px;
    background-size: 90%;
  }
}
@media screen and (max-width: 1480px) {
  .pagemain_con .page_con .submenu {
    width: 280px;
    background-size: 85%;
  }
}
@media screen and (max-width: 1366px) {
  .pagemain_con .page_con .submenu {
    position: absolute;
    width: 350px;
    top: -200px;
    background: none;
  }
}
@media screen and (max-width: 1170px) {
  .pagemain_con .page_con .submenu {
    width: 280px;
  }
}
@media screen and (max-width: 820px) {
  .pagemain_con .page_con .submenu {
    position: static;
    padding-top: 0;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 380px) {
  .pagemain_con .page_con .submenu {
    width: 320px;
  }
}
.pagemain_con .page_con .submenu ul {
  width: 55%;
  border-left: 1px solid #dcd2c5;
  padding-top: 3em;
  padding-left: 2em;
  margin: 1em auto;
  padding-bottom: 3em;
}
@media screen and (max-width: 1480px) {
  .pagemain_con .page_con .submenu ul {
    width: 65%;
    padding-left: 1em;
  }
}
@media screen and (max-width: 820px) {
  .pagemain_con .page_con .submenu ul {
    padding: 0;
    border-left: none;
    width: 98%;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
  }
}
.pagemain_con .page_con .submenu ul li a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: block;
  color: #b0a199;
}
@media screen and (max-width: 820px) {
  .pagemain_con .page_con .submenu ul li {
    width: 75%;
    margin-bottom: 0.5em;
  }
  .pagemain_con .page_con .submenu ul li a {
    padding-left: 1em;
    padding-right: 0.5em;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.pagemain_con .page_con .submenu ul li.sel, .pagemain_con .page_con .submenu ul li:hover {
  background: #fff;
  border-radius: 0 45px 45px 45px;
  background-image: url(../images/arrow-pointing-to-right_b.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
@media screen and (max-width: 820px) {
  .pagemain_con .page_con .submenu ul li.sel, .pagemain_con .page_con .submenu ul li:hover {
    border-radius: 0 30px 30px 30px;
    background-image: url(../images/arrow-pointing-to-bottom.png);
    background-position: 5px 5px;
  }
}
.pagemain_con .page_con .submenu ul li.sel a, .pagemain_con .page_con .submenu ul li:hover a {
  color: #60574c;
}
.pagemain_con .page_con .submenu ul li.sel {
  box-shadow: 1px 1px 10px #999;
}
.pagemain_con .page_con .page_text {
  width: 65%;
  padding-left: 5%;
}
@media screen and (max-width: 820px) {
  .pagemain_con .page_con .page_text {
    width: 90%;
    padding-left: 0;
    margin: 1em auto;
  }
}

.pagemain_con .lang_con {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 820px) {
  .pagemain_con .lang_con {
    flex-direction: column-reverse;
  }
}
.pagemain_con .words {
  width: 55%;
  padding-right: 2%;
  padding-left: 1%;
  border-right: 1px solid #dcd2c5;
  box-sizing: border-box;
  background-image: url(../images/pagerabbit_words.png);
  background-repeat: no-repeat;
  background-position: -5% 110%;
  background-size: 95%;
  display: flex;
  flex-direction: column;
  padding-bottom: 240px;
}
@media screen and (max-width: 1630px) {
  .pagemain_con .words {
    width: 52%;
    background-position: left bottom;
  }
}
@media screen and (max-width: 820px) {
  .pagemain_con .words {
    width: 100%;
    border-right: none;
    border-top: 1px solid #dcd2c5;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 600px) {
  .pagemain_con .words {
    padding-bottom: 150px;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 600px) {
  .pagemain_con .words {
    background-size: 98%;
    padding-bottom: 130px;
    border-top: none;
  }
}
.pagemain_con .words_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 5%;
  font-family: "Outfit", sans-serif;
  display: none;
}
.pagemain_con .words_con.show {
  display: block;
}
.pagemain_con .words_con h3 {
  font-size: 1.75em;
  padding-bottom: 0.5em;
  padding-right: 1em;
}
@media screen and (max-width: 600px) {
  .pagemain_con .words_con h3 {
    font-size: 1.2em;
  }
}
.pagemain_con .words_con p {
  width: 95%;
  margin-top: 1em;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.8;
  padding-left: 2em;
  padding-right: 1em;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 600px) {
  .pagemain_con .words_con p {
    font-size: 1em;
  }
}
.pagemain_con .sel_con {
  width: 43%;
  margin-left: 1%;
}
@media screen and (max-width: 1630px) {
  .pagemain_con .sel_con {
    width: 47%;
  }
}
@media screen and (max-width: 820px) {
  .pagemain_con .sel_con {
    width: 100%;
  }
}
.pagemain_con .sel_con ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1em;
  width: 98%;
}
@media screen and (max-width: 600px) {
  .pagemain_con .sel_con ul {
    overflow: auto;
    white-space: nowrap;
    width: 98%;
    margin: auto;
    flex-wrap: nowrap;
    padding-top: 0;
  }
}
.pagemain_con .sel_con ul li {
  width: 31%;
  box-sizing: border-box;
  margin: 0.2em;
  padding: 0.7em 0.6em 0.5em 0.6em;
  color: #b0a199;
  cursor: pointer;
  text-align: center;
}
.pagemain_con .sel_con ul li.sel, .pagemain_con .sel_con ul li:hover {
  background: #fff;
  border-radius: 0 30px 30px 30px;
  background-image: url(../images/arrow-pointing-to-right_b.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
@media screen and (max-width: 820px) {
  .pagemain_con .sel_con ul li.sel, .pagemain_con .sel_con ul li:hover {
    background-image: url(../images/arrow-pointing-to-bottom.png);
    background-position: 5px 5px;
  }
}
.pagemain_con .sel_con ul li.sel {
  box-shadow: 1px 1px 10px #999;
}
@media screen and (max-width: 820px) {
  .pagemain_con .sel_con ul li {
    width: 19%;
  }
}
@media screen and (max-width: 600px) {
  .pagemain_con .sel_con ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    padding: 0.5em 1em;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.pagemain_con h2.ny_title {
  background-image: url(../images/EN_nyimg.png);
}

.page_text h3 {
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .page_text h3 {
    font-size: 1.35em;
  }
}

.pray_con {
  background-color: #fff;
  background-image: url(../images/prayer_condots.png);
  background-repeat: no-repeat;
  border-radius: 45px;
  display: flex;
  flex-direction: row;
  margin-top: 5em;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .pray_con {
    flex-direction: column;
    margin-left: 0;
  }
}
.pray_con figure {
  width: 35%;
  max-width: 400px;
  margin-left: -35px;
  margin-top: -35px;
}
@media screen and (max-width: 600px) {
  .pray_con figure {
    width: 70%;
    margin-left: 15px;
  }
}
.pray_con figure img {
  width: 100%;
  border-radius: 35px;
}
.pray_con .text {
  padding: 2em;
  width: 65%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .pray_con .text {
    width: 100%;
    padding: 1em;
  }
}
.pray_con .text h4 {
  font-size: 1.3em;
}
.pray_con .text h4 em {
  font-style: normal;
  display: block;
}
.pray_con .text h5 {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcd2c5;
  margin-bottom: 1em;
}

.ny_con {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .ny_con {
    margin: 0;
  }
}
.ny_con.ori h3 {
  margin-bottom: 2em;
  padding-left: 1em;
}
.ny_con.meaning h3 {
  padding-left: 1em;
}
.ny_con.meaning .flr {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1480px) {
  .ny_con.meaning .flr {
    flex-direction: column;
  }
}
.ny_con.meaning .flr figure {
  width: 45%;
  margin-right: 2%;
}
@media screen and (max-width: 1480px) {
  .ny_con.meaning .flr figure {
    width: 50%;
    margin: auto;
  }
}
.ny_con.meaning .flr figure img {
  width: 100%;
}
.ny_con.meaning .flr p {
  width: 50%;
}
@media screen and (max-width: 1480px) {
  .ny_con.meaning .flr p {
    width: 90%;
    margin: auto;
  }
}
.ny_con h3 {
  margin-bottom: 1em;
}
.ny_con p {
  text-align: justify;
}
.ny_con p + p {
  margin-top: 1em;
}
.ny_con p.muli {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 1480px) {
  .ny_con p.muli {
    flex-direction: column;
  }
}
.ny_con p.muli img {
  width: 60%;
  margin-right: 2%;
}
@media screen and (max-width: 1480px) {
  .ny_con p.muli img {
    width: 90%;
  }
}
.ny_con .listBox .list {
  position: relative;
  z-index: 9999;
  margin-top: 6em;
  margin-bottom: 6em;
}
.ny_con .listBox .list i {
  font-family: "Outfit", sans-serif;
  font-size: 6em;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -1em;
  left: -5px;
  z-index: -1;
}
.ny_con .listBox .list .ny_txt {
  width: 98%;
  margin: auto;
  margin-top: 3em;
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 1em;
  border-radius: 30px;
  box-shadow: 1px 1px 10px #999;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ny_con .listBox .list .ny_txt {
    width: 90%;
  }
}
.ny_con .listBox .list .ny_txt h4 {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .ny_con .listBox .list .ny_txt h4 {
    font-size: 1.25em;
  }
}
.ny_con .listBox .list .ny_txt figure {
  position: absolute;
  top: -100px;
  left: 0;
}
.ny_con .listBox .list .ny_txt figure img {
  width: 100%;
}
.ny_con figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .ny_con figure {
    margin: 0;
  }
}
.ny_con figure img {
  width: 100%;
}
.ny_con.light {
  position: relative;
}
.ny_con.light .lang {
  position: absolute;
  top: 10px;
  right: 0;
}
.ny_con.light .lang a {
  background: #fff;
  padding: 0.2em 2em;
  border-radius: 45px;
  color: #61574c;
  margin-left: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .ny_con.light .lang a {
    padding: 0.2em 1em;
    margin-left: 0.2em;
  }
}
.ny_con.light .lang a.sel {
  box-shadow: 1px 1px 10px #999;
}
.ny_con.light .light_con {
  display: none;
}
.ny_con.light .light_con.sel {
  display: block;
}
.ny_con.light .listBox .list i {
  font-family: "Noto Sans TC";
  left: -10px;
}
.ny_con.light .listBox .list .ny_txt h4 {
  color: #4e483d;
}
.ny_con.light .listBox .list .ny_txt p {
  color: #61574c;
}
.ny_con.light ul {
  background: #e6dcd0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  .ny_con.light ul {
    flex-direction: column;
  }
}
.ny_con.light ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0.2em;
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 600px) {
  .ny_con.light ul li {
    width: 95%;
  }
}
.ny_con.light ul li b {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.main_title_g {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .main_title_g h2 img {
    width: 100%;
  }
}
.main_title_g.flc {
  justify-content: center;
  align-items: center;
}
.main_title_g.flc .dots {
  margin-left: -1em;
}

.dots {
  width: 40px;
  height: 20px;
  margin-top: 1em;
  margin-left: 3.5em;
  background-image: radial-gradient(farthest-side, #a973a2 93%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side, #7569a3 93%, rgba(0, 0, 0, 0));
  background-position: 0 0, 50% 0;
  position: relative;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  clip-path: inset(-200% -100% 0 0);
  animation: db6 1.5s linear infinite;
}
@media screen and (max-width: 600px) {
  .dots {
    margin-top: 0.5em;
    margin-left: 3em;
  }
}

.dots:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background: #ccc;
  left: -16px;
  top: 0;
  animation: db6-1 1.5s linear infinite, db6-2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
}

.dots:after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f94bc;
  animation: db3 1.5s linear infinite;
}

@keyframes db6 {
  0%, 30% {
    background-position: 0 0, 50% 0;
  }
  33% {
    background-position: 0 100%, 50% 0;
  }
  41%, 63% {
    background-position: 0 0, 50% 0;
  }
  66% {
    background-position: 0 0, 50% 100%;
  }
  74%, 100% {
    background-position: 0 0, 50% 0;
  }
}
@keyframes db6-1 {
  90% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(15px);
    left: calc(100% - 8px);
  }
}
@keyframes db6-2 {
  100% {
    top: -0.1px;
  }
}
@keyframes db3 {
  0%, 80%, 100% {
    transform: translate(0);
  }
  90% {
    transform: translate(20px);
  }
}