body {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.125rem;
  background: url(img/kv_bg.jpg) center right/cover no-repeat fixed;
}

.main_color {
  color: #006ea0;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  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;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background: linear-gradient(120deg, #00d15f, #02fdb2, #00d15f);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 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;
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.txt2 {
  text-align: center;
  font-size: 0.8125rem;
  padding: 5px;
  width: 80%;
  line-height: 1.3;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  transition: all 0.2s ease-out;
}
header.is_active {
  background-color: black;
}
header.is_active .nav_area .logo {
  width: 210px;
}
header.is_active .nav_area ul {
  margin: 0 0 0 0;
  height: 50px;
}
header.is_active .nav_area ul li.r_btn {
  padding: 5px 15px;
  border-radius: 5px;
}
header.is_active .nav_area ul li.r_btn a {
  color: #fff;
}
header.is_active .nav_area ul li.r_btn:hover {
  background-color: transparent;
  border: 1px solid #02fdb2;
}
header.is_active .nav_area ul li.r_btn:hover a {
  color: #02fdb2;
}
header.is_active .nav_area ul li a {
  font-size: 1rem;
  color: #fff;
}
header.is_active .nav_area ul li a:hover {
  color: #02fdb2;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
header .nav_mobile {
  display: none;
}
header .nav_language {
  position: absolute;
  top: 50%;
  right: 70px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%);
}
header .nav_language .hover {
  display: inline-block;
  position: relative;
}
header .nav_language .hover img {
  width: 30px;
  line-height: 0;
}
header .nav_language .hover:hover .hover_menu {
  display: flex;
}
header .nav_language .hover_holder {
  cursor: pointer;
}
header .nav_language .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
header .nav_language .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
header .nav_language .hover_menu .hover_item p {
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #00918a;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 10px 0 10px;
  transition: all 0.3s ease-in-out;
}
header .nav_language .hover_menu .hover_item p:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
header .nav_language .hover_menu .hover_item p span {
  font-size: 12px;
}
header .nav_sns {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%);
}
header .nav_sns .hover {
  display: inline-block;
  position: relative;
}
header .nav_sns .hover img {
  width: 40px;
  line-height: 0;
}
header .nav_sns .hover:hover .hover_menu {
  display: flex;
}
header .nav_sns .hover_holder {
  cursor: pointer;
}
header .nav_sns .hover_holder img {
  position: relative;
  width: 100%;
  max-width: 40px;
  height: auto;
}
header .nav_sns .hover_menu {
  position: absolute;
  right: 0;
  padding: 0.5em 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
header .nav_sns .hover_menu .hover_item {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}
header .nav_area {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 70px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav_area .logo {
  position: relative;
  width: 275px;
  height: auto;
  margin: 0 auto 0 0;
  display: block;
  transition: all 0.2s ease-out;
}
header .nav_area .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
header .nav_area ul {
  position: relative;
  width: auto;
  height: 70px;
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
header .nav_area ul li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  transition: all 0.2s ease-out;
}
header .nav_area ul li.r_btn {
  padding: 8px 15px;
  background-color: #02fdb2;
  border: 1px solid #02fdb2;
  border-radius: 10px;
}
header .nav_area ul li.r_btn a {
  color: #fff;
}
header .nav_area ul li.r_btn:hover {
  background-color: transparent;
}
header .nav_area ul li.r_btn:hover a {
  color: #02fdb2;
}
header .nav_area ul li a {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
header .nav_area ul li a:hover {
  color: #02fdb2;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
header .nav_area ul li.btn a {
  padding: 8px 25px;
  color: #fff;
  border: 1px solid #15d9fd;
  border-radius: 5px;
}
header .nav_area ul li.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00918a, #006ea0);
  z-index: -1;
  transition: all 0.2s ease-out;
}
header .nav_area ul li.btn a:hover {
  color: #00918a;
  border: 1px solid #00918a;
}
header .nav_area ul li.btn a:hover::before {
  left: 100%;
}
header .nav_area ul li.active a {
  color: #00918a;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #006ea0;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #006ea0;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bttn .main_b:hover {
  background-color: #010127;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #006ea0;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #006ea0;
}
.bttn .sub_b:hover {
  background-color: rgba(1, 1, 39, 0.1);
}

@keyframes foltBg {
  0% {
    transform: translateY(0) scale(1);
  }
  70% {
    transform: translateY(0) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.fixed_bg .kv_bg-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed_bg .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/kv_bg.jpg) center center/100% auto no-repeat fixed;
  animation: foltBg 20s ease-in-out infinite;
}

.g_kv {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}
.g_kv img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.g_kv .logo {
  position: absolute;
  width: 14.0625%;
  top: 7%;
  left: 8%;
}
.g_kv .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -160%);
  width: 69.8958333333%;
}
.g_kv .t2 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-48%);
  width: 41.6666666667%;
  text-align: center;
}
.g_kv .t2 a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 40px;
  border: 3px solid #fff;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.g_kv .t2 a:hover {
  letter-spacing: 0.625rem;
}
.g_kv .CTA_btn {
  position: relative;
  margin: 10% 0 0;
}
.g_kv .CTA_btn_inner {
  position: relative;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 5px;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 0.2s ease-out;
  text-decoration: none;
  cursor: pointer;
}
.g_kv .CTA_btn_inner:hover {
  color: #010127;
  background-color: #fff;
}

