* a {
  text-decoration: none !important;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background: url("img/bg.jpg") 75% center/cover fixed;
}

.main_color {
  color: #1C1366;
}

.sub_color {
  color: #FDCF5E;
}

.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: #00A79B;
  color: #fff;
  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: #343a40;
}
.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;
}
.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: #fff;
  transition: all 0.3s ease-in-out;
}
.g_header .nav_area .nav_link:hover {
  color: #1C1366;
  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;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #1C1366;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.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 {
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  background-color: #FDCF5E;
  color: white;
  text-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
}
.bttn .main_b:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #1C1366;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  border: none;
  background-color: #fff;
  color: #1C1366;
  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);
}

.g_kv {
  position: relative;
  height: 50vw;
  overflow: hidden;
  background-image: url("img/bg.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.g_kv .tit {
  position: absolute;
  top: 35%;
  left: 4%;
  width: 78.125%;
  transform: translate(-10%, -30%);
}
.g_kv .tit .timezone2 {
  position: relative;
  left: 100%;
  margin-top: 2%;
  transform: translateX(5%);
}
.g_kv .tit .timezone2 a {
  background-color: #2AD8DF;
  border-radius: 50px;
  padding: 1% 2%;
  color: white;
}
.g_kv .tit .timezone2 img {
  -webkit-animation: arrMove 0.3s ease-out infinite alternate;
          animation: arrMove 0.3s ease-out infinite alternate;
}
.g_kv .tit .df_logo {
  position: relative;
  left: 75%;
  top: 0;
  margin: 5% auto 0 auto;
  width: 13.3333333333%;
}
.g_kv .tit .t1 {
  position: relative;
  margin: 5% auto 10% auto;
  width: 66.6666666667%;
}
.g_kv .tit .t1 img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.g_kv .tit .t2 {
  position: relative;
  width: 24%;
  left: 100%;
  margin-top: 10%;
}
.g_kv .tit .t2 img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.g_kv .date {
  position: absolute;
  left: 9.375%;
  bottom: 170px;
  color: #ffc000;
  display: flex;
  align-items: flex-end;
  font-size: 1.33vw;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.33);
  font-weight: 500;
  line-height: 1.2;
}
.g_kv .date .d {
  font-size: 2.5rem;
}
.g_kv .date .l {
  font-size: 1.25rem;
  display: block;
  margin: 0 10px;
}
.g_kv .date .n {
  font-size: 2.5rem;
}
.g_kv .date .time_glow {
  position: absolute;
  bottom: -45px;
  left: -25%;
  width: 150%;
  height: auto;
}
.g_kv .timer {
  position: absolute;
  right: 9.375%;
  bottom: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
}
.g_kv .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 .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: white;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}
.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 {
  border-radius: 0 1rem 1rem 0;
}
.g_kv .timer .s::after {
  content: "sec";
}

.xxxxxxx {
  color: rgba(0, 0, 0, 0);
}
.g_main {
  overflow: hidden;
}

.main_sc {
  padding: 60px 0 20px 0;
}

.sc_title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.sc_title .tit {
  color: white;
  text-decoration: underline;
  font-weight: 500;
  font-size: 32px;
}
.sc_title .tit.c_main {
  color: #ff8c00;
}
.sc_title .tit.c_white {
  color: #fff;
}

.sc_intro {
  background-color: #fff;
  padding-bottom: 10%;
}

.intro_cnt {
  text-align: center;
  font-size: 1.25rem;
}
.intro_cnt .title1 {
  color: #057C70;
  font-weight: 500;
  font-size: 32px;
  text-align: left;
  text-decoration: underline;
  font-family: "Noto Serif", serif;
}
.intro_cnt .title2 {
  margin-top: 3vw;
}
.intro_cnt .highlight_tit {
  color: #1C1366;
  font-size: 1.65em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1;
}
.intro_cnt p {
  text-align: left;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.65;
}
.intro_cnt .combain {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.5em 1.5em;
  margin-top: 5%;
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
  font-size: 1.25em;
  color: white;
  text-align: center;
  background: linear-gradient(135deg, #3F4F5E, #00A79B, #3F4F5E);
  border-radius: 50px 10px 50px 10px;
  box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
}
.intro_cnt .combain .sign_button {
  width: 50%;
  max-width: 50%;
  background: url("img/btn_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1% 3%;
}
.intro_cnt .combain .sign_button .arr {
  position: relative;
  width: 30px;
  transform: translateX(1);
  -webkit-animation: arrMove 0.3s ease-out infinite alternate;
          animation: arrMove 0.3s ease-out infinite alternate;
}
.intro_cnt .combain .sign_button .btn_text {
  padding: 5% 0;
  border: solid 1px white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.intro_cnt .combain .text-area {
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.intro_cnt .combain .text-area .line2 {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 0.8em;
  font-size: 36px;
  font-weight: 600;
  color: white !important;
}
.intro_cnt .combain .text-area .zoneArea {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.intro_cnt .combain .text-area .zoneArea .timezone {
  font-size: 18px;
  padding: 2% 3%;
  background: #2BD5DE;
  border-radius: 20px;
  margin-right: 2%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  color: white !important;
}
.intro_cnt .combain .text-area .zoneArea .timezone2 {
  background: #C5EAFF;
  display: inline-block;
}
.intro_cnt .combain .text-area .zoneArea .timezone2 a {
  color: white !important;
}
.intro_cnt .combain .text-area .zoneArea .timezone2 .arr {
  max-width: 30px;
  width: 30px;
}
.intro_cnt .combain p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.intro_cnt .combain .line1 {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
  vertical-align: middle;
  color: #FDCF5E;
}

.cta_cnt {
  margin: 10px 0 90px 0;
  padding-bottom: 20px;
}
.cta_cnt .before_cta {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.cta_cnt .bttns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta_cnt .bttn {
  flex: 0 0 300px;
  margin: 0 1.5em;
}

.gift_cnt {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.gift_cnt .gift_item {
  flex: 0 0 28%;
  padding: 15px 30px;
  border-left: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px;
  text-align: center;
}
.gift_cnt .gift_item:nth-child(1) {
  border-left: 0;
}
.gift_cnt .gift_item .pic {
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 #ddd;
}
.gift_cnt .gift_item .pic img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.gift_cnt .gift_item .tit {
  color: #1C1366;
  margin-bottom: 4px;
}
.gift_cnt .gift_item .name {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2;
  color: #FDCF5E;
}
.gift_cnt .gift_item .text {
  margin-top: 4px;
}

.sc_agenda {
  background-color: rgba(248, 248, 248, 0.9);
}
.sc_agenda .tit {
  color: #ff8c00;
}
.sc_agenda .sub_tit {
  margin-top: 1em;
}

.agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #1C1366;
}
.agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 65, 108, 0.5);
}
.agd_cnt .tr.tr_light {
  background-color: rgba(0, 65, 108, 0.1);
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #002A46, #00416C 80%);
  color: #fff;
}
.agd_cnt .td {
  padding: 0.6em 1.2em;
}
.agd_cnt .td_time {
  flex: 0 0 8em;
  text-align: center;
}
.agd_cnt .td_title {
  display: inline-flex;
  align-items: center;
}
.agd_cnt .ag_tit {
  flex: 1 1 auto;
  margin-right: 1em;
  font-weight: 700;
  font-size: 1.125em;
}
.agd_cnt .topic_toggle {
  flex: 0 0 100px;
}
.agd_cnt .ag_spk {
  line-height: 1.35;
}
.agd_cnt .ag_spk + .ag_spk_tit {
  margin-top: 15px;
}
.agd_cnt .ag_spk + .ag_spk {
  margin-top: 6px;
}
.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #242AE6;
}
.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 60%;
}
.agd_normal .td_speaker {
  flex: 0 1 40%;
}

.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: #1C1366;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #FDCF5E;
}
.agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #1C1366;
}
.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;
}

.sc_speaker {
  position: relative;
  background-color: #00A79B;
}
.sc_speaker .tri {
  width: 10%;
  max-width: 10%;
  position: absolute;
}
.sc_speaker .tri1 {
  top: -15%;
  right: 0;
}
.sc_speaker .tri2 {
  bottom: -15%;
  left: 0;
}
.sc_speaker .tit {
  color: white;
  font-family: "Noto Serif", serif;
}

.speaker_items .item {
  margin: 3% 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.speaker_items .item .pic {
  width: 25%;
  max-width: 25%;
}
.speaker_items .item .contant_area {
  color: white;
  margin-left: 8%;
}
.speaker_items .item .contant_area .hr_blank {
  border-color: white;
}
.speaker_items .item .contant_area .name, .speaker_items .item .contant_area .job {
  font-size: 24px !important;
}
.speaker_items .item .contant_area .des {
  font-size: 20px;
  font-weight: 300;
}

.sc_sponsor {
  background-color: #f8f8f8;
}
.sc_sponsor .container .speaker_items .pic {
  width: 80%;
  max-width: 80%;
}
.sc_sponsor .container .speaker_items .pic img {
  width: 100%;
  max-width: 100%;
}
.sc_sponsor .container .speaker_items .contant_area .des {
  color: #000 !important;
}
.sc_sponsor .container .tit {
  color: #057C70;
  font-family: "Noto Serif", serif;
}

.sort_cnt .sorts {
  padding: 80px 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.sort_cnt .sorts .item {
  flex: 0 0 auto;
  margin: 0 5px;
}
.sort_cnt .sorts .item_link {
  display: block;
  margin: 0 1.5em;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  cursor: pointer;
  transition: all 0.6s;
}
.sort_cnt .sorts .item_link:hover {
  transform: scale(1.2);
  transition: all 0.6s;
}
.sort_cnt .sorts .item_link .logo1 {
  width: 300px;
}
.sort_cnt .sorts .item_link .logo2 {
  width: 200px;
  margin-top: -30px;
}
.sort_cnt .sorts .item_link .logo3 {
  width: 250px;
}
.sort_cnt .sorts .item_link .logo4 {
  width: 300px;
}
.sort_cnt .sorts .item_link img {
  height: auto;
}

.sponsor_cnt {
  padding: 20px 0;
}
.sponsor_cnt .sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor_cnt .spr_item {
  flex: 0 0 20%;
  padding: 10px;
}
.sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
}

.sc_gift {
  background-color: white;
}
.sc_gift .container-fluid {
  max-width: 1280px;
}

.gift_cnt .items {
  display: flex;
}
.gift_cnt .item {
  flex: 0 0 25%;
  padding: 0 15px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.gift_cnt .item .tit {
  border-radius: 2px;
  margin: 0 auto;
  margin-top: -1.5em;
  padding: 0.5em 1em;
  background-color: #5C13CA;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.gift_cnt .item .img {
  border-radius: 50%;
  max-width: 250px;
  background: linear-gradient(135deg, #1C1366, #242AE6, #5C13CA);
  padding: 6px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.gift_cnt .item .img img {
  border-radius: 50%;
  max-width: 100%;
  display: block;
  background-color: #fff;
}
.gift_cnt .item .text {
  margin-top: 20px;
}

.sc_location {
  background-color: transparent;
}

.location_cnt .loc_top {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline;
}
.location_cnt .loc_top .loc {
  color: #1C1366;
  font-size: 1.5em;
  margin: 0 0.5em 10px;
}
.location_cnt .loc_top .addr {
  margin: 0 0.5em 10px;
  color: #fff;
}

.sc_detail {
  background-color: #fff;
}
.sc_detail .policy_cnt {
  text-align: center;
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}
.sc_detail .ps {
  font-size: 0.75rem;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

@-webkit-keyframes arrMove {
  0% {
    transform: translateX(1);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes arrMove {
  0% {
    transform: translateX(1);
  }
  100% {
    transform: translateX(10px);
  }
}
@media (max-width: 768px) {
  body {
    background-image: none;
  }
  .g_kv_fixed {
    display: none;
  }
  .g_header {
    background-color: #343a40;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.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;
  }
  .g_kv {
    background: url("img/bg.jpg");
    height: 80vh;
    background-position: top right;
    transform: initial;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .g_kv .kv_cloudBox {
    transform: translate(-10%, -30%);
    width: 52.0833333333%;
  }
  .g_kv .tit {
    top: 25%;
    width: 120%;
    padding: 0;
    left: 25%;
  }
  .g_kv .tit .df_logo {
    margin-top: 20%;
    left: 5%;
    width: 25%;
  }
  .g_kv .tit .t1 {
    top: 0;
    left: 0;
    width: 70%;
    margin-top: 5%;
    transform: translateX(-25%);
    padding: 0;
  }
  .g_kv .tit .timezone2 {
    display: inline-block;
    top: 0;
    left: 50%;
    width: 70%;
    margin-top: 5%;
    transform: translateX(-50%);
  }
  .g_kv .tit .timezone2 a {
    background-color: #2AD8DF;
    border-radius: 50px;
    padding: 1% 2%;
    color: white;
  }
  .g_kv .tit .t2 {
    margin-top: 10%;
    left: 20%;
    width: 40%;
    padding: 0;
    transform: translateX(-20%);
  }
  .g_kv .date {
    font-size: 1rem;
    bottom: 110px;
  }
  .g_kv .date .d {
    font-size: 1.875rem;
  }
  .g_kv .date .l {
    font-size: 0.875rem;
  }
  .g_kv .date .n {
    font-size: 1.875rem;
  }
  .g_kv .date .time_glow {
    bottom: -35px;
  }
  .g_kv .timer {
    left: 15%;
    bottom: 20px;
    font-size: 12px;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .intro_cnt {
    font-size: 1.125rem;
    text-align: justify;
  }
  .intro_cnt .combain {
    flex-direction: column;
    margin: 0;
    padding: 1em 1em;
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
    font-size: 1.2em;
    color: white;
    text-align: center;
    background: linear-gradient(90deg, #002A46, #00416C 80%);
    border-radius: 50px 10px 50px 10px;
    box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
  }
  .intro_cnt .combain .sign_button {
    width: 100%;
    max-width: 100%;
    margin-top: 8%;
    padding: 5% 8%;
  }
  .intro_cnt .combain .text-area {
    width: 100%;
    max-width: 100%;
  }
  .intro_cnt .combain .text-area .line2 {
    position: relative;
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .intro_cnt p {
    padding: 0.5em 1em;
    line-height: 1.5;
  }
  .intro_cnt .title1 {
    text-align: center;
  }
  .cta_cnt {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .cta_cnt .bttn {
    margin-bottom: 20px;
  }
  .cta_cnt .bttn:last-child {
    margin-bottom: 0;
  }
  .cta_cnt .bttn .bttn_inner {
    font-size: 1.5em;
  }
  .gift_cnt {
    display: block;
    margin-top: 20px;
  }
  .gift_cnt .gift_item {
    padding: 20px 30px;
    border-top: solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-width: 1px 0;
  }
  .gift_cnt .gift_item .tit {
    margin-bottom: 6px;
  }
  .gift_cnt .gift_item .name {
    min-height: auto;
  }
  .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 .container {
    padding: 0;
  }
  .speaker_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .speaker_items .tri {
    display: none;
  }
  .speaker_items .item {
    flex-direction: column;
    flex: 0 0 50%;
    padding: 20px 30px;
  }
  .speaker_items .item .pic {
    width: 80%;
    max-width: 80%;
  }
  .speaker_items .item .contant_area {
    margin-top: 10%;
  }
  .speaker_items .item .contant_area .name, .speaker_items .item .contant_area .job {
    font-size: 20px !important;
  }
  .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: 0em 1.3em 5em 1.3em;
  }
  .sort_cnt .sorts .item_link img {
    width: 100%;
  }
  .sponsor_cnt {
    padding: 0;
  }
  .sponsor_cnt .spr_item {
    flex: 0 0 50%;
    padding: 3px;
  }
  .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 */