@charset "UTF-8";
html {
  font-size: 20px;
}

body {
  font-family: "Lato", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  background-color: #001120;
}

a {
  color: inherit;
}

.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;
  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_primary {
  position: relative;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.fix_aside .fx_item.is_primary::before {
  transition: left 300ms ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #476fe8, 80%, #09ecff, 80%, #09ecff);
  z-index: -1;
}
.fix_aside .fx_item.is_normal {
  background-color: #fff;
}
.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%;
  transition: all 0.3s ease-in-out;
}
.g_header.is_active {
  background-color: #1d1d1d;
}
.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 {
  position: relative;
  color: #fff;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.g_header .nav_area .nav_item.is_highlight .nav_link::before {
  transition: left 300ms ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #476fe8, 80%, #09ecff, 80%, #09ecff);
  z-index: -1;
}
.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: #ffffff;
  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;
}

.bgArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@keyframes float {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.bgArea_inner {
  position: relative;
  width: 100%;
}
.bgArea .kv_bg-color {
  position: relative;
  width: 100%;
  height: auto;
}
.bgArea .kv_bg-line {
  position: absolute;
  top: 0%;
  left: 0%;
}
.bgArea img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.g_kv {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.g_kv .desktop {
  position: relative;
  height: 50vw;
}
.g_kv .kv_logo {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 25%;
  height: auto;
}
.g_kv .kv_tit {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 45.46875%;
  transform: translate(5%, -50%);
}
.g_kv .kv_tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.g_kv .timer {
  position: absolute;
  right: 9.375%;
  bottom: 80px;
  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: #ffffff;
}
.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";
}

.container {
  padding: 50px 0px;
}
.sc_company .container, .sc_wording .container {
  padding-left: 0;
  padding-right: 0;
}

.g_main {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30%, #0017ad, rgba(0, 0, 0, 0.8));
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 40px;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.g_main .sc_title .tit span {
  font-size: 28px;
}
.g_main .sc_title .tit::after {
  content: "";
  position: absolute;
}
.g_main .sc_title .tip {
  font-size: 0.8rem;
  margin-top: 6px;
  color: #999;
}
.g_main .combain {
  position: relative;
  width: 640px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #09ecff, #476fe8, #b500d5, #476fe8, #09ecff);
}
.g_main .combain .combain_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 15px;
  background-color: #080c0e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.g_main .combain .cnt {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #09ecff;
  font-size: 1.5rem;
}
.g_main .combain .highLight {
  display: inline-block;
  font-weight: 700;
  font-size: 1.75rem;
  color: transparent;
  background: linear-gradient(-90deg, #b500d5, #09ecff, #b500d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.g_main .cta_box {
  padding: 20px 0;
  text-align: center;
}
.g_main .cta_box .cta {
  text-align: center;
}
.g_main .cta_box .cta .bttn {
  padding: 1rem 3.75rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #0091bd;
  transition: all 1000ms;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
  outline: 2px solid #0091bd;
  display: inline-block;
  text-decoration: none;
}
.g_main .cta_box .cta .bttn:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}
.g_main .cta_box .cta .bttn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0091bd;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 600ms;
}
.g_main .cta_box .cta .bttn:hover::before {
  width: 250%;
}

.sc_intros {
  background-color: rgba(0, 0, 0, 0.25);
}

