@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.woff2) format("woff2"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype")
}

@font-face {
  font-family: ebg-font-regular;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/HarmonyOS_Sans_Regular.ttf) format("truetype")
}

@font-face {
  font-family: ebg-font-regular-bold;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/HarmonyOS_Sans_Bold.ttf) format("truetype")
}

body {
  position: relative;
  max-width: none;
  font-family: ebg-font-regular, Arial, Microsoft YaHei, sans-serif;
}

.page_container {
  position: relative;
}

.page_container img {
  display: flex;
  width: 100%;
}

.page_container .web_show {
  display: block;
}

.page_container .mob_show {
  display: none;
}

@media (max-width:992px) {
  .page_container .web_show {
    display: none;
  }

  .page_container .mob_show {
    display: block;
  }
}

.page_container .page_banner {
  position: relative;
  padding-top: 3.958333vw;
}

.page_container .page_banner .txt_box {
  position: absolute;
  top: 10.729167vw;
  left: 13.541667vw;
}

.page_container .page_banner .txt_box h1 {
  font-size: 1.875vw;
  line-height: 2.239583vw;
  color: #555;
  margin-bottom: 1.041667vw;
}

.page_container .page_banner .txt_box h2 {
  font-family: ebg-font-regular-bold;
  font-size: 4.84375vw;
  font-weight: 700;
  line-height: 5.833333vw;
  color: #000;
  margin-bottom: 2.083333vw;
}

.page_container .page_banner .txt_box .txt {
  display: flex;
  align-items: center;
  font-size: 1.458333vw;
  line-height: 2.1875vw;
  color: #555;
  margin-bottom: 2.5vw;
}

.page_container .page_banner .txt_box .txt span {
  font-size: 1.09375vw;
  margin: 0 0.833333vw;
}

.page_container .page_banner .txt_box .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #C7000B;
  border-radius: 2.5vw;
  padding: 0.78125vw 2.5vw;
}

.page_container .page_banner .txt_box .link:hover {
  background: rgba(199, 0, 11, 0.7);
}

.page_container .page_banner .img_box {
  position: absolute;
  bottom: -2.03125vw;
  right: 0;
  width: 41.833333vw;
}

@media (max-width:992px) {
  .page_container .page_banner {
    padding-top: 12.8vw;
  }

  .page_container .page_banner .txt_box {
    position: absolute;
    top: 26.133333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 91.466667vw;
  }

  .page_container .page_banner .txt_box h1 {
    font-size: 4.266667vw;
    line-height: 5.066667vw;
    margin-bottom: 2.666667vw;
  }

  .page_container .page_banner .txt_box h2 {
    font-size: 11.066667vw;
    line-height: 13.333333vw;
    margin-bottom: 6.4vw;
  }

  .page_container .page_banner .txt_box .txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 4.933333vw;
  }

  .page_container .page_banner .txt_box .txt span {
    font-size: 2.666667vw;
    margin: 0 2.133333vw;
  }

  .page_container .page_banner .txt_box .link {
    font-size: 3.733333vw;
    line-height: 4.266667vw;
    color: #fff;
    background: #C7000B;
    border-radius: 12.5vw;
    padding: 2.666667vw 4.8vw;
  }

  .page_container .page_banner .img_box {
    bottom: -9.066667vw;
    width: 60vw;
  }
}

.page_container .page_content .page_section .section_inner {
  width: 72.916667vw;
  padding: 5.3125vw 0 0;
  margin: 0 auto;
}

.page_container .page_content .page_section:last-of-type .section_inner {
  padding: 5.3125vw 0 6.25vw;
}

.page_container .page_content .page_section .section_inner h2 {
  position: relative;
  width: fit-content;
  font-family: ebg-font-regular-bold;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #333;
  padding: 0.625vw 1.354167vw 0.3125vw 2.1875vw;
  margin: 0 auto 2.5vw;
}

.page_container .page_content .page_section .section_inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875vw;
  height: 1.875vw;
  background: url("../img/icon_02_260423.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .page_section .section_inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.041667vw;
  height: 1.041667vw;
  background: url("../img/icon_01_260423.svg") no-repeat;
  background-size: 100% 100%;
}

@media (max-width:992px) {
  .page_container .page_content {
    background: none;
  }

  .page_container .page_content .page_section .section_inner {
    width: 91.466667vw;
    padding: 13.333333vw 0 0;
  }

  .page_container .page_content .page_section:last-of-type .section_inner {
    padding: 13.333333vw 0;
  }

  .page_container .page_content .page_section .section_inner h2 {
    font-size: 5.333333vw;
    line-height: 1.25;
    padding: 1.6vw 3.466667vw 0.533333vw 5.6vw;
    margin: 0 auto 6.4vw;
  }

  .page_container .page_content .page_section .section_inner h2::before {
    width: 4.8vw;
    height: 4.8vw;
  }

  .page_container .page_content .page_section .section_inner h2::after {
    width: 2.666667vw;
    height: 2.666667vw;
  }
}

.page_container .page_content .section_video {
  background: url("../img/bg_05_260515.jpg") no-repeat;
  background-size: 100% 100%;
  margin-top: 4.166667vw;
}

.page_container .page_content .section_video .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 57.291667vw;
  margin: 0 auto;
}

.page_container .page_content .section_video .section_inner .video_box {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background: url("../img/bg_06_260515.png") no-repeat;
  background-size: 100% 100%;
  padding: 2.552083vw 0 2.5vw;
}

.page_container .page_content .section_video .section_inner .video_box .live_box {
  width: 100%;
  height: 32.291667vw;
  border-radius: 0.833333vw;
  overflow: hidden;
}

@media (max-width:992px) {
  .page_container .page_content .section_video {
    background: url("../img/bg_05_mob_260515.jpg") no-repeat center bottom;
    background-size: 100% 100%;
    padding-bottom: 16vw;
    margin-top: 13.066667vw;
  }

  .page_container .page_content .section_video .section_inner {
    flex-direction: column;
    width: 91.466667vw;
  }

  .page_container .page_content .section_video .section_inner .video_box {
    width: 100%;
    padding: 4vw 0 4.133333vw;
  }

  .page_container .page_content .section_video .section_inner .video_box .live_box {
    height: 51.52vw;
    border-radius: 2.133333vw;
  }
}

.page_container .page_content .section_whyattend .section_inner .card_box {
  position: relative;
  width: 72.916667vw;
  height: 38.4375vw;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card {
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 1.041667vw;
  padding: 1.666667vw 1.041667vw 1.666667vw;
  overflow: hidden;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 21.09375vw;
  height: 38.4375vw;
  background: url("../img/img_02_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(2) {
  top: 0;
  left: 22.135417vw;
  width: 20.208333vw;
  height: 18.697917vw;
  background: url("../img/img_03_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(3) {
  top: 0;
  right: 0;
  width: 29.583333vw;
  height: 21.614583vw;
  background: url("../img/img_04_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(4) {
  top: 19.739583vw;
  left: 22.135417vw;
  width: 20.208333vw;
  height: 18.697917vw;
  background: url("../img/img_05_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(5) {
  bottom: 0;
  left: 43.385417vw;
  width: 16.145833vw;
  height: 15.78125vw;
  background: url("../img/img_06_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(6) {
  bottom: 0;
  right: 0;
  width: 12.395833vw;
  height: 15.677083vw;
  background: url("../img/img_07_260423.jpg") no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(1):hover,
.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(2):hover,
.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(3):hover,
.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(4):hover,
.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(5):hover,
.page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(6):hover {
  background-size: 105% 105%;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .tit {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.666667vw;
  font-weight: bold;
  line-height: 2.239583vw;
  color: #fff;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .tit .large {
  font-size: 4.6875vw;
  line-height: 6.5625vw;
  margin-right: 0.3125vw;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .tit .font36 {
  font-size: 1.666667vw;
  line-height: 2.03125vw;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .tit .w100 {
  width: 100%;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .tit .v-align-b {
  align-self: flex-end;
  margin-bottom: 0.9375vw;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .txt_box {
  flex: 1 1 auto;
  align-content: flex-end;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .txt_box .sub_tit {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.770833vw;
  color: #fff;
  letter-spacing: 0.041667vw;
}

.page_container .page_content .section_whyattend .section_inner .card_box .card .txt_box .txt {
  font-size: 0.833333vw;
  line-height: 0.989583vw;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.026042vw;
  margin-top: 0.625vw;
}

.page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination {
  display: none;
}

.page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_stop {
  display: none;
}

.page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_start {
  display: none;
}

@media (max-width:992px) {
  .page_container .page_content .section_whyattend .section_inner {
    width: 95.733333vw;
    margin: 0 0 0 auto;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box {
    width: 100%;
    height: auto;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card {
    position: relative;
    border-radius: 2.4vw;
    padding: 4.266667vw 4vw;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(1) {
    top: auto;
    left: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_02_mob_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(2) {
    top: auto;
    left: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_03_mob_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(3) {
    top: auto;
    right: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_04_mob_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(4) {
    top: auto;
    left: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_05_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(5) {
    bottom: auto;
    left: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_06_mob_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(6) {
    bottom: auto;
    right: auto;
    width: auto;
    height: 57.333333vw;
    background: url("../img/img_07_mob_260423.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(1):hover,
  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(2):hover,
  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(3):hover,
  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(4):hover,
  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(5):hover,
  .page_container .page_content .section_whyattend .section_inner .card_box .card:nth-of-type(6):hover {
    background-size: 100% 100%;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card .tit {
    font-size: 5.6vw;
    line-height: 7.6vw;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card .tit .large {
    font-size: 16vw;
    line-height: 18.8vw;
    margin-right: 1.066667vw;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card .tit .font36 {
    font-size: 6.4vw;
    line-height: 8.666667vw;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card .txt_box .sub_tit {
    font-size: 4.266667vw;
    line-height: 5.066667vw;
  }

  .page_container .page_content .section_whyattend .section_inner .card_box .card .txt_box .txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.6vw;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper {
    position: relative;
    padding-bottom: 11.733333vw;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 21.733333vw;
    width: fit-content;
    height: 7.6vw;
    background: rgba(238, 252, 255, 0.50);
    border: 1px solid #fff;
    border-radius: 13.333333vw;
    padding: 2.666667vw;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination .swiper-pagination-bullet {
    position: relative;
    width: 1.666667vw;
    height: 1.666667vw;
    background: linear-gradient(90deg, #00BFCD 0%, #42D0C8 100%);
    border-radius: 3.125vw;
    margin: 0 1.6vw;
    opacity: 1;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #00BFCD 0%, #42D0C8 100%);
    border-radius: 3.125vw;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10.133333vw;
    background: linear-gradient(90deg, rgba(12, 182, 238, 0.2) 0%, rgba(30, 231, 204, 0.2) 100%);
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.animating::before {
    animation: progress-move 7300ms linear infinite;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.is-paused::before {
    animation-play-state: paused !important;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_stop {
    position: absolute;
    display: block;
    bottom: 0;
    left: 66.333333vw;
    width: 7.6vw;
    cursor: pointer;
  }

  .page_container .page_content .section_whyattend .section_inner .whyattend_swiper_box .whyattend_swiper .whyattend_swiper_start {
    position: absolute;
    display: none;
    bottom: 0;
    left: 66.333333vw;
    width: 7.6vw;
    cursor: pointer;
  }
}

.page_container .page_content .section_agenda {
  background: url("../img/bg_09_260511.png") no-repeat center bottom;
  background-size: 100%;
}

.page_container .page_content .section_agenda .section_inner {
  width: 100%;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box {
  display: flex;
  align-items: flex-end;
  width: 74.270833vw;
  margin: 0 auto 1.25vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 2.760417vw;
  padding-left: 0.677083vw;
  margin-right: 3.333333vw;
  cursor: pointer;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.day0.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5625vw;
  width: 11.197917vw;
  height: 4.166667vw;
  background: url("../img/img_18_260511.png");
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.day1.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5625vw;
  width: 11.197917vw;
  height: 4.166667vw;
  background: url("../img/img_19_260511.png");
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .img {
  display: none;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .img {
  display: block;
  width: 1.041667vw;
  margin-right: 0.625vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .tit {
  font-size: 1.458333vw;
  font-weight: bold;
  line-height: 2.1875vw;
  color: #666;
  margin-right: 0.520833vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .tit {
  font-size: 1.875vw;
  line-height: 2.8125vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active.day0 .tit {
  background-image: linear-gradient(to right, rgba(66, 208, 200, 1), rgba(0, 191, 205, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active.day1 .tit {
  background-image: linear-gradient(to right, rgba(252, 137, 116, 1), rgba(249, 120, 140, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .txt {
  align-self: flex-end;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  padding-bottom: 0.104167vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .txt {
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  padding-bottom: 0.3125vw;
}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active.day0 .txt {
  background-image: linear-gradient(to right, rgba(66, 208, 200, 1), rgba(0, 191, 205, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}

.page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active.day1 .txt {
  background-image: linear-gradient(to right, rgba(252, 137, 116, 1), rgba(249, 120, 140, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.page_container .page_content .section_agenda .section_inner .content_box {
  display: none;
  width: 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 {
  background: url("../img/bg_07_260511.png") no-repeat center top;
  background-size: 100%;
  padding: 0.9375vw 0;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box {
  width: 72.916667vw;
  margin: 0 auto;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.9375vw 0;
  cursor: pointer;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item::after {
  content: "";
  position: absolute;
  top: 0.989583vw;
  right: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  background: url("../img/icon_05_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box.active .item::after {
  transform: rotate(180deg);
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .tit {
  width: 51.5625vw;
  font-size: 1.145833vw;
  font-weight: bold;
  line-height: 1.71875vw;
  color: #333;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .time {
  position: relative;
  font-size: 0.833333vw;
  line-height: 0.9375vw;
  color: #666;
  padding-left: 1.145833vw;
  margin-right: 1.666667vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../img/icon_06_260511.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .location {
  position: relative;
  font-size: 0.833333vw;
  line-height: 0.9375vw;
  color: #666;
  padding-left: 1.145833vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../img/icon_07_260511.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .desc {
  width: 100%;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  color: #666;
  margin-top: 0.625vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box {
  position: relative;
  display: none;
  padding: 0.677083vw 1.5625vw;
  margin-bottom: 0.9375vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.677083vw;
  border-top: 1px solid rgba(0, 191, 205, 0.30);
  background: linear-gradient(0, rgba(21, 220, 211, 0) 0%, rgba(21, 220, 211, 0.05) 100%);
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.677083vw;
  border-bottom: 1px solid rgba(0, 191, 205, 0.30);
  background: linear-gradient(180deg, rgba(21, 220, 211, 0) 0%, rgba(21, 220, 211, 0.05) 100%);
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item {
  display: flex;
  align-items: center;
  padding: 0.833333vw 0;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .time {
  width: 7.8125vw;
  font-size: 0.833333vw;
  line-height: 1;
  color: #666;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .topic {
  position: relative;
  font-size: 0.9375vw;
  /* font-weight: bold; */
  line-height: 1.40625vw;
  color: #333;
  padding-left: 1.5625vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .topic::before {
  content: "";
  position: absolute;
  top: 0.104167vw;
  left: 0;
  width: 1.145833vw;
  height: 1.145833vw;
  background: url("../img/icon_08_260511.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 {
  background: url("../img/bg_08_260511.png") no-repeat center top;
  background-size: 100%;
  padding: 1.875vw 0;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner {
  display: flex;
  justify-content: space-between;
  width: 72.916667vw;
  margin: 0 auto;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box {
  flex: 0 0 auto;
  width: 14.583333vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller {
  position: relative;
  background: url("../img/bg_01_260514.png") no-repeat;
  background-size: 100% 100%;
  padding: 1.25vw;
  margin-bottom: 1.041667vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable {
  cursor: pointer;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable::after {
  content: "";
  position: absolute;
  bottom: 0.364583vw;
  right: 1.041667vw;
  width: 2.8125vw;
  height: 2.8125vw;
  background: url("../img/icon_09_260514.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable.active {
  background: url("../img/bg_01_on_260514.png") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable.active::after {
  content: "";
  position: absolute;
  bottom: 0.364583vw;
  right: 1.041667vw;
  width: 2.8125vw;
  height: 2.8125vw;
  background: url("../img/icon_09_on_260514.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller .tit {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1;
  color: #666;
  margin-bottom: 0.833333vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable.active .tit {
  color: #fff;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller .time {
  position: relative;
  font-size: 1.041667vw;
  line-height: 1;
  color: #666;
  padding-left: 1.25vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable.active .time {
  color: #fff;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.041667vw;
  height: 1.041667vw;
  background: url("../img/icon_12_260514.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box .content_controller.clickable.active .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.041667vw;
  height: 1.041667vw;
  background: url("../img/icon_12_on_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item {
  display: none;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content {
  display: none;
  width: 55.833333vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item {
  display: flex;
  align-items: center;
  width: 55.833333vw;
  margin: 1.666667vw auto;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item:first-of-type {
  margin: 0 auto 1.666667vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .time {
  flex: 0 0 auto;
  width: 7.135417vw;
  font-size: 0.833333vw;
  line-height: 1;
  color: #666;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .topic {
  position: relative;
  flex: 0 0 auto;
  width: 27.239583vw;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.40625vw;
  color: #333;
  padding-left: 1.614583vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .topic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.145833vw;
  height: 1.145833vw;
  background: url("../img/icon_18_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker {
  flex: 0 0 auto;
  width: 18.28125vw;
  padding-left: 3.125vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .name {
  position: relative;
  font-size: 0.833333vw;
  line-height: 1.25vw;
  color: #333;
  padding-left: 1.614583vw;
  margin-top: 0.625vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .name:first-of-type {
  margin-top: 0;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../img/icon_17_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .title {
  font-size: 0.729167vw;
  line-height: 1.09375vw;
  color: #666;
  padding-left: 1.614583vw;
  margin-top: 0.416667vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box {
  width: 55.833333vw;
  margin: 0 auto;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.041667vw 0;
  cursor: pointer;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item::after {
  content: "";
  position: absolute;
  top: 0.989583vw;
  right: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  background: url("../img/icon_15_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box.active .item::after {
  transform: rotate(180deg);
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .tit {
  width: 36.5625vw;
  font-size: 1.145833vw;
  font-weight: bold;
  line-height: 1.71875vw;
  color: #333;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .time {
  position: relative;
  font-size: 0.833333vw;
  line-height: 0.9375vw;
  color: #666;
  padding-left: 1.145833vw;
  margin-right: 1.666667vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../img/icon_21_260514.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .location {
  position: relative;
  font-size: 0.833333vw;
  line-height: 0.9375vw;
  color: #666;
  padding-left: 1.145833vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../img/icon_16_260511.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .desc {
  width: 100%;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  color: #666;
  margin-top: 0.625vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box {
  position: relative;
  display: none;
  padding: 0.677083vw 1.5625vw;
  margin-bottom: 0.9375vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.677083vw;
  border-top: 1px solid rgba(252, 137, 116, 0.30);
  background: linear-gradient(0, rgba(251, 133, 121, 0) 0%, rgba(251, 133, 121, 0.05) 100%);
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.677083vw;
  border-bottom: 1px solid rgba(252, 137, 116, 0.30);
  background: linear-gradient(180deg, rgba(251, 133, 121, 0) 0%, rgba(251, 133, 121, 0.05) 100%);
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item {
  display: flex;
  align-items: center;
  padding: 0.833333vw 0;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .time {
  width: 7.8125vw;
  font-size: 0.833333vw;
  line-height: 1;
  color: #666;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .topic {
  position: relative;
  font-size: 0.9375vw;
  /* font-weight: bold; */
  line-height: 1.40625vw;
  color: #333;
  padding-left: 1.5625vw;
}

.page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .topic::before {
  content: "";
  position: absolute;
  top: 0.104167vw;
  left: 0;
  width: 1.145833vw;
  height: 1.145833vw;
  background: url("../img/icon_18_260511.svg") no-repeat;
  background-size: 100% 100%
}

.page_container .page_content .section_agenda .section_inner .disc {
  width: 72.916667vw;
  font-size: 0.833333vw;
  line-height: 0.989583vw;
  text-align: right;
  color: #666;
  margin: 0 auto;
}

@media (max-width:992px) {
  .page_container .page_content .section_agenda .section_inner .tab_controller_box {
    justify-content: space-between;
    align-items: flex-start;
    width: 73.333333vw;
    margin: 0 auto 5.333333vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5.2vw;
    padding-left: 0;
    margin-right: 0;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.day0.active::before {
    left: 8vw;
    width: 28.666667vw;
    height: 10.666667vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.day1.active::before {
    left: 8vw;
    width: 28.666667vw;
    height: 10.666667vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .img {
    width: 2.666667vw;
    margin-right: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .img {
    width: 2.666667vw;
    margin-right: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .tit {
    font-size: 4.8vw;
    line-height: 7.2vw;
    margin-right: 0;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .tit {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller .txt {
    align-self: flex-start;
    font-size: 2.666667vw;
    line-height: 4vw;
    padding: 0 4vw;
    padding-bottom: 0;
  }

  .page_container .page_content .section_agenda .section_inner .tab_controller_box .tab_controller.active .txt {
    font-size: 2.666667vw;
    line-height: 4vw;
    padding-bottom: 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 {
    background: url("../img/bg_07_mob_260511.png") no-repeat center top;
    background-size: 100%;
    padding: 2.666667vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box {
    width: 91.466667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item {
    padding: 2.666667vw 10.133333vw 2.666667vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item::after {
    top: 2.8vw;
    width: 5.333333vw;
    height: 5.333333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .tit {
    order: 1;
    width: 100%;
    font-size: 4.266667vw;
    line-height: 6.4vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .time {
    order: 3;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 3.733333vw;
    margin-right: 4.266667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .time::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .location {
    order: 4;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .location::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .item .desc {
    order: 2;
    font-size: 3.466667vw;
    line-height: 5.2vw;
    margin-top: 0.8vw;
    margin-bottom: 2.133333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box {
    padding: 1.733333vw 3.733333vw;
    margin-bottom: 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box::before {
    height: 1.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box::after {
    height: 1.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item {
    display: block;
    padding: 2.133333vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .time {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .topic {
    font-size: 3.466667vw;
    line-height: 5.2vw;
    padding-left: 4.8vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day0 .item_box .sub_item_box .sub_item .topic::before {
    top: 0.504167vw;
    width: 3.733333vw;
    height: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 {
    background: url("../img/bg_08_mob_260511.png") no-repeat center top;
    background-size: 100%;
    padding: 2.666667vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner {
    flex-wrap: wrap;
    width: 91.466667vw;
    margin: 0 auto 5.333333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_box {
    width: 100%;
    margin-bottom: 4.266667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_box.first {
    margin-top: 2.666667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item {
    position: relative;
    display: block;
    background: url("../img/bg_01_mob_260514.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.2vw 4vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable::after {
    content: "";
    position: absolute;
    bottom: 2.266667vw;
    right: 5.333333vw;
    width: 5.333333vw;
    height: 5.333333vw;
    background: url("../img/icon_22_260514.svg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable.active {
    background: url("../img/bg_01_mob_on_260514.png") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable.active::after {
    content: "";
    position: absolute;
    bottom: 2.266667vw;
    right: 5.333333vw;
    width: 5.333333vw;
    height: 5.333333vw;
    background: url("../img/icon_22_on_260514.svg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item .tit {
    font-size: 4.266667vw;
    font-weight: bold;
    line-height: 1;
    color: #666;
    margin-bottom: 2.133333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable.active .tit {
    color: #fff;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item .time {
    position: relative;
    font-size: 3.2vw;
    line-height: 1;
    color: #666;
    padding-left: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable.active .time {
    color: #fff;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item .time::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
    background: url("../img/icon_12_260514.svg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item.clickable.active .time::before {
    background: url("../img/icon_12_on_260511.svg") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content {
    width: 91.466667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item {
    display: block;
    width: 84vw;
    margin: 4.266667vw auto;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item:first-of-type {
    margin: 4.266667vw auto;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .time {
    width: auto;
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .topic {
    width: auto;
    font-size: 3.466667vw;
    line-height: 5.2vw;
    padding-left: 4.8vw;
    margin-bottom: 1.6vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .topic::before {
    top: 0.533333vw;
    transform: translateY(0);
    width: 3.733333vw;
    height: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker {
    width: 100%;
    padding-left: 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .name {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-left: 4.8vw;
    margin-top: 1.6vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .name::before {
    width: 3.733333vw;
    height: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .main_item_content .keynote_item .speaker .title {
    font-size: 2.933333vw;
    line-height: 4.4vw;
    padding-left: 4.8vw;
    margin-top: 1.066667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box {
    width: 87.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item {
    padding: 2.666667vw 10.133333vw 2.666667vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item::after {
    top: 2.8vw;
    width: 5.333333vw;
    height: 5.333333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .tit {
    order: 1;
    width: 100%;
    font-size: 4.266667vw;
    line-height: 6.4vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .time {
    order: 3;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 3.733333vw;
    margin-right: 4.266667vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .time::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .location {
    order: 4;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .location::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .item .desc {
    order: 2;
    font-size: 3.466667vw;
    line-height: 5.2vw;
    margin-top: 0.8vw;
    margin-bottom: 2.133333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box {
    padding: 1.733333vw 1.6vw;
    margin-bottom: 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box::before {
    height: 1.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box::after {
    height: 1.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item {
    display: block;
    padding: 2.133333vw 0;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .time {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .topic {
    font-size: 3.466667vw;
    line-height: 5.2vw;
    padding-left: 4.8vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .item_box .sub_item_box .sub_item .topic::before {
    top: 0.504167vw;
    width: 3.733333vw;
    height: 3.733333vw;
  }

  .page_container .page_content .section_agenda .section_inner .content_box.day1 .content_box_inner .content_controller_box {
    display: none;
  }

  .page_container .page_content .section_agenda .section_inner .disc {
    width: 91.466667vw;
    font-size: 3.2vw;
    line-height: 3.733333vw;
  }
}

.page_container .page_content .section_speakers .section_inner {
  width: 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box {
  width: 100%;
  overflow: hidden;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box {
  position: relative;
  width: 100%;
  height: 21.833333vw;
  overflow: hidden;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap {
  position: absolute;
  display: flex;
  left: 0;
  width: 100000px;
  height: 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card {
  position: relative;
  display: inline;
  width: 15.104167vw;
  height: 100%;
  float: left;
  margin: 0 2.083333vw;
  box-sizing: border-box;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .img_box {
  position: relative;
  margin-bottom: 0.833333vw;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+1) .img_box::after {
  content: "";
  position: absolute;
  top: 12.447917vw;
  left: 11.302083vw;
  width: 2.171875vw;
  height: 2.171875vw;
  background: url("../img/icon_20_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+2) .img_box::after {
  content: "";
  position: absolute;
  top: 7.552083vw;
  left: 0.729167vw;
  width: 1.930729vw;
  height: 1.930729vw;
  background: url("../img/icon_20_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+3) .img_box::after {
  content: "";
  position: absolute;
  top: 13.177083vw;
  left: 2.291667vw;
  width: 1.930729vw;
  height: 1.930729vw;
  background: url("../img/icon_20_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+4) .img_box::after {
  content: "";
  position: absolute;
  top: 9.114583vw;
  left: 12.604167vw;
  width: 1.930729vw;
  height: 1.930729vw;
  background: url("../img/icon_20_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .name {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.145833vw;
  color: #333;
  text-align: center;
  margin-bottom: 0.416667vw;
}

.page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .tit {
  font-size: 0.729167vw;
  line-height: 1.09375vw;
  color: #666;
  text-align: center;
}

@media (max-width:992px) {
  .page_container .page_content .section_speakers .section_inner .content_box .card_box {
    height: 92.666667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card {
    width: 65vw;
    margin: 0 2.666667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .img_box {
    margin-bottom: 2.133333vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+1) .img_box::after {
    top: 55.447917vw;
    left: 45.302083vw;
    width: 8.56vw;
    height: 8.56vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+2) .img_box::after {
    top: 34.552083vw;
    left: 1.729167vw;
    width: 7.942667vw;
    height: 7.942667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+3) .img_box::after {
    top: 57.177083vw;
    left: 10.291667vw;
    width: 7.942667vw;
    height: 7.942667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card:nth-child(4n+4) .img_box::after {
    top: 35.114583vw;
    left: 53.604167vw;
    width: 7.942667vw;
    height: 7.942667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .name {
    font-size: 3.733333vw;
    line-height: 4.533333vw;
    margin-bottom: 2.666667vw;
  }

  .page_container .page_content .section_speakers .section_inner .content_box .card_box .card_wrap .card .tit {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.page_container .page_content .section_exhibition .section_inner {
  width: 75vw;
  margin: 0 12.083333vw 0 12.916667vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box {
  position: relative;
  width: 100%;
  height: 33.854167vw;
  background: url("../img/img_21_260511.png") no-repeat 0.625vw 4.947917vw;
  background-size: 72.916667vw;
  padding: 4.947917vw 0 1.041667vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .area_01 {
  position: absolute;
  top: 6.875vw;
  left: 0;
  width: 21.25vw;
  opacity: 0;
  z-index: 10;
}

.page_container .page_content .section_exhibition .section_inner .content_box .area_02 {
  position: absolute;
  top: 3.333333vw;
  left: 21.041667vw;
  width: 26.979167vw;
  opacity: 0;
  z-index: 10;
}

.page_container .page_content .section_exhibition .section_inner .content_box .area_03 {
  position: absolute;
  top: 9.114583vw;
  left: 27.447917vw;
  width: 11.510417vw;
  opacity: 0;
  z-index: 11;
}

.page_container .page_content .section_exhibition .section_inner .content_box .area_04 {
  position: absolute;
  top: 17.708333vw;
  left: 30.416667vw;
  width: 17.473958vw;
  opacity: 0;
  z-index: 11;
}

.page_container .page_content .section_exhibition .section_inner .content_box .area_05 {
  position: absolute;
  top: 6.875vw;
  left: 45.364583vw;
  width: 29.53125vw;
  opacity: 0;
  z-index: 11;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip {
  position: absolute;
  display: none;
  font-size: 1.041667vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: #333;
  z-index: 10;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_01 {
  top: 3.333333vw;
  left: 10.416667vw;
  padding-left: 0.885417vw;
  padding-bottom: 3.385417vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_02 {
  top: 0.104167vw;
  left: 32.03125vw;
  padding-left: 0.885417vw;
  padding-bottom: 3.385417vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_03 {
  top: 31vw;
  left: 20.3125vw;
  padding-right: 0.885417vw;
  padding-top: 3.385417vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_04 {
  top: 29.947917vw;
  left: 28.645833vw;
  padding-right: 0.885417vw;
  padding-top: 3.385417vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_05 {
  top: 4.427083vw;
  left: 52.083333vw;
  padding-left: 0.885417vw;
  padding-bottom: 3.385417vw;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_01::before,
.page_container .page_content .section_exhibition .section_inner .content_box .tip_02::before,
.page_container .page_content .section_exhibition .section_inner .content_box .tip_05::before {
  content: "";
  position: absolute;
  top: 0.416667vw;
  left: 0;
  width: 0.46875vw;
  height: 0.46875vw;
  background: url("../img/icon_19_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_03::before,
.page_container .page_content .section_exhibition .section_inner .content_box .tip_04::before {
  content: "";
  position: absolute;
  bottom: 0.416667vw;
  right: 0;
  width: 0.46875vw;
  height: 0.46875vw;
  background: url("../img/icon_19_260511.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_01::after,
.page_container .page_content .section_exhibition .section_inner .content_box .tip_02::after,
.page_container .page_content .section_exhibition .section_inner .content_box .tip_05::after {
  content: "";
  position: absolute;
  top: 0.989583vw;
  left: 0.182292vw;
  width: 1px;
  height: 3.645833vw;
  background: rgba(204, 204, 204, 1);
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_03::after {
  content: "";
  position: absolute;
  bottom: 0.989583vw;
  right: 0.182292vw;
  width: 1px;
  height: 14.645833vw;
  background: rgba(204, 204, 204, 1);
}

.page_container .page_content .section_exhibition .section_inner .content_box .tip_04::after {
  content: "";
  position: absolute;
  bottom: 0.989583vw;
  right: 0.208333vw;
  width: 1px;
  height: 5.645833vw;
  background: rgba(204, 204, 204, 1);
}

@media (max-width:992px) {
  .page_container .page_content .section_exhibition .section_inner {
    width: 92.266667vw;
    padding: 13.333333vw 0 0;
    margin: 0 auto;
  }

  .page_container .page_content .section_exhibition .section_inner .content_box {
    height: 75.333333vw;
    background: url("../img/img_21_mob_260514.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 0;
  }

  .page_container .page_content .section_exhibition .section_inner .content_box .area,
  .page_container .page_content .section_exhibition .section_inner .content_box .tip {
    display: none;
  }
}

.page_container .page_content .section_location {
  background: url("../img/bg_02_260423.png") no-repeat center 12.083333vw;
  background-size: 100% 30vw;
}

.page_container .page_content .section_location .section_inner .content_box {
  position: relative;
  height: 33.125vw;
}

.page_container .page_content .section_location .section_inner .content_box .item_box {
  position: absolute;
  top: 2.864583vw;
  left: 38.958333vw;
  width: 29.166667vw;
}

.page_container .page_content .section_location .section_inner .content_box .item_box .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.875vw;
}

.page_container .page_content .section_location .section_inner .content_box .item_box .item:last-of-type {
  margin-bottom: 0;
}

.page_container .page_content .section_location .section_inner .content_box .item_box .item img {
  width: 2.239583vw;
  margin-right: 1.197917vw;
}

.page_container .page_content .section_location .section_inner .content_box .item_box .item .txt_box .tit {
  font-size: 1.458333vw;
  font-weight: bold;
  line-height: 2.1875vw;
  color: #333;
  margin-bottom: 0.15625vw;
}

.page_container .page_content .section_location .section_inner .content_box .item_box .item .txt_box .txt {
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  color: #666;
}

.page_container .page_content .section_location .section_inner .content_box .img_box_01 {
  position: absolute;
  top: 2.083333vw;
  left: 0;
  width: 35.625vw;
}

.page_container .page_content .section_location .section_inner .content_box .img_box_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.625vw;
}

@media (max-width:992px) {
  .page_container .page_content .section_location {
    background: url("../img/bg_02_mob_260423.png") no-repeat center 28.533333vw;
    background-size: 100% 117.2vw;
  }

  .page_container .page_content .section_location .section_inner .content_box {
    height: 133.733333vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .item_box {
    top: 4vw;
    left: 4.133333vw;
    width: 67.733333vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .item_box .item {
    margin-bottom: 3.2vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .item_box .item img {
    width: 7.2vw;
    margin-right: 2.133333vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .item_box .item .txt_box .tit {
    font-size: 4.266667vw;
    line-height: 6.4vw;
    margin-bottom: 0.8vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .item_box .item .txt_box .txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .img_box_01 {
    top: 36.533333vw;
    left: 2.133333vw;
    width: 80vw;
  }

  .page_container .page_content .section_location .section_inner .content_box .img_box_02 {
    bottom: 0;
    right: 2.133333vw;
    width: 80vw;
  }
}

.page_container .page_content .section_highlights {
  background: url("../img/bg_03_260423.png") no-repeat center bottom;
  background-size: 100% 20.9375vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper {
  position: relative;
  padding-bottom: 4.583333vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .swiper-slide {
  padding-right: 2.083333vw;
  padding-bottom: 0.9375vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper a {
  display: block;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box {
  display: flex;
  justify-content: space-between;
  background: url("../img/bg_10_260423.png") no-repeat;
  background-size: 100% 100%;
  padding: 1.041667vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box:hover {
  background: url("../img/bg_10_on_260423.png") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .img_box {
  display: flex;
  width: 20.666666vw;
  border-radius: 0.833333vw;
  overflow: hidden;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 10.416667vw;
  padding: 1.041667vw 0 1.458333vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box .tit {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.40625vw;
  color: #333;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box .txt {
  font-size: 0.729167vw;
  line-height: 1.09375vw;
  color: #C7000B;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 31.40625vw;
  width: fit-content;
  height: 2.5vw;
  background: rgba(238, 252, 255, 0.50);
  border: 1px solid #fff;
  border-radius: 5.208333vw;
  padding: 1.041667vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.416667vw;
  height: 0.416667vw;
  background: linear-gradient(90deg, #00BFCD 0%, #42D0C8 100%);
  border-radius: 3.125vw;
  margin: 0 0.625vw;
  opacity: 1;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #00BFCD 0%, #42D0C8 100%);
  border-radius: 3.125vw;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.958333vw;
  background: linear-gradient(90deg, rgba(12, 182, 238, 0.2) 0%, rgba(30, 231, 204, 0.2) 100%);
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  /* width: 100%; */
  /* animation: progress-move 4900ms linear infinite; */
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.animating::before {
  animation: progress-move 7300ms linear infinite;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.is-paused::before {
  animation-play-state: paused !important;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_stop {
  position: absolute;
  bottom: 0;
  left: 40.989583vw;
  width: 2.5vw;
  cursor: pointer;
}

.page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_start {
  position: absolute;
  display: none;
  bottom: 0;
  left: 40.989583vw;
  width: 2.5vw;
  cursor: pointer;
}

@media (max-width:992px) {
  .page_container .page_content .section_highlights {
    background: none;
  }

  .page_container .page_content .section_highlights .section_inner h2::before {
    top: 1.333333vw;
    left: 10vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper {
    padding-bottom: 9.333333vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .swiper-slide {
    padding-right: 0;
    padding-bottom: 0;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box {
    flex-direction: column;
    height: 83.333333vw;
    background: url("../img/bg_10_mob_260423.png") no-repeat;
    background-size: 100% 100%;
    padding: 2.666667vw 2.666667vw 5.333333vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box:hover {
    background: url("../img/bg_10_mob_260423.png") no-repeat;
    background-size: 100% 100%;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .img_box {
    width: 100%;
    border-radius: 2.133333vw;
    margin-bottom: 3.2vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box .tit {
    font-size: 3.733333vw;
    line-height: 5.6vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .content_box .txt_box .txt {
    font-size: 2.933333vw;
    line-height: 4.4vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination {
    left: 21.733333vw;
    height: 7.6vw;
    border-radius: 13.333333vw;
    padding: 2.666667vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet {
    width: 1.666667vw;
    height: 1.666667vw;
    border-radius: 3.125vw;
    margin: 0 1.6vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10.133333vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_stop {
    left: 66.333333vw;
    width: 7.6vw;
  }

  .page_container .page_content .section_highlights .section_inner .highlights_swiper_box .highlights_swiper .highlights_swiper_start {
    left: 66.333333vw;
    width: 7.6vw;
  }
}

.page_container .section_register {
  position: relative;
}

.page_container .section_register .txt_box {
  position: absolute;
  top: 50%;
  left: 13.541667vw;
  transform: translateY(-50%);
}

.page_container .section_register .txt_box .txt {
  font-size: 1.666667vw;
  line-height: 1.979167vw;
  color: #fff;
  margin-bottom: 0.520833vw;
}

.page_container .section_register .txt_box .tit {
  font-size: 3.541667vw;
  font-weight: bold;
  line-height: 4.270833vw;
  color: #fff;
  margin-bottom: 0.520833vw;
}

.page_container .section_register .txt_box .subtit {
  font-size: 1.458333vw;
  line-height: 2.1875vw;
  color: #fff;
  margin-bottom: 2.395833vw;
}

.page_container .section_register .txt_box .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #C7000B;
  border-radius: 2.5vw;
  padding: 0.78125vw 2.5vw;
}

.page_container .section_register .txt_box .link:hover {
  background: rgba(199, 0, 11, 0.7);
}

@media (max-width:992px) {
  .page_container .section_register .txt_box {
    top: 8.533333vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 91.333333vw;
  }

  .page_container .section_register .txt_box .txt {
    font-size: 4.266667vw;
    line-height: 5.066667vw;
    color: #333;
    text-align: center;
    margin-bottom: 2.666667vw;
  }

  .page_container .section_register .txt_box .tit {
    font-size: 8vw;
    line-height: 9.6vw;
    color: #333;
    text-align: center;
    /* text-align: justify;
        text-align-last: justify; */
    margin-bottom: 2.666667vw;
  }

  .page_container .section_register .txt_box .subtit {
    font-size: 3.466667vw;
    line-height: 5.2vw;
    color: #333;
    text-align: center;
    /* text-align: justify;
        text-align-last: justify; */
    margin-bottom: 8.533333vw;
  }

  .page_container .section_register .txt_box .link {
    font-size: 3.733333vw;
    line-height: 4.4vw;
    border-radius: 19.2vw;
    padding: 2.666667vw 4.8vw 2.533333vw;
    margin: 0 auto;
  }
}

@keyframes progress-move {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}