body {
  font-family: "Noto Sans TC", sans-serif;
  background: url("../../assets/images/kv/bg.jpg") center/100% auto fixed;
  background-color: #fff;
  color: #000
}

img {
  width: 100%;
  max-width: 100%
}

.main_color {
  color: #f49c00
}

.sub_color {
  color: #0e2341
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .5rem;
  transform: translateX(150%);
  transition: transform 600ms
}

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

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  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_sp {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none
}

.fix_aside .fx_item img {
  width: 100%;
  max-width: 100%
}

.fix_aside .fx_item.is_primary {
  background-color: #74ae88;
  color: #fff;
  line-height: 1.3
}

.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.ic {
  width: 100%;
  height: 100%;
  padding: .6em
}

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

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  transition: all .3s
}

.g_header.is_active {
  background-color: #fff;
  transition: all .3s;
  box-shadow: 0 0 8px 4px #ebebeb
}

.g_header.is_active .nav_area .nav_link {
  color: #000
}

.g_header.is_active .nav_area .nav_link:hover {
  color: #000
}

.g_header .header_cnt {
  position: relative;
  padding: .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: 18px;
  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 {
  color: #fff;
  background-color: #74ae88
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #000;
  transition: all .3s
}

.g_header .nav_area .nav_link:hover {
  color: rgba(0, 0, 0, .8);
  transform: translateY(-2px);
  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: .5em 0;
  display: none
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: .5em
}

.bttn {
  display: inline-block
}

.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: .75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  font-weight: 500;
  transition-property: background, color;
  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: .4em .8rem;
  font-size: .9rem
}

.bttn .main_b {
  border-radius: 8px;
  border: solid 1px #ef8200;
  background-color: #ef8200;
  color: #fff;
  font-weight: 500;
  transition: all .4s
}

.bttn .main_b:hover {
  transition: all .4s;
  transform: translateY(-5px)
}

.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #f49c00
}

.bttn .dark_b:hover {
  background-color: #160f02
}

.bttn .sub_b {
  background-color: #fff;
  color: #000
}

.bttn .sub_b:hover {
  background-color: rgba(2, 128, 174, .1764705882)
}

.g_kv {
  position: fixed;
  width: 100%;
  height: 50vw
}

.g_kv .inner {
  position: relative;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 50vw
}

.g_kv .inner .icon-M {
  position: absolute;
  z-index: 4;
  width: 6.798245614%;
  top: 35.5%;
  right: 16.35%;
  transform: scale(0.7)
}

.g_kv .inner .icon-1 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 27.25%;
  right: 5.5%
}

.g_kv .inner .dashline-1 {
  position: absolute;
  z-index: 3;
  top: 38%;
  right: 12.5%;
  width: 3.6403508772%;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  rotate: -6deg
}

.g_kv .inner .icon-2 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 49%;
  right: 2%;
  opacity: .8
}

.g_kv .inner .dashline-2-1 {
  position: absolute;
  z-index: 3;
  top: 45.25%;
  right: 10.25%;
  width: 6.0964912281%;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0 100%, 0% 100%)
}

.g_kv .inner .dashline-2-2 {
  position: absolute;
  z-index: 3;
  top: 59%;
  right: 1%;
  width: 3.5526315789%;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0 100%, 0% 100%)
}

.g_kv .inner .icon-3 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 80%;
  right: 12.25%;
  filter: brightness(1);
  opacity: .9
}

.g_kv .inner .dashline-3 {
  position: absolute;
  z-index: 3;
  top: 48%;
  right: 17.5%;
  width: 1.9736842105%;
  rotate: 1deg;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
}

.g_kv .inner .icon-4 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 71%;
  right: 29.5%;
  filter: brightness(1);
  opacity: .7
}

