﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
:root {
  --default-color: #1d563f;
  --main-color: #2a2220;
  --second-color: #1d563f;
  --third-color: #a58c4c;
  --forth-color: #8d7974;
  --fifth-color: #aefd9b;
  --sixth-color: #0055bd;
  --lightgray-color: #8f8f8f;
  --gray-color: #646464;
  --secondgray-color: #6b6b6b;
  --darkgray-color: #0b0b0b;
  --main-trans: invert(13%) sepia(11%) saturate(809%) hue-rotate(325deg) brightness(88%) contrast(94%);
}

/*https: //codepen.io/sosuke/pen/Pjoqqp  color filter trans*/
body, html, .contentbuilder-box h1, .contentbuilder-box h2, .contentbuilder-box h3, .contentbuilder-box h4,
.contentbuilder-box h5, .contentbuilder-box h6, .contentbuilder-box body, .contentbuilder-box table.body, .contentbuilder-box h1,
.contentbuilder-box h2, .contentbuilder-box h3, .contentbuilder-box h4, .contentbuilder-box h5, .contentbuilder-box h6, .contentbuilder-box p, 
.contentbuilder-box td, .contentbuilder-box th, .contentbuilder-box a {
    font-family: "Noto Sans TC", Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.5px;
}

a:hover {
  color: var(--third-color);
}

.page-content {
  overflow: hidden;
}

body.op-web:not(.home) .page-content:before {
  display: none;
}
.slick-prev:hover, .slick-prev:focus {
    background-position: -80px 0;
}

.slick-next:hover, .slick-next:focus {
    background-position: -120px 0;
}
.btn.more {
  position: relative;
  margin-left: 50px;
  background: transparent;
  color: var(--main-color);
  padding: 2px 3px 2px;
  white-space: nowrap;
}
.btn.more > span {
  white-space: nowrap;
}
.btn.more:hover {
  color: #fff;
}
.btn.more:hover:after {
  border-width: 10px;
}
.btn.more.cover.bottom:before {
  height: 2px;
}
.btn.more.cover.bottom:hover {
  color: var(--main-color);
}
.btn.more.cover.bottom:hover:before {
  width: 0;
}
.btn.more:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: calc(100% + 10px);
  top: 50%;
  background: #fff;
  border: 17px solid var(--main-color);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn.btn-default {
  border-radius: 0;
  background: var(--main-color);
  padding: 0.6em 3.125em;
}
.btn.btn-default:before {
  left: unset;
  right: 3px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-color: var(--bs-white);
  border-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.btn.btn-default:hover {
  background: var(--default-color);
  color: var(--bs-white);
}
.btn.btn-default:hover:before {
  left: unset;
  right: 0;
  top: 0;
  opacity: 0;
}

/*----------------------------------------- 選單  --------------------------------------*/
.header > .navbar {
  border-bottom: none;
}
.header .navbar {
    /* background: transparent; */
    padding: 8px;
}
/*.header .navbar .nav-brand-wrapper {
  background-color: var(--default-color);
  padding: 15px 31px 20px;
  border-end-end-radius: 10px;
}*/
.header .navbar .navbar-brand {
  background-image: url(../images/all/logo.png);
  /*background-size: contain !important;
  width: 61px;
  height: 84px;*/
  margin: 0;
}
.header .navbar-collapse > .navbar-nav {
    /*background: #f2e8b3;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 14px;*/
}
.header .navbar-collapse > .navbar-nav .nav-link {
  padding: 25px 30px 25px;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-main, .header .navbar-collapse > .navbar-nav .nav-link .title-sub {
  display: block;
  text-align: center;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-main {
  font-weight: 700;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-sub {
  font-size: 0.68rem;
  color: var(--third-color);
}
.header .navbar-collapse > .navbar-nav .nav-link .caret {

  position: absolute;
  right: 5px;
  top: 50%;
}
.header .navbar-collapse > .navbar-nav .navbar-nav .nav-link {
  padding: 10px 12px;
}
.header .navbar-nav .nav-link {
  padding: 10px 15px;
}
.header .nav-item.dropdown > .navbar-nav {
  border-top: 3px solid var(--default-color);
  -webkit-box-shadow: 0px 3px 5px #b0b0b0;
          box-shadow: 0px 3px 5px #b0b0b0;
  border-radius: 10px;
  width: auto;
  min-width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
  text-align: center;
}
.header .small-btn-box {
  margin-left: 25px;
}
.header .small-btn-box .lang {
  display: block;
}
.header .small-btn-box .lang:after {
  content: "language";
  display: block;
  width: 100%;
  font-size: 0.875rem;
  height: 1.4em;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header .small-btn-box .lang > button,
.header .small-btn-box .lang .dropdown-toggle,
.navbar-small-opt .lang .dropdown-toggle {
  display: block;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-indent: -99999px;
  margin: 0 auto;
}
.header .small-btn-box .lang > button:before,
.header .small-btn-box .lang .dropdown-toggle:before,
.navbar-small-opt .lang .dropdown-toggle:before{
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -49%);
          transform: translate(-50%, -49%);
}
.header .small-btn-box .lang > button:after,
.header .small-btn-box .lang .dropdown-toggle:after,
.navbar-small-opt .lang .dropdown-toggle:after{
  display: none;
}
.header .small-btn-box .lang .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.header .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
    background: #1ca8ab;
    color: #fff;
}

.bsnav .navbar-nav .nav-item.active > .nav-link,
.bsnav .navbar-nav .nav-item:active:focus > .nav-link,
.bsnav .navbar-nav .nav-item:active > .nav-link,
.bsnav .navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: var(--third-color);
}

.bsnav-mobile .navbar .navbar-mobile-wrapper {
  height: 100%;
}
.bsnav-mobile .navbar .lang {
  display: block;
  margin-top: 15px;
}
.bsnav-mobile .navbar .lang > button {
  display: block;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-indent: -99999px;
  margin: 0 auto;
}
.bsnav-mobile .navbar .lang > button:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -49%);
          transform: translate(-50%, -49%);
}
.bsnav-mobile .navbar .lang > button:after {
  display: none;
}
.bsnav-mobile .navbar .lang .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.is_scroll .header .small-btn-box .lang:after {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.nav-item.dropdown .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right-color: currentColor;
}
/*----------------------------------------- banner --------------------------------------*/
.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 7.95vh;
    background: url(../images/all/wave-01_infinite.svg) repeat-x bottom left;
    background-size: auto 100%;
    z-index: 2;
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}
/*.banner .banner-pic {
  height: 100vh;
}
.banner .banner-pic picture {
  height: 100%;
}
.banner .banner-pic picture source, .banner .banner-pic picture img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .bann_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 30vw;
  max-width: 430px;
}*/
.banner .bann_deco .item {
  position: absolute;
  z-index: 2;
}
.banner .bann_deco .item .position-absolute img {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.banner .bann_deco .item .position-absolute img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner .bann_deco .item .position-absolute img:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.banner .bann_deco .item .position-absolute img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner .bann_deco .item .position-absolute img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.banner .bann_deco .item .position-absolute img:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner .bann_deco .item .position-absolute img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.banner .bann_deco .item.deco01 {
    left: 5%;
    bottom: 0%;
    width: 2.7vw;
}
.banner .bann_deco .item.deco01 .position-absolute {
  left: 104%;
  bottom: 88%;
  width: 2.15vw;
}
.banner .bann_deco .item.deco01 .position-absolute img {
  -webkit-animation-name: flash;
          animation-name: flash;
}
.banner .bann_deco .item.deco02 {
    left: 45%;
    bottom: 4%;
    width: 4.05vw;
}
.banner .bann_deco .item.deco02 .position-absolute {
    left: 50%;
    bottom: 75%;
    width: 2.85vw;
}
.banner .bann_deco .item.deco02 .position-absolute img {
  -webkit-animation-name: moveinleft;
          animation-name: moveinleft;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.banner .bann_deco .item.deco02 .position-absolute img:nth-child(1) {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.banner .bann_deco .item.deco03 {
    right: 17%;
    bottom: 2%;
    width: 2.25vw;
}
.banner .bann_deco .item.deco03 .position-absolute {
    left: 95%;
    bottom: 79%;
    width: 1.5vw;
}
.banner .bann_deco .item.deco03 .position-absolute img {
  -webkit-animation-name: flash;
          animation-name: flash;
}

body:not(.home) .banner .banner-pic {
 /* height: 60vh;*/
}
body:not(.home) .banner .bann_tit {
  max-width: 300px;
}
body:not(.home) .banner .inner-hide {
  display: none;
}

@-webkit-keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}

@keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}
.gotop a:hover {
  color: var(--bs-white);
  background: var(--default-color);
}

/*----------------------------------------- footer --------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: var(--main-color);
  margin-top: 174px;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  /*height: 20.95vh;*/
  height: 174px;
  background: url(../images/all/wave-02.svg) repeat-x bottom center;
  background-size: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2)) var(--main-trans);
          filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2)) var(--main-trans);
  pointer-events: none;
}
.footer .deco .item {
  position: absolute;
}
.footer .deco .item.item01 {
  width: 3.3vw;
  bottom: calc(100% + 100px);
  left: 16.5%;
}
.footer .deco .item.item02 {
  width: 6.5vw;
  bottom: calc(100% + 91px);
  left: 20%;
  z-index: 3;
}
.footer .deco .item.item03 {
  width: 6vw;
  bottom: calc(100% + 80px);
  right: 8%;
  z-index: 3;
}
.footer .deco .item.item03 .position-absolute {
  right: 100%;
  top: 30%;
  width: 33.5%;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.footer .deco .item.item04 {
  width: 25.45vw;
  bottom: calc(100% + 60px);
  left: -11.5%;
  -webkit-transform: rotate(4.6deg);
          transform: rotate(4.6deg);
  z-index: -1;
  -webkit-filter: drop-shadow(0 -2px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 -2px 5px rgba(0, 0, 0, 0.2));
}
.footer .deco .item.item05 {
  width: 7vw;
  bottom: calc(100% + 80px);
  left: 8.5%;
  z-index: -1;
}
.footer .deco .item.item06 {
  width: 9.8vw;
  bottom: calc(100% + 80px);
  right: -1.7%;
  z-index: -1;
}

.footer_mid {
  position: relative;
  padding-top: 5px;
  padding-bottom: 150px;
  background: var(--main-color);
}
.footer_mid .associated img {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}
.footer_mid .footer-seo {
  background-color: #fff;
  box-shadow: 0px 0px 4px #bfbfbf;
  -webkit-box-shadow: 0px 0px 4px #bfbfbf;
  -moz-box-shadow: 0px 0px 4px #bfbfbf;
  border-radius: 10px;
  padding: 6% 4%;
  position: relative;
}
.footer_mid .footer-seo .h4 {
  color: var(--second-color);
}
.footer_mid .footer-seo .desc {
  color: var(--main-color);
  line-height: 36px;
  font-size: 18px;
}
.footer_mid .footer-info {
  position: relative;
}
.footer_mid .footer-info .sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_mid .footer-info .sitemap > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
}
.footer_mid .footer-info .sitemap ul li {
  position: relative;
}
.footer_mid .footer-info .sitemap ul li a {
  font-size: 0.9375rem;
  color: var(--bs-white);
  padding: 0;
  font-weight: 700;
}
.footer_mid .footer-info .sitemap ul li a .txt-en {
  display: none;
}
.footer_mid .footer-info .sitemap ul li a:hover {
  color: var(--third-color);
}
.footer_mid .footer-info .sitemap ul li ul li {
  margin-bottom: 5px;
  line-height: 1.4em;
  padding-left: 15px;
}
.footer_mid .footer-info .sitemap ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
  top: 0.7em;
  left: 2px;
}
.footer_mid .footer-info .sitemap ul li ul li a {
  font-size: 0.75rem;
  font-weight: 300;
}
.footer_mid .footer-info .footer_logo {
  margin-bottom: 10px;
  width: 100%;
  max-width: 290px;
}
.footer_mid .footer-info ul.tat_x li {
  padding-right: 0;
  margin-bottom: 0;
}
.footer_mid .footer-info ul.tat_x li a {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--bs-white);
}
.footer_mid .footer-info ul.tat_x li a:hover {
  color: var(--third-color);
}
.footer_mid .footer-info ul.tat_x li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  margin-right: 10px;
  margin-left: 3px;
  font-size: 0.875rem;
  color: var(--forth-color);
  text-align: center;
  vertical-align: middle;
}
.footer_mid .social-box {
    display: table;
    padding: 10px 20px;
    border-radius: 12px 0 12px 0;
    background: #fff;
    margin-top: 6%;
    margin-bottom: 20px;
}
.footer_mid .social-box ul li {
  margin: 0;
}
.footer_mid .social-box ul li:not(:last-child) {
  margin-right: 10px;
}
.footer_mid .social-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  background: var(--main-color);
  color: var(--bs-white);
  border-radius: 50%;
}
.footer_mid .social-box ul li a:hover, .footer_mid .social-box ul li a:focus, .footer_mid .social-box ul li a:active {
  background: var(--third-color);
}
.footer_mid .copyrights {
  color: var(--bs-white);
  font-size: 0.75rem;
}
.footer_mid .powered a {
  color: var(--bs-white);
  font-size: 0.75rem;
  opacity: 0.3;
}

.breadcrumb {
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb .txt-en {
  display: none;
}

.tag {
  font-size: 0.875rem;
  background: var(--second-color);
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff;
}

.kind-tag-area .tag {
  margin-bottom: 0;
}
.kind-tag-area .tag {

    color: #fff;
}
.kind-info .h2 {
  text-align: center;
  border-bottom: 0;
}

.editor {
  line-height: 1.8em;
}

.ezshare-box {
  text-align: center;
}
.ezshare-box a {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 1.7;
}
.ezshare-box a:hover {
  color: #fff;
}
.ezshare-box ul li.facebook a:before {
  background-color: #3d62ae;
}
.ezshare-box ul li.line a:before {
  background-color: #2eb02e;
}
.ezshare-box ul li.twitter a:before {
  background-color: #24a5d6;
}
.ezshare-box ul li.mail a:before {
  background-color: #c02b1d;
}
.ezshare-box ul li.linkedin a:before {
  background-color: #0977b2;
}
.ezshare-box .line a, .ezshare-box .facebook a, .ezshare-box .twitter a, .ezshare-box .mail a, .ezshare-box .linkedin a {
    background: #7d7d7d !important;
}
.container .ezshare-box {
    margin: -5px 0 30px 0;
    text-align: left;
}
.gallery-list .item .info {
  margin-top: 5px;
}
.gallery-list .item .title {
  text-align: center;
}

.article-list .item {
  border-top: solid 1px #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-list .item + .item {
  border-top: solid 1px #dfdfdf;
  margin-top: 0;
  padding-top: 20px;
}
.article-list .item:last-child {
  border-bottom: solid 1px #dfdfdf;
}
.article-list .item .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-list .item .time {
  font-size: 0.875rem;
  padding: 0.125rem 0.75rem 0;
  margin-right: 5em;
  color: #3a3a3a;
  font-weight: 700;
}
.article-list .item .title a {
  color: #3a3a3a;
}

.article-horizontal-grid article .pic a, .article-horizontal-grid .item .pic a {
  border-radius: 8px;
  overflow: hidden;
}
.article-horizontal-grid article .info, .article-horizontal-grid .item .info {
  padding-bottom: 5px;
}
.article-horizontal-grid article .info .kind, .article-horizontal-grid .item .info .kind {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  pointer-events: none;
}
.article-horizontal-grid article .info .kind a, .article-horizontal-grid .item .info .kind a {
  background: var(--second-color);
  color: #fff;
}
.article-horizontal-grid article .info .title a, .article-horizontal-grid .item .info .title a {
  font-size: 1rem;
  font-weight: 700;
}
.article-horizontal-grid article .more-area, .article-horizontal-grid .item .more-area {
  display: none;
}
.article-horizontal-grid article:hover .kind, .article-horizontal-grid .item:hover .kind {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main {
  display: none;
}
body.home section .h3 {
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
    line-height: 1.5;
}
body.home section .h3 .sub {
  display: block;
  font-size: 0.33em;
  letter-spacing: 0.75em;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.4;
}
body.home section .h3:before, body.home section .h3:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body.home section .h3:before {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-40px, -35px);
          transform: translate(-40px, -35px);
}
body.home section .h3:after {
  content: "";
  width: 1px;
  height: 55px;
  background: #303030;
  -webkit-transform: rotate(45deg) translate(-35px, -20px);
          transform: rotate(45deg) translate(-35px, -20px);
}
body.home section .h3:empty {
  display: none;
}
body.home .link .item p {
    width: 80%;
    margin: 0 auto;
    line-height: 1.5 !important;
}

body.home section.link  .item {
  position: relative;
}
body.home section.link .item:before {
    display: table;
    position: absolute;
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1, 0.8);
    transform: translateX(-50%) scale(1, 0.8);
    z-index: 2;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 4px;
    padding-left: 4px;
}
body.home section.link .item:nth-child(1):before {
  content: "01";
}
body.home section.link  .item:nth-child(2):before {
  content: "02";
}
body.home section.link .item:nth-child(3):before {
  content: "03";
}
body.home section.link  .item:nth-child(4):before {
  content: "04";
}
body.home section.link  .item:nth-child(5):before {
  content: "05";
}
body.home section.link  .item:nth-child(5):before {
  content: "01";
}

