html {
  scroll-behavior: smooth;
}

.modal-content {
  width: auto !important;
}

#kv_pop {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#kv_pop .modal-dialog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv_pop .modal-dialog.forDesktop {
  display: flex;
  align-items: center;
  max-width: 80%;
}
#kv_pop .modal-dialog.forDesktop .modal-content {
  width: auto !important;
  position: relative;
}
#kv_pop .modal-dialog.forDesktop .modal-content .modal-body {
  padding: 10px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv_pop .modal-dialog.forDesktop .modal-content .modal-body .close {
  color: white;
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 3%;
  opacity: 1;
}
#kv_pop .modal-dialog.forDesktop .modal-content .modal-body img {
  width: 100%;
  max-width: 100%;
}
#kv_pop .modal-dialog.forMobile {
  display: none;
  width: 100%;
  max-width: 100%;
}
#kv_pop .modal-dialog.forMobile .modal-content {
  width: auto !important;
  position: relative;
}
#kv_pop .modal-dialog.forMobile .modal-content .modal-body {
  padding: 10px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv_pop .modal-dialog.forMobile .modal-content .modal-body .close {
  color: white;
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 3%;
  opacity: 1;
}
#kv_pop .modal-dialog.forMobile .modal-content .modal-body img {
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.swal2-popup {
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.main_color {
  color: #f49c00;
}

.sub_color {
  color: #084b70;
}

.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);
}
.fix_aside .fx_item.is_calendar {
  background-color: transparent;
  border-radius: 99%;
}
.fix_aside .fx_item.is_primary {
  background: radial-gradient(ellipse at right, #FF8E61, transparent), radial-gradient(ellipse at left, #FF8E61, transparent);
  color: white;
  font-weight: bold;
  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%;
  background: linear-gradient(90deg, rgba(63, 71, 93, 0.1) 10%, #3f475d);
}
.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: #FF9F00;
  color: #102550;
  font-weight: 500;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: white;
}
.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: 5px;
  font-size: 1.25em;
  line-height: 1;
  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 .sub_b {
  color: white;
  border-top: solid 1px #858585;
  border-left: solid 1px #858585;
  border-right: solid 2px #858585;
  border-bottom: solid 2px #858585;
  font-weight: bold;
  background: rgba(62, 70, 91, 0.8);
  transition: transform 0.6s;
  box-shadow: 1px 3px 30px rgba(255, 255, 255, 0.4);
}
.bttn .sub_b:hover {
  transform: translateY(-5px);
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #f49c00;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .main_b {
  color: #0080ff;
  border: solid 1px #0080ff;
  font-weight: bold;
  transition: transform 0.6s;
}
.bttn .main_b:hover {
  transform: translateX(10px);
}
.bttn .main_c {
  color: rgb(247, 243, 0);
  border: solid 2px rgb(247, 243, 0);
}

.g_kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 0%;
  left: 0%;
  height: 49vw;
  background: url("img/kv/bg.jpg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: bg_change 10s linear infinite alternate both;
}
@keyframes bg_change {
  0% {
    background-size: 100% 100%;
    filter: brightness(100%);
  }
  20% {
    background-size: 200% 210%;
    filter: brightness(105%);
  }
  40% {
    background-size: 240% 220%;
    filter: brightness(110%);
  }
  60% {
    background-size: 210% 240%;
    filter: brightness(115%);
  }
  80% {
    background-size: 210% 200%;
    filter: brightness(105%);
  }
  100% {
    background-size: 100% 100%;
    filter: brightness(100%);
  }
}
.g_kv .texture {
  position: absolute;
  width: 45%;
  right: -10%;
  top: -5%;
  filter: hue-rotate(0deg);
  animation: texture_move 15s linear infinite alternate both;
}
.g_kv .texture img {
  width: 100%;
  max-width: 100%;
}
@keyframes texture_move {
  0% {
    transform: translateY(0%);
    opacity: 1;
    filter: hue-rotate(0deg);
  }
  25% {
    transform: translateY(-10%);
    opacity: 1;
    filter: hue-rotate(30deg);
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
    filter: hue-rotate(0deg);
  }
  75% {
    transform: translateY(5%);
    opacity: 1;
    filter: hue-rotate(-30deg);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
    filter: hue-rotate(0deg);
  }
}
.g_kv .df_logo {
  width: 8%;
  position: absolute;
  z-index: 999;
  left: 2%;
  margin-top: 2%;
}
.g_kv .df_logo img {
  width: 100%;
  max-width: 100%;
}
.g_kv .t1 {
  position: absolute;
  width: 38%;
  left: 58%;
  margin-top: 21%;
  z-index: 1;
}
.g_kv .t1 img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit {
  position: absolute;
  width: 65.625%;
  opacity: 1;
  right: 0%;
  top: 5%;
  z-index: 3;
}
.g_kv .tit .p1 {
  position: absolute;
  width: 83.3333333333%;
  right: 5%;
  margin-top: 15%;
}
.g_kv .tit .p1 img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit .gpt {
  position: absolute;
  width: 18.253968254%;
  margin-top: 40%;
  left: 15%;
  z-index: 4;
  filter: drop-shadow(3px 5px 15px rgba(0, 0, 0, 0.5));
}
.g_kv .tit .gpt img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit .tools {
  position: absolute;
  width: 4.4444444444%;
  margin-top: 30%;
  left: 92%;
  transform: translateY(0px);
  filter: drop-shadow(-5px 2px 10px rgba(0, 0, 0, 0.5));
  animation: tools 8s linear 5s infinite alternate both;
}
.g_kv .tit .tools img {
  width: 100%;
  max-width: 100%;
}
@keyframes tools {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.g_kv .tit .bezier {
  position: absolute;
  width: 13.4920634921%;
  margin-top: 10%;
  left: 75%;
  filter: drop-shadow(3px 5px 15px rgba(0, 0, 0, 0.5));
}
.g_kv .tit .bezier img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit2 {
  position: absolute;
  width: 44.6875%;
  left: 8%;
  top: 1%;
  z-index: 2;
}
.g_kv .tit2 .t1 {
  position: absolute;
  width: 94.9883449883%;
  left: 5%;
}
.g_kv .tit2 .t1 img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit2 .ces {
  position: absolute;
  width: 17.4825174825%;
  margin-top: 15%;
  left: -2%;
  z-index: 1;
}
.g_kv .tit2 .ces img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit2 .date {
  position: absolute;
  width: 20.979020979%;
  margin-top: 49%;
  left: 66%;
  z-index: 5;
}
.g_kv .tit2 .date img {
  width: 100%;
  max-width: 100%;
}
.g_kv .timer {
  position: absolute;
  margin-top: 35%;
  left: 12%;
  z-index: 10;
  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: #f49c00;
}
.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";
}

.main_sc {
  padding: 40px 0;
}

.sc_title {
  margin-top: 2%;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.sc_title .tit {
  display: inline-block;
  margin: 0px auto 20px auto;
  font-weight: 600;
  line-height: 1.3;
  color: transparent;
  background: linear-gradient(180deg, #5398ff, #fff, #a199ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: rotateX("120deg");
}
.sc_title .tit.c_main {
  color: #f49c00;
}
.sc_title .tit.c_white {
  color: #fff;
}
.sc_title .tit.c_green {
  line-height: 1.5;
  color: rgb(10, 145, 0);
}
.sc_title .tit.c_brw {
  line-height: 1.5;
  color: #d1933e;
}

.sub_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1%;
}

.sc_intro {
  position: relative;
  background: linear-gradient(90deg, #435EC1, #182c75);
}

.intro_cnt {
  margin-top: 20px;
  text-align: center;
  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 {
  color: white;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.65;
}
.intro_cnt .combain {
  display: inline-block;
  margin-top: 4%;
  overflow: hidden;
  box-shadow: 1px 3px 30px rgba(255, 255, 255, 0.4);
  width: 640px;
  max-width: 100%;
  line-height: 1.2;
  font-size: 1.25em;
  background: rgba(62, 70, 91, 0.8);
  text-decoration: none;
  border-top: solid 1px #858585;
  border-left: solid 1px #858585;
  border-right: solid 2.5px #858585;
  border-bottom: solid 2.5px #858585;
  color: white;
  text-shadow: 1px 0px 35px rgba(0, 0, 0, 0.4);
  padding: 1em 0.5em;
  position: relative;
  border-radius: 10px;
}
.intro_cnt .combain a {
  color: white;
  text-decoration: none;
}
.intro_cnt .combain .line {
  font-size: 1.4em;
  font-weight: 600;
  color: #C8C3FF;
  font-family: "noto sans TC";
  line-height: 2;
}
.intro_cnt .combain .line1 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2.5;
  color: white;
  font-family: "noto sans TC";
}
.intro_cnt .combain .line2 {
  font-size: 1em;
  font-weight: 600;
  line-height: 2.5;
  color: #FFF;
  font-family: "noto sans TC";
}
.intro_cnt .combain .line2 span {
  display: inline-block;
  padding: 0 0.2em;
}
.intro_cnt .videoReview {
  display: inline-block;
  margin: 30px auto;
  font-weight: 700;
  font-size: 1.75rem;
  color: transparent;
  background: linear-gradient(90deg, #6b4ea8, #ef5a6e, #1b3bdb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.intro_cnt .titleText {
  display: inline-block;
  margin: 0px auto 20px auto;
  font-weight: 600;
  line-height: 1.3;
  color: transparent;
  background: linear-gradient(180deg, #5398ff, #fff, #a199ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: rotateX("120deg");
}
.intro_cnt .titleText .for_mb {
  display: none;
}

.cta_cnt {
  margin: 50px 0 20px 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 0.5em;
}

.gift_cnt {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.gift_cnt .gift_item {
  position: relative;
  flex: 0 0 25%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gift_cnt .gift_item .pic {
  border-radius: 4px;
  margin-bottom: 10px;
}
.gift_cnt .gift_item .pic img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.gift_cnt .gift_item .wording {
  position: relative;
}
.gift_cnt .gift_item .wording .text {
  margin-top: 2px;
  color: white;
  font-size: 0.8rem;
}
.gift_cnt .gift_item .tit {
  position: relative;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #f49c00;
  margin-bottom: 4px;
}
.gift_cnt .gift_item .name {
  font-weight: 400;
  font-size: 1.2rem;
  color: white;
}
.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;
}
.gift_cnt .gift_item.sp .wording {
  position: relative;
  padding: 0;
}
.gift_cnt .gift_item.sp .tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.gift_cnt .gift_item.sp .sp_item {
  position: relative;
  flex: 0 0 30%;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-items: center;
  text-align: left;
}

.sc_agenda {
  position: relative;
  background: linear-gradient(-90deg, #435EC1, #182c75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.agd_cnt {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #084b70;
}
.agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(8, 75, 112, 0.5);
}
.agd_cnt .tr.tr_light {
  background-color: rgba(8, 75, 112, 0.1);
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #414C72;
  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: #084b70;
}
.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: #f49c00;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #084b70;
}
.agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #f49c00;
}
.agd_split .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #084b70;
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

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

.sc_speaker {
  background-color: #fff;
}
.sc_speaker .container .sc_title .tit {
  color: transparent;
  background: #5398ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.speaker_items {
  display: flex;
  flex-wrap: wrap;
}
.speaker_items .item {
  flex: 0 0 25%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.speaker_items .item .for_test {
  display: none;
}
.speaker_items .item .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  background: url("img/ui/speech.svg") center/120px no-repeat;
  cursor: pointer;
}
.speaker_items .item .pic img {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 300ms;
}
.speaker_items .item .pic:hover img {
  transform: scale(0.95);
}
.speaker_items .item .name {
  margin-bottom: 6px;
  color: #084b70;
  font-size: 1.25em;
  line-height: 1.2;
}
.speaker_items .item .name span {
  display: inline-block;
}

.sc_sponsor {
  background: linear-gradient(-90deg, #435EC1, #182c75);
}
.sc_sponsor .container-fluid {
  max-width: 1440px;
}

.sort_cnt .sorts {
  padding: 20px 0;
  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: #084b70;
  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(8, 75, 112, 0.6);
}
.sort_cnt .sorts .item_link.is_active {
  background-color: #FF8200;
}

.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 .for_test {
  display: none;
}
.sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
}

.sc_gift {
  background: linear-gradient(-90deg, #435EC1, #182c75);
}

.sc_location {
  background: linear-gradient(90deg, #435EC1, #182c75);
}

.location_cnt .loc_top {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline;
}
.location_cnt .loc_top img {
  width: 500px;
  max-width: 100%;
}
.location_cnt .loc_top .loc {
  color: #f49c00;
  font-size: 1.5em;
  margin: 0 0.5em 10px;
}
.location_cnt .loc_top .addr {
  margin: 0 0.5em 10px;
  color: #fff;
}
.location_cnt .slick_banner {
  margin-top: 5% !important;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* the parent */
}
.location_cnt .slick_banner .slick_item img {
  width: 400px;
  max-width: 400px;
}
.location_cnt .slick_banner .slick-prev {
  left: -60px;
  z-index: 999;
}
.location_cnt .slick_banner .slick-prev:before {
  font-size: 30px;
}
.location_cnt .slick_banner .slick-next {
  right: -60px;
  z-index: 999;
}
.location_cnt .slick_banner .slick-next:before {
  font-size: 30px;
}
.sc_detail {
  color: #fff;
  background: linear-gradient(90deg, #435EC1, #182c75);
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #kv_pop .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #kv_pop .modal-dialog.forDesktop {
    display: none;
  }
  #kv_pop .modal-dialog.forMobile {
    width: 100%;
    padding: 0 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .g_header {
    background-color: #000000;
  }
  .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-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 65vh;
  }
  .g_kv .texture {
    width: 50%;
    margin-top: 55%;
  }
  .g_kv .tit {
    width: 80%;
    margin-top: 45%;
  }
  .g_kv .tit2 {
    width: 70%;
    margin-top: 15%;
  }
  .g_kv .df_logo {
    position: absolute;
    top: 16%;
    width: 20%;
    max-width: 60%;
    margin-left: 73%;
    z-index: 99;
  }
  .g_kv .timer {
    top: 35%;
    left: 15%;
    display: none;
  }
  .sc_intro .cta_cnt {
    margin: 10% 0 5% 0;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .intro_cnt {
    font-size: 1.125rem;
    text-align: left;
  }
  .intro_cnt .combain .line {
    font-size: 1.4rem;
    text-align: center;
  }
  .intro_cnt .combain .line1 {
    font-size: 1.2rem;
    text-align: center;
  }
  .intro_cnt .combain .line2 {
    font-size: 1rem;
    text-align: center;
  }
  .intro_cnt p {
    font-size: 14px;
    padding: 0.5em 0.2em;
    line-height: 1.5;
    text-align: center;
  }
  .intro_cnt .titleText {
    font-size: 1.6rem;
    background: linear-gradient(180deg, #5398ff, #fff, #5398ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .intro_cnt .titleText .for_mb {
    display: block;
  }
  .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;
  }
  .gift_cnt .gift_item {
    padding: 50px 30px;
    margin-bottom: 30px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .gift_cnt .gift_item:nth-child(1) {
    padding-bottom: 30px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px 0;
  }
  .gift_cnt .gift_item:nth-child(2) {
    padding-bottom: 30px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px 0;
  }
  .gift_cnt .gift_item .wording {
    padding: 0;
  }
  .gift_cnt .gift_item .name {
    min-height: auto;
    color: white;
  }
  .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;
  }
  .gift_cnt .gift_item.sp .tit {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  .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;
  }
  .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 .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;
  }
  .speaker_items {
    display: flex;
    flex-wrap: wrap;
  }
  .speaker_items .item {
    flex: 0 0 50%;
  }
  .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 1.3em;
  }
  .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;
  }
  .location_cnt .slick_banner {
    margin-top: 5% !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* the parent */
  }
  .location_cnt .slick_banner .slick-next {
    right: 0px;
  }
  .location_cnt .slick_banner .slick-prev {
    left: 0px;
  }
  .location_cnt .slick_banner .slick-slide {
    margin: 0;
  }
  .location_cnt .slick_banner .slick-slide iframe {
    width: 100%;
  }
  .location_cnt .slick_banner .slick-list {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */