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

body {
  font-family: "Lato", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}

.g_bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021238), to(#02358c));
  background: linear-gradient(0deg, #021238, #02358c);
  overflow: hidden;
}

.g_bg #particles-js {
  position: absolute;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g_fixed.fix_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0071bc), to(#004097));
  background: linear-gradient(90deg, #0071bc, #004097);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.g_fixed.fix_top .wrap {
  padding: 0.3rem 0 .5rem;
  color: #fff;
  line-height: 1.2;
}

.g_fixed.fix_top .wrap span,
.g_fixed.fix_top .wrap a {
  display: inline-block;
}

.g_fixed.fix_top .wrap a {
  padding: 0 0.25rem;
  color: #29abe2;
  text-decoration: underline;
}

.g_fixed.fix_top .wrap a:hover {
  color: #0070c5;
}

.g_fixed.fix_top.is_active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: block;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 1em;
  margin: .5em 0;
  width: 5em;
  height: 4.5em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fix_aside .fx_item.is_primary {
  background: #0071bc;
  color: #fff;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}

.fix_aside .fx_item .in_wrap.ic_top {
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

.fix_aside .fx_item .in_wrap.ic_top .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.fix_aside .fx_item .in_wrap.ic_linkedin {
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

.fix_aside .fx_item .in_wrap.ic_linkedin .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/linkedin.svg") center/contain no-repeat;
}

.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: .5rem 2rem .6rem;
  background: -webkit-gradient(linear, left top, right top, from(#0071bc), to(#29abe2));
  background: linear-gradient(90deg, #0071bc, #29abe2);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.primary_cta:hover {
  text-decoration: none;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  color: #fff;
}

.primary_cta span,
.primary_cta img {
  display: inline-block;
  vertical-align: middle;
}

.primary_cta span {
  color: inherit;
}

.primary_cta img {
  margin-left: .5rem;
  width: 1.75rem;
}

.g_kv {
  position: relative;
  background-color: #fff;
}

.g_kv .bg {
  width: 100%;
  padding-top: 50%;
  background: url("img/kv_bg.jpg?v=20220525") center/cover no-repeat;
}

.g_kv .posa {
  position: absolute;
}

.g_kv .logo {
  left: 40px;
  top: 40px;
  width: 11.97917%;
}

.g_kv .t1 {
  left: 3.64583%;
  top: 21.2963%;
  width: 53.125%;
}

.g_kv .t2 {
  left: 3.64583%;
  top: 45.83333%;
  width: 49.47917%;
  font-size: 2.60417vw;
  font-weight: 300;
  line-height: 1.2;
  color: #808080;
}

.g_kv .t2 span {
  font-weight: 600;
}

.g_kv .date {
  left: 3.64583%;
  top: 61.97917%;
  width: 15.625%;
}

.g_kv .hour {
  left: 3.64583%;
  top: 72.91667%;
  width: 34.89583%;
}

.g_kv .timer {
  position: absolute;
  left: 3.64583%;
  top: 90.74074%;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  background: #909090;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_kv .timer .tb {
  position: relative;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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: yellow;
}

.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.g_kv .timer .d::after {
  content: 'day';
}

.g_kv .timer .h::after {
  content: 'hour';
}

.g_kv .timer .m::after {
  content: 'min';
}

.g_kv .timer .s::after {
  content: 'sec';
}

.cta_wrap {
  margin-top: 40px;
  text-align: center;
}

.cta_wrap .cta_text {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #29abe2;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.sc_title .tit {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: .5rem;
  font-weight: 900;
  line-height: 1.3;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), to(#fff0a4)) left bottom/100% 4px no-repeat;
  background: linear-gradient(90deg, #29abe2, #fff0a4) left bottom/100% 4px no-repeat;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sc_title .tit.blue {
  color: #0071bc;
}

.sc_intro {
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%), to(white));
  background: linear-gradient(white, 70%, white);
}

.sc_intro .sc_title .tit {
  color: #0071bc;
  text-shadow: none;
}

.sc_intro .intro_cnt .parag {
  font-size: 21px;
  text-align: center;
}

.g_main {
  position: relative;
  z-index: 2;
  background: url("img/kv_bg.jpg?v=20220525") center/cover fixed;
}

.sc_agenda {
  padding: 3rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(white, 70%, rgba(255, 255, 255, 0.6));
}

.sc_agenda .sc_title .tit {
  color: #fff;
}

.sc_agenda .sc_title .tit.blue {
  color: #0071bc;
}

.ag_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.25rem;
}

.ag_switch .it_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0;
}

.ag_switch .sw_item {
  position: relative;
  border: 4px solid transparent;
  border-width: 0 0 4px;
  height: 100%;
  padding: .75rem 1rem;
  margin: 0;
  -webkit-transition: opacity 500ms, border 500ms;
  transition: opacity 500ms, border 500ms;
  cursor: pointer;
  line-height: 1;
  opacity: 0.4;
  color: #fff;
}

.ag_switch .sw_item .txt {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.ag_switch .sw_item .d,
.ag_switch .sw_item .t {
  display: block;
}

.ag_switch .sw_item .d {
  font-size: 48px;
  font-weight: bold;
}

.ag_switch .sw_item .d.a1 {
  color: #0071bc;
}

.ag_switch .sw_item .d.a2 {
  color: #36A50E;
}

.ag_switch .sw_item .t {
  position: relative;
  display: inline-block;
  font-size: 28px;
  margin-top: .5rem;
  padding: 10px 25px;
  color: #fff;
}

.ag_switch .sw_item .t::after {
  content: '';
  position: absolute;
  right: -28px;
  top: 0;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
}

.ag_switch .sw_item .t.a1 {
  background-color: #F4B20C;
}

.ag_switch .sw_item .t.a1::after {
  background-color: #F4B20C;
}

.ag_switch .sw_item .t.a2 {
  background-color: #36A50E;
}

.ag_switch .sw_item .t.a2::after {
  background-color: #36A50E;
}

.ag_switch .sw_item:hover {
  opacity: .8;
  border-color: rgba(249, 244, 220, 0.3);
}

.ag_switch .sw_item.is_active {
  opacity: 1;
  border-color: #f9f4dc;
}

.ag_switch .sw_item.is_active .txt {
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}

.ag_switch .cta_wrap {
  padding-left: 2rem;
  text-align: right;
}

.ag_wrap_group {
  margin: 25px 0;
}

#ag2 {
  display: none;
}

.ag_wrap {
  margin-bottom: 40px;
}

.ag_wrap:nth-child(1) .ag_tit .tit {
  background-color: #0071bc;
}

.ag_wrap .ag_tit {
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ag_wrap .ag_tit .tit {
  display: inline-block;
  padding: .3rem 2rem;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
}

.ag_wrap .ag_tit span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 14px;
  background-color: transparent;
  margin: 0 0 0 15px;
}

.ag_wrap .ag_tit.a1 .tit {
  background-color: #0071bc;
}

.ag_wrap .ag_tit.a1 span {
  color: #0071bc;
  border: 1px solid #0071bc;
}

.ag_wrap .ag_tit.a2 .tit {
  background-color: #36A50E;
}

.ag_wrap .ag_tit.a2 span {
  color: #36A50E;
  border: 1px solid #36A50E;
}

.ag_wrap .ag_tit:hover.a1 span {
  color: #fff;
  background-color: #0071bc;
}

.ag_wrap .ag_tit:hover.a2 span {
  color: #fff;
  background-color: #36A50E;
}

.ag_wrap .ag_cntText {
  position: relative;
  margin: 0 0 25px 25px;
  padding: 15px 0 0 0;
  display: none;
}

.ag_wrap .ag_cntText .it {
  position: relative;
  font-size: 18px;
  color: #000;
  padding: 5px 0 5px 25px;
}

.ag_wrap .ag_cntText .it::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  border-radius: 50%;
  background-color: #daedfe;
  border: 1px solid #0071bc;
  margin: 0 10px 0 0;
}

.ag_wrap .ag_cntText.a1 {
  border-left: 1px solid #0071bc;
}

.ag_wrap .ag_cntText.a1 .it::before {
  background-color: rgba(0, 113, 188, 0.5);
  border: 1px solid #0071bc;
}

.ag_wrap .ag_cntText.a2 {
  border-left: 1px solid #36A50E;
}

.ag_wrap .ag_cntText.a2 .it::before {
  background-color: rgba(54, 165, 14, 0.5);
  border: 1px solid #36A50E;
}

.ag_wrap .detal {
  margin: 25px 0;
  padding-left: 2rem;
  font-size: 1.25rem;
  color: #fff;
}

.ag_wrap .detal .time {
  color: #0071bc;
}

.ag_wrap .detal .tit {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0 1px 1px #004097;
  letter-spacing: .02em;
}

.ag_wrap .detal .spk {
  padding-left: 10px;
}

.ag_wrap .detal .spk .it::before {
  content: '';
  width: .6em;
  height: .6em;
  border-radius: 50%;
  background-color: #daedfe;
  border: 1px solid #0071bc;
}

.ag_wrap .detal .spk .it::before,
.ag_wrap .detal .spk .it .name,
.ag_wrap .detal .spk .it .job {
  display: inline-block;
  vertical-align: middle;
  color: #29abe2;
}

.ag_wrap .detal .spk .it .name {
  margin-left: 6px;
  margin-right: 10px;
  color: #0071bc;
  font-size: 1.5rem;
  font-weight: bold;
}

.ag_wrap .detal .spk .it .job {
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: bold;
}

.sc_speaker {
  padding: 10px 0 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(249, 244, 220, 0.5)));
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(249, 244, 220, 0.5));
}

.sc_speaker .spk_cnt {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc_speaker .spk_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc_speaker .spk_cnt .item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
  padding-top: 100%;
  background: url("img/ui/spk.svg") center/contain;
}

.sc_speaker .spk_cnt .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sc_speaker .spk_cnt .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .75rem 1rem 2rem;
  background-color: #fff;
  font-size: 1.125rem;
}

.sc_speaker .spk_cnt .item .name {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: #29abe2;
}

.sc_speaker .spk_cnt .item .tit {
  margin-top: 6px;
  line-height: 1.2;
}

.sc_speaker .cta_wrap .cta_text {
  color: #0071bc;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.sc_gift {
  padding: 3rem 0;
}

.sc_detail {
  padding: 3rem 0;
  background-color: rgba(41, 171, 226, 0.8);
  color: #fff;
}

.sc_detail .sc_title .tit {
  color: #fff;
}

.sc_detail ol, .sc_detail ul {
  padding-left: 1.25em;
}

.sc_detail ol a, .sc_detail ul a {
  color: #faab63;
  text-decoration: underline;
}

.sc_detail ol a:hover, .sc_detail ul a:hover {
  color: #29abe2;
}

.strong_tip {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.strong_tip .wrap {
  display: inline-block;
  width: 100%;
  background: linear-gradient(120deg, #0071bc, #29abe2);
  border-radius: 2rem;
  padding: .25rem 0 .4rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

.strong_tip .wrap span,
.strong_tip .wrap a {
  display: inline-block;
}

.strong_tip .wrap a {
  padding: 0 0.25rem;
  color: #f9f4dc;
  text-decoration: underline;
}

.g_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 2em 0 3em;
  background-color: #021238;
}

.g_footer .foot_cnt {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_footer .logo_wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}

.g_footer .name_wrap {
  padding-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
}

.g_footer .name_wrap .n {
  color: #fff;
  font-size: 1.5rem;
}

.g_footer .name_wrap .s {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
}

.g_footer .sns_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.g_footer .sns_wrap .t {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.g_footer .sns_wrap .a_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_footer .sns_wrap .a_row > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 2px;
}

.g_footer a:hover {
  opacity: 0.8;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
  padding-left: 2rem;
}

.modal-header .h4 {
  color: #29abe2;
  font-weight: 700;
}

.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 1.25rem 2rem 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  line-height: 1.2;
}

.modal-body ul,
.modal-body ol {
  padding-left: 1.7rem;
  margin-bottom: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.modal-body li {
  padding: .2rem 0;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: .5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }
  .g_kv .cta {
    left: inherit;
    right: 1rem;
    top: 36%;
  }
  .g_kv .cta a {
    font-size: 1.2rem;
  }
  .g_kv .cta img {
    width: 20px;
  }
  .g_kv .timer {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: inherit;
    bottom: .5rem;
  }
  .sc_intro .intro_cnt .item {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sc_intro .intro_cnt .item .pic {
    margin: 0 auto 10px;
  }
  .sc_intro .intro_cnt .item .text {
    padding-left: 0;
  }
  .sc_intro .intro_cnt .item .text .tit {
    margin-bottom: 6px;
  }
  .sc_intro .intro_cnt .item .text .ul {
    padding-left: 0;
    padding-right: 0;
  }
  .sc_agenda .ag_switch {
    margin-bottom: 20px;
  }
  .sc_agenda .ag_switch .sw_item {
    padding: 0;
  }
  .sc_agenda .ag_switch .sw_item .t {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .sc_agenda .ag_switch .sw_item .t::after {
    display: none;
  }
  .sc_agenda .ag_wrap {
    text-align: left;
  }
  .sc_agenda .ag_wrap .ag_tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_agenda .ag_wrap .ag_tit span {
    margin: 15px 0 0 0;
  }
  .sc_agenda .ag_wrap .ag_tit .tit {
    font-size: 1.25rem;
  }
  .sc_agenda .ag_wrap .item {
    padding-left: 0;
    margin-bottom: 24px;
    font-size: 1rem;
  }
  .sc_agenda .ag_wrap .item .spk .it {
    display: block;
    margin-right: 0;
    text-align: left;
  }
  .sc_agenda .ag_wrap .time {
    font-size: 1.2em;
    margin-bottom: 6px;
  }
  .sc_speaker .spk_cnt {
    padding: 0;
  }
  .sc_speaker .spk_cnt .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 3px);
            flex: 0 1 calc(50% - 3px);
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }
  .g_footer {
    padding-bottom: 6rem;
  }
  .g_footer .foot_cnt {
    display: block;
  }
  .g_footer .logo_wrap {
    padding-right: 0;
    border-right: 0;
  }
  .g_footer .name_wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }
  .g_footer .name_wrap .n {
    font-size: 1rem;
  }
  .g_footer .name_wrap .s {
    font-size: .875rem;
  }
  .g_footer .sns_wrap .a_row {
    margin: 0 auto;
    width: 240px;
  }
  .g_footer .sns_wrap .a_row > a {
    padding: 5px;
  }
  .fix_aside {
    right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 .25em;
  }
  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */