@charset "utf-8";
/*基本*/






.Area_hero .PD_layout li .PD_img img {border-radius:0 ;}

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


.Area .warningTxt h3 {font-size: 1em ;}
.PD_layout.PD_layout-D3_02 ul li .PD h3 {font-size: 7vw ;}

.Area_hero {position: relative; aspect-ratio: 960 / 868; /*overflow: hidden;*/}

/*toppd*/
.Area_hero--PD { z-index: 4;position: absolute; top: 35vw; left: 2vw; width: 96%; }
.Area_hero--PD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top: 46vw; left: 42vw;}
/* 主標 */
.Area_hero--title { position: absolute; top: 0vw; left: 15vw; width: 68%; }

/* 副標 */
.Area_hero--subtitle { position: absolute; top: 33vw; left: 8vw; width: 50%; }

/* logo */
.Area_hero--logo { position: absolute; top: 27.6vw;left: 45vw; width: 36%;}

/* date */
.Area_hero--tag {z-index: 5; position: absolute; top: 26.5vw; left: 16vw; width: 29%;}



.Area_group-1 { width: 98%;margin-bottom:15vw ;} 
.Area_group-1 .Area_group-1--bg { margin-top:7vw ;height:100% ; border-radius:5vw ; background-color: #ef663b; }

.Area_content .PD_layout-D3_01 ul { margin-bottom:-2vw ; }


/*6PD公版客製設定*/
.Area_pd-grid-4x2.box { padding: 3vw 0;}


.NavArea_tabbar_page { width: 100%;}
.NavArea_tabbar_page .Nav_box { border-radius: 10vw;}

.Area_bn-grid-1x1.logobtn { width: 90%;}

}

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

  .Area_hero { position: relative; aspect-ratio: 960 / 860; /*overflow: hidden;*/ }
  .Area_hero .PD img {width:100%;} 
    

/*副標 */
  .Area_hero--PD { z-index: 2;position: absolute; top: 330px; left: 0px; width: 960px; }
  .Area_hero--PD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top:460px; left: 310px;}
/*主標 */
  .Area_hero--title { position: absolute; top: 0px; left: 152px; width: 640px;}

/*
  .Area_hero--subtitle { position: absolute; top: 308px; left: 62px; width: 478px;}
*/
/*logo */
  .Area_hero--logo {  z-index: 1;position: absolute; top: 264px; left: 434px; width: 400px;}

/* date */
  .Area_hero--tag { z-index: 5;position: absolute; top: 260px; left: 180px; width: 245px;}

  .Area_group-1 { width: 1220px;margin-bottom:130px ;} 
  .Area_group-1 .Area_group-1--bg { margin-top:70px ;height:100% ;width: 1000px; border-radius:100px; background-color: #ef663b; }

  .Area_content .PD_layout-D3_01 ul { margin-bottom:-30px ; }
  
  .Area_pd-layout-d1-05 .PD_layout.layout_PD01  {width:800px ;}
  .Area_pd-layout-d1-05 .PD_layout.layout_PD01 li { border-top: solid 1px #00000000; border-right: solid 1px #00000000;}

/*作圖區客製設定*/
.Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_img {margin-top:-20px;}
.Area_drawing-area-1x1.item_left .PD_layout:not(.PD_layout-btn) li .PD_into {margin-top:25px ;margin-left:0px;}
.Area_drawing-area-1x1.item_right .PD_layout:not(.PD_layout-btn) li .PD_into {margin-top:25px ;margin-right:0px;}
.Area_drawing-area-1x1 .PD_layout[data-pd-h3="5"] .PD h3 span {  background-color: #dfdfdf;}

.Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li{background-size: 100%;}

.Area_drawing-area-2x1 .PD_layout .PD p {line-height: 3em;}

.Area_bn-grid-1x1.logobtn { width: 450px;margin:0 auto ;}

}



.Area_drawing-area-2x1 .PD_layout[data-pd-h3="5"] .PD h3 span {  color: #ffffff; background-color: #c80f19;}




/*動畫----------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*跳跳跳*/
.uptodown {-webkit-animation-duration: 1.5s;  animation-duration: 1.5s;  -webkit-animation-name: uptodown;  animation-name: uptodown;  -webkit-animation-iteration-count: infinite; /*animation-iteration-count:infinite;*/ -webkit-animation-direction: alternate;animation-direction: alternate;}
@-webkit-keyframes uptodown { 

 0%    { transform: translate(0,0px) ;}
 10%    { transform: translate(0,0px) ;}
 15%    { transform: translate(0,-10px) ;}
 20%    { transform: translate(0,0px) ;}
 100%  { transform: translate(0,0px) ;}
	
}

/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 1.5s ease-in-out infinite alternate;
  animation:uptodown-play 1.5s ease-in-out infinite alternate;}
@-webkit-keyframes uptodown-play { 
0%   { -webkit-transform: translate(0,10px); } 
100% { -webkit-transform: translate(0,0);}
}
@keyframes uptodown-play { 
0%   { transform: translate(0,-10px);} 
100% { transform: translate(0,0);}
}

.uptodown-play2 { -webkit-animation:uptodown-play 1.8s ease-in-out infinite alternate;
  animation:uptodown-play 1.8s ease-in-out infinite alternate;}
@-webkit-keyframes uptodown-play { 
0%   { -webkit-transform: translate(0,10px); } 
100% { -webkit-transform: translate(0,0);}
}
@keyframes uptodown-play { 
0%   { transform: translate(0,-10px);} 
100% { transform: translate(0,0);}
}

/*飄-左右*/
.rf-play { -webkit-animation:rf-play 1.8s ease-in-out infinite alternate;
  animation:rf-play 1.8s ease-in-out infinite alternate;}
@-webkit-keyframes rf-play { 
0%   { -webkit-transform: translate(-30px,15px); } 
100% { -webkit-transform: translate(0,0);}
}
@keyframes rf-play { 
0%   { transform: translate(-30px,15px);} 
100% { transform: translate(0,0);}
}

/*順時鐘轉轉*/
.rotate-play1 { -webkit-animation:rotate3-play 80s linear infinite ;
  animation:rotate3-play 80s linear infinite ;}
@keyframes rotate3-play {
100% { 
transform: rotate(360deg);
}
}

.rotate-play2 { -webkit-animation:rotate3-play 50s linear infinite ;
  animation:rotate3-play 50s linear infinite ;}
@keyframes rotate3-play {
100% { 
transform: rotate(-360deg);
}
}

.rotate-play3 { -webkit-animation:rotate3-play 10s linear infinite ;
  animation:rotate3-play 10s linear infinite ;}
@keyframes rotate3-play {
100% { 
transform: rotate(360deg);
}
}

/*逆時鐘轉轉*/
.rotate-playa { -webkit-animation:rotate-playa 80s linear infinite ;
  animation:rotate-playa 80s linear infinite ;}
@keyframes rotate-playa {
100% { 
transform: rotate(-360deg);
}
}

.rotate-playb { -webkit-animation:rotate-playb 50s linear infinite ;
  animation:rotate-playb 50s linear infinite ;}
@keyframes rotate-playb {
100% { 
transform: rotate(-360deg);
}
}

.rotate-playc { -webkit-animation:rotate-playc 25s linear infinite ;
  animation:rotate-playc 25s linear infinite ;}
@keyframes rotate-playc {
100% { 
transform: rotate(-360deg);
}
}