.g_main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.g_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_bg .color_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.g_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  background: url(img/kv_bg.jpg) center center/100% auto no-repeat fixed, url(img/kv_bg.jpg) center center/cover no-repeat fixed;
}

.sc_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0 0;
}
.sc_intro .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 80px;
  font-size: 1.125rem;
  text-align: left;
  border-radius: 35px;
}
.sc_intro .slg {
  position: relative;
  width: 100%;
  margin: 45px auto 35px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #02fdb2;
}
.sc_intro .slg span {
  position: relative;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
}
.sc_intro .slg .s {
  font-size: 1.125rem;
  font-weight: normal;
}
.sc_intro .slg.slich {
  margin: 85px auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_intro .slg.slich .line {
  position: relative;
  width: 300px;
  height: 2px;
  background-color: #02fdb2;
  margin: 0 35px;
}
.sc_intro p {
  position: relative;
  margin: 20px 0;
  color: #fff;
  line-height: 1.6;
}
.sc_intro .points {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.sc_intro .points .point {
  position: relative;
  flex: 0 1 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 30px 30px 30px 60px;
  color: #000;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(90deg, rgba(2, 253, 178, 0.4), 10%, #02fdb2), url(img/point_bg.jpg) center left/100% auto no-repeat;
}
.sc_intro .items {
  position: relative;
  width: 100%;
  padding: 25px 0 30px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
.sc_intro .items .item {
  position: relative;
  flex: 0 1 calc(33% - 40px);
  border-radius: 10px;
  border: 3px solid #02fdb2;
  overflow: hidden;
}
.sc_intro .items .item .t {
  position: relative;
  padding: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  background-color: #02fdb2;
  text-align: center;
}
.sc_intro .items .item .w {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px;
  color: #02fdb2;
  background-color: transparent;
}
.sc_intro .downloadPdf {
  position: relative;
  width: 100%;
  padding: 20px 0 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  cursor: pointer;
}
.sc_intro .downloadPdf .item {
  position: relative;
  flex: 0 1 calc(50% - 40px);
}
.sc_intro .downloadPdf .item:hover .cover_inner {
  transform: scale(1.1);
}
.sc_intro .downloadPdf .item:hover .cover::after {
  opacity: 1;
}
.sc_intro .downloadPdf .item .cover {
  position: relative;
  width: 100%;
  height: 270px;
  margin: 0 0 15px;
  border-radius: 10px;
  border: 3px solid #02fdb2;
  overflow: hidden;
}
.sc_intro .downloadPdf .item .cover_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}
.sc_intro .downloadPdf .item .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) url(img/ui/dp.svg) center/100px auto no-repeat;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.sc_intro .downloadPdf .item:nth-child(1) .cover_inner {
  background: url(img/pdf_1.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item:nth-child(2) .cover_inner {
  background: url(img/pdf_2.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item:nth-child(3) .cover_inner {
  background: url(img/pdf_3.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item:nth-child(4) .cover_inner {
  background: url(img/pdf_4.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item:nth-child(5) .cover_inner {
  background: url(img/pdf_5.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item:nth-child(6) .cover_inner {
  background: url(img/pdf_6.jpg) center/cover no-repeat;
}
.sc_intro .downloadPdf .item .t {
  position: relative;
  width: 100%;
  padding: 5px 15px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
.sc_intro .downloadPdf .item .n {
  position: relative;
  width: 100%;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  color: #02fdb2;
}
.sc_intro .downloadPdf .item .n span {
  font-size: 1.125rem;
  font-weight: bold;
}
.sc_intro .downloadBtn {
  position: relative;
  text-align: center;
  margin: 0 0 75px 0;
}
.sc_intro .downloadBtn.status2 {
  margin: 0;
}
.sc_intro .downloadBtn.status2 .main_button {
  background: linear-gradient(90deg, #00d15f, #02fdb2, #00d15f);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_intro .downloadBtn .main_button {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  color: #fff;
  line-height: 1.1;
  background: linear-gradient(90deg, #00d15f, #02fdb2, #00d15f);
  border-radius: 15px;
  font-weight: 500;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_intro .downloadBtn .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
}
.sc_intro .downloadBtn .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_intro .downloadBtn .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.main_agenda {
  position: relative;
  width: 100%;
  padding: 60px 0 20px;
  z-index: 1;
}
.main_agenda .tit {
  position: relative;
  width: 100%;
  text-align: center;
}
.main_agenda .tit_inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.main_agenda .tit_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
}
.main_agenda .sc_agenda {
  position: relative;
  width: 100%;
  padding: 30px 0 50px 0;
}
.main_agenda .sc_agenda .container {
  max-width: 1200px;
}
.main_agenda .sc_agenda .cnt {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: 1px solid #15d9fd;
  box-sizing: border-box;
  padding: 18px 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.main_agenda .sc_agenda .cnt_inner {
  position: relative;
  width: 100%;
  border-radius: 0;
  background-color: white;
  border: 1px solid #02fdb2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}
.main_agenda .sc_agenda .cnt .list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 40px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.main_agenda .sc_agenda .cnt .list.HL {
  background: linear-gradient(90deg, rgba(2, 253, 178, 0.2), 5%, rgba(0, 145, 138, 0.2), 45%, rgba(21, 217, 253, 0.5));
}
.main_agenda .sc_agenda .cnt .list.HL::after {
  height: 1px;
}
.main_agenda .sc_agenda .cnt .list.HL .tit {
  color: #00918a;
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
}
.main_agenda .sc_agenda .cnt .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 253, 178, 0.2), 5%, rgba(0, 145, 138, 0.2), 45%, rgba(21, 217, 253, 0.5));
}
.main_agenda .sc_agenda .cnt .list:last-child::after {
  height: 0;
}
.main_agenda .sc_agenda .cnt .list .time {
  position: relative;
  flex: 0 0 140px;
}
.main_agenda .sc_agenda .cnt .list .tit {
  position: relative;
  flex: 1 0 66%;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  font-weight: bold;
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main_agenda .sc_agenda .cnt .list .tit .tagline {
  position: relative;
  margin: 10px 0;
  color: black;
  font-size: 0.875rem;
  font-family: "SiemensSans_Prof_Roman", "Noto Sans TC", sans-serif;
}
.main_agenda .sc_agenda .cnt .list .tit .tagline span {
  font-size: 1rem;
}
.main_agenda .sc_agenda .cnt .list .tit .topicBtn {
  position: relative;
  flex: 0 0 100px;
  min-width: 100px;
  box-sizing: border-box;
  padding: 5px 15px;
  margin: 0 0 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #15d9fd;
  background-color: #15d9fd;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out;
}
.main_agenda .sc_agenda .cnt .list .tit .topicBtn:hover {
  background-color: #fff;
  color: #15d9fd;
  transform: translateY(-3px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
.main_agenda .sc_agenda .cnt .list .spk {
  position: relative;
  flex: 0 0 250px;
  font-size: 1.125rem;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.main_agenda .sc_agenda .cnt .list .spk .info {
  position: relative;
  margin: 0 0 15px 0;
}
.main_agenda .sc_agenda .cnt .list .spk .info:last-child {
  margin: 0;
}
.main_agenda .sc_agenda .cnt .list .spk .st {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
.main_agenda .sc_agenda .cnt .list .spk .t {
  position: relative;
  font-size: 1.125rem;
  color: #00918a;
}
.main_agenda .sc_agenda .cnt .list .spk .n {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #00918a;
  transition: all 0.2s ease-out;
}
.main_agenda .sc_agenda .cnt .list .spk .n span {
  font-size: 1.25rem;
  color: #00918a;
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
}
.main_agenda .sc_agenda .cnt .list .spk .pic {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 99%;
  box-sizing: border-box;
  padding: 3px;
  overflow: hidden;
  background: linear-gradient(90deg, #65fbfc, #a31cb3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_agenda .sc_agenda .cnt .list .spk .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 99%;
  overflow: hidden;
}

.sc_spk {
  position: relative;
  width: 100%;
  padding: 20px 0 100px 0;
}
.sc_spk .tit {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
}
.sc_spk .tit_inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sc_spk .tit_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
}
.sc_spk .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.sc_spk .items .item {
  position: relative;
  flex: 0 1 calc(25% - 20px);
  max-width: 300px;
  box-sizing: border-box;
  cursor: pointer;
}
.sc_spk .items .item:hover .item_inner .pic_inner img {
  transform: scale(1.1);
}
.sc_spk .items .item.noCnt {
  cursor: auto;
}
.sc_spk .items .item.noCnt:hover .item_inner .pic_inner img {
  transform: scale(1);
}
.sc_spk .items .item_inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.sc_spk .items .item_inner .pic {
  position: relative;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 12px;
  margin: 0;
  background-image: linear-gradient(90deg, #15d9fd, #02fdb2, #15d9fd);
}
.sc_spk .items .item_inner .pic_inner {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sc_spk .items .item_inner .pic_inner img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.sc_spk .items .item_inner .info {
  position: relative;
  width: 100%;
  margin: 25px auto;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.sc_spk .items .item_inner .info .n {
  position: relative;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.sc_spk .items .item_inner .info .n span {
  font-size: 1.3125rem;
  color: #02fdb2;
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
}
.sc_spk .items .item_inner .info .c {
  font-size: 1.3125rem;
  color: #00918a;
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
}

.sc_gift {
  position: relative;
  width: 100%;
  padding: 0 0 100px 0;
}
.sc_gift .tit {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
}
.sc_gift .tit_inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sc_gift .tit_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
}
.sc_gift .service-items {
  position: relative;
  width: 100%;
  margin: 80px auto 0px;
  color: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
.sc_gift .service-items .service-card {
  position: relative;
  flex: 0 1 50%;
  max-width: 400px;
  padding: 24px;
  margin: 0 20px;
  border: 2px solid #b9eaff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.sc_gift .service-items .service-card .card-title {
  position: absolute;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 2px;
  background-image: linear-gradient(90deg, #0079cf, #019cb8, #0079cf);
  border-radius: 10px;
  padding: 10px 40px;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}
.sc_gift .service-items .service-card .cnt-light {
  color: #04ffff;
  font-weight: 300;
  font-size: 0.8125rem;
}
.sc_gift .service-items .service-card img {
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  margin: 30px 0;
}
.sc_gift .service-items .service-card p {
  position: relative;
  margin: 5px 0;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}
.sc_gift .service-items .service-card p span {
  font-family: "SiemensSans_Prof_Black", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}

.sc_active {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.sc_active .tit {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
}
.sc_active .tit_inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sc_active .tit_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #19b5f6, #b9eaff, #19b5f6);
}
.sc_active ol {
  position: relative;
  color: #fff;
}
.sc_active ol li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
}
.sc_active .ps {
  position: relative;
  margin: 45px 0 0 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0.875rem;
}
.sc_active .parag {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0;
}
.sc_active .parag a {
  position: relative;
  font-size: 0.9375rem;
  color: #02fdb2;
  text-decoration: underline;
  font-family: "Charcoal", sans-serif;
  text-align: center;
  transition: all 0.2s ease-out;
  margin: 25px 30px;
}
.sc_active .parag a:hover {
  color: #fff;
}

.sc_logo {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_logo img {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.spk_Pop .modal-dialog {
  max-width: 700px;
}
.spk_Pop .modal-dialog .modal-header {
  padding: 30px 30px 15px;
}
.spk_Pop .modal-dialog .modal-body {
  padding: 15px 30px 30px;
}

@media (max-width: 1550px) {
  header .nav_sns .hover_holder img {
    max-width: 30px;
  }
  .g_kv .t2 {
    width: 52.0833333333%;
  }
}
@media (max-width: 1450px) {
  header .nav_sns .hover_holder img {
    max-width: 30px;
  }
  header .nav_area ul {
    margin: 0 0 0 0;
  }
  header .nav_area ul li {
    padding: 0 10px;
  }
  header .nav_area ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  header .nav_area {
    padding: 0 20px;
  }
  header .nav_area ul li {
    padding: 0 10px;
  }
  header .nav_area ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  header .nav_area {
    padding: 0 20px;
  }
  header .nav_area ul li {
    padding: 0 10px;
  }
  header .nav_area ul li a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  header {
    height: 35px;
    background-color: transparent;
  }
  header .nav_mobile {
    position: relative;
    display: block;
  }
  header .nav_mobile-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .nav_mobile-btn-line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #00918a;
    border-radius: 4px;
    margin: 2.5px 0;
  }
  header .nav_language {
    position: absolute;
    top: 110px;
    right: 5px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0);
  }
  header .nav_sns {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0);
  }
  header .nav_sns .hover_holder img {
    max-width: 40px;
  }
  header .nav_area {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    padding: 50px 0;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
  }
  header .nav_area .logo {
    width: 200px;
    margin: 20px auto;
  }
  header .nav_area ul {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  header .nav_area ul li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  header .nav_area ul li a:hover {
    color: #02fdb2;
  }
  header .nav_area ul li.btn a {
    padding: 12px 35px;
    color: #fff;
    background-color: #02fdb2;
    border: 1px solid #02fdb2;
    border-radius: 5px;
  }
  header .nav_area ul li.btn a:hover {
    color: #02fdb2;
    background-color: #fff;
  }
  header .nav_area ul li.active a {
    color: #02fdb2;
  }
  .fixed_bg {
    height: 100vw;
  }
  .fixed_bg .kv_bg {
    background: url(img/kv_bg.jpg) center/cover no-repeat fixed;
  }
  .g_kv {
    height: 100vw;
  }
  .g_kv .logo {
    width: 40%;
    top: 7%;
    left: 5%;
  }
  .g_kv .t1 {
    transform: translate(-50%, -200%);
    width: 90%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
  }
  .g_kv .t2 {
    width: 100%;
    transform: translateX(-50%);
  }
  .g_kv .t2 a {
    padding: 10px 10px;
    font-size: 1.25rem;
  }
  .g_kv .CTA_btn {
    margin: 10% 0 0;
  }
  .g_kv .CTA_btn_inner {
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.625rem;
    font-weight: 300;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
  }
  .g_kv .CTA_btn_inner:hover {
    color: #010127;
    background-color: #fff;
  }
  .g_bg .color_bg {
    background-color: rgba(0, 0, 0, 0.6);
    background: linear-gradient(black, rgba(0, 0, 0, 0.6));
  }
  .g_bg .img_bg {
    filter: blur(5px);
    background: url(img/kv_bg.jpg) center/cover no-repeat fixed;
  }
  .sc_intro {
    padding: 0;
  }
  .sc_intro .container {
    padding: 30px 20px;
    font-size: 0.9375rem;
    text-align: left;
    border-radius: 15px;
  }
  .sc_intro .slg {
    margin: 45px auto 25px;
    font-size: 1.625rem;
  }
  .sc_intro .slg .s {
    font-size: 1rem;
    font-weight: normal;
  }
  .sc_intro .slg.slich {
    margin: 35px auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sc_intro .slg.slich .line {
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #02fdb2;
    margin: 0 20px;
  }
  .sc_intro .items {
    padding: 25px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
  }
  .sc_intro .downloadPdf {
    padding: 30px 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .sc_intro .downloadPdf .item {
    flex: 0 1 calc(100% - 20px);
  }
  .sc_intro .downloadPdf .item .cover {
    height: 180px;
    margin: 0 0 10px;
  }
  .sc_intro .downloadPdf .item .t {
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .sc_intro .downloadPdf .item .n {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
  .sc_intro .downloadPdf .item .n span {
    font-size: 1rem;
    font-weight: bold;
  }
  .sc_intro .downloadBtn .main_button {
    padding: 20px 50px;
  }
  .sc_intro .downloadBtn .main_button .text {
    font-size: 1.75rem;
    letter-spacing: 0.5rem;
  }
  .sc_intro .points {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .sc_intro .points .point {
    padding: 20px 20px 20px 40px;
    font-size: 1rem;
  }
  .main_agenda {
    padding: 20px 0;
  }
  .main_agenda .tit_inner {
    padding: 20px 10px;
    font-size: 1.875rem;
  }
  .main_agenda .sc_agenda {
    padding: 15px 0 30px 0;
  }
  .main_agenda .sc_agenda .cnt {
    padding: 8px 8px;
  }
  .main_agenda .sc_agenda .cnt_inner {
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }
  .main_agenda .sc_agenda .cnt .list {
    padding: 15px 15px;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_agenda .sc_agenda .cnt .list .time {
    flex: 0 0 25px;
  }
  .main_agenda .sc_agenda .cnt .list .tit {
    flex: 1 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_agenda .sc_agenda .cnt .list .tit .topicBtn {
    flex: 0 0 35px;
    min-width: 100px;
    padding: 0 15px;
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 1;
  }
  .main_agenda .sc_agenda .cnt .list .spk {
    padding: 15px 15px;
    flex: 0 0 auto;
    min-width: 0;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_agenda .sc_agenda .cnt .list .spk .info {
    margin: 0 30px 0 0;
  }
  .main_agenda .sc_agenda .cnt .list .spk .st {
    font-size: 1rem;
  }
  .main_agenda .sc_agenda .cnt .list .spk .t {
    font-size: 1rem;
  }
  .main_agenda .sc_agenda .cnt .list .spk .n {
    font-size: 1rem;
  }
  .main_agenda .sc_agenda .cnt .list .spk .n span {
    font-size: 1rem;
    font-weight: bold;
  }
  .main_agenda .sc_agenda .cnt .list .spk .pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    padding: 3px;
  }
  .sc_spk {
    padding: 0 0 20px 0;
  }
  .sc_spk .tit_inner {
    padding: 20px 10px;
    font-size: 1.875rem;
  }
  .sc_spk .items {
    display: flex;
  }
  .sc_spk .items .item {
    flex: 0 1 calc(50% - 20px);
    max-width: 300px;
  }
  .sc_spk .items .item_inner .info {
    margin: 15px auto;
  }
  .sc_spk .items .item_inner .info .n {
    font-size: 0.75rem;
  }
  .sc_spk .items .item_inner .info .n span {
    font-size: 1rem;
  }
  .sc_spk .items .item_inner .info .c {
    font-size: 1rem;
  }
  .sc_gift {
    padding: 20px 0;
  }
  .sc_gift .tit_inner {
    padding: 20px 10px;
    font-size: 1.875rem;
  }
  .sc_gift .service-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    margin: 30px auto 0px;
  }
  .sc_gift .service-items .service-card {
    flex: 0 1 calc(80% - 10px);
    padding: 15px;
    margin: 20px auto;
  }
  .sc_gift .service-items .service-card .card-title {
    width: 75%;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
  }
  .sc_gift .service-items .service-card img {
    width: 100%;
    max-width: 200px;
    margin: 30px 0;
  }
  .sc_gift .service-items .service-card p {
    position: relative;
    margin: 5px 0;
    font-size: 0.75rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
  }
  .sc_gift .service-items .service-card p span {
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .sc_active {
    padding: 20px 0;
  }
  .sc_active .tit_inner {
    padding: 20px 10px;
    font-size: 1.875rem;
  }
  .sc_active ol {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sc_active ol li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .sc_active .ps {
    font-size: 0.75rem;
    margin: 25px 0 0 0;
    line-height: 1.5;
  }
  .sc_active .parag {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 0;
  }
  .sc_active .parag a {
    display: block;
    text-align: center;
    margin: 15px 30px;
  }
  .sc_logo {
    padding: 20px 0;
  }
  .sc_logo img {
    max-width: 150px;
  }
  .spk_Pop .modal-dialog {
    max-width: 700px;
  }
  .spk_Pop .modal-dialog .modal-header {
    padding: 20px 20px 10px;
  }
  .spk_Pop .modal-dialog .modal-body {
    padding: 10px 20px 20px;
  }
}
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */