/*銀行logo*/
.Area_top .momologo a { width: 420px; height: 40px; background: url(momo_logo-1.png?t=1774953844987) no-repeat;}

/*背景*/
/* .bg01 { background-image:url(bgtop_1.jpg?t=1774953844987); aspect-ratio: 2000/760; } */
.bg_fix { background:#25395c; }
@media screen and (max-width:767px){
  /* .bg01 { background-image:url(m_bgtop_1.jpg?t=1774953844987); aspect-ratio: 960/530; } */
}

/*版頭*/
.Area_top { height: 500px; }
@media screen and (max-width:767px){
  .Area_top { height: 48vw; }
}

/*版頭圖*/
.Area_top .title_pic { z-index: 9; top: 10%; right: 5%; }
@media screen and (max-width:767px){
.Area_top .title_pic { top: 5vw; right: 4vw; }
}

/*主標*/
.Area_top .main_title { top: 25%; left: 7.6%; }
@media screen and (max-width:767px){
  .Area_top .main_title { top: 7vw; left: 8.1vw; }
}

 /*副標輪播*/
 .Area_top .sub_title { z-index: 10; top: 47%;left: 31.5%; width: 600px; height: 100px; }
 .Area_top .sub_title .PD_layout .PD h3 { color: #2c2c2c; letter-spacing: -0.05em; } 
 @media screen and (max-width:767px){
  .Area_top .sub_title {top: 16vw;left: 41vw;width: 70vw;height: 10vw;}
 }

 /*登記卡顏色設定*/
 .danjiPD-container {
  --head-color: #280c26;
  --head-bg: #f0dcb7;

  --body-h4-span: #f2235e;
  --body-color-primary: #737373;
  --body-color-secondary: #737373;
  --body-bg: #ffffff;

  --foot-color: #333333;
  --foot-bg: #d0d0d0;
  }

  /*登記卡*/
.danjiPD-01, .danjiPD-02, .danjiPD-03 { margin: 2% auto; }

