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, #00539A);
  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%;
  background-color: #007bc2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header.is_active {
  background-color: rgba(0, 123, 194, 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_logo {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 3.125%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g_header .nav_area .nav_logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.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: #dea81e;
  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: #dea81e;
  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: #00539A;
  border: 1px solid #00539A;
  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: #00539A;
  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.1) translateY(20px);
            transform: scale(1.1) translateY(20px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateY(20px);
            transform: scale(1.1) translateY(20px);
  }
}

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

.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 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: 6.5625%;
  margin: 7% 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: 45.52083%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}

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

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

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

.g_kv .tit .kv_cta {
  position: relative;
  margin: 15% auto 0 auto;
  text-align: center;
}

.g_kv .tit .kv_cta_inner {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 65px;
  border-radius: 20px 0 20px 0;
  background-color: rgba(0, 123, 194, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_kv .tit .kv_cta_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb00ff), to(#fff72e));
  background-image: linear-gradient(90deg, #eb00ff, #fff72e);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  border-radius: 20px 0 20px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_kv .tit .kv_cta_inner::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  border-radius: 20px 0 20px 0;
  border: 2px solid #fff;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_kv .tit .kv_cta_inner a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  font-size: 1.625rem;
  letter-spacing: 5px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_kv .tit .kv_cta_inner:hover {
  background-color: #007bc2;
}

.g_kv .tit .kv_cta_inner:hover::before {
  -webkit-transform: skewX(0deg) scale(0);
          transform: skewX(0deg) scale(0);
}

.g_kv .tit .kv_cta_inner:hover::after {
  top: 0;
  -webkit-transform: skewX(0deg) scale(1.05);
          transform: skewX(0deg) scale(1.05);
}

.g_kv .tit .kv_cta_inner:hover a {
  text-shadow: 0 0 5px white;
  font-size: 2rem;
  letter-spacing: 10px;
}

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

.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(#007BC2), color-stop(#007BC2), to(#007BC2));
  background: linear-gradient(90deg, #007BC2, #007BC2, #007BC2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sc_title .tit.c_main {
  color: #007BC2;
}

.sc_title .tit.c_main_r {
  color: #00539A;
}

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

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

.sc_intro {
  position: relative;
  background-color: #fff;
  padding: 60px 0 0 0;
}

.sc_intro .container {
  position: relative;
  margin: 0 auto;
}

.intro_cnt {
  position: relative;
  width: 100%;
  text-align: justify;
  font-size: 1rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  z-index: 1;
}

.intro_cnt .intro_cnt_normal {
  position: relative;
  width: 100%;
  z-index: 2;
}

.intro_cnt p {
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  line-height: 1.8;
  color: #001D55;
}

.intro_cnt p span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #007BC2;
  font-weight: bold;
}

.intro_cnt .intro_arr {
  position: relative;
  width: 70px;
  margin: 40px auto;
}

.intro_cnt .intro_arr img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.intro_cnt .intro_title {
  position: relative;
  text-align: center;
}

.intro_cnt .intro_title_inner {
  position: relative;
  display: inline-block;
  font-size: 1.2188rem;
  line-height: 1.8;
  color: #00539A;
}

.intro_cnt .intro_title_inner span {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(15deg, #01225c, #015596, #5aa5df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.intro_cnt .intro_title_inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 140px;
  height: 2px;
  background: url(img/icons/intro_line.svg) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro_cnt .intro_title_inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 140px;
  height: 2px;
  background: url(img/icons/intro_line.svg) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro_cnt .intro_spCnt {
  position: relative;
  margin: 50px auto 0 auto;
}

.intro_cnt .intro_spCnt_inner {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 110px 90px 50px 120px;
}

.intro_cnt .intro_spCnt_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E8F5FD;
  border-radius: 15px;
}

.intro_cnt .intro_spCnt_inner::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #B5DAFB;
  border-radius: 15px;
  pointer-events: none;
  z-index: 0;
}

.intro_cnt .intro_spCnt_inner .intro_spTitle {
  position: absolute;
  top: -10px;
  left: -55px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.intro_cnt .intro_spCnt_inner .intro_spTitle-num {
  position: relative;
  font-size: 1.375rem;
  color: #007BC2;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_cnt .intro_spCnt_inner .intro_spTitle-num span {
  position: relative;
  font-size: 7.75rem;
  font-style: italic;
  font-weight: 500;
  font-family: 'Lato';
  color: #B6DFF8;
  margin: -10px 25px 0 -5px;
}

.intro_cnt .intro_spCnt_inner .intro_spTitle-w {
  position: relative;
  font-size: 25px;
  color: #087EC2;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.3;
}

.intro_cnt .intro_spCnt_inner .intro_spTitle-w span {
  font-size: 17.5px;
  font-weight: 400;
}

.intro_cnt .intro_spCnt_inner ul {
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.intro_cnt .intro_spCnt_inner ul li {
  position: relative;
  color: #001D55;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
}

.intro_cnt .intro_spCnt_inner ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(img/icons/intro_list_icon.svg) center/cover no-repeat;
}

.intro_cnt .intro_spCnt_inner .intro_L_W {
  position: absolute;
  right: -70px;
  top: 50%;
  width: 40px;
  height: auto;
}

.intro_cnt .intro_cnt_full {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #0B4F89;
  margin: -125px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 210px 0 120px 0;
  z-index: 1;
}

.intro_cnt .intro_cnt_full .intro_spTitle {
  position: relative;
  margin: 0 auto 70px 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: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_cnt .intro_cnt_full .intro_spTitle-num {
  position: relative;
  font-size: 1.375rem;
  color: #B6DFF8;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_cnt .intro_cnt_full .intro_spTitle-num span {
  position: relative;
  font-size: 7.75rem;
  font-style: italic;
  font-weight: 500;
  font-family: 'Lato';
  color: #247FCD;
  margin: -10px 25px 0 -5px;
}

.intro_cnt .intro_cnt_full .intro_spTitle-w {
  position: relative;
  font-size: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.3;
}

.intro_cnt .intro_cnt_full .intro_spTitle-w span {
  font-size: 17.5px;
  font-weight: 400;
}

.intro_cnt .intro_cnt_full .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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.intro_cnt .intro_cnt_full .items .item_outer {
  position: relative;
}

.intro_cnt .intro_cnt_full .items .item_outer .item {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  letter-spacing: 1px;
  border-radius: 15px;
  background-color: #0B4F89;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

.intro_cnt .intro_cnt_full .items .item_outer .item::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 62px;
  height: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0B4F89;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0 45px 0;
  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 .intro_cnt_full .items .item_outer .item_inner .t {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFA87;
  padding: 0 20px 20px 20px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #FFFA87;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner .st {
  position: relative;
  width: 100%;
  text-align: left;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner .st_inner {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #0B4F89;
  padding: 7px 25px;
  margin: 35px 0 25px 0;
  background-color: #fff;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner ul {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner ul li {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 0.9375rem;
  color: #fff;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner ul li:last-child {
  margin: 0;
}

.intro_cnt .intro_cnt_full .items .item_outer .item_inner ul li.n {
  list-style: none;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(1) .item {
  border: 1px solid #FFFA87;
  margin: 0 -120px 0 0;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(1) .item .t {
  color: #FFFA87;
  border-bottom: 1px solid #FFFA87;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(1) .item::after {
  background-image: url(img/item_1.png);
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(2) .item {
  border: 1px solid #A7FFAA;
  margin: 0 0 0 0;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(2) .item .t {
  color: #A7FFAA;
  border-bottom: 1px solid #A7FFAA;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(2) .item::after {
  background-image: url(img/item_2.png);
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(3) .item {
  border: 1px solid #FF8DFA;
  margin: 0 0 0 -120px;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(3) .item .t {
  color: #FF8DFA;
  border-bottom: 1px solid #FF8DFA;
}

.intro_cnt .intro_cnt_full .items .item_outer:nth-child(3) .item::after {
  background-image: url(img/item_3.png);
}

.intro_cnt .intro_cnt_full .items .item_outer:hover {
  z-index: 2;
}

.intro_cnt .intro_cnt_full .items .item_outer:hover .item {
  -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 5px 5px rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cta_cnt {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #0B4F89;
}

.cta_cnt.agd {
  padding: 50px 0;
  background-color: #F0F5F9;
}

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

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

.sc_agenda {
  position: relative;
  background-color: #F0F5F9;
}

.sc_agenda .bttn {
  display: inline-block;
}

.sc_agenda .bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #00113d;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc_agenda .bttn .bttn_inner:hover {
  text-decoration: none;
}

.sc_agenda .bttn .xl_size {
  font-size: 2em;
}

.sc_agenda .bttn .lg_size {
  font-size: 1.5em;
}

.sc_agenda .bttn .sm_size {
  font-size: 1em;
}

.sc_agenda .bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}

.sc_agenda .bttn .main_b {
  background-color: #00113d;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.sc_agenda .bttn .main_b:hover {
  background-color: #5e616a;
}

.sc_agenda .bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #00113d;
}

.sc_agenda .bttn .dark_b:hover {
  background-color: #160f02;
}

.sc_agenda .bttn .sub_b {
  background-color: #fff;
  color: #00113d;
}

.sc_agenda .bttn .sub_b:hover {
  background-color: #ffecca;
}

.agd_cnt {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #0D61AA;
}

.agd_cnt .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(0, 123, 194, 0.5);
}

.agd_cnt .tr.tr_light {
  background-color: #007bc2;
  color: #fff;
}

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

.agd_cnt .tr.tr_full .ag_tit {
  text-align: center;
}

.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #007BC2;
  color: #fff;
}

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

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

.agd_cnt .ag_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1em;
  font-weight: 700;
  font-size: 1.125em;
}

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

.agd_cnt .ag_spk .spk_t {
  position: relative;
  margin: 10px 0 8px 0;
  color: #0D61AA;
  font-weight: bold;
}

.agd_cnt .ag_spk .spk_t:first-child {
  margin: 0 0 8px 0;
}

.agd_cnt .ag_spk .job {
  color: #585858;
}

.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #0D61AA;
}

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

.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 .tr.tr_light .td {
  padding: 0.625rem 1.25rem;
}

.agd_split .tr.tr_light .ag_tit {
  margin: 0;
}

.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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 1.5625rem 1.25rem;
}

.agd_split .td.td_time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.agd_split .ag_tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 1.125rem;
}

.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: #F6F066;
  color: #89840B;
}

.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #86E577;
  color: #107200;
}

.agd_split .tr_split_tit .td_split.sp3 {
  background-color: #F8A9F0;
  color: #880B83;
}

.agd_split .sp1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  border-left: 5px solid #F6F066;
  background-color: rgba(246, 240, 102, 0.1);
}

.agd_split .sp2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  border-left: 5px solid #86E577;
  background-color: rgba(134, 229, 119, 0.1);
}

.agd_split .sp3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  border-left: 5px solid #F8A9F0;
  background-color: rgba(248, 169, 240, 0.1);
}

.agd_split .sp_light {
  background-color: rgba(0, 123, 194, 0.1);
}

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

.ag_tip {
  text-align: center;
}

.sc_speaker {
  background-color: #fff;
}

.sc_speaker .sc_title .tit {
  color: #00113d;
}

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

.speaker_items .item .t {
  color: #585858;
}

.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: #00539A;
  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: #007BC2;
  -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: #00539A;
}

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

.gift_cnt .item .img {
  position: relative;
  border-radius: 30px;
  max-width: 250px;
  background: linear-gradient(120deg, #007BC2, #00539A, #00539A);
  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;
  background-color: #fff;
}

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

.sc_company .company_cnt {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_company .company_cnt .logo_g {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sc_company .company_cnt .logo_g .tit {
  position: relative;
  display: inline-block;
  min-width: 200px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #007BC2;
  padding: 0 15px;
  margin: 0 0 0 0;
  border-left: 1px solid #007BC2;
}

.sc_company .company_cnt .logo_g .logos {
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_company .company_cnt .logo_g .logos .IBM {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 50px 0;
}

.sc_company .company_cnt .logo_g .logos img {
  position: relative;
  width: 50%;
  max-width: 150px;
  height: auto;
  margin: 20px;
}

.sc_location {
  position: relative;
  background-color: #fff;
}

.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: #007BC2;
  font-size: 1.5rem;
  margin: 0 0.5em 10px;
}

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

.sc_detail {
  position: relative;
  background-color: #F0F5F9;
}

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

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

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

.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, 83, 154, 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, 83, 154, 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: #00539A;
  border: 1px solid #00539A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-footer .btn:hover {
  color: #00539A;
  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: #007BC2;
  }
  .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;
  }
  .kv_bg_inner {
    background: url(img/kv_bg.jpg) bottom right/cover no-repeat;
  }
  .g_kv .desktop {
    height: 120vw;
  }
  .g_kv .kv_logo {
    width: 20%;
    margin: 25% 0 0 7%;
  }
  .g_kv .tit {
    width: 100%;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
  .g_kv .tit .kv_cta {
    margin: 8% auto 0 auto;
  }
  .g_kv .tit .kv_cta_inner {
    padding: 6px 25px;
  }
  .g_kv .tit .kv_cta_inner a {
    font-size: 1.125rem;
    letter-spacing: 5px;
  }
  .g_kv .timer {
    position: static;
    padding: 30px 0;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .sc_intro {
    padding: 30px 0 0 0;
  }
  .intro_cnt {
    font-size: 1rem;
  }
  .intro_cnt p {
    margin-bottom: 0.625rem;
    padding: 0.3125rem 0;
  }
  .intro_cnt p span {
    font-size: 1.5rem;
  }
  .intro_cnt .intro_arr {
    margin: 20px auto;
  }
  .intro_cnt .intro_title_inner {
    font-size: 1rem;
    line-height: 1.8;
  }
  .intro_cnt .intro_title_inner span {
    font-size: 1.5rem;
  }
  .intro_cnt .intro_spCnt {
    margin: 30px auto 0 auto;
  }
  .intro_cnt .intro_spCnt_inner {
    padding: 50px 40px 50px 40px;
  }
  .intro_cnt .intro_spCnt_inner .intro_spTitle {
    position: relative;
    top: 0;
    left: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro_cnt .intro_spCnt_inner .intro_spTitle-num {
    font-size: 1rem;
    line-height: 1;
  }
  .intro_cnt .intro_spCnt_inner .intro_spTitle-num span {
    font-size: 5rem;
    margin: -40px 25px 0 15px;
  }
  .intro_cnt .intro_spCnt_inner .intro_spTitle-w {
    font-size: 19px;
  }
  .intro_cnt .intro_spCnt_inner .intro_spTitle-w span {
    font-size: 13px;
  }
  .intro_cnt .intro_spCnt_inner ul {
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
  }
  .intro_cnt .intro_spCnt_inner ul li {
    font-size: 0.8125rem;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
  .intro_cnt .intro_spCnt_inner ul li::before {
    left: -30px;
    width: 20px;
    height: 10px;
  }
  .intro_cnt .intro_spCnt_inner .intro_L_W {
    position: absolute;
    right: -70px;
    top: 50%;
    width: 40px;
    height: auto;
  }
  .intro_cnt .intro_cnt_full {
    margin: -125px auto 0 auto;
    padding: 190px 0 30px 0;
  }
  .intro_cnt .intro_cnt_full .intro_spTitle {
    position: relative;
    margin: 0 auto 40px 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro_cnt .intro_cnt_full .intro_spTitle-num {
    font-size: 1rem;
    line-height: 1;
  }
  .intro_cnt .intro_cnt_full .intro_spTitle-num span {
    font-size: 5rem;
    margin: -40px 25px 0 15px;
  }
  .intro_cnt .intro_cnt_full .intro_spTitle-w {
    font-size: 19px;
  }
  .intro_cnt .intro_cnt_full .intro_spTitle-w span {
    font-size: 13px;
  }
  .intro_cnt .intro_cnt_full .items {
    position: relative;
    width: 100%;
    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 .intro_cnt_full .items .item_outer {
    width: 100%;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item_inner {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 0 35px 0;
    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 .intro_cnt_full .items .item_outer .item_inner .t {
    font-size: 24px;
    padding: 0 20px 10px 20px;
    margin: 0 auto 20px auto;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item_inner .st_inner {
    font-size: 16px;
    padding: 7px 25px;
    margin: 15px 0 15px 0;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item_inner ul {
    padding: 0 0 0 20px;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item_inner ul li {
    margin: 0 0 5px 0;
    font-size: 13px;
  }
  .intro_cnt .intro_cnt_full .items .item_outer .item:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .intro_cnt .intro_cnt_full .items .item_outer:nth-child(1) .item {
    margin: 15px 0;
  }
  .intro_cnt .intro_cnt_full .items .item_outer:nth-child(2) .item {
    margin: 15px 0;
  }
  .intro_cnt .intro_cnt_full .items .item_outer:nth-child(3) .item {
    margin: 15px 0;
  }
  .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 {
    -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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sc_company .company_cnt .logo_g {
    margin: 0 0 30px 0;
  }
  .sc_company .company_cnt .logo_g .logos {
    position: relative;
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_company .company_cnt .logo_g .logos .IBM {
    position: relative;
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .sc_company .company_cnt .logo_g .logos img {
    max-width: 40%;
    margin: 15px;
  }
  .location_cnt .loc_top {
    display: block;
  }
  .location_cnt .loc_top .loc {
    margin-bottom: 0;
    font-size: 1.3125rem;
  }
  .location_cnt .loc_top .addr {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .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 .list {
    padding-left: 1.25rem;
  }
  .sc_detail .list li {
    padding: 0.3125rem 0;
    font-size: 0.75rem;
  }
  .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 */