body.home section.link .gallery-list .item .title span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
}
body.home section.link .gallery-list.hov-bord .item > a {
  border-radius: 50%;
  overflow: hidden;
}
body.home section.link .gallery-list.hov-bord .item > a:before, body.home section.link .gallery-list.hov-bord .item > a:after {
  border-width: 2px;
  border-radius: 50%;
}
body.home section.link .gallery-list.hov-bord .item > a .pic img {
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}
body.home section.about {
  position: relative;
}
body.home section.about.sec01 {
  margin-top: 190px;
  padding-bottom: 150px;
}
body.home section.about.sec01 .h3:before {
  content: "01";
}
body.home section.about.sec01 .h3 .sub {
  color: var(--fifth-color);
}
body.home section.about.sec01 .deco_text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.3vw;
  color: #b0d5a6;
  line-height: 1em;
  letter-spacing: 0.35em;
  margin-left: auto;
  margin-right: auto;
}
body.home section.about.sec01 .pic {
  position: relative;
}
body.home section.about.sec01 .pic > img {
  border-radius: 15px 0 0 15px;
}
body.home section.about.sec01 .pic .pic-mask {
  position: absolute;
  left: 75%;
  bottom: -21%;
  width: 34%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.home section.about.sec01 .pic .deco .item.play {
  bottom: 97.5%;
  right: 5%;
  width: 21.75vw;
}
body.home section.about.sec01 .pic .deco .item.play .position-absolute {
  bottom: 0;
  right: 17%;
  width: 24%;
  overflow: hidden;
}
body.home section.about.sec01 .pic .deco .item.play .position-absolute img {
  -webkit-animation: playguitar 0.5s steps(5, end) forwards infinite;
          animation: playguitar 0.5s steps(5, end) forwards infinite;
  max-width: unset;
  width: 500%;
}
body.home section.about.sec01 p {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 2.9em;
}
body.home section.about.sec01 .deco .item {
  position: absolute;
}
body.home section.about.sec01 .deco .item.bg {
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  z-index: -1;
  width: 60.6vw;
}
body.home section.about.sec01 .deco .item.item01 {
  top: 7%;
  left: 14%;
  width: 4.6vw;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute {
  left: 0;
  bottom: 0;
  width: 208%;
  z-index: -1;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(1) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(2) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(3) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(4) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(5) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
body.home section.about.sec01 .deco .item.item02 {
  top: 4%;
  left: 2%;
  width: 10.8vw;
}
body.home section.about.sec01 .deco .item.item03 {
  bottom: -2%;
  left: -5.5%;
  width: 18vw;
}
body.home section.about.sec01 .deco .item.item04 {
  bottom: 30%;
  left: 9%;
  width: 6.6vw;
}
body.home section.about.sec01 .deco .item.item05 {
  bottom: -3%;
  left: 33%;
  width: 7.15vw;
}
body.home section.about.sec01 .deco .item.item06 {
  bottom: -35%;
  left: 7%;
  width: 2.7vw;
}
body.home section.about.sec01 .deco .item.item07 {
  bottom: -24%;
  left: 19%;
  width: 2.3vw;
}
body.home section.about.sec01 .deco .item.item08 {
  bottom: -13%;
  left: 26%;
  width: 2.9vw;
}
body.home section.about.sec02 {
    margin-top: 130px;
    padding-bottom: 100px;
}
body.home section.about.sec02 .h3:before {
  content: "02";
}
body.home section.about.sec02 p {
  text-align: right;
  font-size: 0.875rem;
  max-width: 30em;
  margin-left: auto;
}
body.home section.about.sec02 .pic {
  position: relative;
  margin-top: 25px;
}
body.home section.about.sec02 .pic .pic-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
body.home section.about.sec02 .pic .pic-desc .num {
  text-align: center;
  font-size: 3rem;
  line-height: 1em;
  margin-right: 0.75em;
}
body.home section.about.sec02 .pic .pic-desc .num .sub {
  display: block;
  font-size: 0.31em;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
body.home section.about.sec02 .pic .pic-desc .info .title {
  font-size: 0.935rem;
}
body.home section.about.sec02 .pic .pic-desc .info .desc {
  font-size: 1.5625rem;
  font-weight: 700;
}
body.home section.about.sec02 .pic-mask {
    position: absolute;
    left: -11%;
    bottom: 52px;
    width: 30%;
    max-width: 320px;
    /* transform: translateY(-55%); */
    z-index: -1;
}
body.home section.about.sec02  .pic-deco .item {
  position: absolute;
}
body.home section.about.sec02 .pic-deco .item.item01 {
    top: 0;
    right: 0;
    width: 11.5%;
}
body.home section.about.sec02 .pic-deco .item.item01 .position-absolute {
  top: 0;
  left: 0;
  width: 100%;
}
body.home section.about.sec02  .pic-deco .item.item01 .position-absolute img {
  opacity: 0;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.about.sec02 .pic-deco .item.item02 {
    bottom: -20%;
    right: -33px;
    width: 6.9%;
}
body.home section.about.sec02 .deco .item {
  position: absolute;
}
body.home section.about.sec02 .deco .item.bg {
  right: -5%;
  top: 70%;
  z-index: -1;
  width: 29.4vw;
}
body.home section.about.sec02 iframe {
    width: 100%;
    height: 360px;
    /* padding-bottom: 56.68%; */
}
body.home section.about.sec03 .container.contentbuilder-box {
    max-width: 100%;
    padding: 0;
}
body.home section.about.sec03 {
    padding-bottom: 100px !important;
}

body.home section.active, body.home section.tour {
  padding: 0 !important;
  margin: 0 !important;
}
body.home section.active > .container-fluid, body.home section.tour > .container-fluid {
  padding: 0;
}
body.home section.active .h3, body.home section.tour .h3 {
  display: none;
}
body.home section.active .gallery-list .item, body.home section.tour .gallery-list .item {
  margin-bottom: 0 !important;
}
body.home section.active .gallery-list .item .info, body.home section.tour .gallery-list .item .info {
  display: none;
}
body.home section.active .gallery-list.hov-bord .item > a, body.home section.tour .gallery-list.hov-bord .item > a {
  border: 0;
}
body.home section.active .gallery-list.hov-bord .item > a:before, body.home section.active .gallery-list.hov-bord .item > a:after, body.home section.tour .gallery-list.hov-bord .item > a:before, body.home section.tour .gallery-list.hov-bord .item > a:after {
  border-width: 0;
}
body.home section.active .gallery-list.hov-bord .item > a .pic img, body.home section.tour .gallery-list.hov-bord .item > a .pic img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.home section.active .gallery-list.hov-bord .item > a:hover .pic img, body.home section.tour .gallery-list.hov-bord .item > a:hover .pic img {
  opacity: 0.85;
}
body.home section.active .gallery-list.slick .item, body.home section.tour .gallery-list.slick .item {
  padding: 0;
}
body.home section.active .gallery-list.slick.list, body.home section.tour .gallery-list.slick.list {
  margin-top: 0;
}
body.home section.active .gallery-list.slick.multiple-slick, body.home section.tour .gallery-list.slick.multiple-slick {
  padding: 0;
}
body.home section.active {
  position: relative;
}
body.home section.active .deco, body.home section.home_news .deco {
    position: absolute;
    left: 4%;
    top: -70px;
    width: 5.1vw;
}
body.home section.active .deco .item,
body.home section.home_news .deco .item{
  position: relative;
}
body.home section.active .deco .position-absolute,
body.home section.home_news .deco .position-absolute{
  left: 10%;
  top: -10%;
  width: 100%;
}
body.home section.active .deco .position-absolute img,
body.home section.home_news .deco .position-absolute img{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
body.home section.active .deco .position-absolute img:not(:first-child),
body.home section.home_news .deco .position-absolute img:not(:first-child){
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.home section.active .deco .position-absolute img:nth-child(2),
body.home section.home_news .deco .position-absolute img:nth-child(2) {
  -webkit-animation-name: zoomin;
          animation-name: zoomin;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
body.home section.active .deco .position-absolute img:nth-child(1),
body.home section.home_news .deco .position-absolute img:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.home section.active .deco .position-absolute img:nth-child(2),
body.home section.home_news .deco .position-absolute img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.active .deco .position-absolute img:nth-child(3),
body.home section.home_news .deco .position-absolute img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
body.home section.active .deco .position-absolute img:nth-child(4),
body.home section.home_news .deco .position-absolute img:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
body.home section.active .deco .position-absolute img:nth-child(5),
body.home section.home_news .deco .position-absolute img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
body.home .about.sec03 .h3:before {
    content: "03";
}
body.home .home_news .gallery-list .item {
    width: 20%;
    padding: 0 5px;
    margin-bottom: 0;
}


body.home section.home_news {
    padding-bottom: 0 !important;
}
body.home .home_news .gallery-list .item .title {
    font-size: 20px;
    font-weight: normal;
}
body.home .home_news .gallery-list .item .info {
    text-align: center;
}

body.home .home_news .gallery-list .item .item-wrap {
    position: relative;
    background: #eee;
    height: 100%;
}
body.home section.home_news.discont .item .pic {
    transition: 0.5s all;
}
body.home .home_news .gallery-list .item:hover .pic {
    transform: scale(0.8);
}
body.home .home_news .gallery-list .item .title a {
    color: #333;
    display: block;
    /* padding: 10px; */
}

body.home .home_news .gallery-list {
    gap: 10px 0;
}
body.home section.tour .gallery-list.slick {
  direction: rtl;
}
body.home section.news {
  position: relative;
}
body.home section.news:before, body.home section.news:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 383px;
  height: 82px;
  position: absolute;
  left: -6%;
  top: 0;
}
body.home section.news:before {
  background-image: url(../images/home/deco-news01.svg);
}
body.home section.news:after {
  background-image: url(../images/home/deco-news01_r.svg);
  opacity: 0;
  -webkit-animation-name: flashlight;
          animation-name: flashlight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
body.home section.home_news.discont .h3:before {
    content: "04";
}
body.home section.news.recommend .h3:before {
    content: "05";
}


body.home section.news.recent_news .h3:before {
    content: "06";
}
body.home section.news.report .h3:before {
    content: "07";
}
body.home section.news .deco .item {
  position: absolute;
  z-index: -1;
}
body.home section.news .deco .item.item00 {
    width: 47.7vw;
    top: 65%;
    left: -30%;
}
body.home section.news .deco .item.item01 {
  width: 25.45vw;
  bottom: 40%;
  left: -11.5%;
  -webkit-transform: rotate(4.6deg);
          transform: rotate(4.6deg);
}
body.home section.news .deco .item.item02 {
  width: 7vw;
  bottom: -15%;
  left: 8.5%;
}
body.home section.news .deco .item.item03 {
  width: 9.8vw;
  bottom: -14%;
  right: -1.7%;
}
body.home section.news .deco .item.item04 {
  width: 10.65vw;
  top: 29%;
  right: 10%;
}
body.home section.news .deco .item.item05 {
  width: 6.9vw;
  top: 8%;
  right: 0%;
}
body.home section.news .container {
/*  padding-top: 105px;*/
  padding-bottom: 60px;
}
body.home section.news .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home section.news .container .h3 {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
}
body.home section.news .container .h3 .sub {
  display: block;
}
body.home section.news .container .gallery-list {
    justify-content: space-between;
}
body.home section.news .container .article-list,
body.home section.news .container .gallery-list,
body.home section.news .container .slickfixedInitPosition {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  width: 80%;
}
body.home section.news .container .article-list div:empty {
  display: none;
}
body.home section.news .container .article-list .item .info {
  width: 100%;
}
body.home section.news .container .article-list .item .icon {
  display: none;
}
body.home section.news .container .more-btn-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
body.home section.news .container .slick, body.home section.about.sec03 .slickfixedInitPosition .slick {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}
body.home section.news .container .slick .list_item, body.home section.about.sec03 .slickfixedInitPosition .slick .list_item, body.home section.news.recent_news .row .item {
    width: calc(100% / 3 - 10px);
    margin: 0;
}
body.home section.news .container .slick .list_item a,body.home section.news.recent_news .item-wrap {
    background: #f5f5f5;
}
body.home section.news .container .slick .list_item a .info,
body.home section.news.recent_news .item .info {
    z-index:1;
}
body.home section.home_news.discont .item .pic a,
body.home section.home_news.discont .item .pic picture img {
    border-radius: 50%;
}




body.home section.news.recent_news::after,
body.home section.news.recent_news::before,
body.home section.news.report::after,
body.home section.news.report::before,
body.home section.news.recommend .deco .item.item00, 
body.home section.news.report .deco .item.item04,
body.home section.news.report .deco .item.item05 {
    display: none;
}

body.home section.news.recent_news .container {
    padding-top:0;
    padding-bottom:0;
}
body.home section.news.recent_news .row .item {
    padding: 0;
}
body.home section.news.recent_news .item .info {
    position: relative;
    margin-top: 0;
}

body.home section.news.recent_news .item .info:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: var(--main-color);
    z-index: -1;
    transition: all 0.3s ease;
}

body.home section.news.recent_news .item:hover .info:before {

    height: 100%;
}
body.home section.news.recent_news .item:hover .info .title a{
    display:block;
    color:#fff;
}


body.home section.news.report {
    padding-top: 0 !important;
}

body.home section.news.recommend {
    padding-top: 120px !important;
}

/*----------------------------------------- 單元 about --------------------------------------*/
body.about .function-bar {
    display: none !important;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flashlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(20deg);
            transform: scale(1.5) rotate(20deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(20deg);
            transform: scale(1.5) rotate(20deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes moveinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes moveinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes moveinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes playguitar {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes playguitar {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.article-grid .item .info .kind a {
    color: #fff;
}
.article-grid .item .info {
    border: 0;
}
.article-grid.ar-img .item article {
    height: 100%;
    background: #f7f7f7;
}
body.show.news .small-title,.article-grid .item .info .date {
    display: none;
}
body.show.news .h1 {
    font-size: 32px;
}

body.show .page-item:first-child .page-link,body.show .page-item:last-child .page-link {
    background: #eee;
}
body.show .page-item:first-child .page-link:hover,body.show .page-item:last-child .page-link:hover {
    background:#f5edc0;
}
