@charset "UTF-8";[data-v-174d58ec]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.more-events-component[data-v-174d58ec] {
  position: relative;
}
.more-events-component .link-more[data-v-174d58ec] {
  font-family: "Noto Sans TC", "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: var(--event-header-link-more-color, var(--event-header-link-color, #113f43));
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
.more-events-component .link-more[data-v-174d58ec] {
    display: none;
}
}
.more-events-component .icon-menu[data-v-174d58ec] {
  display: none;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media only screen and (max-width: 959px) {
.more-events-component .icon-menu[data-v-174d58ec] {
    display: block;
}
}
.more-events-component .icon-menu .svg-icon-sm-menu.dark[data-v-174d58ec] .cls-1 {
  stroke: #fff;
}
@media only screen and (max-width: 959px) {
.more-events-component .md-up[data-v-174d58ec] {
    display: none;
}
}
.more-events-component .md-up .events-outer[data-v-174d58ec] {
  position: absolute;
  width: 410px;
  right: 0;
  top: 40px;
  background: #fff;
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.more-events-component .md-up .events-outer .event-item[data-v-174d58ec] {
  padding: 10px 30px;
  line-height: 36px;
  font-family: "PingFangTC", "Helvetica", "Noto Sans TC", "Roboto";
  color: #3e3a39;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  display: block;
}
.more-events-component .md-up .events-outer .event-item[data-v-174d58ec]:hover {
  background-color: #ecf5ff;
}
.more-events-component .md-up .events-outer .event-item.router-link-active[data-v-174d58ec] {
  color: #113f43;
}
.more-events-component .md-up .events-outer .event-item.more-events[data-v-174d58ec] {
  text-decoration: underline;
  color: #113f43;
}
.more-events-component .md-down[data-v-174d58ec] {
  display: none;
  position: fixed;
  top: var(--event-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 959px) {
.more-events-component .md-down.visible[data-v-174d58ec] {
    display: block;
}
}
.more-events-component .md-down .events-outer[data-v-174d58ec] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background-color);
  padding: 20px 30px;
  border-radius: 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.more-events-component .md-down .events-outer .top-outer[data-v-174d58ec] {
  text-align: right;
  padding-bottom: 20px;
}
.more-events-component .md-down .events-outer .top-outer .v-btn[data-v-174d58ec] {
  font-weight: bold;
}
.more-events-component .md-down .events-outer .top-outer .v-btn.dark[data-v-174d58ec] {
  color: #fff;
}
.more-events-component .md-down .events-outer .event-item[data-v-174d58ec] {
  text-align: center;
  padding: 10px 0;
  font-family: "PingFangTC", "Helvetica", "Noto Sans TC", "Roboto";
  color: #3e3a39;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.more-events-component .md-down .events-outer .event-item.router-link-active[data-v-174d58ec] {
  color: #113f43;
}
.more-events-component .md-down .events-outer .event-item.more-events[data-v-174d58ec] {
  text-decoration: underline;
  color: #113f43;
  margin-top: 30px;
}[data-v-740e423e]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.event-header-component[data-v-740e423e] {
  --event-header-height: var(--height);
  position: relative;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 959px) {
.event-header-component[data-v-740e423e] {
    --event-header-height: var(--md-height);
}
}
.header[data-v-740e423e] {
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-size: 100% var(--height);
  background-repeat: no-repeat;
  height: var(--height);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.header.flat[data-v-740e423e] {
  box-shadow: none;
}
@media only screen and (max-width: 959px) {
.header[data-v-740e423e] {
    height: var(--md-height);
    background-size: 100% var(--md-height);
    background-image: var(--sm-background-image);
}
}
.header .top-gp[data-v-740e423e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  width: 0;
  padding: 0 60px;
  max-width: 1366px;
}
@media only screen and (max-width: 959px) {
.header .top-gp[data-v-740e423e] {
    padding: 0 20px;
    justify-content: center;
}
}
.header .top-gp .logo[data-v-740e423e] {
  flex: none;
  width: 279px;
  height: 57px;
}
@media only screen and (max-width: 959px) {
.header .top-gp .logo[data-v-740e423e] {
    width: 160px;
    height: auto;
}
}
.header .top-gp .logo.dark[data-v-740e423e] svg .txt-impactio {
  fill: #fff;
}
.header .top-gp .spacer[data-v-740e423e] {
  flex: 1 1 0;
}
@media only screen and (max-width: 959px) {
.header .top-gp .spacer[data-v-740e423e] {
    display: none;
}
}
.header .top-gp .menu[data-v-740e423e] {
  display: flex;
  flex: none;
  align-items: center;
}
@media only screen and (max-width: 959px) {
.header .top-gp .menu[data-v-740e423e] {
    display: none;
}
}
.header .top-gp .menu .item[data-v-740e423e] {
  font-size: 16px;
  font-weight: 500;
  color: var(--event-header-link-color, #3e3a39);
  margin-right: 45px;
}
.header .top-gp .menu .item.pointer[data-v-740e423e] {
  cursor: pointer;
}
.header .top-gp .menu .item.archived[data-v-740e423e] {
  color: #004fb2;
}
.header .top-gp .menu .item[data-v-740e423e]:last-child {
  margin-right: 0;
}
.header .top-gp .menu .item.signup-spacer[data-v-740e423e] {
  margin-left: 125px;
}
@media only screen and (max-width: 1365px) {
.header .top-gp .menu .item.signup-spacer[data-v-740e423e] {
    margin-left: 0;
}
}
@media (max-width: 1099px) {
.header .top-gp .menu .item[data-v-740e423e] {
    margin-right: 30px;
}
}
@media (max-width: 1024px) {
.header .top-gp .menu .item[data-v-740e423e] {
    font-size: 16px;
    margin-right: 25px;
}
}
@media (max-width: 850px) {
.header .top-gp .menu .item[data-v-740e423e] {
    margin-right: 18px;
}
}
.header .top-gp .more-events-outer[data-v-740e423e] {
  margin-left: 30px;
}
@media only screen and (max-width: 959px) {
.header .top-gp .more-events-outer[data-v-740e423e] {
    position: absolute;
    margin-left: 0;
    left: 12px;
}
}
.header .top-gp .menu-sm[data-v-740e423e] {
  display: none;
}
@media only screen and (max-width: 959px) {
.header .top-gp .menu-sm[data-v-740e423e] {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 62px;
    background-color: var(--background-color);
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.header .top-gp .menu-sm .item[data-v-740e423e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #0d175d;
    cursor: pointer;
}
.header .top-gp .menu-sm .item .svg-icon-menu img[data-v-740e423e] {
    height: 20px;
}
.header .top-gp .menu-sm .item[data-v-740e423e] .svg-icon-menu {
    height: 20px;
    width: auto;
    margin-bottom: 5px;
}
.header .top-gp .menu-sm .item.time[data-v-740e423e] {
    order: 1;
}
.header .top-gp .menu-sm .item.description[data-v-740e423e] {
    order: 2;
}
.header .top-gp .menu-sm .item.flow[data-v-740e423e] {
    order: 4;
}
.header .top-gp .menu-sm .item.speecher[data-v-740e423e] {
    order: 5;
}
.header .top-gp .menu-sm .item.signup[data-v-740e423e] {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: var(--sm-btn-background-color);
    width: 71px;
    height: 71px;
    border-radius: 50%;
    order: 3;
    margin-top: -30px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .top-gp .menu-sm .item.archived[data-v-740e423e] {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    order: 3;
    margin-top: -30px;
    color: #5b78dd;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.header .top-gp > a[data-v-740e423e] {
    display: flex;
}
}
.header .event-year[data-v-740e423e] {
  font-size: 80px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 180px;
  left: 69px;
}
.header .event-title[data-v-740e423e] {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 292px;
  left: 39px;
}
.header .event-place[data-v-740e423e] {
  font-size: 36px;
  font-weight: 500;
  color: #004fb2;
  position: absolute;
  top: 414px;
  left: 651px;
}
.more-event-dropdown[data-v-740e423e] {
  padding: 20px 0;
}
.more-event-dropdown > li[data-v-740e423e] {
  padding: 10px 30px;
}
.more-event-dropdown > li a[data-v-740e423e] {
  font-size: 18px;
  color: #3e3a39;
  font-weight: 500;
  margin: 4px 0;
  text-decoration: none;
  font-family: "PingFangTC", "Helvetica", "Noto Sans TC", "Roboto";
}
@media (max-width: 1024px) {
.more-event-dropdown > li a[data-v-740e423e] {
    font-size: 16px;
}
.more-event-dropdown > li a.more-event[data-v-740e423e] {
    margin-top: 20px;
}
}
.more-event-dropdown > li a.router-link-active[data-v-740e423e] {
  color: #113f43;
}
.more-event-dropdown > li a.more-event[data-v-740e423e] {
  margin-top: 30px;
  color: #113f43;
  text-decoration: underline;
}
.more-event-dropdown > li:hover a[data-v-740e423e] {
  color: #113f43;
}
.footer-signup-outer[data-v-740e423e] {
  display: flex;
  justify-content: center;
  padding: 60px;
}
.footer-signup-outer .btn-link[data-v-740e423e] {
  padding: 8px 20px;
  border: 2px solid #5b78dd;
  border-radius: 24px;
  color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.footer-signup-outer[data-v-740e423e] {
    padding: 30px 0;
}
}
@media only screen and (max-width: 959px) {
.footer[data-v-740e423e] {
    padding-bottom: 62px;
}
}[data-v-17d98d55]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.component-event-participant[data-v-17d98d55] {
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.component-event-participant[data-v-17d98d55] {
    padding: 30px 0;
}
}
.participant-title[data-v-17d98d55] {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.participant-title[data-v-17d98d55] {
    font-size: 16px;
    margin-bottom: 20px;
}
}
.participant-title > span[data-v-17d98d55] {
  color: #113f43;
}
.participant[data-v-17d98d55] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.participant .item[data-v-17d98d55] {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  width: 16.6%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
.participant .item[data-v-17d98d55] {
    width: 33.3%;
}
}
@media only screen and (max-width: 767px) {
.participant .item[data-v-17d98d55] {
    margin-bottom: 15px;
    font-size: 12px;
}
}
.participant .item img[data-v-17d98d55] {
  margin-bottom: 10px;
  height: 106px;
  width: 106px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.participant .item img[data-v-17d98d55] {
    height: 60px;
    width: 60px;
}
}
.participant .item .name[data-v-17d98d55],
.participant .item .position[data-v-17d98d55] {
  max-width: 101px;
  position: relative;
}
.participant .item .name .txt[data-v-17d98d55],
.participant .item .position .txt[data-v-17d98d55] {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000000;
}
@media only screen and (max-width: 767px) {
.participant .item .name[data-v-17d98d55],
  .participant .item .position[data-v-17d98d55] {
    max-width: 76px;
}
}
.participant .item .position[data-v-17d98d55] {
  position: relative;
}
.participant .item .position .txt[data-v-17d98d55] {
  color: #3e3a39;
}
.participant .item .position[data-v-17d98d55]:after {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  content: attr(tooltip);
  top: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  opacity: 0;
  transition: all 150ms;
  white-space: nowrap;
  pointer-events: none;
}
.participant .item .position[data-v-17d98d55]:hover:after {
  opacity: 1;
  top: 25px;
}
.seeAll[data-v-17d98d55] {
  font-size: 20px;
  font-weight: 500;
  color: #212d51;
  text-decoration: underline;
  align-self: flex-start;
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
.seeAll[data-v-17d98d55] {
    font-size: 14px;
    margin-left: 16px;
}
}[data-v-86eac126]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-86eac126] .page-event {
  font-family: "Noto Sans TC", "Roboto";
}
[data-v-86eac126] .page-event .archived {
  color: #fff !important;
}
[data-v-86eac126] .page-event .link-more {
  color: #fff !important;
}
[data-v-86eac126] .page-event .more-events-component .icon-menu .cls-1 {
  stroke: #fff;
}
[data-v-86eac126] .page-event .footer-signup-outer {
  display: none;
}
[data-v-86eac126] .page-event .menu-sm {
  background-color: #fff !important;
}
[data-v-86eac126] .page-event .menu-sm .item {
  color: #3e3a39 !important;
}
[data-v-86eac126] .page-event .menu-sm .archived {
  background-color: #212d51 !important;
  color: #fff !important;
}
[data-v-86eac126] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #3e3a39;
}
[data-v-86eac126] .page-event .more-events-component .md-down .events-outer {
  background-color: #fff;
}
.ai-event[data-v-86eac126] {
  height: 100%;
}
.content[data-v-86eac126] {
  position: relative;
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.content[data-v-86eac126] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.content[data-v-86eac126] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.content[data-v-86eac126] {
    padding: 0 20px;
}
}
.big-title[data-v-86eac126] {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: #212d51;
}
@media (max-width: 991px) {
.big-title[data-v-86eac126] {
    font-size: 32px;
    line-height: 40px;
}
}
@media only screen and (max-width: 767px) {
.big-title[data-v-86eac126] {
    font-size: 20px;
    line-height: 28px;
}
}
.big-title-outer[data-v-86eac126] {
  text-align: center;
}
.line-title-outer[data-v-86eac126] {
  text-align: center;
  transform: translateY(calc(-50% - 2.5px));
}
@media only screen and (max-width: 767px) {
.line-title-outer[data-v-86eac126] {
    transform: translateY(calc(-50% - 1.5px));
}
}
.line-title-outer .line-title[data-v-86eac126] {
  position: relative;
  display: inline-block;
  padding: 0 102px;
  font-size: 40px;
  font-weight: 600;
  color: #212d51;
  line-height: 56px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
.line-title-outer .line-title[data-v-86eac126] {
    font-size: 32px;
    line-height: 40px;
}
}
@media only screen and (max-width: 767px) {
.line-title-outer .line-title[data-v-86eac126] {
    padding: 0 30px;
    font-size: 20px;
    line-height: 28px;
}
}
.line-title-outer .line-title .suitable-title-img[data-v-86eac126] {
  position: absolute;
  top: -16px;
  left: 23px;
}
@media (max-width: 991px) {
.line-title-outer .line-title .suitable-title-img[data-v-86eac126] {
    width: 289px;
}
}
@media only screen and (max-width: 767px) {
.line-title-outer .line-title .suitable-title-img[data-v-86eac126] {
    width: 128px;
    left: 9px;
    top: -9px;
}
}
.header-title-outer[data-v-86eac126] {
  position: relative;
}
.header-title-outer .header-title-inner[data-v-86eac126] {
  margin: 0 auto;
  max-width: 1366px;
  text-align: center;
}
.header-title-outer .header-title-inner .header-title[data-v-86eac126] {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.header-title-outer .header-title-inner[data-v-86eac126] {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 10;
}
}
.header-title-outer .mask-bg[data-v-86eac126] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 260px;
  background-color: #fea527;
  z-index: -1;
}
.header-title-outer .mask-bg.left[data-v-86eac126] {
  left: 0;
  height: 217px;
}
.header-title-outer .mask-bg.right[data-v-86eac126] {
  right: 0;
}
@media (max-width: 1366px) {
.header-title-outer .mask-bg[data-v-86eac126] {
    display: none;
}
}
.icon-outer[data-v-86eac126] {
  padding: 40px 0 0 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.icon-outer[data-v-86eac126] {
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
}
}
.icon-outer .icon-inner[data-v-86eac126] {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 25px 0 40px 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner[data-v-86eac126] {
    padding: 30px 0 25px 0;
    margin: 0 -10px;
}
}
.icon-outer .icon-inner .icon-content[data-v-86eac126] {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.icon-outer .icon-inner .icon-content .icon-gp[data-v-86eac126] {
  text-align: center;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp + .icon-gp[data-v-86eac126] {
    margin-left: 6%;
}
}
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-86eac126] {
  position: relative;
  width: 150px;
  height: 138px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-86eac126] {
    width: 65px;
    height: 54px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-86eac126] {
  width: 125px;
  margin: 15px 0 0 -10px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-86eac126] {
    width: 49px;
    margin: 0 0 0 0;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-86eac126] {
  width: 118px;
  margin: 9px 0 0 -17px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-86eac126] {
    width: 46px;
    margin: 0 0 0 0;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-86eac126] {
  width: 175px;
  margin: 35px 0 0 0px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-86eac126] {
    width: 69px;
    margin: 8px 0 0 0;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(4) img[data-v-86eac126] {
  width: 95px;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(4) img[data-v-86eac126] {
    width: 38px;
}
}
@media (max-width: 1200px) {
.icon-outer .icon-inner .icon-content[data-v-86eac126] {
    justify-content: space-around;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content[data-v-86eac126] {
    justify-content: space-evenly;
}
}
.icon-outer .icon-inner .icon-title[data-v-86eac126] {
  font-size: 26px;
  font-weight: 600;
  color: #212d51;
  line-height: 37px;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-title[data-v-86eac126] {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
}
}
.time-outer[data-v-86eac126] {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
.time-outer[data-v-86eac126] {
    padding: 25px 0;
}
}
.time-outer .time-inner[data-v-86eac126] {
  text-align: center;
}
.time-outer .time-inner .time-title[data-v-86eac126] {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #212d51;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-title[data-v-86eac126] {
    font-size: 20px;
    line-height: 28px;
}
}
.time-outer .time-inner .time-box-outer[data-v-86eac126] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer[data-v-86eac126] {
    display: block;
    width: 550px;
    margin: 0 auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer[data-v-86eac126] {
    max-width: 335px;
    width: 100%;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126] {
  width: calc(50% - 25px);
  padding: 40px;
  margin: 30px 0 0 0;
  display: flex;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126] {
    width: 100%;
    box-shadow: none;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126]:first-child {
  margin-right: 50px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126]:first-child {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126]:first-child {
    margin: 20px 0 0 0;
    padding: 20px 20px 25px 20px;
}
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126]:last-child {
    margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-86eac126]:last-child {
    margin: 0;
    padding: 0 20px 20px 20px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item[data-v-86eac126] {
  display: flex;
  align-items: center;
}
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-86eac126] {
  font-size: 22px;
  font-weight: 500;
  color: #212d51;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-86eac126] {
    font-size: 16px;
    line-height: 22px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-86eac126] {
  font-size: 22px;
  font-weight: 500;
  color: #212d51;
  line-height: 30px;
  text-decoration: underline;
  transition: 0.4s ease;
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-86eac126]:hover {
  color: #004fb2;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-86eac126] {
    font-size: 16px;
    line-height: 22px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-86eac126] {
  width: 5px;
  height: 44px;
  background: #212d51;
  margin-right: 40px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-86eac126] {
    width: 3px;
    margin-right: 10px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-86eac126] {
  width: 28px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-86eac126] {
    margin-right: 16px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-86eac126] {
    width: 23px;
    margin-right: 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-86eac126] {
  width: 28px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-86eac126] {
    width: 23px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-86eac126] {
  width: 21px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-86eac126] {
    width: 28px;
    margin-right: 16px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-86eac126] {
    width: 23px;
    margin-right: 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-86eac126] {
  width: 21px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-86eac126] {
    width: 17px;
    height: 25px;
}
}
.info-outer[data-v-86eac126] {
  background-color: #f2f4f4;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.info-outer[data-v-86eac126] {
    padding: 20px 0 0 0;
}
}
.info-outer .content[data-v-86eac126] {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.info-outer .content[data-v-86eac126] {
    padding-bottom: 20px;
}
}
.info-outer .info-gp[data-v-86eac126] {
  border-left: 5px solid #212d51;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp[data-v-86eac126] {
    padding: 0 0 0 10px;
}
}
.info-outer .info-gp .info-text[data-v-86eac126] {
  margin-top: 20px;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  color: #212d51;
  line-height: 35px;
}
@media (max-width: 991px) {
.info-outer .info-gp .info-text[data-v-86eac126] {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-text[data-v-86eac126] {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
}
.info-outer .description-img[data-v-86eac126] {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
.info-outer .description-img img[data-v-86eac126] {
    width: 400px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .description-img img[data-v-86eac126] {
    width: 265px;
}
}
.workflow-outer[data-v-86eac126] {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer[data-v-86eac126] {
    padding: 25px 0;
}
}
.workflow-outer .workflow-inner[data-v-86eac126] {
  position: relative;
  margin: 10px 0 0 0;
  display: flex;
}
.workflow-outer .workflow-inner[data-v-86eac126]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-color: #fea527;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner[data-v-86eac126]::before {
    width: 3px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-86eac126] {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #212d51;
  padding: 0 0 15px 0;
  border-bottom: 5px solid #fea527;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-86eac126]::before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  transform: translate(50%, 50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fea527;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-86eac126] {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #fea527;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-86eac126]::before {
    width: 15px;
    height: 15px;
    bottom: -1.5px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-86eac126] {
  padding-top: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  color: #000;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-86eac126] {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc .workflow-li[data-v-86eac126] {
  display: flex;
  margin-top: 10px;
  border-top: 2px solid #fea527;
  padding-top: 10px;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc .workflow-li[data-v-86eac126]:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc .workflow-li .dot[data-v-86eac126] {
  width: 10px;
  height: 10px;
  background-color: #000000;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-desc .workflow-li .dot[data-v-86eac126] {
    width: 8px;
    height: 8px;
    margin-top: 6px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc .workflow-li .dot-text[data-v-86eac126] {
  flex: 1;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-img[data-v-86eac126] {
  text-align: center;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-img img[data-v-86eac126] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-1 .workflow-img[data-v-86eac126] {
  margin: 40px 40px 0 0;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp.wf-1 .workflow-img img[data-v-86eac126] {
    width: 150px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-1 .workflow-img[data-v-86eac126] {
    margin: 5px 15px 0 8px;
}
.workflow-outer .workflow-inner .workflow-gp.wf-1 .workflow-img img[data-v-86eac126] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-2 .workflow-img[data-v-86eac126] {
  margin: 0 0 0 36px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp.wf-2 .workflow-img img[data-v-86eac126] {
    width: 270px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-2 .workflow-img[data-v-86eac126] {
    margin: 14px 3px 0 0px;
}
.workflow-outer .workflow-inner .workflow-gp.wf-2 .workflow-img img[data-v-86eac126] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-3[data-v-86eac126] {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-3[data-v-86eac126] {
    margin-top: 15px;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-3 .workflow-img[data-v-86eac126] {
  text-align: right;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp.wf-3 .workflow-img img[data-v-86eac126] {
    width: 300px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-3 .workflow-img[data-v-86eac126] {
    margin: 7px 0 0 0;
}
.workflow-outer .workflow-inner .workflow-gp.wf-3 .workflow-img img[data-v-86eac126] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-4[data-v-86eac126] {
  margin-top: 10px;
}
.workflow-outer .workflow-inner .workflow-gp.wf-4 .workflow-img[data-v-86eac126] {
  margin: 15px 0 0 21px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-4 .workflow-img[data-v-86eac126] {
    margin: 10px 20px 0 20px;
}
}
.workflow-outer .workflow-inner .workflow-gp.wf-5[data-v-86eac126] {
  margin-top: 25px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp.wf-5 .workflow-img[data-v-86eac126] {
    margin: 0 10px 0 0;
}
}
.workflow-outer .workflow-inner .left-workflow-gp[data-v-86eac126] {
  width: 50%;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .left-workflow-gp[data-v-86eac126] {
    padding: 33px 0 0 0;
}
}
.workflow-outer .workflow-inner .left-workflow-gp .workflow-gp > div[data-v-86eac126] {
  padding-right: 33px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .left-workflow-gp .workflow-gp > div[data-v-86eac126] {
    padding-right: 17px;
}
}
.workflow-outer .workflow-inner .left-workflow-gp .workflow-title[data-v-86eac126]::before {
  right: 0;
}
.workflow-outer .workflow-inner .right-workflow-gp[data-v-86eac126] {
  width: 50%;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .right-workflow-gp[data-v-86eac126] {
    padding: 123px 0 0 0;
}
}
.workflow-outer .workflow-inner .right-workflow-gp .workflow-gp > div[data-v-86eac126] {
  padding-left: 33px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .right-workflow-gp .workflow-gp > div[data-v-86eac126] {
    padding-left: 17px;
}
}
.workflow-outer .workflow-inner .right-workflow-gp .workflow-title[data-v-86eac126]::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.speecher-outer[data-v-86eac126] {
  padding: 40px 0 0 0;
  background-color: #f2f4f4;
}
.speecher-outer .content[data-v-86eac126] {
  padding-bottom: 79px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .content[data-v-86eac126] {
    padding-bottom: 40px;
}
}
.speecher-outer .lecturer-img[data-v-86eac126] {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
.speecher-outer .lecturer-img img[data-v-86eac126] {
    width: 350px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .lecturer-img img[data-v-86eac126] {
    width: 208px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-86eac126] {
    padding: 20px 0 0 0;
}
}
.speecher-outer .speecher-gp .item-gp[data-v-86eac126] {
  padding: 15px 20px 15px 30px;
  background-color: #fff;
  margin-top: 35px;
  border-left: 5px solid #fea527;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp[data-v-86eac126] {
    padding: 15px 15px 15px 10px;
    margin-top: 20px;
    border-left: 3px solid #fea527;
}
}
.speecher-outer .speecher-gp .item-gp[data-v-86eac126]:first-child {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp[data-v-86eac126]:first-child {
    margin-top: 20px;
}
}
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-86eac126] {
  font-size: 24px;
  font-weight: 600;
  color: #212d51;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-86eac126] {
    font-size: 18px;
    line-height: 25px;
}
}
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-86eac126] {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 35px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-86eac126] {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-86eac126] {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
}
.suitable-outer[data-v-86eac126] {
  padding: 68px 0 50px 0;
}
@media only screen and (max-width: 767px) {
.suitable-outer[data-v-86eac126] {
    padding: 35px 0 0 0;
}
}
.suitable-outer .suitable-gp[data-v-86eac126] {
  border-top: 3px solid #212d51;
  border-bottom: 3px solid #212d51;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp[data-v-86eac126] {
    border-border-top: 2px solid #212d51;
    border-bottom: 2px solid #212d51;
    padding: 0;
}
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-86eac126] {
  display: flex;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer[data-v-86eac126] {
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0 15px;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126] {
  position: relative;
  width: calc(33.3333333333% - 22px);
  font-size: 22px;
  font-weight: 500;
  color: #212d51;
  line-height: 35px;
  border-left: 3px solid #212d51;
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(1) {
  border: 0;
  padding-right: 44px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(1) {
    padding: 0 0 15px 0;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(2) {
  width: calc(33.3333333333% + 44px);
  padding: 0 44px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(2) {
    width: 100%;
    padding: 15px 0;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(3) {
  padding-left: 44px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126]:nth-child(3) {
    padding: 15px 0;
}
}
@media (max-width: 1200px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126] {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-86eac126] {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border-left: 0;
    border-top: 1.5px solid #212d51;
}
}
.unit-outer[data-v-86eac126] {
  padding: 0 0 40px 0;
}
@media (max-width: 1200px) {
.unit-outer[data-v-86eac126] {
    padding: 0 0 40px 0;
}
}
@media only screen and (max-width: 767px) {
.unit-outer[data-v-86eac126] {
    padding: 25px 0;
    display: block;
}
}
.unit-outer .unit-gp[data-v-86eac126] {
  margin-top: 30px;
}
.unit-outer .unit-gp[data-v-86eac126]:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp[data-v-86eac126] {
    margin-top: 20px;
}
}
.unit-outer .unit-gp .unit-title[data-v-86eac126] {
  font-size: 30px;
  font-weight: 600;
  color: #212d51;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-title[data-v-86eac126] {
    font-size: 20px;
    line-height: 28px;
}
}
.unit-outer .unit-gp .unit-box-outer[data-v-86eac126] {
  display: flex;
  flex-wrap: wrap;
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-86eac126] {
  margin: 20px 20px 0 0;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-86eac126] {
    width: 100%;
    margin: 15px 0 0 0;
}
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-86eac126] {
  text-decoration: none;
  padding: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #212d51;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-86eac126]:hover {
  background-color: #effffd;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-86eac126] {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
}
.unit-outer .unit-gp .unit-img[data-v-86eac126] {
  width: 45px;
}
.unit-outer .unit-gp .unit-img img[data-v-86eac126] {
  width: 28px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img img[data-v-86eac126] {
    width: 24px;
}
}
.unit-outer .unit-gp .unit-img .unit-img-3[data-v-86eac126] {
  width: 32px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img .unit-img-3[data-v-86eac126] {
    width: 26px;
}
}
.unit-outer .unit-gp .unit-img .unit-img-4[data-v-86eac126] {
  width: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img .unit-img-4[data-v-86eac126] {
    width: 25px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img[data-v-86eac126] {
    width: 100%;
}
}
.unit-outer .unit-gp .unit-text[data-v-86eac126] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 30px;
}
@media (max-width: 991px) {
.unit-outer .unit-gp .unit-text[data-v-86eac126] {
    font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-text[data-v-86eac126] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}
}
.btn-outer[data-v-86eac126] {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
.btn-outer[data-v-86eac126] {
    padding: 25px 0;
}
}
.btn-outer .btn-gp[data-v-86eac126] {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #212d51;
}
@media only screen and (max-width: 767px) {
.btn-outer .btn-gp[data-v-86eac126] {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 14px;
}
}
.participant-outer[data-v-86eac126] {
  background-color: #f2f4f4;
}
.archived-outer[data-v-86eac126] {
  position: relative;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
.archived-outer[data-v-86eac126] {
    padding: 0 0 20px 0;
}
}
.archived-outer .archived-top[data-v-86eac126] {
  max-width: 1366px;
  padding: 0;
  margin: 0 auto;
}
.archived-outer .archived-top .archived-title-gp[data-v-86eac126] {
  position: relative;
  width: 100%;
  padding: 0 0 0 270px;
}
@media (max-width: 1099px) {
.archived-outer .archived-top .archived-title-gp[data-v-86eac126] {
    padding: 0 0 0 225px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp[data-v-86eac126] {
    padding: 0 0 0 86px;
}
}
.archived-outer .archived-top .archived-title-gp .archived-title[data-v-86eac126] {
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.41;
  color: #fff;
}
@media (max-width: 1200px) {
.archived-outer .archived-top .archived-title-gp .archived-title[data-v-86eac126] {
    top: calc(50% - 21px);
    left: 54%;
}
}
@media (max-width: 991px) {
.archived-outer .archived-top .archived-title-gp .archived-title[data-v-86eac126] {
    top: 26%;
    left: calc(50% + 155px);
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .archived-title[data-v-86eac126] {
    top: 26%;
    left: calc(50% + 72px);
    font-size: 20px;
    min-width: 120px;
}
}
@media (max-width: 350px) {
.archived-outer .archived-top .archived-title-gp .archived-title[data-v-86eac126] {
    left: calc(50% + 64px);
}
}
.archived-outer .archived-top .archived-title-gp img[data-v-86eac126] {
  width: 100%;
}
@media (max-width: 991px) {
.archived-outer .archived-top .archived-title-gp .voice-pc-img[data-v-86eac126] {
    display: none;
}
}
.archived-outer .archived-top .archived-title-gp .voice-mobile-img[data-v-86eac126] {
  display: none;
}
@media (max-width: 991px) {
.archived-outer .archived-top .archived-title-gp .voice-mobile-img[data-v-86eac126] {
    display: block;
}
}
.archived-outer .archived-top .video-gp[data-v-86eac126] {
  position: relative;
  padding-left: 100px;
  margin-top: -265px;
}
@media (max-width: 1099px) {
.archived-outer .archived-top .video-gp[data-v-86eac126] {
    padding-left: 50px;
    margin-top: -200px;
}
}
@media (max-width: 991px) {
.archived-outer .archived-top .video-gp[data-v-86eac126] {
    margin-top: -34%;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp[data-v-86eac126] {
    padding-left: 16px;
    margin-top: -34%;
}
}
.archived-outer .archived-top .video-gp .video-img[data-v-86eac126] {
  position: relative;
}
.archived-outer .archived-top .video-gp .video-img .video-img-icon[data-v-86eac126] {
  width: 236px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-img-icon[data-v-86eac126] {
    width: 123px;
}
}
.archived-outer .archived-top .video-gp .video-img .video-text[data-v-86eac126] {
  position: absolute;
  bottom: 31px;
  left: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-text[data-v-86eac126] {
    left: 12px;
    bottom: 16px;
}
}
.archived-outer .archived-top .video-gp .video-img .video-text .podcast-title[data-v-86eac126] {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-text .podcast-title[data-v-86eac126] {
    font-size: 12px;
}
}
.archived-outer .archived-top .video-gp .video-img .video-text .podcast-title img.bg[data-v-86eac126] {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-text .podcast-title img.bg[data-v-86eac126] {
    margin: 0 3px 3px 0;
    width: 15px;
    height: 17px;
}
}
.archived-outer .archived-top .video-gp .video-img .video-text .btn[data-v-86eac126] {
  display: inline-flex;
  border-radius: 50px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #212d51;
  padding: 8px 15px 8px 15px;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-text .btn[data-v-86eac126] {
    font-size: 12px;
    padding: 2px 9px;
    margin-top: 5px;
    line-height: 16px;
}
}
.archived-outer .archived-top .video-gp .video-img .video-text .btn[data-v-86eac126]:hover {
  opacity: 0.9;
}
.archived-outer .archived-top .video-gp .video-img .video-text .btn img.arrow-right[data-v-86eac126] {
  margin-left: 15px;
  width: 12px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .video-gp .video-img .video-text .btn img.arrow-right[data-v-86eac126] {
    width: 8px;
    margin-left: 5px;
}
}
.archived-outer .archived-content[data-v-86eac126] {
  max-width: 1366px;
  padding: 0 100px 0 30px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.archived-outer .archived-content[data-v-86eac126] {
    padding: 0 50px 0 30px;
}
}
@media (max-width: 991px) {
.archived-outer .archived-content[data-v-86eac126] {
    padding: 0 50px 0 0;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content[data-v-86eac126] {
    padding: 0 20px;
}
}
.archived-outer .archived-content .time-line-gp[data-v-86eac126] {
  margin-top: 60px;
  padding-left: 220px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp[data-v-86eac126] {
    margin-top: 30px;
    padding-left: 0;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list + .dashed-gp-list[data-v-86eac126] {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list + .dashed-gp-list[data-v-86eac126] {
    margin-top: 20px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title-outer[data-v-86eac126] {
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title-outer[data-v-86eac126] {
    padding-left: 20px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title[data-v-86eac126] {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #212d51;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title[data-v-86eac126] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .number[data-v-86eac126] {
  position: absolute;
  top: -5px;
  left: -33px;
  transform: translateX(-50%);
  border: 2px solid white;
  box-sizing: content-box;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #212d51;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .number[data-v-86eac126] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    left: -18px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-86eac126] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  transform: translateX(-100%);
  font-size: 20px;
  font-weight: 500;
  color: #212d51;
  padding: 0 4px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-86eac126] {
    position: relative;
    left: 0;
    transform: none;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #212d51;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp[data-v-86eac126] {
  border-left: 3px solid #212d51;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp[data-v-86eac126] {
    padding-left: 0;
    border-left: 0;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .small-title[data-v-86eac126] {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  background-color: #212d51;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .small-title[data-v-86eac126] {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .underline-text[data-v-86eac126] {
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #3e3a39;
  border-bottom: 3px solid #fea527;
  padding: 0 0 2px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .underline-text[data-v-86eac126] {
    font-size: 12px;
    line-height: 17px;
    border-bottom: 1.5px solid #fea527;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .first-underline-text[data-v-86eac126] {
    margin-bottom: 8px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .text-gp[data-v-86eac126] {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .text-gp[data-v-86eac126] {
    font-size: 12px;
    line-height: 17px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .text-gp a[data-v-86eac126] {
  color: #212d51;
  text-decoration: underline;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .margin-b-10[data-v-86eac126] {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .margin-b-10[data-v-86eac126] {
    margin-bottom: 5px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer[data-v-86eac126] {
  position: relative;
  margin-bottom: 20px;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126],
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .filled-circle-gp[data-v-86eac126] {
  position: relative;
  color: #000000;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126],
  .archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .filled-circle-gp[data-v-86eac126] {
    padding-left: 17px;
    font-size: 12px;
    line-height: 17px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126]::before,
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .filled-circle-gp[data-v-86eac126]::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126]::before,
  .archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .filled-circle-gp[data-v-86eac126]::before {
    top: 4px;
    width: 8px;
    height: 8px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp.mobile-bottom-5[data-v-86eac126],
  .archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .filled-circle-gp.mobile-bottom-5[data-v-86eac126] {
    margin-bottom: 5px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126]::before {
  border: 3px solid #161616;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .hollow-circle-gp[data-v-86eac126]::before {
    border: 2px solid #161616;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .second[data-v-86eac126] {
  margin-left: 20px;
  color: #3e3a39;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .third[data-v-86eac126] {
  margin-left: 40px;
  color: #000;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .third[data-v-86eac126]::before {
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-outer .third[data-v-86eac126]::before {
    width: 6px;
    height: 6px;
}
}
.click-dom[data-v-86eac126] {
  cursor: pointer;
  transition: 0.3s ease;
}
.click-dom[data-v-86eac126]:hover {
  background-color: #effffd !important;
}
.cursor-default[data-v-86eac126] {
  text-decoration: none;
  cursor: default;
}
.margin-bottom-50[data-v-86eac126] {
  margin-bottom: 50px !important;
}
.margin-bottom-20[data-v-86eac126] {
  margin-bottom: 20px !important;
}
.color-212d51[data-v-86eac126] {
  color: #212d51 !important;
}
.color-16758c[data-v-86eac126] {
  color: #16758c !important;
}
@media only screen and (max-width: 767px) {
.unit-hide-mobile[data-v-86eac126] {
    display: none;
}
}
.f-w-500[data-v-86eac126] {
  font-weight: 500;
}
.f-w-600[data-v-86eac126] {
  font-weight: 600;
}
.text-underline[data-v-86eac126] {
  text-decoration: underline;
}[data-v-8602ce28]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-8602ce28] .page-event {
  font-family: "Noto Sans TC", "Roboto";
}
[data-v-8602ce28] .page-event .footer-signup-outer {
  display: none;
}
[data-v-8602ce28] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #e7cb3b;
}
[data-v-8602ce28] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-2 {
  fill: #113f43;
}
[data-v-8602ce28] .page-event .menu-sm .time .svg-icon-menu .cls-sm-menu-1 {
  fill: #113f43;
}
[data-v-8602ce28] .page-event .menu-sm .time .svg-icon-menu .cls-sm-menu-2 {
  fill: #e7cb3b;
}
[data-v-8602ce28] .page-event .menu-sm .archived {
  background-color: #113f43 !important;
  color: #fff !important;
}
.risks-event[data-v-8602ce28] {
  height: 100%;
}
.menu-signup[data-v-8602ce28] {
  height: 44px;
  border-radius: 22px;
  width: 105px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms;
  border-radius: 22px;
  border: solid 2px #113f43;
  color: #113f43;
}
.menu-signup.can-register[data-v-8602ce28]:hover {
  background: #113f43;
  color: #fff;
}
.header-title-outer[data-v-8602ce28] {
  position: relative;
  background-color: #eccac4;
}
.header-title-outer .header-title-inner[data-v-8602ce28] {
  margin: 0 auto;
  max-width: 1366px;
  text-align: center;
}
.header-title-outer .header-title-inner .header-title[data-v-8602ce28] {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.header-title-outer .header-title-inner[data-v-8602ce28] {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 10;
}
}
.header-title-outer .icon-outer[data-v-8602ce28] {
  margin: 0;
  padding: 0 30px;
}
.header-title-outer .icon-outer .icon-content[data-v-8602ce28] {
  background-color: #fffded;
  width: 996px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
}
@media only screen and (max-width: 959px) {
.header-title-outer .icon-outer .icon-content[data-v-8602ce28] {
    padding: 20px 60px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .icon-outer .icon-content[data-v-8602ce28] {
    padding: 15px 35px;
}
}
.header-title-outer .icon-outer .icon-content .col-icon[data-v-8602ce28] {
  width: 150px;
  height: 150px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans TC", "Roboto";
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.header-title-outer .icon-outer .icon-content .col-icon[data-v-8602ce28] {
    width: 130;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .icon-outer .icon-content .col-icon[data-v-8602ce28] {
    width: 60px;
    height: 60px;
}
}
.header-title-outer .icon-outer .icon-content .col-icon img.icon-0[data-v-8602ce28],
.header-title-outer .icon-outer .icon-content .col-icon img.icon-1[data-v-8602ce28] {
  width: 130px;
}
@media only screen and (max-width: 767px) {
.header-title-outer .icon-outer .icon-content .col-icon img.icon-0[data-v-8602ce28],
  .header-title-outer .icon-outer .icon-content .col-icon img.icon-1[data-v-8602ce28] {
    width: 60px;
}
}
.header-title-outer .icon-outer .icon-content .col-icon img.icon-2[data-v-8602ce28] {
  width: 105px;
}
@media only screen and (max-width: 767px) {
.header-title-outer .icon-outer .icon-content .col-icon img.icon-2[data-v-8602ce28] {
    width: 48px;
}
}
.header-title-outer .icon-outer .icon-content .col-icon .txt-icon[data-v-8602ce28] {
  margin-top: 9px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
.header-title-outer .icon-outer .icon-content .col-icon .txt-icon[data-v-8602ce28] {
    margin-top: 4px;
    font-size: 12px;
}
}
.header-title-outer .time-outer[data-v-8602ce28] {
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-outer[data-v-8602ce28] {
    padding: 30px;
}
}
.header-title-outer .time-outer .time-title[data-v-8602ce28] {
  color: #113f43;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-outer .time-title[data-v-8602ce28] {
    font-size: 16px;
    line-height: 24px;
}
}
.header-title-outer .time-outer .time-inner[data-v-8602ce28] {
  width: 1366px;
  max-width: 100%;
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  padding: 0 150px;
}
@media only screen and (max-width: 1365px) {
.header-title-outer .time-outer .time-inner[data-v-8602ce28] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 959px) {
.header-title-outer .time-outer .time-inner[data-v-8602ce28] {
    padding: 0;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-outer .time-inner[data-v-8602ce28] {
    flex-direction: column;
    margin-top: 20px;
}
}
.header-title-outer .time-outer .time-inner .col[data-v-8602ce28] {
  background: #fffded;
  flex: 1;
  display: flex;
  height: 60px;
  padding: 0 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-outer .time-inner .col[data-v-8602ce28] {
    flex: none;
    height: 45px;
}
}
.header-title-outer .time-outer .time-inner .col.col-time[data-v-8602ce28] {
  margin-right: 60px;
}
@media only screen and (max-width: 959px) {
.header-title-outer .time-outer .time-inner .col.col-time[data-v-8602ce28] {
    margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-outer .time-inner .col.col-time[data-v-8602ce28] {
    margin-right: 0;
    margin-bottom: 15px;
}
}
.header-title-outer .time-outer .time-inner .col img[data-v-8602ce28] {
  flex: none;
  margin: 0 20px;
  width: 35px;
}
@media only screen and (max-width: 959px) {
.header-title-outer .time-outer .time-inner .col img[data-v-8602ce28] {
    width: 25px;
    margin-left: 0;
}
}
.header-title-outer .time-outer .time-inner .col .txt[data-v-8602ce28] {
  font-size: 22px;
  color: #000;
}
.header-title-outer .time-outer .time-inner .col .txt.txt-location[data-v-8602ce28] {
  text-decoration: underline;
  font-weight: 500;
}
.header-title-outer .time-outer .time-inner .col .txt.txt-time[data-v-8602ce28] {
  font-weight: 500;
}
@media only screen and (max-width: 1365px) {
.header-title-outer .time-outer .time-inner .col .txt[data-v-8602ce28] {
    font-size: 18px;
}
}
@media only screen and (max-width: 959px) {
.header-title-outer .time-outer .time-inner .col .txt[data-v-8602ce28] {
    font-size: 14px;
}
}
.outer[data-v-8602ce28] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-title-outer[data-v-8602ce28] {
  position: relative;
  text-align: center;
}
.big-title-outer .big-title[data-v-8602ce28] {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.big-title-outer .big-title[data-v-8602ce28] {
    font-size: 16px;
    line-height: 25px;
}
}
.header-title-outer[data-v-8602ce28] {
  position: relative;
}
.info-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 150px;
  background-image: url("/images/event/risks-and-challenges-of-the-metaverse/info-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom 30px center;
}
@media only screen and (max-width: 1365px) {
.info-outer .content[data-v-8602ce28] {
    padding: 60px;
}
}
@media only screen and (max-width: 959px) {
.info-outer .content[data-v-8602ce28] {
    padding: 30px 20px 0 20px;
    background-image: none;
}
}
.info-outer .content .info-gp[data-v-8602ce28] {
  width: 653px;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
.info-outer .content .info-gp[data-v-8602ce28] {
    width: auto;
}
}
.info-outer .content .info-gp .info-title[data-v-8602ce28] {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
}
@media only screen and (max-width: 959px) {
.info-outer .content .info-gp .info-title[data-v-8602ce28] {
    padding: 0 10px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .content .info-gp .info-title[data-v-8602ce28] {
    font-size: 16px;
    line-height: 24px;
}
}
.info-outer .content .info-gp .info-text[data-v-8602ce28] {
  position: relative;
  margin-top: 30px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 959px) {
.info-outer .content .info-gp .info-text[data-v-8602ce28] {
    margin-top: 10px;
    padding: 10px 10px 30px;
    background-image: url("/images/event/risks-and-challenges-of-the-metaverse/info-bg-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
}
@media only screen and (max-width: 767px) {
.info-outer .content .info-gp .info-text[data-v-8602ce28] {
    font-size: 14px;
    line-height: 20px;
}
}
.info-outer .content .info-gp .info-text .info-icon[data-v-8602ce28] {
  display: none;
}
@media only screen and (max-width: 959px) {
.info-outer .content .info-gp .info-text .info-icon[data-v-8602ce28] {
    display: block;
    float: right;
    margin-top: -30px;
}
}
.workflow-outer[data-v-8602ce28] {
  background-color: #fffded;
}
.workflow-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 150px;
  background-image: url("/images/event/risks-and-challenges-of-the-metaverse/workflow-bg.svg");
  background-repeat: no-repeat;
  background-position: top right 150px;
}
@media only screen and (max-width: 1365px) {
.workflow-outer .content[data-v-8602ce28] {
    padding: 60px;
    background-position: top right 60px;
}
}
@media only screen and (max-width: 959px) {
.workflow-outer .content[data-v-8602ce28] {
    background-image: url("/images/event/risks-and-challenges-of-the-metaverse/workflow-bg-mobile.svg");
    background-position: bottom 30px right 20px;
    padding: 30px 30px 260px;
}
}
.workflow-outer .workflow-big-title[data-v-8602ce28] {
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 959px) {
.workflow-outer .workflow-big-title[data-v-8602ce28] {
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-big-title[data-v-8602ce28] {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
}
.workflow-outer .workflow-inner[data-v-8602ce28] {
  position: relative;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-8602ce28] {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-8602ce28] {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title span[data-v-8602ce28] {
  margin-right: 24px;
  font-family: "Roboto";
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title span[data-v-8602ce28] {
    margin-right: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul[data-v-8602ce28] {
  margin-bottom: 30px;
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul[data-v-8602ce28] {
    padding-left: 28px;
    margin-bottom: 20px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul.sub[data-v-8602ce28] {
  margin: 20px 0;
  padding-left: 0;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-8602ce28] {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #113f43;
  padding-left: 20px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-8602ce28] {
    font-size: 12px;
    line-height: 17px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-8602ce28]::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #113f43;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-8602ce28]::before {
    width: 8px;
    height: 8px;
    top: 6px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li.sub[data-v-8602ce28] {
  color: #333333;
  max-width: 503px;
}
@media only screen and (max-width: 1365px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li.sub[data-v-8602ce28] {
    max-width: 450px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li.sub[data-v-8602ce28]::before {
  border: solid 2px #333;
  background-color: transparent;
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li + .workflow-li[data-v-8602ce28] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li + .workflow-li[data-v-8602ce28] {
    margin-top: 15px;
}
}
.speecher-outer[data-v-8602ce28] {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-8602ce28] {
    padding: 30px 0;
}
}
.speecher-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
}
.speecher-outer .speecher-gp[data-v-8602ce28] {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding-left: 300px;
  padding-right: 150px;
}
@media only screen and (max-width: 1365px) {
.speecher-outer .speecher-gp[data-v-8602ce28] {
    padding-left: 150px;
    padding-right: 75px;
}
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher-gp[data-v-8602ce28] {
    padding: 0 30px;
    margin-top: 30px;
    flex-direction: column;
    padding: 0 30px;
}
}
.speecher-outer .speecher-gp + .speecher-gp[data-v-8602ce28] {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher-gp + .speecher-gp[data-v-8602ce28] {
    margin-top: 30px;
}
}
.speecher-outer .speecher-gp[data-v-8602ce28]:nth-child(2n+1) {
  padding-left: 150px;
  padding-right: 300px;
}
@media only screen and (max-width: 1365px) {
.speecher-outer .speecher-gp[data-v-8602ce28]:nth-child(2n+1) {
    padding-left: 75px;
    padding-right: 150px;
}
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher-gp[data-v-8602ce28]:nth-child(2n+1) {
    padding: 0 30px;
}
}
.speecher-outer .speecher-gp .speecher-img[data-v-8602ce28] {
  margin-right: 60px;
  width: 280px;
  height: 280px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher-gp .speecher-img[data-v-8602ce28] {
    margin: 0 0 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-img[data-v-8602ce28] {
    width: 150px;
    height: 150px;
}
}
.speecher-outer .speecher-gp .speecher-img img[data-v-8602ce28] {
  width: 100%;
}
.speecher-outer .speecher-gp .speecher-title[data-v-8602ce28] {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher-gp .speecher-title[data-v-8602ce28] {
    justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-title[data-v-8602ce28] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
}
.speecher-outer .speecher-gp .speecher-title .type[data-v-8602ce28] {
  font-weight: bold;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-title .type[data-v-8602ce28] {
    margin-right: 10px;
}
}
.speecher-outer .speecher-gp .speecher-title .name[data-v-8602ce28] {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-title .name[data-v-8602ce28] {
    margin-right: 10px;
}
}
.speecher-outer .speecher-gp .speecher-title .title[data-v-8602ce28] {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-title .title[data-v-8602ce28] {
    font-size: 12px;
    line-height: 17px;
}
}
.speecher-outer .speecher-gp .speecher-desc[data-v-8602ce28] {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-desc[data-v-8602ce28] {
    font-size: 12px;
    line-height: 20px;
}
}
.suitable-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
  background-image: url("/images/event/risks-and-challenges-of-the-metaverse/suitable-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 767px) {
.suitable-outer .content[data-v-8602ce28] {
    background-size: 150px;
    background-position: top 10px center;
}
}
.suitable-outer .suitable-gp[data-v-8602ce28] {
  position: relative;
  padding: 60px 150px;
}
@media only screen and (max-width: 959px) {
.suitable-outer .suitable-gp[data-v-8602ce28] {
    padding: 30px 30px;
}
}
.suitable-outer .suitable-gp .suitable-title[data-v-8602ce28] {
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .suitable-title[data-v-8602ce28] {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-8602ce28] {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer[data-v-8602ce28] {
    flex-direction: column;
    margin-top: 30px;
    border-top: 2px solid #113f43;
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-8602ce28]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #113f43;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-8602ce28] {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  font-size: 18px;
  font-weight: 500;
  color: #113f43;
  line-height: 32px;
  border-left: 3px solid #113f43;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-8602ce28] {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 2px solid #113f43;
    letter-spacing: 1px;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-8602ce28]:nth-child(3) {
  border-right: 2px solid #113f43;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-8602ce28]:nth-child(3) {
    border: 0;
}
}
.unit-outer[data-v-8602ce28] {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.unit-outer[data-v-8602ce28] {
    padding: 30px;
}
}
.unit-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
}
.unit-outer .unit-gp[data-v-8602ce28] {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp[data-v-8602ce28] {
    margin-top: 30px;
}
}
.unit-outer .unit-gp[data-v-8602ce28]:first-child {
  margin-top: 0;
}
.unit-outer .unit-gp .unit-title[data-v-8602ce28] {
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-title[data-v-8602ce28] {
    font-size: 16px;
    line-height: 24px;
}
}
.unit-outer .unit-gp .unit-box-outer[data-v-8602ce28] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-8602ce28] {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-8602ce28] {
    width: 100%;
    margin: 20px 0 0 0;
}
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp + .unit-box-gp[data-v-8602ce28] {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp + .unit-box-gp[data-v-8602ce28] {
    margin-left: 0;
}
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-8602ce28] {
  text-decoration: none;
  padding: 15px;
  border: solid 2px #113f43;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-8602ce28] {
    width: 100%;
    padding: 10px;
}
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-8602ce28]:hover {
  background-color: #effffd;
}
.unit-outer .unit-gp .unit-img[data-v-8602ce28] {
  width: 30px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img[data-v-8602ce28] {
    width: 24px;
}
}
.unit-outer .unit-gp .unit-img img[data-v-8602ce28] {
  width: 100%;
}
.unit-outer .unit-gp .unit-text[data-v-8602ce28] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-text[data-v-8602ce28] {
    font-size: 12px;
    line-height: 17px;
}
}
.btn-outer .btn-gp[data-v-8602ce28] {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #113f43;
  background-color: #fff;
  border-radius: 22px;
  border: solid 2px #113f43;
}
@media only screen and (max-width: 767px) {
.btn-outer .btn-gp[data-v-8602ce28] {
    font-size: 14px;
}
}
.btn-outer .btn-gpa[data-v-8602ce28]:hover {
  background-color: #113f43;
  color: #fff;
  text-decoration: none;
}
.participant-outer[data-v-8602ce28] {
  background-color: #fffded;
}
.participant-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 120px;
}
@media only screen and (max-width: 959px) {
.participant-outer .content[data-v-8602ce28] {
    padding: 0 30px;
}
}
.archived-outer[data-v-8602ce28] {
  position: relative;
  background-color: #eccac4;
  padding: 0 0 60px 0;
}
.archived-outer .content[data-v-8602ce28] {
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.archived-outer[data-v-8602ce28] {
    padding: 0 0 40px 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-bg img[data-v-8602ce28] {
  width: 100%;
}
.archived-outer .archived-inner .archived-gp .archived-cont[data-v-8602ce28] {
  position: relative;
  padding: 0 150px;
}
@media (max-width: 1024px) {
.archived-outer .archived-inner .archived-gp .archived-cont[data-v-8602ce28] {
    padding: 0 60px;
}
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont[data-v-8602ce28] {
    padding: 0 30px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box[data-v-8602ce28] {
  position: relative;
  background-color: #fffded;
  padding: 60px 50px 40px 50px;
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box[data-v-8602ce28] {
    padding: 60px 30px 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box[data-v-8602ce28] {
    padding: 40px 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp[data-v-8602ce28] {
  position: absolute;
  top: 80px;
  right: 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp[data-v-8602ce28] {
    top: -10px;
    right: -10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp[data-v-8602ce28] {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/images/event/risks-and-challenges-of-the-metaverse/circle-img.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp[data-v-8602ce28] {
    width: 150px;
    height: 150px;
    background-size: 150px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .circle-title[data-v-8602ce28] {
  display: flex;
  align-items: center;
  color: #0a8c81;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .circle-title[data-v-8602ce28] {
    font-size: 12px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .circle-title img.bg[data-v-8602ce28] {
  margin-right: 5px;
  width: 18px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .circle-title img.bg[data-v-8602ce28] {
    margin: 4px 5px 7px 0;
    width: 13.6px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .btn[data-v-8602ce28] {
  display: inline-flex;
  border-radius: 24px;
  background-color: #0a8c81;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 19px 8px 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .btn[data-v-8602ce28] {
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 12px;
    margin-top: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .btn[data-v-8602ce28]:hover {
  opacity: 0.8;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .btn img.arrow-right[data-v-8602ce28] {
  margin-left: 15px;
  width: 8px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-video-gp .video-gp .btn img.arrow-right[data-v-8602ce28] {
    width: 5px;
    margin-left: 8px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-img[data-v-8602ce28] {
  position: absolute;
  right: 76.5px;
  top: -56.8px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-img[data-v-8602ce28] {
    display: none;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp[data-v-8602ce28] {
  display: flex;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp[data-v-8602ce28] {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp[data-v-8602ce28] {
    display: block;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .left-time[data-v-8602ce28] {
  position: relative;
  margin-right: 30px;
  flex: none;
  font-size: 16px;
  color: #0a8c81;
  font-weight: bold;
  margin-top: 2px;
  padding-bottom: 2px;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .left-time[data-v-8602ce28] {
    display: inline-block;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .left-time[data-v-8602ce28]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100%;
  height: 2px;
  background-color: #0a8c81;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text[data-v-8602ce28] {
  flex: 1;
  width: 0;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text[data-v-8602ce28] {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 21px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-1[data-v-8602ce28] {
  padding-right: 220px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-1[data-v-8602ce28] {
    padding-right: 157px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-2[data-v-8602ce28], .archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-3[data-v-8602ce28], .archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-4[data-v-8602ce28] {
  padding-right: 170px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-2[data-v-8602ce28], .archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-3[data-v-8602ce28], .archived-outer .archived-inner .archived-gp .archived-cont .archived-box .time-gp .right-time-text.section-text-4[data-v-8602ce28] {
    padding-right: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .sub-lable[data-v-8602ce28] {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .sub-lable[data-v-8602ce28] {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp[data-v-8602ce28] {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp[data-v-8602ce28] {
    margin-bottom: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp[data-v-8602ce28]:last-child {
  margin-bottom: 0;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-title[data-v-8602ce28] {
  font-size: 16px;
  color: #113f43;
  font-weight: bold;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-title[data-v-8602ce28] {
    font-size: 12px;
    line-height: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp[data-v-8602ce28] {
  margin-top: 20px;
  padding: 0 0 0 20px;
  border-left: 2px solid #113f43;
  margin-left: 4px;
  font-family: "NotoSansTC", "Helvetica Neue", "Roboto";
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp[data-v-8602ce28] {
    margin-top: 15px;
    margin-left: 2px;
    padding: 0 0 0 18px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp > div[data-v-8602ce28] {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp > div[data-v-8602ce28] {
    font-size: 12px;
    line-height: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp > div + div[data-v-8602ce28] {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp > div + div[data-v-8602ce28] {
    margin-top: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp .bold[data-v-8602ce28] {
  font-weight: 900;
  color: #424242;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp .ul-top-text[data-v-8602ce28] {
  margin-bottom: 10px;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .label-box-gp .label-list-gp .ul-bottom-text[data-v-8602ce28] {
  margin-top: 10px;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul[data-v-8602ce28] {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul[data-v-8602ce28] {
    margin-left: 10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li[data-v-8602ce28] {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li[data-v-8602ce28] {
    font-size: 12px;
    line-height: 20px;
    padding-left: 18px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li .text-bold[data-v-8602ce28] {
  font-weight: bold;
  color: #333333;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li + .archived-li[data-v-8602ce28] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li + .archived-li[data-v-8602ce28] {
    margin-top: 10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li[data-v-8602ce28]::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #000000;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li[data-v-8602ce28]::before {
    top: 5px;
    width: 8px;
    height: 8px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-box .archived-ul .archived-li > div + div[data-v-8602ce28] {
  margin-top: 5px;
}
.cursor-default[data-v-8602ce28] {
  text-decoration: none;
  cursor: default;
}
.margin-bottom-50[data-v-8602ce28] {
  margin-bottom: 50px !important;
}
.margin-bottom-20[data-v-8602ce28] {
  margin-bottom: 20px !important;
}
.color-212d51[data-v-8602ce28] {
  color: #212d51 !important;
}
.color-16758c[data-v-8602ce28] {
  color: #16758c !important;
}
.color-0d175d[data-v-8602ce28] {
  color: #0d175d !important;
}
.f-w-500[data-v-8602ce28] {
  font-weight: 500;
}
.f-w-600[data-v-8602ce28] {
  font-weight: 600;
}
.text-underline[data-v-8602ce28] {
  text-decoration: underline;
}.v-checkbox .v-selection-control {
  min-height: var(--v-input-control-height);
}.v-selection-control {
  align-items: center;
  contain: layout;
  display: flex;
  flex: 1 0;
  grid-area: control;
  position: relative;
  user-select: none;
}
.v-selection-control .v-label {
  white-space: normal;
  word-break: break-word;
  height: 100%;
  width: 100%;
}
.v-selection-control--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--inline {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
.v-selection-control--inline .v-label {
  width: auto;
}
.v-selection-control--density-default {
  --v-selection-control-size: 40px;
}

.v-selection-control--density-comfortable {
  --v-selection-control-size: 36px;
}

.v-selection-control--density-compact {
  --v-selection-control-size: 28px;
}

.v-selection-control__wrapper {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex: none;
}

.v-selection-control__input {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  align-items: center;
  display: flex;
  flex: none;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.v-selection-control__input input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.v-selection-control__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0;
  pointer-events: none;
}
.v-selection-control__input:hover::before {
  opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
}
.v-selection-control__input > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--focus-visible .v-selection-control__input::before {
  opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
}.v-selection-control-group {
  grid-area: control;
  display: flex;
  flex-direction: column;
}
.v-selection-control-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
}[data-v-da9341ba]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.event-signup-component[data-v-da9341ba] {
  position: relative;
  max-width: 1124px;
  margin: 0 auto 0;
}
.event-signup-component .register-outer[data-v-da9341ba] {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer[data-v-da9341ba] {
    margin: 0 20px;
    padding: 30px 20px;
}
}
.event-signup-component .register-outer .sign-logo-gp[data-v-da9341ba] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: #3e3a39;
}
.event-signup-component .register-outer .sign-logo-gp.dark[data-v-da9341ba] {
  color: #fff;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .sign-logo-gp[data-v-da9341ba] {
    font-size: 20px;
}
}
.event-signup-component .register-outer .sign-logo-gp img[data-v-da9341ba] {
  width: 50px;
  height: 52px;
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .sign-logo-gp img[data-v-da9341ba] {
    width: 28.5px;
    height: 30px;
    margin-right: 10px;
}
}
.event-signup-component .register-outer .event-title[data-v-da9341ba] {
  text-align: center;
  margin: 7px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}
.event-signup-component .register-outer .event-title.dark[data-v-da9341ba] {
  color: #fff;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .event-title[data-v-da9341ba] {
    font-size: 12px;
    margin: 7px 0 0 0;
    line-height: 20px;
}
}
.event-signup-component .register-outer .event-title .txt-title[data-v-da9341ba] {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  z-index: 1;
}
.event-signup-component .register-outer .event-title .txt-title[data-v-da9341ba]::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  background-color: var(--event-signup-title-bgcolor, #e4e4e4);
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] {
  padding-top: 20px;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .form-outer[data-v-da9341ba] {
    padding-top: 10px;
}
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input input::placeholder {
  color: #333;
  font-size: 14px;
  font-family: "NotoSansTC", "Helvetica Neue", "Roboto";
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input .v-field__outline {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input .v-field__outline .v-field__outline__start {
  border-radius: 10px 0 0 10px;
  border-width: 0;
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input .v-field__outline .v-field__outline__end {
  border-radius: 0 10px 10px 0;
  border-width: 0;
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input.v-input--error .v-field__outline .v-field__outline__start {
  border-width: 1px;
  border-right-width: 0;
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input.v-input--error .v-field__outline .v-field__outline__end {
  border-width: 1px;
  border-left-width: 0;
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input.v-input--error.v-checkbox .v-icon, .event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input.v-input--error.v-checkbox .v-label {
  color: rgb(var(--v-theme-error)) !important;
}
.event-signup-component .register-outer .form-outer[data-v-da9341ba] .v-input .v-input__details {
  margin-bottom: 0;
}
.event-signup-component .register-outer .input-gp[data-v-da9341ba] {
  display: flex;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .input-gp[data-v-da9341ba] {
    flex-wrap: wrap;
}
}
.event-signup-component .register-outer .input-gp .left-gp[data-v-da9341ba] {
  width: 275px;
  text-align: right;
  flex: none;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .input-gp .left-gp[data-v-da9341ba] {
    width: 100%;
    text-align: left;
}
}
.event-signup-component .register-outer .input-gp .left-gp .title-gp[data-v-da9341ba] {
  padding-top: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #3e3a39;
}
.event-signup-component .register-outer .input-gp .left-gp .title-gp.dark[data-v-da9341ba] {
  color: #fff;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .input-gp .left-gp .title-gp[data-v-da9341ba] {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}
}
.event-signup-component .register-outer .input-gp .right-gp[data-v-da9341ba] {
  width: 0;
  flex: 1;
  padding-left: 15px;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .input-gp .right-gp[data-v-da9341ba] {
    width: 100%;
    flex: none;
    padding: 5px 0 0 0;
}
}
.event-signup-component .register-outer .input-gp .right-gp .inline-checkbox[data-v-da9341ba] {
  display: flex;
  gap: 30px;
  row-gap: 0;
  flex-wrap: wrap;
}
.event-signup-component .register-outer .input-gp .right-gp .advice-text[data-v-da9341ba] {
  text-align: left;
  font-weight: 500;
  color: #3e3a39;
  line-height: 14px;
  font-size: 12px;
  padding-bottom: 10px;
}
.event-signup-component .register-outer .input-gp .right-gp .advice-text.dark[data-v-da9341ba] {
  color: #fff;
}
@media only screen and (max-width: 959px) {
.event-signup-component .register-outer .input-gp .right-gp .advice-text[data-v-da9341ba] {
    font-size: 12px;
    transform: scale(0.8);
    transform-origin: 0;
}
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer[data-v-da9341ba] {
  align-items: center;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer.other-outer[data-v-da9341ba] {
  display: flex;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer[data-v-da9341ba] .input-checkbox {
  flex: none;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer[data-v-da9341ba] .input-checkbox .v-checkbox-btn {
  width: 100%;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer[data-v-da9341ba] .input-checkbox .v-label {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  opacity: 1;
  padding-left: 10px;
  word-wrap: break-word;
  height: auto;
  display: block;
  text-overflow: none;
  white-space: break-spaces;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer.event-input[data-v-da9341ba] {
  flex: 1;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer .input-other[data-v-da9341ba] {
  margin-left: 15px;
}
.event-signup-component .register-outer .input-gp .right-gp .checkbox-outer.dark[data-v-da9341ba] .input-checkbox .v-label {
  color: #fff;
}
.event-signup-component .register-outer .input-gp .right-gp .is-error + .advice-text[data-v-da9341ba] {
  margin: 3px 0 10px 0;
}
@media only screen and (max-width: 767px) {
.event-signup-component .register-outer .input-gp .right-gp .is-error + .advice-text[data-v-da9341ba] {
    margin: 0;
    padding: 3px 0 0 0;
}
}
.event-signup-component .register-outer .input-gp .right-gp .name-gp[data-v-da9341ba] {
  display: flex;
}
.event-signup-component .register-outer .input-gp .right-gp .name-gp > div[data-v-da9341ba]:first-child {
  width: 60%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.event-signup-component .register-outer .input-gp .right-gp .name-gp > div[data-v-da9341ba]:first-child {
    margin-right: 10px;
}
}
.event-signup-component .register-outer .input-gp .right-gp .name-gp > div[data-v-da9341ba]:last-child {
  flex: 1;
}
.event-signup-component .register-outer .input-gp .right-gp .name-gp .is-error[data-v-da9341ba] {
  margin-bottom: 27px !important;
}
@media only screen and (max-width: 767px) {
.event-signup-component .register-outer .input-gp .right-gp .name-gp .is-error[data-v-da9341ba] {
    margin-bottom: 24px !important;
}
}
.event-signup-component .register-outer .input-gp .event-input.dark[data-v-da9341ba]:not(.v-input--error) .v-field__outline {
  border: 1px solid #fff;
  border-radius: 10px;
}
.event-signup-component .register-outer .input-gp .event-input.dark[data-v-da9341ba]:not(.v-input--error) .v-field__outline .v-field__outline__start,
.event-signup-component .register-outer .input-gp .event-input.dark[data-v-da9341ba]:not(.v-input--error) .v-field__outline .v-field__outline__end {
  border: none;
}
.event-signup-component .register-outer .button-gp[data-v-da9341ba] {
  margin-top: 15px;
  text-align: center;
}
.event-signup-component .register-outer .button-gp .event-save-btn[data-v-da9341ba] {
  color: #113f43;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 46px;
  border-radius: 22px;
  border: solid 2px #113f43;
  background-color: transparent;
}
.event-signup-component .register-outer .button-gp .event-save-btn[data-v-da9341ba]:not([disabled]):hover {
  background-color: #113f43;
  color: #ffffff;
}
.event-signup-component .register-outer .button-gp .event-save-btn[disabled][data-v-da9341ba] {
  opacity: 0.5;
}
.checkbox-event[data-v-da9341ba] {
  position: relative;
}
.checkbox-label[data-v-da9341ba] {
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  flex: 1;
}
.successfully-outer[data-v-da9341ba] {
  padding-top: 20px;
  text-align: center;
}
.successfully-outer .back-event[data-v-da9341ba] {
  margin-top: 60px;
}
.successfully-outer .back-event a[data-v-da9341ba] {
  border-radius: 22px;
  border: solid 2px #113f43;
  color: #113f43;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 18px;
  height: 46px;
  text-decoration: none;
}
.successfully-outer .back-event a[data-v-da9341ba]:hover {
  background-color: #113f43;
  color: #fff;
}
.successfully-outer .successfully-title[data-v-da9341ba] {
  font-size: 16px;
  font-weight: 500;
  color: #3e3a39;
}
.successfully-outer .successfully-title.dark[data-v-da9341ba] {
  color: #fff;
}
.successfully-outer .add-to-calendar[data-v-da9341ba] {
  padding-top: 20px;
}
.successfully-outer .add-to-calendar .link-add-to-calendar[data-v-da9341ba] {
  color: #fff;
  text-decoration: underline;
}
.color-3e3a39[data-v-da9341ba] {
  color: #3e3a39;
}
.successfully-gp .component-fintech[data-v-da9341ba] {
  display: flex;
  flex-direction: column;
}
.successfully-gp .content[data-v-da9341ba] {
  flex: 1;
}
.successfully-gp .content .content-inner[data-v-da9341ba] {
  margin: 20px auto 0;
}
.successfully-gp .content .register-outer[data-v-da9341ba] {
  margin: 0;
}
.successfully-gp .content .register-outer .img-icon4[data-v-da9341ba],
.successfully-gp .content .register-outer .img-icon8[data-v-da9341ba] {
  display: none;
}
@media only screen and (max-width: 767px) {
.successfully-gp .content .register-outer .img-icon6[data-v-da9341ba] {
    display: none;
}
}
.txt-alert[data-v-da9341ba] {
  padding: 20px 15px 0;
  color: #606266;
  font-size: 14px;
}[data-v-a053e830]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-a053e830] .page-event {
  font-family: "Noto Sans TC", "Roboto";
  background-color: #fffded;
}
[data-v-a053e830] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #e7cb3b;
}
[data-v-a053e830] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-2 {
  fill: #113f43;
}
[data-v-a053e830] .page-event .menu-sm .time .svg-icon-menu .cls-sm-menu-1 {
  fill: #113f43;
}
[data-v-a053e830] .page-event .menu-sm .time .svg-icon-menu .cls-sm-menu-2 {
  fill: #e7cb3b;
}
.risks-event[data-v-a053e830] {
  height: 100%;
}
.menu-signup[data-v-a053e830] {
  height: 44px;
  border-radius: 22px;
  width: 105px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms;
  border-radius: 22px;
  border: solid 2px #113f43;
  color: #113f43;
}
.menu-signup.can-register[data-v-a053e830]:hover {
  background: #113f43;
  color: #fff;
}
.img-icon1[data-v-a053e830] {
  position: absolute;
  right: 33px;
  bottom: -60px;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
.img-icon1[data-v-a053e830] {
    right: 0;
    bottom: -20px;
}
}
.img-icon1 img[data-v-a053e830] {
  width: 309px;
}
@media only screen and (max-width: 959px) {
.img-icon1 img[data-v-a053e830] {
    width: 135px;
}
}[data-v-f60871d1]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-f60871d1] .page-event {
  font-family: "Noto Sans TC", "Roboto";
}
[data-v-f60871d1] .page-event .footer-signup-outer {
  display: none;
}
[data-v-f60871d1] .page-event .archived {
  color: #5b78dd !important;
}
[data-v-f60871d1] .page-event .menu-sm .item {
  color: #000 !important;
}
[data-v-f60871d1] .page-event .menu-sm .archived {
  background-image: linear-gradient(180deg, #997dd8, #6c67e3) !important;
  color: #fff !important;
}
[data-v-f60871d1] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #9a7dd8;
}
.medical-event[data-v-f60871d1] {
  height: 100%;
  background-image: linear-gradient(to bottom, #997dd8, #6c67e3);
}
.content[data-v-f60871d1] {
  position: relative;
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.content[data-v-f60871d1] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.content[data-v-f60871d1] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.content[data-v-f60871d1] {
    padding: 0 20px;
}
}
.outer[data-v-f60871d1] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-title-outer[data-v-f60871d1] {
  position: relative;
  text-align: center;
}
.big-title-outer[data-v-f60871d1]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 2px dashed #0d175d;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
.big-title-outer[data-v-f60871d1]::before {
    border-top: 1px dashed #0d175d;
}
}
.big-title-outer .big-title[data-v-f60871d1] {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  color: #fff;
  text-align: center;
}
.big-title-outer .big-title > span[data-v-f60871d1] {
  color: #0d175d;
}
@media only screen and (max-width: 767px) {
.big-title-outer .big-title[data-v-f60871d1] {
    font-size: 16px;
    line-height: 24px;
}
}
.header-title-outer[data-v-f60871d1] {
  position: relative;
}
.header-title-outer .header-title-inner[data-v-f60871d1] {
  margin: 0 auto;
  max-width: 1366px;
  text-align: center;
}
.header-title-outer .header-title-inner .header-title[data-v-f60871d1] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header-title-outer .mask-bg[data-v-f60871d1] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 642px;
  background-color: #b9dff0;
  z-index: -1;
}
.header-title-outer .mask-bg.left[data-v-f60871d1] {
  left: 0;
  height: 574px;
}
.header-title-outer .mask-bg.right[data-v-f60871d1] {
  right: 0;
}
@media (max-width: 1366px) {
.header-title-outer .mask-bg[data-v-f60871d1] {
    display: none;
}
}
.icon-outer[data-v-f60871d1] {
  position: relative;
  z-index: 1;
  margin: -70px 0 0 0;
}
@media (max-width: 991px) {
.icon-outer[data-v-f60871d1] {
    margin: -45px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.icon-outer[data-v-f60871d1] {
    margin: -37px 0 0 0;
}
}
.icon-outer .content[data-v-f60871d1] {
  padding: 0 160px;
}
@media (max-width: 991px) {
.icon-outer .content[data-v-f60871d1] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .content[data-v-f60871d1] {
    padding: 0 20px;
}
}
.icon-outer .content .icon-inner[data-v-f60871d1] {
  background-color: #5e519a;
  border-radius: 100px;
  overflow: hidden;
}
.icon-outer .content .icon-inner .icon-content[data-v-f60871d1] {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.icon-outer .content .icon-inner .icon-content .icon-gp[data-v-f60871d1] {
  text-align: center;
  padding: 47px 0 21px 0;
}
@media (max-width: 991px) {
.icon-outer .content .icon-inner .icon-content .icon-gp[data-v-f60871d1] {
    padding: 30px 0 20px 0;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-content .icon-gp[data-v-f60871d1] {
    padding: 11px 0 10px 0;
}
}
.icon-outer .content .icon-inner .icon-content .icon-gp .icon-img[data-v-f60871d1] {
  height: 92px;
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-content .icon-gp .icon-img[data-v-f60871d1] {
    height: 42px;
}
}
.icon-outer .content .icon-inner .icon-content .icon-gp .icon-img img[data-v-f60871d1] {
  height: 92px;
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-content .icon-gp .icon-img img[data-v-f60871d1] {
    height: 42px;
}
}
.icon-outer .content .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-f60871d1] {
  margin-top: 22px;
  height: 58px;
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-f60871d1] {
    margin-top: 10px;
    height: 26px;
}
}
.icon-outer .content .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-f60871d1] {
  margin-top: 3px;
  height: 86px;
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-f60871d1] {
    margin-top: 1px;
    height: 38px;
}
}
.icon-outer .content .icon-inner .icon-title[data-v-f60871d1] {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  margin: 13px 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .content .icon-inner .icon-title[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0 0;
}
}
.time-outer[data-v-f60871d1] {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.time-outer[data-v-f60871d1] {
    padding: 25px 0 0 0;
}
.time-outer > .content[data-v-f60871d1] {
    max-width: 400px;
}
}
.time-outer .time-inner[data-v-f60871d1] {
  text-align: center;
}
@media (max-width: 1024px) {
.time-outer .time-inner[data-v-f60871d1] {
    padding: 0 0 30px 0;
    border-bottom: 2px dashed #0d175d;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner[data-v-f60871d1] {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 15px 0;
}
.time-outer .time-inner .big-title-outer[data-v-f60871d1] {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
}
.time-outer .time-inner .time-box-outer[data-v-f60871d1] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer[data-v-f60871d1] {
    display: block;
    width: 480px;
    margin: 0 auto;
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer[data-v-f60871d1] {
    max-width: 260px;
    margin-top: 0;
    padding-top: 15px;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1] {
  padding: 18px 0;
  display: flex;
  border-left: 3px solid #ffffff;
  justify-content: center;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1] {
    padding: 3px 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1] {
    justify-content: flex-start;
    padding: 0;
    border: 0;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1]:last-child {
  border-right: 3px solid #ffffff;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1]:last-child {
    border-right: 0;
    margin: 40px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-f60871d1]:last-child {
    margin: 28px 0 0 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item[data-v-f60871d1] {
  display: flex;
  align-items: center;
}
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-f60871d1] {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-f60871d1] {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  text-decoration: underline;
  transition: 0.4s ease;
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-f60871d1]:hover {
  color: #4a3ffe;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-f60871d1] {
  margin-right: 60px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-f60871d1] {
    margin-right: 0px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-f60871d1] {
  width: 35px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-f60871d1] {
    width: 25px;
    margin: 0 15px 0 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-f60871d1] {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-f60871d1] {
    width: 25px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-f60871d1] {
  width: 35px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-f60871d1] {
    width: 25px;
    margin: 0 15px 0 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-f60871d1] {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-f60871d1] {
    width: 25px;
    height: 25px;
}
}
.info-outer[data-v-f60871d1] {
  position: relative;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.info-outer[data-v-f60871d1] {
    padding: 25px 0 0 0;
}
}
.info-outer .info-gp[data-v-f60871d1] {
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #000;
  background-color: #fff;
}
@media (max-width: 1024px) {
.info-outer .info-gp[data-v-f60871d1] {
    padding: 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp[data-v-f60871d1] {
    padding: 20px;
    margin-top: 20px;
}
}
.info-outer .info-gp .info-title[data-v-f60871d1] {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #0d175d;
  line-height: 42px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-title[data-v-f60871d1] {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 12px;
}
}
.info-outer .info-gp .info-title > span[data-v-f60871d1] {
  color: #5b78dd;
}
.info-outer .info-gp .info-title[data-v-f60871d1]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background-color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-title[data-v-f60871d1]::before {
    width: 37px;
    height: 2px;
}
}
.info-outer .info-gp .info-text[data-v-f60871d1] {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-text[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
}
}
.workflow-outer[data-v-f60871d1] {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer[data-v-f60871d1] {
    padding: 25px 0 0 0;
}
}
.workflow-outer .workflow-inner[data-v-f60871d1] {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #4c489f;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner[data-v-f60871d1] {
    padding: 20px 20px 140px 20px;
    max-width: 400px;
    margin: 0 auto;
}
.workflow-outer .workflow-inner .big-title-outer[data-v-f60871d1] {
    text-align: left;
}
}
.workflow-outer .workflow-inner .workflow-gp[data-v-f60871d1] {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp[data-v-f60871d1] {
    margin-top: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .left-workflow[data-v-f60871d1] {
  width: 50%;
  padding-right: 40px;
}
.workflow-outer .workflow-inner .workflow-gp .left-workflow img[data-v-f60871d1] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .left-workflow[data-v-f60871d1] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow[data-v-f60871d1] {
  width: 50%;
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow > div + div[data-v-f60871d1] {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow[data-v-f60871d1] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text[data-v-f60871d1] {
  padding: 20px 0 20px 40px;
  border-left: 2px dashed #9e9bca;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text[data-v-f60871d1] {
    font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text[data-v-f60871d1] {
    font-size: 12px;
    line-height: 20px;
    margin-left: 8px;
    padding: 10px 0 10px 20px;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li[data-v-f60871d1] {
  position: relative;
  padding-left: 20px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li[data-v-f60871d1] {
    line-height: 20px;
    padding-left: 18px;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li[data-v-f60871d1]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li[data-v-f60871d1]::before {
    top: 5px;
    width: 8px;
    height: 8px;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li + .workflow-li[data-v-f60871d1] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-text .workflow-ul .workflow-li + .workflow-li[data-v-f60871d1] {
    margin-top: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step[data-v-f60871d1] {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step[data-v-f60871d1] {
    padding-left: 28px;
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-title[data-v-f60871d1] {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-title[data-v-f60871d1] {
    font-size: 26px;
    line-height: 32px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-title[data-v-f60871d1] {
    font-size: 16px;
    line-height: 19px;
    transform: translateX(0);
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-text[data-v-f60871d1] {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-text[data-v-f60871d1] {
    font-size: 22px;
    line-height: 33px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow .workflow-step .workflow-step-text[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
}
}
.workflow-outer .workflow-inner .workflow-img-mobile-1[data-v-f60871d1] {
  position: absolute;
  top: 27px;
  right: 33px;
}
.workflow-outer .workflow-inner .workflow-img-mobile-2[data-v-f60871d1] {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.speecher-outer[data-v-f60871d1] {
  padding: 60px 0 0 0;
}
@media (max-width: 1365px) {
.speecher-outer .content[data-v-f60871d1] {
    padding: 0 50px;
}
}
@media (max-width: 1365px) and (max-width: 1024px) {
.speecher-outer .content[data-v-f60871d1] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 1365px) and (max-width: 767px) {
.speecher-outer .content[data-v-f60871d1] {
    max-width: 530px;
    padding: 0;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-f60871d1] {
    padding: 25px 0 20px 0;
}
}
.speecher-outer .speecher-inner[data-v-f60871d1] {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner[data-v-f60871d1] {
    margin-top: 25px;
}
}
.speecher-outer .speecher-inner .speecher-gp[data-v-f60871d1] {
  position: relative;
}
.speecher-outer .speecher-inner .speecher-gp img[data-v-f60871d1] {
  width: 100%;
}
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp[data-v-f60871d1] {
  color: #ffffff;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp[data-v-f60871d1] {
    line-height: 20px;
    padding-left: 2px;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 991px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(1) {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(1) {
    font-size: 14px;
    margin-right: 15px;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  margin-right: 15px;
}
@media (max-width: 991px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(2) {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(2) {
    font-size: 14px;
    margin-right: 10px;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}
@media (max-width: 991px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(3) {
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-name-gp span[data-v-f60871d1]:nth-child(3) {
    font-size: 12px;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-label[data-v-f60871d1] {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 6px 10px;
  margin-top: 15px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-label[data-v-f60871d1] {
    font-size: 17px;
    line-height: 30px;
}
}
@media (max-width: 991px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-label[data-v-f60871d1] {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-label[data-v-f60871d1] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-area1[data-v-f60871d1] {
  position: absolute;
  top: 2%;
  left: 49%;
  width: 47.8%;
}
@media (max-width: 1200px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area1[data-v-f60871d1] {
    width: 50%;
    top: 0;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area1[data-v-f60871d1] {
    top: 12px;
    left: 39%;
    width: 57%;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-area2[data-v-f60871d1] {
  position: absolute;
  top: 22%;
  left: 25%;
  width: 44%;
}
@media (max-width: 1200px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area2[data-v-f60871d1] {
    width: 52%;
    left: 24%;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area2[data-v-f60871d1] {
    left: 33%;
    top: 26%;
    width: 63%;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-area3[data-v-f60871d1] {
  position: absolute;
  top: 47.5%;
  left: 51%;
  width: 46%;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area3[data-v-f60871d1] {
    top: 51%;
    left: 40%;
    width: 56%;
}
}
.speecher-outer .speecher-inner .speecher-gp .speecher-area4[data-v-f60871d1] {
  position: absolute;
  top: 75%;
  left: 37%;
  width: 44%;
}
@media (max-width: 1200px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area4[data-v-f60871d1] {
    top: 74%;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-inner .speecher-gp .speecher-area4[data-v-f60871d1] {
    top: 81%;
    left: 52%;
}
}
.suitable-outer[data-v-f60871d1] {
  padding: 68px 0;
}
@media only screen and (max-width: 767px) {
.suitable-outer[data-v-f60871d1] {
    padding: 25px 0;
}
}
.suitable-outer .suitable-gp[data-v-f60871d1] {
  position: relative;
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-f60871d1] {
  position: relative;
  display: flex;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer[data-v-f60871d1] {
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #fff;
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-f60871d1]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 73px);
    height: 2px;
    background-color: #5b78dd;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1] {
  position: relative;
  width: 33.3333333333%;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  border-left: 3px solid #ffffff;
  padding: 0 25px;
  letter-spacing: -0.5px;
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1]:nth-child(3) {
  border-right: 3px solid #ffffff;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1]:nth-child(3) {
    border: 0;
    border-bottom: 1px solid #fff;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1]:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp > div[data-v-f60871d1] {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1] {
    font-size: 20px;
}
}
@media (max-width: 991px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1] {
    font-size: 18px;
    padding: 0 20px;
}
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-f60871d1] {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
}
}
.unit-outer[data-v-f60871d1] {
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 767px) {
.unit-outer[data-v-f60871d1] {
    padding: 0 0 25px 0;
}
}
.unit-outer .unit-inner[data-v-f60871d1] {
  display: flex;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner[data-v-f60871d1] {
    display: block;
}
}
.unit-outer .unit-inner .unit-gp + .unit-gp[data-v-f60871d1] {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp + .unit-gp[data-v-f60871d1] {
    margin-left: 0;
    margin-top: 25px;
}
}
.unit-outer .unit-inner .unit-gp .unit-title[data-v-f60871d1] {
  font-size: 30px;
  font-weight: 600;
  color: #0d175d;
  line-height: 42px;
}
.unit-outer .unit-inner .unit-gp .unit-title > span[data-v-f60871d1] {
  color: #5b78dd;
}
.unit-outer .unit-inner .unit-gp .unit-box-outer[data-v-f60871d1] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-box-outer[data-v-f60871d1] {
    margin: 20px auto 0;
    max-width: 335px;
}
}
.unit-outer .unit-inner .unit-gp .unit-box-outer .unit-box-gp[data-v-f60871d1] {
  min-width: 258px;
  text-align: center;
  padding: 30px 0;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-box-outer .unit-box-gp[data-v-f60871d1] {
    width: 100%;
    padding: 15px 0;
}
}
.unit-outer .unit-inner .unit-gp .unit-box-outer .unit-box-gp[data-v-f60871d1]:hover {
  background-color: #effffd;
}
.unit-outer .unit-inner .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-f60871d1] {
  padding: 0 15px;
}
.unit-outer .unit-inner .unit-gp .unit-img[data-v-f60871d1] {
  height: 50px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-img[data-v-f60871d1] {
    height: auto;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-img .unit-img-2[data-v-f60871d1] {
    width: 35px;
}
}
.unit-outer .unit-inner .unit-gp .unit-img .unit-img-3[data-v-f60871d1] {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-img .unit-img-3[data-v-f60871d1] {
    width: 124px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-img .unit-img-4[data-v-f60871d1] {
    width: 77px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-img .unit-img-5[data-v-f60871d1] {
    width: 35px;
}
}
.unit-outer .unit-inner .unit-gp .unit-text[data-v-f60871d1] {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-text[data-v-f60871d1] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}
}
.unit-outer .unit-inner .unit-gp .unit-text .unit-mobile-block[data-v-f60871d1] {
  display: block;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp .unit-text .unit-mobile-block[data-v-f60871d1] {
    display: inline-block;
}
}
.unit-outer .unit-inner .unit-gp .unit-text .unit-text-health-center[data-v-f60871d1] {
  padding-top: 15px;
}
@media (max-width: 1365px) {
.unit-outer .unit-inner .unit-gp .unit-text .unit-text-health-center[data-v-f60871d1] {
    padding-top: 0;
}
}
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp[data-v-f60871d1] {
  position: relative;
  min-width: 217px;
}
@media (max-width: 1365px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp[data-v-f60871d1] {
    width: 100%;
    padding: 0 30px;
}
}
@media only screen and (max-width: 1365px) and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp[data-v-f60871d1] {
    padding: 0 15px;
}
}
@media (max-width: 1365px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp .unit-box[data-v-f60871d1] {
    padding: 30px 0;
}
}
@media only screen and (max-width: 1365px) and (max-width: 767px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp .unit-box[data-v-f60871d1] {
    padding: 15px 0;
}
}
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp + .unit-box-gp[data-v-f60871d1]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #000;
}
@media (max-width: 1365px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp + .unit-box-gp[data-v-f60871d1]::before {
    height: 0;
}
}
@media (max-width: 1365px) {
.unit-outer .unit-inner .unit-gp.sub-main-gp .unit-box-outer .unit-box-gp + .unit-box-gp .unit-box[data-v-f60871d1] {
    border-top: 1px solid #000;
}
}
.btn-outer[data-v-f60871d1] {
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.btn-outer[data-v-f60871d1] {
    padding: 30px 0;
}
}
.btn-outer .btn-gp[data-v-f60871d1] {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: 0.4s ease;
  text-decoration: none;
}
.btn-outer .btn-gp[data-v-f60871d1]:hover {
  border-color: transparent;
  background-color: #2e66ff;
}
@media only screen and (max-width: 767px) {
.btn-outer .btn-gp[data-v-f60871d1] {
    font-size: 14px;
    padding: 11px 20px;
    line-height: 14px;
}
}
.participant-outer[data-v-f60871d1] {
  background-color: #f2f4f4;
}
@media only screen and (max-width: 767px) {
.participant-outer[data-v-f60871d1] {
    margin: 0 20px;
}
}
.archived-outer[data-v-f60871d1] {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.archived-outer[data-v-f60871d1] {
    padding: 25px 0 30px 0;
}
}
.archived-outer .archived-inner .archived-gp[data-v-f60871d1] {
  border-radius: 20px;
  padding: 40px;
  background-color: #4c489f;
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp[data-v-f60871d1] {
    padding: 40px 23px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp[data-v-f60871d1] {
    padding: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont[data-v-f60871d1] {
  position: relative;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp[data-v-f60871d1] {
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp[data-v-f60871d1] {
    position: relative;
    top: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp[data-v-f60871d1] {
  width: 183.7px;
  height: 183.7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/images/event/medical-device-cyber-security/circle-img.svg");
  background-repeat: no-repeat;
  background-size: 183.7px;
  margin-left: auto;
  margin-right: 25px;
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp[data-v-f60871d1] {
    margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp[data-v-f60871d1] {
    width: 120px;
    height: 120px;
    background-size: 120px;
    margin: 20px auto 0;
    transform: translateX(44.5px);
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .circle-title[data-v-f60871d1] {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .circle-title[data-v-f60871d1] {
    font-size: 12px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .circle-title img.bg[data-v-f60871d1] {
  margin-right: 6px;
  width: 22.7px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .circle-title img.bg[data-v-f60871d1] {
    margin: 4px 5px 7px 0;
    width: 13.6px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .btn[data-v-f60871d1] {
  display: inline-flex;
  border-radius: 24px;
  background-color: #fa4d40;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 19px 8px 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .btn[data-v-f60871d1] {
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 12px;
    margin-top: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .btn[data-v-f60871d1]:hover {
  opacity: 0.8;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .btn img.arrow-right[data-v-f60871d1] {
  margin-left: 10px;
  width: 8px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .video-gp .btn img.arrow-right[data-v-f60871d1] {
    width: 5px;
    margin-left: 8px;
}
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .archived-img[data-v-f60871d1] {
    display: none;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .archived-img[data-v-f60871d1] {
    display: block;
    text-align: center;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-video-gp .archived-img img[data-v-f60871d1] {
    width: 250px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp[data-v-f60871d1] {
  display: flex;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp[data-v-f60871d1] {
    display: block;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp .left-time[data-v-f60871d1] {
  flex: none;
  margin-right: 20px;
}
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp .left-time .time-range[data-v-f60871d1] {
  padding: 3px 15px 2px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #6c67e3;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp .left-time .time-range[data-v-f60871d1] {
    font-size: 12px;
    display: inline-block;
    padding: 0px 16px 0px;
    line-height: 23px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp .right-time-text[data-v-f60871d1] {
  flex: 1;
  width: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .time-gp .right-time-text[data-v-f60871d1] {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .text-gp[data-v-f60871d1] {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .text-gp[data-v-f60871d1] {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li[data-v-f60871d1] {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li[data-v-f60871d1] {
    font-size: 12px;
    line-height: 20px;
    padding-left: 18px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li .text-bold[data-v-f60871d1] {
  font-weight: bold;
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li + .archived-li[data-v-f60871d1] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li + .archived-li[data-v-f60871d1] {
    margin-top: 10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li[data-v-f60871d1]::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #000000;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li[data-v-f60871d1]::before {
    top: 5px;
    width: 8px;
    height: 8px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .archived-ul .archived-li > div + div[data-v-f60871d1] {
  margin-top: 10px;
}
.archived-outer .archived-inner .archived-gp .archived-cont .padding-podcast[data-v-f60871d1] {
  padding-right: 240px;
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont .padding-podcast[data-v-f60871d1] {
    padding-right: 200px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .padding-podcast[data-v-f60871d1] {
    padding-right: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .padding-img[data-v-f60871d1] {
  padding-right: 380px;
}
@media (max-width: 991px) {
.archived-outer .archived-inner .archived-gp .archived-cont .padding-img[data-v-f60871d1] {
    padding-right: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp[data-v-f60871d1] {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp[data-v-f60871d1] {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp .title-text[data-v-f60871d1] {
  font-weight: bold;
}
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp .content-text[data-v-f60871d1] {
  font-weight: 400;
  margin-top: 15px;
  padding-left: 20px;
  border-left: 2px dashed #ffffff;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp .content-text[data-v-f60871d1] {
    border-left: 1px dashed #ffffff;
    margin-left: 5px;
    padding-left: 15px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .left-border-text-gp .content-text > div + div[data-v-f60871d1] {
  margin-top: 10px;
}
.archived-outer .archived-inner .archived-gp .archived-cont .top-time-gp[data-v-f60871d1] {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .top-time-gp[data-v-f60871d1] {
    padding-top: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .top-time-gp .time-gp[data-v-f60871d1] {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .top-time-gp .time-gp[data-v-f60871d1] {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .top-time-gp .time-gp[data-v-f60871d1]:first-child {
    margin-top: 0;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .suber-gp[data-v-f60871d1] {
  padding: 40px;
  background-color: #aeacf0;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .suber-gp[data-v-f60871d1] {
    margin-top: 15px;
    padding: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .suber-gp .suber-title[data-v-f60871d1] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .suber-gp .suber-title[data-v-f60871d1] {
    margin-top: 10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .suber-gp .suber-title[data-v-f60871d1]:first-child {
  margin-top: 0;
}
.archived-outer .archived-inner .archived-gp .archived-cont .suber-title[data-v-f60871d1] {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .suber-title[data-v-f60871d1] {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp[data-v-f60871d1] {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp[data-v-f60871d1] {
    padding-top: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp[data-v-f60871d1] {
  margin-top: 20px;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp[data-v-f60871d1] {
    margin-top: 15px;
    padding-left: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp > div[data-v-f60871d1] {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp > div[data-v-f60871d1] {
    padding-left: 18px;
    font-size: 12px;
    line-height: 20px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp > div[data-v-f60871d1]::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp > div[data-v-f60871d1]::before {
    width: 8px;
    height: 8px;
    top: 5px;
}
}
.archived-outer .archived-inner .archived-gp .archived-cont .bottom-time-gp .five-list-gp > div + div[data-v-f60871d1] {
  margin-top: 15px;
}
.click-dom[data-v-f60871d1] {
  cursor: pointer;
  transition: 0.3s ease;
}
.click-dom[data-v-f60871d1]:hover {
  background-color: #effffd !important;
}
.cursor-default[data-v-f60871d1] {
  text-decoration: none;
  cursor: default;
}
.margin-bottom-50[data-v-f60871d1] {
  margin-bottom: 50px !important;
}
.margin-bottom-20[data-v-f60871d1] {
  margin-bottom: 20px !important;
}
.color-212d51[data-v-f60871d1] {
  color: #212d51 !important;
}
.color-16758c[data-v-f60871d1] {
  color: #16758c !important;
}
.color-0d175d[data-v-f60871d1] {
  color: #0d175d !important;
}
@media only screen and (max-width: 767px) {
.unit-hide-mobile[data-v-f60871d1] {
    display: none;
}
}
.f-w-500[data-v-f60871d1] {
  font-weight: 500;
}
.f-w-600[data-v-f60871d1] {
  font-weight: 600;
}
.text-underline[data-v-f60871d1] {
  text-decoration: underline;
}
[data-v-d779abae]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-d779abae] .page-event {
  font-family: "Noto Sans TC", "Roboto";
  overflow-x: hidden;
}
[data-v-d779abae] .page-event .footer-signup-outer {
  display: none;
}
[data-v-d779abae] .page-event .header.flat {
  background-color: rgba(255, 255, 255, 0) !important;
}
[data-v-d779abae] .page-event .header {
  background-color: #ffffff !important;
}
[data-v-d779abae] .page-event .archived {
  color: #004fb2 !important;
}
[data-v-d779abae] .page-event .link-more {
  color: #004fb2 !important;
}
[data-v-d779abae] .page-event .menu-sm .item {
  color: #3e3a39 !important;
}
[data-v-d779abae] .page-event .menu-sm .archived {
  background-color: #3e3a39 !important;
  color: #fff !important;
}
[data-v-d779abae] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #3e3a39;
}
.smart-event[data-v-d779abae] {
  height: 100%;
}
.more-event-dropdown .nuxt-link-active[data-v-d779abae] {
  color: #6c67e3 !important;
}
.header-title-outer[data-v-d779abae] {
  max-width: 1366px;
  position: relative;
  background-image: url("/images/event/smart-health-care/header.png");
  background-size: 100% 600px;
  background-repeat: no-repeat;
  height: 600px;
  margin: -107px auto 0;
  padding-top: 107px;
}
@media only screen and (max-width: 767px) {
.header-title-outer[data-v-d779abae] {
    height: 200px;
    background-size: 100% 200px;
    background-image: url("/images/event/smart-health-care/header-sm.png");
    margin: -60px auto 0;
    padding-top: 60px;
}
}
.header-title-outer .event-year[data-v-d779abae] {
  font-size: 80px;
  font-weight: 500;
  color: #ffffff;
  margin: 69px 0 0 69px;
}
@media only screen and (max-width: 1365px) {
.header-title-outer .event-year[data-v-d779abae] {
    font-size: 70px;
}
}
@media only screen and (max-width: 959px) {
.header-title-outer .event-year[data-v-d779abae] {
    margin: 69px 0 0 35px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .event-year[data-v-d779abae] {
    font-size: 18px;
    margin: -16px 0 0 21px;
    line-height: 25px;
}
}
.header-title-outer .event-title[data-v-d779abae] {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 39px;
  display: flex;
  flex-wrap: wrap;
  height: 74px;
}
@media only screen and (max-width: 1365px) {
.header-title-outer .event-title[data-v-d779abae] {
    font-size: 40px;
    display: block;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .event-title[data-v-d779abae] {
    font-size: 18px;
    height: 50px;
    margin-left: 10px;
    line-height: 25px;
}
}
.header-title-outer .event-title .second[data-v-d779abae] {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
.header-title-outer .event-title .second[data-v-d779abae] {
    margin-left: 7px;
}
}
.header-title-outer .event-place[data-v-d779abae] {
  font-size: 36px;
  font-weight: 500;
  color: #004fb2;
  display: flex;
  justify-content: center;
  margin-left: 232px;
  margin-top: 45px;
}
@media only screen and (max-width: 1365px) {
.header-title-outer .event-place[data-v-d779abae] {
    margin-top: 55px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .event-place[data-v-d779abae] {
    font-size: 14px;
    margin-left: 35px;
    margin-top: 5px;
}
}
.header-title-outer .time-img[data-v-d779abae] {
  height: 142px;
  width: auto;
  margin-left: 46px;
  margin-top: -25px;
}
@media only screen and (max-width: 959px) {
.header-title-outer .time-img[data-v-d779abae] {
    margin-left: 11px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer .time-img[data-v-d779abae] {
    height: 52px;
    margin-top: 0;
}
}
.content[data-v-d779abae] {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.content[data-v-d779abae] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.content[data-v-d779abae] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.content[data-v-d779abae] {
    padding: 0 20px;
}
}
.content-outer[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 194px 0;
}
@media only screen and (max-width: 767px) {
.content-outer[data-v-d779abae] {
    padding: 20px 20px 0;
}
}
.content-outer .content-title[data-v-d779abae] {
  font-size: 40px;
  font-weight: 600;
  color: #004fb2;
  margin-bottom: 33px;
  padding: 0 22px;
  border-bottom: 16px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
.content-outer .content-title[data-v-d779abae] {
    font-size: 14px;
    padding: 0 4px;
    border-bottom: 11px solid #e4e4e4;
}
}
.content-outer .content-title .text[data-v-d779abae] {
  transform: translateY(23px);
}
@media only screen and (max-width: 767px) {
.content-outer .content-title .text[data-v-d779abae] {
    transform: translateY(8px);
}
}
.content-outer .content-items[data-v-d779abae] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.content-outer .content-items .content-item .icon[data-v-d779abae] {
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
.content-outer .content-items .content-item .icon[data-v-d779abae] {
    width: 68px;
    height: 68px;
}
}
.content-outer .content-items .content-item .text[data-v-d779abae] {
  font-size: 26px;
  font-weight: 500;
  color: #004fb2;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.content-outer .content-items .content-item .text[data-v-d779abae] {
    margin-top: 5px;
    font-size: 14px;
}
}
.event-info[data-v-d779abae] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
.event-info[data-v-d779abae] {
    font-size: 14px;
    line-height: 20px;
}
}
.event-info ol[data-v-d779abae] {
  margin-top: 20px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
.event-info ol[data-v-d779abae] {
    margin-top: 10px;
    padding-left: 16px;
}
}
.event-archived[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  padding: 0 100px 0 129px;
}
@media only screen and (max-width: 767px) {
.event-archived[data-v-d779abae] {
    padding: 0 15px 0 37px;
}
}
.event-archived .blue-circle[data-v-d779abae] {
  border-radius: 50%;
  border: 3px solid #004fb2;
  width: 211px;
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #004fb2;
  position: relative;
}
@media only screen and (max-width: 959px) {
.event-archived .blue-circle[data-v-d779abae] {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.event-archived .blue-circle[data-v-d779abae] {
    width: 115px;
    height: 115px;
    font-size: 16px;
    border: 2px solid #004fb2;
}
}
.event-archived .blue-circle .circle-title[data-v-d779abae] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.event-archived .blue-circle .circle-title[data-v-d779abae] {
    flex-direction: column;
}
}
.event-archived .blue-circle .circle-title img[data-v-d779abae] {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.event-archived .blue-circle .circle-title img[data-v-d779abae] {
    width: 23px;
    height: 25px;
}
}
.event-archived .blue-circle[data-v-d779abae]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.event-archived .blue-circle .btn[data-v-d779abae] {
  border-radius: 50px;
  border: solid 3px #e4e4e4;
  background-color: #3e3a39;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .blue-circle .btn[data-v-d779abae] {
    font-size: 12px;
    padding: 8px 14px;
    border: solid 2px #e4e4e4;
    margin-top: 3px;
}
}
.event-archived .blue-circle .btn[data-v-d779abae]:hover {
  opacity: 0.8;
}
.event-archived .timeline[data-v-d779abae] {
  padding: 45px 0 0 38px;
  margin-left: 105px;
  border-left: 3px solid #004fb2;
  font-size: 22px;
  font-weight: 500;
  color: #004fb2;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline[data-v-d779abae] {
    font-size: 14px;
    padding: 20px 0 0 15px;
    margin-left: 58px;
    border-left: 2px solid #004fb2;
}
}
.event-archived .timeline .item[data-v-d779abae] {
  position: relative;
}
.event-archived .timeline .item + .item[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item + .item[data-v-d779abae] {
    margin-top: 15px;
}
}
.event-archived .timeline .item .time[data-v-d779abae] {
  position: absolute;
  left: -181px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .time[data-v-d779abae] {
    left: -94px;
    font-size: 12px;
}
}
.event-archived .timeline .item .time[data-v-d779abae]::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #004fb2;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .time[data-v-d779abae]::after {
    height: 10px;
    width: 10px;
    margin-left: 4px;
}
}
.event-archived .timeline .item .item-content[data-v-d779abae] {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content[data-v-d779abae] {
    font-size: 12px;
    padding: 15px 10px;
}
}
.event-archived .timeline .item .item-content ul[data-v-d779abae] {
  padding-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content ul[data-v-d779abae] {
    padding-left: 15px;
}
}
.event-archived .timeline .item .item-content ul li + li[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content ul li + li[data-v-d779abae] {
    margin-top: 10px;
}
}
.event-archived .timeline .item .item-content ul.sub[data-v-d779abae] {
  list-style-type: "–";
  padding-left: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content ul.sub[data-v-d779abae] {
    margin-top: 10px;
}
}
.event-archived .timeline .item .item-content ul.sub li[data-v-d779abae] {
  padding-left: 10px;
}
.event-archived .timeline .item .item-content ul + .content-title[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content ul + .content-title[data-v-d779abae] {
    margin-top: 10px;
}
}
.event-archived .timeline .item .item-content .content-title[data-v-d779abae] {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.event-archived .timeline .item .item-content .content-title[data-v-d779abae] {
    margin-bottom: 10px;
}
}
.time-outer[data-v-d779abae] {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
.time-outer[data-v-d779abae] {
    padding: 30px 20px 25px 30px;
}
}
.time-outer .time-title[data-v-d779abae] {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-title[data-v-d779abae] {
    font-size: 20px;
    margin-bottom: 25px;
}
}
.time-outer .time-block[data-v-d779abae] {
  height: auto;
  border-radius: 20px;
  padding: 28px 183px 23px 40px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3e3a39;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
.time-outer .time-block[data-v-d779abae] {
    flex-direction: column;
    align-items: flex-start;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-block[data-v-d779abae] {
    font-size: 16px;
    padding: 15px 28px 25px 20px;
    border: 2px solid #e4e4e4;
}
}
.time-outer .time-block .item[data-v-d779abae] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
.time-outer .time-block .item.first[data-v-d779abae] {
    margin-bottom: 20px;
}
}
.time-outer .time-block[data-v-d779abae]::before {
  content: "";
  position: absolute;
  display: block;
  border: 3px solid #e4e4e4;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 11px;
  left: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
.time-outer .time-block[data-v-d779abae]::before {
    top: -5px;
    left: -5px;
}
}
.time-outer .time-block .hr-vertical[data-v-d779abae] {
  height: 75px;
  width: 3px;
  background: #e4e4e4;
  margin: 0 53px;
}
@media only screen and (max-width: 959px) {
.time-outer .time-block .hr-vertical[data-v-d779abae] {
    display: none;
}
}
.time-outer .time-block .hr-vertical-short[data-v-d779abae] {
  width: 5px;
  height: 44px;
  background: #e4e4e4;
  margin-right: 26px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-block .hr-vertical-short[data-v-d779abae] {
    margin-right: 13px;
    height: 25px;
}
}
.time-outer .time-block .time-icon[data-v-d779abae] {
  width: 28px;
  height: 30px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-block .time-icon[data-v-d779abae] {
    width: 23px;
    height: 25px;
    margin-right: 11px;
}
}
.time-outer .time-block .place-icon[data-v-d779abae] {
  width: 21px;
  height: 30px;
  margin-right: 19px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-block .place-icon[data-v-d779abae] {
    width: 17px;
    height: 25px;
    margin-right: 14px;
}
}
.info-outer[data-v-d779abae] {
  position: relative;
  background: #e4e4e4;
  padding: 50px 120px;
}
@media only screen and (max-width: 767px) {
.info-outer[data-v-d779abae] {
    padding: 21px 25px;
}
}
.info-outer .top-block[data-v-d779abae] {
  width: 58%;
  height: 35px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/images/event/hr-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 20px;
  background-position-y: -5px;
}
@media only screen and (max-width: 767px) {
.info-outer .top-block[data-v-d779abae] {
    height: 21px;
    width: 50%;
    background-image: url("/images/event/hr-black-sm.svg");
    background-position-x: 10px;
}
}
.info-outer .top-block .grey-triangle[data-v-d779abae] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #e4e4e4;
}
@media only screen and (max-width: 767px) {
.info-outer .top-block .grey-triangle[data-v-d779abae] {
    border-width: 21px 0 0 21px;
}
}
.info-outer .black-polygon[data-v-d779abae] {
  width: 71px;
  height: 62px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
}
@media only screen and (max-width: 767px) {
.info-outer .black-polygon[data-v-d779abae] {
    width: 45px;
    height: 40px;
    margin-right: 10px;
}
}
.info-outer .black-polygon img[data-v-d779abae] {
  width: 38px;
  height: 39px;
}
@media only screen and (max-width: 767px) {
.info-outer .black-polygon img[data-v-d779abae] {
    width: 20px;
    height: 20px;
}
}
.info-outer .info-title[data-v-d779abae] {
  font-size: 32px;
  font-weight: 600;
  color: #3e3a39;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.info-outer .info-title[data-v-d779abae] {
    font-size: 20px;
}
}
.info-outer .info-content[data-v-d779abae] {
  padding: 20px 0 0 70px;
  margin-left: 35px;
  border-left: 3px solid #3e3a39;
}
@media only screen and (max-width: 767px) {
.info-outer .info-content[data-v-d779abae] {
    padding: 15px 0 0 33px;
    margin-left: 22px;
    border-left: 2px solid #3e3a39;
}
}
.info-outer .event-info[data-v-d779abae] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
.info-outer .event-info[data-v-d779abae] {
    font-size: 14px;
    line-height: 20px;
}
}
.info-outer .event-info ol[data-v-d779abae] {
  margin-top: 20px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
.info-outer .event-info ol[data-v-d779abae] {
    margin-top: 10px;
    padding-left: 16px;
}
}
.workflow-outer[data-v-d779abae] {
  position: relative;
  background: #004fb2;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer[data-v-d779abae] {
    padding: 48px 0 30px;
}
}
.workflow-outer .bg[data-v-d779abae] {
  position: absolute;
}
.workflow-outer .bg.first[data-v-d779abae] {
  top: 115px;
  right: -15px;
  height: 121px;
  width: auto;
}
@media only screen and (max-width: 767px) {
.workflow-outer .bg.first[data-v-d779abae] {
    top: 48px;
    right: -11px;
    height: 59px;
}
}
.workflow-outer .bg.second[data-v-d779abae] {
  bottom: 28px;
  left: -30px;
  height: 121px;
  width: auto;
}
@media only screen and (max-width: 767px) {
.workflow-outer .bg.second[data-v-d779abae] {
    top: 380px;
    height: 75px;
}
}
.workflow-outer .bg.third[data-v-d779abae] {
  display: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .bg.third[data-v-d779abae] {
    display: block;
    bottom: 17px;
    right: -12px;
}
}
.workflow-outer .top-hr[data-v-d779abae] {
  position: absolute;
  top: 20px;
  left: 0;
  width: 65%;
  height: 28px;
  background-image: url("/images/event/hr-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1365px) {
.workflow-outer .top-hr[data-v-d779abae] {
    background-size: contain;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .top-hr[data-v-d779abae] {
    width: 50%;
    background-image: url("/images/event/hr-white-sm.svg");
    background-size: cover;
    height: 13px;
    top: 5px;
}
}
.workflow-outer .top-block[data-v-d779abae] {
  width: 35%;
  height: 48px;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
.workflow-outer .top-block[data-v-d779abae] {
    height: 18px;
    width: 50%;
}
}
.workflow-outer .top-block .blue-triangle[data-v-d779abae] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #004fb2;
}
@media only screen and (max-width: 767px) {
.workflow-outer .top-block .blue-triangle[data-v-d779abae] {
    border-width: 18px 0 0 18px;
}
}
.workflow-outer .workflow-title[data-v-d779abae] {
  background-color: #ffffff;
  width: 33%;
  height: 67px;
  position: relative;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-title[data-v-d779abae] {
    width: 45%;
    height: 40px;
}
}
.workflow-outer .workflow-title.shadow[data-v-d779abae] {
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: #000000;
  top: 6px;
  left: 13px;
  opacity: 0.3;
}
.workflow-outer .workflow-title .white-triangle[data-v-d779abae] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 0 0 67px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -67px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-title .white-triangle[data-v-d779abae] {
    border-width: 40px 0 0 40px;
    right: -40px;
}
}
.workflow-outer .workflow-title .white-triangle.shadow[data-v-d779abae] {
  border-color: transparent transparent transparent #000000;
}
.workflow-outer .workflow-title .title-content[data-v-d779abae] {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #004fb2;
  margin-right: 23px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-title .title-content[data-v-d779abae] {
    font-size: 20px;
    margin-right: 10px;
}
}
.workflow-outer .workflow-title .title-content img[data-v-d779abae] {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-title .title-content img[data-v-d779abae] {
    margin-right: 15px;
    width: 23px;
    height: 23px;
}
}
.workflow-outer .workflow[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow[data-v-d779abae] {
    padding-top: 20px;
}
}
.workflow-outer .workflow .item[data-v-d779abae] {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: pre-line;
  text-align: center;
  max-width: 1050px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow .item[data-v-d779abae] {
    font-size: 14px;
    line-height: 20px;
    max-width: 325px;
}
}
.workflow-outer .workflow .item .item-title[data-v-d779abae] {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 500;
  color: #004fb2;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow .item .item-title[data-v-d779abae] {
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
}
}
.workflow-outer .workflow .item .item-title[data-v-d779abae]:not(.last) {
  margin-bottom: 33px;
}
.workflow-outer .workflow .item .item-title[data-v-d779abae]:not(.last)::after {
  content: "";
  display: block;
  width: 3px;
  background-color: #ffffff;
  height: 28px;
  position: absolute;
  bottom: -28px;
}
.workflow-outer .workflow .item .item-title[data-v-d779abae]:not(.first) {
  margin-top: 33px;
}
.workflow-outer .workflow .item .item-title[data-v-d779abae]:not(.first)::before {
  content: "";
  display: block;
  width: 3px;
  background-color: #ffffff;
  height: 28px;
  position: absolute;
  top: -28px;
}
.speecher-outer[data-v-d779abae] {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-d779abae] {
    padding: 30px 25px;
}
}
.speecher-outer .content[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speecher-outer .speecher-title[data-v-d779abae] {
  font-size: 32px;
  font-weight: 500;
  color: #004fb2;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-title[data-v-d779abae] {
    font-size: 20px;
    margin-bottom: 25px;
}
}
.speecher-outer .speecher-title img[data-v-d779abae] {
  margin-right: 19px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-title img[data-v-d779abae] {
    margin-right: 15px;
    width: 16px;
    height: 23px;
}
}
.speecher-outer .speecher[data-v-d779abae] {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  color: #3e3a39;
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher[data-v-d779abae] {
    flex-direction: column;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher[data-v-d779abae] {
    font-size: 14px;
}
}
.speecher-outer .speecher .item[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 46px;
  border-right: 3px solid #e4e4e4;
}
@media only screen and (max-width: 959px) {
.speecher-outer .speecher .item[data-v-d779abae] {
    border-right: none;
    border-bottom: 2px solid #e4e4e4;
    padding: 0 0 10px;
}
}
.speecher-outer .speecher .item[data-v-d779abae]:nth-child(3n) {
  border: none;
}
.speecher-outer .speecher .item .name[data-v-d779abae] {
  padding: 0 15px;
  border-bottom: 18px solid #e4e4e4;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher .item .name[data-v-d779abae] {
    font-size: 18px;
    border-bottom: 10px solid #e4e4e4;
}
}
.speecher-outer .speecher .item .name .text[data-v-d779abae] {
  transform: translateY(13px);
}
.speecher-outer .speecher .item .desc[data-v-d779abae] {
  width: 320px;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher .item .desc[data-v-d779abae] {
    width: auto;
    line-height: 1.43;
}
}
.archived-outer[data-v-d779abae] {
  padding: 50px 0;
  background-image: url("/images/event/archived-bg.svg");
  background-repeat: no-repeat;
  background-position-y: 25px;
  background-position-x: center;
}
@media only screen and (max-width: 767px) {
.archived-outer[data-v-d779abae] {
    background-image: url("/images/event/archived-bg-sm.svg");
    padding: 30px 0;
    background-position-y: 15px;
}
}
.archived-outer .content[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.archived-outer .archived-title[data-v-d779abae] {
  font-size: 32px;
  font-weight: 500;
  color: #3e3a39;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-title[data-v-d779abae] {
    font-size: 20px;
}
}
.archived-outer .archived-title img[data-v-d779abae] {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-title img[data-v-d779abae] {
    margin-right: 15px;
    width: 15px;
    height: 23px;
}
}
.archived-outer .event-archived[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  padding: 0 100px 0 129px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived[data-v-d779abae] {
    padding: 0 15px 0 37px;
}
}
.archived-outer .event-archived .blue-circle[data-v-d779abae] {
  border-radius: 50%;
  border: 3px solid #004fb2;
  width: 211px;
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #004fb2;
  position: relative;
}
@media only screen and (max-width: 959px) {
.archived-outer .event-archived .blue-circle[data-v-d779abae] {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .blue-circle[data-v-d779abae] {
    width: 115px;
    height: 115px;
    font-size: 16px;
    border: 2px solid #004fb2;
}
}
.archived-outer .event-archived .blue-circle .circle-title[data-v-d779abae] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .blue-circle .circle-title[data-v-d779abae] {
    flex-direction: column;
}
}
.archived-outer .event-archived .blue-circle .circle-title img[data-v-d779abae] {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .blue-circle .circle-title img[data-v-d779abae] {
    width: 23px;
    height: 25px;
}
}
.archived-outer .event-archived .blue-circle[data-v-d779abae]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.archived-outer .event-archived .blue-circle .btn[data-v-d779abae] {
  border-radius: 50px;
  border: solid 3px #e4e4e4;
  background-color: #3e3a39;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .blue-circle .btn[data-v-d779abae] {
    font-size: 12px;
    padding: 8px 14px;
    border: solid 2px #e4e4e4;
    margin-top: 3px;
}
}
.archived-outer .event-archived .blue-circle .btn[data-v-d779abae]:hover {
  opacity: 0.8;
}
.archived-outer .event-archived .timeline[data-v-d779abae] {
  padding: 45px 0 0 38px;
  margin-left: 105px;
  border-left: 3px solid #004fb2;
  font-size: 22px;
  font-weight: 500;
  color: #004fb2;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline[data-v-d779abae] {
    font-size: 14px;
    padding: 20px 0 0 15px;
    margin-left: 58px;
    border-left: 2px solid #004fb2;
}
}
.archived-outer .event-archived .timeline .item[data-v-d779abae] {
  position: relative;
}
.archived-outer .event-archived .timeline .item + .item[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item + .item[data-v-d779abae] {
    margin-top: 15px;
}
}
.archived-outer .event-archived .timeline .item .time[data-v-d779abae] {
  position: absolute;
  left: -181px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .time[data-v-d779abae] {
    left: -94px;
    font-size: 12px;
}
}
.archived-outer .event-archived .timeline .item .time[data-v-d779abae]::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #004fb2;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .time[data-v-d779abae]::after {
    height: 10px;
    width: 10px;
    margin-left: 4px;
}
}
.archived-outer .event-archived .timeline .item .item-content[data-v-d779abae] {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content[data-v-d779abae] {
    font-size: 12px;
    padding: 15px 10px;
}
}
.archived-outer .event-archived .timeline .item .item-content ul[data-v-d779abae] {
  padding-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content ul[data-v-d779abae] {
    padding-left: 15px;
}
}
.archived-outer .event-archived .timeline .item .item-content ul li + li[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content ul li + li[data-v-d779abae] {
    margin-top: 10px;
}
}
.archived-outer .event-archived .timeline .item .item-content ul.sub[data-v-d779abae] {
  list-style-type: "–";
  padding-left: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content ul.sub[data-v-d779abae] {
    margin-top: 10px;
}
}
.archived-outer .event-archived .timeline .item .item-content ul.sub li[data-v-d779abae] {
  padding-left: 10px;
}
.archived-outer .event-archived .timeline .item .item-content ul + .content-title[data-v-d779abae] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content ul + .content-title[data-v-d779abae] {
    margin-top: 10px;
}
}
.archived-outer .event-archived .timeline .item .item-content .content-title[data-v-d779abae] {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .event-archived .timeline .item .item-content .content-title[data-v-d779abae] {
    margin-bottom: 10px;
}
}
.participant-outer[data-v-d779abae] {
  background-color: #e4e4e4;
}
.participant-outer .content[data-v-d779abae] {
  padding: 0 120px;
}
@media only screen and (max-width: 959px) {
.participant-outer .content[data-v-d779abae] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.suitable-outer[data-v-d779abae] {
    padding: 0 20px 0 30px;
}
}
.suitable-outer .content[data-v-d779abae] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.suitable-outer .member-title[data-v-d779abae] {
  font-size: 32px;
  font-weight: 600;
  color: #3e3a39;
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-title[data-v-d779abae] {
    font-size: 20px;
    margin-bottom: 25px;
}
}
.suitable-outer .member-title img[data-v-d779abae] {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-title img[data-v-d779abae] {
    margin-right: 15px;
    width: 23px;
    height: 23px;
}
}
.suitable-outer .member-block[data-v-d779abae] {
  border-radius: 20px;
  background-color: #3e3a39;
  padding: 39px 40px 27px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 959px) {
.suitable-outer .member-block[data-v-d779abae] {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-block[data-v-d779abae] {
    padding: 15px 20px 0 0;
    font-size: 16px;
}
}
.suitable-outer .member-block img[data-v-d779abae] {
  margin-left: 253px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-block img[data-v-d779abae] {
    margin-left: 0;
    width: 210px;
    height: 46px;
    align-self: flex-end;
}
}
.suitable-outer .member-block[data-v-d779abae]::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 20px;
  top: 11px;
  left: 10px;
  border: 3px solid #e4e4e4;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-block[data-v-d779abae]::before {
    top: -5px;
    left: -5px;
}
}
.suitable-outer .member-block ul[data-v-d779abae] {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-block ul[data-v-d779abae] {
    padding-left: 25px;
}
}
.suitable-outer .member-block li + li[data-v-d779abae] {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .member-block li + li[data-v-d779abae] {
    margin-top: 10px;
}
}
.unit-outer[data-v-d779abae] {
  padding: 50px 0;
}
@media only screen and (max-width: 959px) {
.unit-outer[data-v-d779abae] {
    padding: 30px 0;
}
}
.unit-outer .content[data-v-d779abae] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
.unit-outer .content[data-v-d779abae] {
    flex-direction: column;
    align-items: center;
}
}
@media only screen and (max-width: 959px) {
.unit-outer .organizer[data-v-d779abae] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.unit-outer .organizer + .organizer[data-v-d779abae] {
    margin-top: 30px;
}
}
.unit-outer .organizer:first-child .organizer-content[data-v-d779abae] {
  border-right: 3px solid #3e3a39;
  padding-right: 116px;
  margin-right: 50px;
}
@media only screen and (max-width: 959px) {
.unit-outer .organizer:first-child .organizer-content[data-v-d779abae] {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
}
.unit-outer .organizer .organizer-title[data-v-d779abae] {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.unit-outer .organizer .organizer-title[data-v-d779abae] {
    margin-bottom: 15px;
    font-size: 20px;
}
}
.unit-outer .organizer .organizer-title img[data-v-d779abae] {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.unit-outer .organizer .organizer-title img[data-v-d779abae] {
    margin-right: 15px;
    width: 23px;
    height: 23px;
}
}
.unit-outer .organizer .organizer-content[data-v-d779abae] {
  padding-left: 48px;
}
@media only screen and (max-width: 767px) {
.unit-outer .organizer .organizer-content[data-v-d779abae] {
    padding-left: 0;
}
}
.unit-outer .organizer .organizer-content .item[data-v-d779abae] {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  background-color: #ffffff;
  padding: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.unit-outer .organizer .organizer-content .item[data-v-d779abae] {
    font-size: 14px;
    padding: 10px 20px;
}
}
.unit-outer .organizer .organizer-content .item .icon[data-v-d779abae] {
  height: 61px;
  width: auto;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
.unit-outer .organizer .organizer-content .item .icon[data-v-d779abae] {
    height: 42px;
}
}
.color-212d51[data-v-d779abae] {
  color: #212d51 !important;
}[data-v-5aebee64]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-5aebee64] .page-event {
  font-family: "Noto Sans TC", "Roboto";
}
[data-v-5aebee64] .page-event .footer-signup-outer {
  display: none;
}
[data-v-5aebee64] .page-event .archived {
  color: #5b78dd !important;
}
.smart-tech-event[data-v-5aebee64] {
  height: 100%;
}
.content[data-v-5aebee64] {
  position: relative;
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.content[data-v-5aebee64] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.content[data-v-5aebee64] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.content[data-v-5aebee64] {
    padding: 0 20px;
}
}
.outer[data-v-5aebee64] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-title-outer[data-v-5aebee64] {
  position: relative;
  text-align: center;
}
.big-title-outer[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 2px dashed #0d175d;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
.big-title-outer[data-v-5aebee64]::before {
    border-top: 1px dashed #0d175d;
}
}
.big-title-outer .big-title[data-v-5aebee64] {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
  color: #5b78dd;
  text-align: center;
  padding: 0 40px;
  background-color: #fff;
}
.big-title-outer .big-title > span[data-v-5aebee64] {
  color: #0d175d;
}
@media (max-width: 991px) {
.big-title-outer .big-title[data-v-5aebee64] {
    font-size: 32px;
    line-height: 40px;
}
}
@media only screen and (max-width: 767px) {
.big-title-outer .big-title[data-v-5aebee64] {
    font-size: 18px;
    line-height: 25px;
    padding: 0 15px;
}
}
.header-title-outer[data-v-5aebee64] {
  position: relative;
}
.header-title-outer .header-title-inner[data-v-5aebee64] {
  margin: 0 auto;
  max-width: 1366px;
  text-align: center;
}
.header-title-outer .header-title-inner .header-title[data-v-5aebee64] {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.header-title-outer .header-title-inner[data-v-5aebee64] {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 10;
}
}
.header-title-outer .mask-bg[data-v-5aebee64] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 642px;
  background-color: #b9dff0;
  z-index: -1;
}
.header-title-outer .mask-bg.left[data-v-5aebee64] {
  left: 0;
  height: 574px;
}
.header-title-outer .mask-bg.right[data-v-5aebee64] {
  right: 0;
}
@media (max-width: 1366px) {
.header-title-outer .mask-bg[data-v-5aebee64] {
    display: none;
}
}
.icon-outer[data-v-5aebee64] {
  padding: 20px 0 0 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.icon-outer[data-v-5aebee64] {
    padding: 0;
}
}
.icon-outer .icon-inner[data-v-5aebee64] {
  background-color: #fff;
  padding: 0 70px;
}
@media (max-width: 991px) {
.icon-outer .icon-inner[data-v-5aebee64] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner[data-v-5aebee64] {
    padding: 0;
}
}
.icon-outer .icon-inner .icon-content[data-v-5aebee64] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 100px;
  width: 100%;
}
@media (max-width: 1024px) {
.icon-outer .icon-inner .icon-content[data-v-5aebee64] {
    grid-gap: 50px;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content[data-v-5aebee64] {
    grid-gap: 16px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp[data-v-5aebee64] {
  text-align: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 60px 0;
}
@media (max-width: 991px) {
.icon-outer .icon-inner .icon-content .icon-gp[data-v-5aebee64] {
    padding: 45px 0;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp[data-v-5aebee64] {
    padding: 16px 0;
}
}
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-5aebee64] {
  height: 82px;
}
.icon-outer .icon-inner .icon-content .icon-gp .icon-img img[data-v-5aebee64] {
  height: 82px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-5aebee64] {
    height: 35px;
}
.icon-outer .icon-inner .icon-content .icon-gp .icon-img img[data-v-5aebee64] {
    height: 35px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-5aebee64] {
  margin-top: 8px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-5aebee64] {
    margin-top: 3px;
    height: 29px;
}
}
.icon-outer .icon-inner .icon-title[data-v-5aebee64] {
  font-size: 24px;
  font-weight: 500;
  color: #0d175d;
  line-height: 33px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-title[data-v-5aebee64] {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0 0;
}
}
.time-outer[data-v-5aebee64] {
  padding: 80px 0 60px 0;
}
@media only screen and (max-width: 767px) {
.time-outer[data-v-5aebee64] {
    padding: 25px 0;
}
}
.time-outer .time-inner[data-v-5aebee64] {
  text-align: center;
  padding: 0 45px;
}
@media (max-width: 1024px) {
.time-outer .time-inner[data-v-5aebee64] {
    padding: 0 0 30px 0;
    border-bottom: 2px dashed #0d175d;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner[data-v-5aebee64] {
    border-bottom: 1px dashed #0d175d;
}
}
.time-outer .time-inner .time-box-outer[data-v-5aebee64] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer[data-v-5aebee64] {
    display: block;
    width: 480px;
    margin: 0 auto;
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer[data-v-5aebee64] {
    max-width: 310px;
    padding-top: 20px;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64] {
  padding: 18px 0;
  display: flex;
  border-left: 3px solid #5b78dd;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64] {
    padding: 3px 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64] {
    padding: 0;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64]:last-child {
  border-right: 3px solid #5b78dd;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64]:last-child {
    border-right: 0;
    margin: 40px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-5aebee64]:last-child {
    margin: 30px 0 0 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item[data-v-5aebee64] {
  display: flex;
  align-items: center;
}
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-5aebee64] {
  font-size: 22px;
  font-weight: 500;
  color: #0d175d;
  line-height: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-5aebee64] {
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-5aebee64] {
  font-size: 22px;
  font-weight: 500;
  color: #0d175d;
  line-height: 30px;
  text-decoration: underline;
  transition: 0.4s ease;
}
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-5aebee64]:hover {
  color: #004fb2;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text a[data-v-5aebee64] {
    font-size: 16px;
    line-height: 22px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-5aebee64] {
  margin-right: 60px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-5aebee64] {
    margin-right: 0px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-5aebee64] {
  width: 35px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-5aebee64] {
    margin-left: 25px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-5aebee64] {
    width: 25px;
    margin: 0 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-5aebee64] {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-5aebee64] {
    width: 23px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-5aebee64] {
  width: 35px;
  margin-right: 20px;
  margin-left: 35px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-5aebee64] {
    margin-left: 25px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-5aebee64] {
    width: 25px;
    margin: 0 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-5aebee64] {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-5aebee64] {
    width: 25px;
    height: 25px;
}
}
.info-outer[data-v-5aebee64] {
  position: relative;
}
.info-outer[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background-color: #f0faff;
  height: calc(100% - 80px);
}
.info-outer .info-gp[data-v-5aebee64] {
  padding: 60px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 1024px) {
.info-outer .info-gp[data-v-5aebee64] {
    padding: 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp[data-v-5aebee64] {
    padding: 20px;
}
}
.info-outer .info-gp .info-title[data-v-5aebee64] {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #0d175d;
  line-height: 42px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-title[data-v-5aebee64] {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 12px;
}
}
.info-outer .info-gp .info-title > span[data-v-5aebee64] {
  color: #5b78dd;
}
.info-outer .info-gp .info-title[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background-color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-title[data-v-5aebee64]::before {
    width: 37px;
    height: 2px;
}
}
.info-outer .info-gp .info-text[data-v-5aebee64] {
  margin-top: 20px;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-text[data-v-5aebee64] {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
}
.workflow-outer[data-v-5aebee64] {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer[data-v-5aebee64] {
    padding: 25px 0 0 0;
}
}
.workflow-outer .workflow-big-title[data-v-5aebee64] {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #0d175d;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-big-title[data-v-5aebee64] {
    font-size: 18px;
    line-height: 25px;
}
}
.workflow-outer .workflow-big-title > span[data-v-5aebee64] {
  color: #5b78dd;
}
.workflow-outer .workflow-inner[data-v-5aebee64] {
  position: relative;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner[data-v-5aebee64] {
    max-width: 335px;
    margin: 20px auto;
}
}
.workflow-outer .workflow-inner .workflow-gp[data-v-5aebee64] {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp[data-v-5aebee64] {
    display: block;
}
}
.workflow-outer .workflow-inner .workflow-gp .left-workflow-gp[data-v-5aebee64] {
  position: relative;
  width: 50%;
  padding-right: 17px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .left-workflow-gp[data-v-5aebee64] {
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    width: calc(50% + 11px);
}
}
.workflow-outer .workflow-inner .workflow-gp .right-workflow-gp[data-v-5aebee64] {
  position: relative;
  width: 50%;
  padding-left: 17px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .right-workflow-gp[data-v-5aebee64] {
    padding: 0;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-number[data-v-5aebee64] {
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-number[data-v-5aebee64] {
    font-size: 20px;
    line-height: 24px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-5aebee64] {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #0d175d;
  padding-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-5aebee64] {
    font-size: 21px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-5aebee64] {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    padding-bottom: 12px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 3px;
  background-color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-5aebee64]::before {
    width: 23px;
    height: 2px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-5aebee64] {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-5aebee64] {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul[data-v-5aebee64] {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul[data-v-5aebee64] {
    margin: 12px 0 0 0;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64] {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
  padding-left: 20px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64] {
    font-size: 18px;
    line-height: 30px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64] {
    font-size: 14px;
    line-height: 20px;
    padding-left: 18px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li + .workflow-li[data-v-5aebee64] {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li + .workflow-li[data-v-5aebee64] {
    margin-top: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64]::before {
    top: 9px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-ul .workflow-li[data-v-5aebee64]::before {
    width: 8px;
    height: 8px;
    top: 6px;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-1[data-v-5aebee64] {
  margin: 45px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-1[data-v-5aebee64] {
    margin-left: auto;
    padding: 0;
    margin-top: 0;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-2 .workflow-img[data-v-5aebee64] {
  padding-left: 12%;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-2[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-3[data-v-5aebee64] {
  text-align: right;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-3[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-3 .workflow-img[data-v-5aebee64] {
  padding-right: 13%;
}
.workflow-outer .workflow-inner .workflow-gp .wf-3 .workflow-line-1[data-v-5aebee64] {
  position: absolute;
  top: 30px;
  right: 18px;
  transform: translate(50%, -50%);
}
.workflow-outer .workflow-inner .workflow-gp .wf-3 .workflow-line-1 img[data-v-5aebee64] {
  width: 190px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-3 .workflow-line-1[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-4[data-v-5aebee64] {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-4[data-v-5aebee64] {
    margin: 45px 0 0 0;
    width: calc(50% + 8px);
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-5[data-v-5aebee64] {
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-5[data-v-5aebee64] {
    margin-left: auto;
    padding: 0;
    margin-top: 30px;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-6[data-v-5aebee64] {
  margin: 90px 0 0 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-6[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-6 .workflow-img[data-v-5aebee64] {
  padding-left: 21%;
  margin-top: -180px;
  align-self: center;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .wf-6 .workflow-img[data-v-5aebee64] {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.workflow-outer .workflow-inner .workflow-gp .wf-6 .workflow-img img[data-v-5aebee64] {
    width: 100%;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-6 .workflow-line-2[data-v-5aebee64] {
  position: absolute;
  top: 67px;
  left: 18px;
  transform: translate(-50%, -50%);
}
.workflow-outer .workflow-inner .workflow-gp .wf-6 .workflow-line-2 img[data-v-5aebee64] {
  width: 181px;
}
.workflow-outer .workflow-inner .workflow-gp .wf-7[data-v-5aebee64] {
  text-align: right;
  margin: 50px 0 0 0;
}
.workflow-outer .workflow-inner .workflow-gp .wf-7 .workflow-img[data-v-5aebee64] {
  padding-right: 22%;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-7[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-8[data-v-5aebee64] {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-8[data-v-5aebee64] {
    margin: 0;
}
}
.workflow-outer .workflow-inner .workflow-gp .wf-8 .workflow-line-3[data-v-5aebee64] {
  position: absolute;
  top: -55%;
  left: -10px;
  transform: translate(-50%, -50%);
}
.workflow-outer .workflow-inner .workflow-gp .wf-8 .workflow-line-3 img[data-v-5aebee64] {
  width: 250px;
}
@media (max-width: 850px) {
.workflow-outer .workflow-inner .workflow-gp .wf-8 .workflow-line-3[data-v-5aebee64] {
    left: 19px;
    top: -100px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .wf-8 .workflow-line-3[data-v-5aebee64] {
    display: none;
}
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow1[data-v-5aebee64] {
  display: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow1[data-v-5aebee64] {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 15px;
    transform: translate(-100%, 100%);
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow1 img[data-v-5aebee64] {
    width: 135px;
}
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow2[data-v-5aebee64] {
  display: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow2[data-v-5aebee64] {
    display: block;
    position: absolute;
    top: 22px;
    right: 9px;
    transform: translate(100%, 0);
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow2 img[data-v-5aebee64]:nth-child(1) {
    width: 63px;
    margin-left: 18px;
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow2 img[data-v-5aebee64]:nth-child(2) {
    width: 158px;
    margin-top: 12px;
}
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow3[data-v-5aebee64] {
  display: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow3[data-v-5aebee64] {
    text-align: right;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translate(-100%, 0);
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow3 img[data-v-5aebee64]:nth-child(1) {
    width: 83px;
    padding-right: 8px;
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow3 img[data-v-5aebee64]:nth-child(2) {
    width: 166px;
    margin-top: 30px;
    margin-right: -5px;
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow3 img[data-v-5aebee64]:nth-child(3) {
    width: 116px;
    margin-top: 23px;
    margin-right: 10px;
}
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow4[data-v-5aebee64] {
  display: none;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow4[data-v-5aebee64] {
    display: block;
    position: absolute;
    top: 30px;
    left: 113px;
}
.workflow-outer .workflow-inner .workflow-gp .mobile-woukflow4 img[data-v-5aebee64] {
    width: 148px;
}
}
.speecher-outer[data-v-5aebee64] {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-5aebee64] {
    padding: 25px 0 0 0;
}
}
.speecher-outer .speecher-gp .speecher-sub-title[data-v-5aebee64] {
  padding: 40px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #0d175d;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .speecher-sub-title[data-v-5aebee64] {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0;
}
}
.speecher-outer .speecher-gp .item-gp[data-v-5aebee64] {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
}
.speecher-outer .speecher-gp .item-gp + .item-gp[data-v-5aebee64] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp[data-v-5aebee64] {
    padding: 20px;
}
}
.speecher-outer .speecher-gp .item-gp .left-item-gp[data-v-5aebee64] {
  width: 150px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .left-item-gp[data-v-5aebee64] {
    text-align: center;
    width: 75px;
    margin-right: 12px;
}
}
.speecher-outer .speecher-gp .item-gp .left-item-gp img[data-v-5aebee64] {
  width: 150px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .left-item-gp img[data-v-5aebee64] {
    width: 75px;
}
}
.speecher-outer .speecher-gp .item-gp .right-item-gp[data-v-5aebee64] {
  flex: 1;
}
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-5aebee64] {
  font-size: 24px;
  font-weight: 600;
  color: #0d175d;
  line-height: 35px;
}
.speecher-outer .speecher-gp .item-gp .speecher-name > span[data-v-5aebee64] {
  font-size: 20px;
  color: #333333;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-name > span[data-v-5aebee64] {
    display: block;
    font-size: 14px;
    margin: 6px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-5aebee64] {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
}
}
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-5aebee64] {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 35px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-5aebee64] {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
}
.suitable-outer[data-v-5aebee64] {
  background-color: #f0faff;
  padding: 68px 0;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
.suitable-outer[data-v-5aebee64] {
    padding: 25px 0;
    margin: 25px 0 0 0;
}
}
.suitable-outer .suitable-gp[data-v-5aebee64] {
  position: relative;
}
.suitable-outer .suitable-gp .suitable-title[data-v-5aebee64] {
  font-size: 30px;
  font-weight: 500;
  color: #0d175d;
  line-height: 42px;
}
.suitable-outer .suitable-gp .suitable-title > span[data-v-5aebee64] {
  color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .suitable-title[data-v-5aebee64] {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-5aebee64] {
  position: relative;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer[data-v-5aebee64] {
    flex-wrap: wrap;
    margin-top: 25px;
    border-top: 2px solid #5b78dd;
    padding: 0 5px;
}
.suitable-outer .suitable-gp .item-gp-outer[data-v-5aebee64]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 73px);
    height: 2px;
    background-color: #5b78dd;
}
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64] {
  position: relative;
  width: 33.3333333333%;
  font-size: 22px;
  font-weight: 500;
  color: #0d175d;
  line-height: 35px;
  border-left: 3px solid #5b78dd;
  padding: 0 30px;
  letter-spacing: -0.5px;
}
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64]:nth-child(3) {
  border-right: 3px solid #5b78dd;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64]:nth-child(3) {
    border: 0;
}
}
@media (max-width: 1200px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64] {
    font-size: 20px;
}
}
@media (max-width: 991px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64] {
    font-size: 18px;
    padding: 0 20px;
}
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp-outer .item-gp[data-v-5aebee64] {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #5b78dd;
    letter-spacing: 1px;
}
}
.suitable-outer .suitable-gp .shiny-img[data-v-5aebee64] {
  position: absolute;
  bottom: -91px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .shiny-img[data-v-5aebee64] {
    right: 0;
    bottom: -37px;
}
.suitable-outer .suitable-gp .shiny-img img[data-v-5aebee64] {
    width: 60px;
}
}
.unit-outer[data-v-5aebee64] {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.unit-outer[data-v-5aebee64] {
    padding: 25px 0;
    display: block;
}
}
.unit-outer .unit-gp[data-v-5aebee64] {
  margin-top: 25px;
}
.unit-outer .unit-gp[data-v-5aebee64]:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp[data-v-5aebee64] {
    margin-top: 20px;
}
}
.unit-outer .unit-gp .unit-title[data-v-5aebee64] {
  font-size: 30px;
  font-weight: 600;
  color: #0d175d;
  line-height: 42px;
}
.unit-outer .unit-gp .unit-title > span[data-v-5aebee64] {
  color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-title[data-v-5aebee64] {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
}
.unit-outer .unit-gp .unit-box-outer[data-v-5aebee64] {
  display: flex;
  flex-wrap: wrap;
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-5aebee64] {
  margin: 20px 20px 0 0;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp[data-v-5aebee64] {
    width: 100%;
    margin: 15px 0 0 0;
}
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-5aebee64] {
  text-decoration: none;
  padding: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #212d51;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-5aebee64]:hover {
  background-color: #effffd;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box-outer .unit-box-gp .unit-box[data-v-5aebee64] {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border: solid 1px #0d175d;
}
}
.unit-outer .unit-gp .unit-img[data-v-5aebee64] {
  min-width: 35px;
  margin-right: 8px;
}
.unit-outer .unit-gp .unit-img img[data-v-5aebee64] {
  width: 28px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img img[data-v-5aebee64] {
    width: 24px;
}
}
.unit-outer .unit-gp .unit-img .unit-img-2[data-v-5aebee64] {
  width: 32px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img .unit-img-2[data-v-5aebee64] {
    width: 26px;
}
}
.unit-outer .unit-gp .unit-img .unit-img-3[data-v-5aebee64] {
  width: 108px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img .unit-img-3[data-v-5aebee64] {
    width: 69px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img[data-v-5aebee64] {
    width: 100%;
}
}
.unit-outer .unit-gp .unit-text[data-v-5aebee64] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 30px;
}
@media (max-width: 991px) {
.unit-outer .unit-gp .unit-text[data-v-5aebee64] {
    font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-text[data-v-5aebee64] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}
}
.btn-outer[data-v-5aebee64] {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
.btn-outer[data-v-5aebee64] {
    padding: 20px 0;
}
}
.btn-outer .btn-gp[data-v-5aebee64] {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #5b78dd;
  font-size: 20px;
  font-weight: 500;
  color: #5b78dd;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.btn-outer .btn-gp[data-v-5aebee64] {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 14px;
}
}
.participant-outer[data-v-5aebee64] {
  background-color: #f2f4f4;
}
.archived-outer[data-v-5aebee64] {
  position: relative;
}
.archived-outer .archived-top[data-v-5aebee64] {
  max-width: 1366px;
  padding: 0;
  margin: 0 auto;
}
.archived-outer .archived-top .archived-title-gp[data-v-5aebee64] {
  position: relative;
}
.archived-outer .archived-top .archived-title-gp img[data-v-5aebee64] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .voice-pc-img[data-v-5aebee64] {
    display: none;
}
}
.archived-outer .archived-top .archived-title-gp .voice-mobile-img[data-v-5aebee64] {
  display: none;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .voice-mobile-img[data-v-5aebee64] {
    display: block;
}
}
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
  position: absolute;
  top: 36.5%;
  left: 39.5%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1199px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(0.8);
}
}
@media (max-width: 991px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(0.6);
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.7);
    top: 20%;
    left: 57.5%;
}
}
@media (max-width: 600px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.5);
}
}
@media (max-width: 550px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.4);
}
}
@media (max-width: 500px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.3);
}
}
@media (max-width: 450px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.2);
}
}
@media (max-width: 400px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1.1);
}
}
@media (max-width: 380px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(1);
}
}
@media (max-width: 350px) {
.archived-outer .archived-top .archived-title-gp .video-gp[data-v-5aebee64] {
    transform: translate(-50%, -50%) scale(0.9);
}
}
.archived-outer .archived-top .archived-title-gp .video-gp .circle-title[data-v-5aebee64] {
  display: flex;
  align-items: center;
  color: #5b78dd;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .video-gp .circle-title[data-v-5aebee64] {
    font-size: 12px;
}
}
.archived-outer .archived-top .archived-title-gp .video-gp .circle-title img.bg[data-v-5aebee64] {
  margin-right: 10px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .video-gp .circle-title img.bg[data-v-5aebee64] {
    margin: 0 5px 5px 0;
    width: 15px;
    height: 17px;
}
}
.archived-outer .archived-top .archived-title-gp .video-gp .btn[data-v-5aebee64] {
  display: inline-flex;
  border-radius: 24px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #0d175d;
  padding: 7px 12px 7px 17px;
  margin-top: 18px;
  border: 3px solid #0d175d;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .video-gp .btn[data-v-5aebee64] {
    border: 2px solid #0d175d;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 12px;
    margin-top: 0;
}
}
.archived-outer .archived-top .archived-title-gp .video-gp .btn[data-v-5aebee64]:hover {
  opacity: 0.8;
}
.archived-outer .archived-top .archived-title-gp .video-gp .btn img.arrow-right[data-v-5aebee64] {
  margin-left: 15px;
  width: 12px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-top .archived-title-gp .video-gp .btn img.arrow-right[data-v-5aebee64] {
    width: 8px;
    margin-left: 5px;
}
}
.archived-outer .archived-cont[data-v-5aebee64] {
  position: relative;
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
  margin-top: -14%;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
.archived-outer .archived-cont[data-v-5aebee64] {
    margin-top: -215px;
}
}
@media (max-width: 1200px) {
.archived-outer .archived-cont[data-v-5aebee64] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.archived-outer .archived-cont[data-v-5aebee64] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont[data-v-5aebee64] {
    padding: 0 20px;
    margin-top: -27%;
}
}
.archived-outer .archived-cont .archived-big-title[data-v-5aebee64] {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #0d175d;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-big-title[data-v-5aebee64] {
    font-size: 18px;
    line-height: 25px;
}
}
.archived-outer .archived-cont .archived-big-title > span[data-v-5aebee64] {
  color: #5b78dd;
}
.archived-outer .archived-cont .archived-time-outer[data-v-5aebee64] {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer[data-v-5aebee64] {
    margin: 30px 0 0 0;
}
}
.archived-outer .archived-cont .archived-time-outer .time-gp[data-v-5aebee64] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archived-outer .archived-cont .archived-time-outer .time-gp.time-margin-gp[data-v-5aebee64] {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .time-gp.time-margin-gp[data-v-5aebee64] {
    margin: 15px 0;
}
}
.archived-outer .archived-cont .archived-time-outer .time-gp + .time-gp[data-v-5aebee64] {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .time-gp + .time-gp[data-v-5aebee64] {
    margin-top: 15px;
}
}
.archived-outer .archived-cont .archived-time-outer .time-gp .time-title[data-v-5aebee64] {
  padding: 8px 25px;
  border-radius: 22px;
  background-color: #0d175d;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .time-gp .time-title[data-v-5aebee64] {
    font-size: 12px;
    padding: 5px 17px;
}
}
.archived-outer .archived-cont .archived-time-outer .time-gp .time-text[data-v-5aebee64] {
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #0d175d;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .time-gp .time-text[data-v-5aebee64] {
    flex: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
}
.archived-outer .archived-cont .archived-time-outer .preface-gp[data-v-5aebee64] {
  margin: 30px 0;
  padding: 20px;
  background-color: #f0faff;
  font-size: 18px;
  font-weight: 500;
  color: #0d175d;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .preface-gp[data-v-5aebee64] {
    margin: 15px 0;
    padding: 15px;
    font-size: 12px;
    line-height: 17px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .dot-title[data-v-5aebee64] {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #5b78dd;
  line-height: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .dot-title[data-v-5aebee64] {
    margin-top: 15px;
    font-size: 12px;
    line-height: 17px;
    padding-left: 20px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .dot-title[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5b78dd;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .dot-title[data-v-5aebee64]::before {
    width: 10px;
    height: 10px;
    top: 3px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .line-text[data-v-5aebee64] {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .line-text[data-v-5aebee64] {
    margin-top: 15px;
    font-size: 12px;
    line-height: 17px;
    padding-left: 20px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .line-text[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 6px;
  background-color: #5b78dd;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .line-text[data-v-5aebee64]::before {
    width: 2px;
    left: 5px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .li-text[data-v-5aebee64] {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .li-text[data-v-5aebee64] {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 16px;
}
}
.archived-outer .archived-cont .archived-time-outer .line-gp .li-text[data-v-5aebee64]::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid #3e3a39;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-cont .archived-time-outer .line-gp .li-text[data-v-5aebee64]::before {
    width: 8px;
    height: 8px;
    top: 3.5px;
    border: 2px solid #3e3a39;
}
}
.click-dom[data-v-5aebee64] {
  cursor: pointer;
  transition: 0.3s ease;
}
.click-dom[data-v-5aebee64]:hover {
  background-color: #effffd !important;
}
.cursor-default[data-v-5aebee64] {
  text-decoration: none;
  cursor: default;
}
.margin-bottom-50[data-v-5aebee64] {
  margin-bottom: 50px !important;
}
.margin-bottom-20[data-v-5aebee64] {
  margin-bottom: 20px !important;
}
.color-212d51[data-v-5aebee64] {
  color: #212d51 !important;
}
.color-16758c[data-v-5aebee64] {
  color: #16758c !important;
}
.color-0d175d[data-v-5aebee64] {
  color: #0d175d !important;
}
.f-w-500[data-v-5aebee64] {
  font-weight: 500;
}
.f-w-600[data-v-5aebee64] {
  font-weight: 600;
}
.text-underline[data-v-5aebee64] {
  text-decoration: underline;
}[data-v-bd06181b]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
[data-v-bd06181b] .page-event {
  font-family: "Noto Sans TC", "Roboto";
}
[data-v-bd06181b] .page-event .archived {
  color: #0b4f61 !important;
}
[data-v-bd06181b] .page-event .link-more {
  color: #0b4f61 !important;
}
[data-v-bd06181b] .page-event .footer-signup-outer {
  display: none;
}
[data-v-bd06181b] .page-event .menu-sm .item {
  color: #3e3a39 !important;
}
[data-v-bd06181b] .page-event .menu-sm .archived {
  background-color: #212d51 !important;
  color: #fff !important;
}
[data-v-bd06181b] .page-event .menu-sm .svg-icon-menu .cls-sm-menu-1 {
  fill: #212d51;
}
.fintech-event[data-v-bd06181b] {
  height: 100%;
}
@media only screen and (min-width: 768px) {
.handle-header-outer .ref-group[data-v-bd06181b] {
    margin-top: -120px;
    padding-top: 120px;
}
}
.content-gp[data-v-bd06181b] {
  max-width: 1366px;
  margin: 0 auto;
}
.content[data-v-bd06181b] {
  max-width: 1366px;
  padding: 0 120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.content[data-v-bd06181b] {
    padding: 0 50px;
}
}
@media (max-width: 1024px) {
.content[data-v-bd06181b] {
    padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.content[data-v-bd06181b] {
    padding: 0 20px;
}
}
.outer[data-v-bd06181b] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-title[data-v-bd06181b] {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #0b4f61;
  text-align: center;
  padding: 0 35px;
}
@media only screen and (max-width: 959px) {
.big-title[data-v-bd06181b] {
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px;
}
}
.big-title[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #80d8ce;
  height: 20px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
.big-title[data-v-bd06181b]::before {
    height: 14px;
}
}
.big-title-outer[data-v-bd06181b] {
  text-align: center;
}
.line-title-outer[data-v-bd06181b] {
  text-align: center;
  transform: translateY(calc(-50% - 2.5px));
}
@media only screen and (max-width: 959px) {
.line-title-outer[data-v-bd06181b] {
    transform: translateY(calc(-50% - 1.5px));
}
}
.line-title-outer .line-title[data-v-bd06181b] {
  display: inline-block;
  padding: 0 55px;
  font-size: 32px;
  font-weight: 600;
  color: #0b4f61;
  line-height: 45px;
  background-color: #ffffff;
}
@media only screen and (max-width: 959px) {
.line-title-outer .line-title[data-v-bd06181b] {
    padding: 0 15px;
    font-size: 20px;
    line-height: 28px;
}
}
.header-title-outer[data-v-bd06181b] {
  margin: 19px 0 0 0;
  text-align: center;
}
.header-title-outer .header-title[data-v-bd06181b] {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.header-title-outer[data-v-bd06181b] {
    padding: 0 35px;
}
}
@media only screen and (max-width: 767px) {
.header-title-outer[data-v-bd06181b] {
    padding: 0 15px;
    position: relative;
    margin: 0;
    z-index: 10;
}
}
.icon-outer[data-v-bd06181b] {
  padding: 50px 0;
  margin: 73px 0 0 0;
  background-color: #0b4f61;
}
@media only screen and (max-width: 767px) {
.icon-outer[data-v-bd06181b] {
    margin: 25px 0 0 0;
    padding: 25px 0 20px 0;
}
}
.icon-outer .icon-inner[data-v-bd06181b] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 218px;
}
.icon-outer .icon-inner .icon-content[data-v-bd06181b] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.icon-outer .icon-inner .icon-content .icon-gp[data-v-bd06181b] {
  text-align: center;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp + .icon-gp[data-v-bd06181b] {
    margin-left: 6%;
}
}
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-bd06181b] {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp .icon-img[data-v-bd06181b] {
    width: 65px;
    height: 65px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-bd06181b] {
  width: 153px;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(1) img[data-v-bd06181b] {
    width: 65px;
    margin-top: -7px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-bd06181b] {
  width: 146px;
  margin: 11px 0 0 11px;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(2) img[data-v-bd06181b] {
    width: 65px;
    margin: -6px 0 0 11px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-bd06181b] {
  width: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(3) img[data-v-bd06181b] {
    width: 65px;
}
}
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(4) img[data-v-bd06181b] {
  width: 125px;
  margin: -11px 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content .icon-gp:nth-child(4) img[data-v-bd06181b] {
    width: 57px;
    margin: -6px 0 0 0;
}
}
@media (max-width: 1200px) {
.icon-outer .icon-inner .icon-content[data-v-bd06181b] {
    justify-content: space-around;
}
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-content[data-v-bd06181b] {
    justify-content: center;
}
}
.icon-outer .icon-inner .icon-title[data-v-bd06181b] {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 37px;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
.icon-outer .icon-inner .icon-title[data-v-bd06181b] {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 0 0;
}
}
@media (max-width: 1200px) {
.icon-outer .icon-inner[data-v-bd06181b] {
    padding: 0 30px;
}
}
@media (max-width: 1024px) {
.icon-outer .icon-inner[data-v-bd06181b] {
    padding: 0;
}
}
.time-outer[data-v-bd06181b] {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.time-outer[data-v-bd06181b] {
    padding: 25px 0;
}
}
.time-outer .time-inner[data-v-bd06181b] {
  text-align: center;
}
.time-outer .time-inner .time-box-outer[data-v-bd06181b] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer[data-v-bd06181b] {
    display: block;
    width: 475px;
    margin: 0 auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer[data-v-bd06181b] {
    width: 335px;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b] {
  width: 475px;
  padding: 40px;
  margin: 30px 0 0 0;
  display: flex;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b] {
    width: 100%;
    box-shadow: none;
}
}
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b]:first-child {
  margin-right: 50px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b]:first-child {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b]:first-child {
    margin: 20px 0 0 0;
    padding: 20px 20px 25px 20px;
}
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b]:last-child {
    margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box[data-v-bd06181b]:last-child {
    margin: 0;
    padding: 0 20px 20px 20px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item[data-v-bd06181b] {
  display: flex;
  align-items: center;
}
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-bd06181b] {
  font-size: 21px;
  font-weight: 500;
  color: #0b4f61;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .text[data-v-bd06181b] {
    font-size: 16px;
    line-height: 22px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-bd06181b] {
  width: 5px;
  height: 44px;
  background: #0b4f61;
  margin-right: 30px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .hr-vertical-short[data-v-bd06181b] {
    width: 3px;
    margin-right: 10px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-bd06181b] {
  width: 28px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon[data-v-bd06181b] {
    width: 23px;
    margin-right: 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-bd06181b] {
  width: 28px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .time-icon img[data-v-bd06181b] {
    width: 23px;
    height: 25px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-bd06181b] {
  width: 21px;
  margin-right: 19px;
}
@media (max-width: 1024px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-bd06181b] {
    width: 28px;
    margin-right: 16px;
}
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon[data-v-bd06181b] {
    width: 23px;
    margin-right: 10px;
}
}
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-bd06181b] {
  width: 21px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
.time-outer .time-inner .time-box-outer .time-box .item .place-icon img[data-v-bd06181b] {
    width: 17px;
    height: 25px;
}
}
.info-outer[data-v-bd06181b] {
  background-color: #f2f4f4;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.info-outer[data-v-bd06181b] {
    padding: 25px 0 20px 0;
}
}
.info-outer .info-gp[data-v-bd06181b] {
  text-align: center;
  border-top: 5px solid #0b4f61;
  border-bottom: 5px solid #0b4f61;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp[data-v-bd06181b] {
    border-top: 3px solid #0b4f61;
    border-bottom: 3px solid #0b4f61;
    padding: 0 0 20px 0;
}
}
.info-outer .info-gp .line-title[data-v-bd06181b] {
  background-color: #f2f4f4;
}
.info-outer .info-gp .info-text[data-v-bd06181b] {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 35px;
}
@media (max-width: 991px) {
.info-outer .info-gp .info-text[data-v-bd06181b] {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.info-outer .info-gp .info-text[data-v-bd06181b] {
    font-size: 14px;
    line-height: 20px;
}
}
.workflow-outer[data-v-bd06181b] {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 767px) {
.workflow-outer[data-v-bd06181b] {
    padding: 25px 0 0 0;
}
}
.workflow-outer .workflow-inner[data-v-bd06181b] {
  margin: 80px 0 0 0;
  display: flex;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner[data-v-bd06181b] {
    margin: 50px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner[data-v-bd06181b] {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
}
}
.workflow-outer .workflow-inner .workflow-gp[data-v-bd06181b] {
  position: relative;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp[data-v-bd06181b] {
    width: 100%;
    flex: none;
}
}
.workflow-outer .workflow-inner .workflow-gp + .workflow-gp[data-v-bd06181b] {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp + .workflow-gp[data-v-bd06181b] {
    margin: 50px 0 0 0;
}
}
.workflow-outer .workflow-inner .workflow-gp + .workflow-gp[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 20px;
  top: 60px;
  left: 0;
  background: url("/images/event/fintech/arrow-right.svg") no-repeat;
  background-size: 15px;
  transform: translateX(calc(-50% - 15px));
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp + .workflow-gp[data-v-bd06181b]::before {
    top: 36px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp + .workflow-gp[data-v-bd06181b]::before {
    left: 50%;
    top: -35px;
    transform: translate(-50%, 0) rotate(90deg);
}
}
.workflow-outer .workflow-inner .workflow-gp:nth-child(1) .workflow-img[data-v-bd06181b] {
  padding-top: 21px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(1) .workflow-img[data-v-bd06181b] {
    padding-top: 0;
}
.workflow-outer .workflow-inner .workflow-gp:nth-child(1) .workflow-img img[data-v-bd06181b] {
    width: 54px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(1) .workflow-img img[data-v-bd06181b] {
    width: 41px;
}
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(2) .workflow-img img[data-v-bd06181b] {
    width: 65px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(2) .workflow-img img[data-v-bd06181b] {
    width: 58px;
}
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(3) .workflow-img img[data-v-bd06181b] {
    width: 58px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(3) .workflow-img img[data-v-bd06181b] {
    width: 69px;
}
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(4) .workflow-img img[data-v-bd06181b] {
    width: 64px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(4) .workflow-img img[data-v-bd06181b] {
    width: 89px;
}
}
.workflow-outer .workflow-inner .workflow-gp:nth-child(5) .workflow-img[data-v-bd06181b] {
  padding-top: 15px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(5) .workflow-img img[data-v-bd06181b] {
    width: 68px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp:nth-child(5) .workflow-img img[data-v-bd06181b] {
    width: 85px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-img[data-v-bd06181b] {
  height: 135px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-img[data-v-bd06181b] {
    height: 75px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-img[data-v-bd06181b] {
    height: auto;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-bd06181b] {
  font-size: 24px;
  font-weight: 600;
  color: #0b4f61;
  line-height: 33px;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-bd06181b] {
    font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-title[data-v-bd06181b] {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 25px;
}
}
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-bd06181b] {
  margin: 10px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 35px;
}
@media (max-width: 991px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-bd06181b] {
    font-size: 17px;
    line-height: 24px;
}
}
@media only screen and (max-width: 767px) {
.workflow-outer .workflow-inner .workflow-gp .workflow-desc[data-v-bd06181b] {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
}
.speecher-outer[data-v-bd06181b] {
  padding: 73px 0;
}
@media only screen and (max-width: 767px) {
.speecher-outer[data-v-bd06181b] {
    padding: 40px 0 25px 0;
}
}
.speecher-outer .speecher-gp[data-v-bd06181b] {
  border-top: 5px solid #0b4f61;
}
.speecher-outer .speecher-gp .item-gp[data-v-bd06181b] {
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp[data-v-bd06181b] {
    padding: 20px;
}
}
.speecher-outer .speecher-gp .item-gp[data-v-bd06181b]:last-child {
  margin-bottom: 0;
}
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-bd06181b] {
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #0b4f61;
  line-height: 35px;
  border-bottom: 5px solid #0b4f61;
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-name[data-v-bd06181b] {
    font-size: 18px;
    line-height: 25px;
    border-bottom: 3px solid #0b4f61;
}
}
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-bd06181b] {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 35px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-bd06181b] {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.speecher-outer .speecher-gp .item-gp .speecher-desc[data-v-bd06181b] {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
}
.suitable-outer[data-v-bd06181b] {
  background-color: #f2f4f4;
  padding: 75px 0 70px 0;
}
@media only screen and (max-width: 767px) {
.suitable-outer[data-v-bd06181b] {
    padding: 35px 0 20px 0;
}
}
.suitable-outer .suitable-gp[data-v-bd06181b] {
  border: 5px solid #0b4f61;
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp[data-v-bd06181b] {
    border: 3px solid #0b4f61;
    padding: 0 20px 20px 20px;
}
}
.suitable-outer .suitable-gp .line-title[data-v-bd06181b] {
  background-color: #f2f4f4;
}
.suitable-outer .suitable-gp .item-gp[data-v-bd06181b] {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp[data-v-bd06181b] {
    margin-bottom: 10px;
}
}
.suitable-outer .suitable-gp .item-gp[data-v-bd06181b]:last-child {
  margin-bottom: 0;
}
.suitable-outer .suitable-gp .item-gp .dot[data-v-bd06181b] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 10px 20px 0 0;
  background-color: #0b4f61;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp .dot[data-v-bd06181b] {
    width: 10px;
    height: 10px;
    margin: 5px 10px 0 0;
}
}
.suitable-outer .suitable-gp .item-gp .text[data-v-bd06181b] {
  font-size: 22px;
  font-weight: 500;
  color: #0b4f61;
  line-height: 35px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
.suitable-outer .suitable-gp .item-gp .text[data-v-bd06181b] {
    font-size: 16px;
    line-height: 22px;
}
}
.unit-outer[data-v-bd06181b] {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
@media (max-width: 1200px) {
.unit-outer[data-v-bd06181b] {
    padding: 50px 30px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer[data-v-bd06181b] {
    padding: 25px 20px;
    display: block;
}
}
.unit-outer .unit-gp[data-v-bd06181b] {
  width: 480px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp[data-v-bd06181b] {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
}
.unit-outer .unit-gp .unit-box[data-v-bd06181b] {
  text-decoration: none;
  margin: 30px 0 0 0;
  padding: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  text-align: center;
  display: block;
  transition: 0.3s ease;
}
.unit-outer .unit-gp .unit-box[data-v-bd06181b]:hover {
  background-color: #effffd;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-box[data-v-bd06181b] {
    margin: 20px 0 0 0;
}
}
.unit-outer .unit-gp .unit-img img[data-v-bd06181b] {
  width: 57px;
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-img img[data-v-bd06181b] {
    width: 50px;
}
}
.unit-outer .unit-gp .unit-text[data-v-bd06181b] {
  padding: 10px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 30px;
}
@media (max-width: 991px) {
.unit-outer .unit-gp .unit-text[data-v-bd06181b] {
    font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.unit-outer .unit-gp .unit-text[data-v-bd06181b] {
    font-size: 14px;
    line-height: 20px;
}
}
.unit-outer .left-gp[data-v-bd06181b] {
  position: relative;
  margin-right: 100px;
}
@media only screen and (max-width: 767px) {
.unit-outer .left-gp[data-v-bd06181b] {
    margin: 0 auto 20px;
}
}
.unit-outer .left-gp[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #0b4f61;
  top: 0;
  right: -52.5px;
}
@media only screen and (max-width: 767px) {
.unit-outer .left-gp[data-v-bd06181b]::before {
    content: none;
}
}
.btn-outer[data-v-bd06181b] {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
.btn-outer[data-v-bd06181b] {
    padding: 20px 0;
}
}
.btn-outer .btn-gp[data-v-bd06181b] {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  border: solid 3px #0b4f61;
  font-size: 20px;
  font-weight: 500;
  color: #0b4f61;
}
@media only screen and (max-width: 767px) {
.btn-outer .btn-gp[data-v-bd06181b] {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 14px;
}
}
.participant-outer[data-v-bd06181b] {
  background-color: #f2f4f4;
}
.archived-outer[data-v-bd06181b] {
  padding: 50px 0 30px 0;
}
@media (max-width: 767px) {
.archived-outer[data-v-bd06181b] {
    padding: 20px 0;
}
}
.archived-outer .archived-title-gp[data-v-bd06181b] {
  position: relative;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
.archived-outer .archived-title-gp[data-v-bd06181b] {
    padding: 0 15px;
}
}
@media (max-width: 767px) {
.archived-outer .archived-title-gp[data-v-bd06181b] {
    max-width: 500px;
    padding: 0 30px;
}
}
.archived-outer .archived-title-gp .archived-title[data-v-bd06181b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.41;
  color: #0b4f61;
}
@media (max-width: 767px) {
.archived-outer .archived-title-gp .archived-title[data-v-bd06181b] {
    left: 52%;
    top: 39%;
    font-size: 20px;
    max-width: 500px;
}
}
.archived-outer .archived-title-gp img[data-v-bd06181b] {
  width: 100%;
}
.archived-outer .archived-content[data-v-bd06181b] {
  max-width: 1366px;
  padding: 0 100px 0 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
.archived-outer .archived-content[data-v-bd06181b] {
    padding: 0 50px 0 30px;
}
}
@media (max-width: 767px) {
.archived-outer .archived-content[data-v-bd06181b] {
    padding: 0 20px;
}
}
.archived-outer .archived-content .video-gp[data-v-bd06181b] {
  padding-left: 100px;
  margin-top: -160px;
}
@media (max-width: 1366px) {
.archived-outer .archived-content .video-gp[data-v-bd06181b] {
    margin-top: 15px;
}
}
@media (max-width: 767px) {
.archived-outer .archived-content .video-gp[data-v-bd06181b] {
    margin: -80px 0 0 -5px;
    padding-left: 0;
}
}
.archived-outer .archived-content .video-gp .blue-circle[data-v-bd06181b] {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #0b4f61;
  position: relative;
  background-color: #f2f4f4;
}
@media only screen and (max-width: 959px) {
.archived-outer .archived-content .video-gp .blue-circle[data-v-bd06181b] {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .video-gp .blue-circle[data-v-bd06181b] {
    width: 106px;
    height: 106px;
    font-size: 16px;
}
}
.archived-outer .archived-content .video-gp .blue-circle .circle-title[data-v-bd06181b] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .video-gp .blue-circle .circle-title[data-v-bd06181b] {
    flex-direction: column;
}
}
.archived-outer .archived-content .video-gp .blue-circle .circle-title img.bg[data-v-bd06181b] {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .video-gp .blue-circle .circle-title img.bg[data-v-bd06181b] {
    margin: 0 0 3px 0;
    width: 23px;
    height: 25px;
}
}
.archived-outer .archived-content .video-gp .blue-circle[data-v-bd06181b]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.archived-outer .archived-content .video-gp .blue-circle .btn[data-v-bd06181b] {
  display: flex;
  border-radius: 50px;
  background-color: #0b4f61;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .video-gp .blue-circle .btn[data-v-bd06181b] {
    font-size: 12px;
    padding: 8px 14px;
    margin-top: 2px;
    line-height: 16px;
}
}
.archived-outer .archived-content .video-gp .blue-circle .btn[data-v-bd06181b]:hover {
  opacity: 0.8;
}
.archived-outer .archived-content .video-gp .blue-circle .btn img.arrow-right[data-v-bd06181b] {
  margin-left: 15px;
  width: 12px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .video-gp .blue-circle .btn img.arrow-right[data-v-bd06181b] {
    width: 8px;
    margin-left: 5px;
}
}
.archived-outer .archived-content .time-line-gp[data-v-bd06181b] {
  margin-top: 33px;
  padding-left: 200px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp[data-v-bd06181b] {
    padding-left: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list + .dashed-gp-list[data-v-bd06181b] {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list + .dashed-gp-list[data-v-bd06181b] {
    margin-top: 20px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title-outer[data-v-bd06181b] {
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title-outer[data-v-bd06181b] {
    padding-left: 20px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title[data-v-bd06181b] {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #0b4f61;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title[data-v-bd06181b] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .number[data-v-bd06181b] {
  position: absolute;
  top: -5px;
  left: -33px;
  transform: translateX(-50%);
  border: 2px solid white;
  box-sizing: content-box;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0b4f61;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .number[data-v-bd06181b] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    left: -18px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-bd06181b] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -71px;
  transform: translateX(-100%);
  font-size: 20px;
  font-weight: 500;
  color: #0b4f61;
  padding: 0 4px;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #80d8ce;
  height: 14px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-bd06181b]::before {
    height: 8px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .archived-big-title .time[data-v-bd06181b] {
    position: relative;
    left: 0;
    transform: none;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp[data-v-bd06181b] {
  border-left: 3px dashed #0b4f61;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp[data-v-bd06181b] {
    padding-left: 17px;
    border-left: 2px dashed #0b4f61;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b] {
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #3e3a39;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b] {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 10px;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b]:last-child {
    padding-bottom: 5px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b]:first-child::before {
  box-shadow: 0px -7px 0 0 white;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -33px;
  transform: translateX(-50%);
  background-color: #0b4f61;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp[data-v-bd06181b]::before {
    height: 10px;
    width: 10px;
    top: 2px;
    left: -18px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp.small-circle[data-v-bd06181b] {
  color: #16758c;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp.small-circle[data-v-bd06181b]::before {
  top: 6px;
  height: 11px;
  width: 11px;
  background-color: #16758c;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp.small-circle[data-v-bd06181b]::before {
    top: 3px;
    height: 8px;
    width: 8px;
}
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp.first-circle-gp[data-v-bd06181b]::before {
    box-shadow: 0px -7px 0 0 white;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .circle-gp a[data-v-bd06181b] {
  color: #0b4f61;
  text-decoration: underline;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer[data-v-bd06181b] {
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer[data-v-bd06181b] {
    margin-top: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp[data-v-bd06181b] {
  position: relative;
  color: #000000;
  padding-left: 26px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp[data-v-bd06181b] {
    padding-left: 17px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp + .hollow-circle-gp[data-v-bd06181b] {
  margin-top: 10px;
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp[data-v-bd06181b]::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #0b4f61;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp[data-v-bd06181b]::before {
    top: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid #0b4f61;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp .box-ul[data-v-bd06181b] {
  background-color: #f2f4f4;
  padding: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp .box-ul[data-v-bd06181b] {
    padding: 10px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp .box-ul ul[data-v-bd06181b] {
  padding-left: 23px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp .box-ul ul[data-v-bd06181b] {
    padding-left: 15px;
}
}
.archived-outer .archived-content .time-line-gp .dashed-gp-list .dashed-gp .hollow-circle-outer .hollow-circle-gp .box-ul ul li + li[data-v-bd06181b] {
  margin-top: 10px;
}
.cursor-default[data-v-bd06181b] {
  text-decoration: none;
  cursor: default;
}
.margin-bottom-50[data-v-bd06181b] {
  margin-bottom: 50px !important;
}
.margin-bottom-20[data-v-bd06181b] {
  margin-bottom: 20px !important;
}
.color-0b4f61[data-v-bd06181b] {
  color: #0b4f61 !important;
}
.color-16758c[data-v-bd06181b] {
  color: #16758c !important;
}
.color-212d51[data-v-bd06181b] {
  color: #212d51 !important;
}[data-v-a70db023]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.immersive-economy-component[data-v-a70db023] {
  height: 100%;
  font-family: "NotoSansTC";
}
.immersive-economy-component .main-container[data-v-a70db023] {
  width: 1366px;
  max-width: 100%;
  margin: auto;
}
.page-event[data-v-a70db023] {
  --event-header-link-color: #fff;
}
.page-event[data-v-a70db023] .menu .item.archived {
  color: #fff !important;
}
@media only screen and (max-width: 959px) {
.page-event[data-v-a70db023] .menu-sm {
    --background-color: #f6f2ff !important;
}
.page-event[data-v-a70db023] .menu-sm .item.archived {
    background-color: #24154c !important;
    color: #fff !important;
}
}
.page-event .menu-signup[data-v-a70db023] {
  background: #fff;
  color: #4600e0;
  padding: 10px 20px;
  border-radius: 22px;
}
@media only screen and (max-width: 959px) {
.page-event[data-v-a70db023] .more-events-component .events-outer {
    background-image: linear-gradient(to top, #936cff, #4600e0);
}
}
@media only screen and (max-width: 959px) {
.page-event[data-v-a70db023] .more-events-component .events-outer .event-item {
    color: #fff;
}
}
.page-event[data-v-a70db023] .more-events-component .events-outer .event-item.router-link-active {
  color: #4600e0;
}
@media only screen and (max-width: 959px) {
.page-event[data-v-a70db023] .more-events-component .events-outer .event-item.router-link-active {
    color: #cbb9ff;
}
}
.page-event[data-v-a70db023] .more-events-component .events-outer .event-item.more-events {
  color: #4600e0;
}
@media only screen and (max-width: 959px) {
.page-event[data-v-a70db023] .more-events-component .events-outer .event-item.more-events {
    color: #fff;
}
}
.header-logo[data-v-a70db023] {
  width: 100%;
}
.header-logo img[data-v-a70db023] {
  width: 100%;
  object-fit: cover;
}
.tags[data-v-a70db023] {
  padding: 80px 150px;
  display: flex;
  justify-content: center;
  gap: 60px;
  row-gap: 20px;
}
@media only screen and (max-width: 1365px) {
.tags[data-v-a70db023] {
    padding: 30px;
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 959px) {
.tags[data-v-a70db023] {
    flex-wrap: wrap;
    padding: 30px;
}
}
@media only screen and (max-width: 959px) {
.tags .tag-item[data-v-a70db023] {
    flex: none;
    text-align: center;
}
}
.tags .tag-item .tag-icon[data-v-a70db023] {
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 1365px) {
.tags .tag-item .tag-icon[data-v-a70db023] {
    width: 120px;
    height: 120px;
}
}
@media only screen and (max-width: 767px) {
.tags .tag-item .tag-icon[data-v-a70db023] {
    width: 85px;
    height: 85px;
}
}
.tags .tag-item .tag-text[data-v-a70db023] {
  padding-top: 20px;
  color: #4600e0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.tags .tag-item .tag-text[data-v-a70db023] {
    padding-top: 10px;
    font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.tags .tag-item .tag-text[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-01[data-v-a70db023] {
  padding: 60px 150px;
  background-image: linear-gradient(to top, #936cff, #4600e0);
  position: relative;
}
@media only screen and (max-width: 959px) {
.panel-01[data-v-a70db023] {
    padding: 40px 30px 60px;
}
}
.panel-01 h2[data-v-a70db023] {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 959px) {
.panel-01 h2[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-01 .row-time-location[data-v-a70db023] {
  margin: 30px 0 60px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 959px) {
.panel-01 .row-time-location[data-v-a70db023] {
    flex-direction: column;
    gap: 15px;
}
}
.panel-01 .row-time-location .col-time[data-v-a70db023],
.panel-01 .row-time-location .col-location[data-v-a70db023] {
  display: flex;
  padding: 12px 0 12px 60px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  flex: 1 1 0;
}
@media only screen and (max-width: 959px) {
.panel-01 .row-time-location .col-time[data-v-a70db023],
  .panel-01 .row-time-location .col-location[data-v-a70db023] {
    border-radius: 0;
    padding-bottom: 40px;
    padding: 10px 0 10px 20px;
}
}
.panel-01 .row-time-location .col-time img.icon[data-v-a70db023],
.panel-01 .row-time-location .col-location img.icon[data-v-a70db023] {
  width: 35px;
}
@media only screen and (max-width: 959px) {
.panel-01 .row-time-location .col-time img.icon[data-v-a70db023],
  .panel-01 .row-time-location .col-location img.icon[data-v-a70db023] {
    width: 25px;
}
}
.panel-01 .row-time-location .col-time .txt[data-v-a70db023],
.panel-01 .row-time-location .col-location .txt[data-v-a70db023] {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #24154c;
}
@media only screen and (max-width: 959px) {
.panel-01 .row-time-location .col-time .txt[data-v-a70db023],
  .panel-01 .row-time-location .col-location .txt[data-v-a70db023] {
    font-size: 14px;
    padding-left: 15px;
}
}
.panel-01 .description[data-v-a70db023] {
  margin-top: 30px;
  position: relative;
  padding: 60px;
  white-space: pre-wrap;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
.panel-01 .description[data-v-a70db023] {
    margin-top: 20px;
    font-size: 14px;
}
}
.panel-01 .background-image[data-v-a70db023] {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.panel-02[data-v-a70db023] {
  padding: 0 150px;
}
@media only screen and (max-width: 959px) {
.panel-02[data-v-a70db023] {
    padding: 0 30px;
}
}
.panel-02 h2[data-v-a70db023] {
  margin-top: 60px;
  position: relative;
  text-align: center;
}
.panel-02 h2 .txt[data-v-a70db023] {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 40px;
  font-size: 26px;
  color: #24154c;
  font-weight: 500;
  background: #fff;
}
@media only screen and (max-width: 959px) {
.panel-02 h2 .txt[data-v-a70db023] {
    font-size: 16px;
    padding: 0 20px;
}
}
.panel-02 h2[data-v-a70db023]::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  border: 1px solid #24154c;
}
.panel-02 .workflows[data-v-a70db023] {
  margin-top: 30px;
}
.panel-02 .workflows .workflow-item[data-v-a70db023] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item[data-v-a70db023] {
    flex-direction: column-reverse;
}
}
.panel-02 .workflows .workflow-item.reverse[data-v-a70db023] {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item.reverse[data-v-a70db023] {
    flex-direction: column-reverse;
}
}
.panel-02 .workflows .workflow-item.reverse .text-panel[data-v-a70db023] {
  padding-left: 50px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item.reverse .text-panel[data-v-a70db023] {
    padding-left: 0;
}
}
.panel-02 .workflows .workflow-item + .workflow-item[data-v-a70db023] {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item + .workflow-item[data-v-a70db023] {
    margin-top: 30px;
}
}
.panel-02 .workflows .workflow-item .text-panel[data-v-a70db023] {
  width: 590px;
  flex: none;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel[data-v-a70db023] {
    width: 100%;
}
}
.panel-02 .workflows .workflow-item .text-panel h3[data-v-a70db023] {
  color: #4600e0;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel h3[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-02 .workflows .workflow-item .text-panel h3 .txt-no[data-v-a70db023] {
  font-family: "Roboto";
  font-size: 36px;
  font-weight: bold;
  padding-right: 20px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel h3 .txt-no[data-v-a70db023] {
    font-size: 28px;
}
}
.panel-02 .workflows .workflow-item .text-panel .text-item[data-v-a70db023] {
  padding-left: 60px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel .text-item[data-v-a70db023] {
    padding-left: 50px;
}
}
.panel-02 .workflows .workflow-item .text-panel .text-item .txt-title[data-v-a70db023] {
  display: flex;
  align-items: center;
  color: #24154c;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel .text-item .txt-title[data-v-a70db023] {
    font-size: 14px;
}
}
.panel-02 .workflows .workflow-item .text-panel .text-item .txt-title[data-v-a70db023]::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #24154c;
  margin-right: 10px;
}
.panel-02 .workflows .workflow-item .text-panel .text-item .subtext-item[data-v-a70db023] {
  padding-left: 20px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel .text-item .subtext-item[data-v-a70db023] {
    padding-left: 10px;
}
}
.panel-02 .workflows .workflow-item .text-panel .text-item .subtext-item .txt-title[data-v-a70db023] {
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item .text-panel .text-item .subtext-item .txt-title[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-02 .workflows .workflow-item .text-panel .text-item .subtext-item .txt-title[data-v-a70db023]::before {
  background: #fff;
  border: 2px solid #24154c;
}
.panel-02 .workflows .workflow-item img.workflow-image[data-v-a70db023] {
  flex: none;
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1365px) {
.panel-02 .workflows .workflow-item img.workflow-image[data-v-a70db023] {
    width: 200px;
    height: 200px;
}
}
@media only screen and (max-width: 959px) {
.panel-02 .workflows .workflow-item img.workflow-image[data-v-a70db023] {
    margin-bottom: 20px;
}
.panel-02 .workflows .workflow-item img.workflow-image.workflow-2[data-v-a70db023] {
    transform: rotateY(180deg);
}
}
.panel-03[data-v-a70db023] {
  padding: 0 150px;
}
@media only screen and (max-width: 959px) {
.panel-03[data-v-a70db023] {
    padding: 0 30px;
}
}
.panel-03 h2[data-v-a70db023] {
  margin-top: 60px;
  position: relative;
  text-align: center;
}
.panel-03 h2 .txt[data-v-a70db023] {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 40px;
  font-size: 26px;
  color: #24154c;
  font-weight: 500;
  background: #fff;
}
@media only screen and (max-width: 959px) {
.panel-03 h2 .txt[data-v-a70db023] {
    font-size: 16px;
    padding: 0 20px;
}
}
.panel-03 h2[data-v-a70db023]::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  border: 1px solid #24154c;
}
.panel-03 .speakers[data-v-a70db023] {
  display: flex;
  padding-top: 60px;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers[data-v-a70db023] {
    flex-direction: column;
    padding-top: 20px;
}
}
.panel-03 .speakers .speaker-item[data-v-a70db023] {
  flex: 1 1 0;
  text-align: center;
}
.panel-03 .speakers .speaker-item h3[data-v-a70db023] {
  font-size: 22px;
  font-weight: bold;
  color: 0;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item h3[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-03 .speakers .speaker-item img[data-v-a70db023] {
  margin-top: 30px;
  width: 200px;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item img[data-v-a70db023] {
    margin-top: 20px;
    width: 150px;
}
}
.panel-03 .speakers .speaker-item .content[data-v-a70db023] {
  margin-top: -100px;
  padding: 100px 20px 0;
  min-height: 750px;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item .content[data-v-a70db023] {
    margin-top: -75px;
    padding: 75px 20px 20px;
    min-height: auto;
}
}
.panel-03 .speakers .speaker-item .content h4[data-v-a70db023] {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  padding: 20px;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item .content h4[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-03 .speakers .speaker-item .content h4 .txt-title[data-v-a70db023] {
  font-size: 18px;
  padding-left: 20px;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item .content h4 .txt-title[data-v-a70db023] {
    font-size: 12px;
    padding-left: 15px;
}
}
.panel-03 .speakers .speaker-item .content p[data-v-a70db023] {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 35px;
}
@media only screen and (max-width: 959px) {
.panel-03 .speakers .speaker-item .content p[data-v-a70db023] {
    font-size: 12px;
    line-height: 18px;
}
}
.panel-04[data-v-a70db023] {
  position: relative;
  color: #fff;
  padding: 60px 150px 0;
  background-image: linear-gradient(to top, #936cff, #4600e0);
  height: 285px;
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
.panel-04[data-v-a70db023] {
    margin-top: 40px;
    padding: 40px 30px;
    height: auto;
    overflow: hidden;
}
}
.panel-04 h2[data-v-a70db023] {
  z-index: 1;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.panel-04 h2[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-04 .row-suitable[data-v-a70db023] {
  position: relative;
  z-index: 2;
  display: flex;
  border-left: 2px solid #fff;
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
.panel-04 .row-suitable[data-v-a70db023] {
    flex-direction: column;
    border: 0;
    border-top: 2px solid #fff;
}
}
.panel-04 .row-suitable .col-item[data-v-a70db023] {
  flex: 1 1 0;
  border-right: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  padding: 0 30px;
}
@media only screen and (max-width: 959px) {
.panel-04 .row-suitable .col-item[data-v-a70db023] {
    font-size: 14px;
    padding: 20px 0;
    line-height: 21px;
    border: 0;
    border-bottom: 2px solid #fff;
    text-align: center;
}
}
.panel-04 img.background-image[data-v-a70db023] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 959px) {
.panel-04 img.background-image[data-v-a70db023] {
    display: none;
}
}
.panel-04 img.background-image.img-mobile[data-v-a70db023] {
  display: none;
  height: 375px;
  top: 10px;
}
@media only screen and (max-width: 959px) {
.panel-04 img.background-image.img-mobile[data-v-a70db023] {
    display: block;
}
}
.panel-05[data-v-a70db023] {
  display: flex;
  padding: 60px 150px;
  gap: 50px;
}
@media only screen and (max-width: 959px) {
.panel-05[data-v-a70db023] {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
}
}
.panel-05 .organizer-group h2[data-v-a70db023] {
  text-align: center;
  color: #24154c;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.panel-05 .organizer-group h2[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-05 .organizer-group .organizers[data-v-a70db023] {
  margin-top: 30px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 959px) {
.panel-05 .organizer-group .organizers[data-v-a70db023] {
    flex-direction: column;
    gap: 20px;
}
}
.panel-05 .organizer-group .organizers .organizer-item[data-v-a70db023] {
  flex: 1 1 0;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
.panel-05 .organizer-group .organizers .organizer-item img[data-v-a70db023] {
  max-height: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 959px) {
.panel-05 .organizer-group .organizers .organizer-item img[data-v-a70db023] {
    max-height: 30px;
}
}
.panel-05 .organizer-group .organizers .organizer-item .txt-name[data-v-a70db023] {
  color: #24154c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
.panel-05 .organizer-group .organizers .organizer-item .txt-name[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-06[data-v-a70db023] {
  background: #f6f2ff;
  padding: 0 120px;
}
@media only screen and (max-width: 959px) {
.panel-06[data-v-a70db023] {
    padding: 0 30px;
}
}
.panel-07 .banner-panel[data-v-a70db023] {
  position: relative;
}
.panel-07 .banner-panel .img-banner[data-v-a70db023] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
.panel-07 .banner-panel .img-banner[data-v-a70db023] {
    display: none;
}
}
.panel-07 .banner-panel .img-banner-mobile[data-v-a70db023] {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
.panel-07 .banner-panel .img-banner-mobile[data-v-a70db023] {
    display: block;
}
}
.panel-07 .banner-panel .audio-panel[data-v-a70db023] {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 16%;
  height: 45.5%;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.4980392157);
}
@media only screen and (max-width: 767px) {
.panel-07 .banner-panel .audio-panel[data-v-a70db023] {
    width: 46%;
    height: 43.5%;
    top: 26.5%;
}
}
.panel-07 .banner-panel .audio-panel .title[data-v-a70db023] {
  color: #24154c;
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
.panel-07 .banner-panel .audio-panel .title[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .banner-panel .audio-panel .btn-link[data-v-a70db023] {
  border-radius: 20px;
  color: #fff;
  width: 140px;
  max-width: 80%;
  font-size: 14px;
  height: 38px;
}
.panel-07 .banner-panel .audio-panel .btn-link .material-symbols-outlined[data-v-a70db023] {
  width: 10px;
}
@media only screen and (max-width: 959px) {
.panel-07 .banner-panel .audio-panel .btn-link[data-v-a70db023] {
    font-size: 12px;
}
.panel-07 .banner-panel .audio-panel .btn-link .material-symbols-outlined[data-v-a70db023] {
    font-size: 16px;
}
}
.panel-07 .banner-panel h2[data-v-a70db023] {
  position: absolute;
  font-size: 26px;
  color: #fff;
  bottom: 12.5%;
  left: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-family: "NotoSansTC-Medium";
}
@media only screen and (max-width: 959px) {
.panel-07 .banner-panel h2[data-v-a70db023] {
    bottom: 10%;
    font-size: 16px;
}
}
.panel-07 .timelines-panel[data-v-a70db023] {
  padding: 60px 150px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel[data-v-a70db023] {
    padding: 40px 30px;
}
}
.panel-07 .timelines-panel .timelines[data-v-a70db023] {
  position: relative;
}
.panel-07 .timelines-panel .timelines[data-v-a70db023]:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 10px;
  bottom: 0;
  border: 1px solid #24154c;
}
.panel-07 .timelines-panel .timeline-item[data-v-a70db023] {
  position: relative;
  padding-left: 25px;
}
.panel-07 .timelines-panel .timeline-item + .timeline-item[data-v-a70db023] {
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item + .timeline-item[data-v-a70db023] {
    margin-top: 20px;
}
}
.panel-07 .timelines-panel .timeline-item[data-v-a70db023]:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #24154c;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item[data-v-a70db023]:before {
    top: 8px;
}
}
.panel-07 .timelines-panel .timeline-item .thead[data-v-a70db023] {
  font-family: "NotoSansTC-Bold";
  font-weight: bold;
  color: #24154c;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .thead[data-v-a70db023] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
}
.panel-07 .timelines-panel .timeline-item .thead .txt-time[data-v-a70db023] {
  font-family: "NotoSansTC-Bold";
  font-size: 16px;
  flex: none;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .thead .txt-time[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .thead .txt-title[data-v-a70db023] {
  flex: none;
  position: relative;
  --title-width: 100%;
  --title-max-width: 100%;
}
.panel-07 .timelines-panel .timeline-item .thead .txt-title span[data-v-a70db023] {
  position: relative;
  font-size: 18px;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .thead .txt-title span[data-v-a70db023] {
    font-size: 14px;
}
}
.panel-07 .timelines-panel .timeline-item .thead .txt-title[data-v-a70db023] .underlines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 0 2px;
}
.panel-07 .timelines-panel .timeline-item .thead .txt-title[data-v-a70db023] .underlines span {
  position: relative;
  display: block;
  content: "";
  height: 8px;
  width: var(--title-max-width);
  background-color: #fecd5f;
}
.panel-07 .timelines-panel .timeline-item .thead .txt-title[data-v-a70db023] .underlines span:last-child {
  width: var(--title-width);
}
.panel-07 .timelines-panel .timeline-item .tbody[data-v-a70db023] {
  padding-left: 40px;
  line-height: 28px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody[data-v-a70db023] {
    padding-left: 0;
    line-height: 22px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody h3[data-v-a70db023] {
  padding-top: 20px;
  font-family: "NotoSansTC-Bold";
  font-weight: bold;
  color: #666;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody h3[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody a[data-v-a70db023] {
  color: #4600e0;
  text-decoration: underline;
}
.panel-07 .timelines-panel .timeline-item .tbody .card[data-v-a70db023] {
  background: #eee8fc;
  padding: 20px;
  color: #333;
  font-size: 16px;
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  margin-top: 15px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .card[data-v-a70db023] {
    margin-top: 10px;
    padding: 15px;
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .card > *[data-v-a70db023]:first-child {
  margin-top: 0;
}
.panel-07 .timelines-panel .timeline-item .tbody p[data-v-a70db023] {
  color: #000;
  font-size: 16px;
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  margin-top: 15px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody p[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody p .mark[data-v-a70db023] {
  color: #24154c;
  font-family: "NotoSansTC-Bold";
  font-weight: bold;
}
.panel-07 .timelines-panel .timeline-item .tbody .li-item[data-v-a70db023] {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .li-item[data-v-a70db023] {
    margin-top: 10px;
    padding-left: 20px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .li-item[data-v-a70db023]:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  left: 16px;
  top: 8px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .li-item[data-v-a70db023]:before {
    left: 0;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .li-item .li-item-title[data-v-a70db023] {
  font-family: "NotoSansTC-Bold";
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .li-item .li-item-title[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .li-item .li-item-content[data-v-a70db023] {
  margin-top: 15px;
}
.panel-07 .timelines-panel .timeline-item .tbody .crow[data-v-a70db023] {
  display: flex;
}
.panel-07 .timelines-panel .timeline-item .tbody .crow .ccol[data-v-a70db023] {
  flex: none;
  color: #333;
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .crow .ccol[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .crow .ccol.ccol-name[data-v-a70db023] {
  width: 45px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .crow .ccol.ccol-name[data-v-a70db023] {
    width: 35px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .crow .ccol.ccol-content[data-v-a70db023] {
  flex: 1;
}
.panel-07 .timelines-panel .timeline-item .tbody .para-item[data-v-a70db023] {
  margin-top: 20px;
}
.panel-07 .timelines-panel .timeline-item .tbody .para-item .para-item-title[data-v-a70db023] {
  color: #000;
  font-family: "NotoSansTC-Bold";
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .para-item .para-item-title[data-v-a70db023] {
    font-size: 12px;
}
}
.panel-07 .timelines-panel .timeline-item .tbody .para-item .para-item-content[data-v-a70db023] {
  margin-top: 15px;
  padding-left: 40px;
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.panel-07 .timelines-panel .timeline-item .tbody .para-item .para-item-content[data-v-a70db023] {
    margin-top: 10px;
    padding-left: 25px;
    font-size: 12px;
}
}
.footer-link-signup[data-v-a70db023] {
  font-size: 16px;
  font-weight: 500;
  background: #4600e0;
  padding: 10px 40px;
  border-radius: 22px;
  color: #fff;
}[data-v-dd4e8107]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.event-wrapper[data-v-dd4e8107] {
  --event-header-link-color: #fff;
  --color-primary: #1e4510;
  --color-info: #128f3e;
  --color-highlights: #fff7ed;
}
.event-wrapper[data-v-dd4e8107] .menu .item.archived {
  color: #fff !important;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-dd4e8107] .menu-sm {
    --background-color: #1e4510 !important;
}
.event-wrapper[data-v-dd4e8107] .menu-sm .item {
    color: #fff !important;
}
.event-wrapper[data-v-dd4e8107] .menu-sm .item.archived {
    background-color: #fdb600 !important;
    color: #fff !important;
}
}
.event-wrapper .menu-signup[data-v-dd4e8107] {
  background: #1e4510;
  color: #fff;
  padding: 10px 20px;
  border-radius: 22px;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer {
    background: #128f3e;
}
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer .event-item {
    color: #fff;
}
}
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer .event-item.router-link-active {
  color: #1e4510;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer .event-item.router-link-active {
    color: #fff;
    opacity: 0.7;
}
}
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer .event-item.more-events {
  color: #128f3e;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-dd4e8107] .more-events-component .events-outer .event-item.more-events {
    color: #fff;
}
}[data-v-0f591128]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.sdg3-health-and-welfare[data-v-0f591128] {
  height: 100%;
  font-family: "NotoSansTC";
}
.sdg3-health-and-welfare .main-container[data-v-0f591128] {
  max-width: 100%;
  margin: auto;
}
.container[data-v-0f591128] {
  width: 1366px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1365px) {
.container[data-v-0f591128] {
    padding: 0 30px;
}
}
h2[data-v-0f591128] {
  color: #1e4510;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
h2[data-v-0f591128] {
    font-size: 16px;
}
}
.header-logo[data-v-0f591128] {
  position: relative;
  width: 100%;
  padding-top: 40px;
  background: #fff7ed;
}
.header-logo .header-bg[data-v-0f591128] {
  position: absolute;
  background: #128f3e;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  bottom: 108px;
  z-index: 1;
}
.header-logo img[data-v-0f591128] {
  position: relative;
  width: 100%;
  max-width: 1066px;
  object-fit: cover;
  margin: auto;
  z-index: 2;
}
.tags[data-v-0f591128] {
  background: #fff7ed;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  column-gap: 90px;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
.tags[data-v-0f591128] {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 45px;
}
}
@media only screen and (max-width: 959px) {
.tags .tag-item[data-v-0f591128] {
    flex: none;
    text-align: center;
}
}
.tags .tag-item .tag-icon[data-v-0f591128] {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 959px) {
.tags .tag-item .tag-icon[data-v-0f591128] {
    width: 100px;
    height: 100px;
}
}
.tags .tag-item .tag-text[data-v-0f591128] {
  padding-top: 18px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.tags .tag-item .tag-text[data-v-0f591128] {
    padding-top: 10px;
    font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.tags .tag-item .tag-text[data-v-0f591128] {
    font-size: 12px;
}
}
.activity-panel[data-v-0f591128] {
  padding: 40px 0;
}
@media only screen and (max-width: 1365px) {
.activity-panel[data-v-0f591128] {
    padding: 20px 30px;
}
}
.activity-panel h2[data-v-0f591128] {
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 1365px) {
.activity-panel h2[data-v-0f591128] {
    padding: 20px;
}
}
.activity-panel .activity-time-location[data-v-0f591128] {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location[data-v-0f591128] {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
}
}
.activity-panel .activity-time-location .col-time[data-v-0f591128],
.activity-panel .activity-time-location .col-location[data-v-0f591128] {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  gap: 20px;
  width: 475px;
  background: #fff7ed;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location .col-time[data-v-0f591128],
  .activity-panel .activity-time-location .col-location[data-v-0f591128] {
    width: 100%;
    padding-left: 20px;
    height: 45px;
    gap: 15px;
}
}
.activity-panel .activity-time-location .col-time img[data-v-0f591128],
.activity-panel .activity-time-location .col-location img[data-v-0f591128] {
  height: 25px;
}
.activity-panel .activity-time-location .col-time .txt[data-v-0f591128],
.activity-panel .activity-time-location .col-location .txt[data-v-0f591128] {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.activity-panel .activity-time-location .col-time .txt[data-v-0f591128],
  .activity-panel .activity-time-location .col-location .txt[data-v-0f591128] {
    font-size: 14px;
}
}
.activity-panel .activity-time-location .col-time a.txt[data-v-0f591128],
.activity-panel .activity-time-location .col-location a.txt[data-v-0f591128] {
  text-decoration: underline;
}
.activity-panel p[data-v-0f591128] {
  margin: auto;
  width: 1036px;
  max-width: 100%;
  line-height: 35px;
  margin-bottom: 35px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.activity-panel p[data-v-0f591128] {
    font-size: 14px;
    line-height: 21px;
}
}
.flow-panel[data-v-0f591128] {
  background: #e7f4ec;
  padding: 80px 150px 0;
}
@media only screen and (max-width: 959px) {
.flow-panel[data-v-0f591128] {
    padding: 40px 0 0;
}
}
.flow-panel h2[data-v-0f591128] {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media only screen and (max-width: 959px) {
.flow-panel h2[data-v-0f591128] {
    margin-bottom: 10px;
}
}
.flow-panel .row-flow[data-v-0f591128] {
  display: flex;
}
@media only screen and (max-width: 959px) {
.flow-panel .row-flow[data-v-0f591128] {
    flex-direction: column-reverse;
    gap: 30px;
}
}
.flow-panel .flow-left[data-v-0f591128] {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.flow-panel .flow-left img[data-v-0f591128] {
  width: 466px;
  max-width: 100%;
}
.flow-panel .flow-right[data-v-0f591128] {
  flex: 1;
  padding: 35px 0;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right[data-v-0f591128] {
    padding-top: 0;
}
}
.flow-panel .flow-right .flow-item[data-v-0f591128] {
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item[data-v-0f591128] {
    margin-top: 15px;
}
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item.c0[data-v-0f591128] {
    padding-bottom: 10px;
}
}
.flow-panel .flow-right .flow-item > .flow-item[data-v-0f591128] {
  padding-left: 50px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item > .flow-item[data-v-0f591128] {
    padding-left: 30px;
}
}
.flow-panel .flow-right .flow-item > .flow-item > .flow-item[data-v-0f591128] {
  padding-left: 30px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item > .flow-item > .flow-item[data-v-0f591128] {
    padding-left: 15px;
}
}
.flow-panel .flow-right .flow-item .title[data-v-0f591128] {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title[data-v-0f591128] {
    gap: 10px;
}
}
.flow-panel .flow-right .flow-item .title.c0[data-v-0f591128] {
  padding: 5px 0;
}
.flow-panel .flow-right .flow-item .title .dot-number[data-v-0f591128] {
  font-family: "Roboto";
  color: #1e4510;
  font-size: 30px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .dot-number[data-v-0f591128] {
    font-size: 20px;
}
}
.flow-panel .flow-right .flow-item .title .dot[data-v-0f591128] {
  position: relative;
  content: "";
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .dot[data-v-0f591128] {
    width: 6px;
    height: 6px;
}
}
.flow-panel .flow-right .flow-item .title .dot.c2[data-v-0f591128] {
  background: transparent;
  border: 2px solid #000;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .dot.c2[data-v-0f591128] {
    border-width: 1px;
}
}
.flow-panel .flow-right .flow-item .title .dot.c3[data-v-0f591128] {
  background: #000;
  border: 2px solid #000;
  border-radius: 0;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .dot.c3[data-v-0f591128] {
    border-width: 1px;
}
}
.flow-panel .flow-right .flow-item .title .txt[data-v-0f591128] {
  color: #1e4510;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .txt[data-v-0f591128] {
    font-size: 14px;
}
}
.flow-panel .flow-right .flow-item .title .txt.c1[data-v-0f591128] {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .txt.c1[data-v-0f591128] {
    font-size: 12px;
}
}
.flow-panel .flow-right .flow-item .title .txt.c2[data-v-0f591128] {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .txt.c2[data-v-0f591128] {
    font-size: 12px;
}
}
.flow-panel .flow-right .flow-item .title .txt.c3[data-v-0f591128] {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-right .flow-item .title .txt.c3[data-v-0f591128] {
    font-size: 12px;
}
}
.speaker-panel[data-v-0f591128] {
  background: #fff7ed;
  padding-top: 40px;
}
@media only screen and (max-width: 959px) {
.speaker-panel[data-v-0f591128] {
    padding-top: 20px;
}
}
.speaker-panel h2[data-v-0f591128] {
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.speaker-panel h2[data-v-0f591128] {
    padding: 20px;
}
}
.speaker-panel .speaker-list[data-v-0f591128] {
  padding: 0 150px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list[data-v-0f591128] {
    padding: 0 30px;
}
}
.speaker-panel .speaker-list .speaker-item[data-v-0f591128] {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item[data-v-0f591128] {
    flex-direction: column;
    gap: 0;
}
}
.speaker-panel .speaker-list .speaker-item[data-v-0f591128]:nth-child(odd) {
  padding-left: 185px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item[data-v-0f591128]:nth-child(odd) {
    padding: 0;
}
}
.speaker-panel .speaker-list .speaker-item + .speaker-item[data-v-0f591128] {
  margin-top: 50px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item + .speaker-item[data-v-0f591128] {
    margin-top: 30px;
}
}
.speaker-panel .speaker-list .speaker-item .txt-type-m[data-v-0f591128] {
  display: none;
  color: #1e4510;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .txt-type-m[data-v-0f591128] {
    display: block;
}
}
.speaker-panel .speaker-list .speaker-item .portrait[data-v-0f591128] {
  flex: none;
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .portrait[data-v-0f591128] {
    margin: 15px auto 0;
    width: 160px;
    height: 160px;
}
}
.speaker-panel .speaker-list .speaker-item .info[data-v-0f591128] {
  flex: 1;
}
.speaker-panel .speaker-list .speaker-item .info .txt-type[data-v-0f591128] {
  color: #1e4510;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  padding-left: 3px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .info .txt-type[data-v-0f591128] {
    display: none;
}
}
.speaker-panel .speaker-list .speaker-item .info .name[data-v-0f591128] {
  display: flex;
  color: #1e4510;
  font-weight: 500;
  align-items: end;
  gap: 15px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .info .name[data-v-0f591128] {
    flex-direction: column;
    gap: 5px;
    margin: 15px 0;
    align-items: center;
}
}
.speaker-panel .speaker-list .speaker-item .info .name .txt-name[data-v-0f591128] {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-name[data-v-0f591128] {
    font-size: 16px;
}
}
.speaker-panel .speaker-list .speaker-item .info .name .txt-title[data-v-0f591128] {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-title[data-v-0f591128] {
    font-size: 12px;
}
}
.speaker-panel .speaker-list .speaker-item .info p[data-v-0f591128] {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
.speaker-panel .speaker-list .speaker-item .info p[data-v-0f591128] {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
    text-align: center;
}
}
.suitable-panel .header[data-v-0f591128] {
  background: #fff7ed;
  position: relative;
  padding-top: 70px;
}
@media only screen and (max-width: 959px) {
.suitable-panel .header[data-v-0f591128] {
    padding: 40px 20px 0;
}
}
.suitable-panel .header .img-suitable[data-v-0f591128] {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.suitable-panel .header h2[data-v-0f591128] {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
}
.suitable-panel .body[data-v-0f591128] {
  padding: 0 300px;
  background: #128f3e;
  padding: 40px;
}
.suitable-panel .body .suitable-list[data-v-0f591128] {
  position: relative;
  width: 750px;
  max-width: 100%;
  margin: auto;
}
.suitable-panel .body .suitable-list .suitable-item[data-v-0f591128] {
  display: flex;
  gap: 15px;
}
.suitable-panel .body .suitable-list .suitable-item + .suitable-item[data-v-0f591128] {
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
.suitable-panel .body .suitable-list .suitable-item + .suitable-item[data-v-0f591128] {
    margin-top: 25px;
}
}
.suitable-panel .body .suitable-list .suitable-item .dot[data-v-0f591128] {
  flex: none;
  content: "";
  margin-top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #fff;
}
@media only screen and (max-width: 959px) {
.suitable-panel .body .suitable-list .suitable-item .dot[data-v-0f591128] {
    margin-top: 7px;
}
}
.suitable-panel .body .suitable-list .suitable-item .txt[data-v-0f591128] {
  flex: 1;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.suitable-panel .body .suitable-list .suitable-item .txt[data-v-0f591128] {
    font-size: 14px;
}
}
.organizer-panel[data-v-0f591128] {
  padding: 80px 150px;
  display: flex;
}
@media only screen and (max-width: 959px) {
.organizer-panel[data-v-0f591128] {
    flex-direction: column;
    padding: 40px 75px 10px;
}
}
.organizer-panel .organizer-group h2[data-v-0f591128] {
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group h2[data-v-0f591128] {
    padding: 30px 0 10px;
}
}
.organizer-panel .organizer-group + .organizer-group .organizer-item[data-v-0f591128],
.organizer-panel .organizer-group .organizer-item + .organizer-item[data-v-0f591128] {
  border-left: 2px solid #1e4510;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group + .organizer-group .organizer-item[data-v-0f591128],
  .organizer-panel .organizer-group .organizer-item + .organizer-item[data-v-0f591128] {
    border-left: 0;
}
}
.organizer-panel .organizer-group .organizer-list[data-v-0f591128] {
  display: flex;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group .organizer-list[data-v-0f591128] {
    flex-direction: column;
}
}
.organizer-panel .organizer-group .organizer-list .organizer-item[data-v-0f591128] {
  flex: 1;
  text-align: center;
  width: 320px;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group .organizer-list .organizer-item[data-v-0f591128] {
    padding: 30px 0;
}
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group .organizer-list .organizer-item + .organizer-item[data-v-0f591128] {
    border-top: 1px solid #1e4510;
}
}
.organizer-panel .organizer-group .organizer-list .organizer-item img[data-v-0f591128] {
  height: 40px;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group .organizer-list .organizer-item img[data-v-0f591128] {
    height: 30px;
}
}
.organizer-panel .organizer-group .organizer-list .organizer-item .txt-name[data-v-0f591128] {
  margin-top: 10px;
  color: #1e4510;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group .organizer-list .organizer-item .txt-name[data-v-0f591128] {
    font-size: 12px;
}
}
.participant-panel[data-v-0f591128] {
  background: #e7f4ec;
}
.participant-panel .event-participant[data-v-0f591128] {
  padding: 60px 120px;
}
@media only screen and (max-width: 1365px) {
.participant-panel .event-participant[data-v-0f591128] {
    padding: 40px;
}
}
.archive[data-v-0f591128] {
  padding: 0 150px;
}
@media only screen and (max-width: 1365px) {
.archive[data-v-0f591128] {
    padding: 0 30px;
}
}
.archive .title[data-v-0f591128] {
  margin: 80px 0 40px;
  font-family: NotoSansTC;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  color: #1e4510;
}
@media only screen and (max-width: 767px) {
.archive .title[data-v-0f591128] {
    margin: 40px 0 30px;
}
}
.archive .pannel[data-v-0f591128] {
  position: relative;
}
.archive .pannel .timelines-panel .timelines[data-v-0f591128] {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines[data-v-0f591128] {
    padding-bottom: 40px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item + .timeline-item[data-v-0f591128] {
  margin-top: 20px;
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-short[data-v-0f591128] {
  display: inline-block;
  padding: 5px 10px;
  background-color: #1e4510;
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-short .txt-time[data-v-0f591128] {
  font-family: NotoSansTC;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-short .txt-time[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-medium[data-v-0f591128] {
  display: inline-block;
  padding: 5px 10px;
  background-color: #1e4510;
}
@media only screen and (max-width: 1365px) {
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-medium[data-v-0f591128] {
    width: 127px;
    height: 27px;
    padding: 5px 10px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-medium .txt-time[data-v-0f591128] {
  font-family: NotoSansTC;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1365px) {
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-medium .txt-time[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-long[data-v-0f591128] {
  display: inline-block;
  padding: 5px 10px;
  background-color: #1e4510;
}
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-long .txt-time[data-v-0f591128] {
  font-family: NotoSansTC;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .thead .tframe-long .txt-time[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody[data-v-0f591128] {
  margin: 20px 0 0 5px;
  border-left: 2px solid #1e4510;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-title[data-v-0f591128] {
  font-family: NotoSansTC;
  font-size: 18px;
  font-weight: bold;
  color: #1e4510;
  padding: 0px 30px 0px 25px;
}
@media only screen and (max-width: 959px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-title[data-v-0f591128] {
    padding: 0px 0 0px 15px;
}
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-title[data-v-0f591128] {
    font-size: 14px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content[data-v-0f591128] {
  flex-direction: column;
  padding-left: 25px;
  max-width: 1036px;
}
@media only screen and (max-width: 959px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content[data-v-0f591128] {
    padding-left: 15px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .short-text-with-background[data-v-0f591128] {
  margin: 15px 0 15px;
  background-color: #e7f4ec;
  padding: 20px;
  width: 606px;
  max-width: 100%;
  font-weight: 500;
  font-family: NotoSansTC;
}
@media only screen and (max-width: 1365px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .short-text-with-background[data-v-0f591128] {
    width: 480px;
}
}
@media only screen and (max-width: 959px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .short-text-with-background[data-v-0f591128] {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .short-text-with-background[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list[data-v-0f591128] {
  color: #1e4510;
  padding-left: 20px;
  font-weight: bold;
  font-family: "NotoSansTC";
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list[data-v-0f591128] {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list .dotted-item[data-v-0f591128] {
  padding: 0px 0px 10px 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list .dotted-item[data-v-0f591128] {
    gap: 10px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list .dotted-item[data-v-0f591128]:before {
  flex: none;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #1e4510;
  border-radius: 5px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .dotted-list .dotted-item[data-v-0f591128]:before {
    margin-top: 5px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-black[data-v-0f591128] {
  margin-top: 15px;
  font-family: NotoSansTC;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-black[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-black a[data-v-0f591128] {
  color: #1e4510;
  text-decoration: underline;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-black .boldtext[data-v-0f591128] {
  font-weight: bold;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-gray[data-v-0f591128] {
  margin: 20px 0px 15px;
  font-family: NotoSansTC;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #666;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .plaintext-gray[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .long-text-with-background[data-v-0f591128] {
  margin-top: 15px;
  background-color: #e7f4ec;
  padding: 20px;
  font: NotoSansTC;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .long-text-with-background[data-v-0f591128] {
    font-size: 12px;
    padding: 15px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .undotted-list[data-v-0f591128] {
  list-style-type: none;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .undotted-list.margin-top-10 li + li[data-v-0f591128] {
  margin-top: 10px;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .undotted-list li[data-v-0f591128] {
  font-weight: 400;
  color: #333;
  font-family: NotoSansTC;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .undotted-list li[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .undotted-list li.list-item[data-v-0f591128] {
  font-weight: bold;
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .content-image[data-v-0f591128] {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 1365px) {
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .content-image[data-v-0f591128] {
    display: inline-block;
}
}
.archive .pannel .timelines-panel .timelines .timeline-item .tbody .t-content .content-image img[data-v-0f591128] {
  width: 100%;
}
.archive .pannel .audio[data-v-0f591128] {
  width: 400px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
.archive .pannel .audio[data-v-0f591128] {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 40px;
}
}
.archive .pannel .audio .img-wrapper[data-v-0f591128] {
  position: relative;
}
.archive .pannel .audio .img-wrapper .img-audio[data-v-0f591128] {
  width: 100%;
}
.archive .pannel .audio .img-wrapper .link-box[data-v-0f591128] {
  position: absolute;
  top: 6%;
  left: 8%;
  height: 40%;
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.archive .pannel .audio .img-wrapper .link-box .podcast-text[data-v-0f591128] {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
.archive .pannel .audio .img-wrapper .link-box .podcast-text[data-v-0f591128] {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
.archive .pannel .audio .img-wrapper .link-box .podcast-text .icon[data-v-0f591128] {
    height: 15px;
}
}
.archive .pannel .audio .img-wrapper .link-box .podcast-play[data-v-0f591128] {
  width: 139px;
  height: 40px;
  padding: 0 25px;
  border-radius: 24px;
  background-color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 959px) {
.archive .pannel .audio .img-wrapper .link-box .podcast-play[data-v-0f591128] {
    height: 37px;
    width: 124px;
}
}
.archive .pannel .audio .img-wrapper .link-box .podcast-play .podcast-play-content[data-v-0f591128] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
.archive .pannel .audio .img-wrapper .link-box .podcast-play .podcast-play-content[data-v-0f591128] {
    gap: 10px;
}
}
.archive .pannel .audio .img-wrapper .link-box .podcast-play .podcast-play-content .podcast-play-text[data-v-0f591128] {
  font-family: NotoSansTC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}
@media only screen and (max-width: 767px) {
.archive .pannel .audio .img-wrapper .link-box .podcast-play .podcast-play-content .podcast-play-text[data-v-0f591128] {
    font-size: 12px;
}
}
.archive .pannel .audio .img-wrapper .link-box .podcast-play .podcast-play-content .podcast-play-icon[data-v-0f591128] {
  width: 8px;
  height: 8px;
  object-fit: contain;
  background-color: #fff;
}
.footer-link-signup[data-v-0f591128] {
  font-size: 16px;
  font-weight: 500;
  background: #1e4510;
  padding: 10px 40px;
  border-radius: 22px;
  color: #fff;
}
@media only screen and (max-width: 959px) {
.footer-link-signup[data-v-0f591128] {
    font-size: 14px;
    margin: 10px 0;
}
}[data-v-cd17ff3f]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.page-signup[data-v-cd17ff3f] {
  height: 100%;
}
.signup-content[data-v-cd17ff3f] {
  position: relative;
  background: var(--color-info);
  padding: 60px 0 80px;
}
@media only screen and (max-width: 959px) {
.signup-content[data-v-cd17ff3f] {
    padding: 40px 0 60px;
}
}
.signup-content .event-signup[data-v-cd17ff3f] {
  position: relative;
  z-index: 1;
  --event-signup-title-bgcolor: var(--color-highlights);
}
.signup-content .event-signup[data-v-cd17ff3f] .form-outer .button-gp {
  margin-top: 20px;
}
.signup-content .event-signup[data-v-cd17ff3f] .form-outer .button-gp .event-save-btn {
  background-color: var(--color-primary);
  border-width: 0;
  color: #fff;
  padding: 10px 40px;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-cd17ff3f] .form-outer .button-gp .event-save-btn {
    background-color: var(--color-info);
}
}
.signup-content .event-signup[data-v-cd17ff3f] .successfully-outer .back-event a {
  background-color: var(--color-primary);
  border-width: 0;
  color: #fff;
  padding: 10px 40px;
}
.signup-content .img-icon1[data-v-cd17ff3f] {
  position: absolute;
  width: 1046px;
  max-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}[data-v-a91adfdc]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.event-wrapper[data-v-a91adfdc] {
  --event-header-link-color: #fff;
  --color-primary: #142c69;
  --color-info: #4771d9;
  --color-highlights: #fff7ed;
}
.event-wrapper[data-v-a91adfdc] .menu .item.archived {
  color: #ffd23b !important;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .menu-sm {
    --background-color: var(--color-primary) !important;
    border-radius: 20px 20px 0 0;
    border: 1.5px solid #fff;
}
.event-wrapper[data-v-a91adfdc] .menu-sm .item {
    color: #fff !important;
}
.event-wrapper[data-v-a91adfdc] .menu-sm .signup {
    color: #081225 !important;
    font-size: 12px !important;
    padding: 14px 19px;
    width: 65px !important;
    height: 65px !important;
    border: 1px solid #081225;
}
.event-wrapper[data-v-a91adfdc] .menu-sm .item.archived {
    background-color: #fdb600 !important;
    color: #081225 !important;
    padding: 0 20px;
    text-align: center;
}
}
.event-wrapper[data-v-a91adfdc] .btn-link {
  background: #ffd23b;
  color: #081225;
  border: 2px solid #081225;
  padding: 10px 40px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .btn-link {
    border: 1px solid #081225;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
}
}
.event-wrapper .menu-signup[data-v-a91adfdc] {
  background: #ffd23b;
  color: #081225;
  border: 2px solid #081225;
  padding: 10px 40px;
  border-radius: 22px;
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer {
    background: var(--color-primary);
}
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer .event-item {
    color: #fff;
}
}
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer .event-item.router-link-active {
  color: var(--color-primary);
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer .event-item.router-link-active {
    color: #fff;
    opacity: 0.7;
}
}
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer .event-item.more-events {
  color: var(--color-info);
}
@media only screen and (max-width: 959px) {
.event-wrapper[data-v-a91adfdc] .more-events-component .events-outer .event-item.more-events {
    color: #fff;
}
}[data-v-bece98e5]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.thadie[data-v-bece98e5] {
  height: 100%;
  font-family: "NotoSansTC";
}
.thadie .main-container[data-v-bece98e5] {
  max-width: 100%;
  margin: auto;
}
.thadie[data-v-bece98e5] .footer-signup-outer {
  background-color: #142c69;
  background-image: url("/images/event/2024-thadie/background-deco.png");
  background-position: center;
  padding-top: 0;
}
.container[data-v-bece98e5] {
  width: 1366px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1365px) {
.container[data-v-bece98e5] {
    padding: 0 30px;
}
}
.header-logo[data-v-bece98e5] {
  position: relative;
  width: 100%;
  background: #3657a6;
  margin-top: -100px;
}
@media only screen and (max-width: 959px) {
.header-logo[data-v-bece98e5] {
    margin-top: -60px;
}
}
.header-logo img[data-v-bece98e5] {
  position: relative;
  width: 100%;
  max-width: 1366px;
  object-fit: cover;
  margin: auto;
  z-index: 2;
}
.activity-panel[data-v-bece98e5] {
  padding: 80px 0;
  background-color: #142c69;
  background-image: url("/images/event/2024-thadie/background-deco.png");
  background-position: center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1365px) {
.activity-panel[data-v-bece98e5] {
    padding: 40px 30px 60px;
}
}
@media only screen and (max-width: 374px) {
.activity-panel[data-v-bece98e5] {
    padding: 40px 0;
}
}
.activity-panel .intro-section[data-v-bece98e5] {
  background-image: url("/images/event/2024-thadie/card-intro.svg");
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  width: 966px;
  height: auto;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 959px) {
.activity-panel .intro-section[data-v-bece98e5] {
    max-width: 710px;
}
}
@media only screen and (max-width: 767px) {
.activity-panel .intro-section[data-v-bece98e5] {
    max-width: 315px;
    max-height: 313px;
    background-image: url("/images/event/2024-thadie/card-intro.m.svg");
}
}
.activity-panel .intro-section .txt-title[data-v-bece98e5] {
  padding: 60px 40px 40px;
}
@media only screen and (max-width: 959px) {
.activity-panel .intro-section .txt-title[data-v-bece98e5] {
    padding: 40px 20px 20px;
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.activity-panel .intro-section .txt-title[data-v-bece98e5] {
    padding: 30px 20px 20px;
    font-size: 16px;
}
}
@media only screen and (max-width: 374px) {
.activity-panel .intro-section .txt-title[data-v-bece98e5] {
    font-size: 14px;
}
}
.activity-panel .intro-section .txt-description[data-v-bece98e5] {
  padding: 0 100px 100px;
}
@media only screen and (max-width: 959px) {
.activity-panel .intro-section .txt-description[data-v-bece98e5] {
    padding: 0 60px 50px;
}
}
@media only screen and (max-width: 767px) {
.activity-panel .intro-section .txt-description[data-v-bece98e5] {
    padding: 0 30px 50px;
}
}
.activity-panel .btn-signup[data-v-bece98e5] {
  position: relative;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 50px;
}
.activity-panel .btn-signup .btn-link[data-v-bece98e5] {
  padding: 10px 80px;
  border-radius: 24px;
}
.activity-panel h2[data-v-bece98e5] {
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 1365px) {
.activity-panel h2[data-v-bece98e5] {
    padding: 20px;
}
}
@media only screen and (max-width: 959px) {
.activity-panel #m-time[data-v-bece98e5] {
    font-size: 16px;
}
}
.activity-panel .activity-time-location[data-v-bece98e5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location[data-v-bece98e5] {
    flex-direction: column;
    gap: 15px;
}
}
.activity-panel .activity-time-location img[data-v-bece98e5] {
  height: 35px;
  width: 35px;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location img[data-v-bece98e5] {
    height: 25px;
    width: 25px;
}
}
.activity-panel .activity-time-location .col-time[data-v-bece98e5],
.activity-panel .activity-time-location .col-location[data-v-bece98e5] {
  height: 75px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  gap: 20px;
  width: 520px;
  background: rgba(8, 18, 37, 0.4);
  border: 2px solid #fff;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location .col-time[data-v-bece98e5],
  .activity-panel .activity-time-location .col-location[data-v-bece98e5] {
    width: 100%;
    padding-left: 20px;
    height: 60px;
    gap: 15px;
    border: 1px solid #fff;
}
}
.activity-panel .activity-time-location .col-time .txt[data-v-bece98e5],
.activity-panel .activity-time-location .col-location .txt[data-v-bece98e5] {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.activity-panel .activity-time-location .col-time .txt[data-v-bece98e5],
  .activity-panel .activity-time-location .col-location .txt[data-v-bece98e5] {
    font-size: 14px;
}
}
.activity-panel .activity-time-location .col-time a.txt[data-v-bece98e5],
.activity-panel .activity-time-location .col-location a.txt[data-v-bece98e5] {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
.activity-panel .activity-time-location .col-time[data-v-bece98e5] {
    height: 45px;
}
}
.activity-panel p[data-v-bece98e5] {
  margin: auto;
  width: 1036px;
  max-width: 100%;
  line-height: 35px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.activity-panel p[data-v-bece98e5] {
    font-size: 14px;
    line-height: 28px;
}
}
@media only screen and (max-width: 767px) {
.activity-panel p[data-v-bece98e5] {
    line-height: 21px;
}
}
.flow-panel[data-v-bece98e5] {
  background-color: #142c69;
  background-image: url("/images/event/2024-thadie/background-deco.png");
  background-position: center;
  color: #fff;
  padding: 0 150px 80px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1365px) {
.flow-panel[data-v-bece98e5] {
    padding: 0 30px 80px;
}
}
@media only screen and (max-width: 959px) {
.flow-panel[data-v-bece98e5] {
    padding: 0 0 40px;
}
}
.flow-panel .flow-card[data-v-bece98e5] {
  margin: auto;
  position: relative;
  width: 966px;
  min-height: 979px;
  background-image: url("/images/event/2024-thadie/img-process.svg"), url("/images/event/2024-thadie/card-process.svg");
  background-position: 100px 135px, center;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card[data-v-bece98e5] {
    min-height: 871px;
    width: 375px;
    background-image: url("/images/event/2024-thadie/img-process.m.svg"), url("/images/event/2024-thadie/card-process.m.svg");
    background-position: 225px 100px, center;
}
}
.flow-panel .flow-card .flow-title[data-v-bece98e5] {
  padding: 60px 0 40px;
  line-height: 35px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow-title[data-v-bece98e5] {
    padding: 30px 0 20px;
    font-size: 16px;
    line-height: 24px;
}
}
.flow-panel .flow-card .flow[data-v-bece98e5] {
  padding-left: 348px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow[data-v-bece98e5] {
    padding-left: 35px;
}
}
.flow-panel .flow-card .flow .flow-item[data-v-bece98e5] {
  display: flex;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item[data-v-bece98e5] {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
}
.flow-panel .flow-card .flow .flow-item .c0[data-v-bece98e5] {
  flex: 1;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item .c0.time[data-v-bece98e5] {
    flex: 1 0 100%;
    margin-bottom: 10px;
}
}
.flow-panel .flow-card .flow .flow-item .c0.title[data-v-bece98e5] {
  flex: 4;
}
.flow-panel .flow-card .flow .flow-item .line[data-v-bece98e5] {
  width: 0;
  margin: 0 20px;
  border: 0.5px solid #fff;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item .line[data-v-bece98e5] {
    margin: 0 10px 0 5px;
}
.flow-panel .flow-card .flow .flow-item .line.title-only[data-v-bece98e5] {
    height: 20px;
}
}
.flow-panel .flow-card .flow .flow-item .dot[data-v-bece98e5] {
  position: relative;
  content: "";
  background: #fff;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 15px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item .dot[data-v-bece98e5] {
    top: 6px;
    width: 4px;
    height: 4px;
    margin-right: 10px;
}
}
.flow-panel .flow-card .flow .flow-item.c1[data-v-bece98e5] {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item.c1[data-v-bece98e5] {
    font-size: 12px;
    line-height: 17px;
}
}
.flow-panel .flow-card .flow .flow-item .topic[data-v-bece98e5] {
  margin-left: 20px;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item .topic[data-v-bece98e5] {
    margin-left: 10px;
}
}
.flow-panel .flow-card .flow .flow-item .flow-item-title[data-v-bece98e5] {
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media only screen and (max-width: 959px) {
.flow-panel .flow-card .flow .flow-item .flow-item-title[data-v-bece98e5] {
    font-size: 10px;
}
}
.speaker-panel[data-v-bece98e5] {
  background: #12275e;
  background-image: url("/images/event/2024-thadie/background-deco.png"), url("/images/event/2024-thadie/img-speaker.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 80px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 959px) {
.speaker-panel[data-v-bece98e5] {
    background-image: url("/images/event/2024-thadie/background-deco.m.png"), url("/images/event/2024-thadie/img-speaker.m.svg");
    background-position: top, 50% 40%;
    background-repeat: repeat, no-repeat;
    padding-top: 20px;
}
}
.speaker-panel .speaker[data-v-bece98e5] {
  margin: auto;
  position: relative;
  width: 1149px;
}
.speaker-panel .speaker .img-speaker[data-v-bece98e5] {
  position: absolute;
  top: 148px;
}
.speaker-panel h2[data-v-bece98e5] {
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.speaker-panel h2[data-v-bece98e5] {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
}
}
.speaker-panel .speaker-list[data-v-bece98e5] {
  padding: 0 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 81px;
  row-gap: 20px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list[data-v-bece98e5] {
    padding: 0 40px;
    row-gap: 0;
}
}
.speaker-panel .speaker-list .speaker-item[data-v-bece98e5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
.speaker-panel .speaker-list .speaker-item[data-v-bece98e5] {
    flex-direction: column;
    gap: 0;
}
.speaker-panel .speaker-list .speaker-item[data-v-bece98e5]:first-child {
    padding-right: 40px;
}
.speaker-panel .speaker-list .speaker-item[data-v-bece98e5]:nth-child(even) {
    padding-left: 65px;
}
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item + .speaker-item[data-v-bece98e5] {
    margin-top: 15px;
}
}
.speaker-panel .speaker-list .speaker-item .portrait[data-v-bece98e5] {
  flex: none;
}
.speaker-panel .speaker-list .speaker-item .info[data-v-bece98e5] {
  flex: 1;
}
.speaker-panel .speaker-list .speaker-item .info .name[data-v-bece98e5] {
  display: flex;
  color: #142c69;
  background-color: #fff;
  font-weight: 500;
  align-items: center;
  gap: 15px;
  padding: 5px 40px;
  border-radius: 23px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .info .name[data-v-bece98e5] {
    gap: 10px;
    margin: 20px 0 15px;
    padding: 4px 30px;
    align-items: center;
}
}
.speaker-panel .speaker-list .speaker-item .info .name .txt-name[data-v-bece98e5] {
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-name[data-v-bece98e5] {
    font-size: 16px;
}
}
@media only screen and (max-width: 374px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-name[data-v-bece98e5] {
    font-size: 14px;
}
}
.speaker-panel .speaker-list .speaker-item .info .name .txt-title[data-v-bece98e5] {
  font-size: 14px;
  color: #4771d9;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-title[data-v-bece98e5] {
    font-size: 12px;
}
}
@media only screen and (max-width: 374px) {
.speaker-panel .speaker-list .speaker-item .info .name .txt-title[data-v-bece98e5] {
    font-size: 10px;
}
}
.speaker-panel .speaker-list .speaker-item .txt-institution[data-v-bece98e5] {
  flex: 1;
  white-space: pre-wrap;
  text-align: center;
  line-height: 1.94;
  margin-top: -5px;
}
@media only screen and (max-width: 959px) {
.speaker-panel .speaker-list .speaker-item .txt-institution[data-v-bece98e5] {
    font-size: 14px;
}
}
@media only screen and (max-width: 374px) {
.speaker-panel .speaker-list .speaker-item .txt-institution[data-v-bece98e5] {
    font-size: 12px;
}
}
.organizer-panel[data-v-bece98e5] {
  background-color: #142c69;
  background-image: url("/images/event/2024-thadie/background-deco.png");
  background-position: center;
  color: #fff;
  padding: 80px 200px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
.organizer-panel[data-v-bece98e5] {
    flex-direction: column;
    padding: 40px 75px 40px;
    gap: 0;
}
}
.organizer-panel .organizer-group[data-v-bece98e5] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organizer-panel .organizer-group h2[data-v-bece98e5] {
  padding-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-group h2[data-v-bece98e5] {
    font-size: 16px;
    padding: 30px 0 20px;
}
}
.organizer-panel .organizer-list[data-v-bece98e5] {
  display: flex;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-list[data-v-bece98e5] {
    flex-direction: column;
}
}
.organizer-panel .organizer-list .organizer-item[data-v-bece98e5] {
  display: flex;
  width: 463px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
  background-color: rgba(8, 18, 37, 0.4);
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-list .organizer-item[data-v-bece98e5] {
    padding: 12px 0;
    width: 315px;
    font-size: 14px;
}
}
.organizer-panel .organizer-list .organizer-item img[data-v-bece98e5] {
  height: 30px;
}
@media only screen and (max-width: 959px) {
.organizer-panel .organizer-list .organizer-item img[data-v-bece98e5] {
    height: 20px;
}
}
.event-highlight-panel[data-v-bece98e5] {
  background-color: #12275d;
}
.event-highlight-panel .container[data-v-bece98e5] {
  font-family: NotoSansTC;
  position: relative;
  background-image: url("/images/event/2024-thadie/background-deco.png");
  background-repeat: repeat;
  padding: 535px 300px 80px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .container[data-v-bece98e5] {
    padding: 305px 30px 40px;
}
}
.event-highlight-panel .banner-panel[data-v-bece98e5] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.event-highlight-panel .banner-panel img[data-v-bece98e5] {
  width: 100%;
}
.event-highlight-panel .banner-panel .color-gradient[data-v-bece98e5] {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(20, 44, 105, 0), #12275d 96%);
}
.event-highlight-panel .highlight-content[data-v-bece98e5] {
  position: relative;
  z-index: 1;
}
.event-highlight-panel .highlight-content h2[data-v-bece98e5] {
  color: #fff;
  font-family: NotoSansTC;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
.event-highlight-panel .highlight-content h2[data-v-bece98e5] {
    font-size: 16px;
}
}
.event-highlight-panel .highlight-content p[data-v-bece98e5],
.event-highlight-panel .highlight-content li[data-v-bece98e5] {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content p[data-v-bece98e5],
  .event-highlight-panel .highlight-content li[data-v-bece98e5] {
    font-size: 14px;
    line-height: 1.5;
}
}
.event-highlight-panel .highlight-content p + p[data-v-bece98e5],
.event-highlight-panel .highlight-content li + p[data-v-bece98e5] {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content p + p[data-v-bece98e5],
  .event-highlight-panel .highlight-content li + p[data-v-bece98e5] {
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content p.fs-20[data-v-bece98e5],
.event-highlight-panel .highlight-content li.fs-20[data-v-bece98e5] {
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content p.fs-20[data-v-bece98e5],
  .event-highlight-panel .highlight-content li.fs-20[data-v-bece98e5] {
    font-size: 16px;
}
}
.event-highlight-panel .highlight-content p .point[data-v-bece98e5],
.event-highlight-panel .highlight-content li .point[data-v-bece98e5] {
  color: #ffd23b;
}
.event-highlight-panel .highlight-content ul[data-v-bece98e5] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-highlight-panel .highlight-content ul li[data-v-bece98e5] {
  position: relative;
  padding-left: 60px;
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content ul li[data-v-bece98e5] {
    margin-top: 10;
    padding-left: 32px;
}
}
.event-highlight-panel .highlight-content ul li[data-v-bece98e5]:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  top: 12px;
  left: 25px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content ul li[data-v-bece98e5]:before {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    top: 7px;
    left: 10px;
}
}
.event-highlight-panel .highlight-content .photo-box[data-v-bece98e5] {
  margin-top: 60px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-box[data-v-bece98e5] {
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content .photo-box + p[data-v-bece98e5] {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-box + p[data-v-bece98e5] {
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content .photo-box .img-wrapper[data-v-bece98e5] {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-box .img-wrapper[data-v-bece98e5] {
    padding: 8px;
}
}
.event-highlight-panel .highlight-content .photo-box .img-wrapper img[data-v-bece98e5] {
  border-radius: 10px;
  width: 100%;
}
.event-highlight-panel .highlight-content .photo-box .txt-label[data-v-bece98e5] {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-box .txt-label[data-v-bece98e5] {
    margin-top: 10px;
}
}
.event-highlight-panel .highlight-content .photo-row[data-v-bece98e5] {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-row[data-v-bece98e5] {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content .photo-row.mt-40[data-v-bece98e5] {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-row.mt-40[data-v-bece98e5] {
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content .photo-row + p[data-v-bece98e5] {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-row + p[data-v-bece98e5] {
    margin-top: 20px;
}
}
.event-highlight-panel .highlight-content .photo-row .photo-box[data-v-bece98e5] {
  margin: 0;
  flex: 1;
}
.event-highlight-panel .highlight-content .photo-row .col-label[data-v-bece98e5] {
  width: 165px;
  flex: none;
}
@media only screen and (max-width: 959px) {
.event-highlight-panel .highlight-content .photo-row .col-label[data-v-bece98e5] {
    width: auto;
}
}
.footer[data-v-bece98e5] {
  background: #142c69;
  padding: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.footer[data-v-bece98e5] {
    padding: 40px;
}
}
.footer .link-more-event[data-v-bece98e5] {
  margin: auto;
  background: #ffd23b;
  color: #081225;
  padding: 10px 40px;
  border-radius: 22px;
  border: solid 2px #081225;
  font-family: NotoSansTC;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.footer .link-more-event[data-v-bece98e5] {
    padding: 10px 30px;
    font-size: 14px;
}
}[data-v-3ad6532b]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.page-signup[data-v-3ad6532b] {
  height: 100%;
}
.signup-content[data-v-3ad6532b] {
  position: relative;
  background: var(--color-primary);
  background-image: url("/images/event/2024-thadie/background-deco.png");
  padding: 80px 160px;
}
@media only screen and (max-width: 1365px) {
.signup-content[data-v-3ad6532b] {
    padding: 60px 30px;
}
}
@media only screen and (max-width: 767px) {
.signup-content[data-v-3ad6532b] {
    padding: 40px 30px 60px;
}
}
@media only screen and (max-width: 374px) {
.signup-content[data-v-3ad6532b] {
    padding: 40px 15px 60px;
}
}
.signup-content .card-register[data-v-3ad6532b] {
  width: 100%;
  max-width: 1046px;
}
@media only screen and (max-width: 400px) {
.signup-content .card-register[data-v-3ad6532b] {
    min-width: 315px;
    max-height: 100%;
}
}
.signup-content .card-register-success[data-v-3ad6532b] {
  width: 100%;
  max-width: 1046px;
}
.signup-content[data-v-3ad6532b] .register-outer {
  color: var(--color-info);
  background-color: rgba(var(--color-primary), 0.45);
}
@media only screen and (max-width: 374px) {
.signup-content[data-v-3ad6532b] .register-outer {
    padding: 30px 0;
    margin: 0;
}
}
.signup-content[data-v-3ad6532b] .register-outer .sign-logo-gp {
  padding: 60px 0 13px;
}
@media only screen and (max-width: 1365px) {
.signup-content[data-v-3ad6532b] .register-outer .sign-logo-gp {
    padding: 30px 0 3px;
}
}
.signup-content[data-v-3ad6532b] .event-title {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
.signup-content[data-v-3ad6532b] .event-title {
    font-size: 12px !important;
}
}
.signup-content[data-v-3ad6532b] .event-input.dark input {
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
.signup-content[data-v-3ad6532b] .event-input.dark input {
    font-size: 12px;
}
}
.signup-content[data-v-3ad6532b] .event-input.dark input:focus {
  outline: #fff;
}
.signup-content[data-v-3ad6532b] .event-input.dark input::placeholder {
  color: #fff !important;
}
.signup-content .event-signup[data-v-3ad6532b] {
  position: absolute;
  top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  --event-signup-title-bgcolor: var(--color-primary);
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] {
    top: 20px;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] {
    width: 90%;
}
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] {
    width: 100%;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer {
  padding-left: 40px;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer {
    padding-left: 20px;
}
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer {
    padding-right: 20px;
}
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .button-gp {
    margin-top: -5px;
}
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .button-gp {
    margin-top: 15px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .button-gp .event-save-btn {
  background-color: #ffd23b;
  border-width: 0;
  color: #081225;
  padding: 10px 96px;
  border: 2px solid #081225;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .button-gp .event-save-btn {
    padding: 10px 79px;
    border: 1px solid #081225;
}
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp {
    flex-wrap: nowrap;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp {
    flex-wrap: wrap;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .left-gp {
  flex: 1;
  max-width: 235px;
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .left-gp {
    max-width: 130px;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .left-gp {
    max-width: 150px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp {
  padding-left: 20px;
  flex: none;
  min-width: 731px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp {
    min-width: 75%;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp {
    padding-left: 0;
    padding-bottom: 0;
}
}
@media only screen and (max-width: 1365px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .inline-checkbox {
    gap: 15px;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .inline-checkbox {
    gap: 9px;
    row-gap: 0px;
}
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .input-checkbox {
    margin-left: -4px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .checkbox-outer .input-other {
  margin-left: 25px;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .checkbox-outer .input-other {
    margin-left: 10px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .checkbox-outer.other-outer {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .right-gp .checkbox-outer .v-label {
    font-size: 12px;
    padding-left: 5px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .title-gp.dark {
  color: #87a6ed;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .v-icon {
    font-size: 20px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .v-field__input {
  min-height: 40px;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .v-field__input {
    min-height: 33px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .v-checkbox-btn {
  min-height: 30px;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .form-outer .input-gp .v-checkbox-btn {
    min-height: 20px;
}
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .successfully-outer {
    padding-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.signup-content .event-signup[data-v-3ad6532b] .successfully-outer .successfully-title {
    font-size: 12px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .successfully-outer .back-event a {
  background-color: #ffd23b;
  border-width: 0;
  color: #081225;
  padding: 10px 72px;
  border: 2px solid #081225;
}
@media only screen and (max-width: 959px) {
.signup-content .event-signup[data-v-3ad6532b] .successfully-outer .back-event a {
    padding: 10px 58px;
}
}
.signup-content .event-signup[data-v-3ad6532b] .successfully-outer .back-event {
  margin-top: 40px;
}
.signup-content .img-icon1[data-v-3ad6532b] {
  position: absolute;
  width: 1046px;
  max-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}