@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: #FFF;
  color: #000;
  overflow-x: hidden;
  font-size: 16px;
  scroll-behavior: auto !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

img, video {
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.horizontal-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 50px auto;
    width: 100%;
}

.home-bg {
  background-image: url(/content/dam/safetyrecording/about-images/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: 0 -700px;
}

@media (max-width: 767px) {
  .home-bg-mobile-none {
    background-image: unset;
  }
  .home-bg-mobile-none#morebox {
    padding-top: 0;
  }
  .home-bg-mobile-none .morebox-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .home-bg-mobile-none .morebox-inner .title {
    color: #29A6C1;
    font-size: 16px;
    padding: 30px 0;
    margin-bottom: 0;
  }
}

.container {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .btn-container .col-md-4 {
    margin-bottom: 15px;
  }
}
.my-btn-green {
  width: 160px;
  height: 34px;
  max-width: 158px;
  color: #FFFFFF;
  border-radius: 17px;
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #2E8F63), color-stop(93%, #3FB386));
  background: linear-gradient(90deg, #2E8F63 6%, #3FB386 93%);
  border: 0;
}
.my-btn-green:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.my-btn-white {
  width: 128px;
  height: 25px;
  max-width: 158px;
  color: #415C93;
  border-radius: 17px;
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 16px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #E5E5E5;
}
.my-btn-white:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.home-section {
  position: relative;
  width: 100%;
  height: auto;
}

.home-section-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0px auto;
}

.sectionBox {
  position: relative;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 820px) {
  .sectionBox {
    position: relative;
  }
}
@media (max-width: 575px) {
  .sectionBox {
    position: relative;
  }
}
/* custom table */
.tableStyle {
  width: 100%;
  min-width: 600px;
  background-color: #ecf1f8;
  border-spacing: 0;
  border-collapse: separate;
}

.tableStyle .title {
  font-weight: 700;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

.tableStyle .subtitle-radius {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
}

.tableStyle .subtitle-radius2 {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
}

.tableStyle .subtitle {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
}

.tableStyle td {
  padding: 15px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}

.tableStyle td.clear-bottom-line {
  border-bottom: 0px;
}

.tableStyle td.clear-right-line {
  border-right: 0px;
}

.tableStyle td.levelcolor {
  background: rgba(0, 0, 0, 0.1);
}

.tableStyle td.clear-footer-line {
  border-bottom: 0px;
  border-right: 0px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
}

.tableStyle td.clear-single-footer-line {
  border-bottom: 0px;
  border-right: 0px;
}

/* bluecolor  table*/
.tableStyle.bluecolor {
  background-color: #F0F5F8;
}

.tableStyle.bluecolor .title {
  background: -webkit-gradient(linear, left top, left bottom, from(#83BFE9), color-stop(35.5%, #72A5D9), to(#6781C0));
  background: linear-gradient(180deg, #83BFE9 0%, #72A5D9 35.5%, #6781C0 100%);
}

.tableStyle.bluecolor .subtitle {
  background: #DEE9F0;
}

.tableStyle.bluecolor td.levelcolor {
  background: #DEE9F0;
}

.tableStyle.bluecolor .subtitle-radius, .tableStyle.bluecolor .subtitle-radius2 {
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
}

.tableStyle.bluecolor td.clear-footer-line {
  background: #b0c6e1;
}

/* greencolor  table*/
.tableStyle.greencolor {
  background-color: #ecf1f8;
}

.tableStyle.greencolor .title {
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
  background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
}

.tableStyle.greencolor .subtitle {
  background: #b2e1cf;
}

.tableStyle.greencolor td.levelcolor {
  background: #dbebed;
}

.tableStyle.greencolor .subtitle-radius, .tableStyle.greencolor .subtitle-radius2 {
  background: #3fb386;
}

.tableStyle.greencolor td.clear-footer-line {
  background: #b2e1cf;
}

.tableStyle.single {
  min-width: auto;
}

.tableStyle.single tbody ul {
  padding: 0px;
  margin: 0px 15px;
}
.tableStyle.single tbody ul li {
  padding: 5px 0px;
  list-style: none;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 18px;
}
.tableStyle.single tbody ul li.list-style-num {
  padding-left: 18px;
  position: relative;
}
.tableStyle.single tbody ul li.list-style-num::before {
  content: attr(data-index) ". ";
  position: absolute;
  left: 0;
  top: 5px;
}
.tableStyle.single tbody tr:nth-child(even) {
  background: #DEE9F0;
}
.tableStyle.single tbody td:last-child {
  border-bottom: 0px;
  border-right: 0px;
}

.text-note {
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 18px;
  display: flex;
}

.second-indent {
    padding-left: 20px;
}

.footnote {
    padding-left: 10px;
}

.rwd-pc {
  display: block;
}

.rwd-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .rwd-pc {
    display: none;
  }
  .rwd-mobile {
    display: block;
  }
}
.detail-btn-green {
  position: relative;
  height: 60px;
  min-width: 200px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 60px;
  color: #515760;
  display: inline-block;
  text-align: left;
}
.detail-btn-green::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-image: url(/content/dam/safetyrecording/about-images/arrow-link-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.detail-btn-green:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  color: #515760;
}

@media (max-width: 767px) {
  .detail-btn-green {
    position: relative;
    height: 40px;
    min-width: 160px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 40px;
  }
  .detail-btn-green::after {
    content: "";
    width: 40px;
    height: 40px;
  }
}
.square-btn-green {
  padding: 20px;
  max-width: 300px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 60px;
  color: #fff;
  background: #04AA6D;
  /* Gradient
  background: -webkit-gradient(linear, left top, left bottom, from(#88C988), to(#33B27A));
  background: linear-gradient(180deg, #88C988 0%, #33B27A 100%);
  */
}
.square-btn-green img {
  margin-left: 10px;
  margin-bottom: 5px;
  width: 23px;
}
/* Button Hover
.square-btn-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace0ab), to(#50c89c));
  background: linear-gradient(180deg, #ace0ab 0%, #50c89c 100%);
  color: #FFFFFF;
}
*/
.square-btn-green:hover img {
  -webkit-animation: xmove 0.7s ease-in-out infinite;
          animation: xmove 0.7s ease-in-out infinite;
}

@-webkit-keyframes xmove {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes xmove {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
hr.cmp-separator__horizontal-rule {
  display: none;
}

.back-arrow {
  margin-bottom: 50px;
}
.back-arrow a {
  display: block;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 60px;
  color: #6B6E6A;
}
.back-arrow a img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  display: inline-block;
}
.back-arrow a .desc {
  display: inline-block;
}

.btn-square-green {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 280px;
  height: 70px;
  color: #FFFFFF;
  margin: 15px 5px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
  background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
}
.btn-square-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace0ab), to(#50c89c));
  background: linear-gradient(180deg, #ace0ab 0%, #50c89c 100%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .btn-square-green {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}

.text-right {
  text-align: right;
}

.btn-back-wrap {
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .btn-back-wrap {
    padding: 0 20px;
  }
}

.btn-back {
  padding: 10px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-back img {
  width: 27px;
  height: 20px;
  margin-right: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.btn-back:hover {
  color: #333333;
}

.home-headerImage-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 120px auto 0;
  max-width: 1280px
}
@media (max-width: 1280px), (max-height: 750px) {
  .home-headerImage-box {
    margin-top: 83px;
  }
}

.home-headerImage {
  width: 100%;
  height: auto;
}
.home-headerImage img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1280px), (max-height: 750px) {
  .page-fix {
    margin-top: 83px;
  }
}
.home-headerbar-xs {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 83px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 999;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.home-headerbar-xs.hide {
  top: -85px;
}
.home-headerbar-xs .logo-header {
  position: absolute;		
  width: auto;
  height: 80%;
  /*
  margin-left: 16px;
  margin-top: 30px;
  */
  bottom: 0;
}
.home-headerbar-xs .menubtn-xs {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url(/content/dam/pdgotss/images/menu-btn-xs.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-headerbar-xs .menubtn-xs.active {
  background-image: url(/content/dam/pdgotss/images/menu-close-btn-xs.png);
}

@media (max-width: 1280px), (max-height: 750px) {
  .home-headerbar-xs {
    display: block;
  }
}

.home-header-wrapper {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
	z-index: 999;
}

@media (max-width: 1280px), (max-height: 750px) {
  .home-header-wrapper {
    display: none;
  }
}

.home-header-section {
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1280px), (max-height: 750px) {
  .home-header-section {
    display: none;
  }
}

.home-menu-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 4, 0.6);
  z-index: 888;
  display: none;
}

.home-header-navbar {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0px;
  /*padding: 0px 5%;*/
  background: #FFFFFF;
  /*
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  */
  z-index: 999;
}
.home-header-navbar .header-menu-info {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-header-navbar .header-menu-info .header-menu-logo {
  position: absolute;
  /*left: 5%;*/
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40%;
  height: 90%;
  border: 0;
  background-color: transparent;
  background-image: url(/content/dam/sopl/images/sopl-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
}
.home-header-navbar .home-headerMenu {
  position: relative;
  width: auto;
  height: auto;
  list-style: none;
  text-align: right;
  margin-top: 8px;
}
.home-header-navbar .home-headerMenu .header-menu-logo-fixed {
  display: none;
}
.home-header-navbar .home-headerMenu .header-login-fixed {
  display: none;
}
.home-header-navbar .home-headerMenu ul {
  position: relative;
  width: auto;
  height: auto;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin: 0px;
}
.home-header-navbar .home-headerMenu ul li.nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
}
.home-header-navbar .home-headerMenu ul li.nav-item a.nav-link {
  position: relative;
  display: block;
  margin: 0px 1px 0px 1px;
  padding: 10px 18px;
  /*color: #7FB539;*/
  color: #333333;
  text-align: center;
  border-radius: 7px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 15.8px;
  text-align: center;
}
.home-header-navbar .home-headerMenu ul li.nav-item a.nav-link:hover, .home-header-navbar .home-headerMenu ul li.nav-item a.nav-link.active {
  color: #29A6C1;
}
.home-header-navbar .home-headerMenu ul li.nav-item:hover ol {
  display: block;
}
.home-header-navbar .home-headerMenu ul li.nav-item:hover, .home-header-navbar .home-headerMenu ul li.nav-item.active > a.nav-link {
  color: #29A6C1;
}
.home-header-navbar .home-headerMenu ul li.nav-item:last-child a.nav-link {
  padding-right: 0;
}
.home-header-navbar .home-headerMenu ul ol {
  position: absolute;
  top: 52px;
  left: 0px;
  min-width: 280px;
  min-height: 100px;
  list-style: none;
  background-color: #FFFFFF;
  padding: 40px 25px;
  margin: 0px;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
  display: none;
}
.home-header-navbar .home-headerMenu ul ol li {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  cursor: default !important;
}
.home-header-navbar .home-headerMenu ul ol li::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  width: 15px;
  height: 15px;
  background-image: url(/content/dam/safetyrecording/about-images/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-header-navbar .home-headerMenu ul ol li a {
  position: relative;
  display: block;
  margin: 5px 0px 5px 0px;
  padding: 8px 18px;
  color: #333333;
  text-align: left;
  border-radius: 7px;
  font-family: Arial;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 13.8px;
}
.home-header-navbar .home-headerMenu ul ol li a:hover, .home-header-navbar .home-headerMenu ul ol li a.active {
  color: #32A578;
}
.home-header-navbar .home-headerMenu ul ol.login-box {
  min-width: 360px;
  left: auto;
  right: 0px;
  top: 52px;
}
.home-header-navbar .home-headerMenu ul ol.login-box li {
  padding: 0px 20px;
}
.home-header-navbar .home-headerMenu ul ol.login-box li::before {
  content: "";
  display: none;
}
.home-header-navbar .home-headerMenu ul ol.login-box li a {
  height: 40px;
  border-radius: 0px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
  background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
}
.home-header-navbar .home-headerMenu ul ol.login-box li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace0ab), to(#50c89c));
  background: linear-gradient(180deg, #ace0ab 0%, #50c89c 100%);
}
.home-header-navbar .home-headerMenu ul ol.login-box li .title {
  padding: 10px 0px;
  text-align: center;
  color: #747A84;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 18px;
}
.home-header-navbar .home-headerMenu .mainmenu-login {
  position: relative;
  width: 90px;
  height: 30px;
  margin: 0px 1px 0px 1px;
  padding: 7px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
  background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border: 0px;
  border-radius: 15px;
  display: block;
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 16px;
  color: #FFFDFD;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.home-header-navbar .home-headerMenu .mainmenu-login:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace0ab), to(#50c89c));
  background: linear-gradient(180deg, #ace0ab 0%, #50c89c 100%);
}

/*
Keep top nav unchanged
*/
/*
.home-header-navbar.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 0px 0px;
  height: 104px;
}
.home-header-navbar.fixed .header-menu-info {
  display: none;
}
.home-header-navbar.fixed .home-headerMenu {
  position: relative;
  margin-top: 25px;
  padding: 0px 5%;
}
.home-header-navbar.fixed .home-headerMenu .header-menu-logo-fixed {
  position: absolute;
  top: -5px;
  left: 5%;
  display: block;
  width: 160px;
  height: 63px;
  border: 0;
  background-color: transparent;
  background-image: url(/content/dam/pdgotss/images/cic-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
}
.home-header-navbar.fixed .home-headerMenu .header-login-fixed {
  display: inline-block;
  width: 140px;
  height: 38px;
}
.home-header-navbar.fixed .home-headerMenu .header-login-fixed .square-btn-green {
  display: block;
  line-height: 38px;
  padding: 0px;
  width: 110px;
  height: 38px;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
}
*/

@media (max-width: 1280px), (max-height: 750px) {
  .home-header-navbar {
    display: none;
  }
}


.language-box {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.language-box .text-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 13.8px;
}
.language-box .text-link:hover, .language-box .text-link.active {
  color: #29A6C1;
}
.language-box .square-btn-green {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 38px;
  max-width: 140px;
  width: 100%;
  margin-left: 10px;
  margin-right: 30px;
  text-align: center;
  padding: 0;
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 13.8px;
}

.language-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  position: relative;
}
.language-btn a {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 28px;
  color: #3B3B3B;
}
.language-btn a.active {
  color: #29A6C1;
}
.language-btn a:hover {
  color: #29A6C1;
}

.lang-icon {
  position: relative;
  width: 19.75px;
  height: 20px;
  margin-left: 25px;
  margin-top: 5px;
  background-image: url(/content/dam/assets/common/images/lang-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.tools-mobile {
  position: absolute;
  top: 30px;
  left: 20px;
  margin-top: 0px;
  width: 50px;
  border: #cdcdcd 1px solid;
  background-color: #FFFFFF;
  z-index: 99;
  display: none;
}
.tools-mobile a {
  display: block;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #000000;
  padding: 5px 10px;
}
.tools-mobile a:hover {
  color: #29A6C1;
}
.tools-mobile .lang-mobile {
  width: 100%;
  height: auto;
  text-align: center;
}
.tools-mobile .lang-mobile a {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.tools-mobile .lang-mobile a::after {
  content: "/";
  display: none;
}
.tools-mobile .lang-mobile a.active {
  color: #29A6C1;
}
.tools-mobile .lang-mobile a:last-child {
  padding-right: 0px;
  padding-left: 0px;
}
.tools-mobile .textsize-icon {
  display: none;
}

.mobileMenuBox {
  display: none;
  z-index: 200;
}

@media (max-width: 1280px), (max-height: 750px) {
  .mobileMenuBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .mobileMenuBox .mobileMenuBox-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs {
    position: relative;
    width: auto;
    height: calc(100vh - 163px);
    list-style: none;
    margin-top: 83px;
    overflow-y: auto;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul {
    position: relative;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 10px 20px;
    margin-top: 0px;
    margin-bottom: 300px;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #515760;
    text-align: left;
    height: 50px;
    padding: 0;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 18px;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li a:hover, .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li a.active {
    color: #29A6C1;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li a img {
    width: 12px;
    height: 20px;
    margin-right: 10px;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li ol {
    position: relative;
    width: 100%;
    height: auto;
    list-style: none;
    display: none;
    padding: 10px 0px;
    margin: 0px;
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li ol li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.6);
  }
  .mobileMenuBox .mobileMenuBox-inner .home-headerMenu-xs ul li ol li a {
    height: auto;
    padding: 10px 25px 10px 55px;
    color: #515760;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 25px;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .login-box {
    width: 100%;
    list-style: none;
    background-color: #FFFFFF;
    padding: 10px 25px;
    margin: 0px auto;
    -webkit-box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    color: #515760;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .login-box .square-btn-green {
    height: 46px;
    max-width: 270px;
    width: 100%;
    line-height: unset;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	font-size: 16px;
	font-weight: 400;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .mobileMenuBox-bule {
    position: relative;
    width: 100%;
	background: #deeffb;
	/*
    background: -webkit-gradient(linear, left top, right top, color-stop(6%, #2E598F), color-stop(93%, #3A70B3));
    background: linear-gradient(90deg, #2E598F 6%, #3A70B3 93%);
	*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 20px 25px 0;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .mobileMenuBox-bule .language-xs-box {
    padding-left: 20px;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .mobileMenuBox-bule .language-xs-box a {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 30px;
    width: 40px;
    height: 30px;
    color: #000;
    padding-bottom: 1px;
    margin: 0 5px;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .mobileMenuBox-bule a.active {
    border-bottom: 1px solid #000000;
  }
  .mobileMenuBox .mobileMenuBox-inner .mobileMenuBox-footer .mobileMenuBox-bule .footer-copyright-xs {
    padding-left: 20px;
    color: #000000;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: unset;
    line-height: 13px;
  }
  .mobileMenuBox-login {
    width: 100%;
    height: calc(100vh - 163px);
    position: absolute;
    left: 0;
    top: 83px;
    background-color: #fff;
    padding: 35px 50px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .mobileMenuBox-login.active {
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
  }
  .mobileMenuBox-login .mobileMenuBox-back {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    max-width: 100px;
  }
  .mobileMenuBox-login .mobileMenuBox-back img {
    width: 13px;
    height: 20px;
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .mobileMenuBox-login .login-content {
    padding-top: 130px;
  }
  .mobileMenuBox-login .login-content h6 {
    text-align: center;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 28px;
  }
  .mobileMenuBox-login .login-content > div {
    -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;
  }
  .mobileMenuBox-login .login-content > div .square-btn-green {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 55px;
    line-height: unset;
    margin-bottom: 10px;
    width: 100%;
    max-width: 270px;
  }
}
.desktopLoginBox {
  position: fixed;
  left: 0px;
  top: 80px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 120;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}
@media (max-width: 1280px), (max-height: 750px) {
  .desktopLoginBox {
    display: none;
  }
}
.desktopLoginBox .desktopLoginBox-inner {
  margin: 100px auto 0px auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 300px;
  background-color: #fff;
  padding: 35px 50px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px), (max-height: 750px) {
  .desktopLoginBox .desktopLoginBox-inner {
    margin: 0px auto 0px auto;
    max-width: 100%;
    height: 100%;
  }
}
.desktopLoginBox .desktopLoginBox-inner.active {
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
}
.desktopLoginBox .desktopLoginBox-inner .desktopLoginBox-back {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  max-width: 100px;
  margin-top: 0px;
}
.desktopLoginBox .desktopLoginBox-inner .desktopLoginBox-back img {
  width: 13px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.desktopLoginBox .desktopLoginBox-inner .login-content {
  padding-top: 30px;
}
.desktopLoginBox .desktopLoginBox-inner .login-content h6 {
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 28px;
}
.desktopLoginBox .desktopLoginBox-inner .login-content > div {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .desktopLoginBox .desktopLoginBox-inner .login-content > div {
    -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;
  }
}
.desktopLoginBox .desktopLoginBox-inner .login-content > div .square-btn-green {
  width: 100%;
  max-width: 250px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 55px;
  line-height: unset;
  margin: 10px 5px 10px 5px;
}

.home-about-section {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.home-about-section .home-about-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  padding: 80px 20px;
}
.home-about-section .home-about-inner .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-about-section .home-about-inner .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 36px;
  }
}
.home-about-section .home-about-inner .content {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 30px;
}
.home-about-section .home-about-inner .joinus-box {
  position: relative;
  width: 100%;
  max-width: 637px;
  min-height: 350px;
  border: 0;
  background-color: transparent;
  background-image: url(/content/dam/safetyrecording/about-images/joinus-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 50px;
  float: right;
  display: block;
}
.home-about-section .home-about-inner .joinus-box .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 36px;
  text-align: center;
  color: #415C93;
}
.home-about-section .home-about-inner .joinus-box .subtitle {
  margin-top: 20px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: center;
  color: #5E6571;
}
.home-about-section .home-about-inner .joinus-box .item {
  position: relative;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.home-about-section .home-about-inner .joinus-box .item a {
  text-transform: uppercase;
  margin: 20px auto;
  max-width: 410px;
  height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
  background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
  display: block;
  color: #FFFFFF;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 58px;
}
.home-about-section .home-about-inner .joinus-box .item a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace0ab), to(#50c89c));
  background: linear-gradient(180deg, #ace0ab 0%, #50c89c 100%);
}
.home-about-section .home-about-inner .btn-join {
  width: 116px;
  height: 116px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  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;
  z-index: 10;
}
.home-about-section .home-about-inner .btn-join .box {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#88C988), to(#33B27A));
  background: linear-gradient(180deg, #88C988 0%, #33B27A 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.home-about-section .home-about-inner .btn-join span {
  color: #fff;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  z-index: 1;
}
.home-about-section .home-about-inner .btn-join:after {
  content: "";
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #3D71B8;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 0;
}

@media (max-width: 1199px) {
  .home-about-section .home-about-inner .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .home-about-section .home-about-inner .content {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 22px;
  }
  .home-about-section .home-about-inner .joinus-box .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 36px;
  }
  .home-about-section .home-about-inner .joinus-box .subtitle {
    margin-top: 10px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
  }
  .home-about-section .home-about-inner .joinus-box .item {
    margin: 15px auto;
  }
  .home-about-section .home-about-inner .joinus-box .item a {
    text-transform: uppercase;
    margin: 20px auto;
    max-width: 410px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
    background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
    display: block;
    color: #FFFFFF;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 50px;
  }
  .home-about-section .home-about-inner .btn-join {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 50px;
  }
  .home-about-section .home-about-inner .btn-join .box {
    width: 75px;
    height: 75px;
  }
  .home-about-section .home-about-inner .btn-join span {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 16px;
  }
  .home-about-section .home-about-inner .btn-join:after {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .home-about-section {
    margin-top: 0px;
  }
  .home-about-section::before {
    display: none;
  }
  .home-about-section .home-about-inner {
    padding: 50px 15px;
    text-align: left;
  }
  .home-about-section .home-about-inner .joinus-box {
    max-width: 100%;
    min-height: 300px;
  }
  .home-about-section .home-about-inner .joinus-box .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 32px;
  }
  .home-about-section .home-about-inner .joinus-box .subtitle {
    margin-top: 10px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
  }
  .home-about-section .home-about-inner .joinus-box .item {
    margin: 15px auto;
  }
  .home-about-section .home-about-inner .joinus-box .item a {
    text-transform: uppercase;
    margin: 20px auto;
    max-width: 410px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9DD29C), to(#40BA8D));
    background: linear-gradient(180deg, #9DD29C 0%, #40BA8D 100%);
    display: block;
    color: #FFFFFF;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 50px;
  }
}
.home-benefits-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px auto;
  max-width: 980px;
  pointer-events: auto;
  text-align: center;
  padding: 115px 10px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-benefits-section {
    text-align: left;
  }
}
.home-benefits-section .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-benefits-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 36px;
  }
}
.home-benefits-section .subtitle {
  color: #515760;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 36px;
  font-family: "Lato";
}
@media (max-width: 767px) {
  .home-benefits-section .subtitle {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 24px;
    padding: 0px 15px;
  }
}
.home-benefits-section .iconbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-benefits-section .iconbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-benefits-section .iconbox .item {
  position: relative;
  margin: 0px 10px;
  width: 33.333333%;
  height: 370px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .home-benefits-section .iconbox .item {
    margin: 0px 0px;
    height: 280px;
  }
}
.home-benefits-section .iconbox .item .title {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 126px;
  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;
  padding: 0 20px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 28px;
  color: #FFFFFF;
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.home-benefits-section .iconbox .item .title img {
  display: none;
}
.home-benefits-section .iconbox .item .icon {
  width: 100%;
  height: 100%;
  padding-bottom: 126px;
  margin-top: 20%;
}
.home-benefits-section .iconbox .item .icon img {
  max-width: 160px;
  max-height: 160px;
  height: auto;
}
.home-benefits-section .iconbox .item .content {
  height: 100%;
  padding: 170px 20px 20px 20px;
  display: none;
  text-align: center;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 22px;
}
.home-benefits-section .iconbox .item .content .detailBtn {
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .home-benefits-section .iconbox .item .content .detailBtn {
    left: auto;
    right: 35px;
    -webkit-transform: none;
            transform: none;
  }
  .home-benefits-section .iconbox .item .content .detailBtn .detail-btn-green {
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .home-benefits-section .iconbox .item .content {
    padding-top: 160px;
    font-size: 16px;
    text-align: left;
  }
}
.home-benefits-section .iconbox .item:hover .title {
  bottom: 0px;
  -webkit-transform: translateY(-186%);
          transform: translateY(-186%);
}
.home-benefits-section .iconbox .item:hover .icon {
  display: none;
}
.home-benefits-section .iconbox .item:hover .content {
  display: block;
}
.home-benefits-section .iconbox .item.active .icon {
  display: none;
}
.home-benefits-section .iconbox .item.active .content {
  display: block;
}
.home-benefits-section .iconbox .item.active .title {
  bottom: 0px;
  -webkit-transform: translateY(-201%);
          transform: translateY(-201%);
}
@media (max-width: 767px) {
  .home-benefits-section .iconbox .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-benefits-section .iconbox .item .icon {
    display: none;
  }
  .home-benefits-section .iconbox .item .content {
    display: block;
  }
  .home-benefits-section .iconbox .item .title {
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 110px;
    padding-top: 15px;
  }
  .home-benefits-section .iconbox .item .title img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 75px;
    height: 75px;
    display: block;
  }
  .home-benefits-section .iconbox .item:hover .title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .home-benefits-section {
    padding: 60px 20px 0;
  }
}
.home-values-section {
  max-width: 980px;
  width: 100%;
  margin: 115px auto 0;
  padding: 0px 20px 115px;
}
.home-values-section .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home-values-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 36px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.home-values-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-values-section .box {
  width: 49%;
  background-color: #fff;
}
.home-values-section .box h6 {
  padding: 18px 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 28px;
  color: #FFFFFF;
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
}
.home-values-section .box p {
  padding: 30px 0;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  line-height: 26px;
  color: #515760;
}
@media (max-width: 767px) {
  .home-values-section {
    margin-top: 60px;
    padding-bottom: 0px;
  }
  .home-values-section .content {
    -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;
  }
  .home-values-section .content h6 {
    padding-bottom: 20px;
    background: unset;
    text-align: left;
  }
  .home-values-section .content p {
    padding: 0;
    color: #fff;
    max-width: none;
  }
  .home-values-section .box {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 5px;
    background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
  }
}

#participants {
  background-color: #E3F1E0;
}

.home-participants-section {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 100px;
  pointer-events: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home-participants-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.home-participants-section .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-participants-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 36px;
    padding: 0px 5%;
  }
}
.home-participants-section .subtitle {
  color: #515760;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 36px;
  font-family: "Lato";
}
@media (max-width: 767px) {
  .home-participants-section .subtitle {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-family: "Lato";
    padding: 0px 5%;
  }
}
.home-participants-section .iconbox {
  position: relative;
  width: 85%;
  height: auto;
  min-height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .home-participants-section .iconbox {
    width: 100%;
    min-height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.home-participants-section .iconbox .morelink {
  position: absolute;
  bottom: -50px;
  left: 0px;
  height: 26px;
  width: auto;
}
.home-participants-section .iconbox .morelink a {
  display: block;
  padding-right: 30px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 20px;
  text-decoration: underline;
}
.home-participants-section .iconbox .morelink a::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  background-image: url(/content/dam/safetyrecording/about-images/gray-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .home-participants-section .iconbox .morelink {
    display: none;
  }
}
.home-participants-section .iconbox .menu {
  width: 270px;
  height: 100%;
  min-height: 570px;
  background: linear-gradient(225.44deg, #FFFFFF 20.23%, #F8FBFA 89.7%);
  padding: 60px 30px;
  text-align: left;
  z-index: 99;
  border-right: solid 3px #dadada;
}
.home-participants-section .iconbox .menu hr {
  height: 1px;
  border-top: #5E6571 1px solid;
  margin: 25px 0px;
}
.home-participants-section .iconbox .menu a {
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
.home-participants-section .iconbox .menu a.child {
  margin-left: 20px;
}
.home-participants-section .iconbox .menu a.active {
  color: #29A6C1;
}
.home-participants-section .iconbox .menu a:hover {
  color: #29A6C1;
}
@media (max-width: 767px) {
  .home-participants-section .iconbox .menu {
    display: none;
  }
}
.home-participants-section .iconbox .menu-xs {
  display: none;
  width: 100%;
  height: auto;
  background: linear-gradient(225.44deg, #FFFFFF 20.23%, #F8FBFA 89.7%);
  text-align: center;
  z-index: 99;
}
.home-participants-section .iconbox .menu-xs .link {
  padding: 20px 0;
  position: relative;
}
.home-participants-section .iconbox .menu-xs .link a {
  color: #415C93;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.home-participants-section .iconbox .menu-xs .link a.child {
  margin-left: 20px;
}
.home-participants-section .iconbox .menu-xs .link a.active {
  color: #29A6C1;
}
.home-participants-section .iconbox .menu-xs .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.home-participants-section .iconbox .menu-xs .swiper-slide-active a {
  color: #29A6C1;
}
.home-participants-section .iconbox .menu-xs .swiper-pagination-bullet-active {
  background-color: #29A6C1;
}
.home-participants-section .iconbox .menu-xs .swiper-button-prev,
.home-participants-section .iconbox .menu-xs .swiper-button-next {
  color: #29A6C1;
}
.home-participants-section .iconbox .menu-xs .swiper-button-prev::after,
.home-participants-section .iconbox .menu-xs .swiper-button-next::after {
  font-size: 24px;
}
@media (max-width: 767px) {
  .home-participants-section .iconbox .menu-xs {
    display: block;
  }
}
.home-participants-section .iconbox .infoboxs {
  width: 100%;
  height: 100%;
  min-height: 570px;
  background-color: rgba(255, 255, 255, 0.3);
}
.home-participants-section .iconbox .infoboxs .content {
  position: relative;
  width: 100%;
  max-width: 90%;
  min-height: 570px;
}
.home-participants-section .iconbox .infoboxs .content .item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 50px 0px 50px 50px;
}
@media (max-width: 767px) {
  .home-participants-section .iconbox .infoboxs .content .item {
    padding: 30px 0px 50px 20px;
  }
}
.home-participants-section .iconbox .infoboxs .content .item .info {
  padding-right: 40%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item .info {
    padding-right: 0px;
    position: relative;
    z-index: 1;
  }
}
.home-participants-section .iconbox .infoboxs .content .item .info .scrollbar {
  max-height: 340px;
  overflow-y: scroll;
}
.home-participants-section .iconbox .infoboxs .content .item .info .scrollbar::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.home-participants-section .iconbox .infoboxs .content .item .info .scrollbar::-webkit-scrollbar-track-piece {
  background: transparent;
}
.home-participants-section .iconbox .infoboxs .content .item .info .scrollbar::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 4px;
  background-color: #d2d2d2;
}
.home-participants-section .iconbox .infoboxs .content .item .info .scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.home-participants-section .iconbox .infoboxs .content .item .info img.iconx {
  display: block;
  width: 173px;
  height: auto;
}
.home-participants-section .iconbox .infoboxs .content .item .info .title {
  text-align: left;
  color: #40BA8D;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 28px;
  margin-bottom: 30px;
}
.home-participants-section .iconbox .infoboxs .content .item .info ul {
  margin: 10px 25px;
  padding: 0px;
  text-align: left;
}
.home-participants-section .iconbox .infoboxs .content .item .info ul li {
  margin: 0px;
  padding: 5px 0px;
  color: #515760;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.home-participants-section .iconbox .infoboxs .content .item.content-1 {
  display: none;
}
.home-participants-section .iconbox .infoboxs .content .item.content-1 img.bg {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 40%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item.content-1 img.bg {
    top: auto;
    right: -40px;
    bottom: 40px;
    width: 400px;
  }
}
.home-participants-section .iconbox .infoboxs .content .item.content-2 {
  display: none;
}
.home-participants-section .iconbox .infoboxs .content .item.content-2 img.bg {
  position: absolute;
  top: -70px;
  right: 20%;
  width: 220px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item.content-2 img.bg {
    top: auto;
    right: -40px;
    bottom: 20px;
    width: 180px;
  }
}
.home-participants-section .iconbox .infoboxs .content .item.content-3 {
  display: none;
}
.home-participants-section .iconbox .infoboxs .content .item.content-3 img.bg {
  position: absolute;
  top: -70px;
  right: 20%;
  width: 250px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item.content-3 img.bg {
    top: auto;
    right: -40px;
    bottom: 20px;
    width: 220px;
  }
}
.home-participants-section .iconbox .infoboxs .content .item.content-4 img.bg {
  position: absolute;
  top: -65px;
  right: 20%;
  width: 180px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item.content-4 img.bg {
    top: auto;
    right: -40px;
    bottom: 20px;
    width: 150px;
  }
}
.home-participants-section .iconbox .infoboxs .content .item .detailBtn {
  position: absolute;
  right: 500px;
  bottom: 100px;
}
@media (max-width: 1199px) {
  .home-participants-section .iconbox .infoboxs .content .item .detailBtn {
    right: 200px;
  }
}
@media (max-width: 767px) {
  .home-participants-section .iconbox .infoboxs .content .item .detailBtn {
    bottom: 50px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-projects-section {
  margin: 0px auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.home-projects-section .home-projects-inner {
  padding: 38px 55px;
}
@media (max-width: 767px) {
  .home-projects-section .home-projects-inner {
    padding: 33px 11px;
  }
}
.home-projects-section .home-projects-inner .dropdowns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-projects-section .home-projects-inner .dropdowns-buttons .dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
  width: 100%;
}
.home-projects-section .home-projects-inner .dropdowns-buttons .dropdown-container label {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-bottom: 8px;
  color: #3B3B3B;
}
.home-projects-section .home-projects-inner .dropdowns-buttons .btn-square-green, .home-projects-section .home-projects-inner .dropdowns-buttons .btn-square-gray {
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 25px;
  height: 40px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  border-radius: 0;
}
.home-projects-section .btn-square-green {
  font-size: inherit;
  width: 110px;
}
.home-projects-section .btn-square-gray {
  display: inline-block;
  text-align: center;
  font-size: inherit;
  color: #FFFFFF;
  margin: 15px 5px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.03em;
  background: rgb(184, 183, 183);
  width: 90px;
}
.home-projects-section select {
  color: gray;
  border-color: lightgray;
  padding: 10px;
  width: 100%;
}
.home-projects-section .tableStyle {
  width: 100%;
  border-collapse: collapse;
}
.home-projects-section .tableStyle th, .home-projects-section .tableStyle td {
  padding: 15px 0px 15px 20px;
  text-align: left;
  border: none; /* Remove cell borders */
  vertical-align: top; /* Align to top */
}
.home-projects-section .tableStyle tbody tr {
  color: #3B3B3B;
  font-size: 14px;
}
.home-projects-section .tableStyle tbody tr:nth-child(odd) {
  background-color: #FCFCFC;
}
.home-projects-section .tableStyle tbody tr:nth-child(even) {
  background-color: #EFF4F7;
}
.home-projects-section .tableStyle thead .subtitle-radius2 {
  background: unset;
}
.home-projects-section .tableStyle thead tr {
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
}
.home-projects-section .tableStyle thead td {
  padding: 15px 0px 15px 20px;
}
.home-projects-section .mobile-label {
  display: none;
}
@media (max-width: 767px) {
  .home-projects-section .home-projects-inner .dropdowns-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-projects-section .home-projects-inner .dropdowns-buttons .dropdown-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-projects-section .home-projects-inner .dropdowns-buttons .btn-square-green, .home-projects-section .home-projects-inner .dropdowns-buttons .btn-square-gray {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .home-projects-section .tableStyle {
    width: 100%;
    min-width: auto;
    border-collapse: collapse;
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  .home-projects-section .tableStyle thead {
    display: none; /* Hide table headers in mobile layout */
  }
  .home-projects-section .tableStyle tbody tr {
    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; /* Align items to the start */
    text-align: left; /* Align text to the left */
    padding: 10px 0; /* Add padding to each row */
    border-bottom: 1px solid #EFF4F7; /* Add bottom border to each row */
    width: 100%; /* Ensure rows take full width */
  }
  .home-projects-section .tableStyle tbody tr td {
    width: 100%;
    padding: 5px 10px; /* Add padding to left and right */
    position: relative; /* Position relative for pseudo-elements */
  }
  .home-projects-section .tableStyle tbody tr td::before {
    content: attr(data-label); /* Use data-label attribute for the title */
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .home-projects-section .tableStyle tbody tr .mobile-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}

.home-resources-section {
  margin: 0px auto;
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.home-resources-section .home-resources-inner {
  padding: 67px 55px;
}
.home-resources-section .home-resources-inner .btn-square-green {
  height: 30px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  width: 147px;
  margin: 0;
}
.home-resources-section select {
  color: gray;
  border-color: lightgray;
  padding: 10px;
  width: 100%;
}
.home-resources-section .tableStyle {
  width: 100%;
  border-collapse: collapse;
}
.home-resources-section .tableStyle th, .home-resources-section .tableStyle td {
  padding: 20px 0px 20px 20px;
  text-align: left;
  border: none; /* Remove cell borders */
  vertical-align: top; /* Align to top */
}
.home-resources-section .tableStyle tbody td {
  color: #3b3b3b;
}
.home-resources-section .tableStyle tbody tr:nth-child(odd) {
  background-color: #FCFCFC;
}
.home-resources-section .tableStyle tbody tr:nth-child(even) {
  background-color: #EFF4F7;
}
.home-resources-section .tableStyle .video-thumbnail {
  padding: 40px 30px 40px 22px;
  width: 25%;
  position: relative;
}
.home-resources-section .tableStyle .video-thumbnail a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  display: block;
  position: relative;
  padding-bottom: 55.5%;
  border-radius: 15px;
  overflow: hidden;
}
.home-resources-section .tableStyle .video-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.home-resources-section .tableStyle .video-description {
  padding: 40px 30px 40px 0px;
  width: 75%;
  color: #3b3b3b;
}
.home-resources-section .tableStyle .video-description p:last-child {
  line-height: 26px;
}
.home-resources-section .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2em;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.home-resources-section #forms-and-programs .tableStyle tbody tr {
  padding-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .home-resources-section .home-resources-inner {
    padding: 40px 15px;
  }
  .home-resources-section .tableStyle {
    min-width: auto;
  }
  .home-resources-section .tableStyle tbody tr {
    padding: 15px 10px;
    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; /* Align items to the start */
    text-align: left; /* Align text to the left */
  }
  .home-resources-section .tableStyle tbody tr td {
    width: 100%;
    padding: 5px 10px; /* Add padding to left and right */
  }
  .home-resources-section .tableStyle tbody tr td:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%; /* Half width */
    text-align: left; /* Left align */
  }
  .home-resources-section .tableStyle tbody tr td:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .home-resources-section .tableStyle tbody tr .btn-square-green {
    margin-top: 10px;
  }
  .home-resources-section .tableStyle tbody tr .video-thumbnail {
    padding: 20px 13px;
    width: 100% !important;
  }
  .home-resources-section .tableStyle tbody tr .video-thumbnail a {
    height: 100px;
    padding-bottom: 0;
  }
  .home-resources-section .tableStyle tbody tr .video-description {
    padding: 20px 10px;
  }
  .home-resources-section #forms-and-programs .tableStyle {
    min-width: auto;
  }
  .home-resources-section #forms-and-programs .tableStyle tbody tr {
    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; /* Align items to the start */
    text-align: left; /* Align text to the left */
  }
  .home-resources-section #forms-and-programs .tableStyle tbody tr td {
    width: 100%;
    padding: 5px 10px; /* Add padding to left and right */
  }
  .home-resources-section #forms-and-programs .tableStyle tbody tr td:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: left; /* Left align */
  }
  .home-resources-section #forms-and-programs .tableStyle tbody tr td:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .home-resources-section #forms-and-programs .tableStyle tbody tr .btn-square-green {
    margin-top: 10px;
    margin-left: 0;
  }
}

.framework-btn-green {
  width: 160px;
  height: 34px;
  max-width: 158px;
  color: #FFFFFF;
  border-radius: 17px;
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #2E8F63), color-stop(93%, #3FB386));
  background: linear-gradient(90deg, #2E8F63 6%, #3FB386 93%);
  border: 0;
  z-index: 99;
}
.framework-btn-green:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media (max-width: 575px) {
  .framework-btn-green {
    width: auto;
    height: 34px;
    max-width: 158px;
    color: #FFFFFF;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, right top, color-stop(6%, #2E8F63), color-stop(93%, #3FB386));
    background: linear-gradient(90deg, #2E8F63 6%, #3FB386 93%);
    border: 0;
    z-index: 99;
  }
  .framework-btn-green:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.framework-bg .bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(#BEE6D3), to(#9AD4B8));
  background: linear-gradient(180deg, #BEE6D3 0%, #9AD4B8 100%);
}
@media (max-width: 767px) {
  .framework-bg .bg {
    height: 80%;
  }
}

.home-framework-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  padding: 150px 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-framework-section {
    padding: 50px 20px 40px;
  }
  .home-framework-section .bg-mobile {
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    height: 100%;
    background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
  }
}
.home-framework-section .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .home-framework-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 35px;
    padding: 0px 20px;
    text-align: left;
  }
}
.home-framework-section .iconbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 允許換行 */
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .home-framework-section .iconbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 0;
  }
}
.home-framework-section .iconbox .item {
  position: relative;
  margin: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px); /* 每塊占 50% 減去間距 */
  height: 280px; /* 高度同樣分配 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5%;
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  .home-framework-section .iconbox .item {
    background: unset;
    padding: 0;
    margin-bottom: 10px;
  }
}
.home-framework-section .iconbox .item .info .iconx img {
  width: auto;
  max-height: 105px;
}
.home-framework-section .iconbox .item .info .subname {
  margin-top: 40px;
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 22px;
}
@media (max-width: 767px) {
  .home-framework-section .iconbox .item .info .subname {
    margin-top: 20px;
    color: #FFFDFD;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .home-framework-section .iconbox .item .info {
    display: none;
  }
}
.home-framework-section .iconbox .item a {
  padding: 40px 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-framework-section .iconbox .item a .subname {
  margin-top: 3px;
  margin-bottom: 15px;
}
.home-framework-section .iconbox .item a .subname h6 {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 22px;
  color: #29A6C1;
}
.home-framework-section .iconbox .item a p {
  text-align: left;
  color: #3B3B3B;
  line-height: 26px;
}
.home-framework-section .iconbox .item a .iconx {
  display: none;
}
.home-framework-section .iconbox .item a > img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.home-framework-section .iconbox .item a .arrow-mobile {
  display: none;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .home-framework-section .iconbox .item a {
    padding: 40px 30px;
    opacity: 1;
    pointer-events: auto;
    display: block;
    position: static;
  }
  .home-framework-section .iconbox .item a .subname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-framework-section .iconbox .item a .subname h6 {
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
  }
  .home-framework-section .iconbox .item a .iconx {
    display: block;
    max-width: 50px;
  }
  .home-framework-section .iconbox .item a .arrow-desktop {
    display: none;
  }
  .home-framework-section .iconbox .item a .arrow-mobile {
    display: block;
    bottom: auto;
    top: 50px;
    right: 20px;
  }
}
.home-framework-section .iconbox .item:hover a {
  opacity: 1;
  pointer-events: auto;
}

.home-application-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 150px auto 0px auto;
  max-width: 1280px;
  pointer-events: auto;
  text-align: center;
  padding: 0px 10px;
  z-index: 99;
}
@media (max-width: 767px) {
  .home-application-section {
    margin: 100px auto 0px auto;
  }
}
.home-application-section .title {
  color: #415C93;
  text-transform: uppercase;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 45px;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .home-application-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 36px;
    padding: 0px 5%;
  }
}
.home-application-section .subtitle {
  color: #515760;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 36px;
  font-family: Lato;
  text-align: left;
}
@media (max-width: 767px) {
  .home-application-section .subtitle {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-family: "Lato";
    padding: 0px 5%;
  }
}
.home-application-section .dot-box {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 30px;
  padding: 0px 20px;
  text-align: left;
}
.home-application-section .dot-box .dot {
  width: 50px;
  height: 3px;
  background: rgba(102, 102, 102, 0.4);
  margin: 10px 3px;
  display: inline-block;
}
.home-application-section .dot-box .dot.active {
  background: rgb(64, 186, 141);
}
.home-application-section .detailBtn {
  text-align: right;
}
@media (max-width: 767px) {
  .home-application-section .detailBtn {
    text-align: center;
  }
}
.home-application-section .iconbox {
  margin-top: 50px;
}
.home-application-section .iconbox .application-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 356px;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.1));
}
.home-application-section .iconbox .application-slider .application-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 預設每張卡片均分 */
  text-align: center;
  line-height: 356px;
  -webkit-transition: -webkit-box-flex 0.3s ease;
  transition: -webkit-box-flex 0.3s ease;
  transition: flex 0.3s ease;
  transition: flex 0.3s ease, -webkit-box-flex 0.3s ease, -ms-flex 0.3s ease; /* 平滑動畫效果 */
}
.home-application-section .iconbox .application-slider .application-card:nth-child(1) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; /* 預設第一張佔 3/5 */
}
.home-application-section .iconbox .application-slider .application-card:hover {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; /* 滑過的卡片展開為 3/5 */
}
.home-application-section .iconbox .application-slider .application-card:not(:hover) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 其他卡片縮為 1/5 */
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px; /* 改為固定寬度 120px */
    max-width: 90px; /* 保證不超過 120px */
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 356px;
  -webkit-filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.1));
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box {
  position: relative;
  width: 100%;
  height: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 40px, calc(100% - 20px) 80px, calc(100% - 20px) 100%, 0% 100%);
  padding: 0px;
  background-image: url(/content/dam/safetyrecording/about-images/application-bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no {
  position: absolute;
  right: 45px;
  top: 15px;
  width: auto;
  height: 60px;
  display: block;
  line-height: normal;
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 28px;
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no span {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 48px;
}
@media (max-width: 991px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 20px;
  }
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no span {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no {
    right: 25px;
    top: 10px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 20px;
  }
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .step-no span {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 28px;
    display: block;
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info {
  position: absolute;
  right: 25px;
  bottom: 40%;
  width: 15vw;
  max-width: 200px;
  height: 60px;
  line-height: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info {
    display: none;
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info .name {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info .name {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 22px;
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info .subname {
  margin-top: 20%;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 24px;
  color: #FFFFFF;
  width: 60%;
}
@media (max-width: 991px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info .subname {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 18px;
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info-expand {
  position: absolute;
  left: 0px;
  top: 10%;
  width: 100%;
  max-width: 95%;
  height: 60px;
  line-height: normal;
  text-align: left;
  display: none;
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info-expand {
    top: 16%;
  }
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info-expand .name {
  padding: 0px 2% 0px 8%;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 30px;
  color: #5E6571;
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info-expand .subname {
  padding: 0px 2% 0px 8%;
  margin-top: 20px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 30px;
  color: #5E6571;
  width: 100%;
}
.home-application-section .iconbox .application-slider .application-card .step-box-out .step-box .info-expand .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  padding: 2% 2% 2% 8%;
  margin-top: 20px;
  min-height: 148px;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 24px;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px rgba(116, 122, 132, 0.3), 1px 1px 1px rgba(116, 122, 132, 0.3), -1px -1px 1px rgba(116, 122, 132, 0.3);
  background-image: url(/content/dam/safetyrecording/about-images/application-bg-content.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card.active {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 10px);
  }
}
.home-application-section .iconbox .application-slider .application-card.active .step-box {
  background-image: url(/content/dam/safetyrecording/about-images/application-bg-1.png);
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card.active .step-box .step-no span {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 48px;
  }
}
.home-application-section .iconbox .application-slider .application-card.active .step-box .info {
  display: none;
}
.home-application-section .iconbox .application-slider .application-card.active .step-box .info-expand {
  display: block;
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card.active .step-box .info-expand {
    top: 20%;
  }
  .home-application-section .iconbox .application-slider .application-card.active .step-box .info-expand .name {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 30px;
  }
  .home-application-section .iconbox .application-slider .application-card.active .step-box .info-expand .subname {
    margin-top: 10px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 30px;
  }
  .home-application-section .iconbox .application-slider .application-card.active .step-box .info-expand .content {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 24px;
  }
}
.home-application-section .iconbox .application-slider .application-card:nth-child(1) {
  z-index: 40;
}
.home-application-section .iconbox .application-slider .application-card:nth-child(2) {
  z-index: 20;
}
.home-application-section .iconbox .application-slider .application-card:nth-child(2) .step-box {
  margin-left: -20px;
}
.home-application-section .iconbox .application-slider .application-card:nth-child(3) {
  z-index: 6;
  margin-right: -40px;
}
.home-application-section .iconbox .application-slider .application-card:nth-child(3) .step-box {
  clip-path: none;
  margin-left: -40px;
  margin-right: 40px;
}
.home-application-section .iconbox .application-slider .application-card:nth-child(3) .step-box .step-no {
  right: 30px;
}
@media (max-width: 767px) {
  .home-application-section .iconbox .application-slider .application-card:nth-child(3) .step-box .step-no {
    right: 20px;
  }
}

.home-joinus-section {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E3E8), color-stop(48%, #CDE9DA), to(#E3F1E0));
  background: linear-gradient(180deg, #B7E3E8 0%, #CDE9DA 48%, #E3F1E0 100%);
  padding: 5%;
}
@media (max-width: 767px) {
  .home-joinus-section {
    padding: 65px 15px;
  }
}
.home-joinus-section .home-joinus-inner {
  position: relative;
  padding: 50px 20px;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .home-joinus-section .home-joinus-inner {
    padding: 50px 35px;
  }
}
.home-joinus-section .home-joinus-inner .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
}
@media (max-width: 767px) {
  .home-joinus-section .home-joinus-inner .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 32px;
  }
}
.home-joinus-section .home-joinus-inner .subtitle {
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 32px;
}
@media (max-width: 767px) {
  .home-joinus-section .home-joinus-inner .subtitle {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
  }
}
.home-joinus-section .home-joinus-inner .desc {
  padding: 10px 0;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 26px;
}
@media (max-width: 767px) {
  .home-joinus-section .home-joinus-inner .info {
    padding-top: 20px;
  }
}

.home-bottom-section {
  padding: 100px 0;
  background-color: #fafff8;
}
@media (max-width: 767px) {
  .home-bottom-section {
    padding: 60px 15px;
  }
}
.home-bottom-section .content {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-bottom-section .content a {
  position: relative;
  padding: 0px 50px;
  width: 49.5%;
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-bottom-section .content a:first-child {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.home-bottom-section .content a:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#88C988), to(#33B27A));
  background: linear-gradient(180deg, #88C988 0%, #33B27A 100%);
}
.home-bottom-section .content a:last-child .title {
  color: #fff;
}
.home-bottom-section .content a .title {
  margin-top: auto;
  margin-bottom: 40px;
}
.home-bottom-section .content a .arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.home-bottom-section .content a .arrow .arrow-desktop {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-bottom-section .content a .arrow .arrow-mobile {
  display: none;
}
.home-bottom-section .content a:hover .arrow-desktop {
  -webkit-animation: xmove 0.7s ease-in-out infinite;
          animation: xmove 0.7s ease-in-out infinite;
}
@media (max-width: 767px) {
  .home-bottom-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-bottom-section .content a {
    width: 100%;
    margin-bottom: 8px;
    padding: 15px;
    height: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-bottom-section .content a .title {
    margin-bottom: 0;
    margin-top: 0;
    width: 80%;
  }
  .home-bottom-section .content a .arrow {
    bottom: 30px;
    right: 20px;
  }
  .home-bottom-section .content a .arrow .arrow-desktop {
    display: none;
  }
  .home-bottom-section .content a .arrow .arrow-mobile {
    display: block;
  }
}
.home-bottom-section .title {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 48px;
  color: #3B3B3B;
}
@media (max-width: 767px) {
  .home-bottom-section .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 32px;
  }
}

.download-btn-border {
  width: 160px;
  height: 34px;
  max-width: 158px;
  color: #415C93;
  border-radius: 17px;
  display: inline-block;
  text-align: center;
  padding: 5px 25px;
  border: 2px solid #394F7B;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 22px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.download-btn-border:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media (max-width: 575px) {
  .download-btn-border {
    width: auto;
    height: 34px;
    max-width: 158px;
    color: #415C93;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    border: 2px solid #394F7B;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 18px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .download-btn-border:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.home-download-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px auto 0px auto;
  max-width: 1280px;
  pointer-events: auto;
  text-align: center;
  padding: 0px 10px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .home-download-section {
    margin: 140px auto 0px auto;
  }
}
.home-download-section .title {
  text-transform: uppercase;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #415C93;
  margin-bottom: 0px;
}
.home-download-section .subtitle {
  color: #415C93;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 16px;
  margin-top: 10px;
}
.home-download-section .viewdetailBox {
  margin: 40px 20px;
}
.home-download-section .viewdetailBox .item {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1020px;
  padding: 30px 15px;
  border-top: 1px solid #DAD8D8;
  margin: 0px auto;
}
.home-download-section .viewdetailBox .item .itemtitle {
  width: 100%;
  color: #415C93;
  text-align: left;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 32px;
  padding-right: 180px;
}
.home-download-section .viewdetailBox .item .itembtn {
  position: absolute;
  top: 30px;
  right: 25px;
}

@media (max-width: 767px) {
  .home-download-section .viewdetailBox {
    margin: 40px 20px;
  }
  .home-download-section .viewdetailBox .item .itemtitle {
    width: 100%;
    color: #415C93;
    text-align: left;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 32px;
    padding-right: 180px;
  }
  .home-download-section .viewdetailBox .item .itembtn {
    position: absolute;
    top: 30px;
    right: 25px;
  }
}
@media (max-width: 575px) {
  .home-download-section {
    padding: 0px 23px;
    text-align: left;
  }
  .home-download-section .viewdetailBox {
    margin: 40px 20px;
  }
  .home-download-section .viewdetailBox .item {
    padding: 30px 0px;
  }
  .home-download-section .viewdetailBox .item .itemtitle {
    width: 100%;
    color: #415C93;
    text-align: center;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 28px;
    padding-right: 0px;
  }
  .home-download-section .viewdetailBox .item .itembtn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 15px;
  }
}
#morebox {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  #morebox {
    padding-top: 83px;
  }
}

#loginbox {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #loginbox {
    padding-top: 50px;
  }
}

.moreItem {
  display: block;
}

.mobile-space {
  height: 50px;
  display: none;
}
@media (max-width: 1280px), (max-height: 750px) {
  .mobile-space {
    display: block;
  }
}

.desktop-space {
  height: 100px;
}
@media (max-width: 1280px), (max-height: 750px) {
  .desktop-space {
    display: none;
  }
}

.appealsystem-info {
  display: none;
}
@media (max-width: 1280px), (max-height: 750px) {
  .appealsystem-info {
    display: block;
  }
}

.morebox-inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0px;
  max-width: 1280px;
  pointer-events: auto;
  text-align: left;
  padding: 0px 10px 0;
}
.morebox-inner .moreItemContent {
  position: relative;
  margin: 0px auto;
}
.morebox-inner .title {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 36px;
  color: #3B3B3B;
}
@media (max-width: 767px) {
  .morebox-inner .title {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 36px;
    padding-top: 50px;
  }
}
.morebox-inner .sec-title {
  text-transform: uppercase;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 22px;
}
.morebox-inner .desc {
  color: #3B3B3B;
  font-weight: 700;
}
.morebox-inner .fz-10 {
  font-size: 12px;
}
.morebox-inner .bigTitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#83BFE9), color-stop(35.5%, #72A5D9), to(#6781C0));
  background: linear-gradient(180deg, #83BFE9 0%, #72A5D9 35.5%, #6781C0 100%);
  min-height: 70px;
  color: #FFFFFF;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-align: left;
  padding: 17px 40px;
  text-transform: uppercase;
}
.morebox-inner .secondTitle {
  color: #415C93;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 22px;
  text-align: left;
  margin: 24px 0px;
  text-transform: uppercase;
}
.morebox-inner .pointText {
  position: relative;
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: left;
  margin: 0px 0px 35px 0px;
  padding: 0px 10% 0px 10%;
}
.morebox-inner .pointText:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5%;
  width: 10px;
  height: 15px;
  background-image: url(/content/dam/safetyrecording/about-images/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.morebox-inner .remark {
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 16px;
  padding: 0px 30px;
}
.morebox-inner .stepBox {
  position: relative;
  width: 100%;
  height: auto;
}
.morebox-inner .stepBox .stepItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.morebox-inner .stepBox .stepItem .text {
  position: relative;
  width: 100%;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 16px;
}
.morebox-inner .stepBox .stepItem.s1 {
  width: 100%;
  aspect-ratio: 10/3;
  background-image: url(/content/dam/safetyrecording/about-images/more6-b1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 20px 30px 20px 10%;
  z-index: 10;
}
.morebox-inner .stepBox .stepItem.s1 .text {
  margin-top: -6%;
}
.morebox-inner .stepBox .stepItem.s1 .text:after {
  content: "1.";
  position: absolute;
  top: 0px;
  left: -20px;
}
.morebox-inner .stepBox .stepItem.s2 {
  width: 100%;
  aspect-ratio: 10/3;
  background-image: url(/content/dam/safetyrecording/about-images/more6-b2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 20px 30px 20px 10%;
  margin-top: -10%;
  z-index: 9;
}
.morebox-inner .stepBox .stepItem.s2 .text {
  margin-top: -5%;
}
.morebox-inner .stepBox .stepItem.s2 .text:after {
  content: "2.";
  position: absolute;
  top: 0px;
  left: -20px;
}
.morebox-inner .stepBox .stepItem.s3 {
  width: 100%;
  aspect-ratio: 10/3;
  background-image: url(/content/dam/safetyrecording/about-images/more6-b3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 20px 30px 20px 10%;
  margin-top: -12%;
  z-index: 8;
}
.morebox-inner .stepBox .stepItem.s3 .text {
  margin-top: 2%;
}
.morebox-inner .stepBox .stepItem.s3 .text:after {
  content: "3.";
  position: absolute;
  top: 0px;
  left: -20px;
}

/* Remove this to get rid of spacing issue between 1480px and 1980px
/*
@media (max-width: 1480px) {
  .morebox-inner {
    max-width: 880px;
    margin-right: 160px;
  }
}
*/
@media (max-width: 1280px), (max-height: 750px) {
  .morebox-inner {
    margin-right: auto;
  }
}
@media (max-width: 1191px) {
  .morebox-inner {
    margin: 0px auto 0px auto;
    padding: 0px 40px;
  }
}
@media (max-width: 767px) {
  .morebox-inner {
    margin: 0px auto 0px auto;
    padding: 0px 20px;
  }
  .morebox-inner .bigTitle {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 28px;
    text-align: left;
    padding: 20px 20px;
  }
  .morebox-inner .secondTitle {
    color: #415C93;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 18px;
    text-align: left;
    margin: 24px 0px;
    padding: 0px 15px;
    text-transform: uppercase;
  }
  .morebox-inner .pointText {
    position: relative;
    color: #5E6571;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    margin: 0px 0px 25px 0px;
    padding: 0px 25px 0px 45px;
  }
  .morebox-inner .pointText:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
  }
  .morebox-inner .stepBox .stepItem .text {
    position: relative;
    width: 100%;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 16px;
  }
  .morebox-inner .stepBox .stepItem.s3 {
    width: 100%;
    aspect-ratio: 10/4;
    background-image: url(/content/dam/safetyrecording/about-images/more6-b3.png);
    background-repeat: no-repeat;
    background-size: 100% 150px;
    background-position: center;
    padding: 20px 30px 20px 10%;
    margin-top: -14%;
    z-index: 8;
  }
  .morebox-inner .stepBox .stepItem.s3 .text {
    margin-top: 3%;
  }
}
@media (max-width: 575px) {
  .morebox-inner .stepBox .stepItem .text {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 16px;
  }
  .morebox-inner .stepBox .stepItem.s3 {
    width: 100%;
    aspect-ratio: 10/4;
    background-size: 100% 130px;
    margin-top: -15%;
  }
}
@media (max-width: 480px) {
  .morebox-inner .stepBox .stepItem.s1 {
    aspect-ratio: 10/4;
    background-size: 100% 100px;
  }
  .morebox-inner .stepBox .stepItem.s2 {
    width: 100%;
    aspect-ratio: 10/3;
    background-size: 100% 130px;
    margin-top: -9%;
  }
  .morebox-inner .stepBox .stepItem.s3 {
    width: 100%;
    aspect-ratio: 10/4;
    background-size: 100% 130px;
    margin-top: -9%;
  }
}

.page-submenu-wrapper {
    position: fixed;
    top: 160px;
}

.page-submenu {
    left: 0px;
    width: 200px;
    min-height: 50px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 50px 20px 50px 35px;
    z-index: 1;
}
.page-submenu .page-maintitle {
  position: relative;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 18px;
  padding-right: 12px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.page-submenu ul {
  position: relative;
  width: auto;
  height: auto;
  padding: 0px 10px;
  margin-top: 10px;
}
.page-submenu ul li.item {
  position: relative;
  height: auto;
  padding: 4px 0px;
  margin: 0px;
  line-height: 15px;
  list-style: none;
}
.page-submenu ul li.item a {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 18px;
  color: #3B3B3B;
}
.page-submenu ul li.item a h6 {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 18px;
}
.page-submenu ul li.item a:hover {
  color: #29A6C1;
}
.page-submenu ul li.item.active a {
  color: #29A6C1;
}
@media (min-width: 1950px) {
  .page-submenu {
    left: 10%;
  }
}
@media (min-width: 2250px) {
  .page-submenu {
    left: 13%;
  }
}
@media (min-width: 2600px) {
  .page-submenu {
    left: 15%;
  }
}
@media (min-width: 2900px) {
  .page-submenu {
    left: 20%;
  }
}
@media (max-width: 1280px), (max-height: 750px) {
  .page-submenu {
    display: none;
  }
}

.swiper-submenu {
  display: none;
}
@media (max-width: 1280px), (max-height: 750px) {
  .swiper-submenu {
    padding: 25px 0;
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
  }
  .swiper-submenu .swiper-container {
    width: 90%;
    margin: 0 auto;
  }
  .swiper-submenu .swiper-slide-active a {
    color: #29A6C1;
  }
  .swiper-submenu .swiper-pagination-bullet-active {
    background-color: #29A6C1;
  }
  .swiper-submenu .swiper-button-prev,
  .swiper-submenu .swiper-button-next {
    color: #29A6C1;
  }
  .swiper-submenu .swiper-button-prev::after,
  .swiper-submenu .swiper-button-next::after {
    font-size: 24px;
  }
  .swiper-submenu a {
    color: #415C93;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 20px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .swiper-submenu a.active {
    color: #29A6C1;
  }
}

.content-with-sidemenu {
    max-width: 880px;
    margin: 0 auto;
}

[data-content] {
  display: none;
}
[data-content].active {
  display: block;
}

.list-style li {
  padding-bottom: 20px;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.box-content {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-content li {
  width: 33.33%;
  list-style: none;
  position: relative;
}
.box-content li > div {
  height: 300px;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.box-content li p {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.box-content li span {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #29A6C1;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.box-content li figure {
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-content li {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-content li > div {
    max-width: none;
    height: auto;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .box-content li p {
    max-width: none;
    padding-top: 0;
  }
  .box-content li span {
    position: static;
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 15px;
    padding-right: 20px;
  }
  .box-content li figure {
    max-width: 40px;
    -webkit-transform: rotate(90deg) translateY(0);
            transform: rotate(90deg) translateY(0);
    z-index: 2;
    right: 45px;
    bottom: -45px;
    top: auto;
  }
}

.toggle {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  pointer-events: auto;
}
/* Remove this to make mobile submenu always stay below top nav
/*
@media (max-width: 1280px), (max-height: 750px) {
  .toggle.up {
    top: 0;
  }
}
*/
.toggle .toggle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle .toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  max-width: 315px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 28px;
  background: linear-gradient(249.24deg, #93CAE3 27.49%, #70BCE0 65.25%, #70BCE0 98.73%);
  cursor: pointer;
}
.toggle .toggle-box span {
  opacity: 0.5;
}
.toggle .toggle-box.active {
  color: #29A6C1;
  background: #fff;
}
.toggle .toggle-box.active span {
  opacity: 1;
}
.toggle .photo-line {
  margin-top: -13px;
}
.toggle.page-works .photo-line {
  display: none;
}
@media (max-width: 1280px), (max-height: 750px) {
  .toggle {
    padding-top: 0px;
    position: fixed;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toggle .toggle-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .toggle .toggle-box {
    max-width: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border-top: solid 1px #eee;
  }
  .toggle .photo-line {
    display: none;
  }
  .toggle.page-works .photo-line {
    display: block;
  }
}
@media (max-width: 1100px) {
  .toggle {
    top: 83px;
  }
}

.home-footer {
  position: relative;
  width: 100%;
  min-height: 538px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.home-footer .menuInfoBox {
  padding: 62px 5% 0px 5%;
}
.home-footer .menuInfoBox .title {
  margin-bottom: 20px;
  color: #3B3B3B;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: unset;
  line-height: 16px;
}
.home-footer .menuInfoBox .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  max-width: 945px;
  width: 100%;
}
.home-footer .menuInfoBox .items .item {
  width: 100%;
}
.home-footer .menuInfoBox .items .item a {
  margin-top: 15px;
  margin-right: 15px;
  display: block;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: unset;
  line-height: 15.8px;
  color: #515760;
}
.home-footer .menuInfoBox .items .item a.sub {
  color: #95909D;
}
.home-footer .menuInfoBox .items .item a:hover {
  color: #29A6C1;
}
@media (max-width: 767px) {
  .home-footer .menuInfoBox .items .item a {
    color: #3B3B3B;
  }
}
.home-footer .infoBox {
  padding-left: 5%;
  padding-top: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.home-footer .infoBox .footerlogo {
  width: 138px;
  height: auto;
  margin-right: 44px;
}
.home-footer .infoBox .conatctinfo .text {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5E6571;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: unset;
  line-height: 20px;
}
.home-footer .infoBox .conatctinfo .text img {
  margin-right: 5px;
  width: 14px;
  height: auto;
}
.home-footer .partnerlogo {
  text-align: right;
  padding-right: 5%;
  padding-bottom: 20px;
  margin-top: -50px;
}
.home-footer .partnerlogo img {
  width: auto;
  height: 50px;
}
.home-footer .partnerlogo img.xs {
  display: none;
}
.home-footer .partnerlogo .logo-top {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: 13px;
  margin-bottom: 20px;
}
.home-footer .partnerlogo .logo-top img {
  width: 100%;
  height: auto;
}
.home-footer .copytightBox {
  width: 100%;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #2E598F), color-stop(93%, #3A70B3));
  background: linear-gradient(90deg, #2E598F 6%, #3A70B3 93%);
}
.home-footer .copytightBox .right {
  float: right;
  text-align: right;
  color: #FFFFFF;
  padding-right: 5%;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 80px;
}
.home-footer .copytightBox .left {
  float: left;
  text-align: right;
  color: #FFFFFF;
  padding-left: 5%;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 80px;
}
.home-footer .copytightBox .left a {
  color: #FFFFFF;
  padding: 0px 5px;
}
.home-footer .copytightBox .left a:hover {
  color: #F7D75C;
}

@media (max-width: 991px) {
  .home-footer .partnerlogo {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-footer .infoBox {
    padding-left: 5%;
  }
  .home-footer .partnerlogo {
    padding-right: 5%;
  }
  .home-footer .copytightBox .right {
    padding-right: 5%;
  }
  .home-footer .copytightBox .left {
    padding-left: 5%;
  }
}
@media (max-width: 575px) {
  .home-footer {
    min-height: 1030px;
  }
  .home-footer .menuInfoBox {
    padding: 50px 20px 0px 20px;
  }
  .home-footer .menuInfoBox .title {
    margin-bottom: 10px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 22px;
  }
  .home-footer .menuInfoBox .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .home-footer .menuInfoBox .items .item {
    padding: 0px 25px 0px 0px;
  }
  .home-footer .menuInfoBox .items .item a {
    margin-top: 20px;
    margin-right: 15px;
    display: block;
  }
  .home-footer .menuInfoBox .items .item a.sub {
    color: #747A84;
  }
  .home-footer .infoBox {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
    padding-top: 60px;
  }
  .home-footer .infoBox .conatctinfo {
    display: none;
  }
  .home-footer .infoBox .footerlogo {
    width: 185px;
    height: auto;
    margin-right: 0px;
  }
  .home-footer .partnerlogo {
    padding-right: 0px;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .home-footer .partnerlogo img {
    display: inline;
    width: 300px;
    height: auto;
    margin: 50px auto 0px auto;
    padding-bottom: 20px;
  }
  .home-footer .partnerlogo img.tb {
    display: none;
  }
  .home-footer .partnerlogo img.xs {
    display: block;
  }
  .home-footer .copytightBox {
    padding-top: 30px;
  }
  .home-footer .copytightBox .right {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    line-height: 20px;
  }
  .home-footer .copytightBox .left {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    line-height: 20px;
    display: none;
  }
}
.gotoTop {
  position: fixed;
  right: 10px;
  bottom: 85px;
  display: none;
  cursor: pointer;
  z-index: 111;
}
.gotoTop img {
  width: 36px;
  height: 36px;
}
.gotoTop .desc {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 36px;
  padding-left: 10px;
  color: #5E6571;
  text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}

@media (max-width: 767px) {
  .gotoTop {
    position: fixed;
    right: 10px;
    bottom: 90px;
  }
  .gotoTop img {
    width: 26px;
    height: 26px;
  }
  .gotoTop .desc {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 26px;
    padding-left: 10px;
    color: #5E6571;
    text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
  }
}
.gotoTopic {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0px auto 30px auto;
}
.gotoTopic img {
  width: 36px;
  height: 36px;
}
.gotoTopic .desc {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 36px;
  padding-left: 10px;
  color: #5E6571;
  text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}

/*
html[lang=zh-HK] .home-headerMenu {
  margin-top: 10px;
}
html[lang=zh-HK] .home-header-navbar.fixed .home-headerMenu {
  margin-top: 35px;
}
html[lang=zh-HK] .home-header-navbar.fixed .home-headerMenu .header-menu-logo-fixed {
  position: absolute;
  top: -15px;
  left: 5%;
}
*/
/*# sourceMappingURL=home.css.map */