#SubTitle h2.index {
  background: none;
}

#SubTitle h2.delivery {
  background: none;
}

#SubTitle h2.payment {
  background: none;
}

#SubTitle h2.exchange {
  background: none;
}

#SubTitle h2.process {
  background: none;
}

table.flow {
  margin: 20px 15px;
}
table.flow th {
  width: 160px;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  font-size: 90%;
  line-height: 130%;
}
table.flow th.bg1 {
  background-color: #fff;
}
table.flow th.bg2 {
  background-color: #215eb0;
}
table.flow td {
  vertical-align: middle;
}

div#Inquiry4 {
  clear: both;
  display: block;
  font-weight: bold;
  padding: 3px 2px 1px 2px;
  width: 500px;
  font-size: 90%;
  line-height: 120%;
}
@media (min-width: 992px) {
  div#Inquiry4 {
    display: none;
  }
}

div#Inquiry2 {
  background-color: #f3f3f3;
  border: 1px solid #e3e0e0;
  padding: 20px 0px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  div#Inquiry2 {
    display: none;
  }
}
