
/* banking unique overwrite */

/*
1
  header backgrond color change
*/

header {
  background: #FFFFFF !important;
}




/*
2
  footer backgrond color change
*/ 

footer p{
  background: #FFFFFF;
  color: #333;
}





/*
  002_001
  title level_01 under_line color change
*/ 

/* .hdg-cover-01 .hdg-level01 {
  border-color: #D9EDFF;  
} */




/*
  002_002
  title level_02 top_line color change
*/ 

/* .hdg-level02 {
  border-top: 4px solid #D9EDFF;  
} */




/*
  002_004
  title level_03 top_line color change
*/ 

/* .hdg-level03 {
  border-color: #D9EDFF;  
} */




/*
  003
  bread nav current on color change
*/

/* .current-layout li.on {
  color: #D9EDFF;
} */




/*
  004
  button background color & text color change / hover state
*/ 

/* .btn-layout-02 button {
  background: #D9EDFF;
  border-top: 1px solid #D9EDFF;
  border-bottom: 1px solid #D9EDFF;
  color: #333;
} */

/* .btn-layout-02 button:hover {
  background: rgb(158, 203, 242);
  border-top: 1px solid rgb(158, 203, 242);
  border-bottom: 1px solid rgb(158, 203, 242);
  color: #333;
} */




/*
  005
  table cell background color & text color change
*/ 

/* .inquery-form-table th {
  background: #D9EDFF;
} */

/* .inquery-form-table th p{
  color: #333;
} */




/*
  006
  table caution text color change
*/ 

/* .inquery-caution-txt {
  color: #333;
} */



/*
  006
  text color change
*/ 

/* .base-logo-text {
  color: #333;
} */