@charset "UTF-8";
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: 天主教聖母聖心修女會
    Designed by : Vivi
    Front-End by : Evy
    Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
    Author Web: www.pavi.com.tw */
/*--> a Link ----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> line-clamp / 限制行數, 最大高度, 固定高度----------------------------------------------------------------------------*/
/*--> Fake object / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap&family=Noto+Serif+TC:wght@900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, 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%; }

/* 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 {
  vertical-align: middle; }

/*--> scrollMove ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  @-moz-keyframes scrollMove {}  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  @-webkit-keyframes scrollMove {}
  @keyframes scrollMove {}  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); } }

/*--> downToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-moz-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

/*--> marginToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; }
  @keyframes marginToUp {}  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
  @-moz-keyframes fadeIn {}  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
  @-webkit-keyframes fadeIn {}
  @keyframes fadeIn {}  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*--> rotate360 ----------------------------------------------------------------------------*/
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); }
  @-moz-keyframes rotate360 {}  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); }
  @-webkit-keyframes rotate360 {}
  @keyframes rotate360 {}  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--> changeLight ----------------------------------------------------------------------------*/
@-webkit-keyframes changeLight {
  from {
    background-position: 0px; }
  to {
    background-position: 200%; } }

@-moz-keyframes changeLight {
  from {
    background-position: 0px; }
  to {
    background-position: 200%; } }

@keyframes changeLight {
  from {
    background-position: 0px; }
  to {
    background-position: 200%; } }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0; }

body {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, "Microsoft JhengHei", Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow-x: hidden; }

input, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  background: #eaeaea;
  color: #333;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  outline: none; }
  button:visited, button:active, button:focus {
    color: #333;
    text-decoration: none; }
  button:hover {
    background: #333;
    color: #fff;
    background: #ed5c85;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; }
  button [class^="icon-"] {
    position: relative;
    top: 1px;
    margin-right: 5px; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #ed5c85;
    text-decoration: none; }

.hidden {
  display: none; }

.note {
  color: #ed5c85;
  font-weight: normal; }

p {
  margin-bottom: 30px; }
  p.bold {
    font-weight: bold; }
  p.end {
    margin-bottom: 0; }

.center {
  text-align: center; }

.scroll {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 99;
  opacity: 0; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px; }
  #topcontrol a {
    text-align: center;
    display: block;
    opacity: 0.7;
    color: #fff;
    background: #88672d;
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    #topcontrol a:before {
      display: inline-block;
      margin: 0 auto;
      line-height: 37px;
      font-size: 20px;
      font-family: "icomoon";
      content: ""; }
    #topcontrol a:visited {
      color: #c5b8a3; }
    #topcontrol a:hover {
      opacity: 1; }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #de597f;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

/*--> Youtube Video ----------------------------------------------------------------------------*/
.video-container {
  position: relative;
  z-index: 2;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    width: 100%;
    min-height: 50px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--> Header ----------------------------------------------------------------------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 60;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2); }
  .header.fixed {
    position: fixed;
    height: 70px; }
    .header.fixed .headInfo {
      opacity: 0;
      z-index: 0; }
    .header.fixed .menu {
      margin-top: 0; }
    .header.fixed .logo {
      margin-top: 8px;
      height: 52px; }
  .header .headInfo {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 10px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header .headInfo a[class^='icon-'] {
      display: inline-block;
      vertical-align: top; }
      .header .headInfo a[class^='icon-']::before {
        font-size: 32px; }
    .header .headInfo a.icon-fb_c {
      color: #000; }
      .header .headInfo a.icon-fb_c:visited {
        color: #000; }
      .header .headInfo a.icon-fb_c:hover {
        color: #1877f2; }
    .header .headInfo a.icon-ig {
      color: #000; }
      .header .headInfo a.icon-ig:visited {
        color: #000; }
      .header .headInfo a.icon-ig:hover {
        color: #02a2f8; }
      .header .headInfo a.icon-ig::before {
        position: relative; }
    .header .headInfo a.icon-yt {
      color: #000; }
      .header .headInfo a.icon-yt:visited {
        color: #000; }
      .header .headInfo a.icon-yt:hover {
        color: #ff0000; }
    .header .headInfo a.icon-line {
      color: #000; }
      .header .headInfo a.icon-line:visited {
        color: #000; }
      .header .headInfo a.icon-line:hover {
        color: #00c100; }

.topArea {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: right; }

.logo {
  float: left;
  height: 56px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .logo a {
    max-height: 100%; }
  .logo img {
    height: 100%; }

/*--> Menu ----------------------------------------------------------------------------*/
a.icon-menu {
  display: none;
  position: absolute;
  z-index: 91;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #000; }
  a.icon-menu:visited {
    color: #000; }
  a.icon-menu:hover {
    color: #ed5c85; }
  a.icon-menu:before {
    position: relative;
    font-size: 30px;
    line-height: 70px;
    color: #ed5c85; }

.sideMenuGroup {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 220px); }
  .sideMenuGroup .icon-plus {
    display: none; }

.sideMenuGroup a.icon-close {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  opacity: 1; }
  .sideMenuGroup a.icon-close:visited {
    color: #fff;
    opacity: 1; }
  .sideMenuGroup a.icon-close:hover {
    color: #fff;
    opacity: 1; }
  .sideMenuGroup a.icon-close:before {
    position: relative;
    top: 5px;
    display: inline-block;
    line-height: 60px;
    font-size: 26px; }

.menu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .menu ul {
    display: inline-block;
    text-align: center; }
    .menu ul li {
      position: relative;
      float: left;
      text-align: center; }
      .menu ul li.select a.mainLink span, .menu ul li:hover a.mainLink span {
        color: #ed5c85; }
      .menu ul li.select dl, .menu ul li:hover dl {
        display: block; }
      .menu ul li > a {
        color: #333;
        line-height: 70px;
        padding: 0 20px;
        font-size: 18px; }
        .menu ul li > a:visited {
          color: #333; }
        .menu ul li > a:hover {
          color: #ed5c85; }
      .menu ul li dl {
        display: none;
        position: absolute;
        width: 145px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: white;
        overflow: hidden;
        border-top: 1px solid rgba(0, 0, 0, 0.9); }
        .menu ul li dl dd {
          position: relative;
          z-index: 2; }
        .menu ul li dl a {
          color: #333;
          display: block;
          line-height: 35px;
          padding: 0 20px;
          text-align: left;
          font-size: 16px; }
          .menu ul li dl a:visited {
            color: #333; }
          .menu ul li dl a:hover {
            color: #fff; }
          .menu ul li dl a:hover {
            background: #ed5c85; }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  text-align: left;
  vertical-align: top;
  color: #fff;
  background: #ed5c85;
  padding: 26px 0;
  padding: 60px 0; }
  .footer .logoTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .footer .footerTitle {
    font-weight: bold;
    margin-bottom: 10px; }

a.icon-talk {
  position: fixed;
  z-index: 50;
  right: 25px;
  bottom: 75px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: #ed5c85;
  text-align: center; }
  a.icon-talk:before {
    font-size: 30px;
    line-height: 38px; }

.addressArea {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  width: calc( 40% - 50px); }

ul.addressList li {
  margin-bottom: 5px; }
  ul.addressList li a {
    color: #fff; }
    ul.addressList li a:visited {
      color: #fff; }
    ul.addressList li a:hover {
      color: #fee2fd; }

.copyright {
  font-style: normal;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 51px; }

.footerLink {
  display: inline-block;
  vertical-align: top;
  width: calc( 25% - 70px); }

.followArea {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 200px; }
  .followArea a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 8px 10px 8px; }
  .followArea a[class^='icon']:before {
    font-size: 40px;
    display: block;
    margin: 0 auto;
    width: 58px;
    height: 60px;
    padding-left: 2px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ed5c85;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .followArea a[class^='icon']:hover:before {
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

dl.footerList {
  display: inline-block;
  vertical-align: top; }
  dl.footerList a {
    color: #fff; }
    dl.footerList a:visited {
      color: #fff; }
    dl.footerList a:hover {
      color: #fee2fd; }
  dl.footerList dd {
    margin-bottom: 8px; }

/*--> Not  Shared File ----------------------------------------------------------------------*/
/*--> Editor ----------------------------------------------------------------------------*/
.bbsArticle {
  position: relative;
  margin: 20px 0;
  text-align: left;
  font-size: 18px; }
  .bbsArticle h1 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px; }
  .bbsArticle h2 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 20px; }
  .bbsArticle h3 {
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.4em; }
  .bbsArticle h4 {
    font-size: 20px;
    padding: 5px 0; }
  .bbsArticle h5 {
    font-size: 18px;
    padding: 5px 0; }
  .bbsArticle h6 {
    font-size: 16px;
    padding: 5px 0; }
  .bbsArticle p {
    margin-bottom: 30px;
    padding: 0; }
    .bbsArticle p iframe {
      max-width: 100%;
      min-width: 450px;
      min-height: 260px; }
    .bbsArticle p + h2 {
      padding-top: 20px; }
    .bbsArticle p a {
      text-decoration: underline;
      word-wrap: break-word;
      word-break: break-all; }
  .bbsArticle table {
    margin-bottom: 20px; }
    .bbsArticle table tr {
      vertical-align: middle; }
      .bbsArticle table tr:last-child td {
        border-bottom: 3px double #666; }
      .bbsArticle table tr td {
        padding: 5px;
        border-top: 3px double #666;
        border-right: 3px double #666; }
  .bbsArticle img {
    max-width: 100%;
    margin-bottom: 5px; }
  .bbsArticle ul {
    margin: 20px 0 20px 30px; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      color: #333;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol {
    margin: 20px 0 20px 10px; }
    .bbsArticle ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      color: #333;
      list-style-position: outside;
      list-style-type: decimal; }

/*--> Form ----------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 18px;
  border: none;
  padding: 5px 10px;
  outline: none;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

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

button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none; }

.inputGroup {
  position: relative;
  text-align: left;
  width: auto;
  padding-left: 110px;
  margin-bottom: 20px;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-font-size: 16px; }
  .inputGroup ::-webkit-input-placeholder {
    font-size: 16px; }
  .inputGroup ::-moz-placeholder {
    font-size: 16px; }
  .inputGroup img {
    width: 400px; }
  .inputGroup .inline {
    display: inline-block;
    vertical-align: top; }
    .inputGroup .inline + span {
      margin-left: 10px; }
  .inputGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    text-align: left; }
  .inputGroup p {
    margin-bottom: 0; }
  .inputGroup .nameTitle {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .inputGroup .nameTitle + p {
      padding-top: 5px; }
  .inputGroup .half {
    display: inline-block;
    vertical-align: top;
    width: 46%; }
    .inputGroup .half + .half {
      float: right; }
  .inputGroup input {
    position: relative;
    z-index: 5;
    width: 100%;
    border: none; }
    .inputGroup input.fontBefore {
      width: calc( 100% - 40px); }

.textareaGroup {
  position: relative;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-font-size: 16px; }
  .textareaGroup ::-webkit-input-placeholder {
    font-size: 16px; }
  .textareaGroup ::-moz-placeholder {
    font-size: 16px; }
  .textareaGroup textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none; }

.radioGroup {
  position: relative;
  clear: both;
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 20px;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-font-size: 16px; }
  .radioGroup ::-webkit-input-placeholder {
    font-size: 16px; }
  .radioGroup ::-moz-placeholder {
    font-size: 16px; }
  .radioGroup .nameTitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .radioGroup .nameTitle + p {
      padding-top: 5px; }
  .radioGroup .group {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 110px; }
    .radioGroup .group div {
      display: block;
      margin-bottom: 10px; }
    .radioGroup .group .inline {
      display: inline-block;
      vertical-align: top; }
    .radioGroup .group .formError.inline + label {
      margin-left: 5px; }
    .radioGroup .group .formError .formErrorContent {
      position: absolute;
      left: 10px;
      margin-top: 20px; }
  .radioGroup .formError .formErrorContent {
    top: -18px;
    right: 12px; }
  .radioGroup input[type="radio"] {
    position: relative;
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 9px;
    border: 1px solid #aaa;
    background: #fff;
    outline: none; }
    .radioGroup input[type="radio"] + label {
      position: relative;
      top: -4px;
      left: -1px;
      z-index: 2;
      margin-right: 20px;
      padding-left: 5px;
      line-height: 20px; }
    .radioGroup input[type="radio"]:checked {
      border: 1px solid #ed5c85; }
      .radioGroup input[type="radio"]:checked + label:before {
        position: absolute;
        top: 4px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #ed5c85; }
    .radioGroup input[type="radio"]::-ms-check {
      background: none;
      border: 1px solid #ed5c85; }
      .radioGroup input[type="radio"]::-ms-check + label:before {
        position: absolute;
        top: 4px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #ed5c85; }

.checkListGroup {
  position: relative;
  text-align: left;
  width: auto;
  padding-left: 110px;
  margin-bottom: 25px;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-font-size: 16px; }
  .checkListGroup ::-webkit-input-placeholder {
    font-size: 16px; }
  .checkListGroup ::-moz-placeholder {
    font-size: 16px; }
  .checkListGroup.subscriptEdit {
    padding-left: 120px; }
    .checkListGroup.subscriptEdit::before {
      display: none; }
    .checkListGroup.subscriptEdit .nameTitle {
      left: 0;
      top: 0; }
    .checkListGroup.subscriptEdit .checkboxLabel::before, .checkListGroup.subscriptEdit .checkboxLabel::after {
      top: 2px; }
    .checkListGroup.subscriptEdit ul.checkboxList li {
      padding-left: 10px;
      padding-right: 15px; }
  .checkListGroup .nameTitle {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1; }
    .checkListGroup .nameTitle + p {
      margin-bottom: 5px; }
  .checkListGroup ul.checkboxList {
    position: relative; }
    .checkListGroup ul.checkboxList li {
      text-align: left;
      min-height: 20px;
      padding-left: 15px;
      margin-bottom: 10px; }
      .checkListGroup ul.checkboxList li label:hover {
        cursor: pointer; }
  .checkListGroup .checkboxLabel {
    position: relative; }
    .checkListGroup .checkboxLabel input {
      margin-left: 10px; }
    .checkListGroup .checkboxLabel::before {
      position: absolute;
      top: 0;
      left: -25px;
      display: block;
      width: 16px;
      height: 16px;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: white;
      border: 1px solid #666;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0; }
    .checkListGroup .checkboxItem input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::before {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .checkListGroup .checkboxItem .checkboxInput:checked ~ .checkboxLabel::after {
    font-family: "icomoon";
    content: "\e900";
    background: none;
    color: #ed5c85;
    font-size: 16px;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #ed5c85;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 16px; }
  .checkListGroup .checkboxLabel::after {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.checkGroup {
  position: relative;
  z-index: 60;
  display: block;
  margin-left: 90px;
  text-align: left; }
  .checkGroup .formError.inline {
    position: relative;
    z-index: 1; }
    .checkGroup .formError.inline .formErrorContent {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 30px;
      float: left; }
  .checkGroup .word {
    position: relative;
    z-index: 99999;
    display: block;
    margin-left: 30px; }
  .checkGroup .checkboxStyle {
    position: absolute;
    z-index: 9999;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #666; }
  .checkGroup input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    opacity: 0; }
    .checkGroup input[type="checkbox"]:checked {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .checkGroup input[type="checkbox"]:checked + .checkboxStyle:before {
        position: absolute;
        top: -3px;
        left: 1px;
        font-family: 'TCGS';
        content: 'F'; }

.selectGroup {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-font-size: 16px; }
  .selectGroup ::-webkit-input-placeholder {
    font-size: 16px; }
  .selectGroup ::-moz-placeholder {
    font-size: 16px; }
  .selectGroup .nameTitle {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1; }
  .selectGroup.half {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    text-align: left; }
  .selectGroup .inline {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .selectGroup + .formError.inline {
    text-align: center; }
  .selectGroup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial,"Microsoft JhengHei";
    background-color: white;
    font-size: 1em;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    line-height: 36px;
    height: 36px;
    min-width: 150px;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 0 35px 0 10px;
    background: #fff url(../images/icon-arrow-down.png) 90% center no-repeat;
    background-size: 8px; }

.required {
  color: #ed5c85; }

/*--> Btn Area ----------------------------------------------------------------------------*/
.formContent .btnArea {
  text-align: center;
  margin: 60px auto 20px auto;
  padding-top: 40px;
  border-top: 1px solid #d6d3d3; }
  .formContent .btnArea .btnGo {
    background: #ed5c85;
    color: #fff;
    border: 1px solid #ed5c85;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 60px;
    line-height: 40px;
    font-size: 20px; }
    .formContent .btnArea .btnGo:visited, .formContent .btnArea .btnGo:active, .formContent .btnArea .btnGo:focus {
      color: #fff;
      text-decoration: none; }
    .formContent .btnArea .btnGo:hover {
      background: #333;
      color: #fff;
      background: #333;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #333; }
    .formContent .btnArea .btnGo:hover {
      cursor: pointer; }
  .formContent .btnArea .btnReset {
    background: #999;
    color: #fff;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 60px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 20px; }
    .formContent .btnArea .btnReset:visited, .formContent .btnArea .btnReset:active, .formContent .btnArea .btnReset:focus {
      color: #fff;
      text-decoration: none; }
    .formContent .btnArea .btnReset:hover {
      background: #333;
      color: #fff;
      background: #333;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #333; }
    .formContent .btnArea .btnReset:hover {
      cursor: pointer; }

/*--> jQuery-Validation-Engine ----------------------------------------------------------------------------*/
.formError .formErrorArrow [class^='line'] {
  display: none; }

.formError .formErrorContent {
  border: none;
  background: #ed5c85;
  box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  -webkit-box-shadow: 0 0 0 #000;
  -o-box-shadow: 0 0 0 #000;
  padding: 2px 10px 2px 10px;
  margin: 5px 0;
  font-size: 14px; }

.formError.inline {
  display: block; }
  .formError.inline .formErrorContent {
    color: #ed5c85;
    background: none;
    font-size: 14px;
    letter-spacing: 0;
    padding: 4px 0 4px 5px; }

a.btnMore {
  background: rgba(255, 255, 255, 0);
  color: #88672d;
  border: 1px solid #88672d;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding: 0 55px;
  line-height: 36px; }
  a.btnMore:visited, a.btnMore:active, a.btnMore:focus {
    color: #88672d;
    text-decoration: none; }
  a.btnMore:hover {
    background: #333;
    color: #fff;
    background: #ed5c85;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ed5c85; }

.areaContent {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.homeTitle {
  font-family: 'Noto Serif TC';
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: #000;
  text-align: center;
  margin-bottom: 20px; }
  .homeTitle .small {
    font-size: 18px; }

/*-->動態部分 ----------------------------------------------------------------------------*/
[class^='act'] > *:not(.anchor) {
  position: relative;
  top: 100px;
  opacity: 0; }

[class^='act'].fadeIn > *:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(2) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(3) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(5) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(6) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(7) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(8) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(9) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.7s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.7s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.7s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(10) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 3s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(11) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 3.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 3.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 3.3s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(12) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 3.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 3.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 3.6s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(13) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 3.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 3.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 3.9s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(14) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 4.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 4.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 4.2s;
  -moz-animation-fill-mode: forwards; }

[class^='act'].fadeIn > *:nth-child(15) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 4.5s;
  -moz-animation-fill-mode: forwards; }

/*--> Banner -----------------------------------------*/
.homeBanner {
  position: relative;
  background: #000;
  min-height: 300px; }
  .homeBanner .swiper-pagination {
    bottom: 20px; }
  .homeBanner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 6px !important; }
  .homeBanner .swiper-pagination-bullet-active {
    background: white; }
  .homeBanner .swiper-button-next, .homeBanner .swiper-button-prev {
    color: #fff; }
  .homeBanner .swiper-button-next.swiper-button-disabled, .homeBanner .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .homeBanner .areaContent {
    position: absolute;
    bottom: 100px;
    color: #fff;
    text-align: center; }
  .homeBanner .bannerInfo {
    text-align: left;
    padding-left: 25px; }
    .homeBanner .bannerInfo h3 {
      font-family: 'Noto Serif TC';
      font-size: 36px;
      line-height: 1.4em;
      margin: 0 auto 10px auto; }
    .homeBanner .bannerInfo p {
      font-size: 20px;
      line-height: 1.5em;
      margin-bottom: 0; }
  .homeBanner.swiper {
    margin-left: 0;
    margin-right: 0; }
  .homeBanner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .homeBanner .swiper-slide figure.mainPic {
      width: 100%; }
      .homeBanner .swiper-slide figure.mainPic img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .homeBanner a.btnPlay {
    background: #fff;
    color: #ed5c85;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 60px; }
    .homeBanner a.btnPlay:visited, .homeBanner a.btnPlay:active, .homeBanner a.btnPlay:focus {
      color: #ed5c85;
      text-decoration: none; }
    .homeBanner a.btnPlay:hover {
      background: #333;
      color: #fff;
      background: #675d54;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #675d54; }
  .homeBanner a.btnLink {
    background: #fff;
    color: #ed5c85;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    padding: 0 40px;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 60px; }
    .homeBanner a.btnLink:visited, .homeBanner a.btnLink:active, .homeBanner a.btnLink:focus {
      color: #ed5c85;
      text-decoration: none; }
    .homeBanner a.btnLink:hover {
      background: #333;
      color: #fff;
      background: #675d54;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #675d54; }
  .homeBanner video {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: 0;
    background-size: cover; }

/*--> Main --------------------------------------*/
.homeMain {
  background: url("../images/home/pencil_bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .homeMain .mainPic {
    width: 30%;
    margin: 40px 5%; }
    .homeMain .mainPic img {
      width: 100%; }
  .homeMain .mainText {
    width: 55%; }
    .homeMain .mainText .btnArea {
      margin-top: 60px; }

.homeArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .homeArticle .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .homeArticle .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .homeArticle .wordBox, .homeArticle .imgBox {
    width: 50%; }
  .homeArticle .imgBox {
    line-height: 0; }
    .homeArticle .imgBox img {
      width: 100%;
      line-height: 0; }
  .homeArticle .wordBox {
    width: 40%;
    margin: 0 5%;
    text-align: center; }
    .homeArticle .wordBox .homeTitle, .homeArticle .wordBox p {
      text-align: left; }
    .homeArticle .wordBox p {
      font-size: 18px; }
    .homeArticle .wordBox .btnArea {
      margin-top: 60px; }

.fullImg {
  background: url("../images/home/pencil_bg.jpg") left top no-repeat;
  background-size: 100% auto;
  padding: 15px 0; }
  .fullImg figure {
    line-height: 0; }
  .fullImg img {
    width: 100%;
    line-height: 0; }

/*--> News --------------------------------------*/
.homeNews {
  padding: 60px 0; }

ul.homeNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  ul.homeNewsList li {
    width: calc( 33% - 80px);
    margin: 0 40px 40px 40px;
    font-size: 18px; }
    ul.homeNewsList li:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    ul.homeNewsList li figure {
      position: relative;
      line-height: 0;
      margin-bottom: 20px; }
      ul.homeNewsList li figure time {
        position: absolute;
        z-index: 3;
        left: -10px;
        bottom: 15px;
        display: block;
        color: #fff;
        font-size: 14px;
        background: rgba(244, 60, 95, 0.7);
        line-height: 1.6em;
        padding: 2px 10px; }
    ul.homeNewsList li img {
      position: relative;
      z-index: 1;
      width: 100%;
      line-height: 0;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

/*--> Article -----------------------------------*/
.homeShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .homeShare .crossBox, .homeShare .flowerBox {
    width: 50%;
    padding: 60px 60px 40px 60px; }
  .homeShare .mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .homeShare .mainBox .imgBox {
      width: 50%; }
      .homeShare .mainBox .imgBox a {
        display: block; }
        .homeShare .mainBox .imgBox a img {
          width: 100%;
          line-height: 0; }
      .homeShare .mainBox .imgBox .tagArea {
        margin-bottom: 0; }
        .homeShare .mainBox .imgBox .tagArea a {
          color: #88672d;
          display: inline-block;
          vertical-align: top;
          margin-right: 20px; }
          .homeShare .mainBox .imgBox .tagArea a:visited {
            color: #88672d; }
          .homeShare .mainBox .imgBox .tagArea a:hover {
            color: #ed5c85; }
          .homeShare .mainBox .imgBox .tagArea a::before {
            content: '#'; }
    .homeShare .mainBox .wordBox {
      width: calc( 50% - 15px);
      margin-left: 15px;
      text-align: left;
      padding: 5px 0; }
  .homeShare .crossBox {
    background: #f6f3f1 url("../images/home/cross.png") left bottom no-repeat;
    background-size: auto 25%; }
  .homeShare .flowerBox {
    background: #dfd7d4 url("../images/home/flower.png") right bottom no-repeat;
    background-size: auto 25%; }
  .homeShare a.categoryLink {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #ed5c85;
    padding: 2px 8px;
    border-radius: 5px; }
    .homeShare a.categoryLink:hover {
      background: #88672d; }
  .homeShare a.titleLink {
    display: block;
    font-family: 'Noto Serif TC';
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 20px;
    font-weight: bold; }
  .homeShare .btnArea {
    text-align: center;
    margin-top: 40px; }

/*--> Crumb ----------------------------------------------------------------------------*/
.crumb {
  margin: 20px 0;
  text-align: left;
  font-size: 14px; }
  .crumb ul li {
    color: #ed5c85;
    display: inline-block;
    vertical-align: top; }
    .crumb ul li .icon-home {
      font-size: 20px; }
      .crumb ul li .icon-home::before {
        position: relative;
        top: 1px; }
      .crumb ul li .icon-home span {
        display: none; }
    .crumb ul li:before {
      position: relative;
      top: 0;
      content: "/";
      color: #666;
      margin: 2px 5px 2px 2px; }
    .crumb ul li:first-child:before {
      content: none; }
    .crumb ul li a {
      color: #666; }
      .crumb ul li a:visited {
        color: #666; }
      .crumb ul li a:hover {
        color: #333; }
    .crumb ul li:last-child a {
      color: #333; }
      .crumb ul li:last-child a:visited {
        color: #333; }
      .crumb ul li:last-child a:hover {
        color: #333;
        cursor: default; }

/*--> Inside Banner ----------------------------------------------*/
.bannerInside {
  position: relative;
  overflow-x: hidden; }
  .bannerInside.mask figure::before {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: url("../images/banner_mask.png") right bottom no-repeat;
    background-size: 100% 100%; }
  .bannerInside.mask2 figure::before {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: url("../images/banner_mask.png") right bottom no-repeat;
    background-size: 100% 100%;
    opacity: .4; }
  .bannerInside figure {
    position: relative;
    z-index: 1;
    line-height: 0; }
    .bannerInside figure img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; }
  .bannerInside .areaContent {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%; }
  .bannerInside .mainTitle {
    position: absolute;
    z-index: 5;
    width: 70%;
    top: 55%;
    left: 65%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .bannerInside .mainTitle.whiteFont {
      color: #fff; }
    .bannerInside .mainTitle.follow {
      top: 50%; }
      .bannerInside .mainTitle.follow .h2 {
        max-width: 510px;
        margin: 0 auto; }
    .bannerInside .mainTitle.bishop {
      left: 25%; }
      .bannerInside .mainTitle.bishop .h2 {
        max-width: 460px;
        margin: 0 auto; }
    .bannerInside .mainTitle .h1 {
      font-family: 'Noto Serif TC';
      font-size: 30px;
      font-weight: 700;
      line-height: 1.6em;
      margin-bottom: 15px; }
    .bannerInside .mainTitle .h2 {
      font-size: 18px;
      line-height: 1.6em; }
      .bannerInside .mainTitle .h2 .small {
        font-size: 16px; }
  .bannerInside .bannerTitle {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
    font-weight: bold; }
    .bannerInside .bannerTitle.dark h2 {
      color: #664e44; }
      .bannerInside .bannerTitle.dark h2 span {
        background: url("../images/title_bg_dark.png") left top no-repeat;
        background-size: 100% auto;
        text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9); }
    .bannerInside .bannerTitle h2 {
      font-family: 'Noto Serif TC';
      font-size: 36px;
      color: #fff;
      line-height: 1.4em;
      margin-bottom: 20px; }
      .bannerInside .bannerTitle h2 span {
        display: inline-block;
        padding: 2px 30px 18px 65px;
        background: url("../images/title_bg.png") left top no-repeat;
        background-size: 100% auto;
        text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7); }

/*--> Inside -----------------------* */
.insideContent h3 {
  font-size: 24px;
  margin-bottom: 20px; }
  .insideContent h3 .period {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #664e44;
    background: #efe3e6;
    font-size: 16px;
    font-weight: normal;
    padding: 1px 15px;
    margin-left: 35px;
    border-radius: 25px; }
    .insideContent h3 .period::before {
      position: absolute;
      left: -30px;
      font-family: "icomoon";
      content: "\e909";
      font-size: 26px;
      color: #efe3e6; }

.insideContent mark {
  font-family: 'Noto Serif TC';
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  background: url(../images/aboutus/pencil_bg.jpg) left top repeat-x;
  background-size: auto 100%;
  padding: 10px 50px;
  margin-bottom: 20px; }

.insideContent .small {
  font-size: 14px; }

.insideTitle, h3.insideTitle {
  font-family: 'Noto Serif TC';
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 40px; }

.subTitle {
  font-family: 'Noto Serif TC';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 40px; }

.insideFullImg figure {
  line-height: 0; }

.insideFullImg img {
  width: 100%;
  line-height: 0; }

.f18 {
  font-size: 18px; }

/*--> News -----------------------*/
ul.newsList, ul.aboutusList, ul.educationList, ul.soulList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 102%;
  margin-left: -1%; }
  ul.newsList li, ul.aboutusList li, ul.educationList li, ul.soulList li {
    position: relative;
    margin: 0 1% 40px 1%;
    font-size: 18px;
    font-weight: bold;
    width: 31%; }
    ul.newsList li:hover img, ul.aboutusList li:hover img, ul.educationList li:hover img, ul.soulList li:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    ul.newsList li:hover .icon-plus, ul.aboutusList li:hover .icon-plus, ul.educationList li:hover .icon-plus, ul.soulList li:hover .icon-plus {
      color: #ed5c85; }
    ul.newsList li figure, ul.aboutusList li figure, ul.educationList li figure, ul.soulList li figure {
      position: relative;
      line-height: 0;
      margin-bottom: 10px;
      border-radius: 15px;
      overflow: hidden; }
      ul.newsList li figure .icon-plus, ul.aboutusList li figure .icon-plus, ul.educationList li figure .icon-plus, ul.soulList li figure .icon-plus {
        position: absolute;
        z-index: 2;
        right: 10px;
        bottom: 10px;
        background: #fff;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%; }
    ul.newsList li time, ul.aboutusList li time, ul.educationList li time, ul.soulList li time {
      display: block;
      color: #fff;
      font-size: 14px;
      font-weight: normal;
      color: #88672d;
      line-height: 1.6em;
      margin-bottom: 5px; }
    ul.newsList li img, ul.aboutusList li img, ul.educationList li img, ul.soulList li img {
      position: relative;
      z-index: 1;
      width: 100%;
      line-height: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.newsArticle time, .aboutusArticle time, .educationArticle time {
  display: block;
  color: #fff;
  font-size: 14px;
  color: #88672d;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px; }

.newsArticle .mainImg, .aboutusArticle .mainImg, .educationArticle .mainImg {
  text-align: center; }
  .newsArticle .mainImg img, .aboutusArticle .mainImg img, .educationArticle .mainImg img {
    border-radius: 15px;
    max-width: 600px; }

.newsArticle .videoBox, .aboutusArticle .videoBox, .educationArticle .videoBox {
  margin-bottom: 60px; }

.backArea {
  margin-bottom: 60px; }
  .backArea a.btnBack {
    background: rgba(255, 255, 255, 0);
    color: #88672d;
    border: 1px solid #88672d;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding: 0 55px;
    line-height: 36px; }
    .backArea a.btnBack:visited, .backArea a.btnBack:active, .backArea a.btnBack:focus {
      color: #88672d;
      text-decoration: none; }
    .backArea a.btnBack:hover {
      background: #333;
      color: #fff;
      background: #ed5c85;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #ed5c85; }

.summary {
  font-family: 'Noto Sans TC';
  position: relative;
  width: 85%;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  margin: 40px auto 30px auto;
  padding: 30px 0 20px 0; }
  .summary p:before {
    content: "";
    position: absolute;
    top: 0;
    left: -54px;
    width: 46px;
    height: 46px;
    background: url(../images/icon_sum_lt.png) no-repeat center/cover; }
  .summary p:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -54px;
    width: 46px;
    height: 46px;
    background: url(../images/icon_sum_rb.png) no-repeat center/cover; }

/*--> Aboutus -----------------------*/
.wordArticle {
  padding: 60px 0; }

.brownContent {
  background: #f6f3f1; }

.grayContent {
  background: #f3f2f2; }
  .grayContent + .insideContent {
    margin-top: 40px; }
  .grayContent .areaContent {
    padding-bottom: 5px; }
  .grayContent.related {
    padding: 40px 0 60px 0; }
    .grayContent.related .insideTitle {
      margin-bottom: 20px; }

.insideArticle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .insideArticle img {
    max-width: 100%; }
  .insideArticle ol {
    margin: 20px 0 20px 0; }
    .insideArticle ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      color: #333;
      list-style-position: outside;
      list-style-type: decimal; }
  .insideArticle .mark {
    margin-bottom: 40px;
    color: #664e44; }
  .insideArticle .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .insideArticle .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .insideArticle .wordBox, .insideArticle .imgBox, .insideArticle .featureBox {
    width: 50%; }
  .insideArticle .imgBox {
    line-height: 0; }
    .insideArticle .imgBox img {
      width: 100%;
      line-height: 0; }
  .insideArticle .wordBox {
    position: relative;
    width: 40%;
    margin: 10px 5%; }
    .insideArticle .wordBox .insideTitle, .insideArticle .wordBox p {
      text-align: left; }
    .insideArticle .wordBox p.italic {
      font-style: italic; }
    .insideArticle .wordBox p.bold {
      font-weight: bold; }
    .insideArticle .wordBox p:last-child {
      margin-bottom: 0; }
    .insideArticle .wordBox .btnArea {
      text-align: center;
      margin-top: 50px; }
  .insideArticle .mother {
    position: absolute;
    right: 57%;
    bottom: 0;
    width: 8%;
    height: 55%;
    background: url(../images/aboutus/ourlady.jpg) right bottom no-repeat;
    background-size: 100% auto; }
  .insideArticle .featureBox {
    text-align: center;
    padding: 40px 40px 50px 40px; }
    .insideArticle .featureBox img {
      max-width: 100%; }
      .insideArticle .featureBox img.half {
        width: 40%; }
    .insideArticle .featureBox .title {
      font-family: 'Noto Serif TC';
      font-size: 30px;
      font-weight: 600;
      line-height: 1.4em;
      text-align: center;
      margin: 0 0 20px 0; }
    .insideArticle .featureBox p {
      font-size: 18px;
      margin-bottom: 0; }

.articleGospel {
  width: 1000px;
  margin: 0 auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .articleGospel figure {
    width: 40%; }
    .articleGospel figure img {
      width: 100%; }
  .articleGospel .textArea {
    width: 50%;
    margin-left: 10%; }
    .articleGospel .textArea h4 {
      font-size: 24px;
      margin: 20px 0; }
      .articleGospel .textArea h4:first-child {
        margin-top: 60px; }
    .articleGospel .textArea p {
      font-size: 18px; }
      .articleGospel .textArea p + h4 {
        margin-top: 110px; }

.articleBishop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  .articleBishop figure {
    width: 30%; }
    .articleBishop figure img {
      width: 100%; }
  .articleBishop .yearEvent {
    position: relative;
    width: 65%;
    margin: 20px 0 0 5%; }

ul.yearLine {
  position: relative; }
  ul.yearLine:before {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 120px;
    content: ' ';
    border-left: 1px solid #ccc; }
  ul.yearLine.society li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.yearLine.society li .order1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    ul.yearLine.society li .order2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  ul.yearLine li {
    position: relative;
    z-index: 5;
    padding-left: 120px;
    margin-bottom: 60px; }
    ul.yearLine li:last-child::after {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      display: block;
      width: 3px;
      margin-left: -1px;
      background: white;
      content: ' '; }
    ul.yearLine li h3 {
      position: absolute;
      left: 0;
      font-size: 30px;
      color: #664e44;
      font-family: 'Times New Roman', serif; }
    ul.yearLine li h4 {
      font-family: 'Noto Serif TC';
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
    ul.yearLine li > p, ul.yearLine li .textArea {
      font-size: 18px;
      margin: 0 60px; }
      ul.yearLine li > p .mark, ul.yearLine li .textArea .mark {
        color: #664e44;
        font-weight: bolder; }
    ul.yearLine li .textArea {
      width: 35%; }
    ul.yearLine li .img {
      width: 50%; }
      ul.yearLine li .img img {
        width: 100%;
        line-height: 0;
        border-radius: 15px;
        -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.15); }
    ul.yearLine li .yearPoint {
      position: relative;
      z-index: 3; }
      ul.yearLine li .yearPoint.small:before {
        width: 16px;
        height: 16px;
        margin-left: -8px;
        border-radius: 8px; }
      ul.yearLine li .yearPoint:before {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -13px;
        display: block;
        width: 26px;
        height: 26px;
        background: #c7bcb3;
        border-radius: 13px;
        content: ' '; }

.aboutusArticle .bbsArticle, .educationArticle .bbsArticle {
  padding-bottom: 0; }

.aboutusArticle .photoArticle, .educationArticle .photoArticle {
  border-top: 1px solid #d9d3cf;
  padding: 40px 0 0 0; }
  .aboutusArticle .photoArticle h2, .educationArticle .photoArticle h2 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 20px; }

.videoBox {
  margin: 60px auto 0 auto;
  text-align: center; }
  .videoBox.class .videoArea {
    max-width: 950px; }

.videoArea {
  max-width: 1050px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto 20px auto; }

.articlePhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  .articlePhoto .photoGroup {
    width: 47.2%;
    margin-bottom: 50px; }
    .articlePhoto .photoGroup:nth-child(odd) {
      margin-right: 5%; }
    .articlePhoto .photoGroup figcaption {
      margin-top: 10px; }
    .articlePhoto .photoGroup figure {
      background-size: cover;
      border-radius: 15px; }
      .articlePhoto .photoGroup figure span {
        display: block;
        padding: 75% 0 0 0; }
      .articlePhoto .photoGroup figure img {
        width: 100%;
        border-radius: 15px; }

.lifeGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  padding-top: 30px; }
  .lifeGroup + .lifeGroup {
    border-top: 1px solid #d9d3cf; }
  .lifeGroup .imgBox {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden; }
    .lifeGroup .imgBox img {
      width: 100%;
      height: auto; }
  .lifeGroup .textItalic {
    width: 100px;
    margin: 0 10px;
    text-align: center;
    font-family: 'Noto Serif TC';
    font-style: italic;
    font-weight: bold; }
    .lifeGroup .textItalic span + span:before {
      content: '';
      display: block; }
    .lifeGroup .textItalic:before {
      content: '/';
      margin: 0 5px; }
    .lifeGroup .textItalic:after {
      content: '/';
      margin: 0 5px; }
  .lifeGroup .textArea {
    width: calc(100% - 280px); }
    .lifeGroup .textArea p:last-child {
      margin-bottom: 0; }

/*--> Read More -----------------------*/
.readMoreContent {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  background: #f1eae5; }
  .readMoreContent h3 {
    font-family: 'Noto Serif TC';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em;
    color: #664e44;
    text-align: center;
    margin-bottom: 60px; }
    .readMoreContent h3::after {
      display: inline-block;
      vertical-align: bottom;
      content: "";
      width: 60px;
      height: 60px;
      background: url(../images/aboutus/bird.svg) no-repeat center/cover; }

ul.readMoreList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px; }
  ul.readMoreList li {
    width: 26%;
    border: 1px solid #664e44;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-right: 11%; }
    ul.readMoreList li:nth-child(3n) {
      margin-right: 0; }
    ul.readMoreList li a {
      position: relative;
      color: #664e44;
      display: block;
      padding: 8px 8px 8px 30px; }
      ul.readMoreList li a:visited {
        color: #664e44; }
      ul.readMoreList li a:hover {
        color: #ed5c85; }
      ul.readMoreList li a:hover .icon-triangle {
        border-left: 1px solid #ed5c85;
        right: 5px; }
      ul.readMoreList li a .icon-triangle {
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 10px;
        font-size: 26px;
        padding-left: 2px;
        border-left: 1px solid #664e44;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

/*--> Footprints Banner -----------------------------------------*/
.footprintsArea {
  padding: 5px 0; }
  .footprintsArea .areaContent {
    margin: 40px auto 50px auto; }

.footprintsBanner {
  position: relative;
  overflow: visible; }
  .footprintsBanner .swiper-pagination {
    bottom: -43px; }
  .footprintsBanner .swiper-pagination-bullet {
    background: #eae0d9;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 6px !important; }
  .footprintsBanner .swiper-pagination-bullet-active {
    background: #f17d9d; }
  .footprintsBanner .swiper-button-next, .footprintsBanner .swiper-button-prev {
    color: #fff; }
  .footprintsBanner .swiper-button-next.swiper-button-disabled, .footprintsBanner .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .footprintsBanner.swiper {
    margin-left: 0;
    margin-right: 0; }
  .footprintsBanner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .footprintsBanner .swiper-slide figure.mainPic {
      width: 100%;
      overflow: hidden;
      border-radius: 10px;
      -webkit-box-shadow: 0px 4px 3px 2px rgba(120, 120, 120, 0.15);
      box-shadow: 0px 4px 3px 2px rgba(120, 120, 120, 0.15); }
      .footprintsBanner .swiper-slide figure.mainPic img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .footprintsBanner a.btnLink {
    background: #fff;
    color: #ed5c85;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    padding: 0 40px;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 60px; }
    .footprintsBanner a.btnLink:visited, .footprintsBanner a.btnLink:active, .footprintsBanner a.btnLink:focus {
      color: #ed5c85;
      text-decoration: none; }
    .footprintsBanner a.btnLink:hover {
      background: #333;
      color: #fff;
      background: #675d54;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #675d54; }

/*--> Footprints ---------------------*/
.insideArticle .workGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0; }
  .insideArticle .workGroup + .workGroup {
    border-top: 1px solid rgba(70, 29, 33, 0.3); }
  .insideArticle .workGroup .imgBox {
    width: 150px;
    margin-right: 50px;
    text-align: center; }
    .insideArticle .workGroup .imgBox h3 {
      line-height: 1.6em;
      font-size: 24px; }
    .insideArticle .workGroup .imgBox img {
      width: 100%; }
  .insideArticle .workGroup .textArea {
    width: calc( 100% - 200px); }
    .insideArticle .workGroup .textArea ul {
      margin-left: 21px; }
      .insideArticle .workGroup .textArea ul li {
        margin-bottom: 20px;
        list-style-position: outside;
        list-style-type: disc; }
        .insideArticle .workGroup .textArea ul li:last-child {
          margin-bottom: 0; }
    .insideArticle .workGroup .textArea ul.yearList {
      margin-left: 0; }
      .insideArticle .workGroup .textArea ul.yearList li {
        position: relative;
        padding-left: 80px;
        list-style: none;
        margin-bottom: 0; }
        .insideArticle .workGroup .textArea ul.yearList li .year {
          position: absolute;
          left: 0;
          top: 0; }
    .insideArticle .workGroup .textArea p.f20 {
      font-size: 20px;
      margin-bottom: 20px; }
    .insideArticle .workGroup .textArea p:last-child {
      margin-bottom: 0; }

/*--> Cultivate ---------------------*/
.cultivatePrinciple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 40px; }
  .cultivatePrinciple .imgBox {
    width: 25%;
    margin: 0 5%; }
    .cultivatePrinciple .imgBox img {
      width: 100%; }
  .cultivatePrinciple .textArea {
    width: 65%;
    margin: 0 5% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cultivatePrinciple .textArea .small {
      font-size: 14px; }
    .cultivatePrinciple .textArea .btnArea {
      text-align: center; }
      .cultivatePrinciple .textArea .btnArea a.btnMore:first-child {
        margin-right: 50px; }

.photoThree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .photoThree > figure {
    width: 32%;
    border-radius: 15px;
    line-height: 0;
    overflow: hidden; }
    .photoThree > figure img {
      width: 100%; }
  .photoThree .fig {
    width: 32%; }
    .photoThree .fig.mb60 {
      margin-bottom: 60px; }
    .photoThree .fig figure {
      border-radius: 15px;
      line-height: 0;
      overflow: hidden; }
      .photoThree .fig figure img {
        width: 100%; }
  .photoThree figcaption {
    display: block;
    text-align: center;
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 10px; }

.photoTwoFull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .photoTwoFull figure {
    width: 50%;
    line-height: 0; }
    .photoTwoFull figure img {
      width: 100%; }

.joinArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .joinArea .textArea {
    width: 50%; }
    .joinArea .textArea .btnArea {
      margin-top: 40px;
      text-align: center; }
  .joinArea figure {
    width: 40%;
    margin-left: 10%; }
    .joinArea figure img {
      width: 100%;
      border-radius: 15px; }

/*--> Service ---------------------*/
ul.missionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px auto; }
  ul.missionList li {
    width: 18%;
    margin: 0 1% 20px 1%;
    text-align: center; }
    ul.missionList li img {
      width: 100%; }
    ul.missionList li a.btnMore {
      padding: 0 20px;
      min-width: 126px; }

.markService {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center; }
  .markService::before {
    position: relative;
    top: 30px;
    right: -30px;
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 100px;
    height: 50px;
    background: url(../images/service/leaf_left.svg) no-repeat center center;
    background-size: 100% auto; }
  .markService::after {
    position: relative;
    top: 30px;
    left: -30px;
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 100px;
    height: 50px;
    background: url(../images/service/leaf_right.svg) no-repeat center center;
    background-size: 100% auto; }
  .markService img {
    height: 100px; }

ul.infoList {
  margin-left: 0; }
  ul.infoList li {
    position: relative;
    padding-left: 60px;
    list-style: none;
    margin-bottom: 0; }
    ul.infoList li .title {
      position: absolute;
      left: 0;
      top: 0; }

.articleSociety {
  margin-top: 60px; }
  .articleSociety .yearEvent {
    position: relative;
    margin: 20px 10% 0 15%; }

/*--> Filter ----------------------------------------------*/
.filterGroup {
  position: relative;
  margin-bottom: 40px; }
  .filterGroup .swiper-slide {
    height: 100%; }
  .filterGroup.center .filterSlideArea .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .filterGroup a.filterLink {
    color: #664e44;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
    padding: 2px 0; }
    .filterGroup a.filterLink:visited {
      color: #664e44; }
    .filterGroup a.filterLink:hover {
      color: #fff; }
    .filterGroup a.filterLink:hover {
      color: #ed5c85;
      border-bottom: 2px solid #ed5c85; }
  .filterGroup .filterSlideArea {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 40px; }
  .filterGroup .category-button-next {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    opacity: .7; }
    .filterGroup .category-button-next.swiper-button-disabled, .filterGroup .category-button-next.swiper-button-disabled:hover {
      opacity: .3; }
    .filterGroup .category-button-next:hover {
      opacity: 1; }
    .filterGroup .category-button-next:before {
      display: block;
      font-family: "icomoon";
      content: "\e903"; }
  .filterGroup .category-button-prev {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
    opacity: .7; }
    .filterGroup .category-button-prev.swiper-button-disabled, .filterGroup .category-button-prev.swiper-button-disabled:hover {
      opacity: .3; }
    .filterGroup .category-button-prev:hover {
      opacity: 1; }
    .filterGroup .category-button-prev:before {
      display: block;
      font-family: "icomoon";
      content: "\e902"; }
  .filterGroup .swiper-slide {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .filterGroup .swiper-slide + .swiper-slide:before {
      position: absolute;
      top: 2px;
      left: -5px;
      content: '/';
      font-size: 22px; }
    .filterGroup .swiper-slide.select a.filterLink {
      color: #ed5c85;
      border-bottom: 2px solid #ed5c85; }
      .filterGroup .swiper-slide.select a.filterLink:visited {
        color: #ed5c85; }

ul.soulList a.type {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
  padding: 3px 15px;
  font-weight: normal;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 5px; }
  ul.soulList a.type:visited {
    color: #fff; }
  ul.soulList a.type:hover {
    background: #ed5c85; }

.tagArea {
  margin-bottom: 40px; }
  .tagArea a {
    color: #88672d;
    margin-left: 30px;
    font-size: 16px; }
    .tagArea a:visited {
      color: #88672d; }
    .tagArea a:hover {
      color: #ed5c85; }
    .tagArea a::before {
      content: '#'; }
    .tagArea a:first-child {
      margin-left: 0; }

.articleSlide .swiper-pagination {
  top: -10px;
  bottom: auto;
  height: 20px; }

.articleSlide .swiper-pagination-bullet {
  background: #eae0d9;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 6px !important; }

.articleSlide .swiper-pagination-bullet-active {
  background: #f17d9d; }

.articleSlide .swiper-slide {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px; }
  .articleSlide .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .articleSlide .swiper-slide:hover .icon-plus {
    color: #ed5c85; }
  .articleSlide .swiper-slide figure {
    position: relative;
    line-height: 0;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden; }
    .articleSlide .swiper-slide figure .icon-plus {
      position: absolute;
      z-index: 2;
      right: 10px;
      bottom: 10px;
      background: #fff;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      border-radius: 50%; }
  .articleSlide .swiper-slide time {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #88672d;
    line-height: 1.6em;
    margin-bottom: 5px; }
  .articleSlide .swiper-slide img {
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.formContent {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px; }
  .formContent .inputGroup .verification {
    width: 130px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top; }
  .formContent p {
    margin-bottom: 10px; }
    .formContent p + .textareaGroup {
      margin-top: -10px; }

.imgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 40px 0; }
  .imgFlex .flex6 {
    width: 65%; }
  .imgFlex .flex3 {
    width: 30%; }
  .imgFlex img {
    max-width: 100%; }

.addressBoxArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .addressBoxArea .addressBox {
    background: #e5edf2;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    width: 48%; }
    .addressBoxArea .addressBox:first-child {
      background: #f9f0f3; }
  .addressBoxArea ul.addressBoxList li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 80px; }
    .addressBoxArea ul.addressBoxList li .title {
      position: absolute;
      left: 0;
      top: 0; }
    .addressBoxArea ul.addressBoxList li a {
      color: #ed5c85;
      word-wrap: break-word;
      word-break: break-all; }
      .addressBoxArea ul.addressBoxList li a:visited {
        color: #ed5c85; }
      .addressBoxArea ul.addressBoxList li a:hover {
        color: #88672d; }

/*--> Page number ----------------------------------------------------------------------------*/
.pagebar {
  padding: 20px 0 20px 0;
  text-align: left;
  vertical-align: top; }
  .pagebar a[disabled="disabled"] {
    display: none; }
  .pagebar ul {
    margin: 0 auto;
    text-align: center;
    font-size: 18px; }
    .pagebar ul li {
      display: inline-block;
      margin: 0 2px 10px 2px; }
      .pagebar ul li.linkBack a, .pagebar ul li.linkNext a {
        padding: 0 0; }
        .pagebar ul li.linkBack a:before, .pagebar ul li.linkNext a:before {
          width: 100%;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          line-height: 32px;
          font-size: 14px;
          margin: 0 auto; }
      .pagebar ul li.linkBack a:before {
        font-family: "icomoon";
        content: ""; }
      .pagebar ul li.linkNext a:before {
        font-family: "icomoon";
        content: ""; }
      .pagebar ul li a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
        background: #fff;
        min-width: 32px;
        line-height: 32px;
        padding: 0 9px;
        font-size: 18px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        color: #333; }
        .pagebar ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #ed5c85; }
    .pagebar ul li.press a {
      cursor: default;
      color: #fff;
      background: #ed5c85; }
      .pagebar ul li.press a:visited, .pagebar ul li.press a:hover {
        color: #fff; }
  .pagebar .total {
    text-align: center;
    margin-top: 10px;
    font-size: 14px; }
    .pagebar .total .num {
      margin: 0 5px; }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  .sideMenuGroup {
    right: 20px; }
  .articleGospel {
    width: auto; }
    .articleGospel .textArea {
      width: 55%;
      margin-left: 5%; }
      .articleGospel .textArea h4:first-child {
        margin-top: 10px; }
      .articleGospel .textArea p + h4 {
        margin-top: 80px; }
  .crumb {
    margin: 20px; }
  .insideContent .areaContent, .brownContent .areaContent, .grayContent .areaContent, .readMoreContent .areaContent {
    margin: 0 20px; }
  .bannerInside .areaContent {
    width: 90%;
    margin: 0 5%;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .homeBanner .areaContent {
    width: 90%;
    margin: 0 auto;
    bottom: 50px; }
  .footer .areaContent {
    width: 90%;
    margin: 0 auto; }
  .topArea, .areaContent {
    width: auto; }
  .homeTitle {
    font-size: 22px;
    margin-bottom: 15px; }
  .homeArticle .wordBox .btnArea {
    margin-top: 15px; }
  .topArea {
    padding: 0px 10px; }
  .header .headInfo {
    right: 10px; }
  .homeShare a.titleLink {
    font-size: 22px; } }

@media all and (max-width: 950px) {
  .newsArticle .mainImg img, .aboutusArticle .mainImg img, .educationArticle .mainImg img {
    max-width: 100%; }
  .articleSociety .yearEvent {
    margin: 20px 10px 0 10px; }
  .joinArea figure {
    width: 48%;
    margin-left: 2%; }
  .bannerInside .bannerTitle h2 {
    margin-bottom: 0; }
  .bannerInside .mainTitle {
    display: none; }
  .cultivatePrinciple .textArea .btnArea a.btnMore {
    padding: 0 30px; }
    .cultivatePrinciple .textArea .btnArea a.btnMore:first-child {
      margin-right: 20px; }
  .insideArticle .workGroup .imgBox {
    margin-right: 20px; }
  .insideArticle .workGroup .textArea {
    width: calc(100% - 180px); }
  .insideArticle mark {
    padding: 10px 40px; }
  .insideArticle .mother {
    display: block;
    position: relative;
    margin-top: -70px;
    width: 100%;
    height: 180px;
    background-size: auto 100%;
    background-position: center center;
    right: 0; }
  .insideArticle {
    display: block; }
    .insideArticle .imgBox, .insideArticle .wordBox {
      width: auto; }
    .insideArticle .wordBox {
      margin: 0 auto;
      padding: 60px 20px; }
  .articleBishop {
    display: block; }
    .articleBishop figure {
      width: 50%;
      margin: 0 auto; }
    .articleBishop .yearEvent {
      width: auto;
      margin: 20px 0 0 5%; }
  .homeMain .mainText {
    width: 50%; }
    .homeMain .mainText .btnArea {
      margin-top: 20px; }
  .homeShare {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .homeShare .crossBox, .homeShare .flowerBox {
      width: 100%; }
  .header {
    width: auto;
    left: 0;
    right: 0;
    height: 70px; }
    .header.fixed .headInfo {
      opacity: 1; }
    .header .headInfo {
      right: 70px;
      top: 20px; }
    .header .logo {
      height: 52px;
      margin-top: 8px; }
    .header .menu {
      margin-top: 0; }
      .header .menu ul li dl a:hover {
        background: none; }
      .header .menu ul li > a {
        line-height: 70px; }
  .bannerArea {
    padding-top: 70px; }
  /*--> Footer ----------------------------------*/
  .footer {
    padding: 60px 0 60px 0; }
    .footer .areaContent {
      padding-bottom: 150px; }
  .addressArea {
    width: 50%; }
  .copyright {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center; }
  .footerLink {
    width: 24%; }
  .followArea {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center; }
  /*--> Side Menu ----------------------------------*/
  .sideMenuGroup a.icon-close {
    display: block; }
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    width: 400px;
    max-height: 100%;
    margin: 0;
    background: #88672d;
    -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sideMenuGroup.menuOpen {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuOpen;
      animation-name: tabletMenuOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.5);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.5);
      right: 0; }
    .sideMenuGroup.menuClose {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuClose;
      animation-name: tabletMenuClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
  .header.fixed .menu {
    margin-top: 75px; }
  .header .menu {
    display: block;
    margin: 75px 0 20px 0;
    padding: 0; }
    .header .menu .icon-plus {
      position: absolute;
      right: -15px;
      display: inline-block;
      color: #fff;
      width: 58px;
      height: 58px;
      text-align: center;
      margin-right: 10px; }
      .header .menu .icon-plus:before {
        display: block;
        width: 58px;
        height: 58px;
        line-height: 58px; }
    .header .menu > ul {
      display: block;
      padding: 0 20px 0 20px; }
      .header .menu > ul > li {
        display: block;
        float: none;
        margin: 0;
        text-align: left;
        padding: 0;
        position: static; }
        .header .menu > ul > li dl {
          position: relative;
          width: auto;
          background: none;
          margin-top: 10px;
          padding-left: 25px;
          border-top: none; }
          .header .menu > ul > li dl dd {
            position: relative;
            padding-left: 15px;
            line-height: 1.5em; }
            .header .menu > ul > li dl dd:before {
              position: absolute;
              top: 4px;
              left: 0;
              display: inline-block;
              vertical-align: top;
              content: '•';
              color: #fff; }
            .header .menu > ul > li dl dd a, .header .menu > ul > li dl dd a:visited {
              color: #fff;
              padding: 0;
              -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
        .header .menu > ul > li > a {
          color: #fff;
          line-height: 58px;
          position: relative;
          display: block; }
          .header .menu > ul > li > a:visited {
            color: #fff; }
          .header .menu > ul > li > a:hover {
            color: #fff; }
          .header .menu > ul > li > a span {
            color: #fff; }
        .header .menu > ul > li.select dl, .header .menu > ul > li:hover dl {
          display: none; }
        .header .menu > ul > li.select a.mainLink, .header .menu > ul > li:hover a.mainLink {
          border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
          .header .menu > ul > li.select a.mainLink span, .header .menu > ul > li:hover a.mainLink span {
            color: #fff; }
        .header .menu > ul > li.select > a:before, .header .menu > ul > li:hover > a:before {
          display: none; }
        .header .menu > ul > li.select > a span, .header .menu > ul > li:hover > a span {
          color: #fff; }
        .header .menu > ul > li.slide a.mainLink span {
          color: #fce6bc; }
        .header .menu > ul > li.slide > a .icon-plus:before {
          line-height: 58px;
          display: block;
          font-family: "icomoon";
          content: "\e907"; }
        .header .menu > ul > li.slide > dl {
          display: block; }
  a.icon-menu {
    display: block; }
  @-webkit-keyframes tabletMenuOpen {
    0% {
      right: -100%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuOpen {
    0% {
      right: -100%;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0%;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuOpen {
    0% {
      right: -100%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-webkit-keyframes tabletMenuClose {
    0% {
      right: 0%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -100%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuClose {
    0% {
      right: 0%;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -100%;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuClose {
    0% {
      right: 0%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -100%;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } } }

@media all and (max-width: 680px) {
  .formContent .inputGroup .verification {
    margin: 10px 0 0 0; }
  .radioGroup .group .inline {
    display: block; }
    .radioGroup .group .inline input {
      width: 100%; }
  .checkListGroup .checkboxLabel input {
    position: relative;
    left: -10px;
    margin-left: 0;
    width: calc( 100% + 10px); }
  .selectGroup select {
    width: 100%; }
  .selectGroup .inline {
    display: block;
    margin: 10px 0 0 0; }
    .selectGroup .inline input {
      width: 100%;
      display: block; }
  .inputGroup .inline {
    display: block; }
    .inputGroup .inline + span {
      display: block;
      margin: 10px 0 0 0; }
    .inputGroup .inline input {
      width: 100%;
      display: block; }
  .inputGroup .half {
    width: auto;
    display: block; }
    .inputGroup .half + .half {
      float: none;
      margin-top: 10px; }
  .btnArea .btnReset {
    margin: 0 0 20px; }
  .addressBoxArea {
    display: block; }
    .addressBoxArea .addressBox {
      width: auto; }
  .imgFlex {
    padding: 20px 0; }
  .filterGroup a.filterLink {
    display: bloc; }
  .filterGroup .swiper-slide + .swiper-slide:before {
    position: absolute;
    left: -7px; }
  .articleSociety .yearEvent {
    margin: 20px 0 0 0; }
  ul.yearLine.society li {
    display: block; }
    ul.yearLine.society li .img {
      width: auto;
      margin: 30px 20px 20px 30px;
      padding-top: 10px; }
    ul.yearLine.society li .textArea {
      width: auto;
      margin: 0 10px 0 30px; }
  .markService::before {
    top: 20px;
    right: -25px;
    width: 60px;
    height: 30px; }
  .markService::after {
    top: 20px;
    left: -25px;
    width: 60px;
    height: 30px; }
  .markService img {
    height: 70px; }
  ul.missionList li {
    width: 48%; }
  .joinArea {
    display: block; }
    .joinArea .textArea {
      width: auto;
      margin-bottom: 40px; }
    .joinArea figure {
      width: auto;
      margin-left: 0; }
  .photoThree {
    display: block; }
    .photoThree .fig {
      width: auto;
      margin-bottom: 40px; }
      .photoThree .fig.mb60 {
        margin-bottom: 40px; }
    .photoThree figure {
      width: auto;
      margin-bottom: 20px; }
  .photoTwoFull {
    display: block; }
    .photoTwoFull figure {
      width: auto; }
  .cultivatePrinciple {
    display: block; }
    .cultivatePrinciple .imgBox {
      width: 50%;
      margin: 0 auto; }
    .cultivatePrinciple .textArea {
      width: auto;
      margin: 0 auto; }
  .lifeGroup {
    display: block;
    text-align: center; }
    .lifeGroup .textItalic {
      width: auto;
      margin: 20px auto; }
      .lifeGroup .textItalic span + span:before {
        display: none; }
    .lifeGroup .textArea {
      width: auto; }
  .imgBox {
    margin: 0 auto; }
  .articlePhoto {
    display: block; }
    .articlePhoto .photoGroup {
      width: auto; }
      .articlePhoto .photoGroup:nth-child(odd) {
        margin-right: 0; }
  .articleBishop {
    margin-top: 0; }
    .articleBishop figure {
      width: 80%; }
    .articleBishop .yearEvent {
      margin: 20px 0 0 0; }
  ul.yearLine:before {
    left: 80px; }
  ul.yearLine li {
    padding-left: 80px;
    margin-bottom: 40px; }
    ul.yearLine li:first-child::after {
      position: absolute;
      z-index: 1;
      top: 0;
      height: 10px;
      display: block;
      width: 3px;
      margin-left: -1px;
      background: white;
      content: ' '; }
    ul.yearLine li:last-child::after {
      top: 10px; }
    ul.yearLine li h3 {
      font-size: 24px; }
    ul.yearLine li > p {
      margin: 0 0 0 30px; }
    ul.yearLine li .yearPoint:before {
      top: 5px;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      margin-left: -10px; }
  .articleGospel {
    display: block; }
    .articleGospel figure {
      width: 70%;
      margin: 0 auto; }
    .articleGospel .textArea {
      width: auto;
      margin-left: 0;
      text-align: center; }
      .articleGospel .textArea p + h4 {
        margin-top: 60px; }
  ul.readMoreList {
    display: block; }
    ul.readMoreList li {
      width: auto;
      margin-right: 0; }
  .insideArticle {
    display: block; }
    .insideArticle .workGroup {
      display: block; }
      .insideArticle .workGroup .imgBox {
        width: 200px;
        margin: 0 auto; }
      .insideArticle .workGroup .textArea {
        width: auto; }
    .insideArticle .wordBox, .insideArticle .imgBox, .insideArticle .featureBox {
      width: auto; }
    .insideArticle .wordBox {
      padding-bottom: 60px; }
    .insideArticle .mother {
      height: 280px; }
  .summary p:before {
    left: -36px; }
  .summary p:after {
    right: -36px; }
  .insideTitle {
    margin-bottom: 30px; }
  ul.newsList, ul.aboutusList, ul.educationList, ul.soulList {
    display: block;
    width: auto;
    margin-left: 0; }
    ul.newsList li, ul.aboutusList li, ul.educationList li, ul.soulList li {
      width: auto;
      margin: 0 0 40px 0; }
  .homeShare .mainBox {
    display: block; }
    .homeShare .mainBox .imgBox, .homeShare .mainBox .wordBox {
      width: auto;
      margin-left: 0; }
  .homeShare .flowerBox {
    background-size: auto 20%; }
  .homeNews {
    padding: 40px 0; }
  ul.homeNewsList {
    display: block; }
    ul.homeNewsList li {
      width: auto; }
  .homeArticle {
    display: block; }
    .homeArticle .wordBox {
      width: 80%;
      margin: 40px 10%; }
    .homeArticle .imgBox {
      width: 100%; }
  .homeMain {
    display: block; }
    .homeMain .mainPic {
      width: 80%;
      margin: 40px 10%; }
    .homeMain .mainText {
      width: 80%;
      margin: 40px 10%; }
  .homeBanner .bannerInfo {
    padding: 0 10px; }
    .homeBanner .bannerInfo h3 {
      font-size: 26px; }
    .homeBanner .bannerInfo p {
      font-size: 18px; }
  .homeBanner video {
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .addressArea {
    display: block;
    width: auto; }
  .footerLink {
    display: block;
    width: auto;
    margin-top: 30px; }
    .footerLink dl.footerList.inlineBlock dd {
      display: inline-block;
      width: 30%;
      margin: 0 1% 8px 1%; }
  .header, .header.fixed {
    height: 50px; }
    .header .headInfo, .header.fixed .headInfo {
      top: 10px;
      opacity: 1; }
    .header .logo, .header.fixed .logo {
      height: 30px;
      margin-top: 10px; }
  a.btnMore {
    font-size: 18px; }
  a.icon-menu {
    width: 50px;
    height: 50px; }
    a.icon-menu:before {
      line-height: 50px; }
  a.icon-talk {
    right: 14px;
    bottom: 63px; }
  #topcontrol {
    margin-right: 10px;
    margin-bottom: 10px; }
  /*--> Side Menu ----------------------------------*/
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 100%;
    right: auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sideMenuGroup.menuOpen {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: phoneMenuOpen;
      animation-name: phoneMenuOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      left: 0; }
    .sideMenuGroup.menuClose {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: phoneMenuClose;
      animation-name: phoneMenuClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
    .sideMenuGroup a.icon-close {
      width: 50px;
      height: 50px; }
      .sideMenuGroup a.icon-close:before {
        line-height: 45px; }
    .sideMenuGroup .menu {
      max-width: 100%;
      margin: 50px 0 20px 0; }
  @-webkit-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0%; } }
  @-moz-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0%; } }
  @keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0%; } }
  @-webkit-keyframes phoneMenuClose {
    0% {
      left: 0%; }
    100% {
      left: 100%; } }
  @-moz-keyframes phoneMenuClose {
    0% {
      left: 0%; }
    100% {
      left: 100%; } }
  @keyframes phoneMenuClose {
    0% {
      left: 0%; }
    100% {
      left: 100%; } } }
