:root {
  --gold: #f5b41a;
  --orang: #ed7e30;
  --sky: #117667;
  --blue: #1a2b55;
  --grey: #57565e;
  --deepgrey: #2f3144;
  --black: #262626;
  --kvlgreen: #D3EBE4;
  --kvlgreen2: #23948B;
  --ff_zh: 'Roboto', 'Noto Sans TC', sans-serif;
  --main_spacing: min(60px, 4vw);
  --fzH0: 32px;
  --fzH1: 26px;
  --fzH2: 22px;
  --fzH3: 20px;
  --fzH4: 16px;
  --fzH5: 12px;
}

html {
  font-size: 18px;
}

body {
  background-color: var(--black);
  font-family: var(--ff_zh);
  overflow-x: hidden;
  color: #fff;
}

.mainbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: var(--sky) url("img/kv/bg.png") center/cover;
}

a {
  color: inherit;
}

sup {
  font-size: 0.6em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.nowrap {
  white-space: nowrap;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  transform: translateX(150%);
  transition: transform 600ms;
  display: flex;
  flex-direction: column;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .fx_item {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px;
  width: 56px;
  line-height: 1;
  background-color: #fff;
  color: var(--black);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--fzH4);
  transition: all 300ms;
}
.fix_aside .fx_item img {
  width: 32px;
}
.fix_aside .fx_item.is_primary {
  background: linear-gradient(135deg, #f5b41a, #ed7e30);
  box-shadow: 0 4px 15px rgba(255, 78, 80, 0.3);
  transition: all 300ms;
  color: #fff;
  font-weight: 500;
}
.fix_aside .fx_item:nth-child(n+2) {
  margin-top: 12px;
}
.fix_aside .fx_item:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(255, 78, 80, 0.3);
  filter: brightness(1.2);
}

.g_header {
  position: relative;
  background: var(--white);
}
.g_header.is_active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

@keyframes underline {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.header_wrap {
  padding: 0 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_wrap .head_topic {
  flex: 0 0 auto;
}
.header_wrap .nav_cnt {
  justify-content: center;
}
.header_wrap .nav_link {
  display: block;
  padding: 16px;
  background-color: rgba(38, 38, 38, 0);
  color: #000000;
}
.header_wrap .nav_link:hover {
  background-color: var(--sky);
  text-decoration: none;
  color: #ffffff;
}
.header_wrap .sign_item {
  position: relative;
}
.header_wrap .sign_item .nav_link {
  position: relative;
  overflow: hidden;
  color: #FFA237;
  font-weight: bold;
}
.header_wrap .sign_item .sign_toggle {
  cursor: pointer;
}
.header_wrap .sign_item .sign_menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: none;
  z-index: 30;
}
.header_wrap .sign_item .sign_menu .sign_opt {
  display: block;
  padding: 12px 22px;
  color: var(--sky);
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.header_wrap .sign_item .sign_menu .sign_opt + .sign_opt {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.header_wrap .sign_item .sign_menu .sign_opt:hover {
  background: var(--sky);
  color: #fff;
  text-decoration: none;
}
.header_wrap .sign_item.is_open .sign_menu {
  display: block;
}
.header_wrap .head_right {
  padding-left: 60px;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.header_wrap .hover {
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.header_wrap .hover:hover .hover_menu {
  display: block;
}
.header_wrap .hover_holder {
  width: 40px;
  height: 40px;
}
.header_wrap .hover_holder img {
  width: 100%;
  max-width: 100%;
}
.header_wrap .hover_menu {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 35px;
  padding: 5px 0;
  display: none;
}
.header_wrap .hover_menu a {
  display: block;
  margin-top: 5px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 250ms;
  filter: grayscale(1);
}
.header_wrap .hover_menu a img {
  width: 40px;
}
.header_wrap .hover_menu a:hover {
  filter: grayscale(0);
  border-radius: 4px;
}

@keyframes bgScale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.15, 1.05);
  }
}
.g_kv {
  position: relative;
  height: min(56.25vw, 100vh - 59px);
  background: var(--black) url("img/kv/bg.png") center/cover;
  overflow: hidden;
}
.g_kv img {
  width: 100%;
  display: block;
}
.g_kv .dg {
  position: absolute;
  width: 9vw;
  top: 8%;
  left: 5%;
}
.g_kv .dg img {
  width: 100%;
  max-width: 100%;
}
.g_kv .dg.dg2 {
  width: 11vw;
  top: initial;
  bottom: 8%;
}
.g_kv .grapic {
  position: absolute;
  z-index: 1;
  right: -5.2083333333%;
  top: -57.037037037%;
  width: 128.0208333333%;
  height: 177.962962963%;
}
.g_kv .grapic img {
  animation: bgScale 5s linear infinite alternate both;
}
.g_kv .cntline {
  position: absolute;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  left: 5%;
  top: 30%;
  flex-direction: column;
}
.g_kv .title {
  width: 62.5%;
}
.g_kv .title .main_tit,
.g_kv .title .sub_tit {
  display: flex;
  align-items: flex-end;
}
.g_kv .title .main_tit {
  padding-right: 7.8125%;
}
.g_kv .date {
  margin-left: 0vw;
  width: 20.8333333333%;
  margin-top: 2vw;
}
.g_kv .date .date_wrap {
  display: flex;
  gap: 1.5vw;
}
.g_kv .date .dline {
  width: 3px;
  margin: 0 1vw;
  background-color: var(--kvlgreen);
}
.g_kv .timer {
  position: absolute;
  z-index: 10;
  right: 2.5%;
  bottom: 5.5555555556%;
  color: #fff;
}
.g_kv .timer .time_box {
  display: flex;
  letter-spacing: -4px;
  text-align: center;
  justify-content: flex-start;
  padding-right: 0.75vw;
  font-size: 1.2vw;
}
.g_kv .timer .tb {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 4em;
  height: 4em;
  padding-bottom: 1.5em;
  letter-spacing: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.5) 20%, rgba(38, 38, 38, 0.5) 80%, rgba(38, 38, 38, 0));
}
.g_kv .timer .tb:nth-child(1) {
  border-left-width: 0;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: var(--kvlgreen);
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.38em);
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 1.5em;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s::after {
  content: "sec";
}

.g_main {
  position: relative;
  background: linear-gradient(rgba(2, 131, 126, 0.5), rgba(2, 131, 126, 0.8), rgba(2, 131, 126, 0.8), rgba(2, 131, 126, 0.5));
}
.g_main .white_area {
  background-color: #fff;
}
.g_main .white_area .sec_title .tit span {
  color: var(--blue);
}
.g_main .sec_title {
  margin-bottom: calc(0.75 * var(--main_spacing));
  text-align: center;
}
.g_main .sec_title .tit {
  display: inline-block;
  transform: translateX(0.2em);
}
.g_main .sec_title .tit span {
  color: #fff;
  font-weight: 700;
  font-size: var(--fzH0);
  letter-spacing: 0.2em;
}
.g_main .cta_row {
  text-align: center;
  margin-top: 40px;
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_main .cta_row .btn_cta {
  flex: 0 0 45%;
  display: inline-block;
  padding: 1rem 4rem;
  font-size: var(--fzH1);
  font-weight: 500;
  letter-spacing: 0.1875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3em;
  background: linear-gradient(135deg, #f5b41a, #ed7e30);
  box-shadow: 0 4px 15px rgba(255, 78, 80, 0.3);
  transition: all 300ms;
  color: #fff;
}
.g_main .cta_row .btn_cta:hover {
  box-shadow: 0 8px 25px rgba(255, 78, 80, 0.3);
  filter: brightness(1.2);
  color: #fff;
  letter-spacing: 0.625rem;
}
.g_main .pos_sticky {
  position: sticky;
  top: 60px;
}

.sec_intro {
  padding-top: calc(var(--main_spacing) + 15px);
  padding-bottom: calc(var(--main_spacing) + 15px);
  color: var(--black);
}

.intro_cnt {
  margin: 0 auto;
  line-height: 1.67;
  color: var(--deepgrey);
}
.intro_cnt .strong {
  text-align: center;
  margin-bottom: 0.8em;
  line-height: 1;
  font-weight: bold;
  color: var(--blue);
  font-size: var(--fzH2);
}
.intro_cnt p {
  margin-bottom: 0.8em;
  line-height: 1.3;
}

.cta_row {
  text-align: center;
  margin-top: 40px;
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_row .btn_cta {
  flex: 0 0 45%;
  display: inline-block;
  padding: 1rem 4rem;
  font-size: var(--fzH1);
  font-weight: 500;
  letter-spacing: 0.1875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3em;
  background: linear-gradient(135deg, #f5b41a, #ed7e30);
  box-shadow: 0 4px 15px rgba(255, 78, 80, 0.3);
  transition: all 300ms;
  color: #fff;
}
.cta_row .btn_cta:hover {
  box-shadow: 0 8px 25px rgba(255, 78, 80, 0.3);
  filter: brightness(1.2);
  color: #fff;
  letter-spacing: 0.625rem;
}

.point_cnt {
  margin-top: 30px;
}
.point_cnt .pt_tit {
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 8px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sky);
}
.point_cnt .pt_tit .name {
  color: var(--kvlgreen2);
  padding-right: 1em;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
.point_cnt .pt_tit .tit {
  color: #fff;
  font-weight: 500;
}
.point_cnt .pt_block .pt_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.point_cnt .pt_block .pt_list li {
  flex: 0 0 calc(25% - 8px);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--black);
  line-height: 1.3;
  background: linear-gradient(120deg, #d3ebe4, rgba(211, 235, 228, 0.9) 50%, rgba(211, 235, 228, 0.8) 80%, rgba(211, 235, 228, 0.7)), url("../img/kv/bg.png");
  background-size: cover;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  font-size: 0.9rem;
}
.point_cnt .pt_block.hsc_pt {
  margin-top: 24px;
}

.sec_agenda {
  padding-top: var(--main_spacing);
  padding-bottom: calc(var(--main_spacing) + 15px);
}

.agenda_cnt {
  padding: 0 15px;
}

.ag_switch {
  display: flex;
  text-align: center;
  left: 0;
  border-radius: 2em;
  overflow: hidden;
}
.ag_switch .ag_sw_active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: linear-gradient(160deg, var(--kvlgreen2), var(--kvlgreen), var(--kvlgreen2));
  transition: all 300ms;
}
.ag_switch .ag_sw_active.active2 {
  transform: translateX(100%);
}
.ag_switch .ag_sw_btn {
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  text-align: center;
  cursor: pointer;
  padding: 0.6em 0 0.5em;
  font-size: var(--fzH2);
  transition: all 200ms;
  background-color: var(--black);
  color: rgba(255, 255, 255, 0.4);
}
.ag_switch .ag_sw_btn:hover {
  color: #fff;
}
.ag_switch .ag_sw_btn.sw_on {
  background-color: transparent;
  color: #02837e;
  font-weight: bold;
}

.ag_table {
  margin-top: 20px;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  font-size: 1em;
}
.ag_table .tr {
  display: flex;
  align-items: center;
  padding: 10px 12px 8px;
}
.ag_table .tr.soft_bg {
  background: linear-gradient(120deg, rgba(2, 131, 126, 0.5) 67%, rgba(2, 131, 126, 0.3) 90%);
}
.ag_table .tr.ag_period {
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}
.ag_table .tr.split_tr {
  align-items: flex-start;
  justify-content: center;
}
.ag_table .tr.split_tr .td:nth-child(3) {
  color: var(--white);
}
.ag_table .td {
  line-height: 1;
}
.ag_table .td_time {
  flex: 0 0 15%;
  text-align: center;
  color: var(--gold);
  font-size: 0.9rem;
  padding: 12px 22px 12px 0px;
}
.ag_table .td_topic {
  flex: auto;
  padding-right: 0;
  line-height: 1.3;
  font-size: 0.9rem;
  padding: 12px 22px;
}
.ag_table .td_spk {
  flex: 0 0 30%;
}
.ag_table .td_spk .spk:nth-child(n+2) {
  margin-top: 14px;
}
.ag_table .td_spk .name {
  font-size: 1rem;
  color: var(--gold);
  margin-top: 0.4em;
}
.ag_table .td_spk .cpy,
.ag_table .td_spk .job {
  font-size: 0.8rem;
  margin-top: 5px;
  line-height: 1.2;
  color: #CDE7E0;
}
.ag_table .td_spl {
  flex: 1;
  align-self: stretch;
  background-color: rgba(38, 38, 38, 0.2);
  border-radius: 2px;
  padding: 15px 50px 15px 15px;
}
.ag_table .td_spl .spl_th {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ag_table .td_spl .spl_th span {
  font-size: 0.8em;
  margin-right: 10px;
}
.ag_table .td_spl .splt_tm {
  display: block;
  margin-bottom: 0.8em;
}
.ag_table .td_spl .splt_tm .tm {
  color: #ffffff;
  font-size: 0.9rem;
}
.ag_table .td_spl .splt_tm .track {
  display: none;
}
.ag_table .td_spl .splt {
  line-height: 1.3;
  font-size: 0.9rem;
  margin-bottom: 0.8em;
}

.ag_tip {
  margin-top: 1.5rem;
  text-align: center;
  font-size: var(--fzH5);
}

.sort_cnt .sorts {
  display: flex;
  justify-content: center;
}
.sort_cnt .sorts .item {
  flex: 0 0 auto;
  margin: 0 5px;
}
.sort_cnt .sorts .item_link {
  display: block;
  border-radius: 8px;
  padding: 0.75em 1.5em;
  background-color: #1a2b55;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: background 250ms;
}
.sort_cnt .sorts .item_link:hover {
  text-decoration: none;
  background-color: rgba(26, 43, 85, 0.6);
}
.sort_cnt .sorts .item_link.is_active {
  background-color: #02837E;
  color: #262626;
  font-weight: bold;
}

.sponsor_cnt {
  padding: 20px 0;
  padding-bottom: calc(var(--main_spacing) + 15px);
}
.sponsor_cnt .sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.sponsor_cnt .spr_item {
  flex: 0 0 16%;
  padding: 10px;
}
.sponsor_cnt .spr_item .for_test {
  display: none;
}
.sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
}

.sec_speaker {
  padding-top: var(--main_spacing);
  padding-bottom: calc(var(--main_spacing) + 15px);
}

.spk_cnt {
  position: relative;
  margin: 0 -1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spk_cnt .spk_item {
  flex: 0 1 33%;
  padding: 5px 15px;
  margin-bottom: 25px;
  text-align: center;
}
.spk_cnt .pic {
  position: relative;
  border-radius: 0.9375rem;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-color: var(--sky);
  overflow: hidden;
  border: 5px solid var(--sky);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.spk_cnt .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: all 300ms;
}
.spk_cnt .spk_item.no_photo .pic {
  aspect-ratio: 1/1;
  background-color: var(--grey);
  border-color: var(--grey);
}
.spk_cnt .spk_item.no_photo .pic img {
  display: none;
}
.spk_cnt .name {
  margin-top: 0.33em;
  font-size: var(--fzH2);
  line-height: 1;
  font-size: 1rem;
}
.spk_cnt .info {
  margin-top: 1em;
  padding: 0 1em;
  color: #CDE7E0;
  font-size: 0.8rem;
}

.sec_giveaway {
  padding-top: var(--main_spacing);
  padding-bottom: calc(var(--main_spacing) + 15px);
  overflow: hidden;
}

.giveaway_cnt {
  justify-content: space-between;
}

.gift_categ {
  flex: 0 0 calc(75% - 12px);
  position: relative;
  text-align: center;
}
.gift_categ.ctg2 {
  flex: 0 1 calc(25% - 4px);
}
.gift_categ .tag {
  text-align: center;
}
.gift_categ .tag div {
  padding: 12px 32px 10px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1em;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, var(--blue), var(--sky) calc(50% - 1em), var(--sky) calc(50% + 1em), var(--blue));
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.gift_categ .title {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  padding: 0 0.5rem;
  color: var(--sky);
  line-height: 1.2;
}
.gift_categ .items {
  display: flex;
}
.gift_categ .item {
  flex: 1;
}
.gift_categ .item .pic {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}
.gift_categ .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.gift_categ .item .name {
  margin-top: 12px;
  text-align: center;
  line-height: 1.3;
  font-size: var(--fzH3);
  color: var(--blue);
}
.gift_categ .tips {
  margin-top: 20px;
  padding: 0 0.5rem;
  font-size: var(--fzH5);
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
}
.gift_categ .tips div {
  padding: 0.2em 0;
}

.sec_location {
  padding-top: var(--main_spacing);
  padding-bottom: calc(var(--main_spacing) + 15px);
}

.loc_cnt {
  display: flex;
  justify-content: space-between;
}
.loc_cnt .loc {
  flex: 0 0 49%;
}
.loc_cnt .info {
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.loc_cnt .info .sec_title {
  margin-bottom: 20px;
  font-weight: 300;
}
.loc_cnt .info .loc {
  margin-bottom: 0.33em;
  font-weight: 700;
  color: var(--kvlgreen);
}
.loc_cnt .info .addr {
  line-height: 1.2;
  font-weight: 300;
}
.loc_cnt .map {
  position: relative;
  line-height: 0;
  height: 400px;
  box-shadow: 0 0 30px 0 rgba(38, 38, 38, 0.33);
}
.loc_cnt .map iframe {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.sec_detail {
  padding: 2rem 0 var(--main_spacing);
}

.detail_cnt {
  margin: 0 auto;
  font-size: var(--fzH4);
}
.detail_cnt a {
  color: var(--white);
}
.detail_cnt a:hover {
  color: var(--kvlgreen);
}
.detail_cnt .list {
  padding-left: 1.65em;
  margin-bottom: 0;
}
.detail_cnt .list li {
  padding: 4px 0;
  line-height: 1.3;
}
.detail_cnt .list li a {
  text-decoration: underline;
}
.detail_cnt .tip {
  margin-top: 40px;
  text-align: center;
}
.detail_cnt .tip a {
  display: inline-block;
  padding: 0.8em 1.6em;
  line-height: 1;
  border: 1px solid currentColor;
  text-align: center;
  text-decoration: none;
}

.ag_modal {
  color: #000;
}
.ag_modal .modal-header {
  padding: 1rem 1.5rem 0;
  border-bottom-width: 0;
}
.ag_modal .modal-header .spk_name {
  padding-top: 0.5rem;
  font-size: var(--fzH2);
  font-weight: 700;
  color: var(--blue);
}
.ag_modal .modal-body {
  padding: 0.75rem 1.5rem 1.5rem;
}

@media (max-width: 768px) {
  :root {
    --main_spacing: 45px;
  }
  html {
    font-size: 16px;
  }
  .mainbg {
    background: var(--black) url("img/kv/bg.png") center/cover;
  }
  .fix_aside {
    flex-direction: row;
  }
  .fix_aside .fx_item {
    font-size: 1em;
    line-height: 16px;
  }
  .fix_aside .fx_item:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
  .g_header {
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .header_wrap {
    display: block;
    padding: 0;
  }
  .header_wrap .head_left {
    display: flex;
    align-items: center;
  }
  .header_wrap .menu_trigger {
    padding: 10px;
  }
  .header_wrap .menu_trigger .icon {
    padding: 22px 10px;
  }
  .header_wrap .menu_trigger .icon span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    transition: all 300ms;
  }
  .header_wrap .menu_trigger .icon span:nth-child(2) {
    transform: translateY(-2px) rotate(-45deg);
  }
  .header_wrap .menu_trigger .icon span:first-child {
    transform: rotate(45deg);
  }
  .header_wrap .menu_trigger .icon span:last-child {
    display: none;
  }
  .header_wrap .menu_trigger .collapsed .icon {
    padding: 15px 10px;
  }
  .header_wrap .menu_trigger .collapsed .icon span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
  }
  .header_wrap .menu_trigger .collapsed .icon span:nth-child(2) {
    margin: 6px 0;
    transform: translateY(0) rotate(0deg);
  }
  .header_wrap .menu_trigger .collapsed .icon span:first-child {
    transform: rotate(0deg);
  }
  .header_wrap .menu_trigger .collapsed .icon span:last-child {
    display: block;
    width: 18px;
  }
  .header_wrap .head_topic {
    flex: 1 1 100%;
    display: inline-flex;
    justify-content: flex-end;
    padding-right: 16px;
  }
  .header_wrap .head_topic .hover {
    display: inline-flex;
  }
  .header_wrap .nav_cnt {
    padding: 0 10px 10px;
  }
  .header_wrap .nav_link {
    padding: 12px 16px;
    color: #ffffff;
  }
  .header_wrap .sign_item {
    text-align: right;
    font-size: var(--fzH2);
    height: 64px;
    line-height: 1;
  }
  .header_wrap .sign_item.nav_item {
    display: none;
  }
  .header_wrap .sign_item .nav_link {
    display: inline-block;
    padding: 24px 20px 20px;
  }
  .header_wrap .sign_item .nav_link::after {
    justify-self: start;
  }
  .header_wrap .head_right {
    padding-left: 0;
  }
  .g_kv {
    margin-top: 68px;
    height: min(100vw, 40vh);
  }
  .g_kv .logoline {
    bottom: 86%;
  }
  .g_kv .logoline .dg {
    flex: 1;
  }
  .g_kv .logoline .dg img {
    width: 25vw;
  }
  .g_kv .logoline .emeni,
  .g_kv .logoline .ult {
    width: 29.1666666667vw;
  }
  .g_kv .grapic {
    top: -22%;
  }
  .g_kv .cntline {
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 5%;
    bottom: 24%;
  }
  .g_kv .title {
    width: 100%;
  }
  .g_kv .title .main_tit {
    padding-right: 0;
  }
  .g_kv .date {
    margin-right: auto;
    margin-top: 20px;
    width: 50%;
  }
  .g_kv .date .date_wrap {
    display: flex;
  }
  .g_kv .date .dline {
    margin: 0 3vw;
  }
  .g_kv .timer {
    left: 0;
    right: 0;
    bottom: 4%;
    padding: 0 4%;
  }
  .g_kv .timer .time_box {
    font-size: var(--fzH5);
    overflow: hidden;
    justify-content: flex-end;
  }
  .g_kv .timer .tb {
    background: rgba(38, 38, 38, 0.75);
  }
  .g_kv .timer .tb:first-child {
    border-radius: 10px 0 0 10px;
  }
  .g_kv .timer .tb:last-child {
    border-radius: 0 10px 10px 0;
  }
  .g_main .sec_title {
    margin-bottom: 20px;
  }
  .g_main .pos_sticky {
    top: 68px;
  }
  .sec_intro {
    padding-top: var(--main_spacing);
  }
  .sec_intro .container {
    padding: 0 30px;
  }
  .sec_intro .container .cta_row {
    flex-direction: column;
  }
  .intro_cnt .strong {
    line-height: 1.3;
  }
  .point_cnt {
    padding-top: 0;
  }
  .point_cnt .pt_tit {
    display: block;
    line-height: 1.3;
    padding: 0.8em 1em;
    margin-bottom: 0;
    font-size: var(--fzH4);
    text-align: center;
  }
  .point_cnt .pt_tit .name {
    padding-right: 0;
  }
  .point_cnt .pt_block .pt_list {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .point_cnt .pt_block .pt_list li {
    margin-top: 8px;
    flex: 0 0 calc(50% - 4px);
    padding: 1em 1.5em;
    background: linear-gradient(60deg, rgba(211, 235, 228, 0.8), #d3ebe4 20%, #d3ebe4 50%, rgba(211, 235, 228, 0.9)), url("../img/kvgr@025.png");
  }
  .sec_agenda .container {
    padding: 0 30px;
  }
  .sec_agenda .container .cta_row {
    flex-direction: column;
  }
  .sec_agenda .container .cta_row .btn_cta {
    font-size: 20px;
  }
  .agenda_cnt {
    padding: 0;
  }
  .ag_switch .ag_sw_btn {
    font-size: 1em;
  }
  .ag_table .tr {
    display: block;
  }
  .ag_table .tr.split_tr .td.td_time {
    display: none;
  }
  .ag_table .tr.split_track_th {
    display: none;
  }
  .ag_table .td {
    padding: 4px 0;
  }
  .ag_table .td_time {
    text-align: left;
  }
  .ag_table .td_topic {
    line-height: 1.3;
  }
  .ag_table .td_spl {
    padding: 18px 10px;
    flex: 1;
  }
  .ag_table .td_spl .spl_th {
    text-align: center;
  }
  .ag_table .td_spl .splt_tm {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .ag_table .td_spl .splt_tm .track {
    display: block;
    font-size: var(--fzH4);
    margin-left: 1em;
  }
  .ag_table .td_spl .splt {
    line-height: 1.3;
    margin-bottom: 0.2em;
  }
  .sec_sponsor .container {
    padding: 0 30px;
  }
  .sort_cnt .sorts {
    flex-wrap: wrap;
  }
  .sort_cnt .sorts .item {
    margin: 0;
    padding: 3px;
    flex: 0 0 33.33%;
  }
  .sort_cnt .sorts .item_link {
    text-align: center;
    padding: 0.65em 1em;
  }
  .sec_sponsor .sponsor_cnt .spr_item {
    flex: 0 0 50%;
    padding: 3px;
  }
  .sec_speaker .spk_cnt .spk_item {
    flex: 0 1 50%;
  }
  .sec_speaker .spk_cnt .info {
    font-size: 0.75rem;
  }
  .sec_speaker .spk_cnt .name {
    font-size: 0.875rem;
  }
  .sec_location .loc_cnt {
    flex-direction: column;
  }
  .giveaway_cnt {
    padding-bottom: 0;
  }
  .gift_categ {
    padding: 0 15px;
  }
  .gift_categ.ctg1 .items {
    display: block;
  }
  .gift_categ:nth-child(n+2) {
    margin-top: 50px;
  }
  .gift_categ .title {
    min-height: auto;
  }
  .gift_categ .item {
    margin-top: 10px;
  }
  .gift_categ .item .pic {
    padding-top: 50%;
  }
  .gift_categ .item .pic img {
    width: 50%;
  }
  .gift_categ .item .pic img.cupon711 {
    width: 75%;
  }
  .loc_cnt {
    flex-direction: column;
    padding: 0 15px;
  }
  .loc_cnt .loc:last-child {
    margin-top: 30px;
  }
  .loc_cnt .info {
    order: 1;
    padding-top: 0;
    padding-left: 0;
  }
  .loc_cnt .map {
    order: 2;
    height: 33vh;
  }
  .sec_detail {
    padding-top: 0;
  }
  .detail_cnt {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: var(--main_spacing);
  }
  .detail_cnt .tip {
    padding: 0 2em;
  }
}
@media (min-width: 769px) {
  .header_wrap .sign_item:hover .sign_menu {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */