@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;background-color: #11253E;}
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}

	@media screen and (max-width:767px){
		.WRAPPER { background-color: #11253E; }
	}


/*預設清單樣式*/
.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;}
	}

/*LOGO*/
.momologo { z-index:2; position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#11253E; }
.momologo-pink  a path { fill:#11253E; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
  @media screen and (max-width:767px){
    .momologo { display:none;}
  }
       

/*PC背景*/
.bg_01 { z-index:-50; position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position: center top; pointer-events:none;}
.bg_02 { z-index:-55; position:absolute;top:900px;width:100%;height:100%;background-repeat:no-repeat;background-position: center top; pointer-events:none;}

	

/*區塊_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: 50px;}
}

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


/*版頭輪播品*/
.Area_top{height: 910px;}
.Area_top .topPD { position: absolute; top: 100px; left: 0; width: 1220px;}
.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: 106vw;}		
		.Area_top .topPD { width: 100%;top:0;}
		.Area_top .topPD .PD_layout .PD_img { display: none;}
		.Area_top .topPD .PD_layout .PD_into { display: block;}
    }

/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .remove_box_style ul {}
}


/*主打品輪播*/
.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;}
        }


/*1帶2公版*/
.Area1B2PD {}
.Area1B2PD .colorbg{ position: absolute; width: 1218px;top: 193px; margin: 0 auto; background-color: #3c070a; 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;}
}



/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #764429;}    
.warningTxt h3 {color: #fff !important;}



/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 960px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube {width: 94%;border-radius: 10px;}
}
@media screen and (min-width:768px){
.Area_yt{margin-bottom: 50px;}
.Area_yt .BN00{margin-bottom: 30px;}
}
@media screen and (max-width:767px){
.Area_yt{margin-bottom: 3vw;}
.Area_yt .BN00{margin-bottom: 5vw;}

}


.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}
                  


/*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=1774836912091) 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=1774836912091)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=1774836912091)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;}
}






