.contact-section {
  margin: 0px 0 100px 0;
}
.contact-info {
  margin-bottom: 50px;
}
.contact-list .contact-hd {
  margin-bottom: 5px;
  font-weight: 600;
}
.blue-boldtxt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2e1a47;
}
.contact-list a {
  color: #da291c;
}
.contact-box .col-auto-half {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.contact-box .col-auto-quarter {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
.contact-section .contact-box .hd-type1 {
  margin-bottom: 15px;
}
#contactcorporate.page-section {
  padding-top: 80px;
}
.home #contactcorporate.page-section {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .contact-list a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .contact-box .col-auto-half {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(59, 59, 59, 0.2);
    margin-bottom: 20px;
  }
  .contact-box .col-auto-quarter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    border-right: 1px solid rgba(59, 59, 59, 0.2);
    border-left: 0;
  }
  .contact-box .col-auto-quarter:last-child {
    border-right: 0;
  }
  .contact-section {
    margin: 0px 0 35px 0;
  }
  #contactcorporate.page-section {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .contact-box .col-auto-half {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .contact-info {
    margin-bottom: 20px;
  }
  .contact-info {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .contact-box .col-auto-quarter {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-right: 0;
  }
}
