@font-face {
  font-family: BoonTook_Ultra;
  src: url(fonts/BoonTook-Ultra.otf), url(fonts/BoonTook-Ultra.woff), url(fonts/BoonTook-Ultra.woff2);
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#0076ce), color-stop(5%), color-stop(white), color-stop(10%), to(#0076ce));
  background: linear-gradient(180deg, #0076ce, 5%, white, 10%, #0076ce);
  color: #444444;
}

a {
  color: inherit;
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px;
  }
}

.fix_aside {
  display: none;
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .5rem;
  -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: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, 0.19);
          box-shadow: 0 1px 3px 0 rgba(68, 68, 68, 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;
}

.fix_aside .fx_item.is_calendar {
  background-color: transparent;
  border-radius: 99%;
}

.fix_aside .fx_item.is_primary {
  background: linear-gradient(135deg, #0076CE, #41B6E6);
  color: #fff;
}

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

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

.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em;
}

.fix_aside .fx_item .in_wrap .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%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header.is_active {
  background-color: #0076CE;
}

.g_header .header_wrap {
  position: relative;
  padding: .5rem;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #00447C, 80%, #0076CE, 80%, #0076CE);
  z-index: -1;
}

.g_header .nav_area .nav_link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
}

.g_header .nav_area .nav_link:hover {
  color: #41B6E6;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          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: .5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: .5em;
}

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

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

.kv_bgArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv_bgArea .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kvbg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: float 20s linear alternate infinite;
          animation: float 20s linear alternate infinite;
}

.g_kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.g_kv .slg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41.66667%;
  -webkit-transform: translate(-50%, -88%);
          transform: translate(-50%, -88%);
}

.g_kv .slg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_kv .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41.66667%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

.g_kv .tit .t1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: BoonTook_Ultra, 'Noto Sans TC', sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 68, 124, 0.4);
}

.g_kv .tit .t1 span {
  font-size: 60px;
}

.g_kv .timer {
  position: absolute;
  left: 3%;
  bottom: 5%;
  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: #41B6E6;
}

