.page_bg[data-v-377e2850] {
  background-color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
.page_bg[data-v-377e2850] {
    background-color: #fafafa;
}
.page_wrapper[data-v-377e2850] {
    width: clamp(0px, 91.1111111111vw, 1312px);
    padding: clamp(0px, 5.5555555556vw, 80px) 0 clamp(0px, 12.0833333333vw, 174px) 0;
    margin: 0 auto;
    display: flex;
}
.page_title[data-v-377e2850] {
    flex: 1;
}
.page_detail[data-v-377e2850] {
    flex: 0 0 clamp(0px, 56.6666666667vw, 816px);
}
.video_wrapper[data-v-377e2850] {
    height: clamp(0px, 29.3055555556vw, 422px);
    margin-bottom: 54px;
}
}
.page_title[data-v-377e2850] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 32px;
  line-height: 1.1;
}
.detail_desc[data-v-377e2850] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
[data-v-377e2850] .pc-video-container {
  border-radius: 6px;
}
.detail_list[data-v-377e2850] {
  display: flex;
  flex-direction: column;
}
.list_item[data-v-377e2850] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 36px 0;
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.list_item[data-v-377e2850]::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.list_item[data-v-377e2850]::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  transition: all 1s linear;
}
.list_item.active[data-v-377e2850]::after {
  width: 100%;
}
.list_item .list_item-title[data-v-377e2850] {
  line-height: 1;
}
.list_item .count_wrapper[data-v-377e2850] {
  display: flex;
  align-items: baseline;
  width: 250px;
}
.list_item .count[data-v-377e2850] {
  font-size: 96px;
  line-height: 1;
}
.list_item .unit_symbol[data-v-377e2850] {
  font-size: 30px;
}
@media screen and (max-width: 1023.98px) {
.page_wrapper[data-v-377e2850] {
    padding: 100px 16px 80px 16px;
}
.page_title[data-v-377e2850] {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.page_detail[data-v-377e2850] {
    display: flex;
    flex-direction: column;
}
.detail_desc[data-v-377e2850] {
    font-size: 14px;
    order: 1;
}
.detail_list[data-v-377e2850] {
    order: 2;
}
.video_wrapper[data-v-377e2850] {
    height: 216px;
    order: 3;
}
.list_item[data-v-377e2850] {
    padding-top: 16px;
    padding-bottom: 25px;
}
.list_item .count_wrapper[data-v-377e2850] {
    width: 150px;
}
.list_item .count[data-v-377e2850] {
    font-size: 54px;
}
}