body {
  font-family: "Noto Sans TC", sans-serif;
  background-image: linear-gradient(180deg, #0d5dd6, #5ec2d1, #0d5dd6);
}

.main_color {
  color: #f49c00;
}

.sub_color {
  color: #0d5dd6;
}

.for_test {
  display: 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: 10px 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 15px;
  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: #f49c00;
  color: #fff;
  line-height: 1.3;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
}
.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 {
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}
.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;
  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: #f49c00;
  color: #000;
}
.g_header .nav_area .nav_link {
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
}
.g_header .nav_area .nav_link:hover {
  color: #f49c00;
  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 #f49c00;
  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: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  font-size: 24px;
  font-weight: bold;
  background-color: #f49c00;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border: 5px solid #f49c00;
}
.bttn .main_b:hover {
  background-color: #fff;
  color: #f49c00;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.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: #f49c00;
}
.bttn .sub_b:hover {
  background-color: #ffecca;
}

@-webkit-keyframes float {
  0% {
    transform: scale(1.1) translateY(20px);
  }
  50% {
    transform: scale(1) translate(0);
  }
  100% {
    transform: scale(1.1) translate(0);
  }
}

@keyframes float {
  0% {
    transform: scale(1.1) translateY(20px);
  }
  50% {
    transform: scale(1) translate(0);
  }
  100% {
    transform: scale(1.1) translate(0);
  }
}
.kv_bgArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.kv_bgArea .kv_bgArea_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: float 20s linear alternate infinite;
          animation: float 20s linear alternate infinite;
}
.kv_bgArea .kv_car {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kv_car.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: viberation 0.1s linear alternate infinite;
          animation: viberation 0.1s linear alternate infinite;
}
.kv_bgArea .kv_car .car_wheel_outer {
  position: absolute;
  width: 2.6041666667%;
  top: 50%;
  left: 50%;
  transform: translate(-1412%, -673%);
}
.kv_bgArea .kv_car .car_wheel_outer2 {
  transform: translate(-1000%, -673%);
}
.kv_bgArea .kv_car .car_wheel {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-animation: wheel_rotate 0.1s ease-in-out normal infinite;
          animation: wheel_rotate 0.1s ease-in-out normal infinite;
}
.kv_bgArea .kv_rinbow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kv_rinbow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kv_bgArea .kv_rinbow_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kv_rinbow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: train_bg_ani 6s ease-in-out alternate infinite;
          animation: train_bg_ani 6s ease-in-out alternate infinite;
  transform-origin: 60% 20%;
}

@-webkit-keyframes viberation {
  0% {
    transform: translate(-1px, 0px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}

@keyframes viberation {
  0% {
    transform: translate(-1px, 0px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
@-webkit-keyframes wheel_rotate {
  0% {
    transform: rotate(1800deg) translate(0px, 0px) scale(1);
    filter: contrast(100%) brightness(100%) blur(1px);
    opacity: 1;
  }
  25% {
    transform: rotate(3600deg) translate(-1.2px, -1.2px) scale(1.05);
    filter: contrast(150%) brightness(150%) blur(3px);
    opacity: 1;
  }
  75% {
    transform: rotate(5400deg) translate(0px, 0px) scale(1);
    filter: contrast(100%) brightness(100%) blur(1px);
    opacity: 1;
  }
  100% {
    transform: rotate(7200deg) translate(1.2px, 1.2px) scale(1.05);
    filter: contrast(150%) brightness(150%) blur(3px);
    opacity: 1;
  }
}
@keyframes wheel_rotate {
  0% {
    transform: rotate(1800deg) translate(0px, 0px) scale(1);
    filter: contrast(100%) brightness(100%) blur(1px);
    opacity: 1;
  }
  25% {
    transform: rotate(3600deg) translate(-1.2px, -1.2px) scale(1.05);
    filter: contrast(150%) brightness(150%) blur(3px);
    opacity: 1;
  }
  75% {
    transform: rotate(5400deg) translate(0px, 0px) scale(1);
    filter: contrast(100%) brightness(100%) blur(1px);
    opacity: 1;
  }
  100% {
    transform: rotate(7200deg) translate(1.2px, 1.2px) scale(1.05);
    filter: contrast(150%) brightness(150%) blur(3px);
    opacity: 1;
  }
}
@-webkit-keyframes train_bg_ani {
  0% {
    transform: scaleY(1) translateY(0%) rotate(0deg);
    filter: contrast(100%) brightness(100%);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1.1) translateY(1%) rotate(1deg);
    filter: contrast(120%) brightness(120%);
    opacity: 0.3;
  }
  100% {
    transform: scaleY(1.2) translateY(1.5%) rotate(2deg);
    filter: contrast(100%) brightness(100%);
    opacity: 0.5;
  }
}
@keyframes train_bg_ani {
  0% {
    transform: scaleY(1) translateY(0%) rotate(0deg);
    filter: contrast(100%) brightness(100%);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1.1) translateY(1%) rotate(1deg);
    filter: contrast(120%) brightness(120%);
    opacity: 0.3;
  }
  100% {
    transform: scaleY(1.2) translateY(1.5%) rotate(2deg);
    filter: contrast(100%) brightness(100%);
    opacity: 0.5;
  }
}
.g_kv {
  position: relative;
  overflow: hidden;
}
.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.g_kv .kv_could_shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32.8125%;
  transform: translate(10%, 1250%);
}
.g_kv .kv_could_shadow img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}
.g_kv .kv_ball {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52.6041666667%;
  transform: translate(-10%, -50%);
}
.g_kv .kv_ball img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}
.g_kv .df_logo {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 6%;
  width: 15.625%;
  margin: 2%;
}
.g_kv .tit {
  position: absolute;
  top: 55%;
  left: 52%;
  width: 49.375%;
  transform: translate(-100%, -60%);
}
.g_kv .tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}
.g_kv .tit .t1 {
  position: relative;
  width: 45.1476793249%;
}
.g_kv .tit .t2 {
  margin-top: 1vw;
  position: relative;
  width: 98.1012658228%;
}
.g_kv .tit .t3 {
  margin-top: 0.5vw;
  position: relative;
  width: 98.1012658228%;
}
.g_kv .tit .t4 {
  margin-top: 5vw;
  position: relative;
  width: 97.4683544304%;
}
.g_kv .timer {
  position: absolute;
  left: 5.2083333333%;
  bottom: 50px;
  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: #5ec2d1;
}
.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";
}

@-webkit-keyframes ctaAni {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.05);
  }
}

@keyframes ctaAni {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.05);
  }
}
.g_main {
  position: relative;
  overflow: hidden;
}

.main_sc {
  padding: 60px 0;
}

.sc_title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.sc_title .tit {
  color: #0d5dd6;
  font-weight: 700;
  line-height: 1.3;
}
.sc_title .tit.c_main {
  color: #f49c00;
}
.sc_title .tit.sp_tit {
  display: inline-block;
  padding: 15px 0;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(-90deg, #FF8200, #FFCD6A, #FF8200, #FFCD6A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sc_title .tit.sp_tit span {
  font-size: 2rem;
}
.sc_title .tit.sp_sub {
  display: block;
  padding: 15px 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(-90deg, #529ecf, #2a71c3, #529ecf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sc_title .tit.c_white {
  color: #fff;
}

.sc_intro {
  background-color: #fff;
}

.intro_cnt {
  text-align: justify;
  font-size: 1.125rem;
}
.intro_cnt .highlight_tit {
  color: #f49c00;
  font-size: 1.65em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1;
}
.intro_cnt p {
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.65;
}
.intro_cnt .sp_group {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.intro_cnt .combain {
  position: relative;
  max-width: 320px;
  width: 50%;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(90deg, #2461bc, #2a71c3, #2A3984);
}
.intro_cnt .combain .combain_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
.intro_cnt .combain .cnt {
  position: relative;
  width: 100%;
  display: block;
  color: #f49c00;
  font-size: 1.5rem;
  text-align: center;
}
.intro_cnt .combain .highLight {
  display: inline-block;
  font-weight: 700;
  font-size: 1.75rem;
  color: transparent;
  background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.intro_cnt .combain .highLight span {
  font-size: 38px;
}
.intro_cnt .combain .highLight .t {
  font-size: 1.3125rem;
  color: #f49c00;
}
.intro_cnt .combain .btn {
  position: relative;
  margin: 30px auto 15px auto;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(180deg, #00cfff, #1572ff, #00cfff);
  color: #fff;
  transform: scale(1);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.intro_cnt .combain .btn .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 .btn:hover {
  transform: scale(1.1);
}

.cta_cnt {
  margin-top: 30px;
  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 auto;
  margin: 0 0.5em;
}

.sc_agenda {
  background-color: rgba(248, 248, 248, 0.7);
}
.sc_agenda .text_title,
.sc_agenda .text_spk {
  font-size: 28px;
  margin-bottom: 30px;
}

.agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #2461bc;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(42, 113, 195, 0.5);
}
.agd_cnt .tr {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0;
}
.agd_cnt .tr:last-child {
  border: 0;
}
.agd_cnt .tr.tr_light {
  background-color: rgba(42, 113, 195, 0.1);
}
.agd_cnt .tr_head {
  background-color: #2a71c3;
  color: #fff;
  padding: 0;
}
pad .agd_cnt .tr_head .td_time div:nth-child(1) {
  border-right: 1px solid #fff;
}
.agd_cnt .tr_slpT {
  background: linear-gradient(-90deg, #2461bc, #2a71c3, #529ecf);
  color: #fff;
  padding: 0;
}
.agd_cnt .tr_slpT .td {
  padding: 0 20px;
}
.agd_cnt .tr_slpT .td_time div:nth-child(1) {
  border-right: none;
}
.agd_cnt .tr_slpT .td_time a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1px;
  font-weight: 300;
  color: #fff;
  background-color: #2A3984;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.agd_cnt .tr_slpT .td_time a:hover {
  color: #000;
  background-color: #24C1E2;
  border: 1px solid #fff;
}
.agd_cnt .tr_slpT .td_time.spPadT {
  font-size: 18px;
  padding: 20px 20px 0 20px;
}
.agd_cnt .tr_slpT .td_time.spPadM div {
  font-size: 14px;
  padding: 5px 0;
}
.agd_cnt .tr_slpT .td_time.spPadB {
  font-size: 12px;
  padding: 0 20px 10px 20px;
}
.agd_cnt .td {
  padding: 10px 20px;
}
.agd_cnt .td_time {
  position: relative;
  flex: 1 0 20%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.agd_cnt .td_time div {
  position: relative;
  flex: 1 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.agd_cnt .td_title {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 40%;
}
.agd_cnt .ag_tit {
  flex: 1 1 auto;
  margin-right: 1em;
  font-weight: 700;
  font-size: 18px;
}
.agd_cnt .ag_tit ul {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}
.agd_cnt .ag_tit ul li span {
  font-weight: 300;
}
.agd_cnt .topic_toggle {
  position: relative;
  flex: 0 0 0;
  margin: 15px 0 0 0;
  padding: 5px 15px;
  border-radius: 25px;
  border: 1px solid #2461bc;
  color: #fff;
  background-color: #2461bc;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.agd_cnt .topic_toggle:hover {
  color: #2461bc;
  background-color: transparent;
}
.agd_cnt .td_speaker {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 30%;
}
.agd_cnt .ag_spk {
  line-height: 1.35;
  margin: 0 0 15px 0;
}
.agd_cnt .ag_spk + .ag_spk_tit {
  margin-top: 15px;
}
.agd_cnt .ag_spk + .ag_spk {
  margin-top: 6px;
}
.agd_cnt .ag_spk .name {
  color: #2461bc;
  font-size: 21px;
  font-weight: bold;
}
.agd_cnt .ag_spk .job {
  margin-top: 5px;
  color: #529ecf;
}
.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_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: #f49c00;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #0d5dd6;
}
.agd_split .sp1 {
  border-left: 5px solid #f49c00;
}
.agd_split .sp2 {
  border-left: 5px solid #0d5dd6;
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ag_tip {
  text-align: center;
}

.sc_speaker {
  background-color: rgba(248, 248, 248, 0.9);
  padding: 50px 0 0 0;
}

.spkCnt {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.spkCnt .spk_ss {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spkCnt .spk_ss .img {
  position: relative;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 4px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5%;
  overflow: hidden;
}
.spkCnt .spk_ss .img img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5%;
  overflow: hidden;
}
.spkCnt .spk_ss .ss {
  position: relative;
  width: 100%;
  max-width: 950px;
  box-sizing: border-box;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0 0 0;
  box-shadow: 0 3px 5px rgba(42, 113, 195, 0.5);
  background-color: #fff;
  border-radius: 15px;
}
.spkCnt .spk_ss .ss p {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.spkCnt .spk_ss .ss ul {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 24px;
  list-style: none;
}
.spkCnt .spk_ss .ss ul li {
  position: relative;
  margin: 25px 0;
}
.spkCnt .spk_br {
  position: relative;
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spkCnt .spk_br .btn {
  position: relative;
  box-sizing: border-box;
  padding: 15px 35px;
  margin: 25px 30px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 5px 5px rgba(94, 194, 209, 0.5);
  background: linear-gradient(0deg, #f49c00, #FFCD6A, #FF8200);
  transition: all 0.3s ease-in-out;
}
.spkCnt .spk_br .btn:hover {
  color: #fff;
  box-shadow: 0 0 0 rgba(94, 194, 209, 0.5);
  background: linear-gradient(45deg, #FF8200, #FFCD6A, #f49c00);
}
.spkCnt .spk_br .btn.info {
  border: 2px #5ec2d1 solid;
  color: #5ec2d1;
  background: linear-gradient(0deg, #fff, #fff, #fff);
}
.spkCnt .spk_br .btn.info:hover {
  color: #fff;
  box-shadow: 0 0 0 rgba(94, 194, 209, 0.5);
  background: linear-gradient(180deg, #5ec2d1, #5ec2d1, #5ec2d1);
}
.spkCnt .spk_br .btn.interview .arr {
  position: relative;
  transform: translateX(1);
  -webkit-animation: arrMove 0.3s ease-out infinite alternate;
          animation: arrMove 0.3s ease-out infinite alternate;
}

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

@keyframes arrMove {
  0% {
    transform: translateX(1);
  }
  100% {
    transform: translateX(10px);
  }
}
.sc_norSpeaker {
  background-color: #f8f8f8;
  padding: 20px 0 80px 0;
}

.speaker_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.speaker_items .item {
  flex: 0 0 30%;
  padding: 0 10px;
  text-align: center;
  margin: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.speaker_items .item .pic {
  position: relative;
  width: 100%;
  max-width: 260px;
  padding: 0;
  margin-bottom: 25px;
  box-shadow: 0 3px 5px rgba(36, 97, 188, 0.3);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.speaker_items .item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.speaker_items .item .pic:hover {
  transform: scale(0.97);
  box-shadow: 0 0 0 rgba(36, 97, 188, 0.3);
}
.speaker_items .item .name {
  margin-bottom: 6px;
  color: #0d5dd6;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.speaker_items .item .tit {
  margin-bottom: 6px;
  color: #2a71c3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.speaker_items .item .com {
  margin-bottom: 6px;
  color: #2a71c3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.sc_sponsor {
  background-color: rgba(248, 248, 248, 0.95);
}
.sc_sponsor .container-fluid {
  max-width: 1440px;
}

.sort_cnt {
  position: relative;
  width: 100%;
}
.sort_cnt .sorts {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort_cnt .sorts .item_link {
  position: relative;
  display: block;
  flex: 0 0 33%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 30px;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.sort_cnt .sorts .item_link .imgInner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.sort_cnt .sorts .item_link img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.sort_cnt .sorts .item_link:hover img {
  transform: scale(1.05);
}

.sc_gift {
  background-color: white;
  padding: 50px 0 150px 0;
}

.gift_cnt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift_cnt .img {
  position: relative;
  flex: 1 0 0;
  max-width: 300px;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 6px;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.4);
}
.gift_cnt .img img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.gift_cnt .text {
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
  font-size: 36px;
  font-weight: bold;
  color: #2461bc;
}

.sc_detail {
  background-color: rgba(248, 248, 248, 0.8);
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}
.sc_detail .detail_cnt-ps {
  font-size: 0.875rem;
  color: #8e8e8e;
}

.policy_cnt {
  position: relative;
  margin: 30px auto;
  text-align: center;
}
.policy_cnt a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 15px;
}

.modal .modal-dialog {
  max-width: 800px;
}
.modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px;
}
.modal .modal-header {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #2a71c3;
}
.modal .modal-header .modal_pic {
  width: 30%;
}
.modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.modal .modal-header .modal-title span {
  font-weight: 500;
}
.modal .modal-header .websiteBtn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 0 25px;
  color: #fff;
  background-color: #2a71c3;
  border: 1px solid #2a71c3;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.modal .modal-header .websiteBtn:hover {
  color: #2a71c3;
  background-color: #fff;
}
.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #343a40;
  display: block;
}
.modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 30px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.modal .modal-header .close:hover {
  transform: rotate(180deg);
}
.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #343a40;
  line-height: 1.6;
}
.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.modal .modal-body ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.modal .modal-body ul li span {
  color: #0d5dd6;
  font-style: italic;
}
.modal .modal-footer {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
}
.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}
.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 10px;
  color: #fff;
  background-color: #5ec2d1;
  border: 1px solid #5ec2d1;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.modal .modal-footer .btn:hover {
  color: #5ec2d1;
  background-color: #fff;
}

@media (max-width: 768px) {
  .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;
  }
  .kv_bgArea {
    top: 64px;
    height: 120vw;
  }
  .kv_bgArea .kv_car {
    display: none;
  }
  .kv_bgArea .kv_car .car_wheel {
    display: none;
  }
  .kv_bgArea .kv_rinbow {
    transform: translate(0);
    opacity: 1;
  }
  .kv_bgArea .kv_rinbow_filter_outer {
    transform: translate(0);
    opacity: 1;
  }
  .g_kv {
    margin: 64px 0 0 0;
  }
  .g_kv .desktop {
    height: 120vw;
  }
  .g_kv .df_logo {
    top: 0;
    width: 40%;
    margin: 20px;
  }
  .g_kv .tit {
    width: 90%;
    transform: translate(-50%, -80%);
  }
  .g_kv .timer {
    background-color: #000;
    padding: 14px 0 10px;
    position: static;
    transform: translateX(0);
    opacity: 1;
  }
  .main_sc {
    padding: 20px 0;
  }
  .sc_title {
    font-size: 1.75rem;
    padding: 0;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .sc_title .tit.sp_tit {
    display: inline-block;
    padding: 15px 0;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(-90deg, #f49c00, #FF8200);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .sc_title .tit.sp_tit span {
    font-size: 1.5rem;
  }
  .intro_cnt {
    font-size: 16px;
  }
  .intro_cnt p {
    padding: 0 15px;
    line-height: 1.5;
    text-align: left;
  }
  .intro_cnt .sp_group {
    padding: 30px 0 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .intro_cnt .combain {
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
    padding: 5px;
  }
  .intro_cnt .combain .combain_inner {
    padding: 15px 0;
  }
  .intro_cnt .combain .highLight {
    font-size: 21px;
  }
  .intro_cnt .combain .highLight span {
    font-size: 28px;
  }
  .cta_cnt .bttn {
    margin-bottom: 20px;
  }
  .cta_cnt .bttn:last-child {
    margin-bottom: 0;
  }
  .cta_cnt .bttn .bttn_inner {
    font-size: 1.5em;
  }
  .agd_cnt .tr {
    display: block;
  }
  .agd_cnt .tr_head {
    display: none;
  }
  .agd_cnt .tr_slpT {
    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 {
    position: relative;
    width: 100%;
  }
  .agd_cnt .td_time div {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .agd_cnt .td_time div:nth-child(1) {
    border-right: 1px solid #5ec2d1;
  }
  .agd_cnt .td_time div span {
    color: #529ecf;
  }
  .agd_cnt .td_title {
    display: block;
  }
  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }
  .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 .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;
  }
  .spkCnt {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .spkCnt .spk_ss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .spkCnt .spk_ss .ss {
    width: 90%;
    padding: 15px 20px;
    margin: 30px 0;
  }
  .spkCnt .spk_ss .ss p {
    font-size: 24px;
  }
  .spkCnt .spk_ss .ss ul {
    padding: 0 0 0 30px;
    font-size: 18px;
  }
  .spkCnt .spk_br {
    margin: 20px auto 50px auto;
    flex-direction: column;
  }
  .spkCnt .spk_br .btn {
    padding: 15px 35px;
    margin: 15px auto;
    display: flex;
    width: 300px;
    justify-content: center;
    align-items: center;
    font-size: 23px;
  }
  .sc_norSpeaker {
    padding: 20px 0 30px 0;
  }
  .speaker_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .speaker_items .item {
    flex: 0 0 70%;
    margin: 0 auto 30px auto;
  }
  .speaker_items .item .name {
    font-size: 21px;
  }
  .speaker_items .item .tit {
    font-size: 16px;
  }
  .speaker_items .item .com {
    font-size: 16px;
  }
  .sort_cnt .sorts {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sort_cnt .sorts .item_link {
    flex: 0 0 33%;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .gift_cnt .items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .sc_gift {
    padding: 10px 0 50px 0;
  }
  .gift_cnt {
    flex-direction: column;
  }
  .gift_cnt .img {
    max-width: 300px;
  }
  .gift_cnt .text {
    flex: 2 0 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .modal .modal-dialog {
    max-width: 800px;
  }
  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px;
  }
  .modal .modal-header {
    flex-direction: column;
  }
  .modal .modal-header .modal-title {
    font-size: 24px;
  }
  .modal .modal-header .websiteBtn {
    margin: 15px 0 0 0;
  }
  .modal .modal-header .sub {
    font-size: 16px;
  }
  .modal .modal-body {
    font-size: 16px;
    line-height: 1.3;
  }
  .modal .modal-footer .ps {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  .modal .modal-footer .btn {
    padding: 17px 40px;
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */