@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca|Noto+Sans+TC:300,400,500,700&display=swap");
@import url(FontAwesomeAll.min.css);
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block; }
  .clearfix:after {
    clear: both; }

.pageBanner .imgLimit img, .commonDetail .mediaDetail .mediaSlider .imgLimit img, .commonDetail .activityDetail .intro .rightImg .imgLimit img, .commonDetail .activityDetail .imgRow .imgLimit img, .eBookList .bookItem .imgLimit img, .newsItem .imgLimit img, .indexLinks .linkItem .imgLimit img, .aboutTopRow .rightImg .imgLimit img, .educationList .eduItem .imgLimit img, .educationDetail .row1 .rightContent .imgLimit img, .educationDetail .row2 .leftImgBox .imgLimit img, .educationDetail .row4 .rightImgBox .imgLimit img, .promotionList .promotionItem .imgBox .imgLimit img, .promotionDetail .baseData .imgBox .imgLimit img, .cultureContent .rightImg .imgLimit img, .cultureBookDetail .leftImg .imgBox img, .philanthropyList .philanthropyItem .imgLimit img, .philanthropyDetail .baseData .imgBox .imgLimit img, .linkListPage .linkItem .imgLimit img, .attractionsList .attractionsItem .imgBox .imgLimit img, .attractionsDetail .imgSlider .imgLimit img, .vedioContainer .vedioItem .imgBox .imgLimit img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.pagination ul a > *, .indexBanner .bannerArrows .bannerBtn img, .historyRow .hisItem .year p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.newsItem .content .title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 3px; }

/* -------------- layout --------------*/
/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: 'fix Microsoft JhengHei';
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/MSGOTHIC.otf"); }
* {
  box-sizing: border-box; }

body {
  font-family: 'Lexend Deca', 'Noto Sans TC', 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif; }

a {
  text-decoration: none; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important; }

input[type="reset"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], textarea, select, input[type="date"], input[type="time"], input[type="number"], input[type="password"], button, input[type="reset"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Lexend Deca', 'Noto Sans TC', 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  box-shadow: none;
  border: none;
  outline: none; }

button, input[type="reset"], input[type="submit"] {
  cursor: pointer; }

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

.hide {
  display: none !important; }

.container {
  max-width: calc(1340px + 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

/* -------------- layout RWD --------------*/
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
/* -------------- pageLayout --------------*/
.pageContainer {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.pageBanner {
  position: relative; }
  .pageBanner .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 20.8333%; }
    .pageBanner .imgLimit img {
      width: 100%; }

.breadcrumb {
  background: linear-gradient(90deg, #f7f3ea 50%, #fff 50%, #FFFFFF 100%); }
  .breadcrumb .container {
    background: linear-gradient(90deg, #f7f3ea 30px, #fff 30px, #FFFFFF 100%);
    padding: 0; }
  .breadcrumb ul {
    display: inline-flex;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    flex-wrap: wrap; }
    .breadcrumb ul li {
      background: #f7f3ea;
      box-shadow: -4px 0px 5px rgba(130, 103, 63, 0.4);
      padding: 10px 30px;
      transform: skewX(-25deg); }
    .breadcrumb ul a {
      color: #444444;
      font-size: 0.875rem;
      display: block;
      transform: skewX(25deg); }

.pageHead {
  margin-top: 80px; }
  .pageHead .pageTitle {
    text-align: center; }
    .pageHead .pageTitle h3 {
      display: inline-block;
      color: #222222;
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 1.875rem;
      position: relative; }
      .pageHead .pageTitle h3:before {
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 228px;
        height: 8px;
        content: '';
        display: block;
        background: url(../images/dec-pageTitle.png) no-repeat;
        transform: translateX(-50%);
        z-index: -1; }
  .pageHead aside {
    margin-top: 35px;
    margin-bottom: 45px; }
    .pageHead aside ul {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap; }
    .pageHead aside li {
      margin-top: 4px;
      margin-bottom: 4px; }
      .pageHead aside li:not(:last-child) {
        margin-right: 15px; }
      .pageHead aside li.active a {
        background: #a68b62;
        color: #ffffff; }
    .pageHead aside a {
      border: 2px solid #a68b62;
      color: #a68b62;
      display: block;
      font-size: 1.0625rem;
      padding: 10px 20px; }
      .pageHead aside a:hover {
        background: #f7f3ea; }

.pagination {
  margin-top: 60px;
  margin-bottom: 100px; }
  .pagination ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
    .pagination ul li {
      border: 1px solid #efe8d9; }
      .pagination ul li:hover, .pagination ul li.active {
        background: #efe8d9; }
      .pagination ul li:nth-child(n+2) {
        margin-left: -1px; }
    .pagination ul a {
      width: 30px;
      height: 30px;
      color: #82673f;
      display: block;
      font-size: 0.875rem;
      position: relative; }

.otherData {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background: #f7f3ea;
  padding: 25px 20px; }
  .otherData .otherLink {
    max-width: 180px;
    width: 100%;
    color: #222222;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    background: transparent;
    display: block;
    padding: 15px;
    position: relative;
    text-align: center; }
    .otherData .otherLink:nth-child(n+2) {
      margin-left: 20px; }
    .otherData .otherLink:before, .otherData .otherLink:after {
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      content: '';
      display: block;
      background: linear-gradient(1deg, #222222 0, #222222 40%, rgba(34, 34, 34, 0) 40%, rgba(34, 34, 34, 0) 60%, #222222 60%, #222222 100%); }
    .otherData .otherLink:before {
      left: 0; }
    .otherData .otherLink:after {
      right: 0; }
    .otherData .otherLink:hover {
      background: #f7f3ea;
      color: #82673f; }
    .otherData .otherLink i{
      padding-right: 5px; }

.otherContents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid #ca8167;
  border-bottom: 2px solid #ca8167;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .otherContents a {
    color: #444444;
    font-size: 1.125rem; }
    .otherContents a:hover {
      color: #fcc23d; }
  .otherContents .prev i {
    margin-right: 10px; }
  .otherContents .next i {
    margin-left: 10px; }

.commonDetail {
  margin-top: 60px; }
  .commonDetail .baseData {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px; }
    .commonDetail .baseData > div {
      max-width: 50%;
      width: 100%; }
    .commonDetail .baseData .leftContent {
      padding-right: 50px; }
    .commonDetail .baseData .intro {
      margin-bottom: 50px; }
      .commonDetail .baseData .intro .introTitle {
        color: #222222;
        font-size: 1.375rem;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative; }
        .commonDetail .baseData .intro .introTitle:before {
          width: 35px;
          height: 3px;
          position: absolute;
          top: 10px;
          left: -50px;
          content: '';
          display: block;
          background: #fcc23d; }
      .commonDetail .baseData .intro .des p {
        color: #444444;
        font-size: 1rem;
        line-height: 1.625rem; }
    .commonDetail .baseData .contactInfo {
      border-top: 1px solid #eee;
      margin-bottom: 30px; }
      .commonDetail .baseData .contactInfo .infoTitle {
        border-top: 3px solid #82673f;
        color: #82673f;
        display: inline-block;
        font-size: 1.125rem;
        font-weight: bold;
        margin-top: -1px;
        padding-top: 10px; }
      .commonDetail .baseData .contactInfo .infoGroup {
        margin-top: 20px; }
        .commonDetail .baseData .contactInfo .infoGroup p {
          color: #444444;
          font-size: 1rem;
          line-height: 1.375rem; }
          .commonDetail .baseData .contactInfo .infoGroup p:nth-child(n+2) {
            margin-top: 5px; }
    .commonDetail .baseData .imgBox {
      position: relative; }
      .commonDetail .baseData .imgBox img {
        width: 100%; }
  .commonDetail .mediaList {
    margin: 20px 0 40px; }
    .commonDetail .mediaList .mediaItem {
      max-width: calc(100% / 3);
      width: 100%;
      padding: 20px; }
      .commonDetail .mediaList .mediaItem a {
        box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.7);
        display: block;
        position: relative; }
        .commonDetail .mediaList .mediaItem a:hover .hoverBox {
          opacity: 1; }
      .commonDetail .mediaList .mediaItem img {
        width: 100%; }
      .commonDetail .mediaList .mediaItem .title {
        color: #222222;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 15px 20px; }
      .commonDetail .mediaList .mediaItem .hoverBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background: rgba(102, 71, 13, 0.85);
        z-index: 2;
        opacity: 0;
        transition: opacity .3s ease; }
        .commonDetail .mediaList .mediaItem .hoverBox .plusIcon {
          width: 50px;
          height: 50px;
          position: relative;
          margin-left: auto;
          margin-right: auto; }
          .commonDetail .mediaList .mediaItem .hoverBox .plusIcon span {
            width: 100%;
            height: 2px;
            background: #ffffff;
            display: block; }
            .commonDetail .mediaList .mediaItem .hoverBox .plusIcon span:nth-child(n+2) {
              transform: rotate(90deg); }
        .commonDetail .mediaList .mediaItem .hoverBox p {
          color: #ffffff;
          font-size: 1.125rem; }
  .commonDetail .mediaDetail {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    .commonDetail .mediaDetail .head {
      max-width: 1220px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto; }
      .commonDetail .mediaDetail .head p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 20px; }
    .commonDetail .mediaDetail .mediaSlider {
      background: #f6f6f6;
      padding: 50px 70px; }
      .commonDetail .mediaDetail .mediaSlider .imgBox {
        position: relative; }
      .commonDetail .mediaDetail .mediaSlider .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 67.16%; }
        .commonDetail .mediaDetail .mediaSlider .imgLimit img {
          width: 100%; }
      .commonDetail .mediaDetail .mediaSlider .bigSlider {
        position: relative; }
      .commonDetail .mediaDetail .mediaSlider .slick-arrow {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 38px;
        background: transparent;
        font-size: 0;
        transform: translateY(-50%);
        z-index: 1; }
      .commonDetail .mediaDetail .mediaSlider .slick-prev {
        background: url(../images/indexActivity-arrow-p.png) no-repeat;
        left: -40px; }
      .commonDetail .mediaDetail .mediaSlider .slick-next {
        background: url(../images/indexActivity-arrow.png) no-repeat;
        right: -40px; }
      .commonDetail .mediaDetail .mediaSlider .navSlider {
        margin-top: 10px; }
        .commonDetail .mediaDetail .mediaSlider .navSlider .imgBox {
          border: 3px solid #ffffff;
          margin: 7px;
          outline: none; }
        .commonDetail .mediaDetail .mediaSlider .navSlider .slick-current {
          border-color: #fcc23d; }
  .commonDetail .newsList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px -10px; }
    .commonDetail .newsList .newsItem {
      max-width: calc(100% / 3);
      width: 100%;
      padding: 20px 10px; }
  .commonDetail .newsDetail {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px; }
    .commonDetail .newsDetail .head {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      border-bottom: 3px solid #a68b62;
      padding-bottom: 10px; }
      .commonDetail .newsDetail .head .date {
        max-width: 85px;
        width: 100%;
        background: #f7f3ea;
        text-align: center;
        padding: 15px 10px; }
        .commonDetail .newsDetail .head .date .day {
          font-size: 1.375rem;
          margin-bottom: 5px; }
        .commonDetail .newsDetail .head .date p {
          color: #a68b62;
          font-size: 0.875rem; }
      .commonDetail .newsDetail .head .newsTitle {
        max-width: calc(100% - 85px);
        width: 100%;
        color: #222222;
        font-size: 1.375rem;
        padding-left: 25px;
        line-height: 1.875rem; }
    .commonDetail .newsDetail .content {
      padding-top: 40px;
      padding-bottom: 40px; }
      .commonDetail .newsDetail .content p {
        color: #444444;
        font-size: 1rem;
        line-height: 1.625rem; }
  .commonDetail .activityList {
    border-bottom: 1px solid #f7f3ea; }
    .commonDetail .activityList .activityItem {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      border-top: 1px solid #f7f3ea;
      padding: 30px 50px; }
      .commonDetail .activityList .activityItem:hover {
        background: #f9f9f9; }
      .commonDetail .activityList .activityItem .content {
        max-width: calc(100% - 130px);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-right: 50px; }
        .commonDetail .activityList .activityItem .content .date {
          max-width: 75px;
          width: 100%;
          text-align: center; }
          .commonDetail .activityList .activityItem .content .date p {
            color: #a68b62;
            font-size: 1rem; }
          .commonDetail .activityList .activityItem .content .date .day {
            font-size: 2.25rem;
            margin-bottom: 5px; }
        .commonDetail .activityList .activityItem .content .data {
          max-width: calc(100% - 75px);
          width: 100%;
          padding-left: 25px; }
          .commonDetail .activityList .activityItem .content .data .title {
            display: flex;
            align-items: stretch;
            justify-content: flex-start;
            flex-wrap: wrap;
            color: #222222;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 1.875rem; }
            .commonDetail .activityList .activityItem .content .data .title p {
              display: inline-block; }
            .commonDetail .activityList .activityItem .content .data .title .category {
              border: 1px solid #222222;
              font-size: 1rem;
              line-height: 1rem;
              padding: 7px;
              margin-right: 10px; }
          .commonDetail .activityList .activityItem .content .data .des {
            margin-top: 5px;
            height: calc(1.5rem * 2);
            overflow: hidden; }
            .commonDetail .activityList .activityItem .content .data .des p {
              color: #444444;
              font-size: 1rem;
              line-height: 1.5rem; }
      .commonDetail .activityList .activityItem .moreIcon {
        max-width: 130px;
        width: 100%;
        background: #f7f3ea;
        color: #444444;
        font-size: 1rem;
        text-align: center;
        padding: 10px; }
        .commonDetail .activityList .activityItem .moreIcon:hover {
          background: #82673f;
          color: #ffffff; }
  .commonDetail .activityDetail > .pageContainer {
    padding-left: 20px;
    padding-right: 20px; }
  .commonDetail .activityDetail .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 3px solid #a68b62;
    padding-bottom: 10px; }
    .commonDetail .activityDetail .head .date {
      max-width: 115px;
      width: 100%;
      border-right: 2px solid #fcc23d;
      text-align: center; }
      .commonDetail .activityDetail .head .date .day {
        font-size: 1.875rem;
        margin-bottom: 5px; }
      .commonDetail .activityDetail .head .date p {
        color: #fcc23d;
        font-size: 1rem; }
    .commonDetail .activityDetail .head .title {
      max-width: calc(100% - 115px);
      width: 100%;
      color: #222222;
      font-size: 1.375rem;
      font-weight: bold;
      padding-left: 25px;
      line-height: 1.875rem; }
  .commonDetail .activityDetail .infoRow {
    padding-top: 40px;
    padding-bottom: 40px; }
    .commonDetail .activityDetail .infoRow p {
      color: #222222;
      font-size: 1.125rem;
      line-height: 1.625rem; }
      .commonDetail .activityDetail .infoRow p:nth-child(n+2) {
        margin-top: 5px; }
  .commonDetail .activityDetail .intro {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .commonDetail .activityDetail .intro .leftContent {
      max-width: 62.5%;
      width: 100%;
      padding-right: 100px; }
      .commonDetail .activityDetail .intro .leftContent .title {
        border-top: 3px solid #a68b62;
        color: #82673f;
        display: inline-block;
        font-size: 1.125rem;
        font-weight: bold;
        padding-top: 10px; }
      .commonDetail .activityDetail .intro .leftContent .des p {
        color: #444444;
        font-size: 1rem;
        line-height: 1.625rem; }
    .commonDetail .activityDetail .intro .rightImg {
      max-width: 37.5%;
      width: 100%;
      padding-right: 50px;
      position: relative; }
      .commonDetail .activityDetail .intro .rightImg:before {
        width: 15px;
        height: 75px;
        position: absolute;
        right: 0;
        bottom: 30px;
        content: '';
        display: block;
        background: url(../images/dec-detail.png); }
      .commonDetail .activityDetail .intro .rightImg .imgBox {
        position: relative; }
      .commonDetail .activityDetail .intro .rightImg .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 77.5%; }
        .commonDetail .activityDetail .intro .rightImg .imgLimit img {
          width: 100%; }
  .commonDetail .activityDetail .imgRow {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative; }
    .commonDetail .activityDetail .imgRow:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 5px;
      content: '';
      display: block;
      background: #f9f9f9;
      transform: translateY(-50%); }
    .commonDetail .activityDetail .imgRow .pageContainer {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      background: #f9f9f9;
      padding: 40px 50px; }
    .commonDetail .activityDetail .imgRow .imgBox {
      max-width: calc(100% / 2 - 20px);
      width: 100%;
      position: relative; }
    .commonDetail .activityDetail .imgRow .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 75.47%; }
      .commonDetail .activityDetail .imgRow .imgLimit img {
        width: 100%; }
  .commonDetail .activityDetail .otherDes {
    margin-top: 50px;
    margin-bottom: 50px; }
    .commonDetail .activityDetail .otherDes p {
      color: #444444;
      font-size: 1rem;
      line-height: 1.625rem; }

.eBookList {
  position: relative;
  overflow: hidden;
  margin-top: 40px; }
  .eBookList:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    display: block;
    background: url(../images/repaet-indexActivity.jpg) repeat;
    transform: translateY(-30%);
    z-index: -1; }
  .eBookList .pageContainer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .eBookList .bookItem {
    max-width: calc(100% / 5);
    width: 100%;
    padding: 20px; }
    .eBookList .bookItem a {
      display: block; }
      .eBookList .bookItem a:hover .imgBox img {
        opacity: .8; }
      .eBookList .bookItem a:hover .bookName {
        color: #82673f;
        font-weight: bold; }
    .eBookList .bookItem .imgBox {
      background: #ffffff;
      position: relative; }
    .eBookList .bookItem .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 137%; }
      .eBookList .bookItem .imgLimit img {
        width: 100%; }
    .eBookList .bookItem .bookName {
      color: #222222;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px; }

.vedioLimitContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .vedioLimitContainer iframe, .vedioLimitContainer object, .vedioLimitContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -------------- pageLayout RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .commonDetail .newsList {
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 1024px) {
  .commonDetail .baseData .leftContent {
    max-width: 60%; }
  .commonDetail .baseData .imgBox {
    max-width: 40%; }
  .commonDetail .mediaList .mediaItem {
    padding: 10px; }
  .commonDetail .activityDetail .intro .leftContent {
    padding-right: 40px; }
  .commonDetail .activityDetail .intro .rightImg {
    padding-right: 0; }
    .commonDetail .activityDetail .intro .rightImg:before {
      display: none; } }
@media (max-width: 960px) {
  .commonDetail .mediaDetail .mediaSlider {
    padding: 40px 30px; }
    .commonDetail .mediaDetail .mediaSlider .slick-prev {
      left: -30px; }
    .commonDetail .mediaDetail .mediaSlider .slick-next {
      right: -30px; }
  .commonDetail .newsList .newsItem {
    max-width: 50%; }
  .commonDetail .activityList .activityItem {
    padding: 20px; }
    .commonDetail .activityList .activityItem .content {
      padding-right: 20px; }
      .commonDetail .activityList .activityItem .content .date, .commonDetail .activityList .activityItem .content .data {
        max-width: 100%; }
      .commonDetail .activityList .activityItem .content .date {
        display: inline-flex;
        width: initial;
        text-align: left;
        align-items: flex-end; }
        .commonDetail .activityList .activityItem .content .date .day {
          font-size: 1.625rem;
          margin-right: 3px;
          margin-bottom: 0; }
      .commonDetail .activityList .activityItem .content .data {
        padding-left: 0;
        padding-top: 10px; }

  .eBookList .bookItem {
    max-width: calc(100% / 4); } }
@media (max-width: 768px) {
  .breadcrumb ul li {
    padding: 10px 20px; }

  .pageHead {
    margin-top: 40px; }
    .pageHead .pageTitle h3 {
      font-size: 1.5rem;
      line-height: 1.625rem; }
    .pageHead aside {
      margin-top: 20px;
      margin-bottom: 25px; }
      .pageHead aside a {
        border: 1px solid #a48f70;
        font-size: 0.9375rem;
        padding: 7px 13px; }

  .pagination {
    margin-top: 30px;
    margin-bottom: 50px; }

  .otherData {
    padding: 20px; }
    .otherData .otherLink {
      font-size: 0.9375rem;
      max-width: calc(100% / 3 - 10px);
      padding: 12px 15px; }
      .otherData .otherLink:nth-child(n+2) {
        margin-left: 15px; }

  .commonDetail {
    margin-top: 40px; }
    .commonDetail .baseData .leftContent {
      max-width: 100%;
      padding-right: 0; }
    .commonDetail .baseData .imgBox {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    .commonDetail .mediaList {
      margin-top: -10px; }
      .commonDetail .mediaList .mediaItem {
        max-width: 50%; }
    .commonDetail .activityList .activityItem .content {
      max-width: 100%;
      padding-right: 0; }
    .commonDetail .activityList .activityItem .moreIcon {
      margin-top: 10px; }
    .commonDetail .activityDetail .head .date {
      border-right: none;
      display: inline-flex;
      align-items: flex-end; }
      .commonDetail .activityDetail .head .date .day {
        font-size: 1.5rem;
        margin-bottom: 0;
        margin-right: 3px; }
    .commonDetail .activityDetail .head .title {
      font-size: 1.25rem;
      max-width: 100%;
      padding-left: 0;
      margin-top: 5px; }
    .commonDetail .activityDetail .infoRow {
      padding-top: 20px;
      padding-bottom: 20px; }
      .commonDetail .activityDetail .infoRow p {
        font-size: 1rem; }
    .commonDetail .activityDetail .intro .leftContent {
      max-width: 100%;
      padding-right: 0px;
      margin-bottom: 20px; }
    .commonDetail .activityDetail .intro .rightImg {
      max-width: 460px; }
    .commonDetail .activityDetail .imgRow {
      margin-top: 30px;
      margin-bottom: 30px; }
      .commonDetail .activityDetail .imgRow .pageContainer {
        padding: 20px; }
      .commonDetail .activityDetail .imgRow .imgBox {
        max-width: calc(100% / 2 - 10px); } }
@media (max-width: 640px) {
  .otherContents {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .otherContents a {
      font-size: 0.9375rem; }

  .commonDetail .mediaList .mediaItem .title {
    font-size: 1rem;
    padding: 10px 15px; }
  .commonDetail .mediaDetail {
    margin-bottom: 40px; }
    .commonDetail .mediaDetail .mediaSlider {
      padding-top: 20px;
      padding-bottom: 20px; }
      .commonDetail .mediaDetail .mediaSlider .navSlider .imgBox {
        margin: 3px; }
  .commonDetail .newsList .newsItem {
    max-width: 100%; }
  .commonDetail .newsDetail {
    margin-top: 40px; }
    .commonDetail .newsDetail .head .date {
      display: inline-flex;
      max-width: initial;
      padding: 10px;
      width: initial; }
      .commonDetail .newsDetail .head .date .day {
        font-size: 0.875rem;
        margin-right: 3px;
        margin-bottom: 0; }
    .commonDetail .newsDetail .head .newsTitle {
      font-size: 1.25rem;
      max-width: 100%;
      margin-top: 5px;
      padding-left: 0; }
    .commonDetail .newsDetail .content {
      padding-top: 20px;
      padding-bottom: 20px; }

  .eBookList {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    .eBookList .bookItem {
      max-width: calc(100% / 3);
      padding: 10px; } }
@media (max-width: 480px) {
  .breadcrumb ul li {
    padding: 10px; }
  .breadcrumb ul a {
    font-size: 0.8125rem; }

  .eBookList .bookItem {
    max-width: calc(100% / 2); } }
/* -------------- common --------------*/
.newsItem {
  padding: 10px; }
  .newsItem > a {
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.7);
    background: #ffffff;
    display: block;
    position: relative; }
    .newsItem > a:hover .hoverBox {
      opacity: 1; }
  .newsItem .imgBox {
    position: relative; }
  .newsItem .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 62.17%; }
    .newsItem .imgLimit img {
      width: 100%; }
  .newsItem .date {
    background: #a68b62;
    display: block;
    text-align: center;
    padding: 15px 10px;
    margin-left: auto;
    margin-top: -50px;
    position: relative;
    width: 80px;
    z-index: 1; }
    .newsItem .date p {
      color: #ffffff;
      font-size: 0.875rem; }
    .newsItem .date .day {
      font-size: 1.5rem;
      margin-bottom: 3px; }
  .newsItem .content {
    padding: 15px 20px 30px; }
    .newsItem .content .title {
      color: #222222;
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 7px; }
    .newsItem .content .des {
      color: #444444;
      font-size: 1rem;
      font-weight: lighter;
      line-height: 1.5rem; }
    .newsItem .content .category {
      margin-top: 10px; }
      .newsItem .content .category .tag {
        border: 1px solid #222222;
        color: #444444;
        display: inline-block;
        font-size: 1rem;
        padding: 8px 17px; }
        .newsItem .content .category .tag:nth-child(n+2) {
          margin-left: 10px; }
  .newsItem .hoverBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(102, 71, 13, 0.85);
    padding-bottom: 70px;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease; }
    .newsItem .hoverBox .plusIcon {
      width: 50px;
      height: 50px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .newsItem .hoverBox .plusIcon span {
        width: 100%;
        height: 2px;
        background: #ffffff;
        display: block; }
        .newsItem .hoverBox .plusIcon span:nth-child(n+2) {
          transform: rotate(90deg); }
    .newsItem .hoverBox p {
      color: #ffffff;
      font-size: 1.125rem; }

/* -------------- common RWD --------------*/
/* -------------- header --------------*/
.topRow {
  background: #82673f;
  padding-top: 8px;
  padding-bottom: 8px; }
  .topRow ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .topRow li:nth-child(n+2) {
    margin-left: 30px; }
  .topRow a {
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
    .topRow a:hover {
      text-decoration: underline; }

.mainHeadRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 5px; }
  .mainHeadRow .logo {
    max-width: 100px;
    width: 100%; }
    .mainHeadRow .logo img {
      display: block;
      width: 100%; }
  .mainHeadRow .mainMenu {
    max-width: calc(100% - 100px);
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .mainHeadRow .mainMenu .btnBox {
      width: 35px; }
      .mainHeadRow .mainMenu .btnBox span {
        width: 100%;
        height: 3px;
        display: block; }
    .mainHeadRow .mainMenu .mbMenuBtn {
      display: none; }
      .mainHeadRow .mainMenu .mbMenuBtn:hover span {
        background: #fcc23d; }
      .mainHeadRow .mainMenu .mbMenuBtn span {
        background: #82673f; }
        .mainHeadRow .mainMenu .mbMenuBtn span:nth-child(n+2) {
          margin-top: 7px; }
    .mainHeadRow .mainMenu ul {
      display: flex;
      align-items: stretch;
      justify-content: flex-end;
      flex-wrap: wrap; }
      .mainHeadRow .mainMenu ul li:nth-child(n+2) {
        margin-left: 35px; }
      .mainHeadRow .mainMenu ul a {
        color: #444444;
        font-size: 1rem;
        line-height: 1.25rem; }
        .mainHeadRow .mainMenu ul a:hover {
          color: #a68b62; }
    .mainHeadRow .mainMenu .mbMenuClose {
      display: none;
      margin-left: auto;
      width: 35px; }
      .mainHeadRow .mainMenu .mbMenuClose .btnBox {
        height: 30px; }
      .mainHeadRow .mainMenu .mbMenuClose span {
        background: #ffffff;
        transform: translateY(14px) rotate(45deg); }
        .mainHeadRow .mainMenu .mbMenuClose span:nth-child(2) {
          transform: translateY(11px) rotate(-45deg); }

/* -------------- header RWD --------------*/
@media (max-width: 1280px) {
  .mainHeadRow .mainMenu ul li:nth-child(n+2) {
    margin-left: 20px; } }
@media (max-width: 1024px) {
  .mainHeadRow .mainMenu .mbMenuBtn {
    display: block; }
  .mainHeadRow .mainMenu .menuBox {
    width: 320px;
    height: 100vh;
    background: rgba(130, 103, 63, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 2; }
    .mainHeadRow .mainMenu .menuBox.open {
      transform: translateX(0); }
  .mainHeadRow .mainMenu ul {
    display: block;
    max-height: calc(100vh - 40px - 30px - 15px);
    overflow: auto;
    margin-top: 15px; }
    .mainHeadRow .mainMenu ul li:nth-child(n+2) {
      border-top: 1px dotted rgba(255, 255, 255, 0.5);
      margin-left: 0;
      margin-top: 7px;
      padding-top: 7px; }
    .mainHeadRow .mainMenu ul a {
      color: #ffffff; }
      .mainHeadRow .mainMenu ul a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .mainHeadRow .mainMenu .mbMenuClose {
    display: block; } }
@media (max-width: 640px) {
  .topRow ul {
    justify-content: center;
    padding-left: 0;
    padding-right: 0; }
  .topRow li:nth-child(n+2) {
    margin-left: 8px; }
  .topRow a {
    font-size: 0.8125rem;
    line-height: 1.125rem; }

  .mainHeadRow {
    padding-top: 0;
    padding-bottom: 0; }
    .mainHeadRow .logo {
      max-width: 80px; }
    .mainHeadRow .mainMenu .menuBox {
      width: 100%; } }
/* -------------- footer --------------*/
footer {
  background: #a68b62;
  padding-top: 40px; }
  footer .footerMenuRow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px; }
    footer .footerMenuRow .logo {
      max-width: 180px;
      width: 100%; }
      footer .footerMenuRow .logo img {
        display: block;
        width: 100%; }
    footer .footerMenuRow .footerMenu {
      max-width: calc(100% - 180px);
      width: 100%;
      padding-left: 60px; }
    footer .footerMenuRow ul {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .footerMenuRow ul li {
        max-width: calc(100% / 7);
        width: 100%;
        padding-left: 10px; }
      footer .footerMenuRow ul p:nth-child(n+2) {
        margin-top: 10px; }
      footer .footerMenuRow ul a {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.25rem; }
        footer .footerMenuRow ul a:hover {
          text-decoration: underline; }
      footer .footerMenuRow ul .subLink {
        display: block;
        font-size: 0.875rem;
        font-weight: lighter;
        line-height: 1.125rem;
        margin-left: 15px;
        position: relative; }
        footer .footerMenuRow ul .subLink:before {
          position: absolute;
          top: 10px;
          left: -15px;
          width: 10px;
          height: 1px;
          content: '';
          display: block;
          background: #ffffff; }
  footer .sepLine {
    max-width: 1600px;
    width: 100%;
    background: #82673f;
    height: 1px;
    margin-left: auto;
    margin-right: auto; }
  footer .footerContactInfo {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .footerContactInfo .address {
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.625rem;
      text-align: center; }
    footer .footerContactInfo .telAFax {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 30px; }
      footer .footerContactInfo .telAFax p {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        display: inline-block;
        font-size: 1rem;
        line-height: 1.625rem;
        padding: 14px 20px; }
        footer .footerContactInfo .telAFax p:nth-child(n+2) {
          margin-left: 20px; }

.footerBottom {
  background: #82673f; }
  .footerBottom .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px; }
  .footerBottom p, .footerBottom b {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .footerBottom .designed {
    opacity: .6;
    margin-left: 15px; }

/* -------------- footer RWD --------------*/
@media (max-width: 1280px) {
  footer .footerMenuRow .logo {
    margin-left: auto;
    margin-right: auto; }
  footer .footerMenuRow .footerMenu {
    max-width: 100%;
    margin-top: 25px;
    padding-left: 0; } }
@media (max-width: 960px) {
  footer {
    padding-top: 30px; }
    footer .footerMenuRow {
      padding-bottom: 0; }
      footer .footerMenuRow .footerMenu {
        display: none; }
    footer .sepLine {
      display: none; }
    footer .footerContactInfo {
      padding-top: 20px; } }
@media (max-width: 480px) {
  footer .footerContactInfo .telAFax {
    margin-top: 20px; }
    footer .footerContactInfo .telAFax p {
      padding: 10px 15px; } }
/* -------------- index --------------*/
@media (min-width: 1024px) {
  .indexTitle.left {
    text-align: left; }
    .indexTitle.left h3:after {
      left: 0;
      transform: translateX(0%); } }
.indexBanner {
  position: relative; }
  .indexBanner ul img {
    display: block;
    width: 100%; }
  .indexBanner .bannerArrows {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-50%);
    width: 100%; }
    .indexBanner .bannerArrows .bannerBtn {
      width: 60px;
      height: 120px;
      background: rgba(255, 255, 255, 0.4);
      display: block;
      position: relative;
      transition: background .3s ease; }
      .indexBanner .bannerArrows .bannerBtn:hover {
        background: rgba(130, 103, 63, 0.4); }
      .indexBanner .bannerArrows .bannerBtn img {
        display: block;
        width: 25px; }

.indexTitle {
  text-align: center;
  margin-bottom: 40px; }
  .indexTitle h3 {
    display: inline-block;
    color: #222222;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.875rem;
    padding-bottom: 10px;
    position: relative; }
    .indexTitle h3:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 52px;
      height: 3px;
      content: '';
      display: block;
      background: url(../images/dec-indexTitle.png) no-repeat;
      transform: translateX(-50%); }

.indexMoreBtn {
  max-width: 180px;
  width: 100%;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  background: transparent;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }
  .indexMoreBtn:before, .indexMoreBtn:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    display: block;
    background: linear-gradient(1deg, #222222 0, #222222 40%, rgba(34, 34, 34, 0) 40%, rgba(34, 34, 34, 0) 60%, #222222 60%, #222222 100%); }
  .indexMoreBtn:before {
    left: 0; }
  .indexMoreBtn:after {
    right: 0; }
  .indexMoreBtn:hover {
    background: #f7f3ea; }
    .indexMoreBtn:hover p {
      color: #82673f; }
  .indexMoreBtn.white {
    border-color: #ffffff;
    margin: 0; }
    .indexMoreBtn.white:before, .indexMoreBtn.white:after {
      background: linear-gradient(1deg, #fff 0, #fff 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, #fff 60%, #fff 100%); }
    .indexMoreBtn.white:hover {
      background: rgba(255, 255, 255, 0.15); }
      .indexMoreBtn.white:hover p {
        color: #ffffff; }
    .indexMoreBtn.white p {
      color: #ffffff; }
  .indexMoreBtn p {
    color: #222222;
    font-size: 1.0625rem; }

.indexNews {
  background: #fcfcfc;
  padding: 50px 70px;
  /* margin-top: -60px; */
  margin-bottom: -60px;
  position: relative;
  z-index: 1; }
  .indexNews .newsList {
    position: relative; }
    .indexNews .newsList .slick-dots {
      position: absolute;
      right: -110px;
      bottom: 10px; }
      .indexNews .newsList .slick-dots .slick-active button {
        background: #82673f; }
      .indexNews .newsList .slick-dots button {
        width: 15px;
        height: 15px;
        background: #f7f3ea;
        font-size: 0; }

.indexActivity {
  background: url(../images/repaet-indexActivity.jpg) repeat;
  padding-top: 130px;
  padding-bottom: 130px; }
  .indexActivity .indexActivityList {
    margin-left: -10px;
    margin-right: -10px;
    position: relative; }
    .indexActivity .indexActivityList .slick-arrow {
      position: absolute;
      top: 50%;
      width: 20px;
      height: 38px;
      font-size: 0;
      transform: translateY(-50%);
      z-index: 1; }
    .indexActivity .indexActivityList .slick-prev {
      background: url(../images/indexActivity-arrow-p.png) no-repeat;
      background-size: contain;
      left: -30px; }
    .indexActivity .indexActivityList .slick-next {
      background: url(../images/indexActivity-arrow.png) no-repeat;
      background-size: contain;
      right: -30px; }
  .indexActivity .activityItem {
    padding: 10px; }
    .indexActivity .activityItem a {
      background: #ffffff;
      display: block;
      padding: 25px 30px;
      padding-left: 70px; }
      .indexActivity .activityItem a:hover {
        box-shadow: 0 0 10px rgba(130, 103, 63, 0.4); }
    .indexActivity .activityItem:nth-child(n+2) a {
      padding-left: 30px;
      padding-right: 70px; }
    .indexActivity .activityItem .head {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .indexActivity .activityItem .head .date {
        background: #a68b62;
        color: #ffffff;
        font-size: 0.9375rem;
        line-height: 1.125rem;
        padding: 8px;
        text-align: center;
        width: 100px; }
      .indexActivity .activityItem .head .title {
        max-width: calc(100% - 100px);
        width: 100%;
        color: #222222;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        padding-left: 15px;
        padding-top: 5px; }
    .indexActivity .activityItem .des {
      color: #444444;
      font-size: 1rem;
      font-weight: lighter;
      line-height: 1.5rem;
      margin-top: 10px; }

.indexBooks {
  max-width: 1500px;
  width: 100%;
  background: url(../images/index-books.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin: -60px auto 60px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .indexBooks .indexBookList {
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .indexBooks .indexBookList .slick-dots {
      text-align: center;
      margin-top: 10px; }
      .indexBooks .indexBookList .slick-dots li {
        display: inline-block; }
        .indexBooks .indexBookList .slick-dots li:nth-child(n+2) {
          margin-left: 10px; }
      .indexBooks .indexBookList .slick-dots .slick-active button {
        opacity: 1; }
      .indexBooks .indexBookList .slick-dots button {
        width: 15px;
        height: 15px;
        font-size: 0;
        opacity: .5; }
        .indexBooks .indexBookList .slick-dots button:hover {
          opacity: 1; }
  .indexBooks .bookItem .title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 34px; }
  .indexBooks .bookItem .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px; }
  .indexBooks .bookItem .leftData {
    max-width: 710px;
    width: 100%;
    padding-right: 20px; }
    .indexBooks .bookItem .leftData .author {
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.25rem;
      margin-left: 50px;
      position: relative; }
      .indexBooks .bookItem .leftData .author:before {
        position: absolute;
        top: 50%;
        left: -50px;
        width: 40px;
        height: 2px;
        content: '';
        display: block;
        background: #fcc23d;
        transform: translateY(-50%); }
    .indexBooks .bookItem .leftData .des {
      color: #ffffff;
      margin-top: 10px;
      font-size: 1rem;
      font-weight: lighter;
      line-height: 1.5rem; }

.indexLinks {
  background: #f7f3ea;
  padding-top: 60px;
  padding-bottom: 60px; }
  .indexLinks .linkList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -10px; }
  .indexLinks .linkItem {
    max-width: calc(100% / 5);
    width: 100%;
    padding: 10px; }
    .indexLinks .linkItem .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 55.55%;
      display: block;
      position: relative;
      overflow: hidden; }
      .indexLinks .linkItem .imgLimit:hover img {
        transform: scale(1.15); }
      .indexLinks .linkItem .imgLimit img {
        display: block;
        transform: scale(1);
        transition: transform .3s ease;
        width: 100%; }

.indexContact {
  padding-top: 60px;
  padding-bottom: 60px; }
  .indexContact .tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
    .indexContact .tabs .tab {
      max-width: 160px;
      width: 100%;
      background: #aaa;
      color: #ffffff;
      font-size: 1.125rem;
      text-align: center;
      padding: 13px 15px; }
      .indexContact .tabs .tab:nth-child(n+2) {
        margin-left: 20px;
        position: relative; }
        .indexContact .tabs .tab:nth-child(n+2):after {
          position: absolute;
          top: 50%;
          left: -30px;
          width: 40px;
          height: 3px;
          content: '';
          display: block;
          background: #dfdfdf;
          transform: translateY(-50%); }
      .indexContact .tabs .tab:hover {
        background: #82673f;
        color: #ffffff; }
      .indexContact .tabs .tab.active {
        background: #222222; }
  .indexContact .tabContent {
    margin-top: 50px; }
  .indexContact .locationList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .indexContact .locationList .locationSec {
      max-width: calc(100% / 3 - 20px - 1px);
      width: 100%; }
      .indexContact .locationList .locationSec:nth-child(n+2) {
        margin-left: 30px; }
    .indexContact .locationList .locationItem {
      margin-left: 20px;
      margin-bottom: 20px; }
      .indexContact .locationList .locationItem .locName {
        color: #222222;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        position: relative; }
        .indexContact .locationList .locationItem .locName:before {
          position: absolute;
          top: 2px;
          left: -20px;
          width: 14px;
          height: 16px;
          content: '';
          display: block;
          background: url(../images/dec-indexContact.png) no-repeat;
          background-size: contain; }
      .indexContact .locationList .locationItem .locData {
        color: #666;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 10px; }
  .indexContact .contactForm {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }

/* -------------- index RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .indexNews .newsList .slick-dots {
    right: -40px; }

  .indexActivity {
    padding-top: 60px;
    padding-bottom: 60px; }
    .indexActivity .indexActivityList {
      padding-left: 20px;
      padding-right: 20px; }
      .indexActivity .indexActivityList .slick-arrow {
        width: 15px; }
      .indexActivity .indexActivityList .slick-prev {
        left: 0; }
      .indexActivity .indexActivityList .slick-next {
        right: 0; }

  .indexBooks {
    margin-top: 0;
    margin-bottom: 0; } }
@media (max-width: calc(1340px + 40px)) {
  .indexTitle {
    margin-bottom: 30px; }

  .indexNews {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 20px; }
    .indexNews .newsList .slick-dots {
      position: static;
      text-align: center; }
      .indexNews .newsList .slick-dots li {
        display: inline-block; }
        .indexNews .newsList .slick-dots li:nth-child(n+2) {
          margin-left: 10px; } }
@media (max-width: 1280px) {
  .indexBanner .bannerArrows .bannerBtn {
    width: 40px;
    height: 80px; }
    .indexBanner .bannerArrows .bannerBtn img {
      width: 15px; } }
@media (max-width: 1024px) {
  .indexActivity .activityItem a {
    padding: 25px 30px; }

  .indexBooks .bookItem .title {
    font-size: 1.375rem; }
  .indexBooks .bookItem .leftData {
    max-width: 100%;
    margin-bottom: 20px; }

  .indexLinks .linkItem {
    max-width: calc(100% / 4); } }
@media (max-width: 768px) {
  .indexMoreBtn {
    margin-top: 25px;
    max-width: 150px;
    padding: 10px; }
    .indexMoreBtn p {
      font-size: 0.9375rem; }

  .indexContact .tabs .tab {
    font-size: 0.9375rem;
    max-width: 140px; }
  .indexContact .tabContent {
    margin-top: 30px; }
  .indexContact .locationList {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .indexContact .locationList .locationSec {
      max-width: 100%;
      margin-left: 0 !important; } }
@media (max-width: 640px) {
  .indexTitle {
    margin-bottom: 15px; }
    .indexTitle h3 {
      font-size: 1.375rem; }

  .indexBanner .bannerArrows .bannerBtn {
    width: 25px;
    height: 50px; }
    .indexBanner .bannerArrows .bannerBtn img {
      width: 10px; }

  .indexNews {
    padding: 40px 10px; }

  .indexActivity {
    padding-top: 40px;
    padding-bottom: 40px; }
    .indexActivity .activityItem a {
      padding: 20px; }
    .indexActivity .activityItem .head .title {
      max-width: 100%;
      padding-left: 0; }

  .indexLinks {
    padding-top: 40px;
    padding-bottom: 40px; }
    .indexLinks .linkList {
      margin: -5px; }
    .indexLinks .linkItem {
      max-width: calc(100% / 3);
      padding: 5px; }

  .indexContact {
    padding-top: 40px;
    padding-bottom: 40px; } }
/* -------------- about --------------*/
.aboutTopRow {
  background: url(../images/repaet-indexActivity.jpg) repeat;
  position: relative; }
  .aboutTopRow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    content: '';
    display: block;
    background: #ffffff; }
  .aboutTopRow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 200px;
    content: '';
    display: block;
    background: #82673f; }
  .aboutTopRow .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 100px;
    z-index: 1; }
  .aboutTopRow .leftContent {
    max-width: 53%;
    width: 100%;
    margin-top: 130px;
    padding-top: 70px; }
    .aboutTopRow .leftContent sup {
      font-size: 0.875rem;
      vertical-align: super; }
    .aboutTopRow .leftContent .name {
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.625rem;
      position: relative; }
      .aboutTopRow .leftContent .name:before {
        position: absolute;
        top: 15px;
        left: -45px;
        width: 35px;
        height: 3px;
        content: '';
        display: block;
        background: #fcc23d; }
    .aboutTopRow .leftContent .year {
      font-size: 1.125rem;
      margin-top: 15px;
      margin-bottom: 20px; }
    .aboutTopRow .leftContent .des {
      color: #444444;
      font-size: 1rem;
      font-style: italic;
      line-height: 2.125rem;
      padding-right: 40px; }
  .aboutTopRow .rightImg {
    max-width: 47%;
    width: 100%;
    position: relative; }
    .aboutTopRow .rightImg .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 70.1754%; }
      .aboutTopRow .rightImg .imgLimit img {
        width: 100%; }

.historyRow {
  margin-top: -15px;
  position: relative;
  z-index: 1; }
  .historyRow .hisTitle {
    max-width: 290px;
    width: 100%;
    background: #f7f3ea;
    color: #222222;
    font-size: 1.25rem;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .historyRow .hisFlow {
    margin-top: 60px;
    margin-bottom: 100px;
    position: relative; }
    .historyRow .hisFlow:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      content: '';
      display: block;
      background: #ca8167;
      transform: translateX(-50%); }
  .historyRow .hisItem {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px; }
    .historyRow .hisItem:nth-child(2n+1) .hisContent {
      flex-direction: row-reverse; }
      .historyRow .hisItem:nth-child(2n+1) .hisContent .imgContent img {
        margin-left: auto; }
      .historyRow .hisItem:nth-child(2n) .hisContent .data:before {
        left: inherit;
        right: -45px;
        transform: translateX(50%); }
    .historyRow .hisItem .year {
      width: 80px;
      height: 80px;
      background: #ca8167;
      border-radius: 50%;
      position: relative; }
      .historyRow .hisItem .year p {
        color: #ffffff;
        font-size: 1.375rem; }
    .historyRow .hisItem .hisContent {
      max-width: 100%;
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 40px; }
      .historyRow .hisItem .hisContent .unreset{ 
        color: #333;
        font-size: 16px;
        line-height: 28px; }
      .historyRow .hisItem .hisContent .dataSec, .historyRow .hisItem .hisContent .imgContent {
        max-width: calc(100% / 2 - 45px);
        width: 100%; }
      .historyRow .hisItem .hisContent .data {
        position: relative; }
        .historyRow .hisItem .hisContent .data:nth-child(n+2) {
          margin-top: 40px; }
        .historyRow .hisItem .hisContent .data:before {
          position: absolute;
          top: 0;
          left: -45px;
          width: 17px;
          height: 17px;
          content: '';
          display: block;
          background: #ffffff;
          border-radius: 50%;
          border: 2px solid #ca8167;
          transform: translateX(-50%); }
        .historyRow .hisItem .hisContent .data .title {
          color: #222222;
          font-size: 1.125rem;
          font-style: italic;
          font-weight: bold;
          line-height: 1.5rem; }
        .historyRow .hisItem .hisContent .data .des{ margin-top: 10px; }
        .historyRow .hisItem .hisContent .data .des p {
          color: #444444;
          font-size: 1rem;
          line-height: 1.625rem;
          margin-top: 10px;
          margin-bottom: 10px; }
      .historyRow .hisItem .hisContent .imgContent img {
        display: block;
        max-width: 100%; }

/* -------------- about RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .aboutTopRow:after {
    display: none; } }
@media (max-width: 960px) {
  .aboutTopRow .container {
    flex-direction: column-reverse;
    padding-bottom: 70px; }
  .aboutTopRow .leftContent {
    margin-top: 30px;
    padding-top: 0;
    max-width: 100%; }
    .aboutTopRow .leftContent .des {
      padding-right: 0; }
  .aboutTopRow .rightImg {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 640px) {
  .historyRow .hisFlow:before {
    left: 30px; }
  .historyRow .hisItem {
    justify-content: flex-start; }
    .historyRow .hisItem .year {
      width: 60px;
      height: 60px; }
      .historyRow .hisItem .year p {
        font-size: 1.125rem; }
    .historyRow .hisItem .hisContent {
      padding-left: 60px;
      margin-top: 20px; }
      .historyRow .hisItem .hisContent .dataSec, .historyRow .hisItem .hisContent .imgContent {
        max-width: 100%; }
      .historyRow .hisItem .hisContent .data {
        text-align: left !important; }
        .historyRow .hisItem .hisContent .data:before {
          left: -30px !important;
          right: inherit !important;
          transform: translateX(-50%) !important; }
      .historyRow .hisItem .hisContent .imgContent img {
        margin-left: 0 !important; } }
/* -------------- education --------------*/
.educationList .eduItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(247, 243, 234, 0) 50px, #f7f3ea 50px, #f7f3ea 100%);
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 70px; }
  .educationList .eduItem .imgBox {
    max-width: 40%;
    width: 100%;
    position: relative; }
  .educationList .eduItem .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 72%; }
    .educationList .eduItem .imgLimit img {
      width: 100%; }
  .educationList .eduItem .rightContent {
    max-width: calc(60% + 40px);
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.7);
    padding: 50px 40px;
    margin-left: -40px;
    margin-top: 30px;
    z-index: 1; }
    .educationList .eduItem .rightContent:hover {
      box-shadow: 0px 0px 15px 0px rgba(166, 139, 98, 0.7); }
    .educationList .eduItem .rightContent .title {
      color: #222222;
      font-size: 1.375rem;
      font-weight: bold;
      margin-bottom: 20px; }
    .educationList .eduItem .rightContent .contentData p {
      color: #666;
      font-size: 1rem;
      line-height: 1.25rem;
      position: relative;
      padding-left: 20px; }
      .educationList .eduItem .rightContent .contentData p:before {
        position: absolute;
        top: 9px;
        left: 0;
        width: 13px;
        height: 2px;
        background: #fcc23d;
        content: '';
        display: block; }
      .educationList .eduItem .rightContent .contentData p:nth-child(n+2) {
        margin-top: 15px; }

.educationDetail {
  margin-top: 60px; }
  .educationDetail .row1 {
    background: url(../images/eduDetailbg.png) no-repeat;
    background-position: center top;
    position: relative;
    padding-bottom: 60px; }
    .educationDetail .row1:after {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 1650px;
      width: 100%;
      content: '';
      display: block;
      background: #f9f9f9;
      height: 210px;
      z-index: -1; }
    .educationDetail .row1 .containerLimit {
      max-width: 1580px;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-left: 20px;
      margin-left: auto; }
    .educationDetail .row1 .leftContent {
      max-width: 370px;
      width: 100%;
      padding-right: 120px;
      padding-bottom: 80px; }
      .educationDetail .row1 .leftContent .title {
        color: #222222;
        font-size: 1.375rem;
        font-weight: bold;
        line-height: 1.875rem;
        position: relative; }
        .educationDetail .row1 .leftContent .title:before {
          position: absolute;
          top: 12px;
          left: -50px;
          width: 35px;
          height: 3px;
          content: '';
          display: block;
          background: #fcc23d; }
      .educationDetail .row1 .leftContent .des p {
        color: #444444;
        font-size: 1.125rem;
        line-height: 1.625rem; }
    .educationDetail .row1 .rightContent {
      max-width: calc(100% - 370px);
      width: 100%;
      position: relative; }
      .educationDetail .row1 .rightContent:after {
        position: absolute;
        bottom: 105px;
        left: 0;
        width: 30px;
        height: 160px;
        content: '';
        display: block;
        background: #82673f;
        transform: translateX(-50%); }
      .educationDetail .row1 .rightContent .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 50.33%; }
        .educationDetail .row1 .rightContent .imgLimit img {
          width: 100%; }
  .educationDetail .row2 {
    max-width: 1040px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 80px 20px;
    margin-left: auto;
    margin-right: auto; }
    .educationDetail .row2 .leftImgBox {
      max-width: 60%;
      width: 100%;
      position: relative; }
      .educationDetail .row2 .leftImgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 47.61%; }
        .educationDetail .row2 .leftImgBox .imgLimit img {
          width: 100%; }
    .educationDetail .row2 .rightDes {
      max-width: 40%;
      width: 100%;
      padding-left: 45px; }
      .educationDetail .row2 .rightDes p {
        color: #444444;
        font-size: 1rem;
        line-height: 1.625rem; }
        .educationDetail .row2 .rightDes p:nth-child(1) {
          margin-top: 0; }
  .educationDetail .row3 .title, .educationDetail .row4 .title {
    border-top: 3px solid #a68b62;
    color: #a68b62;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-top: 10px; }
  .educationDetail .row3 .des, .educationDetail .row4 .des {
    margin-top: 20px; }
    .educationDetail .row3 .des p, .educationDetail .row4 .des p {
      color: #444444;
      font-size: 1rem;
      line-height: 1.625rem; }
  .educationDetail .row3 {
    max-width: 1340px;
    width: 100%;
    background: #f9f9f9;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 65px;
    position: relative; }
    .educationDetail .row3:after {
      position: absolute;
      right: -45px;
      bottom: 50px;
      content: url(../images/dec-detail.png);
      display: block; }
  .educationDetail .row4 {
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 70px auto 100px; }
    .educationDetail .row4 > div {
      max-width: 50%;
      width: 100%; }
    .educationDetail .row4 .leftContent {
      background: #f9f9f9;
      padding: 70px 50px;
      margin-top: 60px; }
    .educationDetail .row4 .rightImgBox {
      position: relative; }
      .educationDetail .row4 .rightImgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 74%; }
        .educationDetail .row4 .rightImgBox .imgLimit img {
          width: 100%; }

/* -------------- education RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .educationDetail .row3:after {
    display: none; } }
@media (max-width: 1280px) {
  .educationList .eduItem {
    padding-right: 30px; }

  .educationDetail .row1 .leftContent {
    padding-right: 50px;
    padding-bottom: 20px; } }
@media (max-width: 1024px) {
  .educationList .eduItem {
    align-items: stretch; }
    .educationList .eduItem .imgBox, .educationList .eduItem .rightContent {
      max-width: 50%; }
    .educationList .eduItem .rightContent {
      margin-left: 0;
      margin-top: 0; } }
@media (max-width: 960px) {
  .educationList .eduItem .rightContent {
    padding: 30px; }
    .educationList .eduItem .rightContent .title {
      font-size: 1.25rem; }

  .educationDetail {
    margin-top: 40px; }
    .educationDetail .row1 .containerLimit {
      padding-right: 20px; }
    .educationDetail .row1 .leftContent {
      max-width: 100%;
      padding-right: 0; }
    .educationDetail .row1 .rightContent {
      max-width: 100%; }
      .educationDetail .row1 .rightContent:after {
        display: none; }
    .educationDetail .row2 {
      padding-top: 40px;
      padding-bottom: 40px; }
      .educationDetail .row2 .leftImgBox {
        max-width: 768px;
        order: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px; }
      .educationDetail .row2 .rightDes {
        padding-left: 0;
        max-width: 100%; }
    .educationDetail .row4 {
      margin: 40px 0; }
      .educationDetail .row4 > div {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; }
      .educationDetail .row4 .leftContent {
        order: 1;
        padding: 40px;
        margin-top: 0; } }
@media (max-width: 768px) {
  .educationList .eduItem {
    padding-right: 20px; }
    .educationList .eduItem .imgBox {
      max-width: 430px; }
    .educationList .eduItem .rightContent {
      max-width: 100%; }

  .educationDetail .row3 {
    padding: 40px 25px; } }
@media (max-width: 640px) {
  .educationList .eduItem .rightContent .contentData p:nth-child(n+2) {
    margin-top: 10px; }

  .educationDetail .row1 {
    padding-bottom: 30px; }
    .educationDetail .row1 .leftContent .title {
      font-size: 1.25rem; }
    .educationDetail .row1 .leftContent .des p {
      font-size: 1rem; } }
/* -------------- promotion --------------*/
.promotionList {
  margin-top: 60px; }
  .promotionList .promotionItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    position: relative; }
    .promotionList .promotionItem:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 115px;
      content: '';
      display: block;
      background: #f7f3ea; }
    .promotionList .promotionItem .imgBox {
      max-width: 41%;
      width: 100%;
      position: relative; }
      .promotionList .promotionItem .imgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 70.73%; }
        .promotionList .promotionItem .imgBox .imgLimit img {
          width: 100%; }
    .promotionList .promotionItem .content {
      max-width: 59%;
      width: 100%;
      position: relative;
      z-index: 1; }
      .promotionList .promotionItem .content .info {
        text-align: right; }
      .promotionList .promotionItem .content .tel {
        border-bottom: 2px solid #fcc23d;
        display: inline-flex;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-bottom: 5px;
        margin-left: auto; }
        .promotionList .promotionItem .content .tel p {
          color: #f0a700;
          padding-left: 10px; }
      .promotionList .promotionItem .content .dataSec {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        background: #ffffff;
        box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.7);
        padding: 45px 40px;
        margin-right: 50px;
        margin-left: -30px; }
        .promotionList .promotionItem .content .dataSec:hover {
          box-shadow: 0px 0px 15px 0px rgba(166, 139, 98, 0.7); }
          .promotionList .promotionItem .content .dataSec:hover .data .title {
            color: #82673f; }
      .promotionList .promotionItem .content .data {
        max-width: calc(100% - 55px);
        width: 100%; }
        .promotionList .promotionItem .content .data .title {
          color: #222222;
          font-size: 1.375rem;
          font-weight: bold;
          line-height: 1.875rem;
          margin-bottom: 15px; }
        .promotionList .promotionItem .content .data .des p {
          color: #444444;
          font-size: 1.0625rem;
          line-height: 1.625rem; }
      .promotionList .promotionItem .content .arrow {
        max-width: 55px;
        width: 100%;
        text-align: right; }

.promotionDetail .baseData .imgBox .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

/* -------------- promotion RWD --------------*/
@media (max-width: 1024px) {
  .promotionList .promotionItem {
    padding-left: 20px;
    padding-right: 20px; }
    .promotionList .promotionItem .content .tel {
      margin-bottom: 15px; }
    .promotionList .promotionItem .content .dataSec {
      margin-right: 0;
      padding: 30px; } }
@media (max-width: 768px) {
  .promotionList {
    margin-top: 40px; }
    .promotionList .promotionItem .imgBox {
      max-width: 460px; }
    .promotionList .promotionItem .content {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%; }
      .promotionList .promotionItem .content .info {
        order: 1; }
      .promotionList .promotionItem .content .dataSec {
        margin-left: 0; } }
@media (max-width: 640px) {
  .promotionList .promotionItem {
    padding: 0;
    margin-bottom: 50px; }
    .promotionList .promotionItem .content .data .title {
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .promotionList .promotionItem .content .dataSec {
      padding: 30px 20px; }
    .promotionList .promotionItem .content .tel {
      margin-left: 20px;
      margin-bottom: 10px; } }
/* -------------- culture --------------*/
.cultureContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .cultureContent .leftContent {
    max-width: 60%;
    width: 100%;
    padding-right: 60px; }
  .cultureContent .rightImg {
    max-width: 40%;
    width: 100%;
    position: relative;
    margin-top: 70px; }
    /*.cultureContent .rightImg:before, .cultureContent .rightImg:after {
      position: absolute;
      width: 100px;
      height: 30px;
      content: '';
      display: block;
      background: #fcc23d;
      z-index: 1; }*/
    .cultureContent .rightImg:before {
      top: -20px;
      right: 30px; }
    .cultureContent .rightImg:after {
      left: 30px;
      bottom: -20px; }
    .cultureContent .rightImg .imgBox {
      position: relative; }
      .cultureContent .rightImg .imgBox:nth-child(n+2) {
        margin-top: 20px; }
    .cultureContent .rightImg .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 68.08%; }
      .cultureContent .rightImg .imgLimit img {
        width: 100%; }
  .cultureContent .intro {
    padding-left: 50px;
    position: relative; }
    .cultureContent .intro:before {
      position: absolute;
      top: 10px;
      left: 0;
      width: 35px;
      height: 3px;
      content: '';
      display: block;
      background: #fcc23d; }
    .cultureContent .intro p {
      color: #444444;
      font-size: 1rem;
      line-height: 1.625rem; }
  .cultureContent .dataRow {
    border-top: 1px solid #eee;
    margin-top: 55px; }
    .cultureContent .dataRow .title {
      border-top: 3px solid #82673f;
      color: #82673f;
      display: inline-block;
      font-size: 1.125rem;
      font-weight: bold;
      margin-top: -1px;
      padding-top: 10px;
      margin-bottom: 20px; }
    .cultureContent .dataRow .des p {
      color: #444444;
      font-size: 1rem;
      line-height: 1.625rem; }
      .cultureContent .dataRow .des p:nth-child(1) {
        margin-top: 0; }

.cultureBookDetail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px; }
  .cultureBookDetail .leftImg {
    max-width: 260px;
    width: 100%;
    position: relative; }
    .cultureBookDetail .leftImg .imgBox {
      width: 100%;
      height: 0;
      padding-bottom: 137%; }
      .cultureBookDetail .leftImg .imgBox img {
        width: 100%; }
  .cultureBookDetail .bookContent {
    max-width: calc(100% - 260px);
    width: 100%;
    padding-left: 40px; }
  .cultureBookDetail .baseData .bookName {
    color: #222222;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.875rem; }
  .cultureBookDetail .baseData .infoGroup {
    margin-top: 20px;
    margin-bottom: 40px; }
  .cultureBookDetail .baseData .info {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem; }
  .cultureBookDetail .bookRow {
    border-top: 1px solid #eee;
    margin-bottom: 40px; }
    .cultureBookDetail .bookRow .title {
      border-top: 3px solid #a68b62;
      color: #a68b62;
      display: inline-block;
      font-size: 1.125rem;
      font-weight: bold;
      padding-top: 10px;
      margin-top: -1px; }
    .cultureBookDetail .bookRow .des p {
      color: #444444;
      font-size: 1rem;
      line-height: 1.625rem; }
  .cultureBookDetail .otherContents {
    width: 100%; }

/* -------------- culture RWD --------------*/
@media (max-width: 1280px) {
  .cultureContent .leftContent {
    padding-right: 40px; } }
@media (max-width: 960px) {
  .cultureContent .leftContent {
    max-width: 100%;
    padding-right: 0; }
  .cultureContent .rightImg {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 30px; }
    .cultureContent .rightImg .imgBox {
      max-width: calc(100% / 2 - 15px);
      width: 100%; }
      .cultureContent .rightImg .imgBox:nth-child(n+2) {
        margin-top: 0px; }
  .cultureContent .dataRow {
    margin-top: 35px; }

  .cultureBookDetail .leftImg {
    max-width: 200px; }
  .cultureBookDetail .bookContent {
    max-width: calc(100% - 200px); } }
@media (max-width: 640px) {
  .cultureBookDetail {
    margin-top: 40px; }
    .cultureBookDetail .bookContent {
      max-width: 100%;
      padding-left: 0;
      margin-top: 20px; }
    .cultureBookDetail .baseData .infoGroup {
      margin-top: 10px;
      margin-bottom: 30px; } }
@media (max-width: 640px) {
  .cultureContent .intro {
    padding-left: 30px; }
    .cultureContent .intro:before {
      width: 20px; }
  .cultureContent .rightImg:before, .cultureContent .rightImg:after {
    width: 30px;
    height: 10px; }
  .cultureContent .rightImg:before {
    top: -5px;
    right: 20px; }
  .cultureContent .rightImg:after {
    left: 20px;
    bottom: -5px; }
  .cultureContent .rightImg .imgBox {
    max-width: calc(100% / 2 - 5px); } }
/* -------------- philanthropy --------------*/
.philanthropyList {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .philanthropyList .philanthropyItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .philanthropyList .philanthropyItem .imgBox {
      max-width: 45%;
      width: 100%;
      position: relative; }
    .philanthropyList .philanthropyItem .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 54.54%; }
      .philanthropyList .philanthropyItem .imgLimit img {
        width: 100%; }
    .philanthropyList .philanthropyItem .content {
      max-width: 55%;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px; }
      .philanthropyList .philanthropyItem .content .dataSec {
        background: #f7f3ea;
        display: block;
        padding: 40px 50px; }
      .philanthropyList .philanthropyItem .content .dataBox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        background: #ffffff;
        box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.7);
        padding: 60px 40px;
        position: relative; }
        .philanthropyList .philanthropyItem .content .dataBox:before {
          width: 60px;
          height: 20px;
          position: absolute;
          top: -10px;
          right: -10px;
          content: '';
          display: block;
          background: #fcc23d; }
        .philanthropyList .philanthropyItem .content .dataBox:hover {
          box-shadow: 0px 0px 15px 0px rgba(166, 139, 98, 0.7); }
          .philanthropyList .philanthropyItem .content .dataBox:hover .data .title {
            color: #82673f; }
      .philanthropyList .philanthropyItem .content .data {
        max-width: calc(100% - 55px);
        width: 100%; }
        .philanthropyList .philanthropyItem .content .data .title {
          color: #222222;
          font-size: 1.375rem;
          font-weight: bold;
          line-height: 1.875rem;
          margin-bottom: 15px; }
        .philanthropyList .philanthropyItem .content .data .des {
          color: #444444;
          font-size: 1rem;
          line-height: 1.625rem; }
      .philanthropyList .philanthropyItem .content .arrow {
        max-width: 55px;
        width: 100%;
        text-align: right; }

.philanthropyDetail .baseData .imgBox .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 65.51%; }

/* -------------- philanthropy RWD --------------*/
@media (max-width: 1280px) {
  .philanthropyList .philanthropyItem .content .dataSec {
    padding: 30px; }
  .philanthropyList .philanthropyItem .content .dataBox {
    padding: 40px 30px; }
  .philanthropyList .philanthropyItem .content .data {
    max-width: calc(100% - 35px); }
  .philanthropyList .philanthropyItem .content .arrow {
    max-width: 35px; } }
@media (max-width: 768px) {
  .philanthropyList {
    margin-top: 40px; }
    .philanthropyList .philanthropyItem {
      margin-bottom: 40px; }
      .philanthropyList .philanthropyItem .imgBox {
        max-width: 100%; }
      .philanthropyList .philanthropyItem .content {
        max-width: 100%;
        padding: 0; } }
@media (max-width: 640px) {
  .philanthropyList .philanthropyItem .content .dataSec, .philanthropyList .philanthropyItem .content .dataBox {
    padding: 20px; }
  .philanthropyList .philanthropyItem .content .data .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px; } }
/* -------------- news --------------*/
.newsListContainer {
  position: relative;
  overflow: hidden; }
  .newsListContainer:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    display: block;
    background: url(../images/repaet-indexActivity.jpg) repeat;
    transform: translateY(-30%);
    z-index: -1; }

/* -------------- news RWD --------------*/
/* -------------- volunteers --------------*/
.volList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px; }
  .volList .volItem {
    max-width: calc(100% / 2 - 20px);
    width: 100%;
    border-bottom: 1px solid #efe8d9;
    padding: 30px; }
    .volList .volItem:hover {
      background: #f9f9f9; }
    .volList .volItem .head {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      color: #222222; }
      .volList .volItem .head .category {
        border: 1px solid #222222;
        font-size: 1rem;
        padding: 7px;
        margin-right: 10px; }
      .volList .volItem .head .name {
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.75rem;
        padding-top: 3px; }
    .volList .volItem .data {
      margin-top: 10px;
      margin-bottom: 10px; }
      .volList .volItem .data p {
        color: #444444;
        font-size: 1rem;
        line-height: 1.625rem; }
    .volList .volItem .more {
      text-align: right; }
      .volList .volItem .more a {
        max-width: 130px;
        width: 100%;
        background: #f7f3ea;
        color: #222222;
        display: inline-block;
        font-size: 1rem;
        text-align: center;
        padding: 10px; }
        .volList .volItem .more a:hover {
          background: #82673f;
          color: #ffffff; }

.volDetail {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .volDetail .head {
    border-bottom: 2px solid #a68b62;
    padding-bottom: 10px; }
    .volDetail .head h3 {
      color: #a68b62;
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.875rem; }
  .volDetail .content p {
    color: #444444;
    font-size: 1rem;
    line-height: 1.625rem; }

/* -------------- volunteers RWD --------------*/
@media (max-width: 960px) {
  .volList .volItem {
    max-width: calc(100% / 2 - 10px); } }
@media (max-width: 768px) {
  .volList {
    margin-top: 40px; }
    .volList .volItem {
      max-width: 100%;
      padding: 20px; }

  .volDetail {
    margin-top: 40px; }
    .volDetail .head h3 {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
/* -------------- contact --------------*/
.contactContainer {
  max-width: 790px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 60px auto; }
  .contactContainer .contact-des{
    margin-bottom: 40px;
    background: #efe8d9;
    padding: 20px;
    font-size: 1rem /* 16/16 */;
    line-height: 1.4;
  }
  .contactContainer .contact-des p + p{
    margin-top: 5px;
  }
  .contactContainer .contact-des a{
    color: #8d6b37;
    text-decoration: underline;
  }
  .contactContainer .field {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .contactContainer .field label {
      max-width: 100px;
      width: 100%;
      color: #a68b62;
      font-size: 1rem;
      line-height: 1.25rem;
      padding-right: 30px;
      padding-top: 15px;
      text-align: right; }
    .contactContainer .field .fieldData {
      max-width: calc(100% - 100px);
      width: 100%;
      position: relative; }
    .contactContainer .field .selectStyle, .contactContainer .field input, .contactContainer .field textarea {
      max-width: 100%;
      width: 100%;
      border: 1px solid #a68b62; }
    .contactContainer .field input, .contactContainer .field textarea, .contactContainer .field select {
      color: #444444;
      font-size: 1rem;
      line-height: 1rem;
      padding: 15px; }
    .contactContainer .field textarea {
      line-height: 1.625rem;
      resize: none;
      height: 150px; }
    .contactContainer .field .selectStyle {
      position: relative; }
      .contactContainer .field .selectStyle:before {
        position: absolute;
        top: 50%;
        right: 10px;
        content: '\f0d7';
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        color: #444444;
        font-size: 1.125rem;
        transform: translateY(-50%); }
      .contactContainer .field .selectStyle select {
        padding-right: 25px;
        width: 100%; }
    .contactContainer .field .addressField {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contactContainer .field .addressField .selectStyle {
        max-width: calc(50% - 5px); }
      .contactContainer .field .addressField #address {
        margin-top: 10px; }
    .contactContainer .field .code {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
  .contactContainer .btnRow {
    text-align: center; }
    .contactContainer .btnRow button {
      max-width: 180px;
      width: 100%;
      background: #f7f3ea;
      color: #222222;
      font-size: 1rem;
      line-height: 1rem;
      padding: 13px 10px; }
      .contactContainer .btnRow button:hover {
        background: #82673f;
        color: #ffffff; }

/* -------------- contact RWD --------------*/
@media (max-width: 768px) {
  .contactContainer {
    margin-top: 40px;
    margin-bottom: 40px; } }
@media (max-width: 640px) {
  .contactContainer .contact-des{
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .contactContainer .field {
    margin-bottom: 15px; }
    .contactContainer .field label, .contactContainer .field .fieldData {
      max-width: 100%; }
    .contactContainer .field label {
      padding-right: 0;
      padding-top: 0;
      text-align: left;
      margin-bottom: 8px; }
    .contactContainer .field input, .contactContainer .field textarea, .contactContainer .field select {
      padding: 10px; } }
/* -------------- link --------------*/
.linkListPage {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px; }
  .linkListPage:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    display: block;
    background: url(../images/repaet-indexActivity.jpg) repeat;
    transform: translateY(-30%);
    z-index: -1; }
  .linkListPage .pageContainer {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .linkListPage .linkItem {
    max-width: calc(100% / 5);
    width: 100%;
    padding: 20px 10px; }
    .linkListPage .linkItem a {
      display: block; }
    .linkListPage .linkItem .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 55.55%;
      border: 1px solid #dfdfdf;
      display: block;
      position: relative; }
      .linkListPage .linkItem .imgLimit img {
        width: 100%; }
    .linkListPage .linkItem .linkName {
      color: #444444;
      font-size: 1rem;
      margin-top: 10px;
      text-align: center;
      line-height: 1.375rem; }

/* -------------- link RWD --------------*/
@media (max-width: 1280px) {
  .linkListPage {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px; }
    .linkListPage .linkItem {
      max-width: calc(100% / 4); } }
@media (max-width: 640px) {
  .linkListPage .linkItem {
    max-width: calc(100% / 2);
    padding: 10px; } }
/* -------------- attractions --------------*/
.attractionsList {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px; }
  .attractionsList:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    display: block;
    background: url(../images/repaet-indexActivity.jpg) repeat;
    transform: translateY(-30%);
    z-index: -1; }
  .attractionsList .pageContainer {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .attractionsList .attractionsItem {
    max-width: calc(100% / 3 - 1px);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px; }
    .attractionsList .attractionsItem .imgBox {
      position: relative; }
      .attractionsList .attractionsItem .imgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 67.35%; }
        .attractionsList .attractionsItem .imgBox .imgLimit img {
          width: 100%; }
    .attractionsList .attractionsItem .content {
      background: #ffffff;
      box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.7);
      display: block;
      position: relative;
      margin: -30px 15px 0;
      padding: 40px 20px 30px; }
      .attractionsList .attractionsItem .content:hover .hoverBox {
        opacity: 1; }
    .attractionsList .attractionsItem .location {
      max-width: 130px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: #f0a700;
      padding: 10px 20px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -40px;
      transform: translateY(-50%);
      position: relative;
      z-index: 2; }
      .attractionsList .attractionsItem .location p {
        color: #ffffff;
        margin-left: 7px; }
    .attractionsList .attractionsItem .data .title {
      color: #222222;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.75rem;
      margin-bottom: 10px; }
    .attractionsList .attractionsItem .data .des {
      color: #444444;
      font-size: 1rem;
      line-height: 1.5rem; }
    .attractionsList .attractionsItem .data .category {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-top: 15px; }
      .attractionsList .attractionsItem .data .category .tag {
        border: 1px solid #222222;
        color: #222222;
        display: inline-block;
        font-size: 0.9375rem;
        padding: 7px; }
        .attractionsList .attractionsItem .data .category .tag:not(:last-child) {
          margin-right: 5px;
          margin-bottom: 5px; }
    .attractionsList .attractionsItem .hoverBox {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: rgba(102, 71, 13, 0.85);
      z-index: 1;
      opacity: 0;
      transition: opacity .3s ease; }
      .attractionsList .attractionsItem .hoverBox .plusIcon {
        width: 50px;
        height: 50px;
        position: relative;
        margin-left: auto;
        margin-right: auto; }
        .attractionsList .attractionsItem .hoverBox .plusIcon span {
          width: 100%;
          height: 2px;
          background: #ffffff;
          display: block; }
          .attractionsList .attractionsItem .hoverBox .plusIcon span:nth-child(n+2) {
            transform: rotate(90deg); }
      .attractionsList .attractionsItem .hoverBox p {
        color: #ffffff;
        font-size: 1.125rem; }

.attractionsDetail {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
  margin-bottom: 60px; }
  .attractionsDetail .head {
    border-bottom: 3px solid #a68b62;
    padding-bottom: 10px; }
    .attractionsDetail .head h3 {
      color: #222222;
      font-size: 1.375rem;
      font-weight: bold; }
  .attractionsDetail .top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px; }
  .attractionsDetail .imgSlider {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #f6f6f6;
    padding: 30px; }
    .attractionsDetail .imgSlider .imgBox {
      position: relative; }
    .attractionsDetail .imgSlider .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 67.16%; }
      .attractionsDetail .imgSlider .imgLimit img {
        width: 100%; }
    .attractionsDetail .imgSlider .bigSlider {
      position: relative; }
    .attractionsDetail .imgSlider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 15px;
      height: 30px;
      background: transparent;
      font-size: 0;
      transform: translateY(-50%);
      z-index: 1; }
    .attractionsDetail .imgSlider .slick-prev {
      background: url(../images/indexActivity-arrow-p.png) no-repeat;
      background-size: contain;
      left: -20px; }
    .attractionsDetail .imgSlider .slick-next {
      background: url(../images/indexActivity-arrow.png) no-repeat;
      background-size: contain;
      right: -20px; }
    .attractionsDetail .imgSlider .navSlider {
      margin-top: 7px;
      margin-left: -8px;
      margin-right: -8px; }
      .attractionsDetail .imgSlider .navSlider .imgBox {
        border: 3px solid #ffffff;
        margin: 5px;
        outline: none; }
      .attractionsDetail .imgSlider .navSlider .slick-current {
        border-color: #fcc23d; }
  .attractionsDetail .rightContent {
    max-width: 100%;
    width: 100%; }
  .attractionsDetail .infoGroup {
    border-bottom: 3px solid #efe8d9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .attractionsDetail .infoGroup .info {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
      .attractionsDetail .infoGroup .info:nth-child(n+2) {
        margin-top: 10px; }
      .attractionsDetail .infoGroup .info p {
        max-width: calc(100% - 30px);
        width: 100%;
        color: #444444;
        font-size: 1rem;
        line-height: 1.25rem; }
  .attractionsDetail .des p {
    color: #444444;
    font-size: 1rem;
    line-height: 1.625rem; }
  .attractionsDetail .bottom .contentHead {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin-bottom: 30px; }
    .attractionsDetail .bottom .contentHead .title {
      border-top: 3px solid #82673f;
      color: #82673f;
      font-size: 1.125rem;
      font-weight: bold;
      font-weight: bold;
      padding-top: 10px;
      margin-top: -1px; }
    .attractionsDetail .bottom .contentHead .remark {
      color: #999;
      font-size: 0.875rem;
      line-height: 1.125rem;
      padding-top: 10px;
      padding-left: 5px; }

/* -------------- attractions RWD --------------*/
@media (max-width: 960px) {
  .attractionsList .attractionsItem {
    max-width: 50%; }

  .attractionsDetail .infoGroup {
    padding-bottom: 20px;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .attractionsDetail {
    margin-top: 60px;
    margin-bottom: 40px; }
    .attractionsDetail .top {
      margin-bottom: 30px;
      margin-top: 30px; }
    .attractionsDetail .infoGroup{ 
      padding-top: 0; }
    .attractionsDetail .imgSlider {
      max-width: 540px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .attractionsDetail .rightContent {
      padding-left: 0;
      max-width: 100%;
      margin-top: 20px; } }
@media (max-width: 640px) {
  .attractionsList .attractionsItem {
    max-width: 100%;
    margin-bottom: 40px; }

  .attractionsDetail .bottom .contentHead {
    margin-bottom: 20px; }
    .attractionsDetail .bottom .contentHead .remark {
      width: 100%;
      padding-left: 0;
      padding-top: 5px; } }
/* -------------- vedio --------------*/
.vedioContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .vedioContainer .vedioAside {
    max-width: 200px;
    width: 100%;
    border-top: 2px solid #ca8167;
    border-bottom: 2px solid #ca8167; }
    .vedioContainer .vedioAside li {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      background: rgba(202, 129, 103, 0.07);
      padding: 10px 5px; }
      .vedioContainer .vedioAside li:nth-child(n+2) {
        border-top: 1px dashed #ca8167; }
      .vedioContainer .vedioAside li .icon {
        max-width: 25px;
        width: 100%; }
      .vedioContainer .vedioAside li a {
        max-width: calc(100% - 25px);
        width: 100%;
        color: #444444;
        font-size: 1rem;
        line-height: 1.25rem;
        padding-left: 15px;
        padding-top: 5px; }
        .vedioContainer .vedioAside li a:hover {
          text-decoration: underline; }
  .vedioContainer .rightList {
    max-width: calc(100% - 200px);
    width: 100%;
    padding-left: 60px; }
  .vedioContainer .vedioList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -50px; }
  .vedioContainer .vedioItem {
    max-width: 50%;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0, #ffffff 60%, #f7f3ea 60%, #f7f3ea 100%);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    margin-bottom: 50px; }
    .vedioContainer .vedioItem a:hover .content .data {
      box-shadow: 0px 0px 15px 0px rgba(166, 139, 98, 0.7); }
      .vedioContainer .vedioItem a:hover .content .data p {
        color: #82673f; }
    .vedioContainer .vedioItem .imgBox {
      padding-right: 40px; }
      .vedioContainer .vedioItem .imgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 73.68%;
        position: relative; }
      .vedioContainer .vedioItem .imgBox img {
        width: 100%; }
    .vedioContainer .vedioItem .content {
      padding-left: 40px;
      margin-top: -50px;
      position: relative;
      z-index: 1; }
      .vedioContainer .vedioItem .content .date {
        background: #f0a700;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1rem;
        display: inline-block;
        padding: 10px 13px; }
      .vedioContainer .vedioItem .content .data {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.7);
        background: #ffffff;
        padding: 20px; }
        .vedioContainer .vedioItem .content .data p {
          max-width: calc(100% - 35px);
          width: 100%;
          color: #222222;
          font-size: 1.125rem;
          font-weight: bold;
          line-height: 1.5rem; }
        .vedioContainer .vedioItem .content .data .icon {
          max-width: 35px;
          width: 100%;
          text-align: right; }
  .vedioContainer .videoDetailContent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px; }
    .vedioContainer .videoDetailContent .leftContent {
      max-width: calc(100% - 150px);
      width: 100%;
      padding-right: 30px; }
    .vedioContainer .videoDetailContent .videoTitle {
      color: #222222;
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.875rem; }
    .vedioContainer .videoDetailContent .infoGroup p {
      color: #666;
      font-size: 1rem;
      line-height: 1.25rem;
      margin-top: 10px; }
    .vedioContainer .videoDetailContent .socialList {
      max-width: 150px;
      width: 100%; }
    .vedioContainer .videoDetailContent .a2a_svg {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #a68b62 !important;
      overflow: hidden;
      padding: 4px; }
    .vedioContainer .videoDetailContent .socialIcon:nth-child(n+2) {
      margin-left: 8px; }

/* -------------- vedio RWD --------------*/
@media (max-width: 1024px) {
  .vedioContainer .vedioAside {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: none;
    max-width: 100%; }
    .vedioContainer .vedioAside li {
      border: none !important;
      background: transparent;
      display: inline-flex;
      padding: 0; }
      .vedioContainer .vedioAside li.active a {
        background: #a68b62 !important;
        color: #ffffff; }
      .vedioContainer .vedioAside li:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 5px; }
      .vedioContainer .vedioAside li .icon {
        display: none; }
      .vedioContainer .vedioAside li a {
        border: 2px solid #a68b62;
        color: #a68b62;
        padding: 10px;
        max-width: 100%; }
        .vedioContainer .vedioAside li a:hover {
          background: rgba(166, 139, 98, 0.1);
          text-decoration: none; }
  .vedioContainer .rightList {
    padding-left: 0;
    max-width: 100%; }
  .vedioContainer .vedioList {
    margin-bottom: 0; }
  .vedioContainer .vedioItem {
    margin-bottom: 0;
    margin-top: 40px; }
  .vedioContainer .vedioLimitContainer {
    margin-top: 30px; } }
@media (max-width: 960px) {
  .vedioContainer .vedioItem {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; }
    .vedioContainer .vedioItem .imgBox {
      padding-right: 0; }
    .vedioContainer .vedioItem .content {
      padding-left: 0;
      margin-top: -36px; } }
@media (max-width: 768px) {
  .vedioContainer {
    margin-top: 40px; }
    .vedioContainer .vedioAside li a {
      border: 1px solid #a48f70;
      font-size: 0.9375rem;
      padding: 7px 13px; }
    .vedioContainer .videoDetailContent {
      margin-top: 20px; }
      .vedioContainer .videoDetailContent .videoTitle {
        font-size: 1.25rem;
        line-height: 1.75rem; }
      .vedioContainer .videoDetailContent .leftContent, .vedioContainer .videoDetailContent .socialList {
        max-width: 100%; }
      .vedioContainer .videoDetailContent .socialList {
        margin-top: 10px; } }
@media (max-width: 640px) {
  .vedioContainer .vedioItem {
    max-width: 100%; } }
/* -------------- eBook --------------*/
.eBookDetail {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
  margin-bottom: 60px; }
  .eBookDetail .head {
    border-bottom: 3px solid #a68b62;
    padding-bottom: 10px; }
    .eBookDetail .head h3 {
      color: #222222;
      font-size: 1.25rem;
      font-weight: bold; }
  .eBookDetail .bookBox {
    background: #f9f9f9;
    padding: 30px; }
    .eBookDetail .bookBox img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .eBookDetail .bb-bookblock {
    padding-bottom: 67.16%; }
  .eBookDetail .jumpPage {
    max-width: 70px;
    width: 100%;
    border: 1px solid #a68b62;
    padding: 6px;
    margin-right: 5px;
    text-align: center; }

/* -------------- eBook RWD --------------*/
@media (max-width: 640px) {
  .eBookDetail {
    margin-top: 40px;
    margin-bottom: 50px; }
    .eBookDetail .bookBox {
      padding: 30px 0; } }

/* -------------- album --------------*/
.albumList{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }
  .albumList .albumItem{
    max-width: calc(100% / 3);
    width: 100%; }
  .albumList .albumBox{
    border: solid 1px #e4dcc9;
    border-bottom: solid 5px #e4dcc9;
    display: block;
    padding: 5px;
    margin: 20px; }
    .albumList .albumBox:hover .imgBox img{ 
      transform: scale(1.1); }
    .albumList .albumBox:hover .content .albumName{ 
      color: #9c8155; }
    .albumList .albumBox:hover .date{ 
      transform: translateY(0%);
      opacity: 1; }
  .albumList .imgBox{ 
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden; }
    .albumList .imgBox img{ 
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      transform: scale(1);
      transition: transform .7s ease; }
  .albumList .date{ 
    text-align: center;
    position: relative;
    margin-top: -18px;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease; }
    .albumList .date p{ 
      background: #9c8155;
      color:#fff;
      display: inline-block;
      font-size: 16px;
      padding: 10px 15px; }
  .albumList .content{ 
    background: #fff;
    padding: 20px; }
    .albumList .content .albumName{ 
      color: #222;
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; }
    .albumList .content .des{ 
      color: #777;
      font-size: 16px;
      line-height: 22px; }
.albumDLData{
  background: #f1eee6;
  padding: 20px;
  margin-bottom: 40px; }
  .albumDLData .albumBox{ 
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .albumDLData .date{ 
    background: #9c8155;
    padding: 15px 20px;
    margin-top: -50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .albumDLData .date p{ 
      color: #fff;
      font-size: 18px;
      line-height: 18px; }
    .albumDLData .date .begin{ 
      margin-bottom: 30px;
      position: relative; }
      .albumDLData .date .begin:before{ 
        content: '~';
        color: #fff;
        position: absolute;
        bottom: -7px; left: 50%;
        transform: translate(-50%, 100%) rotate(90deg);
        font-size: 30px; }
  .albumDLData .albumData{ 
    /* max-width: calc(100% - 90px); */
    max-width: 100%;
    width: 100%;
    /* padding-left: 30px; */
    margin-top: 10px; }
    .albumDLData .albumData .albumName{ 
      color: #222;
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; }
    .albumDLData .albumData .des{ 
      color: #777;
      font-size: 16px;
      line-height: 26px; }
.albumDLSlider{ }
  .albumDLSlider .bigSlider{ 
    border: solid 5px #e4dcc9;
    padding: 40px;
    position: relative; }
      .albumDLSlider .bigSlider .slick-arrow {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 38px;
        font-size: 0;
        transform: translateY(-50%);
        z-index: 1; }
      .albumDLSlider .bigSlider .slick-prev {
        background: url(../images/indexActivity-arrow-p.png) no-repeat;
        background-size: contain;
        left: 10px; }
      .albumDLSlider .bigSlider .slick-next {
        background: url(../images/indexActivity-arrow.png) no-repeat;
        background-size: contain;
        right: 10px; }
    .albumDLSlider .imgLimit{ 
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      overflow: hidden; }
      .albumDLSlider .imgLimit img{ 
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
  .albumDLSlider .navSlider{ 
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0; }
    .albumDLSlider .navSlider li{ 
      border: solid 1px #eee;
      background: #f6f6f6;
      margin: 10px;
      padding: 10px;
      outline: none; }
      .albumDLSlider .navSlider li.slick-current{ 
        border-color: #e4dcc9;
        background: #e4dcc9; }
  .albumDLSlider .des{
  	background: #ca8067;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
  }

/* -------------- album RWD --------------*/
@media (max-width: 1280px){
  .albumList{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px; }
    .albumList .albumBox{
      margin: 10px; } }
@media (max-width: 960px){ 
  .albumDLData .albumBox{ 
    flex-wrap: wrap; }
  .albumList .albumItem{
    max-width: calc(100% / 2); }
  .albumDLData .date{ 
    display: flex;
    padding: 15px 20px; }
    .albumDLData .date .begin{ 
      margin-bottom: 0;
      margin-right: 20px; }
      .albumDLData .date .begin:before{ 
        bottom: 50%;
        left: 100%;
        transform: translate(50%, 50%) rotate(0deg);
        font-size: 18px; }
  .albumDLData .albumData{ 
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px; } 
  .albumDLSlider .bigSlider{ 
    padding: 30px; }
    .albumDLSlider .bigSlider .slick-arrow{
      width: 15px; }
    .albumDLSlider .bigSlider .slick-next{ 
      right: 5px; }
    .albumDLSlider .bigSlider .slick-prev{ 
      left: 5px; }
}
@media (max-width: 640px){ 
  .albumDLData{ 
    padding: 10px;
    margin-bottom: 20px; } 
    .albumDLData .date{ 
      margin-top: -25px; }
    .albumDLData .albumBox{ 
      padding: 15px; }
  .albumDLSlider .bigSlider{ 
    border: none;
    padding: 20px; }
    .albumDLSlider .bigSlider .slick-next{ 
      right: -5px; }
    .albumDLSlider .bigSlider .slick-prev{ 
      left: -5px; }
  .albumDLSlider .navSlider{ 
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px; }
    .albumDLSlider .navSlider li{ 
      padding: 5px;
      margin: 5px; }
  
}
@media (max-width: 480px){ 
  .albumList .albumItem{
    max-width: 100%; } }

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: 0.83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit;
  border: 1px solid #ccc;
  padding: 5px;
  }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

/*# sourceMappingURL=style.css.map */

/* -------------- 20200601 新增報名表下載按鈕 --------------*/
.downloadLink{ 
  /*text-align: right;*/
  margin-bottom: 15px; }
  .downloadLink a{
    background: #f7f3ea;
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    color: #81673f;
    border-radius: 6px; }
    .downloadLink a:hover{ 
      background: #81673f;
      color: #fff; }
  .downloadLink i{ 
    font-size: 18px;
    line-height: 18px;
    padding-right: 5px; }
  .downloadLink span{ 
    font-size: 16px;
    line-height: 16px; }



/* -------------- 20200907 新增行事曆 --------------*/
.calendarContainer{}
  .calendarContainer .top-calendar{ 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .calendarContainer .select-form{ 
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .calendarContainer .select-form p{ 
      margin-left: 5px;
      margin-right: 5px; }
    .calendarContainer .select-form button{ 
      background: #f7f3ea;
      font-size: 16px;
      padding: 9px 20px;
      margin-left: 10px; }
      .calendarContainer .select-form button:hover{
        background: #a68b62;
        color: #fff; }
  .calendarContainer .selectStyle{ 
    border: 1px solid #ccc;
    position: relative; }
    .calendarContainer .selectStyle:before {
      position: absolute;
      top: 50%;
      right: 10px;
      content: '\f0d7';
      display: block;
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      color: #444444;
      font-size: 1.125rem;
      transform: translateY(-50%); }
    .calendarContainer .selectStyle select{ 
      background: transparent;
      font-size: 16px;
      padding: 10px;
      padding-right: 30px;
      position: relative;
      width: 90px;
      z-index: 1; }
  .calendarContainer .aw{ 
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .calendarContainer .aw a{ 
      display: block;
      margin-left: 10px;
      margin-right: 10px; }
      .calendarContainer .aw a:hover i{ 
        color: #a68b62; }
    .calendarContainer .aw i{ 
      color: #999;
      font-size: 20px; }
  .calendarContainer .current-month{ 
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
.calender-table{ 
  margin-bottom: 60px; }
  .calender-table .tr{
    display: flex;
    flex-wrap: wrap; }
  .calender-table .cell{ 
    width: calc(100% / 7 - 2px);
    min-height: 120px;
    margin: 1px;
    margin-top: 0;
    border: 1px solid #f7f3ea;
    padding: 5px; }
    .calender-table .cell.holiday{ 
      background: #f7f3ea; }
  .calender-table .thead .cell{ 
    background: #aaa;
    color: #fff;
    padding: 10px;
    text-align: center;
    min-height: auto; } 
    .calender-table .thead .cell.holiday{ 
      background: #a68b62; }
  .calender-table .day{
    color: #333;
    font-size: 16px; 
    margin-bottom: 5px; }
.evt-list{ 
  margin-left: 13px; }
  .evt-list li{ 
    position: relative;
    margin-bottom: 5px; }
    .evt-list li:before{ 
      content: '●';
      color: #a68b62;
      position: absolute;
      font-size: 12px;
      top: 2px;
      left: -13px;
      transform: scale(0.6);
      transform-origin: left center; }
  .evt-list a{ 
    color: #333;
    font-size: 16px;
    line-height: 18px; }
    .calender-table .evt-list a:hover{ 
      color: #a68b62;
      text-decoration: underline; }
.mb-calendar{ 
  display: none;
  margin-bottom: 40px; }
.evt-item{ 
  border: 1px solid #a68b62;
  margin-bottom: 2px;
  padding: 5px; }
  .evt-item .day{ 
    background: #a68b62;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 5px;
    margin-bottom: 7px; }

.to-calndar{
  text-align: center; }
  .to-calndar a{ 
    border: 1px solid #c70709;
    padding: 13px 25px;
    background: #c70709;
    color: #fff;
    border-radius: 25px; }
    .to-calndar a:hover{ 
      background: #fff;
      color: #c70709; }
  .to-calndar i{ 
    margin-right: 5px; }

@media (max-width: 768px) { 
  .calender-table{ 
    display: none; }
  .mb-calendar{ 
    display: block; } 
}

@media (max-width: 640px) {
  .calendarContainer .top-calendar{ 
    margin-bottom: 0; }
  .calendarContainer .select-form, .calendarContainer .aw{ 
    justify-content: center;
    width: 100%;
    margin-bottom: 15px; }
  .calendarContainer .aw{ 
    margin-left: 0;
    margin-right: 0;  }
}