@charset "utf-8";
/* CSS Document */
.pageHeader{ width: 100%; margin:0 auto 0 auto; padding:0px 0 0px 0; position: relative; }
.pageHeader .box-1{ display: flex; justify-content: space-between; align-items: center; min-height: 120px;}
.pageHeader h1{ width: 210px; padding:0 0px 0 0; margin:0 0px 0 0; }
.pageHeader h1 img{ width: 100%; }
.pageHeader .menubox{ width: auto; padding: 0 0 0 0px;  margin: 20px 0px 0px 0;
display: flex;
  justify-content: center; align-items: center; 
}
.pageHeader .menubox nav{ margin: 0px 0px 0px 0;  padding:0; list-style: none; }
.social{ display: flex; justify-content: flex-end; align-items: center; margin:0 0px 0 25px;}
.social li{ padding: 0 0 0 0px; margin:0 15px 0 0; list-style: none; }
.pageHeader .menubox .linkbox{ display: flex; justify-content: flex-end; align-items: center; flex-wrap: nowrap; }
.pageHeader .menubox .linkbox .lang{ display: flex; justify-content: flex-end; align-items: center; margin:0 0px 0 25px; padding: 0 0 0 25px; 
background: url(../images/lang.png) no-repeat left center; position: relative;
}
.pageHeader .menubox .linkbox .lang:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #888686;
    position: absolute; left: -20px;
}
.pageHeader .menubox .linkbox .lang li{ padding: 0 9px 0 0px; margin:0 0px 0 0; list-style: none; color: #888686; font-size:16px;
display: flex;
  justify-content: center; align-items: center; 
}
.pageHeader .menubox .linkbox .lang li a{ color: #888686; }
.pageHeader .menubox .linkbox .lang li:hover a{ color: #b89558;}
.pageHeader .menubox .linkbox .lang li.active a{ color: #b89558;}
.pageHeader .menubox .linkbox .lang li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #bcbab5;
    margin: 0 0px 0 5px;
}
.pageHeader .menubox .linkbox .lang li:last-child:after { display: none;}
@media only screen and (min-width: 0px) and (max-width: 1500px) {
.social{ margin:0 0px 0 15px;}
}
@media only screen and (min-width: 0px) and (max-width: 1320px) {
.pageHeader .menubox{ flex-wrap: wrap;}
.pageHeader .menubox .linkbox{ position: absolute; right: 2.5%; top:17px;}
}
@media only screen and (min-width: 0px) and (max-width: 1030px) {
.pageHeader .menubox { display: none;}
.pageHeader .box-1{ min-height: 80px;}
}

/* mobile menu */
.menu-btn {
  display: none;
  position: absolute;
  width: 30px; margin: 0 0 0 0px;
  height: 62px;
  transition: 0.5s;
  top: 10px;
  right:2%;
}
@media screen and (max-width: 1030px) {
.menu-btn {
    display: block;
  }
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #c8161d;
  border-radius: 2px;
  transition: 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 7px);
}
.menu-btn span:nth-child(3) {
  top: calc(50% + 7px);
}
.menu-btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #c8161d;
}
.menu-btn.active span:nth-child(2) {
  width: 0;
}
.menu-btn.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #c8161d;
}

/* menu style */
section.menu {
  display: none;
  position: fixed;
  z-index: 98;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: rgba(177, 154, 119, 0.95);
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
}
section.menu.show {
  opacity: 1;
  transform: translateX(0);
}

.scrollbar-inner::-webkit-scrollbar {
  display: none;
}
.scrollbar-inner.scroll-content {
  max-height: calc(100vh - 62px) !important;
}
.scrollbar-inner > .scroll-element.scroll-y {
  width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 0.8;
}

.scrollbar-inner .lang{ display: flex; justify-content: center; align-items: center; margin:20px 0px 0 0px; padding: 0 0 0 0px; position: relative;
}
.scrollbar-inner .lang:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #888686;
    position: absolute; left: -20px;
}
.scrollbar-inner .lang li{ padding: 0 9px 0 0px; margin:0 0px 0 0; list-style: none; color: #fff; font-size:20px;
display: flex;
  justify-content: center; align-items: center; 
}
.scrollbar-inner .lang li a{ color: rgba(255, 255, 255, 0.7); }
.scrollbar-inner .lang li:hover a{ color: #c8161d;}
.scrollbar-inner .lang li.active a{ color: #fff;}
.scrollbar-inner .lang li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 0px 0 5px;
}
.scrollbar-inner .lang li:last-child:after { display: none;}

ul.main-list {
  width: 100%;
  color: #ffffff;
  margin: 0; padding: 0;
  list-style: none;
}
ul.main-list > li {
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
ul.main-list > li.more::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.main-list > li.more.active::before {
  transform: scale(-1);
}
ul.main-list > li > a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
}
ul.main-list > li > a:hover {
  color: #c8161d;
}

ul.sub-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0; padding: 0; list-style: none;
}
ul.sub-list > li {
  position: relative;
  cursor: pointer;
  padding: 0; margin: 0; list-style: none;
}
ul.sub-list > li + li {
  border-top: 1px solid rgba(255,255, 255, 0.1);
}
ul.sub-list > li.more::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.sub-list > li.more.active::before {
  transform: scale(-1);
}
ul.sub-list > li > a {
  display: inline-block;
  padding: 15px 10px 15px 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
ul.sub-list > li > a:hover {
  color: #ceb07c;
}

ul.third-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0; padding: 0; list-style: none;
}
ul.third-list > li + li {
  border-top: 1px solid #0b0b0b;
  cursor: pointer;
}
ul.third-list > li > a {
  display: block;
  padding: 15px 10px 15px 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
ul.third-list > li > a:hover {
  color: #ceb07c;
}


/* banner */
.index-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  padding: 0px 0 0 0; 
  position: relative; 
}
.index-banner img {
  width: 100%;
}
.index-banner .for_PC {
  display: block;
  width: 100%;
}
.index-banner .for_mobile {
  display: none;
}
.index-banner .for_PC img, .index-banner .for_mobile img {
  width: 100%;
}

.index-banner .index-banner-slick {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.index-banner .index-banner-slick .slide_img {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 0 0 0 0; padding: 0;
  background-size: cover;
  background-position: center bottom; 
}
.index-banner .index-banner-slick .slick-list, .index-banner .index-banner-slick .slick-track {
  height: 100%;
}

.index-banner .index-banner-slick .slick-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.index-banner .index-banner-slick .slick-dots {
  bottom: 0px;
  display: flex;
  justify-content: center;
}

.index-banner .index-banner-slick .slick-dots li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: auto;
}

.index-banner .index-banner-slick .slick-dots li+li {
  margin-left: 15px;
}

.index-banner .index-banner-slick .slick-dots li button {
  background-color: #000;
  opacity: 0.2;
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  padding: 0;
  border-radius: 50%;
}

.index-banner .index-banner-slick .slick-dots li.slick-active button {
  background-color: #deccac;
  opacity: 1;
}

.index-banner .index-banner-slick .slick-dots li button:before {
  font-size: 0;
}

.index-banner .slick-prev:before, .index-banner .slick-next:before { font-size: 16px; }
.index-banner .slick-prev:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #595757; opacity: 1;
}
.index-banner .slick-next:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #595757; opacity: 1;
}
.index-banner .slick-prev{ bottom: 0px; left:calc(50% - 61px); z-index: 9; border: none; width: 60px; height: 60px; 
display: flex; justify-content: center; background: rgba(255, 255, 255, 0.5);
  align-items: center;
}
.index-banner .slick-next{ bottom: 0px; right:calc(50% - 61px); z-index: 9; border: none; width: 60px; height: 60px; 
display: flex; justify-content: center; background: rgba(255, 255, 255, 0.5);
  align-items: center;
}
.index-banner .slick-prev.slick-disabled:before,
.index-banner .slick-next.slick-disabled:before
{
    opacity: 1;
}
.index-banner .slick-prev:hover,
.index-banner .slick-prev:focus,
.index-banner .slick-next:hover,
.index-banner .slick-next:focus
{
    background: rgba(255, 255, 255, 0.7);
}
.index-banner .slick-prev:hover:before, .index-banner .slick-next:hover:before,
.index-banner .slick-prev:focus:before, .index-banner .slick-next:focus:before 
{ opacity: 1;}
@media only screen and (min-width: 0px) and (max-width: 1050px) {
.index-banner .slick-prev{ left:calc(50% - 41px); width: 40px; height: 40px; }
.index-banner .slick-next{ right:calc(50% - 41px); width: 40px; height: 40px; }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .index-banner .for_PC {
    display: none;
  }
  .index-banner .for_mobile {
    display: block;
    width: 100%;
  }
}


/* page-banner */
.page-banner {
  width: 100%; position: relative;
  height: 320px;
}
.page-banner .for_PC {
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-top: 0;
  padding: 0;
  background-position: left;
}
.page-banner .for_mobile {
  display: none;
}
.page-banner .banner-cloud {
  position: absolute;
  bottom: -10px;
  width: 150%;
  animation: cloud 30s linear infinite;
}

@keyframes cloud {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-10%);
  }
}

@media (max-width: 992px) {
.page-banner .banner-cloud {
        bottom: -2%;
    }
}
.page-banner .box-5{
  position: relative; top: 23%;  
}
.page-banner .banner_ttbox {
  position: absolute; 
  width: 100%; text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.page-banner .banner_ttbox h2{
  color: #595757;
  font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 34px; color: #595757; line-height: 1.5; font-weight: 600;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0 0 0px 0;
  text-shadow: 2px 0 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 0 -2px 0 #ffffff, 1.414px 1.414px 0.5px #ffffff, 1.414px -1.414px 0.5px #ffffff, -1.414px 1.414px 0.5px #ffffff, -1.414px -1.414px 0.5px #ffffff, 1.848px 0.765px 0.5px #ffffff, 1.848px -0.765px 0.5px #ffffff, -1.848px 0.765px 0.5px #ffffff, -1.848px -0.765px 0.5px #ffffff, 0.765px 1.848px 0.5px #ffffff, 0.765px -1.848px 0.5px #ffffff, -0.765px 1.848px 0.5px #ffffff, -0.765px -1.848px 0.5px #ffffff, 2px 2px 5px #ffffff;
}
.page-banner .banner_ttbox h3{
  color: #595757;
  font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 22px; color: #595757; line-height: 1.5; font-weight: 600;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0 0 0px 0;
  text-shadow: 2px 0 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 0 -2px 0 #ffffff, 1.414px 1.414px 0.5px #ffffff, 1.414px -1.414px 0.5px #ffffff, -1.414px 1.414px 0.5px #ffffff, -1.414px -1.414px 0.5px #ffffff, 1.848px 0.765px 0.5px #ffffff, 1.848px -0.765px 0.5px #ffffff, -1.848px 0.765px 0.5px #ffffff, -1.848px -0.765px 0.5px #ffffff, 0.765px 1.848px 0.5px #ffffff, 0.765px -1.848px 0.5px #ffffff, -0.765px 1.848px 0.5px #ffffff, -0.765px -1.848px 0.5px #ffffff, 2px 2px 5px #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
.page-banner {
  height: 250px;
}
.page-banner .for_PC {
  height: 250px;
}
} 
@media only screen and (min-width: 0px) and (max-width: 850px) {
.page-banner .box-5{
  top: 35%;  
}
.page-banner .banner_ttbox {
  text-align: right;
}
.page-banner .banner_ttbox h2{
  font-size:26px; 
}
.page-banner .banner_ttbox h3{
  font-size: 18px; 
}
.page-banner .for_PC {
  display: none;
}
.page-banner .for_mobile {
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 0;
  padding: 0;
  background-position: left;
  display: block;
}
} 

/* 定義區塊 */
.main_top{ height:auto; overflow: hidden; padding: 120px 0px 0px 0px; }
.box-1{ width: 95%; margin:0px auto; padding:0px 0;}
.box-2{ max-width:1200px; width: 95%; margin:0px auto; padding:0px 0; }
.box-3{ max-width:1140px; width: 95%; margin:0px auto; padding:0px 0; }
.box-4{ max-width:1300px; width: 95%; margin:0px auto; padding:0px 0; display: flex; justify-content: flex-start; }
.box-5{ max-width:800px; width: 95%; margin:0px auto; padding:0px 0;}

.mainbg{ background: url(../images/main_bg.png) no-repeat bottom center; background-size: 100% auto;
    background-attachment: fixed;
}

.left_content{ width: 220px; margin:0px; padding:0px 0;  }
.left_content h2{ width: 100%; font-family: 'aoyagireisyosimo2', "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; font-size: 32px; color: #595757; font-weight: normal; 
border-bottom: 2px solid #666; letter-spacing: 2px;
    padding: 0 0 10px 0;
    display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.left_content h2 .dot01 {
  color: #535151;
  font-size:13px; padding: 3px 0 0 0;
}
.right_content{ width:calc(100% - 250px); margin:0px 0px 0px 30px; padding:0px; height:auto; overflow: hidden; }
.right_content .titbox{ display: flex; justify-content: flex-start; align-items: center; width: 100%; margin: 26px auto 0px auto;} 
.right_content .content{ width:100%; margin:40px 0px 0px 0px;}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
.left_content{ display: none;  }
.right_content{ width:100%; margin:0px 0px 0px 0px; }
}
@media only screen and (min-width: 0px) and (max-width: 1030px) {
.main_top{ padding: 80px 0px 0px 0px;}
}

.mid_content{ width:100%; margin:0px 0px 80px 0px; padding:0px; }
.mid_content .titbox{ display: flex; justify-content: flex-start; align-items: center; width: 100%; margin: 30px auto 0px auto;}

.space{ padding:0px 0 80px 0;  }

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.user_editor table{ width:100% !important;  }
.line-height{ line-height:2;}
@media (min-width: 640px) {
.user_editor .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
.user_editor .column.half {
    width: 50%;
  }
}

.title01{ width: auto; display: flex; justify-content: center; align-items: center; }
.title01 .bg{ background: url(../images/title_bg.png) no-repeat top left; padding:40px 0px 0px 0px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; min-width: 354px;}
.title01 .icon{ width: 81px; height: 78px; display: block; background: url(../images/title_icon.png) no-repeat; background-size: 100% auto; margin: -48px 0px 0px 0px;
}
.title01 .tbox{ width: auto; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; flex-direction: column; }
.title01 .tbox h2{ font-family: 'aoyagireisyosimo2', "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; font-size: 32px; color: #595757; font-weight: normal; position: relative; margin: 0 0px 8px 0px; padding:0px 50px 8px 0px; border-bottom: 1px solid #000;}
.title01 .tbox h3{ font-family:Arial; font-size: 23px; color: rgba(89,87,87,0.7); font-weight: normal; text-align: right; width: 100%;}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.title01 .icon{ width: 51px; height: 48px; }
.title01 .tbox h2{ font-size: 30px; }
.title01 .tbox h3{ font-size: 20px; }
}

.title02{ width: 100%; }
.title02 h2{ font-family: 'aoyagireisyosimo2', "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; font-size: 32px; color: #595757; font-weight: normal; position: relative; margin: 0 0px 0px 0px; padding:0px 0px 12px 0px; border-bottom: 1px solid #666;}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.title02 h2{ font-size: 30px; }
}

.title03{ width: 100%; text-align: center;}
.title03 h2 {
    display: block;
     font-family: 'aoyagireisyosimo2', "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; font-size: 32px; color: #595757; font-weight: normal; letter-spacing: 2px;
}
.title03 h2:before {
    margin-right: 35px;
}
.title03 h2:after {
    margin-left: 35px;
}
.title03 h2:before, .title03 h2:after {
    content: '';
    display: inline-block;
    width: 110px;
    height: 1px;
    background: #666;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.title03 h2:before {
    margin-right: 15px;
}
.title03 h2:after {
    margin-left: 15px;
}
.title03 h2:before, .title03 h2:after {
    width: 10%;
}
}

/* 麵包屑 */
.bread-crumbs {
  width: 100%;
  margin: 15px auto  10px auto;
  padding: 0px 0  0px 0;
  text-align: right;
}
.bread-crumbs ul {
  width: 100%; padding: 0; margin: 0; list-style: none;
}
.bread-crumbs .share {
  width: 100%; padding: 0; margin:8px 0  0px 0; list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bread-crumbs .share .line-it-button{
  margin: 0 0 0 8px;
}
.bread-crumbs li {
  display: inline-block;
  font-size: 14px;
  color: #888;
}
.bread-crumbs li:last-child, .bread-crumbs li:last-child a {
  color: #b19a77;
}
.bread-crumbs li a {
  color: #888;
}
.bread-crumbs li a:hover {
  color: #b19a77;
}
.bread-crumbs li:after {
    display: inline-block;
    content: '>';
    margin: 0px 5px 0 5px;
}
.bread-crumbs li:last-child:after {
  display: none;
}

/*分類*/
.classBox {
  padding: 30px 0 5px 0;
}
ul.classLink {
  text-align: center; margin: 0; padding: 0; list-style: none;
}
ul.classLink li {
  display: inline-block;
}
ul.classLink li a {
  position: relative;
  display: block;
  margin: 0 3px 15px 3px;
  font-size: 16px;
  padding: 10px 20px;
  color: #aa9142;
  border: 1px solid #aa9142;
}
ul.classLink li a:hover {
  background: #c8161d;
  border-color: #c8161d;
  color: #FFF;
}
ul.classLink li a.current {
  background: #c8161d;
  border-color: #c8161d;
  color: #FFF;
}
ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 13px 0 13px;
  border-color: #c8161d transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fixed-btn {
  position: fixed;
  right: 0px;
  bottom: 25%;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
}
.fixed-btn .link_icon {
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;

  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #e4d7c2;
  color: #646464;
  font-size: 18px; 
  font-weight: 600;
  width: 52px;
  padding: 18px 0;
  letter-spacing: 1px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);

  cursor: pointer;
}
.fixed-btn .link_icon a{
  color: #646464;
}
.fixed-btn .link_icon:hover {
  background: #ceb07c;
}
.fixed-btn .link_icon:hover a{
  color: #fff;
}
@media screen and (max-width: 1200px) {
.fixed-btn .link_icon {
  font-size: 16px; 
  width: 36px;
  padding: 18px 0;
}
}

/* -首頁-----------------------------------------------------------------------------------------------------*/
/* 首頁-關於 */
.about_bg { width:100%; background: url(../images/about_bg.jpg) no-repeat top center #f7f3ee; padding: 30px 0 0px 0; position: relative;}
.about_bg .smoky { width:852px; height: 461px; position: absolute; bottom: 0; right: 10%; background: url(../images/smoky.png) no-repeat top center; position: absolute; background-size: 100% auto; z-index:1;}
.about_bg .box-3{ display: flex; justify-content: flex-start; flex-wrap: nowrap; }
.about_bg .aleft{ width:calc(100% - 500px); padding: 0px 30px 30px 0px;}
.about_bg .pic{ width:500px; text-align: center; z-index:2;}
.about_bg .pic img{ max-width:100%; }
.about_bg .pic iframe{ width:100% !important;}
.about_bg .titbox{ display: flex; justify-content: flex-start; align-items: center; width: 100%; margin: 16px auto 35px auto;} 
.about_bg .txtbox{ width: 100%; padding: 0px 0 0px 120px;} 

.abo_list {
  width: auto;
  padding: 0px;
  margin: 0px auto; padding: 0px 0 0px 0px;
  line-height: 1.5;
  color: #0b4988;
}
.abo_list .list{
  width:auto; padding: 0px 0 0px 0; margin: 0px 0 10px 0; list-style: none; display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo_list .list .one{
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5;
  color: #b19a77;
  font-size: 18px; 
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.abo_list .list .one:before{
    content: '';
    background: url(../images/dot.png) no-repeat;
    width: 10px; height: 10px; display: block; margin: 0px 5px 0px 0px;
}
.abo_list .list .two{
  width: 100%;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5;
  color: #888;
  font-size: 16px; 
}
@media only screen and (min-width: 0px) and (max-width: 1800px) {
.about_bg .smoky { width:800px; height: 433px; right: 8%;}
}
@media only screen and (min-width: 0px) and (max-width: 1500px) {
.about_bg .smoky { width:700px; height: 379px; right: 5%;}
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
.about_bg .smoky { width:600px; height: 325px; }
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.about_bg .aleft{ width:45%; padding: 0px 0px 30px 0px; }
.about_bg .pic{ width:55%; }
.about_bg .txtbox{ padding: 0px 0 0px 20px; } 
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
.about_bg .box-3{ flex-wrap: wrap; }
.about_bg .aleft{ width:100%; padding: 0px 0px 30px 0px; display: flex; flex-wrap: wrap;}
.about_bg .pic{ width:100%; }
.about_bg .titbox{ justify-content: center; } 
.about_bg .txtbox{ display: flex; justify-content: center; flex-wrap: wrap;} 
.abo_list .list .one { display: flex; justify-content: center; flex-wrap: wrap;}
.abo_list .list .two{ text-align: center; padding: 0px 0px 0px 0px;}
}

/* 首頁-經典推薦 */
.classic {
  width: 100%; margin: 40px 0 80px 0px;
}
.classic .titbox{ display: flex; justify-content: center; align-items: center; width: 100%; margin: 16px auto 35px auto;} 
.classic .responsive02 {
  margin: 0px 0 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.classic li {
  margin: 0px 5px 0px 5px;
  padding: 0px;
  width: 100%;
  list-style: none;
  display: block;
  float: left;
  border: none;
  outline: none;
}
.responsive02 li a, .responsive02 li a:active{
  border: none;
  outline: none;
}
.classic li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.classic li .pic img {
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.classic li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.classic li .title {
  width: 100%;
  padding: 0px;
  margin: 15px 0px 0 0px;
  border-top: none;
  line-height: 1.5;
  text-align: center;
  color: #8a8989;
  font-size: 18px;
}
.classic li:hover .title {
  color: #cdad77;
}

.classic .slick-prev:before, .classic .slick-next:before { font-size: 18px; }
.classic .slick-prev:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.classic .slick-next:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.classic .slick-prev{ top: -30px; right: 40px; left:auto; z-index: 9; border: none; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.classic .slick-next{ top: -30px; right:0px; z-index: 9; border: none; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.classic .slick-prev.slick-disabled:before,
.classic .slick-next.slick-disabled:before
{
    opacity: 1;
}
.classic .slick-prev:hover,
.classic .slick-prev:focus,
.classic .slick-next:hover,
.classic .slick-next:focus
{
    background: #aa9142;
}
.classic .slick-prev:hover:before, .classic .slick-next:hover:before,
.classic .slick-prev:focus:before, .classic .slick-next:focus:before 
{ color: #fff; opacity: 1;}

/* 首頁-課程訊息 */
.ind_newsbox{ }
.ind_newsbox .titbox{ display: flex; justify-content: center; align-items: center; width: 100%; margin: 36px auto 35px auto;} 
.ind_newsbox .btnbox{ background: #fdfdfd; padding: 20px 0px 50px 0px;}
.ind_newsbox .btnbox .btn a{ display: flex; justify-content: center; align-items: center; }
.ind_newsbox .btnbox .btn a:hover span { color: #cdad77; }
.ind_newsbox .btnbox .btn a:hover i{ background: #deccac; }
.ind_newsbox .btnbox .btn span{ color: #595757; font-size: 18px;}
.ind_newsbox .btnbox .btn i:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1; font-size: 12px;
}
.ind_newsbox .btnbox .btn i{ width: 21px; height: 21px; border-radius: 100%; font-style: normal;
display: flex; justify-content: center; background: #8a8888; margin: 0 0 0 8px;
  align-items: center;
}

.tabs-wrapper{
  position: relative; 
}

.tab-content {
    padding: 40px 20px 0px 20px; background: #fdfdfd; margin: 4px 0 0 0;
}
.nav-tabs a {
    border: 0!important;
    background-color: transparent!important;
}
.nav-tabs li.active {
    color: #fff; font-weight: 600; background: #d8c5a4;
}
.nav-tabs li.active a{
    color: #fff; 
}
.nav-tabs li a {
    text-align: center;
    color: #595757;
     white-space:nowrap;
}
ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    padding: 0; margin: 0; list-style: none;
}
.nav-tabs li {
    display: flex;
    align-items: flex-start;
    margin: 0 3px 0 0; padding: 18px 40px; font-size: 20px; color: #595757;
    background: #e8ddcc;

    -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

span.left, span.right {
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#deccac;
    border-radius: 50%;
    left: -45px;
    top: 12px;
    cursor: pointer;
    color: #ffffff;
}
span.left:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1; font-size: 18px;
}
span.right:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1; font-size: 18px;
}
span.right{
 right: -45px;
 left:unset;
}
@media only screen and (min-width: 0px) and (max-width: 1260px) {
span.left, span.right {
left: unset;
top: -42px;
right: 40px;
}
span.right{
 right: 0;
 left:unset;
}
}

.scroller-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.ind_news {  width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.ind_news ul{ padding: 0; margin: 0px 0 0 0; list-style: none;
display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
 }
.ind_news li{ margin:0px 5px 30px 5px; padding:0px; width:calc(100% / 4 - 10px); list-style:none; height: auto; overflow: hidden; 
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column; 
}
.ind_news li:hover .ttbox h2{ color: #cdad77; }
.ind_news li:hover .ttbox p{ color: #595757; }
.ind_news li .ttbox{ width: 100%; padding: 0px 0px; }
.ind_news li .ttbox h2{ width: 100%; font-size: 18px; color: #595757; font-weight: 600; padding: 0; margin: 10px 0 0 0; line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ind_news li .ttbox p{ width:100%; font-size: 15px; color: rgba(89, 87, 87, 0.6); padding:0; line-height: 1.5; text-align: left; margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ind_news li .ttbox .date{ width: 100%; padding: 0; margin: 10px 0 0 0;
font-family: 'Arial';
  font-style: normal; display: flex; justify-content: flex-start; align-items: center;
}
.ind_news li .ttbox .date span{ font-size: 15px; padding: 0 0 0 0; margin: 0 5px 0 0 ; color: rgba(206, 176, 124, 0.7); display: flex; justify-content: flex-start; align-items: center;}
.ind_news li .ttbox .date span:after{ content: "" ; background:rgba(206, 176, 124, 0.5); border-radius: 100%; margin: 0 0 0 5px;
    width: 4px;
    height: 4px; 
    display: block;
}
.ind_news li .ttbox .date span:last-child:after { display: none;}
.ind_news li .ttbox .date .icon{ margin: 0 5px 2px 0 ;}
.ind_news li .ttbox .date .icon:before{ content: "" ; background:url(../images/date.png) no-repeat center center; 
    background-size: 100% auto;
    width: 16px;
    height: 18px; 
    display: block;
}
.ind_news li .pic{ width: 100%; overflow: hidden; height: auto; }
.ind_news li .pic img{ width: 100%; -webkit-transform: scale(1);  margin: 0 0px -10px 0 ;
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
.ind_news li:hover .pic img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media only screen and (min-width: 0px) and (max-width: 1030px) {
.ind_news li{ width:calc(100% / 3 - 10px); }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
.ind_news li{ width:calc(100% / 2 - 10px); }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
.ind_news li{ width:100%; margin:0px 0px 30px 0px;}
}

/* -最新消息--------------------------------------------------------------------------------------------------*/
.news {  width:100%; margin: 20px auto 20px auto; padding:0px 0 0px 0; }
.news ul{ padding: 0; margin: 0px 0 0 0; list-style: none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.news ul:after {
    content: "";
    width:calc(100% / 3 - 2%);
}
.news li{ margin:0px 0px 30px 0px; padding:12px; width:calc(100% / 3 - 15px); list-style:none; height: auto; overflow: hidden; 
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column; background: #fff; box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); 
}
.news:hover li:not(:hover) { opacity: 0.4;}
.news li:nth-child(even) a{ display: flex; flex-direction: column-reverse;}
.news li:nth-child(even) a h2{ margin: 0px 0 0 0;}
.news li:nth-child(even) a .date{ margin: 10px 0 10px 0;}
.news li:hover .ttbox h2{ color: #cdad77; }
.news li:hover .ttbox p{ color: #595757; }
.news li .ttbox{ width: 100%; padding: 0px 0px; }
.news li .ttbox h2{ width: 100%; font-size: 18px; color: #595757; font-weight: 600; padding: 0; margin: 10px 0 0 0; line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news li .ttbox p{ width:100%; font-size: 15px; color: rgba(89, 87, 87, 0.6); padding:0; line-height: 1.5; text-align: left; margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news li .ttbox .date{ width: 100%; padding: 0; margin: 10px 0 0 0;
font-family: 'Arial';
  font-style: normal; display: flex; justify-content: flex-start; align-items: center;
}
.news li .ttbox .date span{ font-size: 15px; padding: 0 0 0 0; margin: 0 5px 0 0 ; color: rgba(206, 176, 124, 0.7); display: flex; justify-content: flex-start; align-items: center;}
.news li .ttbox .date span:after{ content: "" ; background:rgba(206, 176, 124, 0.5); border-radius: 100%; margin: 0 0 0 5px;
    width: 4px;
    height: 4px; 
    display: block;
}
.news li .ttbox .date span:last-child:after { display: none;}
.news li .ttbox .date .icon{ margin: 0 5px 2px 0 ;}
.news li .ttbox .date .icon:before{ content: "" ; background:url(../images/date.png) no-repeat center center; 
    background-size: 100% auto;
    width: 16px;
    height: 18px; 
    display: block;
}
.news li .pic{ width: 100%; overflow: hidden; height: auto; }
.news li .pic img{ width: 100%; -webkit-transform: scale(1);  margin: 0 0px -10px 0 ;
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
.news li:hover .pic img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
.news ul:after {
    content: "";
    width:calc(100% / 2 - 2%);
}
.news li{ width:calc(100% / 2 - 2%); }
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
.news ul:after {
    content: "";
    width:calc(100% / 2 - 2%);
}
.news li{ width:calc(100% / 2 - 2%); }
}
@media only screen and (min-width: 0px) and (max-width: 520px) {
.news ul:after {
    content: "";
    width:100%;
}
.news li{ width:100%; }
}

.newsbox{ width:100%; padding:20px 15px; }
.news02 h2{ width:100%; font-size: 24px; color: #595757; font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; letter-spacing: 2px;}
.news02 .date{ width: 100%; padding: 10px; margin: 10px 0 10px 0;
font-family: 'Arial';
  font-style: normal; display: flex; justify-content: flex-start; align-items: center;
  border-top: 1px dashed #ddd;
    border-bottom: 1px dotted #ddd;
}
.news02 .date span{ font-size: 15px; padding: 0 0 0 0; margin: 0 5px 0 0 ; color: rgba(206, 176, 124, 0.7); display: flex; justify-content: flex-start; align-items: center;}
.news02 .date span:after{ content: "" ; background:rgba(206, 176, 124, 0.5); border-radius: 100%; margin: 0 0 0 5px;
    width: 4px;
    height: 4px; 
    display: block;
}
.news02 .date span:last-child:after { display: none;}
.news02 .date .icon{ margin: 0 5px 2px 0 ;}
.news02 .date .icon:before{ content: "" ; background:url(../images/date.png) no-repeat center center; 
    background-size: 100% auto;
    width: 16px;
    height: 18px; 
    display: block;
}

.n_list{ width:100%; margin:0px 0 0 0; padding:0px 0 0px 0px; }
.n_list li{ width:100%; margin:10px 0 0px 0; padding: 0px 0 0 0px; list-style: none; color: #ca2329; position: relative; line-height: 1.6; font-weight: bold;
display: flex; justify-content: flex-start; align-items: center; font-size: 18px;
}
.n_list li:before{ content: ""; background: url(../images/check-mark.png) no-repeat left top; background-size: 100% auto; width: 26px; height: 26px; }

/* -信仰理念--------------------------------------------------------------------------------------------------*/
.belief { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; margin:0 0 0 0;}
.belief .b01{ width: 46%; font-size: 16px; }
.belief .b02{ width:46%; position: relative; margin:0 0 0 0;}
.belief .b02 .pic01{ max-width:510px; width: 100%; position: absolute; z-index: 1;}
.belief .b02 .pic02{ max-width:400px; width: 90%; position: absolute; z-index: 2; top:50%; left: -50px;}
.belief .b02 .pic01 img, .belief .b02 .pic02 img{ width:100%; }
@media only screen and (min-width: 0px) and (max-width: 1330px) {
.belief .b01{ width: 50%; padding: 0px 60px 0 0;}
.belief .b02{ width:50%; }
.belief .b02 .pic02{ max-width:510px; width: 100%;}
}
@media only screen and (min-width: 0px) and (max-width: 1300px) {
.belief .b01{ width: 50%; padding: 0px 60px 0 0;}
.belief .b02{ width:50%; }
.belief .b02 .pic02{ max-width:510px; width: 100%; left: 0px;}
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.belief .b01{ width: 100%; padding: 0px 0px 0 0;}
.belief .b02{ width:100%; margin:25px 0 0 0;}
.belief .b02 .pic01{ width: 80%; position: relative; text-align: right; float: right; padding: 0 5% 0 5%;}
.belief .b02 .pic02{ width: 60%; top:40%; left: 5%;}
}

/* -護持參與--------------------------------------------------------------------------------------------------*/
.join-box {
  width: 100%; height:auto; margin:30px 0px 0px 0px; 
}
.join-left {
  width:50%; float:left;
  margin:0px 0px 0px 0px; padding:20px 50px 0 0px; 
}

.join-form {
  width: 50%; float:left;
  margin:0px 0px 0px 0px; padding:0 0px 0 10px; 
}
.join-form .join-info {
  width:100%; 
  margin:0px 0px 0px 0px; padding:0 0px 0 0; position: relative;
}
.join-form .join-info p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
.join-form .join-info .temple{
  width: 450px; height:175px;  
  background: url(../images/join_bg2.jpg) no-repeat; 
  position: absolute;
  background-size: 100% auto; z-index: -1; bottom: -40px; right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 650px){
.join-form .join-info .temple{
  display: none;
}
}
@media only screen and (min-width: 0px) and (max-width: 1100px){
.join-box {
  display: block; 
}
.join-left {
  width:100%; padding:0px 0px 50px 0px;
}
.join-form {
  width: 100%; margin:0px 0px 0px 0px; 
}
}

.join-box02 {
  width: 100%; margin:0px 0px 0px 0px;
}
.join-box02 li{
  width: 100%; margin:0px 0px 0px 0px; padding: 0; list-style: none;
}
.join-box02 li .txt{
  width:100%; 
  margin:0px 0px 0px 0px; padding:0 0 0 0px; 
}
.join-box02 li .txt .w01 {
    margin: 0px 0px 20px 0px;
}
.join-box02 li .txt p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.join-box02 li .txt p span{
    font-weight: 600; 
    color: #b19a77;
}
.join-box02 li .picbox{
  width: 100%; margin: 15px 0 0 0;
}
.join-box02 li .picbox dd{ padding: 0; margin: 0px 0 0 0; list-style: none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.join-box02 li .picbox dd:after {
    content: "";
    width:calc(100% / 3 - 10px);
}
.join-box02 li .picbox dd .pic{ margin:0px 0px 30px 0px; width:calc(100% / 3 - 10px); }
.join-box02 li .picbox dd .pic img{  width: 100%;}

.join-box02 .slick-prev:before, .join-box02 .slick-next:before { font-size: 18px; }
.join-box02 .slick-prev:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.join-box02 .slick-next:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.join-box02 .slick-prev{ top: 46%; left:-50px; z-index: 9; border: none; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.join-box02 .slick-next{ top: 46%; right:-50px; z-index: 9; border: none; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.join-box02 .slick-prev.slick-disabled:before,
.join-box02 .slick-next.slick-disabled:before
{
    opacity: 1;
}
.join-box02 .slick-prev:hover,
.join-box02 .slick-prev:focus,
.join-box02 .slick-next:hover,
.join-box02 .slick-next:focus
{
    background: #aa9142;
}
.join-box02 .slick-prev:hover:before, .join-box02 .slick-next:hover:before,
.join-box02 .slick-prev:focus:before, .join-box02 .slick-next:focus:before 
{ color: #fff; opacity: 1;}

.join-box02 .slick-dots {
  bottom: -30px;
  display: flex;
  justify-content: center;
}

.join-box02 .slick-dots li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: auto;
}

.join-box02 .slick-dots li+li {
  margin-left: 10px;
}

.join-box02 .slick-dots li button {
  background-color: #000;
  opacity: 0.2;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  border-radius: 50%;
}

.join-box02 .slick-dots li.slick-active button {
  background-color: #aa9142;
  opacity: 1;
}

.join-box02 .slick-dots li button:before {
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1430px) {
.join-box02 .slick-prev{ left:-35px; 
}
.join-box02 .slick-next{ right:-35px;
}
}

/* -認識我們--------------------------------------------------------------------------------------------------*/
.about01 { width: 100%; margin:0 0 0 0;}
.about01 .titbox{ width: 100%;
display: flex;
  flex-direction: column; justify-content: flex-start;
 padding: 20px 20px 20px 20px;
    margin: 0 0 10px 0;
    background: url(../images/about_bg02.png) no-repeat right center #fff;
    border-left: solid 6px #aa9142;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.about01 .titbox02{ width: 100%;
display: flex; justify-content: flex-start; flex-wrap: nowrap;
 padding: 20px 20px 20px 20px;
    margin: 0 0 10px 0;
    background: #fff;
    border-left: solid 6px #aa9142;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.about01 .titbox02 .tleft{ width: 35%; padding: 0px 30px 0px 0px;}
.about01 .titbox02 .tleft h3 {
    font-size: 18px;
    color: #595757;
    font-weight: bold;
    margin: 0 0 0px 0;
}
.about01 .titbox02 .tright{ width: 65%; }
.about01 .titbox02 .tright iframe{ width: 100%;}
.about01 .txtbox{ width: 100%; border-bottom: 1px solid #DCDCDC; padding:20px 0px 30px 0px;}
.about01 .txtbox.noline{ border-bottom:none;}
.about01 .txtbox .map{ margin:0px 0 0px 0; padding:0px 0px 0px 0px; list-style: none; line-height: 1.5; height:auto; overflow: hidden;
display: flex;
  justify-content: flex-start;align-items: center;
}
.about01 .txtbox .map .info{  width:auto; margin: 0px ; padding:0px 0 0px 0; }
.about01 .txtbox .map .info h3{ font-size: 18px; color: #595757; font-weight: bold; margin:0 0 10px 0; }
.about01 .txtbox .map .info li{ margin:0 0 0px 0; padding:0px 0px 0px 0px; list-style: none; font-size: 16px; color: #8a8a8a; line-height: 1.8;
  font-style: normal;
  font-weight: 600;
}
.about01 .txtbox .map .info li span{ color: #595757; padding:0px 5px 0px 0px;
  font-style: normal;
  font-weight: 600;
}
.about01 .txtbox .map .link{ width: 140px; margin: 0px 30px ; padding:0px 0 0px 0; display: flex;
  justify-content: center;align-items: center; }
.about01 .txtbox .map .link .icon{
  width: 80px; height: 80px;
  border-radius: 99px; 
  background: none; border: 2px solid #b19a77; background: #b19a77; 
  display: flex;
  justify-content: center; align-items: center; flex-wrap: wrap;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about01 .txtbox .map .link .icon:hover{
  background: none; 

  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.about01 .txtbox .map .link .icon:hover i, .about01 .txtbox .map .link .icon:hover .tt{
  color: #b19a77;
}
.about01 .txtbox .map .link .icon a{
    display: flex;
  justify-content: center; align-items: center; flex-wrap: wrap;
}
.about01 .txtbox .map .link .icon .tt{
    color: #fff; font-size: 14px; 
  font-style: normal;
  font-weight: 600;
  width: 100%; text-align: center;
}
.about01 .txtbox .map .link .icon i{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff; font-size: 22px; 
}
.about01 .w02{ width: 100%; font-size: 24px; font-weight: 600; color: #595757; line-height: 1.5;
  letter-spacing: 2px; font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;}
@media only screen and (min-width: 0px) and (max-width: 1240px) {
.about01 .titbox{ 
 padding: 20px 100px 20px 20px;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.about01 .titbox{ 
 padding: 20px 20px 20px 20px; background:none #fff;
}
}
@media only screen and (min-width: 0px) and (max-width: 820px) {
.about01 .titbox02{ flex-wrap: wrap;}
.about01 .titbox02 .tleft{ width: 100%; padding: 0px 0px 0px 0px;}
.about01 .titbox02 .tright{ width: 100%; }
}

.a_list{ width:100%; margin:0px 0 0px 0; padding:0px 0 0px 0px; }
.a_list li{ width:100%; margin:10px 0 0px 0; padding: 0px 0 0 20px; list-style: none; position: relative; line-height: 1.6; 
}
.a_list li:before{ content: "•"; position: absolute; left: 0; top: 0;}
.a_list li a{ text-decoration:underline; color: #c8161d;}
.a_list dd{ width:100%; margin:5px 0 0px 0; padding: 0px 0 0 40px; list-style: none; position: relative; line-height: 1.6; 
}

.about01 .txtbox02{ width: 100%; }
.about01 .txtbox02 ul{ width: 100%; display: flex; justify-content: flex-start; flex-wrap: nowrap; flex-direction: row; align-items: center; margin: 0; padding:30px 0px 30px 0px; list-style: none; border-bottom: 1px solid #DCDCDC;}
.about01 .txtbox02 ul:nth-child(even) .tleft{ order: 2; padding: 0px 0 0px 30px;}
.about01 .txtbox02 ul:nth-child(even) .tright{ order: 1; }
.about01 .txtbox02 ul .tleft{ width: 65%; padding: 0px 30px 0px 0px; }
.about01 .txtbox02 ul .tleft p { width: 100%; font-size: 16px; }
.about01 .txtbox02 ul .tright{ width: 35%; text-align: center;}
.about01 .txtbox02 ul .tright img{ max-width: 100%; border-radius: 3px;}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
.about01 .txtbox02 ul{ flex-wrap: wrap;}
.about01 .txtbox02 ul .tleft{ width: 100%; padding: 0px 0px 10px 0px;}
.about01 .txtbox02 ul .tright{ width: 100%; }
.about01 .txtbox02 ul:nth-child(even) .tleft{ order: 1; padding: 0px 0 10px 0px;}
.about01 .txtbox02 ul:nth-child(even) .tright{ order: 2; }
}

.about_form_bg {
    width:100%;
    margin:0 0px 0px 0; height:auto; overflow: hidden; background: #f7f5f4;}
.about_form_bg h3{
    width: 100%; margin:20px 0px 0px 0; 
    padding: 5px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #d8c5a4;
    color: #fff;
}
.form_about {
    font-size: 15px;
}
.form_about td {
    text-align:center;
}
.form_about thead { padding: 10px 0px;  }
.form_about thead td { padding: 10px 10px; background: #fff; border-bottom: 1px solid rgba(0%,0%,0%,0.1); border-right:1px solid rgba(0%,0%,0%,0.1); font-weight: 600;}
.form_about thead td:first-child { border-left:1px solid rgba(0%,0%,0%,0.1);  }
.form_about tbody tr:nth-child(even) {
    background:#fff;
}
.form_about tbody td { padding: 10px 10px; border-bottom: 1px solid rgba(0%,0%,0%,0.1); border-right:1px solid rgba(0%,0%,0%,0.1);}
.form_about tbody td:first-child { border-left:1px solid rgba(0%,0%,0%,0.1);}

.pins-container {
  width: 100%;
  margin: 20px auto;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
  -moz-column-gap: 10px; /* Firefox */
  column-gap: 10px;
}
.pin:first-child {
  margin-top: 0px;
}
.pin {
  font-weight: normal;
  background: #fff;
  line-height: 22px;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  transition: linear 0.4s;
  break-inside: avoid-column;
  margin-top: 10px;
}
.pin img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pins-container {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    padding: 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .pins-container {
    width: 100%;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
}

/* -慧深法師--------------------------------------------------------------------------------------------------*/
.master01 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; margin:0 0 0 0;}
.master01 .youtu01{ margin:0 0 0 0; width: 30%; background: #c8161d; height: 350px; display: flex;
  justify-content:center; align-items: center; flex-wrap: wrap; position: relative;}
.master01 .youtu01:before{ content: "\f167" ; font-family: 'Font Awesome 5 Brands';
  font-weight: 400; color: rgba(255, 255, 255, 0.3); z-index: 1; position: absolute; top: 0%; font-size: 84px;
}
.master01 .youtu01 .ttbox h2{ color: #fff; text-align: center; width: 100%; margin: 0px 0 0 0; padding: 0;
    font-size: 24px; letter-spacing: 2px;
    font-weight: 600;
    font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.master01 .youtu01 .ttbox h3{ color: #fff; text-align: center; width: 100%; margin: 0; padding: 0;
    font-size: 18px; letter-spacing: 2px;
    font-weight: 600;
    font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.master01 .youtu02{ margin:0 0 0 0; width: 70%;}
.master01 .youtu02 iframe{ width: 100% !important; height: 350px !important;}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.master01 .youtu01:before{ left:5%; font-size: 54px;
}
.master01 .youtu01{ width: 100%; height: auto; padding: 10px 0;}
.master01 .youtu02{ width: 100%;}
} 

.master02 { width: 100%; margin:30px 0 0 0;}
.master02 .txtbox{ width: 100%; border-top: 1px solid #DCDCDC; padding:20px 0px 30px 0px;}

.master03 {  width:100%; margin: 20px auto 20px auto; padding:0px 0 0px 0; }
.master03 ul{ padding: 0; margin: 0px 0 0 0; list-style: none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.master03 ul:after {
    content: "";
    width:calc(100% / 3 - 2%);
}
.master03 li{ margin:0px 0px 30px 0px; padding:12px; width:calc(100% / 3 - 15px); list-style:none; height: auto; overflow: hidden; 
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column; background: #fff; box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); 
}
.master03:hover li:not(:hover) { opacity: 0.4;}
.master03 li:hover .ttbox h2{ color: #cdad77; }
.master03 li:hover .ttbox p{ color: #595757; }
.master03 li .ttbox{ width: 100%; padding: 0px 0px; }
.master03 li .ttbox h2{ width: 100%; font-size: 18px; color: #595757; font-weight: 600; padding: 0; margin: 10px 0 0 0; line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.master03 li .ttbox p{ width:100%; font-size: 15px; color: rgba(89, 87, 87, 0.6); padding:0; line-height: 1.5; text-align: left; margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.master03 li .pic{ width: 100%; overflow: hidden; height: auto; position: relative;}
.master03 li .pic img{ width: 100%; -webkit-transform: scale(1);  margin: 0 0px -10px 0 ;
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
.master03 li:hover .pic img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.master03 li .pic .iconbox{ 
  width: 100%; height: 100%; position: absolute; z-index: 1;
  background: rgba(170,145,66,0.5);
  display: flex;
    justify-content: center;
    align-items: center;
}
.master03 li .pic .iconbox .icon:before{ 
  content: "\f144"; z-index: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  font-size: 50px; color: rgba(255,255,255,0.8); 
}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
.master03 ul:after {
    content: "";
    width:calc(100% / 2 - 2%);
}
.master03 li{ width:calc(100% / 2 - 2%); }
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
.master03 ul:after {
    content: "";
    width:calc(100% / 2 - 2%);
}
.master03 li{ width:calc(100% / 2 - 2%); }
}
@media only screen and (min-width: 0px) and (max-width: 520px) {
.master03 ul:after {
    content: "";
    width:100%;
}
.master03 li{ width:100%; }
}

.master04 {  width:100%; margin: 20px auto 20px auto; padding:0px 0 0px 0; }
.master04 ul{ padding: 0; margin: 0px 0 0 0; list-style: none; background: #fff; box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); 
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.master04 li{ padding: 0; margin: 0px 0 0 0; list-style: none; }
.master04 li a{ padding: 0; margin: 0px 0 0 0; 
display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.master04 li .ttbox{ width: 50%; padding:12px; 
display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; 
}
.master04 li .ttbox .tit{ width: 50px; padding-top: 10%; margin: 0px 0 0 0; 
    font-size: 24px;
    font-weight: 600;
    color: #b19a77;
    font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    letter-spacing: 2px;

-webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr;
}
.master04 li .ttbox .txt{ width: calc(100% - 55px); padding: 0px 0 40px 0; margin: 0px 0 0 0; }
.master04 li .ttbox h2{ width: 100%; font-size: 24px; color: #595757; font-weight: 600; padding: 0; margin: 10px 0 0 0; line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.master04 li .ttbox p{ width:100%; font-size: 18px; color: rgba(89, 87, 87, 0.6); padding:0; line-height: 1.8; text-align: left; margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.master04 li .pic{ width: 50%; overflow: hidden; height: auto; position: relative;}
.master04 li .pic img{ width: 100%; -webkit-transform: scale(1);  margin: 0 0px -10px 0 ;
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
.master04 li:hover .pic img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.master04 li .pic .iconbox{ 
  width: 100%; height: 100%; position: absolute; z-index: 1;
  background: rgba(170,145,66,0.5);
  display: flex;
    justify-content: center;
    align-items: center;
}
.master04 li .pic .iconbox .icon:before{ 
  content: "\f144"; z-index: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  font-size: 50px; color: rgba(255,255,255,0.8); 
}
@media only screen and (min-width: 0px) and (max-width: 1150px){
.master04 li .ttbox h2{ font-size: 22px;}
.master04 li .ttbox p{ font-size: 16px; }
}
@media only screen and (min-width: 0px) and (max-width: 850px){
.master04 li a{ flex-wrap: wrap;}
.master04 li .ttbox{ width: 100%; flex-wrap: wrap;}
.master04 li .pic{ width: 100%; }
.master04 li .ttbox .tit{ width: 100%; padding-top: 0; text-align: center;
-webkit-writing-mode: unset;
writing-mode: unset;
}
.master04 li .ttbox .txt{ width:100%; }
}

.master04 .slick-prev:before, .master04 .slick-next:before { font-size: 18px; }
.master04 .slick-prev:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.master04 .slick-next:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.master04 .slick-prev{ bottom: 0; left:auto; right: 41px; z-index: 9; border: none; width: 40px; height: 40px; 
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.master04 .slick-next{ bottom: 0; right:0px; z-index: 9; border: none; width: 40px; height: 40px; 
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.master04 .slick-prev.slick-disabled:before,
.master04 .slick-next.slick-disabled:before
{
    opacity: 1;
}
.master04 .slick-prev:hover,
.master04 .slick-prev:focus,
.master04 .slick-next:hover,
.master04 .slick-next:focus
{
    background: #aa9142;
}
.master04 .slick-prev:hover:before, .master04 .slick-next:hover:before,
.master04 .slick-prev:focus:before, .master04 .slick-next:focus:before 
{ color: #fff; opacity: 1;}

/* -聯絡我們--------------------------------------------------------------------------------------------------*/
.contact-box {
  width: 100%; height:auto; overflow: hidden; margin:40px 0px 0px 0px; 
}
.contact-info {
  width:40%; float:left;
  margin:0px 0px 0px 0px; padding:0 50px 0 0; height:auto; overflow:
}
.contact-info .w01{
  margin:0px 0px 20px 0px;  padding:0px 0px 20px 0px; 
  border-bottom:1px dashed #DCDCDC;
}
.contact-info ul{ margin:0px 0 20px 0; padding:0px 0px 20px 0px; list-style: none; line-height: 1.5; border-bottom:1px dashed #DCDCDC; height:auto; overflow: hidden;
display: flex;
  justify-content: flex-start;align-items: center;
}
.contact-info ul .info{  width:calc(100% - 140px); margin: 0px ; padding:0px 0 0px 0; }
.contact-info ul .info h3{ font-size: 18px; color: #595757; font-weight: bold; margin:0 0 10px 0; }
.contact-info ul .info li{ margin:0 0 0px 0; padding:0px 0px 0px 0px; list-style: none; font-size: 16px; color: #8a8a8a; line-height: 1.8;
  font-style: normal;
  font-weight: 600;
}
.contact-info ul .info li span{ color: #595757; padding:0px 5px 0px 0px;
  font-style: normal;
  font-weight: 600;
}
.contact-info ul .link{ width: 140px; margin: 0px 30px ; padding:0px 0 0px 0; display: flex;
  justify-content: center;align-items: center; }
.contact-info ul .link .icon{
  width: 80px; height: 80px;
  border-radius: 99px; 
  background: none; border: 2px solid #b19a77; background: #b19a77; 
  display: flex;
  justify-content: center; align-items: center; flex-wrap: wrap;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-info ul .link .icon:hover{
  background: none; 

  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.contact-info ul .link .icon:hover i, .contact-info ul .link .icon:hover .tt{
  color: #b19a77;
}
.contact-info ul .link .icon a{
    display: flex;
  justify-content: center; align-items: center; flex-wrap: wrap;
}
.contact-info ul .link .icon .tt{
    color: #fff; font-size: 14px; 
  font-style: normal;
  font-weight: 600;
  width: 100%; text-align: center;
}
.contact-info ul .link .icon i{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff; font-size: 22px; 
}
.contact-form {
  width: 60%; float:left;
  margin:0px 0px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.contact-info {
  width:100%; padding:0px 0px 0px 0px;
}
.contact-form {
  width: 100%; margin:10px 0px 0px 0px; 
}
}

/* -祈福點燈--------------------------------------------------------------------------------------------------*/
.light_box { width:100%; margin: 30px auto 0px auto; padding:0px 0 0px 0; } 
.light_box .title{ width:100%; line-height: 1.5; 
margin: 0px 0px 20px 0px;
    padding: 0 0 0 0px;
    font-weight: 600;
    font-size: 20px; color: #b19a77;
    font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
} 
.light_box .title .ps{ width:100%; line-height: 1.5; 
margin: 10px 0px 0px 0px;
    padding: 0 0 0 0px;
    font-weight: 600;
    font-size: 18px; color: #222;
} 
.light_box .box{ width:100%; margin: 0px; padding:20px; background-color: rgba(0, 0, 0, 0.08); border-radius: 5px;} 
.light_box .box02{ width:100%; margin: 0px; padding:20px; background-color: rgba(0, 0, 0, 0.08); border-radius: 5px; display: none; position: relative;}
.light_box .box03{ width:100%; margin: 30px 0px 0px 0px; padding:30px 0px 0px 0px; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;} 
.light_box .del .icon {
    display: inline-block; float: right; position: absolute;
    padding: 6px 15px;
    -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    transition-duration: .4s;
    outline:none;
    right: 0; top: 0;
}
.light_box .del .icon i{
    color: #fff;
}
.light_box .del .icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.light_box .btn-box{ margin: 20px 0 20px 0; }
.light_box .btn-box02{ margin: 20px 0 20px 0; display: flex; justify-content: center;}
.light_box .btn-box02 .btn-style01{ margin: 0px 5px 0px 5px;  } 

.light_box02 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; 
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 
.light_box02:after {
    content: "";
    width:calc(100% / 2 - 20px);
}
.light_box02 .title {
    width: 100%;
    line-height: 1.5;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0 0px;
    font-weight: 600;
    font-size: 20px;
    color: #b19a77;
    font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.light-wrapper { width:calc(100% / 2 - 20px); margin: 30px auto 0px auto; padding:0px 0 0px 0; list-style: none; position: relative;} 
.light-wrapper .tag{ position: absolute; background: #aa9142; color: #FFF; font-size: 18px; padding:10px 10px; z-index: 2; top: -10px; left: -10px; font-weight: bold;} 
@media only screen and (min-width: 0px) and (max-width: 700px) {
.light_box02:after {
    content: "";
    width:100%;
}
.light-wrapper { width:100%; margin: 30px auto 0px auto; padding:0px 0 0px 0; list-style: none; position: relative;} 
.light-wrapper .tag{ left: 0px;} 

}

/* light Head */
.light-wrapper .light-head {
  display: flex;
  background-position: left bottom;
  background-repeat: no-repeat;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  flex-wrap: wrap;
}
.light-wrapper .light-head:before {
  content: '\f107';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  display: block;
  top: calc(80% - 15px);
  right: 25px;
  color: #fff;
  z-index: 9;

  width: 30px;
  height: 30px; line-height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
      align-items: center;
  background: #deccac;
}
.light-wrapper .light-head.active:before {
    -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.light-wrapper .light-head:before,
.light-wrapper .light-head.active:before {
  -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

/* light Head Left */
.light-wrapper .light-head ul.light-head-left {
  width: 100%;
  padding: 0; margin: 0; list-style: none;
}
.light-wrapper .light-head ul.light-head-left img{
  width: 100%;
}

/* light Head Right */
.light-wrapper .light-head ul.light-head-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 0px; padding: 20px; list-style: none;
  background: #fff;
  line-height: 1.6;
}

.light-wrapper .light-head ul.light-head-right li.light-head-name {
  font-size: 24px;
  font-weight: 600;
  color: #595757;
  font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.light-wrapper .light-head ul.light-head-right li.light-head-title {
  font-size: 20px;
  font-weight: 600;
  color: #595757;
  margin: 0px 0 20px 0;
  font-family: "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.light-wrapper .light-head ul.light-head-right li.light-head-list {
  font-size: 18px;
  color: #555;
}

/* light Body */
.light-wrapper .light-body {
  display: none;
  padding: 20px;
  width:100%; background: #fff; border-top: 1px solid #DCDCDC;
}
.light-wrapper .light-body > ul + ul {
  margin-top: 25px;
}

/* -隱私權條款------------------------------------------------------------------------------------------------*/
.privacy_box {  width:100%; margin: 30px auto 0px auto; padding:0px 0 0px 0; } 
.privacy {  width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; } 
.privacy .txtbox { width:100%; margin: 10px auto 30px auto; padding:0px 0 0px 0; } 

/* -圖片slick------------------------------------------------------------------------------------------------*/
.picslickbox {  width:100%; margin: 30px auto 30px auto; padding:0px 0 0px 0; border: 1px solid #DCDCDC;} 
.picslickbox li{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; list-style:none; transition: all 0.6s; 

}
.picslickbox li .pic{ margin:0px auto; width:80%; position: relative; padding: 50px 0;
display: flex; justify-content: center;
  align-items: center;
}
.picslickbox li .pic img{ width:100%; }
@media only screen and (min-width: 0px) and (max-width: 789px){
.picslickbox li .pic{ width:100%; padding: 0px 0;}
}

.pic-slick .slick-prev:before, .pic-slick .slick-next:before { font-size: 18px; }
.pic-slick .slick-prev:before{ content: "\f060" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.pic-slick .slick-next:before{ content: "\f061" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #fff; opacity: 1;
}
.pic-slick .slick-prev{ top: 40%; left:auto; left: 0; z-index: 9; border: none; width: 40px; height: 40px; 
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.pic-slick .slick-next{ top: 40%; right:0px; z-index: 9; border: none; width: 40px; height: 40px; 
display: flex; justify-content: center; background: #deccac;
  align-items: center;
}
.pic-slick .slick-prev.slick-disabled:before,
.pic-slick .slick-next.slick-disabled:before
{
    opacity: 1;
}
.pic-slick .slick-prev:hover,
.pic-slick .slick-prev:focus,
.pic-slick .slick-next:hover,
.pic-slick .slick-next:focus
{
    background: #aa9142;
}
.pic-slick .slick-prev:hover:before, .pic-slick .slick-next:hover:before,
.pic-slick .slick-prev:focus:before, .pic-slick .slick-next:focus:before 
{ color: #fff; opacity: 1;}

.picslickbox02 { width: 100%; margin:30px 0 0 0;}
.picslickbox03 { width: 100%; margin:0px 0 0 0;}
.picslickbox02 .txtbox, .picslickbox03 .txtbox{ width: 100%; border-top: 1px solid #DCDCDC; padding:20px 0px 30px 0px;}
.picslickbox02 .piclist, .picslickbox03 .piclist{ width: 100%; padding:0px 0px 0px 0px;}
.picslickbox02 .piclist ul, .picslickbox03 .piclist ul{ padding: 0; margin: 0px 0 0 0; list-style: none;
display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;}
.picslickbox02 .piclist li, .picslickbox03 .piclist li{ margin:0px 8px 16px 8px; padding:12px; width:calc(100% / 5 - 16px); list-style:none; height: auto; overflow: hidden; 
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column; background: #fff; box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); 
}
.picslickbox02 .piclist li img, .picslickbox03 .piclist li img{ width:100%;}
@media only screen and (min-width: 0px) and (max-width: 970px){
.picslickbox02 .piclist li, .picslickbox03 .piclist li{ width:calc(100% / 4 - 16px); }
}
@media only screen and (min-width: 0px) and (max-width: 750px){
.picslickbox02 .piclist li, .picslickbox03 .piclist li{ width:calc(100% / 3 - 16px); }
}
@media only screen and (min-width: 0px) and (max-width: 550px){
.picslickbox02 .piclist li, .picslickbox03 .piclist li{ width:calc(100% / 2 - 16px); }
}


/* -button---------------------------------------------------------------------------------------------------*/
.btn-box{ padding: 0; margin: 30px 0 0 0; 
display: flex; 
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.btn-style01 {
    padding: 10px 20px 10px 20px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    color: #fff;
    background: #d8c5a4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:none;
    font-weight: 600;
    border-radius: 30px;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px; 
}
.btn-style01:hover{
    background: #ca2329;
}

.btn-style02 {
    padding: 10px 20px 10px 20px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    color: #fff;
    background: #ca2329;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:none;
    font-weight: 600;
    border-radius: 5px;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px; 
}
.btn-style02:hover{
    background: #ca2329;
}

/*頁碼*/
div.page {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 15px; 
  padding: 0px;
  margin:0px 0px 0 0px; text-align:center;
  width:100%; height:auto; overflow: hidden;
}
div.page a {
  padding: 0; margin: 0px; color: #888; background: #FFF; text-decoration: none; border-radius: 100%; display:inline-block;
  width: 35px; height: 35px; line-height: 35px;
}
div.page a:hover {
  color: #fff; background-color: #d6be94;
}
div.page .current {
  padding: 0; color: #fff; background: #d6be94; border-radius: 100%
}
