@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.g_fixed.is_active {
  transform: translateX(0%);
}
.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: linear-gradient(135deg, #00c6d7, #99e071) no-repeat;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.g_fixed .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.cta {
  text-align: center;
}
.cta a {
  display: inline-block;
  border-radius: 3rem;
  padding: 1.25rem 3rem;
  background: linear-gradient(90deg, #00c6d7, #99e071) no-repeat;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  transition: transform 300ms;
}
.cta a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.g_main {
  position: relative;
  z-index: 2;
}

.sc_intros .intro_cnt {
  margin-top: -2rem;
  border-radius: 1rem;
  padding: 2.5rem 5rem;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
}
.sc_intros .intro_cnt .cta {
  margin-top: 1.5rem;
}

.sc_robot,
.sc_system {
  margin-top: 3rem;
}
.sc_robot .sc_tit,
.sc_system .sc_tit {
  text-align: center;
}
.sc_robot .sc_tit .tit,
.sc_system .sc_tit .tit {
  font-style: italic;
  color: #00c6d7;
}
.sc_robot .sc_tit .name,
.sc_system .sc_tit .name {
  position: relative;
  margin-top: 0.25rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.sc_robot .sc_tit .name::after,
.sc_system .sc_tit .name::after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 2px;
  height: 4rem;
  background: linear-gradient(180deg, #00c6d7, #99e071) no-repeat;
}

.sc_robot .sc_tit .name .l2 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: normal;
  color: #040c74;
}

.robot_cnt {
  display: flex;
  align-items: center;
}
.robot_cnt .img {
  order: 2;
  flex: 0 0 50%;
  border-radius: 2rem;
  overflow: hidden;
}
.robot_cnt .points {
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.robot_cnt .pot_tit {
  font-size: 1.5rem;
  color: #00c6d7;
}
.robot_cnt .pot_list {
  padding-left: 1.667rem;
  margin-bottom: 0;
}
.robot_cnt .pot_list li {
  line-height: 1.4;
  padding: 0.25rem 0;
}

.sc_system {
  position: relative;
  padding-top: 3rem;
  background-color: #f8f8f8;
}
.sc_system .container {
  position: relative;
  z-index: 2;
}
.sc_system .sc_tit .name .l2 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #040c74;
}

.system_cnt .part_wrap {
  display: flex;
  align-items: center;
}
.system_cnt .part_wrap .img {
  flex: 0 0 50%;
  border-radius: 2rem;
  overflow: hidden;
}
.system_cnt .part_wrap .text {
  padding-left: 2rem;
}
.system_cnt .part_wrap .text .name {
  font-size: 1.5rem;
  color: #00c6d7;
}
.system_cnt .part_wrap .text .intro {
  padding-right: 2rem;
  font-size: 1.125rem;
}
.system_cnt .part_wrap .text .intro::after {
  content: "";
  display: block;
  margin: 2rem 0;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, #00c6d7, #99e071) no-repeat;
}
.system_cnt .part_wrap .text .special {
  padding-right: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.system_cnt .part_wrap .text .functional {
  margin-top: 1rem;
}
.system_cnt .part_wrap .text .fun_in {
  display: inline-block;
  padding: 0.33rem 0.5rem 0.4rem;
  line-height: 1;
  background-color: #99e071;
}
.system_cnt .part_wrap .text .fun_list {
  margin-top: 0.5rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
.system_cnt .part_wrap .text .fun_list li {
  padding: 0.125rem 0;
}
.system_cnt .part_wrap.p2 {
  margin-top: 3rem;
}
.system_cnt .part_wrap.p2 .img {
  order: 2;
}
.system_cnt .part_wrap.p2 .text {
  padding-left: 0;
  padding-right: 2rem;
}

.g_footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .sc_intros .intro_cnt {
    margin-top: 2rem;
    padding: 1rem 1.5rem 2rem;
    font-size: 1rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  }

  .cta a {
    line-height: 1.3;
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }

  .robot_cnt,
.system_cnt .part_wrap {
    display: block;
  }
  .robot_cnt .img,
.system_cnt .part_wrap .img {
    margin-bottom: 1rem;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19);
  }

  .system_cnt .part_wrap .text,
.system_cnt .part_wrap.p2 .text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .g_footer {
    padding: 2rem 2rem 6rem;
  }
}