/* -*- coding: utf-8 -*- */

.how-why-page-container .page-content {
  gap: 30px;
}

.how-why-page-container .division-content {
  align-items: center;
  gap: 30px;
}

.how-why-page-container .division-top {
  gap: 30px;
}

.how-why-page-container .division-top .title {
  font-weight: 500;
}

.how-why-page-container .division-top .detail {
  font-size: 18px;
}

.how-why-page-container .division-main {
  gap: 10px;
  justify-content: space-around;
}

.how-why-page-container .division-main .section-content {
  background: rgba(197, 229, 249, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(197, 229, 249, 1);
  gap: 10px;
  padding: 20px;
  flex-grow: 1;
  flex-basis: 270px;
  min-width: 270px;
}

.how-why-page-container .division-main .segment-container {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}

.how-why-page-container .division-main .icon-frame {
  align-items: center;
  background: rgba(151, 215, 255, 1);
  border-radius: 8px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.how-why-page-container .division-main .title {
  font-weight: 500;
  font-size: 20px;
}

.how-why-page-container .division-main .detail {
  font-size: 16px;
}

.how-step-page-container {
  margin-top: 30px;
}

.how-step-page-container .division-content {
  gap: 30px;
}

.how-step-page-container .section-container {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.how-step-page-container .segment-text {
  gap: 10px;
  padding: 10px;
}

.how-step-page-container .step-number {
  background-color: #fff;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px;
}

.how-step-page-container .title {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
}

.how-step-page-container .detail {
  font-weight: 400;
}

.how-slow-page-container .page-content {
  gap: 10px;
}

.how-slow-page-container .division-top {
  align-items: center;
}

.how-slow-page-container .division-top .title {
  font-weight: 600;
  text-align: center;
}

.how-slow-page-container .division-main {
  gap: 10px;
  justify-content: space-around;
}

.how-slow-page-container .division-main .title {
  font-weight: 700;
  font-size: 20px;
}

.how-slow-page-container .division-main .detail {
  font-size: 16px;
  text-align: center;
}

.how-slow-page-container .section-content {
  align-items: center;
  flex-basis: 340px;
  flex-grow: 1;
  gap: 10px;
  min-width: 340px;
  max-width: 450px;
}

.how-slow-page-container .icon-frame {
  height: 80px;
  width: 80px;
}

.how-slow-page-container .icon-frame-files img {
  margin-left: -65px;
}

.how-slow-page-container .icon-frame-speed img {
  margin-left: -70px;
}

.how-hero-page-container .section-content {
  gap: 20px;
}

.how-hero-page-container .main-title {
  font-weight: 600;
}

.how-hero-page-container .main-abstract {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .how-hero-page-container .division-main {
    flex-direction: column;
    margin-bottom: -120px;
  }
  .how-hero-page-container .division-main::after {
    background-image: url("../images/mcpc-steps-830x672.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: -30px;
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
  }
  .how-step-page-container .section-container {
    flex-direction: column;
  }
  .how-step-page-container .section-container::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    padding-top: 81%;
  }
  .how-step-page-container .section-container-step1::before {
    background-image: url("../images/how-step1-382x307.png");
    border-radius: 12px;
  }
  .how-step-page-container .section-container-step2::before {
    background-image: url("../images/how-step2-382x308.png");
    border-radius: 12px;
  }
  .how-step-page-container .section-container-step3::before {
    background-image: url("../images/how-step3-382x308.png");
    border-radius: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .how-hero-page-container .division-main {
    flex-wrap: nowrap;
    min-height: 300px;
  }
  .how-hero-page-container .division-main .section-content {
    max-width: 50%;
  }
  .how-hero-page-container .division-main::before {
    content: "";
    display: block;
    padding-top: calc(40% - 30px);
    width: 1px;
  }
  .how-hero-page-container .division-main::after {
    background-image: url("../images/mcpc-steps-830x672.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    content: "";
    display: block;
    width: 50%;
  }
  .how-step-page-container .section-container {
    flex-wrap: nowrap;
  }
  .how-step-page-container .section-container-step1::after,
  .how-step-page-container .section-container-step2::before,
  .how-step-page-container .section-container-step3::after {
    content: "";
    display: block;
    padding-top: calc(40% - 30px);
    width: 1px;
  }
  .how-step-page-container .section-container-step1::before,
  .how-step-page-container .section-container-step2::after,
  .how-step-page-container .section-container-step3::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50%;
  }
  .how-step-page-container .section-container-step1::before {
    background-image: url("../images/how-step1-574x461.png");
    border-radius: 12px;
  }
  .how-step-page-container .section-container-step2::after {
    background-image: url("../images/how-step2-574x461.png");
    background-position-x: right;
    border-radius: 12px;
  }
  .how-step-page-container .section-container-step3::before {
    background-image: url("../images/how-step3-574x461.png");
    border-radius: 12px;
  }
  .how-step-page-container .segment-text {
    max-width: 45%;
  }
  .how-why-page-container .division-main .section-content {
    max-width: 50%;
    min-width: 45%;
  }
}
