:root {
  --v_gree1: #00d15f;
  --v_gree2: #9cffa3;
  --v_gree3: #007f49;
  --v_gree4: #32F26F;
  --v_blu1: #3700ff;
  --v_blu2: #57e0ff;
  --v_blu3: #3700ff;
  --v_grey1: #505861;
  --v_grey2: #adacaf;
  --v_grey3: #efefef;
  --v_red: #ed2b3d;
  --v_yel: #ffd836;
  --v_ora: #fe8a25;
  --v_pur: #8e71f4;
  --white: #fff;
  --black: #031624
}

@font-face {
  font-family: ESBuild;
  src: url("https://css.veeam.com/fonts/es-build-family/web/ES-Build.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap
}

html {
  font-size: 16px
}

body {
  font-family: ESBuild, "Source Sans 3", "Microsoft Yahei", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: var(--black)
}

a {
  color: inherit
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px
  }
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 16px;
  bottom: 16px;
  transform: translateX(150%);
  transition: transform 600ms;
  display: flex;
  flex-direction: column
}

.fix_aside.is_active {
  transform: translateX(0%)
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: .5em;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .19);
  transition: transform 240ms, box-shadow 240ms
}

.fix_aside .fx_item:nth-child(n+2) {
  margin-top: 10px
}

.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, var(--v_blu2), var(--v_pur), var(--v_blu1));
  color: #fff
}

.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .19)
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em
}

.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("../../assets/img/ui/arrow_top.png") center/contain no-repeat
}

@keyframes roundAni {
  0% {
    transform: rotate(0deg);
    opacity: 1
  }

  60% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  100% {
    transform: rotate(360deg);
    opacity: 1
  }
}

@keyframes bounsAni {
  0% {
    transform: scale(1.08)
  }

  60% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.08)
  }
}

.kv_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.kv_fixed .kv__main {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.kv_fixed .kv__main .kv__main__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../assets/img/kv_bg.jpg') center bottom/cover no-repeat;
  /* animation: bounsAni 25s ease-in-out infinite; */
  transform-origin: 0% 0%;
}

.key_visual {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100vh
}

.key_visual img {
  width: 100%
}

.key_visual .kv__logo {
  position: absolute;
  top: 12%;
  right: 5.46875%;
  width: 20%
}

.key_visual .kv__live {
  position: absolute;
  top: 12%;
  left: 5.46875%;
  width: 20%
}

.key_visual .kv__title {
  position: absolute;
  top: 46%;
  left: 5.46875%;
  width: 50%;
  transform: translateY(-30%)
}

.key_visual .kv__title .t1 {
  width: 100%
}

.key_visual .kv__title .kv__date {
  position: relative;
  margin: 8% 0 0;
  width: 60%;
}

.key_visual .kv__title .kv__date img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.key_visual .kv__main {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.key_visual .kv__main .kv__main__pic {
  width: 100%;
  animation: bounsAni 25s ease-in-out infinite
}

.g_main .sc_title {
  text-align: center;
  margin-bottom: 2.5rem
}

.g_main .sc_title .tit {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--v_gree4);
  letter-spacing: .1875rem
}

.g_main .sc_title .tip {
  margin-top: .5rem;
  font-size: 1.25em
}

:root {
  --sc_pdd: 4rem
}

.sc_intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, rgba(2, 24, 25, .8), #000);
  border-color: #b0b0b0
}

.sc_intro .container {
  max-width: 900px
}

.sc_intro .sc_title .tit {
  color: var(--v_gree4)
}

.sc_intro .sc_title .tip {
  color: #fff
}

.sc_intro .parag {
  max-width: 43em;
  font-size: 1.25em;
  line-height: 1.67;
  margin: 0 auto;
  color: #fff
}

.sc_intro .parag span {
  font-weight: 700
}

strong {
  font-weight: 900;
}

.sc_chart {
  position: relative;
  padding-top: 0;
  padding-bottom: calc(1.25*var(--sc_pdd));
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.8))
}

.sc_chart .container {
  max-width: 1000px
}

.sc_chart .sc_title .tit {
  color: var(--v_gree4);
  letter-spacing: 3px
}

.sc_chart .items {
  position: relative;
  justify-content: space-between;
  align-items: stretch
}

.sc_chart .item {
  flex: 0 0 31.5%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.sc_chart .chart {
  position: relative;
  border-radius: 50%;
  padding: 100px;
  overflow: hidden;
  background: conic-gradient(var(--v_gree1), var(--v_gree1) calc(3.6deg * var(--h-stats-chart-value)), var(--v_grey3) calc(3.6deg * var(--h-stats-chart-value)))
}

.sc_chart .chart::before {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 1;
  width: 88%;
  height: 88%;
  background: #2d2f31;
  border-radius: 50%
}

.sc_chart .chart.ch3 .bf {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  transform: translate(-10%, -30%);
  display: block
}

.sc_chart .num {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: var(--v_yel);
  color: #fff
}

.sc_chart .num b {
  font-size: 4.5em
}

.sc_chart .num span {
  padding-left: 4px;
  font-size: 2em
}

.sc_chart .txt {
  padding: 0 3rem;
  text-align: left;
  margin-top: 1rem;
  line-height: 1.4;
  font-size: 1.25em;
  color: var(--white)
}

.sc_chart .txt .ps {
  position: relative;
  display: block;
  font-size: .75rem;
  margin: 15px 0 0;
  color: #00d15f
}

.sc_chart .tip {
  margin-top: 2em;
  text-align: center;
  color: var(--v_grey3)
}

.sc_chart .tip span {
  color: var(--v_yel)
}

.sc_expert {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: calc(1.25*var(--sc_pdd));
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.8))
}

.sc_expert .container {
  padding: 0
}

.sc_expert .sc_title {
  margin-bottom: 1.5rem
}

.sc_expert .sc_title .tit {
  color: var(--v_gree4);
  letter-spacing: 3px
}

.sc_expert .cnt_point .pic {
  max-width: 300px;
  padding: 0 25px
}

.sc_expert .cnt_point .pic img {
  width: 100%
}

.sc_expert .cnt_point .items {
  justify-content: center
}

.sc_expert .cnt_point .pit_item {
  text-align: center;
  margin: 0 1rem
}

.sc_expert .cnt_point .pit_item .text {
  margin-top: 1rem;
  padding: 0 1em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #3700ff
}

.sc_res {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.8))
}

.sc_res .cnttxt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6
}

.sc_res .cnttxt ol {
  position: relative;
  padding: 0;
  list-style-type: none
}

.sc_res .cnttxt ol li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0
}

.sc_res .cnttxt ol li::after {
  content: "";
  position: absolute;
  top: .25rem;
  left: 0;
  width: 10px;
  height: 20px;
  background-color: var(--v_gree4)
}

.sc_res .cnttxt ul {
  position: relative;
  padding: 0;
  list-style-type: none
}

.sc_res .cnttxt ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0
}

.sc_res .cnttxt ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 99%;
  background-color: var(--v_gree4)
}

.sc_point {
  position: relative;
  padding: var(--sc_pdd) 0 0;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.6))
}

.sc_point .container {
  padding: 0
}

.sc_point .sc_title {
  margin-bottom: 1.5rem
}

.sc_point .sc_title .tit {
  color: var(--v_gree4);
  letter-spacing: 3px
}

.sc_point .cnt_point .pic {
  max-width: 300px;
  padding: 15px 25px
}

.sc_point .cnt_point .pic img {
  width: 100%
}

.sc_point .cnt_point .items {
  position: relative;
  justify-content: center;
  align-items: stretch
}

.sc_point .cnt_point .pit_item {
  position: relative;
  flex: 0 1 25%;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(35, 35, 35, 0.8));
  margin: 0 1rem;
  border-radius: 1rem;
  padding: 25px 25px 40px;
  border: 2px solid
}

.sc_point .cnt_point .pit_item .text {
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center
}

.sc_point .cnt_point .pit_item:nth-child(1) {
  border-color: #00d15f
}

.sc_point .cnt_point .pit_item:nth-child(1) .text {
  color: #00d15f
}

.sc_point .cnt_point .pit_item:nth-child(2) {
  border-color: #8e71f4
}

.sc_point .cnt_point .pit_item:nth-child(2) .text {
  color: #8e71f4
}

.sc_point .cnt_point .pit_item:nth-child(3) {
  border-color: #01b0fe
}

.sc_point .cnt_point .pit_item:nth-child(3) .text {
  color: #01b0fe
}

.sc_point .cnt_point .pit_item:nth-child(4) {
  border-color: #fe8a25
}

.sc_point .cnt_point .pit_item:nth-child(4) .text {
  color: #fe8a25
}

.sc_point .cnt_speaker {
  position: relative;
  background: #fff url("img/spkbg.png") center/contain no-repeat;
  padding: calc(.5*var(--sc_pdd)) 0
}

.sc_point .cnt_speaker .d-md-flex {
  align-items: center;
  justify-content: center
}

.sc_point .cnt_speaker .sc_title {
  flex: 0 0 auto;
  margin: 0
}

.sc_point .cnt_speaker .photo {
  position: relative;
  z-index: 3;
  max-width: 200px;
  margin: 0 4vw;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.sc_point .cnt_speaker .photo img {
  max-width: 100%;
  transform-origin: center top;
  transform: scale(1.2)
}

.sc_point .cnt_speaker .text {
  flex: 0 0 15em;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.125em
}

.sc_point .cnt_speaker .name {
  line-height: 1;
  color: var(--v_yel);
  font-size: 1.5em;
  font-weight: 700
}

.sc_point .cnt_speaker .name .en {
  padding-left: .5rem
}

.sc_point .cnt_speaker .tit {
  margin-top: 10px;
  line-height: 1.3;
  color: #fff
}

.sc_items {
  position: relative;
  padding: 30px 0 40px;
  z-index: 1;
  background: linear-gradient(180deg, #000, rgba(35, 35, 35, 0.8));
}

.sc_items .container {
  max-width: 1200px
}

.sc_items .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.sc_items .items .item {
  position: relative;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: 1% 1.5%;
}

.sc_items .items .item .t {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.sc_items .items .item .t img {
  position: relative;
  flex: 0 1 100px;
  width: 100px;
  height: 100px;
  display: block
}

.sc_items .items .item .t span {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 10px;
  display: block
}

.sc_items .items .item .w {
  position: relative;
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: center
}

.sc_spk {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: calc(1.25*var(--sc_pdd));
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.6));
}

.sc_spk .container {
  padding: 0;
  max-width: 800px
}

.sc_spk .sc_title {
  margin-bottom: 1.5rem
}

.sc_spk-spks {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 30px
}

.sc_spk-spks .spk_item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px
}

.sc_spk-spks .spk_item .pic {
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 30px;
  border: 5px solid var(--v_gree1);
  overflow: hidden
}

.sc_spk-spks .spk_item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.sc_spk-spks .spk_item .info {
  position: relative;
  text-align: center;
}

.sc_spk-spks .spk_item .info .n {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--v_gree1)
}

.sc_spk-spks .spk_item .info .t {
  font-size: 1rem;
  color: #fff;
}

.sc_spk .cnt_point .pic {
  position: relative;
  max-width: 300px;
  padding: 0 25px
}

.sc_spk .cnt_point .pic img {
  width: 100%;
  border-radius: 1rem
}

.sc_spk .cnt_point .pic .host {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 250%);
  background: linear-gradient(250deg, #3700ff, #57e0ff);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  padding: .25rem .75rem;
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: 0 0 4px 4px rgba(3, 22, 36, .25)
}

.sc_spk .cnt_point .spk_one {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch
}

.sc_spk .cnt_point .spk_one .pic {
  position: relative;
  width: 100%;
  max-width: 250px
}

.sc_spk .cnt_point .spk_one .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.sc_spk .cnt_point .spk_one .info {
  position: relative;
  padding: 0 10px;
  margin: 0 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.sc_spk .cnt_point .spk_one .info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 45px;
  background: url(../../assets/img/spk/spk_line.png) center/cover no-repeat
}

.sc_spk .cnt_point .spk_one .info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 45px;
  background: url(../../assets/img/spk/spk_line2.png) center/cover no-repeat
}

.sc_spk .cnt_point .spk_one .info .n {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--v_gree1)
}

.sc_spk .cnt_point .spk_one .info .t {
  font-size: 1.5rem
}

.sc_spk .cnt_point .items {
  justify-content: center
}

.sc_spk .cnt_point .pit_item {
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  margin: 0 1rem;
  border-radius: 1rem;
  padding-bottom: 1rem
}

.sc_spk .cnt_point .pit_item .text {
  margin-top: 1rem;
  padding: 0 1em;
  font-size: 1em;
  line-height: 1.5;
  color: #031624
}

.sc_spk .cnt_point .pit_item .text .name {
  font-size: 1.25rem;
  color: #3700ff;
  font-weight: 700
}

.sc_cta {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.8));
}

.sc_cta .cta {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px
}

.sc_cta .cta .bttn {
  position: relative;
  flex: 0 1 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  border-radius: 5rem;
  padding: 15px 50px;
  text-decoration: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .4);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  transition: all .2s ease-out
}

.sc_cta .cta .bttn span {
  font-weight: bold
}

.sc_cta .cta .bttn:hover {
  transform: scale(1.1)
}

.sc_cta .cta .bttn.btn_main {
  font-size: 2rem;
  background-color: var(--v_gree1);
  color: #fff
}

.sc_cta .cta .bttn.btn_sup {
  background-color: var(--v_gree3);
  color: var(--v_gree2)
}

.sc_gift {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.4));
  overflow: hidden
}

.sc_gift .pattern {
  position: absolute
}

.sc_gift .pattern.p1 {
  left: 15%;
  bottom: 0;
  width: 20%;
  height: 10vw;
  background: radial-gradient(circle, var(--v_gree2) 2px, transparent 3px) 0 0 repeat;
  background-size: 24px 24px
}

.sc_gift .pattern.p2 {
  right: 15%;
  top: 5px;
  width: 10vw;
  height: 10vw;
  background: radial-gradient(circle, #fff 2px, transparent 3px) 0 0 repeat;
  background-size: 24px 24px
}

.sc_gift .container {
  position: relative;
  z-index: 2;
  max-width: min(1440px, 100%)
}

.sc_gift .items {
  display: flex;
  justify-content: center
}

.gft_item {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 0 15px 30px
}

.gft_item .categ_wrapper {
  flex: 0;
  border-radius: 20px 20px 0 0;
  padding: 18px 30px 12px;
  background: linear-gradient(90deg, #006dec, #57d8ff);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .19);
  text-align: center
}

.gft_item .categ {
  font-size: 20px;
  line-height: 1;
  color: #fff
}

.gft_item .categ .c {
  display: inline-block;
  vertical-align: middle;
  margin-left: .7em;
  padding: .4em 1em;
  border-radius: 1em;
  line-height: 1;
  font-size: .75em;
  font-weight: 400;
  background-color: var(--v_yel);
  color: #000;
  margin-top: -0.2em
}

.gft_item .wrapper {
  flex: 1;
  position: relative;
  border-radius: 0 0 20px 20px;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .19);
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column
}

.gft_item .text {
  position: relative;
  font-size: 2rem
}

.gft_item .name {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--v_gree3);
  display: inline-flex;
  flex-direction: column;
  justify-content: center
}

.gft_item .name span {
  font-size: 1.375rem
}

.gft_item .detail {
  margin-top: .75em;
  font-size: 1rem;
  line-height: 1.4
}

.gft_item .pic {
  flex: 1;
  max-width: 200px;
  margin: 20px auto 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center
}

.gft_item .pic img {
  width: 100%
}

.gft_item .tip {
  padding: 15px 0 0;
  line-height: 1.3;
  font-size: .75rem;
  color: var(--v_grey1);
  text-align: center
}

.g_footer {
  position: relative;
  background: url("../../assets/img/security_bg.png") right center/cover no-repeat, linear-gradient(45deg, #00d15f 50%, #007f49)
}

.g_footer .sc_company {
  position: relative;
  padding: 4rem 0;
  overflow: hidden
}

.g_footer .sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%
}

.g_footer .sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 30px 50px 40px;
  width: 100%;
  margin: 0 auto
}

.g_footer .sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.8
}

.g_footer .sc_company .parag_wrap .parag a {
  color: var(--v_pur);
  text-decoration: underline
}

.g_footer .sc_company .parag_wrap .parag a:hover {
  color: var(--v_blu2)
}

.g_footer .sc_company .company_tit {
  z-index: 3;
  text-align: center;
  margin-bottom: 20px
}

.g_footer .sc_company .company_tit .ti,
.g_footer .sc_company .company_tit .nam {
  display: inline-block;
  vertical-align: middle
}

.g_footer .sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid currentColor;
  color: #fff
}

.g_footer .sc_company .company_tit .nam {
  margin-left: 6px;
  width: 150px
}

@media(max-width: 992px) {
  html {
    font-size: 14px
  }
}

@media(max-width: 767px) {
  html {
    font-size: 16px
  }

  .fix_aside {
    flex-direction: row
  }

  .fix_aside .fx_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 10px
  }

  .kv_fixed .kv__main {
    width: 310%
  }

  .key_visual {
    height: 100vw;
    background: #fff url('../../assets/img/kv_bg.jpg') 95% 0/cover no-repeat
  }

  .key_visual .kv__logo {
    /* top: 8%; */
    /* left: 10%; */
    width: 25%
  }

  .key_visual .kv__live {
    /* top: 8%; */
    /* left: 10%; */
    width: 35%
  }

  .key_visual .kv__title {
    left: 5%;
    width: 70%;
    transform: translateY(-90%)
  }

  .key_visual .kv__title .kv__date {
    margin-top: 5%;
    width: 50%
  }

  .g_main .sc_title {
    margin-bottom: 2rem
  }

  .g_main .sc_title .tit {
    font-size: 1.75em
  }

  :root {
    --sc_pdd: 3rem
  }

  .sc_intro .sc_title .tip {
    padding: 0 2em
  }

  .sc_intro .item {
    margin-top: 2rem
  }

  .sc_intro .item .pic {
    width: 35%
  }

  .sc_intro .parag {
    font-size: 1.175rem
  }

  .sc_items .items .item {
    flex: 0 0 100%;
  }

  .sc_items .items .item .t img {
    flex: 0 1 120px;
    width: 80px;
    height: 80px;
  }

  .sc_chart .item {
    margin-bottom: 3rem
  }

  .sc_expert {
    padding: 20px 0 40px;
    background: #fff
  }

  .sc_expert .sec_cnts .cnt_point {
    padding: 20px 0
  }

  .sc_expert .sec_cnts .cnt_speaker {
    padding: 0;
    border-radius: 30px
  }

  .sc_expert .cnt_point .pic {
    text-align: center;
    margin: 0 auto
  }

  .sc_expert .cnt_point .pic img {
    width: 80%
  }

  .sc_expert .cnt_point .pit_item {
    margin-bottom: 2rem
  }

  .sc_expert .cnt_point .pit_item .text {
    margin-top: 0
  }

  .sc_point {
    padding: 20px 0 40px
  }

  .sc_point .sec_cnts .cnt_point {
    padding: 20px 0
  }

  .sc_point .sec_cnts .cnt_point .pit_item {
    max-width: 75%;
    margin: 0 auto 1.5rem auto
  }

  .sc_point .cnt_point .pic {
    text-align: center;
    margin: 0 auto
  }

  .sc_point .cnt_point .pic img {
    width: 80%
  }

  .sc_point .cnt_point .pit_item {
    margin-bottom: 2rem
  }

  .sc_point .cnt_point .pit_item .text {
    margin-top: 0
  }

  .sc_spk-spks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px
  }

  .sc_spk-spks .spk_item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
  }

  .sc_spk-spks .spk_item .pic {
    position: relative;
    width: 100%;
    max-width: 200px;
    border-radius: 99%;
    border: 5px solid var(--v_gree1);
    overflow: hidden
  }

  .sc_spk-spks .spk_item .pic img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
  }

  .sc_spk-spks .spk_item .info {
    position: relative;
    text-align: center
  }

  .sc_spk-spks .spk_item .info .n {
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--v_gree1)
  }

  .sc_spk-spks .spk_item .info .t {
    font-size: 1rem;
    color: #fff;
  }

  .sc_spk .cnt_point .pic {
    margin: 0 auto
  }

  .sc_spk .cnt_point .spk_one {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center
  }

  .sc_spk .cnt_point .spk_one .pic {
    max-width: 200px
  }

  .sc_spk .cnt_point .spk_one .info {
    padding: 40px 50px;
    margin: 20px 0
  }

  .sc_spk .cnt_point .spk_one .info::before {
    width: 100px;
    height: 30px
  }

  .sc_spk .cnt_point .spk_one .info::after {
    width: 100px;
    height: 30px
  }

  .sc_spk .cnt_point .spk_one .info .t {
    font-size: 1.125rem
  }

  .sc_spk .cnt_point .spk_one .info .n {
    font-size: 1.625rem
  }

  .sc_cta {
    padding-left: 30px;
    padding-right: 30px
  }

  .sc_cta .cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px
  }

  .sc_cta .cta .bttn {
    flex: 0 1 100%;
    width: 100%;
    font-size: 1.125rem;
    border-radius: 5rem;
    padding: 10px 20px
  }

  .sc_cta .cta .bttn.btn_main {
    font-size: 2rem;
    background-color: var(--v_gree1);
    color: #fff
  }

  .sc_cta .cta .bttn.btn_sup {
    background-color: var(--v_gree3);
    color: var(--v_gree2)
  }

  .sc_gift {
    background-position: right center
  }

  .sc_gift .pattern {
    position: absolute;
    transform: scale(0.6)
  }

  .sc_gift .pattern.p1 {
    left: -36px;
    bottom: -36px;
    width: 50%;
    height: 180px
  }

  .sc_gift .pattern.p2 {
    right: -40px;
    top: -70px;
    width: 40%;
    height: 200px
  }

  .gft_item {
    margin-bottom: 30px
  }

  .gft_item .name span {
    display: block
  }

  .gft_item:last-child {
    margin-bottom: 0
  }

  .g_footer .container {
    padding-bottom: 2rem
  }

  .g_footer .sc_company .parag_wrap {
    padding: 40px;
    width: 100%
  }
}

/*# sourceMappingURL=style.min.css.map */