@charset "utf-8";
/*基本*/
body {margin: 0; padding:0; background-color: #00163b;}


/*全BOX版面*/
.WRAPPER { position: relative;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;  display:inline-block;}
.WRAPPER .Area_top{position: relative; }
.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:1220px;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:0px; margin:0 auto; display: block; min-width:100%;/*background: url("bg_repeat.jpg?t=1774343636942") center top/ 100% repeat-y scroll;z-index: 0;*/}
		.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:100%;  }

	}


/*背景*/
@media screen and (min-width:767px){
.bgtop01 { z-index:-14; position:fixed; top:0; left:0; width:100%; min-width:1220px; height:1200px; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
}
@media screen and ( max-width:767px) {
.m_bg01 { z-index:-2; position:fixed; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; background-size:100%; }	
}


/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area1220 { margin:0 auto; width:1220px;}
.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 img{ width:100%;}
	.Area { position: relative;}

	}


/*版頭區塊*/
.Area_title .PD_layout .PD_slide{min-width:inherit;}
@media screen and (min-width:768px){
.Area_title {height: 530px;z-index: -10;}
.Area_title .pc_01{z-index:-10;position:absolute;top:0;left: -390px;width:2000px;min-width:1220px;height:1000px;background-repeat:no-repeat;background-position:center top;}
}
@media screen and (max-width:767px){
.Area_title {height: 104vw;}
.Area_title .mb_01{position:absolute; top:0; left:0 ;width: 100%; z-index:0;}
}


/*區標題*/
.zonetitle a {pointer-events: none;}


/*01_BN*4*/
.PDlayoutbn img { border-radius: 10px; }
@media screen and (min-width:768px){
/* .Area_bn .PD_layout01 { width: 900px; } */
.Area_bn .PD_layout01 ul { gap: 20px; }
}
@media screen and (max-width:767px){
.PDlayoutbn { width: 96%; }
.Area_bn .PD_layout01 { width: 96%; }
.Area_bn .PD_layout01 ul { gap: 3vw; }
}


/*03_影片區*//*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 900px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 90%; border-radius: 10px;}
}

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

/*04_BN*5 無間距*/
@media screen and (min-width:768px){
/* .Area_bn5 .PD_layout00 { width: 900px; } */
.Area_bn5 .PD_layout00 ul { gap: 0px; }
}
@media screen and (max-width:767px){
.Area_bn5 .PD_layout00 { width: 96%; }
.Area_bn5 .PD_layout00 ul { gap: 0vw; }
}


/*08_館連結*/
@media screen and (min-width:768px){
  .Area_guan .PD_layout01 {width: 70% !important;margin-bottom: 20px;}
  }
  @media screen and (max-width:767px){
  .Area_guan .PD_layout01 {width: 92% !important;margin-bottom: 5vw;}
  }
  

/*間距*/
@media screen and (min-width:768px){
	.Area_bottom { margin-bottom: 70px!important; }
	}
	@media screen and (max-width:767px){
	.Area_bottom { margin-bottom: 8vw!important; }
	}











  


/*手機板公版96%寬*/
@media screen and (max-width: 767px){
  .mb96size {width: 96% !important;}
  }


/*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 15px 10px; color:#fff; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }
@media screen and (max-width:767px){
	.edm_notice{text-align:center;padding: 5vw 0vw 5vw 0vw;color:#fff;font:12px/18px Helvetica;}
	.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }
}


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