@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-reboot.min.css");
@import url("scss/plugins/bootstrap-select.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/aos.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick.css");
@import url("scss/plugins/slick-theme.css");
@import url("scss/plugins/fullcalendar.min.css");
@import url("scss/plugins/dncalendar-skin.css");
.green {
  color: #8cc63f;
}

.green-bg {
  background-color: #8cc63f;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.blue {
  color: #2d76bb;
}

.blue-bg {
  background-color: #2d76bb;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.gray {
  color: #6C6E70;
}

.epilogue {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.fw_500 {
  font-weight: 500;
}

.fw_300 {
  font-weight: 300;
}

.fw_bold {
  font-weight: bold;
}

.fs_95 {
  font-size: 95px;
}

.fs_60 {
  font-size: 60px;
}

.fs_45 {
  font-size: 45px;
}

.fs_40 {
  font-size: 40px;
}

.fs_36 {
  font-size: 36px;
}

.fs_35 {
  font-size: 35px;
}

.fs_32 {
  font-size: 32px;
}

.fs_30 {
  font-size: 30px;
}

.fs_28 {
  font-size: 28px;
}

.fs_24 {
  font-size: 24px;
}

.fs_22 {
  font-size: 22px;
}

.fs_20 {
  font-size: 20px;
}

.fs_18 {
  font-size: 18px;
}

.fs_16 {
  font-size: 16px;
}

.fs_15 {
  font-size: 15px;
}

.fs_14 {
  font-size: 14px;
}

.fs_13 {
  font-size: 13px;
}

.fs_12 {
  font-size: 12px;
}

@media (max-width: 992px) {
  .fs_95 {
    font-size: 60px;
  }
  .fs_60 {
    font-size: 50px;
  }
  .fs_45 {
    font-size: 42px;
  }
  .fs_40 {
    font-size: 33px;
  }
  .fs_36 {
    font-size: 30px;
  }
  .fs_35 {
    font-size: 30px;
  }
  .fs_32 {
    font-size: 27px;
  }
  .fs_24 {
    font-size: 22px;
  }
  .fs_22 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .fs_95 {
    font-size: 45px;
  }
  .fs_60 {
    font-size: 40px;
  }
  .fs_45 {
    font-size: 40px;
  }
  .fs_40 {
    font-size: 26px;
  }
  .fs_36 {
    font-size: 26px;
  }
  .fs_35 {
    font-size: 26px;
  }
  .fs_32 {
    font-size: 22px;
  }
  .fs_30 {
    font-size: 22px;
  }
  .fs_28 {
    font-size: 22px;
  }
  .fs_24 {
    font-size: 20px;
  }
  .fs_22 {
    font-size: 18px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_18 {
    font-size: 16px;
  }
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, ul li {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

select {
  outline: none;
}

img {
  max-width: 100%;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::-o-placeholder,
::-ms-placeholder,
::-ms-input-placeholder {
  color: #747474;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input, textarea {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input:disabled {
  background: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

table {
  border-spacing: 0;
}

button:focus, button:active {
  outline: none;
}

.btn-group:active, .btn-group:focus, .btn:active, .btn:focus, .btn:visited, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open > .dropdown-menu {
  display: block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: calc(100% + 1.5px);
  margin-left: -1px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  border-right: 1px solid #E3E3E3;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ==========================================================================
pages 共用樣式
==========================================================================*/
.body-fixed {
  overflow: hidden;
}

.main {
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.wp {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}

.w1150 {
  max-width: 1190px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1200 {
  max-width: 1240px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1500 {
  max-width: 1540px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1600 {
  max-width: 1640px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.jqimgFill {
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.modal .btn-close {
  position: absolute;
  top: 35px;
  right: 45px;
  width: 60px;
  height: 60px;
}

.modal .btn-close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal .btn-close a svg path, .modal .btn-close a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.modal .btn-close a:hover {
  border-color: #a3a3a3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .btn-close a:hover svg path, .modal .btn-close a:hover svg rect {
  fill: #a3a3a3 !important;
}

@media (max-width: 768px) {
  .modal .btn-close {
    width: 48px;
    height: 48px;
    top: 25px;
    right: 25px;
  }
  .modal .btn-close a svg {
    width: 15px;
    height: auto;
  }
}

/*iframe 影片*/
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.video-iframe iframe {
  position: absolute;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
}

.readmore a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.readmore a .en {
  display: block;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.readmore a svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.readmore a:hover {
  color: #2d76bb;
}

.readmore a:hover .en {
  color: #2d76bb;
}

.readmore a:hover svg {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (max-width: 576px) {
  .readmore a .en {
    font-size: 15px;
  }
}

.slick-dots {
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.slick-dots li button {
  background: #8cc63f;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  padding: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.slick-dots li.slick-active {
  width: 40px;
}

.slick-dots li.slick-active button {
  width: 40px;
}

.photo-slider {
  width: 100%;
  position: relative;
}

.photo-slider .slick-list {
  padding: 0 !important;
}

.photo-slider .item {
  margin: 0 auto;
  padding: 20px 0;
}

.photo-slider .item .box {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.photo-slider .item .box .pic {
  width: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.photo-slider .item .box .pic .jqimgFill {
  height: auto;
  background-size: contain;
}

.photo-slider .item .box .pic .jqimgFill:before {
  content: '';
  display: block;
  padding-bottom: 61.35%;
}

.photo-slider .item .box .pic:before, .photo-slider .item .box .pic:after {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.photo-slider .item .box .pic:before {
  width: 85.5%;
  height: 96.5%;
  z-index: -1;
  top: -20px;
  left: -20px;
}

.photo-slider .item .box .pic:after {
  width: 20px;
  height: 55.76%;
  bottom: -23px;
  right: 15px;
  z-index: 5;
}

.photo-slider .item .box .word {
  text-align: center;
  max-width: 627px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 50px auto 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.photo-slider .item.slick-current .box {
  opacity: 1;
}

.photo-slider .item.slick-current .box .pic {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.photo-slider .item.slick-current .box .pic:before, .photo-slider .item.slick-current .box .pic:after {
  background: #8cc63f;
}

.photo-slider .item.slick-current .box .word {
  opacity: 1;
  visibility: visible;
}

.photo-slider .slick-next, .photo-slider .slick-prev {
  border: 2px solid #8cc63f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.photo-slider .slick-next {
  right: 27%;
}

.photo-slider .slick-next:hover {
  margin-right: 5px;
}

.photo-slider .slick-prev {
  left: 27%;
}

.photo-slider .slick-prev:hover {
  margin-left: 5px;
}

.photo-slider .slick-dots {
  bottom: 68px;
}

.subtag-pseudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px;
}

.subtag-pseudo:before, .subtag-pseudo:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background: #fff;
}

@media (max-width: 576px) {
  .subtag-pseudo:before, .subtag-pseudo:after {
    width: 24px;
  }
}

.page-banner {
  width: 100%;
  min-height: 550px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.page-banner .banner-bg {
  background-position: center top !important;
  position: fixed;
  height: 550px;
  min-height: 550px;
}

.page-banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 18, 33, 0.65);
  top: 0;
  left: 0;
}

.page-banner .page-titbox {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.page-banner .page-titbox .box {
  padding-top: 90px;
}

.page-banner .page-titbox .box .tag {
  color: #fff;
}

.page-banner .page-titbox .box .tag span {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 24px;
  line-height: 1;
}

.page-banner .page-titbox .box .title {
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .page-banner {
    height: 50vh;
    min-height: 335px;
  }
  .page-banner .banner-bg {
    height: 50vh;
    min-height: 335px;
  }
  .page-banner .page-titbox .box {
    padding-top: 70px;
  }
}

@media (max-height: 500px) {
  .page-banner {
    height: 50vh;
    min-height: 380px;
  }
  .page-banner .banner-bg {
    height: 50vh;
    min-height: 380px;
  }
}

@media (max-width: 576px) {
  .page-banner .page-titbox .box .tag span {
    padding: 0 10px;
  }
}

.bg-white {
  background-color: #fff;
}

.page-subnav {
  position: relative;
  margin-top: -65px;
  z-index: 20;
}

.page-subnav .subnav-toggle {
  display: none;
}

.page-subnav .subnav {
  text-align: center;
  height: 65px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-subnav .subnav li {
  display: block;
  font-weight: 500;
  padding: 0 5px;
  position: relative;
  height: 100%;
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 290px;
}

.page-subnav .subnav li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #8cc63f;
  display: block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  margin-top: 5px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-subnav .subnav li a:hover {
  color: #8cc63f;
  background: #fff;
  height: 65px;
  line-height: 65px;
  margin-top: 0;
}

.page-subnav .subnav li.active a {
  color: #8cc63f;
  background: #fff;
  height: 65px;
  line-height: 65px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .page-subnav {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .page-subnav {
    margin-top: -45px;
    padding: 0;
  }
  .page-subnav .subnav-toggle {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .page-subnav .subnav-toggle .subnav-btn {
    width: 100%;
    border: none;
    background: #8cc63f;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .page-subnav .subnav-toggle .subnav-btn .navword {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 1px;
    right: 20px;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon img {
    display: block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon-plus {
    display: block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon-minus {
    display: none;
  }
  .page-subnav .subnav {
    display: none;
    padding: 0 20px;
    height: auto;
    -webkit-transition: none;
    transition: none;
    zoom: 1;
    overflow: hidden;
    position: absolute;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 10;
  }
  .page-subnav .subnav li {
    width: 100%;
    padding: 0 25px;
    float: left;
    background: #8cc63f;
    height: auto;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-subnav .subnav li a {
    margin-top: 0;
  }
  .page-subnav .subnav li a:hover {
    color: #fff;
    background: #8cc63f;
    height: 60px;
    line-height: 60px;
  }
  .page-subnav .subnav li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .page-subnav .subnav li.active a {
    color: #fff;
    background: #8cc63f;
    height: 60px;
    line-height: 60px;
  }
}

.page-inner {
  width: 100%;
  padding-top: 120px;
  position: relative;
  background: #fff;
}

.page-inner .page-title {
  text-align: center;
  color: #8cc63f;
}

@media (max-width: 768px) {
  .page-inner {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .page-inner {
    padding-top: 50px;
  }
}

/*input style*/
.input-style {
  position: relative;
  padding: 0 25px;
  border: 1px solid #E3E3E3;
  background: #fff;
  height: 58px;
  line-height: 56px;
  width: 100%;
  border-radius: 0;
  line-height: 1;
}

.input-style + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #333;
  margin-bottom: 0;
  position: absolute;
  top: 16px;
  left: 35px;
}

.input-style:focus {
  border: 1px solid #8cc63f;
  background: #F4F9EC;
  padding: 25px 25px 0 25px;
}

.input-style.hasText {
  padding: 25px 25px 0 25px;
  background: #fff;
  border: 1px solid #E3E3E3;
}

.input-style:focus + label, .input-style.hasText + label {
  top: 10px;
}

.input-style:focus + label .text, .input-style.hasText + label .text {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 576px) {
  .input-style + label {
    left: 20px;
  }
  .input-style:focus {
    border: 1px solid #8cc63f;
    background: #F4F9EC;
    padding: 25px 20px 0 20px;
  }
  .input-style.hasText {
    padding: 25px 20px 0 20px;
  }
}

textarea.input-style {
  height: 132px;
}

textarea.input-style:focus, textarea.input-style.hasText {
  padding: 35px 25px 0 25px;
}

.check-btn input[type=checkbox], .check-btn input[type=radio] {
  display: none;
}

.check-btn input[type=checkbox] + label, .check-btn input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-btn input[type=checkbox] + label .icon-ok, .check-btn input[type=radio] + label .icon-ok {
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #8cc63f;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  padding: 4px;
}

.check-btn input[type=checkbox] + label .icon-ok img, .check-btn input[type=radio] + label .icon-ok img {
  display: none;
}

.check-btn input[type=checkbox] + label .word, .check-btn input[type=radio] + label .word {
  display: inline-block;
  padding-left: 10px;
}

.check-btn input[type=checkbox]:checked + label .icon-ok, .check-btn input[type=radio]:checked + label .icon-ok {
  background: #8cc63f;
}

.check-btn input[type=checkbox]:checked + label .icon-ok img, .check-btn input[type=radio]:checked + label .icon-ok img {
  display: block;
}

/*form select*/
.form-select-box .btn-group {
  padding: 0;
  background: transparent;
}

.form-select-box .btn-group > .btn {
  background: transparent;
  border: none;
  position: relative;
  border-radius: 0;
  height: 56px;
  line-height: 32px;
  outline: none !important;
  padding: 24px 25px 0 25px;
}

.form-select-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 16px;
  color: #000;
}

.form-select-box .dropdown-toggle {
  position: relative;
}

.form-select-box .dropdown-toggle::after {
  width: 12px;
  height: 12px;
  border: none;
  margin-left: 0;
  background: url(images/0-common/icon-plus-black.svg);
  vertical-align: 1em;
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-select-box .btn-group.open > .dropdown-toggle::after {
  background: url(images/0-common/icon-minus-black.svg);
}

.form-select-box .btn-group.open + label {
  top: 10px;
}

.form-select-box .btn-group.open + label .text {
  font-size: 16px;
  line-height: 1;
}

.form-select-box .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #E3E3E3;
}

.form-select-box .bootstrap-select.btn-group .dropdown-menu li {
  padding: 0 25px;
}

.form-select-box .bootstrap-select ul.dropdown-menu li:first-child {
  display: none;
}

.form-select-box .bootstrap-select.btn-group .dropdown-menu li a {
  color: #000;
  font-size: 16px;
  line-height: 40px;
  display: block;
}

.form-select-box .bootstrap-select.btn-group .dropdown-menu li:hover {
  background: #F4F9EC;
}

.form-select-box .btn-group.open {
  background: #F4F9EC;
  border: 1px solid #8cc63f;
}

@media (max-width: 576px) {
  .form-select-box .btn-group > .btn {
    padding: 24px 20px 0 20px;
  }
  .form-select-box .dropdown-toggle::after {
    right: 20px;
  }
  .form-select-box .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0 20px;
  }
}

/*btn-style*/
.green-btn {
  background: #8cc63f;
  width: 230px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.green-btn:hover {
  background: #6DB028;
  color: #fff;
}

@media (max-width: 576px) {
  .green-btn {
    height: 45px;
    line-height: 45px;
  }
}

.gray-btn {
  background: #E3E3E3;
  width: 230px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  border: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.gray-btn:hover {
  background: #6C6E70;
  color: #fff;
}

@media (max-width: 576px) {
  .gray-btn {
    height: 45px;
    line-height: 45px;
  }
}

.lightgreen-btn {
  background: #b4e671;
  width: 230px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  border: none;
  color: #5d980e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.lightgreen-btn:hover {
  background: #8cc63f;
  color: #fff;
}

@media (max-width: 576px) {
  .lightgreen-btn {
    height: 45px;
    line-height: 45px;
  }
}

#editor p {
  line-height: 1.67;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body {
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC','微軟正黑',"Microsoft JhengHei","Arial",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-left: 50px;
  margin-top: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  /*mobile nav*/
}

#header .logo {
  padding-top: 15px;
  width: 240px;
  float: left;
}

#header .logo .top-logo {
  display: block;
  width: 100%;
  height: 100%;
}

#header .logo .top-logo a {
  display: block;
}

#header .logo .top-logo img {
  width: 100%;
  height: auto;
  display: block;
}

#header .logo .scroll-logo {
  display: none;
  width: 100%;
}

#header .logo .scroll-logo a {
  display: block;
}

#header .logo .scroll-logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
}

#header .menu-toggle {
  display: none;
}

#header nav {
  width: calc(100% - 240px);
  float: right;
  height: 100%;
}

#header nav .nav-buttons {
  float: right;
  height: 100%;
}

#header nav .nav-buttons li {
  float: left;
  height: 100%;
  min-width: 178px;
  font-size: 16px;
}

#header nav .nav-buttons li a {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 15px;
}

#header nav .nav-buttons li a span.link {
  padding-left: 8px;
  font-weight: 500;
}

#header nav .nav-buttons li.green-bg:hover {
  background-color: #6DB028;
}

#header nav .nav-buttons li.blue-bg:hover {
  background-color: #245f96;
}

#header nav .mainnav {
  float: right;
  height: 100%;
  padding-right: 20px;
}

#header nav .mainnav li {
  padding: 0 25px;
  float: left;
  height: 100%;
  font-size: 18px;
}

#header nav .mainnav li a.menu {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#header nav .mainnav li a.menu .link {
  display: block;
  height: auto;
  letter-spacing: 0.05em;
}

#header nav .mainnav li a.menu .icon-arrow {
  display: none;
}

#header nav .mainnav li a.menu:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#header nav .mainnav li a.menu:hover:after {
  width: 100%;
}

#header nav .mainnav li.active a.menu:after {
  width: 100%;
}

#header nav .mainnav li .mobile-nav {
  display: none;
}

@media (max-width: 1500px) {
  #header nav .nav-buttons li {
    min-width: auto;
  }
  #header nav .mainnav li {
    padding: 0 15px;
  }
}

@media (max-width: 1300px) {
  #header nav .mainnav li {
    padding: 0 10px;
  }
  #header nav .mainnav li:nth-of-type(1) {
    padding-left: 0;
  }
  #header nav .mainnav li:nth-last-of-type(1) {
    padding-right: 0;
  }
}

#header.scroll, #header.active {
  background: white;
  position: fixed;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

#header.scroll .logo .top-logo, #header.active .logo .top-logo {
  display: none;
}

#header.scroll .logo .top-logo img, #header.active .logo .top-logo img {
  opacity: 0;
  visibility: hidden;
}

#header.scroll .logo .scroll-logo, #header.active .logo .scroll-logo {
  display: block;
}

#header.scroll .logo .scroll-logo img, #header.active .logo .scroll-logo img {
  opacity: 1;
  visibility: visible;
}

#header.scroll nav .mainnav li a.menu, #header.active nav .mainnav li a.menu {
  color: #000;
}

#header.scroll nav .mainnav li a.menu:hover, #header.active nav .mainnav li a.menu:hover {
  color: #8cc63f;
}

#header.scroll nav .mainnav li a.menu:hover:after, #header.active nav .mainnav li a.menu:hover:after {
  width: 100%;
  background-color: #8cc63f;
}

#header.scroll nav .mainnav li.active a.menu, #header.active nav .mainnav li.active a.menu {
  color: #8cc63f;
}

#header.scroll nav .mainnav li.active a.menu:after, #header.active nav .mainnav li.active a.menu:after {
  width: 100%;
  background-color: #8cc63f;
}

@media (max-width: 1300px) {
  #header {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  #header {
    height: auto;
    padding-left: 0;
  }
  #header .logo {
    width: 200px;
  }
  #header .top-box {
    height: 70px;
    position: absolute;
    top: 0;
    padding-left: 20px;
    left: 0;
    background: transparent;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    background: #fff;
    z-index: 1000;
    display: none;
    height: calc(100vh - 70px);
  }
  #header nav .nav-buttons {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    height: 50px;
    background: #fff;
  }
  #header nav .nav-buttons li {
    width: 50%;
  }
  #header nav .nav-buttons li a span.link {
    font-weight: 700;
  }
  #header nav .mainnav {
    width: 100%;
    background: #fff;
    padding-right: 0;
    overflow: auto;
    padding-bottom: 70px;
    height: calc(100vh - 120px);
  }
  #header nav .mainnav li {
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }
  #header nav .mainnav li a.menu {
    width: calc(100% - 40px);
    color: #000;
    padding: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
    font-weight: normal;
  }
  #header nav .mainnav li a.menu:after {
    width: 100%;
    height: 1px;
    background: rgba(238, 238, 238, 0.4);
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow {
    width: 18px;
    height: 18px;
    border: 2px solid #8cc63f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 1px;
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow svg path, #header nav .mainnav li a.menu.haschildren .icon-arrow svg rect {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
  #header nav .mainnav li a.menu.haschildren.active:after {
    width: 0;
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow {
    background: #8cc63f;
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg {
    margin-left: 0;
    margin-top: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg path, #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg rect {
    fill: #fff !important;
  }
  #header nav .mainnav li .mobile-nav {
    background: rgba(196, 196, 196, 0.1);
    width: 100%;
  }
  #header nav .mainnav li .mobile-nav .box {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-bottom: 8px;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink {
    padding: 15px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink .name {
    display: inline-block;
    padding-left: 10px;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink:nth-last-of-type(1) {
    border-bottom: none;
  }
  #header .menu-toggle {
    z-index: 5;
    height: 20px;
    min-height: 20px;
    width: 30px;
    min-width: 30px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  #header .menu-toggle .wrapper {
    width: 30px;
    height: 18px;
    position: relative;
  }
  #header .menu-toggle .wrapper div {
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.5s ease,top .5s,-webkit-transform .5s;
    transition: width 0.5s ease,top .5s,-webkit-transform .5s;
    transition: width 0.5s ease,top .5s,transform .5s;
    transition: width 0.5s ease,top .5s,transform .5s,-webkit-transform .5s;
    position: absolute;
    right: 0;
    border-radius: 2px;
    width: 30px;
  }
  #header .menu-toggle .wrapper div.bar1 {
    top: 0px;
  }
  #header .menu-toggle .wrapper div.bar2 {
    top: 8px;
  }
  #header .menu-toggle .wrapper div.bar3 {
    top: 16px;
  }
  #header .menu-toggle.active .wrapper div.bar1 {
    width: 24px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu-toggle.active .wrapper div.bar2 {
    opacity: 0;
  }
  #header .menu-toggle.active .wrapper div.bar3 {
    width: 24px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header.scroll, #header.active {
    background: white;
  }
  #header.scroll .top-box, #header.active .top-box {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  #header.scroll .wrapper div, #header.active .wrapper div {
    background: #000;
  }
  #header.scroll nav .mainnav li a.menu:hover, #header.active nav .mainnav li a.menu:hover {
    color: #000;
  }
  #header.scroll nav .mainnav li a.menu:hover:after, #header.active nav .mainnav li a.menu:hover:after {
    width: 100%;
    height: 1px;
    background: rgba(238, 238, 238, 0.4);
  }
  #header.scroll nav .mainnav li.active a.menu, #header.active nav .mainnav li.active a.menu {
    color: #000;
  }
  #header.scroll nav .mainnav li.active a.menu:after, #header.active nav .mainnav li.active a.menu:after {
    background: rgba(238, 238, 238, 0.4);
  }
  #header.active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 768px) {
  #header .logo {
    padding-top: 20px;
    width: 160px;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
.footer {
  width: 100%;
  background: #383838;
  position: relative;
}

.footer .footer-main {
  width: 100%;
  background: #383838;
  padding: 80px 0;
}

.footer .footer-main .footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.footer .footer-main .footer-profile {
  padding-right: 20px;
  max-width: 380px;
}

.footer .footer-main .footer-profile .contact-box .titlename {
  color: #fff;
  padding-bottom: 15px;
}

