@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2020 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Buzz, Rain $
 * $Date: 2020/04 $
 * */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'Arial', sans-serif;
  color: #444;
  background: #fff;
  font-size: 17px;
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}

html {
  -ms-overflow-style: scrollbar;
}

body {
  padding-top: 139px !important;
}

@media (max-width: 1199px) {
  body {
    padding-top: 124px !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 56px !important;
  }
}

/* FORM - BUTTON */
.btn-style {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 50px;
  font-size: 0.8823rem;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #4991bd;
  background-color: transparent;
  color: #0074b9;
  overflow: hidden;
}

.btn-stylea {
  color: #0074b9;
}

.btn-stylea:hover {
  color: #fff;
}

.btn-style:hover {
  color: #fff;
  background: #4991bd;
  border-color: #4991bd;
}

.btn-red {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 50px;
  font-size: 0.8823rem;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #b61212;
  background-color: #b61212;
  color: #fff;
  overflow: hidden;
}

.btn-reda {
  color: #fff;
}

.btn-reda:hover {
  color: #fff;
}

.btn-red:hover {
  color: #fff;
  background: #e41717;
  border-color: #e41717;
}

.btn-gray {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 50px;
  font-size: 0.8823rem;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #ccc;
  background-color: transparent;
  color: #888;
  overflow: hidden;
}

.btn-graya {
  color: #888;
}

.btn-graya:hover {
  color: #fff;
}

.btn-gray:hover {
  color: #fff;
  background: #0074b9;
  border-color: #0074b9;
}

.btn-blueline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 50px;
  font-size: 0.8823rem;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #4991bd;
  background-color: transparent;
  color: #4991bd;
  overflow: hidden;
  width: 100%;
  max-width: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-bluelinea {
  color: #4991bd;
}

.btn-bluelinea:hover {
  color: #fff;
}

.btn-blueline:hover {
  color: #fff;
  background: #4991bd;
  border-color: #4991bd;
}

@media (max-width: 499px) {
  .btn-style, .btn-red, .btn-gray, .btn-blueline {
    height: 45px;
    line-height: 43px;
  }
}

@media (max-width: 399px) {
  .btn-style, .btn-red, .btn-gray, .btn-blueline {
    width: 100%;
  }
}

/* keyframe */
@-webkit-keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani_islideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani_islideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* === RESET === */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

.disabled, .disabled:hover {
  cursor: not-allowed;
}

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

img, a img {
  border: none;
  max-width: 100%;
  height: auto!important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type="text"], input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:not([type="button"]), input:not([type="submit"]), input:not([type="reset"]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

::-moz-placeholder {
  color: #999;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #999;
  font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #083653;
}

hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  hr {
    margin: 10px auto 20px auto;
  }
}

/* === MODULE === */
.sec-title {
  color: #083653;
  font-size: 1.7647rem;
  font-family: "Times New Roman", "PMingLiU", serif;
  font-weight: 600;
  padding: 0;
  margin: 0 0 25px 0;
}

.sec-title .deco {
  font-size: 1.0588rem;
  display: inline-block;
  margin: 0 0 0 10px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sec-title {
    font-size: 1.41176rem;
  }
}

@media (max-width: 499px) {
  .sec-title {
    font-size: 1.2941rem;
  }
}

@media (max-width: 399px) {
  .sec-title .deco {
    display: block;
    margin: 5px auto 0;
  }
}

/* GOTOP */
.gotop, a.gotop {
  position: fixed;
  bottom: 60px;
  right: 35px;
  width: 60px;
  z-index: 200;
  display: block;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  font-family: "Times New Roman", "PMingLiU", serif;
  -webkit-transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: background-color 0.2s, opacity 0.25s, transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.gotop:before, a.gotop:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 66.66%;
  background-image: url(../images/gotop.png);
  background-size: 100% auto;
  background-position: 0 0;
}

.gotop:after, a.gotop:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #ffffff;
  margin-left: -5px;
}

.gotop.dark, a.gotop.dark {
  color: #083653;
}

.gotop.dark:after, a.gotop.dark:after {
  background-color: #454545;
}

.gotop.scroll-view, a.gotop.scroll-view {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.pc .gotop:hover {
  color: #ea9cb8;
}

.pc .gotop:hover:after {
  background: #ea9cb8;
}

.pc .gotop:hover:before {
  background-position: 0 100%;
}

@media (max-width: 1199px) {
  .gotop, a.gotop {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 991px) {
  .gotop, a.gotop {
    width: 35px;
    right: 13px;
    bottom: 15px;
    line-height: 1.2;
  }
}

/* PAGER */
.p-pager {
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 40px auto;
  opacity: 0;
}

.p-pager.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn .8s both;
          animation: ani_fadeIn .8s both;
}

.p-pager a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #222;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 4px;
  font-weight: 600;
  min-width: 32px;
  border-radius: 3px;
  -webkit-transition: color .15s, border .15s;
  -o-transition: color .15s, border .15s;
  transition: color .15s, border .15s;
}

.p-pager a:hover {
  color: #0074b9;
}

.p-pager a.disabled {
  opacity: 0.5;
}

.p-pager a.num.current {
  color: #0064a0;
  border-color: #0074b9;
}

.p-pager a.num.current:hover {
  color: #0064a0;
}

.p-pager a.prev, .p-pager a.next {
  font-size: 0;
}

.p-pager a.prev:before, .p-pager a.next:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  border-style: solid;
  border-color: #999;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-pager a.prev:hover:before, .p-pager a.next:hover:before {
  border-color: #0074b9;
}

.p-pager a.prev {
  margin-right: 3px;
}

.p-pager a.prev:before {
  left: 50%;
  border-width: 3px 0 0 3px;
  margin-left: -5px;
}

.p-pager a.next {
  margin-left: 3px;
}

.p-pager a.next:before {
  right: 50%;
  border-width: 0 3px 3px 0;
  margin-right: -5px;
}

@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .p-pager .mb-hide {
    display: none;
  }
}

/* star */
.star {
  color: #b61212;
  font-size: 1.0625rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 2px 0;
  font-style: normal;
}

/* FORM - BOX */
.form-box {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 110px;
}

.form-box.form-sex {
  padding-right: 170px;
}

.form-box.form-sex .form-gp {
  width: 170px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.form-box.form-sex .form-gp .radio-style {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
}

.form-box.form-sex .form-gp .radio-style em {
  font-style: normal;
}

.form-box.code {
  max-width: 400px;
  width: 100%;
}

.form-box.code .input-style {
  padding-right: 130px;
}

.codeimg {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 499px) {
  .form-box {
    padding: 0 0 0 90px;
    margin-bottom: 15px;
  }
  .form-box.form-sex {
    padding-right: 99px;
  }
  .form-box.form-sex .form-gp {
    width: 100px;
    font-size: 0;
  }
  .form-box.form-sex .form-gp .radio-style {
    width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
    height: 45px;
    text-align: center;
    line-height: 45px;
  }
  .form-box.form-sex .form-gp .radio-style span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 1px;
    z-index: -2;
    background: #fafafa;
    border: 1px solid #ccc;
  }
  .form-box.form-sex .form-gp .radio-style span i {
    border-radius: 0;
    background: #ccc;
  }
  .form-box.form-sex .form-gp .radio-style:nth-child(1) span {
    border-right: 0;
  }
  .form-box.form-sex .form-gp .radio-style input:checked ~ em {
    color: #fff;
  }
  .form-box.form-sex .form-gp .radio-style input:checked + span {
    border: 1px solid #888;
    z-index: -1;
  }
  .form-box.form-sex .form-gp .radio-style input:checked + span i {
    background: #888;
  }
  .form-box.code .input-style {
    padding-right: 118px;
  }
  .codeimg {
    width: 108px;
  }
}

/* LABEL */
.label-style {
  font-size: 1rem;
  color: #000;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  width: 90px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
}

@media (max-width: 499px) {
  .label-style {
    font-size: 0.8823rem;
    width: 80px;
    line-height: 45px;
  }
}

/* TEXT */
.input-style {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.input-style:focus {
  border: 1px solid #0074b9;
}

@media (max-width: 499px) {
  .input-style {
    height: 45px;
  }
}

/* RADIO */
.radio-style {
  margin: 0 0 0 8px;
  line-height: 1.5;
  padding: 12px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}

.radio-style input {
  outline: none;
  display: none;
}

.radio-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #999;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.radio-style input:checked + span {
  border-color: #999;
}

.radio-style input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio-style:hover input + span, .radio-style:active input + span {
  border-color: #666;
}

.radio-style:hover input + span i, .radio-style:active input + span i {
  background-color: #666;
}

.radio-style:hover input:checked + span, .radio-style:active input:checked + span {
  border-color: #666;
  background: #fff;
}

.radio-style:hover input:checked + span i, .radio-style:active input:checked + span i {
  background-color: #666;
}

/* CHECKBOX */
.checkbox-style {
  padding: 0 5px;
  margin: 0 0 0 8px;
  line-height: 1.5;
  padding: 12px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}

.checkbox-style input {
  outline: none;
  display: none;
}

.checkbox-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #999;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 1px;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: scale(0) rotate(-45deg);
      -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.checkbox-style input:checked + span {
  border-color: #999;
}

.checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.checkbox-style:hover input + span, .checkbox-style:active input + span {
  border-color: #666;
}

.checkbox-style:hover input:checked + span, .checkbox-style:active input:checked + span {
  border-color: #666;
  background: #fff;
}

.checkbox-style:hover input:checked + span i, .checkbox-style:active input:checked + span i {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}

@media (max-width: 499px) {
  .radio-style, .checkbox-style {
    padding: 10px 0;
  }
}

/* TEXTAREA */
.textarea-style {
  background: #fff;
  height: 140px;
  padding: 10px;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #ccc;
  -webkit-transition: border .15s;
  -o-transition: border .15s;
  transition: border .15s;
  font-size: 16px;
}

.textarea-style:focus {
  border: 1px solid #0074b9;
}

@media (max-width: 499px) {
  .textarea-style {
    height: 80px;
  }
}

/* SELECT */
.select-style {
  padding: 0 50px 0 12px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ffffff url(../images/select_aw.jpg) right 0 no-repeat;
  background-size: auto 100%;
  outline: none;
  border: 1px solid #ccc;
  -webkit-transition: border .15s;
  -o-transition: border .15s;
  transition: border .15s;
  font-size: 16px;
}

.select-style:focus {
  border: 1px solid #0074b9;
}

@media (max-width: 499px) {
  .select-style {
    padding: 0 45px 0 10px;
    height: 45px;
    line-height: 45px;
  }
}

/* BREADCRUMB */
.p-breadcrumb {
  padding: 30px 0 !important;
  margin: 0 !important;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.p-breadcrumb.scroll-view {
  opacity: 1;
}

.p-breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #888;
  padding-left: 15px;
  font-size: 0.8823rem;
}

.p-breadcrumb li:before {
  content: '';
  width: 12px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #888;
  left: -1px;
  top: 8px;
  -webkit-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

.p-breadcrumb li:first-child {
  padding-left: 0;
}

.p-breadcrumb li:first-child:before {
  display: none;
}

.p-breadcrumb li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.p-breadcrumb li a:hover {
  color: #666;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .p-breadcrumb {
    padding: 20px 0 !important;
  }
}

@media (max-width: 639px) {
  .p-breadcrumb {
    background: #eee;
    margin: 0 -20px !important;
    padding: 10px 20px !important;
    font-size: 12px;
  }
}

/* No-data */
.msg-nodata {
  padding: 100px 0;
  margin: auto;
  text-align: center;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #a9bcc7;
}

.msg-nodata .img.success:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2rem;
}

.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #a9bcc7;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #788288;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.msg-nodata .text {
  text-align: center;
  font-size: 0.8832rem;
  font-weight: 600;
  color: #666;
  line-height: 1.3;
  margin: 15px auto;
}

.msg-nodata .text strong {
  display: block;
  font-size: 1.47rem;
  font-weight: 600;
  color: #444;
  padding: 0;
  margin: 0 auto 10px auto;
}

.msg-nodata[data-scrollview] .img {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.msg-nodata[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  -o-transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s, -webkit-transform .3s .2s;
}

.msg-nodata[data-scrollview].scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.msg-nodata[data-scrollview].scroll-view .text, .msg-nodata[data-scrollview].scroll-view .btn-backhome {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .msg-nodata .img {
    width: 80px;
    height: 80px;
  }
  .msg-nodata .img:after {
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
  }
  .msg-nodata .img:before {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  .msg-nodata .text strong {
    font-size: 1.29rem;
  }
}

@media (max-width: 499px) {
  .msg-nodata {
    padding: 30px 0;
  }
  .msg-nodata .text strong {
    font-size: 1.117rem;
  }
  .msg-nodata .btn-gray {
    max-width: 100px;
  }
}

/* FUNCTION - CATEGORY */
.g-catetab {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0 auto 40px auto;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity .8s .2s;
  -o-transition: opacity .8s .2s;
  transition: opacity .8s .2s;
}

.g-catetab.scroll-view {
  opacity: 1;
}

.g-catetab .cur-item {
  display: none;
}

.g-catetab > ul {
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
}

.g-catetab > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 140px;
}

.g-catetab > ul > li > a {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 5px 5px 5px;
  text-align: center;
  line-height: 1.3;
  padding: 12px 20px;
  font-size: 1.0588rem;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
  -webkit-transition: color .15s, background .15s, border 15s;
  -o-transition: color .15s, background .15s, border 15s;
  transition: color .15s, background .15s, border 15s;
}

.g-catetab > ul > li > a:hover {
  border-color: #666666;
  color: #333;
  background-color: #f5f5f5;
}

.g-catetab > ul > li > a > i {
  font-style: normal;
}

.g-catetab > ul > li.has-ul > a {
  padding-right: 28px;
}

.g-catetab > ul > li.has-ul > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  heiht: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
}

.g-catetab > ul > li.current > a {
  color: #fff;
  border: 1px solid #b61212;
  background-color: #b61212;
}

.g-catetab > ul > li.current.has-ul > a:after {
  border-top-color: #fff;
}

@media (min-width: 768px) {
  .g-catetab:not(.more-item) > ul {
    display: block !important;
  }
  .g-catetab:not(.more-item) > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 0;
    left: 5px;
    top: 50%;
    padding: 27px 12px 12px;
    min-width: 110%;
    border-radius: 0 9px 5px 10px;
    background: #ffffff;
    border: 1px solid #b61212;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .g-catetab:not(.more-item) > ul > li > ul > li {
    display: block;
    border-top: 1px solid #ddd;
  }
  .g-catetab:not(.more-item) > ul > li > ul > li:first-child {
    border-top: none;
  }
  .g-catetab:not(.more-item) > ul > li > ul > li.current > a {
    color: #b61212;
  }
  .g-catetab:not(.more-item) > ul > li > ul > li > a {
    display: block;
    font-size: 1rem;
    padding: 5px;
    color: #333;
    border-radius: 0;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
  }
  .g-catetab:not(.more-item) > ul > li > ul > li > a:hover {
    background: #eee;
  }
  .pc .g-catetab:not(.more-item) > ul > li:hover > ul {
    display: block;
    -webkit-animation: ani_fadeIn .35s both;
            animation: ani_fadeIn .35s both;
  }
}

@media (min-width: 768px) {
  .g-catetab.more-item, .g-catetab.short {
    max-width: 350px;
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    overflow: visible;
    padding: 0;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
  }
  .g-catetab.more-item .cur-item, .g-catetab.short .cur-item {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 auto;
    padding: 15px 32px;
    text-align: center;
    line-height: 1.3;
    font-size: 1.0588rem;
    border-radius: 40px;
    background: #ffffff;
    border: 1px solid #aaa;
    color: #555;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: color .15s, background .15s, border .15s;
    -o-transition: color .15s, background .15s, border .15s;
    transition: color .15s, background .15s, border .15s;
  }
  .g-catetab.more-item .cur-item:before, .g-catetab.short .cur-item:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 45px;
    border: 1px solid #999;
    opacity: 0.8;
    z-index: 1;
  }
  .g-catetab.more-item .cur-item:after, .g-catetab.short .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-catetab.more-item .cur-item:hover, .g-catetab.short .cur-item:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  }
  .g-catetab.more-item > ul, .g-catetab.short > ul {
    display: none;
    position: absolute;
    z-index: 0;
    border: 1px solid #dcdcdc;
    padding: 55px 5px 5px 5px;
    margin: 0 auto 20px auto;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 40px 40px 20px 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .g-catetab.more-item > ul > li, .g-catetab.short > ul > li {
    display: block;
    position: relative;
    min-width: auto;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .g-catetab.more-item > ul > li a, .g-catetab.short > ul > li a {
    background: #fff;
    border: none;
    border-top: none;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.2;
    font-size: 1rem;
    border-left: none;
    border-radius: 0;
    color: #444;
  }
  .g-catetab.more-item > ul > li a:hover, .g-catetab.short > ul > li a:hover {
    background: #fafafa;
  }
  .g-catetab.more-item > ul > li:first-child, .g-catetab.short > ul > li:first-child {
    border-top: none;
  }
  .g-catetab.more-item > ul > li.current > a, .g-catetab.short > ul > li.current > a {
    border: none;
    background: #efefef;
    color: #b61212;
    font-weight: 600;
  }
  .g-catetab.more-item > ul > li.current > ul, .g-catetab.short > ul > li.current > ul {
    display: block;
  }
  .g-catetab.more-item > ul > li.current.has-ul > a:after, .g-catetab.short > ul > li.current.has-ul > a:after {
    border-top-color: #999;
  }
  .g-catetab.more-item > ul > li.has-ul > a:after, .g-catetab.short > ul > li.has-ul > a:after {
    border-width: 6px 4px 0 4px;
  }
  .g-catetab.more-item > ul > li > ul, .g-catetab.short > ul > li > ul {
    display: none;
    position: relative;
  }
  .g-catetab.more-item > ul > li > ul > li, .g-catetab.short > ul > li > ul > li {
    display: block;
    border-top: 1px solid #ddd;
  }
  .g-catetab.more-item > ul > li > ul > li:first-child, .g-catetab.short > ul > li > ul > li:first-child {
    border-top: none;
  }
  .g-catetab.more-item > ul > li > ul > li > a, .g-catetab.short > ul > li > ul > li > a {
    display: block;
    font-size: 0.8823rem;
    padding: 10px 15px;
    background: #788288;
    color: #fff;
    border-radius: 0;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
  }
  .g-catetab.more-item > ul > li > ul > li > a:hover, .g-catetab.short > ul > li > ul > li > a:hover {
    background: #737d83;
    color: #fff;
  }
  .g-catetab.more-item > ul > li > ul > li.current > a, .g-catetab.short > ul > li > ul > li.current > a {
    background: #656d72;
    color: #fff;
  }
  .g-catetab.more-item > ul > li.is-open > ul, .g-catetab.short > ul > li.is-open > ul {
    display: block;
  }
  .g-catetab.more-item.is-open, .g-catetab.short.is-open {
    padding: 0;
  }
  .g-catetab.more-item.is-open .cur-item, .g-catetab.short.is-open .cur-item {
    background: #b61212;
    color: #fff;
  }
  .g-catetab.more-item.is-open .cur-item:after, .g-catetab.short.is-open .cur-item:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .g-catetab.more-item.is-open > ul, .g-catetab.short.is-open > ul {
    border: 1px solid #eee;
    position: absolute;
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .g-catetab {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 767px) {
  .g-catetab {
    max-width: 350px;
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    overflow: visible;
    padding: 0;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
    margin: 0 auto 20px auto;
  }
  .g-catetab .cur-item {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 auto;
    padding: 15px 32px;
    text-align: center;
    line-height: 1.3;
    font-size: 1.0588rem;
    border-radius: 40px;
    background: #ffffff;
    border: 1px solid #aaa;
    color: #555;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: color .15s, background .15s, border .15s;
    -o-transition: color .15s, background .15s, border .15s;
    transition: color .15s, background .15s, border .15s;
  }
  .g-catetab .cur-item:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 45px;
    border: 1px solid #999;
    opacity: 0.8;
    z-index: 1;
  }
  .g-catetab .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-catetab .cur-item:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  }
  .g-catetab > ul {
    display: none;
    position: absolute;
    z-index: 0;
    border: 1px solid #dcdcdc;
    padding: 55px 5px 5px 5px;
    margin: 0 auto 20px auto;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 40px 40px 20px 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .g-catetab > ul > li {
    display: block;
    position: relative;
    min-width: auto;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .g-catetab > ul > li a {
    background: #fff;
    border: none;
    border-top: none;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.2;
    font-size: 1rem;
    border-left: none;
    border-radius: 0;
    color: #444;
  }
  .g-catetab > ul > li a:hover {
    background: #fafafa;
  }
  .g-catetab > ul > li:first-child {
    border-top: none;
  }
  .g-catetab > ul > li.current > a {
    border: none;
    background: #efefef;
    color: #b61212;
    font-weight: 600;
  }
  .g-catetab > ul > li.current > ul {
    display: block;
  }
  .g-catetab > ul > li.current.has-ul > a:after {
    border-top-color: #999;
  }
  .g-catetab > ul > li.has-ul > a:after {
    border-width: 6px 4px 0 4px;
  }
  .g-catetab > ul > li > ul {
    display: none;
    position: relative;
  }
  .g-catetab > ul > li > ul > li {
    display: block;
    border-top: 1px solid #ddd;
  }
  .g-catetab > ul > li > ul > li:first-child {
    border-top: none;
  }
  .g-catetab > ul > li > ul > li > a {
    display: block;
    font-size: 0.8823rem;
    padding: 10px 15px;
    background: #788288;
    color: #fff;
    border-radius: 0;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
  }
  .g-catetab > ul > li > ul > li > a:hover {
    background: #737d83;
    color: #fff;
  }
  .g-catetab > ul > li > ul > li.current > a {
    background: #656d72;
    color: #fff;
  }
  .g-catetab > ul > li.is-open > ul {
    display: block;
  }
  .g-catetab.is-open {
    padding: 0;
  }
  .g-catetab.is-open .cur-item {
    background: #b61212;
    color: #fff;
  }
  .g-catetab.is-open .cur-item:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .g-catetab.is-open > ul {
    border: 1px solid #eee;
    position: absolute;
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .g-catetab .cur-item {
    font-size: 0.8823rem;
    padding: 12px 32px;
  }
  .g-catetab .cur-item:before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 0.5;
  }
  .g-catetab > ul {
    padding: 45px 5px 5px 5px;
  }
  .g-catetab > ul > li > a {
    font-size: 0.8823rem;
    padding: 12px 15px;
  }
}

/* === LAYOUT === */
.maincontent {
  padding-bottom: 50px;
  background: url(../images/page_bg.jpg) no-repeat center bottom;
  background-size: auto 230px;
}

.maincontent.dark {
  background-image: url(../images/page_bg_dark.jpg), url(../images/bg_dark.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: auto 230px, auto;
}

@media (max-width: 767px) {
  .maincontent {
    padding-bottom: 30px;
  }
}

@media (max-width: 499px) {
  .maincontent.dark {
    background-image: none;
    background-color: #f5f5f5;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* HEADER */
.g-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  font-size: 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.g-header > .container {
  padding-left: 300px;
  height: 85px;
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}

.g-header .g-logo {
  display: block;
  z-index: 6;
  font-size: 0;
  width: 295px;
  margin: 3px 0 0 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s;
}

.g-header .g-logo a {
  display: block;
  width: 100%;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: contain;
}

.g-header .g-logo a:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 23.06%;
}

.toplink {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  width: auto;
  text-align: center;
  line-height: 38px;
  padding: 0;
  margin-top: -15px;
  color: #555555;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: background .15s, color .15s, border .15s, -webkit-transform .5s;
  transition: background .15s, color .15s, border .15s, -webkit-transform .5s;
  -o-transition: background .15s, color .15s, border .15s, transform .5s;
  transition: background .15s, color .15s, border .15s, transform .5s;
  transition: background .15s, color .15s, border .15s, transform .5s, -webkit-transform .5s;
  top: 50%;
}

.toplink.search {
  font-size: 0;
  right: 20px;
}

.toplink.search:before {
  content: '';
  display: inline-block;
  margin-right: -1px;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../images/icon_search.png) no-repeat;
  background-size: 17px 17px;
  top: 10px;
  left: 10px;
}

.toplink.search:hover {
  color: #fff;
  border-color: #b61212;
  background: #b61212;
}

.toplink.search:hover:before{
  background: url(../images/icon_search2.png) no-repeat;
  background-size: 17px 17px;
}

.toplink.fb {
  font-size: 0;
  right: 70px;
}

.toplink.fb:before {
  content: '\f39e';
  display: inline-block;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  margin-right: -1px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toplink.fb:hover {
  color: #fff;
  border-color: #3b5998;
  background: #3b5998;
}

.toplink.email {
  font-size: 0;
  right: 120px;
}

.toplink.email:before {
  content: '\f0e0';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toplink.email:hover {
  color: #fff;
  border-color: #0074b9;
  background: #0074b9;
}

.toplink.donate {
  white-space: nowrap;
  padding: 0 20px;
  right: 170px;
  font-size: 1rem;
}

.toplink.donate:hover {
  color: #fff;
  border-color: #0074b9;
  background: #0074b9;
}

.g-nav-switch {
  display: none;
}

.g-nav {
  background: #08283c;
  color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 85px;
  left: 0;
  right: 0;
}

.g-nav a {
  color: #fff;
}

.g-menu {
  font-size: 0;
  text-align: center;
}

.g-menu ul {
  display: none;
}

.g-menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 12px;
}

.g-menu > li:before {
  content: '';
  pointer-events: none;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.g-menu > li:first-child:before {
  display: none;
}

.g-menu > li:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 6px;
  border-radius: 5px;
  height: 42px;
  left: 12px;
  right: 12px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.g-menu > li.has-ul:after {
  border-radius: 5px 5px 0 0;
  height: 48px;
}

.g-menu > li > .title {
  display: block;
  position: relative;
  font-size: 0.98rem;
  margin-top: 4px;
  line-height: 50px;
  padding: 0 18px;
  letter-spacing: 0.05rem;
  z-index: 3;
  cursor: pointer;
  color: #fff;
}

.g-menu > li > ul > li {
  display: block;
  position: relative;
}

.g-menu > li > ul > li > a {
  display: block;
}

/* FOOTER */
.g-donate {
  display: none;
}

.g-footer {
  background: #08283c;
  color: #ffffff;
  word-break: break-all;
  position: relative;
  text-align: center;
  font-size: 0.8823rem;
}

.g-footer > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.g-footer a {
  color: #fff;
}

.g-footer a:hover {
  color: #53bfff;
}

.g-footer .info li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.g-footer .info li:first-child {
  margin-left: 0;
}

.g-footer .info li strong {
  font-weight: normal;
}

.g-footer .info li strong:after {
  content: '：';
}

.g-footer .f-copyright {
  display: inline-block;
  vertical-align: top;
}

.g-footer .f-copyright br {
  display: none;
}

.g-footer .f-sitemap, .g-footer .f-grnet {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
}

.g-footer .f-sitemap:before, .g-footer .f-grnet:before {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

@media (min-width: 768px) {
  .pc .g-menu > li:hover:after, .g-menu > li.is-open:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .pc .g-menu > li:hover > .title, .g-menu > li.is-open > .title {
    font-weight: 600;
    color: #083653;
  }
  .pc .g-menu > li:hover > ul, .g-menu > li.is-open > ul {
    display: block !important;
  }
  .g-nav {
    display: block !important;
  }
  .g-menu > li > .title {
    color: #fff;
  }
  .g-menu > li > ul {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 170px;
    border-radius: 0 6px 6px 6px;
    padding: 10px;
    background: #fff;
    left: 12px;
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.13);
            box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.13);
  }
  .g-menu > li > ul > li {
    border-top: 1px solid #ddd;
    text-align: left;
  }
  .g-menu > li > ul > li:first-child {
    border-top: none;
  }
  .g-menu > li > ul > li > a {
    padding: 5px 10px;
    background: #fff;
    color: #444;
    font-size: 1rem;
  }
  .g-menu > li > ul > li > a:hover {
    background: #ddd;
    color: #444;
  }
}

@media (max-width: 1199px) {
  .g-header > .container {
    height: 70px;
    padding-left: 220px;
  }
  .g-header .g-logo {
    width: 210px;
  }
  .toplink {
    margin-top: -18px;
  }
  .g-nav {
    top: 70px;
  }
  .g-menu > li {
    padding: 0 10px;
  }
  .g-menu > li > .title {
    padding: 0 13px;
  }
}

@media (max-width: 991px) {
  .g-menu > li {
    padding: 0 2px;
  }
  .g-menu > li:after {
    left: 5px;
    right: 5px;
  }
  .g-menu > li > .title {
    font-size: 0.941176rem;
    padding: 0 10px;
  }
  .g-menu > li > ul {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .g-header {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .g-header > .container {
    height: 56px;
  }
  .g-header .g-logo {
    width: 190px;
    margin-top: 0;
  }
  .toplink {
    height: 56px;
    min-width: 45px;
    line-height: 54px;
    border: none;
    padding: 0;
    margin-top: 0;
    top: 0;
    border-radius: 0;
  }
  .toplink.search {
    right: 50px;
    border-left: 1px solid #ccc;
  }
  .toplink.search:before {
    top: 20px;
    left: 13px;
  }
  .toplink.fb {
    right: 95px;
    border-left: 1px solid #ccc;
  }
  .toplink.email {
    right: 95px;
    border-left: 1px solid #ccc;
  }
  .toplink.donate {
    right: 150px;
    font-size: 0.8235rem;
    color: #ffffff;
    background: #083653;
    height: auto;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 50px;
    top: 50%;
    margin-top: -17px;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  }
  .toplink.donate:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .g-nav-switch {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 50px;
    z-index: 9;
    border-left: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch div {
    display: inline-block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    background: #666;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  .g-nav-switch div:nth-child(1) {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch div:nth-child(2) {
    margin-top: -1px;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform .1s .1s;
    transition: -webkit-transform .1s .1s;
    -o-transition: transform .1s .1s;
    transition: transform .1s .1s;
    transition: transform .1s .1s, -webkit-transform .1s .1s;
  }
  .g-nav-switch div:nth-child(3) {
    margin-top: 6px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch.is-close:after {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(50);
        -ms-transform: translate(50%, -50%) scale(50);
            transform: translate(50%, -50%) scale(50);
    -webkit-animation: fadeOut 0.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: fadeOut 0.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch.is-open {
    background: #0a456a;
    -webkit-animation: ani_navBtnRotate 0.6s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: ani_navBtnRotate 0.6s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch.is-open:after {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(50);
        -ms-transform: translate(50%, -50%) scale(50);
            transform: translate(50%, -50%) scale(50);
    -webkit-animation: anmi_nav_bg_open 0.5s 0.12s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: anmi_nav_bg_open 0.5s 0.12s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch.is-open div {
    background: #fff;
  }
  .g-nav-switch.is-open div:nth-child(1) {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav-switch.is-open div:nth-child(2) {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .g-nav-switch.is-open div:nth-child(3) {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .g-nav {
    background: none;
    top: 56px;
    display: none;
    position: fixed;
  }
  .g-nav > .container {
    padding: 0;
  }
  .g-menu {
    text-align: left;
  }
  .g-menu > li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 1px solid #1d5d86;
  }
  .g-menu > li:first-child {
    border-top: none;
  }
  .g-menu > li:before {
    display: none;
  }
  .g-menu > li > .title {
    margin: 0;
    background-color: #0a456a;
    color: #fff;
    padding: 13px 50px 13px 20px;
    line-height: 1.5;
    font-weight: 600;
  }
  .g-menu > li.has-ul > .title:before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    margin-top: -13px;
    right: 10px;
    background: url(../images/caculate_bg.png) no-repeat 100% 0;
    opacity: 0.8;
    background-size: auto 100%;
  }
  .g-menu > li.is-open.has-ul > .title:before {
    background-position: 0 0;
  }
  .g-menu > li > ul > li {
    display: block;
  }
  .g-menu > li > ul > li > a {
    font-size: 0.9411rem;
    padding: 10px 20px 10px 35px;
    background: #f2f2f2;
    color: #083653;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .g-menu > li > ul > li:first-child > a {
    border-top: none;
  }
  .pc .g-menu > li:hover > .title {
    background: #0c4e78;
  }
  .pc .g-menu > li > ul > li > a:hover {
    color: #083653;
    background: #eee;
  }
  .g-footer {
    font-size: 0.8rem;
  }
  .g-footer > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-footer .info {
    text-align: left;
    margin: 0 auto 15px auto;
  }
  .g-footer .info li {
    display: block;
    margin-left: 0;
    padding: 2px 0;
  }
  .g-footer .f-copyright {
    color: #adc2d0;
    display: block;
    padding: 10px 0 0;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .g-footer .f-sitemap {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #adc2d0;
    line-height: 1.5;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .g-footer .f-sitemap:before {
    display: none;
  }
  .g-footer .f-grnet {
    color: #7f919c;
    padding: 0;
    margin: 0;
  }
  .g-footer .f-grnet a {
    color: #7f919c;
  }
  .g-footer .f-grnet:before {
    display: none;
  }
  .pc .g-footer .f-sitemap:hover {
    background: #fff;
    color: #083653;
    border-color: #fff;
  }
  .pc .g-footer .f-grnet a:hover {
    color: #fff;
  }
}

@media (max-width: 499px) {
  .g-header .g-logo {
    width: 146px;
    left: 10px;
  }
  .toplink.donate {
    display: none;
  }
  .g-donate {
    display: block;
    position: fixed;
    z-index: 201;
    bottom: 12px;
    right: 10px;
    font-size: 0.85rem;
    color: #ffffff;
    background: #083653;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: right .25s;
    -o-transition: right .25s;
    transition: right .25s;
  }
  .g-donate:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .g-donate.scroll-view {
    right: 55px;
  }
  .g-donate:hover {
    color: #ffffff;
  }
}

@media (max-width: 399px) {
  .g-footer .f-copyright br {
    display: inline;
  }
}

/* 編輯器 */
.text-red {
  color: #b61212;
}

.theme-p {
  margin: 0 0 35px 0;
  line-height: 2;
  text-indent: 2rem;
}

.theme-p a {
  color: inherit;
  text-decoration: underline;
}

.theme-p a:hover {
  color: #0074b9;
}

.theme-text {
  margin: 0 0 10px 0;
  line-height: 2;
}

.theme-text a {
  color: inherit;
  text-decoration: underline;
}

.theme-text a:hover {
  color: #0074b9;
}

.theme-img {
  margin-bottom: 20px;
  text-align: center;
}

.theme-stit {
  font-size: 1.4117rem;
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.theme-stit.red {
  color: #b61212;
  font-weight: 500;
}

.theme-video {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 50px auto;
}

.theme-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* 樣板:圖浮動在左 */
.theme-pic-float-left {
  margin: 0 auto 30px auto;
}

.theme-pic-float-left:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}

.theme-pic-float-left .pic, .theme-pic-float-left .theme-pic {
  max-width: 50%;
  float: left;
  margin: 3px 20px 10px 0;
}

/* 有外框的圖片 */
.theme-pic {
  padding: 8px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  display: inline-block;
}

.theme-pic figcaption {
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  margin: 12px 0 8px 0;
}

/* 樣板:圖浮動在右 */
.theme-pic-float-right {
  margin: 0 auto 30px auto;
}

.theme-pic-float-right:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}

.theme-pic-float-right .pic, .theme-pic-float-right .theme-pic {
  max-width: 50%;
  float: right;
  margin: 3px 0 10px 20px;
}

/* 樣板:左文右圖 */
.theme-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 0 auto 30px auto;
  direction: rtl;
}

.theme-r-pic-l-word .theme-p {
  margin-bottom: 10px;
}

.theme-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  max-width: 420px;
  direction: ltr;
  text-align: right;
}

.theme-r-pic-l-word .word {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  max-width: calc(100% - 420px);
  direction: ltr;
  padding-right: 40px;
}

/* 樣板:左圖右文 */
.theme-r-text-l-pic {
  display: table;
  width: 100%;
  margin: 0 auto 30px auto;
}

.theme-r-text-l-pic .theme-p {
  margin-bottom: 10px;
}

.theme-r-text-l-pic .pic {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  max-width: 420px;
}

.theme-r-text-l-pic .word {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  max-width: calc(100% - 420px);
  padding-left: 40px;
}

/* 樣板:一行多圖 */
.theme-multipic {
  text-align: center;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.theme-multipic .pic, .theme-multipic .theme-pic {
  width: calc((100% / 3) - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
}

@media (max-width: 767px) {
  .theme-p {
    margin: 0 0 20px 0;
  }
  .theme-stit {
    font-size: 1.1764rem;
  }
  .theme-r-pic-l-word {
    display: block;
    direction: ltr;
  }
  .theme-r-pic-l-word .pic {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-pic-l-word .word {
    display: block;
    width: 100%;
    padding-right: 0;
    max-width: none;
  }
  .theme-r-text-l-pic {
    display: block;
  }
  .theme-r-text-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-text-l-pic .word {
    display: block;
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
  .theme-multipic .pic, .theme-multipic .theme-pic {
    width: calc(50% - 20px);
  }
}

@media (max-width: 549px) {
  .theme-video {
    margin: 0 auto 30px auto;
  }
  .theme-pic-float-left .pic, .theme-pic-float-left .theme-pic {
    max-width: none;
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .theme-pic-float-right {
    text-align: left;
  }
  .theme-pic-float-right .pic, .theme-pic-float-right .theme-pic {
    max-width: none;
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}

@media (max-width: 499px) {
  .theme-multipic {
    margin-left: auto;
    margin-right: auto;
  }
  .theme-multipic .pic, .theme-multipic .theme-pic {
    width: auto;
    margin: 0 auto 20px auto;
  }
}

/* === INDEX === */
.i-slide-wrap {
  position: relative;
  line-height: 0;
  z-index: 2;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.i-slide-wrap[data-scrollview].scroll-view .in .box img {
  -webkit-animation: ani_islideIn 4s both cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: ani_islideIn 4s both cubic-bezier(0.165, 0.84, 0.44, 1);
}

.i-slide-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 26.04%;
}

.i-slide-wrap .i-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.i-slide-wrap .box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.i-slide-wrap .box .big {
  display: block;
}

.i-slide-wrap .box .small {
  display: none;
}

.i-slide-wrap .box:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 26.04%;
}

.i-slide-wrap .box img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pc .i-slide-wrap .slick-arrow {
  opacity: 0;
  width: 10%;
}

.pc .i-slide-wrap:hover .slick-arrow {
  opacity: 1;
}

@media (max-width: 767px) {
  .i-slide-wrap:before {
    padding-bottom: 44.16%;
  }
  .i-slide-wrap .slick-arrow {
    width: 40px;
  }
  .i-slide-wrap .box:before {
    padding-bottom: 44.16%;
  }
  .i-slide-wrap .box .big {
    display: none;
  }
  .i-slide-wrap .box .small {
    display: block;
  }
}

.i-about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/i_about_bg.jpg) no-repeat 45% 190%;
  background-size: 550px auto;
}

.i-about[data-scrollview] .left {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.i-about[data-scrollview] .right {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.i-about[data-scrollview].scroll-view .left, .i-about[data-scrollview].scroll-view .right {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.i-about > .container {
  display: table;
  width: 100%;
  direction: rtl;
}

.i-about .left {
  display: table-cell;
  vertical-align: middle;
  width: 66%;
  padding-right: 100px;
  direction: ltr;
}

.i-about .right {
  display: table-cell;
  vertical-align: top;
  width: 34%;
  direction: ltr;
}

.i-about .btn-style {
  display: inline-block;
}

.i-links {
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #ddd;
  background-image: url(../images/i_links_bg2.jpg), url(../images/i_links_bg.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto, 100% auto;
  font-size: 0;
}

.i-links [data-scrollview] .box {
  opacity: 0;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter 1.5s;
  -o-transition: transform 1.5s, filter 1.5s, opacity 1.5s;
  transition: transform 1.5s, filter 1.5s, opacity 1.5s;
  transition: transform 1.5s, filter 1.5s, opacity 1.5s, -webkit-transform 1.5s, -webkit-filter 1.5s;
}

.i-links [data-scrollview] .box:nth-child(1) {
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.i-links [data-scrollview] .box:nth-child(2) {
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.i-links [data-scrollview] .box:nth-child(3) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.i-links [data-scrollview] .box:nth-child(4) {
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.i-links [data-scrollview] .box:nth-child(5) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.i-links [data-scrollview] .box:nth-child(6) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.i-links [data-scrollview] .box:nth-child(7) {
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

.i-links [data-scrollview] .box:nth-child(8) {
  -webkit-transition-delay: 0.64s;
       -o-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

.i-links [data-scrollview] .box:nth-child(9) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.i-links [data-scrollview].scroll-view .box {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.i-links .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 45px;
}

.i-links .box:nth-child(odd) {
  padding-right: 20px;
}

.i-links .box:nth-child(even) {
  padding-left: 20px;
}

.i-links .box a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 51.72%;
}

.i-links .box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.i-links .box a .text {
  position: absolute;
  z-index: 2;
  top: 55%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  min-height: 60px;
  right: 40px;
  padding: 0 75px 0 0;
  padding-top: 6px;
  font-size: 1.7847rem;
  line-height: 1.15;
  font-family: "Times New Roman", "PMingLiU", serif;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: margin .25s, background .25s;
  -o-transition: margin .25s, background .25s;
  transition: margin .25s, background .25s;
}

.i-links .box a .text .deco {
  font-size: 1.0588rem;
  display: inline-block;
  margin-left: 3px;
}

.i-links .box a .text:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: background .5s, border .5s;
  -o-transition: background .5s, border .5s;
  transition: background .5s, border .5s;
}

.i-links .box a .text:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  right: 25px;
  top: 25px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.i-links .box a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.i-links .box a:hover .text {
  margin-right: -5px;
}

.i-links .box a:hover .text:before {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
  .i-links {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .i-about {
    background-position: 45% 170%;
  }
  .i-about .left {
    padding-right: 30px;
    width: 58%;
  }
  .i-about .right {
    width: 42%;
    padding-top: 60px;
  }
  .i-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 300px;
  }
  .i-links .box {
    margin-bottom: 30px;
  }
  .i-links .box:nth-child(odd) {
    padding-right: 15px;
  }
  .i-links .box:nth-child(even) {
    padding-left: 15px;
  }
  .i-links .box a .text {
    padding-right: 45px;
    font-size: 1.4705rem;
    padding-top: 0;
    min-height: 34px;
  }
  .i-links .box a .text:before {
    width: 34px;
    height: 34px;
    margin-top: 0;
    top: 0;
    right: 0;
    margin-top: 0s;
  }
  .i-links .box a .text:after {
    width: 8px;
    height: 8px;
    top: 13px;
    margin-top: 0;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .i-about {
    padding-top: 50px;
    padding-bottom: 70px;
    display: block;
    background-position: 105% 130%;
    background-size: 400px auto;
  }
  .i-about[data-scrollview] .left {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .i-about[data-scrollview].scroll-view .left {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .i-about .container {
    direction: ltr;
  }
  .i-about .left {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .i-about .left .narrow {
    margin-left: -2px;
    letter-spacing: -0.05rem;
  }
  .i-about .left img {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 300px;
    border-radius: 5px;
  }
  .i-about .left .btn-style {
    display: block;
    margin: 15px auto;
  }
  .i-about .right {
    float: right;
    width: 45%;
    max-width: 230px;
    margin: 0 0 5px 20px;
  }
  .i-links {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .i-links .box {
    margin-bottom: 10px;
  }
  .i-links .box:nth-child(odd) {
    padding-right: 5px;
  }
  .i-links .box:nth-child(even) {
    padding-left: 5px;
  }
  .i-links .box a .text {
    font-size: 1.176rem;
    min-height: 40px;
    right: 15px;
  }
  .i-links .box a .text:before {
    width: 28px;
    height: 28px;
    right: 5px;
    top: -2px;
  }
  .i-links .box a .text:after {
    top: 8px;
    right: 16px;
  }
  .i-links .box a .text .deco {
    font-size: 0.9rem;
  }
}

@media (max-width: 549px) {
  .i-about .right {
    width: 40%;
    margin: 0 0 10px 10px;
  }
  .i-links {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .i-links > .container {
    padding: 0;
  }
  .i-links [data-scrollview] .box {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .i-links [data-scrollview].scroll-view .box {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .i-links .box {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  .i-links .box:nth-child(odd) {
    padding-right: 0;
  }
  .i-links .box:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 499px) {
  .i-about .sec-title .deco {
    display: inline-block;
    margin-left: 5px;
  }
}

/* === PAGES === */
.p-bn {
  height: 300px;
  overflow: hidden;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}

.p-bn[data-scrollview] .bg {
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-bn[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  -o-transition: transform 1s .5s, opacity 1s .5s;
  transition: transform 1s .5s, opacity 1s .5s;
  transition: transform 1s .5s, opacity 1s .5s, -webkit-transform 1s .5s;
}

.p-bn[data-scrollview].scroll-view .bg {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.p-bn[data-scrollview].scroll-view .text {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-bn .bg {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-bn .container {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-bn .text {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 11%;
  font-size: 0;
  width: 50%;
  max-width: 356px;
  background: url(../images/p_bn_text.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-bn .text:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 20.78%;
}

@media (min-width: 1920px) {
  .p-bn {
    height: auto;
    padding-bottom: 15.625%;
  }
}

@media (max-width: 1200px) {
  .p-bn {
    height: auto;
    padding-bottom: 25%;
  }
}

@media (max-width: 767px) {
  .p-bn {
    padding-bottom: 30%;
  }
  .p-bn .text {
    width: 45%;
    max-width: 250px;
  }
}

.p-subhead {
  font-size: 1.8823rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  margin: 20px auto;
  display: block;
  color: #083653;
  z-index: 10;
  position: relative;
  font-family: "Times New Roman", "PMingLiU", serif;
}

.p-subhead span {
  position: relative;
  display: inline-block;
}

.p-subhead span:after {
  content: '';
  position: absolute;
  pointer-events: none;
  display: inline-block;
  z-index: -1;
  bottom: -20px;
  left: 80%;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  background: url(../images/p_subhead_flower.png) no-repeat 0 0;
  background-size: contain;
}

.p-subhead[data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity .6s .1s, -webkit-transform .5s .1s;
  transition: opacity .6s .1s, -webkit-transform .5s .1s;
  -o-transition: opacity .6s .1s, transform .5s .1s;
  transition: opacity .6s .1s, transform .5s .1s;
  transition: opacity .6s .1s, transform .5s .1s, -webkit-transform .5s .1s;
}

.p-subhead[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 991px) {
  .p-subhead {
    font-size: 1.529rem;
  }
  .p-subhead span:after {
    width: 80px;
    height: 80px;
    bottom: -5px;
    margin-left: -40px;
  }
}

@media (max-width: 767px) {
  .p-subhead {
    font-size: 1.2941rem;
    margin-bottom: 20px;
  }
  .p-subhead span:after {
    width: 50px;
    height: 50px;
    margin-left: -30px;
  }
}

/* scroll-view */
.scroll-fade {
  opacity: 0;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}

.scroll-fade.scroll-view {
  opacity: 1;
}

.scroll-fade-down {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}

.scroll-fade-down.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-up {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}

.scroll-fade-up.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-left {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}

.scroll-fade-left.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.scroll-fade-right {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}

.scroll-fade-right.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

/* About & Donation  */
#about .h3 {
  color: #b61212;
}

#about .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 35px;
  text-indent: 2rem;
}
#about span.indent {
  text-indent: 2rem;
  display: block;
  padding-bottom: 1rem;
}


#about .wrap {
  font-size: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}

#about .wrap .left-box, #about .wrap .right-box {
  width: 50%;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

#about .wrap .box-center {
  text-align: center;
}

#about .wrap .pic {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 0;
  margin: 10px;
  background: #fff;
}

#about .wrap .pic img {
  width: 100%;
}

#about .wrap .pic span {
  font-size: 0.875rem;
  color: #777777;
  text-align: center;
  display: block;
  line-height: 35px;
}

#about .one {
  padding-top: 0;
}

#about .one .pic {
  display: block;
  float: right;
  width: 34%;
  margin-left: 4%;
}

#about .two {
  padding-left: 15px;
  padding-right: 15px;
  background: url("../images/about_bg.jpg");
  background-size: cover;
}

#about .two .top-box {
  margin-bottom: 3%;
}

#about .two .top-box .pic {
  float: left;
  margin-right: 5%;
  width: 30%;
  font-size: 0;
  margin-left: 0px;
}

#about .two .top-box .pic span.half {
  width: 50%;
  display: inline-block;
}

#about .two .bot-wrap {
  font-size: 0;
  margin: 0 -15px;
}

#about .two .bot-wrap .pic {
  display: inline-block;
  width: calc(100%/3 - 30px);
  margin: 0 15px 30px;
  padding: 0;
}

#about .three .icon-wrap {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3%;
}

#about .three .icon-box {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
}

#about .three .icon-box .img-box {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 120px;
  background: #475f71;
  line-height: 120px;
}

#about .three .icon-box:nth-child(1) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#about .three .icon-box:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#about .three .icon-box:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#about .three .icon-box:nth-child(4) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#about .three .icon-box:nth-child(5) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#about .three .icon-box:nth-child(6) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#about .three .icon-box span {
  display: block;
  line-height: 30px;
  color: #777;
  font-size: 1rem;
}

#about .three .wrap {
  margin: 0 -30px;
}

#about .three .left-box, #about .three .right-box {
  width: calc(50% - 6%);
  margin: 0 3%;
}

#about .three .left-box ul {
  padding-left: 40px;
}

#about .three .left-box ul > li {
  position: relative;
}

#about .three .left-box ul > li > span {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  left: -40px;
}

#about .donation {
  padding-bottom: 10%;
}

#about .donation .left-box, #about .donation .right-box {
  vertical-align: middle;
}

#about .donation .left-box {
  padding-right: 30px;
}

#about .donation ul {
  padding-left: 30px;
  line-height: 2.25;
}

#about .donation ul > li {
  position: relative;
}

#about .donation ul > li:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #083653;
}

#about .donation ul > li .red {
  color: #b61212;
  font-size: 1.125rem;
}
#about .donation ul > li .ti:after {
  content: '：';
}

@media (max-width: 1199px) {
  #about .wrap {
    margin: 0 auto 50px;
  }
  #about .one .pic {
    width: 40%;
  }
  #about .three {
    margin-bottom: 0;
  }
  #about .three .wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #about .two .top-box .pic {
    float: left;
    margin-right: 5%;
    width: 40%;
    font-size: 0;
    margin-left: 0px;
  }
  #about .two .top-box .pic span.half {
    width: 50%;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #about .txt {
    margin-bottom: 20px;
  }
  #about .wrap .pic span {
    font-size: 0.7rem;
  }
  #about .wrap .left-box, #about .wrap .right-box {
    display: block;
    width: 100%;
    margin: 0;
  }
  #about .one .pic {
    width: 50%;
    margin-left: 15px;
  }
  #about .two .top-box .pic {
    width: 50%;
    margin-right: 15px;
  }
  #about .two .bot-wrap {
    margin: 0 -10px;
  }
  #about .two .bot-wrap .pic {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 5px;
  }
  #about .three .wrap {
    margin: 0px;
  }
  #about .three .icon-box {
    width: calc(100%/3 - 30px);
    margin: 0 15px 30px;
  }
  #about .three .icon-box .img-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px;
  }
  #about .three .icon-box .img-box img {
    max-width: 50px;
    max-height: 50px;
  }
  #about .donation{
    max-width: 550px;
    margin: 0 auto;
  }
  #about .donation .left-box {
    margin-bottom: 30px;
    padding-right: 0;
    text-align: center;
  }
  #about .donation ul{
    padding-left: 20px;
    line-height: 1.8;
  }
  #about .donation ul>li{
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #about .donation ul > li:before{
    top: 10px;
    width: 8px;
    height: 8px;
    left: -18px;
  }
  #about .donation ul > li .ti {
    display: block;
  }
}

@media (max-width: 480px) {
  #about .h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  #about .one .pic {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px 20px;
  }
  #about .two .top-box .pic {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #about .three .left-box ul {
    margin-bottom: 50px;
  }
  #about .three .left-box ul > li {
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  #about .three .icon-box span {
    font-size: 0.875rem;
  }
}

/* Charter */
#charter .h3 {
  text-align: center;
  color: #b61212;
}
#charter .box {
  margin-bottom: 8px;
}
#charter .box .title {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  letter-spacing: 2px;
}
#charter .box.main {
  font-weight: 700;
}
#charter .box .txt {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
}
#charter .box li {
  margin-bottom: 5px;
}
#charter .box .ti {
  display: inline-block;
  width: 40px;
  vertical-align: top;
}
#charter .box .text {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
}

#charter .director-list {
  margin: 30px auto 5%;
}

#charter .director-list .thead {
  width: 100%;
  display: table;
  background: #788288;
}

#charter .director-list .thead .box {
  display: table-row;
}

#charter .director-list .thead .box .th {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  width: 33.333333%;
}

#charter .director-list .thead .box .th:nth-child(1):after, #charter .director-list .thead .box .th:nth-child(2):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  opacity: 0.8;
  top: 15px;
  bottom: 15px;
  right: 0;
  background: #fff;
}

#charter .director-list .tbody {
  display: block;
}

#charter .director-list .tbody .box {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

#charter .director-list .tbody .box .td {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 3%;
  line-height: 1.8;
  width: 33.333333%;
}

/*#charter .director-list .tbody .box .td:nth-child(1),
#charter .director-list .tbody .box .td:nth-child(2)*/
#charter .director-list .tbody .box .td:nth-child(1) {
  text-align: center;
}

@media (min-width: 992px) {
  #charter .director-list .tbody .box .td:first-child a:hover {
    color: #4bb8d7;
    border-bottom: 1px solid #4bb8d7;
  }
  #charter .director-list .tbody .box .td:last-child .btn-view:hover {
    color: #4bb8d7;
  }
  #charter .director-list .box {
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
  }
  #charter .director-list .box:nth-child(1) {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #charter .director-list .box:nth-child(2) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #charter .director-list .box:nth-child(3) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #charter .director-list .box:nth-child(4) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #charter .director-list .box:nth-child(5) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #charter .director-list .box:nth-child(6) {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #charter .director-list .box:nth-child(7) {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #charter .director-list .box:nth-child(8) {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #charter .director-list .box:nth-child(9) {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #charter .director-list .box:nth-child(10) {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  #charter .director-list .box:nth-child(11) {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  #charter .director-list .box:nth-child(12) {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #charter .director-list .box:nth-child(13) {
    -webkit-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  #charter .director-list .box:nth-child(14) {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #charter .director-list .box:nth-child(15) {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #charter .director-list .box:nth-child(16) {
    -webkit-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  #charter .director-list .box:nth-child(17) {
    -webkit-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  #charter .director-list .box:nth-child(18) {
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #charter .director-list .box:nth-child(19) {
    -webkit-transition-delay: 1.9s;
         -o-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  #charter .director-list .box:nth-child(20) {
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  #charter .director-list .box:nth-child(21) {
    -webkit-transition-delay: 2.1s;
         -o-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  #charter .director-list.scroll-view .box {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #charter .box .txt br{
    display: none;
  }
  #charter .director-list .thead {
    display: none;
  }
  #charter .director-list .tbody {
    background: none;
    border-bottom: none;
  }
  #charter .director-list .tbody .box {
    padding: 0px;
    display: block;
    margin: 0 auto 15px auto;
    background: #fff;
    border: 1px solid #e1e1e1;
  }
  #charter .director-list .tbody .box .td {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    border: 0;
  }
  #charter .director-list .tbody .box .td:before {
    content: attr(data-mtit) "：";
    display: inline-block;
  }
  #charter .director-list .tbody .box .td:nth-child(1) {
    width: 100%;
    background: #788288;
    color: #fff;
  }
  #charter .director-list .tbody .box .td:nth-child(2) {
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
  }
  #charter .director-list .tbody .box .td:nth-child(1), #charter .director-list .tbody .box .td:nth-child(2) {
    text-align: left;
  }
  #charter .director-list .tbody .box .td br {
    display: none;
  }
  #charter .director-list .tbody .box .td span {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  #charter .director-list .tbody .box .td span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 15px;
    top: 3px;
    left: 0;
    background: #999;
  }
}

@media (max-width: 640px) {
  #charter .director-list {
    margin-top: 10px;
  }
  #charter .director-list .tbody .box .td {
    padding: 10px 15px;
  }
  #charter .director-list .tbody .box .td:nth-child(2) {
    padding: 10px 15px;
  }
}

@media ( max-width: 480px) {
  #charter .h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}


/* History  */
#history .scroll-fade {
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}

#history .select-box {
  text-align: right;
  color: #000;
}

#history .select-box .select-style {
  width: 150px;
  margin-left: 10px;
  display: inline-block;
}

#history .history-list {
  margin: 30px auto 10%;
}

#history .history-list .thead {
  width: 100%;
  display: table;
  background: #788288;
}

#history .history-list .thead .box {
  display: table-row;
}

#history .history-list .thead .box .th {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

#history .history-list .thead .box .th:nth-child(1) {
  width: 220px;
}

#history .history-list .thead .box .th:nth-child(2) {
  width: calc(100% - 220px);
}

#history .history-list .thead .box .th:nth-child(1):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  opacity: 0.8;
  top: 15px;
  bottom: 15px;
  right: 0;
  background: #fff;
}

#history .history-list .tbody {
  display: block;
}

#history .history-list .tbody .box {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

#history .history-list .tbody .box .td {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 3%;
  line-height: 1.8;
}

#history .history-list .tbody .box .td:nth-child(1) {
  width: 220px;
  vertical-align: top;
  text-align: center;
}

#history .history-list .tbody .box .td:nth-child(2) {
  width: calc(100% - 220px);
}

@media (min-width: 992px) {
  #history .history-list .tbody .box .td:first-child a:hover {
    color: #4bb8d7;
    border-bottom: 1px solid #4bb8d7;
  }
  #history .history-list .tbody .box .td:last-child .btn-view:hover {
    color: #4bb8d7;
  }
  #history .history-list .box {
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
  }
  #history .history-list .box:nth-child(1) {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #history .history-list .box:nth-child(2) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #history .history-list .box:nth-child(3) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #history .history-list .box:nth-child(4) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #history .history-list .box:nth-child(5) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #history .history-list .box:nth-child(6) {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #history .history-list .box:nth-child(7) {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #history .history-list .box:nth-child(8) {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #history .history-list .box:nth-child(9) {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #history .history-list .box:nth-child(10) {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  #history .history-list .box:nth-child(11) {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  #history .history-list .box:nth-child(12) {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #history .history-list .box:nth-child(13) {
    -webkit-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  #history .history-list .box:nth-child(14) {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #history .history-list .box:nth-child(15) {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #history .history-list .box:nth-child(16) {
    -webkit-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  #history .history-list .box:nth-child(17) {
    -webkit-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  #history .history-list .box:nth-child(18) {
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #history .history-list .box:nth-child(19) {
    -webkit-transition-delay: 1.9s;
         -o-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  #history .history-list .box:nth-child(20) {
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  #history .history-list .box:nth-child(21) {
    -webkit-transition-delay: 2.1s;
         -o-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  #history .history-list.scroll-view .box {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #history .history-list .thead {
    display: none;
  }
  #history .history-list .tbody {
    background: none;
    border-bottom: none;
  }
  #history .history-list .tbody .box {
    padding: 0px;
    display: block;
    margin: 0 auto 15px auto;
    background: #fff;
    border: 1px solid #e1e1e1;
  }
  #history .history-list .tbody .box .td {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    border: 0;
  }
  #history .history-list .tbody .box .td:before {
    content: attr(data-mtit) "：";
    display: inline-block;
  }
  #history .history-list .tbody .box .td:nth-child(1) {
    width: 100%;
    background: #788288;
    color: #fff;
  }
  #history .history-list .tbody .box .td:nth-child(2) {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  #history .history-list {
    margin-top: 10px;
  }
  #history .history-list .tbody .box .td {
    padding: 10px 15px;
  }
  #history .history-list .tbody .box .td:nth-child(2) {
    padding: 10px 15px;
  }
}

/* Article */
.p-article {
  position: relative;
  -webkit-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.09);
  background: #fff;
  padding: 80px 100px 60px 100px;
  margin: 20px auto 110px auto;
}

.p-article[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 1s .01s, -webkit-transform 1s .01s;
  transition: opacity 1s .01s, -webkit-transform 1s .01s;
  -o-transition: opacity 1s .01s, transform 1s .01s;
  transition: opacity 1s .01s, transform 1s .01s;
  transition: opacity 1s .01s, transform 1s .01s, -webkit-transform 1s .01s;
}

.p-article[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.p-article .article-head {
  text-align: center;
  padding: 0 15px 20px 15px;
}

.p-article .article-head .summary {
  color: #444;
  z-index: 5;
  display: block;
  font-style: normal;
  font-size: 0.8235rem;
  margin: 5px auto;
  position: relative;
}

.p-article .article-head .summary .date {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}

.p-article .article-head .summary .date:before {
  content: '\f073';
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 3px 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 0.9rem;
  color: #868f94;
}

.p-article .article-head .summary .poster {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin-left: 10px;
}

.p-article .article-head .summary .poster:before {
  content: '\f007';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 0.9rem;
  color: #868f94;
}

.p-article .article-head .p-subhead {
  z-index: 0;
  position: relative;
  padding: 0;
  margin: 0;
  color: #b61212;
}

.p-article .article-head .p-subhead span:after {
  bottom: 10px;
  left: 53%;
}

.p-article .article-body {
  padding: 30px 0;
  border-top: 1px solid #999;
}

.p-article .article-footer,
.temple-footer {
  padding: 45px 0 20px 0;
  border-top: 1px solid #ccc;
  position: relative;
}

.p-article .article-footer .btns,
.temple-footer .btns {
  float: right;
  margin-right: 10px;
  max-width: 160px;
  width: 100%;
  text-align: right;
}

.p-article .article-footer .shares,
.temple-footer .shares {
  width: 100%;
  max-width: calc(100% - 170px);
  float: left;
  color: #999;
}

.p-article .article-footer .shares:before,
.temple-footer .shares:before {
  content: attr(data-tit);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.p-article .article-footer .shares a,
.temple-footer .shares a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 46px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

.p-article .article-footer .shares a.fb,
.temple-footer .shares a.fb {
  text-align: center;
}

.p-article .article-footer .shares a.fb:before,
.temple-footer .shares a.fb:before {
  content: '\f39e';
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #999;
  opacity: 0.9;
}

.p-article .article-footer .shares a.fb:hover,
.temple-footer .shares a.fb:hover {
  background: #3b5998;
  border-color: #3b5998;
}

.p-article .article-footer .shares a.fb:hover:before,
.temple-footer .shares a.fb:hover:before {
  color: #fff;
  opacity: 1;
}

.p-article .article-footer .shares a.line:before,
.temple-footer .shares a.line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/icon_line.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.9;
}

.p-article .article-footer .shares a.line:hover,
.temple-footer .shares a.line:hover {
  background: #00c300;
  border-color: #00c300;
}

.p-article .article-footer .shares a.line:hover:before,
.temple-footer .shares a.line:hover:before {
  background-position: 0 100%;
  opacity: 1;
}

@media (max-width: 991px) {
  .p-article {
    padding: 50px 80px 30px 80px;
    margin: 20px auto 60px auto;
  }
}

@media (max-width: 767px) {
  .p-article {
    padding: 20px 30px;
    margin: 0 auto;
  }
  .p-article .article-head {
    padding: 20px 0 10px 0;
  }
  .p-article .article-head .p-subhead {
    font-size: 1.1764rem;
  }
}

@media (max-width: 499px) {
  .p-article {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .p-article .article-footer,
  .temple-footer {
    padding: 20px 0 0 0;
  }
  .p-article .article-footer .btns,
  .temple-footer .btns {
    margin-right: 0;
    width: calc(100% - 130px);
  }
  .p-article .article-footer .shares,
  .temple-footer .shares {
    width: 120px;
    max-width: none;
  }
  .p-article .article-footer .shares:before,
  .temple-footer .shares:before {
    display: none;
  }
  .p-article .article-footer .shares a,
  .temple-footer .shares a {
    height: 45px;
    height: 45px;
    line-height: 43px;
    margin-right: 3px;
  }
}

/* Table */
.table-style {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid transparent;
  margin-top: 30px;
  margin-bottom: 40px;
}

.table-style th, .table-style td {
  padding: 15px 20px;
  font-size: 1rem;
}

.table-style thead th, .table-style thead td {
  color: #fff;
  background: #788288;
  padding: 13px 20px;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.table-style thead th:before, .table-style thead td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}

.table-style thead th:first-child:before, .table-style thead td:first-child:before {
  display: none;
}

.table-style tbody tr {
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.table-style tbody th, .table-style tbody td {
  color: #333;
  border-bottom: 1px solid #dcdcdc;
}

.table-style tbody th a, .table-style tbody td a {
  color: #333333;
}

.table-style tbody th a:hover, .table-style tbody td a:hover {
  color: #083653;
  text-decoration: underline;
}

.table-style tbody td.poster { width: 200px; text-align: center; }

.table-news td.date, .table-news th.date {
  vertical-align: top;
  white-space: nowrap;
  width: 16%;
  text-align: center;
}

.table-download th, .table-download td {
  border-bottom: none;
}

.table-download th.size, .table-download td.size {
  text-align: center;
  width: 14%;
}

.table-download th.op, .table-download td.op {
  text-align: center;
  width: 14%;
}

.table-download thead th, .table-download thead td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-download tbody th, .table-download tbody td {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: none;
}

.table-download tbody tr:nth-child(even) th, .table-download tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.btn-download, a.btn-download {
  color: #0074b9 !important;
  font-size: 1rem;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
}

.btn-download span:before, a.btn-download span:before {
  content: '\f381';
  display: inline-block;
  vertical-align: top;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
}

.btn-download:hover, a.btn-download:hover {
  background: #0074b9 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .table-style[data-scrollview] [data-scrollview] {
    -webkit-transition: background-color .15s, opacity .8s .05s;
    -o-transition: background-color .15s, opacity .8s .05s;
    transition: background-color .15s, opacity .8s .05s;
    opacity: 0;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(1) {
    -webkit-transition-delay: 0.06s;
         -o-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(2) {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(3) {
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(4) {
    -webkit-transition-delay: 0.18s;
         -o-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(5) {
    -webkit-transition-delay: 0.22s;
         -o-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(6) {
    -webkit-transition-delay: 0.26s;
         -o-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(7) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(8) {
    -webkit-transition-delay: 0.34s;
         -o-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(9) {
    -webkit-transition-delay: 0.38s;
         -o-transition-delay: 0.38s;
            transition-delay: 0.38s;
  }
  .table-style[data-scrollview] [data-scrollview]:nth-child(10) {
    -webkit-transition-delay: 0.42s;
         -o-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .table-style[data-scrollview].scroll-view [data-scrollview] {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .table-style {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .table-style [data-scrollview] {
    -webkit-transition: background-color .15s, opacity .8s .05s;
    -o-transition: background-color .15s, opacity .8s .05s;
    transition: background-color .15s, opacity .8s .05s;
    opacity: 0;
  }
  .table-style [data-scrollview].scroll-view {
    opacity: 1;
  }
  .table-style thead {
    display: none;
  }
  .table-style tbody td, .table-style tbody th {
    padding: 10px;
  }
  .table-style tbody td:before, .table-style tbody th:before {
    content: attr(data-tit) "：";
    display: inline-block;
  }
  .table-style.table-news td.no-border { border-bottom: none; padding-bottom: 5px; }
  .table-style.table-news td.poster { width: 100%; text-align: left; font-size: 16px; padding-bottom: 5px; }
  .table-news {
    border-top: 2px solid #788288;
  }
  .table-news td.date, .table-news th.date {
    width: 120px;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 18px;
    position: relative;
    color: #6c757b;
    font-weight: 600;
  }
  .table-news td.date:after, .table-news th.date:after {
    content: '';
    width: 6px;
    height: 6px;
    opacity: 0.8;
    background: #788288;
    position: absolute;
    top: 20px;
    left: 5px;
    border-radius: 50%;
  }
  .table-news td.date:before, .table-news th.date:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    right: 5px;
    top: 17px;
    background: #999;
  }
  .table-news tbody tr {
    position: relative;
  }
  .table-news tbody td:before, .table-news tbody th:before {
    display: none;
  }
  .table-download tr {
    margin: 0 auto 10px auto;
    padding: 0 0 0 60px;
    min-height: 60px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .table-download th, .table-download td {
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
  }
  .table-download th.name, .table-download td.name {
    display: block;
    line-height: 1.5;
  }
  .table-download th.name:before, .table-download td.name:before {
    display: none;
  }
  .table-download th.size, .table-download td.size {
    text-align: left;
    width: 50%;
    color: #888;
    font-size: 0.8832rem;
  }
  .table-download th.op, .table-download td.op {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55px;
  }
  .table-download th.op:before, .table-download td.op:before {
    display: none;
  }
  .table-download tbody th, .table-download tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-download tbody th.name, .table-download tbody td.name {
    padding-bottom: 0;
  }
  .table-download tbody th.size, .table-download tbody td.size {
    padding-top: 0;
  }
  .table-download tbody tr:nth-child(even) th, .table-download tbody tr:nth-child(even) td {
    background: #fff;
  }
  .btn-download, a.btn-download {
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #788288;
    color: #fff !important;
  }
  .btn-download:hover, a.btn-download:hover {
    color: #fff !important;
    background: #0074b9 !important;
  }
  .btn-download span, a.btn-download span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .btn-download span:before, a.btn-download span:before {
    display: block;
    margin: 0 auto 5px auto;
    font-size: 1.3rem;
  }
}

@media (max-width: 499px) {
  .table-news td, .table-news th {
    display: block;
    width: 100%;
  }
  .table-news td.date, .table-news th.date {
    padding: 10px 0 0 0;
    border-bottom: none;
  }
  .table-news td.date:before, .table-news th.date:before {
    display: none;
  }
  .table-news tbody td, .table-news tbody th {
    padding: 0 0 10px 18px;
  }
}

/* Contact */
#contact {
  padding-bottom: 135px;
}

#contact .form-wrap {
  padding: 0 130px;
}

#contact .form-desc {
  text-align: center;
  margin: 30px auto;
}

#contact .form-bottom {
  position: relative;
  padding-right: 150px;
}

#contact .form-bottom button {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  #contact .form-wrap {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  #contact {
    padding-bottom: 55px;
  }
  #contact .form-wrap {
    padding: 0 20px;
  }
  #contact .form-desc {
    margin: 20px auto;
    font-size: 16px;
  }
  #contact .form-bottom {
    padding-right: 100px;
  }
  #contact .form-bottom button {
    width: 100px;
  }
}

@media (max-width: 499px) {
  #contact {
    padding-bottom: 20px;
  }
  #contact .form-bottom {
    padding-right: 0;
  }
  #contact .form-bottom button {
    position: relative;
    width: calc(100% - 90px);
    margin-left: 90px;
  }
}

/* Stiemap */
#sitemap {
  padding-bottom: 100px;
}

.sitemap-list {
  margin: 50px -25px;
  padding: 0;
  font-size: 0;
}

.sitemap-list .box {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 0 60px;
  padding: 0 25px;
}