.g_kv .inner .dashline-4-1 {
  position: absolute;
  z-index: 3;
  top: 48%;
  right: 22%;
  width: 10.2192982456%;
  rotate: 2deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.g_kv .inner .dashline-4-2 {
  position: absolute;
  z-index: 3;
  top: 80.5%;
  right: 34.5%;
  width: 20.9210526316%;
  rotate: -3deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.g_kv .inner .icon-5 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 41%;
  right: 29%;
  opacity: .8
}

.g_kv .inner .dashline-5-1 {
  position: absolute;
  z-index: 3;
  top: 44%;
  right: 24.75%;
  width: 5.5701754386%;
  rotate: 2deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.g_kv .inner .dashline-5-2 {
  position: absolute;
  z-index: 3;
  top: 48.8%;
  right: 37.5%;
  width: 15.350877193%;
  rotate: 1deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.g_kv .inner .icon-6 {
  position: absolute;
  z-index: 4;
  width: 8.6403508772%;
  top: 12%;
  right: 34%;
  filter: brightness(1);
  opacity: .9
}

.g_kv .inner .dashline-6-1 {
  position: absolute;
  z-index: 3;
  top: 24%;
  right: 23.5%;
  width: 12.0175438596%;
  rotate: 2deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.g_kv .inner .dashline-6-2 {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: 41.5%;
  width: 12.8070175439%;
  rotate: 2deg;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  opacity: .3
}

.g_kv .inner .dashline {
  position: absolute;
  z-index: 3;
  top: 0%;
  right: 5.5%;
  width: 15.2192982456%;
  rotate: 2deg;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: .8
}

.g_kv .inner .halo-line {
  position: absolute;
  z-index: 3;
  top: -15%;
  right: -5%;
  width: 61.3157894737%
}

.g_kv .inner .halo {
  position: absolute;
  z-index: 2;
  top: -12%;
  right: -15%;
  width: 67.8947368421%;
  mix-blend-mode: overlay
}

.g_kv .inner .halo-line {
  position: absolute;
  z-index: 2;
  top: -14%;
  right: -6.5%;
  width: 61.3157894737%
}

.g_kv .inner .TW {
  position: absolute;
  z-index: 1;
  width: .7894736842%;
  top: 41%;
  right: 19.25%;
  filter: brightness(1)
}

.g_kv .inner .island {
  position: absolute;
  z-index: 1;
  top: -11%;
  right: -15%;
  width: 65%;
  opacity: .9
}

.g_title {
  position: relative;
  width: 100%;
  height: 50vw
}

.g_title .inner {
  width: 28.3333333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-138%, -30%);
  height: 50vw
}

.g_title .inner img {
  display: block
}

.g_title .inner .t1 {
  margin-bottom: 15%
}

.g_title .inner .line {
  margin-bottom: 15%
}

.g_title .timer {
  position: absolute;
  left: 10.5%;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px 0;
  color: #fff;
  text-align: left;
  letter-spacing: -4px
}

.g_title .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: #76a054;
  letter-spacing: normal
}

.g_title .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #fff
}

.g_title .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem
}

.g_title .timer .d {
  border-radius: 1rem 0 0 1rem
}

.g_title .timer .d::after {
  content: "day"
}

.g_title .timer .h::after {
  content: "hour"
}

.g_title .timer .m::after {
  content: "min"
}

.g_title .timer .s {
  border-radius: 0 1rem 1rem 0
}

.g_title .timer .s::after {
  content: "sec"
}

.g_main {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  position: relative;
  width: 100%;
  overflow: hidden
}

.g_main ul.tabs {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  list-style: none;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center
}

.g_main ul.tabs li {
  width: 100%;
  padding: 0
}

.g_main ul.tabs li.tracka_li {
  flex: 0 0 50%;
  background: linear-gradient(#0094df, rgba(0, 148, 223, 0.1))
}

.g_main ul.tabs li.trackb_li {
  flex: 0 0 50%;
  background: linear-gradient(#00a2c9, rgba(0, 162, 201, 0.1))
}

.g_main ul.tabs a {
  text-align: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 25px 0 25px 90px;
  height: auto;
  line-height: auto;
  color: #fff;
  position: relative;
  text-decoration: none;
  margin-right: 2px;
  font-weight: 500;
  font-size: 22px
}

.g_main ul.tabs a span {
  font-size: 18px
}

.g_main ul.tabs a:before {
  display: none;
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../../assets/images/character2.png");
  background-position: center center;
  background-size: cover
}

.g_main ul.tabs a.tracka.active {
  color: #fff;
  display: block;
  font-weight: 800;
  font-size: 24px;
  text-shadow: 5px 0 20px rgba(0, 0, 0, .2)
}

.g_main ul.tabs a.tracka.active:before {
  display: block
}

.g_main ul.tabs a.trackb.active {
  color: #fff;
  display: block;
  font-weight: 800;
  font-size: 24px
}

.g_main ul.tabs a.trackb.active:before {
  display: block
}

.g_main .tab_container {
  clear: both;
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 10px 20px 50px rgba(0, 0, 0, .2);
  overflow: auto;
  margin-bottom: 20px
}

.g_main .tab_container #tab1 .tr_head {
  background-color: #0094df
}

.g_main .tab_container #tab2 .tr_head {
  background-color: #00a2c9
}

.g_main .tab_container .lucky_part {
  padding: 0
}

.g_main .tab_container .tab_content {
  display: none
}

.g_main .tab_container .tab_content .spk_title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2% 0
}

.g_main .tab_container .tab_content .tab_speaker {
  display: flex;
  justify-content: center;
  align-items: center
}

.g_main .tab_container .tab_content .tab_speaker .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 33%;
  padding: 0;
  text-align: center;
  margin: 2% 0
}

.g_main .tab_container .tab_content .tab_speaker .item .name {
  font-weight: bold;
  color: #005145;
  font-size: 1.4rem
}

.g_main .tab_container .tab_content .tab_speaker .item img {
  width: 60%;
  max-width: 100%;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
}

.g_main .tab_container .tab_content .tab_part {
  margin-bottom: 0
}

.main_sc {
  padding: 60px 0 0 0
}

.sc_title {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 20px;
  letter-spacing: .1rem;
  font-weight: 700
}

.sc_title .tit {
  color: #000;
  line-height: 1;
  font-weight: 700
}

.sc_title .tit.c_white {
  color: #fff
}

.sc_title .tit.c_green {
  line-height: 1.5;
  color: #0a9100
}

.sc_title .tit.c_blue {
  line-height: 1.5;
  color: #204597
}

.sc_intro {
  padding: 40px 0;
  background-color: #fff;
  color: #373833
}

.sc_intro .timer {
  display: none
}

.sc_intro .intro_cnt {
  text-align: left;
  font-size: 1.125rem
}

.sc_intro .intro_cnt .title {
  font-size: 2.05rem;
  text-align: center;
  background: linear-gradient(0deg, #78cde1, #a9be79, #76a054);
  background: -webkit-linear-gradient(0deg, #78cde1, #a9be79, #76a054);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.55
}

.sc_intro .intro_cnt p {
  margin-bottom: .5em;
  padding: .25em 5em;
  line-height: 1.65
}

.sc_intro .info {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #74ae88;
  font-weight: 700;
  letter-spacing: .05rem
}

.sc_intro .cta {
  text-align: center;
  margin-top: 2.25rem
}

.sc_intro .cta_btn {
  color: #fff;
  font-weight: 700;
  letter-spacing: .15rem;
  padding: 1rem 6rem;
  border-radius: 50px;
  display: inline-block;
  transition: all .3s ease-in-out 0s;
  box-shadow: rgba(116, 174, 136, .698) 0px 0px 0px 0px;
  background: linear-gradient(85deg, #76a054 -10.81%, #a9be79 112.51%);
  animation: 2.25s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  border: 2px solid #74ae88;
  font-size: 1.5rem
}

.sc_intro .cta_btn:is(:hover, :focus) {
  transform: scale(1.1);
  text-decoration: none
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 30px rgba(116, 174, 136, 0)
  }
}

.sc_agenda {
  padding: 60px 0
}

.sc_agenda .container {
  max-width: 1400px
}

.sc_agenda .sc_title .tit {
  color: #fff;
  text-shadow: #373833 .1rem .1rem .2rem;
  letter-spacing: .12rem
}

.sc_agenda .agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #000;
  border-radius: 1rem
}

.sc_agenda .agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(14, 35, 65, .5)
}

.sc_agenda .agd_cnt .tr.tr_light {
  background-color: rgba(8, 75, 112, .1)
}

.sc_agenda .agd_cnt .tr.tr_light:first-child {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem
}

.sc_agenda .agd_cnt .tr.tr_light:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.sc_agenda .agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #0e2341;
  color: #fff
}

.sc_agenda .agd_cnt .track-a {
  width: 50%
}

.sc_agenda .agd_cnt .track-b {
  width: 50%;
  border-left: 5px solid #b1d7ee
}

.sc_agenda .agd_cnt .td {
  padding: .6em 1.2em
}

.sc_agenda .agd_cnt .td_time {
  flex: 0 0 10.5%;
  text-align: center
}

.sc_agenda .agd_cnt .td_title {
  display: inline-flex;
  align-items: center
}

.sc_agenda .agd_cnt .ag_tit {
  flex: 1 1 auto;
  margin-right: 1em;
  font-size: 1.125em
}

.sc_agenda .agd_cnt .topic_toggle {
  flex: 0 0 100px
}

.sc_agenda .agd_cnt .ag_spk {
  line-height: 1.35
}

.sc_agenda .agd_cnt .ag_spk+.ag_spk_tit {
  margin-top: 15px
}

.sc_agenda .agd_cnt .ag_spk+.ag_spk {
  margin-top: 6px
}

.sc_agenda .agd_cnt .ag_spk .name {
  margin-top: .2rem;
  color: #0e2341
}

.sc_agenda .agd_cnt .ag_spk_tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: .4em;
  padding-bottom: .2em;
  font-size: .875em;
  color: #343a40
}

.sc_agenda .agd_normal .td_title {
  flex: 0 1 80%;
  text-align: center
}

.sc_agenda .agd_split .tr {
  align-items: stretch
}

.sc_agenda .agd_split .tr.tr_light {
  background-color: rgba(8, 75, 112, .1)
}

.sc_agenda .agd_split .tr.tr_light:first-child {
  border-top-right-radius: 0rem;
  border-top-left-radius: 0rem
}

.sc_agenda .agd_split .td {
  display: inline-flex;
  flex-direction: column;
  justify-content: center
}

.sc_agenda .agd_split .topic_toggle {
  flex: 0 0 0;
  margin: 10px 0
}

.sc_agenda .agd_split .tr_split_tit {
  color: #fff
}

.sc_agenda .agd_split .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
  text-align: center
}

.sc_agenda .agd_split .tr_split_tit .td_split.sp1 {
  background-color: #a9be79
}

.sc_agenda .agd_split .tr_split_tit .td_split.sp2 {
  background-color: #b1d7ee
}

.sc_agenda .agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #a9be79
}

.sc_agenda .agd_split .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #b1d7ee
}

.sc_agenda .agd_split .ag_spk {
  margin-top: .2rem;
  padding: .2rem 0
}

.sc_agenda .agd_merge .tr {
  align-items: stretch
}

.sc_agenda .agd_merge .td {
  display: inline-flex;
  flex-direction: column;
  justify-content: center
}

.sc_agenda .agd_merge .td.td_time {
  flex: 0 1 10.4%
}

.sc_agenda .agd_merge .td.sp1 {
  flex: 0 1 39.6%
}

.sc_agenda .agd_merge .td.sp2 {
  flex: 0 1 50%
}

.sc_agenda .agd_merge .topic_toggle {
  flex: 0 0 0;
  margin: 10px 0
}

.sc_agenda .agd_merge .tr_split_tit {
  color: #fff
}

.sc_agenda .agd_merge .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
  text-align: center
}

.sc_agenda .agd_merge .tr_split_tit .td_split.sp1_head {
  background-color: #a9be79;
  flex: 0 1 50%
}

.sc_agenda .agd_merge .tr_split_tit .td_split.sp2_head {
  background-color: #b1d7ee;
  flex: 0 1 50%
}

.sc_agenda .agd_merge .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #a9be79;
  color: #394a13
}

.sc_agenda .agd_merge .sp1 .td {
  padding-right: 0rem
}

.sc_agenda .agd_merge .sp1 .ag_tit {
  margin-right: 0rem
}

.sc_agenda .agd_merge .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #b1d7ee;
  color: #194b69
}

.sc_agenda .agd_merge .ag_spk {
  margin-top: .2rem;
  padding: .2rem 0
}

.sc_agenda .agd_split .tr {
  align-items: stretch
}

.sc_agenda .agd_split .tr .td.td_time {
  padding: .2em 1.45em 0 1.65em
}

.sc_agenda .agd_split .tr_light .td.td_time {
  padding: .2em 1.2em
}

.sc_agenda .agd_split .tr_sp_luckyDraw {
  background-color: rgba(8, 75, 112, .1);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sc_agenda .agd_split .td {
  display: inline-flex;
  flex-direction: column;
  justify-content: center
}

.sc_agenda .agd_split .topic_toggle {
  flex: 0 0 0;
  margin: 10px 0
}

.sc_agenda .agd_split .tr_split_tit {
  color: #fff
}

.sc_agenda .agd_split .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
  text-align: center
}

.sc_agenda .agd_split .tr_split_tit .td_split.sp1 {
  background-color: #a9be79
}

.sc_agenda .agd_split .tr_split_tit .td_split.sp2 {
  background-color: #b1d7ee
}

.sc_agenda .agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #a9be79;
  color: #394a13
}

.sc_agenda .agd_split .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #b1d7ee;
  color: #194b69
}

.sc_agenda .agd_split .ag_spk {
  margin-top: .2rem;
  padding: .2rem 0
}

.sc_agenda .agd_cnt .track-a-1 {
  border-bottom: 1px solid rgba(14, 35, 65, .5);
}

.sc_agenda .agd_cnt .tr_merge{
  align-items: center;
}

.sc_agenda .agd_cnt .tr_merge .track-b{
  line-height:67px;
}

.sc_agenda .ag_tip {
  text-align: center
}

.sc_gift {
  padding-bottom: 60px
}

.sc_gift .gift_cnt {
  position: relative
}

.sc_gift .gift_cnt .sc_title {
  color: #fff;
  text-shadow: #373833 .1rem .1rem .2rem;
  letter-spacing: .12rem;
  margin-bottom: 0rem
}

.sc_gift .gift_cnt .gift_tit {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 2.5rem;
  margin: 80px 0 20px 0
}

.sc_gift .gift_cnt .gift_item {
  position: relative;
  flex: 0 0 50%;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.sc_gift .gift_cnt .gift_item:nth-child(1) {
  border: 0 solid rgba(0, 0, 0, .1);
  border-right-width: 1px
}

.sc_gift .gift_cnt .gift_item .pic {
  border-radius: 4px;
  margin-bottom: 10px;
  flex: 0 0 220px
}

.sc_gift .gift_cnt .gift_item .pic img {
  display: block;
  margin: 0 auto;
  width: 220px
}

.sc_gift .gift_cnt .gift_item .tit {
  color: #f49c00;
  margin-bottom: 4px
}

.sc_gift .gift_cnt .gift_item .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #0094df
}

.sc_gift .gift_cnt .gift_item .name span {
  font-weight: 400
}

.sc_gift .gift_cnt .gift_item .none_name {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0) !important
}

.sc_gift .gift_cnt .gift_item .none_name span {
  color: rgba(14, 35, 65, .6)
}

.sc_gift .gift_cnt .gift_item.sp {
  position: relative;
  flex: 0 0 100%;
  margin: 30px auto;
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.sc_gift .gift_cnt .gift_item.sp .wording {
  position: relative;
  padding: 0
}

.sc_gift .gift_cnt .gift_item.sp .tit {
  position: absolute;
  top: -20px;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  transform: translate(-50%, 0);
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #f49c00;
  box-shadow: 0 3px 5px rgba(244, 156, 0, .3)
}

.sc_gift .gift_cnt .gift_item.sp .sp_item {
  position: relative;
  flex: 0 0 30%;
  box-sizing: border-box;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-items: center;
  text-align: left
}

.sc_gift .gift_cnt .gift_item.sp .alone_item {
  position: relative;
  flex: 0 0 30%;
  box-sizing: border-box;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-items: center;
  text-align: center
}

.sc_gift .gift_cnt .gift_item.sp .alone_item .tit {
  position: relative;
  margin: 30px auto
}

.sc_gift .gift_cnt .gift_item.al {
  position: relative;
  flex: 0 0 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-right-width: 0
}

.sc_gift .gift_cnt .gift_item.al .wording {
  position: relative;
  padding: 0
}

.sc_gift .gift_cnt .gift_item.al .tit {
  position: relative;
  margin: 0 auto 8px auto;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #0094df;
  box-shadow: 0 3px 5px rgba(120, 205, 225, .3)
}

.sc_gift .gift_cnt .gift_item.al .alone_item {
  position: relative;
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-items: center;
  text-align: center
}

.sc_gift .gift_cnt .gift_item.al .alone_item .pic {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, .2)
}

.sc_sponsor {
  padding-bottom: 60px
}

.sc_sponsor .container-fluid {
  max-width: 1440px
}

.sc_sponsor .sort_cnt .sorts {
  padding: 20px 0;
  display: flex;
  justify-content: center
}

.sc_sponsor .sort_cnt .sorts .item {
  flex: 0 0 auto;
  margin: 0 5px
}

.sc_sponsor .sort_cnt .sorts .item_link {
  display: block;
  border-radius: 8px;
  padding: .75em 1.5em;
  background-color: #0e2341;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: background 250ms
}

.sc_sponsor .sort_cnt .sorts .item_link:hover {
  text-decoration: none;
  background-color: #0fe5ee
}

.sc_sponsor .sort_cnt .sorts .item_link.is_active {
  background-color: #0fe5ee;
  color: #02005d
}

.sc_sponsor .sponsor_cnt {
  padding: 20px 0
}

.sc_sponsor .sponsor_cnt .sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15%
}

.sc_sponsor .sponsor_cnt .sponsors .sponsors_inner {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.sc_sponsor .sponsor_cnt .spr_item {
  flex: 0 0 25%;
  padding: 10px
}

.sc_sponsor .sponsor_cnt .spr_item .for_test {
  display: none
}

.sc_sponsor .sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff
}

.sc_location {
  padding-bottom: 60px
}

.sc_location .sc_title {
  color: #fff;
  text-shadow: #373833 .1rem .1rem .2rem;
  letter-spacing: .12rem;
  margin-bottom: 0rem
}

.sc_location .location_cnt .loc_top {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline
}

.sc_location .location_cnt .loc_top .loc {
  color: #0094df;
  font-size: 1.5em;
  margin: 0 .5em 10px
}

.sc_location .location_cnt .loc_top .addr {
  margin: 0 .5em 10px
}

.sc_detail {
  background-color: #fff;
  padding: 60px 0 30px 0;
  color: #000
}

.sc_detail .list {
  padding-left: 1.5em
}

.sc_detail .list li {
  padding: .25em 0;
  line-height: 1.4
}

@media(max-width: 768px) {
  body {
    background-color: #fff
  }

  .g_header {
    background-color: #78cde1
  }

  .g_header.is_active {
    background-color: #78cde1;
    box-shadow: 0 0 0px 0px #ebebeb
  }

  .g_header .header_cnt {
    display: block;
    padding: .5rem 0
  }

  .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 {
    margin-top: 60px
  }

  .g_kv .inner {
    position: relative;
    z-index: 1;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 80vw
  }

  .g_kv .inner .icon-M {
    top: 25%;
    right: 14.6%
  }

  .g_kv .inner .icon-1 {
    top: 35%;
    right: -2%
  }

  .g_kv .inner .icon-2 {
    top: 50.5%;
    right: -1%
  }

  .g_kv .inner .icon-3 {
    top: 51%;
    right: 10.5%
  }

  .g_kv .inner .icon-4 {
    top: 52%;
    right: 29.5%
  }

  .g_kv .inner .icon-5 {
    top: 29.5%;
    right: 27%
  }

  .g_kv .inner .icon-6 {
    top: 10.5%;
    right: 34%
  }

  .g_kv .inner .dashline {
    position: absolute;
    z-index: 3;
    top: 3%;
    right: -1.5%;
    width: 62.1875%
  }

  .g_kv .inner .halo-line {
    position: absolute;
    z-index: 3;
    top: -12%;
    right: -18.5%;
    width: 72.8125%
  }

  .g_kv .inner .halo {
    position: absolute;
    z-index: 2;
    top: -20%;
    right: -22%;
    width: 80.625%;
    mix-blend-mode: overlay
  }

  .g_kv .inner .island_mb {
    position: absolute;
    z-index: 1;
    top: -6%;
    left: 0%
  }

  .g_kv .inner .icon_mb {
    position: absolute;
    z-index: 2;
    top: -6%;
    left: 0%
  }

  .g_title {
    position: relative;
    width: 100%;
    top: 60px
  }

  .g_title .inner {
    width: 28.3333333333%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-135%, -25%)
  }

  .g_title .inner img {
    display: block
  }

  .g_title .inner .t1 {
    margin-bottom: 15%
  }

  .g_title .inner .line {
    margin-bottom: 15%
  }

  .g_title .timer {
    display: none
  }

  .g_main {
    margin-top: 60px;
    padding-top: 30px;
    background: linear-gradient(90deg, white, white, white)
  }

  .g_main ul.tabs {
    flex-direction: column
  }

  .g_main .tab_container {
    clear: both;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 10px 20px 50px rgba(0, 0, 0, .2);
    overflow: auto;
    margin-bottom: 20px
  }

  .g_main .tab_container #tab1 .tr_head {
    display: none
  }

  .g_main .tab_container #tab2 .tr_head {
    display: none
  }

  .g_main .tab_container .lucky_part {
    padding: 0
  }

  .g_main .tab_container .tab_content {
    display: none
  }

  .g_main .tab_container .tab_content .spk_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2% 0
  }

  .g_main .tab_container .tab_content .tab_speaker {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .g_main .tab_container .tab_content .tab_speaker .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 33%;
    padding: 0;
    text-align: center;
    margin: 2% 0
  }

  .g_main .tab_container .tab_content .tab_speaker .item .name {
    font-weight: bold;
    color: #005145;
    font-size: 1.4rem
  }

  .g_main .tab_container .tab_content .tab_speaker .item img {
    width: 60%;
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
  }

  .g_main .tab_container .tab_content .tab_part {
    margin-bottom: 0
  }

  .sc_title {
    font-size: 1.75rem
  }

  .sc_title .tit {
    line-height: 1.3
  }

  .sc_intro {
    padding: 0px 0 40px 0
  }

  .sc_intro .timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px 0;
    color: #fff;
    text-align: left;
    letter-spacing: -4px
  }

  .sc_intro .timer .tb {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 3.5rem;
    padding-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #76a054;
    letter-spacing: normal
  }

  .sc_intro .timer .tb::after {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    color: #fff
  }

  .sc_intro .timer .tb span {
    position: absolute;
    left: 50%;
    top: calc(50% - .5rem);
    transform: translate(-50%, -50%);
    font-size: 1.5rem
  }

  .sc_intro .timer .d {
    border-radius: 1rem 0 0 1rem
  }

  .sc_intro .timer .d::after {
    content: "day"
  }

  .sc_intro .timer .h::after {
    content: "hour"
  }

  .sc_intro .timer .m::after {
    content: "min"
  }

  .sc_intro .timer .s {
    border-radius: 0 1rem 1rem 0
  }

  .sc_intro .timer .s::after {
    content: "sec"
  }

  .sc_intro .intro_cnt {
    font-size: .9rem;
    padding: 0
  }

  .sc_intro .intro_cnt .title {
    font-size: 1.45rem
  }

  .sc_intro .intro_cnt p {
    padding: 0rem .5rem;
    line-height: 1.5;
    text-align: justify
  }

  .sc_intro .intro_cnt .tab_speaker {
    flex-direction: column
  }

  .sc_intro .intro_cnt .tab_speaker .item {
    margin: 20px 0 !important
  }

  .sc_intro .info {
    font-size: 1.25rem
  }

  .sc_intro .cta_cnt .bttn {
    margin-bottom: 20px
  }

  .sc_intro .cta_cnt .bttn:last-child {
    margin-bottom: 0
  }

  .sc_intro .cta_cnt .bttn .bttn_inner {
    font-size: 1.5em
  }

  .sc_agenda {
    background-color: #a9be79
  }

  .sc_agenda .agd_cnt {
    margin-bottom: 1rem;
    background-color: #fff
  }

  .sc_agenda .agd_cnt .ag_tit {
    margin-right: 0
  }

  .sc_agenda .agd_cnt .tr {
    flex-direction: column;
    padding: .35rem 1rem;
    border-bottom: 1px solid #ebebeb
  }

  .sc_agenda .agd_cnt .tr:last-child {
    border-bottom: 0px
  }

  .sc_agenda .agd_cnt .tr::after {
    height: 0px
  }

  .sc_agenda .agd_cnt .tr .td_time {
    width: 100%
  }

  .sc_agenda .agd_cnt .tr .td_agd {
    width: 100%;
    text-align: center;
    font-size: 1.125em
  }

  .sc_agenda .agd_cnt .td {
    padding: .2em 0em
  }

  .sc_agenda .agd_cnt.track-a {
    background-color: #fff;
    border: 5px solid #b1eebc
  }

  .sc_agenda .agd_cnt.track-a .tr-head {
    background-color: #b1eebc
  }

  .sc_agenda .agd_cnt.track-b {
    background-color: #fff;
    border: 5px solid #b1d7ee
  }

  .sc_agenda .agd_cnt.track-b .tr-head {
    background-color: #b1d7ee
  }

  .sc_agenda .agd_cnt .tr-head {
    font-size: 1.15rem;
    font-weight: 500
  }

  .sc_agenda .ag_tip {
    text-align: center;
    font-size: .78rem;
    padding: .75rem;
    color: rgba(0, 0, 0, .5)
  }

  .sc_gift {
    padding-bottom: 30px
  }

  .sc_gift .gift_cnt {
    display: block;
    padding-top: 30px;
    border-radius: 0 0 0 0 !important
  }

  .sc_gift .gift_cnt .gift_tit {
    color: #0e2341;
    font-weight: 700;
    line-height: 1;
    margin-top: 50px;
    font-size: 1.6em;
    text-align: center
  }

  .sc_gift .gift_cnt .gift_tit .gift_tip {
    font-size: 18px;
    line-height: 1.4rem;
    padding: 0 30px
  }

  .sc_gift .gift_cnt .gift_item {
    padding: 0;
    margin-bottom: 30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important
  }

  .sc_gift .gift_cnt .gift_item:nth-child(1) {
    padding-bottom: 30px;
    border: 0 solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px 0
  }

  .sc_gift .gift_cnt .gift_item:nth-child(2) {
    padding-bottom: 30px;
    border: 0 solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px 0
  }

  .sc_gift .gift_cnt .gift_item .wording {
    padding: 0
  }

  .sc_gift .gift_cnt .gift_item .name {
    min-height: auto
  }

  .sc_gift .gift_cnt .gift_item.sp {
    position: relative;
    flex: 0 0 100%;
    margin: 30px auto;
    padding: 20px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
  }

  .sc_gift .gift_cnt .gift_item.sp .tit {
    position: relative;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0)
  }

  .sc_gift .gift_cnt .gift_item.sp .sp_item {
    position: relative;
    flex: 0 0 30%;
    box-sizing: border-box;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    align-items: center;
    text-align: left
  }

  .sc_gift .gift_cnt .gift_item.al {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
  }

  .sc_gift .gift_cnt .gift_item.al .alone_item {
    position: relative;
    flex: 0 0 30%;
    box-sizing: border-box;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    align-items: center;
    text-align: center
  }

  .sc_gift .gift_cnt .gift_item.al .alone_item .pic {
    border-radius: 15px;
    overflow: hidden
  }

  .sc_location {
    padding-bottom: 30px
  }

  .sc_location .location_cnt .loc_top {
    display: block
  }

  .sc_location .location_cnt .loc_top .loc {
    margin-bottom: 0
  }

  .sc_location .location_cnt .loc_top .addr {
    margin-bottom: 15px
  }
}

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