/* 00.版頭 */
.Area_hero--PD .PD_into p small{display: none;}
@media screen and (min-width:768px){
  .Area_hero{height: 650px}
  .Area_hero--title{position: absolute;top: 183px;}
  .Area_hero--PD .PD_img{position: relative;top: 80px;left: 460px;width: 50%;}
  .Area_hero--PD .PD_into{position: relative !important;left: 70px !important;top: -95px !important;}
  .Area_hero--PD .PD_into p{text-align: center !important;}
  .Area_hero--logo{width: 18% !important;}
  .Area_hero--logo .PD_img img{border-radius: 0 !important;}

  .Area_hero--PD .PD_into h3{font-size: 33px !important;text-align: center !important;}
  .Area_hero--PD .PD_into h4{text-align: center !important;}

}

@media screen and (max-width:767px){
  .Area_hero{height: 70vw}
  .Area_hero--title{position: absolute;top: 19vw;}
  .Area_hero--PD .PD_img{width: 50%;position: relative;top: 8vw;left: 48vw;}
  .Area_hero--PD .PD_into{position: relative !important;left: 8vw !important;top: -9.8vw !important;}
  .Area_hero--PD .PD_into p{text-align: center !important;}
  .Area_hero--logo{width: 18% !important;top: 16% !important;}
  .Area_hero--logo .PD_img img{border-radius: 0 !important;}

  .Area_hero--PD .PD_into h3,.Area_hero--PD .PD_into h4{text-align: center !important;}
}

/* 區標 */
@media screen and (min-width:768px){
  .Area_title h3{font-size: 55px;top: 18px}
}

@media screen and (max-width:767px){
  .Area_title h3{font-size: 6vw;top: 1.8vw}
}