.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_main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sc_title {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.sc_title .tit {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  color: #0076CE;
  font-weight: 700;
  line-height: 1.3;
}

.sc_title .tit::before {
  content: '';
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 2px;
}

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

.sc_title .tit.c_main::before {
  background-color: #fff;
}

.sc_title .tit.sp_tit {
  font-size: 2rem;
  font-weight: 700;
  color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#0076CE), color-stop(#41B6E6), to(#0076CE));
  background: linear-gradient(-90deg, #0076CE, #41B6E6, #0076CE);
  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_tit::before {
  background: -webkit-gradient(linear, left top, right top, from(#0076CE), to(#0076CE));
  background: linear-gradient(90deg, #0076CE, #0076CE);
}

.sc_title .tit.sp_sub {
  display: block;
  padding: 15px 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#0076CE), color-stop(#41B6E6), to(#0076CE));
  background: linear-gradient(-90deg, #0076CE, #41B6E6, #0076CE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sc_title .tit.dbg {
  color: #0076CE;
}

.sc_title .tit.dbg::before {
  background: -webkit-gradient(linear, left top, right top, from(#0076CE), to(#0076CE));
  background: linear-gradient(90deg, #0076CE, #0076CE);
}

.combain {
  position: relative;
  width: 640px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto;
  padding: 5px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, #0076CE, #41B6E6, 80%, #0076CE, 80%, #F2AF00);
}

.combain .combain_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 15px;
  background-color: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.combain .cnt {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #F2AF00;
  font-weight: bold;
  font-size: 1.5rem;
}

.combain .highLight {
  display: inline-block;
  font-weight: 700;
  font-size: 1.75rem;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#6E2585), color-stop(#0076CE), to(#6E2585));
  background: linear-gradient(90deg, #6E2585, #0076CE, #6E2585);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.combain .highLight span {
  font-size: 1.125rem;
}

.cta_box {
  padding: 20px 0;
  text-align: center;
}

.cta_box .cta {
  text-align: center;
}

.cta_box .cta .bttn {
  position: relative;
  display: inline-block;
  border-radius: 2.5rem;
  height: 5rem;
  background-color: #00447C;
  overflow: hidden;
  border: 0 solid #00447C;
}

.cta_box .cta .bttn::before {
  -webkit-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background: linear-gradient(120deg, #0076CE, 70%, #00447C, 70%, #00447C);
}

.cta_box .cta .bttn div {
  position: relative;
  top: 50%;
  z-index: 2;
  padding: 0 5.625rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_box .cta .bttn:hover {
  text-decoration: none;
}

.cta_box .cta .bttn:hover::before {
  left: -100%;
}

.cta_box .cta .bttn:hover div {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 118, 206, 0);
}

.cta_box.s2 {
  margin: 50px 0 0 0;
}

.cta_box.s2 .cta .bttn {
  background-color: #41B6E6;
  border: 0 solid #41B6E6;
}

.cta_box.s2 .cta .bttn::before {
  background: linear-gradient(120deg, #0076CE, 70%, #41B6E6, 70%, #41B6E6);
}

.sc_intro {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(80%), to(rgba(255, 255, 255, 0.85)));
  background: linear-gradient(180deg, white, 80%, rgba(255, 255, 255, 0.85));
  font-size: 1.125rem;
  color: #000;
  margin: 0 auto;
  padding: 50px 0;
}

.sc_intro .container {
  max-width: 880px;
}

.sc_intro .strong {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #CE1126;
  text-shadow: 0 2px 0 black;
}

.sc_intro .p {
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 1.2em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.sc_intro .two_spot {
  margin-top: 1.5em;
  margin-bottom: 2em;
  text-align: center;
}

.sc_intro .sp_tit {
  display: inline-block;
  line-height: 24px;
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 25px;
}

.sc_intro .sp_tit span {
  position: relative;
  top: 2px;
  padding-right: .25rem;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #F2AF00;
}

.sc_intro .sp_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc_intro .sp_item {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.75)));
  background: linear-gradient(white, rgba(255, 255, 255, 0.75));
  color: #444444;
}

.sc_intro .sp_item .tit {
  color: #0076CE;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sc_intro .sp_item .tit::after {
  content: '';
  background-color: #0076CE;
  position: absolute;
  left: calc(50% - 1.5em);
  height: 1px;
  bottom: 0;
  width: 3em;
}

.sc_intro .sp_item .text {
  max-width: 460px;
  margin: 8px auto 0;
}

.sc_intro .sp_item .text .it {
  padding: 2px 0;
}

.sc_intro .cta {
  margin-top: 1rem;
}

.sc_agenda {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), color-stop(rgba(120, 164, 229, 0.85)), to(rgba(255, 255, 255, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(120, 164, 229, 0.85), rgba(255, 255, 255, 0.98));
  padding: 50px 0;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 1.25em;
}

.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 1rem 1.75rem;
  border: 1px solid #41B6E6;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  color: #00447C;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 10px rgba(65, 182, 230, 0.5);
          box-shadow: 0 5px 10px rgba(65, 182, 230, 0.5);
}

.ag_table .tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.5);
}

.ag_table .tr:nth-child(2n) .time {
  color: #F2AF00;
}

.ag_table .tr.top {
  background-color: #00447C;
  padding: 0.3125rem 1.75rem;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
}

.ag_table .tr.top .time {
  color: #F2AF00;
  font-weight: 500;
  text-align: center;
}

.ag_table .tr.top .title {
  color: #fff;
  font-weight: 500;
}

.ag_table .tr.top .speaker .name {
  color: #fff;
  font-weight: 500;
}

.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  padding-right: 16px;
  font-weight: bold;
  color: #F2AF00;
  text-shadow: 0 1px 1px rgba(242, 175, 0, 0.5);
}

.ag_table .tr .title {
  padding-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  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;
}

.ag_table .tr .title .topic {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 5px 15px;
  margin: 0 0 0 25px;
  font-size: 16px;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: #41B6E6;
  color: #fff;
  text-shadow: 0 2px 3px rgba(65, 182, 230, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.ag_table .tr .title .topic:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #41B6E6;
}

.ag_table .tr .title span:last-child {
  margin-left: .5rem;
  font-size: .875em;
  color: rgba(68, 68, 68, 0.6);
}

.ag_table .tr .part {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ag_table .tr .speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  line-height: 1.2;
  color: #434343;
  font-weight: 500;
}

.ag_table .tr .speaker .spk {
  padding: 6px 0;
}

.ag_table .tr .speaker .name {
  color: #00447C;
  font-weight: 700;
  margin: 3px 0;
}

.ag_table .tr .speaker .job,
.ag_table .tr .speaker .cpy {
  font-size: 16px;
}

.sc_speaker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98));
  padding: 50px 0;
}

.sc_speaker .container-fluid {
  max-width: 1280px;
}

.spk_items {
  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;
}

.spk_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 25px auto;
}

.spk_item.nor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 16px;
  margin: 30px auto 30px auto;
  padding: 50px 10px 20px 10px;
  border-top: 1px dashed #41B6E6;
}

.spk_item .pic {
  position: relative;
  max-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.spk_item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.spk_item .pic:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.spk_item .pic:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.spk_item .wording {
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
}

.spk_item .wording .name {
  font-size: 20px;
  font-weight: 700;
  color: #0076CE;
}

.spk_item .wording .job {
  margin: 8px 0;
  color: #41B6E6;
}

.spk_item .wording .cpy {
  color: #F2AF00;
}

.sc_logo {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(80%), to(white));
  background: linear-gradient(0deg, white, 80%, white);
}

.sc_logo .container {
  max-width: 1400px;
}

.sc_logo .logo_gs {
  position: relative;
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_logo .logo_gs .logo_g {
  position: relative;
  width: 100%;
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_logo .logo_gs .logo_g .tit {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #808080;
  font-weight: 300;
}

.sc_logo .logo_gs .logo_g .items {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_logo .logo_gs .logo_g .items .item {
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 rgba(68, 68, 68, 0.3);
          box-shadow: 0 0 0 rgba(68, 68, 68, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_logo .logo_gs .logo_g .items .item img {
  position: relative;
  width: auto;
  height: 55px;
  max-height: 100px;
  z-index: 1;
}

.sc_logo .logo_gs .logo_g .items .item p {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin: 25px auto;
}

.sc_logo .logo_gs .logo_g .items .item:link p {
  text-decoration: none;
  color: #000;
}

.sc_logo .logo_gs .logo_g .items .item:hover {
  -webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
          box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
  z-index: 2;
}

.sc_location {
  padding: 50px 0;
  background-color: rgba(68, 68, 68, 0.95);
}

.location_cnt .loc_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.location_cnt .loc_top .loc {
  color: #41B6E6;
  font-size: 1.5em;
  margin: 0 0.5em 10px;
}

.location_cnt .loc_top .addr {
  margin: 0 0.5em 10px;
  color: #fff;
}

.sc_detail {
  background-color: white;
  padding: 50px 0 100px 0;
}

.sc_detail .sc_title .tit {
  color: #0076CE;
}

.sc_detail .detail_cnt .list {
  padding-left: 1.5rem;
  padding-right: 40px;
  margin-top: -4px;
  margin-bottom: 0;
}

.sc_detail .detail_cnt .list li {
  padding: 8px 0;
  line-height: 1.3;
}

.sc_detail .detail_cnt .list a {
  color: #0076CE;
  text-decoration: underline;
}

.sc_detail .detail_cnt .list a:hover {
  color: #00447C;
}

@media (max-width: 1400px) {
  .g_kv .slg {
    width: 31.25%;
    -webkit-transform: translate(-50%, -88%);
            transform: translate(-50%, -88%);
  }
  .g_kv .tit {
    width: 41.66667%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .g_kv .tit .t1 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .g_kv .tit .t1 span {
    font-size: 45px;
  }
  .g_kv .timer {
    position: absolute;
    left: 3%;
    bottom: 5%;
    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: #41B6E6;
  }
  .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';
  }
}

@media (max-width: 767px) {
  .fix_aside {
    bottom: .75rem;
  }
  .g_header .header_wrap {
    padding: 10px;
    background-color: #0076CE;
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_cnt {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }
  .g_header.is_active .header_wrap {
    padding: 10px;
  }
  .g_kv .desktop {
    height: 100vw;
  }
  .g_kv .slg {
    width: 90%;
    -webkit-transform: translate(-50%, -88%);
            transform: translate(-50%, -88%);
  }
  .g_kv .tit {
    width: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .g_kv .tit .t1 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .g_kv .tit .t1 span {
    font-size: 30px;
  }
  .g_kv .timer {
    padding: 14px 0 10px;
    position: static;
  }
  .g_main {
    padding-bottom: 60px;
  }
  .cta .bttn span {
    display: block;
    padding: 2px 0;
  }
  .sc_intro {
    padding: 20px 15px;
  }
  .sc_intro .strong {
    line-height: 1.3;
    font-size: 1.67em;
  }
  .sc_intro .p {
    padding: 0;
    text-align: left;
    line-height: 1.5;
  }
  .sc_intro .sp_row {
    display: block;
  }
  .sc_intro .sp_tit {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .sc_intro .sp_tit span {
    padding-right: 0;
  }
  .sc_intro .two_spot {
    margin: 20px -15px;
  }
  .sc_intro .sp_item {
    margin: 10px 0;
  }
  .gift_cnt {
    padding: 0;
  }
  .gift_item {
    padding: 20px;
    display: block;
  }
  .gift_item .pic {
    display: inline-block;
  }
  .gift_item .wording {
    text-align: center;
    font-size: 1rem;
    padding: 20px 0;
  }
  .gift_item .wording .tit {
    display: inline-block;
    border-right-width: 2px;
  }
  .sc_agenda .sec_cnt {
    display: block;
  }
  .ag_table {
    margin-top: 1rem;
  }
  .ag_table .tr {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .ag_table .tr.top .time {
    text-align: left;
  }
  .ag_table .tr.top .title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  .ag_table .tr.top .speaker .name {
    color: #fff;
    font-weight: 500;
  }
  .ag_table .tr .title {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-bottom: 5px;
    -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;
  }
  .ag_table .tr .title .topic {
    margin: 5px 0;
  }
  .spk_items {
    display: block;
  }
  .spk_item {
    margin-bottom: 20px;
  }
  .spk_item .pic {
    padding: 0;
    max-width: 240px;
    margin: 0 auto;
  }
  .sc_logo {
    padding: 20px 0;
  }
  .sc_logo .logo_gs {
    margin: 50px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_logo .logo_gs .logo_g {
    margin: 25px 0;
  }
  .sc_logo .logo_gs .logo_g .tit {
    font-size: 16px;
  }
  .sc_logo .logo_gs .logo_g .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_logo .logo_gs .logo_g .items .item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 20px 0 15px 0;
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
            box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  }
  .sc_location {
    padding: 20px 0;
  }
  .location_cnt .loc_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_detail .detail_cnt {
    display: block;
  }
  .sc_detail .detail_cnt .list {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */