/*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: "Roboto", -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: 400;
  font-size: 16px;
  font-family: 'Noto Sans TC', sans-serif !important;
  line-height: 1.75;
}

li{
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "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: 80px;
}

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

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

.maplink.chatbar{
  top: 49%;
  left: 30%;
}

.maplink.buybar{
  top: 19%;
  left: 39%;
}


.maplink.learnbar{
  top: 37%;
  left: 51%;
}


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

.maplink.playbar{
  top: 34%;
  left: 57%;
}
.maplink.eatbar{
  top: 9%;
  left: 52%;
}
.maplink.fa-center{
  top: 50%;
  left: 70%;
  width: 70px;
}
.maplink.log-center{
  top: 32%;
  left: 69%;
  width: 70px;
}
.maplink.le-bar{
  top: 37%;
  left: 74%;
}
.maplink.young-center{
  top: 66%;
  left: 82%;
}
.maplink.sweet{
  top: 66%;
  left: 77%;
  width: 70px;
}
.maplink.i-bar{
  top: 66%;
  left: 72%;
  width: 70px;
}

.maplink.plantbar{
  top: 58%;
  left: 57%;
}
.maplink.sgarden{
  top: 34%;
  left: 63%;
}

.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;
}
#sgarden-dialog .map_dialog{
  border: 10px solid #a3d7d4;
  border-radius: 30px;
}
#duck-dialog .map_dialog{
  border: 10px solid #0ba29b;
  border-radius: 30px;
}
#eatbar-dialog .map_dialog{
  border: 10px solid #f88abd;
  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;
  line-height: 1.75;
}

.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: -90px;
  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;
  margin-top: 30px;
}

.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;
  justify-content: space-evenly;
}

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

.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;
  color: var(--light);
}

.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: 400;
} 

.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: 400;
  line-height: 1.6;
}

.news-page-inner img{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/*創生園區----------------------------------------------------*/
#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;
  line-height: 1.75;
}

.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;
}

.fw-600{
  font-weight: 600;
}

.fz-18{
  font-size: 18px;
}
.fz-17{
  font-size: 17px;
}

.fz-14{
  font-size: 14px;
}
.w-80{
  width: 80%;
}


.ddss img{
  object-fit: contain;
  height: 150px;
}

.do-cat{
  padding: 5px 12px;
  background-color: #9ca3d1;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
.plant-cat{
  padding: 5px 12px;
  background-color: #c39b6a;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}


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

.b-cat{
  color: #5b9d9a;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 210px;
  padding: 10px ;
}

.bbb{
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.bbb p{
  width: 55%;
  text-align: justify;
}

.bbb div{
  width: 40%;
}

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

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

/*靜花園*/
.bar7{
  background-color: #a3d7d416;
}
/*鴨吧*/
.bar8{
  background-color: #0ba29a16;
}
/*吃吧*/
.bar9{
  background-color: #f88abd12;
}

.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);
}

.dsfalunch{
  margin-top: 40px;
  margin-bottom: 20px;
}

.dsfalunch p{
  font-size: 20px;
  margin-bottom: 10px;
}

.dsfalunch-img{
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.modal-body .dsfalunch-img{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.dsfalunch-img img{
  border-radius: 5px;
}


#Kitchen .dsfalunch-img{
  width: 30%;
}




/*農會服務頁面-------------------------------------------------------------------*/
#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;
}


#menu2 .card span{
  font-size: 16px;
}

.service_page_link_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}




.service_page_link_wrap a{
  background-color: #616161;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 20px; 
  display: block;
  margin-bottom: 25px;
}

.service_page_link_wrap a.active{
  background-color: #318171;
}

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

#menu1 .service-item-inner{
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu1 .service-item-inner h4{
  color: #fff;
  letter-spacing: 4px;
}

#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;
}


.text-justify{
  text-align: justify;
}

.menu6-pg-link-wrap{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu6-pg-link-wrap div{
  width: 23%;
  height: 120px;
  border-radius: 4px;
  transition: .2s;
}

.menu6-pg-link-wrap .menu6-pg-link{
  color: #fff !important;
  
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu6-pg-link-wrap .menu6-pg-link h4{
  color: #fff !important;
}
.menu6-pg-link-wrap div:hover{
  opacity: 0.9;
}

.menu6-pg-link-wrap  .menu6-pg:nth-child(1){
  background: linear-gradient(0deg,#34b157 10%, #55bf735e 100%);
}
.menu6-pg-link-wrap  .menu6-pg:nth-child(2){
  background: linear-gradient(0deg,#107ed5 10%, #2196f347 100%);
}
.menu6-pg-link-wrap  .menu6-pg:nth-child(3){
  background: linear-gradient(0deg,#e98b00 10%, #ff980038 100%);
}
.menu6-pg-link-wrap  .menu6-pg:nth-child(4){
  background: linear-gradient(0deg,#d5668b 10%, #e96c964f 100%);
}


.menu6-pg-link-wrap div.pg1{
  width: 19%;
  background: url(../img/cjodeco.png) no-repeat bottom left,linear-gradient(0deg,#34b157 10%, #55bf73c5 100%);
}

.menu6-pg-link-wrap div.pg2{
  width: 32%;
  background: url(../img/cjodeco.png) no-repeat bottom left,linear-gradient(0deg,#107ed5 10%, #2195f3be 100%);
}

.menu6-pg-link-wrap div.pg3{
  width: 48%;
  background: url(../img/cjodeco.png) no-repeat bottom left,linear-gradient(0deg,#e98b00 10%, #ff9900b8 100%);
}



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

#menu6 .download-line:hover{
  color: #467d76;
  font-weight: bolder;
}
.menu6_block{
  margin-top: 0px;
  margin-bottom: 80px;
}

.menu6-title{
  background-color: var(--light);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.menu6-title2{
  background-color: var(--soft);
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.fz-20{
  font-size: 20px;
  margin-bottom: 10px;
}

.file-btn{
  background-color: #42a995;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: .3s;
}
.file-btn:hover{
  color: #fff !important;
  background-color: #467d76;
}


.see-btn{
  background-color: #42a995;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  white-space: nowrap;
}
.see-btn:hover{
  color: #fff !important;
  background-color: #467d76;
}


.menu6_pic1{
  display: flex;
  justify-content: space-between;
}

.menu6_pic1 .menu6_pic1-item{
  width: 30%;
}
.menu6_pic1 .menu6_pic1-item img{
  height: 320px;
  object-fit: cover;
}

.menu6_block_2name{
  display:  flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-menber{
  display: none;
}

.menber_group_list_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.mgl_item{
  margin-bottom: 20px;
  width: 49%;
  background-color: var(--soft);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.mgl_mura{
  font-size: 30px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.mgl_name{
  font-size: 26px;
}




.w-88{
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.low{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.low-txt .row{
  align-items: end;
}


.low-txt h3{
  color: #467d76;
  letter-spacing: 5px;
}


.low-pic img{
  height: 283px;
  object-fit: cover;
  border: 5px solid #42a995;
  border-radius: 5px;
}


#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/114_1.jpg) no-repeat center /cover;
  width: 320px;
  height: 320px;
}

.now div:nth-child(2){
  background: url(../img/114_2.jpg) no-repeat  center /cover;
  width: 320px;
  height: 320px;
}
.now div:nth-child(3){
  background: url(../img/114_3.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;
  top: 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, .fm-wrap 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 ,.fm-wrap 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-time-wrap p{
  text-align: justify;
}

.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;
  display: none;
}

.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;
  display: none;
}

.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;
  display: none;
}

.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;
}


/*學吧頁面----------------------------------------*/

.fm-wrap{
  margin-bottom: 100px;
}


.fm-img-wrap{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}


.dobar-big-title {
  font-size: 36px;
  display: flex;
  justify-content: center;
}
.dobar-big-title span{
  position: relative;
  
}

.dobar-big-title span::after {
  position: absolute;
  content: '';
  background: url(../img/dobar-deco1.png) no-repeat center / contain;
  width: 50px;
  height: 50px;
  top: -10px;
  right: -70px;
  z-index: 1;
}
.dobar-big-title span::before {
  position: absolute;
  content: '';
  background: url(../img/dobar-deco2.png) no-repeat center / contain;
  width: 45px;
  height: 45px;
  top: -10px;
  left: -70px;
  z-index: 1;
}


/*活動時間*/
.ui-timepicker-container{
  z-index: 99999999999999999999999999999 !important;
}

#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, .act-pic-txt{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.act-pic-txt{
  text-align: justify;
}

.act-pic-item{
  border-radius: 10px;
  overflow: hidden;
}

.act-pic-item img{
  border-radius: 10px;
}



.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);
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.calendar-bg::before{
  position: absolute;
  content: '';
  background: url(../img/dobar-deco3.png) repeat center / contain;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}




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

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

.calendar-bg .calendar-wrap{
  margin-top: 50px;
  background: #fff;
  width: 40%;
  padding: 20px 15px;
  border-radius: 5px;
  height: fit-content;
  overflow: auto;
}

.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: center;
}

.event-left .mr-3{
  display: flex;
  flex-direction: column;
}

.event-left .mr-3 .apply-more{
  margin-bottom: 20px;
}

.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);
  }

  @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-2deg); }
    85% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
  }


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

  .apply-more{
    cursor: pointer;
  }

  .apply-link{
    animation: tilt-shaking 0.4s linear infinite backwards;
    color: var(--light);
  }

  .apply-link:hover, .apply-more:hover{
    color: #d25700;
  }


  .event-dialog .modal-content{
    border: none;
    border-radius: 0.5rem;
  }

  .event-dialog.type-info .modal-header{
    background-color: var(--light);
    padding: 13px;
  }
  .event-dialog.type-info .modal-header .close{
    float: unset;
    color: #fff;
    opacity: .7;
  }

  .event-dialog .modal-header{
    display: block;
  }


  .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: justify;
}


.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: 110px;
  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-title i{
  color: var(--light);
  position: relative;
}

.album-title{
  position: relative;
  width: fit-content;
  margin-top: 5px;
}

.album-title::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 8px;
  background: #fff9cf;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  z-index: -1;
}

.album-wrap:hover .album-title::before{
  transform-origin: left;
  transform: scaleX(1);
}



#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%;
  height: 270px;
}

.album-cover img{
  height: 100%;
  object-fit: contain;
}

.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);
}



.album-inner{
  height: 300px;
  margin-bottom: 15px;
  position: relative;
  
}



.album-inner:hover.album-inner img{
  filter: brightness(120%);
}


.album-inner img{
  height: 300px;
  object-fit: cover;
  transition: .3s;
  
}

.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, .new-dobar{
  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, .new-dobar-info-wrap{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 520px;
  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, .new-dobar-info-wrap p{
  color: #fff;
  font-size: 18px !important;
  letter-spacing: 1px; 
}

.new-dobar-info-wrap::before{
  position: absolute;
  content: '';
  background: url(../img/do-title.png) no-repeat center /contain;
  width: 400px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.tf-info-wrap::before{
  position: absolute;
  content: '';
  background: url(../img/tf-title.png) no-repeat center /contain;
  width: 250px;
  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;
}


.shop-icon{
  background: var(--soft);
  background-image: linear-gradient(#ffffff 1px, transparent 0), linear-gradient(90deg, #ffffff 1px, transparent 0);
  background-position: center center;
  background-size: 20px 20px;
  margin-top: 130px;
  padding: 40px 15px;
  position: relative;
}

.shop-icon::after{
  content: '';
  position: absolute;
  background: url(../img/s-title.png) no-repeat center /cover;
  width: 243px;
  height: 53px;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0%)
}
.shop-icon .row{
  justify-content: space-evenly;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  width: 70%;

}

.shop-icon .row div{
  width: 15%;
  transition: .3s;
}

.shop-icon .row div:hover{
  transform: translateY(-10px);
}

.txt-color{
  color: #42a995 !important;
  margin-left: 10px;
}


#imagebox .ib-content .ib-control div{
  background-color: #00000070;
}

@media (max-width:1440px){
  #Kitchen .dsfalunch-img{
    width: 50%;
  }
} 


@media (max-width:1350px) {



  .hero-video{
      background-size: 100% 400px;
    }
  
    .shop-icon .row{
      width: 90%;
    }

    .hero .pc{
      width: 90%;
    }

    .maplink{
      width: 70px;
    }

    .maplink.chatbar {
      top: 49%;
      left: 26%;
    }

  .maplink.young-center {
    top: 65%;
    left: 86%;
  }
  .maplink.sweet {
    top: 66%;
    left: 80%;
}
.maplink.i-bar{
  top: 66%;
  left: 74%;
}
.maplink.fa-center {
  top: 50%;
  left: 72%;
}


.maplink.sweet,.maplink.i-bar,.maplink.le-bar,.maplink.fa-center,.maplink.log-center{
  width: 60px;
}
}


@media  (max-width:1200px) {

  h1{
      font-size: 11px;
  }

  .nav-sm{
      display: block;
  }
  .nav-pc{
      display: none !important;
  }
  span.arrow-collapse{
      display: none;
  }
  .nav-sm-a{
      padding: 5px 5px 5px 40px!important;
  }

  .icon-menu {
      font-size: 2.75rem;
  }


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

  .park-link a::after {
      content: '';
      position: absolute;
      background: url(../img/park-18.png) no-repeat center / cover;
      right: -172px;
      top: -6px;
      width: 74px;
      height: 49px;
      animation: swing2 linear 2s infinite;
  }
  .fraud{
      height: 340px;
  }

  .f-img{
      width: 60%;
  }
  .site-navbar .site-logo a{
      width: 25%;
    }

  .site-navbar{
      height: 70px;
  }
  .nav-pt{
      padding-top: 10px;
  }

  .site-mobile-menu .site-nav-wrap > li{
      margin-bottom: 8px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #dddddd;
      
  }

  .nav-pt{
      flex-direction: row;
  }

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

  .header-search-wrap{
      display: none;
  }

  .mobile-search{
      display: none;
      width: 240px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }
  

  /*麵包屑導覽列圖示*/
  .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: block;
  }


  
.nav-deco{
  position: relative;
}

.nav-deco1::before{
  position: absolute;
  content: '';
  background: url(../img/nav-02.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}

.nav-deco2::before{
  position: absolute;
  content: '';
  background: url(../img/nav-03.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco3::before{
  position: absolute;
  content: '';
  background: url(../img/nav-04.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco4::before{
  position: absolute;
  content: '';
  background: url(../img/nav-05.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco5::before{
  position: absolute;
  content: '';
  background: url(../img/nav-06.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco6::before{
  position: absolute;
  content: '';
  background: url(../img/nav-07.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco7::before{
  position: absolute;
  content: '';
  background: url(../img/nav-08.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}
.nav-deco8::before{
  position: absolute;
  content: '';
  background: url(../img/nav-09.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -59px;
  transform: translate(0%,-50%);
}

.site-mobile-menu .site-nav-wrap > li > a img{
  display: none;
}

 .news-block-title{
    width: 70%;
  }


}


@media (max-width:992px) {
 
  .album-inner{
      height: 200px;
  }

  .album-inner img{
      height: 200px;
  }

  #Kitchen .dsfalunch-img{
      width: 70%;
  }


  .menu6-pg-link-wrap div.pg1,
  .menu6-pg-link-wrap div.pg2,
  .menu6-pg-link-wrap div.pg3
  {
      width: 100%;
      margin-bottom: 20px;
  }


  .menu6_pic1{
      flex-direction: column;
  }

  .menu6_pic1 .menu6_pic1-item{
      width: 100%;
      margin-bottom: 20px;
  }


 
  
  .service_page_link_wrap a{
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 18px;
  }
  .shop-icon .row{
      width: 100%;
    }
  

  .footer-text{
      flex-direction: column;
  }

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

  .f-img{
      width: 80%;
  }

  /*學吧輪播圖隱藏*/
  .act-pic-none, .act-pic-txt{
      width: 90%;
      
  }

  .act-nav{
      width: 100%;
  }

  /*良食園區圖片*/
  .agri-info-wrap{
      flex-direction: column;
  }

  .agri-info-txt{
      margin-left: 0px;
      margin-top: 80px;
  }



  /*最新消息*/
  .news-link{
      position: relative;
  }
  .news-more{
      position: absolute;
      right: 23px;
      bottom: 15px;
  }
 
  .c-pic{
      padding-left: 0px;
      padding-right: 0px;
    }

    /*創生園區*/
  
    

}

@media only screen and (min-width: 480px) and (max-width: 767px){
  .container {
      width: 470px;
  }
}


/*平板開始-------------------------------------*/
@media (min-width:768px) and (max-width:1024px) {

  

  .hero-video{
      background-size: 100% 300px;
    }


  header .col-10{
      padding-left: 0px !important;
  }

  .row{
      margin-left: 0px;
      margin-right: 0px;
  }

  h2{
      font-size: 2.8rem;
  }

  header .container{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      max-width: 814px;
  }

  header .container .row{
      justify-content: space-between;
  }



  .site-navbar .site-logo{
      display: inline-block;
  }

  .site-navbar .site-logo a{
      width: 170px;
      
  }


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

 

  /*首頁*/

  .travel-title{
      width: 40%;
  }

  .hero .pc{
    width: 100%;
  }

  

  .maplink{
      width: 65px;
  }
  .maplink.sweet,.maplink.i-bar,.maplink.le-bar,.maplink.fa-center,.maplink.log-center{
    width: 55px;
  }
  .maplink.le-bar {
    top: 38%;
    left: 79%;
  }
  .maplink.sweet {
    top: 64%;
    left: 83%;
}
  .maplink.i-bar {
    top: 64%;
    left: 77%;
}
.maplink.young-center {
  top: 64%;
  left: 89%;
}
.maplink.fa-center {
  top: 50%;
  left: 75%;
}
.maplink.log-center {
  top: 32%;
  left: 73%;
}

.maplink.sgarden {
  top: 34%;
  left: 65%;
}
.maplink.playbar {
  top: 34%;
  left: 58%;
}
.maplink.kitchen {
  top: 53%;
  left: 51%;
}
.maplink.plantbar {
  top: 59%;
  left: 58%;
}
.maplink.chatbar {
  top: 47%;
  left: 22%;
}

  #agri-park .row{
      flex-direction: column-reverse;
  }
  #agri-park .text-wrap, #agri-park .pic-wrap {
      width: 90%;
      margin-right: auto;
      margin-left:auto; 
  }

  #agri-park .text-wrap{
      margin-top: 0px;
  }

  #agri-park .title-block{
      justify-content: space-between;
  }

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

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

  .text-inner p:nth-child(2){
      margin-top: 20px;
      margin-bottom: 40px;
  }

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

  #news .container .row{
      display: flex;
      flex-direction: column;
  }

  .news-wrap{
      margin-left: 0px;
      margin-top: 40px;
  }

  .news-wrap ul{
      padding-left: 10px !important;
  }
  .news-wrap li a{
      font-size: 16px;
  }
  .news-wrap li a span:nth-child(1){
      font-size: 14px;
  }
 
  .news-title-deco::after{
      width: 109px;
      height: 98px;
      bottom: -35px;
      left: 147px;
    }



  .now div:nth-child(2){
      margin-left: 12px;
  }
  .now div:nth-child(3){
      margin-left: 12px;
  }

  .footer-inner .col-sm-12 figure{
      width: 60%;
      margin-left: auto;
      margin-right: auto;
  }

  .footer-item:nth-child(1){
      margin-top: 0px;
  }
  .footer-item:nth-child(2){
      justify-content: space-evenly;
  }

  .footer-inner .row{
      justify-content: space-evenly;
  }

  .footer-info:nth-child(1),
  .footer-info:nth-child(2)
  {
      width: 46%;
  }

  .footer-info:nth-child(3){
      margin-top: 50px;
      width: 100%;
  }

  .direct-line{
      justify-content: center;
  }

  /*學吧*/
  .dobar-item{
      margin-bottom: 30px;
  }

  .dobar-item-pic{
      width: 90%;
  }

  .dobar-item-pic img{
      height: auto;
  }

  .item-01 h5::after {
      width: 364px;
      height: 71px;
      top: -60px;
  }

  .item-02 h5::after{
      width: 160px;
      height: 68px;
      top: -60px;
  }

  .item-03 h5::after{
      width: 110px;
      height: 80px;
      top: -60px;
  }

  .item-01 .dobar-item-pic::after,
  .item-02 .dobar-item-pic::after,
  .item-03 .dobar-item-pic::after{
      font-size: 100px;
      top: -27px;
      left: -44px;
  }
  .dobar-item-txt p{
      font-size: 1rem;
  }

  .calendar-bg .row{
      flex-direction: column;
      align-items: center;
  }

  .calendar-bg .calendar-wrap, .calendar-bg .entry-wrap{
      width: 90%;
  }

  .calendar-bg .calendar-wrap{
      max-height: 400px;
  }

  #color-calendar{
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .color-calendar.glass .calendar__header,
  .color-calendar.glass .calendar__weekdays,
  .color-calendar .calendar__days{
      grid-template-columns: repeat(7, minmax(20px, 70px));
  }


  /*農村廚房*/
  .kitchen-item-pic{
      width: 100%;
  }
  .kitchen-item-pic1::after {
      width: 200px;
      height: 160px;
      bottom: -29px;
      right: -30px;
  }
  .kitchen-item-pic2::after {
      width: 200px;
      height: 160px;
      bottom: -29px;
      left: -30px;
  }


  /*聊吧頁面----------------*/
  .chatbar-item-pic, .chatbar-item-txt{
      width: 90%;
  }
  .chatbar-item-pic1::after {
      width: 200px;
      height: 160px;
      bottom: -29px;
      right: -30px;
  }
  .chatbar-item-pic2::after {
      width: 200px;
      height: 160px;
      bottom: -29px;
      left: -30px;
  }

  /*冬山小旅行*/
  .first::before{
      width: 93px;
      height: 29px;
      top: -36px;
      left: -23px;
      transform: rotate(352deg);
  }

  .start::after,.spot1::after,
  .spot2::after,.spot3::after,
  .spot4::after{
      width: 180px;
      height: 180px;
  }

  .start::after,.spot2::after,.spot4::after{
      right: -20px;
      bottom: -70px;
  }
  .spot1::after, .spot3::after{
      left: -20px;
      bottom: -70px;
  } 

  .travel-slider-wrap::before{
      width: 250px;
      height: 62px;
      top: -70px;
  }
  /*聯絡我們*/
  .c-map {
      padding-bottom: 30%;
  }

  /*創生園區*/
  .agri-logo{
      width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .bar-pic{
      width: 25%;
  }

  .park-img img{
      width: 300px;
      height: 300px;
  }

  .park-liquid-bg{
      width: 400px;
      height: 400px;
  }

  .park-liquid-bg-1::before{
      top: 0px;
  }

  .p-decoline{
      height: 60px;
  }
  

  /*學吧dialog*/
  .bar-content-item img{
      width: 25%;
  }




  .news-link{
      position: relative;
  }
  .news-more{
      position: absolute;
      right: 23px;
      bottom: 15px;
  }


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

}


/*手機開始-------------------------------------*/
@media (max-width:767px) {

    .news-block-title{
    width: 100%;
  }

  .menber_group_list_wrap{
    flex-direction: column;
  }
  
  .mgl_item{
    width: 100%;
  }

  .mgl_mura{
    font-size: 28px;
  }

  .mgl_name{
    font-size: 22px;
  }

  .bbb{
      flex-direction:  column;
  }

  .bbb:nth-child(even){
      flex-direction: column-reverse;
  }

  .bbb p,.bbb div{
      width: 100%;
      margin-top: 10px;
  }

  .bbb{
      border-bottom: unset;
  }



  .album-inner{
      height: 400px;
  }

  .album-inner img{
      height: 400px;
  }

  #Kitchen .dsfalunch-img{
      width: 70%;
  }

  .dsfalunch {
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .dsfalunch-img{
      width: 90%;
  }


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

  #menu1 .service-item-inner h4{
      font-size: 24px;
  }

  .tf-info-wrap, .new-dobar-info-wrap{
      width: 85%;
      height: 260px;
  }

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

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

  .shop-icon .row{
      justify-content: space-evenly;
  }

  .shop-icon .row div{
      width: 34%;
  }



  .tf-info-wrap, .new-dobar-info-wrap{
      width: 85%;
      height: 260px;
  }

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


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




  .footer-text .jil{
      display: none;
  }

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

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

  .park {
      width: 90%;
      max-width: 90%;
  }


  .park::before{
      width: 440px;
      height: 43px;
  }

  
  .row{
      margin-left: 0px;
      margin-right: 0px;
  }

  h2{
      font-size: 2.65rem;
  }

  h4{
      font-size: 1.95rem;
  }

  h3{
      font-size: 2.25rem !important;
  }

  p{
      font-size: 16px;
  }

  li{
      font-size: 1.5rem;
  }

  .lh{
      line-height: 1.8;
  }

  .card span{
      font-size: 0.9rem;
  }

  .site-navbar .site-logo{
      display: inline-block;
  }

  .site-navbar .site-logo a{
      width: 150px;
      height: auto;
  }

  header .container{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      max-width: 640px;
  }

  header .container .row{
      justify-content: space-between;
  }

  .footer-info{
      width: 100%;
  }

  .footer-info:nth-child(3){
      display: none !important;
      
  }

  .direct-line{
      flex-direction: column;
      align-items: center;
  }
  .direct-line p{
      margin-right: 0px;
      padding-right: 0px;
    }
    .direct-line p:nth-child(2),
    .direct-line p:nth-child(3){
      padding-left: 0px;
     border-left:unset ;
    }

    .footer-info figure{
      margin-left: auto;
      margin-right: auto;
    }

    .a-icon-group{
      text-align: center;
    }
  
  /*首頁*/
  .pc{
      display: none;
  }

  .sm{
      display: block !important;
  }

  .hero-video{
      width: 90%;
  }

  

  .hero .sm{
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  #About .sm{
      display: inline-table !important;
  }
  .maplink.sweet,.maplink.i-bar,.maplink.le-bar,.maplink.fa-center,.maplink.log-center{
    width: 45px;
  }
  

  .maplink{
      width: 60px;
  }
  
  .maplink.buybar{
      top: 18%;
      left: 38%;
  }
  
  .maplink.chatbar {
      top: 48%;
      left: 21%;
  }
  
  .maplink.learnbar {
      top: 44%;
      left: 51%;
  }

  .maplink.kitchen {
      top: 56%;
      left: 51%;
  }

  .maplink.sgarden {
    top: 34%;
    left: 67%;
}
  
  .maplink.log-center {
    top: 36%;
    left: 75%;
}
  .maplink.playbar {
      top: 34%;
      left: 58%;
  }

  .maplink.le-bar {
    top: 40%;
    left: 81%;
}

  .maplink.young-center {
    top: 63%;
    left: 89%;
}

.maplink.sweet {
  top: 65%;
  left: 83%;
}
.maplink.i-bar {
  top: 65%;
  left: 77%;
}
.maplink.fa-center {
  top: 51%;
  left: 76%;
}

  .maplink.plantbar {
      top: 55%;
      left: 60%;
  }
  

  #agri-park .row{
      flex-direction: column-reverse;
  }

  #agri-park .text-wrap, #agri-park .pic-wrap {
      width: 98%;
      margin-right: auto;
      margin-left:auto; 
  }


  .text-inner p:nth-child(1){
      margin-top: 40px;
  }

  .text-inner p:nth-child(2){
      margin-top: 20px;
      margin-bottom: 40px;
  }

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

  .title-block::before{
      left: -15px;
      height: 60px !important;
  }

  .title-block {
      letter-spacing: 2px;
  }    

  .more-link{
      font-size: 18px;
  }

  #agri-park .title-block{
      margin-top: 100px;
  }
  #agri-park .pic-wrap > img {
      margin-top: 20px;
  }

  #agri-park .title-block img{
      width: 80px;
  }

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

  #news .container .row {
      display: flex;
      flex-direction: column;
  }

  .news-wrap{
      margin-left: 0px;
      margin-top: 40px;
      margin-bottom: 30px;
  }

  .news-wrap ul{
      padding-left: 10px !important;
  }

  .news-wrap ul li{
      padding-bottom: 12px;
      border-bottom: 1px dashed #edecea;
  }

  .news-wrap li a{
      font-size: 16px;
      flex-direction: column;
      align-items: flex-start;
  }
  .news-wrap li a span:nth-child(1){
      font-size: 14px;
  }

  .news-other span:nth-child(2){
      margin-left: 24px !important;
  }
  .news-block-title{
      font-size: 18px;
      margin-top: 12px;
  }

  #news .container .row .more-link{
      padding-top: 50px;
  }

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

  #news .wave {
      width: 100%;
      bottom: -38px;
  }

  .news-title-deco::after{
      width: 92px;
      height: 87px;
      bottom: -36px;
      left: 134px;
    }



  .fraud{
      height: 450px;
  }

  .f-img{
      width: 50%;
  }


  #travel{
      padding-top: 60px;
  }

  .travel-title{
      width: 70%;
  }

  #travel .travel-text {
      font-size: 15px;
      line-height: 1.8;
      margin-top: 20px;
  }

  #travel .container .row{
      margin-top: 65px !important;
  }
  .travel-title::before {
      left: -44px;
      bottom: -78px;
      width: 73px;
      height: 73px;
  }
  #travel .travel-text::before {
      left: 3px;
      top: -105px;
      width: 100px;
      height: 74px;
  }
  .travel-title::after {
      right: -61px;
      bottom: -131px;
      width: 79px;
      height: 86px;;
  }
  #travel .travel-text::after {
      display: none;
  }
  .travel-pic-item{
      height: 200px;
  }
  .travel-pic-item img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  .footer-item{
      flex-direction: column;
      text-align: center;
  }

  .footer-item:nth-child(1){
      margin-top: 40px;
  }

  .footer-item-inner{
      margin-left: 0px;
      margin-top: 20px;
      border-top: 1px solid #ededec;
      padding-top: 20px;
  }

  .footer-inner{
      padding-top: 10px;
  }

  .direct-line{
      margin-bottom: 20px;
  }

  /*頁面背景設定*/
  .page-bg{
      height: 220px;
  }

  .page-bg h3 {
      font-size: 2.45rem !important;
  }
  .page-title {
      padding: 6px;
  }

  .page-bg span{
      font-size: 15px;
  }

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

  /*關於我們*/

  .vlr{
      writing-mode: horizontal-tb;
  }
  .about1-txt-wrap{
      flex-direction: column;
  }
  .about1-txt {
      margin-left: 0px !important;
      padding-left: 0px !important;
  }
  .about1-txt p{
      text-align: justify;
  }
  .underline{
      font-size: 1.85rem;
      line-height: 1.35;
  } 

  .timeline-wrap .col-8{
      width: 100% !important;
      max-width: unset !important;        
      flex: unset !important;
  }

  .now {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .now-item{
      margin-bottom: 30px;
  }

  .now div:nth-child(1), 
  .now div:nth-child(2), 
  .now div:nth-child(3){
      width: 300px;
      height: 300px;
  }

  .timeline-wrap figure{
      width: 90%;
      margin: 20px auto;
  }

  /*最新消息*/

 
  .news-row{
      flex-direction: column;
      align-items: flex-start


  }

  #CATEGORY{
      width: 110px;
      font-size: 15px;
  }

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

  .news-pic{
      margin-bottom: 12px;
  }

  .news-item-info{
      margin-bottom: 12px;
  }

  .news-item-info, .news-item-txt{
      margin-left: 0px !important;
  }

  .news-item-txt h5{
      font-size: 1.05rem;
  }

  .breadcrumb{
      padding: 0px !important;
  }

  #News-page h4{
      font-size: 1.85rem;
  }
  .news-page-time{
      font-size: 14px;
  }


  .news-link{
      position: relative;
      margin-bottom: 40px;
  }
  .news-more{
      position: absolute;
      right: 23px;
      bottom: 15px;
      font-size: 15px;
  }

  .news-frame{
      flex-direction: column;
      align-items: center;
  }
  .news-img{
      width: 100%;
  }
  .news-img img{
      height: 200px;
  }
  .news-info{
      width: 100%;
      padding-left: 0px;
      margin-top: 20px;
  }

  /*創生園區*/

  #Agri h4{
      font-size: 1.75rem;
      letter-spacing: 2px;
  }

  /*創生園區*/
  .agri-logo{
      width: 80%;
      margin-left: auto;
      margin-right: auto;
  }

  .agri-info-wrap{
      margin-top: 60px;
      flex-direction: column;
  }

  .agri-info-pic{
      width: 90%;
  }

  .agri-info-txt{
      margin-top: 65px;
      margin-left: 0px;
  }

  .agri-info-txt strong{
      white-space: nowrap;
  }

  .park-img img{
      width: 300px;
      height: 300px;
  }
  .park-liquid-1,
  .park-liquid-3{
      flex-direction: column;
      align-items: center;
  }
  .park-liquid-2,
  .park-liquid-4{
      flex-direction: column-reverse;
      align-items: center;

  }

  .park-img:nth-child(1),
  .park-img:nth-child(3){
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -40px;
  z-index: 1;
  }

  .park-img:nth-child(2),
  .park-img:nth-child(4){
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: -40px;
  z-index: 1;
  }
  
  .park-liquid-bg-1,
  .park-liquid-bg-2,
  .park-liquid-bg-3,
  .park-liquid-bg-4{
      padding: 30px 15px 10px 15px;
  }

  .park-liquid-bg{
      width: 100%;
  }

  .park-liquid-bg-1::before{
      bottom: 0;
      top: unset;
      transform: scaleX(-1);
      left: unset;
      right: 0;
  }
  .park-liquid-bg-2::before{
      top: 49px;
  }
  .park-liquid-bg-4::before{
      bottom: -10px;
  }
  .park-liquid-bg-3::before{
      bottom: 9px;
  }

  .p-decoline{
      height: 45px;
  }

  .p-decoline::before{
      display: none;
  }

  .p-decoline::after{
      width: 70px;
      height: 44px;
      right: 20px;
      top: -29px;
  }

  .park-liquid-bg-2{
      height: 340px;
  }

  .park-liquid-bg-3{
      height: 330px;
  }


  .bar{
      padding: 30px 5px;
      margin-top: 90px !important;
  }

  .bar-pic{
      margin-top: 20px;
      width: 40%;
  }

  .bar-info{
      padding: 12px;
  }

  .agri-link-wrap{
      margin-top: 80px !important;
  }

  

  /*學吧*/

  .act-date-wrap{
      flex-direction: column;
  }

  .act-date-item{
      width: 100%;
      border-bottom: 1px dashed #d5cac0;
      padding-bottom: 30px;
      margin-bottom: 30px;
  }

  #color-calendar{
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .calendar-bg .calendar-wrap, .calendar-bg .entry-wrap{
      width: 100%;
  }

  .calendar-bg .calendar-wrap{
      max-height: 300px;
  }

  .check-out-wrap{
      margin-left: 0.5rem !important;
  }

  .wire-transfer img{
      width: 90% !important;
  }

  .event-left div:nth-child(1){
      margin-left: 0 !important;
  }

  .event-left div:nth-child(2){
      margin-right: 0 !important;
  }

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

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

  .dobar-item-pic{
      width: 80%;
  }

  .dobar-item-pic img{
      height: auto;
      margin-bottom: 30px;
  }

  .dobar-item-txt p{
      font-size: 1rem;
  }
  .item-01 h5::after {
      content: '';
      position: absolute;
      background: url(../img/far-34.png) no-repeat center /cover;
      width: 280px;
      height: 45px;
      top: -49px;
      left: -8px;
  }

  .item-02 h5::after{
      width: 150px;
      height: 66px;
      top: -56px;
      left: 0;
  }
  .item-03 h5::after{
      width: 100px;
      height: 71px;
      top: -55px;
      left: 0;
  }

  .item-01 .dobar-item-pic::after,
  .item-02 .dobar-item-pic::after,
  .item-03 .dobar-item-pic::after{
      font-size: 80px;
      left: -36px;
      top: -24px;
      right: 0;
  }

  .dobar-item-txt{
      width: 90%;
      margin-left: 0px !important;
  }
  .dobar-item{
      margin-bottom: 0px;
  }

  .diy-slick-item img{
      height: 300px;
  }

  .reserve{
      width: 90%;
  }

  /*農村廚房*/
  .kitchen-item-pic{
      width: 100%;
  }

  .kitchen-item-pic img{
      height: unset;
  }

  .kitchen-item-pic1::after {
      width: 120px;
      height: 120px;
      bottom: -29px;
      right: -15px;
  }
  .kitchen-item-pic2::after {
      width: 120px;
      height: 120px;
      bottom: -29px;
      left: -15px;
  }

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

  
  /*聊吧頁面----------------*/
  .chatbar-item-pic, .chatbar-item-txt{
      width: 100%;
  }
  .chatbar-item-pic1::after {
      width: 120px;
      height: 120px;
      bottom: -29px;
      right: -15px;
  }
  .chatbar-item-pic2::after {
      width: 120px;
      height: 120px;
      bottom: -29px;
      left: -15px;
  }


  /*玩吧*/
  .play-item{
      flex-direction: column;
  }
  
  .play-item-txt{
      margin-left: 0px !important;
      width: 90%;
      margin-top: 20px;
  }

  .play-item-txt p{
      font-size: 1.55rem;
      text-align: justify;
  }


  /*冬山小旅行*/

  .travel-info {
      width: 90%;
  }

  .travel-info h3{
      font-size: 1.15rem;
  }

  .travel-info h3::after{
      width: 100%;
  }

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

  .Start::after,.Spot1::before,
  .Spot2::after,.Spot3::after{
      display: none;
  }

  .day-trip-info{
      flex-direction: column;
      margin-bottom: 100px;
  }
  .day-trip-info:nth-child(1){
      margin-top: 80px;
  }

  .day-trip-info:nth-child(1),
  .day-trip-info:nth-child(3),
  .day-trip-info:nth-child(5){
      flex-direction: column-reverse;
  }

  .day-trip-time-wrap:nth-child(1){
      justify-content: unset !important;
  }

  .day-trip-time-wrap{
      margin-top: 80px;
  }
  .day-trip-time-wrap, .day-trip-pic{
      width: 100%;
  }

  .start::after,.spot2::after,.spot4::after{
      width: 140px;
      height: 140px;
      right: -15px;
      bottom: -60px;
  }

  .spot1::after, .spot3::after{
      width: 140px;
      height: 140px;
      left: -15px;
      bottom: -60px;
  }

  .day-trip-time-wrap h5{
      font-size: 1.75rem;
      letter-spacing: 1px;
  }

  .day-trip-time-wrap span{
      font-size: 14px;
  }

  .day-trip-time-wrap p{
      font-size: 15px;
      text-align: justify;
  }

  .first::before{
      width: 88px;
      height: 28px;
      top: -44px;
      left: -12px;
      transform: rotate(0deg);
  }


  .day-trip-time-wrap:nth-child(2),
  .day-trip-time-wrap:nth-child(4){
      margin-top: 120px;
      margin-left: 0px !important;
  }

  .day-trip-info:nth-child(5){
      margin-bottom: 150px;
  }

  .travel-slider-wrap::before{
      width: 240px;
      height: 52px;
      top: -70px;
  }

  .travel-slider-item-text h5{
      font-size: 1.75rem;
  }

  .travel-slider-item-text p{
      font-size: 15px;
  }

  .apply-txt{
      background-color: #42a994d5;
  }

  .apply-txt h3{
      font-size: 1.25rem;
  }

  .apply{
      border-radius: 0px;
  }
  .apply-txt{
      bottom: 100px;
      border-top-right-radius: 0px;
  }

  .apply-txt p{
      font-size: 15px;
  }

  .travel-slider-item img, .travel-slider-item-text{
      width: 90%;
  }

  /*聯絡我們*/
  .c-map {
      padding-bottom: 50%;
  }

  .c-info ul{
      margin-top: 12px !important;
      padding-left: 0px !important;
  }

  /*農會服務*/

  #Service h5{
      font-size: 1.8rem;
  }

  #Service ol, #Service ul{
      padding-left: 15px;
  }

  #menu1 .service-item-inner ul li{
      font-size: 16px;    
  }

  #menu2 .card-link{
      margin-right: 20px;
  }

  #menu2 .card-link, .service-page .card-link{
      font-size: 18px;
      
  }

  #menu4 .card-header .card-link::after{
      top: 13px;
  }

  #collapse9 .sm table{
      width: 100%;
  }
  #collapse9 .sm table thead{
      background-color: #d0e1df;
      font-weight: 600;
      letter-spacing: 1px;
      vertical-align: middle;
      text-align: center;
  }

  #collapse9 .sm table thead > tr > td{
      font-size: 15px !important;
  }

  #collapse9 .sm table td{
      font-size: 14px;
      text-align: center;
  }

  #collapse9 .sm table td i{
      color: #42a995;
  }

  /*購物車dialog*/
  .cart-dialog-img{
      width: 80px;
      height: 80px;
      margin-right: 20px;
  }

  .cart-detail h5{
      font-size: 16px;
  }
  .cart-detail span{
      font-size: 14px !important;
  }

  header .col-10{
      padding-left: 0px !important;
  }

  .map_dialog .bar-icon{
      width: 50%;
      margin-bottom: 30px;
  }

  .bar-content-item{
      flex-direction: column;
  }

  .do-img, .kitchen-img{
      width: 98%;
  }

  .kitchen-img::after{
      width: 150px;
      height: 150px;
      right: -20px;
      bottom: -50px;
  }

  .do-img::after{
      width: 150px;
      height: 150px;
      left: -20px;
      bottom: -50px;
  }

    .do-ul{
      margin-top: 5px;
      padding-left: 5px;
    }
    
    .do-ul li{
     white-space: nowrap;
    }

    .modal-body .row{
      padding: 0px;
    }

    /*學吧dialog*/
  .bar-content-item img{
      width: 35%;
  }

  /*聯絡我們*/
  .c-info ul li{
      font-size: 16px;
      padding-bottom: 8px;
  }
    
  .cd-img{
      margin-left: 0;
      justify-content: space-around;
  }

  .cd-img img:nth-child(1), .cd-img img:nth-child(2){
      width: 45%;
  }

  .cd-img img:last-child{
      width: 97%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 12px;
  }

  .low{
      flex-direction: column-reverse;
  }
  .low-pic img{
      height: 100%;
  }
  .low-pic{
      margin-bottom: 20px;
  }
  .low-txt h4{
      font-size: 26px;
  }

  .low-txt .row{
      justify-content: center;
      align-items: unset;
  }

  .menu6_block_2name h5{
      width: 49%;
      text-align: center;
      font-size: 1.5rem !important;
  }
  .menu6_block_2name{
      justify-content: flex-start;
      flex-wrap: wrap;
  }

  .menu6-pg-link-wrap div{
      width: 45%;
      margin-bottom: 20px;
  }

} 


@media (max-width:700px) {
  .calendar-bg::before{
      position: absolute;
      content: '';
      background: url(../img/dobar-deco3.png) repeat center / contain;
      width: 100%;
      height: 60px;
      bottom: 0;
      left: 0;
      opacity: 0.3;
    }
    
  
}



/*首頁地圖*/
@media (max-width:560px) {
  .maplink.sweet, .maplink.i-bar, .maplink.le-bar, .maplink.fa-center, .maplink.log-center {
    width: 35px;
}

  .maplink{
      width: 45px;
  }

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

  .maplink.buybar {
      top: 20%;
      left: 33%;
  }
  
  .maplink.kitchen {
      top: 54%;
      left: 49%;
  }

  .maplink.learnbar {
      top: 36%;
      left: 49%;
  }

  .maplink.playbar {
      top: 32%;
      left: 58%;
  }

  .maplink.young-center {
    top: 63%;
    left: 88%;
}

  .purple{
      font-size: 13px;
  }
  .promotion{
      padding-bottom: 80px;
  }

  #News .form-inline label{
      font-size: 15px;
  }


  /*良食農創園區*/

  #agri-park .text-wrap{
      margin-top: 0px;
  }

  .park-title {
      width: 90%;
      position: relative;
  }
  .text-inner p:nth-child(1){
      margin-top: 20px;
  }
  
}


@media (max-width:576px){

  .album-inner{
      height: unset;
  }

  .album-inner img{
      height: auto;
  }

  .album-cover{
      height: auto;
  }
  
  .dobar-big-title span::before{
      left: -62px;
  }

  .dobar-big-title span::after{
      right: -60px;
  }

  .calendar-bg::before{
      position: absolute;
      content: '';
      background: url(../img/dobar-deco3.png) repeat center / contain;
      width: 100%;
      height: 50px;
      bottom: 0;
      left: 0;
      opacity: 0.3;
    }

  #Kitchen .dsfalunch-img{
      width: 90%;
  }

  .event-left{
      flex-direction: column;
      align-items: center;
  }

  .event-left .mr-3{
      flex-direction: row;
      margin-top: 20px;
  }

  .event-left .mr-3 .apply-more{
      margin-right: 20px;
      margin-bottom: 0px;
  }

  .pc-menber{
      display: none;
  }

  .sp-menber{
      display: block;
    }

  .menu6-pg-link-wrap div{
      width: 100%;
      margin-bottom: 20px;
  }


  #menu1 .service-item-inner{
      min-height: 180px;
  }

  .tf-slick-item img{
      height: 400px;
  }

  .tf-info-wrap, .new-dobar-info-wrap{
      position: relative;
      width: 100%;
      border-radius: 0px;
      top: 0;
      left: 0;
      transform: translate( 0, 0);
      background: #000;
  }

  .tf-info-wrap p, .new-dobar-info-wrap p{
      font-size: 16px !important;
      text-align: justify;
  }


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

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


  .park::before{
      width: 367px;
      height: 36px;
      top: -19px;
  }
  .park-row{
      padding: 10px 10px 30px 10px;
  }

  .park-slick-wrap{
      width: 120px;
      height: 120px;
      bottom: -48px;
      right: -22px;
  }

  .park-slick img{
      height: 110px;
  }

  .page-bg{
      height: 160px;
  }


}


@media (max-width:500px){
  .park::before{
      width: 312px;
      height: 36px;
      left: 17px;
      background: url(../img/d-park2.png) no-repeat center /cover;
  }
  
}



@media (max-width:480px){
  .park{
      width: 94%;
      margin-left: auto;
      margin-right: auto;
  }

  .fraud{
      height: 400px;
  }

  .f-img{
      width: 75%;
  }

  .pro-title-deco::before{
      display: none;
  }
  .pro-title-deco::after{
      background: url(../img/title-deco-05.png) no-repeat center /cover;
      animation: unset;
      width: 100%;
      height: 30px;
      top: 0;
      left: 50%;
      transform: translate(-50%,-141%);
  }

 
}


@media (max-width:460px){
  .site-mobile-menu .site-nav-wrap > li > ul > li > a{
      padding-left: 0px;
      margin-left: 37%;
  }

  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a{
      margin-left: 23%;
  }

  .nav-sm-a{
      padding-left: 5px !important;
  }



  #agri-park .pic-wrap::before{
      width: 180px;
      height: 40px;
  }
  .park-link a::before {
      right: -117px;
      top: -58px;
      width: 107px;
      height: 98px;
      animation: swing2 linear 2s infinite;
  }

 

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

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


  .news-link{
      position: relative;
  }

  .news-frame{
      padding: 15px 15px 30px 15px;
  }
 
  .news-info p{
      font-size: 15px;
  }
  .news-img span, .date-branch{
      font-size: 12px;
  }


  .date-branch span:nth-child(3){
      margin-top: 6px;
  }
  .news-more{
      font-size: 14px;
      font-weight: 600;
      bottom: 10px;
      position: absolute;
    }
  
    #News .container .col-12{
      padding-left: 0;
      padding-right: 0;
    }
    .news-img span{
      bottom: 16px;
    }

    .park-link a::after{
      display: none;
  }
}



@media (max-width:400px) {
  .calendar-bg::before{
      position: absolute;
      content: '';
      background: url(../img/dobar-deco3.png) repeat center / contain;
      width: 100%;
      height: 40px;
      bottom: 0;
      left: 0;
      opacity: 0.3;
    }

  #travel .container .row{
      margin-top: 30px !important;
  }
  .travel-title::before {
      left: -53px;
      bottom: -44px;
      width: 64px;
      height: 64px;
  }
  #travel .travel-text::before {
      left: 3px;
      top: -70px;
      width: 89px;
      height: 54px;
  }
  .travel-title::after {
      right: -54px;
      bottom: -65px;
      width: 64px;
      height: 69px;
  }



  .maplink{
      width: 40px;
  }

  .maplink.sweet,.maplink.i-bar,.maplink.le-bar,.maplink.fa-center,.maplink.log-center{
    width: 20px;
  }
  .maplink.le-bar {
    top: 46%;
    left: 82%;
}
.maplink.log-center {
  top: 36%;
  left: 80%;
}
.maplink.learnbar {
  top: 36%;
  left: 48%;
}
.maplink.kitchen {
  top: 54%;
  left: 47%;
}
.maplink.sgarden {
  top: 34%;
  left: 69%;
}
  /* .maplink.chatbar {
      top: 59%;
      left: 11%;
  }

  .maplink.buybar {
      top: 35%;
      left: 31%;
  }

  .maplink.learnbar {
      top: 52%;
      left: 40%;
  }

  .maplink.kitchen {
      top: 67%;
      left: 39%;
  }

  .maplink.playbar {
      top: 51%;
      left: 59%;
  }

  .maplink.plantbar {
      top: 69%;
      left: 60%;
  } */


  .delete-btn{
      margin-right: 0;
  }
  

  .delete-btn a{
      font-size: 14px;
  }

  .cart-dialog-img{
      width: 60px;
      height: 60px;
      margin-right: 15px;
  }

  #cart-dialog .quantity{
      width: 60px;
  }

  .map-close{
      width: 50px;
      height: 50px;
  }

  .do-img, .kitchen-img{
      width: 100%;
  }

  .kitchen-img::after{
      width: 120px;
      height: 120px;
      right: -12px;
      bottom: -70px;
    }

    .do-img::after{
      width: 120px;
      height: 120px;
      left: -12px;
      bottom: -70px;
    }

    .park::before{
      width: 255px;
      height: 27px;
      left: 17px;
  }
  .park::after{
      font-size: 14px;
      right: 12px;
  }

  .park-link a::before {
      right: -84px;
      top: -64px;
      width: 85px;
      height: 77px;
      animation: swing2 linear 2s infinite;
  }

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

  .park-link a::after{
      display: none;
  }



  ul.timeline:before{
      left: 10px;
  }
  ul.timeline > li:before{
      left: 2px;
  }
  ul.timeline{
      padding-left: 20px;
  }
  ul.timeline > li{
      padding-left: 10px;
  }
}

