body {
  font-family: "Noto Sans TC", sans-serif;
  color: #02006d;
  background-color: #02006d;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.main_color {
  color: #cd1f68;
}

.sub_color {
  color: #02006d;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  font-size: 0.95rem;
  cursor: pointer;
  -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 .cnt {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  -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);
}
.fix_aside .fx_item .cnt.txt {
  padding: 0.6em;
  text-align: center;
  background: linear-gradient(135deg, #fe9c5f, #cd1f68);
  color: #fff;
  line-height: 1.3;
}
.fix_aside .fx_item .cnt.top {
  padding: 0.6em;
  background: #fff url("img/ui/arrow_top.png") center/2.8em no-repeat;
}
.fix_aside .fx_item .cnt.icon {
  background: url("img/ui/calendar.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.fix_aside .fx_item + .fx_item {
  margin-top: 0.5rem;
}
.fix_aside .fx_item:hover {
  text-decoration: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.g_header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  background-color: rgba(2, 0, 109, 0);
}
.g_header.is_active {
  position: fixed;
  background-color: #02006d;
}

.header_wrap {
  position: relative;
  padding: 0.5rem;
}
.header_wrap .menu_trigger {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.header_wrap .menu_trigger .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 3px;
  margin-top: -2px;
  background-color: #fff;
}
.header_wrap .menu_trigger .icon::before, .header_wrap .menu_trigger .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.header_wrap .menu_trigger .icon::before {
  top: -300%;
}
.header_wrap .menu_trigger .icon::after {
  bottom: -300%;
}
.header_wrap .menu_trigger.sty_white {
  border-color: #fff;
}
.header_wrap .menu_trigger.sty_white .icon, .header_wrap .menu_trigger.sty_white .icon::before, .header_wrap .menu_trigger.sty_white .icon::after {
  background-color: #fff;
}
.header_wrap .nav_area {
  position: relative;
  display: block;
  z-index: 3;
  text-align: center;
}
.header_wrap .nav_area .nav_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header_wrap .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.header_wrap .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}
.header_wrap .nav_area .nav_item.is_highlight .nav_link {
  background-color: #cd1f68;
  color: #000;
}
.header_wrap .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header_wrap .nav_area .nav_link:hover {
  background-color: #cd1f68;
  text-decoration: none;
}

@-webkit-keyframes kvbg-fast {
  0% {
    -webkit-transform: translateY(-7%) rotate(1deg);
            transform: translateY(-7%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(3%) rotate(-1deg);
            transform: translateY(3%) rotate(-1deg);
  }
}

@keyframes kvbg-fast {
  0% {
    -webkit-transform: translateY(-7%) rotate(1deg);
            transform: translateY(-7%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(3%) rotate(-1deg);
            transform: translateY(3%) rotate(-1deg);
  }
}
@-webkit-keyframes kvbg-slow {
  0% {
    -webkit-transform: translateY(-4%) rotate(-2deg);
            transform: translateY(-4%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(1%) rotate(2deg);
            transform: translateY(1%) rotate(2deg);
  }
}
@keyframes kvbg-slow {
  0% {
    -webkit-transform: translateY(-4%) rotate(-2deg);
            transform: translateY(-4%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(1%) rotate(2deg);
            transform: translateY(1%) rotate(2deg);
  }
}
@-webkit-keyframes index_kv_float {
  0% {
    -webkit-transform: scale(1.05) translate(0);
    transform: scale(1.05) translate(0);
  }
  50% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
  100% {
    -webkit-transform: scale(1.05) translate(0);
    transform: scale(1.05) translate(0);
  }
}
@keyframes index_kv_float {
  0% {
    -webkit-transform: scale(1.05) translate(0);
    transform: scale(1.05) translate(0);
  }
  50% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
  100% {
    -webkit-transform: scale(1.05) translate(0);
    transform: scale(1.05) translate(0);
  }
}
@-webkit-keyframes bg_float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bg_float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.g_kv {
  position: relative;
  overflow: hidden;
}
.g_kv .desktop .content {
  position: relative;
  height: min(100vh, 56.26vw);
  background: url("img/mainbg.png") center/cover;
}
.g_kv .desktop .kv,
.g_kv .desktop .cover,
.g_kv .desktop .main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.g_kv .desktop .kv {
  z-index: 0;
  -webkit-animation: index_kv_float 15s ease-in-out normal infinite;
          animation: index_kv_float 15s ease-in-out normal infinite;
}
.g_kv .desktop .kv div {
  height: 100%;
  background: url("img/kv_z2.png") center/cover;
  -webkit-animation: bg_float 8s ease-in-out normal infinite;
          animation: bg_float 8s ease-in-out normal infinite;
}
.g_kv .desktop .cover {
  z-index: 1;
  background-image: url("img/kv_z4.png"), url("img/kv_z3.png");
}
.g_kv .desktop .main {
  z-index: 1;
  background-image: url("img/kv_z5.png");
}
.g_kv .desktop .logo {
  position: absolute;
  width: 22.3958333333%;
  right: 6.6666666667%;
  top: 4.6296296296vh;
  z-index: 2;
}
.g_kv .desktop .timer {
  position: absolute;
  right: 0.5vw;
  bottom: 0;
  z-index: 2;
}
.g_kv .timer {
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.g_kv .timer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 0, 109, 0.5);
}
.g_kv .timer .tb {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 4rem;
  height: 3.6rem;
  padding-bottom: 1.5em;
  letter-spacing: normal;
}
.g_kv .timer .tb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #e37f6a;
}
.g_kv .timer .tb:first-child::before {
  width: 6px;
  height: 6px;
  border-left-width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#cd1f68), to(#e37f6a));
  background: linear-gradient(90deg, #cd1f68, #e37f6a);
  border-radius: 50%;
  top: 92%;
  left: -2px;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #e5c16e;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.38em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s::after {
  content: "sec";
}

.g_main {
  position: relative;
  z-index: 1;
}
.g_main .container-fluid {
  max-width: 1280px;
}
.g_main ul {
  padding-left: 0;
  margin-bottom: 0;
}

.main_sc {
  padding-top: 80px;
  padding-bottom: 80px;
}

@-webkit-keyframes cube-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes cube-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.sc_title {
  margin-top: -20px;
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
}
.sc_title .tit {
  position: relative;
  display: inline-block;
  color: #02006d;
}
.sc_title .tit.c_white {
  color: #fff;
}
.sc_title .tit div {
  border-bottom: 1px double currentColor;
  padding-bottom: 0.33em;
  font-weight: 700;
  line-height: 1.2;
}

.cta_wrap {
  padding-top: 60px;
  text-align: center;
}
.cta_wrap a {
  display: inline-block;
}

.primary_cta {
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 2em;
}
.primary_cta span {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 2em;
  border: 1px solid #e5c16e;
  padding: 0.8em 2.5em 0.9em;
  background: transparent;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.primary_cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#cd1f68), color-stop(50%, #e37f6a), to(#e5c16e));
  background: linear-gradient(90deg, #cd1f68, #e37f6a 50%, #e5c16e);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.primary_cta:hover {
  text-decoration: none;
}
.primary_cta:hover span {
  border-color: #02006d;
  background-color: #fff;
  color: #02006d;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.2);
}
.primary_cta:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#e37f6a), color-stop(#cd1f68), to(#e5c16e));
  background: linear-gradient(#e37f6a, #cd1f68, #e5c16e);
}

.sc_intro {
  background-color: #fff;
}
.sc_intro .slogan {
  padding: 8px 0;
  margin-bottom: 1.25em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 148, 208, 0)), color-stop(#4894d0), color-stop(#4894d0), to(rgba(72, 148, 208, 0)));
  background: linear-gradient(90deg, rgba(72, 148, 208, 0), #4894d0, #4894d0, rgba(72, 148, 208, 0));
  font-size: 1.75em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.sc_intro .slogan div {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 0.3em 0 0.4em;
  text-shadow: 0 4px 0 #02006d;
}

.intr_cnt {
  margin: 0 auto;
  max-width: 49em;
  font-size: 1.25em;
}
.intr_cnt .p_tit {
  padding: 0.5em 0 0.5em;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.intr_cnt .p_tit > div + div {
  padding-top: 0.33em;
}
.intr_cnt .p_tit i {
  color: #cd1f68;
}
.intr_cnt .p_tit span {
  color: #cd1f68;
}
.intr_cnt p {
  line-height: 1.8;
}
.intr_cnt p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes spotItem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  33% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spotItem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  33% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sec_sec {
  background-color: #fff;
}

.three_spot {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
  background: linear-gradient(0deg, #4894d0, rgba(72, 148, 208, 0) 15%), linear-gradient(-30deg, #02006d 75%, #83448f);
}
.three_spot .spot_tit {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
}
.three_spot .spot_tit div {
  display: inline-block;
  border-bottom: 1px double #fff;
  padding-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.three_spot .spot_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three_spot .spot_item .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: spotItem 6s infinite forwards linear;
          animation: spotItem 6s infinite forwards linear;
}
.three_spot .spot_item .container:hover .pic img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.three_spot .spot_item .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.three_spot .spot_item .pic img {
  width: 100%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.three_spot .spot_item .img {
  text-align: center;
}
.three_spot .spot_item .word {
  padding-left: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  font-size: 1.25em;
}
.three_spot .spot_item .word .t {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #fe8941;
}
.three_spot .spot_item .word .p,
.three_spot .spot_item .word ol {
  margin-top: 0.75em;
  line-height: 1.5;
  color: #fff;
}
.three_spot .spot_item:nth-child(1) .container {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.three_spot .spot_item:nth-child(2) .container {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.three_spot .spot_item:nth-child(2) .pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.three_spot .spot_item:nth-child(3) .container {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.three_spot .target_tit {
  margin-top: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 2em;
}
.three_spot .target_tit div {
  display: inline-block;
  border-bottom: 1px dashed #fe9c5f;
  padding-bottom: 0.5em;
  font-weight: 300;
  line-height: 1.2;
  color: #fe8941;
}
.three_spot .targets {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25em;
}
.three_spot .targets .tgt {
  border-radius: 0.5em;
  margin: 0 0.5em;
  padding: 1em;
  line-height: 1.1;
  background: linear-gradient(135deg, #e5c16e, #cd1f68 15%, #cd1f68 85%, #e5c16e);
}
.three_spot .targets .tip {
  margin-top: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.sc_agenda {
  background-color: #F1EFED;
}
.sc_agenda .main_sc {
  padding-bottom: 0;
}

.agd_cnt {
  line-height: 1.3;
  color: #02006d;
}

.ag_table {
  border-radius: 1em;
  overflow: hidden;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(2, 0, 109, 0.5);
  padding: 0 1em;
  background-color: #fff;
}
.ag_table .tr.tr_soft {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #02006d), to(#83448f));
  background: linear-gradient(90deg, #02006d 50%, #83448f);
  color: #fff;
}
.ag_table .tr.tr_soft .time {
  color: #fff;
}
.ag_table .tr.tr_soft .tpc {
  color: #fff;
  font-weight: 400;
  margin-right: 0;
  text-align: center;
}
.ag_table .tr:last-child {
  border-bottom: 0;
}
.ag_table .td {
  padding: 1em;
}
.ag_table .td_time,
.ag_table .td_holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5em;
          flex: 0 0 7.5em;
  text-align: center;
}
.ag_table .td_topic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag_table .time {
  color: #83448f;
}
.ag_table .tpc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1em;
}
.ag_table .tpc .zh {
  font-size: 1.25em;
  font-weight: 500;
}
.ag_table .tpc_outline {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 2em;
  border: 1px solid #02006d;
  padding: 0.6em 1.2em 0.65em;
  font-size: 0.875em;
  line-height: 1;
  background-color: rgba(205, 31, 104, 0.2);
  color: #02006d;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.ag_table .tpc_outline:hover {
  background-color: #cd1f68;
  color: #fff;
}
.ag_table .td_speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29em;
          flex: 0 0 29em;
  padding-left: 4.5em;
  line-height: 1.3;
}
.ag_table .td_speaker .n {
  font-size: 1.125em;
  font-weight: 700;
  color: #02006d;
}
.ag_table .td_speaker .c,
.ag_table .td_speaker .j {
  margin-bottom: 0.2rem;
  color: #4894d0;
}
.ag_table .td_speaker .speech {
  position: relative;
  line-height: 1.25;
}
.ag_table .td_speaker .speech + .speech {
  margin-top: 10px;
}
.ag_table .td_speaker .speech .tag {
  color: #83448f;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-120%, 2px);
          transform: translate(-120%, 2px);
}
.ag_table .td_speaker .speech .spk + .spk {
  margin-top: 12px;
}

.ag_tip {
  text-align: center;
}

.sc_speaker {
  background-color: #F1EFED;
}
.sc_speaker .main_sc {
  padding-bottom: 60px;
}

.spk_cnt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spk_cnt .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spk_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 0;
}
.spk_item .pic {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #4894d0;
  margin: 0 auto;
  max-width: 212px;
  background: #e4f5ff;
  overflow: hidden;
}
.spk_item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.spk_item .pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.spk_item .word {
  margin-top: 12px;
  padding: 0 2.5em;
}
.spk_item .word .n {
  margin-bottom: 6px;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1.2;
  color: #02006d;
}
.spk_item .word .j {
  line-height: 1.3;
  color: #006fcb;
}
.spk_item .word .j span {
  display: inline-block;
}

.sc_gift {
  background-color: #F1EFED;
}
.sc_gift .main_sc {
  padding-top: 20px;
}

.gift_cnt .gift_title {
  text-align: center;
}
.gift_cnt .gift_title .tit {
  font-size: 1.25em;
  font-weight: 300;
  color: #02006d;
  margin-bottom: 24px;
}
.gift_cnt .wrap.wp1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.gift_cnt .wrap.wp1 .pic {
  background: linear-gradient(135deg, rgba(229, 193, 110, 0.2) 10%, #e5c16e, rgba(229, 193, 110, 0.2) 90%);
}

.gift_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 15px;
  text-align: center;
}
.gift_item .pic {
  position: relative;
  border-radius: 2px 2px 0 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 4px;
}
.gift_item .pic img {
  max-width: 100%;
  display: block;
  background-color: #fff;
}
.gift_item .pic .t {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.6em 1em 0.65em;
  background: -webkit-gradient(linear, right top, left top, from(#cd1f68), to(#fe9c5f));
  background: linear-gradient(-90deg, #cd1f68, #fe9c5f);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.gift_item .n {
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1.2;
  color: #83448f;
}
.gift_item .c {
  display: inline-block;
  border: 1px solid currentColor;
  margin-top: 15px;
  padding: 6px 12px;
  color: #83448f;
}

.sc_company {
  background-color: #fff;
}

.company_cnt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company_cnt .items {
  max-width: 700px;
  margin: 0 auto;
}
.company_cnt .cpy_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
.company_cnt .cpy_item a {
  display: block;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.company_cnt .cpy_item a:hover {
  background-color: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.company_cnt .cpy_item .pic {
  max-width: 250px;
  margin: 0 auto;
}
.company_cnt .cpy_item img {
  width: 100%;
}

.sc_location {
  background: linear-gradient(-30deg, #4894d0, rgba(72, 148, 208, 0) 15%), linear-gradient(-30deg, #02006d 75%, #83448f);
}

.location_cnt .position {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69%;
          flex: 0 0 69%;
  border: 1px solid #e5c16e;
}
.location_cnt .loc_map {
  position: relative;
  padding-top: 56.26%;
}
.location_cnt .loc_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.location_cnt .covid {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  padding-left: 15px;
}
.location_cnt .covid::before, .location_cnt .covid::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #e5c16e;
}
.location_cnt .covid::before {
  left: 15px;
  top: 0;
}
.location_cnt .covid::after {
  right: 0;
  bottom: 0;
}
.location_cnt .covid .wrap {
  height: 100%;
  padding: 30px;
  border: 1px solid #e5c16e;
  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;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#02006d), to(rgba(2, 0, 109, 0.67)));
  background: linear-gradient(#02006d, rgba(2, 0, 109, 0.67));
}
.location_cnt .covid .t {
  margin-bottom: 1em;
  font-size: 1.375em;
  font-weight: 700;
  color: #e5c16e;
}
.location_cnt .covid .p {
  color: #fff;
}
.location_cnt .covid .p .loc {
  color: #e5c16e, 6;
  font-size: 1.5em;
}
.location_cnt .covid .p .addr {
  color: #fff;
}

.sc_detail {
  background-color: #fff;
}

.detail_cnt .list {
  padding-left: 1.5em;
}
.detail_cnt .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}
.detail_cnt .list a {
  color: #fe8941;
}
.detail_cnt .list a:hover {
  color: #cd1f68;
}

.ag_modal .modal-header .h5 {
  color: #02006d;
}

.modal_bd .zh {
  color: #4894d0;
  font-weight: 500;
}
.modal_bd .en {
  margin-top: 1em;
  color: #006fcb;
}
.modal_bd p {
  margin-bottom: 0.5em;
}
.modal_bd p:last-child {
  margin-bottom: 0;
}
.modal_bd p + ul,
.modal_bd p + ol {
  margin-top: 0.5em;
}
.modal_bd ul {
  padding-left: 1.65em;
}
.modal_bd ol {
  padding-left: 1.5em;
}
.modal_bd ul,
.modal_bd ol {
  margin-bottom: 0.5em;
}
.modal_bd ul li,
.modal_bd ol li {
  padding: 0.25em 0;
  line-height: 1.2;
}
.modal_bd ul li ul,
.modal_bd ul li ol,
.modal_bd ol li ul,
.modal_bd ol li ol {
  padding-left: 1em;
  margin-top: 0.5em;
}
.modal_bd p:last-child,
.modal_bd ul:last-child,
.modal_bd ol:last-child {
  margin-bottom: 0.25em;
}

.agd_md .modal-header,
.agd_md .modal-body {
  padding: 1.5rem;
}

.spk_md .modal-header,
.spk_md .modal-body {
  padding: 1rem 1.5rem;
}

@media (min-width: 769px) {
  .ag_table .tr.tr_soft .td {
    padding: 0.75em 1em;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 64px;
  }
  .fix_aside {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fix_aside .fx_item {
    margin: 0 10px 0 0;
  }
  .fix_aside .fx_item:last-child {
    margin-right: 0;
  }
  .g_header {
    position: fixed;
    background-color: #02006d;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area {
    display: none;
  }
  .g_header .nav_area .nav_list {
    display: block;
    padding: 0 24px;
  }
  .g_header .nav_area .nav_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .g_header .nav_area .nav_item:last-child {
    border-bottom: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .g_kv .timer_wrap {
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(205, 31, 104, 0)), color-stop(25%, #cd1f68), color-stop(75%, #cd1f68), to(rgba(205, 31, 104, 0)));
    background: linear-gradient(90deg, rgba(205, 31, 104, 0), #cd1f68 25%, #cd1f68 75%, rgba(205, 31, 104, 0));
  }
  .g_kv .timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .g_kv .timer::after {
    background-color: rgba(2, 0, 109, 0);
  }
  .g_kv .timer .tb {
    width: 3.5rem;
    height: 3.2rem;
  }
  .g_kv .timer .tb::before {
    height: 70%;
    top: 15%;
    border-color: #e5c16e;
  }
  .g_kv .timer .tb:first-child::before {
    width: 0;
    height: 0;
  }
  .g_kv .timer .tb::after {
    font-size: 0.8em;
    text-shadow: 0 5px 10px rgba(2, 0, 109, 0.9);
    bottom: 12px;
  }
  .g_kv .timer .tb span {
    top: calc(50% - 0.5em);
    font-size: 1.2em;
    text-shadow: 0 5px 10px rgba(2, 0, 109, 0.9);
  }
  .main_sc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sc_title {
    margin-top: 0;
    font-size: 1.5em;
  }
  .sc_title .tit {
    line-height: 1.2;
  }
  .cta_wrap {
    padding-top: 40px;
  }
  .primary_cta {
    font-size: 1.5em;
  }
  .sc_intro .slogan {
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 148, 208, 0.5)), color-stop(#4894d0), color-stop(#4894d0), to(rgba(72, 148, 208, 0.5)));
    background: linear-gradient(90deg, rgba(72, 148, 208, 0.5), #4894d0, #4894d0, rgba(72, 148, 208, 0.5));
    font-size: 1.5em;
  }
  .intr_cnt {
    font-size: 1.125em;
  }
  .intr_cnt p {
    padding: 0 1em;
    line-height: 1.5;
  }
  .three_spot .spot_tit {
    padding: 0 1em;
    font-size: 1.5em;
  }
  .three_spot .spot_item {
    margin-top: 40px;
  }
  .three_spot .spot_item .scene {
    margin: 0 auto;
    -webkit-perspective: none;
            perspective: none;
  }
  .three_spot .spot_item:nth-child(n) .cube {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  .three_spot .spot_item .cube div {
    background-color: transparent;
  }
  .three_spot .spot_item .word {
    font-size: 1rem;
    text-align: center;
  }
  .three_spot .spot_item .word:nth-child(n) {
    padding: 0 20px;
  }
  .three_spot .spot_item .word .p {
    margin-top: 0;
  }
  .three_spot .spot_item .word ol {
    display: inline-block;
    text-align: left;
  }
  .three_spot .target_tit {
    margin-bottom: 30px;
  }
  .three_spot .targets .tgt {
    margin: 0.5em;
  }
  .sc_agenda {
    background: #F1EFED;
  }
  .agd_cnt .tr {
    position: relative;
    display: block;
  }
  .agd_cnt .tr.tr_soft .tpc {
    text-align: left;
  }
  .agd_cnt .tr.tr_soft .td_holder {
    padding-top: 0;
  }
  .agd_cnt .td {
    padding: 0.2em 0.5em;
  }
  .agd_cnt .td:first-child {
    padding-top: 1em;
  }
  .agd_cnt .td:last-child {
    padding-bottom: 1rem;
  }
  .agd_cnt .td_time {
    text-align: left;
  }
  .agd_cnt .td_topic {
    display: block;
  }
  .agd_cnt .tpc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    color: #000;
  }
  .agd_cnt .tpc_outline {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.5em 1em;
    display: inline-block;
  }
  .agd_cnt .td_speaker .n {
    font-weight: 400;
  }
  .agd_cnt .td_speaker .speech + .speech {
    margin-top: 15px;
  }
  .agd_cnt .td_speaker .speech .tag {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .agd_cnt .td_speaker .speech .spk {
    margin-top: 5px;
  }
  .spk_item {
    margin-bottom: 40px;
  }
  .gift_cnt .wrap {
    padding-bottom: 30px;
  }
  .gift_cnt .gift_title {
    margin-top: 0;
  }
  .gift_item {
    padding: 0 0 30px;
  }
  .gift_item .pic {
    margin: 0 auto;
    width: 248px;
  }
  .company_cnt .wrap + .wrap {
    margin-top: 40px;
  }
  .company_cnt .cpy_title {
    margin-bottom: 0;
  }
  .company_cnt .cpy_item {
    max-width: 240px;
    margin: 0 auto;
  }
  .company_cnt .cpy_item + .cpy_item {
    margin-top: 1rem;
  }
  .sc_location {
    padding-bottom: 90px;
  }
  .location_cnt .loc_top {
    display: block;
    padding: 15px;
  }
  .location_cnt .loc_top .loc {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .location_cnt .loc_map {
    padding-top: 100%;
  }
  .location_cnt .covid {
    padding-left: 0;
    margin-top: 10px;
  }
  .location_cnt .covid::before {
    left: 0;
  }
  .detail_cnt {
    padding: 0 15px;
  }
}