
* {
    line-height: 1.4;
}

html,
body {
    max-width: 1920px;
    margin: 0 auto;
  background-color: #333333;
  color: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.intro-banner {
  min-height: 77.5vh;
  background-image: url(https://trueman75.s3.ap-northeast-2.amazonaws.com/www/img_opt/bg_intro.jpg);
  background-position: right 20% top;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-banner-inner {
  padding: 40px 30px;
  max-width: 1620px;
  margin: 0 auto;
}
.intro-banner .h1 img {
  width: 190px;
  vertical-align: text-bottom;
}
.main-stat {
  color: #1589D5;
  font-weight: 600;
  border-bottom: 5px solid #1589D5;
}
.number-lg {
  font-size: 1.3em;
}
.intro-circle-row {
  width: 100%;
  max-width: 875px;
}
.intro-circle {
  border-radius: 50%;
  background-color: #1589D5;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
.intro-circle::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.intro-circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-navitem {
  min-height: 22.5vh;
  padding: 45px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.intro-navitem.manclinic {
  background-image: url(https://trueman75.s3.ap-northeast-2.amazonaws.com/www/img_opt/bg_intro_manclinic.jpg);
}
.intro-navitem.body {
  background-image: url(https://trueman75.s3.ap-northeast-2.amazonaws.com/www/img_opt/bg_intro_body.jpg);
}
.nav-heading {
  font-size: 34px;
  font-weight: 600;
}
.nav-stat {
  color: #3ABDED;
  font-weight: 600;
}
.intro-navitem .btn-outline-light {
  border-width: 2px;
  padding: 5px 45px;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
.intro-navitem .btn-outline-light:hover {
  color: #333;
}
@media (min-width: 1850px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .intro-navitem {
    padding: 45px 20px;
  }
}
@media (max-width: 1199px) {
  .intro-navitem {
    padding: 45px 30px;
  }
}
@media (max-width: 991px) {
  .intro-banner {
    min-height: auto;
    background-image: url(https://trueman75.s3.ap-northeast-2.amazonaws.com/www/img_opt/bg_intro_m.jpg);
    background-position: center top;
  }
  .main-stat {
    border-width: 3px;
  }
  .intro-circle {
    font-size: 20px;
  }
  .intro-navitem {
    min-height: auto;
  }
  .intro-navitem .btn-outline-light {
    display: block;
  }
  .nav-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .footnote {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  .intro-banner .h1 img {
    width: 130px;
  }
  .main-stat {
    color: #3ABDED;
    border-color: #3ABDED;
  }
  .intro-circle-row {
    max-width: 500px;
  }
  .intro-circle {
    font-size: 20px;
    background-color: rgba(21, 137, 213, 0.7);
  }
  .margin-top-minus {
    margin-top: -5%;
  }
  .nav-heading {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footnote {
    font-size: 12px;
  }
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 24px;
  }

  .intro-banner .h1 img {
    width: 98px;
  }
  .intro-circle {
    font-size: 16px;
  }
  .intro-navitem {
    padding: 80px 50px;
  }
  .nav-heading {
    font-size: 24px;
  }
  .intro-navitem .btn-outline-light {
    padding: 5px 10px;
  }
}

@media (max-width: 355px) {
  .intro-circle {
    font-size: 14px;
  }
}
