body {
  font-family: "Noto Sans TC", sans-serif;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00113d), color-stop(#febd3d), to(#00113d));
  background-image: linear-gradient(0deg, #00113d, #febd3d, #00113d);
}

.main_color {
  color: #00113d;
}

table {
  width: auto !important;
}

.sub_color {
  color: #001d92;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.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: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  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;
}

.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(128deg, #dea81e, #fb9b03, #874E15);
  color: #fff;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -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: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.en {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

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

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

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header.is_active {
  background-color: rgba(2, 102, 122, 0.8);
}

.g_header.is_active .nav_area .nav_item {
  font-size: 14px;
  line-height: 1;
}

.g_header.is_active .nav_area .nav_link {
  padding: 5px 12px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.g_header.is_active .nav_area .nav_link:hover {
  color: #febd3d;
  text-decoration: none;
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px 0 0;
}

.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.2;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  border: 1px solid #febd3d;
  background-color: #febd3d;
  color: #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header .nav_area .nav_item.is_highlight .nav_link:hover {
  background-color: #fff;
  color: #0088d5;
  border: 1px solid #0088d5;
}

.g_header .nav_area .nav_item.chooseVenue {
  position: relative;
}

.g_header .nav_area .nav_item.chooseVenue:hover .hover_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .nav_area .nav_item.chooseVenue .hover_holder {
  cursor: pointer;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
  padding: 10px 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu .hover_item {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu .hover_item:first-child {
  margin-top: 10px;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu .hover_item p {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 15px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #febd3d;
  border: 1px solid #febd3d;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu .hover_item p:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #0088d5;
  border: 1px solid #0088d5;
}

.g_header .nav_area .nav_item.chooseVenue .hover_menu .hover_item p span {
  font-size: 12px;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

.g_header .nav_language {
  position: absolute;
  top: 50%;
  right: 70px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.g_header .nav_language .hover {
  display: inline-block;
  position: relative;
}

.g_header .nav_language .hover img {
  width: 30px;
  line-height: 0;
}

.g_header .nav_language .hover:hover .hover_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .nav_language .hover_holder {
  cursor: pointer;
}

.g_header .nav_language .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  padding: 10px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.g_header .nav_language .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.g_header .nav_language .hover_menu .hover_item:first-child {
  margin-top: 10px;
}

.g_header .nav_language .hover_menu .hover_item p {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #005186;
  border: 1px solid #005186;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header .nav_language .hover_menu .hover_item p:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  color: #005186;
  background-color: #fff;
}

.g_header .nav_language .hover_menu .hover_item p span {
  font-size: 12px;
}

.g_header .nav_sns {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.g_header .nav_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .nav_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .nav_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .nav_sns .hover_holder {
  cursor: pointer;
}

.g_header .nav_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

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

.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: 0.5em 0;
  display: none;
}

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

@-webkit-keyframes float {
  0% {
    -webkit-transform: scale(1.05) translateY(10px);
    transform: scale(1.05) translateY(10px);
  }

  50% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1.05) translateY(10px);
    transform: scale(1.05) translateY(10px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: scale(1.05) translateY(10px);
    transform: scale(1.05) translateY(10px);
  }

  50% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1.05) translateY(10px);
    transform: scale(1.05) translateY(10px);
  }
}

.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv_bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/kv_bg.jpg) top center/cover no-repeat;
  -webkit-animation: float 20s ease-in-out alternate infinite;
  animation: float 20s ease-in-out alternate infinite;
}

.g_kv {
  position: relative;
  overflow: hidden;
}

.g_kv .desktop {
  position: relative;
  height: 100vh;
}

.g_kv .kv_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.75%;
  margin: 2% 3%;
}

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

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

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

.g_kv .tit .t1 {
  position: relative;
  display: block;
  margin: 0;
  width: 70%;
}

.g_kv .tit .t2 {
  position: relative;
  display: block;
  margin: 10% 0 0 auto;
  width: 40%;
}

.g_kv .timer {
  position: absolute;
  right: 2%;
  bottom: 60px;
  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: #874E15;
}

.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.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 {
  overflow: hidden;
}

.main_sc {
  padding: 60px 0;
}

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

.sc_title .tit {
  position: relative;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, right top, from(#b57b02), color-stop(#874E15), to(#fb9b03));
  background: linear-gradient(90deg, #b57b02, #874E15, #fb9b03);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: transparent;
  font-weight: 700;
  line-height: 1;
}

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

.sc_title .tit.c_main_r {
  color: #874E15;
}

.sc_title .tit.c_main_lb {
  color: #2394d6;
}

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

.sc_title .tit span {
  font-size: 1.25rem;
  font-weight: 400;
}

.spCnt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(135, 78, 21, 0.2)), color-stop(rgba(0, 17, 61, 0.9)), to(rgba(135, 78, 21, 0.2))), url(img/kv_sky_bg.jpg);
  background-image: linear-gradient(90deg, rgba(135, 78, 21, 0.2), rgba(0, 17, 61, 0.9), rgba(135, 78, 21, 0.2)), url(img/kv_sky_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spCnt .highlight_tit {
  position: relative;
  display: block;
  text-align: center;
  color: transparent;
  font-size: 24px;
  font-weight: bold;
  margin: 10px auto 10px auto;
  background: -webkit-gradient(linear, left top, right top, from(#874E15), color-stop(#874E15), to(#874E15));
  background: linear-gradient(90deg, #874E15, #874E15, #874E15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.spCnt .highlight_tit span {
  font-size: 38px;
  font-weight: 700;
}

.spCnt .lists {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 15px auto 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spCnt .lists .list {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spCnt .lists .list .num {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 32px;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(120deg, #b79cff, #874E15, #5feaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.spCnt .lists .list .num span {
  font-size: 58px;
}

.spCnt .lists .list .cnt {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 10px;
  margin: 0 0 15px 0;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #fff;
}

.spCnt .lists .list .cnt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(120deg, #febd3d, #fb9b03, #b57b02);
}

.sc_intro {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%), to(rgba(248, 248, 248, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #f8f8f8, 50%, rgba(248, 248, 248, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.intro_cnt {
  position: relative;
  width: 100%;
  max-width: 900px;
  text-align: justify;
  font-size: 1.125rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 50px 0;
}

.intro_cnt p {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
  padding: 0.3125rem 0;
  line-height: 1.5;
  text-align: left;
}

.intro_cnt .highlight_tit {
  position: relative;
  display: block;
  text-align: center;
  color: transparent;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto 10px auto;
  background: -webkit-gradient(linear, left top, right top, from(#b57b02), color-stop(#874E15), to(#fb9b03));
  background: linear-gradient(90deg, #b57b02, #874E15, #fb9b03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.intro_cnt .highlight_tit span {
  font-size: 22px;
  font-weight: 700;
}

.intro_cnt .lists {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 15px auto 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro_cnt .lists .list {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_cnt .lists .list .num {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 32px;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(120deg, #fb9b03, #874E15, #febd3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.intro_cnt .lists .list .num span {
  font-size: 58px;
}

.intro_cnt .lists .list .cnt {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  margin: 0 0 15px 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.4;
  color: #343a40;
}

.intro_cnt .lists .list .cnt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(120deg, #febd3d, #fb9b03, #b57b02);
}

.intro_cnt .combain {
  position: relative;
  width: 550px;
  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: -webkit-gradient(linear, left top, right top, from(#b57b02), color-stop(#874E15), to(#fb9b03));
  background: linear-gradient(90deg, #b57b02, #874E15, #fb9b03);
}

.intro_cnt .combain .combain_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 15px;
  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;
}

.intro_cnt .combain .cnt {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #b57b02;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 10px auto 20px auto;
}

.intro_cnt .combain .highLight {
  display: inline-block;
  color: transparent;
  font-size: 2rem;
  margin: 20px auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#b57b02), color-stop(#874E15), to(#fb9b03));
  background: linear-gradient(90deg, #b57b02, #874E15, #fb9b03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.cta_cnt {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.cta_cnt.agd {
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.cta_cnt .bttns {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.cta_cnt .bttns .bttn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 55px;
  margin: 15px 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 3px solid #febd3d;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}

.cta_cnt .bttns .bttn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #febd3d;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cta_cnt .bttns .bttn_inner {
  position: relative;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cta_cnt .bttns .bttn_inner.en {
  word-spacing: 1px;
  letter-spacing: 0;
}

.cta_cnt .bttns .bttn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.cta_cnt .bttns .bttn:hover::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.cta_cnt .bttns .bttn:hover .bttn_inner {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  letter-spacing: 10px;
}

.cta_cnt .bttns .bttn:hover .bttn_inner.en {
  word-spacing: 10px;
  letter-spacing: 0;
}

.cta_cnt .bttns .bttn.light::before {
  border: 1px solid #febd3d;
}

.cta_cnt .bttns .bttn.light::after {
  background-color: #febd3d;
}

.sc_agenda {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #0782b1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 17, 61, 0.5);
  box-shadow: 0 5px 15px rgba(0, 17, 61, 0.5);
}

.agd_cnt .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agd_cnt .tr.tr_light {
  color: #fff;
  background-color: rgba(2, 102, 122, 0.7);
}

.agd_cnt .tr.tr_light .ag_tit {
  color: #fff;
}

.agd_cnt .tr.tr_full {
  color: #fff;
  background-color: #2666ad;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agd_cnt .tr.tr_full .td_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.agd_cnt .tr.tr_full .ag_tit {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.agd_cnt .tr.tr_tit {
  position: relative;
  background-color: #febd3d;
  border-bottom: 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}

.agd_cnt .tr.tr_tit .tr_tit-text {
  position: relative;
  width: 100%;
  text-align: center;
}

.agd_cnt .tr:nth-child(2n+1) {
  background-image: linear-gradient(120deg, rgba(2, 102, 122, 0.1), rgba(2, 102, 122, 0.1), rgba(2, 102, 122, 0.1));
}

.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(120deg, #005186, #2394d6, #005186);
  color: #fff;
}

.agd_cnt .td {
  padding: 0.6em 1.2em;
}

.agd_cnt .td_time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8em;
  flex: 0 0 8em;
  text-align: center;
}

.agd_cnt .td_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agd_cnt .ag_tit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 1rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}

.agd_cnt .ag_tit span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #0782b1;
}

.agd_cnt .ag_tit b {
  position: relative;
  font-weight: bold;
  color: #dea81e;
  margin: 10px 0;
  display: block;
}

.agd_cnt .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agd_cnt .icon img {
  position: relative;
  width: 20px;
  height: auto;
}

.agd_cnt .topic_toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.agd_cnt .MT {
  position: relative;
  line-height: 1.35;
  font-weight: bold;
  color: #b57b02;
  margin: 20px 0 5px 0;
  text-align: left;
}

.agd_cnt .MT:first-child {
  margin: 0 0 5px 0;
}

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

.agd_cnt .ag_spk-main {
  position: relative;
  margin: 5px auto;
  font-weight: bold;
  color: #dea81e;
}

.agd_cnt .ag_spk .c {
  color: #0782b1;
  font-weight: bold;
}

.agd_cnt .ag_spk .job {
  color: rgb(7, 130, 177);
}

.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #0782b1;
  font-size: 1rem;
}

.agd_cnt .ag_spk .name span {
  font-weight: bold;
}

.agd_cnt .ag_spk_tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 0.875em;
  color: #343a40;
}

.agd_normal .td_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.agd_normal .td_speaker {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.agd_split .tr {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.agd_split .td {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agd_split .topic_toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  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: #00113d;
}

.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #001d92;
}

.agd_split .sp1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-left: 5px solid #00113d;
}

.agd_split .sp2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-left: 5px solid #001d92;
}

.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ag_tip {
  text-align: center;
  color: #000;

}

.sc_speaker {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 0 15px rgba(0, 17, 61, 0.5);
  box-shadow: 0 0 15px rgba(0, 17, 61, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(5%), color-stop(white), color-stop(20%), color-stop(white), color-stop(80%), color-stop(white), color-stop(95%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(100%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 0%, rgba(255, 255, 255, 0.8), 5%, white, 20%, white, 80%, white, 95%, rgba(255, 255, 255, 0.8), 100%, rgba(255, 255, 255, 0));
}

.speaker_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;
}

.speaker_items .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px;
  text-align: center;
  margin: 20px 0;
  color: #fff;
}

.speaker_items .item .pic {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background: url("img/ui/speech.svg") center/120px no-repeat;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.speaker_items .item .pic img {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.speaker_items .item .name {
  margin: 10px auto;
  color: rgb(7, 130, 177);
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
}

.speaker_items .item .name span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}

.speaker_items .item .t {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #342179;
}

.sc_logos {
  position: relative;
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%), to(rgba(248, 248, 248, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #f8f8f8, 50%, rgba(248, 248, 248, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.sc_logos .unit_G {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc_logos .title {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  border: 3px solid #febd3d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.sc_logos .title.toManyLogos {
  margin: -160px 0 0;
}

.sc_logos .items {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sc_logos .items .item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  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;
}

.sc_logos .items .item a {
  cursor: default;
  text-decoration: none;
}

.sc_logos .items .item img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.sc_logos .items .item:hover img {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sc_logos .items.cnt_G .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 250px;
  padding: 5px 15px;
}

.sc_gift {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.sc_gift .gifts {
  margin-top: 5%;
  position: relative;
  display: flex;
  justify-content:space-between;
  align-items: center;
  gap: 25px;
}

.sc_gift .gifts .gift {
  flex: 0 0 23%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sc_gift .gifts .gift .pic {
    width: 200px;
}

.sc_gift .gifts .gift .pic img {
  width: 100%;
  max-width: 100%;
}

.sc_gift .gifts .gift .info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sc_gift .gifts .gift .info .name {
  font-size: 20px;
      color: #0782b1;
      font-weight: bold;
}

.sc_gift .gifts .gift .info .name span {
  font-size: 16px;
  color: #000000;
  display: block;
}

.sc_gift .gifts .gift .info .sponsor {
  font-size: 18px;
  color: #000000;
}

.sc_location {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.location_cnt .loc_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.location_cnt .loc_top .loc {
  position: relative;
  color: #001d92;
  font-size: 1.5rem;
  margin: 0 10px 10px;
  font-weight: bold;
}

.location_cnt .loc_top .addr {
  position: relative;
  margin: 0 10px 10px;
  color: #2394d6;
}

.sc_detail {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(rgba(255, 255, 255, 0.8)), color-stop(95%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 5%, rgba(255, 255, 255, 0.8), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.8), 95%, rgba(255, 255, 255, 0));
}

.sc_detail .list {
  padding-left: 1.5em;
}

.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

.sc_detail ul {
  list-style: disc;
}

.sc_detail .ps {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

.sc_detail .policy_cnt {
  position: relative;
  width: 100%;
  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;
}

.sc_detail .policy_cnt a {
  position: relative;
  width: 250px;
  display: block;
  margin: 0 15px;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px;
}

.modal .modal-header {
  -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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #005186;
}

.modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  display: block;
}

.modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal .modal-header .close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
}

.modal .modal-body span {
  font-weight: bold;
}

.modal .modal-body .cnt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 18px;
  border: dashed rgba(0, 81, 134, 0.3);
  border-width: 1px 0 1px 0;
}

.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

.modal .modal-body ul {
  font-size: 18px;
  list-style: none;
  padding: 0 0 0 20px;
}

.modal .modal-body ul li {
  position: relative;
  margin: 15px auto;
  text-indent: 2em;
}

.modal .modal-body .line {
  position: relative;
  width: 100%;
  height: 1px;
  border: 1px dashed rgba(0, 81, 134, 0.3);
  margin: 25px 0;
}

.modal .modal-body .tit {
  position: relative;
  width: 100%;
  text-align: center;
}

.modal .modal-body .c_logo {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin: 25px auto;
}

.modal .modal-body .c_logo img {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 35px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  max-width: 250px;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.modal .modal-body .c_logo img:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.modal .modal-footer {
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #005186;
  border: 1px solid #005186;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-footer .btn:hover {
  color: #005186;
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-image: linear-gradient(#fff);
     /* background: #000000; */
  }

  .g_header {
    background-color: rgba(2, 102, 122, 1);
  }

  .g_header.is_active {
    background-color: rgba(2, 102, 122, 1);
  }

  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }

  .g_header .menu_trigger {
    padding: 0 24px;
  }

  .g_header .nav_area .nav_content {
    display: block;
    padding: 0;
  }

  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }

  .g_header .nav_area .nav_item {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
  }

  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }

  .g_header .nav_area .nav_item.chooseVenue .hover_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .g_header .nav_area .nav_link {
    padding: 5px 12px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }

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

  .g_header .nav_language {
    position: absolute;
    top: 110px;
    right: 5px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .g_header .nav_sns {
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .kv_bg {
    top: 60px;
    height: 125vw;
    position: absolute;
  }

  .g_kv {
     /* background: #000000; */
  }

  .g_kv .desktop {
    height: 100vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(0, 81, 134, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 81, 134, 0.5), rgba(255, 255, 255, 0));
  }

  .g_kv .kv_logo {
    width: 20%;
    margin: 22% 6% 0 5%;
  }
  
  .g_kv .kv_logo img {
    /* background: #000000; */
    /* padding: 0.2rem; */
  }

  .g_kv .tit {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    width: 100%;
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(5%), color-stop(white), color-stop(50%), color-stop(white), color-stop(90%), to(rgba(255, 255, 255, 0))); */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0), 5%, white, 50%, white, 90%, rgba(255, 255, 255, 0)); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
  }

  .g_kv .tit .t1 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .g_kv .tit .t2 {
    position: relative;
    display: block;
    /* margin: 20% 0 0 auto; */
    width: 50%;
  }

  .main_sc {
    padding: 40px 0;
  }

  .sc_title {
    font-size: 1.5rem;
  }

  .sc_title .tit {
    line-height: 1.3;
  }

  .sc_intro {
    padding: 5px 0 30px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), color-stop(50%), to(#f8f8f8)), -webkit-gradient(linear, left top, right top, from(white), color-stop(5%), color-stop(white), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(white), color-stop(95%), to(white));
    background-image: linear-gradient(0deg, #f8f8f8, 50%, #f8f8f8), linear-gradient(90deg, white, 5%, white, 20%, white, 40%, white, 60%, white, 80%, white, 95%, white);
  }

  .intro_cnt {
    font-size: 1rem;
  }

  .intro_cnt .highlight_tit {
    font-size: 1.3125rem;
    margin: 15px auto 0 auto;
    text-align: center;
  }

  .intro_cnt .highlight_tit span {
    display: inline-block;
    font-size: 1.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .intro_cnt p {
    padding: 0.3125rem 0;
    line-height: 1.5;
    text-align: left;
  }

  .cta_cnt {
    padding: 20px 0;
  }

  .cta_cnt .bttn {
    margin-bottom: 20px;
  }

  .cta_cnt .bttn:last-child {
    margin-bottom: 0;
  }

  .cta_cnt .bttn .bttn_inner {
    font-size: 1.3125rem;
  }

  .agd_cnt .tr {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
  }

  .agd_cnt .tr_head {
    display: none;
  }

  .agd_cnt .td {
    padding: 0.9375rem 1rem;
  }

  .agd_cnt .td:first-child {
    padding-top: 1em;
  }

  .agd_cnt .td:last-child {
    padding-bottom: 1em;
  }

  .agd_cnt .td_time {
    text-align: center;
  }

  .agd_cnt .td_title {
    display: block;
  }

  .agd_cnt .ag_tit {
    font-size: 1.0625rem;
    text-align: center;
    margin: 0;
    color: #0782b1;
  }

  .agd_cnt .ag_tit span {
    font-size: 1.125rem;
  }

  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }

  .agd_cnt .MT {
    text-align: center;
  }

  .agd_cnt .ag_spk {
    text-align: center;
  }

  .agd_cnt .ag_spk .c {
    color: #0782b1;
    font-weight: bold;
  }

  .agd_cnt .ag_spk .job {
    color: #0782b1;
  }

  .agd_cnt .ag_spk .name {
    margin-top: 0.2rem;
    color: #0782b1;
    font-size: 1rem;
  }

  .agd_cnt .ag_spk .name span {
    font-weight: bold;
  }

  .agd_split .td {
    width: 100%;
  }

  .agd_split .tr_split_tit {
    display: none;
  }

  .agd_split .tr_split_tit .td_split {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    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;
  }

  .sc_speaker .container {
    padding: 0;
  }

  .speaker_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .speaker_items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .speaker_items .item .name {
    font-size: 1rem;
  }

  .speaker_items .item .name span {
    display: block;
  }

  .speaker_items .item .t {
    font-size: 0.875rem;
  }

  .sc_gift .gifts {
    flex-direction: column;
    gap: 50px;
  }

  .sort_cnt .sorts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sort_cnt .sorts .item {
    margin: 0;
    padding: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .sort_cnt .sorts .item_link {
    text-align: center;
    padding: 0.65em 1.3em;
  }

  .sponsor_cnt {
    padding: 0;
  }

  .sponsor_cnt .spr_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 3px;
  }

  .sc_logos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%), to(#f8f8f8));
    background-image: linear-gradient(180deg, #f8f8f8, 50%, #f8f8f8);
  }

  .sc_logos .unit_G {
    -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_logos .title {
    font-size: 1.125rem;
  }

  .sc_logos .title.toManyLogos {
    margin: 0;
  }

  .sc_logos .items {
    margin: 0 0 35px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sc_logos .items .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 5px 35px;
  }

  .sc_logos .items .item img {
    padding: 15px;
    width: 300px;
    margin: 5px 0;
  }

  .sc_logos .items.cnt_G .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }

  .sc_location {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(5%), color-stop(white), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(white), color-stop(95%), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), 5%, white, 20%, white, 40%, white, 60%, white, 80%, white, 95%, rgba(255, 255, 255, 0.8));
  }

  .location_cnt .loc_top {
    display: block;
  }

  .location_cnt .loc_top .loc {
    margin-bottom: 0;
  }

  .location_cnt .loc_top .addr {
    margin-bottom: 15px;
  }

  .sc_detail {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(5%), color-stop(white), color-stop(20%), color-stop(white), color-stop(40%), color-stop(white), color-stop(60%), color-stop(white), color-stop(80%), color-stop(white), color-stop(95%), to(white));
    background-image: linear-gradient(90deg, white, 5%, white, 20%, white, 40%, white, 60%, white, 80%, white, 95%, white);
  }

  .sc_detail .policy_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc_detail .policy_cnt a {
    margin: 5px auto;
  }

  .modal .modal-dialog {
    max-width: 800px;
  }

  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px;
  }

  .modal .modal-header .modal-title {
    font-size: 24px;
  }

  .modal .modal-header .sub {
    font-size: 16px;
  }

  .modal .modal-body {
    font-size: 16px;
    line-height: 1.3;
  }

  .modal .modal-footer .ps {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
  }

  .modal .modal-footer .btn {
    padding: 17px 40px;
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */