body{
  background-color: #FCF8F4;
}
.header{
  background-color: #ffffff;
}


/* banner-start */
.bannercontainer{
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
/* banner-end */


/* 活動專區-start */
#activity{
  padding: 100px 0 80px 0;
  border-radius: 50px 50px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  background-color: #FCF8F4
}
.activitycontainer .title{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.activitycontainer .title h2{
  font-size: 23px;
  color: #7B2B26;
  line-height: 30px;
  text-transform: uppercase;
}
.activitycontainer .title h3{
  font-size: 25px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-top: 0;
}
.activitycontainer .title .learnmore-btn{
  padding-bottom: 10px;
}
.activitycontainer .title .learnmore-btn a{
  display: inline-block;
  width: 150px;
}
.actswiper .swiper-slide ul{
  display: flex;
  column-gap: 3em;
}
.activitycontainer .actswiper-pagination{
  justify-content: center;
  margin-top: 25px;
  display: flex;
  column-gap: 0.5em;
}
.activitycontainer .actswiper-pagination .swiper-pagination-bullet{
  background: #7B2B26;
  width: 10px;
  height: 10px;
}
.activitycontainer .learnmore-btn2{
    display: none;
}

img.k-img2{
	border-radius:24px;
}


/* .activitycontainer .learnmore-btn2 a{
  display: inline-block;
  width: 150px;
} */
/*圖片懸浮放大
/* .actswiper .swiper-slide a{
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.actswiper .swiper-slide img{
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}
.actswiper .swiper-slide img:hover{
  transform: scale(1.1);
} */

/* 活動專區-end */


/* 精選項目-start */
#selected{
  padding: 70px 0;
  background-color: #ffffff;
  border-radius: 50px 50px 0 0;
}
.selectcontainer{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.selectcontainer h2{
  font-size: 23px;
  color: #7B2B26;
  line-height: 30px;
  text-transform: uppercase;
}
.selectcontainer h3{
  font-size: 25px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
}
.selectcontainer .row{
  margin-top: 60px;
}
.select-left>ul>li{
  font-size: 18px;
  color: #A7B0B5;
  line-height: 40px;
  cursor: pointer;
  padding-left: 10px;
  position: relative;
}
.select-right{
  display: flex;
  flex-direction: column;
  row-gap: 6em;
}
.select-right .selected-box{
  margin-bottom: 50px;
}
.select-right .selected-box>ul{
  display: flex;
  justify-content: space-between;
}
.select-right .selected-box>ul>li{
  width: 50%;
}

.select-right .selected-box>ul>li img{
	border-top-left-radius:40%; border-top-right-radius:40%;
}


.select-right .selected-box>ul>li>h4{
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
}
.select-right .selected-box>ul>li>h4::before{
  content: '';
  width: 2px;
  height: 30px;
  background-color: #7B2B26;
  position: absolute;
  top: 2px;
  left: 0;
}
.select-right .selected-box>ul>li>p{
  font-size: 18px;
  color: #777777;
  line-height: 35px;
  margin-top: 30px;
}
.select-right .selected-box>ul>li .learnmore-btn{
  float: right;
  margin-top: 53%;
  width: 30%;
}

.select-right{
  display: none;
}
.select-right.cur{
  display: block;
}
.select-left>ul>li.cur{
  color: #7B2B26;
  font-weight: bold;
}
.select-left>ul>li.cur::before{
  content: '';
  width: 2px;
  height: 15px;
  background-color: #7B2B26;
  position: absolute;
  top: 12px;
  left: 0;
}

.select-right .selected-box>ul>li:first-child{
  order: 1;
}
.select-right .selected-box>ul>li:last-child{
  order: 2;
}
.select-right>div:nth-child(2) .learnmore-btn{
  float: left !important;
}
.select-right .selected-box>ul>li .learnmore-btn{
  display: block;
}
.select-right .selected-box>ul>li .learnmore-btn2{
  display: none;
}
/* .select-right .selected-box>ul>li .learnmore-btn a{
  display: inline-block;
  width: 150px;
} */
/* .select-right .selected-box>ul>li .learnmore-btn2 a{
  display: inline-block;
  width: 150px;
} */

/* 精選項目-end */


/* 聯絡我們 */
#index-contact{
  padding-top: 50px !important;
  border-radius: 50px 50px 0 0;
  margin-top: -30px;
  background-color: #FCF8F4;
}


/* 手機端 */
@media screen and (max-width:768px) {
  .bannercontainer{
    margin-top: 0;
  }
  .mobilecontainer{
    background-color: #ffffff;
  }

  /* 活動專區 */
  #activity{
    padding: 20px 0 50px 0;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
  .activitycontainer .title .learnmore-btn{
    display: none;
  }
  .activitycontainer .title{
    justify-content: center;
    margin-bottom: 20px;
  }
  .activitycontainer .title h2{
    text-align: center;
  }
  .activitycontainer .title h3{
    font-size: 23px;
    text-align: center;
  }
  .actswiper .swiper-slide ul{
    column-gap: 10px;
  }
  .activitycontainer .actswiper-pagination{
    margin-top: 15px;
  }
  .activitycontainer .learnmore-btn2{
    display: block;
    margin-top: 3%;
    margin-left: 70%;
    width: 25%;
  }

  /* 精選項目 */
  #selected{
    border-radius: 20px 20px 0 0;
    padding: 20px 0 30px 0;
  }
  .selectcontainer h2{
    text-align: center;
  }
  .selectcontainer h3{
    text-align: center;
    margin-top: 0;
  }
  .selectcontainer .select-left>ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .select-left>ul>li.cur::before{
    display: none;
  }
  .selectcontainer .row{
    margin-top: 20px;
  }
  .selectcontainer .select-left{
    margin-bottom: 0px;
  }
  .select-right .selected-box>ul{
    flex-direction: column;
    row-gap: 1em;
  }
  .select-right .selected-box>ul>li{
    width: 100%;
  }
  .select-right .selected-box>ul>li:first-child{
    order: 2;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .select-right .selected-box>ul>li:last-child{
    order: 1;
  }
  .select-right>div:nth-child(2)>ul>li:last-child{
    order: 2;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .select-right>div:nth-child(2)>ul>li:first-child{
    order: 1;
    width: 100%;
  }
  .select-right .selected-box>ul>li .learnmore-btn{
    display: none;
  }
  .select-right .selected-box>ul>li .learnmore-btn2{
    display: block;
    margin-top: 20px;
    width: 40%;
    margin-left: 29%;
  }

  .select-right .selected-box>ul>li>h4{
    text-align: center;
  }
  .select-right .selected-box>ul>li>p{
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px;
  }
  .select-right .selected-box>ul>li>h4::before{
    left: 20%;
  }

  #index-contact{
    padding-top: 30px !important;
    border-radius: 20px 20px 0 0;
  }

}