.banner-area {
  background-image: url(/assets/image/CF/Dollar/main_bg.png);
  padding-bottom: 50px;
}

.banner-section .main-object {
  text-align: left;
  margin-top: 30px;
}

.banner-section .quick-request {
  width: auto;
  height: auto;
  padding: 0;
}

.banner-section .quick-request-form {
  padding: 10px;
  width: auto;
  height: auto;
}

.quick-request-title {
  background-color: #E5E5E5;
  border-radius: 3px 3px 0 0;
  padding: 10px;
}

.banner-section .quick-request-form > form > input[type=text] {
  margin: 5px 0;
  width: 100%;
}

.banner-section .quick-request-form > form > input:first-child {
  width: 200px;
  margin-top: 0;
}

.banner-section .quick-request-form > form > select#region {
  width: 210px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.banner-section .quick-request-form > form > select#city {
  width: 160px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-section .quick-request-form > form > input[type=text],
  .banner-section .quick-request-form > form > select {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
  }
}

.banner-section .main-text {
  margin: 0;
}

.tab-area {
  width: 100%;
  background-color: #F4F4F4;
}

.tab-area .tab {
  width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.tab-area .tab > div {
  height: 50px;
}

.tab-area .tab .active {
  background-color: white;
  border-top: 3px solid #0090DA;
}

.reason-area {
  width: 1100px;
  margin: 0 auto;
}

.content > div:nth-child(3) {
  padding-bottom: 40px !important;
}

.content > div:nth-child(4) {
  padding-top: 40px !important;
}

.reason-area .text {
  margin-top: 20px;
}

.reason-area .image-section {
  margin-top: 10px;
}