.sitemap-list .box .tit {
  font-size: 1.0588rem;
  position: relative;
  display: block;
  color: #fff;
  padding: 8px 15px;
  font-weight: 600;
  margin: 0;
  background: #083653 url(../images/sitemap_icon.png) no-repeat right bottom;
  background-size: auto 46px;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.sitemap-list .box a.tit {
  color: #fff;
}

.sitemap-list .box a.tit:hover {
  background-color: #0a456a;
  background-position: 102% bottom;
}

.sitemap-list .box ul li {
  display: block;
  padding: 8px 10px;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

.sitemap-list .box ul li a {
  color: #555;
  position: relative;
  display: block;
  padding-right: 20px;
  padding-left: 10px;
}

.sitemap-list .box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-color: #999;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sitemap-list .box ul li a:hover {
  color: #0074b9;
}

.sitemap-list .box ul li a:hover:after {
  border-color: #0074b9;
}

@media (max-width: 1199px) {
  .sitemap-list .box {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .sitemap-list {
    margin: 30px -10px;
    padding: 0;
  }
  .sitemap-list .box {
    padding: 0 10px;
  }
  .sitemap-list .box .tit {
    padding: 8px;
  }
  .sitemap-list .box ul li {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .sitemap-list[data-scrollview] .box {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition: opacity 1.1s, -webkit-transform 1.15s;
    transition: opacity 1.1s, -webkit-transform 1.15s;
    -o-transition: opacity 1.1s, transform 1.15s;
    transition: opacity 1.1s, transform 1.15s;
    transition: opacity 1.1s, transform 1.15s, -webkit-transform 1.15s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(1) {
    -webkit-transition-delay: 0.18s;
         -o-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(2) {
    -webkit-transition-delay: 0.26s;
         -o-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(3) {
    -webkit-transition-delay: 0.34s;
         -o-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(4) {
    -webkit-transition-delay: 0.42s;
         -o-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(5) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(6) {
    -webkit-transition-delay: 0.58s;
         -o-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(7) {
    -webkit-transition-delay: 0.66s;
         -o-transition-delay: 0.66s;
            transition-delay: 0.66s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(8) {
    -webkit-transition-delay: 0.74s;
         -o-transition-delay: 0.74s;
            transition-delay: 0.74s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(9) {
    -webkit-transition-delay: 0.82s;
         -o-transition-delay: 0.82s;
            transition-delay: 0.82s;
  }
  .sitemap-list[data-scrollview] .box:nth-child(10) {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .sitemap-list[data-scrollview].scroll-view .box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  #sitemap {
    padding-bottom: 50px;
  }
  .sitemap-list {
    margin-top: 20px;
  }
  .sitemap-list .box {
    width: calc(100% / 3);
    margin: 0 0 30px;
  }
  .sitemap-list .box[data-scrollview] {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
  }
  .sitemap-list .box[data-scrollview].scroll-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .sitemap-list .box ul li a {
    padding-left: 0;
  }
  .sitemap-list .box ul li a:after {
    right: 0;
  }
}

@media (max-width: 639px) {
  .sitemap-list .box {
    width: 50%;
  }
}

@media (max-width: 499px) {
  #sitemap {
    padding-bottom: 30px;
  }
  .sitemap-list {
    margin: 20px auto 0 auto;
  }
  .sitemap-list .box {
    width: 100%;
    display: block;
    padding: 0;
  }
  .sitemap-list .box .tit {
    margin: 0 auto 10px auto;
    padding: 5px 15px;
  }
  .sitemap-list .box ul li {
    padding: 5px 15px;
  }
}

/* Temple List */
.temple-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.temple-list .box {
  width: calc((100% / 3) - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  text-align: center;
}

.temple-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.temple-list .box[data-scrollview]:nth-child(3n+1) {
  -webkit-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
}

.temple-list .box[data-scrollview]:nth-child(3n+2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.temple-list .box[data-scrollview]:nth-child(3n+3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.temple-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.temple-list .box .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 65.78%;
}

.temple-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.temple-list .box .name {
  font-size: 1.176rem;
  line-height: 1.5;
  display: block;
  padding: 10px;
  margin: 10px auto 0 auto;
  color: #000;
}

.temple-list .box:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.temple-list .box:hover .name {
  color: #1b5aa5;
}

@media (max-width: 991px) {
  .temple-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .temple-list .box {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px;
  }
  .temple-list .box .name {
    font-size: 1.0588rem;
  }
}

@media (max-width: 767px) {
  .temple-list .box {
    width: calc(50% - 20px);
  }
  .temple-list .box .name {
    font-size: 1rem;
    padding: 5px 0 0 0;
  }
}

@media (max-width: 499px) {
  .temple-list {
    margin-left: auto;
    margin-right: auto;
  }
  .temple-list .box {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}

/* Video List */
.video-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.video-list .box {
  padding: 0 0 23px;
  margin: 0 auto 23px auto;
  position: relative;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}

.video-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.video-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.album-list .box .left {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}

.video-list .box .img {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-bottom: 65.78%;
  background: #000;
}

.video-list .box .img:before {
  content: '\f167';
  position: absolute;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  z-index: 2;
  font-size: 2.176rem;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: text-shadow .25s, -webkit-transform .25s;
  transition: text-shadow .25s, -webkit-transform .25s;
  -o-transition: transform .25s, text-shadow .25s;
  transition: transform .25s, text-shadow .25s;
  transition: transform .25s, text-shadow .25s, -webkit-transform .25s;
}

.video-list .box .img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.25s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.25s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.video-list .box .right {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 50px;
}

.video-list .box .name {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  color: #b61212;
  font-size: 1.2941rem;
  line-height: 1.5;
  font-weight: 500;
}

.video-list .box:hover .img:before {
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.video-list .box:hover .img img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.album-list .box .info {
  margin: 0;
  padding: 0;
}

.video-list .box .info li {
  display: block;
  padding: 0 0 0 5rem;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1rem;
}

.video-list .box .info li:before {
  content: attr(data-tit) "：";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 991px) {
  .video-list .box .right {
    padding: 0 0 0 30px;
  }
  .video-list .box .name {
    font-size: 1.1764rem;
  }
  .video-list .box .info li {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 767px) {
  .video-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .video-list .box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px 10px 0 10px;
    margin: 0 0 20px 0;
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
  .video-list .box:nth-child(1), .video-list .box:nth-child(2) {
    border-top: none;
    padding-top: 10px;
  }
  .video-list .box .left {
    display: block;
    width: 100%;
  }
  .video-list .box .right {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px auto 0;
  }
  .video-list .box .img {
    max-width: 380px;
    margin: 0 auto 15px auto;
    display: block;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .video-list .box .name {
    font-size: 1.0588rem;
  }
  .video-list .box .info li {
    font-size: 0.941rem;
  }
}

@media (max-width: 599px) {
  .video-list .box {
    display: block;
    width: 100%;
  }
  .video-list .box .info li {
    padding: 0;
  }
  .video-list .box .info li:before {
    font-weight: 600;
    display: inline;
    position: relative;
  }
  .video-list .box .img {
    max-width: 100%;
    margin: 0;
  }
  .video-list .box .img img {
    width: 100%;
  }
}
/*@media (max-width: 991px) {
  .video-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .video-list .box {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px;
  }
  .video-list .box .name {
    font-size: 1.0588rem;
  }
}

@media (max-width: 767px) {
  .video-list .box {
    width: calc(50% - 20px);
  }
  .video-list .box .name {
    font-size: 1rem;
    padding: 5px 0 0 0;
  }
}

@media (max-width: 499px) {
  .video-list {
    margin-left: auto;
    margin-right: auto;
  }
  .video-list .box {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}*/



/* Box List */
.article-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  position: relative;
  z-index: 0;
}

.article-list .box {
  width: calc((100% / 3) - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
}

.article-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.article-list .box[data-scrollview]:nth-child(3n+1) {
  -webkit-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
}

.article-list .box[data-scrollview]:nth-child(3n+2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.article-list .box[data-scrollview]:nth-child(3n+3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.article-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.article-list .box .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 65.78%;
}

.article-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.article-list .box .only-date {
  font-size: 0.8235rem;
  white-space: nowrap;
  color: #555555;
  display: block;
  font-style: normal;
  padding: 0 10px;
  margin: 0 auto 3px auto;
}

.article-list .box .summary {
  color: #444;
  z-index: 5;
  display: block;
  font-style: normal;
  font-size: 0.8235rem;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.article-list .box .summary .date {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin-right: 10px;
}

.article-list .box .summary .date:before {
  content: '\f073';
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 3px 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 0.9rem;
  color: #868f94;
}

.article-list .box .summary .poster {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}

.article-list .box .summary .poster:before {
  content: '\f007';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 0.9rem;
  color: #868f94;
}

.article-list .box .name {
  font-size: 1.176rem;
  line-height: 1.5;
  display: block;
  padding: 0 10px;
  margin: 0 auto 10px auto;
  color: #000;
  width: 100%;
  max-height: 3.528rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.article-list .box:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.article-list .box:hover .name {
  color: #1b5aa5;
}

@media (max-width: 991px) {
  .article-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-list .box {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px;
  }
  .article-list .box .name {
    font-size: 1.0588rem;
  }
}

@media (max-width: 767px) {
  .article-list .box {
    width: calc(50% - 20px);
  }
  .article-list .box .name {
    font-size: 1rem;
    max-height: 3rem;
  }
}

@media (max-width: 499px) {
  .article-list {
    margin-left: auto;
    margin-right: auto;
  }
  .article-list .box {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}

/* Book List */
.book-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.book-list .box {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 20px 20px 20px 210px;
  min-height: 260px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
}

.book-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.book-list .box[data-scrollview]:nth-child(3n+1) {
  -webkit-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
}

.book-list .box[data-scrollview]:nth-child(3n+2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.book-list .box[data-scrollview]:nth-child(3n+3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.book-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.book-list .box .img {
  text-align: center;
  position: absolute;
  overflow: hidden;
  width: 170px;
  left: 10px;
  top: 10px;
}

.book-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 141.176%;
}

.book-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.book-list .box .desc {
  font-size: 1rem;
  color: #555555;
  padding: 0;
  margin: 0;
}

.book-list .box .name {
  font-size: 1.176rem;
  line-height: 1.5;
  display: block;
  margin: 0 auto 20px auto;
  padding: 0;
  color: #000;
  width: 100%;
}

@media (max-width: 991px) {
  .book-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .book-list .box {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 20px 20px 20px 170px;
    min-height: 218px;
  }
  .book-list .box .img {
    width: 140px;
  }
  .book-list .box .name {
    font-size: 1.0588rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 839px) {
  .book-list {
    margin-left: auto;
    margin-right: auto;
  }
  .book-list .box {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 15px 15px 15px 130px;
    min-height: 160px;
  }
  .book-list .box .img {
    width: 100px;
  }
  .book-list .box .name {
    margin-bottom: 10px;
  }
}

@media (max-width: 499px) {
  .book-list .box {
    padding: 10px 10px 10px 116px;
    min-height: 150px;
  }
  .book-list .box .img {
    width: 90px;
  }
  .book-list .box .desc {
    font-size: 0.9411rem;
  }
}

@media (max-width: 349px) {
  .book-list .box {
    padding: 10px;
    min-height: auto;
  }
  .book-list .box .img {
    width: 90px;
    left: auto;
    top: auto;
    position: relative;
    margin: 0 auto 15px auto;
  }
  .book-list .box .name {
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
  }
  .book-list .box .name:before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #939ba0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -7px;
  }
}

/* Event List */
#event-list {
  background: none;
  padding-bottom: 0 !important;
}

.event-wrap {
  padding-top: 60px;
  padding-bottom: 150px;
}

.event-top {
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 0;
}

.event-top .box {
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: table;
  width: 100%;
}

.event-top .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.event-top .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.event-top .box .left {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}

.event-top .box .img {
  overflow: hidden;
  position: relative;
  display: block;
}

.event-top .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 65.78%;
}

.event-top .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.event-top .box .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}

.event-top .box .right {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 50px;
}

.event-top .box .name {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  color: #b61212;
  font-size: 1.2941rem;
  line-height: 1.5;
  font-weight: 500;
}

.event-top .box .desc {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1rem;
}

.event-top .box .btn-blueline {
  width: 120px;
  height: 42px;
  line-height: 40px;
  margin: 20px 0 0 0;
}

.event-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.event-list .box {
  width: calc((100% / 3) - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 0;
}

.event-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.event-list .box[data-scrollview]:nth-child(3n+1) {
  -webkit-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
}

.event-list .box[data-scrollview]:nth-child(3n+2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.event-list .box[data-scrollview]:nth-child(3n+3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.event-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.event-list .box .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 65.78%;
}

.event-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.event-list .box .only-date {
  font-size: 0.8235rem;
  white-space: nowrap;
  color: #555555;
  display: block;
  font-style: normal;
  padding: 0 10px;
  margin: 0 auto 3px auto;
}

.event-list .box .only-date .poster {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}

.event-list .box .only-date .poster:before {
  content: '\f007';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 0.9rem;
  color: #868f94;
}

.event-list .box .name {
  font-size: 1.176rem;
  line-height: 1.5;
  display: block;
  padding: 0 10px;
  margin: 0 auto 10px auto;
  color: #000;
  width: 100%;
  max-height: 3.528rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.event-list .box:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.event-list .box:hover .name {
  color: #1b5aa5;
}

@media (max-width: 991px) {
  .event-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-list .box {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px;
  }
  .event-list .box .name {
    font-size: 1.0588rem;
  }
  .event-top .box .right {
    padding: 0 0 0 30px;
  }
  .event-top .box .name {
    font-size: 1.1764rem;
  }
}

@media (max-width: 767px) {
  .event-wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .event-list .box {
    width: calc(50% - 20px);
  }
  .event-list .box .name {
    font-size: 1rem;
    max-height: 3rem;
  }
  .event-top {
    position: relative;
    margin: 0 -20px;
    padding: 10px 20px 30px 20px;
  }
  .event-top:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 150px;
    background: #eee;
  }
  .event-top .box {
    max-width: 400px;
    z-index: 10;
  }
  .event-top .box .left {
    display: block;
    width: 100%;
  }
  .event-top .box .right {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px auto 0;
  }
  .event-top .box .img {
    max-width: 400px;
    margin: 0 auto 15px auto;
    display: block;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
  }
  .event-top .box .name {
    font-size: 1.0588rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-top .box .desc {
    font-size: 0.941rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-top .box .btn-blueline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 499px) {
  .event-list {
    margin-left: auto;
    margin-right: auto;
  }
  .event-list .box {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}

/* Album List */
.album-list {
  font-size: 0;
}

.album-list .box {
  padding: 0 0 23px;
  margin: 0 auto 23px auto;
  position: relative;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}

.album-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.album-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.album-list .box .left {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}

.album-list .box .img {
  overflow: hidden;
  position: relative;
  display: block;
}

.album-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 65.78%;
}

.album-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.album-list .box .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}

.album-list .box .right {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 50px;
}

.album-list .box .name {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  color: #b61212;
  font-size: 1.2941rem;
  line-height: 1.5;
  font-weight: 500;
}

.album-list .box .info {
  margin: 0;
  padding: 0;
}

.album-list .box .info li {
  display: block;
  padding: 0 0 0 5rem;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1rem;
}

.album-list .box .info li:before {
  content: attr(data-tit) "：";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 991px) {
  .album-list .box .right {
    padding: 0 0 0 30px;
  }
  .album-list .box .name {
    font-size: 1.1764rem;
  }
  .album-list .box .info li {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 767px) {
  .album-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .album-list .box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px 10px 0 10px;
    margin: 0 0 20px 0;
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
  .album-list .box:nth-child(1), .album-list .box:nth-child(2) {
    border-top: none;
    padding-top: 10px;
  }
  .album-list .box .left {
    display: block;
    width: 100%;
  }
  .album-list .box .right {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px auto 0;
  }
  .album-list .box .img {
    max-width: 380px;
    margin: 0 auto 15px auto;
    display: block;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .album-list .box .name {
    font-size: 1.0588rem;
  }
  .album-list .box .info li {
    font-size: 0.941rem;
  }
}

@media (max-width: 599px) {
  .album-list .box {
    display: block;
  }
  .album-list .box .info li {
    padding: 0;
  }
  .album-list .box .info li:before {
    font-weight: 600;
    display: inline;
    position: relative;
  }
}

@media (max-width: 549px) {
  .album-list {
    margin-left: auto;
    margin-right: auto;
  }
  .album-list .box {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .album-list .box:nth-child(2) {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}

/* Album View */
#album-view {
  overflow-x: hidden;
}

#album-view .p-subhead {
  margin-top: 50px;
}

.album-info {
  display: block;
  margin: 0 0 40px 0 !important;
  padding: 0;
}

.album-info li {
  display: block;
  padding: 0 0 0 5rem;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1rem;
}

.album-info li:before {
  content: attr(data-tit) "：";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: inline-block;
}

.photo-wrap {
  width: calc(100% - 120px);
  max-width: 870px;
  margin: 30px auto 20px auto;
  line-height: 1;
}

.photo-wrap .b-photo {
  text-align: center;
}

.photo-wrap .b-photo .item {
  position: relative;
}

.photo-wrap .b-photo .img {
  width: 100%;
  padding-bottom: 65.51%;
  position: relative;
}

.photo-wrap .b-photo .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 0;
}

.photo-wrap .b-photo .text {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.photo-wrap .b-photo .slick-current .text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.photo-wrap .s-photo {
  margin: 5px 0 0 -5px;
}

.photo-wrap .s-photo .item {
  padding: 0 5px;
  overflow: hidden;
}

.photo-wrap .s-photo .item .img {
  position: relative;
  padding: 1px;
}

.photo-wrap .s-photo .item .img:hover:after {
  opacity: 0;
}

.photo-wrap .s-photo .item .img:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.photo-wrap .s-photo .slick-current .item .img:after, .photo-wrap .s-photo .slick-current .item:hover .img:after {
  border: 1px solid #b61212;
  background: rgba(0, 0, 0, 0);
}

.photo-wrap .slick-prev, .photo-wrap .slick-next {
  width: 50px;
}

.photo-wrap .slick-prev:before, .photo-wrap .slick-prev:after, .photo-wrap .slick-next:before, .photo-wrap .slick-next:after {
  width: 24px;
  background-color: #666;
}

.photo-wrap .slick-prev:hover:before, .photo-wrap .slick-prev:hover:after, .photo-wrap .slick-next:hover:before, .photo-wrap .slick-next:hover:after {
  background-color: #b61212;
}

.photo-wrap .slick-prev {
  left: -60px;
}

.photo-wrap .slick-next {
  right: -60px;
}

.photo-wrap .slick-next:before, .photo-wrap .slick-next:after {
  margin-right: -20px;
}

@media (max-width: 991px) {
  #album-view .p-subhead {
    margin-top: 30px;
  }
  .photo-wrap {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .photo-wrap .b-photo .slick-arrow {
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  .photo-wrap {
    width: 100%;
    margin: 20px auto;
  }
  .photo-wrap .slick-prev {
    left: -20px;
  }
  .photo-wrap .slick-next {
    right: -20px;
  }
  .photo-wrap .slick-prev, .photo-wrap .slick-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    border-radius: 50px;
    background: #666;
  }
  .photo-wrap .slick-prev:before, .photo-wrap .slick-prev:after, .photo-wrap .slick-next:before, .photo-wrap .slick-next:after {
    width: 12px;
    margin-left: -6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .photo-wrap .slick-prev:hover, .photo-wrap .slick-next:hover {
    background: #b61212;
  }
  .photo-wrap .slick-prev:hover:before, .photo-wrap .slick-prev:hover:after, .photo-wrap .slick-next:hover:before, .photo-wrap .slick-next:hover:after {
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .pc .photo-wrap .slick-prev:not(.slick-disabled):hover, .pc .photo-wrap .slick-prev:not(.slick-disabled):active {
    margin-left: 5px;
  }
  .pc .photo-wrap .slick-next:not(.slick-disabled):hover, .pc .photo-wrap .slick-next:not(.slick-disabled):active {
    margin-right: 5px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .photo-wrap .b-photo .slick-arrow {
    top: 50% !important;
  }
}

@media (max-width: 599px) {
  .photo-wrap .b-photo .slick-list {
    overflow: visible !important;
  }
  .photo-wrap .b-photo .text {
    position: relative;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    background: none;
    color: #333;
    padding: 15px 10px;
  }
  .photo-wrap .b-photo .slick-current .text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .photo-wrap .s-photo {
    display: none;
  }
}

/* Issue */
.catalogue-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  display: block;
}

.catalogue-list .box {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 50px;
  text-align: center;
}

.catalogue-list .box[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}

.catalogue-list .box[data-scrollview]:nth-child(3n+1) {
  -webkit-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
}

.catalogue-list .box[data-scrollview]:nth-child(3n+2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.catalogue-list .box[data-scrollview]:nth-child(3n+3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.catalogue-list .box[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.catalogue-list .box .img {
  display: block;
  margin: 0 auto 5px auto;
  max-width: 271px;
  position: relative;
  overflow: hidden;
  padding: 8px;
  line-height: 0;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
}

.catalogue-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 145.09%;
}

.catalogue-list .box .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.catalogue-list .box .img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 16px);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.catalogue-list .box .name {
  font-size: 1.176rem;
  line-height: 1.5;
  display: block;
  padding: 10px;
  margin: 10px auto 0 auto;
  color: #000;
}

.catalogue-list .box .btn-blueline {
  width: 100px;
  height: 40px;
  line-height: 38px;
  border-color: #0074b9;
  color: #0074b9;
  font-size: 1rem;
  display: block;
  margin: 5px auto 0;
}

.catalogue-list .box .btn-blueline i {
  margin-right: 3px;
}

.catalogue-list .box .btn-blueline:hover {
  background: #0074b9;
  border-color: #0074b9;
  color: #fff;
}

.catalogue-list .box:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
      -ms-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.catalogue-list .box:hover .name {
  color: #1b5aa5;
}

@media (max-width: 991px) {
  .catalogue-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalogue-list .box {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 40px;
  }
}

@media (max-width: 639px) {
  .catalogue-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .catalogue-list .box {
    width: calc(50% - 10px);
    margin: 0 5px 40px;
  }
  .catalogue-list .box .name {
    font-size: 1rem;
    margin: 2px auto 0 auto;
  }
  .catalogue-list .box .btn-blueline {
    height: 35px;
    line-height: 33px;
  }
}

/* foundation */
.fd-intro {
  width: 100%;
  display: table;
  margin: 50px auto;
}

.fd-intro[data-scrollview] .left {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all .8s .25s;
  -o-transition: all .8s .25s;
  transition: all .8s .25s;
}

.fd-intro[data-scrollview] .right {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity .8s , -webkit-transform .8s;
  transition: opacity .8s , -webkit-transform .8s;
  -o-transition: transform .8s , opacity .8s;
  transition: transform .8s , opacity .8s;
  transition: transform .8s , opacity .8s , -webkit-transform .8s;
}

.fd-intro[data-scrollview].scroll-view .left {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fd-intro[data-scrollview].scroll-view .right {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.fd-intro .left {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}

.fd-intro .left img {
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.fd-intro .right {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding: 20px 0 160px 60px;
  background: url(../images/fd_lotus.png) no-repeat right bottom;
  background-size: 335px auto;
}

@media (max-width: 991px) {
  .fd-intro {
    margin: 30px auto;
  }
  .fd-intro .right {
    padding: 15px 0 160px 30px;
  }
}

@media (max-width: 767px) {
  .fd-intro {
    display: block;
  }
  .fd-intro:after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 0;
  }
  .fd-intro .left {
    width: 40%;
    max-width: 200px;
    float: left;
    display: block;
    margin: 0 30px 10px 0;
  }
  .fd-intro .left img {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .fd-intro .right {
    width: 100%;
    padding: 0 0 170px 0;
    display: block;
    background-size: 250px auto;
    background-position: center bottom;
  }
}

/* temple info card */
.temple-info {
  background: url(../images/bg_dark.jpg) repeat 0 0;
  display: table;
  margin: 20px auto 80px auto;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .8s .15s, -webkit-transform .8s .15s;
  transition: opacity .8s .15s, -webkit-transform .8s .15s;
  -o-transition: transform .8s .15s, opacity .8s .15s;
  transition: transform .8s .15s, opacity .8s .15s;
  transition: transform .8s .15s, opacity .8s .15s, -webkit-transform .8s .15s;
}

.temple-info.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*.temple-info .left {
  width: 45%;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
*/
.temple-info .right {
  /*width: 55%;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 15px 25px 40px;*/
  display: block;
  padding: 25px;
}

.temple-info .right .info {
  margin: 15px 0 0 0 !important;
}

.temple-info .right .info li {
  display: block;
  margin: 0 0 10px 0;
  padding-left: 30px;
  position: relative;
}

.temple-info .right a{
  color: #08283c;
}

.pc .temple-info .right a:hover{
  color: #125cb7;
}

.temple-info .right .info li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_temple_info.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.temple-info .right .info li:before {
  content: attr(data-tit) "：";
}

.temple-info .right .info li.tel:after {
  background-position: 0 0;
}

.temple-info .right .info li.address:after {
  background-position: 0 -22px;
}

.temple-info .right .info li.url:after {
  background-position: 0 -44px;
}

.temple-info .right .info li.saint:after {
  background-position: 0 -66px;
}

.temple-info .right .name {
  color: #b61212;
  font-size: 1.4117rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 991px) {
  .temple-info {
    margin: 15px auto 40px auto;
  }
  /*.temple-info .left {
    width: 300px;
    padding: 10px;
  }*/
  /*.temple-info .right {
    width: calc(100% - 300px);
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px 20px 20px;
  }*/
}

@media (max-width: 767px) {
  .temple-info {
    max-width: 500px;
    display: block;
  }
  /*.temple-info .left {
    display: block;
    width: 100%;
    text-align: center;
  }*/
  /*.temple-info .right {
    display: block;
    width: 100%;
  }*/
  .temple-info .right .name {
    font-size: 1.17647rem;
  }
}

.search-nodata {
  padding: 100px 0;
  margin: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

.search-nodata a {
  display: block;
  width: 150px;
  margin: 20px auto 0;
  line-height: 1.3;
  padding: 12px 20px;
  font-size: 1.0588rem;
  border-radius: 40px;
  color: #fff;
  background-color: #b61212;
  -webkit-transition: color .15s, background .15s, border 15s;
  -o-transition: color .15s, background .15s, border 15s;
  transition: color .15s, background .15s, border 15s;
}

.search-nodata a:hover {
  background-color: #aaa;
}

.search-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.search-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-wrap {
  overflow: hidden;
  opacity: 0;
  height: 140px;
  background: rgba(8, 40, 60, 0.95);
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: -140px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.search-wrap .box {
  max-width: 960px;
  margin: auto;
  position: relative;
}

.search-wrap .search-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #fff;
  background: url(../images/icon_close.png);
  background-size: 30px 30px;
}

.search-wrap .inner {
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}

.search-wrap .inner .title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0;
  margin: 0 auto 10px auto;
}

.search-wrap .inner .form-box {
  padding: 0;
}

.search-wrap .inner input {
  display: block;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0 60px 0 0;
  height: 54px;
  font-size: 16px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  position: relative;
}

.search-wrap .inner .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 30;
}

.search-wrap .inner .btn-search::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 17px;
  background: url(../images/icon_search2.png) no-repeat;
  background-size: 17px 17px;
  -webkit-transition: width .25s, height .25s;
  -o-transition: width .25s, height .25s;
  transition: width .25s, height .25s;
  cursor: pointer;
}

.search-wrap.open-search {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 999;
}

.gsc-adBlock {
  display: none !important;
}

.gsc-selected-option-container {
  max-width: 100% !important;
}