/* 00.版頭 */
@media screen and (min-width:768px){
  .Area_hero{height: 630px;}
  .Area_hero--title{top: 193px !important;}
  .Area_hero--logo{width: 25% !important;top: 102px !important;}
}

@media screen and (max-width:767px){
  .Area_hero{height: 68vw;}
  .Area_hero--title{top: 20vw !important;}
  .Area_hero--logo{width: 25% !important;top: 10.5vw !important;}
}

/* 區標 */
@media screen and (min-width:768px){
  .Area_title h3{top: -15px}
}

@media screen and (max-width:767px){
  .Area_title h3{top: -1.5vw}
}

/* 攻略 */
.warningTxt h3{color: #000 !important;}
@media screen and (min-width:768px){
  .Area_group-1{margin-top: -150px}
}

@media screen and (max-width:767px){
  .Area_group-1{margin-top: -15vw}
}

/* 區間 */
@media screen and (min-width:768px){
  .width{width: 95%;}
  .padding_bottom{padding-bottom: 80px;}
}

@media screen and (max-width:767px){
  .padding_bottom{padding-bottom: 24px;}
}

/* 下方公版 */
@media screen and (min-width:768px){
  .Area_pd-grid-4x2#Area_pd-grid-4x2_01{margin-top: -100px}
}

@media screen and (max-width:767px){
  .Area_pd-grid-4x2#Area_pd-grid-4x2_01{margin-top: -15vw}
}

/* 品牌館 */
@media screen and (min-width:768px){
  .Area_bn-grid-3x1 li:nth-child(even){margin-top: 50px}
}

@media screen and (max-width:767px){
  .Area_bn-grid-3x1 li:nth-child(even){margin-top: 5vw}
}

.Area_pd-layout-d1-05 .PD_go{display: none !important;}

