@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: #b91e28;}
}




/*全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;}
	.top_foreground{z-index: 1;position: absolute;top: 440px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.top_deco{z-index: 0;position: absolute;top: 160px;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: 1;position: absolute;top: 1000px;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: 1;position: absolute;top: 80vw;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: 100px;}
	.bottom01{margin-bottom: 30px;}
	.bottom02{margin-bottom: 80px;}
}

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

/* 黏人精高度 */
@media screen and (min-width:768px){
	.fixarea_tabbar{top: 30px;}
}

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

}

/* 00.版頭 */
.top .main a,.top .sub a,.top .top_pd a{pointer-events: none;}
.top .main ul,.top .sub ul,.top .top_pd ul{padding: 0 !important;grid-gap: 0 !important;}
@media screen and (min-width:768px){
	.top{height: 1070px;}
	.top .main{width: 75%;position: absolute;top: 0;left: 180px;}
	.top .sub{width: 80%;position: absolute;top: 370px;left: 150px;}
	.top .star01{position: absolute;top: 30px;left: 930px;}
	.top .star02{position: absolute;top: 200px;left: 200px;}
	.top .top_pd{width: 80%;position: absolute;top: 400px;left: 150px;z-index: 0;}
}

@media screen and (max-width:767px){
	.top{height: 110vw}
	.top .main{position: absolute;top: 0;}
	.top .sub{position: absolute;top: 41vw;}
	.top .star01{width: 15%;position: absolute;top: 4vw;left: 80vw;}
	.top .star02{width: 15%;position: absolute;top: 25vw;left: 3vw;}
	.top .top_pd{position: absolute;top: 44vw;}
	
}

/* 標題 */
.txt a{pointer-events: none;}
@media screen and (min-width:768px){
	.txt{width: 80%;}
}

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

}

/* 01.按鈕 */
.btn{z-index: 1;}
@media screen and (min-width:768px){
	
}

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

}

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

}

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

/* 03.作圖區 */
@media screen and (min-width:768px){
	.item .PD_layout-PDBN_01 li{height: 800px;}
	/* 文案位置 */
	.item .PD_layout-PDBN_01 .PD_into{position: relative;top: -255px;}
	.item .PD_layout-PDBN_01 .PD_into h3{font-size: 30px;color: #fff;}
	.item .PD_layout-PDBN_01 .PD_into h4{font-size: 25px;}
	.item .PD_layout-PDBN_01 .PD_into p{margin-top: 30px;}
	.item .PD_layout-PDBN_01 .PD_into p del{color: #d0d0d0;}
	.item .PD_layout-PDBN_01 .PD_into p b{background: none;-webkit-text-fill-color: #fff5d7}
	.item .PD_layout-PDBN_01 .PD_into p .money{background: none;-webkit-text-fill-color: #fff5d7}
	.item .PD_layout-PDBN_01 .PD_into p .Price{background: none;-webkit-text-fill-color: #fff5d7;font-size: 50px;}
	.item .PD_layout-PDBN_01 .PD_into p small{background: none;-webkit-text-fill-color: #fff5d7}
}

@media screen and (max-width:767px){
	.item .PD_layout-PDBN_01 li{height: 85vw;}
	/* 文案位置 */
	.item .PD_layout-PDBN_01 .PD_into{position: relative;top: -32vw;}
	.item .PD_layout-PDBN_01 .PD_into h3{font-size: 4.5vw;color: #fff;}
	.item .PD_layout-PDBN_01 .PD_into h4{font-size: 3.5vw;}
	.item .PD_layout-PDBN_01 .PD_into p del{color: #d0d0d0;}
	.item .PD_layout-PDBN_01 .PD_into p b{background: none;-webkit-text-fill-color: #fff5d7}
	.item .PD_layout-PDBN_01 .PD_into p .money{background: none;-webkit-text-fill-color: #fff5d7}
	.item .PD_layout-PDBN_01 .PD_into p .Price{background: none;-webkit-text-fill-color: #fff5d7;font-size: 6vw;}
	.item .PD_layout-PDBN_01 .PD_into p small{background: none;-webkit-text-fill-color: #fff5d7}
	/* 手機爆圖用 */
	.item .PD_layout-PDBN_01 ul { display: flex;}
	.item .PD_layout-PDBN_01 ul li { width: 49%; min-width: initial }

}

/* 04.2品 */
@media screen and (min-width:768px){

}

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

/* 05.logo帶2品 */
@media screen and (min-width:768px){
	.logo_pd2 .logo_pd2_all{display: flex;flex-wrap: wrap}
	.logo_pd2 .logo_pd2_box{width: 47%;margin: 0 1% 2%;}
	.logo_pd2 .logo_pd2_box .logo_txt{background: url(logo_pd2_logo_bg.png?t=1750929039304)top center no-repeat;background-size: 100%;height: 120px;}
	.logo_pd2 .logo_pd2_box .logo_txt a{pointer-events: none;}
	.logo_pd2 .logo_pd2_box .logo_txt .PD_into .PD_logo{position: absolute;top: -35px;left: 60px;width: 30%;}
	.logo_pd2 .logo_pd2_box .logo_txt .PD_into h3{position: absolute;font-size: 30px;top: 23px;left: 245px;color: #000;text-align: left;}
}

@media screen and (max-width:767px){
	.logo_pd2 .logo_pd2_box{padding-bottom: 3vw;}
	.logo_pd2 .logo_pd2_box .logo_txt{background: url(logo_pd2_logo_bg.png?t=1750929039304)top center no-repeat;background-size: 100%;height: 20vw;}
	.logo_pd2 .logo_pd2_box .logo_txt a{pointer-events: none;}
	.logo_pd2 .logo_pd2_box .logo_txt .PD_into .PD_logo{position: absolute;width: 30%;top: -6vw;left: 10vw;}
	.logo_pd2 .logo_pd2_box .logo_txt .PD_into h3{position: absolute;font-size: 5vw;top: 4vw;left: 43.5vw;color: #000;text-align: left;}
	.logo_pd2 .logo_pd2_box .version{width: 96%;}
}

/* 06.下方公版 */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	.bottom_version .bottom_version_box .version{width: 96%;}
}

/* 07.youtube+介紹 */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	
}
/*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: 84%; 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;}
}

/* 08.SOP */
.introduction .PD_layout-btn li .PD h3{background: #f95b00;}
.introduction .SOP a{pointer-events: none;}
@media screen and (min-width:768px){

}

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

