/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./resources/src/scss/2026newyear.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote.clear:after,
blockquote:after,
q:before,
q.clear:after,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  display: inline;
  font-style: normal;
}

:focus,
button:focus {
  outline: 0;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

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

.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}

body .pad {
  display: none;
}
@media screen and (max-width: 768px) {
  body .pad {
    display: block;
  }
}

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

.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

.c {
  clear: both;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

table {
  width: 100%;
}
table th,
table td {
  vertical-align: middle;
}

.table {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.th {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.inblock {
  font-size: 0;
  letter-spacing: 0;
}
.inblock > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

.mainTitle {
  font-weight: normal;
  text-align: center;
  font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .mainTitle {
    font-size: 2.5rem;
  }
}
.mainTitle .mainTitle_line:after {
  height: 0.125rem;
  bottom: 0.0625rem;
}

.img, .arti_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pic {
  position: relative;
}

.row_mainTitle, .footer_social_title {
  font-size: 3.125rem;
  letter-spacing: 0.3125rem;
  font-weight: 600;
  line-height: 1.3888888889;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .row_mainTitle, .footer_social_title {
    font-size: 3.375rem;
  }
}

._en .row_mainTitle, ._en .footer_social_title {
  text-transform: uppercase;
  font-size: 3.6rem;
}

.mainTitle_line {
  position: relative;
}
.mainTitle_line::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}

.arrow_right, .arrow_left {
  width: 0.5625rem;
  height: 0.5625rem;
  display: inline-block;
  position: relative;
  margin-left: 0.3125rem;
}
.arrow_right:before, .arrow_left:before, .arrow_right:after, .arrow_left:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
.arrow_right:before, .arrow_left:before, .arrow_right.clear:after, .clear.arrow_left:after {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow_right:after, .arrow_left:after {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow_right.black:before, .black.arrow_left:before, .arrow_right.black:after, .black.arrow_left:after {
  background: #333;
}

.arrow_left:before, .arrow_left.clear:after {
  top: 50%;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow_left:after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow_down {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.arrow_down:before, .arrow_down:after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.arrow_down:before, .arrow_down.clear:after {
  left: 50%;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow_down:after {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn {
  width: 17.1875rem;
  border: 0.0625rem solid #333;
}
.btn .arrow_right, .btn .arrow_left {
  top: -0.1875rem;
}

.btn_link {
  text-align: center;
  font-size: 1rem;
  font-family: Arial, "微軟正黑體", "蘋果儷黑體", sans-serif, Verdana;
  line-height: 3;
}
.btn_link:hover {
  color: #fff;
  background: #333;
}
.btn_link:hover .arrow_right, .btn_link:hover .arrow_left {
  -webkit-animation: btn_arrow 0.9s ease-in-out infinite;
          animation: btn_arrow 0.9s ease-in-out infinite;
}
.btn_link:hover .arrow_right:before, .btn_link:hover .arrow_left:before, .btn_link:hover .arrow_right:after, .btn_link:hover .arrow_left:after {
  background: #fff;
}

@-webkit-keyframes btn_arrow {
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

@keyframes btn_arrow {
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-webkit-keyframes btn_arrow_left {
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@keyframes btn_arrow_left {
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.btn_dark {
  width: 11.25rem;
}
.btn_dark .arrow_right, .btn_dark .arrow_left {
  top: -0.1875rem;
}
.btn_dark .arrow_right:before, .btn_dark .arrow_left:before, .btn_dark .arrow_right:after, .btn_dark .arrow_left:after {
  background: #fff;
}

.btn_dark_link {
  font-family: Arial, "微軟正黑體", "蘋果儷黑體", sans-serif, Verdana;
  font-size: 1rem;
  line-height: 3.125;
  text-align: center;
  letter-spacing: 0.25rem;
  background: #333;
  color: #fff;
  padding: 0 1.5625rem;
}
.btn_dark_link:hover {
  color: #fff;
  opacity: 0.9;
}
.btn_dark_link:hover .arrow_right, .btn_dark_link:hover .arrow_left {
  -webkit-animation: btn_arrow 1s ease-in-out infinite;
          animation: btn_arrow 1s ease-in-out infinite;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next, .swiper ~ .swiper-button-prev, .swiper ~ .swiper-button-next {
  width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  background-size: 2.0625rem auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after, .swiper ~ .swiper-button-prev::after, .swiper ~ .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_arrow_next.png);
  background-repeat: no-repeat;
  background-size: 0.625rem auto;
  background-position: center center;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover, .swiper ~ .swiper-button-prev:hover, .swiper ~ .swiper-button-next:hover {
  background: #333;
}
.swiper .swiper-button-prev:hover::after,
.swiper .swiper-button-next:hover::after, .swiper ~ .swiper-button-prev:hover::after, .swiper ~ .swiper-button-next:hover::after {
  background-image: url(../img/icon_arrow_next_w.png);
}
.swiper .swiper-button-prev::after, .swiper ~ .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.top_banner_sec {
  position: relative;
  overflow: hidden;
}

.top_banner_img {
  height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top_banner_img {
    height: 46vw;
  }
}
@media screen and (max-width: 480px) {
  .top_banner_img {
    height: 50vw;
  }
}

.top_banner_center {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .top_banner_center {
    -webkit-transform: translate(-50%, -5%);
        -ms-transform: translate(-50%, -5%);
            transform: translate(-50%, -5%);
  }
}

.top_banner_title {
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.625rem;
  text-indent: 0.625rem;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_banner_title {
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
    font-size: 0.875rem;
  }
}

.top_banner_title_cn {
  display: block;
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
  line-height: 1.2;
  opacity: 0.9;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top_banner_title_cn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .top_banner_title_cn {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

._en .top_banner_title {
  letter-spacing: 0.1875rem !important;
  text-indent: 0.1875rem !important;
}

._en .top_banner_title {
  font-size: 2.25rem;
}

.pagenation {
  font-size: 0;
  letter-spacing: 0;
}
.pagenation > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0px;
}
.pagenation {
  text-align: center;
  padding-top: 2.875rem;
}
.pagenation li {
  width: 2.1875rem;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 0.4375rem;
}
.pagenation a {
  height: 100%;
  border: 0.0625rem solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: background 0.2s ease-out, border-color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.pagenation a:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}
.pagenation .active a {
  color: #fff;
  background: #333;
  border-color: #333;
}

.page_angle {
  width: 0.4375rem;
}

.page_more a {
  border-color: transparent;
}
.page_more:hover .ori {
  display: none;
}
.page_more:hover .hvr {
  display: block;
}

.page_more_img {
  width: 0.8125rem;
}
.page_more_img.hvr {
  display: none;
}

.arti_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media screen and (max-width: 480px) {
  .arti_list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.arti_li {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4.25rem;
}
@media screen and (max-width: 768px) {
  .arti_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .arti_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.arti_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arti_link:hover .arti_img {
  opacity: 0.7;
}

.arti_img {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.arti_pic {
  position: relative;
  overflow: hidden;
}

.arti_caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.9375rem 2.75rem 2.5rem;
  background: #faf8f8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .arti_caption {
    padding: 0.9375rem 1.25rem 2.5rem;
  }
}

.arti_tag {
  display: inline-block;
  background: #faf8f8;
  padding: 0 1.25rem;
  position: absolute;
  bottom: 100%;
  left: 1.5625rem;
}

.arti_date {
  font-size: 0.875rem;
  display: block;
  position: relative;
  bottom: -0.3125rem;
}

.arti_title {
  line-height: 1.5333333333;
  margin-top: 0.5625rem;
  font-size: 1.5rem;
}

._en .arti_title {
  font-size: 1.2rem;
}

.arti_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, "微軟正黑體", "蘋果儷黑體", sans-serif, Verdana;
  line-height: 2;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .arti_txt {
    line-height: 1.8;
  }
}

.breadcrumbs {
  font-size: 0;
  letter-spacing: 0;
}
.breadcrumbs > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0px;
}
.breadcrumbs {
  position: relative;
  margin-bottom: 0.625rem;
}
.breadcrumbs li {
  font-size: 0.9375rem;
  font-family: Arial, "微軟正黑體", "蘋果儷黑體", sans-serif, Verdana;
  letter-spacing: 0.125rem;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li {
    margin-bottom: 0.625rem;
  }
}
.breadcrumbs li:after {
  content: ">";
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  display: inline;
}
.breadcrumbs a:hover {
  color: #b40029;
}
.breadcrumbs i {
  font-size: 0;
}

._en .breadcrumbs li {
  letter-spacing: 0.125rem;
}

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

.loader_container {
  position: relative;
}

.drop {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #cce4ff;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: inset 0 0 1.25rem 0 rgba(75, 146, 226, 0.7), 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 1.25rem 0 rgba(75, 146, 226, 0.7), 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 0 auto;
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
}

.drop:before,
.drop:after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  top: -1.875rem;
  background-color: #fff;
}

.drop:before, .drop.clear:after {
  border-radius: 40%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: wave 6s linear infinite 0.8s;
          animation: wave 6s linear infinite 0.8s;
}

.drop:after {
  top: -1.5625rem;
  border-radius: 35%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: wave 5s linear infinite;
          animation: wave 5s linear infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes drop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 999;
}

.scrollBox {
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 0.125rem;
}
.scrollBox::-webkit-scrollbar {
  width: 0.3125rem;
}
.scrollBox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 0.625rem;
}
.scrollBox::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 0.625rem;
}
.scrollBox:hover::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.lb_board {
  max-width: 56.25rem;
  min-width: 9.375rem;
  width: calc(100% - 3.75rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 0;
  position: relative;
  border-radius: 0.3125rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .lb_board {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.btnClose {
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #fff;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 480px) {
  .btnClose {
    top: 0.75rem;
    right: 0.625rem;
  }
}
.btnClose:before, .btnClose:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.1875rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.0625rem;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btnClose:before, .btnClose.clear:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btnClose:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btnClose:hover:before, .btnClose.clear:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btnClose:hover:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btnClose a {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .btnClose a:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .btnClose a.active:after, .btnClose a:focus:after {
    opacity: 1;
  }
}

.lbBtn {
  cursor: pointer;
}

.lb_chrono_pic {
  margin-bottom: 1.875rem;
  border: 0.375rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lb_chrono_txt {
  letter-spacing: 0.125rem;
  color: #fff;
}
.lb_chrono_txt p {
  margin-bottom: 1.25rem;
}

.lb_chrono_iframe iframe {
  height: 28.125rem;
  border: 0.375rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.875rem;
}

.loading_spin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.125rem;
  color: #fff;
}
.loading_spin .fad {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-animation: loading_spin 1.2s linear infinite;
          animation: loading_spin 1.2s linear infinite;
}
.loading_spin .fad:after {
  position: relative;
}
.loading_spin .fad:before, .loading_spin .fad:after {
  top: 2px;
  left: 0px;
  display: block;
  width: 34px;
  height: 34px;
}

@-webkit-keyframes loading_spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header {
  width: 100%;
  padding: 1.9375rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: padding 0.4s ease-out;
  transition: padding 0.4s ease-out;
}
@media screen and (max-width: 850px) {
  .header {
    padding: 1.375rem 0;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0.4375rem 0;
  }
}
.header::before, .header.clear:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.header.bg {
  padding: 0.625rem 0;
  -webkit-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
}
@media screen and (max-width: 850px) {
  .header.bg {
    padding: 0.625rem 0 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .header.bg {
    padding: 0.4375rem 0 0.75rem;
  }
}
.header.bg::before, .header.bg.clear:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}
.header.bg .nav_link {
  color: #000;
}
.header.bg .hamburger:before, .header.bg .hamburger:after {
  background: #333;
}
.header.bg .mainLogo_link:before, .header.bg .mainLogo_link.clear:after {
  opacity: 1;
}
.header.bg .header_search_link,
.header.bg .header_lang_link {
  color: #333;
}
.header.bg .header_search_link:hover,
.header.bg .header_lang_link:hover {
  color: #333;
}
.header.bg .header_search_link .arrow_down:before, .header.bg .header_search_link .arrow_down:after,
.header.bg .header_lang_link .arrow_down:before,
.header.bg .header_lang_link .arrow_down:after {
  background: #333;
}
.header .container {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 850px) {
  .header_right {
    position: relative;
    top: 0.25rem;
  }
}

.header_search,
.header_lang {
  margin-right: 1.875rem;
}
.header_search:hover .subnav_box,
.header_lang:hover .subnav_box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.header_search_link,
.header_lang_link {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  color: #fff;
}
.header_search_link:hover,
.header_lang_link:hover {
  color: #fff;
}
.header_search_link .arrow_down:before, .header_search_link .arrow_down:after,
.header_lang_link .arrow_down:before,
.header_lang_link .arrow_down:after {
  background: #fff;
}

.mainLogo {
  width: 8.75rem;
}
@media screen and (max-width: 850px) {
  .mainLogo {
    width: 7.5rem;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  .mainLogo {
    width: 7.5rem;
  }
}

.mainLogo_link {
  position: relative;
}
.mainLogo_link:before, .mainLogo_link.clear:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/mainLogo_dark.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.nav {
  width: 100%;
  padding: 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  .nav {
    height: 100%;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .nav .subnav_box {
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 0.15);
  }
}

.nav_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  .nav_list {
    display: block;
    height: 100%;
    padding: 7.5rem 0;
  }
}

.nav_li, .header_search,
.header_lang {
  font-family: Arial, "微軟正黑體", "蘋果儷黑體", sans-serif, Verdana;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav_li:hover .subnav_box, .header_search:hover .subnav_box,
  .header_lang:hover .subnav_box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.happynewyear_btn {
  margin-right: 1.5625rem;
}
@media screen and (max-width: 850px) {
  .happynewyear_btn {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.happynewyear_btn .nav_link {
  background: #b40029;
}
@media screen and (max-width: 850px) {
  .happynewyear_btn .nav_link {
    color: #fff;
  }
}

.header.bg .happynewyear_btn .nav_link {
  color: #fff;
}

.nav_link {
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.5625rem;
  line-height: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .nav_link:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1280px) {
  .nav_link {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 850px) {
  .nav_link {
    color: #333;
    padding: 0.625rem 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .nav_link {
    font-size: 1.1875rem;
    padding: 0.9375rem 1.5625rem;
  }
}
.nav_link .en_txt {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0;
  margin-top: 0.4375rem;
}

.subnav_box {
  padding-top: 1.0625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(15px);
      -ms-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 850px) {
  .subnav_box {
    padding-top: 0.86rem;
  }
}

.subnav_list {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 850px) {
  .subnav_list {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.625rem 0;
  }
}

.subnav_link {
  color: #333;
  text-align: center;
  padding: 0.9375rem 1.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .subnav_link:hover {
    color: #fff;
    background: #b40029;
  }
}
@media screen and (max-width: 850px) {
  .subnav_link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .subnav_link {
    font-size: 1.125rem;
  }
}
.subnav_link .en_txt {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0;
  margin-top: 0.4375rem;
}

.hamburger {
  width: 3.125rem;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .hamburger {
    width: 2.5rem;
  }
}
.hamburger a {
  padding: 1.25rem 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.0625rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 480px) {
  .hamburger span {
    height: 0.125rem;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.0625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .hamburger:before, .hamburger:after {
    height: 0.125rem;
  }
}
.hamburger:before, .hamburger.clear:after {
  -webkit-transform: translateY(-0.3125rem);
      -ms-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.hamburger:after {
  -webkit-transform: translateY(0.3125rem);
      -ms-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.hamburger.mClose span {
  width: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hamburger.mClose:before, .hamburger.mClose:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 850px) {
  .hamburger.mClose:before, .hamburger.mClose:after {
    background: #333;
  }
}
.hamburger.mClose:before, .hamburger.mClose.clear:after {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.hamburger.mClose:after {
  -webkit-transform: translateY(-5px) scaleX(0.5);
      -ms-transform: translateY(-5px) scaleX(0.5);
          transform: translateY(-5px) scaleX(0.5);
}

.to_top {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 40;
}
.to_top a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #333;
  background: #fff;
  border-radius: 0.25rem;
}
.to_top a:hover {
  background: #b40029;
  color: #fff;
}

.footer_social_sec {
  background: #333;
  color: #fff;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.footer_social_title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_social_title {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_social_title {
    letter-spacing: 0.3125rem;
  }
}

._en .footer_social_title {
  font-size: 3.2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer_social_txt {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .footer_social_txt {
    font-size: 1.125rem;
  }
}

.footer_social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_social_li {
  padding: 0 0.9375rem;
}

.footer_social_link {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 0.0625rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_social_link:hover {
  background-color: #fff;
}
.footer_social_link:hover .line {
  background-position: 100% 25%;
}
.footer_social_link:hover .instagram {
  background-position: 100% 0;
}
.footer_social_link:hover .flickr {
  background-position: 100% 50%;
}
.footer_social_link:hover .youtube {
  background-position: 100% 75%;
}
.footer_social_link:hover .facebook {
  background-position: 100% 100%;
}

.footer_social_icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon_sprites_social.png);
  background-size: 4.375rem auto;
}
.footer_social_icon.line {
  background-position: 0 25%;
}
.footer_social_icon.instagram {
  background-position: 0 0;
}
.footer_social_icon.flickr {
  background-position: 0 50%;
}
.footer_social_icon.youtube {
  background-position: 0 75%;
}
.footer_social_icon.facebook {
  background-position: 0 100%;
}

.footer_quote_sec {
  background: #333;
}

.swiper_quote .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper_quote .swiper-wrapper {
  width: auto;
}
.swiper_quote .swiper-slide {
  padding: 0 0.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper_quote .swiper-button-prev,
.swiper_quote .swiper-button-next {
  border-color: #fff;
}
.swiper_quote .swiper-button-prev:after,
.swiper_quote .swiper-button-next:after {
  font-size: 1.875rem;
  background-image: url(../img/icon_arrow_next_w.png);
}
@media screen and (max-width: 768px) {
  .swiper_quote .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper_quote .swiper-button-next {
    right: 0;
  }
}

.quote_img {
  border: 0.0625rem solid #3d3d3d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_sitemap_sec {
  background: #232323;
  padding-top: 5.25rem;
  padding-bottom: 6.25rem;
}
.footer_sitemap_sec .container {
  max-width: 104.375rem;
}

.footer_mainLogo {
  width: 8.75rem;
  margin-bottom: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .footer_mainLogo {
    margin-bottom: 2.5rem;
  }
}

.footer_sitemap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list {
    display: block;
  }
}

.footer_sitemap_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.8125rem;
          flex: 0 0 10.8125rem;
  font-size: 1rem;
  font-weight: 200;
  color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_li {
    margin-bottom: 1.25rem;
  }
}

.footer_sitemap_link {
  text-transform: uppercase;
  line-height: 2.75;
  border-bottom: 0.0625rem solid #535353;
  margin-bottom: 0.625rem;
  opacity: 0.8;
}
.footer_sitemap_link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_link {
    opacity: 1;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap_sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap_subli {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (max-width: 480px) {
  .footer_sitemap_subli {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
}

.footer_sitemap_sublink {
  line-height: 2.25;
  opacity: 0.8;
}
.footer_sitemap_sublink:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_sublink {
    font-size: 0.875rem;
    line-height: 1.875;
  }
}

.footer {
  position: relative;
  background: #fff;
}
.footer .container {
  max-width: 104.375rem;
}

.footer_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .footer_top_row {
    display: block;
  }
}

.footer_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 480px) {
  .footer_logo_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_logo_li {
  margin-right: 2.625rem;
}
.footer_logo_li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .footer_logo_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
    margin-bottom: 0.9375rem;
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer_logo_img {
  width: auto;
  height: 1.75rem;
}
@media screen and (max-width: 480px) {
  .footer_logo_img {
    width: 100%;
    height: auto;
  }
}

.footer_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_links_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_links_list {
    margin-top: 0;
  }
}

.footer_links_li {
  padding: 0 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_links_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_links_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer_links_li:before, .footer_links_li.clear:after {
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background: rgba(51, 51, 51, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_links_li:first-child:before, .footer_links_li.clear:first-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_links_li:first-child:before, .footer_links_li.clear:first-child:after {
    display: block;
  }
}

.footer_links_link {
  font-size: 0.8125rem;
  font-weight: 200;
  color: #575757;
}
.footer_links_link:hover {
  color: #000;
}

.footer_bottom {
  background: #b40029;
}

.copyright {
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  padding: 1.3125rem 0;
}

@font-face {
  font-family: "Noto Serif CJK TC";
  src: url(../fonts/NotoSerifCJKtc-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif CJK TC Bold";
  src: url(../fonts/NotoSerifCJKtc-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
html, body {
  width: 100%;
  font-family: "Noto Serif CJK TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fff;
  font-size: 0.8333333333vw;
  background: #ffffd5;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 850px) {
  html, body {
    font-size: 1.6842105263vw;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 2.2222222222vw;
  }
}

.en {
  letter-spacing: 0;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.container {
  width: calc(100% - 3.75rem);
  max-width: 85rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .container {
    max-width: 75rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 1.25rem);
  }
}

.container_inner {
  width: 100%;
  max-width: 56.25rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.wrapper section {
  position: relative;
  min-height: 56.25rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  width: auto;
  position: relative;
  border: 0;
}
.btn:hover .btn_dec {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: btn_dec 0.4s ease-out;
          animation: btn_dec 0.4s ease-out;
}

.btn_dec {
  width: 3.6875rem;
  height: 5rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@-webkit-keyframes btn_dec {
  25% {
    -webkit-transform: translateX(-50%) rotate(3deg);
            transform: translateX(-50%) rotate(3deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes btn_dec {
  25% {
    -webkit-transform: translateX(-50%) rotate(3deg);
            transform: translateX(-50%) rotate(3deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
.btn_link {
  color: #ffdea7;
  font-size: 1.625rem;
  line-height: 4.1875rem;
  background-image: url(../img/2026newyear/btn_middle.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 0 1.4375rem;
}
@media screen and (max-width: 850px) {
  .btn_link {
    font-size: 2rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .btn_link {
    font-size: 2.25rem;
    line-height: 5.625rem;
  }
}
.btn_link:before, .btn_link:after {
  content: "";
  width: 2.1875rem;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 480px) {
  .btn_link:before, .btn_link:after {
    width: 2.5rem;
  }
}
.btn_link:before, .btn_link.clear:after {
  right: 100%;
  background-image: url(../img/2026newyear/btn_left.png);
}
.btn_link:after {
  left: 100%;
  background-image: url(../img/2026newyear/btn_right.png);
}
.btn_link:hover {
  color: #ffdea7;
  background-color: transparent;
  background-image: url(../img/2026newyear/btn_middle.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-filter: drop-shadow(0 0 7px #fff);
          filter: drop-shadow(0 0 7px #fff);
}

.article_swiper .swiper-button-prev,
.article_swiper .swiper-button-next {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  border: 0;
  background-image: url(../img/2026newyear/swiper_btn.png);
  background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -4.5rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .article_swiper .swiper-button-prev:after,
  .article_swiper .swiper-button-next:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .article_swiper .swiper-button-prev.active:after, .article_swiper .swiper-button-prev:focus:after,
  .article_swiper .swiper-button-next.active:after,
  .article_swiper .swiper-button-next:focus:after {
    opacity: 1;
  }
}
@media screen and (max-width: 850px) {
  .article_swiper .swiper-button-prev,
  .article_swiper .swiper-button-next {
    width: 9rem;
    height: 9rem;
    margin-top: -10rem;
  }
}
.article_swiper .swiper-button-prev:before, .article_swiper .swiper-button-prev.clear:after,
.article_swiper .swiper-button-next:before,
.article_swiper .swiper-button-next.clear:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/2026newyear/swiper_btn_hvr.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.article_swiper .swiper-button-prev:after,
.article_swiper .swiper-button-next:after {
  font-size: 0 !important;
  border: 0 !important;
  background: none !important;
}
.article_swiper .swiper-button-prev:hover,
.article_swiper .swiper-button-next:hover {
  background-color: transparent;
}
.article_swiper .swiper-button-prev:hover:before, .article_swiper .swiper-button-prev.clear:hover:after,
.article_swiper .swiper-button-next:hover:before,
.article_swiper .swiper-button-next.clear:hover:after {
  opacity: 1;
}
.article_swiper .swiper-button-prev.swiper-button-disabled,
.article_swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.article_swiper .swiper-button-prev {
  left: 50%;
  margin-left: -32.8125rem;
}
@media screen and (max-width: 850px) {
  .article_swiper .swiper-button-prev {
    margin-left: -30rem;
  }
}
@media screen and (max-width: 480px) {
  .article_swiper .swiper-button-prev {
    margin-left: -24.5rem;
  }
}
.article_swiper .swiper-button-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 50%;
  margin-right: -32.8125rem;
}
@media screen and (max-width: 850px) {
  .article_swiper .swiper-button-next {
    margin-right: -30rem;
  }
}
@media screen and (max-width: 480px) {
  .article_swiper .swiper-button-next {
    margin-right: -24.5rem;
  }
}
.article_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article_swiper .swiper-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.article_swiper .swiper-pagination-bullet {
  margin: 0 0.6875rem !important;
}
.article_swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 1px solid #f5e6a3;
  background-color: #f5e6a3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.article_swiper .swiper-pagination-bullet:focus, .article_swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}
.article_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .top_bg {
    width: 150vw;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .top_bg {
    width: 230vw;
  }
}

@media screen and (max-width: 850px) {
  .kv_bg {
    width: auto;
    height: 100vh;
    position: relative;
    left: 35%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .kv_bg {
    left: 15%;
  }
}

.kv_title {
  width: 30.8125rem;
  position: absolute;
  top: 10.1%;
  left: 32.3%;
}
@media screen and (max-width: 850px) {
  .kv_title {
    width: 35rem;
    top: 7%;
    left: 15%;
  }
}
@media screen and (max-width: 480px) {
  .kv_title {
    width: 78vw;
    top: 5%;
    left: 10%;
  }
}

.kv_title_1 {
  position: relative;
}

.kv_title_1_2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 850px) {
  .kv_title_2 {
    width: 76%;
    position: relative;
    left: -25%;
  }
}
@media screen and (max-width: 480px) {
  .kv_title_2 {
    width: 100%;
    left: 0%;
  }
}

.kv_horse {
  width: 61.875rem;
  position: absolute;
  top: 3.2%;
  right: 0;
}
@media screen and (max-width: 850px) {
  .kv_horse {
    width: 43rem;
    top: auto;
    bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  .kv_horse {
    width: 87vw;
    top: auto;
    bottom: 12%;
  }
}

.kv_water {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media screen and (max-width: 850px) {
  .kv_water {
    width: 140vw;
    left: auto;
    right: 0;
    bottom: 13.7%;
  }
}
@media screen and (max-width: 480px) {
  .kv_water {
    width: 168vw;
    bottom: 11%;
  }
}

.kv_flower {
  position: absolute;
  left: 0;
  bottom: 8.8%;
}

.about_sec {
  padding-top: 2.3125rem;
  padding-bottom: 8.5625rem;
}
@media screen and (max-width: 850px) {
  .about_sec {
    padding-bottom: 12rem;
  }
}

.about_water {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: about_water_move 15s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: about_water_move 15s cubic-bezier(0.6, 0, 0.4, 1) infinite;
}
@media screen and (max-width: 850px) {
  .about_water {
    top: 10%;
  }
}

@-webkit-keyframes about_water_move {
  0% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}

@keyframes about_water_move {
  0% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}
.about_bg {
  width: 25.5rem;
  position: absolute;
  left: 50%;
  top: 39.5rem;
  -webkit-transform: translateX(-46.5%);
      -ms-transform: translateX(-46.5%);
          transform: translateX(-46.5%);
}
@media screen and (max-width: 850px) {
  .about_bg {
    top: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .about_bg {
    top: 25rem;
  }
}

.about_title_en {
  font-size: 1.5rem;
  text-align: center;
}

.about_title {
  width: 87.5rem;
  position: relative;
  margin: 0 auto;
  margin-top: 9.75rem;
  left: -0.875rem;
}
@media screen and (max-width: 850px) {
  .about_title {
    width: 90vw;
  }
}

.about_title_2 {
  width: 53.125rem;
  margin: 0 auto;
  margin-top: 2.1875rem;
  position: relative;
  left: 0.4375rem;
}
@media screen and (max-width: 850px) {
  .about_title_2 {
    width: 56vw;
  }
}

.about_title_3 {
  width: 5.625rem;
  position: absolute;
  left: 100%;
  top: 3.5rem;
  margin-left: 9.375rem;
}
@media screen and (max-width: 850px) {
  .about_title_3 {
    width: 9vw;
    top: 70%;
    margin-left: -5vw;
  }
}
@media screen and (max-width: 480px) {
  .about_title_3 {
    top: 56%;
    margin-left: -3vw;
  }
}

.about_txt {
  font-size: 2.0625rem;
  text-align: center;
  line-height: 1.77;
  margin-top: 1.5625rem;
  position: relative;
  left: 0.5rem;
  letter-spacing: 0.15625rem;
}
.about_txt span {
  display: inline-block;
}

.about_sec .btn_row {
  margin-top: 4.875rem;
}
.about_sec .btn {
  left: 1.25rem;
}

.envelope_sec {
  min-height: auto;
}
@media screen and (max-width: 850px) {
  .envelope_sec {
    padding-top: 60vw;
    background: url(../img/2026newyear/bg.jpg) no-repeat center 100%;
    background-size: 150% auto;
  }
}
@media screen and (max-width: 480px) {
  .envelope_sec {
    padding-top: 100vw;
  }
}

.envelope_content {
  position: absolute;
  top: 7.875rem;
  left: 50%;
  margin-left: 21.875rem;
}
@media screen and (max-width: 850px) {
  .envelope_content {
    margin-left: 0;
    top: 2%;
    left: 10%;
  }
}
@media screen and (max-width: 480px) {
  .envelope_content {
    left: 16%;
  }
}
.envelope_content .btn_row {
  width: 24.75rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 850px) {
  .envelope_content .btn_row {
    width: 29rem;
    position: absolute;
    left: 75%;
    bottom: 23%;
  }
}
@media screen and (max-width: 480px) {
  .envelope_content .btn_row {
    margin-top: 2rem;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.envelope_content .btn_link {
  text-align: center;
}

.envelope_txt_bg {
  width: 23.5rem;
}
@media screen and (max-width: 850px) {
  .envelope_txt_bg {
    width: 35vw;
  }
}

.envelope_title_row {
  position: relative;
}

.envelope_title {
  font-size: 4rem;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.375rem;
  position: absolute;
  bottom: -0.8125rem;
  left: 0.6875rem;
}
@media screen and (max-width: 850px) {
  .envelope_title {
    left: 78%;
    bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  .envelope_title {
    position: relative;
    bottom: auto;
    left: 0.6875rem;
  }
}

.envelope {
  width: 66.25rem;
  position: absolute;
  bottom: 57.5rem;
  left: 13.4375rem;
}
@media screen and (max-width: 850px) {
  .envelope {
    width: 68vw;
    bottom: 25%;
    left: 30%;
  }
}
@media screen and (max-width: 480px) {
  .envelope {
    bottom: 20%;
  }
}

.envelope_water {
  position: absolute;
  bottom: 7.6875rem;
  left: 0;
}
@media screen and (max-width: 850px) {
  .envelope_water {
    bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .envelope_water {
    bottom: 4%;
  }
}

.buddha_sec {
  background: #ffffd5;
}
@media screen and (max-width: 850px) {
  .buddha_sec {
    padding-top: 12rem;
    padding-bottom: 20rem;
  }
}

.buddha_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.buddha_title_row {
  color: #2a6b68;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  top: -31.875rem;
  right: 50%;
  margin-right: 9.75rem;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .buddha_title_row {
    top: -9%;
    left: 5%;
    right: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .buddha_title_row {
    width: 100%;
    top: -5%;
    left: 0;
    text-align: center;
  }
}

.buddha_title {
  font-size: 6.4375rem;
  font-weight: normal;
  letter-spacing: 1.25rem;
}
@media screen and (max-width: 850px) {
  .buddha_title {
    font-size: 5.625rem;
    letter-spacing: 0.9375rem;
  }
}

.buddha_title_en {
  width: 12.5rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 480px) {
  .buddha_title_en {
    position: relative;
    top: auto;
    right: auto;
    margin: 0.5rem auto 0;
  }
}

.buddha_subtitle {
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.3125rem;
  padding-top: 2.625rem;
  margin-right: 1.375rem;
}
@media screen and (max-width: 480px) {
  .buddha_subtitle {
    padding-top: 1.2rem;
    margin-right: 0;
  }
}

.buddha_center {
  width: 30.75rem;
  margin: 0 auto;
  position: relative;
  left: 5.6875rem;
  top: -18.625rem;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .buddha_center {
    top: auto;
    left: auto;
  }
}

.buddha_light {
  width: 75rem;
  position: absolute;
  top: -45.375rem;
  left: 50%;
  margin-left: -32.25rem;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .buddha_light {
    width: 150vw;
    top: -18%;
    margin-left: -77vw;
  }
}
@media screen and (max-width: 480px) {
  .buddha_light {
    top: -12%;
  }
}

.buddha_light_img {
  -webkit-animation: light_rotate 50s linear infinite;
          animation: light_rotate 50s linear infinite;
}

.buddha_center_light {
  width: 34.9375rem;
  position: absolute;
  top: -25.375rem;
  left: 50%;
  margin-left: -12.25rem;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .buddha_center_light {
    width: 80vw;
    top: 0;
    margin-left: -42vw;
  }
}
@media screen and (max-width: 480px) {
  .buddha_center_light {
    width: 90vw;
    top: 0;
    margin-left: -48vw;
  }
}

@-webkit-keyframes light_rotate {
  0% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes light_rotate {
  0% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes light_opacity {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes light_opacity {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.buddha_left_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -5.25rem;
  left: 4.5rem;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .buddha_left_row {
    width: 90vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}
.buddha_left_row .buddha_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.0625rem;
          flex: 0 0 12.0625rem;
}
@media screen and (max-width: 850px) {
  .buddha_left_row .buddha_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5vw;
            flex: 0 0 24.5vw;
  }
}

.buddha_right_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -5.25rem;
  right: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .buddha_right_row {
    width: 90vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
}

.buddha_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.5rem;
          flex: 0 0 11.5rem;
  padding: 0.1875rem;
}
@media screen and (max-width: 850px) {
  .buddha_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23vw;
            flex: 0 0 23vw;
  }
}
.buddha_col img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 851px) {
  .buddha_link:hover img {
    -webkit-filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.5));
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.video_and_article_sec {
  background: #ffffd6;
  position: relative;
}

.video_sec {
  padding-top: 4.875rem;
}
@media screen and (max-width: 850px) {
  .video_sec {
    padding-top: 52vw;
    min-height: auto;
    z-index: 2;
  }
}

.video_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .video_bg {
    width: 200vw;
  }
}

.video_flower_left {
  width: 33.6458333333vw;
  position: absolute;
  top: -0.0625rem;
  left: 2.9375rem;
}
@media screen and (max-width: 850px) {
  .video_flower_left {
    width: 33.9107611549%;
  }
}
@media screen and (max-width: 480px) {
  .video_flower_left {
    left: 5vw;
  }
}

.video_flower_right {
  width: 41.5104166667vw;
  position: absolute;
  top: 61rem;
  right: 4rem;
}
@media screen and (max-width: 850px) {
  .video_flower_right {
    width: 83.5vw;
  }
}
@media screen and (max-width: 480px) {
  .video_flower_right {
    right: 7vw;
  }
}

.flower_1 {
  width: 7.8125vw;
  position: absolute;
  top: 14.8125rem;
  left: 22.3125rem;
}
@media screen and (max-width: 850px) {
  .flower_1 {
    width: 7.874015748%;
  }
}
@media screen and (max-width: 480px) {
  .flower_1 {
    top: 23.5vw;
    left: 35vw;
  }
}

.flower_2 {
  width: 4.1145833333vw;
  position: absolute;
  top: 65.9375rem;
  right: 24.375rem;
}
@media screen and (max-width: 850px) {
  .flower_2 {
    width: 8.5vw;
    top: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .flower_2 {
    right: 40vw;
  }
}

.flower_3 {
  width: 4.0625vw;
  position: absolute;
  top: 55.9375rem;
  right: 7.25rem;
}
@media screen and (max-width: 850px) {
  .flower_3 {
    width: 7vw;
  }
}
@media screen and (max-width: 480px) {
  .flower_3 {
    right: 12.5vw;
  }
}

.video_title_row {
  color: #e5dde5;
  text-align: center;
}

.video_title {
  font-size: 2.9375rem;
  letter-spacing: 0.3125rem;
  font-weight: normal;
}

.video_title_en {
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  margin-top: 0.625rem;
}

.video_frame {
  width: 71.5rem;
  margin: 0 auto;
  margin-top: 9.5625rem;
  position: relative;
  left: -1.25rem;
}
@media screen and (max-width: 850px) {
  .video_frame {
    width: 90vw;
    left: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .video_frame {
    width: 98vw;
  }
}

.video {
  width: 90.034965035%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video .img, .video .arti_img {
  width: 100%;
  z-index: 1;
}

.article_sec {
  padding-top: 18.125rem;
  padding-bottom: 45.625rem;
}
@media screen and (max-width: 850px) {
  .article_sec {
    padding-top: 90vw;
    background: url(../img/2026newyear/video_bg.jpg) no-repeat center 80%;
    background-size: 300% auto;
  }
  .article_sec:before, .article_sec.clear:after {
    content: "";
    width: 100%;
    height: 90vw;
    background: url(../img/2026newyear/video_bg.jpg) no-repeat right 38%;
    background-size: 200% auto;
    position: absolute;
    top: -10vw;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .article_sec {
    background-size: 370% auto;
    background-position: center 78%;
    padding-bottom: 80vw;
  }
}
.article_sec .container {
  max-width: 91.875rem;
}
@media screen and (min-width: 851px) {
  .article_sec .video_flower_right {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .article_sec .video_flower_right {
    display: block;
    top: 6.4vw;
  }
}
@media screen and (min-width: 851px) {
  .article_sec .flower_2 {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .article_sec .flower_2 {
    display: block;
    top: 15vw;
  }
}
@media screen and (min-width: 851px) {
  .article_sec .flower_3 {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .article_sec .flower_3 {
    display: block;
    top: 0;
  }
}

.article_water {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .article_water {
    bottom: 22vw;
  }
}

.article_title_row {
  color: #e5dde5;
}
@media screen and (max-width: 850px) {
  .article_title_row {
    padding-top: 5rem;
  }
}

.article_title {
  font-size: 2.9375rem;
  letter-spacing: 0.3125rem;
  font-weight: normal;
}

.article_title_en {
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  margin-top: 0.625rem;
  margin-left: 1.75rem;
}

.article_swiper {
  margin-top: 0.6875rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .article_swiper {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 3.125rem;
  }
}

.swiper_item {
  padding: 3.125rem;
}
@media screen and (max-width: 850px) {
  .swiper_item {
    padding: 0rem;
  }
}

@media screen and (min-width: 851px) {
  .swiper_link {
    -webkit-transition: -webkit-filter 0.3s ease-out;
    transition: -webkit-filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  }
  .swiper_link:hover {
    -webkit-filter: drop-shadow(0 0 30px #ffeca6);
            filter: drop-shadow(0 0 30px #ffeca6);
  }
}
.swiper_pic {
  width: 45rem;
  height: 45rem;
  margin: 0 auto;
  border-radius: 50rem;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .swiper_pic {
    width: 60vw;
    height: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper_pic {
    width: 74vw;
    height: 74vw;
    margin: 0 auto;
  }
}
.swiper_pic img {
  border: 0.75rem solid #ffeca6;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper_title {
  color: #f5e6a3;
  font-size: 2.0625rem;
  white-space: nowrap;
  letter-spacing: 0.125rem;
  position: absolute;
  left: 0%;
  top: 5.1875rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 850px) {
  .swiper_title {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}

.article_lamp {
  width: 29.5rem;
  position: absolute;
  top: 16.9375rem;
  right: 26.25rem;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .article_lamp {
    top: 42vw;
  }
}
@media screen and (max-width: 480px) {
  .article_lamp {
    width: 50vw;
    top: 43vw;
    right: 50vw;
  }
}

.schedule_sec {
  background: #ffffdb;
  background: url(../img/2026newyear/schedule_bg_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 57.625rem;
  color: #246d68;
}
@media screen and (max-width: 850px) {
  .schedule_sec {
    padding-bottom: 70vw;
  }
}
.schedule_sec .container {
  max-width: 39.375rem;
  left: 1.25rem;
}
@media screen and (max-width: 850px) {
  .schedule_sec .container {
    left: auto;
  }
}

.ai_sec {
  min-height: auto !important;
}

.ai_sec {
  text-align: center;
  color: #246d68;
  padding-top: 9.375rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 850px) {
  .ai_sec {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  .ai_sec {
    padding-top: 6.25rem;
  }
}
.ai_sec .btn_row {
  margin-top: 3.125rem;
  padding-right: 2.5rem;
}

.ai_link {
  width: 33.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.75rem;
          flex: 0 0 33.75rem;
}
.ai_link:after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/2026newyear/finger_pointer.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: -1.25rem;
  -webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.25));
  -webkit-animation: finger_pointer 1s ease-in-out infinite;
          animation: finger_pointer 1s ease-in-out infinite;
}

@-webkit-keyframes finger_pointer {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.4375rem) translateY(0.625rem);
            transform: translateX(0.4375rem) translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@keyframes finger_pointer {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.4375rem) translateY(0.625rem);
            transform: translateX(0.4375rem) translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
.ai_title {
  font-size: 2rem;
  letter-spacing: 0.3125rem;
}

.ai_txt {
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
}
.ai_txt p {
  margin-top: 0.9375rem;
}

.schedule_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.schedule_hsintao {
  width: 57.875rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .schedule_hsintao {
    width: 75vw;
  }
}

.schedule_title {
  font-size: 5.8125rem;
  letter-spacing: 1.125rem;
  font-weight: normal;
  text-align: center;
  padding-left: 1.125rem;
  position: relative;
  margin-bottom: 3.75rem;
}
.schedule_title::before, .schedule_title:after {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  background: url(../img/2026newyear/schedule_title_dec.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-31%);
      -ms-transform: translateY(-31%);
          transform: translateY(-31%);
}
.schedule_title:after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-31%) scaleX(-1);
      -ms-transform: translateY(-31%) scaleX(-1);
          transform: translateY(-31%) scaleX(-1);
}

.schedule_timetable {
  margin-bottom: 3.375rem;
}

.schedule_location {
  border-top: 2px solid #246d68;
  border-bottom: 2px solid #246d68;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.125rem;
  font-weight: normal;
  line-height: 4.375rem;
  font-family: "Noto Serif CJK TC Bold";
  position: relative;
  margin-bottom: 0.8125rem;
}

.schedule_time_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 0 0.625rem;
  padding-left: 4.0625rem;
}
@media screen and (max-width: 850px) {
  .schedule_time_row {
    padding-left: 6rem;
  }
}

.schedule_time_trad {
  padding: 0 2.5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  top: 0.625rem;
}
.schedule_time_trad::before, .schedule_time_trad.clear:after {
  content: "";
  width: 0.125rem;
  height: 3.625rem;
  background-color: #246d68;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-54%);
      -ms-transform: translateY(-54%);
          transform: translateY(-54%);
}

.schedule_time_date {
  min-width: 12.375rem;
  font-size: 4.25rem;
  line-height: 1;
  font-family: "Noto Serif CJK TC Bold";
  padding-left: 2.125rem;
  padding-right: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule_time_note {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
  position: relative;
  top: 0.1875rem;
}

.follow_sec {
  padding-top: 10.3125rem;
  padding-bottom: 14.25rem;
}
.follow_sec .container {
  max-width: 64.375rem;
}
.follow_sec .btn_row {
  margin-top: 3.75rem;
}
.follow_sec .btn:after {
  content: "";
  width: 150%;
  height: 3.75rem;
  background: url(../img/2026newyear/four_step_4.png) no-repeat center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 850px) {
  .follow_sec .btn:after {
    width: 130%;
  }
}
.follow_sec .btn:hover:after {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.follow_bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.follow_txt_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.8125rem;
}
.follow_txt_row span {
  font-size: 2.6875rem;
  color: #fffdb1;
  padding: 0 1.25rem;
}
@media screen and (max-width: 480px) {
  .follow_txt_row span {
    font-size: 1.9rem;
    padding: 0 0.9375rem;
  }
}

.follow_hsintao {
  width: 90.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48.4%, -50%);
      -ms-transform: translate(-48.4%, -50%);
          transform: translate(-48.4%, -50%);
}
@media screen and (max-width: 480px) {
  .follow_hsintao {
    display: none;
  }
}

.follow_pic {
  width: 32.5rem;
  margin: 3.625rem auto 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .follow_pic {
    width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .follow_pic {
    width: 74vw;
  }
}

.follow_pic_master {
  width: 82.9420970266%;
  position: absolute;
  bottom: 0.9%;
  right: 2.85%;
}

.follow_btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}

.follow_btn {
  width: 4.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
  margin: 0 1.6875rem;
}

.welcome_sec {
  background: #ffffdc;
  padding-top: 14.1875rem;
}
@media screen and (max-width: 850px) {
  .welcome_sec {
    padding-top: 10vw;
  }
}

.welcome_bg {
  position: absolute;
  top: 0;
  left: 0;
}

.welcome_title {
  font-size: 2.5rem;
  letter-spacing: 0.4375rem;
  color: #42b587;
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem;
}

.welcome_title_en_row {
  position: relative;
  padding-bottom: 20.9375rem;
}

.welcome_title_en {
  font-size: 8.125rem;
  letter-spacing: 0.3125rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.welcome_horse {
  width: 20.25rem;
  margin: 0 auto;
  position: relative;
  top: -1.0625rem;
  left: -1.25rem;
  z-index: 2;
}

.welcome_water {
  width: 100%;
  position: absolute;
  top: -18rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .welcome_water {
    top: 3vw;
  }
}

.welcome_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100.875rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.welcome_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 850px) {
  .welcome_item {
    padding: 0 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .welcome_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 851px) {
  .item_link:hover .item_pic:before, .item_link:hover .item_pic.clear:after {
    -webkit-animation: item_pic_after 2s ease-out infinite;
            animation: item_pic_after 2s ease-out infinite;
  }
  .item_link:hover .item_pic:after {
    -webkit-animation: item_pic_before 2s ease-out infinite 0.5s;
            animation: item_pic_before 2s ease-out infinite 0.5s;
  }
}
.item_pic {
  width: 24.75rem;
  margin: 0 auto 0.75rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .item_pic {
    width: 100%;
  }
}
.item_pic:before, .item_pic:after {
  content: "";
  width: 31.25rem;
  height: 31.25rem;
  background: url(../img/2026newyear/buddha_center_light.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

@-webkit-keyframes item_pic_before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

@keyframes item_pic_before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes item_pic_after {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  45% {
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes item_pic_after {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  45% {
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  .item_3 {
    padding: 0 0.95vw;
  }
}
.item_3 .item_pic {
  width: 25.1875rem;
}
@media screen and (max-width: 850px) {
  .item_3 .item_pic {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .item_5 {
    padding: 0;
  }
}
.item_5 .item_pic {
  width: 27.3125rem;
}
@media screen and (max-width: 850px) {
  .item_5 .item_pic {
    width: 100%;
  }
}

.item_title {
  font-size: 2.5625rem;
  color: #b39f6b;
  text-align: center;
}

.four_bg {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -12.8125rem;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .four_bg {
    width: 150%;
    margin-top: -10vw;
  }
}

.four_bg_2 {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.four_sec {
  padding-top: 58rem;
  padding-bottom: 24.9375rem;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .four_sec {
    padding-top: 90vw;
    padding-bottom: 30vw;
  }
}
.four_sec:after {
  content: "";
  width: 100%;
  height: 12.5rem;
  background: url(../img/2026newyear/four_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .four_sec:after {
    height: 100%;
    background-size: 150% auto;
  }
}
.four_sec .btn_row {
  margin-top: 6.5625rem;
}
.four_sec .btn:after {
  content: "";
  width: 12rem;
  height: 4.25rem;
  background: url(../img/2026newyear/four_btn_bg.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.four_sec .btn:hover:after {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.four_title_row {
  color: #fff;
  margin-bottom: 4.25rem;
}

.four_top {
  font-size: 2.5rem;
  letter-spacing: 0.1875rem;
  margin-bottom: 1rem;
}

.four_title {
  font-size: 6.8125rem;
  letter-spacing: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .four_title {
    font-size: 5rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .four_title {
    font-size: 4.5rem;
  }
}

.four_txt {
  font-size: 2.5rem;
  color: #ffffde;
  line-height: 1.85;
  letter-spacing: 0.3125rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 850px) {
  .four_txt {
    font-size: 2rem;
  }
}
.four_txt .mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .four_txt .mobile {
    display: block;
  }
}

.four_step_row {
  font-size: 2.5rem;
  color: #ffffde;
  line-height: 1.85;
  letter-spacing: 0.3125rem;
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 850px) {
  .four_step_row {
    font-size: 2rem;
  }
}

.four_step_title {
  position: relative;
}
.four_step_title::before, .four_step_title.clear:after {
  content: "";
  width: 16.4375rem;
  height: 2.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.four_step_title.step_1::before, .four_step_title.step_1.clear:after {
  background: url(../img/2026newyear/four_step_1.png) no-repeat center center;
}
.four_step_title.step_2::before, .four_step_title.step_2.clear:after {
  background: url(../img/2026newyear/four_step_2.png) no-repeat center center;
}
.four_step_title.step_3::before, .four_step_title.step_3.clear:after {
  background: url(../img/2026newyear/four_step_3.png) no-repeat center center;
}
.four_step_title.step_4::before, .four_step_title.step_4.clear:after {
  background: url(../img/2026newyear/four_step_4.png) no-repeat center center;
}
.four_step_title a:hover {
  -webkit-filter: drop-shadow(0 0 7px #fff);
          filter: drop-shadow(0 0 7px #fff);
}
