.el-popover {
  --el-popover-bg-color: var(--el-bg-color-overlay);
  --el-popover-font-size: var(--el-font-size-base);
  --el-popover-border-color: var(--el-border-color-lighter);
  --el-popover-padding: 12px;
  --el-popover-padding-large: 18px 20px;
  --el-popover-title-font-size: 16px;
  --el-popover-title-text-color: var(--el-text-color-primary);
  --el-popover-border-radius: 4px;
}
.el-popover.el-popper {
  background: var(--el-popover-bg-color);
  border: 1px solid var(--el-popover-border-color);
  border-radius: var(--el-popover-border-radius);
  -webkit-box-shadow: var(--el-box-shadow-light);
  box-shadow: var(--el-box-shadow-light);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--el-text-color-regular);
  font-size: var(--el-popover-font-size);
  line-height: 1.4;
  min-width: 150px;
  overflow-wrap: break-word;
  padding: var(--el-popover-padding);
  z-index: var(--el-index-popper);
}
.el-popover.el-popper--plain {
  padding: var(--el-popover-padding-large);
}
.el-popover__title {
  color: var(--el-popover-title-text-color);
  font-size: var(--el-popover-title-font-size);
  line-height: 1;
  margin-bottom: 12px;
}
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}
.el-popover.el-popper.is-dark {
  --el-popover-bg-color: var(--el-text-color-primary);
  --el-popover-border-color: var(--el-text-color-primary);
  --el-popover-title-text-color: var(--el-bg-color);
  color: var(--el-bg-color);
}
.el-popover.el-popper:focus,
.el-popover.el-popper:focus:active {
  outline-width: 0;
}
.lp-button[data-v-f9e8bc24] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 700;
  min-height: 48px;
  min-width: 140px;
  text-decoration-line: none;
}
.lp-button[data-button='tertiary'][data-color='#000'][data-v-f9e8bc24] {
  color: #000;
}
.lp-button[data-button='tertiary'][data-color='#fff'][data-v-f9e8bc24] {
  color: #fff;
}
.lp-big-area {
  padding: 0 42px;
}
.lp-big-area video {
  height: 762px;
  left: 0;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.lp-big-area-bottom h3 {
  font-family: var(--lp-desc-font-family-MontserratSemiBold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.lp-big-area-bottom .tip-desc-box {
  margin-top: 10px;
}
.lp-big-area-bottom .tip-desc {
  color: var(--lp-desc-color-primary);
  font-family: var(--lp-desc-font-family);
  font-size: 16px;
  line-height: 1.2;
}
.lp-big-area-bottom .tip-desc * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.lp-big-area-bottom .tip-desc div {
  margin-left: 4px;
}
.lp-big-area .cta-area {
  margin: 24px 0;
}
.lp-big-area .auto-video {
  position: relative;
  width: 100%;
}
.lp-big-area .auto-video div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.lp-big-area .auto-video .player {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  z-index: 99;
}
.lp-big-area .auto-video .player_video {
  height: 36px;
  width: 36px;
}
.lp-big-area:hover .auto-video .player {
  opacity: 1;
}
.btn-flex-gap {
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lp-reason-choose-cover {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .lp-big-area {
    padding: 0;
  }
  .lp-big-area video {
    margin-bottom: 0;
    max-height: 762px;
  }
  .lp-big-area-bottom {
    padding: 17px 40px 0;
  }
  .lp-big-area-bottom h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .lp-big-area-bottom p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .lp-big-area .auto-video .player {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .cta-area {
    margin: 12px 0;
  }
  .lp-big-area {
    padding: 0;
  }
  .lp-big-area video {
    height: 242px;
    margin-bottom: 0;
  }
}
.lp-cover-main[data-v-96fee59d] {
  margin-bottom: -4px;
  position: relative;
}
.lp-cover-main .auto-video[data-v-96fee59d] {
  position: relative;
  width: 100%;
}
.lp-cover-main .auto-video .player[data-v-96fee59d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}
.lp-cover-main .auto-video .player .player_video[data-v-96fee59d] {
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.lp-cover-main:hover .player[data-v-96fee59d] {
  opacity: 1;
}
.lp-cover-main .video-style[data-v-96fee59d],
.lp-cover-main img[data-v-96fee59d] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin-bottom: -4px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.lp-cover-main .lp-cover-content[data-v-96fee59d] {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  color: #fff;
  height: 100%;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.old-version .box-content .desc[data-v-96fee59d] {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .lp-cover-main[data-v-96fee59d] {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  .lp-cover-main .auto-video[data-v-96fee59d] {
    height: 100%;
  }
  .lp-cover-main .auto-video .player[data-v-96fee59d] {
    opacity: 1;
    top: calc(50% - 10px);
  }
  .lp-cover-main .lp-cover-content[data-v-96fee59d] {
    margin-top: 0;
  }
  .color-card-desc[data-v-96fee59d] {
    margin-top: 8px;
  }
  .color-card-desc p[data-v-96fee59d] {
    font-size: 14px;
    line-height: 1.2;
  }
  .lp-description[data-v-96fee59d] {
    padding: 0 24px;
  }
  .lp-brand-box[data-v-96fee59d] {
    margin-bottom: 64px;
  }
}
.box-content-pc[data-v-96fee59d] {
  display: block;
  text-align: center;
}
.box-content-h5[data-v-96fee59d] {
  display: none;
}
.cta-area[data-v-96fee59d] {
  margin: 24px 0;
}
.box-content[data-v-96fee59d] {
  padding: 12px 24px 36px;
}
.box-content h2[data-v-96fee59d] {
  font-family: 'Montserrat-Bold';
  font-size: 80px;
  font-weight: 600;
}
.box-content .desc[data-v-96fee59d] {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 auto;
}
.box-content .desc[data-v-96fee59d] * {
  font-size: inherit;
  line-height: inherit;
}
.box-content h3[data-v-96fee59d] {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 12px;
}
.btn-flex-gap[data-v-96fee59d] {
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-left[data-v-96fee59d] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-right[data-v-96fee59d] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lp-cover.brand[data-v-96fee59d]:first-child,
.lp-cover.brand:first-child .auto-video[data-v-96fee59d],
.lp-cover.brand:first-child .lp-cover-main[data-v-96fee59d],
.lp-cover.brand:first-child video[data-v-96fee59d] {
  max-height: 854px;
}
@media screen and (max-width: 800px) {
  .lp-cover-main img[data-v-96fee59d] {
    margin-bottom: -4px;
  }
  .box-content h2[data-v-96fee59d] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    word-break: break-word;
  }
  .box-content .desc[data-v-96fee59d] {
    font-size: 14px;
    line-height: 1.2;
  }
  .box-content h3[data-v-96fee59d] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  .box-content-pc[data-v-96fee59d] {
    display: none;
  }
  .box-content-h5[data-v-96fee59d] {
    display: block;
  }
  .cta-area[data-v-96fee59d] {
    margin: 12px 0;
  }
  .lp-cover.brand[data-v-96fee59d]:first-child {
    height: auto;
  }
  .lp-cover.brand:first-child .auto-video[data-v-96fee59d],
  .lp-cover.brand:first-child .lp-cover-main[data-v-96fee59d],
  .lp-cover.brand:first-child video[data-v-96fee59d] {
    max-height: 500px;
  }
}
