body {
  font-family: "Noto Sans TC", sans-serif;
  background: linear-gradient(90deg, #000 20%, #1d2535 85%, #000 100%);
}

.main_color {
  color: #000;
}

.sub_color {
  color: #fdcf5e;
}

a {
  text-decoration: none;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_calendar {
  background-color: transparent;
  border-radius: 99%;
}
.fix_aside .fx_item.is_primary {
  background-color: #ffd073;
  color: #1d1d1d;
  line-height: 1.3;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 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.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.g_header.is_active {
  background-color: rgba(0, 0, 0, 0.8);
}
.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: flex;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_area .nav_content {
  display: flex;
  justify-content: flex-end;
}
.g_header .nav_area .nav_cnt {
  display: inline-flex;
}
.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}
.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #fdcf5e;
  color: #000;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.g_header .nav_area .nav_link:hover {
  color: white;
  text-decoration: none;
}
.g_header .header_sns {
  flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}
.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}
.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}
.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}
.g_header .header_sns .hover_holder {
  cursor: pointer;
}
.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.bttn .bttn_inner:hover {
  transform: scale(1.1);
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  max-width: 100%;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #000;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  border: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.bttn .sub_b:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #19244e;
  text-align: center;
  font-weight: 500;
  transition-duration: 300ms;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #0a3c07;
  color: #fff;
  text-shadow: 0 2px rgba(10, 60, 7, 0.2);
}
.bttn .main_b:hover {
  background-color: #000929;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #000;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #19244e;
}
.bttn .sub_b:hover {
  background-color: #becbff;
}

.g_kv {
  height: 50vw;
  position: relative;
  overflow: hidden;
}
.g_kv .kv_inner {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
}
.g_kv .kv_inner img {
  width: 100%;
  max-width: 100%;
}
.g_kv .kv_inner .halo {
  position: absolute;
  top: 28%;
  left: 84%;
}
.g_kv .kv_inner .halo:before, .g_kv .kv_inner .halo:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 240px;
  opacity: 0.3;
}
.g_kv .kv_inner .halo:before {
  box-shadow: 0px 0px 10px 10px #fff;
}
.g_kv .kv_inner .halo:after {
  box-shadow: inset 0px 0px 10px 10px #fff;
}
.g_kv .logo {
  position: absolute;
  top: 5%;
  left: 6%;
  width: 100%;
}
.g_kv .logo img {
  width: 34.21875%;
}
.g_kv .tit {
  position: absolute;
  top: 32%;
  left: 3%;
  width: 100%;
}
.g_kv .tit .t1 {
  width: 52.7604166667%;
}
.g_kv .tit .t1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.g_kv .tit .date {
  width: 100%;
  margin-top: 5%;
  margin-left: 2%;
}
.g_kv .tit .date img {
  width: 31.3541666667%;
}
.g_kv .tit .timer {
  color: #fff;
  text-align: right;
  letter-spacing: -4px;
  margin-right: 5%;
}
.g_kv .tit .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  letter-spacing: normal;
}
.g_kv .tit .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: white;
}
.g_kv .tit .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .tit .timer .d {
  border-radius: 1rem 0 0 1rem;
}
.g_kv .tit .timer .d::after {
  content: "day";
}
.g_kv .tit .timer .h::after {
  content: "hour";
}
.g_kv .tit .timer .m::after {
  content: "min";
}
.g_kv .tit .timer .s {
  border-radius: 0 1rem 1rem 0;
}
.g_kv .tit .timer .s::after {
  content: "sec";
}

.g_main {
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #000 20%, rgba(41, 55, 77, 0.8) 85%, #000 100%);
}

.main_sc {
  padding: 30px 0;
}

.sc_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.sc_title .sub_tit {
  color: white;
  font-size: 0.6em;
  margin: 0;
  padding: 0;
}
.sc_title .tit {
  font-weight: 500;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 1rem #fff;
}
.sc_title .tit.sp {
  color: #000;
  font-weight: 550;
}
.sc_title .tit span {
  font-size: 1.4rem;
  letter-spacing: initial;
}
.sc_title .tit.c_main {
  color: #ff8c00;
}
.sc_title .tit.c_white {
  color: #fff;
}

.sc_intro {
  background: linear-gradient(90deg, #000 20%, rgba(29, 37, 53, 0.8) 85%, #000 100%);
  margin-bottom: 0;
}

.sc_intro-tri {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 100vw;
  height: 10vh;
  background: linear-gradient(90deg, #000 20%, rgba(29, 37, 53, 0.8) 85%, #000 100%);
}

.intro_cnt {
  padding: 0 2rem;
  text-align: center;
  font-size: 1.25rem;
}
.intro_cnt p {
  color: white;
  text-align: left;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.65;
}

.cta {
  text-align: center;
  margin: 2rem 0;
}
.cta_btn {
  color: #fdcf5e;
  padding: 1rem 6rem;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 2.25s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  border: 2px solid #fdcf5e;
  font-size: 1.5rem;
}
.cta_btn:is(:hover, :focus) {
  transform: scale(1.1);
  text-decoration: none;
  color: #fdcf5e;
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 30px rgba(193, 244, 246, 0);
  }
}

.sc_agenda .sub_tit {
  margin-top: 1em;
}

.agd_cnt {
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  line-height: 1.3;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  outline-offset: 10px;
  border-radius: 0%;
}
.agd_cnt .speaker_container {
  padding: 0;
  text-align: left;
  margin-left: -8px;
}
.agd_cnt .td_time_title {
  color: white !important;
}
.agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid white;
  box-sizing: border-box;
  padding: 0;
}
.agd_cnt .tr.tr_light {
  background-color: rgba(21, 217, 253, 0.1);
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  color: white;
}
.agd_cnt .td {
  padding: 0.6em 1em;
}
.agd_cnt .td_time {
  color: #8cd6ff;
  flex: 0 0 12em;
  text-align: center;
  align-items: center;
}
.agd_cnt .td_title {
  display: inline-flex;
  align-items: top;
  color: white;
}
.agd_cnt .ag_tit {
  flex: 0 0 75%;
  margin-right: 1em;
  font-size: 1.125em;
}
.agd_cnt .topic_toggle {
  flex: 0 0 100px;
  background-color: #8cd6ff;
  color: #000;
  letter-spacing: 0.1px;
}
.agd_cnt .ag_spk {
  line-height: 1.35;
}
.agd_cnt .ag_spk img {
  width: 150px;
}
.agd_cnt .ag_spk + .ag_spk_tit {
  margin-top: 15px;
}
.agd_cnt .ag_spk + .ag_spk {
  margin-top: 6px;
}
.agd_cnt .ag_spk .company {
  color: #fff;
}
.agd_cnt .ag_spk .job {
  color: #fff;
}
.agd_cnt .ag_spk .name {
  font-size: 1.2rem;
  margin-top: 0.2rem;
  color: #8cd6ff;
}
.agd_cnt .ag_spk_tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 0.875em;
  color: #343a40;
}

.agd_normal .td_title {
  flex: 0 1 55%;
}
.agd_normal .td_time2 {
  flex: 0 0 8em;
}
.agd_normal .td_title2 {
  flex: 1 1 100%;
  padding: 0.8rem 0;
  width: 100%;
}
.agd_normal .td_title2 .span1 {
  color: #ff12fb;
  display: none;
}
.agd_normal .td_title2 .span2 {
  color: #ffe700;
  font-size: 1rem;
}
.agd_normal .td_title2 .span3 {
  color: #15d9fd;
}
.agd_normal .speaker_container .br_blank {
  display: block;
  content: " ";
  margin-top: 10px;
}
.agd_normal .speaker_container .header {
  color: #f5b317;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.agd_split .tr {
  align-items: stretch;
}
.agd_split .td {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.agd_split .topic_toggle {
  flex: 0 0 0;
  margin: 10px 0;
}
.agd_split .tr_split_tit {
  color: #fff;
}
.agd_split .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
}
.agd_split .tr_split_tit .td_split.sp1 {
  background-color: #000;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #fdcf5e;
}
.agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #000;
}
.agd_split .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #fdcf5e;
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ag_tip {
  text-align: center;
  color: white;
}

.sc_speaker {
  background: linear-gradient(90deg, #000 20%, rgba(29, 37, 53, 0.8) 85%, #000 100%);
}
.sc_speaker .tit_sub {
  color: #fced5a;
}
.sc_speaker .tit_sub span {
  font-size: 1rem;
  color: white;
}

.speaker_items0 .item {
  flex: 0 0 25% !important;
}
.speaker_items0 .item .pic {
  max-width: 80% !important;
}

.speaker_items2 {
  margin-top: 30px;
  justify-content: center !important;
}

.speaker_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.speaker_items .item {
  flex: 0 0 20%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 50px;
}
.speaker_items .item .pic {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 5px 40px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.speaker_items .item .pic img {
  position: relative;
  display: block;
  border-radius: 10px;
  height: auto;
}
.speaker_items .item .pic:hover {
  transform: scale(0.95);
}
.speaker_items .item .job {
  color: rgb(255, 255, 255);
}
.speaker_items .item .name {
  margin-bottom: 6px;
  color: #8cd6ff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 500;
}
.speaker_items .item .name span {
  display: inline-block;
}

.sc_speaker-triT {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
  width: 100vw;
  height: 10vh;
  background: linear-gradient(90deg, #000 20%, rgba(29, 37, 53, 0.8) 85%, #000 100%);
}

.sc_speaker-triB {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 100vw;
  height: 10vh;
  background: linear-gradient(90deg, #000 20%, rgba(29, 37, 53, 0.8) 85%, #000 100%);
}

.gift_cnt {
  max-width: 565px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding-right: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.gift_cnt .pic {
  border-radius: 1rem 0 0 1rem;
}
.gift_cnt .text {
  text-align: left;
  margin-left: 1.5rem;
  color: #fff;
}
.gift_cnt .text .text1 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.gift_cnt .text .text2 {
  margin-right: 0.25rem;
  font-size: 2.2rem;
  color: #8cd6ff;
}
.gift_cnt .text .num {
  padding: 0.25rem 1.25rem;
  border-radius: 50px;
  font-size: 1.5rem;
  background-color: #8cd6ff;
  color: #000;
  display: inline-block;
}

@media (max-width: 768px) {
  body {
    background: url("img/kv/kv_bg.jpg") 75% center/cover;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
    background-color: #1d2535;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
    color: #fff;
  }
  .g_kv_fixed {
    display: none;
  }
  .g_kv {
    height: 70vh;
    background: url("img/kv/kv_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .g_kv .kv_inner {
    display: none;
  }
  .g_kv .logo {
    top: 20%;
    width: 100%;
  }
  .g_kv .logo img {
    width: 50%;
  }
  .g_kv .tit {
    top: 40%;
  }
  .g_kv .tit .t1 {
    width: 100%;
    max-width: 100%;
  }
  .g_kv .tit .date {
    margin-left: 5%;
    margin-bottom: 15%;
  }
  .g_kv .tit .date img {
    width: 50%;
  }
  .g_kv .tit .timer {
    text-align: center;
    margin-top: 0%;
  }
  .main_sc {
    padding: 20px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
  .intro_cnt {
    font-size: 1.125rem;
    text-align: justify;
    padding: 0;
  }
  .intro_cnt p {
    padding: 0.5em 1em;
    line-height: 1.5;
  }
  .intro_cnt .btn_list {
    flex-direction: column;
  }
  .intro_cnt .main_btn img {
    width: 100%;
    max-width: 100%;
  }
  .intro_cnt .title1 {
    text-align: center;
  }
  .cta_btn {
    padding: 0.75rem 5rem;
    border: 1px solid #fdcf5e;
    font-size: 1.25rem;
  }
  .sc_intro-tri {
    height: 5vh;
  }
  .gift_cnt {
    max-width: 100%;
    flex-direction: column;
    background-color: transparent;
    padding-right: 0rem;
    border-radius: 0rem;
    margin-bottom: 2rem;
  }
  .gift_cnt .pic {
    border-radius: 1rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
  }
  .gift_cnt .text {
    text-align: center;
    margin-left: 0;
  }
  .gift_cnt .text .text1 {
    font-size: 1rem;
    margin-bottom: 0rem;
  }
  .gift_cnt .text .text2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
  .gift_cnt .text .num {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
  }
  .agd_cnt .speaker_container {
    padding: 0;
    text-align: left;
    margin-left: 0px;
  }
  .agd_cnt .tr {
    display: block;
  }
  .agd_cnt .tr_head {
    display: none;
  }
  .agd_cnt .td {
    padding: 0.2em 1em;
  }
  .agd_cnt .td:first-child {
    padding-top: 1em;
  }
  .agd_cnt .td:last-child {
    padding-bottom: 1em;
  }
  .agd_cnt .td_time {
    text-align: left;
  }
  .agd_cnt .td_title {
    display: block;
  }
  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }
  .agd_split .td {
    width: 100%;
  }
  .agd_split .tr_split_tit {
    display: none;
  }
  .agd_split .tr_split_tit .td_split {
    flex: 0 0 50%;
    text-align: center;
  }
  .agd_split .tr_split_tit .td_time {
    display: none;
  }
  .agd_split .sp2 {
    border-top: 1px solid;
  }
  .agd_split .td_split.sp1:nth-child(2) {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .agd_split .td_time.sp2:nth-child(3) {
    padding-top: 1em;
  }
  .sc_speaker .giftItem {
    max-width: 90%;
    margin: 0 0 0 50% !important;
    padding: 0 !important;
  }
  .sc_speaker .sub_tit {
    letter-spacing: initial;
    margin-top: 0.5rem;
  }
  .sc_speaker .container {
    padding: 0;
  }
  .sc_speaker-triT {
    height: 5vh;
  }
  .sc_speaker-triB {
    height: 5vh;
  }
  .speaker_items2 img {
    width: 250px;
  }
  .speaker_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .speaker_items img {
    width: 250px;
  }
  .speaker_items .item {
    flex: 0 0 50%;
    padding: 20px 30px;
  }
  .location_cnt .loc_top {
    display: block;
  }
  .location_cnt .loc_top .loc {
    margin-bottom: 0;
  }
  .location_cnt .loc_top .addr {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */