/*font-family: 'Noto Sans TC', sans-serif;*/


/*顏色變數設定*/
:root{
  --bg_color: #D7EBF5;
  --dark: #3F3F3F;
  --light: #42a995;
  --soft: #faf8f5;
}

::selection{
  background-color: #489fb5;
  color: #fff;
}

body {
  position: relative;
  font-size: 16px;
  color: var(--dark);
  font-family: "Noto Sans TC","Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 500; 
  }
  body.offcanvas-menu:before{
    opacity: 1;
    visibility: visible;
  }

p{
  color: #202020;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Noto Sans TC', sans-serif !important;
}

li{
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans TC","Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  font-weight: 600;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 32px;
}

h3{
  font-size: 28px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 18px;
}
a, a:hover {
  text-decoration: none !important; 
}

.clear{
  clear: both;
}
@media (min-width:1200px) {
  header .container{
    max-width: 1440px !important;
  }
}

header .container .row{
  justify-content: center;
}



.site-navbar {
  width: 100%;
  background-color: var(--soft);
}

.site-navbar.transparent{
  background: transparent;
}

.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
}
  
.site-navbar .site-logo {
  position: relative;
  left: 0;
}

.site-navbar .site-logo a{
  display: inline-block;
  width: 100%;
}

.site-navbar .site-navigation{
  background-color: transparent;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-navbar .site-navigation .site-menu{
  margin-bottom: 0;
  padding: 0 !important;
}

.site-navbar .site-navigation .site-menu .active > a span {
  color: #000;
  display: inline-block;
  padding: 5px 20px;
}
    
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}


.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0px;
  color: var(--dark);
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none !important;
  font-weight: 600;
  transition: .2s !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover{
  color: var(--light);
  
}


.site-navbar .site-navigation .site-menu > li > a > span {
  padding: 5px 12px;
  display: inline-block;
  border-radius: 30px;
  padding-right: 30px;
}
        


.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}

.site-navbar .site-navigation .site-menu .has-children > a span {
  position: relative;
  padding-right: 30px;
}
.site-navbar .site-navigation .site-menu .has-children > a span:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-menu-toggle{
  color: var(--light);
  transition: .3s;
}

.site-menu-toggle:hover{
  color: #3b6f68;
}
      
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid var(--light);
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
  z-index: 99;
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600; 
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #fafafb; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
  position: relative;
}
            
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
  position: absolute;
  right: 0;
  content: "\e315";
  right: 20px;
  font-family: 'icomoon'; 
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #fafafb; 
}
      
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: var(--light);
}
        
.site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
  color: var(--light); 
}
      
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}
        
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  /* background: url(../img/menubg2.png) no-repeat center /cover; */
  background-color: var(--soft);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
  
.offcanvas-menu .site-mobile-menu{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); 
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
  padding-bottom: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  color: var(--light);
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #318171; 
}
    

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 8px ;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}
  
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
  
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: var(--light);
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #318171; 
}
    
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
      
.site-mobile-menu .site-nav-wrap li.active > a {
  color: var(--light); 
}

.nav-pc{
  display: block;
}

.nav-sm{
  display: none;
}

/* .site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; 
} */
      
/* .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #fff;
} */
      
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
      
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 0px;
  font-size: 20px;
  font-weight: 600;
  width: max-content;
  margin-left: auto;
  margin-right: auto; 
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}
      
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 17px;
  font-weight: 600; 
  width: max-content;
  margin-left: 44%;
  color: #3F3F3F !important;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}
            
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
              
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 17px;
  padding-left: 60px;
  font-weight: 600; 
  width: max-content;
  margin-left: 44%;
  color: #3F3F3F !important;
}
    
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; 
}
        
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

/*麵包屑導覽列圖示隱藏*/

.nav-deco1::before,
.nav-deco2::before,
.nav-deco3::before,
.nav-deco4::before,
.nav-deco5::before,
.nav-deco6::before,
.nav-deco7::before,
.nav-deco8::before{
  display: none;
}

h1:hover{
  opacity: 0.9;
}

.color-header-wrap{
  background-color: var(--light);
}

.color-header ul{
  display: flex;
  justify-content: flex-end;
  padding-top: 3px;
}

.color-header ul li{
  margin-left: 12px
}

.color-header ul li a{
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

/*首頁區塊開始------------------------------------------------*/

/* .hero-video-bg{
  background: url(../img/hero-video-bg.png) no-repeat center / cover;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}  */


.hero-video{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/hero-video-bg.png) no-repeat center;
  background-size: 100% 550px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
  
  .video-container iframe{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 5px;
}



.hero-slick-wrap{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.hero-slick img{
  border-radius: 10px;
}

.hero-pic{
  position: relative;
}

.hero-pic-title{
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  background-color: #00000060;
  color: #fff;
  width: 100%;
  padding: 5px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
}

.hero{
  position: relative;
  width: 100%;
}

.hero .pc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* .hero .pc img{
  border-radius: 10px;
} */

.search-wrap .input-group{
  max-width: 200px;
  float: right;
}

.search-wrap .input-group-append button{
  background-color: var(--light);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 40px;
}
.search-wrap .input-group-append button i{
  color: #fff;
}
.search-wrap .form-control:focus{
  border: 1px solid #afd5ff;
}

#Search .page-bg{
  background: url(../img/t.jpg) no-repeat center left 33% / cover;
}

.search-page .form-control{
  max-width: 200px;
}

.search-page .input-group{
  align-items: center;
}

.search-page .input-group span{
  font-size: 15px;
}

.search-page .input-group-append button{
  background-color: var(--light);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 40px;
  height: 40px;
}
.search-page .input-group-append button i{
  color: #fff;
}

.search-page .form-control:focus{
  border: 1px solid #afd5ff;
}



.maplink{
  position:absolute;
  width: 120px;
}

.maplink img{
  transform: scale(1);
  transition: 0.3s;
}

.maplink img:hover{
  transform: scale(1.15);
}

.maplink.chatbar{
  top: 36%;
  left: 16%;
}

.maplink.buybar{
  top: 6%;
  left: 37%;
}


.maplink.learnbar{
  top: 23%;
  left: 44%;
}


.maplink.kitchen{
  top: 50%;
  left: 43%;
}

.maplink.playbar{
  top: 25%;
  left: 61%;
}

.maplink.plantbar{
  top: 54%;
  left: 61%;
}

.maplink.centerbar{
  top: 21vw;
  left: 73vw;
}

.sm{
  display: none !important;
}



/*上下動畫*/
.updown{  
	animation: updown 2s infinite;
  -moz-animation: updown 2s infinite;
  -webkit-animation: updown 2s infinite;
  -ms-animation: updown 2s infinite;
  -o-animation: updown 2s infinite;
}

@-moz-keyframes updown {
  0% {transform: translate(0px, 0px);}            
  50% {transform: translate(0px, -10px);}            
  100% {transform: translate(0px, 0px);}
}
@-webkit-keyframes updown {
  0% {transform: translate(0px, 0px);}            
  50% {transform: translate(0px, -10px);}            
  100% {transform: translate(0px, 0px);}
}    
@-o-keyframes updown {
  0% {transform: translate(0px, 0px);}            
  50% {transform: translate(0px, -10px);}            
  100% {transform: translate(0px, 0px);}
}
@-ms-keyframes updown {
  0% {transform: translate(0px, 0px);}            
  50% {transform: translate(0px, -10px);}            
  100% {transform: translate(0px, 0px);}
}

@keyframes updown {
  0% {transform: translate(0px, 0px);}            
  50% {transform: translate(0px, -10px);}            
  100% {transform: translate(0px, 0px);}
}



.wave{
  position: absolute;
  bottom: -165px;
  width: 100%;
  z-index: 10;
}

/*map-dialog------*/
#chatbar-dialog .map_dialog{
  border: 10px solid #f3b1b9;
  border-radius: 30px;
}

#buybar-dialog .map_dialog{
  border: 10px solid #83cac7;
  border-radius: 30px;
}
#learnbar-dialog .map_dialog{
  border: 10px solid #9ca3d1;
  border-radius: 30px;
}
#kitchen-dialog .map_dialog{
  border: 10px solid #ffa879;
  border-radius: 30px;
}
#playbar-dialog .map_dialog{
  border: 10px solid #a0d09d;
  border-radius: 30px;
}
#plantbar-dialog .map_dialog{
  border: 10px solid #c8bb9b;
  border-radius: 30px;
}



.modal-header{
  position: relative;
}

.modal-header{
  border: unset !important;
}

.map-close{
  position: absolute;
  background: url(../img/close-27.png) no-repeat center / cover;
  width: 60px;
  height: 60px;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 10;
}

.modal-body .row{
  padding: 15px 20px;
}

/* .map_dialog .modal-body{
  max-height: 600px;
  overflow-y: auto;
} */

.map_dialog .bar-icon{
  width: 30%;
}

.map_dialog .modal-body p{
  font-size: 16px;
}

.modal-open .modal{
  padding-right: 0px !important;
}

.bar-content{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.bar-content-item img{
  width: 20%;
}
.bar-content p{
  margin-bottom: 0px;
}

.buy-info{
  margin-left: 12px;
  text-align: justify;
}

.kitchen-span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffa879b4;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.chat-span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f3b1b9ac;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  }


.pink{
  color: #ffa879;
}

.do-img, .kitchen-img{
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.do-img img, .kitchen-img img{
  border-radius: 10px;
}


.kitchen-img::after{
  content: '';
  position: absolute;
  background: url(../img/fishh.jpg) no-repeat center /cover;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  right: -30px;
  bottom: -50px;
  border: 5px solid #fff;
}

.do-img::after{
  content: '';
  position: absolute;
  background: url(../img/dd1.jpg) no-repeat center /cover;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  left: -30px;
  bottom: -50px;
  border: 5px solid #fff;
}

.do-span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #d8d0ffe9;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.do-ul{
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.purple{
  color: #8543a4;
  font-size: 15px;
}

.green{
  color: #f3b1b9;
  font-size: 20px;
}

/*agri-park----------------------------------*/

#agri-park{
  background-color: #fff;
  opacity: 0.99;
  position: relative;
  margin-top: 160px;
  margin-bottom: 160px;
}

#agri-park .text-wrap, #agri-park .pic-wrap{
  width: 50%;
}

#agri-park .pic-wrap > img{
  margin-top: 40px;
  border-radius: 10px;
}

#agri-park .text-wrap{
  /* margin-top: 40px; */
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.park{
  border: 2px solid var(--light);
  border-radius: 10px;
  position: relative;
}

.park::before{
  content: '';
  background: url(../img/d-park.png) no-repeat center /cover;
  position: absolute;
  Width: 600px;
  height: 50px;
  top: -30px;
  left: 37px;
}


.park::after{
  content: 'EXCELLENT FOOD AGRI PARK';
  position: absolute;
  color: var(--light);
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  bottom: -15px;
  right: 37px;
  padding: 2px 10px;
}

.park-row{
  background: var(--soft);
  margin: 40px 10px 25px 10px;
  background-image: linear-gradient(#ffffff 1px, transparent 0), linear-gradient(90deg, #ffffff 1px, transparent 0);
  background-position: center center;
  background-size: 30px 30px;
  padding: 10px 25px 50px 25px;
  border-radius: 10px;
  
}

.park-link a{
  position: relative;
}

.park-link a::before{
  content: '';
  position: absolute;
  background: url(../img/park-17.png) no-repeat center / cover;
  right: -140px;
  top: -95px;
  width: 160px;
  height: 140px;
}

.park-link a::after{
  content: '';
  position: absolute;
  background: url(../img/park-18.png) no-repeat center / cover;
  right: -239px;
  top: -31px;
  width: 100px;
  height: 66px;
  animation: swing2 linear 2s infinite;
}




.title-block{
  color: var(--dark);
  letter-spacing: 3px;
  position: relative;

}

.title-block::before{
  content: '';
  position: absolute;
  width: 5px;
  background-color: var(--light);
  top: 0;
  left: -20px;
}

#agri-park .title-block::before{
  height: 70px;
}

.bold{
  font-weight: 500;
  margin-bottom: 4px;
}
.text-inner{
  text-align: justify;
}

.text-inner p:nth-child(1){
  font-size: 20px;
  
}


.text-inner p:nth-child(2){
  font-size: 17px;
  margin-top: 60px;
  font-weight: 400;
}

.more-link{
  color: var(--dark);
  font-size: 22px;
  letter-spacing: 4px;
  position: relative;
  font-weight: 600;
  
}

.more-link i{
  transition: .3s;
}

.more-link:hover{
  color:var(--light);
}

.more-link:hover > i{
  transform: translateX(5px)
}




#agri-park .pic-wrap{
  position: relative;
}

#agri-park .pic-wrap::before{
  position: absolute;
  content: '';
  background: url(../img/tape.png) no-repeat center /cover;
  width: 240px;
  height: 55px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 3px);
}

.park-slick-wrap{
  position: absolute;
  width: 160px;
  height: 160px;
  border: 5px solid #fff;
  bottom: -28px;
  right: -22px;
  border-radius: 5px;
}

.park-slick{
  height: 100%;
  width: 100%;
}

.park-slick img{
  height: 150px;
  object-fit: cover;
}

.decobg1{
  background-image: url(../img/home-bn1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.decobg{
  min-height: 300px;
  background-attachment: fixed;
}

.decobg.sm{
  min-height: 200px;
  background-attachment: unset;
}


/*最新消息區塊--------------------------------------*/
#news{
  background-color: #fff;
  padding-top: 80px;
  position: relative;
}

#news .title-block::before{
  height: 70px;
}

.news-title-deco{
  position: relative;
}

.news-title-deco::after{
  position: absolute;
  content: '';
  background: url(../img/title-deco-02.png) no-repeat center / cover;
  width: 130px;
  height: 135px;
  bottom: -226px;
  left: 0;
  animation: swing2 linear 2s infinite;
}



.news-wrap li{
  list-style: none;
  margin-bottom: 20px;
  transition: .3s;
  padding-bottom: 12px;
  border-bottom: 1px dashed #edecea;
}

.news-wrap li:last-child{
  border-bottom: none;
}

.news-wrap{
  margin-left: 80px;
}

.news-wrap li:hover{
  transform: translateX(8px);
}

.news-wrap li a{
  font-size: 20px;
  color: var(--dark);
  transition: .2s;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.news-block-title{
  font-size: 20px;
}

.news-wrap li a:hover{
  color: #999;
}

.news-wrap li a span:nth-child(1){
  background: linear-gradient(100deg, rgba(255, 255, 255, 0)40%, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)60%) var(--light);
  background-size: 200% 100%;
  background-position-x: 180%;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  animation: 1.5s loading ease-in-out infinite;
}

@keyframes loading {
  to{
    background-position-x: -20%;
  }
}

.news-other span:nth-child(2){
  font-size: 15px;
}


#news .container .more-link{
  float: right;
}

#news .more-link::after{
  top: 1px;
}

#news .container .more-link > i{
  animation: slide1 1s ease-in-out infinite;
}


@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 0);
  }
}


/*線上購物區塊----------------------------------------------------*/
.promotion{
  padding-top: 80px;
  padding-bottom: 80px;
}

.pro-title span{
  letter-spacing: 3px;
}


.pro-title h2{
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 6px solid var(--light);
    border-right: 6px solid var(--light);
}

.pro-title-deco{
  position: relative;
}

.pro-title-deco::before{
  position: absolute;
  content: '';
  background: url(../img/title-deco-03.png) no-repeat center /cover;
  width: 82px;
  height: 76px;
  top: -14px;
  left: -99px;
}



.pro-title-deco::after{
  position: absolute;
  content: '';
  background: url(../img/title-deco-04.png) no-repeat center /cover;
  width: 89px;
  height: 81px;
  top: -8px;
  right: -120px;
  animation: updown 2s infinite;
}

.pro-slide-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.pro-item{
  padding: 20px 30px;
  position: relative;
}

.pro-item img {
  width: 100%;
}

.pro-item-info{
  color: var(--dark);
  position: relative;
  margin-top: 12px;
}

.pro-item-info p{
  font-size: 16px;
  display: inline-block;
  min-height: 64px;
}
.pro-item-info span{
  font-size: 14px;
}
.pro-item-link{
  color: var(--dark);
  padding: 8px 24px;
  position: absolute;
  right: 30px;
  bottom: 0px;
  transition: .2s;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 2px;
}

.pro-item-link:hover{
  color: var(--light);
}

.pro-item:hover .pro-item-pic{
  opacity: 0.8;
}

.arrow-wrap{
  margin-top: 50px;
}

.pro-slide-wrap #left-arrow, 
.pro-slide-wrap #right-arrow{
  position: absolute;
  z-index: 10;
  background-color: #fff;
}

.pro-slide-wrap #left-arrow{
  left: -12px;
}

.pro-slide-wrap #right-arrow{
  right: -12px;
}

#left-arrow, #right-arrow{
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .3s;
  border: 2px solid var(--light);
  border-radius: 50%;
  color: var(--light);
}

#right-arrow:hover, #left-arrow:hover{
  opacity: 0.7;
}

.more-link-wrap{
  margin-top: 50px;
}

.more-link.frame{
  background-color: var(--light);
  color: #fff;
  padding: 8px 30px;
  border: 2px transparent solid;
  border-radius: 5px;
  transition: .3s;
}

.more-link.frame:hover{
  background-color: #fff;
  color: var(--light);
  border: 2px dashed var(--light);
}


#cart-dialog .modal-body .row{
  display: flex;
  flex-wrap: nowrap;
}

.cart-dialog-img{
  height: 150px;
  width: 150px;
}

.cart-dialog-img img{
  object-fit: cover;
}

#cart-dialog .quantity{
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 12px;
}

#cart-dialog .quantity a{
  color: #353535;
}

#cart-dialog .quantity b{
  font-size: 18px;
}

#cart-dialog .dialog-total{
  padding: 12px 0;
  border-top: 2px dashed var(--light);
  
}

#cart-dialog .modal-footer{
  border-top: unset !important;
  justify-content: center !important;
  padding: 0 1rem 1rem 1rem;
}

#cart-dialog .modal-footer a{
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 8px 30px;
}

.delete-btn{
  margin-right: 1rem;
}

.go-check{
  background-color: var(--light);
  margin-left: 12px !important; 
  color: #fff !important;
}

.go-shop{
  border: 2px solid var(--dark);
}


.fraud{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  background: url(../img/fraudbg1.jpg) no-repeat center 10% /cover;
}

.f-img{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/*小旅行區塊------------------------------------------------------*/
#travel{
  background-color: var(--soft);
  padding-top: 80px;
}

.travel-title{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.travel-title::before{
  content: '';
  position: absolute;
  background: url(../img/travel-17-20.png) no-repeat center / cover;
  width: 100px;
  height: 100px;
  left: -125px;
  bottom: -55px;
  animation: updown 2s infinite;
}

.travel-title::after{
  content: '';
  position: absolute;
  background: url(../img/travel-17-18.png) no-repeat center / cover;
  width: 100px;
  height: 100px;
  right: -122px;
  bottom: -80px;
  animation: swing2 linear 6s infinite;
  -moz-animation: swing2 linear 6s infinite;
  -webkit-animation: swing2 linear 6s infinite;
  -ms-animation: swing2 linear 6s infinite;
  -o-animation: swing2 linear 6s infinite;
}

@-moz-keyframes swing2 {
  0% { -moz-transform: rotate(0deg) }
  25% { -moz-transform: rotate(-5deg); }
  50% { -moz-transform: rotate(0deg); }
  75% { -moz-transform: rotate(5deg); }
  100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing2 {
  0% { -webkit-transform: rotate(0deg); }
  25% { -webkit-transform: rotate(-5deg); }
  50% { -webkit-transform: rotate(0deg); }
  75% { -webkit-transform: rotate(5deg); }
  100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes swing2 {
  0% { -o-transform: rotate(0deg); }
  25% { -o-transform: rotate(-5deg); }
  50% { -o-transform: rotate(0deg); }
  75% { -o-transform: rotate(5deg); }
  100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing2 {
  0% { -ms-transform: rotate(0deg); }
  25% { -ms-transform: rotate(-5deg); }
  50% { -ms-transform: rotate(0deg); }
  75% { -ms-transform: rotate(5deg); }
  100% { -ms-transform: rotate(0deg); }
}
@keyframes swing2 {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}



#travel .travel-text{
  max-width: 380px;
  text-align: justify;
  position: relative;
}


#travel .travel-text::before{
  content: '';
  position: absolute;
  background: url(../img/travel-17-21.png) no-repeat center / cover;
  width: 140px;
  height: 100px;
  left: -96px;
  top: -93px;
}

#travel .travel-text::after{
  content: '';
  position: absolute;
  background: url(../img/travel-17-19.png) no-repeat center / cover;
  width: 127px;
  height: 180px;
  bottom: -114px;
  right: -173px;
}


.travel-pic .slick-slide img{
  width: 100%;
  object-fit: cover;
}

#travel .bold{
  margin-bottom: 20px;
  font-size: 20px;
}

/*首頁購物車*/
#float-cart{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 1000;
  display: none;
}

#float-cart a{
  font-size: 30px;
  color: var(--dark);
}

#float-cart p{
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 22px;
  font-size: 13px !important;
  margin-bottom: 0px !important;
  background-color: var(--light);
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 20px;
}




/*頁尾----------------------------------------------*/

footer{
  background-color: var(--soft);
  padding: 10px 10px 20px;
}

footer span{
  font-size: 14px;
}

.footer-inner{
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-inner p.bold{
  font-size: 1.8rem;
}

.footer-inner .row{
  justify-content: space-between;
  align-items: flex-start;
}

.line a{
  margin-left: 12px;
  vertical-align: bottom;
  color: var(--dark);
}

footer a{
  color: var(--dark);
}

footer a:hover{
  color: var(--light);
}

.f-link{
  display: inline-block;
}

.footer-item{
  display: flex;
}

.footer-item:nth-child(2){
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

.footer-item-inner{
  margin-left: 10px;
}

.a-icon-group{
  padding-top: 10px;
  border-top: 1px solid #ededec;
}

.a-icon-group a{
  font-size: 26px;
  margin: 10px;
}

.direct-line{
  display: flex;
}
.direct-line p{
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 300;
  line-height: 1;
}
.direct-line p:nth-child(2),
.direct-line p:nth-child(3){
  padding-left: 10px;
  border-left: 2px solid #999;
}
.footer-info{
  width: 30%;
}
.footer-info figure{
  width: 260px;
  margin-top: -8px;
}


/*首頁結束---------------------------------------------*/


/*頁面背景---------------------------------------------*/
.page-bg{
  width: 100%;
  height: 400px;
  position: relative;
}

.page-title{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(50%,-50%);
  background-color: #00000070;
  padding: 12px;
  width: 250px;
  text-align: center;
}

/* .page-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: -19px;
  width: 20px;
  height: 20px;
  background: url(../img/radius-31.png) no-repeat center / cover;
}

.page-title::after{
  content: '';
  position: absolute;
  right: -20px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  background: url(../img/radius-31.png) no-repeat center / cover;
} */

.page-bg h3{
  margin-top: 10px;
  letter-spacing: 10px;
  font-size: 3rem;
  color: #fff;
}

.page-bg span{
  font-size: 20px;
  letter-spacing: 5px;
  color: #fff;
}


/*最新消息頁面-----------------------------------------------*/
#News .page-bg{
  background: url(../img/ricebg.jpg) no-repeat center / cover;
}

#News .form-inline label{
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
}

#CATEGORY{
  font-size: 15px !important;
}

#CATEGORY option{
  font-size: 15px;
}


.news-row{
  justify-content: space-between;
}

.news-item-ul{
  margin-bottom: 50px;
}

.news-item-ul li + li{
  border-top: 1px solid #ededec;
}

.news-item{
  padding: 30px 0px;
  color: var(--dark);
  transition: .3s;
}

.news-item:hover{
  color: #8c8c8c;
  transform: translateX(-5px);
}

.news-item-ul{
  margin-top: 100px;
  padding-left: 0px;
}

.news-pic{
  overflow: hidden;
}

.news-pic img{
  width: 195px;
  height: 110px;
  object-fit: cover;
}
.news-item span{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.category{
  margin-left: 12px;
}

.news-item-txt{
  margin-left: 30px;
}

.news-item-txt span{
  font-size: 12px;
  font-weight: 500;
}

.page-link{
  color: var(--dark);
  border: unset !important;
}

.page-link:hover{
  background-color: transparent !important;
  font-weight: 600;
}

.news-container{
  min-height: 400px;
}

.pagination{
  margin-top: 80px;
}

/*新*/

.news-link{
  color: var(--dark);
  position: relative;
  display: block;
}

.news-link:hover{
  color: var(--dark);
}

.news-link:hover .news-frame{
  background-color: #f4f2ec;
}

.news-more > i{
  animation: slide1 1s ease-in-out infinite;
}


.news-more{
  position: absolute;
  right: 23px;
  bottom: 15px;
  font-weight: 600;
}


.news-frame{
  padding: 20px;
  background-color: var(--soft);
  display: flex;
  border-radius: 8px;
  transition: .3s;
}

.news-img{
  width: 35%;
  position: relative;
}

.news-img span{
  position: absolute;
  right: 0;
  background-color: var(--soft);
  bottom: 10px;
  padding: 4px 8px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.news-img img{
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}

.news-info{
  width: 65%;
  padding-left: 30px;
}

.news-info p{
  letter-spacing: 1px;
}

.date-branch{
  background-color: #fff;
  padding: 4px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.date-branch span:nth-child(2){
  content: '';
  width: 20%;
  height: 1px;
  background-color: var(--dark);
}

/*最新消息內頁-------------------------------------------------*/
.breadcrumb{
  background-color: transparent;
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  padding-left: 0px !important;
}

.breadcrumb a{
  color: var(--dark) !important;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-weight: 300;
} 

.breadcrumb a:hover{
  color: var(--light) !important;
}

.breadcrumb li{
  position: relative;
}
.breadcrumb li + li{
  padding-left: 14px;
}

.breadcrumb li + li::before{
  position: absolute;
  content: '';
  height: 16px;
  width: 2px;
  background-color: #8c8c8c;
  top: 50%;
  left: 4px;
  transform: translate(0%,-50%);
}

#News-page p{
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.6;
}

.news-page-inner img{
  width: 100%;
}

/*創生園區----------------------------------------------------*/
#Agri .page-bg{
  background: url(../img/v9351.png) no-repeat center top  /cover;
}

.agri-block{
  padding-top: 80px;
  padding-bottom: 80px;
}

.agri-logo{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.agri-block h4{
  letter-spacing: 5px;
}

.agri-info-wrap{
  margin-top: 100px;
}

.agri-info-pic{
  position: relative;
}

/* 液體背景區塊 */
.p-decoline{
  background: url(../img/p-deco-line.png) no-repeat center / cover;
  width: 100%;
  height: 118px;
  margin-top: 90px;
  position: relative;
}

.p-decoline::before{
  content: '';
  position: absolute;
  background: url(../img/p-deco-line-b.png) no-repeat center / cover;
  width: 76px;
    height: 52px;
    left: 20px;
    top: -42px;
}

.p-decoline::after{
  content: '';
  position: absolute;
  background: url(../img/p-deco-line-a.png) no-repeat center / cover;
  width: 100px;
  height: 62px;
  right: 20px;
  top: -29px;
  animation: swing2 linear 2s infinite;
}



.park-liquid-wrap{
  justify-content: center;
  margin-bottom: 170px;
}

.liquid-container{
  margin-top: 180px;
}

.park-liquid-bg{
  background-color: var(--soft);
  width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
 
.park-img:nth-child(1),
.park-img:nth-child(3){
  margin-top: -50px;
  margin-right: -40px;
  z-index: 1;
}

.park-img:nth-child(2),
.park-img:nth-child(4){
  margin-top: -50px;
  margin-left: -40px;
  z-index: 1;
}

.park-img img{
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  border:8px solid #fff;
  
}

.park-liquid-bg-1{
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: liquid1 6s infinite ease-in-out;
  padding: 20px 25px 20px 50px;
}

.park-liquid-bg-1::before{
  content: '';
  position: absolute;
  background: url(../img/p-deco1.png) no-repeat center /cover;
  top: 39px;
  left: 46px;
  width: 170px;
  height: 60px;
}


.park-liquid-bg-2{
  border-radius: 50% 60% 40% 30% / 70% 40% 50% 40%;
  animation: liquid2 6s infinite ease-in-out;
  padding: 20px 50px 20px 25px;
}

.park-liquid-bg-2::before{
  content: '';
  position: absolute;
  background: url(../img/p-deco2.png) no-repeat center /cover;
  top: 39px;
  left: 0px;
  width: 170px;
  height: 60px;
}

.park-liquid-bg-3{
  border-radius: 45% 55% 55% 45% / 52% 33% 67% 48% ;
  animation: liquid3 6s infinite ease-in-out;
  padding: 20px 25px 20px 50px;
}

.park-liquid-bg-3::before{
  content: '';
  position: absolute;
  background: url(../img/p-deco3.png) no-repeat center /cover;
  bottom: 39px;
  right: 11px;
  width: 153px;
  height: 66px;
}

.park-liquid-bg-4{
  border-radius: 30% 70% 53% 47% / 42% 30% 70% 58% ;
  animation: liquid4 6s infinite ease-in-out;
  padding: 20px 50px 20px 25px;
}

.park-liquid-bg-4::before{
  content: '';
  position: absolute;
  background: url(../img/p-deco4.png) no-repeat center /cover;
  bottom: 39px;
  left: 11px;
  width: 153px;
  height: 66px;
}


@keyframes liquid1{
  0%{
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-size: 100% 100%;
  }
  50%{
    border-radius: 50% 30% 70% 60% / 30% 50% 40% 70%;
    background-size: 300% 150%;
  }
  100%{
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-size: 100% 100%;
  }
}

@keyframes liquid2{
  0%{
    border-radius: 40% 60% 70% 30% / 70% 40% 60% 50%;
    background-size: 100% 100%;
  }
  50%{
    border-radius: 30% 70% 60% 40% / 50% 70% 30% 40%;
    background-size: 300% 150%;
  }
  100%{
    border-radius: 40% 60% 70% 30% / 70% 40% 60% 50%;
    background-size: 100% 100%;
  }
}

@keyframes liquid3{
  0%{
    border-radius: 45% 55% 55% 45% / 52% 33% 67% 48%;
    background-size: 100% 100%;
  }
  50%{
    border-radius: 55% 45% 45% 55% / 48% 67% 52% 33%;
    background-size: 200% 150%;
  }
  100%{
    border-radius: 45% 55% 55% 45% / 52% 33% 67% 48%;
    background-size: 100% 100%;
  }
}

@keyframes liquid4{
  0%{
    border-radius: 30% 70% 53% 47% / 42% 30% 70% 58% ;
    background-size: 100% 100%;
  }
  50%{
    border-radius: 47% 53% 70% 30% / 70% 47% 30% 53% ;
    background-size: 300% 150%;
  }
  100%{
    border-radius: 30% 70% 53% 47% / 42% 30% 70% 58% ;
    background-size: 100% 100%;
  }
}


.park-info p{
  text-align: justify;
}

.rounded{
  border-radius: 10px !important;
}




.agri-info-pic > img{
  border-radius: 10px;
}

.agri-info-txt{
  margin-top: 60px;
  text-align: center;
}

.agri-info-txt strong{
  font-size: 1.75rem;
}

.agri-info-txt p{
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* .agri-map{
  margin-top: 180px;
  
} */

/*買吧*/
.bar1{
  background-color: #83cac72e;
}

/*玩吧*/
.bar2{
  background-color: #a0d09d1f;
}

/*學吧*/
.bar3{
  background-color: #9d7dff0d;
}

/*農村廚房*/
.bar4{
  background-color: #ffa8790d;
}

/*聊吧*/
.bar5{
  background-color: #ffd3d424;
}

/*種吧*/
.bar6{
  background-color: #ffe5a61c;
}

.bar{
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 70px;
}

.bar-pic{
  width: 15%;
}

.bar-pic img{
  width: 100%;
}

.bar-info h5{
  letter-spacing: 2px;
  font-size: 1.85rem;
}

.bar p{
  font-size: 16px;
  text-align: justify;
}


.bar-info{
  
  padding: 30px;
}

.bar-info-pic figure{
  flex-basis: 50%;
}

.bar-info-pic figure img{
  width: 100%;
  object-fit: cover;
}

.bar-link{
  font-weight: 600;
  color: var(--light);
  border: 2px solid var(--light);
  padding: 8px 30px;
  letter-spacing: 2px;
  border-radius: 50px;
  transition: .3s;
}

.bar-link:hover{
  color: #fff;
  background-color: var(--light);
}

.agri-link{
  color: var(--light);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid var(--light);
  border-radius: 50px;
  padding: 8px 20px;
  transition: .2s;
}

.agri-link:hover{
  color: #fff;
  background-color: var(--light);
}

/*農會服務頁面-------------------------------------------------------------------*/
#Service .page-bg{
  background: url(../img/ds4.png) no-repeat center / cover;
}

.service-wrap{
  margin-top: 80px;
}


.about-wrap .nav-pills .nav-link,
.service-wrap .nav-pills .nav-link{
  color: #fff;
  background-color: #8c8c8c;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
}

.about-wrap .nav-item,
.service-wrap .nav-item{
  margin: 6px;
}

.about-wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.service-wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #467d76;
}

.about-wrap .nav-link, 
.service-wrap .nav-link {
  display: block;
  padding: 0.5rem 1.5rem;
}

.about-wrap .tab-content,
.service-wrap .tab-content{
  margin-top: 80px;
}

.card span{
  font-size: 15px;
}

#menu1 .service-item{
  display: block;
  margin-bottom: 30px;
}

#menu1 .service-item-inner{
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

#menu1 .service-item-inner h4{
  color: #fff;
}

#menu1 .service-item-inner ul{
  margin-bottom: 0 !important;
}

#menu1 .service-item-inner ul li{
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

#menu1 .service-item-inner{
  background-repeat  : no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
}

#menu1 .row div:nth-child(1) .service-item-inner{
  background-image: linear-gradient(0deg, #5c8643 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s1-1.jpg);
}

#menu1 .row div:nth-child(2) .service-item-inner{
  background-image: linear-gradient(0deg, #928746 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s2.jpg);
}

#menu1 .row div:nth-child(3) .service-item-inner{
  background-image: linear-gradient(0deg, #925946 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s3.jpg);
}

#menu1 .row div:nth-child(4) .service-item-inner{
  background-image: linear-gradient(0deg, #464e7d 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s4.jpg);
}

#menu1 .row div:nth-child(5) .service-item-inner{
  background-image: linear-gradient(0deg, #6d4480 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s5.jpg);
}
#menu1 .row div:nth-child(6) .service-item-inner{
  background-image: linear-gradient(0deg, #467d76 10%, rgba(0, 0, 0, 0.4) 100%), url(../img/s6.jpg);
}


#Service ol > li {
  list-style: decimal;
}

#menu2 .card, .service-page .card{
  margin-bottom: 18px;
}

#menu2 .card-header, .service-page .card-header{
  background-color: var(--soft) !important;
  border-bottom: unset !important;
}


#menu2 .card-link, .service-page .card-link{
  color: var(--dark);
  display: block;
  transition: .3s;
  font-weight: 600;
  font-size: 20px;
}

#menu2 .card-link:hover, .service-page .card-link:hover{
  color: var(--light);
}


#menu2 .card-header .card-link::after, .service-page .card-header .card-link::after{
  content: "\268A";
  position: absolute;
  right: 15px;
  top: 10px;
}

#menu2 .card-header .card-link.collapsed::after, .service-page .card-header .card-link.collapsed::after{
  content: "\271A";
}

#menu2 .card-body, .service-page .card-body{
  border-top: 1px solid #d2d2d2;
}

#menu4 .row h5{
  color: var(--light);
}

#pro-news{
  margin-top: 80px;
}

#menu4 .card-header{
  background-color: #fff !important;
  border-bottom: unset !important;
}

#menu4 .card-header .card-link{
  color: var(--dark);
}

#menu4 .card-header .card-link::after{
  content: "\268A";
  position: absolute;
  right: 15px;
  top: 24px;
}

#menu4 .card-header .card-link.collapsed::after{
  content: "\271A";
}

#menu4 .card{
  margin-bottom: 18px;
}

#menu4 .card-header .card-link{
  display: block;
}

#menu4 .card-header .card-link span {
  color: var(--dark);
  font-size: 15px;
}

#menu4 .card-header .card-link span:nth-child(1){
  color: var(--light);
  font-size: 14px;
}


#menu4 .card-body{
  border-top: 1px solid #d2d2d2;
}

#pro-link{
  margin-top: 80px;
}

.pro-link-item img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.pro-link-item p{
  width: 50%;
  transition: .3s;
}

.pro-link-item:hover p{
  color: var(--light);
}

#menu5 ul li{
  list-style: disc;
  margin-bottom: 12px;
}

.row .download a{
  display: inline-block;
  color: var(--light);
  border: 2px solid var(--light);
  border-radius: 5px;
  padding: 12px 20px; 
  transition: .3s;
}

.row .download a:hover{
  background-color: var(--light);
  color: #fff;
}

.lh{
  line-height: 2.2;
}

#menu6 .download-line{
  color: var(--light);
  transition: .3s;
}

#menu6 .download-line:hover{
  color: #467d76;
  font-weight: bolder;
}

#menu7{
  min-height: 300px;
}

.square li{
  list-style: square;
}
.red{
  color: #e80303 !important;
  text-decoration: underline !important;
}

#collapse9 .pc table{
  width: 100%;
}

#collapse9 .pc table thead{
  background-color: #d0e1df;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

#collapse9 .pc table td{
  font-size: 15px;
  vertical-align: middle;
}

.foreclosure thead{
  background-color: var(--soft);
  font-weight: 600;
}

.foreclosure td a{
  color: var(--dark);
  transition: .2s
}

.foreclosure td a:hover{
  color: var(--light);
}

.btn-main{
  background-color: var(--light);
  color: #fff !important;
}

.btn-main:hover{
  background-color: #318171;
  color: #fff !important;
}

.announcement li a{
  color: var(--dark);
  font-size: 18px;
  line-height: 2.5;
}

.announcement li a:hover{
  color: var(--light);
}



/*關於我們頁面--------------------------------------------------------------------*/

#About .page-bg{
  background: url(../img/tea2.jpg) no-repeat center /cover;
}

.about-wrap{
  margin-top: 40px;
}

.vlr{
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr ;
  padding: 5px;
}


.about1-title{
  background: url(../img/old.png) no-repeat center right / cover;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.about1-txt{
  padding-left: 20px;
  margin-left: 20px;
}

.about1-txt p{
  font-size: 16px;
  text-align: justify;
}

.underline{
  display: inline-block;
  position: relative;
}

.underline::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: var(--light);
  left: 0;
  bottom: -5px;
}

.timeline-wrap{
  margin-top: 80px;
  background: var(--soft);

}

.timeline{
  margin-top: 40px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--light);
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.timeline p{
  font-size: 15px;
}

.timeline p strong{
  font-weight: 600;
}

.timeline span{
  font-size: 13px;
}

.timeline-wrap figure{
  width: 60%;
  margin: 20px auto;
}
.timeline-wrap figure img{
  border-radius: 10px;
}

.years{
  text-align: center;
  font-size: 15px;
  border: 1px solid #d2d2d2;
  letter-spacing: 1px;
  border-radius: 5px;
}

.years td{
  padding: 8px;
}

.years thead td{
  font-size: 20px;
  font-weight: 600;
}

.years thead td:nth-child(1){
  border: none;
}

.years tr:nth-child(even){
background-color: #faf8f5;
}

.now-item img{
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid var(--light);
}

.now{
  display: flex;
  justify-content: space-around;

}

.now div:nth-child(1){
  background: url(../img/biglogo.png) no-repeat center /cover;
  width: 320px;
  height: 320px;
}

.now div:nth-child(2){
  background: url(../img/biglogo.png) no-repeat center /cover;
  width: 320px;
  height: 320px;
}
.now div:nth-child(3){
  background: url(../img/110_03.jpg) no-repeat center /cover;
  width: 320px;
  height: 320px;
}

.now-item{
  position: relative;
}

.now-item p{
  position: absolute;
  background-color: var(--soft);
  padding: 4px 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  bottom: 0;
  white-space: nowrap;
}

/*玩吧頁面------------------------------------------------------*/

#Playbar .page-bg{
  background: url(../img/pbg.png) no-repeat center /cover;
}

.play-item-pic{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  padding: 10px;
  border: 6px solid var(--soft);
}

.play-item-txt h5{
  letter-spacing: 1px;
}

.play-item-txt a{
  color: var(--light);
  letter-spacing: 2px;
  font-weight: 600;
}

/*冬山小旅行頁面---------------------------------------------*/

#Travel .page-bg{
  background: url(../img/tbg.jpg) no-repeat bottom center / cover;
}

.travel-info h3{
  position: relative;
  display: inline-block;
  line-height: 1.5;
}

.travel-info-pic{
  margin-top: 100px;
  margin-bottom: 100px;
}

.travel-info{
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.travel-info h3::after{
  content: '';
  position: absolute;
  background: url(../img/linee-34.png) repeat-x center / cover;
  width: 427px;
  height: 13px;
  left: 0;
  bottom: -20px;
}

.travel-info p{
  font-size: 18px;
}

.travel-info-pic img{
  border-radius: 10px;
}

.travel-info a{
  background-color: var(--light);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 12px 30px;
  border-radius: 5px;
  transition: .3s;
  border: 3px solid transparent;
  margin-top: 30px;
}

.travel-info a:hover{
  background-color: #fff;
  border: 3px dashed var(--light);
  color: var(--light);
}

.travel-info a:hover > i{
  transform: rotate(15deg)
}

.day-trip-info{
  margin-bottom: 150px;
}

.day-trip h3{
  position: relative;
}

.day-trip h3::after{
  position: absolute;
  content: '';
  background: url(../img/DOT-32.png) no-repeat center /cover;
  width: 129px;
  height: 9px;
  bottom: -15px;
  left: 0;
}

.day-trip-time{
  display: inline-block;
  padding: 4px 8px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.day-trip-time-wrap, .day-trip-pic{
  width: 50%;
}

.day-trip-time-wrap h5{
  letter-spacing: 2px;
}

.day-trip-pic {
  position: relative;
}

.day-trip-pic img{
  border-radius: 10px
}

.start::after{
  content: '';
  position: absolute;
  background: url(../img/agriimg1.png) no-repeat center /cover;
  width: 200px;
  height: 200px;
  right: -40px;
  bottom: -40px;
  border-radius: 10px;
  border: 5px solid #fff;
}

.day-trip-time-wrap{
  font-weight: 600;
}


.first, .Start, .second, .Spot1, .Spot2, .Spot3, 
.third, .fifth, .fourth, .spot1, .spot2, .spot3, .spot4{
  position: relative;
}

.first::before{
  content: '';
  position: absolute;
  background: url(../img/start-33.png) no-repeat center /cover;
  width: 113px;
  height: 37px;
  top: -47px;
  left: -47px;
  transform: rotate(342deg);
}

.Start::after{
  position: absolute;
  content: '';
  background: url(../img/spotline-34.png) no-repeat center /cover;
  width: 171px;
  height: 249px;
  bottom: -239px;
  right: 370px;
}

.spot1::after{
  content: '';
  position: absolute;
  background: url(../img/t2-2.jpg) no-repeat center /cover;
  width: 200px;
  height: 200px;
  left: -40px;
  bottom: -40px;
  border-radius: 10px;
  border: 5px solid #fff;
}

.second::after{
  position: absolute;
  content: 'S P O T - 0 1';
  color: var(--light);
  font-size: 14px;
  top: -30px;
  left: 8px;

}

.Spot1::before{
  position: absolute;
  content: '';
  background: url(../img/spotline-36.png) no-repeat center /cover;
  width: 176px;
  height: 210px;
  bottom: -226px;
  left: 376px;
}

.third::before{
  position: absolute;
  content: 'S P O T - 0 2';
  color: var(--light);
  font-size: 14px;
  top: -30px;
  left: 8px;
}

.spot2::after{
  content: '';
  position: absolute;
  background: url(../img/t3-2.jpg) no-repeat center left 33% /cover;
  width: 200px;
  height: 200px;
  right: -40px;
  bottom: -40px;
  border-radius: 10px;
  border: 5px solid #fff;
}

.Spot2::after{
  position: absolute;
  content: '';
  background: url(../img/spotline-34.png) no-repeat center /cover;
  width: 171px;
  height: 236px;
  bottom: -212px;
  right: 370px;
  z-index: -1;
}

.fourth::before{
  position: absolute;
  content: 'S P O T - 0 3';
  color: var(--light);
  font-size: 14px;
  top: -30px;
  left: 8px;
}

.spot3::after{
  content: '';
  position: absolute;
  background: url(../img/travel03.jpg) no-repeat center /cover;
  width: 200px;
  height: 200px;
  left: -40px;
  bottom: -40px;
  border-radius: 10px;
  border: 5px solid #fff;
}


.Spot3::after{
  position: absolute;
  content: '';
  background: url(../img/spotline-36.png) no-repeat center /cover;
  width: 176px;
  height: 210px;
  bottom: -226px;
  left: 376px;
}


.spot4::after{
  content: '';
  position: absolute;
  background: url(../img/t5-2.jpg) no-repeat center /cover;
  width: 200px;
  height: 200px;
  right: -40px;
  bottom: -40px;
  border-radius: 10px;
  border: 5px solid #fff;
}


.fifth::after{
  position: absolute;
  content: 'S P O T - 0 4';
  color: var(--light);
  font-size: 14px;
  top: -30px;
  left: 8px;
}

.apply{
  background: url(../img/travel02.jpg) no-repeat center center/ cover;
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 10px;
  margin-top: 120px;
}

.apply-txt{
  max-width: 380px;
  padding: 20px 30px;
  position: absolute;
  background-color: var(--light);
  left: 0;
  bottom: 0;
  border-top-right-radius: 10px;
  color: #fff;
}

.apply-txt h3{
  color: #fff;
}

.apply-txt p{
  color: #fff !important;
  font-size: 15px;
  line-height: 1.8;
}

.apply-out-link{
  display: inline-block;
  margin-top: 30px;
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  border: 2px solid #fff;
  padding: 8px 30px;
  border-radius: 10px;
  transition: .3s;
}

.apply-out-link:hover{
  background-color: #fff;
  color: var(--light) !important;
}

.apply-txt a i{
  transition: .3s;
}

.apply-txt a:hover > i{
  transform: translateX(15px);
}

.travel-slider-wrap{
  position: relative;
}

.travel-slider-wrap::before{
  position: absolute;
  content: '';
  background: url(../img/info-34.png) no-repeat center / cover;
  width: 331px;
  height: 80px;
  top: -100px;
  left: 0;
  transform: rotate(349deg);
}


.travel-slider{
  margin-top: 100px;
}

.travel-slider-item{
  cursor: grab;
} 

.travel-slider-item img, .travel-slider-item-text{
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.travel-slider-item img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.travel-slider-item-text{
  padding: 10px 20px;
  background-color: var(--soft);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/*學吧頁面----------------------------------------*/
#Dobar .page-bg{
  background: url(../img/bake.jpg) no-repeat center /cover;
}

.act .row{
  justify-content: space-between;
}

.act-nav{
  width: 68%;
}
.act-pic-none{
  width: 30%;
}

.act .tab-content{
  margin-top: 40px;
}

.act .nav-tabs .nav-link{
  color: var(--dark) !important;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.act .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: var(--light) !important;
}

.act-date-wrap{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px !important;
  justify-content: space-between;
}

.act-date{
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d2d2d2;
  margin-right: 20px;
  border-radius: 5px;
}

.act-date-month{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 4px;
  background-color: var(--light);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.act-date-date{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 12px 4px;
  font-size: 24px;
  font-weight: 600;
}

.act-date-item{
  width: 46%;
  display: flex;
  margin-bottom: 20px;
}

.act-txt p{
  margin-bottom: 3px !important;
  font-size: 1.55rem;
}

.riceball, .fcake, .mochi, .act-pic-wrap{
  position: relative;
}

.riceball::after, .fcake::after, .mochi::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 1px;
  left: 0;
  z-index: -1;
}

.riceball::after{
  background-color: #bceba7;
}

.fcake::after{
  background-color: #fff0a2;
}

.mochi::after{
  background-color: #b4e7fb;
}

.act-pic-wrap #left-arrow, .act-pic-wrap #right-arrow{
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  background-color: #fff;
}
.act-pic-wrap #left-arrow{
  left: 0;
  z-index: 1;
}

.act-pic-wrap #right-arrow{
  right: -43px;
}

.calendar-bg{
  background-color: var(--soft);
  min-height: 900px;
  margin-top: 120px;
  margin-bottom: 100px;
}

.calendar-bg .container{
  position: relative;
  padding-bottom: 50px;
}

.calendar-bg h3{
  position: absolute;
  top: -20px;
}

.calendar-bg .calendar-wrap{
  margin-top: 50px;
}

.calendar-bg .row{
  justify-content: space-around;
}

.entry-wrap{
  width: 50%;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

/*月曆*/
.events-display{
  background-color: #fff;
  min-height: 100px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 20px ;
  border-radius: 5px;
}

.event-left{
  margin-bottom: 20px;
  border-bottom: 1px dashed #d5cac0;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.color-calendar .calendar__monthyear{
  font-size: 2.2rem;
}

.color-calendar .calendar__days .calendar__day-text{
  font-size: 16px;
  z-index: 2;
}

.color-calendar .calendar__days .calendar__day-today.calendar__day-event .calendar__day-bullet{
  position: absolute;
    top: 80%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-selected.calendar__day-event .calendar__day-bullet{
  position: absolute;
    top: 80%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet{
  position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    cursor: pointer;
    z-index: -1;
}

.color-calendar.glass .calendar__days .calendar__day-today.calendar__day-selected .calendar__day-bullet{
  background-color: #fff;
}

.color-calendar.glass .calendar__days .calendar__day-today .calendar__day-bullet{
  background-color: var(--light);
}

.color-calendar.glass .calendar__days .calendar__day-bullet{
  background-color: #ffeb3b2b;
}



.color-calendar.glass .calendar__arrow-inner::before {
  width: 1em;
  height: 1em;
  border-width: 0.3em 0.3em 0 0;
}


.calendar-bg ::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
  }
  .calendar-bg  ::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  }
  .calendar-bg  ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--light);
  }

  .apply-link{
    background-color: var(--soft);
    color: var(--dark);
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: .2s;
    white-space: nowrap;
  }

  .apply-link:hover{
    color: var(--light);
  }

  .event-info{
    padding-bottom: 20px;
    border-bottom: 1px dashed #d5cac0;
  }

  .check-out-wrap label{
    font-size: 16px;
    color: var(--dark);
  }

  .form-control{
    /* font-size: 1.5rem; */
  }

  .star{
    position: relative;
  }

  .star::before{
    position: absolute;
    content: '*';
    color:#b13d03;
    left:  -11px;
    top: -6px;
    font-size: 18px;

  }

  .check-out-wrap textarea{
    width: 80%;
  }

  .send{
    display: flex;
    justify-content: center;
    
  }

  .send button{
    background-color: var(--light);
    color: #fff !important;
    font-size: 16px;
    padding: 8px 20px;
    border-radius:5px;
    transition: .3s;
    letter-spacing: 1px;
  } 

  .send button:hover{
    background-color: #3b6f68;
  }


  .reserve p{
    margin-bottom: 2px;
    font-size: 16px;
  }

  .reserve a{
    color: var(--light);
    text-decoration: underline !important;
    letter-spacing: 1px;
  }

  .reserve{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--soft);
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    border: 1px dashed #ddd;
  }

.dobar h4{
  letter-spacing: 2px;
  margin-bottom: 120px;
}


.dobar-item{
  flex-direction: column;
  margin-bottom: 140px;
  position: relative;
}

.dobar-item-pic{
  width: 70%;
  position: relative;
}

.dobar-item-pic img{
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.dobar-item-txt{
  width: 60%;
}


.dobar-item-txt h5{
  position: relative;
}

.dobar-item-txt p{
  line-height: 1.8;
  text-align: justify;
}

.item-01 .dobar-item-pic::after{
  content: "01";
  position: absolute;
  left: -125px;
    top: -20px;
  color: #a0d4c9;
  font-size: 140px;
  font-weight: bold;
  z-index: 1;
  
}


.item-02 .dobar-item-pic::after{
  content: "02";
  position: absolute;
  left: -125px;
    top: -20px;
  color: #a0d4c9;
  font-size: 140px;
  font-weight: bold;
  z-index: 1;
  
}

.item-03 .dobar-item-pic::after{
  content: "03";
  position: absolute;
  left: -125px;
    top: -20px;
  color: #a0d4c9;
  font-size: 140px;
  font-weight: bold;
  z-index: 1;
  
}

.diy-slick-item img{
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
}

#diy-f-arrow, #diy-r-arrow{
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .3s;
  border: 2px solid var(--light);
  border-radius: 50%;
  color: var(--light);
}


/* .item-01 h5::after{
  content: '';
  position: absolute;
  background: url(../img/far-34.png) no-repeat center /cover;
  width: 527px;
  height: 100px;
  top: -123px;
  left: 0;
}

.item-02 h5::after{
  content: '';
  position: absolute;
  background: url(../img/de-36.png) no-repeat center /cover;
  width: 215px;
  height: 100px;
  top: -76px;
  left: 0;
}

.item-03 h5::after{
  content: '';
  position: absolute;
  background: url(../img/de-35.png) no-repeat center /cover;
  width: 129px;
  height: 100px;
  top: -90px;
  left: 0;
} */

/*農村廚房頁面*/
#Kitchen .page-bg{
  background: url(../img/five.jpg) no-repeat center / cover;
}

.kitchen h4{
  margin-bottom: 40px;
}

.kitchen-item{
  flex-direction: column;
  margin-bottom: 140px;
  position: relative;
}

.kitchen-item-pic{
  width: 70%;
  position: relative;
}

.kitchen-item-pic img{
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.kitchen-item-txt p{
  margin-bottom: 5px !important;
  text-align: center;
}


.kitchen-item-txt p:nth-child(2){
  font-size: 15px;
}

.kitchen-item-pic1::after{
  content: '';
  position: absolute;
  background: url(../img/k1-2.jpg) no-repeat center /cover;
  width: 280px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid #fff;
  bottom: -30px;
  right: -60px;
}

.kitchen-item-pic2::after{
  content: '';
  position: absolute;
  background: url(../img/fishh.jpg) no-repeat center /cover;
  width: 280px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid #fff;
  bottom: -30px;
  left: -60px;
}

.kitchen-link{
  margin-bottom: 100px;
}

.kitchen-link a{
  background-color: var(--light);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 12px 30px;
  border-radius: 5px;
  transition: .3s;
  border: 3px solid transparent;
}

.kitchen-link a:hover{
  background-color: #fff;
  border: 3px dashed var(--light);
  color: var(--light);
}

.kitchen-link a:hover > i{
  transform: rotate(15deg)
}

/*聊吧頁面---------------*/
#Chatbar .page-bg{
  background: url(../img/c1bg.jpg) no-repeat center /cover;
}
.chatbar h4{
  margin-bottom: 25px;
}

.chatbar-item{
  flex-direction: column;
  margin-bottom: 140px;
  position: relative;
}

.chatbar-item-pic{
  width: 70%;
  position: relative;
}

.chatbar-item-pic img{
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.chatbar-item-txt{
  width: 70%;
}

.chatbar-item-txt p{
  margin-bottom: 5px !important;
  text-align: justify;
  margin-top: 40px;
}

.chatbar-item-pic1::after{
  content: '';
  position: absolute;
  background: url(../img/c1-1.jpg) no-repeat center /cover;
  width: 280px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid #fff;
  bottom: -30px;
  right: -60px;
}

.chatbar-item-pic2::after{
  content: '';
  position: absolute;
  background: url(../img/c12.jpg) no-repeat center /cover;
  width: 280px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid #fff;
  bottom: -30px;
  left: -60px;
}




/*網站地圖頁面*/
#Site-map .page-bg{
  background: url(../img/t.jpg) no-repeat center / cover;
}

#Site-map .container h3{
  border-bottom: 3px solid var(--light);
}

.site-link{
  display: block;
  padding: 12px 40px;
  background-color: var(--soft);
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.site-link, .site-link a{
  color: var(--dark);
  transition: .2s;
}


.site-link:hover, .site-link a:hover{
  color: var(--light) !important;
}

.site-link i{
  color: var(--light);
}

.site-link .square li a{
  font-size: 15px;
}

.site-link ul li{
  font-size: 16px;
  margin-bottom: 6px;
}

/*聯絡我們頁面-----------------------------------*/
#Contact .page-bg{
  background: url(../img/c.jpg) no-repeat center /cover;
}

.c-info ul{
  padding-left: 30px;
}

.c-info ul li{
  font-size: 17px;
  padding-bottom: 12px;
}

.c-item{
  flex-direction: column;
}

.c-pic{
  padding-left: 15px;
  padding-right: 15px;
}

.c-map {
position: relative;
padding-bottom: 20%;
padding-top: 20px;
height: 0;
overflow: hidden;
}
.c-map iframe {
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}

.c-item-wrap h4{
  background-color: #3e998739;
  padding: 12px 8px;
}
.c-item-wrap{
 margin-bottom: 120px; 
}

/*回頂端*/
.gotop{
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 24px;
    border-radius: 50%;
    border: 2px solid #3F3F3F;
    color: #3F3F3F;
    text-decoration: none;
    cursor: pointer;
    z-index: 12;
    display: none;
}

/*下載專區*/
#Download .page-bg{
  background: url(../img/d3.jpg) no-repeat center /cover;
}

/*導覽列圖示*/
.site-menu > li{
  position: relative;
}

/* .site-menu > li:nth-child(1)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-02.png) no-repeat center / cover;
  width: 80px;
  height: 80px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.site-menu > li:nth-child(2)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-03.png) no-repeat center / cover;
  width: 80px;
  height: 80px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.site-menu > li:nth-child(3)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-04.png) no-repeat center / cover;
  width: 80px;
  height: 80px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.site-menu > li:nth-child(4)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-05.png) no-repeat center / cover;
  width: 80px;
  height: 80px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.site-menu > li:nth-child(5)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-06.png) no-repeat center / cover;
  width: 80px;
  height: 80px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.site-menu > li:nth-child(6)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-07.png) no-repeat center / cover;
  width: 75px;
  height: 75px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.site-menu > li:nth-child(7)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-08.png) no-repeat center / cover;
  width: 75px;
  height: 75px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.site-menu > li:nth-child(8)::before{
  position: absolute;
  content: '';
  background: url(../img/nav-09.png) no-repeat center / cover;
  width: 75px;
  height: 75px;
  top:0%;
  left: 50%;
  transform: translate(-50%, -70%);
} */

.site-navbar .site-navigation .site-menu > li > a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-menu > li > a >img{
  width: 105px;
  padding-right: 30px;
  margin-bottom: -8px;
  padding-left: 12px;
}


.logo-block{
  margin-bottom: 30px;
}

.nav-pt{
  position: relative;
  padding-top: 15px;
  flex-direction: column;
}


.header-search-wrap{
  position: absolute;
  right: 180px;
  top: 20px;
  display: none;
}

.header-search{
  display: flex;
  align-items: center;
  border: 1px solid var(--light);
  border-radius: 50px;
  padding: 3px 20px !important;
}

.header-search .form-control{
  margin-bottom: 0;
  height: 30px;
  background: transparent;
  box-shadow: unset;
}

.header-search .form-control:focus{
  border: 1px solid transparent !important;
}
.mobile-search{
  display: none;
}

.search-icon{
  margin-left: 12px;
  color: var(--light);
}
.search-icon:hover{
  color: #318171;
}



/*相簿css*/

#Album .page-bg{
  background: url(../img/album.jpg) no-repeat center bottom 30%/cover;
}

.gallery-wrap{
   display: flex;
   flex-wrap: wrap;
}


.album-wrap{
  width: 33%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.album-cover{
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
}

.album-wrap .album img, .album-wrap:hover .album p{
  transition: .2s;
}

.album-wrap:hover .album img{
  transform: scale(1.02);
}

.album-wrap:hover .album p{
  color: var(--light);
}


.waterfall{
  width: 100%;
  column-count: 3;
  column-gap: 10px;
}

.album-inner{
  break-inside: avoid;
  margin-bottom: 10px;
}

.cd-img{
  flex-wrap: wrap;
  margin-left: 12px;
}

.cd-img img{
  border-radius: 3px;
  width: 30%;
}

.cd-img img:not(:first-child){
  margin-left: 10px;
}


.tea-fish{
  margin-top: 80px;
  max-width: 1920px;
  width: 100%;
  position: relative;
}

.tf-slick-item img{
  height: 800px;
  object-fit: cover;
 
}

.tf-slick{
  filter: brightness(75%) ;
}

.tf-info-wrap{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 500px;
  height: 300px;
  background: rgba(0, 0, 0, 0.393);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  border: 1px solid rgba(149, 149, 149, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.tf-info-wrap p{
  color: #fff;
  font-size: 18px !important;
  letter-spacing: 1px; 
}

.tf-info-wrap::before{
  position: absolute;
  content: '';
  background: url(../img/tf-title.png) no-repeat center /contain;
  width: 400px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.tf-link{
  margin-bottom: 100px;
  background-color: #005453;
  padding: 20px;
  transition: .3s;
}

.tf-link:hover{
  background-color: #003736;
}

.tf-link a{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.tf-link a > i{
  transition: .3s;
}

.tf-link a:hover > i{
  transform: rotate(15deg);
}

.playbar-pic-wrap{
  margin-top: 60px;
}

.playbar-pic-sm{
 display: none;
}

.playbar-pic img{
  border-radius: 5px;
}

.cursor-pointer{
	
	cursor: pointer !important;
}

