.br-pc {
  display: block;
}

.br-mo {
  display: none;
}

.viewstory {
  background: #f9f9f9;
}
.viewstory__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.v-top,
.v-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  background: linear-gradient(135deg, #76c061);
  text-align: center;
}
.v-top h1,
.v-cta h1 {
  color: #fff;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.5px;
}

.desc {
  margin-top: 30px;
  font-size: 24px;
  line-height: 38px;
  color: #555;
}

.v-hero__contents {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 600px;
  padding: 120px 0;
  background-color: #f5f7fa;
}
.v-hero__img-wrap {
  display: inline-block;
  width: 600px;
  background: url("/assets/img/preview.png") no-repeat center center;
  background-size: contain;
  background-position-y: -16px;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 120px 20px;
  background: linear-gradient(135deg, #e7f3ec, #f3f9f7);
  text-align: center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.video__iframe-wrap {
  position: relative;
  width: 660px;
  aspect-ratio: 16/9;
  margin: 40px auto 0;
  border-radius: 12px;
  overflow: hidden;
}
.video__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.video__iframe-wrap iframe:focus, .video__iframe-wrap iframe:focus-within, .video__iframe-wrap iframe:hover {
  outline: none;
  border: none;
  box-shadow: none;
}

.v-feature {
  max-width: 1200px;
  padding: 120px 0;
}
.v-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 408px);
  grid-template-rows: repeat(2, 480px);
  justify-content: space-around;
  margin-top: 60px;
  gap: 30px;
}
.v-feature__item {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease;
}
.v-feature__item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.v-feature__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
}
.v-feature__img-wrap img {
  width: 100%;
  object-fit: contain;
}
.v-feature__img-wrap.safety {
  width: 130px;
  right: 20px;
  bottom: 20px;
}
.v-feature__box-title {
  font-size: 30px;
  font-weight: 800;
  color: #00b894;
  text-transform: uppercase;
}
.v-feature__subtitle {
  margin-top: 16px;
  font-weight: 600;
  font-size: 26px;
  color: #2c3e50;
  text-align: left;
  letter-spacing: -0.94px;
  line-height: 1.33;
}
.v-feature__detail {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #666;
  letter-spacing: -0.66px;
  line-height: 1.55;
}

.v-effect__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  padding: 120px 0;
}
.v-effect__container {
  display: flex;
  flex-direction: column;
  gap: 160px;
  width: 100%;
  margin-top: 120px;
}
.v-effect__contents-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.v-effect .num {
  font-size: 20rem;
  position: absolute;
  min-width: 425px;
  max-width: 425px;
  color: #e9e9e9;
  font-weight: 900;
  right: 0;
  top: 70%;
  line-height: 85%;
  z-index: -1;
  transform: translateY(-50%);
}
.v-effect .type {
  display: inline;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #72b24a;
  text-align: left;
  padding: 10px;
  margin-bottom: 40px;
}
.v-effect .type::after {
  position: absolute;
  display: inline-block;
  left: 5px;
  bottom: 5px;
  width: 95%;
  height: 3px;
  background-color: #72b24a;
  content: "";
}
.v-effect .keyline {
  color: #222;
  font-size: 36px;
}
.v-effect .keyline strong {
  color: #222;
}
.v-effect .detail {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.awards__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1080px;
  padding: 240px 0 120px;
}
.awards__img-wrap {
  margin-top: 30px;
  width: 700px;
  height: 490px;
  border-radius: 12px;
  overflow: hidden;
}
.awards__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.awards .desc {
  text-align: center;
}

.v-cta {
  width: 100%;
  height: 240px;
  flex-direction: column;
}
.v-cta__text {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 54px;
  letter-spacing: -0.5px;
}
.v-cta__link {
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}
.v-cta__link::before {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
  content: "";
}
.v-cta__link:hover {
  position: relative;
  height: 46px;
  font-size: 20px;
  color: #fff;
  border: 1px solid transparent;
}
.v-cta__link:hover::before {
  width: 100%;
}

@media (max-width: 1400px) {
  .br-mo {
    display: none;
  }
  .v-top,
  .v-cta {
    height: 160px;
  }
  .v-top h1,
  .v-cta h1 {
    font-size: 32px;
  }
  .title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
  }
  .desc {
    margin-top: 30px;
    font-size: 22px;
    line-height: 34px;
  }
  .v-hero__contents {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 120px;
    text-align: center;
  }
  .v-hero__img-wrap {
    width: 450px;
    height: 335px;
    margin-top: 20px;
  }
  .video {
    width: 100%;
    padding: 80px 40px;
  }
  .v-feature {
    width: 100%;
    max-width: 100%;
    padding: 120px 40px;
  }
  .v-feature__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 420px);
    margin-top: 40px;
  }
  .v-feature__item {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .v-feature__subtitle {
    margin-top: 28px;
    font-size: 22px;
  }
  .v-feature__img-wrap.safety {
    width: 150px;
    right: 10px;
    bottom: 0;
  }
  .v-feature__detail {
    font-size: 20px;
    line-height: 32px;
  }
  .v-effect {
    width: 100%;
  }
  .v-effect__inner {
    width: auto;
    padding: 60px 40px;
  }
  .v-effect__container {
    width: 100%;
    gap: 100px;
    margin-top: 80px;
  }
  .v-effect .num {
    font-size: 16rem;
    min-width: 300px;
    max-width: 300px;
    right: 40px;
  }
  .v-effect .type {
    font-size: 24px;
  }
  .v-effect .keyline {
    font-size: 28px;
  }
  .v-effect .detail {
    margin-top: 30px;
  }
  .awards {
    width: 100%;
  }
  .awards__inner {
    width: 100%;
    padding: 120px 80px 80px;
  }
  .v-cta {
    height: 200px;
  }
  .v-cta__text {
    font-size: 22px;
    line-height: 38px;
  }
  .v-cta__link {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-mo {
    display: block;
  }
  .v-top,
  .v-cta {
    height: 120px;
  }
  .v-top h1,
  .v-cta h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .v-hero__contents {
    height: auto;
    padding: 60px 20px 0;
  }
  .v-hero__img-wrap {
    height: 280px;
  }
  .video {
    padding: 60px 20px;
  }
  .video__iframe-wrap {
    width: 90%;
    margin-top: 20px;
    border-radius: 6px;
  }
  .v-feature {
    padding: 60px 20px 60px;
  }
  .v-feature__list {
    grid-template-rows: repeat(3, 380px);
    gap: 20px;
    margin-top: 20px;
  }
  .v-feature__item {
    padding: 20px;
  }
  .v-feature__box-title {
    font-size: 20px;
  }
  .v-feature__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .v-feature__detail {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .v-feature__img-wrap {
    max-width: 140px;
  }
  .v-feature__img-wrap.safety {
    width: 140px;
    max-width: 140px;
    right: 20px;
  }
  .v-effect__inner {
    width: auto;
    padding: 40px 20px;
  }
  .v-effect__container {
    gap: 30px;
    margin-top: 30px;
  }
  .v-effect .num {
    right: 20px;
    min-width: 200px;
    max-width: 200px;
    font-size: 10rem;
  }
  .v-effect .type {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .v-effect .keyline {
    font-size: 18px;
    line-height: 28px;
  }
  .v-effect .detail {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .awards__inner {
    padding: 60px 20px 80px;
  }
  .awards__img-wrap {
    width: 100%;
    height: auto;
  }
  .v-cta {
    height: 180px;
  }
  .v-cta__text {
    font-size: 18px;
    line-height: 28px;
  }
  .v-cta__link {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .br-all {
    display: none;
  }
  .v-hero__img-wrap {
    width: 300px;
  }
  .v-feature__img-wrap {
    max-width: 100px;
  }
  .v-feature__img-wrap.safety {
    width: 100px;
    max-width: 100px;
    right: 0;
  }
  .v-cta__text {
    line-height: 28px;
  }
}/*# sourceMappingURL=viewstory.css.map */