@charset "utf-8";
/** bootstrap **/
@import "bootstrap-4.2.1.css";
/** 文字icon **/
@import "font-awesome.min.css";
/** 手機選單 **/
@import url("slicknav.css") screen and (max-width:1000px);
/** edm **/
@import "edm.css";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {width: auto;height: auto;}
body {background: #ffffff;margin: 0;padding: 0;width: auto;height: auto;font-size: medium;line-height: 1.6;font-family: 'Noto Sans TC', sans-serif;word-break: break-word;}
a, a:hover {text-decoration: none;transition: all 0.5s ease 0s;}
img {border: 0;vertical-align: middle;max-width: 100%;}
input {vertical-align: middle;border-radius: 0;}
input:focus, select:focus, textarea:focus, button:focus {outline: 0;}
table{border-collapse:inherit;}
.table-responsive table{min-width: 529px;}

/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea {border-radius: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu {display: none;}

/** 表單預設文字顏色設定 **/ 
::-webkit-input-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
#field2::-webkit-input-placeholder {color: #999999;}
#field3::-webkit-input-placeholder {color: #999999;background: lightgreen;text-transform: uppercase;}
#field4::-webkit-input-placeholder {font-style: italic;text-decoration: overline;letter-spacing: 3px;color: #999999;}
#field2::-moz-placeholder {color: #999999;}
#field3::-moz-placeholder {color: #999999;background: lightgreen;text-transform: uppercase;}
#field4::-moz-placeholder {font-style: italic;text-decoration: overline;letter-spacing: 3px;color: #999999;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu {}
.slicknav_icon-bar {background-color: #333333;}
.b-color > li:hover, .b-color > li > ul > li > a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {background:#d2a655;color: #ffffff;}
.border-color {border-left: 7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow {font-family: Arial;position: absolute;top: 13px;right: 15px;}

/** 聯絡資訊 **/
.wd_chat_widget {position: fixed;bottom: 5%;right: 10px;text-align: center;z-index: 9999;width: 50px;}
.community {position: relative;}
.community ul {display: block;list-style: none; margin: 0; padding: 0; width: auto; height: auto;-webkit-transition: 200ms;-moz-transition: 200ms; transition: 200ms;}
.community ul li { position: relative; padding: 0;margin: 5px 0;display: block;text-align: center;width: 50px;height: 50px; border-radius: 25px;}
.community ul li a {padding: 12px;display: flex;align-items: center; justify-content: flex-end; width: 50px; height: 50px; border-radius: 25px;overflow: hidden;transform:scale(1);transition: all 0.3s ease 0s;}
.community ul li a:hover {transform:scale(1.1);transition: all 0.3s ease 0s;position: relative;z-index: 10000;}
@keyframes communityshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:575px) {
    .wd_chat_widget {width: 100%;bottom: 0;right: 0;}
    .community ul {display: flex;width: 100%;}
    .community ul li {flex: 1;width:auto;height:auto;border-radius: 0;margin: 0;}
    .community ul li a {width: auto; height: auto;border-radius: 0;padding: 8px 15px;}
    .community ul li a img {max-width: 24px;margin: 0 auto;}
}

/** 上版 **/
header {background: #ffffff;padding: 0 15px;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;transition: all 0.5s ease 0s;}
.head-main {max-width: 1440px;margin: 0 auto;padding: 0;display: flex;align-items: center;}
.head-main .logo {width: 260px;height: auto;transition: all 0.5s ease 0s;z-index: 1000;}
.head-main .logo a {display: block;color: #000000;}
.head-main .logo img {width: 100%;height: auto;}
.head-search {display: flex;border: 1px #cccccc solid;background: #ffffff;position: absolute;top: -36px;right: 0;min-width: 280px;transition: all 0.5s ease 0s;}
.head-search .head-search-input {flex: 1;background: #ffffff;}
.head-search .head-search-input input {width: 100%;border: 0;background: #ffffff;padding: 5px 15px;font-size: 15px;font-weight: 300;}
.head-search .head-search-btn {display: block;width: 34px;height: 34px;}
.head-search .head-search-btn input {display: block;width: 34px;height: 34px; border: 0; background: #ffffff url("../images/search-icon.svg")no-repeat center center; background-size: 20px;}
@media screen and (max-width:1230px) {
  .head-main .logo {width: 200px; top: 10px;}
}
@media screen and (max-width:1000px) {
  header {background: #ffffff;height: 0;}
  .head-main .logo {width: 176px;top: 3px;position: fixed;z-index: 10000;left: 15px;}
}
@media screen and (max-width:575px) {
  .head-main .head-search {display: none;}
  .head-search {display: flex;border: 1px #cccccc solid;background: #ffffff;width: 100%;position: inherit;top: inherit;right: inherit;}
  .head-search .head-search-input {flex: 1;background: #ffffff;}
  .head-search .head-search-input input {width: 100%;border: 0;background: #ffffff;padding: 5px 15px;font-size: 15px; font-weight: 300;}
  .head-search .head-search-btn {display: block;width: 34px; height: 34px;}
  .head-search .head-search-btn input {display: block;width: 34px;height: 34px;border: 0;background: #ffffff url("../images/search-icon.svg")no-repeat center center;background-size: 20px;}
}
/** 主選單與下拉 **/
nav {flex: 1; transition: all 0.5s ease 0s;position: relative;}
.menu{padding: 0;list-style: none;position: relative;margin: 0 auto;display: flex;justify-content: flex-end;}
.menu>li{width: auto;color: #333333;font-size: 17px;text-align: center;position: relative;cursor: pointer;padding: 0;margin: 0;font-weight: 300;}
.menu>li:after{content: "";display: block;width: 0%;height: 4px;background: #D2A655;position: absolute;bottom: 0;left: calc(50% - 0%);transition: all 0.5s ease 0s;}
.menu>li:hover{}
.menu>li:hover:after{width: 50%;left: calc(50% - 25%);transition: all 0.5s ease 0s;}
.menu>li>a {color: #282828;font-size: 18px;display: block;padding: 25px 25px 25px 25px;margin: 0;font-weight: 400;}
.menu>li>a:hover {color: #d2a655;}
.menu>li.sub>ul.sub-menu {background: rgba(255, 255, 255, .9);display: none;position: absolute;width:200px;left: calc(50% - 100px);z-index: 999;margin: 0;padding: 0;border-radius: 0;border: 1px #cccccc solid;overflow: hidden;}
.menu>li.sub:hover ul.sub-menu {position: absolute;display: block;width: 150px;left: calc(50% - 75px);top: 78.8px;}
.menu>li.sub>ul.sub-menu>li {display: block;font-size: 15px;color: #333333;}
.menu>li.sub>ul.sub-menu>li>a {display: block;color: #333333;padding: 6px 10px;margin: 0;}
.menu>li.sub>ul.sub-menu>li>a:hover { background: #B0712D;color: #ffffff;}
@media screen and (max-width:1230px) {
    .menu > li {font-size: 16px;}
    .menu > li > a {padding: 15px 15px;}
    .menu > li.sub:hover ul.sub-menu{top: 58.8px;}
}
@media screen and (max-width:1000px) {
    .slicknav_menu {display: none;}
    #menu {display: none;}
    .slicknav_menu {display: block;background: #ffffff;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;border-bottom: 1px #cccccc solid;}
}
/** edm輪播 **/
.edm {background: #ffffff;max-width: 100%;margin: 0 auto;position: relative;padding: 78.8px 0 0 0;}
.edm img {vertical-align: middle;width: 100%;height: auto;position: absolute;}
@media screen and (max-width:1230px){
    .edm{padding-top: 58.8px;}
}


@media screen and (max-width:1000px) {
  .edm {padding: 48px 0 0 0;}
}
/** 配置 **/
.warpper {padding: 0;overflow: hidden;}
.main {background: url("../images/bg.jpg")no-repeat center center;background-size: cover;min-height: 400px;}
.i-title {position: relative;display: flex;align-items: center;margin-bottom: 16px;}
.i-title img {width: 60px; margin: 0 12px 0 0;}
.i-title-text h2 {font-weight: 500;font-size: 24px;line-height: 24px;letter-spacing: 0.1em;color: #534C40;}
.i-title-text span {font-weight: 400;font-size: 14px; letter-spacing: 0.055em;color: #978C79;}
.i-more {position: absolute;bottom: 8px;right: 0;letter-spacing: 0;}
.i-more a {display: flex;color: #525252;align-items: center;font-weight: 500;font-size: 14px;letter-spacing: 0.1em;}
.i-more a img {width: 6px;margin: 0 0 0 5px;}
.i-more:hover i {transition: all .8s ease 0s;}
@media screen and (max-width:1500px) {
    .i-video-information .i-more {top: inherit;right: inherit;margin: 10px 0 0 0;width: 100%;display: flex;justify-content: flex-end;}
}
@media screen and (max-width:1300px) {
    .i-video-information h2.i-title span { display: block;width: 100%;padding: 0 0 0 60px;}
}
@media screen and (max-width:1070px) {
    .i-video-information h2.i-title {font-size: 28px;letter-spacing: 2px;}
}
@media screen and (max-width:1005px) {
    .i-video-information h2.i-title {font-size: 30px;letter-spacing: 4px;}
    .i-video-information h2.i-title span {display: inline-block;width: auto; padding: 0 0 0 2px;}
    .i-video-information .i-more {position: absolute; top: 8px;right: 0; margin: 0; width: auto;}
}
@media screen and (max-width:1000px) {
    h2.i-title {font-size: 26px;margin: 20px 0 10px 0;letter-spacing: 2px;}
    h2.i-title i {width: 36px;}
    h2.i-title span { font-size: 12px;letter-spacing: 0;}
    .i-more a i {width: 24px;}
    .i-video-information h2.i-title { font-size: 26px;margin: 20px 0 10px 0;letter-spacing: 2px;}
    .i-video-information h2.i-title span {font-size: 12px;letter-spacing: 0;}
}
@media screen and (max-width:575px) {
    .i-title-text h2{ font-size: 18px; line-height: 20px;}    
    .i-title-text span{font-size: 12px; }
    .i-video-information h2.i-title {margin: 10px 0 10px 0;}
    .i-more {font-size: 14px;top: inherit;right: inherit;margin: 10px 0 0 0;width: 100%; display: flex;justify-content: flex-end;}
    .i-video-information .i-more {font-size: 14px;top: inherit; right: inherit; margin: 10px 0 0 0;width: 100%;display: flex;justify-content: flex-end;}
    .i-title img{ width: 40px;}
}
/** 首頁最新消息 **/
.i-news-main {padding: 35px 15px;background: #FFFAF2; border-bottom: 6px solid #F6D291;}
.i-news { max-width: 1220px; margin: 0 auto;}
.i-news  .i-title{ padding: 0 10px;}
.i-news .item {margin: 0 10px;}
.i-news .item h4 {padding: 0;margin: 0;line-height: 1.4;}
.news-photo-main {overflow: hidden;}
.news-photo-main .news-photo {background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform: scale(1);transition: all 0.8s ease 0s;}
.i-news-information {background: #fff;padding: 16px;padding-bottom: 38px;min-height: 125px;background-repeat: no-repeat;background-position: right 10%;}
.i-news-information .i-news-title { font-weight: 500; font-size: 16px; line-height: 24px;color: #282828;letter-spacing: 0.02em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-bottom: 5px;transition: .3s;}
.i-news-information .i-news-des {font-weight: 400;font-size: 14px;color: #525252;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: .3s;}
.i-news .item:hover .i-news-information{background: #EBC074;background-repeat: no-repeat;background-position: right 10%;background-image: url("../images/news-hover-icon.png"); }
.i-news .item:hover .i-news-information .i-news-title,.i-news .item:hover .i-news-information .i-news-des{ color: #fff;}
.i-news .item:hover {transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px) {
    .i-news-information .i-news-des {font-size: 16px;height: 22px;}
    .i-news-information .i-news-title {font-size: 16px;height: 22px;margin: 5px 0 10px 0;}
}
@media screen and (max-width:767px) {
    .i-news .item {margin: 5px; }
    .i-news .i-title{padding: 0; }
}

/** 直播、經課、詩歌 **/
.i-video-main {width: 100%; padding: 36px 15px;}
.i-video {max-width: 1440px; margin: 0 auto;}
.i-video-information {}
.i-video-content-main {margin: 5px 0;}
.i-video-content-main .i-video-content {position: relative;padding-bottom: 50.9%;padding-top: 30px;height: 0;overflow: hidden;}
.i-video-content-main .i-video-content iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.i-video-content-main .i-video-title{ padding: 15px 10px 15px 10px; background: #fff; display: flex; align-items: center; justify-content: space-between; min-height: 85px;}
.i-video-content-main .i-video-title.line01{  border-bottom: 5px solid #B2DECF;}
.i-video-content-main .i-video-title.line02{ border-bottom: 5px solid #EF9C7C;}
.i-video-content-main .i-video-title.line03{border-bottom: 5px solid #92C7EE;}
.i-video-content-main .i-video-title h3{margin-bottom: 0;font-weight: 500;font-size: 16px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-video-content-main .i-video-title a{ margin-left: 30px;}
.i-video-content-main .i-video-title a img{ min-width: 28px;}
@media screen and (max-width:1000px) {
    .i-video-content-main .i-video-title {font-size: 16px; margin: 18px 0 5px 0;}
    .i-video-content-main .i-video-date { font-size: 13px;}
}

/** 內頁banner **/
.inside-banner {background-color: #f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: cover;margin: 78.8px 0 0px 0;display: flex;-ms-align-items: center;align-items: center;justify-content: center;min-height: 300px;}
.inside-banner img {width: 100%;}
.inside-banner .banner-title {max-width: 1200px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 34px;color: #ffffff;margin: 0 auto;padding: 0;line-height: 1.4;font-weight: 500;text-shadow: 1px 1px 15px rgba(0, 0, 0, 1);letter-spacing: 10px;position: relative;z-index: 1;}
@media screen and (max-width:1230px) {
    .inside-banner {margin: 58.8px 0 0px 0;}
}
@media screen and (max-width:1000px) {
  .inside-banner {
    margin: 48px 0 0px 0;
    min-height: 200px;
  }
  .inside-banner .banner-title {
    min-height: 180px;
  }
  .inside-banner .banner-title:after {
    bottom: 36%;
  }
}
@media screen and (max-width:575px) {
  .inside-banner {
    min-height: 150px;
  }
  .inside-banner .banner-title {
    min-height: 102px;
    font-size: 28px;
  }
  .inside-banner .banner-title:after {
    width: 200px;
    bottom: 31%;
    left: calc(50% - 105px);
  }
}
/** Breadcrumb **/
nav[aria-label="breadcrumb"] {
  margin: 0;
  border-bottom: 1px #cccccc solid;
  background: #f0f0f0;
  padding: 8px 15px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #333333;
  content: "/";
}
.breadcrumb-item a {
  font-weight: 300;
  text-decoration: none;
  color: #333333;
}
.breadcrumb-item a:hover {
  color: #d2a655;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #333333;
  font-weight: 300;
}
@media screen and (max-width:575px) {
  .breadcrumb {
    font-size: 13px;
  }
}
/** 內頁架構 **/
.content-body {
  max-width: 1200px;
  margin: 0 auto;
  padding:30px 0;
}
.page-title {
  font-size: 22px;
  color: #282828;
  padding:0 0 0 20px;
  margin: 0 0 20px 0;
  background: url("../images/title-icon.svg")no-repeat left top 5px;
  background-size: 16px;
}
.page-main {
  padding: 0;
  font-size: 16px;
  color: #333;
}
.page-main02 {
  padding: 0 0 40px 0;
  font-size: 16px;
  color: #333;
  position: relative;
}
.page-main-image {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
  width: 100%;
}
.page-main-image02 {
  margin: 0 0 15px 0;
}
.font001 {
  font-size: 20px;
  color: #593c1d;
  font-weight: 500;
  border-bottom: 1px #593c1d solid;
  position: relative;
  padding: 5px 0;margin: 0 0 20px 0;
}
.font001:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #593c1d;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.font002 {
  font-size: 18px;
  color: #fff;
  display: table;
  background: #D2A655;
  font-weight: 400;
  margin: 30px 0 10px 0;
  padding: 3px 15px;
  border-radius: 3px;
}
.font003 {
  font-size: 18px;
  color: #2e811e;
  font-weight: 500;
  margin: 20px 0 15px 0;
}
.font004 {
  color: #d2a655;
}
.page-content-main {
  display: flex;
  align-items: center;
  margin: 0 0 60px 0;
  padding: 20px 0 0 0;
}
.page-content-main .page-content {
  flex: 1;
  border: 1px #dddddd solid;
  padding: 20px 40px 20px 20px;
  margin: 0 -20px -60px 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
}
.page-content-main .page-image {
  flex: 1;
  position: relative;
  z-index: 1;
}
.page-content-main .page-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0085a2;
  position: absolute;
  right: -5px;
  top: -5px;
  transform: skewX(-5deg) skewY(5deg);
  z-index: -1;
  border-radius: 5px;
}
.page-content-main .page-image img {
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
@media screen and (max-width:767px) {
  .page-title {
    font-size: 20px;
    margin: 5px 0 20px 0;
    padding: 4px 0 4px 38px;
    background: url("../images/title-icon.svg")no-repeat left top 2px;
    background-size: 28px;
  }
}
@media screen and (max-width:575px) {
  .page-content-main {
    display: block;
    margin: 0;
    padding: 0;
  }
  .page-content-main .page-content {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .page-content-main .page-image {
    margin: 20px 0;
    width: 100%;
  }
  .page-content-main .page-image:after {
    display: none;
  }
}
/** 左邊分類 **/
.left-menu-title {background: #e9ecef;text-align: center;font-size: 18px;font-weight: bold;padding: 8px 0;border-radius: 5px 5px 0 0;margin-bottom: 3px;border-bottom: 2px solid #6d6d6d; color: #525252;}
.in-left-menu>ul {margin:0 0 30px 0;padding: 0;list-style: none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-left-menu>ul>li {font-size: 16px;color: #333333;padding: 0;margin:-1px 0 0 0;border: 1px #eeeeee solid;border-right: 0px;background: #fff;width: calc(100%/6);text-align: center;}
.in-left-menu>ul>li:nth-child(6n) {border-right: 1px #eeeeee solid;}
.in-left-menu>ul>li:last-of-type {border-right: 1px #eeeeee solid;}
.in-left-menu>ul>li>a {background: rgba(255, 255, 255, .4);color: #333333;display: block;padding: 15px 10px 15px 10px;position: relative;height: 100%;}
.in-left-menu>ul>li>a:before {}
.in-left-menu>ul>li>a:hover {background: #ffffff;}
.in-left-menu>ul>li> .current {background: #fff2e7; color: #7e3d0d;border-bottom: 2px solid #7e3d0d; position: relative;}
.in-left-menu>ul>li:hover .current {background: #fff2e7;color: #7e3d0d;}
.in-left-menu>ul>li ul {margin: 5px 0 0 30px;padding: 0;list-style: square;}
.in-left-menu>ul>li ul li {border-top: 1px #CCC dotted;padding: 5px 5px 5px 0;}
.in-left-menu>ul>li ul li a {font-size: 13px;color: #666;display: block;}
.in-left-menu>ul>li ul li a:hover { color: #71743D;}
.left-beautify img { width: 100%; height: auto; margin-top: 0px;}
.m_classLink {display: none;}
@media screen and (max-width:1000px) {
  .classBox {
    padding: 0;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #7e3d0d;
    margin:0 0 20px 0;
  }
  .m_classLink a.main {
    display: block;
    background: none;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "新細明體", sans-serif;
    color: #333;
    position: relative;
    padding: 10px 55px 10px 10px;
    min-height: inherit;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 16px;
    background: #7e3d0d;
    width: 45px;
    height: 100%;
    text-align: center;
    color: #FFF;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m_classLink a.main b {
    font-weight: 500;
  }
  .m_classLink ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #7e3d0d;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    margin: 0;
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #7e3d0d;
    font-family: "Microsoft JhengHei", "新細明體", sans-serif;
    font-size: 16px;
    color: #222;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul li a:hover {
    background: #fff2e7;
  }
  .m_classLink ul li ul {
    display: block;
    margin: 0 10px 10px 10px;
    padding: 0;
    list-style: none;
    width: calc(100% - 20px);
    background: #FFF;
    border: 1px solid #7e3d0d;
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 999;
    box-sizing: border-box;
  }
  .left-menu-title {
    display: none;
  }
  .left-beautify {
    display: none;
  }
}
/** 錨點 **/
.anchor {
  margin: 0 0 20px 0;
}
.anchor ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor ul li {
  padding: 0;
  margin: 10px;
  width: auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.anchor ul li a {
  display: block;
  color: #ffffff;
  background: #ff7e00;
  padding: 5px 12px;
  border-radius: 3px;
}
.anchor ul li a:hover {}
.anchor-point {
  height: 40px;
  width: 100%;
}
@media screen and (max-width:960px) {
  .anchor ul li {
    margin: 6px;
  }
}
@media screen and (max-width:767px) {
  .anchor ul li {
    margin: 5px;
  }
  .anchor-point {
    height: 30px;
  }
}
@media screen and (max-width:575px) {
  .anchor ul li {
    margin: 3px;
    width: calc(100%/2 - 6px);
  }
}
/** 牧師團隊 **/
.pastor-team {}
.pastor-team ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pastor-team ul li {
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% / 2 - 20px);
  position: relative;
  z-index: 1;
}
.pastor-team ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FFFAF2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
/*
.pastor-team ul li:after {
  content: "";
  display: block;
  width: calc(200% + 30px);
  height: 28%;
  background: #eff3eb;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: -1;
}
*/
.pastor-team ul li:hover:before {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.pastor-team-photo-main {
  flex: 1;
  min-width: 160px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pastor-team-photo-main:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px #D2A655 solid;
  border-left: 1px #D2A655 solid;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.pastor-team-photo-main:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px #D2A655 solid;
  border-right: 1px #D2A655 solid;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.pastor-team-photo {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.pastor-team ul li:hover .pastor-team-photo-main:before {
  width: calc(100%);
  height: calc(100%);
  transition: all 0.5s ease 0s;
}
.pastor-team ul li:hover .pastor-team-photo-main:after {
  width: calc(100%);
  height: calc(100%);
  transition: all 0.5s ease 0s;
}
.pastor-team ul li:hover .pastor-team-photo {
/*  transform: scale(1.1);*/
  transition: all 0.5s ease 0s;
}
.pastor-team-information {
  flex: 4;
  margin: 0 25px 0 0;
  position: relative;
  padding: 0;
}
.pastor-team-information h3 {
  padding: 0;
  margin: 5px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pastor-team-information .pastor-team-introduction {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
.pastor-team-information .pastor-team-introduction02 {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
.pastor-team-information .pastor-team-more {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.pastor-team-information .pastor-team-more a {
  display: block;
  color: #282828;
  border-bottom: 1px solid #666;
  padding: 5px 20px;
  text-align: center;
}
.pastor-team ul li:hover .pastor-team-more a {
  border-bottom: 1px solid #D2A655;
  color: #A87B27;
}

@media screen and (max-width:1000px){
    .pastor-team ul li{
        width: 100%;
    }
}

@media screen and (max-width:575px) {
  .pastor-team-information h3 {
    font-size: 17px;
    height: 23px;
  }
  .pastor-team-information .pastor-team-introduction {
    font-size: 15px;
  }
    
    .pastor-team ul li{

        flex-direction: column;
    }
    
  .pastor-team-photo-main {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 15px auto;
            flex: none;
  }
}
@media screen and (max-width:374px) {
  .pastor-team-information {
    width: 100%;
  }
  .pastor-team ul li:after {
    height: 55%;
  }
  .pastor-team-information .pastor-team-introduction {
    text-overflow: inherit;
    height: auto;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
  }
}
/** 牧師團隊暗窗 **/
.well {
  padding: 15px;
  background: #ffffff;
  max-width: 1000px;
  width: calc(100% - 30px);
  overflow-x: inherit;
  margin: 15px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.pastor-team-lightbox {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: flex-start;
  padding: 15px;
}
.pastor-team-information h3.pastor-team-title {
  padding: 0 0 12px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px #eeeeee solid;
  line-height: 1.4;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: inherit;
  height: auto;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.pastor-team-information .pastor-team-lightbox-introduction {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: inherit;
  height: auto;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
button.well-close {
  border: 0;
  background: #D2A655;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
button.well-close:hover {
  background: #E6CEA3;
}
button.well-close i {
  transform: translateY(-1px);
}
@media screen and (max-width:575px) {
  button.well-close {
    position: fixed;
  }
  .pastor-team-lightbox {
    display: block;
    padding: 0px;
  }
  .pastor-team-lightbox .pastor-team-photo-main {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
  .pastor-team-lightbox .pastor-team-information {
    padding: 0;
    margin: 0;
  }
}

/** 我們的願景 **/
.vision{display: flex;align-items: center;justify-content: center;}
.vision-content{margin: 0 3vw 0 0;}
.vision-content .vision-photo{width: 200px;margin: 0 auto 10px auto;}
.vision-content .vision-dep{width: 100%;text-align: center;}
.vision-content .vision-dep span{display: block;width: 100%; background: #724c28;color: #ffffff;padding: 5px 15px; border-radius: 5px;font-size: 20px;margin: 10px 0 0 0;letter-spacing: 6px;}
.vision-info{}
.vision-info>ul{list-style: none;padding: 0;margin: 0;}
.vision-info>ul>li{padding: 0;margin: 0;display: flex;align-items:flex-end;}
.vision-info>ul>li .vision-info-en{width: auto;margin: 0 10px 0 0;font-size: 20px;letter-spacing: 4px;}
.vision-info>ul>li .vision-info-en span{font-size: 30px;font-weight: 500;width: 30px;text-align: center;display: inline-block;}
.vision-info>ul>li .vision-info-ch{width: auto;padding:0 0 4px 0;font-size: 16px;}
@media screen and (max-width:575px) {
    .vision{display: block;}
    .vision-content{margin:0 0 20px 0 ;}
}

/** 馬偕與松山 **/
.introduce{display: flex;}
.introduce-photo{width: 280px; margin: 0 30px 16px 0;}
.introduce-content{flex: 1;}
@media screen and (max-width:767px) {
    .introduce{display: block;}
    .introduce-photo{max-width: 280px;width: 100%; margin: 0 auto 15px auto;}
}

/** 歷史文資 **/
.history{}
.history .history-title{display: table;padding: 8px 20px; background: #724c28;margin: 0 auto 20px auto;border-radius: 5px;font-weight: 500;font-size: 20px;color: #ffffff;}
.history>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history>ul>li{padding: 0;margin: 10px;width: calc(100%/3 - 20px);}
@media screen and (max-width:1000px) {
    .history .history-title{margin: 0 auto 15px auto;font-size: 18px;}
}
@media screen and (max-width:767px) {
    .history>ul>li{margin: 5px;width: calc(100%/3 - 10px);}
}

/** 附屬機構 **/
.organization {}
.organization > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.organization > ul > li {
  padding: 0;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: calc(100% / 2 - 20px);
}
.organization > ul > li h3 {
  padding: 8px 15px;
  margin: 5px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  background: #FFFAF2;
  border: 1px solid #D2A655; 
  width: 100%;
}
.organization-photo-main {
  flex: 1;
  min-width: 145px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.organization-photo-main:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px #D2A655 solid;
  border-left: 1px #D2A655 solid;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.organization-photo-main:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px #D2A655 solid;
  border-right: 1px #D2A655 solid;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.organization-photo {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.organization > ul > li:hover .organization-photo-main:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.organization > ul > li:hover .organization-photo-main:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.organization > ul > li:hover .organization-photo {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.organization-information {
  flex: 4;
  margin: 0 15px 0 0;
  position: relative;
  padding: 0;
}
.organization-information .organization-introduction {
  font-size: 16px;
  color: #333333;
}
.organization-information .organization-introduction > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.organization-information .organization-introduction > ul > li {
  padding: 0;
  margin: 10px 0;
  display: flex;
}
.organization-information .organization-introduction > ul > li .organization-icon {
  text-align: center;
  width: 44px;
  margin: 0;
  padding: 2px 10px;
}
.organization-information .organization-introduction > ul > li .organization-icon img {
  width: 100%;
}
.organization-information .organization-introduction > ul > li .organization-content {
  flex: 1;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}
.organization-information .organization-introduction > ul > li .organization-content a {
  color: #333333;
  display: inline-block;
}
.organization-information .organization-introduction > ul > li .organization-content a:hover {
  color: #25576c;
  text-decoration: underline;
}
@media screen and (max-width:575px) {
  .organization > ul > li h3 {
    font-size: 17px;
  }
  .organization > ul > li {
    display: block;
  }
  .organization-photo-main {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 15px auto;
  }
  .organization-information {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/** 交通資訊 **/
.google-map {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
  border: 1px #D2A655 solid;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.traffic {}
.traffic ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.traffic ul li {
  padding: 0;
  margin: 10px 20px 10px 0;
  width: calc(100%/3 - 13.4px);
}
.traffic ul li:nth-child(3n) {
  margin: 10px 0;
}
.traffic ul li h3 {
  padding: 5px 0;
  margin: 15px 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  color: #724302;
  border-bottom: 1px #724302 solid;
}
.traffic ul li h3 i {
  width: 40px;
  margin: 0 10px 0 0;
}
.traffic ul li h3 i img {
  width: 40px;
}
.traffic ul li .traffic-content {
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width:767px) {
  .traffic ul li {
    margin: 10px 0px 10px 0;
    width: calc(100%/1 - 0px);
  }
  .traffic ul li h3 {
    margin: 10px 0;
  }
}
@media screen and (max-width:575px) {
  .google-map {
    padding-bottom: 60%;
  }
  .traffic ul li h3 {
    font-size: 18px;
  }
  .traffic ul li h3 i {
    width: 36px;
  }
  .traffic ul li h3 i img {
    width: 36px;
  }
}
/** 生命見證 **/
.life-testimony {}
.life-testimony ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.life-testimony ul li {
  padding: 0px;
  margin: 10px;
  width: calc(100%/3 - 20px);
}
.life-testimony ul li .video-photo-main {}
.life-testimony ul li .video-photo-main .video-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.life-testimony ul li .video-photo-main .video-photo a {
  display: block;
}
.life-testimony ul li .life-testimony-information {
  padding: 0;
  margin: 10px 0 0 0;
}
.life-testimony ul li .life-testimony-information h3 {
  padding: 0;
  margin: 5px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.life-testimony ul li .life-testimony-information .life-testimony-content {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
@media screen and (max-width:575px) {
  .life-testimony ul li {
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
  .life-testimony ul li .life-testimony-information h3 {
    font-size: 17px;
    margin: 5px 0;
  }
  .life-testimony ul li .life-testimony-information .life-testimony-content {
    font-size: 15px;
    height: 48px;
  }
}
/** 生命見證暗窗 **/
.video-lightbox {}
.video-lightbox h3 {
  padding: 0 0 12px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px #eeeeee solid;
  line-height: 1.4;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.video-lightbox .life-testimony-content {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: inherit;
  height: auto;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  font-weight: 300;
}
.video-content {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.video-lightbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** 聚會時間 **/
.group-activity-btn {
  font-size: 16px;
  color: #333333;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.group-activity-btn a {
  display: block;
  color: #ffffff;
  background: #D2A655;
  padding: 8px 28px;
  border-radius: 50px;
  border: 2px #ffffff solid;
  box-shadow: 0 0 0 1px #D2A655;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.group-activity-btn a:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #CA9738;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.group-activity-btn a:hover {
  box-shadow: 0 0 0 1px #CA9738;
}
.group-activity-btn a:hover:after {
  width: 100%;
  transition: all 0.5s ease 0s;
}
/** 洗禮報名 **/
.baptism {}
.baptism > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.baptism > ul > li {
  padding: 0;
  margin: 10px;
  width: calc(100%/1 - 20px);
}
.baptism > ul > li .baptism-title {
  background: #D2A655;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  border-radius: 5px;
  padding: 5px 15px;
  text-align: center;
  letter-spacing: 2px;
}
.baptism > ul > li .baptism-content {
  min-height: 210px;
}
.baptism > ul > li .baptism-content a {
  color: #333333;
}
.baptism > ul > li .baptism-content a:hover {
  color: #0085a2;
}
.baptism > ul > li .baptism-content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.baptism > ul > li .baptism-content > ul > li {
  padding: 5px 0 5px 20px;
  margin: 0;
  position: relative;
}
.baptism > ul > li .baptism-content > ul > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 5px;
  background: #0085a2;
}
.baptism > ul > li .baptism-btn {
  font-size: 16px;
  color: #333333;
  margin: 15px 0 0 0;
  text-align: center;
}
.baptism > ul > li .baptism-btn a {
  display: block;
  color: #669609;
  border-top: 1px #669609 solid;
  border-bottom: 1px #669609 solid;
  padding: 6px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.baptism > ul > li .baptism-btn a:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #669609;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.baptism > ul > li .baptism-btn a:hover {
  color: #ffffff;
}
.baptism > ul > li .baptism-btn a:hover:after {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.baptism > ul > li .baptism-btn i {
  padding: 0 8px 0 0;
}
@media screen and (max-width:575px) {
  .baptism > ul > li {
    margin: 10px 0;
    width: calc(100%/1 - 0px);
  }
  .baptism > ul > li .baptism-content {
    min-height: inherit;
  }
}
/** 團體活動 **/
.group {}
.group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.group ul li {
  padding: 0px;
  margin: 10px;
  width: calc(100%/4 - 20px);
  text-align: center;
}
.group ul li a {
  display: block;
}
.group-photo-main {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.group-photo-main:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px #D2A655  solid;
  border-left: 1px #D2A655  solid;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.group-photo-main:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px #D2A655 solid;
  border-right: 1px #D2A655 solid;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.group-photo {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.group ul li:hover .group-photo-main:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.group ul li:hover .group-photo-main:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.group ul li:hover .group-photo {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.group ul li h3 {
  padding: 10px 0 0 0;
  margin: -1px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top: 3px #D2A655 solid;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .group ul li {
    width: calc(100%/3 - 20px);
  }
}
@media screen and (max-width:575px) {
  .group ul li {
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
  .group ul li h3 {
    font-size: 17px;
  }
}
/** 團體活動明細**/
.group-carousel {
  background: #ffffff;
  max-width: 100%;
  margin: 0px auto 20px auto;
  position: relative;
  padding: 0;
}
.group-carousel img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  position: absolute;
}
.group-page-main {
  width: 100%;
  display: block;
  height: auto;
}
.group-page {margin: 30px 0;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.group-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.group-page ul li {
  padding: 0;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.group-page ul li .organization-title {
  width: 120px;
  margin: 0;
  padding: 2px 15px 2px 0;
  color: #7e3d0d;
  position: relative;
}

.group-page ul li .organization-date {
  margin: 0;
  padding: 2px 15px 2px 0;
  color: #7e3d0d;
  position: relative;
}

.group-page ul li .organization-icon {
  text-align: center;
  width: auto;
  margin: 0;
  padding: 2px 0;
}
.group-page ul li .organization-icon img {
  width: 24px;
}
.group-page ul li .organization-content {
  flex: 1;
  padding: 2px 0 2px 20px;
      border-left: 1px #7e3d0d solid;
}
.group-page ul li .organization-content a {
  color: #333333;
}
.group-page ul li .organization-content a:hover {
  color: #333333;
}
@media screen and (max-width:374px) {
  .group-page ul li .organization-title {
    width: 100%;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px #16576a solid;
    margin: 0 0 8px 0;
  }
  .group-page ul li .organization-title:after {
    top: inherit;
    bottom: -3.5px;
    right: inherit;
    left: calc(50% - 2.5px);
  }
  .group-page ul li .organization-content {
    padding: 5px 0;
  }
  .group-page ul li .organization-icon {
    padding: 5px 0;
    margin: 0 15px 0 0;
  }
}
/** 牧區介紹 **/
.pastoral-area {}
.pastoral-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pastoral-area ul li {
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px #b9d7de solid;
}
.pastoral-area ul li a {
  display: inline-block;
  color: #333333;
}
.pastoral-area ul li a:hover {
  color: #0085a2;
}
.pastoral-area ul li:last-of-type {
  border-bottom: 0;
}
.pastoral-area ul li .pastoral-area-title {
  width: 110px;
  font-size: 18px;
  padding: 15px 10px;
  background: #0085a2;
  color: #ffffff;
  text-align: center;
}
.pastoral-area ul li .pastoral-area-information {
  flex: 1;
  padding: 0;
  background: rgba(255, 255, 255, .7);
}
.pastoral-area ul li .pastoral-area-information .pastoral-area-content {
  border-bottom: 1px #cccccc dashed;
  padding: 15px 15px;
}
.pastoral-area ul li .pastoral-area-information .pastoral-area-content:nth-child(even) {
  background: rgba(243, 243, 243, .5);
}
.pastoral-area ul li .pastoral-area-information .pastoral-area-content:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width:575px) {
  .pastoral-area ul li {
    display: block;
  }
  .pastoral-area ul li .pastoral-area-title {
    width: 100%;
    padding: 10px;
  }
  .pastoral-area ul li .pastoral-area-information {
    width: 100%;
  }
  .pastoral-area ul li .pastoral-area-information .pastoral-area-content {
    padding: 10px;
  }
}
/** 頁籤 **/
.index-brand {
  margin: 10px auto;
  max-width: 1260px;
}
#brand {
  height: auto;
  width: 100%;
  background: #e2ebef;
  border-bottom: 1px #e2ebef solid;
}
#brand ul {
  list-style: none;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#brand ul li {
  text-align: center;
  cursor: pointer;
  width: calc(100%/4 - 0px);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  color: #333333;
  border: 0;
  height: auto;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
#brand ul li img {
  vertical-align: text-bottom;
}
#brand ul li:hover {
  color: #333333;
  background: #f3f8fa;
  box-shadow: 0 -1px 0 0 #e2ebef inset;
}
#brand ul li.active {
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  font-weight: 500;
  border: 1px #e2ebef solid;
  border-bottom: 0;
}
#brand ul li.active:hover {
  box-shadow: 0 0 0 0 #e2ebef inset;
  background: #ffffff;
}
#brand-info {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  background: #FFF;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px;
  border: 1px #e2ebef solid;
  border-top: 0;
  margin: -1px 0 0 0;
}
#brand-info > .box {
  width: auto;
  height: auto;
  display: none;
}
#brand-info > .box table {
  background: #55BCFF;
}
@media screen and (max-width:575px) {
  #brand ul li {
    font-size: 16px;
    padding: 10px 7px;
  }
  #brand ul li.active {
    font-size: 16px;
  }
}
/** 靈修資源 **/
.resource {}
.resource > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.resource > ul > li {
  width: calc(100%/2 - 20px);
  padding: 0;
  margin: 10px;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.resource > ul > li a {
  color: #333333;
  display: block;
  padding: 15px 15px 15px 45px;
  position: relative;
  height: 100%;
  background: url("../images/icon006.svg")no-repeat left 15px top 17px;
  background-size: 20px;
}
.resource > ul > li a:hover {
  background: #faedec url("../images/icon006.svg")no-repeat left 15px top 17px;
  background-size: 20px;
  border-radius: 100px;
}
@media screen and (max-width:575px) {
  .resource > ul > li {
    width: calc(100%/1 - 0px);
    margin: 5px 0;
  }
  .resource > ul > li a {
    padding: 10px 15px 10px 45px;
    position: relative;
    height: 100%;
    background: url("../images/icon006.svg")no-repeat left 15px top 12px;
    background-size: 20px;
  }
  .resource > ul > li a:hover {
    background: #faedec url("../images/icon006.svg")no-repeat left 15px top 12px;
    background-size: 20px;
  }
}
/** 下載 **/
.download {
  margin: 0 0 25px 0;
}
.download ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.download ul li {
  padding: 0;
  margin: 0 5px 5px 5px;
  width: calc(50% - 10px);
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: 300;
}
.download ul li a {
  display: block;
  padding: 10px 53px 10px 8px;
  color: #ffffff;
  background: #517d7e;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.download ul li a:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  background: #219396 url("../images/icon007.svg") no-repeat center center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.download ul li a:hover {
  background: #219396;
}
.download ul li a:hover:before {
  background: #517d7e url("../images/icon007.svg") no-repeat center center;
  background-size: 20px;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width:575px) {
  .download ul li {
    margin: 5px 0;
    width: calc(100% - 0px);
  }
  .download ul li a:before {
    width: 48px;
    height: 48px;
  }
}
/** 週報 **/
.weekly {}
.weekly ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.weekly ul li {
  width: 100%;
  border-bottom: 1px #dddddd dashed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.weekly ul li .weekly-date {
  width: 100px;
  color: #7e3d0d;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.weekly ul li h3 {
  flex: 1;
  font-size: 16px;
  color: #333333;
  margin: 0;
  padding: 0 15px;
  line-height: 1.4;
  font-weight: 400;
}
.weekly ul li .weekly-download {
  width: 40px;
  text-align: center;
  font-size: 18px;
}
.weekly ul li .weekly-download a {
  background: #D2A655;
  color: #ffffff;
  padding: 2px 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px #ffffff solid;
  box-shadow: 1px 1px 0 0 #D2A655;
}
.weekly ul li .weekly-download a:hover {
  background: #A77312;
}
@media screen and (max-width:575px) {
  .weekly ul li .weekly-date {
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
  }
  .weekly ul li h3 {
    flex: initial;
    width: calc(100% - 40px);
    padding: 0 15px 0 0;
  }
}
/** 主日直播 **/
.live-broadcast {
  margin: 15px 0 0 0;
}
.live-broadcast ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.live-broadcast ul li {
  padding: 0px;
  margin: 15px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.live-broadcast ul li .video-photo-main {
  min-width: 145px;
  flex: 1;
}
.live-broadcast ul li .video-photo-main .video-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.live-broadcast ul li .video-photo-main .video-photo a {
  display: block;
}
.live-broadcast ul li .live-broadcast-information {
  flex: 3;
  padding: 5px 0 5px 15px;
}
.live-broadcast ul li .live-broadcast-information h3 {
  padding: 0;
  margin: 5px 0 5px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.live-broadcast ul li .live-broadcast-information .live-broadcast-content {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
@media screen and (max-width:575px) {
  .live-broadcast ul {
    display: flex;
    flex-wrap: wrap;
  }
  .live-broadcast ul li {
    width: calc(100%/2 - 10px);
    margin: 5px;
    display: block;
  }
  .live-broadcast ul li .video-photo-main {
    min-width: inherit;
    width: 100%;
  }
  .live-broadcast ul li .live-broadcast-information {
    flex: inherit;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .live-broadcast ul li .live-broadcast-information h3 {
    margin: 5px 0 5px 0;
    font-size: 17px;
  }
  .live-broadcast ul li .live-broadcast-information .live-broadcast-content {
    font-size: 15px;
    height: 48px;
  }
}
/** 每日亮光 **/
.video-main {
  position: relative;
  padding-bottom: 50.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .4);
  border: 1px #000000 solid;
  margin: 0 0 40px 0;
}
.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-main-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 18px 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 5px;
}
/** 聖歌聆聽 **/
.hymn {}
.hymn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.hymn ul li {
  padding: 0px;
  margin: 10px;
  width: calc(100%/3 - 20px);
  text-align: center;
}
.hymn ul li a {
  display: block;
}
.hymn ul li .hymn-photo-main {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hymn ul li .hymn-photo-main:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px #7e3d0d solid;
  border-left: 1px #7e3d0d solid;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.hymn ul li .hymn-photo-main:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px #7e3d0d solid;
  border-right: 1px #7e3d0d solid;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.hymn-photo {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.hymn ul li:hover .hymn-photo-main:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.hymn ul li:hover .hymn-photo-main:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.5s ease 0s;
}
.hymn ul li:hover .hymn-photo {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.hymn ul li h3 {
  padding: 0;
  margin: 10px 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width:575px) {
  .hymn ul li {
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
  .hymn ul li h3 {
    font-size: 17px;
  }
}
/** 牧者陪你讀聖經 **/
.youtube-bible {}
.youtube-bible h3 {
  padding: 8px 15px;
  margin: 25px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #25576c;
  background: #e7f2f7;
  width: 100%;
  text-align: center;
  border-bottom: 3px #25576c solid;
}
.youtube-bible ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.youtube-bible ul li {
  padding: 0;
  margin: 0;
  width: calc(100%/5);
  font-size: 16px;
  color: #333333;
  border-bottom: 1px #cccccc dashed;
}
.youtube-bible ul li a {
  display: block;
  padding: 8px 15px 8px 36px;
  color: #333333;
  background: url("../images/video-icon.svg")no-repeat left 10px top 11px;
  background-size: 18px;
}
.youtube-bible ul li a:hover {
  background: #25576c url("../images/video-icon_h.svg")no-repeat left 10px top 11px;
  background-size: 18px;
  color: #ffffff;
}
@media screen and (max-width:960px) {
  .youtube-bible ul li {
    width: calc(100%/4);
  }
}
@media screen and (max-width:767px) {
  .youtube-bible ul li {
    width: calc(100%/3);
  }
  .youtube-bible ul li a {
    padding: 8px 10px 8px 36px;
  }
}
@media screen and (max-width:575px) {
  .youtube-bible ul li {
    width: calc(100%/2);
  }
}

/** 最新消息 **/
.news {}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.news ul li {
  width: calc(100%/2 - 20px);
  margin: 15px 10px;
}
.news ul li a {
  color: #333;
  display: block;
  align-items: center;
  padding: 15px;
  border: 1px #dddddd solid;
  height: 100%;background: rgba(255,255,255,.6);
}
.news ul li a:hover {
  box-shadow: 3px 3px 0 0 #D2A655;
}
.news ul li .news-date {
  width: 120px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
/*  margin: -31px auto 0 auto;*/
  padding: 5px 15px;
  background: #D2A655;
}
.news ul li h3 {
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 400;
}
.news-detail-date {
  font-size: 14px;
  background: #D2A655;
  color: #ffffff;
  padding: 3px 20px;
  margin: 15px 0;
  border-radius: 5px;
  display: table;
  text-align: center;
}

@media screen and (max-width:767px) {
    .news ul li {width: calc(100%/1 - 0px);margin: 10px 0px;}
}

/** 按鈕 **/
.btn001 {font-size: 16px;color: #333333;margin: 15px 0 0 0;display: flex;justify-content:flex-start;}
.btn001 a {display: block;color: #ffffff;background: #2e811e;padding: 8px 28px; border-radius: 50px;border: 2px #ffffff solid;box-shadow: 0 0 0 1px #2e811e;overflow: hidden;position: relative;z-index: 1;}
.btn001 a:after {content: "";display: block;width: 0%;height: 100%;background: #f06c03; position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.btn001 a:hover {box-shadow: 0 0 0 1px #f06c03;}
.btn001 a:hover:after {width: 100%;transition: all 0.5s ease 0s;}

/** 場地租借 **/
.site {}
.site ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 40px 0;
}
.site ul li:last-of-type {
  margin: 20px 0 20px 0;
}
.site ul li h3 {
  padding: 8px 15px;
  margin: 5px 0 10px 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  background: #e7f2f7;
  width: 100%;
}
.site ul li .site-carousel {
  background: #ffffff;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
  padding: 0;
}
.site ul li .site-carousel img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  position: absolute;
}
.site ul li .site-content {
  font-size: 16px;
  color: #333333;
}
/** 產品搜尋 **/
.pro-search-info {
  font-size: 18px;
  color: #517d7e;
  border-bottom: 1px #cccccc solid;
  margin: 20px 0;
  text-align: center;
  padding: 10px 0;
}
/** 聯絡我們 **/
.contact-body {}
.contact-note {
  padding: 5px 15px;
  color: #ffffff;
  background: #ff0000;
  font-weight: 300;
  font-size: 14px;
  border-radius: 3px;
  display: table;
  margin: 25px 0 10px 0;
}
.star {
  color: #ff0000;
  padding: 0 5px;
}
.form-note {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #ff0000;
  padding: 5px 15px;
  font-weight: 300;
}
/** 匯款 **/
.donate {}
.donate ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.donate ul li {
  padding: 0;
  margin: 20px 0;
  display: block;
}
.donate ul li .donate-title {
  background: #D2A655;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  border-radius: 5px;
  padding: 5px 15px;
  text-align: center;
  display: table;
}
.donate ul li .donate-content {
  font-size: 16px;
  color: #333333;
  padding: 5px 15px;
}
.donate ul li .donate-content .donate-note {
  font-size: 15px;
  color: #d52311;
  margin: 5px 0;
}

.donate-btn {
  font-size: 16px;
  color: #333333;
  margin: 15px 0;
  display: flex;
  justify-content: center;
}
.donate-btn a {
  display: block;
  color: #ffffff;
  background: #D2A655;
  padding: 8px 28px;
  border-radius: 50px;
  border: 2px #ffffff solid;
  box-shadow: 0 0 0 1px #D2A655;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.donate-btn a:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #CA9738;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.donate-btn a:hover {
  box-shadow: 0 0 0 1px #CA9738;
}
.donate-btn a:hover:after {
  width: 100%;
  transition: all 0.5s ease 0s;
}


@media screen and (max-width:575px) {
  .donate ul li .donate-content {
    padding: 5px 5px;
  }
}
/** 表單欄位 **/
label {
  min-width: 80px;
  margin-bottom: 0;
}
.form-box {
  display: block;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 3px;
  margin: 0 0 25px 0;
}
.form-box input, .form-box img {
  vertical-align: middle;
}
.opinion-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.opinion {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.opinion-left01 {
  width: 100%;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #495057;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.opinion-left01 span {
  font-size: 13px;
  font-weight: 400;
}
.input-main-style01 {
  background: #ffffff;
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px #cccccc solid;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 39px;
}
.input-main-style02 {
  bbackground: #ffffff;
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px #cccccc solid;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 39px;
}
.input-main-style03 {
  background: #ffffff;
  width: 100%;
  border: 0;
  border-bottom: 1px #cccccc solid;
  margin: 5px 0 0 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 39px;
}
.input-main-select {
  background: none;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.input-main-select select {
  background: #ffffff;
  flex: 1;
  margin-right: 0;
  padding: 5px 15px;
  line-height: 1.8;
  border: 0;
  border-bottom: 1px #cccccc solid;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  min-height: 39px;
}
.select-style {
  background: #8a6e0c;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 10px;
  border: 0;
}
.input-style01 {
  background: #f4f8fb;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 39px;
}
input:disabled {
  background-color: #fff;
  color: #2d7fb9;
  cursor: no-drop;
}
.btn.openlink {
  margin: 3px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #2d7fb9;
  color: #fff;
  border-radius: 5px;
}
.btn.openlink:hover {
  background-color: #ffbe00;
}
img.code {
  width: 100px;
  height: 39px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus {
  border-bottom: 1px #d2a655 solid;
}
.control-label {
  display: block;
  width: 100%;
}
@media screen and (max-width:575px) {
  .opinion-main {
    display: block;
  }
  .opinion {
    display: block;
    width: 100%;
  }
  .opinion-left01 {
    width: 100%;
  }
  .input-main-style02 {
    width: calc(100% - 105px);
    display: inline-block;
  }
}
/** 按鈕 **/
.cart-btn {
  padding: 0;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cart-btn i {
  padding: 0 0 0 10px;
}
.btn-send {
  font-size: 13px;
}
a.btn-send {
  padding: 5px 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  min-width: 100px;
  margin: 5px 5px;
  border: 0;
  border-radius: 3px;
  background: #d2a655;
}
a.btn-send:hover {
  background: #CA9738;
}
a.btn-reset {
  background: #666666;
  padding: 5px 25px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  min-width: 100px;
  margin: 5px 5px;
  border: 0;
  border-radius: 3px;
}
a.btn-reset:hover {
  background: #333333;
}
a.btn-send-over {
  background: #7ea2c5;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  min-width: 100px;
  margin: 2px;
  border-radius: 0;
  border: 0;
}
a.btn-send-over:hover {
  background: #96b9dc;
  border: 2px solid #96b9dc;
}
@media screen and (max-width:575px) {
  a.btn-send {
    padding: 6px;
    width: calc(50% - 10px);
  }
  a.btn-reset {
    padding: 6px;
    width: calc(50% - 10px);
  }
  a.btn-send-over {
    padding: 6px;
    width: calc(50% - 10px);
  }
}
/** 表格備註 **/
.check-notes {
  padding: 0;
  font-size: 16px;
  color: #333333;
  display: flex;
  margin: 15px 0 15px 0;
  font-weight: 400;
}
.check-notes label {
  display: block;
  width: 100%;
}
.check-notes input {
  margin: 6px 8px 6px 0;
}
/** 條款 **/
.terms {
  padding: 0;
  font-size: 15px;
  color: #333333;
  display: flex;
  margin: 15px 0 15px 0;
  font-weight: 300;
}
.terms a {
  color: #ff0000;
  text-decoration: underline;
}
.terms a:hover {}
.terms label {
  display: block;
  width: 100%;
}
.terms input {
  margin: 6px 8px 6px 0;
}
.terms-information-main {
  margin: 15px;
  overflow: hidden;
}
.terms-information {
  max-width: 800px;
  background: #ffffff;
  padding: 20px;
  border-radius: 0;
  margin: 0 auto;
  height: calc(100vh - 40px);
}
.terms-information .terms-content {
  font-size: 16px;
  color: #333333;
  height: calc(100% - 115px);
  overflow-y: auto;
}
.terms-information .terms-content > ol {
  padding: 0;
  margin: 20px 0 0 35px;
  list-style: cjk-ideographic;
}
.terms-information .terms-content > ol > li {
  padding: 5px 0;
  margin: 0;
}
.terms-information .terms-content > ol > li > ol {
  padding: 0;
  margin: 10px 0 10px 30px;
  list-style: decimal-leading-zero;
}
.terms-information .terms-content > ol > li > ol > li {
  padding: 3px 0;
  margin: 0;
}
.agree-btn {
  padding: 0;
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
button.agree {
  display: block;
  background: #000000;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  padding: 5px 20px;
}
button.agree:hover {
  background: #ff8116;
  color: #ffffff;
}
.fa-check-square-o {
  padding: 0 10px 0 0;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .terms-information h4 .terms-title {
    text-align: center;
    line-height: 1.35;
  }
  .terms-information h4 .terms-title .terms-title-ch {
    font-size: 30px;
    letter-spacing: 0px;
    display: block;
    line-height: 1.2;
    padding: 0 0 0 8px;
  }
  .terms-information h4 .terms-title .terms-title-en {
    font-size: 16px;
    letter-spacing: 0px;
    display: block;
    padding: 0 0 0 3px;
  }
  .terms-information h4 .terms-title .terms-title-en span {
    display: none;
  }
  .terms-information-main {
    margin: 15px;
  }
  .terms-information {
    padding: 15px;
  }
}
/** 條款彈跳視窗 **/
#fadeandscale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.popup_visible #fadeandscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/** 未勾選隱私權&表單送出 **/
.form-send-main {
  margin: 15px;
  overflow: hidden;
}
.form-send {
  max-width: 800px;
  background: #ffffff;
  padding: 20px;
  border-radius: 0;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
}
/** 頁次 **/
.page {
  font-size: 14px;
  color: #333;
  text-align: center;
  clear: both;
  margin: 15px 0 15px 0;
  padding: 15px 0px;
}
.page a {
  display: inline-block;
  border-bottom: 1px #333333 solid;
  border-top: 1px #333333 solid;
  color: #333333;
  padding: 2px 15px;
  background: #f0f0f0;
}
.page a:after {
  content: "";
  width: 0%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.page a:hover {
  color: #fff;
  position: relative;
  z-index: 1;
}
.page a:hover:after {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.page br {
  display: none;
}
@media screen and (max-width:767px) {
  .page a {
    margin: 15px 0;
  }
  .page br {
    display: block;
  }
}
/** 下版 **/
footer {padding: 18px 15px 24px 15px;border-bottom: 1px solid #F0F0F0;}
footer .footer {max-width: 1280px;margin: 0 auto;display: flex;flex-direction: row-reverse;align-items: center;}
footer .footer a {color: #333333;}
footer .footer a:hover {color: #d2a655;}
footer .footer .footer-logo {width: 193px;}
footer .footer .footer-logo img {width: 100%;}
footer .footer .footer-information {flex: 1;font-size: 14px;color: #333333;margin: 0 0 0 173px;}
footer .footer .footer-information .footer-contact {}
footer .footer .footer-information .footer-contact ul {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
footer .footer .footer-information .footer-contact ul li { display: flex;align-items: center;width: calc(50% - 0px);margin: 7.5px 0;padding: 0;}
footer .footer .footer-information .footer-contact ul li .footer-contact-content {flex: 1;padding-left: 16px;font-weight: 400;font-size: 16px;line-height: 24px;color: #525252;}
.copyright {color: #7B7B7B;font-size: 12px;text-transform: uppercase;padding: 8px;margin: 5px 0 0 0; text-align: center;}
.copyright span {padding: 0 0 0 8px;}
.copyright a {color: #7B7B7B;}
.copyright a:hover {color: #D2A655;}
@media screen and (max-width:950px) {
  footer .footer {display: block;}
  footer .footer .footer-logo {width: 214px;margin: 0 auto;box-shadow: 0 0 0 0 #ffffff;border-right: 0;padding: 20px 0 0 0;}
  footer .footer .footer-information {margin: 0;padding: 0 0 10px 0;}
}
@media screen and (max-width:767px) {
  footer {padding: 20px 15px 15px 15px;}
  footer .footer .footer-information .copyright {text-align: center;}
  footer .footer .footer-information .copyright span {display: block; width: 100%;padding: 0;}
}
@media screen and (max-width:575px) {
  .copyright {padding:0 0 45px 0;}
  footer .footer .footer-logo {width: 180px;}
  footer .footer .footer-information .footer-contact ul li {width: calc(100% - 0px);}
  footer .footer .footer-information .footer-contact ul li .footer-contact-icon { padding: 5px 0;margin: 0 10px 0 0; width: 25px;}
  footer .footer .footer-information .footer-contact ul li .footer-contact-content { padding: 5px 0; font-size: 14px}
}