body {
  background: white;
}

.max-w-full {
  max-width: 100%;
}

h3.title {
  margin-top: 3.8em;
  margin-bottom: 3em;
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background: url("../images/webpage_v3/bar_01.png") no-repeat center top;
}
h3.title.no-bg {
  padding-top: 0;
  background: none;
}
@media (max-width: 960px) {
  h3.title {
    padding-top: 20px;
    font-size: 20px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
h3.title.add-mb {
  margin-bottom: 4.5em;
}
@media (max-width: 960px) {
  h3.title.add-mb {
    margin-bottom: 2em;
  }
}

h4.title {
  margin-top: 4.5em;
  margin-bottom: 3em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 960px) {
  h4.title {
    padding-top: 20px;
    font-size: 18px;
    margin-top: 2.5em;
    margin-bottom: 1.7em;
  }
}
h4.title .num {
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #0F416B;
  padding: 0.35em;
  border-radius: 1em;
  margin-right: 0.8em;
}
h4.title .gray {
  color: #828282;
  font-weight: normal;
}

@media (min-width: 1280px) {
  .site-max-width {
    max-width: 1280px;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .navbar .nav-item {
    font-size: 17px;
  }
}
.copyright-wrap {
  background: #323234;
  padding: 40px 0;
  font-size: 16px;
  margin-top: 150px;
}
@media (max-width: 960px) {
  .copyright-wrap {
    margin-top: 70px;
  }
}
.copyright-wrap hr {
  border-top: 1px solid white;
  margin: 40px 0;
}
.copyright-wrap .agreement-ul {
  margin-bottom: 70px;
}
.copyright-wrap .agreement-ul li {
  padding: 0 20px;
}
.copyright-wrap .agreement-ul li a {
  color: #A6A6A6;
}
.copyright-wrap .agreement-ul li:first-child {
  background: url("../images/webpage_v3/main_agree_bar.png") no-repeat right 50%;
}
.copyright-wrap .agreement-ul li:first-child a {
  color: #FFFFFF;
}
.copyright-wrap .company-info-ul {
  margin-bottom: 50px;
}
.copyright-wrap .company-info-ul li {
  color: #FFFEFE;
  padding-right: 20px;
}
.copyright-wrap .company-info-ul li span {
  color: #FFFEFE;
  display: inline-block;
}
.copyright-wrap .copy-text {
  color: #949494;
}
.copyright-wrap .copy-text span {
  color: #fff;
}
.copyright-wrap .call-text {
  font-size: 30px;
  color: white;
}

.main-content .main-img {
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-content .main-img img {
    margin-left: -25%;
    width: 150%;
    max-width: none !important;
  }
}
.main-content .quick-menu {
  background-image: url("../images/webpage_v3/quick_bg.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom;
}
.main-content .quick-menu-bg {
  background-color: #F3F3F3;
  background-repeat: repeat;
  height: 8rem;
}
.main-content .about-service > .row {
  margin-bottom: 150px;
}
@media (max-width: 960px) {
  .main-content .about-service > .row {
    margin-bottom: 70px;
  }
}
.main-content .about-service h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 1.8em;
}
@media (max-width: 960px) {
  .main-content .about-service h4 {
    font-size: 20px;
  }
}
.main-content .about-service ul > li {
  font-size: 20px;
  line-height: 1.5em;
}
.main-content .about-service ul > li .blue {
  color: #115084;
  font-size: 0.8em;
}
@media (max-width: 960px) {
  .main-content .about-service ul > li {
    font-size: 16px;
  }
}

.sub-img {
  overflow: hidden;
}
@media (max-width: 768px) {
  .sub-img img {
    margin-left: -50%;
    width: 200%;
    max-width: none !important;
  }
}

.text-box {
  padding: 60px 10px;
  border: 1px solid #D2D2D2;
  background-color: #F7F8F9;
}
@media (max-width: 960px) {
  .text-box {
    padding: 30px 10px;
  }
}
.text-box ul > li {
  font-size: 20px;
  line-height: 1.4em;
  padding: 5px 0;
}
.text-box ul > li span {
  color: #828282;
  font-size: 0.7em;
}
@media (max-width: 960px) {
  .text-box ul > li {
    font-size: 16px;
  }
}

.sub-page-mt-1 {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .sub-page-mt-1 {
    margin-top: 80px;
  }
}

.sub-page-mt-2 {
  margin-top: 33px;
}
@media (max-width: 960px) {
  .sub-page-mt-2 {
    margin-top: 20px;
  }
}

.sub-page-mt-3 {
  margin-top: 100px;
}
@media (max-width: 960px) {
  .sub-page-mt-3 {
    margin-top: 50px;
  }
}

.registration-process {
  font-size: 20px;
}
@media (max-width: 960px) {
  .registration-process {
    font-size: 16px;
  }
}
.registration-process > .row {
  border: 1px solid #D2D2D2;
  line-height: 2em;
  margin-bottom: 30px !important;
}
.registration-process > .row .sequence {
  color: white;
  background-color: #0F416B;
  border-right: 1px solid #D2D2D2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.registration-process > .row .content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.registration-process > .row .content .round-text {
  display: inline-block;
  background-color: #2594C8;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  line-height: 1em;
}
.registration-process > .row .content .gray {
  color: #8A8A8A;
}

.registration-btn {
  background-color: #0F416B;
  color: white;
  padding: 18px 45px;
  line-height: 1em;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .registration-btn {
    font-size: 16px;
  }
}

/*# sourceMappingURL=webpage.css.map */
