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

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

/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgrepeat.jpg?t=1782811123464)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; background: url(bgrepeat_m.jpg?t=1782811123464)top center repeat-y;}
  .WRAPPER img {  width: 100%;  height: auto;}
}


/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1782811123464) no-repeat center top;}
.topPD { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(topPD.png?t=1782811123464) no-repeat center top;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.png?t=1782811123464) no-repeat center 44px; background-size: 100%;}
}


/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
.Area1220 { width: 100%;}
.Area960 { width: 100%;}
}


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


/*版頭*/
.Area_top {height: 1020px;}
.Area_top .main { position: absolute; top: 0; left: 0; width: 100%;}
.Area_top .topPD { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%;}
@media screen and (max-width:767px){
  .Area_top {height: 108vw;}
}


/*01_2按鈕*/
.Area02 .PD_box ul {width: 720px;grid-gap: 0 20px;}
.Area02 .PD_box ul li {background: url(Area02_boxbg.jpg?t=1782811123464)top center no-repeat;background-size: 100%;width: 100%;height: 490px;padding: 10px;box-sizing: border-box;}
.Area02 .PD_box ul li:nth-child(2) { margin-top: 20px;}
.Area02 .PD_box ul li .PD_into { margin-top: 20px;}
.Area02 .PD_box ul li .PD_into h3 { font-size: 28px; color: #973f34;}
.Area02 .PD_box ul li .PD_into h4 { font-size: 22px; color: #973f34;}
@media screen and (max-width:767px){
  .Area02 .PD_box ul {width: 90%;gap: 2vw; }
  .Area02 .PD_box ul li { height: 60vw; padding: 0;}
  .Area02 .PD_box ul li:nth-child(2) { margin-top: 6%;}
  .Area02 .PD_box ul li .PD_into { margin-top: 0.5vw;}
  .Area02 .PD_box ul li .PD_into h3 { font-size: 17px;}
  .Area02 .PD_box ul li .PD_into h4 { font-size: 15px;}
}


/*02_作圖區*/
.Area03 { position: relative;z-index: 1;}
.Area03 .BN ul { grid-gap: 20px; padding: 0 20px;}
.Area03bg { position: absolute;top: 2565px;z-index: 0;}
@media screen and (max-width:767px){
  .Area03 .BN ul { grid-gap: 1em 0; padding: 0 0.5em;}
}


/*03_輪播5品3區*/
@media screen and (min-width:768px){
.Area05 { position: relative;margin-top: 150px;}
.Area05 .box { width: 1200px; margin: 0 auto 50px; position: relative; background: url(Area05_boxrepeat.jpg?t=1782811123464)top center repeat-y; background-size: 100%; border-radius: 20px; z-index: 1;padding: 0 20px;}
}
@media screen and (max-width:767px){
.Area05 .box { width: 96%; margin: 0 auto 10vw; background: url(Area05_boxrepeat_m.jpg?t=1782811123464)top center repeat-y; background-size: 100%; border-radius: 15px;}
}


/*注意事項區*/
.edm_notice { position: relative; text-align: center; padding: 10px 10px 15px 10px; color: #000; font:12px/18px Helvetica;}
.edm_notice .apple_notice { padding: 10px 0;}


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