.intro_cnt {
  line-height: 1.5;
}
.intro_cnt .parag {
  text-align: justify;
  margin-bottom: 2.5rem;
  color: #fff;
}
.intro_cnt .parag img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  margin: 15px auto;
}
.intro_cnt .list {
  margin-bottom: 65px;
  position: relative;
}
.intro_cnt .list .intro_dec {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.intro_cnt .list .list-item {
  z-index: 1;
  list-style-type: none;
  color: #9de8ff;
  text-align: center;
}
.intro_cnt .activity-intro {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 52px;
}
.intro_cnt .activity-intro img {
  height: auto;
  max-width: 100%;
}
.intro_cnt .activity-intro .activity-title,
.intro_cnt .activity-intro .activity-address {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.13em;
  font-size: 16px;
  margin-bottom: 5px;
}
.intro_cnt .activity-intro .activity-time,
.intro_cnt .activity-intro .activity-place {
  color: transparent;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #7451ff, #00eeff, #7451ff);
  -webkit-background-clip: text; /* 背景裁剪成文字的前景色 */
  text-align: center;
  margin-bottom: 3px;
}
.intro_cnt ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.intro_cnt ul li {
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.sc_agenda {
  position: relative;
}
.sc_agenda .bttn {
  display: inline-block;
}
.sc_agenda .bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #00308c;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.sc_agenda .bttn .bttn_inner:hover {
  text-decoration: none;
}
.sc_agenda .bttn .xl_size {
  font-size: 2em;
}
.sc_agenda .bttn .lg_size {
  font-size: 1.5em;
}
.sc_agenda .bttn .sm_size {
  font-size: 1em;
}
.sc_agenda .bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.sc_agenda .bttn .main_b {
  background-color: #00308c;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.sc_agenda .bttn .main_b:hover {
  background-color: #5e616a;
}
.sc_agenda .bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #00308c;
}
.sc_agenda .bttn .dark_b:hover {
  background-color: #160f02;
}
.sc_agenda .bttn .sub_b {
  background-color: #fff;
  color: #00308c;
}
.sc_agenda .bttn .sub_b:hover {
  background-color: #ffecca;
}
.sc_agenda .ag_tip {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.agd_cnt {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #0091bd;
}
.agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(22, 85, 178, 0.5);
}
.agd_cnt .tr.tr_light {
  background-color: #1655b2;
  color: #fff;
}
.agd_cnt .tr.tr_dark {
  background-color: #f8f8f8;
}
.agd_cnt .tr.tr_full {
  background-color: #1655b2;
  color: #fff;
  justify-content: center;
}
.agd_cnt .tr.tr_full .ag_tip {
  text-align: center;
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #1655b2;
  color: #fff;
}
.agd_cnt .td {
  padding: 0.625rem 1.25rem;
}
.agd_cnt .td_time {
  flex: 0 0 10em;
  text-align: center;
  font-size: 16px;
}
.agd_cnt .td_title {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.agd_cnt .ag_tit {
  flex: 1 1 auto;
  margin-right: 1em;
  font-weight: 400;
  font-size: 1em;
}
.agd_cnt .ag_tit-dark {
  color: #020202;
}
.agd_cnt .topic_toggle {
  flex: 0 0 15%;
}
.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 .spk_t {
  position: relative;
  margin: 10px 0 8px 0;
  color: #0091bd;
  font-weight: bold;
}
.agd_cnt .ag_spk .spk_t:first-child {
  margin: 0 0 8px 0;
}
.agd_cnt .ag_spk .job {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #0091bd;
}
.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: #1d1d1d;
}

.agd_normal .td_title {
  flex: 0 1 40%;
}
.agd_normal .td_speaker {
  flex: 0 1 30%;
}

.agd_split .tr {
  align-items: stretch;
}
.agd_split .tr.tr_light .td {
  padding: 0.625rem 1.25rem;
}
.agd_split .tr.tr_light .ag_tit {
  margin: 0;
}
.agd_split .td {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  padding: 1.5625rem 1.25rem;
}
.agd_split .td.td_time {
  justify-content: center;
}
.agd_split .ag_tit {
  flex: 0 0 auto;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 1.125rem;
}
.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: #f6f066;
  color: #89840b;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #86e577;
  color: #107200;
}
.agd_split .tr_split_tit .td_split.sp3 {
  background-color: #f8a9f0;
  color: #880b83;
}
.agd_split .sp1 {
  flex: 0 1 33%;
  border-left: 5px solid #f6f066;
  background-color: rgba(246, 240, 102, 0.1);
}
.agd_split .sp2 {
  flex: 0 1 33%;
  border-left: 5px solid #86e577;
  background-color: rgba(134, 229, 119, 0.1);
}
.agd_split .sp3 {
  flex: 0 1 33%;
  border-left: 5px solid #f8a9f0;
  background-color: rgba(248, 169, 240, 0.1);
}
.agd_split .sp_light {
  background-color: rgba(22, 85, 178, 0.1);
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ps {
  position: relative;
  margin: 5px auto 50px auto;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.sc_speaker .container {
  max-width: 1200px;
  margin: 0 auto;
}

.speaker_cnt .items {
  display: flex;
  justify-content: space-between;
}
.speaker_cnt .item {
  flex: 0 0 25%;
  max-width: 250px;
  cursor: pointer;
}
.speaker_cnt .item .pic {
  border-radius: 16px;
  background-image: linear-gradient(0deg, #28cbff 10%, #00fff0 30%, #ffffff 100%);
  padding: 3px;
}
.speaker_cnt .item .pic img {
  width: 100%;
  border-radius: 16px;
}
.speaker_cnt .item .border-img {
  -webkit-border-image: -webkit-linear-gradient(90deg, #28cbff 0%, #ffffff 100%);
  transition: all 0.2s ease-out;
  border-image-slice: 1;
  border-radius: 16px;
}
.speaker_cnt .item:hover .border-img {
  transform: scale(1.1);
}
.speaker_cnt .item .text {
  width: 100%;
  padding: 16px 20px 20px 20px;
  color: #fff;
  line-height: 1.1;
}
.speaker_cnt .item .text .n {
  color: #00e0ff;
  font-weight: 700;
}
.speaker_cnt .item .text .t {
  margin-top: 4px;
  font-size: 0.75em;
  line-height: 1.2;
}
.speaker_cnt .item .text .c {
  margin-top: 4px;
  font-size: 0.75em;
}

.wording_cnt {
  margin-top: -10px;
}
.wording_cnt .items {
  display: flex;
  justify-content: center;
}
.wording_cnt .item {
  flex: 0 0 25%;
  padding: 0 0.75rem;
}
.wording_cnt .pic {
  max-width: 80px;
  margin: 0 auto 10px;
  text-align: center;
}
.wording_cnt .pic img {
  max-width: 100%;
}
.wording_cnt .tit {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.wording_cnt .text {
  margin-top: 10px;
  font-size: 0.8rem;
  text-align: center;
}

.sc_company .container {
  padding: 50px 0;
}

.sc_detail {
  background-color: rgba(248, 248, 248, 0.9);
}
.sc_detail .container {
  padding: 50px 0;
}
.sc_detail .container .tit-blue {
  color: #1655b2;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list ul {
  list-style-type: disc;
}
.sc_detail .list li {
  font-size: 0.875rem;
  padding: 0.25em 0;
  line-height: 1.4;
}
.sc_detail .ps {
  font-size: 0.75rem;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
  .g_header {
    display: none;
  }
  .bgArea {
    height: 110vw;
  }
  .bgArea_inner {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bgArea .kv_bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
  }
  .bgArea .kv_bg-cir {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    mix-blend-mode: screen;
    transform-origin: 75% 75%;
    transform: translate(-50%, 15%);
  }
  .bgArea .kv_bg-city {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    mix-blend-mode: normal;
    transform: translate(-50%, 15%);
  }
  .bgArea img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .g_kv .desktop {
    height: 50vw;
  }
  .g_kv .kv_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 50%;
    height: auto;
  }
  .g_kv .kv_tit {
    position: absolute;
    right: 0;
    top: 70%;
    width: 100%;
    transform: translate(0, -75%);
  }
  .g_kv .kv_tit img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .g_kv .t1 {
    width: 50%;
  }
  .container {
    padding: 30px 20px 30px;
  }
  .sc_company .container, .sc_wording .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .g_main .sc_title {
    margin-bottom: 20px;
  }
  .g_main .sc_title .tit {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .g_main .sc_title .tit span {
    font-size: 1.3125rem;
  }
  .g_main .cta_box {
    padding: 0 0;
  }
  .g_main .cta_box .cta {
    text-align: center;
  }
  .g_main .cta_box .cta .bttn {
    padding: 0.5rem 2rem;
    letter-spacing: 3px;
    font-size: 1.25rem;
  }
  .sc_intros .intro_cnt p {
    font-size: 0.9rem;
  }
  .sc_intros .intro_cnt ul {
    padding-right: 0;
  }
  .sc_intros .intro_cnt .activity-intro img {
    display: none;
  }
  .sc_intros .combain .cnt {
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 1rem;
  }
  .sc_intros .combain .highLight {
    font-size: 1.3125rem;
  }
  .sc_agenda {
    position: relative;
  }
  .sc_agenda .bttn {
    display: inline-block;
    margin-left: 1rem;
  }
  .sc_agenda .ag_tip {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .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;
  }
  .speaker_cnt .items {
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }
  .speaker_cnt .item {
    padding-bottom: 16px;
  }
  .speaker_cnt .item .text {
    font-size: 1.2rem;
  }
  .sc_consultant .consultant-cnt {
    margin-top: 30px;
  }
  .sc_consultant .cnt-title {
    font-size: 16px;
  }
  .sc_consultant .cnt-cnt {
    font-size: 12px;
  }
  .sc_consultant .consultant-items {
    flex-direction: column;
    align-items: center;
    height: 1;
  }
  .sc_consultant .consultant-items .item {
    margin-bottom: 20px;
    width: 60%;
    height: 120px;
  }
  .sc_service .service-items {
    flex-direction: column;
  }
  .sc_service .service-items .service-card {
    max-width: 100%;
    margin-bottom: 24px;
    padding: 24px;
  }
  .sc_service .service-items .service-card .card-title {
    padding: 0px 20px 2px 20px;
  }
  .sc_service .service-title {
    font-size: 18px;
  }
  .sc_service .service-cnt {
    font-size: 12px;
  }
  .logo_cnt {
    display: block;
  }
  .logo_cnt .part {
    margin-bottom: 20px;
  }
  .logo_cnt .logos {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .logo_cnt .logo {
    padding: 0;
  }
  .logo_cnt .logo:nth-child(2) img {
    max-height: 130px;
    margin: 0 0 0 -5px;
  }
  .logo_cnt .logo:last-child img {
    max-height: 120px;
    margin: 0 0 0 10px;
  }
  .g_kv .logo_cnt .logos {
    border-radius: 0;
    max-width: 100%;
  }
  .g_footer .text {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .traingle-top-bg {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
    height: 95px;
  }
  .traingle-bottom-bg {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 50%);
            clip-path: polygon(100% 0, 0 0, 0 50%);
    height: 95px;
  }
}/*# sourceMappingURL=style.css.map */