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

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


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; text-align:left; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}

	@media screen and (max-width:767px){
		.WRAPPER {  }
	}


/*預設清單樣式*/
.Area .list_00 ul {display:inline-block; margin:0; padding:0;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100%; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}


/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
	}



/*區塊_all*/
.Area1220 { margin:0 auto; width:1220px;}
.Area960 { margin:0 auto; width:960px;}
.Area { position: relative;  padding:0; border-radius:0; text-align:center; }
.Area a { position:relative; 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);}
		  
		  
.WRAPPER .go_bt1 {
  -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;}
.WRAPPER .go_bt1:hover { 
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);}
		  
		  
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
		.Area .go_bt:hover {  
			-webkit-transform:none;
			-moz-transform:none;
			-ms-transform:none;
			-o-transform:none;
			transform:none;}
	}


/*底部間距*/
@media screen and (min-width: 768px) {
.Area_bottom{margin-bottom: 80px;}
}

@media screen and (max-width: 767px) {
.Area_bottom{margin-bottom: 8vw;}
}

/*標題*/@media screen and (min-width:767px){
.Area_top .title {position: absolute;top: 170px;left: 0;width: 785px;z-index: 2}
}

    @media screen and (max-width:767px){	
	.Area_top .title .PD_layout ul {padding: 0;}	
}
/*版頭輪播品*/
.Area_top{height: 600px;}
.Area_top .topPD { position: absolute; top: 100px; left: 610px; width: 648px;}
.Area_top .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box;}
.Area_top .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_top .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .topPD .PD_layout .PD_img { display: block;}
.Area_top .topPD .PD_layout .PD_into { display: none;}

.Area_top .topPD .PD_layout .PD_slide{min-width:100%!important;}
.Area_top .topPD .PD_layout ul{grid-gap:0px!important;}

    @media screen and (max-width:767px){
		.Area_top{height: 101.5vw;}		
		.Area_top .topPD {width: 100%;top: 10vw;left: 2vw;}
		.Area_top .topPD .PD_layout .PD_img { display: none;}
		.Area_top .topPD .PD_layout .PD_into { display: block;}
    }

/*版頭輪播品*/
.Area_top .topPDc { position: absolute; top: 100px; left: 610px; width: 648px;}
.Area_top .topPDc ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box;}
.Area_top .topPDc ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_top .topPDc ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .topPDc .PD_layout .PD_img { display: block;}
.Area_top .topPDc .PD_layout .PD_into { display: none;}

.Area_top .topPDc .PD_layout .PD_slide{min-width:100%!important;}
.Area_top .topPDc .PD_layout ul{grid-gap:0px!important;}

    @media screen and (max-width:767px){
		.Area_top .topPDc { width: 100%;top:0;left:1vw;}
		.Area_top .topPDc .PD_layout .PD_img { display: none;}
		.Area_top .topPDc .PD_layout .PD_into { display: block;}
    }



/*主打品輪播*/
.Area_hotpd {height: 1200px;}
.Area_hotpd .PD_layout {width:100%;left:0;overflow:hidden;}
.Area_hotpd .PD_layout ul {display: flex!important;padding: 0!important;margin: 0!important}
.Area_hotpd .PD_layout ul li img {width:100%;}
.Area_hotpd .Area_boxstyle_pagination{top:812px;}
.Area_hotpd .Area_swiper_box ul li{width: 1218px!important;margin-right: 5px!important;}

.swiper-pagination-bullet{background: #fff!important;}
@media screen and (max-width:767px){
  .Area_hotpd {height: 100vw;}
  .Area_hotpd .Area_swiper_box ul li{width: 100%!important;margin-right: 0px!important;}
  .Area_hotpd .PD_layout ul li img {width:95%;}
  .Area_hotpd .Area_boxstyle_pagination{top:260px;}
}


/*BN輪播*/
.Area_banner_swiper .box_PD .Area_swiper { }
.Area_banner_swiper .box_PD .Area_swiper ul {margin: 0;padding: 0;}
.Area_banner_swiper .box_PD .Area_swiper ul li {}
.Area_banner_swiper .box_PD .Area_swiper img {border-radius: 10px;}

    @media screen and (max-width:767px){
    .Area_banner_swiper .box_PD .Area_swiper { z-index: 2;  width:90%; margin:auto;}
    .Area_banner_swiper .box_PD .Area_swiper ul li {border: none;}
    }
    /*輪播公板調整*/
    .Area_banner_swiper .box_PD .PD_layout {}
        @media screen and (max-width:767px){
         .Area_banner_swiper .box_PD .PD_layout .PD_logo { z-index: 5; }
        }
        /*輪播特效*/
        @media screen and (min-width:768px){
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_img { opacity: 0;  }
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide-active .PD_img { opacity: 1; transition: 1s ease-out; }
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_logo {display: none;}
        }
        @media screen and (max-width:767px){
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_logo { opacity: 0; transition: .2s ease-out; }
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide-active .PD_logo { opacity: 1;transition:transform 1s ease-out,opacity 1s ease-out; }
            .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_img {display: none;}
        }



/*PC+MB_登記說明文(不會有間距)*/
@media screen and (min-width:768px){
	.Area_danji .warningTxt h3 {color: #fff;text-align: center;font-size: 1rem; line-height: 1.5em; font-weight: 400; margin: 0;}
 }
/*padding: 2rem 0 1.5rem*/

@media screen and (max-width:767px){
.Area_danji .warningTxt h3 {color: #fff;text-align: center;font-size: 0.8rem; line-height: 1.5em; font-weight: 400; margin: 0}
 }
/*padding: 1rem 0 0.4rem*/


/*1帶2公版*/
.Area1B2PD {}
.Area1B2PD .colorbg{ position: absolute; width: 1218px;top: 193px; margin: 0 auto; background-color: #e0c596; height: 1830px; z-index: -1;}
.Area1B2PD .box{ padding: 50px 0 0 0;margin: 0; }
.Area1B2PD .Area_1bn2{ width: 50%; float: left;margin-bottom: 80px;}
.Area1B2PD .Area_1bn2 ul{ padding-left: 10px; padding-right: 10px;}
.Area1B2PD .box .Area_1bn2 .PD_img img { width: 100%;}

@media screen and (max-width:767px){
  .Area1B2PD {  margin: 0; height: auto;}
  .Area1B2PD .box{ padding: 0;}
  .Area1B2PD .Area_1bn2{ width: 100%; float: left;margin-bottom: 0;}
  .Area1B2PD .Area_1bn2 ul{ padding-left: 0; padding-right: 0;}
  .Area1B2PD .box .Area_1bn2 .PD_img img { border-radius:0; }
  .Area1B2PD .box .Area_1bn2 { width: 93%;float: none;margin: 0 auto; margin-bottom: 5vw;}
}


/*1+2線上入字公版調整*/
@media screen and (min-width:768px){
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into,.PD_layout ul.PD_wrapper li:first-child .PD_into h3{ display: block!important; }	
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into{ position: absolute; left: 7%;top: 13%;}	
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_logo{ width: 100%;padding: 0 8%;height: 53px;display: block!important; }	
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li.PD_slide:first-child { padding: 0;height: 190px; background: url("Area_1bn2_bg.png?t=1675421362055") center top / 100% no-repeat scroll;}
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img { position: relative;top: -34px;padding: 0; height: auto;}
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img img { width: 100%;padding: 0 3% 0 60%;border-radius:0; }	
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD h3 {  position: relative;left: 0;font-size: 2em; background-image: repeating-linear-gradient(179deg,  #ffffff 10%, rgb(188 188 188) 109%)!important;-webkit-background-clip: text;  -webkit-text-fill-color: transparent;}	
.PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD p { color: #fff;font-size: 1.2em;}
}

@media screen and (max-width:767px){

  .Area_1bn2 ul li:first-child { height: auto; width: 100%;}
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li.PD_slide:first-child { padding: 0;height: 35vw; background: url("Area_1bn2_bg.png?t=1675421362055") center 70% / 100% no-repeat scroll;}
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into{ position: absolute; left: 6%;top: 23%;}	
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img { position: absolute;top: -9%;display: block!important; }
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img img { width: 100%;padding: 0 3% 0 60%; }	
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_logo img { position: relative;width: 50%;right: 20%;padding: 0; }
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD h3 {  position: relative;left: 0;font-size: 1.3em; top: -3vw;width: 62%;background-image: repeating-linear-gradient(179deg,  #ffffff 10%, rgb(166 166 166) 109%)!important;-webkit-background-clip: text;  -webkit-text-fill-color: transparent;}	
  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD p { color: #fff;font-size: 1.1em;}
}






/*1帶4公版(直式)*/
.Area_1b4PD{margin-top: 50px; margin-bottom: 50px;}
.Area_1b4PD .box .PD_layout{margin-top: 50px;}
@media screen and (max-width:767px){
	.Area_1b4PD{margin-top: 5vw;margin-bottom: 5vw}
	.Area_1b4PD .box{width: 95%;margin:0 auto;}
    .Area_1b4PD .box .PD_layout{margin-top: 5vw;}
}


/*1帶4品公版(橫式)*/
.Area_4PD {}
.Area_4PD .box_PD .PD_layout ul li a h3 {}
@media screen and (min-width: 768px){
  .Area_4PD { }
  .Area1260 { margin: 0 auto; }
  .Area_4PD .box_PD .PD_layout { width: 1220px;}
  .Area_4PD .box_PD .PD_layout[data-pd-col-pc="5"] ul { padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 50px;}
  .Area_4PD .box_PD .PD_layout ul { grid-template-rows: 3% 92% 5%;}
  .Area_4PD .box_PD .PD_layout .PD_wrapper li { grid-row-start: 2; grid-row-end: 4;}
  .Area_4PD .box_PD .PD_layout .PD_wrapper li:nth-child(1) { grid-row-start: 1; grid-row-end: 4;}
  .Area_4PD .box_PD_1 { background: url(PD_layout_01bg.png?t=1751436854713) no-repeat center top;}

}
@media screen and (max-width:767px){
  .Area_4PD .box_PD .PD_layout { margin-bottom: 8vw;}
}



/*1帶8品公版*/
@media screen and (min-width:768px){
	.Area_1P8PD .layout_1P8PD {padding-bottom:80px;}
	.Area_1P8PD .layout_1P8PD {background:url(pc_1P8PD_bg01.png?t=1751436854713)top center no-repeat;}
	.Area_1P8PD .layout_1P8PD ul { width:96%; padding: 60px 0 0 0!important;margin: 0 0 0 2%!important;}
	.Area_1P8PD .layout_1P8PD ul li {border:1px #105b62 solid;padding:0!important;margin:0!important;}
	.Area_1P8PD .layout_1P8PD[data-fs-bn-pc*="true"] li.PD_slide:first-child {padding-bottom:10px!important;}
}
@media screen and (max-width:767px){
    .Area_1P8PD .layout_1P8PD {padding-bottom:5vw;}
	.Area_1P8PD .layout_1P8PD {background:url(mo_1P8PD_bg01.jpg?t=1751436854713)top center repeat-y;background-size:100%;}
	.Area_1P8PD .layout_1P8PD[data-fs-bn-phone="true 2"] ul{grid-template-rows:auto!important;}
	.Area_1P8PD .layout_1P8PD ul {width:96%;padding:0!important;margin:0 0 0 2%!important;}
	.Area_1P8PD .layout_1P8PD ul li {border:1px #105b62 solid;}
	.Area_1P8PD .layout_1P8PD[data-fs-bn-phone*="true"] li:first-child .PD_img {display:block!important;}

}


/*館連結01*/
.Areaphoto .Area_boxstyle > .Area_boxstyle_box2 {background-image: none;}
.Areaphoto .Area_boxstyle > .Area_boxstyle_title { z-index: 3 !important; position: absolute; top:-0.5%; font-size: 42.5px;}
	@media screen and (max-width:767px){
	.Areaphoto .Area_boxstyle > .Area_boxstyle_title { z-index: 3 !important; position: absolute; top:-0.1%; font-size: 5.5vw;}
	}


/*館連結01-新版圖片排版*/	
.Areaphoto .PD_layout {display: block !important; padding-top: 20px;}
.Areaphoto .PD_layout ul {
   grid-template-areas: 
    "a b c"
    "d b e"
    "f g h"    
    "i g j";
  }

.Areaphoto .PD_layout li:nth-child(1) { grid-area: a;}
.Areaphoto .PD_layout li:nth-child(2) { grid-area: b;}
.Areaphoto .PD_layout li:nth-child(3) { grid-area: c;}
.Areaphoto .PD_layout li:nth-child(4) { grid-area: d;}
.Areaphoto .PD_layout li:nth-child(5) { grid-area: e;}
.Areaphoto .PD_layout li:nth-child(6) { grid-area: f;}
.Areaphoto .PD_layout li:nth-child(7) { grid-area: g;}
.Areaphoto .PD_layout li:nth-child(8) { grid-area: h;}
.Areaphoto .PD_layout li:nth-child(9) { grid-area: i;}
.Areaphoto .PD_layout li:nth-child(10) { grid-area: j;}


.Areaphoto .PD_layout .PD_img { display: block;}
.Areaphoto .PD_layout .PD_into { display: none;}


@media screen and (max-width:767px){
  .Areaphoto .PD_layout .PD_img { display: none;}
  .Areaphoto .PD_layout .PD_into { display: block;}
	
	/*新版圖片排版*/	
	.Areaphoto .PD_layout{display: block !important;}
  .Areaphoto .PD_layout ul { padding: 0 !important;}
  .Areaphoto .PD_layout li { margin: 0 !important;}
	.Areaphoto .PD_layout ul {
   grid-template-areas: 
    "a b c"
    "d b e"
    "f g h"    
    "i g j";
  }
.Areaphoto .PD_layout li:nth-child(1) { grid-area: a;}
.Areaphoto .PD_layout li:nth-child(2) { grid-area: b;}
.Areaphoto .PD_layout li:nth-child(3) { grid-area: c;}
.Areaphoto .PD_layout li:nth-child(4) { grid-area: d;}
.Areaphoto .PD_layout li:nth-child(5) { grid-area: e;}
.Areaphoto .PD_layout li:nth-child(6) { grid-area: f;}
.Areaphoto .PD_layout li:nth-child(7) { grid-area: g;}
.Areaphoto .PD_layout li:nth-child(8) { grid-area: h;}
.Areaphoto .PD_layout li:nth-child(9) { grid-area: i;}
.Areaphoto .PD_layout li:nth-child(10) { grid-area: j;}
}



/*輪播BN*/

.Area05 {height: auto;padding: 0 2%;padding-bottom: 20px;}
.Area05 .box_swiper { position: relative; overflow: hidden; width: 100%; margin: 0 auto;padding: 20px 0 0;}
.Area05 .box_swiper ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; height: 210px; grid-gap: inherit;}
.Area05 .box_swiper ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; border: none;}
.Area05 .box_swiper ul.PD_wrapper li img{ width: 100%;}
.Area05 .box_swiper .PD_slide { min-width: inherit;}
.Area05 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0!important;}
.Area05 .button-next {width: 120px;z-index:10;position:absolute;bottom: 188px;left: 1064px;cursor:pointer;}
.Area05 .button-prev {width: 120px;z-index:10;position:absolute;bottom: 188px;left: -13px;cursor:pointer;}
@media screen and (max-width:767px){
	  .Area05 {height: 47vw; padding: 0 ;padding-bottom: 0;}
	  .Area05 .box_swiper { width: 100%; height: 49vw; padding: 4% 0 0; box-sizing: border-box;}
	  .Area05 .box_swiper ul.PD_wrapper { padding: 0; height: 53vw;}
      .Area05 .box_swiper ul.PD_wrapper li img{ width: 100%;}
      .Area05 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10vw!important;}
  .Area05 .button-next {width: 11%;z-index:10;position:absolute;bottom: 24vw;left: 85.3vw;cursor:pointer;}
  .Area05 .button-prev {width: 11%;z-index:10;position:absolute;bottom: 24vw;left: 0vw;cursor:pointer;}
}
@media screen and (min-width:768px){
.Area05_bg {z-index: -30;position:absolute;top: 0;width:100%;height: 800px;background-repeat:no-repeat;background-position: center top;pointer-events:none;}		
.Area05 .PD_layout[data-pd-pdlogo] .PD .PD_logo { display: none!important;}
.Area05 .swiper-pagination-bullet { background:#fff; }
.Area05 .box_all {width: 1123px;margin: 0 auto;padding: 0.5%;border: #e0b79b 2px solid;}
}
@media screen and (max-width:767px){
.m_Area05_bg {z-index: -10;position:absolute;left:0;top: 12vw;width:100%;height: 1030vw;background-repeat: no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}	
.Area05 .PD_layout[data-pd-pdlogo] .PD .PD_img { display: block;}
}



