@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin: 0; padding: 0;}


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER {min-width: inherit;padding-bottom: 10vw;  background: url(mbgrepeat.jpg?t=1750405180713)repeat-y center; background-size: 100%; z-index: 0;}
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1750405180713) no-repeat center top;}
.bgdeco { z-index: -1; position: absolute; top:0px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url("bgrepeat.jpg?t=1750405180713") repeat-y center top; pointer-events: none;}
.deco_01 { z-index:1; position:absolute; top:0px; left:0; width:100%; min-width: 1220px; height: 100%;  background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.deco_02 { z-index:-1; position:absolute; top:600px; left:0; width:100%;min-width: 1220px; height: 100%;  background-repeat:repeat-y; background-position: center top; pointer-events:none;}

@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.png?t=1750405180713) no-repeat center 44px; background-size: 100%;}
  .deco_01 {z-index: 99;position:absolute;top:0;left: -5vw;/* width:100%; */height: 3%;/* background-repeat:no-repeat; *//* background-position: center top; */pointer-events:none;width: 80%;}
  .deco_02 { z-index:2; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
  
}


/*公版三角按鈕*/
.PD_layout[data-pd-btn*="icon-2"][data-pd-btn*="bottom"][data-pd-btn*="right"] .PD .PD_btn b::before {
    border-radius: 4em !important;
}
.PD_layout[data-pd-btn*="icon-2"][data-pd-btn-pdgo] .PD .PD_btn b::before {
    z-index: -1;
    position: absolute;
    top: 0 !important;right: 0!important;}
@media screen and (max-width:767px){
.PD_layout[data-pd-btn*="icon-2"][data-pd-btn*="bottom"][data-pd-btn*="right"] .PD .PD_btn b::before {
    border-radius: 4em !important;
}

.PD_layout[data-pd-btn*="icon-2"][data-pd-btn-pdgo] .PD .PD_btn b::before {
    z-index: -1;
    position: absolute;
    top: -1vw !important;right: 2vw !important;}
}

/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area1220 { margin: 0 auto; width: 1220px; position: relative;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}

  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 3vw;}
}

/*公版*/
/*
.PD_layout h3 {background: none;background-image:repeating-linear-gradient(90deg, rgb(226 204 152) -1%, rgb(210 174 88) 101%);border-radius: 100px;}
.PD_layout ul li { border-radius: 20px;}
@media screen and (max-width:767px){
  .PD_layout ul li { border-radius: 15px;}
}
*/




/*版頭*/
.Area_top {position: relative;height:485px;}

.Area_top .list {position: absolute;top:50px;left:950px;}
 .Area_top .PD_layout ul { padding-left: 0.1em !important;padding-right: 0.1em !important;}
/*取消公版白底*/
.Area_top .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area_top .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
/*主標*/
.Area_top .toptitle {position: absolute;top: 184px;left: 350px;width: 50%;}
.Area_top .toptitle img{width: 80%;}

/*副標*/
.Area_top .subtitle {position: absolute;top: 356px;left: 390px;width: 40%;}
.Area_top .subtitle img{width: 80%;}

@media screen and (max-width:767px){
  .Area_top {height: 41vw;}

  .Area_top .list {position: absolute;top:3vw;left:76vw;width: 25%;}
  .Area_top .PD_layout ul { padding-left: 0.1em !important;padding-right: 0.1em !important;}	
  /*主標*/
  .Area_top .toptitle {position: absolute;top: 31vw;left: 12vw;width: 80%;}

  /*副標*/
  .Area_top .subtitle {position: absolute;top: 52vw;left: 18vw;width: 64%;}
  .Area_top .subtitle img{width: 80%;}
	
  .Area_top .PD_layout[data-pd-btn*="icon-4"][data-pd-btn-pdgo] .PD .PD_btn{display: none;}
  .Area_top .PD_layout[data-pd-direction="row"] .PD_into, .PD_layout[data-pd-direction="row-reverse"] .PD_into { margin-left: -9vw;}
  .Area_top .PD_layout[data-pd-direction="row"] .PD_into, .PD_layout[data-pd-direction="row-reverse"] .PD_into{width: 46% !important;}
  .Area_top .m_deco01 {position:absolute;left:0;top:0vw;z-index:5; pointer-events: none;}
  .Area_top .m_deco02 {position:absolute;left:0;top:0vw;z-index:5; pointer-events: none;}
  /*取消公版白底*/
  .Area_top .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area_top .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}	
 

  /*提醒我按鈕*/
a.mo_remind_btn { z-index:10; position: absolute; right: 0; top:55vw; width: 17%;}
}


/*攻略*/
.Area01 { padding-bottom: 50px;height:auto; }
.Area01 .txt {font: bold 45px/20px "微軟正黑體","Microsoft JhengHei", Century Gothic;z-index: 2}
.Area01 .Area01_bg {position: absolute;top:-65px;left:-2px;z-index:-1;width: 100%;}
.Area01 .list {display: flex;flex-wrap: nowrap;margin-left: 145px;margin-top: 85px; }
.Area01 .list01 {padding: 10px;}
.Area01 .list02 {padding: 10px;}
.Area01 .list03 {padding: 10px;}
.Area01 .top {width: 97%;margin-left: 10px;}

/*輪播*/
.Area01_list{position: relative;width:960px;display: flex;flex-direction: row;flex-wrap: nowrap;gap:10px ;}
.topPD ,
.topPD2,
.topPD3{position:relative;width: 33%;} 



.Area01 .topPD ul.PD_wrapper li.swiper-slide-active,
.Area01 .topPD2 ul.PD_wrapper li.swiper-slide-active,
.Area01 .topPD3 ul.PD_wrapper li.swiper-slide-active{z-index: 10}

.Area01 .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%;}
.Area01 .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; }
.Area01 .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	



.Area01 .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%;}
.Area01 .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area01 .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	



.Area01 .topPD3 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%;}
.Area01 .topPD3 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area01 .topPD3 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	

/*取消公版白底*/
.Area01 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area01 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
@media screen and (max-width:767px){
  .Area01_list{position: relative;width:100%;display: flex;flex-direction: row;flex-wrap: nowrap;gap:2vw;}
.Area01 {background: none;padding-bottom: 5vw;height:42vw;}
.Area01 .txt {font: bold 5vw/2vw "微軟正黑體","Microsoft JhengHei", Century Gothic;z-index: 2;}
.Area01 .Area01_bg {position: absolute;top:-7vw;left:0vw;z-index:-1;width: 100%;}	
.Area01 .list {display: flex;flex-wrap: nowrap;margin-left: 50vw;margin-top: 15vw; }
.Area01 .list01 {padding: 2vw;}
.Area01 .list02 {padding: 2vw;}
.Area01 .list03 {padding: 2vw;}
.Area01 .top {width: 100%;margin-left: 0;}

/*輪播*/

.Area01 .topPD {position: absolute; top: 27vw; right: 66.3vw;z-index: 1 }
.Area01 .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area01 .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area01 .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
.Area01 .topPD .PD_layout .PD_img {width:70% !important; position:absolute;left:0;}		
.Area01 .topPD {width: 33.3%;}	
.Area01 .topPD .PD_layout	.PD img{width: 96%;}	
	
.Area01 .topPD2 {position: absolute; top: 27vw; right: 33.3vw;z-index: 1 }
.Area01 .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area01 .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area01 .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
.Area01 .topPD2 .PD_layout .PD_img {width:70% !important; position:absolute;left:0;}		
.Area01 .topPD2 {width: 33.3%;}		
.Area01 .topPD2 .PD_layout	.PD img{width: 96%;}
	
.Area01 .topPD3 {position: absolute; top: 27vw; right: 0.3vw; z-index: 1 }
.Area01 .topPD3 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area01 .topPD3 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area01 .topPD3 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
.Area01 .topPD3 .PD_layout .PD_img {width:70% !important; position:absolute;left:0;}
.Area01 .topPD3 .PD_layout	.PD img{width: 96%;}
.Area01 .topPD3 {width: 33.3%;}		
/*取消公版白底*/
.Area01 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area01 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
}

/*2.限時活動*/
.Area02 {height: auto}
/*取消公版白底*/
.Area02 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area02 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
.Area02 .Area02_title {width: 100%;margin-left:0;margin-top: 0; }
.Area02 .box {background: url("Area02_center.png?t=1750405180713")top center repeat-y;}
.Area02 .bg {position: absolute;top: -24px;left: 50%;transform: translateX(-50%);pointer-events: none;}
.Area02 .danji_box {width: 72% !important;}
.Area02 .Area_coupon {width: 95%;margin-top: 20px;overflow: hidden;margin-left: 25px;}
.Area02 .Area_coupon .PD_wrapper {display: flex;}
.Area02 .box .tag { padding: 0;}
.Area02 .box .tag ul { margin: 0; padding: 25px 0 0 97px; display: flex; flex-wrap: wrap;}
.Area02 .box .tag a img { width: 100%;}
.Area02 .box .tag a { width: 44%; margin: 0 0.5% 2%;}
	
@media screen and (max-width:767px){
  .Area02 { padding-bottom: 0; height: auto;}
  .Area02 .Area02_title {width:80%;margin-left: -5vw;margin-top: 5vw;}
  .Area02 .danji_box {width: 95% !important;}
  .Area02 .Area_coupon {width: 100%;margin-top: 2vw;overflow: hidden;margin-left:0vw;}
  .Area02 .box .btn02 {position:absolute;left:-50vw;width: 150%;top:4vw;}	
  .Area02 .Area_coupon .PD_wrapper {display: flex;}
  	/*取消公版白底*/	
  .Area02 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area02 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
  .Area02 .box .tag { position: relative; margin-bottom:0; }
  .Area02 .box .tag ul { flex-wrap: wrap;padding: 4vw 0 0 0;;}
  .Area02 .box .tag a { width: 50%; margin: 0;}	
}




/*.輪播BN*/
.Area03 { padding-bottom: 50px; margin-top: 50px ; }
/*取消公版白底*/
.Area03 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area03 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
.Area03 .box_swiper {position: relative;overflow: hidden;width:75%;margin: 0 auto;/* height: 410px; */}
.Area03 .box_swiper ul.PD_wrapper {display: flex;flex-wrap: nowrap;margin: 0;padding: 0;width: 100%;box-sizing: content-box;grid-gap: inherit;height:270px;}
.Area03 .box_swiper ul.PD_wrapper li {flex-shrink: 0;margin: 0;padding: 0;border: none;border-radius: 20px; }
.Area03 .box_swiper .PD_slide { min-width: inherit;}
.Area03 .box_swiper .PD_slide img {width: 100%;}
.Area03 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0!important;}
.Area03 .box_swiper .PD_layout .PD img{ border-radius: 20px;}
.Area03 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top:245px;}
@media screen and (max-width:767px){
  .Area03 { padding-bottom: 5vw; margin-top: 5vw ; }
  .Area03 .box_swiper {width: 95%;height: auto;padding: 0 2%;box-sizing: border-box;overflow: hidden;}
  .Area03 .box_swiper ul.PD_wrapper {padding: 0 0 4%;height: 33vw;}
  .Area03 .box_swiper ul.PD_wrapper li {height:100%;}
  .Area03 .box_swiper .PD_slide img {width: 98%;}
  .Area03 .box_swiper .PD_layout .PD img{ border-radius: 2vw;}	
  .Area03 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top:50vw;}
	/*取消公版白底*/	
  .Area03 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area03 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
}

/*品牌主打品*/
.Area04 { padding-bottom: 50px;}
.Area04 .title {width: 100%;margin-left: 0;margin-top:0;}
.Area04 .box_swiper .PD_layout .PD_slide .PD_slide_bg {object-fit: contain;width: 100%;height:100%;z-index: -1}
.Area04 .box_swiper .PD_layout .PD_slide {background-color: rgba(0, 0, 0, 0) !important;}
.Area04 .box_swiper .PD {width: 100%;height: 100%;position: absolute;top:4px;}
.Area04 .box_swiper .PD_layout .js-PD_txt1 {font: bold 40px/20px Century Gothic;color:#225640;margin-top: 55px; }
.Area04 .box_swiper .PD_layout .js-PD_txt2 {font: bold 35px/20px Century Gothic;color:#313834;margin-top: 20px;  }
.Area04 .PD_layout[data-pd-fs-pc="500"] {width: 75%;}
.Area04 .PD_layout[data-pd-img="0"] .PD_img {padding: 0 0 0 0;}
.Area04 .PD_layout .PD_into {justify-content: center;}
/*取消公版白底*/
.Area04 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area04 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
@media screen and (max-width:767px){
.Area04 {padding-bottom:0;}
.Area04 .title {width: 80%;margin-left: 10vw;margin-top: 10vw;}
.Area04 .box_swiper .PD_layout .PD_slide .PD_slide_bg {object-fit: contain;width: 100%;height:100%;z-index: -1}
.Area04 .box_swiper .PD_layout .PD_slide {background-color: rgba(0, 0, 0, 0) !important;}
.Area04 .box_swiper .PD {width: 100%;height: 100%;position: absolute;top:0vw;}
.Area04 .box_swiper .PD_layout .js-PD_txt1 {font: bold 5vw/2vw Century Gothic;color:#225640;margin-top: 5vw; }
.Area04 .box_swiper .PD_layout .js-PD_txt2 {font: bold 5vw/2vw Century Gothic;color:#313834;margin-top: 4vw;  }
.Area04 .box_swiper .PD_layout .PD img{ border-radius: 2vw;}	
.Area04 .PD_layout[data-pd-fs-pc="500"] {width: 100%;}
.Area04 .PD_layout[data-pd-img="0"] .PD_img {padding: 3vw 0 0 1vw;}


/*取消公版白底*/	
.Area04 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area04 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
}

/*Area_K1*/
.Area_K1 h3 { color: #fff; margin: 0; padding: 0}
  @media screen and (min-width:768px){ 
    .Area_K1 { width: 900px; overflow: hidden; background-color: #555; padding: 20px 0 ; border-radius: 1em } 
    .Area_K1 h3 { color: #fff; margin: 0 auto 20px; padding: 0}
  }
  @media screen and (max-width:767px){
    .Area_K1 { width: 100%; overflow: hidden; background-color: #555; padding: 5vw 0 ; border-radius: 1em } 
    .Area_K1 h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
  }



/*頁籤公版*/
.Area05 { height:1160px;position:relative; margin:0 auto; box-sizing:border-box;padding:0 0 0 0;background: url(Area05_bg.png?t=1750405180713)top center no-repeat;background-size: 94%;overflow: hidden;}
.Area05 .box {background:none;margin-top:150px;margin-left: 16px;width: 95%;}



@media screen and (max-width:767px){
.Area05 {height:155vw; padding:0;  padding-bottom:0vw;;box-sizing:border-box;;background: url(m_Area05_bg.jpg?t=1750405180713)top center no-repeat;background-size: 100%;}
.Area05 .box {margin-top:20vw;margin-left: -3vw;width:105%;}

}


/*銀行*/
.Area06 { padding-bottom: 50px; margin-top: 50px ; }
.Area06 { height:200px;position:relative; margin:0 auto; box-sizing:border-box;padding:0 0 0 0;background: url(Area06_bg.png?t=1750405180713)top center no-repeat;background-size: 75%;overflow: hidden;}
/*.輪播BN*/
.Area06 .box_swiper {position: relative;overflow: hidden;width:65%;margin: 10px 0 10px 240px;/* height: 410px; */}
.Area06 .box_swiper ul.PD_wrapper {display: flex;flex-wrap: nowrap;margin: 0;padding: 0;width: 100%;box-sizing: content-box;grid-gap: inherit;height:175px;}
.Area06 .box_swiper ul.PD_wrapper li {flex-shrink: 0;margin: 0;padding: 0;border: none;border-radius: 20px; }
.Area06 .box_swiper .PD_slide { min-width: inherit;}
.Area06 .box_swiper .PD_slide img {width: 100%;}
.Area06 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0!important;}
.Area06 .box_swiper .PD_layout .PD img{ border-radius: 10px;}
/*取消公版白底*/
.Area06 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area06 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
@media screen and (max-width:767px){
.Area06 { padding-bottom: 5vw; margin-top: 5vw ; }
.Area06 { height:50vw;position:relative; margin:0 auto; box-sizing:border-box;padding:0 0 0 0;background: url(m_Area06_bg.png?t=1750405180713)top center no-repeat;background-size: 100%;overflow: hidden;}	
  /*.輪播BN*/
  .Area06 .box_swiper {width:80%;height: auto;box-sizing: border-box;overflow: hidden;margin: 3vw 0 0 14vw;}
  .Area06 .box_swiper ul.PD_wrapper {padding: 0 0 4%;height: 27vw;}
  .Area06 .box_swiper ul.PD_wrapper li {height:15vw;}
  .Area06 .box_swiper .PD_slide img {width: 100%;}
  .Area06 .box_swiper .PD_layout .PD img{ border-radius: 2vw;}	
  .Area06 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area06 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
}


/*館連結*/
.Area07 {margin-top: 50px ; }
.Area07 .btn {margin-bottom: 0;width: 100%;}
@media screen and (max-width:767px){
.Area07 {margin-top: -5vw ; }
.Area07 .btn {margin-bottom: 2vw;width: 80%;margin-left: 10vw;}	
}



/*介紹區*/
.Area08 { padding-bottom: 50px; margin-top: 50px ; background: url("bg03_repeat.png?t=1750405180713")top center repeat-y;}
.Area08 { height:1840px;position:relative; margin:0 auto; box-sizing:border-box;padding:0 0 0 0;overflow: hidden;}
.Area08 .title {margin-bottom:0;width: 100%;margin-left:0;margin-top: 50px}
/*取消公版白底*/
.Area08 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area08 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}

/*.輪播BN*/
.Area08 .box_swiper { position: relative; overflow: hidden; width: 70%; margin: 0 auto;}
.Area08 .box_swiper ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0;width: 100%; box-sizing: content-box; height: 245px; grid-gap: inherit;}
.Area08 .box_swiper ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; border: none;}
.Area08 .box_swiper .PD_slide { min-width: inherit;padding-bottom: 10px;}

@media screen and (max-width:767px){
.Area08 { padding-bottom: 5vw;  height:260vw;background: url("bg03_repeat.png?t=1750405180713")top center repeat-y;}
.Area08 .title {margin-bottom: 2vw;width: 80%;margin-left:10vw; }	
 /*.輪播BN*/
.Area08 .box_swiper { width: 100%; height: auto; padding: 0; box-sizing: border-box;}
.Area08 .box_swiper ul.PD_wrapper { padding: 0 0 10%; height: 34vw;}

	.Area08 .PD_wrapper {background-color: rgba(255,255,255,0.00);}
	.Area08 .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}

}

/*隱鑶*/
.for_pc {}
.for_phone { display: none !important;}
	@media screen and (max-width:767px){
		.for_pc { display: none !important;}
		.for_phone { display: inherit !important;}
	}
  
/*分享浮層*/
.floatBox { position:relative; margin:2% auto; padding: 2% 0; width: 700px; height:auto; background-color:rgba(0,0,0,0.8); text-align:center;  border-radius:20px;}
.floatBox img { width:100%; height:auto;}
.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.floatBox .closeButton a { display:block; cursor:pointer; position:absolute; top:-20px; right:-20px; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
.floatBox .closeButton:hover {background-color:#666; text-decoration:none;}
.floatBox .title  { display:inline-block; margin:0 0 10px 0; border-bottom:1px solid #ffd800; font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;  color:#ffd800; text-align:center}
.floatBox .box_ { margin:0 auto; width:90%;}
.floatBox .box_:after { content: ""; display:block; clear:both;}
.floatBox .box_btn { margin:20px auto 0; width: 80%;}
.floatBox .box_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { float:left; margin:0 1%; width:48%;}
	@media screen and (max-width:767px){
		.floatBox { padding:5% 0; width:90%; height: auto;}
		.floatBox .closeButton a {display:block; position:absolute; top:-15px; right:-15px; width:30px; height:30px; border-radius:50%; border:solid 2px #999999; font:bold 30px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
		.floatBox .closeButton:hover {background-color:#666; text-decoration:none}
		.floatBox .title  { margin:0 5% 3vw; font-size: 6vw; line-height:2rem;}
		.floatBox .box_btn { margin:2% auto 0;}
		.floatBox .box_btn .btn { margin:0 auto; width:80%;}
	}
	