.footer .footer-main .footer-profile .contact-box .add {
  display: block;
  color: #A3A3A3;
  line-height: 1.625em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-profile .contact-box .add:hover {
  color: #fff;
}

.footer .footer-main .footer-profile .contact-box .communication {
  color: #A3A3A3;
  line-height: 1.625em;
}

.footer .footer-main .footer-profile .contact-box .communication .tel, .footer .footer-main .footer-profile .contact-box .communication a[href^=tel] {
  color: #A3A3A3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-profile .contact-box .communication .tel:hover, .footer .footer-main .footer-profile .contact-box .communication a[href^=tel]:hover {
  color: #fff;
}

.footer .footer-main .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  padding: 0 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-main .footer-nav .category .tt a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-nav .category .tt a:hover {
  color: #8cc63f;
}

.footer .footer-main .footer-nav .category .tt + .tt {
  margin-top: 20px;
}

.footer .footer-main .footer-nav .category ul {
  padding-top: 10px;
}

.footer .footer-main .footer-nav .category ul li {
  line-height: 2.125em;
}

.footer .footer-main .footer-nav .category ul li a {
  color: #A3A3A3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-nav .category ul li a:hover {
  color: #8cc63f;
}

.footer .footer-main .footer-social-link a {
  display: block;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-social-link a svg path, .footer .footer-main .footer-social-link a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.footer .footer-main .footer-social-link a:nth-last-of-type(1) {
  margin-right: 0;
}

.footer .footer-main .footer-social-link a:hover {
  border-color: #a3a3a3;
}

.footer .footer-main .footer-social-link a:hover svg path, .footer .footer-main .footer-social-link a:hover svg rect {
  fill: #a3a3a3 !important;
}

.footer .footer-bottom {
  height: 80px;
  position: relative;
  background: #fff;
  width: 100%;
}

.footer .footer-bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#006396), to(#71A42F));
  background-image: linear-gradient(to right, #006396, #71A42F);
}

.footer .footer-bottom .footer-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.footer .footer-bottom .footer-linking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  float: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-bottom .footer-linking .copyright {
  color: #727171;
  display: inline-block;
}

.footer .footer-bottom .footer-linking .copyright span {
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-bottom .footer-linking a.privacy {
  color: #727171;
  margin-right: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bottom .footer-linking a.privacy:hover {
  color: #000;
}

.footer .footer-bottom .footer-linking .designby {
  color: #727171;
  padding: 0 20px;
  border-left: 1px solid rgba(198, 198, 198, 0.25);
  border-right: 1px solid rgba(198, 198, 198, 0.25);
  display: inline-block;
  position: relative;
}

.footer .footer-bottom .footer-linking .designby a {
  color: #727171;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bottom .footer-linking .designby a:hover {
  color: #000;
}

.footer .footer-bottom .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 100%;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-bottom .footer-logo .station {
  display: inline-block;
  margin-right: 30px;
}

.footer .footer-bottom .footer-logo .station img {
  width: 100%;
  height: auto;
  display: block;
  width: 187px;
}

.footer .footer-bottom .footer-logo .dep {
  display: inline-block;
}

.footer .footer-bottom .footer-logo .dep img {
  width: 100%;
  height: auto;
  display: block;
  width: 210px;
}

.footer .footer-bottom .goTop {
  position: absolute;
  right: 55px;
  top: -30px;
  background: #8cc63f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.footer .footer-bottom .goTop img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 9px;
}

.footer .footer-bottom .goTop:hover {
  background: #2d76bb;
}

@media (max-width: 1400px) {
  .footer .footer-bottom {
    height: auto;
  }
  .footer .footer-bottom .footer-linking {
    padding: 48px 0 35px 0;
  }
  .footer .footer-bottom .footer-logo {
    padding: 40px 0 35px 30px;
  }
}

@media (max-width: 1350px) {
  .footer .footer-bottom .footer-linking {
    padding: 35px 0;
  }
  .footer .footer-bottom .footer-linking .copyright a {
    margin-right: 15px;
  }
  .footer .footer-bottom .footer-linking .designby {
    border: none;
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .footer .footer-main .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-main .footer-nav {
    max-width: 500px;
    padding: 0 25px;
  }
  .footer .footer-main .footer-social-link a {
    margin-right: 20px;
  }
}

@media (max-width: 1050px) {
  .footer .footer-bottom .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-bottom .footer-linking {
    padding: 40px 0 0 0;
    max-width: 550px;
  }
  .footer .footer-bottom .footer-linking .designby {
    width: auto;
  }
  .footer .footer-bottom .footer-logo {
    padding: 20px 0 35px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .footer .footer-main .footer-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-main .footer-profile {
    max-width: 100%;
    width: 100%;
  }
  .footer .footer-main .footer-nav {
    padding: 0 25px 0 0;
    margin-top: 25px;
  }
  .footer .footer-main .footer-social-link {
    margin-top: 25px;
    margin-left: 25px;
  }
  .footer .footer-main .footer-social-link a svg {
    max-height: 16px;
    max-width: 18px;
  }
}

@media (max-width: 768px) {
  .footer .footer-main {
    padding: 60px 0;
  }
  .footer .footer-main .footer-nav {
    display: none;
  }
  .footer .footer-main .footer-social-link {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .footer .footer-main {
    padding: 35px 0;
  }
  .footer .footer-main .footer-profile .contact-box .titlename {
    font-size: 18px;
  }
  .footer .footer-main .footer-profile .contact-box .add, .footer .footer-main .footer-profile .contact-box .communication {
    font-size: 16px;
  }
  .footer .footer-main .footer-social-link a {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .footer .footer-bottom .footer-linking {
    padding: 35px 0 0 0;
  }
  .footer .footer-bottom .footer-linking .copyright {
    max-width: 310px;
  }
  .footer .footer-bottom .footer-linking .copyright span {
    display: inline;
    margin-right: 0;
  }
  .footer .footer-bottom .footer-linking a.privacy {
    display: inline;
  }
  .footer .footer-bottom .footer-logo {
    padding: 15px 0 30px 0;
  }
  .footer .footer-bottom .footer-logo span, .footer .footer-bottom .footer-logo .station, .footer .footer-bottom .footer-logo .dep {
    display: block;
    width: 100%;
  }
  .footer .footer-bottom .footer-logo span + span {
    margin-top: 20px;
  }
  .footer .footer-bottom .goTop {
    width: 48px;
    height: 48px;
    right: 23px;
    top: -24px;
  }
  .footer .footer-bottom .goTop img {
    max-width: 6.5px;
  }
}

@media (max-width: 370px) {
  .footer .footer-main .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-index {
  width: 100%;
}

.section-index .banner {
  width: 100%;
  position: relative;
}

.section-index .banner .banner-bg {
  background-attachment: fixed;
  background-position: top center !important;
  height: calc(100vh + 375px);
  min-height: 1125px;
  position: absolute;
  z-index: -1;
}

.section-index .banner .bn-content {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-index .banner .bn-content .bn-box {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  cursor: pointer;
  margin-top: 33px;
}

.section-index .banner .bn-content .bn-box .subtag {
  color: #fff;
}

.section-index .banner .bn-content .bn-box .subtag span {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 20px;
}

.section-index .banner .bn-content .bn-box .title {
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}

.section-index .banner .bn-content .bn-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.section-index .banner .bn-content .bn-box .btn-box .en {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.section-index .banner .bn-content .bn-box .btn-box .video-play {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8cc63f;
  text-indent: 999em;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section-index .banner .bn-content .bn-box .btn-box .video-play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 6px 0 6px 9px;
  border-style: solid;
}

.section-index .banner .bn-content .bn-box .btn-box:hover .en {
  color: #8cc63f;
  border-bottom: 2px solid #8cc63f;
}

.section-index .banner .bn-content .bn-box .btn-box:hover .video-play {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.section-index .banner .bn-content .scroll-down {
  position: absolute;
  width: 25px;
  height: 65px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-animation: jump 0.6s ease-in infinite alternate;
          animation: jump 0.6s ease-in infinite alternate;
}

@media (max-width: 992px) {
  .section-index .banner .bn-content .bn-box .title {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .section-index .banner .banner-bg {
    height: 100vh;
    min-height: 600px;
    background-attachment: scroll;
  }
  .section-index .banner .bn-content {
    min-height: 600px;
  }
  .section-index .banner .bn-content .scroll-down {
    bottom: 50px;
  }
}

@media (max-width: 576px) {
  .section-index .banner .banner-bg {
    min-height: 500px;
    background-position: center center !important;
    background-size: cover !important;
  }
  .section-index .banner .bn-content {
    min-height: 500px;
  }
  .section-index .banner .bn-content .bn-box .subtag span {
    padding: 0 10px;
  }
  .section-index .banner .bn-content .bn-box .title {
    max-width: 300px;
  }
  .section-index .banner .bn-content .bn-box .btn-box .en {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .section-index .banner .bn-content .bn-box .btn-box .video-play {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .section-index .banner .bn-content .bn-box .btn-box .video-play:after {
    border-width: 5px 0 5px 7px;
  }
  .section-index .banner .bn-content .scroll-down {
    width: 18px;
    height: 55px;
  }
  .section-index .banner .bn-content .scroll-down svg {
    width: 18px;
  }
}

.modal-banner-video .zoom {
  width: 100%;
  max-width: 1080px;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal-banner-video .zoom .modal-content {
  width: 100%;
  background: transparent;
}

@media (max-width: 768px) {
  .modal-open {
    padding-right: 0 !important;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

.index-section-mission {
  margin-top: 50px;
}

.index-section-mission .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}

.index-section-mission .zoom .misson-pic {
  max-width: 857px;
  width: 57.2%;
  height: 661px;
}

.index-section-mission .zoom .mission-data {
  max-width: 723px;
  width: 48.2%;
  margin: 100px 0 0 -80px;
  background: #fff;
  position: relative;
  padding: 75px 95px 20px 95px;
}

.index-section-mission .zoom .mission-data:before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 92%;
  bottom: -35px;
  left: -45px;
  background: rgba(140, 198, 63, 0.9);
}

.index-section-mission .zoom .mission-data .entit {
  letter-spacing: normal;
}

.index-section-mission .zoom .mission-data .entit:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #000;
  margin-right: 15px;
  margin-bottom: 7px;
}

.index-section-mission .zoom .mission-data .entit span {
  display: inline-block;
  line-height: 1em;
}

.index-section-mission .zoom .mission-data .title {
  color: #8cc63f;
  line-height: 1.375em;
  padding-top: 25px;
}

.index-section-mission .zoom .mission-data .list-data {
  margin-top: 65px;
}

.index-section-mission .zoom .mission-data .list-data .col .img {
  height: 60px;
  display: block;
}

.index-section-mission .zoom .mission-data .list-data .col .img img {
  height: auto;
  width: auto;
  max-height: 60px;
}

.index-section-mission .zoom .mission-data .list-data .col .word {
  padding-top: 12px;
  line-height: 1.33em;
  letter-spacing: normal;
}

.index-section-mission .zoom .mission-data .readmore {
  margin-top: 80px;
}

@media (max-width: 1450px) {
  .index-section-mission .zoom .mission-data {
    padding: 75px 60px 20px 60px;
  }
}

@media (max-width: 1300px) {
  .index-section-mission .zoom .mission-data .list-data {
    margin-top: 40px;
  }
  .index-section-mission .zoom .mission-data .readmore {
    margin-top: 40px;
  }
}

@media (max-width: 1050px) {
  .index-section-mission .zoom .misson-pic {
    width: 60%;
    height: 600px;
  }
  .index-section-mission .zoom .mission-data {
    width: calc(40% + 150px);
    margin: 70px 0 0 -150px;
    padding: 60px 40px 20px 40px;
  }
}

@media (max-width: 768px) {
  .index-section-mission {
    padding: 0;
    margin-top: 0;
  }
  .index-section-mission .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .index-section-mission .zoom .misson-pic {
    width: 100%;
    height: auto;
  }
  .index-section-mission .zoom .misson-pic .img {
    height: auto;
  }
  .index-section-mission .zoom .misson-pic .img:before {
    content: '';
    display: block;
    padding-bottom: 77.13%;
  }
  .index-section-mission .zoom .mission-data {
    width: 100%;
    margin: -45px auto 0 auto;
    padding: 20px 20px 0 20px;
    background-color: transparent;
  }
  .index-section-mission .zoom .mission-data:before {
    width: 100%;
    height: 66px;
    top: 0;
    left: 0;
  }
  .index-section-mission .zoom .mission-data .box {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 45px 20px 0 20px;
  }
}

@media (max-width: 576px) {
  .index-section-mission .zoom .mission-data .entit span {
    font-size: 16px;
  }
  .index-section-mission .zoom .mission-data .entit:before {
    width: 24px;
    margin-right: 10px;
  }
  .index-section-mission .zoom .mission-data .title {
    padding-top: 10px;
    line-height: 1.455em;
    letter-spacing: 0.1em;
  }
  .index-section-mission .zoom .mission-data .list-data {
    margin-top: 25px;
  }
  .index-section-mission .zoom .mission-data .list-data .col {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .index-section-mission .zoom .mission-data .list-data .col .img {
    width: 56px;
    height: auto;
    text-align: center;
  }
  .index-section-mission .zoom .mission-data .list-data .col .img img {
    max-width: 56px;
    max-height: 48px;
  }
  .index-section-mission .zoom .mission-data .list-data .col .word {
    padding: 0 10px 0 15px;
    letter-spacing: 0.03em;
    font-size: 18px;
  }
  .index-section-mission .zoom .mission-data .readmore {
    margin-top: 20px;
    margin-left: -15px;
  }
}

.index-section-news {
  margin-top: 115px;
  padding-bottom: 30px;
}

.index-section-news .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-section-news .main-news {
  width: 483px;
}

.index-section-news .main-news .img {
  position: relative;
}

.index-section-news .main-news .mask-data {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.4);
}

.index-section-news .main-news .mask-data .category-title {
  background: #8cc63f;
  color: #fff;
  padding: 0 15px;
  line-height: 34px;
}

.index-section-news .main-news .mask-data .news-date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px 25px 0 0;
}

.index-section-news .main-news .mask-data .news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 25px 25px 30px;
}

.index-section-news .main-news .mask-data a {
  display: block;
  color: #fff;
  padding: 25px 25px 25px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-section-news .main-news .mask-data a span {
  display: inline-block;
}

.index-section-news .main-news .mask-data a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.index-section-news .news-listbox {
  padding-left: 63px;
  width: calc(100% - 483px);
  position: relative;
}

.index-section-news .news-listbox .readmore {
  position: absolute;
  right: 0;
  top: 14px;
}

.index-section-news .news-listbox .news-nav {
  width: 100%;
  text-align: left;
}

.index-section-news .news-listbox .news-nav li {
  width: auto;
  padding-right: 12px;
  display: inline-block;
}

.index-section-news .news-listbox .news-nav li a {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  color: #6C6E70;
  background: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-section-news .news-listbox .news-nav li a:hover {
  background: #ccc;
}

.index-section-news .news-listbox .news-nav li.active a {
  background: #8cc63f;
  color: #fff;
}

.index-section-news .news-listbox .tab-content {
  width: 100%;
}

.index-section-news .news-listbox .tab-content .tab-pane {
  padding: 15px 0 0 0;
}

.index-section-news .news-listbox .tab-content .news-content a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
}

.index-section-news .news-listbox .tab-content .news-content a span {
  display: inline-block;
}

.index-section-news .news-listbox .tab-content .news-content a .date {
  text-align: center;
  width: 55px;
  padding-top: 5px;
}

.index-section-news .news-listbox .tab-content .news-content a .date .dateno {
  line-height: 1em;
  letter-spacing: normal;
}

.index-section-news .news-listbox .tab-content .news-content a .date .month {
  color: #AFAFAF;
}

.index-section-news .news-listbox .tab-content .news-content a .script {
  padding: 0 30px 0 40px;
  width: calc(100% - 55px);
}

.index-section-news .news-listbox .tab-content .news-content a .script .title {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
  max-height: 52px;
}

.index-section-news .news-listbox .tab-content .news-content a .script .word {
  color: #6C6E70;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 355px;
  padding-top: 5px;
}

.index-section-news .news-listbox .tab-content .news-content a:hover .script .title {
  color: #8cc63f;
}

@media (max-width: 1250px) {
  .index-section-news .news-listbox {
    padding-left: 45px;
  }
  .index-section-news .news-listbox .tab-content .news-content a .script {
    padding: 0 15px 0 20px;
  }
}

@media (max-width: 1100px) {
  .index-section-news .main-news {
    width: 45%;
  }
  .index-section-news .news-listbox {
    width: 55%;
  }
}

@media (max-width: 992px) {
  .index-section-news .main-news {
    width: 40%;
  }
  .index-section-news .news-listbox {
    width: 60%;
    padding-left: 30px;
  }
  .index-section-news .news-listbox .tab-content .news-content a .script {
    padding: 0 0 0 15px;
  }
  .index-section-news .news-listbox .readmore {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .index-section-news {
    margin-top: 70px;
  }
  .index-section-news .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .index-section-news .main-news {
    width: 100%;
  }
  .index-section-news .main-news .img {
    height: auto;
  }
  .index-section-news .main-news .img:before {
    content: '';
    display: block;
    padding-bottom: 63%;
  }
  .index-section-news .news-listbox {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .index-section-news {
    margin-top: 40px;
  }
  .index-section-news .main-news .mask-data a {
    padding: 20px;
  }
  .index-section-news .main-news .mask-data .news-title {
    font-size: 18px;
    padding: 0 20px 15px 20px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
  }
  .index-section-news .main-news .mask-data .news-date {
    padding: 25px 20px 0 0;
  }
  .index-section-news .news-listbox .readmore {
    margin-left: 7px;
    margin-top: 40px;
  }
  .index-section-news .news-listbox .news-nav li a {
    height: 42px;
    line-height: 42px;
  }
  .index-section-news .news-listbox .tab-content .tab-pane {
    padding: 5px 0 0 0;
  }
  .index-section-news .news-listbox .tab-content .news-content a {
    padding: 15px 0;
  }
  .index-section-news .news-listbox .tab-content .news-content a .date .month {
    display: block;
  }
  .index-section-news .news-listbox .tab-content .news-content a .script .title {
    display: block;
    overflow: visible;
    height: auto;
    max-height: auto;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .index-section-news .news-listbox .tab-content .news-content a .script .word {
    padding-top: 0;
    letter-spacing: 0.05em;
  }
}

.index-section-lesson {
  margin-top: 50px;
  position: relative;
}

.index-section-lesson .bg-img {
  min-height: 740px;
  position: absolute;
  z-index: -1;
}

.index-section-lesson .zoom {
  height: 100%;
  min-height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 115px 20px;
}

.index-section-lesson .lesson-box {
  width: 100%;
  max-width: 1040px;
}

.index-section-lesson .lesson-header {
  width: 100%;
  position: relative;
}

.index-section-lesson .lesson-header .header-bg {
  display: none;
}

.index-section-lesson .lesson-header .entit {
  letter-spacing: normal;
  color: #fff;
}

.index-section-lesson .lesson-header .entit:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 7px;
}

.index-section-lesson .lesson-header .entit span {
  display: inline-block;
  line-height: 1em;
}

.index-section-lesson .lesson-header .title {
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
}

.index-section-lesson .lesson-header .readmore {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

.index-section-lesson .lesson-header .readmore .en {
  color: #fff;
}

.index-section-lesson .lesson-content {
  width: 100%;
  position: relative;
  margin-top: 65px;
}

.index-section-lesson .lesson-content .list-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-section-lesson .lesson-content .list-data .item {
  width: 50%;
  max-width: 470px;
  margin-bottom: 45px;
  padding-right: 20px;
}

.index-section-lesson .lesson-content .list-data .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.index-section-lesson .lesson-content .list-data .item .icon-pic {
  display: block;
  padding-right: 45px;
}

.index-section-lesson .lesson-content .list-data .item .data {
  display: block;
}

.index-section-lesson .lesson-content .list-data .item .data .title {
  display: block;
  line-height: 1em;
}

.index-section-lesson .lesson-content .list-data .item .data .tag-box {
  height: 32px;
  width: 100%;
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.index-section-lesson .lesson-content .list-data .item .data .tag-box .agegroup {
  height: 32px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  width: 60%;
  padding-left: 22px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d76bb), to(#8cc63f));
  background-image: linear-gradient(to right, #2d76bb, #8cc63f);
}

.index-section-lesson .lesson-content .list-data .item .data .tag-box .classtime {
  color: #8cc63f;
  background: #fff;
  border: 1px solid #8cc63f;
  border-left: none;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  width: 40%;
  text-align: center;
  position: relative;
}

.index-section-lesson .lesson-content .list-data .item .data .tag-box .classtime:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0  30px 18px;
  border-style: solid;
}

.index-section-lesson .lesson-content .list-data .item .data .word {
  color: #fff;
  display: block;
  margin-top: 10px;
  max-width: 335px;
}

.index-section-lesson .lesson-content .list-data .item:nth-last-of-type(1), .index-section-lesson .lesson-content .list-data .item:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media (max-width: 1540px) {
  .index-section-lesson .zoom {
    padding: 115px 20px 115px 40px;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
}

@media (max-width: 992px) {
  .index-section-lesson .zoom {
    padding: 75px 20px 30px 40px;
  }
  .index-section-lesson .lesson-content .list-data .item .icon-pic {
    padding-right: 25px;
  }
  .index-section-lesson .lesson-content .list-data .item .data .tag-box .agegroup {
    width: 70%;
    max-width: calc(100% - 90px);
  }
  .index-section-lesson .lesson-content .list-data .item .data .tag-box .classtime {
    width: 30%;
    min-width: 90px;
  }
}

@media (max-width: 900px) {
  .index-section-lesson .lesson-box {
    padding: 100px 0 55px 0;
  }
  .index-section-lesson .lesson-content .list-data .item {
    width: 100%;
    max-width: 100%;
  }
  .index-section-lesson .lesson-content .list-data .item .data .word {
    max-width: 100%;
  }
  .index-section-lesson .lesson-content .list-data .item:nth-of-type(n) {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .index-section-lesson .lesson-header .readmore {
    display: none;
  }
}

@media (max-width: 576px) {
  .index-section-lesson {
    margin-top: 25px;
  }
  .index-section-lesson .zoom {
    padding: 0;
  }
  .index-section-lesson .bg-img {
    display: none;
  }
  .index-section-lesson .lesson-box {
    padding: 0;
  }
  .index-section-lesson .lesson-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 61vw;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .index-section-lesson .lesson-header .header-bg {
    display: block;
    background-position: right center !important;
    position: absolute;
    z-index: -1;
  }
  .index-section-lesson .lesson-header .header-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(12, 18, 2, 0.3);
    width: 100%;
    height: 100%;
  }
  .index-section-lesson .lesson-header .entit {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    margin-top: 25px;
  }
  .index-section-lesson .lesson-header .entit:before {
    width: 24px;
    margin-right: 10px;
  }
  .index-section-lesson .lesson-header .entit .fs_20 {
    font-size: 16px;
  }
  .index-section-lesson .lesson-header .title {
    width: 100%;
    padding: 0 20px;
    margin-top: 5px;
    line-height: 1.45;
    font-weight: normal;
  }
  .index-section-lesson .lesson-content {
    padding: 0 20px;
    margin-top: 50px;
  }
  .index-section-lesson .lesson-content .list-data .item {
    padding-right: 0;
  }
  .index-section-lesson .lesson-content .list-data .item a {
    color: #000;
  }
  .index-section-lesson .lesson-content .list-data .item .icon-pic {
    padding-right: 20px;
  }
  .index-section-lesson .lesson-content .list-data .item .icon-pic svg {
    width: 55px;
    height: auto;
  }
  .index-section-lesson .lesson-content .list-data .item .icon-pic svg path, .index-section-lesson .lesson-content .list-data .item .icon-pic svg rect {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    fill: #000 !important;
  }
  .index-section-lesson .lesson-content .list-data .item .data .title {
    font-size: 24px;
  }
  .index-section-lesson .lesson-content .list-data .item .data .title .epilogue {
    font-size: 26px;
  }
  .index-section-lesson .lesson-content .list-data .item .data .tag-box {
    margin-top: 6px;
  }
  .index-section-lesson .lesson-content .list-data .item .data .tag-box .agegroup {
    padding-left: 15px;
    width: calc(100% - 70px);
    max-width: 100%;
  }
  .index-section-lesson .lesson-content .list-data .item .data .tag-box .classtime {
    width: 70px;
    min-width: 70px;
  }
  .index-section-lesson .lesson-content .list-data .item .data .word {
    color: #6C6E70;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .index-section-lesson .lesson-content .list-data .item:nth-of-type(n) {
    margin-bottom: 50px;
  }
}

.index-section-activity {
  padding: 115px 0;
  width: 100%;
}

.index-section-activity .script-header {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.index-section-activity .script-header .title {
  color: #8cc63f;
  text-align: center;
}

.index-section-activity .script-header .script {
  color: #6C6E70;
  text-align: center;
  padding-top: 20px;
  line-height: 1.67em;
}

.index-section-activity .photo-slider {
  margin: 35px auto 0 auto;
  width: 100%;
}

.index-section-activity .photo-slider .slick-list {
  padding: 0 29% !important;
}

.index-section-activity .photo-slider .item {
  width: 627px;
}

.index-section-activity .photo-slider .item .pic {
  max-width: 608px;
  width: 608px;
}

@media (max-width: 1700px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 27% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 25%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 25%;
  }
}

@media (max-width: 1600px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 25% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 23%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 23%;
  }
}

@media (max-width: 1500px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 23% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 21%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 21%;
  }
}

@media (max-width: 1400px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 21% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 19%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 19%;
  }
}

@media (max-width: 1300px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 19% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 16%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 16%;
  }
}

@media (max-width: 1160px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 17% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 14%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 14%;
  }
}

@media (max-width: 1100px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 14% !important;
  }
  .index-section-activity .photo-slider .slick-next {
    right: 11%;
  }
  .index-section-activity .photo-slider .slick-prev {
    left: 11%;
  }
}

@media (max-width: 992px) {
  .index-section-activity .photo-slider .slick-list {
    padding: 0 150px !important;
  }
  .index-section-activity .photo-slider .slick-next {
    display: none !important;
  }
  .index-section-activity .photo-slider .slick-prev {
    display: none !important;
  }
  .index-section-activity .photo-slider .item {
    padding: 20px;
  }
  .index-section-activity .photo-slider .item .pic {
    width: auto;
  }
}

@media (max-width: 768px) {
  .index-section-activity {
    padding: 50px 0;
  }
  .index-section-activity .photo-slider .slick-list {
    padding: 0 100px !important;
  }
  .index-section-activity .photo-slider .item {
    padding: 10px 20px;
  }
  .index-section-activity .photo-slider .item .box .pic:before {
    top: -7px;
    left: -7px;
  }
  .index-section-activity .photo-slider .item .box .pic:after {
    width: 8px;
    height: 100px;
    bottom: -12px;
  }
}

@media (max-width: 576px) {
  .index-section-activity {
    padding: 25px 0 35px 0;
  }
  .index-section-activity .script-header .script {
    padding-top: 10px;
    letter-spacing: 0.08em;
  }
  .index-section-activity .photo-slider {
    margin-top: 25px;
  }
  .index-section-activity .photo-slider .slick-list {
    padding: 0 30px !important;
  }
  .index-section-activity .photo-slider .item {
    padding: 0 5px;
  }
  .index-section-activity .photo-slider .item .box .pic {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    padding: 7px 0 12px 0;
  }
  .index-section-activity .photo-slider .item .box .pic:before {
    top: -7px;
    left: 0px;
    height: 90%;
  }
  .index-section-activity .photo-slider .item .box .pic:after {
    width: 8px;
    height: 100px;
    bottom: -12px;
  }
  .index-section-activity .photo-slider .item .box .word {
    margin-top: 30px;
  }
  .index-section-activity .photo-slider .item.slick-current .box .pic {
    overflow: hidden;
  }
  .index-section-activity .photo-slider .item.slick-current .box .pic .jqimgFill {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  .index-section-activity .photo-slider .slick-dots {
    bottom: 35px;
  }
}

.index-section-activity .script-zoom {
  position: relative;
}

.index-section-activity .script-zoom .script-box {
  max-width: 870px;
  margin: 55px auto 0 auto;
  border: 12px solid #3677BC;
  padding: 5px 85px;
  position: relative;
}

.index-section-activity .script-zoom .script-box:before, .index-section-activity .script-zoom .script-box:after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 32px);
  margin: auto;
  left: 0;
  right: 0;
  height: 12px;
  background: #fff;
}

.index-section-activity .script-zoom .script-box:before {
  top: -12px;
}

.index-section-activity .script-zoom .script-box:after {
  bottom: -12px;
}

.index-section-activity .script-zoom .script-box .word {
  color: #6C6E70;
  text-align: center;
  width: 100%;
}

.index-section-activity .script-zoom .readmore {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1580px) {
  .index-section-activity .script-zoom .readmore {
    right: 25px;
  }
}

@media (max-width: 1300px) {
  .index-section-activity .script-zoom .readmore {
    right: auto;
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .index-section-activity .script-zoom .script-box {
    margin-top: 35px;
    padding: 5px 50px;
  }
}

@media (max-width: 576px) {
  .index-section-activity .script-zoom .script-box {
    border-width: 6px;
    padding: 20px 20px;
  }
  .index-section-activity .script-zoom .script-box:before, .index-section-activity .script-zoom .script-box:after {
    width: calc(100% - 20px);
  }
  .index-section-activity .script-zoom .script-box .word {
    font-size: 16px;
  }
  .index-section-activity .script-zoom .readmore {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 5px;
  }
}

.index-section-link {
  height: 425px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-section-link .bg-img {
  position: absolute;
  z-index: -1;
  background-position: center top !important;
  top: 0;
  left: 0;
}

.index-section-link .bg-img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(45, 118, 187, 0.4)), to(rgba(140, 198, 63, 0.4)));
  background-image: linear-gradient(to right, rgba(45, 118, 187, 0.4), rgba(140, 198, 63, 0.4));
}

.index-section-link .link-box {
  position: relative;
}

.index-section-link .link-box .title {
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  max-width: 475px;
}

.index-section-link .link-box .link-btn {
  margin: 20px auto 0 auto;
  text-align: center;
}

.index-section-link .link-box .link-btn a {
  height: 50px;
  min-width: 215px;
  padding: 0 25px;
  width: auto;
  background: #8cc63f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-section-link .link-box .link-btn a span {
  padding-left: 8px;
  line-height: 1em;
  display: inline-block;
  padding-bottom: 2px;
}

.index-section-link .link-box .link-btn a:hover {
  background: #2d76bb;
}

@media (max-width: 576px) {
  .index-section-link {
    height: 85vw;
    max-height: 425px;
  }
  .index-section-link .link-box .title {
    max-width: 350px;
  }
  .index-section-link .link-box .link-btn a {
    height: 48px;
    min-width: 202px;
    padding: 0 15px;
  }
}

.about-title {
  color: #8cc63f;
  text-align: center;
}

.about-location {
  padding-bottom: 55px;
}

.about-location .location-text-box {
  margin-top: -100px;
  padding-top: 100px;
  pointer-events: none;
}

.about-location .location-text-box .script {
  line-height: 1.56;
  max-width: 820px;
  text-align: center;
  margin: 25px auto 0 auto;
}

.about-location .location-box {
  max-width: 1200px;
  margin: 45px auto 0 auto;
  padding: 50px 0 80px 0;
  border: 2px solid #8cc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-location .location-box .item {
  width: calc(100% / 3);
  padding: 0 15px;
  position: relative;
}

.about-location .location-box .item:before {
  content: '';
  display: block;
  width: 1px;
  height: 154px;
  bottom: 7px;
  position: absolute;
  background: #eee;
  left: 0;
}

.about-location .location-box .item .item-icon {
  text-align: center;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-location .location-box .item .item-icon img {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 90px;
}

.about-location .location-box .item .space-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
  min-height: 95px;
}

.about-location .location-box .item .space-data .num {
  color: #8cc63f;
  line-height: 1em;
  display: inline-block;
  padding-right: 12px;
}

.about-location .location-box .item .space-data .script {
  color: #6C6E70;
  display: inline-block;
  line-height: 1.5em;
  padding-bottom: 13px;
}

.about-location .location-box .item:nth-of-type(1) {
  min-width: 285px;
}

.about-location .location-box .item:nth-of-type(1):before {
  display: none;
}

.about-location .location-box .item:nth-of-type(2) {
  min-width: 330px;
}

.about-location .location-btn {
  width: 340px;
  height: 60px;
  margin: -32px auto 0 auto;
}

.about-location .location-btn a {
  display: block;
  color: #fff;
  text-align: center;
  height: 100%;
  line-height: 60px;
  background: #8cc63f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-location .location-btn a:hover {
  background-color: #67922e;
}

@media (max-width: 900px) {
  .about-location .location-box .item .space-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-location .location-box .item .space-data .num {
    width: 100%;
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .about-location .location-box .item .space-data .script {
    display: block;
    text-align: center;
  }
  .about-location .location-box .item:nth-of-type(1) {
    min-width: auto;
  }
  .about-location .location-box .item:nth-of-type(2) {
    min-width: auto;
  }
}

@media (max-width: 576px) {
  .about-location {
    padding-bottom: 0;
  }
  .about-location .location-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 30px 0;
    margin-top: 35px;
  }
  .about-location .location-box .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .about-location .location-box .item .space-data {
    padding-top: 15px;
    min-height: 60px;
  }
  .about-location .location-box .item .space-data .num {
    width: auto;
    display: inline-block;
    text-align: left;
    padding-right: 12px;
  }
  .about-location .location-box .item .space-data .script {
    display: inline-block;
    text-align: left;
    line-height: 1.1em;
    padding-bottom: 10px;
  }
  .about-location .location-box .item:before {
    width: 80%;
    height: 1px;
    left: 10%;
    top: 0;
    bottom: auto;
  }
  .about-location .location-box .item + .item {
    padding-top: 25px;
  }
  .about-location .location-btn {
    width: 280px;
    height: 40px;
    margin: -22px auto 0 auto;
  }
  .about-location .location-btn a {
    line-height: 40px;
  }
}

@media (max-width: 420px) {
  .about-location .location-text-box .script {
    letter-spacing: 0.08em;
  }
}

.modal-location .zoom {
  width: 1430px;
  border: 8px solid #8cc63f;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 160px);
}

.modal-location .zoom .head {
  width: 365px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-location .zoom .head .title {
  display: block;
  background: #8cc63f;
  width: 335px;
  height: 45px;
  color: #fff;
  text-align: center;
}

.modal-location .zoom .head:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #8cc63f transparent transparent;
  border-width: 0 15px 45px 0;
}

.modal-location .zoom .head:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #8cc63f transparent transparent transparent;
  border-width: 45px 15px 0 0;
  border-style: solid;
}

.modal-location .zoom .modal-content {
  border: 0;
  padding: 35px 50px 40px 55px;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.modal-location .zoom .modal-content .map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.modal-location .zoom .modal-content .map-box .map-pic {
  padding-bottom: 60px;
  width: 47.7%;
}

.modal-location .zoom .modal-content .map-box .map-pic img {
  max-width: 570px;
  width: 100%;
  height: auto;
  display: block;
  float: right;
}

.modal-location .zoom .modal-content .map-box .map-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 685px;
  width: 52.3%;
}

.modal-location .zoom .modal-content .map-box .map-data .item {
  width: 50%;
  padding: 0 20px 15px 20px;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag.green {
  color: #81B958;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag.green .label {
  background: #81B958;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag.blue {
  color: #2d76bb;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag.blue .label {
  background: #2d76bb;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag .label {
  color: #fff;
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  font-weight: normal;
  margin-right: 10px;
  top: 3px;
  position: relative;
}

.modal-location .zoom .modal-content .map-box .map-data .item .tag .tit {
  padding-bottom: 0px;
  display: inline-block;
}

.modal-location .zoom .modal-content .map-box .map-data .item .text {
  color: #6C6E70;
  padding-top: 10px;
}

@media (max-width: 1470px) {
  .modal-location .zoom {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1200px) {
  .modal-location .zoom .modal-content {
    padding: 25px;
  }
  .modal-location .zoom .modal-content .map-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-location .zoom .modal-content .map-box .map-pic {
    width: 100%;
    text-align: center;
  }
  .modal-location .zoom .modal-content .map-box .map-pic img {
    float: none;
    display: inline-block;
  }
  .modal-location .zoom .modal-content .map-box .map-data {
    width: 100%;
    max-width: 100%;
  }
  .modal-location .zoom .modal-content .map-box .map-data .item {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .modal-location .zoom .modal-content .map-box .map-data .item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .modal-location .zoom {
    top: 90px;
  }
  .modal-location .zoom .head {
    height: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -1px;
  }
  .modal-location .zoom .head .title {
    width: auto;
    padding: 0 35px;
  }
  .modal-location .zoom .head:before {
    border-width: 0 10px 35px 0;
  }
  .modal-location .zoom .head:after {
    border-width: 35px 10px 0 0;
  }
  .modal-location .zoom .modal-content {
    padding: 25px 0;
    height: calc(100vh - 195px);
  }
  .modal-location .zoom .modal-content .map-box .map-pic {
    padding: 0 20px 35px 20px;
  }
  .modal-location .zoom .modal-content .map-box .map-data {
    padding: 0 10px;
  }
  .modal-location .zoom .modal-content .map-box .map-data .item {
    padding: 0 10px 15px 10px;
  }
}

@media (max-width: 500px) {
  .modal-location .zoom {
    border: 5px solid #8cc63f;
  }
  .modal-location .zoom .modal-content .map-box .map-data .item {
    width: 100%;
  }
}

.about-resources {
  padding: 115px 0 0 0;
  position: relative;
  border-top: 70px solid #fff;
}

.about-resources:before {
  position: absolute;
  content: '';
  height: 785px;
  width: 100%;
  background: rgba(140, 198, 63, 0.1);
  top: 0;
  left: 0;
}

.about-resources .resources-title {
  color: #8cc63f;
  text-align: center;
  margin-top: -100px;
  padding-top: 100px;
}

.about-resources .resources-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #8cc63f;
  margin: 25px auto 0 auto;
}

.about-resources .script {
  line-height: 1.32em;
  max-width: 710px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  letter-spacing: 0.05em;
}

.about-resources .resources-slider {
  padding-top: 35px;
}

.about-resources .resources-slider .slider .item {
  width: 1000px;
  padding: 50px 20px 0 20px;
  position: relative;
}

.about-resources .resources-slider .slider .item .label {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #8cc63f;
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.about-resources .resources-slider .slider .item .label .word {
  color: #8cc63f;
  width: 100%;
  display: inline-block;
  line-height: 1em;
}

.about-resources .resources-slider .slider .item .label .num {
  color: #8cc63f;
  width: 100%;
  display: inline-block;
  line-height: 1em;
  padding-top: 5px;
}

.about-resources .resources-slider .slider .item .pic-box {
  width: 91%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.about-resources .resources-slider .slider .item .pic-box .img {
  height: auto;
  background-size: contain;
  border-radius: 22px;
  position: relative;
  -webkit-box-shadow: 0 -10px 40px rgba(0, 0, 0, 0);
          box-shadow: 0 -10px 40px rgba(0, 0, 0, 0);
  -webkit-transform: translate(4.5%, 4.5%);
          transform: translate(4.5%, 4.5%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.about-resources .resources-slider .slider .item .pic-box .img:before {
  content: '';
  display: block;
  padding-bottom: 57.29%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.about-resources .resources-slider .slider .item .pic-box .img .text-box {
  padding: 0 65px 30px 65px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.about-resources .resources-slider .slider .item .pic-box .img .text-box .tag .word {
  color: #fff;
  background: #8cc63f;
  padding: 10px 25px;
  display: inline-block;
}

.about-resources .resources-slider .slider .item .pic-box .img .text-box .text {
  color: #fff;
  padding: 15px 25px;
  max-width: 580px;
  background: rgba(0, 0, 0, 0.5);
}

.about-resources .resources-slider .slider .item .pic-box .img .text-box .text span.write {
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  max-height: 72px;
}

.about-resources .resources-slider .slider .item .caption {
  line-height: 1.67em;
  padding: 45px 40px;
  opacity: 0;
}

.about-resources .resources-slider .slider .item.slick-current .label {
  -webkit-animation: fadeInUp 0.5s both 0.5s;
          animation: fadeInUp 0.5s both 0.5s;
}

.about-resources .resources-slider .slider .item.slick-current .pic-box {
  width: 100%;
}

.about-resources .resources-slider .slider .item.slick-current .pic-box .img {
  -webkit-box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.about-resources .resources-slider .slider .item.slick-current .pic-box .img:before {
  background: rgba(255, 255, 255, 0);
}

.about-resources .resources-slider .slider .item.slick-current .pic-box .img .text-box {
  -webkit-animation: fadeInUp 0.5s both 0.5s;
          animation: fadeInUp 0.5s both 0.5s;
}

.about-resources .resources-slider .slider .item.slick-current .caption {
  -webkit-animation: fadeInDown 0.5s both 0.5s;
          animation: fadeInDown 0.5s both 0.5s;
}

.about-resources .resources-slider .slider .slick-list {
  padding: 0 calc(50% - 500px) !important;
}

.about-resources .resources-slider .slider .slick-next, .about-resources .resources-slider .slider .slick-prev {
  border: 2px solid #8cc63f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #8cc63f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-resources .resources-slider .slider .slick-next {
  right: calc(50% - 510px);
}

.about-resources .resources-slider .slider .slick-next:hover {
  margin-right: 5px;
}

.about-resources .resources-slider .slider .slick-prev {
  left: calc(50% - 510px);
}

.about-resources .resources-slider .slider .slick-prev:hover {
  margin-left: 5px;
}

.about-resources .resources-slider .slider .slick-dots {
  width: 100%;
  text-align: center;
  bottom: 0px;
}

.about-resources .resources-slider .slider .slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.about-resources .resources-slider .slider .slick-dots li button {
  background: #8cc63f;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  padding: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.about-resources .resources-slider .slider .slick-dots li.slick-active {
  width: 40px;
}

.about-resources .resources-slider .slider .slick-dots li.slick-active button {
  width: 40px;
}

@media (max-width: 1350px) {
  .about-resources:before {
    height: auto;
    padding-bottom: 62%;
  }
  .about-resources .resources-slider .slider .slick-list {
    padding: 0 175px !important;
  }
  .about-resources .resources-slider .slider .slick-next {
    right: 160px;
  }
  .about-resources .resources-slider .slider .slick-prev {
    left: 160px;
  }
}

@media (max-width: 992px) {
  .about-resources .resources-slider .slider .item {
    padding: 50px 10px 0 10px;
  }
  .about-resources .resources-slider .slider .item .label {
    width: 80px;
    height: 80px;
    padding-top: 12px;
  }
  .about-resources .resources-slider .slider .item .label .num {
    padding-top: 0;
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box .text span.write {
    -webkit-line-clamp: 2;
    height: 48px;
    max-height: 48px;
  }
  .about-resources .resources-slider .slider .slick-list {
    padding: 0 120px !important;
  }
  .about-resources .resources-slider .slider .slick-next {
    right: 105px;
  }
  .about-resources .resources-slider .slider .slick-prev {
    left: 105px;
  }
}

@media (max-width: 768px) {
  .about-resources {
    padding: 75px 0 0 0;
  }
  .about-resources:before {
    height: auto;
    padding-bottom: 80%;
  }
  .about-resources .resources-slider .slider .item {
    padding: 20px 5px 0 5px;
  }
  .about-resources .resources-slider .slider .item .label {
    display: none;
  }
  .about-resources .resources-slider .slider .item .pic-box .img {
    -webkit-transform: translate(9%, 4.5%);
            transform: translate(9%, 4.5%);
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box {
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 0 20px 0;
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box .tag {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box .text {
    display: none;
  }
  .about-resources .resources-slider .slider .item .caption {
    padding: 45px 25px 35px 25px;
  }
  .about-resources .resources-slider .slider .item.slick-current .pic-box .img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .about-resources .resources-slider .slider .item.slick-current + .item .pic-box .img {
    -webkit-transform: translate(0, 4.5%);
            transform: translate(0, 4.5%);
  }
  .about-resources .resources-slider .slider .slick-list {
    padding: 0 30px !important;
  }
  .about-resources .resources-slider .slider .slick-next, .about-resources .resources-slider .slider .slick-prev {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .about-resources {
    padding: 50px 0 0 0;
  }
  .about-resources .resources-title:after {
    width: 24px;
    margin-top: 15px;
  }
  .about-resources .script {
    padding-top: 10px;
  }
  .about-resources .resources-slider {
    padding-top: 25px;
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box {
    padding: 0;
    bottom: -20px;
  }
  .about-resources .resources-slider .slider .item .pic-box .img .text-box .tag .word {
    padding: 8px 15px;
  }
  .about-resources .resources-slider .slider .item .caption {
    padding: 35px 15px 30px 15px;
  }
}

.about-org {
  padding: 75px 0 70px 0;
}

.about-org .zoom {
  position: relative;
  padding-top: 155px;
}

.about-org .zoom:before {
  content: '';
  display: block;
  position: absolute;
  width: 780px;
  height: 780px;
  border: 40px solid #fff;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.1);
  top: 0;
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-org .zoom .org-title-box {
  text-align: center;
}

.about-org .zoom .org-title-box .title {
  color: #8cc63f;
}

.about-org .zoom .org-title-box .subtit {
  color: #8cc63f;
  padding-top: 10px;
}

.about-org .zoom .org-chart {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 0 25px 0;
}

.about-org .zoom .org-chart .item {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.about-org .zoom .org-chart .item .icon-img {
  width: 145px;
  min-width: 145px;
  height: 145px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-org .zoom .org-chart .item .icon-img img {
  max-width: 75px;
  max-height: 72px;
}

.about-org .zoom .org-chart .item .box {
  height: 185px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-org .zoom .org-chart .item .box .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-org .zoom .org-chart .item .data-box {
  padding-left: 15px;
  width: calc(100% - 145px);
}

.about-org .zoom .org-chart .item .data-box .org-title {
  color: #fff;
}

.about-org .zoom .org-chart .item .data-box .org-title-en {
  color: #fff;
  line-height: 1.25em;
  max-width: 200px;
}

.about-org .zoom .org-chart .item .word {
  line-height: 1.67em;
  width: 100%;
  max-width: 230px;
  color: #6C6E70;
  margin-top: 60px;
}

.about-org .zoom .org-chart .item.eps {
  width: 362px;
  left: 35px;
}

.about-org .zoom .org-chart .item.eps .box .chart {
  width: 362px;
  border-radius: 100px 46px 46px 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#36a0bc), to(#4daa9a));
  background-image: linear-gradient(to right, #36a0bc, #4daa9a);
  padding: 20px;
}

.about-org .zoom .org-chart .item.eps .box:before {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  background: rgba(140, 198, 63, 0.1);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -32px;
  left: -34px;
}

.about-org .zoom .org-chart .item.eec {
  padding: 0;
  height: 185px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-org .zoom .org-chart .item.eec .box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-org .zoom .org-chart .item.eec .box:before, .about-org .zoom .org-chart .item.eec .box:after {
  content: '';
  display: block;
  position: relative;
  width: 160px;
  height: 185px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about-org .zoom .org-chart .item.eec .box:before {
  background-image: url(images/2-about/org-bg-01.png);
  left: 12px;
}

.about-org .zoom .org-chart .item.eec .box:after {
  background-image: url(images/2-about/org-bg-02.png);
  right: 9px;
}

.about-org .zoom .org-chart .item.eec .box .chart {
  width: 290px;
  height: 185px;
  border-radius: 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#58af8a), to(#6ab771));
  background-image: linear-gradient(to right, #58af8a, #6ab771);
}

.about-org .zoom .org-chart .item.eec .box .chart:before, .about-org .zoom .org-chart .item.eec .box .chart:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #8cc63f;
  border: 3px solid #F4F9EC;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.about-org .zoom .org-chart .item.eec .box .chart:before {
  top: -6px;
}

.about-org .zoom .org-chart .item.eec .box .chart:after {
  bottom: -6px;
}

.about-org .zoom .org-chart .item.eec .data-box {
  padding: 0;
  text-align: center;
  width: 100%;
}

.about-org .zoom .org-chart .item.eec .data-box .org-title-en {
  margin: 0 auto;
}

.about-org .zoom .org-chart .item.eec .word {
  max-width: 440px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-org .zoom .org-chart .item.eec .word span {
  display: inline-block;
}

.about-org .zoom .org-chart .item.eec .word .tag {
  color: #000;
}

.about-org .zoom .org-chart .item.bos {
  width: 362px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 35px;
}

.about-org .zoom .org-chart .item.bos .box .chart {
  width: 362px;
  border-radius: 46px 100px 100px 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#75bc61), to(#8cc63f));
  background-image: linear-gradient(to right, #75bc61, #8cc63f);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 20px;
}

.about-org .zoom .org-chart .item.bos .box:after {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  background: rgba(140, 198, 63, 0.1);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -32px;
  right: -34px;
}

.about-org .zoom .org-chart .item.bos .data-box {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}

.about-org .zoom .down-arrow {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 1450px) {
  .about-org .zoom .org-chart .item.eec {
    width: 515px;
  }
  .about-org .zoom .org-chart .item.eec .box:before, .about-org .zoom .org-chart .item.eec .box:after {
    width: 100px;
  }
}

@media (max-width: 1300px) {
  .about-org .zoom .org-chart .item .icon-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .about-org .zoom .org-chart .item .icon-img img {
    max-width: 65px;
  }
  .about-org .zoom .org-chart .item.eps .box .chart, .about-org .zoom .org-chart .item.bos .box .chart {
    border-radius: 100px;
    height: 160px;
    width: 330px;
  }
  .about-org .zoom .org-chart .item.eec {
    width: auto;
  }
  .about-org .zoom .org-chart .item.eec .box:before, .about-org .zoom .org-chart .item.eec .box:after {
    display: none;
  }
  .about-org .zoom .org-chart .item.eec .box .chart {
    width: 330px;
    border-radius: 100px;
    height: 160px;
  }
}

@media (max-width: 1150px) {
  .about-org .zoom {
    padding-top: 120px;
  }
  .about-org .zoom .org-chart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
  }
  .about-org .zoom .org-chart .item {
    width: 100% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto !important;
    padding-bottom: 35px !important;
  }
  .about-org .zoom .org-chart .item .box {
    height: auto !important;
  }
  .about-org .zoom .org-chart .item .word {
    max-width: calc(100% - 330px);
    padding-left: 35px;
    margin-top: 0;
  }
  .about-org .zoom .org-chart .item.eps {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto;
  }
  .about-org .zoom .org-chart .item.eps .box:before {
    display: none;
  }
  .about-org .zoom .org-chart .item.bos {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    right: auto;
  }
  .about-org .zoom .org-chart .item.bos .box .chart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-org .zoom .org-chart .item.bos .box .chart .data-box {
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
  }
  .about-org .zoom .org-chart .item.bos .box:after {
    display: none;
  }
  .about-org .zoom .org-chart .item.eec {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-org .zoom .org-chart .item.eec .box .chart:before, .about-org .zoom .org-chart .item.eec .box .chart:after {
    display: none;
  }
  .about-org .zoom .org-chart .item.eec .word {
    max-width: calc(100% - 330px);
    padding-left: 35px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .about-org .zoom .down-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-org .zoom {
    padding-top: 100px;
  }
  .about-org .zoom .org-chart .item {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .about-org .zoom .org-chart .item .box .chart {
    width: 300px !important;
    height: 140px !important;
  }
  .about-org .zoom .org-chart .item .icon-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .about-org .zoom .org-chart .item .icon-img img {
    max-width: 55px;
  }
  .about-org .zoom .org-chart .item .data-box {
    width: calc(100% - 90px);
  }
  .about-org .zoom .org-chart .item .word {
    width: 100% !important;
    padding-left: 0 !important;
    max-width: 450px !important;
    margin-top: 25px;
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .about-org .zoom .org-chart {
    padding: 55px 0 0 0;
  }
  .about-org .zoom .org-chart .item .box .chart {
    height: auto !important;
    padding: 20px 0;
  }
  .about-org .zoom .org-chart .item .icon-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .about-org .zoom .org-chart .item .icon-img img {
    max-width: 40px;
  }
  .about-org .zoom .org-chart .item .word {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .about-org .zoom .down-arrow {
    margin-top: 0;
  }
}

.about-org .org-treebox {
  padding: 55px 0 0 0;
}

.about-org .org-treebox .org-tree-pic {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: right;
}

.about-org .org-treebox .org-tree-pic .pic-box {
  max-width: 960px;
  width: 75%;
  display: inline-block;
}

.about-org .org-tree {
  padding: 55px 0 0 0;
}

.about-org .org-tree .tree-row .tree-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.about-org .org-tree .tree-row .tree-row-inner .tree-item {
  width: 244px;
}

.about-org .org-tree .tree-row .tree-row-inner .tree-item .data-box {
  border: 3px solid #8cc63f;
  border-top: none;
  margin: 0 auto;
  width: 100%;
}

.about-org .org-tree .tree-row .tree-row-inner .tree-item .data-box .tag {
  color: #fff;
  background: #8cc63f;
  text-align: center;
  padding: 5px 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
}

.about-org .org-tree .tree-row .tree-row-inner .tree-item .data-box .name {
  color: #8cc63f;
  text-align: center;
  padding: 7px 0;
  line-height: 1.8em;
}

.about-org .org-tree .tree-row.upline:before, .about-org .org-tree .tree-row .upline:before {
  content: '';
  display: block;
  width: 1px;
  height: 48px;
  background: #DEDEDE;
  margin: 0 auto;
}

.about-org .org-tree .tree-row.branch:before {
  content: '';
  display: block;
  width: 1px;
  height: 76px;
  background: #DEDEDE;
  margin: 0 auto;
}

.about-org .org-tree .tree-row.branch .tree-row-inner {
  position: relative;
}

.about-org .org-tree .tree-row.branch .tree-row-inner:before {
  content: '';
  display: block;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 0;
  left: 122px;
  right: 122px;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item.upline:before {
  height: 38px;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item + .tree-item {
  margin-left: 132px;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .tree-row {
  position: relative;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .tree-row .tree-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .tree-row .tree-row-inner .tree-item.upline:before {
  height: 54px;
}

.about-org .org-tree .tree-row.blue {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: -25px;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item {
  width: auto;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box {
  border: 3px solid #36A0BC;
  width: 244px;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box .tag {
  background: #36A0BC;
  border-top: 1px solid #36A0BC;
  margin-top: -1px;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box .name {
  color: #36A0BC;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box .name .partner {
  display: block;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left {
  padding-right: 400px;
  position: relative;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left:before {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  background: #dedede;
  position: absolute;
  left: 244px;
  top: 63px;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right {
  padding-left: 400px;
  position: relative;
}

.about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right:before {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  background: #dedede;
  position: absolute;
  right: 244px;
  top: 63px;
}

@media (max-width: 1350px) {
  .about-org .org-tree .tree-row .tree-row-inner .tree-item {
    width: 200px;
  }
  .about-org .org-tree .tree-row .tree-row-inner .tree-item .data-box .name {
    padding: 7px 10px;
  }
  .about-org .org-tree .tree-row .tree-row-inner .tree-item .data-box .name .partner {
    line-height: 1.33em;
    padding: 5px 0;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box {
    width: 200px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left {
    padding-right: 260px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left:before {
    left: 200px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right {
    padding-left: 260px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right:before {
    right: 200px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner:before {
    left: 100px;
    right: 100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item + .tree-item {
    margin-left: 40px;
  }
}

@media (max-width: 1150px) {
  .about-org .org-treebox .org-tree-pic {
    text-align: center;
  }
  .about-org .org-treebox .org-tree-pic .pic-box {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .about-org .org-tree {
    width: 650px;
  }
  .about-org .org-tree .tree-row.upline:before {
    position: relative;
    left: 100px;
    margin: 0;
  }
  .about-org .org-tree .tree-row .tree-row-inner {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-org .org-tree .tree-row.blue {
    position: static;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner {
    display: block;
    position: relative;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner:before {
    content: '';
    display: block;
    height: calc(100% + 25px);
    width: 1px;
    background: #dedede;
    position: absolute;
    left: 100px;
    top: -25px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item {
    margin-top: 50px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left {
    padding-right: 0;
    position: relative;
    left: 250px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left:before {
    left: -150px;
    width: 150px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left .data-box {
    width: 400px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right {
    padding-left: 0;
    position: relative;
    left: 250px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right:before {
    width: 150px;
    left: -150px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right .data-box {
    width: 400px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right .data-box .name .partner {
    display: inline-block;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right .data-box .name .partner:after {
    content: '、';
    display: inline-block;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right .data-box .name .partner:nth-last-of-type(1):after {
    display: none;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box {
    margin: 0;
  }
  .about-org .org-tree .tree-row.branch:before {
    margin: 0;
    position: relative;
    left: 100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner {
    display: block;
    position: relative;
    top: -30px;
    left: 100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner:before {
    height: calc(100% - 63px);
    width: 1px;
    left: 0px;
    right: auto;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 82px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item.upline:before {
    height: 1px;
    width: 150px;
    margin: 0;
    top: 63px;
    left: -175px;
    position: relative;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .data-box {
    width: 200px;
    margin: 0;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item + .tree-item {
    margin: 35px 0 0 68px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner {
    left: 0;
    top: 0;
    padding-left: 0;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner:before {
    width: 1px;
    height: 80px;
    left: 100px;
    top: 0;
    position: relative;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner .tree-item {
    position: static;
    margin: 80px 0 0 100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner .tree-item:before {
    height: 1px;
    width: 35px;
    top: -1px;
    left: -100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner .tree-item .data-box {
    margin: -50px 0 0 35px;
  }
}

@media (max-width: 768px) {
  .about-org {
    padding: 55px 0 30px 0;
  }
  .about-org .org-tree {
    width: 450px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item {
    left: 150px !important;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box {
    width: 300px !important;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left:before, .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right:before {
    left: -50px;
    width: 50px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner {
    left: 0;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner:before {
    left: 100px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item.upline:before {
    left: -125px;
    width: 50px;
  }
}

@media (max-width: 576px) {
  .about-org {
    padding: 50px 0 0 0;
  }
  .about-org .org-treebox {
    padding: 35px 0 0 0;
  }
  .about-org .org-tree {
    padding: 35px 0 0 0;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner:before {
    height: calc(100% - 52px);
  }
}

@media (max-width: 500px) {
  .about-org .org-tree {
    width: 350px;
  }
  .about-org .org-tree .tree-row.upline:before {
    height: 30px;
  }
  .about-org .org-tree .tree-row .tree-row-inner .tree-item {
    width: 150px;
  }
  .about-org .org-tree .tree-row.upline:before {
    left: 75px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner:before {
    left: 75px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item {
    left: 100px !important;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item .data-box {
    width: 250px !important;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.left:before, .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item.right:before {
    left: -25px;
    width: 25px;
  }
  .about-org .org-tree .tree-row.blue .tree-row-inner .tree-item + .tree-item {
    margin-top: 35px;
  }
  .about-org .org-tree .tree-row.branch:before {
    left: 75px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner:before {
    left: 75px;
    height: calc(100% - 52px);
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item {
    left: 50px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item.upline:before {
    left: -113px;
    width: 25px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner:before {
    left: 80px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner .tree-item {
    margin: 80px 0 0 65px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item .ns-tree .tree-row .tree-row-inner .tree-item:before {
    width: 20px;
    left: -93px;
  }
  .about-org .org-tree .tree-row.branch .tree-row-inner .tree-item + .tree-item {
    margin: 35px 0 0 52px;
  }
}

@media (max-width: 370px) {
  .about-org .org-tree {
    overflow-x: auto;
    padding: 0 20px;
  }
}

.about-staff {
  background-position: center top;
  position: relative;
  border-top: 70px solid #fff;
}

.about-staff .staff-zoom {
  background-position: right top;
  background-repeat: no-repeat;
  padding: 120px 0 85px 0;
}

.about-staff .staff-zoom .staff-title-box {
  text-align: center;
}

.about-staff .staff-zoom .staff-title-box .title {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.about-staff .staff-zoom .staff-title-box .subtit {
  color: #fff;
  padding-top: 10px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.about-staff .staff-zoom .staff-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
}

.about-staff .staff-zoom .staff-box .item {
  width: calc(100% / 3);
  max-width: 404px;
  padding: 0 17px 40px 17px;
}

.about-staff .staff-zoom .staff-box .item .box {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #fff;
  padding: 35px 35px 20px 35px;
}

.about-staff .staff-zoom .staff-box .item .staff-icon {
  text-align: center;
}

.about-staff .staff-zoom .staff-box .item .staff-icon img {
  max-width: 90px;
  max-height: 85px;
}

.about-staff .staff-zoom .staff-box .item .pos {
  color: #8cc63f;
  text-align: center;
  padding-top: 15px;
}

.about-staff .staff-zoom .staff-box .item .name {
  text-align: center;
}

.about-staff .staff-zoom .staff-box .item .work {
  padding: 15px 0 0 0;
  margin: 15px 5px 0 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-staff .staff-zoom .staff-box .item .work li {
  list-style: none;
  padding-left: 15px;
  position: relative;
}

.about-staff .staff-zoom .staff-box .item .work li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #8cc63f;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.about-staff .staff-zoom .staff-box .item .work li p {
  color: #6C6E70;
  line-height: 1.67em;
}

@media (max-width: 1150px) {
  .about-staff .staff-zoom {
    background-size: 150% auto;
  }
  .about-staff .staff-zoom .staff-box .item {
    padding: 0 12px 35px 12px;
  }
}

@media (max-width: 1050px) {
  .about-staff .staff-zoom .staff-box .item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .about-staff {
    background-position: right top;
  }
  .about-staff .staff-zoom {
    padding: 80px 0 55px 0;
  }
  .about-staff .staff-zoom .staff-box .item {
    padding: 0 7px 25px 7px;
  }
  .about-staff .staff-zoom .staff-box .item .box {
    padding: 25px 20px 20px 20px;
  }
}

@media (max-width: 576px) {
  .about-staff .staff-zoom {
    padding: 50px 0 35px 0;
  }
  .about-staff .staff-zoom .staff-box {
    padding-top: 35px;
  }
  .about-staff .staff-zoom .staff-box .item {
    width: 100%;
    padding: 0 0 25px 0;
  }
}

.news-subnav {
  position: relative;
  margin-top: -60px;
  padding: 0 20px;
}

.news-subnav .subnav {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-subnav .subnav .select-box {
  width: calc(100% / 3);
  border-right: 1px solid #B3DE7A;
}

.news-subnav .subnav .select-box .btn-group > .btn {
  background: #8cc63f;
  border: none;
  color: #fff;
  position: relative;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  outline: none !important;
  padding: 0 30px 0 40px;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 18px;
  font-weight: 500;
}

.news-subnav .subnav .select-box .dropdown-toggle {
  position: relative;
}

.news-subnav .subnav .select-box .dropdown-toggle::after {
  width: 12px;
  height: 12px;
  color: #fff;
  border: none;
  font-weight: 500;
  margin-left: 0;
  background: url(images/0-common/icon-plus.svg);
  vertical-align: 1em;
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-subnav .subnav .select-box .btn-group.open > .dropdown-toggle::after {
  background: url(images/0-common/icon-minus.svg);
}

.news-subnav .subnav .select-box .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #8cc63f;
  color: #fff;
  padding: 0;
  margin: 0;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li {
  border-top: 1px solid #B3DE7A;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li:nth-of-type(1) {
  border-top: none;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px 0 40px;
  font-weight: 500;
  display: block;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #6DB028;
}

.news-subnav .subnav .search-box {
  width: calc(100% / 3);
}

.news-subnav .subnav .search-box .box {
  background: #383838;
  height: 60px;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.news-subnav .subnav .search-box .box .news-search {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  background: none;
  border: none;
  display: block;
  float: left;
}

.news-subnav .subnav .search-box .box .news-search::-webkit-input-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-moz-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-o-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-ms-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-ms-input-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .icon {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: none;
  padding: 10px;
  display: block;
  float: left;
}

.news-subnav .subnav .search-box .box .icon:focus {
  outline: none;
}

.news-subnav .subnav .search-box .box .icon img {
  display: block;
}

@media (max-width: 768px) {
  .news-subnav .subnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-subnav .subnav .select-box {
    width: 50%;
  }
  .news-subnav .subnav .select-box:nth-of-type(2) {
    border-right: none;
  }
  .news-subnav .subnav .search-box {
    width: 100%;
    position: relative;
  }
  .news-subnav .subnav .search-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    background: #fff;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .news-subnav {
    margin-top: -50px;
  }
  .news-subnav .subnav .select-box .btn-group > .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
  }
  .news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
  }
  .news-subnav .subnav .select-box .dropdown-toggle::after {
    right: 20px;
  }
  .news-subnav .subnav .search-box .box {
    height: 50px;
    padding: 5px 10px 5px 30px;
  }
}

.news-page {
  max-width: 1554px;
  padding: 0 27px 120px 27px;
}

.news-page .news-list {
  margin: 0;
}

.news-page .news-list .item {
  padding: 45px 27px 30px 27px;
}

.news-page .news-list .item a {
  display: block;
  color: #000;
  position: relative;
}

.news-page .news-list .item a span {
  display: block;
}

.news-page .news-list .item .bg-pic {
  height: auto;
  background-size: contain !important;
}

.news-page .news-list .item .bg-pic:before {
  content: '';
  display: block;
  padding-bottom: 65.73%;
}

.news-page .news-list .item .hover-box {
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 65.73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-page .news-list .item .hover-box .box {
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-page .news-list .item .news-data {
  margin-top: -18px;
  padding: 0 45px 0 25px;
  position: relative;
  z-index: 10;
}

.news-page .news-list .item .news-data .news-tag {
  background: #8cc63f;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  min-width: 100px;
}

.news-page .news-list .item .news-data .news-tit {
  margin-top: 15px;
  line-height: 1.4;
}

.news-page .news-list .item .news-data .text {
  margin-top: 10px;
  color: #6C6E70;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  max-height: 78px;
}

.news-page .news-list .item .news-data .bom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-page .news-list .item .news-data .bom .icon-arrow img {
  display: block;
}

.news-page .news-list .item:hover .hover-box {
  opacity: 1;
  visibility: visible;
}

.news-page .news-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

.news-page .news-more .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6C6E70;
}

.news-page .news-more .more-btn .icon-plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #8cc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.news-page .news-more .more-btn .icon-plus img {
  display: block;
}

.news-page .news-more .more-btn .word {
  padding-left: 13px;
}

.news-page .news-more .more-btn:hover {
  color: #8cc63f;
}

.news-page .news-more .more-btn:hover .icon-plus {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .news-page {
    padding: 0 20px 80px 20px;
  }
  .news-page .news-list .item {
    padding: 30px 20px 20px 20px;
  }
  .news-page .news-list .item .news-data {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .news-page {
    padding: 0 10px 80px 10px;
  }
  .news-page .news-list .item {
    padding: 30px 10px 20px 10px;
  }
}

@media (max-width: 576px) {
  .news-page {
    padding: 0 10px 50px 10px;
  }
  .news-page .news-list .item .news-data {
    padding: 0 15px;
  }
  .news-page .news-more {
    margin-top: 25px;
  }
  .news-page .news-more .more-btn .icon-plus {
    width: 40px;
    height: 40px;
  }
}

.wp[data-id="news-in"] .page-banner .banner-bg {
  position: static;
}

.wp[data-id="news-in"] .page-inner {
  padding-top: 0;
}

.news-in-page {
  max-width: 1190px;
  padding: 0 20px 30px 20px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -65px;
}

.news-in-page .share-box {
  width: 75px;
}

.news-in-page .share-box .box {
  background: #8cc63f;
  width: 100%;
  padding: 20px 10px 0 10px;
}

.news-in-page .share-box .box .word {
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.news-in-page .share-box .box .icon {
  display: block;
  padding-bottom: 24px;
}

.news-in-page .share-box .box .icon svg {
  display: block;
  margin: 0 auto;
}

.news-in-page .share-box .box .icon svg path, .news-in-page .share-box .box .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.news-in-page .share-box .box .icon.print {
  border-top: 1px solid #B3DE7A;
  padding-top: 18px;
  padding-bottom: 17px;
}

.news-in-page .share-box .box .icon:hover svg path, .news-in-page .share-box .box .icon:hover svg rect {
  fill: #D5E7BD !important;
}

.news-in-page .new-data {
  margin-left: 15px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 62px 70px 0 70px;
  max-width: 1060px;
  width: calc(100% - 90px);
}

.news-in-page .new-data .new-tag {
  color: #8cc63f;
  padding: 0 15px;
  margin-left: 15px;
  border-left: 1px solid #CBCBCB;
  line-height: 17px;
  display: inline-block;
}

.news-in-page .new-data .title {
  margin-top: 8px;
  letter-spacing: 0.1em;
}

.news-in-page .file-box {
  width: 100%;
  padding-bottom: 30px;
}

.news-in-page .file-box .slider {
  border: 1px solid #eee;
  position: relative;
}

.news-in-page .file-box .slider:after {
  content: '';
  height: 90px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #eee;
}

.news-in-page .file-box .slider .item {
  padding: 22px 55px 20px 35px;
  width: 50%;
  float: left;
}

.news-in-page .file-box .slider .item .icon {
  width: 86px;
  float: left;
}

.news-in-page .file-box .slider .item .icon .box {
  position: relative;
  width: 76px;
  height: 90px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: block;
  padding-top: 18px;
}

.news-in-page .file-box .slider .item .icon .box .type {
  height: 28px;
  line-height: 32px;
  border-radius: 0 15px 15px 0;
  color: #fff;
  width: 55px;
  text-align: center;
}

.news-in-page .file-box .slider .item .icon .box .icon-file {
  padding-top: 8px;
  padding-left: 13px;
}

.news-in-page .file-box .slider .item .icon .box .icon-file svg {
  display: block;
}

.news-in-page .file-box .slider .item .icon .box .icon-arrow {
  position: absolute;
  background: #fff;
  right: -9px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-in-page .file-box .slider .item .file-data {
  display: block;
  float: left;
  width: calc(100% - 86px);
  padding-left: 24px;
}

.news-in-page .file-box .slider .item .file-data .file-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  max-height: 56px;
}

.news-in-page .file-box .slider .item .file-data .file-size {
  margin-top: 12px;
}

.news-in-page .file-box .slider .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-in-page .file-box .slider .item a span {
  display: block;
}

.news-in-page .file-box .slider .item a:hover {
  color: #8cc63f;
}

.news-in-page .file-box .slider .slick-dots {
  bottom: -25px;
}

@media (max-width: 992px) {
  .news-in-page .file-box .slider .item {
    padding: 20px;
  }
  .news-in-page .file-box .slider .item .file-data {
    padding-left: 15px;
  }
}

@media (max-width: 900px) {
  .news-in-page .file-box .slider:after {
    display: none;
  }
  .news-in-page .file-box .slider .item {
    padding: 22px 55px 20px 35px;
  }
}

@media (max-width: 768px) {
  .news-in-page .share-box {
    width: 60px;
  }
  .news-in-page .new-data {
    margin-left: 10px;
    width: calc(100% - 70px);
    padding: 35px 30px 0 30px;
  }
}

@media (max-width: 576px) {
  .news-in-page {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: -45px;
  }
  .news-in-page .share-box {
    width: 100%;
    height: 45px;
  }
  .news-in-page .share-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .news-in-page .share-box .box .word {
    padding-bottom: 0;
    padding-right: 22px;
  }
  .news-in-page .share-box .box .icon {
    padding-bottom: 0;
    padding-right: 22px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-in-page .share-box .box .icon.print {
    border-top: 0;
    padding: 0 0 0 22px;
    margin-top: 0;
    border-left: 1px solid #B3DE7A;
  }
  .news-in-page .new-data {
    width: 100%;
    margin-left: 0;
    padding: 35px 5px 0 5px;
  }
  .news-in-page .file-box .slider .item {
    padding: 22px 25px 20px 25px;
  }
}

.new-editor {
  padding: 28px 0 40px 0;
}

.new-editor .text {
  line-height: 1.67em;
  padding-bottom: 40px;
}

.new-editor .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.new-editor .img-group .pic {
  width: calc(50% - 1px);
}

.new-editor .paragraph {
  display: block;
  padding-bottom: 15px;
}

@media (max-width: 576px) {
  .new-editor {
    padding: 20px 0 30px 0;
  }
  .new-editor .text {
    padding-bottom: 25px;
  }
  .new-editor .img-group {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-editor .img-group .pic {
    width: 100%;
    margin-bottom: 2px;
  }
}

.news-link .link-title {
  padding-left: 55px;
  padding-bottom: 25px;
}

.news-link .item {
  width: calc(100% / 3);
}

.news-link .item a {
  display: block;
  position: relative;
  color: #fff;
  height: 310px;
}

.news-link .item a span {
  display: block;
}

.news-link .item a .link-data {
  padding: 43px 35px 0 52px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(42, 42, 42, 0.4);
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.news-link .item a .link-data .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-link .item a .link-data .box .tag {
  color: #fff;
  background: #8cc63f;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  text-align: center;
  min-width: 80px;
  margin-right: 15px;
}

.news-link .item a .link-data .box .date {
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.news-link .item a .link-data .tit {
  margin-top: 10px;
  max-width: 440px;
  line-height: 30px;
}

.news-link .item a:hover .link-data {
  background-color: rgba(42, 42, 42, 0.2);
}

@media (max-width: 1200px) {
  .news-link .link-title {
    padding-left: 20px;
    padding-bottom: 25px;
  }
  .news-link .item a .link-data {
    padding: 30px 25px 0 25px;
  }
}

@media (max-width: 800px) {
  .news-link .item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .news-link .item a {
    height: 60vw;
    max-height: 280px;
  }
  .news-link .item a .link-data {
    padding: 30px 25px 0 25px;
  }
  .news-link .item a .link-data .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
  }
}

@media print {
  #header .top-box {
    display: none;
  }
  .page-banner {
    display: none;
  }
  .news-in-page .share-box, .news-in-page .file-box, .news-link, .footer {
    display: none;
  }
}

.act-script-box {
  max-width: 820px;
  margin: 0 auto;
}

.act-script-box .act-title {
  color: #8cc63f;
  text-align: center;
}

.act-script-box .act-script {
  padding-top: 20px;
  text-align: center;
}

.activity-page {
  padding-bottom: 135px;
  padding-top: 70px;
}

@media (max-width: 992px) {
  .activity-page {
    padding-bottom: 85px;
  }
}

@media (max-width: 576px) {
  .activity-page {
    padding-bottom: 55px;
    padding-top: 35px;
  }
}

.act-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 170px;
}

.act-section .act-pic {
  width: 62%;
  max-width: 993px;
  margin-bottom: 35px;
  margin-left: 0;
  height: 660px;
}

.act-section .act-data {
  width: 48.75%;
  max-width: 780px;
  margin: 0 0 0 -170px;
  position: relative;
  padding: 65px 55px 0 115px;
  background: #fff;
}

.act-section .act-data:before {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 88.5%;
  bottom: 0;
  left: -34px;
  background: rgba(140, 198, 63, 0.9);
}

.act-section .act-data .box {
  background: #fff;
  width: 100%;
  position: relative;
}

.act-section .act-data .box .share-box {
  position: absolute;
  width: 64px;
  right: -10px;
  top: 80px;
  z-index: 10;
}

.act-section .act-data .box .share-box .share-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.act-section .act-data .box .share-box .share-btn svg path, .act-section .act-data .box .share-box .share-btn svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.act-section .act-data .box .share-box .share-btn:hover svg path, .act-section .act-data .box .share-box .share-btn:hover svg rect {
  fill: #8cc63f !important;
}

.act-section .act-data .box .share-box .share-list {
  position: relative;
  padding-top: 15px;
  display: none;
}

.act-section .act-data .box .share-box .share-list:before {
  content: '';
  display: block;
  width: 12px;
  height: 5px;
  border-color: transparent transparent #8cc63f transparent;
  border-width: 0 6px 5px 6px;
  border-style: solid;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
}

.act-section .act-data .box .share-box .share-list .list-box {
  background: #8cc63f;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  position: relative;
}

.act-section .act-data .box .share-box .share-list .list-box .word {
  color: #fff;
  padding-bottom: 25px;
  display: inline-block;
  text-align: center;
}

.act-section .act-data .box .share-box .share-list .list-box a {
  padding-bottom: 25px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.act-section .act-data .box .share-box .share-list .list-box a svg path, .act-section .act-data .box .share-box .share-list .list-box a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.act-section .act-data .box .share-box .share-list .list-box a:hover svg path, .act-section .act-data .box .share-box .share-list .list-box a:hover svg rect {
  fill: #D5E7BD !important;
}

.act-section .act-data .en {
  letter-spacing: normal;
}

.act-section .act-data .en span {
  display: inline-block;
  line-height: 1em;
}

.act-section .act-data .en .tit:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #000;
  margin: 0 5px;
}

.act-section .act-data .title {
  color: #8cc63f;
  line-height: 1.375em;
  padding-top: 25px;
}

.act-section .act-data .script {
  padding-top: 20px;
  line-height: 1.67em;
}

.act-section .act-data .act-ul {
  padding: 17px 0 0 0;
  margin: 0;
}

.act-section .act-data .act-ul li {
  line-height: 1.67;
  padding-left: 13px;
  position: relative;
}

.act-section .act-data .act-ul li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #8cc63f;
  position: absolute;
  left: 0;
  top: 13px;
}

.act-section .act-data .list-data {
  margin-top: 40px;
}

.act-section .act-data .list-data .col .img {
  width: 63px;
  height: 63px;
  display: block;
}

.act-section .act-data .list-data .col .img img {
  height: auto;
  width: auto;
  max-height: 63px;
}

.act-section .act-data .list-data .col .tag {
  padding-top: 15px;
}

.act-section .act-data .list-data .col .word {
  padding-top: 5px;
  line-height: 1.33em;
  letter-spacing: normal;
}

.act-section .act-data .list-data .col:nth-last-of-type(1) {
  min-width: 240px;
}

.act-section .act-data .readmore {
  margin-top: 80px;
}

.act-section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.act-section:nth-of-type(even) .act-pic {
  margin-left: -170px;
}

.act-section:nth-of-type(even) .act-data {
  margin: 0;
  padding: 50px 100px 0 75px;
}

.act-section:nth-of-type(even) .act-data:before {
  right: -34px;
  left: auto;
}

.act-section:nth-last-of-type(1) {
  padding-bottom: 0px;
}

@media (max-width: 1450px) {
  .act-section .act-data {
    padding: 65px 55px 0 55px !important;
  }
}

@media (max-width: 1250px) {
  .act-section .act-data {
    margin: 0 0 0 -15%;
    width: 53%;
    min-width: 560px;
  }
}

@media (max-width: 992px) {
  .act-section {
    padding-bottom: 100px;
  }
  .act-section .act-pic {
    width: 80%;
    height: 660px;
    margin-bottom: 150px;
  }
  .act-section .act-data {
    margin-left: calc(20% - 560px);
    padding: 40px 35px 0 35px !important;
  }
  .act-section .act-data .box .share-box {
    top: 65px;
  }
  .act-section:nth-of-type(even) .act-pic {
    margin-left: calc(20% - 560px);
  }
}

@media (max-width: 768px) {
  .act-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .act-section .act-pic {
    width: 100% !important;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 66.46%;
  }
  .act-section .act-data {
    margin: -45px auto 0 auto !important;
    width: 100% !important;
    padding: 20px 20px 0 20px !important;
    background: transparent;
    min-width: 100%;
  }
  .act-section .act-data:before {
    width: 100%;
    height: 66px;
    top: 0;
    left: 0 !important;
    right: auto !important;
  }
  .act-section .act-data .box {
    padding: 40px 35px 0 35px;
  }
  .act-section .act-data .box .share-box {
    top: 107px;
  }
  .act-section .act-data .list-data .col:nth-of-type(1) {
    max-width: 130px;
  }
  .act-section .act-data .list-data .col:nth-of-type(2) {
    max-width: 120px;
  }
  .act-section .act-data .list-data .col:nth-last-of-type(1) {
    min-width: auto;
  }
  .act-section:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .act-section:nth-of-type(even) .act-pic {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .act-section {
    padding-bottom: 55px;
  }
  .act-section .act-data .title {
    padding-right: 25px;
  }
  .act-section .act-data .box {
    padding: 30px 20px 0 20px;
  }
  .act-section .act-data .box .share-box {
    top: 90px;
    width: 55px;
  }
  .act-section .act-data .box .share-box .share-list .list-box {
    padding-top: 15px;
  }
  .act-section .act-data .box .share-box .share-list .list-box .word, .act-section .act-data .box .share-box .share-list .list-box a {
    padding-bottom: 15px;
  }
  .act-section .act-data .act-ul li:before {
    top: 11px;
  }
  .act-section .act-data .list-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .act-section .act-data .list-data .col {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .act-section .act-data .list-data .col .img {
    width: 55px;
    height: 55px;
  }
  .act-section .act-data .list-data .col .img img {
    max-height: 55px;
  }
  .act-section .act-data .list-data .col .text {
    padding-left: 25px;
  }
  .act-section .act-data .list-data .col .tag {
    padding-top: 0;
  }
  .act-section .act-data .list-data .col:nth-of-type(n) {
    max-width: 100% !important;
    min-width: 100%;
  }
  .act-section .act-data .list-data .col:nth-last-of-type(1) {
    min-width: 100%;
    padding-bottom: 0;
  }
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fc-day-header {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
  text-transform: uppercase;
}

.fc-icon-right-single-arrow:after {
  content: ">";
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans TC",sans-serif;
}

.fc-icon-left-single-arrow:after {
  content: "<";
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans TC",sans-serif;
}

.fc-prev-button, .fc-next-button {
  border-radius: 0 !important;
}

.fc-center h2 {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.fc-state-default.fc-corner-right, .fc-state-default.fc-corner-left {
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fc-state-default:hover .fc-icon:after {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.fc-widget-content {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.fc-row .fc-content-skeleton {
  padding-bottom: 0;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  text-align: center;
}

/*datepicker*/
.ui-datepicker-header {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0 23px 0;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  position: absolute;
  top: 10px;
}

.ui-datepicker-prev {
  left: 25px;
}

.ui-datepicker-next {
  right: 25px;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Epilogue','Noto Sans TC', sans-serif !important;
}

.ui-datepicker-year:after {
  content: "年 -";
  display: inline;
}

.ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
  font-family: 'Epilogue','Noto Sans TC', sans-serif !important;
}

.ui-datepicker-calendar th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  color: #000;
}

.ui-datepicker-calendar td {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 3px;
}

.ui-state-default {
  color: #000;
  position: relative;
  top: 3px;
}

.ui-state-default:hover {
  color: #8cc63f;
}

.ui-state-disabled .ui-state-default {
  color: #adadad;
}

.ui-state-disabled .ui-state-default:hover {
  color: #adadad;
}

.ui-datepicker-current-day .td-inner {
  border: 1px solid #8cc63f;
}

.ui-datepicker-current-day .td-inner .ui-state-default, .ui-datepicker-current-day .td-inner .ui-state-active {
  color: #8cc63f;
}

.td-inner {
  height: 46px;
  line-height: 44px;
  width: 46px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-datepicker-other-month .td-inner .ui-state-default {
  color: #adadad !important;
  display: inline-block;
}

.ui-datepicker-unselectable .td-inner .ui-state-default, .ui-state-disabled .td-inner .ui-state-default {
  color: #adadad !important;
}

.ui-datepicker-today .td-inner {
  background: #8cc63f;
  border: 1px solid #8cc63f;
}

.ui-datepicker-today .td-inner .ui-state-default {
  color: #fff !important;
}

@media (max-width: 840px) {
  .td-inner {
    width: 100%;
    max-width: 46px;
  }
}

@media (max-width: 576px) {
  .td-inner {
    height: 40px;
    line-height: 38px;
    max-width: 40px;
  }
}

.reservation-page .step-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #8cc63f;
  margin-top: 45px;
}

.reservation-page .step-list .step {
  width: calc(100%/ 3);
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reservation-page .step-list .step:after {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  z-index: 5;
  border-color: transparent  transparent  transparent #fff;
  border-width: 29px 0 29px 30px;
  border-style: solid;
}

.reservation-page .step-list .step .word {
  display: inline-block;
  height: 58px;
  line-height: 56px;
}

.reservation-page .step-list .step .en {
  font-weight: bold;
}

.reservation-page .step-list .step.active {
  background: #8cc63f;
}

.reservation-page .step-list .step.active:after {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  z-index: 5;
  border-color: transparent transparent transparent #8cc63f;
  border-width: 29px 0 29px 30px;
  border-style: solid;
}

.reservation-page .step-list .step.active .word {
  color: #fff;
}

.reservation-page .step-list .step.active .en {
  font-weight: 500;
}

.reservation-page .step-list .step:nth-last-of-type(1):after {
  display: none;
}

.reservation-page .class-select .class-tit {
  padding-top: 10px;
}

.reservation-page .class-select .checkbox-group {
  padding-top: 26px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reservation-page .class-select .checkbox-group .check-btn {
  padding-right: 25px;
  min-width: 130px;
  padding-bottom: 15px;
}

.reservation-page .class-select .checkbox-group .check-btn:nth-last-of-type(1) {
  padding-right: 0;
}

.reservation-page .class-box {
  border: 1px solid #8cc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 30px 0;
}

.reservation-page .class-box .touch-device-show {
  display: none;
  padding: 10px 0 25px 0;
}

.reservation-page .class-box .class-calendar {
  padding: 0 30px 0 35px;
  width: 50%;
}

.reservation-page .class-box .class-select-data {
  border-left: 1px solid #8cc63f;
  padding: 0 50px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reservation-page .class-box .class-select-data .select-box {
  width: 100%;
}

.reservation-page .class-box .class-select-data .select-box .item {
  position: relative;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  position: relative;
  border-bottom: 1px solid #8cc63f;
  padding: 15px 0 15px 0;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit .word {
  width: calc(100% - 25px);
  display: inline-block;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit .icon {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit .icon.icon-plus {
  display: block;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit .icon.icon-minus {
  display: none;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit.active .icon.icon-plus {
  display: none;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit.active .icon.icon-minus {
  display: block;
}

.reservation-page .class-box .class-select-data .select-box .item .select-tit:hover {
  color: #8cc63f;
}

.reservation-page .class-box .class-select-data .select-box .item .data-box {
  position: absolute;
  border: 1px solid #8cc63f;
  width: 100%;
  z-index: 10;
  border-top: none;
  display: none;
}

.reservation-page .class-box .class-select-data .select-box .item .data-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F9EC;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  padding: 17px 25px 13px 25px;
  border-bottom: 1px solid #8cc63f;
}

.reservation-page .class-box .class-select-data .select-box .item .data-box .list:nth-last-of-type(1) {
  border-bottom: none;
}

.reservation-page .class-box .class-select-data .select-box .item .data-box .list span {
  display: inline-block;
}

.reservation-page .class-box .class-select-data .select-box .item .data-box .list:hover {
  background: #E8F2DC;
}

.reservation-page .class-box .class-select-data .select-box .item .field {
  width: calc(100% - 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: none;
  background: #F4F9EC;
}

.reservation-page .class-box .class-select-data .select-box .item .field button {
  width: 40px;
  border: none;
  background: none;
  margin: 0;
  outline: none;
  cursor: pointer;
  line-height: 56px;
  height: 58px;
}

.reservation-page .class-box .class-select-data .select-box .item .field input.amount {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  height: 58px;
  line-height: 56px;
  text-align: center;
  border: none;
  border-radius: none;
  background: #F4F9EC;
}

.reservation-page .class-box .class-select-data .green-btn {
  width: 100%;
}

.reservation-page .reservation-notice {
  padding: 45px 0 105px 0;
}

.reservation-page .reservation-notice .notice {
  margin: 15px 0 0 20px;
  padding: 0;
}

.reservation-page .reservation-notice .notice li {
  line-height: 1.85;
}

.reservation-page .select-data {
  padding: 25px 0 35px 0;
}

.reservation-page .select-data .data-table {
  padding: 9px 0;
}

.reservation-page .select-data .data-table table td {
  padding: 7px 0;
}

.reservation-page .select-data .data-table table td.data {
  padding-left: 35px;
}

.reservation-page .select-data .data-table table td.data .time {
  padding-left: 10px;
}

.reservation-page .select-data .data-table.finished table {
  table-layout: fixed;
  width: 100%;
}

.reservation-page .select-data .data-table.finished table td.data {
  padding-left: 0px;
}

.reservation-page .select-data .data-table.finished table td:nth-of-type(odd) {
  width: 180px;
}

.reservation-page .select-data .data-table.finished table td:nth-of-type(2) {
  width: calc(100% - 640px);
  padding-right: 15px;
}

.reservation-page .select-data .data-table.finished table td:nth-of-type(4) {
  width: 340px;
}

.reservation-page .form-zoom {
  border-top: 1px solid #E3E3E3;
  padding: 40px 0;
}

.reservation-page .form-zoom .alert-note {
  padding-top: 10px;
}

.reservation-page .form-zoom .form-box .row {
  margin-left: -11px;
  margin-right: -11px;
}

.reservation-page .form-zoom .form-box .row .col {
  padding: 0 11px 15px 11px;
}

.reservation-page .form-zoom .form-box .form-tit {
  padding: 20px 0 10px 3px;
}

.reservation-page .form-zoom .check-data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reservation-page .form-zoom .check-data {
  width: 68%;
  max-width: 780px;
}

.reservation-page .form-zoom .check-data .check-btn {
  padding-top: 18px;
}

.reservation-page .form-zoom .check-data .check-btn input[type=checkbox] + label, .reservation-page .form-zoom .check-data .check-btn input[type=radio] + label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reservation-page .form-zoom .check-data .check-btn input[type=checkbox] + label .icon-ok, .reservation-page .form-zoom .check-data .check-btn input[type=radio] + label .icon-ok {
  top: 3px;
  min-width: 22px;
}

.reservation-page .form-zoom .techmarks {
  padding: 22px 0 0 70px;
}

.reservation-page .form-zoom .join-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 15px;
}

.reservation-page .form-zoom .join-data .item {
  width: calc(100% / 3);
  margin: 50px 0 0 0;
  padding: 0 13px;
}

.reservation-page .form-zoom .join-data .item .data {
  padding: 20px 15px 20px 30px;
  position: relative;
  border: 1px solid #E3E3E3;
}

.reservation-page .form-zoom .join-data .item .data .tit {
  background: #fff;
  width: 100px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 17px;
}

.reservation-page .form-zoom .join-data .item .data .row {
  margin: 0;
}

.reservation-page .form-zoom .join-data .item .data .row .col {
  padding: 8px 0;
}

.reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(1) {
  min-width: 175px;
}

.reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(2) {
  padding: 11px 0 5px 0;
  width: calc(100% - 175px);
}

.reservation-page .form-zoom .join-data .item:nth-of-type(1), .reservation-page .form-zoom .join-data .item:nth-of-type(2), .reservation-page .form-zoom .join-data .item:nth-of-type(3) {
  margin-top: 0;
}

.reservation-page .form-zoom .notice-data {
  padding: 15px 0 25px 20px;
  margin: 0;
}

.reservation-page .form-zoom .notice-data li {
  line-height: 1.67;
}

.reservation-page .sendbtn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 120px 0;
}

.reservation-page .sendbtn-box .gray-btn, .reservation-page .sendbtn-box .green-btn {
  margin: 0 10px;
}

.reservation-page .sendbtn-box.three-btns .lightgreen-btn {
  margin: 0 10px;
}

@media (max-width: 1150px) {
  .reservation-page .form-zoom .join-data .item .data {
    padding: 20px 15px;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(1) {
    min-width: 150px;
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  .reservation-page .select-data .data-table.finished table td:nth-of-type(1) {
    width: 170px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(3) {
    width: 130px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(even) {
    width: calc(50% - 150px);
  }
  .reservation-page .select-data .data-table.finished table td.data .time {
    display: block;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .reservation-page .class-box .class-select-data {
    padding: 0 30px;
  }
  .reservation-page .form-zoom .check-data-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation-page .form-zoom .check-data {
    width: 100%;
    max-width: 100%;
  }
  .reservation-page .form-zoom .techmarks {
    padding: 35px 0 0 0;
    margin: 0 auto;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(1) {
    padding-right: 0;
    min-width: 135px;
  }
}

@media (max-width: 920px) {
  .reservation-page .form-zoom .join-data .item {
    width: 50%;
  }
  .reservation-page .form-zoom .join-data .item:nth-of-type(3) {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .reservation-page .step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  .reservation-page .step-list .step {
    width: 100%;
    padding-bottom: 25px;
  }
  .reservation-page .step-list .step:after {
    border-width: 15px 20px 0 20px;
    border-color: #fff transparent  transparent  transparent;
    position: relative;
    right: auto;
    top: auto;
    margin: -1px auto 0 auto;
  }
  .reservation-page .step-list .step:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 23px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
    border-width: 17px 22px 0 22px;
    border-color: #8cc63f transparent transparent transparent;
    border-style: solid;
    position: absolute;
  }
  .reservation-page .step-list .step .word {
    background: #fff;
    width: 350px;
    border: 1px solid #8cc63f;
  }
  .reservation-page .step-list .step.active {
    background: #fff;
    padding-bottom: 10px;
  }
  .reservation-page .step-list .step.active .word {
    background: #8cc63f;
    border: 1px solid #8cc63f;
  }
  .reservation-page .step-list .step.active:after {
    position: relative;
    right: auto;
    top: auto;
    border-color: #8cc63f transparent transparent transparent;
    border-width: 15px  20px 0 20px;
    margin: 0 auto;
  }
  .reservation-page .step-list .step:nth-last-of-type(1):before {
    display: none;
  }
  .reservation-page .class-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation-page .class-box .class-calendar {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 30px 35px 35px;
  }
  .reservation-page .class-box .class-select-data {
    width: calc(100% - 60px);
    border-left: none;
    border-top: 1px solid #8cc63f;
    padding: 0;
    margin: 0 auto;
  }
  .reservation-page .class-box .class-select-data .green-btn {
    margin-top: 80px;
  }
  .reservation-page .reservation-notice {
    padding: 45px 0 80px 0;
  }
  .reservation-page .sendbtn-box {
    padding: 0 0 80px 0;
  }
  .reservation-page .sendbtn-box.three-btns .gray-btn, .reservation-page .sendbtn-box.three-btns .green-btn, .reservation-page .sendbtn-box.three-btns .lightgreen-btn {
    margin: 0 5px;
    width: 150px;
  }
  .reservation-page .select-data .data-table.finished table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation-page .select-data .data-table.finished table td {
    display: block;
  }
  .reservation-page .select-data .data-table.finished table td.data .time {
    display: inline-block;
    padding-left: 10px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(odd) {
    width: 170px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(even) {
    width: calc(100% - 170px);
    padding: 10px 0 4px 0;
  }
}

@media (max-width: 630px) {
  .reservation-page .form-zoom .join-data {
    margin-left: -10px;
    margin-right: -10px;
  }
  .reservation-page .form-zoom .join-data .item {
    margin: 45px 0 0 0;
    padding: 0 10px;
  }
  .reservation-page .form-zoom .join-data .item .data {
    padding: 15px;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(n) {
    min-width: 100%;
    padding: 5px 0 0 0;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(2) {
    padding: 0;
  }
  .reservation-page .form-zoom .join-data .item:nth-of-type(3) {
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .reservation-page .step-list .step:after {
    border-width: 10px 15px 0 15px;
  }
  .reservation-page .step-list .step .word {
    width: 100%;
    height: 48px;
    line-height: 46px;
  }
  .reservation-page .step-list .step:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 23px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
    border-width: 12px 17px 0 17px;
    border-color: #8cc63f transparent transparent transparent;
    border-style: solid;
    position: absolute;
  }
  .reservation-page .step-list .step.active:after {
    border-width: 10px 15px 0 15px;
  }
  .reservation-page .class-select .checkbox-group .check-btn {
    min-width: 140px;
  }
  .reservation-page .class-box {
    padding: 25px 0;
  }
  .reservation-page .class-box .class-calendar {
    padding: 0 10px 35px 10px;
  }
  .reservation-page .class-box .class-select-data {
    width: calc(100% - 40px);
  }
  .reservation-page .class-box .class-select-data .select-box .item .select-tit {
    padding: 10px 0;
  }
  .reservation-page .class-box .class-select-data .select-box .item .data-box .list {
    padding: 12px 20px 8px 20px;
  }
  .reservation-page .class-box .class-select-data .select-box .item .field button, .reservation-page .class-box .class-select-data .select-box .item .field input.amount {
    line-height: 43px;
    height: 45px;
  }
  .reservation-page .reservation-notice {
    padding: 35px 0 55px 0;
  }
  .reservation-page .form-zoom .form-box .row {
    margin: 0;
  }
  .reservation-page .form-zoom .form-box .row .col {
    min-width: 100%;
    padding: 0 0 20px 0;
  }
  .reservation-page .form-zoom .join-data {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 0;
  }
  .reservation-page .form-zoom .join-data .item {
    width: calc(50% - 10px);
    margin: 45px 5px 0 5px;
  }
  .reservation-page .form-zoom .notice-data {
    padding: 15px 0 0 20px;
  }
  .reservation-page .select-data {
    padding: 15px 0 20px 0;
  }
  .reservation-page .select-data .data-table table td:nth-of-type(1) {
    min-width: 135px;
  }
  .reservation-page .select-data .data-table table td.data {
    padding-left: 15px;
  }
  .reservation-page .select-data .data-table.finished table td {
    padding: 5px 0;
  }
  .reservation-page .select-data .data-table.finished table td.data .time {
    display: block;
    padding-left: 0px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(odd) {
    width: 140px;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(even) {
    width: calc(100% - 140px);
    padding: 7px 0 3px 0;
  }
  .reservation-page .sendbtn-box {
    padding: 0 0 55px 0;
  }
}

@media (max-width: 450px) {
  .reservation-page .select-data .data-table table td.data .time {
    display: block;
    padding-left: 0;
  }
  .reservation-page .sendbtn-box.three-btns .gray-btn, .reservation-page .sendbtn-box.three-btns .green-btn, .reservation-page .sendbtn-box.three-btns .lightgreen-btn {
    margin: 0 2.5px;
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 350px) {
  .reservation-page .select-data .data-table.finished table td:nth-of-type(odd) {
    width: 100%;
  }
  .reservation-page .select-data .data-table.finished table td:nth-of-type(even) {
    width: 100%;
  }
  .reservation-page .select-data .data-table.finished table td.data .time {
    display: inline-block;
  }
  .reservation-page .form-zoom .join-data .item:nth-of-type(n) {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .reservation-page .form-zoom .join-data .item + .item {
    padding-top: 25px;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(n) {
    min-width: auto;
    width: auto;
  }
  .reservation-page .form-zoom .join-data .item .data .row .col:nth-of-type(n):nth-of-type(2) {
    padding-top: 5px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .reservation-page .sendbtn-box.three-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation-page .sendbtn-box.three-btns .gray-btn, .reservation-page .sendbtn-box.three-btns .green-btn, .reservation-page .sendbtn-box.three-btns .lightgreen-btn {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media print {
  .reservation-page .sendbtn-box {
    display: none;
  }
}

.search-calendar-box {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 20px 115px 20px;
}

.search-calendar-box .calendar-box {
  background: #F4F9EC;
  border: 1px solid #8cc63f;
  border-radius: 0 39px;
  padding: 68px 100px 48px 100px;
}

.search-calendar-box .calendar-box .fc-day-header {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  border: none;
}

.search-calendar-box .calendar-box .fc-day-header span {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-right: 1px solid #8cc63f;
}

.search-calendar-box .calendar-box .fc-day-header:nth-last-of-type(1) span {
  border-right: none;
}

.search-calendar-box .calendar-box .fc-basic-view .fc-body .fc-row {
  min-height: 205px;
}

.search-calendar-box .calendar-box .fc-center h2 {
  font-size: 34px;
  font-weight: bold;
}

.search-calendar-box .calendar-box .fc-toolbar {
  margin-bottom: 28px;
}

.search-calendar-box .calendar-box .fc-state-default:hover .fc-icon:after {
  color: #8cc63f;
}

.search-calendar-box .calendar-box .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-top: 2px;
}

.search-calendar-box .calendar-box .fc-unthemed .fc-today {
  background: none;
}

.search-calendar-box .calendar-box .fc-unthemed .fc-today .fc-day-number {
  background: #8cc63f;
  color: #fff;
}

.search-calendar-box .calendar-box .fc-day-grid-event {
  background: none;
  border: none;
}

.search-calendar-box .calendar-box .fc-day-grid-event .fc-content {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  color: #6C6E70;
  line-height: 1.33;
  letter-spacing: normal;
  white-space: normal;
}

.search-calendar-box .calendar-box .fc-day-grid-event .fc-content:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8cc63f;
  position: absolute;
  left: 8px;
  top: 5px;
}

.search-calendar-box .calendar-box .fc-day-grid-event .fc-time {
  font-family: 'Epilogue',sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 600;
}

.search-calendar-box .calendar-box .fc-head-container {
  border: none;
}

.search-calendar-box .calendar-box .fc-widget-header {
  border: none;
}

.search-calendar-box .calendar-box .fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}

.search-calendar-box .calendar-box .fc-unthemed .fc-content, .search-calendar-box .calendar-box .fc-unthemed .fc-divider, .search-calendar-box .calendar-box .fc-unthemed .fc-list-heading td, .search-calendar-box .calendar-box .fc-unthemed .fc-list-view, .search-calendar-box .calendar-box .fc-unthemed .fc-popover, .search-calendar-box .calendar-box .fc-unthemed .fc-row, .search-calendar-box .calendar-box .fc-unthemed tbody, .search-calendar-box .calendar-box .fc-unthemed td {
  border-color: #8cc63f;
  border-bottom: none;
}

.search-calendar-box .calendar-box .fc-unthemed td:nth-last-of-type(1) {
  border-right: none;
}

.search-calendar-box .calendar-box .fc-unthemed td:nth-of-type(1) {
  border-left: none;
}

.search-calendar-box .calendar-box .fc-highlight {
  background: #E8F2DC;
  opacity: 1;
}

.search-calendar-box .calendar-box .fc-unthemed .fc-popover .fc-header {
  background: #8cc63f;
}

.search-calendar-box .calendar-box .fc-row.fc-widget-header {
  border-bottom: 2px solid #8cc63f;
}

.search-calendar-box .calendar-box .fc-ltr .fc-popover .fc-header .fc-title {
  color: #fff;
}

.search-calendar-box .calendar-box .fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 6px;
  color: #fff;
}

.search-calendar-box .calendar-box .fc-more-popover .fc-event-container {
  border-bottom: 1px solid #8cc63f;
}

.search-calendar-box .calendar-box a.fc-more {
  color: #6C6E70;
}

.search-calendar-box .calendar-box a.fc-more:hover {
  color: #8cc63f;
  font-size: 15px;
}

@media (max-width: 1300px) {
  .search-calendar-box .calendar-box {
    padding: 68px 3vw 48px 3vw;
  }
}

@media (max-width: 992px) {
  .search-calendar-box .calendar-box {
    padding: 60px 20px 45px 20px;
  }
  .search-calendar-box .calendar-box .fc-basic-view .fc-body .fc-row {
    min-height: 150px;
  }
  .search-calendar-box .calendar-box .fc-day-grid-event .fc-content {
    padding-left: 10px;
  }
  .search-calendar-box .calendar-box .fc-day-grid-event .fc-content:before {
    left: 3px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .search-calendar-box .calendar-box .fc-basic-view .fc-body .fc-row {
    min-height: 150px;
  }
  .search-calendar-box .calendar-box .fc-center h2 {
    font-family: 'Epilogue','Noto Sans TC', sans-serif;
    font-size: 26px;
    font-weight: bold;
  }
  .search-calendar-box .calendar-box .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 16px;
  }
  .search-calendar-box .calendar-box .fc-day-grid-event .fc-time, .search-calendar-box .calendar-box .fc-day-grid-event .fc-content {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .search-calendar-box {
    padding: 40px 10px 55px 10px;
  }
  .search-calendar-box .calendar-box {
    padding: 30px 10px 45px 10px;
    border-radius: 0 15px;
  }
  .search-calendar-box .calendar-box .fc-day-header {
    padding-bottom: 10px;
  }
  .search-calendar-box .calendar-box .fc-toolbar {
    margin-bottom: 15px;
  }
  .search-calendar-box .calendar-box .fc-center h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .search-calendar-box .calendar-box .fc-list-heading-main, .search-calendar-box .calendar-box .fc-list-heading-alt {
    color: #fff;
    font-size: 15px;
  }
  .search-calendar-box .calendar-box .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    width: 28px;
    height: 28px;
    margin: 3px auto;
  }
  .search-calendar-box .calendar-box .fc-basic-view .fc-body .fc-row {
    min-height: 135px;
  }
  .search-calendar-box .calendar-box .fc-icon-right-single-arrow:after, .search-calendar-box .calendar-box .fc-icon-left-single-arrow:after {
    font-size: 16px;
  }
  .search-calendar-box .calendar-box .fc-widget-header, .search-calendar-box .calendar-box .fc-event-dot {
    background: #8cc63f;
  }
  .search-calendar-box .calendar-box .fc-list-table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .search-calendar-box .calendar-box .fc-listWeek-view {
    border: none;
  }
  .search-calendar-box .calendar-box .fc-list-item-time, .search-calendar-box .calendar-box .fc-list-item-title {
    font-size: 15px;
  }
  .search-calendar-box .calendar-box .fc-list-item-title {
    padding-left: 10px;
  }
  .search-calendar-box .calendar-box .fc-list-item-marker {
    padding-right: 0;
  }
  .search-calendar-box .calendar-box .fc-list-item-marker .fc-event-dot {
    width: 5px;
    height: 5px;
    position: relative;
    top: -2px;
  }
  .search-calendar-box .calendar-box .fc-list-item:hover td {
    background: #E8F2DC;
  }
  .search-calendar-box .calendar-box .fc-unthemed .fc-list-empty {
    background: #E8F2DC;
    font-size: 16px;
  }
}

.gallery-content {
  padding-top: 30px;
  padding-bottom: 95px;
}

.gallery-content .gallery-nav {
  text-align: center;
}

.gallery-content .gallery-nav li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #dedede;
  line-height: 1;
  margin-bottom: 15px;
}

.gallery-content .gallery-nav li a {
  color: #000;
}

.gallery-content .gallery-nav li:nth-last-of-type(1) {
  border-right: 0;
}

.gallery-content .gallery-nav li.active a {
  color: #8cc63f;
  font-weight: bold;
}

.gallery-content .gallery-box {
  padding-top: 60px;
}

.gallery-content .photo-slider {
  min-height: 830px;
}

.gallery-content .photo-slider .item {
  width: 890px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery-content .photo-slider .item .box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery-content .photo-slider .item .box .pic {
  width: 68.2%;
  -webkit-transform: translate(11%, 24.5%);
          transform: translate(11%, 24.5%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery-content .photo-slider .item .box .pic:before {
  width: 90.5%;
  height: 95.2%;
}

.gallery-content .photo-slider .item .box .pic:after {
  height: 38%;
}

.gallery-content .photo-slider .item .box .text-box {
  opacity: 0;
  padding: 95px 0 0 0;
}

.gallery-content .photo-slider .item .box .text-box .tag {
  text-align: center;
}

.gallery-content .photo-slider .item .box .text-box .text {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  max-height: 90px;
}

.gallery-content .photo-slider .item.slick-current .box .pic {
  width: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery-content .photo-slider .item.slick-current .box .text-box {
  opacity: 1;
  -webkit-animation: fadeInDown 0.5s both 1s;
          animation: fadeInDown 0.5s both 1s;
}

.gallery-content .photo-slider .item.slick-current + .slick-slide .box .pic {
  width: 68.2%;
  -webkit-transform: translate(-11%, 24.5%);
          transform: translate(-11%, 24.5%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery-content .photo-slider .slick-list {
  padding: 0 calc(50% - 445px) !important;
}

.gallery-content .photo-slider .slick-next, .gallery-content .photo-slider .slick-prev {
  border: 2px solid #8cc63f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  top: 39.1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #8cc63f;
}

.gallery-content .photo-slider .slick-next {
  right: calc(50% - 555px);
}

.gallery-content .photo-slider .slick-prev {
  left: calc(50% - 565px);
}

.gallery-content .photo-slider .slick-dots {
  width: 100%;
  text-align: center;
  bottom: 25.1%;
}

.gallery-content .photo-slider .slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.gallery-content .photo-slider .slick-dots li button {
  background: #8cc63f;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  padding: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.gallery-content .photo-slider .slick-dots li.slick-active {
  width: 40px;
}

.gallery-content .photo-slider .slick-dots li.slick-active button {
  width: 40px;
}

@media (max-width: 1200px) {
  .gallery-content .photo-slider {
    min-height: 750px;
  }
  .gallery-content .photo-slider .slick-next {
    right: 50px;
  }
  .gallery-content .photo-slider .slick-prev {
    left: 50px;
  }
  .gallery-content .photo-slider .slick-list {
    padding: 0 150px !important;
  }
  .gallery-content .photo-slider .slick-dots {
    bottom: 190px;
  }
}

@media (max-width: 1100px) {
  .gallery-content .photo-slider {
    min-height: auto;
  }
  .gallery-content .photo-slider .item .box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .gallery-content .photo-slider .item .box .pic {
    -webkit-transform: translate(-2.5%, 5%);
            transform: translate(-2.5%, 5%);
    width: 90%;
  }
  .gallery-content .photo-slider .item.slick-current .box {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .gallery-content .photo-slider .item.slick-current + .slick-slide .box .pic {
    -webkit-transform: translate(2.5%, 5%);
            transform: translate(2.5%, 5%);
    width: 90%;
  }
  .gallery-content .photo-slider .slick-next, .gallery-content .photo-slider .slick-prev {
    top: 35%;
  }
  .gallery-content .photo-slider .slick-next {
    right: 20px;
  }
  .gallery-content .photo-slider .slick-prev {
    left: 20px;
  }
  .gallery-content .photo-slider .slick-list {
    padding: 0 100px !important;
  }
}

@media (max-width: 768px) {
  .gallery-content .photo-slider {
    min-height: auto;
  }
  .gallery-content .photo-slider .item .box .pic {
    width: calc(100% - 60px);
    -webkit-transform: translate(10px, 25px);
            transform: translate(10px, 25px);
  }
  .gallery-content .photo-slider .item.slick-current + .slick-slide .box .pic {
    -webkit-transform: translate(-10px, 25px);
            transform: translate(-10px, 25px);
  }
  .gallery-content .photo-slider .slick-next, .gallery-content .photo-slider .slick-prev {
    display: none !important;
  }
  .gallery-content .photo-slider .slick-list {
    padding: 0 35px !important;
  }
}

@media (max-width: 576px) {
  .gallery-content {
    padding-bottom: 20px;
  }
  .gallery-content .gallery-box {
    padding-top: 20px;
  }
  .gallery-content .gallery-nav li {
    padding: 0 10px;
  }
  .gallery-content .photo-slider .item .box .pic {
    -webkit-transform: translate(20px, 5%);
            transform: translate(20px, 5%);
  }
  .gallery-content .photo-slider .item .box .pic:before {
    top: -7px;
    left: -7px;
  }
  .gallery-content .photo-slider .item .box .pic:after {
    width: 8px;
    height: 100px;
    bottom: -12px;
  }
  .gallery-content .photo-slider .item .box .text-box {
    padding-top: 50px;
  }
  .gallery-content .photo-slider .item .box .text-box .text {
    -webkit-line-clamp: 4;
    line-height: 26px;
    height: 104px;
    max-height: 104px;
    margin-top: 10px;
  }
  .gallery-content .photo-slider .item.slick-current .box {
    -webkit-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }
  .gallery-content .photo-slider .item.slick-current + .slick-slide .box .pic {
    -webkit-transform: translate(-5px, 5%);
            transform: translate(-5px, 5%);
  }
  .gallery-content .photo-slider .slick-dots {
    bottom: 180px;
  }
}

.faq-page {
  padding-bottom: 100px;
}

.faq-page .page-title {
  color: #8cc63f;
  text-align: center;
}

@media (max-width: 576px) {
  .faq-page {
    padding-bottom: 35px;
  }
}

.faq-list {
  padding-top: 45px;
}

.faq-list .item {
  border-radius: 0 19px;
  border: 2px solid rgba(140, 198, 63, 0);
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-list .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 90px 28px 45px;
  position: relative;
  background: #F4F9EC;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.faq-list .item .question .tag {
  padding-right: 25px;
  color: #8cc63f;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  top: 3px;
}

.faq-list .item .question p {
  display: inline-block;
  line-height: 1.67em;
}

.faq-list .item .question .icon {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #8cc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-list .item .question .icon svg path, .faq-list .item .question .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.faq-list .item .question .icon-plus {
  opacity: 1;
  visibility: visible;
}

.faq-list .item .question .icon-minus {
  opacity: 0;
  visibility: hidden;
}

.faq-list .item .answer {
  display: none;
  background: #fff;
  padding: 35px 45px 35px 90px;
  position: relative;
}

.faq-list .item .answer .tag {
  color: #8cc63f;
  position: absolute;
  left: 45px;
  top: 38px;
  position: absolute;
  line-height: 1;
}

.faq-list .item .answer .content {
  line-height: 1.67;
  max-width: 980px;
}

.faq-list .item .answer .content ol.no-gutter {
  margin: 0 0 0 20px;
  padding: 0;
}

.faq-list .item .answer.active {
  display: block;
}

.faq-list .item.active {
  border: 2px solid #8cc63f;
}

.faq-list .item.active .question {
  background: #8cc63f;
}

.faq-list .item.active .question .tag {
  color: #fff;
}

.faq-list .item.active .question p {
  color: #fff;
}

.faq-list .item.active .question .icon {
  background: #fff;
}

.faq-list .item.active .question .icon svg path, .faq-list .item.active .question .icon svg rect {
  fill: #8cc63f !important;
}

.faq-list .item.active .question .icon-plus {
  opacity: 0;
  visibility: hidden;
}

.faq-list .item.active .question .icon-minus {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .faq-list .item .question {
    padding: 25px 70px 25px 25px;
  }
  .faq-list .item .question .tag {
    padding-right: 15px;
  }
  .faq-list .item .question .icon {
    right: 25px;
  }
  .faq-list .item .answer {
    padding: 25px 25px 25px 60px;
  }
  .faq-list .item .answer .tag {
    left: 25px;
    top: 28px;
  }
}

@media (max-width: 576px) {
  .faq-list {
    padding-top: 30px;
  }
  .faq-list .item {
    border-radius: 0 15px;
  }
  .faq-list .item .question {
    padding: 15px 50px 15px 20px;
  }
  .faq-list .item .question .icon {
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .faq-list .item .answer {
    padding: 20px 20px 20px 50px;
  }
  .faq-list .item .answer .tag {
    left: 20px;
    top: 24px;
  }
}

.tfc-text-box {
  text-align: center;
  padding-bottom: 55px;
}

.tfc-text-box .title {
  color: #8cc63f;
}

.tfc-text-box .subtit {
  padding-top: 25px;
}

.tfc-text-box .add {
  display: block;
  color: #000;
  line-height: 1.67em;
  padding-top: 10px;
}

.tfc-text-box .add:hover {
  color: #6C6E70;
}

.tfc-text-box .contact {
  line-height: 1.67em;
}

.tfc-text-box .contact a, .tfc-text-box .contact a[href^=tel] {
  color: #000;
}

.tfc-text-box .contact a:hover, .tfc-text-box .contact a[href^=tel]:hover {
  color: #6C6E70;
}

@media (max-width: 425px) {
  .tfc-text-box .subtit {
    max-width: 260px;
    margin: 0 auto;
  }
}

.tfc-zoom {
  background: #F4F9EC;
  position: relative;
}

.tfc-zoom:before {
  content: '';
  display: block;
  width: 589px;
  height: 0;
  border-width: 40px 62px 0 62px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.tfc-zoom .tfc-map-box {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  position: relative;
  top: -65px;
}

.tfc-zoom .tfc-map-box .tfc-car-icon {
  border: 3px solid #8cc63f;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0 auto;
}

.tfc-zoom .tfc-map-box .tfc-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

.tfc-zoom .tfc-map-box .tfc-data .col {
  width: 50%;
  padding: 0 55px;
}

.tfc-zoom .tfc-map-box .tfc-data .col .script {
  line-height: 1.67;
  padding-top: 5px;
}

.tfc-zoom .tfc-map-box .tfc-data .col + .col {
  border-left: 1px solid rgba(184, 205, 156, 0.5);
}

.tfc-zoom .tfc-map-box .map-img {
  padding: 90px 0 10px 0;
}

@media (max-width: 768px) {
  .tfc-zoom .tfc-map-box .tfc-data .col {
    padding: 0 30px;
  }
}

@media (max-width: 753px) {
  .tfc-zoom:before {
    width: calc(100% - 164px);
  }
}

@media (max-width: 576px) {
  .tfc-zoom:before {
    border-width: 30px 40px 0 40px;
    width: calc(100% - 120px);
  }
  .tfc-zoom .tfc-map-box {
    top: -45px;
  }
  .tfc-zoom .tfc-map-box .tfc-car-icon {
    width: 90px;
    height: 90px;
  }
  .tfc-zoom .tfc-map-box .tfc-car-icon img {
    max-width: 50px;
  }
  .tfc-zoom .tfc-map-box .tfc-data {
    margin-top: 0;
  }
  .tfc-zoom .tfc-map-box .tfc-data .col {
    min-width: 100%;
    width: 100%;
    padding: 30px;
  }
  .tfc-zoom .tfc-map-box .tfc-data .col + .col {
    border-left: none;
    border-top: 1px solid rgba(184, 205, 156, 0.5);
    padding-bottom: 0;
  }
  .tfc-zoom .tfc-map-box .map-img {
    padding: 50px 0 10px 0;
  }
}

.g-map {
  position: relative;
}

.g-map iframe {
  height: 500px;
  display: block;
  width: 100%;
}

@media (max-width: 576px) {
  .g-map iframe {
    height: 65vw;
  }
}

#contact .page-banner {
  height: 100%;
}

#contact .page-banner .banner-bg {
  height: 100vh;
}

#contact .page-banner .page-titbox {
  height: 460px;
  bottom: auto;
  position: static;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#contact .page-banner .page-titbox .box {
  padding-top: 0;
  padding-bottom: 65px;
}

@media (max-width: 768px) {
  #contact .page-banner .page-titbox {
    height: calc(25vh + 130px);
    min-height: 285px;
  }
  #contact .page-banner .page-titbox .box {
    padding-bottom: 35px;
  }
}

.contact-inner {
  margin: 0 auto;
  max-width: 1300px;
  background: #fff;
  padding: 80px 100px 115px 110px;
  position: relative;
  margin-bottom: 105px;
}

.contact-inner .page-title {
  color: #8cc63f;
  text-align: center;
}

.contact-inner .page-script {
  line-height: 1.56;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
}

.contact-inner .page-script a {
  color: #6C6E70;
}

.contact-inner .page-script a:hover {
  color: #8cc63f;
}

.contact-inner .sendbtn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-inner .send-box {
  text-align: center;
  padding-top: 50px;
}

.contact-inner .send-box .send-title {
  padding-top: 30px;
  letter-spacing: 0.07em;
}

.contact-inner .send-box .send-script {
  max-width: 570px;
  padding-top: 25px;
  margin: 0 auto;
  line-height: 1.67em;
}

.contact-inner .send-box .green-btn {
  margin: 35px auto 0 auto;
}

@media (max-width: 1340px) {
  .contact-inner {
    margin: 0 20px 105px 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 1200px) {
  .contact-inner {
    padding: 80px 60px 100px 60px;
  }
}

@media (max-width: 768px) {
  .contact-inner {
    padding: 50px 30px 70px 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 700px) {
  .contact-inner {
    padding: 50px 20px 70px 20px;
  }
  .contact-inner .sendbtn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-inner .sendbtn-box .green-btn {
    width: calc(100% - 320px);
  }
}

@media (max-width: 576px) {
  .contact-inner {
    padding: 35px 20px 40px 20px;
    margin-bottom: 55px;
  }
  .contact-inner .sendbtn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .contact-inner .sendbtn-box .techmarks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-inner .sendbtn-box .green-btn {
    width: 304px;
    margin-top: 20px;
  }
  .contact-inner .send-box {
    padding-top: 15px;
  }
}

.contact-form {
  padding: 55px 10px 0 10px;
}

.contact-form .form-box .row {
  margin: 0 -10px;
}

.contact-form .form-box .row .col {
  padding: 0 10px 20px 10px;
}

@media (max-width: 576px) {
  .contact-form {
    padding: 20px 0 0 0;
  }
  .contact-form .form-box .row {
    margin: 0;
  }
  .contact-form .form-box .row .col {
    min-width: 100%;
    padding: 0 0 20px 0;
  }
}

.privacy-page {
  max-width: 1190px;
  padding: 20px 20px 45px 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .privacy-page {
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .privacy-page {
    padding-bottom: 0;
  }
}

.privacy-editor {
  padding-top: 25px;
}

.privacy-editor .text-box {
  padding-bottom: 55px;
}

.privacy-editor .text-ul {
  margin: 0 0 0 25px;
}

.privacy-editor .text-ul li {
  line-height: 1.67;
  margin-top: 15px;
}

.privacy-editor .text-ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */