@charset "UTF-8";
/* ---------------custom settings START--------------- */
body {
  line-height: 1.3;
  font-family: "Pretendard";
  font-weight: 400;
}

.tac {
  text-align: center;
}

b, strong, em, mark {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6, p, span, div, li {
  letter-spacing: -0.025em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2;
}

.maxwidth {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}

.maxwidth2 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.br450 {
  display: none;
}

.br600 {
  display: none;
}

.gradient-text1 {
  background: linear-gradient(134deg, #1f1f68 0%, #08082c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gradient-text2 {
  background: linear-gradient(134deg, #63fd18 0%, #19e7e5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ani-text {
  transition: transform 1s, opacity 1s;
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

.opacity-text {
  transition: opacity 1s ease-in-out 0.1s;
  opacity: 0;
}

.animate .opacity-text {
  opacity: 1;
}

.animate .ani-text {
  opacity: 1;
  transform: translateY(0%);
}

.video-box {
  border-radius: 30px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------custom settings END--------------- */
/* ---------------section-heading START--------------- */
.section-heading {
  text-align: center;
  padding: 0 0 50px 0;
}
.section-heading .slogan {
  display: block;
  overflow: hidden;
  text-wrap: balance;
}
.section-heading .slogan + .section-title {
  margin: 18px 0 0;
  overflow: hidden;
}
.section-heading .section-title + .section-desc {
  margin: 25px 0 0;
  text-wrap: balance;
  line-height: 1.5;
}

/* ---------------section-heading END--------------- */
/* ---------------section1 START--------------- */
.section1 {
  padding: 120px 0 70px;
  background: url("../theme/basic/img/sub/vcs_bg1.png") no-repeat center/cover;
}
.section1 .title-box .title {
  padding: 10px 0 0;
  overflow: hidden;
}
.section1 .title-box svg {
  margin: 30px 0;
  transition: transform 1s ease-in-out 0.4s;
  transform: scaleX(0);
}
.section1 .title-box svg.animate {
  transform: scaleX(1);
}
.section1 .box-wrap {
  margin: 50px 0 0;
  display: flex;
  -moz-column-gap: 8%;
       column-gap: 8%;
}
.section1 .box-wrap .text-box {
  padding: 60px 0 0 5%;
}
.section1 .box-wrap .text-box .merit-list {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  padding: 60px 0 0;
}
.section1 .box-wrap .text-box .merit-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.section1 .box-wrap .text-box .merit-list li .icon {
  flex-shrink: 0;
  width: 67px;
  display: flex;
  justify-content: flex-start;
}
.section1 .box-wrap .text-box .merit-list li .text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section1 .box-wrap .text-box .merit-list li .text h4 {
  text-transform: uppercase;
}
.section1 .box-wrap .text-box .merit-list li .text .desc {
  font-size: 18px;
}
.section1 .box-wrap .equip-box img {
  transition-duration: 2s;
}

/* ---------------section1 END--------------- */
/* ---------------section2 START--------------- */
.section2 {
  background: url("../theme/basic/img/sub/vcs_bg2.png") no-repeat center/cover;
}
.section2 .box-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section2 .box-wrap .box {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.section2 .box-wrap .box .video-box {
  width: 52%;
}
.section2 .box-wrap .box .text-box {
  width: 48%;
}
.section2 .box-wrap .box .text-box .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
}
.section2 .box-wrap .box .text-box h3 {
  padding: 25px 0;
}
.section2 .box-wrap .box .text-box .desc {
  color: #666;
  line-height: 1.55;
}

/* ---------------section2 END--------------- */
/* ---------------section3 START--------------- */
.section3 {
  width: 97%;
  border-radius: 15px;
  margin: 0 auto;
  background: url("../theme/basic/img/sub/vcs_bg3.png") no-repeat center/cover;
}
.section3 .box-wrap {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.section3 .box-wrap.animate .box {
  opacity: 1;
  filter: blur(0px);
  clip-path: inset(0 0 0 0) !important;
}
.section3 .box-wrap .box {
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  filter: blur(4px);
  width: 50%;
}
.section3 .box-wrap .box.left {
  clip-path: inset(0 0 0 100%);
}
.section3 .box-wrap .box.right {
  clip-path: inset(0 100% 0 0);
}
.section3 .box-wrap .box .row {
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  border: 1px solid transparent;
}
.section3 .box-wrap .box .row.head {
  background-color: #121212;
  padding: 12.5px 10px;
}
.section3 .box-wrap .box .row.cell {
  padding: 19px 10px;
  margin: 0 0 11px 0;
  background-color: rgba(18, 18, 18, 0.5);
}
.section3 .box-wrap .box .video-box {
  margin: 20px 0;
}
.section3 .box-wrap .box.multi-spot .row {
  border: 1px solid #63fd18;
}
.section3 .box-wrap .box.multi-spot .row.cell {
  background-color: #121212;
}

/* ---------------section3 END--------------- */
/* ---------------section4 START--------------- */
.section4 {
  background: url("../theme/basic/img/sub/vcs_bg4.png") no-repeat center/cover;
}
.section4 .box-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.section4 .box-wrap .section-heading {
  padding: 0;
  width: 48%;
}
.section4 .box-wrap .video-box {
  width: 52%;
}
.section4 .merit-list {
  margin: 50px 0 20px;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.section4 .merit-list li {
  flex: 1;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(31, 31, 104, 0.11);
}
.section4 .merit-list li .inner {
  padding: 50px 20px;
  text-align: center;
}
.section4 .merit-list li .inner .title {
  padding: 25px 0;
}
.section4 .merit-list li .inner .desc {
  color: #666;
}

/* ---------------section4 END--------------- */
/* ---------------section5 START--------------- */
.section5 {
  width: 97%;
  border-radius: 15px;
  margin: 0 auto;
  background: url("../theme/basic/img/sub/vcs_bg5.png") no-repeat center/cover;
}
.section5 .box-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section5 .box-wrap .section-heading {
  padding: 0;
}
.section5 .box-wrap .section-heading .section-title {
  margin: 25px 0 0;
}
.section5 .box-wrap .merit-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 45px 0 0;
}
.section5 .box-wrap .merit-list li {
  position: relative;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
}
.section5 .box-wrap .merit-list li .desc {
  padding: 10px 0 0;
}
.section5 .box-wrap .merit-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, #63fd18, #18e7e5);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ---------------section5 END--------------- */
/* ---------------section6 START--------------- */
.section6 {
  background-image: url("../theme/basic/img/sub/vcs_bg_circle.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 90% auto;
}
.section6 .section-heading .slogan .ani-text {
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #666;
}
.section6 .section-heading .section-desc {
  color: #08082c;
}
.section6 .box-wrap {
  padding-left: max(30px, (100% - 1220px) / 2);
  padding-right: max(30px, (100% - 1440px) / 2);
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  justify-content: space-between;
}
.section6 .box-wrap .profile-box {
  padding: 90px 0 60px;
}
.section6 .box-wrap .profile-box .title .name {
  color: #08082c;
}
.section6 .box-wrap .profile-box .title .desc {
  color: #08082c;
  padding: 32px 0;
}
.section6 .box-wrap .profile-box .list-box {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.section6 .box-wrap .profile-box .list-box .list li {
  color: #666;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 10px;
  white-space: nowrap;
  line-height: 1.8;
}
.section6 .box-wrap .profile-box .list-box .list li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.section6 .box-wrap .doctor-box {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section6 .box-wrap .doctor-box.animate .badge {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1) rotate(0deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.section6 .box-wrap .doctor-box .badge {
  position: absolute;
  right: 0;
  bottom: 11%;
  border-radius: 50%;
  background-color: #08082c;
  width: 200px;
  height: 200px;
  opacity: 0;
  filter: blur(5px);
  transform: scale(0.4) rotate(60deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}
.section6 .box-wrap .doctor-box .badge .badge-circle-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: rotate 36s infinite linear 2.1s;
}
.section6 .box-wrap .doctor-box .badge .badge-circle-text text {
  font-weight: 200;
  fill: #fff;
  font-size: 8.5px;
  letter-spacing: 0;
}
.section6 .box-wrap .doctor-box .badge .badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section6 .box-wrap .doctor-box .badge .badge-text h3 {
  white-space: nowrap;
}
.section6 .box-wrap .doctor-box .badge .badge-text .line {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 15px 0;
}
.section6 .box-wrap .doctor-box .badge .badge-text h4 {
  white-space: nowrap;
}

/* ---------------section6 END--------------- */
/* ---------------section7 START--------------- */
.section7 .inner-box {
  padding-left: max(40px, (100% - 1220px) / 2);
}
.section7 .inner-box .section-heading {
  padding: 0;
  text-align: left;
}
.section7 .inner-box .section-heading .slogan .ani-text {
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fffefe;
}
.section7 .inner-box .section-heading .section-desc {
  color: #fff;
}
.section7 .inner-box .merit-swiper {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide h3 {
  padding: 25px 0 19px;
}
.section7 .inner-box .merit-swiper .merit-swiper-progressbar {
  top: unset;
  background-color: #fff;
  border-radius: 10px;
  height: 4px;
  bottom: 0;
  max-width: 1320px;
  width: 95%;
}
.section7 .inner-box .merit-swiper .merit-swiper-progressbar .swiper-pagination-progressbar-fill {
  background-color: #63fd18;
  border-radius: 10px;
}

/* ---------------section7 END--------------- */
/* ---------------media screen START--------------- */
@media (max-width: 1350px) {
  /* ---------------section6 START--------------- */
  .section6 .section-heading .slogan .ani-text {
    font-size: 18px;
  }
  .section6 .box-wrap .profile-box {
    padding: 30px 0 50px;
  }
  .section6 .box-wrap .profile-box .list-box {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .section6 .box-wrap .profile-box .list-box .list li {
    white-space: unset;
    font-size: 18px;
  }
  .section6 .box-wrap .doctor-box .badge {
    bottom: 5%;
  }
  /* ---------------section6 END--------------- */
  /* ---------------section7 START--------------- */
  .section7 .inner-box .section-heading .slogan .ani-text {
    font-size: 16px;
  }
  .section7 .inner-box .merit-swiper {
    padding: 45px 0;
  }
  /* ---------------section7 END--------------- */
}
@media (max-width: 991px) {
  /* ---------------custom settings START--------------- */
  .video-box {
    border-radius: 20px;
  }
  /* ---------------custom settings END--------------- */
  /* ---------------section1 START--------------- */
  .section1 {
    padding: 95px 0;
  }
  .section1 .title-box svg {
    width: 100%;
  }
  .section1 .title-box p {
    line-height: 1.5;
  }
  .section1 .box-wrap {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 75px;
  }
  .section1 .box-wrap .text-box {
    padding: 0;
  }
  .section1 .box-wrap .text-box h3 {
    text-align: center;
  }
  .section1 .box-wrap .text-box .merit-list {
    align-items: center;
  }
  .section1 .box-wrap .text-box .merit-list li {
    width: 425px;
  }
  .section1 .box-wrap .text-box .merit-list li .text .desc {
    font-size: 17px;
  }
  .section1 .box-wrap .equip-box {
    display: flex;
    justify-content: center;
  }
  .section1 .box-wrap .equip-box img {
    max-width: 400px;
  }
  /* ---------------section1 END--------------- */
  /* ---------------section2 START--------------- */
  .section2 .box-wrap {
    row-gap: 55px;
  }
  .section2 .box-wrap .box {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 25px;
  }
  .section2 .box-wrap .box .video-box {
    width: 100%;
  }
  .section2 .box-wrap .box .text-box {
    width: 100%;
  }
  .section2 .box-wrap .box .text-box h3 {
    padding: 20px 0;
  }
  /* ---------------section2 END--------------- */
  /* ---------------section4 START--------------- */
  .section4 .box-wrap {
    flex-direction: column-reverse;
    justify-content: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 50px;
  }
  .section4 .box-wrap .section-heading {
    width: 100%;
  }
  .section4 .box-wrap .video-box {
    width: 100%;
  }
  .section4 .box-wrap .video-box.animate video {
    clip-path: inset(0 0 0 0);
  }
  .section4 .box-wrap .video-box video {
    clip-path: inset(0 0 100% 0);
  }
  .section4 .merit-list {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
  .section4 .merit-list li {
    width: 100%;
  }
  /* ---------------section4 END--------------- */
  /* ---------------section5 START--------------- */
  .section5 {
    background-position: 57.5% 50%;
  }
  .section5 .box-wrap {
    justify-content: center;
  }
  .section5 .box-wrap .merit-list {
    margin: 40px 0 0;
    row-gap: 20px;
  }
  /* ---------------section5 END--------------- */
  /* ---------------section6 START--------------- */
  .section6 .section-heading .slogan .ani-text {
    font-size: 16px;
  }
  .section6 .box-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section6 .box-wrap .profile-box {
    padding: 50px 0;
  }
  .section6 .box-wrap .profile-box .list-box .list li {
    font-size: 17px;
  }
  /* ---------------section6 END--------------- */
  /* ---------------section7 START--------------- */
  .section7 .inner-box .section-heading .slogan .ani-text {
    font-size: 14px;
  }
  .section7 .inner-box .merit-swiper {
    padding: 40px 0;
  }
  .section7 .inner-box .merit-swiper .merit-swiper-progressbar {
    height: 3px;
  }
  /* ---------------section7 END--------------- */
}
@media (max-width: 600px) {
  /* ---------------custom settings START--------------- */
  .br600 {
    display: block;
  }
  .video-box {
    border-radius: 16px;
  }
  /* ---------------custom settings START--------------- */
  /* ---------------section-heading START--------------- */
  .section-heading .section-title + .section-desc {
    text-wrap: balance;
    line-height: 1.5;
  }
  .section-heading .section-title + .section-desc br {
    display: none;
  }
  /* ---------------section-heading END--------------- */
  /* ---------------section1 START--------------- */
  .section1 {
    padding: 70px 0;
  }
  .section1 .title-box svg {
    margin: 20px 0;
  }
  .section1 .box-wrap {
    row-gap: 50px;
  }
  .section1 .box-wrap .text-box .merit-list li .text .desc {
    font-size: 15px;
  }
  .section1 .box-wrap .equip-box img {
    max-width: 90%;
  }
  /* ---------------section1 END--------------- */
  /* ---------------section2 START--------------- */
  .section2 .box-wrap {
    row-gap: 45px;
  }
  .section2 .box-wrap .box {
    row-gap: 20px;
  }
  .section2 .box-wrap .box .text-box .number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 19px;
  }
  .section2 .box-wrap .box .text-box h3 {
    padding: 15px 0;
  }
  /* ---------------section2 END--------------- */
  /* ---------------section3 START--------------- */
  .section3 {
    width: 96%;
  }
  .section3 .maxwidth {
    width: 96%;
  }
  .section3 .maxwidth .box-wrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .section3 .maxwidth .box-wrap .box .row.head {
    font-size: 20px;
  }
  .section3 .maxwidth .box-wrap .box .row.cell {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1.5;
    text-wrap: balance;
    margin: 0 0 8px 0;
  }
  .section3 .maxwidth .box-wrap .box .video-box {
    border-radius: 12px;
    margin: 10px 0;
  }
  /* ---------------section3 END--------------- */
  /* ---------------section5 START--------------- */
  .section5 {
    width: 95%;
  }
  /* ---------------section5 END--------------- */
  /* ---------------section6 START--------------- */
  .section6 .section-heading .slogan .ani-text {
    font-size: 14px;
  }
  .section6 .box-wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .section6 .box-wrap .profile-box {
    width: 100%;
    padding: 50px 0;
  }
  .section6 .box-wrap .profile-box .title .desc {
    padding: 24px 0;
    line-height: 1.5;
  }
  .section6 .box-wrap .profile-box .list-box {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .section6 .box-wrap .profile-box .list-box .list li {
    font-size: 15px;
  }
  .section6 .box-wrap .doctor-box {
    width: 100%;
  }
  .section6 .box-wrap .doctor-box .badge {
    width: 180px;
    height: 180px;
  }
  .section6 .box-wrap .doctor-box .badge .badge-text .line {
    margin: 12px 0;
  }
  /* ---------------section6 END--------------- */
  /* ---------------section7 START--------------- */
  .section7 .inner-box {
    padding-left: max(5%, (100% - 1220px) / 2);
  }
  .section7 .inner-box .section-heading .slogan .ani-text {
    font-size: 13px;
  }
  .section7 .inner-box .merit-swiper {
    padding: 35px 0 40px;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide h3 {
    padding: 20px 0 14px;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide p {
    text-wrap: balance;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide p br {
    display: none;
  }
  /* ---------------section7 END--------------- */
}
@media (max-width: 450px) {
  /* ---------------custom settings START--------------- */
  .br450 {
    display: block;
  }
  /* ---------------custom settings START--------------- */
  /* ---------------section-heading START--------------- */
  .section-heading {
    padding: 0 0 30px 0;
  }
  .section-heading .slogan + .section-title {
    margin: 15px 0 0;
    text-wrap: balance;
  }
  .section-heading .section-title + .section-desc {
    margin: 22px 0 0;
  }
  /* ---------------section-heading END--------------- */
  /* ---------------section1 START--------------- */
  .section1 {
    padding: 50px 0;
  }
  .section1 .title-box .mini-title {
    font-size: 26px;
  }
  .section1 .title-box .title {
    font-size: 38px;
  }
  .section1 .title-box svg {
    margin: 16px 0;
  }
  .section1 .title-box p {
    font-size: 18px;
    text-wrap: balance;
  }
  .section1 .title-box p br {
    display: none;
  }
  .section1 .box-wrap {
    row-gap: 45px;
  }
  .section1 .box-wrap .text-box .merit-list {
    row-gap: 20px;
    padding: 30px 0 0;
  }
  .section1 .box-wrap .text-box .merit-list li {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 17px;
    width: 100%;
    align-items: flex-start;
  }
  .section1 .box-wrap .text-box .merit-list li .icon {
    width: auto;
  }
  .section1 .box-wrap .text-box .merit-list li .icon img {
    transform: scale(0.75);
    transform-origin: left bottom;
  }
  .section1 .box-wrap .text-box .merit-list li .text .desc {
    font-size: 14px;
  }
  .section1 .box-wrap .equip-box img {
    max-width: 80%;
  }
  /* ---------------section1 END--------------- */
  /* ---------------section2 START--------------- */
  .section2 .box-wrap {
    row-gap: 35px;
  }
  .section2 .box-wrap .box {
    row-gap: 20px;
  }
  .section2 .box-wrap .box .text-box .number {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 10px;
  }
  .section2 .box-wrap .box .text-box h3 {
    padding: 13px 0 11px;
  }
  .section2 .box-wrap .box .text-box .desc {
    font-size: 14px;
    text-wrap: balance;
  }
  .section2 .box-wrap .box .text-box .desc br {
    display: none;
  }
  /* ---------------section2 END--------------- */
  /* ---------------section3 START--------------- */
  .section3 .maxwidth .box-wrap {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .section3 .maxwidth .box-wrap .box .row.head {
    font-size: 18px;
    padding: 11px 10px;
  }
  .section3 .maxwidth .box-wrap .box .row .img-box {
    margin: 10px 0;
  }
  .section3 .maxwidth .box-wrap .box .row.cell {
    padding: 12px 10px;
    font-size: 13.5px;
    line-height: 1.65;
    margin: 0 0 7px 0;
  }
  /* ---------------section3 END--------------- */
  /* ---------------section4 START--------------- */
  .section4 .box-wrap {
    row-gap: 36px;
  }
  .section4 .box-wrap .section-heading .section-desc {
    line-height: 1.6;
  }
  .section4 .merit-list {
    margin: 42px 0 0;
    row-gap: 18px;
  }
  .section4 .merit-list li .inner {
    padding: 40px 10px;
  }
  .section4 .merit-list li .inner .icon img {
    height: 50px;
  }
  .section4 .merit-list li .inner .title {
    padding: 18px 0;
  }
  .section4 .merit-list li .inner .desc {
    line-height: 1.45;
  }
  /* ---------------section4 END--------------- */
  /* ---------------section5 START--------------- */
  .section5 .box-wrap {
    justify-content: center;
  }
  .section5 .box-wrap .merit-list {
    margin: 36px 0 0;
    row-gap: 12px;
  }
  /* ---------------section5 END--------------- */
  /* ---------------section6 START--------------- */
  .section6 .section-heading .slogan .ani-text {
    font-size: 12px;
  }
  .section6 .box-wrap .profile-box {
    padding: 40px 0 50px;
  }
  .section6 .box-wrap .profile-box .title .desc {
    padding: 20px 0;
    font-size: 15.5px;
    text-wrap: balance;
  }
  .section6 .box-wrap .profile-box .title .desc br {
    display: none;
  }
  .section6 .box-wrap .profile-box .list-box .list li {
    font-size: 14px;
  }
  .section6 .box-wrap .doctor-box .badge {
    right: -2%;
    bottom: 6%;
    width: 36vw;
    height: 36vw;
  }
  .section6 .box-wrap .doctor-box .badge .badge-text h3 {
    white-space: nowrap;
    font-size: 4.6vw;
  }
  .section6 .box-wrap .doctor-box .badge .badge-text .line {
    margin: 2.1vw 0;
    height: 1px;
  }
  .section6 .box-wrap .doctor-box .badge .badge-text h4 {
    line-height: 1.25;
    white-space: nowrap;
    font-size: 3.2vw;
  }
  /* ---------------section6 END--------------- */
  /* ---------------section7 START--------------- */
  .section7 .inner-box .section-heading .slogan .ani-text {
    font-size: 12px;
  }
  .section7 .inner-box .merit-swiper {
    padding: 30px 0 35px;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide h3 {
    padding: 20px 0 14px;
    font-size: 20px;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    text-wrap: balance;
  }
  .section7 .inner-box .merit-swiper .swiper-wrapper .swiper-slide p br {
    display: none;
  }
  /* ---------------section7 END--------------- */
}
/* ---------------media screen END--------------- *//*# sourceMappingURL=vcs.css.map */