html {
  font-size: 16px;
}

body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
}

.g_bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("img/kv_bg@2x.png") center/cover no-repeat;
}

.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(#001d7f), to(#9aef67));
  background: linear-gradient(90deg, #001d7f, #9aef67);
  -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 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: #325fcf;
  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%);
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  -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 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fix_aside .fx_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  position: relative;
}
.fix_aside .fx_item:not(:last-child) {
  margin-bottom: 0.5em;
}
.fix_aside .fx_item .item_wrap {
  display: block;
  cursor: pointer;
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fix_aside .fx_item .item_wrap:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.fix_aside .fx_item .item_wrap:hover .ic {
  -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 .item_wrap .ic {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: center/contain no-repeat;
  -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-box-shadow 240ms;
  transition: -webkit-box-shadow 240ms;
  transition: box-shadow 240ms;
  transition: box-shadow 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item .item_wrap .ic.ic_linkedin {
  background-image: url("img/ui/linkedin.svg");
}
.fix_aside .fx_item .item_wrap .ic.ic_calendar {
  background-image: url("img/ui/calendar.svg");
}
.fix_aside .fx_item .item_wrap .ic.ic_arrow {
  background-color: #fff;
  background-image: url("img/ui/arrow_top.png");
  background-size: 3.5em;
}

.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5rem 2rem 0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#001d7f), to(#325fcf));
  background: linear-gradient(90deg, #001d7f, #325fcf);
  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: 0.5rem;
  width: 1.75rem;
}

.g_kv {
  position: relative;
}
.g_kv .desktop {
  height: 100vh;
  font-size: 1vw;
}
.g_kv .bg {
  width: 100%;
  padding-top: 50%;
  background: url("img/kv_bg@2x.png") center/cover no-repeat;
}
.g_kv .posa {
  position: absolute;
}
.g_kv .logo {
  left: 40px;
  top: 40px;
  width: 11.9791666667%;
}
.g_kv .t1 {
  right: 3.6458333333%;
  top: 8.7962962963%;
  width: 53.125%;
}
.g_kv .t2 {
  right: 3.6458333333%;
  top: 25.5208333333%;
  font-size: 1.8229166667em;
  line-height: 1.2;
  font-weight: 500;
  color: #c543a4;
}
.g_kv .cta {
  right: 3.6458333333%;
  top: 35.4166666667%;
}
.g_kv .cta .primary_cta:hover {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
.g_kv .date {
  position: absolute;
  right: 3.6458333333%;
  top: 46.875%;
  font-size: 1.25em;
  padding: 0.5em 1em;
  font-weight: 900;
}
.g_kv .date .date_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background-color: rgba(255, 255, 255, 0.67);
}
.g_kv .date span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 6px;
  color: #7145e2;
}
.g_kv .timer {
  position: absolute;
  right: 3.6458333333%;
  top: 57.4074074074%;
  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: #001d7f;
  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: #9aef67;
}
.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 {
  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";
}
.g_kv .cta_wrap {
  position: absolute;
  bottom: 5%;
  left: 0;
  margin-top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.cta_wrap {
  margin-top: 40px;
  text-align: center;
}
.cta_wrap .cta_text {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #325fcf;
}

.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: 0.5rem;
  font-weight: 300;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#001d7f), color-stop(#325fcf), to(#00ffff)) left bottom/100% 4px no-repeat;
  background: linear-gradient(90deg, #001d7f, #325fcf, #00ffff) left bottom/100% 4px no-repeat;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sc_intro {
  padding: 40px 0;
  background-color: #fff;
}
.sc_intro .sc_title .tit {
  color: #325fcf;
  text-shadow: none;
}
.sc_intro .intro_cnt .items {
  margin: 0 auto;
}
.sc_intro .intro_cnt .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.sc_intro .intro_cnt .item .pic {
  width: 140px;
}
.sc_intro .intro_cnt .item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 2rem;
  line-height: 1.1;
}
.sc_intro .intro_cnt .item .text .tit {
  font-size: 1.125em;
  font-weight: 700;
  color: #001d7f;
}
.sc_intro .intro_cnt .item .text .ul {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
}
.sc_intro .intro_cnt .item .text .ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.g_main {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #001d7f), to(rgba(0, 29, 127, 0.5)));
  background: linear-gradient(#001d7f 10%, rgba(0, 29, 127, 0.5));
}

.sc_agenda {
  padding: 60px 0;
  background: radial-gradient(closest-side, rgba(0, 29, 127, 0.25), rgba(0, 29, 127, 0));
  color: #fff;
}
.sc_agenda .container-fluid {
  max-width: 1440px;
}

.ag_intro {
  padding: 0 1.25em;
  margin-bottom: 40px;
  font-size: 1.125em;
  text-align: center;
}
.ag_intro p {
  margin-bottom: 0.5em;
}

.ag_switch {
  padding: 0 0.25rem;
}
.ag_switch .it_wrap {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
}
.ag_switch .sw_item {
  position: relative;
  border: 4px solid transparent;
  border-width: 0 0 4px;
  height: 100%;
  padding: 0.75rem 1.5rem;
  line-height: 1;
}
.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: inline-block;
  font-size: 1.75rem;
}
.ag_switch .sw_item .t {
  margin-left: 0.5rem;
  color: #c543a4;
}

.agenda_cnt {
  padding: 0 15px;
}

.ag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ag_wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ag_wrap .item .pic {
  margin: 0 auto;
  max-width: 160px;
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ag_wrap .item .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.ag_wrap .item .wording {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1rem;
}
.ag_wrap .item .time {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #faab63;
  font-weight: 700;
}
.ag_wrap .item .tit {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}
.ag_wrap .item .detail .toggle {
  display: inline-block;
  margin-top: 10px;
  border-radius: 20px;
  padding: 8px 18px;
  background: -webkit-gradient(linear, left top, right top, from(#9aef67), to(#00ffff));
  background: linear-gradient(90deg, #9aef67, #00ffff);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  color: #001d7f;
  cursor: pointer;
  display: none;
}
.ag_wrap .item .detail .list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 2em;
  overflow: hidden;
}
.ag_wrap .item .detail li {
  line-height: 1.2;
  padding: 0.2em 0;
}
.ag_wrap .item .spk {
  padding-left: 0em;
}
.ag_wrap .item .it {
  margin-top: 12px;
}
.ag_wrap .item .it::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: linear-gradient(-45deg, #9aef67, #00ffff);
}
.ag_wrap .item .it::before,
.ag_wrap .item .it .name {
  display: inline-block;
  vertical-align: middle;
}
.ag_wrap .item .it .name {
  font-size: 1.35em;
  margin-left: 0.3em;
}
.ag_wrap .item .it .job {
  margin-top: 0.2em;
  padding-left: 1.2em;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: 300;
}

.sc_speaker {
  padding-bottom: 5rem;
}
.sc_speaker .container-fluid {
  max-width: 1440px;
}
.sc_speaker .spk_cnt {
  padding-bottom: 40px;
  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 0 20%;
          flex: 0 0 20%;
  padding: 6px;
  overflow: hidden;
  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;
  text-align: center;
}
.sc_speaker .spk_cnt .item .img {
  border-radius: 8px 8px 0 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: url("img/ui/spk.svg") center/contain;
}
.sc_speaker .spk_cnt .item .img img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sc_speaker .spk_cnt .item .text {
  border-radius: 0 0 8px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 1rem 1.25rem;
  background-color: #fff;
  font-size: 1rem;
}
.sc_speaker .spk_cnt .item .cpy {
  font-size: 0.9em;
  color: #325fcf;
}
.sc_speaker .spk_cnt .item .name {
  margin-top: 6px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
  color: #001d7f;
}
.sc_speaker .spk_cnt .item .tit {
  margin-top: 8px;
  line-height: 1.3;
}
.sc_speaker .cta_wrap {
  margin-top: 0;
}
.sc_speaker .cta_wrap .cta_text {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.sc_gift {
  padding: 3rem 0;
}

.sc_detail {
  padding: 3rem 0;
  background-color: rgba(50, 95, 207, 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: #325fcf;
}

.strong_tip {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.strong_tip .wrap {
  display: inline-block;
  width: 100%;
  background: linear-gradient(120deg, #001d7f, #325fcf);
  border-radius: 2rem;
  padding: 0.25rem 0 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: #00ffff;
  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 300px;
          flex: 0 0 300px;
  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: #325fcf;
  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: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-body li {
  padding: 0.2rem 0;
}

@media (max-width: 767px) {
  .fix_aside .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fix_aside .fx_item:not(:last-child) {
    margin-right: 0.5em;
    margin-bottom: 0;
  }

  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv .desktop {
    height: 60vh;
    background: url("img/kv_bg@2x.png") center/cover no-repeat;
  }
  .g_kv .logo {
    left: 20px;
    top: 20px;
    width: 30%;
  }
  .g_kv .t1 {
    top: 15%;
    right: 5%;
    width: 90%;
  }
  .g_kv .t2 {
    right: 5%;
    top: 26%;
    width: 65%;
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .g_kv .cta {
    display: none;
    left: inherit;
    right: 1rem;
    top: 42%;
  }
  .g_kv .cta a {
    font-size: 1.2rem;
  }
  .g_kv .cta img {
    width: 20px;
  }
  .g_kv .date {
    top: 40%;
    width: 82%;
    text-align: center;
    font-size: 1rem;
  }
  .g_kv .timer {
    top: 52%;
  }
  .g_kv .timer .tb::after {
    font-size: 12px;
  }

  .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-right: 10px;
  }

  .sc_agenda .ag_switch {
    margin-bottom: 20px;
  }
  .sc_agenda .ag_switch .sw_item .t {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .sc_agenda .ag_wrap {
    text-align: center;
    margin-bottom: 0;
  }
  .sc_agenda .ag_wrap .ag_tit .tit {
    font-size: 1.25rem;
  }
  .sc_agenda .ag_wrap .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 1rem;
    display: block;
  }
  .sc_agenda .ag_wrap .item .detail .toggle {
    display: none;
  }
  .sc_agenda .ag_wrap .item .detail .list {
    display: block;
    text-align: left;
  }
  .sc_agenda .ag_wrap .item .it {
    position: relative;
    padding-bottom: 20px;
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .sc_agenda .ag_wrap .item .it::before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 1px;
  }
  .sc_agenda .ag_wrap .item .it .name {
    margin-left: 0;
  }
  .sc_agenda .ag_wrap .item .it .job {
    padding-left: 0;
  }
  .sc_agenda .ag_wrap .time {
    font-size: 1.2em;
    margin-bottom: 6px;
  }

  .sc_speaker .spk_cnt {
    display: block;
  }
  .sc_speaker .spk_cnt .item {
    width: 100%;
    margin-bottom: 6px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .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: 0.875rem;
  }
  .g_footer .sns_wrap .a_row {
    margin: 0 auto;
    width: 240px;
  }
  .g_footer .sns_wrap .a_row > a {
    padding: 5px;
  }

  .modal-header {
    padding-left: 1.5rem;
  }

  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}