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

.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, #00113d, #cd2c3a);
  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.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(52, 58, 64, 0.8);
}

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

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

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #cd2c3a;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

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

.g_header .nav_area .nav_link:hover {
  color: #cd2c3a;
  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: #cd2c3a;
  border: 1px solid #cd2c3a;
  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: #cd2c3a;
  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.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
}

.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) bottom right/cover no-repeat;
  -webkit-animation: float 10s ease-in-out alternate infinite;
          animation: float 10s 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: 37.23958%;
  margin: 5% 5%;
}

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

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

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

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

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

.g_kv .kv_ball {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33.85417%;
  -webkit-transform: translate(35%, -50%);
          transform: translate(35%, -50%);
}

.g_kv .kv_ball .guide {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_kv .kv_ball .ss {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
}

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

.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: #e70012;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
  display: inline-block;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#84000b), color-stop(#e70012), to(#84000b));
  background: linear-gradient(90deg, #84000b, #e70012, #84000b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

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

.sc_title .tit.c_main_r {
  color: #e70012;
}

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

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

.sc_intro {
  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.4)), 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.4)), 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.4), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.4), 95%, rgba(255, 255, 255, 0));
}

.intro_cnt {
  position: relative;
  width: 100%;
  max-width: 820px;
  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 {
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.65;
}

.intro_cnt .highlight_tit {
  position: relative;
  display: block;
  text-align: center;
  color: transparent;
  font-size: 28px;
  font-weight: bold;
  margin: 30px auto 10px auto;
  background: -webkit-gradient(linear, left top, right top, from(#84000b), color-stop(#e70012), to(#84000b));
  background: linear-gradient(90deg, #84000b, #e70012, #84000b);
  -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: 38px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#adadad), to(#f0f0f0));
  background: linear-gradient(0deg, #adadad, #f0f0f0);
  border: solid #fff;
  border-width: 1px 1px;
}

.intro_cnt .lists .list:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.intro_cnt .lists .list:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.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: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.4;
  color: #343a40;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  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;
  text-align: center;
}

.intro_cnt .lists .list .cnt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#676767), to(white));
  background: linear-gradient(180deg, #676767, white);
}

.intro_cnt .combain {
  position: relative;
  width: 550px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto 10px 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;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#252525), color-stop(#e70012), to(#84000b));
  background: linear-gradient(90deg, #252525, #e70012, #84000b);
}

.intro_cnt .combain .combain_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 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: #252525;
  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: 5px auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#252525), color-stop(#e70012), to(#84000b));
  background: linear-gradient(90deg, #252525, #e70012, #84000b);
  -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.4)), 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.4)), 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.4), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.4), 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 #cd2c3a;
  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: #cd2c3a;
  -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: 42px;
  letter-spacing: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(255, 255, 255, 0.5);
  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 {
  color: #000;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  letter-spacing: 20px;
}

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

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

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

.sc_video {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
}

.sc_video_inner iframe {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: calc(800px / 1.7778);
  margin: 0 auto;
  display: block;
}

.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.4)), 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.4)), 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.4), 20%, white, 40%, white, 60%, white, 80%, rgba(255, 255, 255, 0.4), 95%, rgba(255, 255, 255, 0));
}

.agd_cnt {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  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 .mask_ {
  position: absolute;
  right: 0;
  width: 393.47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: dashed rgba(52, 58, 64, 0.4);
  border-width: 0 0 0 1px;
}

.agd_cnt .mask_::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 71.79px;
  background-color: rgba(0, 0, 0, 0.05);
}

.agd_cnt .mask_._3 {
  top: calc(71.79px * -2);
  height: calc(71.79px * 3);
}

.agd_cnt .mask_._3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 71.79px;
  background-color: rgba(0, 0, 0, 0.05);
}

.agd_cnt .mask_._2 {
  top: -84.8px;
  height: 156.59px;
}

.agd_cnt .mask_._2::before {
  height: 84.8px;
}

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

.agd_cnt .tr.tr_tit {
  position: relative;
  background-color: #cd2c3a;
  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) {
  background-color: rgba(0, 0, 0, 0.05);
}

.agd_cnt .tr.tr_light {
  color: rgba(0, 0, 0, 0.5);
}

.agd_cnt .tr.tr_light .ag_tit {
  color: rgba(0, 0, 0, 0.5);
}

.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.agd_cnt .td {
  padding: 0.625rem 1.25rem;
}

.agd_cnt .td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  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: 15px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}

.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.125rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
}

.agd_cnt .ag_tit b {
  font-weight: bold;
  color: #dea81e;
}

.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 .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: rgba(0, 0, 0, 0.5);
}

.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 1.25rem;
}

.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.5)), 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.5)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), 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.5));
}

.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 25%;
          flex: 0 0 25%;
  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: #000;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: bold;
}

.speaker_items .item .t {
  color: rgba(0, 0, 0, 0.5);
}

.sc_gift {
  position: relative;
  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.2)), color-stop(20%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(40%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(60%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(80%), color-stop(rgba(255, 255, 255, 0.2)), 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.2), 20%, rgba(255, 255, 255, 0.4), 40%, rgba(255, 255, 255, 0.4), 60%, rgba(255, 255, 255, 0.4), 80%, rgba(255, 255, 255, 0.2), 95%, rgba(255, 255, 255, 0));
}

.gift_cnt {
  position: relative;
}

.gift_cnt .text {
  position: relative;
  margin: 15px auto;
  font-size: 1.625rem;
  text-align: center;
}

.gift_cnt .text span {
  color: #343a40;
  font-weight: bold;
}

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

.gift_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: 0 15px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gift_cnt .item .img {
  position: relative;
  z-index: 0;
}

.gift_cnt .item .gift_num {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  background-color: #cd2c3a;
  border-radius: 999%;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

.gift_cnt .item .tit {
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: -1.5rem;
  padding: 0.5rem 1rem;
  background-color: #cd2c3a;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.gift_cnt .item .text {
  position: relative;
  margin: 15px auto;
  font-size: 1.625rem;
  text-align: center;
}

.gift_cnt .item .text text span {
  color: #343a40;
  font-weight: bold;
}

.gift_cnt .item .info {
  position: relative;
  margin: 15px auto;
  font-size: 1rem;
  text-align: center;
  color: #cd2c3a;
}

.gift_cnt .item .info span {
  color: #cd2c3a;
  font-weight: bold;
}

.gift_cnt .item .img {
  position: relative;
  border-radius: 30px;
  max-width: 250px;
  background: linear-gradient(120deg, #cd2c3a, #cd2c3a, #cd2c3a);
  padding: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.gift_cnt .item .img img {
  position: relative;
  border-radius: 25px;
  max-width: 100%;
  display: block;
  background-color: #fff;
}

.gift_cnt .item .text {
  margin-top: 20px;
}

.sc_company {
  position: relative;
  padding: 30px 0;
  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.5)), 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.5)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), 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.5));
}

.sc_company .container {
  max-width: 800px;
}

.sc_company .company_cnt {
  position: relative;
  width: 100%;
}

.sc_company .company_cnt .c_item {
  position: relative;
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 25px;
  border: 5px solid #cd2c3a;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.sc_company .company_cnt .c_item:nth-child(2) {
  border: 5px solid #343a40;
}

.sc_company .company_cnt .c_item a {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  margin: 15px 25px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.sc_company .company_cnt .c_item a:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.sc_company .company_cnt .c_item img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_company .company_cnt .c_item .txt {
  position: relative;
  width: auto;
  margin: 15px 25px;
  font-size: 1rem;
  color: #343a40;
}

.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.2)), color-stop(20%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(40%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(60%), color-stop(rgba(255, 255, 255, 0.4)), color-stop(80%), color-stop(rgba(255, 255, 255, 0.2)), 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.2), 20%, rgba(255, 255, 255, 0.4), 40%, rgba(255, 255, 255, 0.4), 60%, rgba(255, 255, 255, 0.4), 80%, rgba(255, 255, 255, 0.2), 95%, rgba(255, 255, 255, 0));
}

.location_cnt .loc_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
}

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

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

.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 #cd2c3a;
}

.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(205, 44, 58, 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(205, 44, 58, 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: #cd2c3a;
  border: 1px solid #cd2c3a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

@media (max-width: 1550px) {
  .g_kv .timer .tb {
    width: 3.75rem;
    height: 3.75rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  .g_kv .timer .tb::after {
    bottom: 6px;
  }
  .g_kv .timer .tb span {
    font-size: 1.3125rem;
  }
}

@media (max-width: 768px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-image: linear-gradient(#fff);
  }
  .g_header {
    background-color: #343a40;
  }
  .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 65px 0 0;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .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: 50px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .kv_bg {
    height: 100vh;
  }
  .g_kv .desktop {
    height: 90vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(205, 44, 58, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(205, 44, 58, 0.5), rgba(255, 255, 255, 0));
  }
  .g_kv .kv_logo {
    width: 60%;
    margin: 20% 6%;
  }
  .g_kv .kv_prod {
    -webkit-transform: translate(-30%, 40%);
            transform: translate(-30%, 40%);
  }
  .g_kv .tit {
    -webkit-transform: translate(-49%, 0%);
            transform: translate(-49%, 0%);
    width: 120%;
  }
  .g_kv .kv_ball {
    width: 40%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  .g_kv .timer {
    position: static;
    padding: 30px 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));
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .spCnt {
    padding: 10px 0;
  }
  .spCnt .lists {
    margin: 15px auto 25px 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;
  }
  .spCnt .lists .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 20px;
  }
  .spCnt .lists .list .num {
    margin: 0;
    font-size: 32px;
  }
  .spCnt .lists .list .num span {
    font-size: 48px;
  }
  .spCnt .lists .list .cnt {
    padding: 5px 10px 15px;
    margin: 0 0 25px 0;
    font-size: 21px;
  }
  .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;
    text-align: justify;
  }
  .intro_cnt .highlight_tit {
    font-size: 1.3125rem;
    margin: 30px auto 0 auto;
  }
  .intro_cnt .highlight_tit span {
    font-size: 2rem;
  }
  .intro_cnt .lists {
    margin: 15px auto 25px 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;
  }
  .intro_cnt .lists .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
  }
  .intro_cnt .lists .list .cnt {
    width: 100%;
    padding: 15px 10px;
    margin: 0 0 15px 0;
    font-size: 1rem;
  }
  .intro_cnt p {
    padding: 0.5em 1em;
    line-height: 1.5;
  }
  .intro_cnt .combain .combain_inner {
    padding: 25px 15px;
  }
  .intro_cnt .combain .cnt {
    font-size: 1.125rem;
  }
  .intro_cnt .combain .highLight {
    font-size: 1.3125rem;
  }
  .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;
  }
  .sc_video {
    padding: 20px 0;
  }
  .sc_video_inner iframe {
    max-width: 90vw;
    height: calc(90vw / 1.7778);
  }
  .agd_cnt .tr {
    display: block;
  }
  .agd_cnt .tr_head {
    display: none;
  }
  .agd_cnt .td {
    padding: 0.2em 1em;
  }
  .agd_cnt .td:first-child {
    padding-top: 1em;
  }
  .agd_cnt .td:last-child {
    padding-bottom: 1em;
  }
  .agd_cnt .td_time {
    text-align: left;
  }
  .agd_cnt .td_title {
    display: block;
  }
  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }
  .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%;
  }
  .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_gift {
    background-image: -webkit-gradient(linear, left top, left bottom, 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(180deg, #f8f8f8, 50%, #f8f8f8), linear-gradient(90deg, white, 5%, white, 20%, white, 40%, white, 60%, white, 80%, white, 95%, white);
  }
  .gift_cnt .text {
    margin: 5px auto;
    font-size: 1.3125rem;
  }
  .gift_cnt .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gift_cnt .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px auto;
    padding: 0 15px;
  }
  .sc_company {
    padding: 10px 0;
  }
  .sc_company .company_cnt .c_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_company .company_cnt .c_item a {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
            flex: 1 0 80px;
    margin: 15px 25px 15px 30px;
    padding: 20px;
  }
  .sc_company .company_cnt .c_item .txt {
    margin: 15px 25px;
    font-size: 1rem;
  }
  .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 */