@charset "utf-8";
/*基本*/
@media screen and (min-width:768px){
body {margin: 0; padding:0;background-color: #fff;}
}
@media screen and (max-width:767px){
body{margin: 0; padding:0;background-color: #fff;}
}




/*全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%;z-index: 0;}
		.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:100%;  }
	}

/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area .box_bg{position:absolute;top:0;left: 0;z-index: 0;} 
.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;}

	}


/*Appletxt*/
.apple_txt{ position: relative;margin:30px auto; color:#000;font-size: 12px; text-align: center;}
@media screen and (max-width:767px){
.apple_txt{position: relative;margin:0 0 0 0;padding: 3% 4% 3% 4%; color:#000;height: 30vw;}
}


/*隱鑶*/
.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;}
	}


/**延遲載圖用**/
.mainArea .articleList * img.lazy {display:none;} 

/*分享浮層*/
.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%;}
	}

/* 背景 */
@media screen and (min-width:768px){
	.top_bg{z-index: 0;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.cloud{z-index: 0;position: absolute;top: 600px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.bg_repeat{z-index: -1;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
	.bg_deco{z-index: 0;position: absolute;top: 780px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
}
@media screen and (max-width:767px){
  	.top_bg{z-index: 0;position: absolute;top: 10vw;left: 0;height: 100%;width: 100%;max-width: 100%;background-size: 100%;background-position: center top;background-repeat: no-repeat;pointer-events: none;}
  	.top_foreground{z-index: 0;position: absolute;top: 10vw;left: 0;height: 100%;width: 100%;max-width: 100%;background-size: 100%;background-position: center top;background-repeat: no-repeat;pointer-events: none;}
  	.bg_repeat{z-index: -1;position: absolute;top: 0;left: 0;height: 100%;width: 100%;max-width: 100%;background-size: 100%;background-position: center top;background-repeat: repeat-y;pointer-events: none;}
}

/* 間距 */
@media screen and (min-width:768px){
	.bottom{margin-bottom: 80px;}
	.bottom01{margin-bottom: 50px;}
	.bottom02{margin-bottom: 80px;}
}

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

/* 00.版頭 */
.top .title a,.top .sub a{pointer-events: none;}
.top .title ul,.top .sub ul,.top .top_pd ul{padding: 0 !important;grid-gap: 0 !important;}
@media screen and (min-width:768px){
	.top{height: 840px}
	.top .title{width: 63%;z-index: 0;position: absolute;top: 0;left: 230px;}
	.top .sub{position: absolute;top: 278px;width: 100%;z-index: 1;}
	.top .sub img{width: 63%;}
	.top .top_pd{position: absolute;top: 385px;}
	.top .lantern{position: absolute;top: 0;z-index: 1;}

}

@media screen and (max-width:767px){
	.top{height: 100vw}
	.top .title{position: absolute;top: 0;z-index: 0;}
	.top .sub{position: absolute;top: 36.1vw;width: 100%;z-index: 1;}
	.top .top_pd{position: absolute;top: 49.2vw;}
	.top .lantern{position: absolute;top: 0;}
	
}

/* 標題 */
.txt a{pointer-events: none;}
@media screen and (min-width:768px){
	.txt{width: 80%;}
	/* .txt{background: url(txt_bg.png?t=1755510893808)top center no-repeat;background-size: 100%;height: 200px;} */
	/* .txt .PD_into{margin-top: 10px;margin-left: 20px;} */
	/* .txt .PD_into h3{font-size: 60px;font-family: Arial;font-weight: 900 !important;color: #000;} */
}

@media screen and (max-width:767px){
	/* .txt{background: url(txt_bg.png?t=1755510893808)top center no-repeat;background-size: 100%;height: 20vw;} */
	/* .txt .PD_into{margin-top: 1vw;margin-left: 2vw} */
	/* .txt .PD_into h3{font-size: 6vw;font-family: Arial;font-weight: 900 !important;color: #000;} */
}

/* 登記 */
@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	.danji .danji_box .Area_danji{width: 96%;}
}

/* 作圖區 */
@media screen and (min-width:768px){
	.item_bg_start{z-index: 0;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.item_bg_end{z-index: 0;position: absolute;top: 1400px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.item_bg_repeat{z-index: 0;position: absolute;top: 100px;left: 0;height: 1300px;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
	.item_deco{z-index: 0;position: absolute;top: 200px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.item{padding: 50px 0;}
	.item .PD_layout-PDBN_01{z-index: 1;}
	.item .PD_layout-PDBN_01 li{height: 380px;}
	.item .PD_layout-PDBN_01 .PD_into{text-align: center;position: relative;top: -440px;left: -165px;}
	.item .PD_layout-PDBN_01 .PD_into p{margin-top: 40px}
	.item .PD_layout-PDBN_01 .PD_into del{color: #fff;}
	.item .PD_layout-PDBN_01 .PD_into p b{background: none;-webkit-text-fill-color: #ffe5be;font-size: 20px;}
	.item .PD_layout-PDBN_01 .PD_into .money{background: none;-webkit-text-fill-color: #ffe5be;font-size: 20px}
	.item .PD_layout-PDBN_01 .PD_into .Price{background: none;-webkit-text-fill-color: #ffe5be}
	.item .PD_layout-PDBN_01 .PD_into p small{background: none;-webkit-text-fill-color: #ffe5be;font-size: 20px;}
}

@media screen and (max-width:767px){
	.item{background-color: #a40001;}
	.item .PD_layout-PDBN_01 li{height: 65vw;}
	.item .PD_layout-PDBN_01 .PD_into{text-align: center;position: relative;top: -74vw;left: -28vw;}
	.item .PD_layout-PDBN_01 .PD_into p{margin-top: 6vw;}
	.item .PD_layout-PDBN_01 .PD_into del{color: #fff;}
	.item .PD_layout-PDBN_01 .PD_into p b{background: none;-webkit-text-fill-color: #ffe5be}
	.item .PD_layout-PDBN_01 .PD_into .money{background: none;-webkit-text-fill-color: #ffe5be}
	.item .PD_layout-PDBN_01 .PD_into .Price{background: none;-webkit-text-fill-color: #ffe5be}
	.item .PD_layout-PDBN_01 .PD_into p small{background: none;-webkit-text-fill-color: #ffe5be;font-size: 14px;}
}

/* 按鈕2 */
@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	.btn02 .btn02_img{margin-bottom: 3vw;}
}

/* 輪播BN6張 */
@media screen and (min-width:768px){
	.carousel_BN6_bg{z-index: 1;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
	.carousel_BN6{padding: 50px 0 30px 0;}
}

@media screen and (max-width:767px){
	.carousel_BN6{background: url(carousel_BN6_bg.jpg?t=1755510893808)top center repeat-y;background-size: 100%;padding: 5vw 0 3vw 0;}
}

/* 關鍵字 */
.keyword .PD_layout-D1_03 ::before{display: none;}
.keyword .PD_layout-D1_03 li{background-color: #a40001;}
@media screen and (min-width:768px){
	
}

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

/* 下方公版 */
@media screen and (min-width:768px){
	.bottom_version .bottom_version_box_bg{background-color: #f6aa00;margin-top: -120px;}
	.bottom_version .bottom_version_box .version{width: 96%;padding: 100px 0 30px}
}

@media screen and (max-width:767px){
	.bottom_version .bottom_version_box_bg{background-color: #f6aa00;margin-top: -10vw;}
	.bottom_version .bottom_version_box .version{width: 96%;padding: 8vw 0 3vw}
}

/* 旗艦館 */
@media screen and (min-width:768px){
	.guan .guan_img{width: 60%;}
}

@media screen and (max-width:767px){
	.guan .guan_img{width: 95%;}
}
                  

