﻿
.else_part .e_card img {
  transition: all 0.3s ease;
}

body {
  font-family: "PingFang TC", 微軟正黑體, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

h1 {
  font-size: 3rem;
}

p {
  margin-bottom: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.for-header {
  margin-top: 80px;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-s {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-m {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-l {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-xl {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-mb {
  margin-bottom: 6rem;
}

.secondary-bg {
  background-color: #f9f9f9;
}

.text-ls-blue {
  color: #0a0d36;
}
.text-blue {
  color: #2F3DFF;
}
.text-og {
  color: #F2822D !important;
}

.rounded-2x {
  border-radius: 0.5rem;
}

.rounded-3x {
  border-radius: 0.75rem;
}

.rounded-4x {
  border-radius: 1rem;
}

.rounded-half {
  border-radius: 50%;
}

.ls-xs {
  letter-spacing: 0.025rem;
}

.ls-x {
  letter-spacing: 0.05rem;
}

.ls-2x {
  letter-spacing: 0.1rem;
}

.tag {
  border-radius: 3px;
  line-height: 16px;
  padding: 0.1rem 1rem;
  white-space: nowrap;
  font-weight: 300;
}

.membertag {
  background-color: rgba(242, 130, 45, 0.2);
  color: #F2822D;
}

.freetag {
  background-color: #dceeff;
  color: #349aff;
}

.button-group button {
  background: transparent;
  border: 1px solid;
  padding: 0.3rem 1rem;
  margin: 4px 6px;
  font-size: 0.9rem;
  border-radius: 3px;
  background-color: #fff;
}
.button-group .pri-btn {
  color: #FF2F3D;
  border-color: #FF2F3D;
}
.button-group .pri-btn:hover {
  background: rgba(255, 47, 61, 0.2);
}
.button-group .sec-btn {
  border-color: #2F3DFF;
  color: #2F3DFF;
}
.button-group .sec-btn:hover {
  background: rgba(47, 61, 255, 0.1);
}
.button-group .nor-btn {
  color: #0a0d36;
  border: none;
}
.button-group .nor-btn:hover {
  background: rgba(10, 13, 54, 0.1);
}
.button-group .default-btn {
  color: #7B7B7B;
  border: none;
  background: #ececec;
}
.button-group .default-btn:hover {
  background: #e0e0e0;
}
.button-group .disabled-btn {
  cursor: not-allowed;
}

.tips {
  text-align: center;
  background-color: #c6c6c6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.tips::before {
  content: "?";
  font-weight: bold;
  color: #fff;
}
.tips p {
  display: none;
  background-color: rgba(50, 53, 53, 0.9);
  padding: 0.5rem;
  width: 10rem;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(50, 53, 53, 0.9);
  color: #FFF;
  margin-top: 1rem;
  margin-left: -3rem;
  text-align: initial;
  z-index: 10;
}
.tips p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(50, 53, 53, 0.9);
  left: 3rem;
  top: -20px;
}
.tips:hover p {
  display: block;
  transform-origin: 100% 0%;
  animation: fadeIn 0.3s ease-in-out;
}

.cta-menu a,
.cta-menu button {
  display: inline-block;
  margin: 20px;
  padding: 0 2rem;
  line-height: 45px;
  border-top-left-radius: 12px;
  letter-spacing: 0.03rem;
  background-color: #fff;
  border: none;
}
.cta-menu a.cta-regist,
.cta-menu button.cta-regist {
  font-weight: 300;
  color: #0a0d36;
  border: 1px solid #0a0d36;
}
.cta-menu a.cta-regist:hover,
.cta-menu button.cta-regist:hover {
  color: #fff;
  background: #161d77;
}
.cta-menu a.cta-demo,
.cta-menu button.cta-demo {
  color: #fff;
  font-weight: 400;
  background-color: #0a0d36;
}
.cta-menu a.cta-demo:hover,
.cta-menu button.cta-demo:hover {
  color: #fff;
  background: #161d77;
}

.ul-20half li {
  display: inline-block;
  width: 19%;
}

.section-h2 {
  letter-spacing: 0.08rem;
  font-size: 2.5rem;
  line-height: 55px;
}

.scroll_bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg_box {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 30%;
}

.bg-lsblue {
  background-color: #2F3DFF;
  color: #FFF;
}
.bg-darkblue {
  background-color: #0a0d36;
  color: #FFF;
}

.btn {
  display: inline-flex;
}
.btn:focus {
  box-shadow: none !important;
  outline: 0;
}

.btn [class*=material-icons] {
  margin-right: 0.375rem;
}

.btn-lsBlue {
  color: #fff !important;
  border: 1px solid #2F3DFF;
  background-color: #2F3DFF;
}

.btn-lsBlue:focus, .btn-lsBlue:hover,
.btn-lsBlue:not(:disabled):not(.disabled):active,
.btn-lsBlue:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #000fe2;
  background-color: #000fe2;
}

.btn-lsBlue.disabled, .btn-lsBlue:disabled {
  border: 1px solid #2F3DFF;
  background-color: #2F3DFF;
}

.btn-outline-lsBlue {
  color: #fff !important;
  border: 1px solid #2F3DFF;
  background-color: #2F3DFF;
}

.btn-outline-lsBlue:focus, .btn-outline-lsBlue:hover,
.btn-outline-lsBlue:not(:disabled):not(.disabled):active,
.btn-outline-lsBlue:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #000fe2;
  background-color: #000fe2;
}

.btn-outline-lsBlue.disabled,
.btn-outline-lsBlue:disabled {
  border: 1px solid #2F3DFF;
  background-color: #2F3DFF;
}

.btn-lightBlue {
  color: #343a40 !important;
  border: 1px solid #cde6ff;
  background-color: #cde6ff;
}

.btn-lightBlue:focus, .btn-lightBlue:hover,
.btn-lightBlue:not(:disabled):not(.disabled):active,
.btn-lightBlue:not(:disabled):not(.disabled).active {
  color: #343a40;
  border-color: #81c0ff;
  background-color: #81c0ff;
}

.btn-lightBlue.disabled, .btn-lightBlue:disabled {
  border: 1px solid #cde6ff;
  background-color: #cde6ff;
}

.btn-outline-lsBlue {
  color: #2F3DFF !important;
  border: 1px solid #2F3DFF;
  background-color: #fff;
}

.btn-outline-lsBlue:focus, .btn-outline-lsBlue:hover,
.btn-outline-lsBlue:not(:disabled):not(.disabled):active,
.btn-outline-lsBlue:not(:disabled):not(.disabled).active {
  color: #fff !important;
  border-color: #2F3DFF;
  background-color: #2F3DFF;
}

.btn-outline-lsBlue.disabled, .btn-outline-lsBlue:disabled {
  border: 1px solid #2F3DFF;
}

.style-checklist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 3px;
}
.style-checklist li::before {
  content: "✔";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 10%;
  color: #2F3DFF;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.style-masonry {
  display: flex;
  flex-wrap: wrap;
}
.style-masonry .masonry-wrap {
  width: 33.33%;
  min-width: 330px;
  padding: 25px;
}
.style-masonry .masonry-info {
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.circle_img {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
}
.circle_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

p a {
  color: #F2822D;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}
p a:hover {
  color: #F2822D;
  border-bottom-style: dashed;
}

@media (max-width: 575.98px) {
  .ul-20half li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .style-masonry .masonry-wrap {
    margin-top: 0 !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ul-20half li {
    width: 17%;
  }
  .style-masonry .masonry-wrap {
    margin-top: 0 !important;
    width: 45%;
    padding: 10px;
  }
}
.lsai-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 80px;
  transition: 0.3s all ease;
}

.h-shadow {
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  text-decoration: none;
}
.header-logo img {
  height: 30px;
}

.ham-btn {
  display: none;
}
.ham-btn:checked ~ .h-menu {
  max-height: calc(85vh - 5rem);
}
.ham-btn:checked ~ .ham-icon .navicon {
  background: transparent;
}
.ham-btn:checked ~ .ham-icon .navicon:before {
  transform: rotate(-45deg);
}
.ham-btn:checked ~ .ham-icon .navicon:after {
  transform: rotate(45deg);
}
.ham-btn:checked ~ .ham-icon:not(.steps) .navicon:before, .ham-btn:checked ~ .ham-icon:not(.steps) .navicon:after {
  top: 0;
}

.ham-icon {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 5rem;
  width: 5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ham-icon .navicon {
  background: #333;
  display: block;
  height: 0.2rem;
  position: relative;
  transition: background 0.2s ease-out;
  width: 1.8rem;
}
.ham-icon .navicon:before, .ham-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.ham-icon .navicon:before {
  top: 0.5rem;
}
.ham-icon .navicon:after {
  top: -0.5rem;
}

.h-menu {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  flex-basis: auto;
}
.h-menu li {
  float: left;
}
.h-menu li a {
  justify-content: center;
  color: black;
  display: flex;
  align-items: center;
  line-height: 77px;
  padding: 0 2rem 0 0.5rem;
  text-decoration: none;
  font-weight: 300;
}
.h-menu li a:hover {
  color: #0a0d36;
}

.user-profile {
  position: relative;
  padding: 10px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.user-profile:hover {
  background: rgba(221, 221, 221, 0.3);
}
.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.user-img img {
  width: 100%;
}
.user-info {
  position: absolute;
  display: none;
  min-width: 150px;
  top: 60px;
  right: 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.user-info a {
  margin: 0 !important;
  margin-top: 1rem !important;
  display: block !important;
  line-height: initial !important;
  padding: 0 !important;
}
.user-info small {
  display: block;
}

.h-switch-lang.switch-mobile {
  display: none;
}

.h-switch-lang {
  position: relative;
  border-right: 1px solid #e1e1e1;
  border-radius: 0;
  margin-right: 1.5rem;
}
.h-switch-lang .switch-icon {
  font-size: 1.2rem;
}
.h-switch-lang .switch-icon a {
  background-color: transparent;
}
.h-switch-lang .switch-menu {
  position: absolute;
  display: none;
  min-width: 150px;
  overflow: auto;
  overflow-x: hidden;
  right: 0;
  top: 50px;
  box-shadow: 0 5px 6px 0 rgba(36, 50, 66, 0.15);
}
.h-switch-lang .switch-menu li {
  float: none;
}
.h-switch-lang .switch-menu li a {
  display: block;
  margin: 0;
}
.h-switch-lang .switch-menu li a:hover {
  color: #2F3DFF;
}

@media (min-width: 575.99px) {
  .h-menu.nav-menu {
    flex: 1 1 auto;
  }
}
.h-menu.cta-menu a {
  line-height: 40px;
  padding: 0 1.5rem;
  margin: 20px 0;
  font-weight: 400;
}

.header-secondmenu {
  position: fixed;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0 solid #e7e7e7;
  display: none;
  min-height: 350px;
  max-height: calc(100vh - 144px);
  overflow: auto;
  overflow-x: hidden;
  right: 0;
  top: 80px;
  width: 100%;
  box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15);
}

.dd-menu {
  background: #f6f8f9 none repeat scroll 0 0;
}

.has-dropdown {
  position: relative;
}
.has-dropdown a:hover {
  color: #0a0d36;
  font-weight: 400;
}
.has-dropdown:hover {
  color: #0a0d36;
}
.has-dropdown::before, .has-dropdown::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0a0d36;
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
}
.has-dropdown::before {
  right: 15px;
  transform: rotate(-45deg);
}
.has-dropdown::after {
  right: 20px;
  transform: rotate(45deg);
}

.has-dropdown.opening {
  border-bottom: 3px solid #0a0d36;
}
.has-dropdown.opening a {
  color: #0a0d36;
  font-weight: 400;
}
.has-dropdown.opening::before, .has-dropdown.opening::after {
  color: black;
}
.has-dropdown.opening::before {
  transform: rotate(45deg);
}
.has-dropdown.opening::after {
  transform: rotate(-45deg);
}

.dd-info {
  text-align: center;
  color: #2f2f2f;
}

.dd-content {
  border-left: 1px solid #e0e6e8;
  min-height: 350px;
}
.dd-content ul li {
  width: 45%;
  min-height: 100px;
  margin: 0.5rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.dd-content ul li a {
  line-height: 24px;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  border-radius: 5px;
  padding: 0 1rem;
}
.dd-content ul li a:hover {
  background: rgba(123, 123, 123, 0.04);
}
.dd-content ul li a:hover p {
  color: #161d77;
}
.dd-content ul p {
  display: block;
  margin: 0.5rem 0;
}
.dd-content ul span {
  font-size: 0.9rem;
  display: block;
  padding-left: 20px;
}

.freego-icons::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px'><path d='M9.2,3.6L8.3,1.1c0,0-0.1-0.1-0.1-0.1c1.1,0.1,2,0.5,2.2,1.2H9.7c-0.1,0-0.1,0.1-0.1,0.1v0.1c0,0.6,0.5,1.1,1.1,1.1 c0.6,0,1.1-0.5,1.1-1.1V2.3c0-0.1-0.1-0.1-0.1-0.1h-0.6C10.8,1.2,9.5,0.5,8,0.5c-1.5,0-2.8,0.7-2.9,1.6H4.5c-0.1,0-0.1,0.1-0.1,0.1 v0.1c0,0.6,0.5,1.1,1.1,1.1S6.5,3,6.5,2.4V2.3c0-0.1-0.1-0.1-0.1-0.1H5.5C5.7,1.5,6.6,1.1,7.7,1c0,0-0.1,0.1-0.1,0.1L6.8,3.6 C4,4.2,1.9,6.8,2,9.8c0.1,3,2.6,5.5,5.6,5.7c0.1,0,0.2,0,0.3,0c1.5,0,3-0.6,4.1-1.6c1.2-1.1,1.9-2.7,1.9-4.3C14,6.6,12,4.2,9.2,3.6z M7.5,3.9L8,2.3l0.6,1.6c0,0.1,0.1,0.2,0.3,0.3c0,0,0.1,0,0.1,0c2.5,0.5,4.3,2.6,4.3,5.2c0,2.9-2.4,5.3-5.3,5.3 c-2.9,0-5.3-2.4-5.3-5.3c0-2.6,1.8-4.7,4.4-5.2c0,0,0.1,0,0.1,0C7.4,4.1,7.5,3.9,7.5,3.9z'/></svg>");
}

.new-header .backAdd-content ul li {
  background-color: transparent;
  min-height: auto;
  width: 40%;
}
.new-header .backAdd-content ul li a {
  min-height: auto;
}
@keyframes aiscroll {
  0% {
    margin-top: -141px;
  }
  5% {
    margin-top: -116px;
  }
  50% {
    margin-top: -116px;
  }
  55% {
    margin-top: -24px;
  }
  99.99% {
    margin-top: -24px;
  }
  100% {
    margin-top: -141px;
  }
}
.new-header #nov_scroll {
  height: 30px;
}
.new-header #nov_scroll div:first-child {
  animation: aiscroll 6s linear infinite;
}
.new-header #nov_scroll .text-blue {
  color: #2F3DFF;
}
.new-header #nov_scroll img {
  width: 25px;
}
@keyframes aiscroll {
  0% {
    margin-top: -205px;
  }
  5% {
    margin-top: -115px;
  }
  50% {
    margin-top: -115px;
  }
  55% {
    margin-top: -23px;
  }
  99.99% {
    margin-top: -23px;
  }
  100% {
    margin-top: -205px;
  }
}
.new-header .dd-content ul li a:hover p {
  color: #2F3DFF;
}

.foo-iso img {
  filter: drop-shadow(0 0 0 white) drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white);
  width: 70px;
}

.avatarBlock {
  float: left;
  height: 38px !important;
  width: 38px !important;
  max-height: 38px !important;
  max-width: 38px !important;
  font-size: 12px !important;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}

.avatarBlock.round {
  border-radius: 50%;
}

.avatar-a, .avatar-A {
  color: #060a23;
  background-color: #f7f9fc;
}

.avatar-b, .avatar-B {
  color: #4409B9;
  background-color: #EEEDFD;
}

.avatar-c, .avatar-C {
  color: #BD0F2C;
  background-color: #FFEBEE;
}

.avatar-d, .avatar-D {
  color: #C56511;
  background-color: #FDEFE2;
}

.avatar-e, .avatar-E {
  color: #216E55;
  background-color: #E7F9F3;
}

.avatar-f, .avatar-F {
  color: #05128A;
  background-color: #EDEEFD;
}

.avatar-g, .avatar-G {
  color: #1F84A3;
  background-color: #ECFAFE;
}

.avatar-h, .avatar-H {
  color: #526E0C;
  background-color: #F2FFD1;
}

.avatar-i, .avatar-I {
  color: #935F10;
  background-color: #FFF7E0;
}

.avatar-j, .avatar-J {
  color: #973562;
  background-color: #FDF1F7;
}

.avatar-k, .avatar-K {
  color: #69785E;
  background-color: #EAEFE6;
}

.avatar-l, .avatar-L {
  color: #2D3A46;
  background-color: #E0E6EB;
}

.avatar-m, .avatar-M {
  color: #280F6D;
  background-color: #E4E2F3;
}

.avatar-n, .avatar-N {
  color: #37364F;
  background-color: #E6DFEC;
}

.avatar-o, .avatar-O {
  color: #363548;
  background-color: #E2F4E8;
}

.avatar-p, .avatar-P {
  color: #4D176E;
  background-color: #E6EBEF;
}

.avatar-q, .avatar-Q {
  color: #AB133E;
  background-color: #EBE6EF;
}

.avatar-r, .avatar-R {
  color: #420790;
  background-color: #E8DEF6;
}

.avatar-s, .avatar-S {
  color: #222A54;
  background-color: #D8E8F3;
}

.avatar-t, .avatar-T {
  color: #192251;
  background-color: #ECE1FE;
}

.avatar-u, .avatar-U {
  color: #5E36F5;
  background-color: #F4F1Fe;
}

.avatar-v, .avatar-V {
  color: #E11234;
  background-color: #FEF4F6;
}

.avatar-w, .avatar-W {
  color: #E87917;
  background-color: #FDF5ED;
}

.avatar-x, .avatar-X {
  color: #3EA884;
  background-color: #EDF8F4;
}

.avatar-y, .avatar-Y {
  color: #0618BC;
  background-color: #D7DBFE;
}

.avatar-z, .avatar-Z {
  color: #0FBBE6;
  background-color: #E3F8FD;
}

.avatarBlock {
  height: auto;
  width: auto;
}

.image-avatar {
  width: 100%;
}

.text-avatar {
  line-height: 38px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .h-menu {
    overflow: auto;
    flex-basis: 100%;
  }
  .h-menu li {
    float: none;
  }
  .header-secondmenu {
    position: relative;
    box-shadow: none;
    top: 0;
  }
  .ham-icon {
    display: flex;
  }
  .h-menu.cta-menu {
    box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15);
  }
  .h-menu.cta-menu li {
    display: block;
    text-align: center;
  }
  .h-menu.cta-menu a {
    margin: 10px 8px;
    display: inline-block;
  }
  .h-menu.cta-menu .cta-demo {
    margin-right: 0;
  }
  .has-dropdown::before, .has-dropdown::after {
    top: 40px;
  }
  .has-dropdown::before {
    right: 25px;
  }
  .has-dropdown::after {
    right: 30px;
  }
  .has-dropdown.opening {
    border-bottom: 1px solid #e7e7e7;
  }
  .has-dropdown.opening::before, .has-dropdown.opening::after {
    top: 40px;
  }
  .ham-btn:checked ~ .h-menu.nav-menu {
    border-top: 1px solid #e7e7e7;
  }
  .ham-btn:checked ~ .h-menu.cta-menu {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .dd-info {
    display: none;
  }
  .dd-content ul li {
    width: 100%;
    background: rgba(123, 123, 123, 0.04);
    min-height: auto;
    margin-bottom: 0.8rem;
  }
  .dd-content ul li a {
    min-height: auto;
  }
  .user-profile {
    text-align: initial;
    margin: 0;
  }
  .user-img {
    display: inline-block;
    margin: 20px;
    vertical-align: top;
  }
  .user-info {
    position: relative;
    display: inline-block;
    box-shadow: none;
    border: 0 !important;
    top: auto;
    right: auto;
    width: calc(100% - 100px);
  }
  .h-switch-lang {
    display: none;
  }
  .h-switch-lang.switch-mobile {
    display: block;
    padding: 22px 0;
    border-right: 0;
    margin-right: -3rem;
  }
  .h-switch-lang.switch-mobile .switch-icon {
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
  .h-switch-lang.switch-mobile .switch-menu {
    box-shadow: none;
    top: 70px;
    right: -90px;
  }
  .h-switch-lang.switch-mobile .switch-menu li {
    padding: 0 1.5rem;
  }
  .h-switch-lang.switch-mobile .switch-menu li a {
    line-height: 40px;
    color: #0a0d36;
  }
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
  .header-logo {
    padding: 0 1rem;
  }
  .header-logo img {
    height: 20px;
  }
  .h-menu li a {
    padding: 0 0.8rem;
    font-size: 0.6rem;
  }
  .h-menu.cta-menu {
    margin-right: 0 !important;
  }
  .h-menu.cta-menu a {
    padding: 0 0.2rem;
    margin: 18px 5px;
  }
  .dd-content {
    min-height: 100%;
  }
  .dd-content ul li {
    width: 100%;
    min-height: auto;
  }
  .dd-content ul li a {
    min-height: auto;
  }
  .has-dropdown::before {
    right: 0;
  }
  .has-dropdown::after {
    right: 5px;
  }
  .user-profile {
    margin: 10px 5px;
  }
  .h-switch-lang .switch-icon a {
    font-size: 1rem;
  }
}
.lsai-footer {
  background: #0a0d36;
  color: #fff;
  border-top-left-radius: 6rem;
}
.lsai-footer a {
  letter-spacing: 0.02rem;
  color: #fff;
  font-weight: 300;
}
.lsai-footer a:hover {
  text-decoration: underline;
}
.lsai-footer ul li {
  padding: 5px 0;
}
.lsai-footer ul p {
  color: #aaa;
  font-size: 0.9rem;
}

.foo-contact {
  line-height: 25px;
}
.foo-contact span {
  display: block;
  font-size: 0.9rem;
}
.foo-contact a {
  color: #fff;
}
.foo-contact a:hover {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .lsai-footer {
    text-align: center;
  }
}
form label {
  font-size: 0.9rem;
}

.f-must {
  color: #f00;
}

.breadcrumb {
  margin: 1.5rem 0;
  padding: 0;
  background: transparent;
}
.breadcrumb li a {
  color: #7B7B7B;
  font-weight: 300;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.active {
  color: #0a0d36;
}

.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #7B7B7B;
  font-weight: 300;
}

.wrap {
  min-height: 300px;
  padding: 100px 0;
}

.wrap-title {
  font-size: 2.5rem;
  color: #0a0d36;
  letter-spacing: 1px;
  text-align: center;
}

.blog-wrap {
  margin-top: 80px;
  margin-bottom: 60px;
  background-color: #cde6ff;
  text-align: center;
}
.blog-wrap i {
  font-size: 2rem;
}

.info-wrap {
  background-color: #cde6ff;
}

.info-wrap-30 {
  background-color: rgba(205, 230, 255, 0.3);
}

.dark-wrap {
  background-color: #0a0d36;
}

.sec-wrap {
  background-color: #f9f9f9;
}

.bg_skew {
  position: relative;
  width: 110%;
  height: 7vw;
  overflow: hidden;
  background: #f9f9f9;
}
.bg_skew::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cde6ff;
  transform: translateY(-50%) skewY(3deg);
  transform-origin: center center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li {
  display: inline;
  font-size: 0.9rem;
}
.pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  color: black;
  background: #fff;
  margin-left: -1px;
  border-radius: 2px;
}
.pagination li a:hover {
  color: #333;
  background: #eee;
}
.pagination li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child a {
  margin-right: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #0a0d36;
  border-color: #0a0d36;
}

#carouselIndex .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 520px;
  overflow: hidden;
}

.index-carousel .carousel-caption {
  top: 40%;
}
.index-carousel .carousel-left .carousel-caption {
  top: 23%;
  left: 12%;
  width: 30%;
}
.index-carousel .carousel-control-prev {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 241, 0.8) 100%);
}
.index-carousel .carousel-control-next {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 241, 0.8) 100%);
}

.index-wrap.index-carousel p {
  color: initial;
}

@media (max-width: 575.98px) {
  #carouselIndex .carousel-item img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .index-carousel .carousel-left .carousel-caption {
    bottom: auto;
    top: 4%;
    left: 9%;
    width: 85%;
    background-color: rgba(221, 221, 221, 0.5);
  }
  .index-carousel .cta-menu a, .index-carousel .cta-menu button {
    margin: 5px;
  }
}
.index-wrap {
  margin-top: 80px;
}
.index-wrap h1 {
  line-height: 65px;
  letter-spacing: 2px;
  color: #0a0d36;
}
.index-wrap p {
  letter-spacing: 2px;
}
.index-wrap .cta-menu a.cta-regist {
  border-color: #F2822D;
  color: #F2822D;
}
.index-wrap .cta-menu a.cta-regist:hover {
  background-color: #fbd8bd;
}
.index-wrap .cta-menu a.cta-demo {
  background-color: #F2822D;
}
.index-wrap .cta-menu a.cta-demo:hover {
  background-color: #de680e;
}

.index-wrap.dark-wrap {
  background-color: #f9f9f9;
  background: linear-gradient(45deg, #f9f9f9, #f7f9fd);
}

.in-mainimg {
  margin: 5% 0;
}
.in-mainimg img {
  width: 75%;
}

.part_title {
  color: #0a0d36;
  line-height: 40px;
  letter-spacing: 1px;
}
.part_title b {
  color: #F2822D;
}

.service_tab {
  margin: 80px 0;
}

.tab-container .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tab-container .tabs li {
  color: #7B7B7B;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  opacity: 0.5;
  background-color: rgba(123, 123, 123, 0.08);
  transition: background-color 0.2s, opacity 0.2s;
}
.tab-container .tabs li:hover {
  opacity: 1;
}
.tab-container .tabs li.current {
  background: #fff;
  color: #F2822D;
  opacity: 1;
}
.tab-container .tabs .tab-link i {
  font-size: 2rem;
  vertical-align: middle;
}
.tab-container .tabs .tab-link span {
  display: inline-block;
}
.tab-container .tabcontent {
  display: none;
}
.tab-container .tabcontent img {
  width: 70%;
}
.tab-container .tabcontent.current {
  display: block;
}

.point-text .fw-light {
  line-height: 26px;
  letter-spacing: 0.02rem;
}
.point-text .fw-light span {
  white-space: nowrap;
}
.point-text .cta-menu {
  text-align: center;
}
.point-text .cta-menu .cta-regist {
  background-color: rgba(255, 255, 255, 0.3);
}

.point-img img {
  width: 100%;
}

.point-link {
  position: relative;
  font-size: 0.9rem;
  color: #2F3DFF;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}
.point-link:hover {
  border-bottom-style: dashed;
}
.point-link span {
  font-weight: 400;
}

.wrap.esg-section {
  margin-top: 0;
}

.index-esg {
  position: relative;
}
.index-esg h2 {
  letter-spacing: 0.05rem;
  font-size: 2.5rem;
}
.index-esg b {
  display: inline-block;
  margin: 0 0.5rem;
}
.index-esg .scroll_bg {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.7)), url(../image/esg-bg.jpg);
}
.index-esg .scroll_bg .cta-menu .cta-regist {
  color: #72b21e;
  border-color: #8EDB28;
}
.index-esg .scroll_bg .cta-menu .cta-regist:hover {
  background-color: #d3f1ab;
  color: #568617;
}
.index-esg .bg_box {
  height: 650px;
}

.esg-nums li {
  display: inline-block;
  width: 15%;
  margin: 2rem 3rem;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #fff;
  border-radius: 5px;
}
.esg-nums .number-item span {
  font-size: 2.6rem;
  color: #2F3DFF;
  letter-spacing: 0.08rem;
}

.esg-bg {
  position: absolute;
}
.esg-bg svg {
  fill: #0a0d36;
}
.esg-bg #turbine {
  animation: turbine 7s linear infinite;
  transform-origin: center 62.5%;
  transform-box: fill-box;
}
@keyframes turbine {
  to {
    transform: rotate(1turn);
  }
}

.esg-left {
  right: 18%;
  bottom: -37px;
}
.esg-left svg {
  width: 10rem;
}

.esg-right {
  right: 10%;
  bottom: -38px;
}
.esg-right svg {
  width: 12rem;
  transform: rotateY(180deg);
}

.index-cta p {
  font-weight: 500;
  color: #0a0d36;
  letter-spacing: 0.1rem;
}

.showcases .showcases-logo {
  position: relative;
}
.showcases .showcases-logo .logo_row {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.showcases .showcases-logo .logo_row::before, .showcases .showcases-logo .logo_row::after {
  background: linear-gradient(90deg, #fff 23.96%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1;
}
.showcases .showcases-logo .logo_row::before {
  left: -25px;
}
.showcases .showcases-logo .logo_row::after {
  right: -25px;
  transform: rotate(-180deg);
}
.showcases .showcases-logo .logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  vertical-align: middle;
  box-sizing: content-box;
  padding: 1.5rem;
  margin: 0.3rem 0;
  width: 130px;
  max-width: 150px; /* 避免 Logo 太大 */
  height: auto;
}
.showcases .showcases-logo .logo_rowLeft,
.showcases .showcases-logo .logo_rowRight {
  display: inline-flex;
  align-items: center;
  width: 100%;
  mix-blend-mode: multiply;
}
.showcases .showcases-logo .logo_rowLeft {
  width: 3120px;
  animation: 60s linear 0s infinite normal none running logoRow;
}
.showcases .showcases-logo .logo_rowRight {
  width: 2960px;
  animation: 120s linear 0s infinite reverse none running logoRow;
}
.showcases .showcases-logo .logo_rowLeft.last {
  width: 2960px;
  animation: 80s linear 0s infinite normal none running logoRow;
}
@keyframes logoRow {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-2500px, 0);
  }
}

.index-user .logo {
  width: 130px;
  filter: grayscale(100%);
  opacity: 0.7;
}
.index-user .logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 575.98px) {
  .in-mainimg img {
    width: 100%;
  }
  .tab-container .tabs li {
    display: inline-block;
    width: calc(20% - 8px);
    padding: 5px 10px;
    text-align: center;
  }
  .tab-container .tabs .tab-link i {
    font-size: 1rem;
    margin-right: 0 !important;
  }
  .tab-container .tabcontent {
    padding-top: 1rem;
  }
  .tab-container .tabcontent img {
    width: 95%;
  }
  .index-esg .scroll_bg {
    background-position-x: 5%;
  }
  .index-esg .bg_box {
    height: auto;
  }
  .esg-nums li {
    width: 70%;
    margin: 1rem 0;
  }
  .esg-bg {
    transform: scale(0.7);
  }
  .esg-left {
    right: 18%;
    bottom: -48px;
  }
  .esg-right {
    right: -5%;
    bottom: -57px;
  }
  .showcases-logo {
    position: relative;
    padding: 1rem 0;
  }
  .showcases-logo .logo_row {
    white-space: nowrap;
    overflow: hidden;
  }
  .showcases-logo .logo {
    filter: grayscale(100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    vertical-align: middle;
    box-sizing: content-box;
    padding: 1.5rem;
    margin: 0.8rem 0;
    width: 100px;
  }
  .showcases-logo .logo_rowLeft,
  .showcases-logo .logo_rowRight {
    display: inline-flex;
    align-items: center;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
  .showcases-logo .logo_rowLeft {
    width: 2960px;
    animation: 100s linear 0s infinite normal none running logoRow;
  }
  .showcases-logo .logo_rowRight {
    width: 2960px;
    animation: 120s linear 0s infinite reverse none running logoRow;
  }
  .showcases-logo .logo_rowLeft.last {
    width: 2960px;
    animation: 80s linear 0s infinite normal none running logoRow;
  }
  @keyframes logoRow {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(-1800px, 0);
    }
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-container .tabs .tab-link {
    text-align: center;
  }
  .tab-container .tabs .tab-link i {
    font-size: 1rem;
    margin-right: 0 !important;
  }
  .esg-nums li {
    width: 25%;
    margin: 2rem 1rem;
  }
  .esg-bg {
    transform: scale(0.7);
  }
  .esg-left {
    right: 14%;
    bottom: -48px;
  }
  .esg-right {
    right: 2%;
    bottom: -57px;
  }
}
#terms_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  height: 85%;
  overflow-y: scroll;
}
#terms_menu li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  font-weight: 400;
}
#terms_menu li a:hover {
  color: #2F3DFF;
  font-weight: 500;
}
#terms_menu li.read a {
  color: #2F3DFF;
  font-weight: 500;
}

.post .section {
  padding: 2rem 0;
}
.post .section:last-child {
  margin-bottom: 100px;
}
.post .title {
  padding: 5px 0;
  padding-top: 3rem;
}
.post p {
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.06rem;
  margin: 0.5rem 0;
}
.post p b {
  font-size: 1.2rem;
}
.post ul, .post ol {
  padding-left: 2rem;
}

.menu {
  border-right: 1px solid #ddd;
  position: sticky;
  top: 85px;
  height: 100vh;
}

.terms_h1 {
  margin: 2rem 0;
}

.terms_date {
  margin: 1.5rem 0;
  color: #777;
  font-weight: 300;
  text-align: right;
}

@media (max-width: 575.98px) {
  .menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #terms_menu li a {
    padding: 0.8rem 0.6rem;
  }
}
.contactus-box {
  margin-top: 80px;
  padding: 100px 0;
  position: relative;
}
.contactus-box::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #f9f9f9;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
.contactus-box p {
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.contactus-box h1 {
  margin: 30px 0;
}
.contactus-box .bg-white {
  border-radius: 5px;
}
.contactus-box form {
  padding: 2rem;
  border-radius: 5px;
}
.contactus-box form label {
  font-size: 0.9rem;
  color: #555;
}

.error-box {
  padding: 150px 0;
  margin-top: 80px;
  background-size: cover;
}
.error-box p {
  letter-spacing: 0.05rem;
}
.error-box p a {
  border-color: #F2822D;
}

.esg-main .scroll_bg {
  padding: 80px 0;
  background-image: linear-gradient(to left, rgba(47, 61, 255, 0.2), rgba(10, 13, 54, 0.6)), url(../image/clm-info-main.jpg);
}
.esg-main .bg_box {
  height: 580px;
}
.esg-main h2 {
  letter-spacing: 0.1rem;
}
.esg-main hr {
  width: 40px;
  margin: 0 auto;
  opacity: 1;
  border-top: 3px solid #8EDB28;
}
.esg-main p {
  text-align: left;
  line-height: 30px;
  letter-spacing: 1px;
}
.esg-main b {
  font-weight: 700;
}

.half-div {
  position: relative;
  margin-top: -70px;
  width: 50%;
  z-index: 5;
  border-top: 5px solid #8EDB28;
}
.half-div h2 {
  letter-spacing: 0.1rem;
  font-size: 2.3rem;
}

.esg-explain {
  margin: 40px 0;
}
.esg-explain h3 {
  border-radius: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 53px;
}
.esg-explain ul li {
  text-align: left;
  list-style-type: square;
  margin-bottom: 0.5rem;
}

.esg-explain-e p.fs-4,
.esg-explain-e p.fs-5 {
  color: #8EDB28;
}
.esg-explain-e h3 {
  background-color: #8EDB28;
}

.esg-explain-s p.fs-4,
.esg-explain-s p.fs-5 {
  color: #F2822D;
}
.esg-explain-s h3 {
  background-color: #F2822D;
}

.esg-explain-g p.fs-4,
.esg-explain-g p.fs-5 {
  color: #2F3DFF;
}
.esg-explain-g h3 {
  background-color: #2F3DFF;
}

.esg-csr {
  margin-top: 80px;
}
.esg-csr b {
  color: #FFF12F;
}
.esg-csr .esg-bg svg {
  fill: #fff;
}
.esg-csr .esg-left,
.esg-csr .esg-right {
  bottom: -133px;
}
.esg-csr .esg-left {
  right: 4%;
}
.esg-csr .esg-right {
  right: 10%;
}

.esg-info-p {
  letter-spacing: 0.02rem;
  line-height: 30px;
}

.esg-legalsign h3 {
  line-height: 40px;
  letter-spacing: 1px;
}
.esg-legalsign p.h3 {
  color: #2F3DFF;
}
.esg-legalsign p.pb-3 {
  text-align: left;
  height: 100px;
}

.oo-circle {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  line-height: 5rem;
  background-color: #2F3DFF;
}
.oo-circle i {
  color: #fff;
  font-size: 2.5rem;
}

.esg-info-data {
  position: relative;
  margin-top: 80px;
}
.esg-info-data h3 {
  letter-spacing: 0.05rem;
  line-height: 45px;
}
.esg-info-data .scroll_bg {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 10%, rgba(10, 13, 54, 0.6)), url(../image/clm-info-data.jpg);
}
.esg-info-data .bg_box {
  width: 100%;
  overflow: scroll;
}

.data-icon {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}
.data-icon i {
  font-size: 3rem;
  color: #8EDB28;
}

.data-text {
  display: inline-block;
  width: 80%;
}
.data-text p {
  color: #8EDB28;
}

@media (max-width: 575.98px) {
  .error-box {
    padding: 50px 0;
  }
  .error-box h1 {
    font-size: 2.4rem;
    text-align: center;
  }
  .error-box img {
    width: 70%;
    margin: 1rem auto;
    display: block;
  }
  .esg-main .bg_box {
    height: auto;
  }
  .half-div {
    width: 80%;
  }
  .esg-csr {
    padding-bottom: 150px;
  }
  .esg-csr .esg-left {
    right: -1%;
  }
  .esg-legalsign .col-sm-4 {
    margin-top: 20px;
  }
  .esg-info-data {
    padding-bottom: 35px;
  }
  .esg-info-data .scroll_bg {
    background-image: linear-gradient(to right, rgba(10, 13, 54, 0.2), rgba(10, 13, 54, 0.6)), url(../image/clm-info-data.jpg);
  }
  .data-icon {
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .error-box {
    padding: 100px 0;
  }
  .error-box h1 {
    font-size: 2.6rem;
  }
  .esg-main .bg_box {
    height: auto;
  }
  .esg-explain ul {
    padding: 0 !important;
  }
  .esg-explain-e,
  .esg-explain-s,
  .esg-explain-g {
    padding: 0 0.5rem !important;
  }
  .esg-explain-e p.fs-4,
  .esg-explain-e p.fs-5,
  .esg-explain-s p.fs-4,
  .esg-explain-s p.fs-5,
  .esg-explain-g p.fs-4,
  .esg-explain-g p.fs-5 {
    font-size: 1rem !important;
  }
  .esg-csr .esg-left,
  .esg-csr .esg-right {
    bottom: -146px;
  }
  .esg-legalsign p.pb-3 {
    height: auto;
  }
  .data-icon {
    width: 17%;
  }
}
.esign-main h1 {
  color: #fff;
}
.esign-main p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}
.esign-main .cta-menu {
  text-align: center;
}
.esign-main .cta-menu a {
  padding: 0 2.5rem;
  line-height: 50px;
}
.esign-main .cta-menu a.cta-demo {
  background-color: #F2822D;
}
.esign-main .cta-menu a.cta-demo:hover {
  background-color: #de680e;
}

.cl-new.esign-main .scroll_bg {
  background-image: linear-gradient(to right, rgba(10, 13, 54, 0.8), rgba(255, 255, 255, 0.3)), url(../image/esign-main-bg.jpg);
}
.cl-new.esign-main .bg_box {
  height: 650px;
}

#nov_scroll {
  font-weight: 700;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
#nov_scroll > div > div {
  height: 45px;
  margin-bottom: 45px;
  display: inline-block;
  letter-spacing: 0.2rem;
  color: #F2822D;
}
#nov_scroll div:first-child {
  animation: textscroll 5s linear infinite;
}
@keyframes textscroll {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

.esign-step {
  text-align: center;
  counter-reset: esign-counter;
}
.esign-step img {
  max-height: 200px;
}
.esign-step .step p {
  margin: 0 10px 20px;
  padding: 6px 0;
  color: #fff;
  position: relative;
  background-color: #0a0d36;
}
.esign-step .step p::before, .esign-step .step p::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #0a0d36;
  z-index: 2;
}
.esign-step .step p::before {
  right: auto;
  left: 0;
  border-left: 17px solid #f9f9f9;
  z-index: 0;
}
.esign-step li:first-child .step p {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.esign-step li:first-child .step p::before {
  border: none;
}
.esign-step li:last-child .step p {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.esign-step li:last-child .step p::after {
  border: none;
}

.esign-safe.style-checklist li::before {
  left: -2%;
  top: 4%;
  font-size: 1.3rem;
}

.masonry-bg {
  background-image: url(../image/esign-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.masonry-bg .wrap-title b {
  color: #2F3DFF;
}
.masonry-bg .masonry-wrap:nth-child(1) {
  margin-top: 200px;
}
.masonry-bg .masonry-wrap:nth-child(2) {
  margin-top: 100px;
}
.masonry-bg .masonry-info {
  text-align: center;
  padding: 45px;
  border-top-left-radius: 5rem;
}
.masonry-bg .masonry-info .style-checklist li {
  text-align: initial;
  margin-bottom: 10px;
}
.masonry-bg .masonry-info i {
  font-size: 3.5rem;
}

.sticky-bg {
  background-image: url("../image/photo-1597733336794-12d05021d510.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sticky-title {
  position: sticky;
  top: 100px;
  margin-top: 100px;
}

.esign-features .style-checklist li::before {
  top: 3%;
  color: #000;
}
.esign-features .masonry-info {
  padding: 30px;
}
.esign-features .masonry-info h5 {
  color: #2F3DFF;
  line-height: 33px;
}
.esign-features .masonry-info i {
  font-size: 1.5rem;
  vertical-align: bottom;
  margin-right: 0.1rem;
}
.esign-features .fw-light {
  line-height: 25px;
  letter-spacing: 0.05rem;
}

.esign-svg-write {
  bottom: 10%;
  left: 48%;
}
.esign-svg-write svg {
  transform: scale(2.6);
}

.hash-page .cl-new .scroll_bg {
  background-image: linear-gradient(to right, rgba(10, 13, 54, 0.7), rgba(255, 255, 255, 0.3)), url(../image/bizlawyer-banner.jpeg);
}
.hash-page .cl-new .bg_box {
  height: 580px;
}
.hash-page .cl-new .point-img img {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.7);
}
.hash-page .esign-main h1 {
  letter-spacing: 2px;
}
.hash-page .esign-main p {
  letter-spacing: 1px;
}
.hash-page .tab-container .tabs li {
  display: inline-block;
  padding: 0;
  width: calc(20% - 10px);
}
.hash-page .tab-container .tabs li::after {
  display: none;
}
.hash-page .tab-container .tabs li.showstep {
  opacity: 1;
}
.hash-page .tab-container .tabcontent img {
  width: 100%;
}
.hash-page .tab-container .tabcontent.showstep {
  display: block;
}
.hash-info p.h5 {
  letter-spacing: 1px;
  line-height: 1.8rem;
}

@media (max-width: 575.98px) {
  .cl-new.esign-main .bg_box {
    height: auto;
  }
  .esign-main h1 {
    font-size: 2.8rem;
    margin: 40px 0;
  }
  .esign-main p {
    font-size: 0.9rem;
  }
  .esign-step li:last-child .step p::after {
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #0a0d36;
  }
  .esign-step li p {
    border-radius: 5px;
  }
  .esign-step li p::before {
    display: none;
  }
  .esign-step li .step p::after {
    transform: rotate(90deg);
    right: 48%;
    top: 26px;
  }
  .masonry-bg {
    background-position: 0 20%;
  }
  .masonry-bg .wrap-title b {
    display: block;
  }
  .esign-svg-write {
    left: 40%;
    bottom: 11%;
  }
  .hash-page .cl-new .bg_box {
    height: 630px;
  }
  .hash-page .tab-container .tabs li {
    vertical-align: top;
  }
  .hash-page .esign-step li .step p {
    padding: 0.5rem;
    margin-bottom: 0;
  }
  .hash-page .esign-step li .step p:after {
    transform: rotate(0deg);
    right: -9px;
    top: 70px;
    border-top: 12px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0a0d36;
  }
  .hash-page .esign-step li:last-child .step p::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cl-new.esign-main .bg_box {
    height: auto;
  }
  .esign-main h1 {
    font-size: 2.3rem;
  }
  .esign-step img {
    max-height: 100px;
  }
  .esign-features .style-masonry .masonry-wrap {
    width: 30%;
    min-width: 270px;
  }
  .esign-svg-write {
    bottom: 14%;
    left: 45%;
  }
  .hash-page .tab-container .tabs .tab-link {
    width: 30%;
  }
  .hash-page .tab-container .tabs .tab-link p {
    font-size: 0.9rem;
  }
  .hash-page .esign-step li .step p:after {
    border-top: 17px solid transparent;
  }
}
.clm-main h1 {
  color: #2F3DFF;
  font-weight: bolder;
}
.clm-main h2 {
  letter-spacing: 0.1rem;
}
.clm-main .cta-menu a.cta-regist {
  border-color: #F2822D;
  color: #F2822D;
}
.clm-main .cta-menu a.cta-regist:hover {
  background-color: #fbd8bd;
}
.clm-main .cta-menu a.cta-demo {
  background-color: #F2822D;
}
.clm-main .cta-menu a.cta-demo:hover {
  background-color: #de680e;
}

.clm-main-progress {
  height: 1600px;
  position: relative;
}
.clm-main-progress .clm-main-img {
  position: relative;
}
.clm-main-progress .clm-main-img img {
  width: 50%;
  z-index: 5;
}

.clm-main-scroll {
  position: sticky;
  top: 120px;
}

.clm-main-svg {
  position: absolute;
  top: 21%;
  left: 36.5%;
  z-index: -1;
}
.clm-main-svg .gauge-svg {
  transform: scale(1.4) rotate(180deg);
}
.clm-main-svg .gauge-path {
  stroke-width: 4;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}

.clm-main-text div {
  position: absolute;
  text-align: initial;
  display: none;
  font-size: 0.9rem;
  background: #fff;
}
.clm-main-text p {
  color: #2F3DFF;
}
.clm-main-text .text01 {
  top: 2%;
  left: 67%;
}
.clm-main-text .text02 {
  top: 37%;
  left: 75%;
}
.clm-main-text .text03 {
  width: 250px;
  top: 78%;
  left: 66%;
}
.clm-main-text .text04 {
  top: 78%;
  left: 15%;
}
.clm-main-text .text05 {
  top: 37%;
  left: 10%;
}
.clm-main-text .text06 {
  top: 2%;
  left: 21%;
}

.clm-diff-title {
  margin-bottom: 80px;
}
.clm-diff-title h2 {
  line-height: 50px;
  letter-spacing: 2px;
}
.clm-diff-title h2 .light {
  color: #cde6ff;
  font-size: 2.3rem;
}
.clm-diff-title h2 .bright {
  color: #F2822D;
  font-size: 3rem;
}

.clm-diff-img {
  margin-bottom: 80px;
}
.clm-diff-img img {
  width: 95%;
}

.clm-subtitle {
  color: #2F3DFF;
  letter-spacing: 1px;
}

.clm-step-info .content img {
  display: block;
  width: 40%;
  margin: 0 auto 1rem;
}

.clm-cta .cta-menu a.cta-regist {
  border-color: #F2822D;
  color: #F2822D;
}
.clm-cta .cta-menu a.cta-regist:hover {
  background-color: #fbd8bd;
}
.clm-cta .cta-menu a.cta-demo {
  background-color: #F2822D;
}
.clm-cta .cta-menu a.cta-demo:hover {
  background-color: #de680e;
}

.clm-animation svg {
  transform: scale(2.5);
}

.clm-main p.fw-light {
  letter-spacing: 1px;
  text-indent: 36px;
  line-height: 32px;
}
.clm-main img {
  width: 100%;
}

.clm-step-detail .point-img {
  text-align: center;
}
.clm-step-detail .point-img img {
  width: 90%;
  box-shadow: 0 0 1px #e0e0e0;
  border-top-left-radius: 0;
}
.clm-step-detail .title {
  visibility: hidden;
  display: none;
}
.clm-step-detail .part_title {
  color: #2F3DFF;
}
.clm-step-detail .clm-subtitle {
  color: #0a0d36;
}

.clm-menulist {
  position: sticky;
  top: 100px;
}

.clm-step-deimg {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.clm-step-deimg img {
  width: 100%;
}

#clm_menu li {
  position: absolute;
}
#clm_menu li:first-child {
  left: 42%;
  top: 1%;
}
#clm_menu li:nth-child(2) {
  left: 72%;
  top: 13%;
}
#clm_menu li:nth-child(3) {
  right: 0%;
  top: 43%;
}
#clm_menu li:nth-child(4) {
  right: 7%;
  top: 72%;
}
#clm_menu li:nth-child(5) {
  left: 43%;
  bottom: 1%;
}
#clm_menu li:nth-child(6) {
  left: 11%;
  top: 74%;
}
#clm_menu li:nth-child(7) {
  left: 0;
  top: 47%;
}
#clm_menu li:nth-child(8) {
  left: 9%;
  top: 15%;
}
#clm_menu li a {
  color: #0a0d36;
  text-decoration: none;
  display: block;
  font-weight: 300;
  font-size: 0.9rem;
}
#clm_menu li a:hover {
  color: #2F3DFF;
  font-weight: bold;
}
#clm_menu li.read a {
  color: #2F3DFF;
  font-weight: bold;
}

.clm-step-detail.wrap {
  padding-bottom: 0;
}

.index-esg.clm-cta::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #000;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
.index-esg.clm-cta h2 {
  color: #F2822D;
}
.index-esg.clm-cta .scroll_bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../image/cl-main-bg.jpg);
}
.index-esg.clm-cta .scroll_bg .cta-menu a.cta-regist {
  border-color: #F2822D;
  color: #F2822D;
}
.index-esg.clm-cta .scroll_bg .cta-menu a.cta-regist:hover {
  background-color: #fbd8bd;
}
.index-esg.clm-cta .bg_box {
  height: 750px;
}
.index-esg.clm-cta p.fw-light {
  width: 75%;
  text-align: initial;
  margin: 0 auto;
}
.index-esg.clm-cta p.fw-bold {
  letter-spacing: 1px;
}

.clm-cta .esg-nums li {
  margin: 1rem;
  border: 0;
  background-color: transparent;
}
.clm-cta .esg-nums .number-item {
  margin: 0 auto;
  width: 170px;
  padding: 35px 0;
  border-radius: 50%;
  background-color: #fff;
  color: #F2822D;
}
.clm-cta .esg-nums .number-item span {
  color: #F2822D;
}

.clm-slider {
  display: none;
}

@media (max-width: 575.98px) {
  .clm-main h2 {
    letter-spacing: 0.01rem;
  }
  .clm-main-progress {
    height: 380px;
  }
  .clm-main-progress .clm-main-img img {
    width: 100%;
  }
  .clm-main-svg {
    top: 0%;
    left: 2%;
  }
  .clm-main-svg .gauge-svg {
    transform: scale(0.8);
  }
  .clm-main-svg .gauge-path {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  .clm-main-text {
    display: none;
  }
  .clm-main-text div {
    position: relative;
  }
  .clm-main-text .text01,
  .clm-main-text .text02,
  .clm-main-text .text03,
  .clm-main-text .text04,
  .clm-main-text .text05,
  .clm-main-text .text06 {
    left: 0;
    width: 100%;
    display: none !important;
  }
  .clm-slider {
    display: block;
  }
  .clm-slider .item {
    min-height: 240px;
    text-align: initial;
  }
  .clm-slider .item p {
    color: #2F3DFF;
    text-align: center;
  }
  .clm-slider .item p svg {
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.3rem;
  }
  .clm-slider .item li {
    font-weight: 300;
  }
  .clm-slider .style-checklist {
    width: 80%;
    margin: 0 auto;
  }
  .clm-slider .style-checklist li {
    padding-left: 40px;
  }
  .clm-slider .style-checklist li::before {
    left: 15px;
  }
  .clm-diff-title h2 .light,
  .clm-diff-title h2 .bright {
    font-size: 2rem;
  }
  .clm-menulist {
    display: none;
  }
  .clm-step-detail .wrap {
    padding: 30px 0;
    min-height: 50px;
    margin-bottom: 80px;
  }
  .index-esg.clm-cta .scroll_bg {
    background-position: 40%;
  }
  .index-esg.clm-cta .bg_box {
    height: auto;
  }
  .index-esg.clm-cta .esg-nums li {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .clm-main-progress .clm-main-img img {
    width: 80%;
  }
  .clm-main-svg {
    top: 18%;
    left: 25%;
  }
  .clm-main-svg .gauge-svg {
    transform: scale(1.3) rotate(180deg);
  }
  .clm-main-text div p, .clm-main-text div li {
    font-size: 0.8rem !important;
  }
  .clm-main-text .text01 {
    top: 2%;
    left: 74%;
  }
  .clm-main-text .text02 {
    top: 12%;
    left: 75%;
  }
  .clm-main-text .text03 {
    width: auto;
    left: 75%;
  }
  .clm-main-text .text04 {
    left: -4%;
  }
  .clm-main-text .text05 {
    left: -8%;
  }
  .clm-main-text .text06 {
    top: 6%;
    left: 4%;
  }
  .clm-diff-title h2 .light,
  .clm-diff-title h2 .bright {
    font-size: 2.2rem;
  }
  .clm-step-deimg {
    position: relative;
    width: 130px;
    height: 130px;
  }
  .index-esg.clm-cta .scroll_bg {
    background-position: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../image/cl-main-bg.jpg);
  }
  .index-esg.clm-cta .bg_box {
    height: auto;
  }
}
.cl-main .scroll_bg {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(249, 249, 249, 0.7)), url(../image/cl-main-bg.jpg);
}
.cl-main h1 {
  line-height: 65px;
  letter-spacing: 3px;
  color: #0a0d36;
}
.cl-main p {
  font-size: 1.5rem;
  letter-spacing: 5px;
}
.cl-main .cl-main-text {
  z-index: 5;
  position: relative;
}

.bgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.bgbg .metor {
  width: 2px;
  height: 100px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(rgba(47, 61, 255, 0.3), rgba(255, 255, 255, 0.1));
}
@keyframes fly {
  from {
    top: 100%;
  }
  to {
    top: -30%;
  }
}
.bgbg .metor1 {
  left: 10%;
  animation: fly 2s infinite ease-out;
}
.bgbg .metor2 {
  left: 25%;
  animation: fly 5s infinite ease-out 2s;
}
.bgbg .metor3 {
  left: 45%;
  animation: fly 4s infinite ease-out 0.5s;
}
.bgbg .metor4 {
  left: 55%;
  animation: fly 3s infinite ease-out;
}
.bgbg .metor5 {
  left: 70%;
  animation: fly 5s infinite ease-out 3s;
}
.bgbg .metor6 {
  left: 90%;
  animation: fly 2s infinite ease-out;
}

.masonry-bg.cl-point-bg {
  background-image: none;
}
.masonry-bg.cl-point-bg .style-masonry {
  justify-content: center;
}
.masonry-bg.cl-point-bg .masonry-wrap {
  width: 29%;
}
.masonry-bg.cl-point-bg .masonry-wrap:nth-child(5) {
  margin-top: -100px;
}
.masonry-bg.cl-point-bg .masonry-wrap:nth-child(6) {
  margin-top: -200px;
}

.masonry-info.cl-info {
  padding: 40px 30px;
}
.masonry-info.cl-info i {
  color: #2F3DFF;
}
.masonry-info.cl-info h4 {
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
}

.auto-slider .owl-nav button {
  position: absolute;
  top: 50%;
  border: none;
  transition: all 0.3s ease-in-out;
  color: #fff;
  margin: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.auto-slider .owl-nav button:focus {
  outline: none;
}
.auto-slider .owl-nav button span {
  font-size: 70px;
  position: relative;
}
.auto-slider .owl-nav button.owl-prev {
  left: -50px;
}
.auto-slider .owl-nav button.owl-next {
  right: -50px;
}

.cl-list-link {
  display: block;
  padding: 24px;
  min-height: 200px;
  border-top-left-radius: 3rem;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.cl-list-link p {
  margin-bottom: 3rem;
  font-size: 0.9rem;
  color: #5e67e1;
}
.cl-list-link h4 {
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 32px;
  letter-spacing: 1px;
  overflow: hidden;
  font-weight: 400;
  color: #0a0d36;
  margin-bottom: 3rem;
}
.cl-list-link span {
  border-bottom: 1px solid #0a0d36;
  color: #0a0d36;
  align-self: flex-start;
}
.cl-list-link:hover {
  background-color: #0a0d36;
  color: #fff;
}
.cl-list-link:hover p, .cl-list-link:hover h4, .cl-list-link:hover span {
  color: #fff;
}
.cl-list-link:hover span {
  border-color: #fff;
}

.cl-new,
.cl-popular {
  position: relative;
}
.cl-new h2,
.cl-popular h2 {
  letter-spacing: 0.05rem;
  font-size: 2.5rem;
}
.cl-new .scroll_bg,
.cl-popular .scroll_bg {
  padding: 80px 0;
}
.cl-new .bg_box,
.cl-popular .bg_box {
  height: 600px;
}

.cl-new p.fw-light {
  margin-bottom: 40px;
}
.cl-new .scroll_bg {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../image/cl-new-bg.jpg);
}

.cl-popular h2 {
  margin-bottom: 40px;
}
.cl-popular .scroll_bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../image/cl-popular-bg.jpg);
}

.con-search {
  width: 50%;
  margin: 0 auto;
}
.con-search ::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}
.con-search ::placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}
.con-search ::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}
.con-search :-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}
.con-search ::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

.search-box {
  position: relative;
  background: #fff;
  border-radius: 50px;
}
.search-box svg {
  width: 20px;
}
.search-box .select-green {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  border: 0 none;
  position: relative;
  background: none;
  background-color: transparent;
  z-index: 99;
  overflow: hidden;
}

.with-searchicon {
  display: inline-block;
  width: 100%;
}
.with-searchicon input[type=text] {
  border: none;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  width: 90%;
  outline: none;
  border-radius: 0;
}
.with-searchicon button {
  background: transparent;
  border: none;
  outline: none;
}

.show-condition {
  cursor: pointer;
  border: 1px dashed #ccc;
}

.list-condition {
  display: none;
}

.template-list {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 0;
}
.template-list dd, .template-list dt {
  display: inline-block;
}
.template-list dd {
  width: 15%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0;
}
.template-list dt {
  width: 84%;
}
.template-list label {
  display: inline-block;
  width: 120px;
  font-weight: 300;
  margin: 5px;
  margin-left: 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.template-list label input:checked + span {
  font-weight: 400;
}

#contract-table th, #contract-table td {
  line-height: 40px;
  padding-left: 15px;
  font-size: 0.9rem;
}
#contract-table tbody tr td:first-child a {
  width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#contract-table tbody tr td.dtr-control a {
  margin-left: 1.5rem;
}
#contract-table tbody tr .tem-download {
  width: 100%;
}
#contract-table a:hover {
  text-decoration: underline;
}
#contract-table ul.dtr-details {
  width: 100%;
}

.tem-download {
  border: 1px solid;
  padding: 0.5rem;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}
.tem-download:hover {
  background: #2F3DFF;
  color: #fff;
}

.contract-name {
  font-size: 2.5rem;
}

.collected-txt {
  padding: 0.3rem 0.7rem;
  margin: 4px;
  border-radius: 3px;
  color: #0a0d36 !important;
  background: rgba(10, 13, 54, 0.1);
}
.collected-txt svg {
  width: 15px;
}

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

.con-ulitems {
  list-style: none;
}
.con-ulitems li {
  padding: 10px 0;
  font-size: 0.9rem;
  color: #939393;
  font-weight: 300;
}
.con-ulitems li span {
  font-weight: 400;
  color: #474747;
}
.con-ulitems .button-group {
  display: inline-block;
}
.con-ulitems .collect-btn {
  background: rgba(10, 13, 54, 0.1);
}
.con-ulitems .collect-btn:hover {
  background: rgba(10, 13, 54, 0.3);
}
.con-ulitems .collect-btn svg {
  width: 15px;
}

.con-type {
  padding: 8px 10px;
  padding-left: 0;
  margin-right: 1rem;
  border-bottom: 1px dashed #e0e0e0;
}

.con-content {
  position: relative;
}
.con-content .con-alert {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, transparent 10%, #fff 60%);
}
.con-content .con-alert a {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  display: block;
  background: #000;
  line-height: 50px;
  color: #fff;
}

.con-img {
  background: #fff;
  text-align: center;
}
.con-img img {
  width: 100%;
}

.fixed-bottom.con-phonebtns {
  display: none;
}

@media (max-width: 575.98px) {
  .cl-main .scroll_bg {
    background-position: 40%;
  }
  .con-search {
    width: 90%;
  }
  .search-box {
    padding: 0 10px;
  }
  .search-box svg {
    width: 15px;
  }
  .with-searchicon input[type=text] {
    width: 85%;
    padding: 0 10px;
  }
  .cl-list-link {
    padding: 24px 48px;
  }
  .auto-slider .owl-nav button {
    background: rgba(204, 204, 204, 0.8) !important;
  }
  .auto-slider .owl-nav button.owl-prev {
    left: 0px;
  }
  .auto-slider .owl-nav button.owl-next {
    right: 0px;
  }
  .template-list dd, .template-list dt {
    display: block;
    width: 100%;
  }
  .template-list label {
    width: 45%;
  }
  .template-list span {
    font-size: 1rem;
  }
  #contract-table th, #contract-table td {
    padding-left: 33px;
  }
  .fixed-bottom.con-phonebtns {
    display: block;
    padding: 1rem 0;
    text-align: center;
    box-shadow: 0 -3px 8px #e0e0e0;
    background: #fff;
  }
  .fixed-bottom.con-phonebtns button {
    width: 45%;
    line-height: 30px;
  }
  .button-group.contract-btns {
    display: none;
  }
  .con-ulitems .button-group {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cl-main .bg_box {
    height: auto;
    background-position: 40%;
  }
  .con-search {
    width: 70%;
  }
}
.blog_cat {
  min-height: 800px;
}

.blogContent {
  margin: 80px auto;
  overflow-x: hidden;
}
.blogContent .breadcrumb {
  margin-top: 55px;
}

.blog_body h2 {
  font-size: 1.6rem;
  line-height: 38px;
  letter-spacing: 0.05rem;
  margin: 2.5rem 0 1rem;
  padding: 0.8rem 0;
  padding-top: 2rem;
}
.blog_body h3 {
  font-size: 1.45rem;
  letter-spacing: 0.04rem;
  margin: 1.3rem 0.8rem;
}
.blog_body h4 {
  font-size: 1.25rem;
  margin: 1rem 0;
  letter-spacing: 0.02rem;
}
.blog_body h5 {
  font-size: 1.1rem;
}
.blog_body h6 {
  font-size: 1rem;
}
.blog_body p {
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02rem;
  font-size: 1.1rem;
}
.blog_body ol, .blog_body ul {
  padding-left: 20px;
}
.blog_body ol li, .blog_body ul li {
  list-style: inherit;
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
.blog_body p img {
  width: 100%;
}
.blog_body p a {
  word-break: break-all;
}
.blog_body table {
  margin: 1rem auto;
}
.blog_body .b_img {
  text-align: center;
  margin: 1rem auto;
  width: 80%;
}
.blog_body .b_img p {
  padding: 150px 0;
  background: #eee;
}
.blog_body .b_img img {
  width: 100%;
  border-radius: 5px;
}
.blog_body .b_export,
.blog_body .b_end {
  padding: 2rem;
  position: relative;
  margin: 60px 0;
  border-top: 1px solid #0a0d36;
  border-bottom: 1px solid #0a0d36;
}
.blog_body .b_export p,
.blog_body .b_end p {
  font-weight: 300;
  margin: 0;
  color: #0a0d36;
  letter-spacing: 0.03rem;
}
.blog_body .b_indent {
  text-indent: 2rem;
}
.blog_body .b_anchor {
  margin: 1rem auto;
  padding: 1.5rem 2rem;
  border: 5px solid #cde6ff;
  border-radius: 2px;
  width: 80%;
}
.blog_body .b_anchor ul {
  margin-bottom: 0;
  counter-reset: step;
}
.blog_body .b_anchor ul li {
  list-style: none;
  position: relative;
  margin: 0.5rem 0 0.8rem;
  border-bottom: 1px solid #cde6ff;
}
.blog_body .b_anchor ul li:before {
  content: "0" counter(step);
  counter-increment: step;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  font-weight: 300;
  color: #7B7B7B;
}
.blog_body .b_anchor ul li a {
  color: #7B7B7B;
  display: block;
  padding: 0.5rem;
  padding-left: 2.5rem;
  letter-spacing: 0.02rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.blog_body .b_anchor ul li:hover {
  background: rgba(205, 230, 255, 0.3);
}
.blog_body .b_anchor ul li:hover::before,
.blog_body .b_anchor ul li:hover a {
  color: #0a0d36;
  font-weight: 400;
}
.blog_body .b_anchor ul li p a {
  border-bottom: 0;
}

.blog-img {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.blog-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog-img img {
  width: 100%;
}

.blog-title {
  padding: 150px 0 180px;
  text-align: center;
}
.blog-title h1 {
  letter-spacing: 0.2rem;
}
.blog-title .h_info {
  font-weight: 300;
}
.blog-title .h_info span {
  display: inline-block;
  margin-right: 1rem;
}
.blog-title .blog_w {
  font-size: 1rem;
  color: #7B7B7B;
  font-weight: 400;
  text-decoration: underline;
}
.blog-title .blog_w:hover {
  color: #bf0c0c;
}

.b_action {
  display: block;
  width: 200px;
  background: #0a0d36;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  border-radius: 5px;
  margin: 1rem auto 3rem;
}
.b_action:hover {
  background: #060820;
  color: #fff;
}

.blog-writer {
  border-radius: 3px;
  padding: 2rem;
  background: rgba(123, 123, 123, 0.08);
  margin: 50px 0;
}
.blog-writer .w-sign {
  color: #0a0d36;
  font-size: 1.1rem;
  border-left: 3px solid #0a0d36;
  padding-left: 1rem;
  margin-bottom: 20px;
}
.blog-writer .col-3 img {
  width: auto;
}

.blog-tag {
  margin: 0.5rem 0;
}
.blog-tag i, .blog-tag span {
  color: #7B7B7B;
}
.blog-tag span {
  font-size: 0.9rem;
  font-weight: 300;
}

.else_block .e_title {
  margin: 3rem 0 1rem;
  letter-spacing: 0.03rem;
  padding-top: 1rem;
  border-top: 1px solid #fbfbfb;
}
.else_block .e_link {
  display: block;
  border-radius: 3px;
}
.else_block .e_link p {
  color: #484848;
  letter-spacing: 1px;
}
.else_block .e_link span {
  color: #7B7B7B;
  font-size: 0.9rem;
}
.else_block .e_link:hover {
  box-shadow: 0 0 1px #121761;
}
.else_block .e_img {
  max-height: 200px;
  overflow: hidden;
}
.else_block .e_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}

.else_part .e_title {
  margin-bottom: 1.5rem;
}
.else_part .e_card {
  display: block;
  transition: 0.3s;
  margin: 1rem 0;
  overflow: hidden;
  padding: 1rem;
}
.else_part .e_card:hover {
  box-shadow: 0 0 1px #121761;
}
.else_part .e_card:hover .card-title {
  color: #161d77;
}
.else_part .e_card:hover img {
  filter: brightness(105%);
}
.else_part .e_card .card-img-top {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.else_part .e_card img {
  width: 100%;
  height: 100%;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.else_part .card-title {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.else_part p {
  font-weight: 300;
  font-size: 0.9rem;
  color: #0a0d36;
}
.else_part .card-body {
  padding: 0;
}

.else_part .col-sm-4.px-sm-4 .e_card .card-img-top {
  height: 200px;
}

.newsList .else_part .e_card:hover {
  box-shadow: none;
}
.newsList .else_part .e_card:hover .card-title {
  color: #0a0d36;
}
.newsList .else_part .e_card:hover img {
  filter: brightness(100%);
}
.newsList .else_part .e_card p.card-title a {
  color: #0a0d36;
  border-bottom: 0;
}
.newsList .else_part .e_card p.card-title a:hover {
  color: #2F3DFF;
}

.blog_side {
  margin-bottom: 60px;
}
.blog_side .b_newol {
  padding: 0;
}
.blog_side .b_newol li {
  list-style: none;
}
.blog_side .b_newol li a {
  display: block;
  margin-bottom: 0.8rem;
}
.blog_side .b_newol li a:hover span, .blog_side .b_newol li a:hover p {
  color: #bf0c0c;
}
.blog_side .b_newol li span, .blog_side .b_newol li p {
  display: inline-block;
}
.blog_side .b_newol li span {
  width: 25%;
  font-size: 2rem;
  font-weight: 800;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.blog_side .b_newol li p {
  width: 70%;
  vertical-align: middle;
  font-weight: 300;
  color: #7B7B7B;
  line-height: 28px;
  font-size: 1.15rem;
  margin-bottom: 0;
}
.blog_side .b_hotdiv .row {
  margin-bottom: 1.5rem;
}
.blog_side .b_hotdiv a {
  color: #7B7B7B;
  display: block;
}
.blog_side .b_hotdiv a:hover span {
  color: #bf0c0c;
}
.blog_side .b_hotdiv img {
  width: 100%;
  border-radius: 2px;
}
.blog_side .b_hotdiv span {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 300;
}

.blog_tag {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0 0.8rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 0.2rem;
  background: rgba(123, 123, 123, 0.1);
  color: #e1e1e1;
}
.blog_tag:hover {
  color: #bf0c0c;
  background-color: rgba(191, 12, 12, 0.2);
}
.blog_tag:active, .blog_tag:focus {
  color: #bf0c0c;
  background-color: rgba(191, 12, 12, 0.2);
}

.news-state {
  background: #0a0d36;
  padding: 2px 10px;
  display: inline-block;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .blogContent .pl-0 {
    padding-left: 15px !important;
  }
  .blogContent .pr-0 {
    padding-right: 15px !important;
  }
  .blog_body .b_anchor {
    padding: 1rem;
    width: 100%;
  }
  .blog_body .b_anchor ul {
    padding-left: 0.5rem;
  }
  .blog_header .h_info .in_two {
    text-align: initial;
  }
  .blog-title {
    padding: 80px 0 80px;
  }
  .blog-title h1 {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
  .blog-writer .col-3 img {
    width: 100%;
  }
  .blog-img {
    max-height: auto;
  }
  .else_part .e_card img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .else_part .e_card {
    padding: 0;
  }
  .else_part .e_card img {
    height: auto;
  }
  .else_block .e_link {
    padding: 0 !important;
  }
  .else_block .e_img {
    max-height: 100px;
  }
}
.ls-full-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: auto;
  min-width: 320px;
}

.fullpage-header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
.fullpage-header .fullpage-logo {
  display: block;
  line-height: 45px;
}
.fullpage-header img {
  height: 30px;
}

.fullpage-content {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.fullpage-content ::-moz-placeholder {
  color: #7B7B7B;
  font-size: 0.9em;
  font-weight: 300;
}
.fullpage-content ::placeholder {
  color: #7B7B7B;
  font-size: 0.9em;
  font-weight: 300;
}
.fullpage-content .cta-demo {
  min-width: 120px;
}

.fullpage-footer {
  flex-shrink: 0;
  text-align: center;
  padding: 48px 28px 24px;
  position: relative;
}

.simple-h-cta {
  text-align: right;
}
.simple-h-cta p {
  display: inline-block;
}

.simple-h-cta.cta-menu a {
  margin: 0 20px;
}

.login-social {
  display: inline-block;
  width: calc(50% - 5px);
  transition: all 0.5s;
}
.login-social img {
  height: 25px;
  margin-right: 10px;
}
.login-social a {
  color: #0a0d36;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 10px 0;
  background-color: #f4f4f4;
}
.login-social a:hover {
  background-color: #ececec;
}
.login-social span {
  vertical-align: middle;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

@media (max-width: 575.98px) {
  .simple-h-cta p {
    font-size: 0.9rem;
  }
  .simple-h-cta.cta-menu a {
    padding: 0 1rem;
    margin: 0 5px;
  }
}
.support-mainbg {
  background-image: url("../image/support-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.support-mainbg h1 {
  letter-spacing: 0.05rem;
  color: #0a0d36;
}
.support-mainbg h2 {
  color: #484848;
  letter-spacing: 0.03rem;
}
.support_cats {
  display: block;
  border: 1px solid #e0e0e0;
  text-align: center;
  background-color: #f9f9f9;
}
.support_cats:hover {
  background-color: transparent;
  border-color: #F2822D;
}
.support_cats img {
  width: 50px;
}
.support_cats p {
  color: #0a0d36;
  font-weight: 300;
}
.support-clm .support_cats:hover {
  border-color: #2F3DFF;
}
.support_back {
  color: #0a0d36;
}
.support_back:hover {
  color: #2F3DFF;
  text-decoration: underline;
}
.support_lists {
  height: 75%;
  overflow-y: scroll;
}
.support_lists a {
  display: block;
  color: #7B7B7B;
  font-weight: 300;
}
.support_lists a:hover {
  text-decoration: underline;
}
.support_lists a.read {
  background: #f9f9f9;
  color: #F2822D;
  font-weight: 500;
}
.support_articles img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.support_btns a:hover span {
  color: #F2822D;
}
.support_btns .disabled-span {
  cursor: not-allowed;
  color: #aeaeae;
}
.support_btns span {
  font-size: 0.9rem;
  color: #7B7B7B;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

#priceTab {
  position: absolute;
  top: 400px;
  left: 35%;
  background-color: #c8c8c8;
  border-radius: 50px;
}
#priceTab .onmeet_tab {
  padding: 0.5rem 0;
  color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 300;
  width: 220px;
  display: inline-block;
  text-align: center;
}
#priceTab .onmeet_tab.active {
  background-color: #fff;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid #F2822D;
  color: #F2822D;
}

.plan-price {
  margin-bottom: 1rem;
}
.plan-price .checkUl {
  font-size: 0.9rem;
  font-weight: 300;
}
.plan-price .checkUl li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
.plan-price .checkUl li:before {
  display: inline-block;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.plan-price .checkUl li p span {
  color: #2F3DFF;
}
.plan-price p.mb-3 {
  min-height: 50px;
}
.plan-price p.mb-3 b {
  font-weight: 500;
}
.plan-price p a {
  color: #0a0d36;
}
.plan-header p {
  height: 85px;
  display: block;
  font-size: 0.85rem;
}
.plan-header span {
  font-weight: 300;
  color: #7B7B7B;
}
.plan-ctabtn a {
  display: block;
  border: 2px solid #0a0d36;
  color: #0a0d36;
}
.plan-ctabtn a:hover {
  background-color: #F2822D;
  border-color: #F2822D;
}
.plan-basic {
  border-color: #0a0d36 !important;
}
.plan-basic .checkUl {
  color: #7B7B7B;
}
.plan-basic h4 {
  color: #0a0d36;
}
.plan-business {
  border-color: #2F3DFF !important;
}
.plan-business .checkUl b {
  display: inline-block;
  font-size: 0.8rem;
  background-color: #F2822D;
  color: #fff;
}
.plan-business .plan-ctabtn a {
  background-color: #0a0d36;
  color: #fff;
}
.plan-business .plan-ctabtn a:hover {
  background-color: #F2822D;
  color: #0a0d36;
}
.plan-business h4 {
  color: #2F3DFF;
}
.plan-business h3 i {
  font-size: 1.3rem;
  vertical-align: text-top;
}
.plan-callus {
  border-color: #8EDB28 !important;
}
.plan-callus h4 {
  color: #8EDB28;
}
.plan-bus-step li {
  position: relative;
}
.plan-bus-step li::before {
  position: absolute;
  left: 55%;
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  bottom: -12px;
}
.plan-bus-step li:last-child::before {
  display: none;
}
.plan-bus-step li:last-child div {
  visibility: hidden;
}
.plan-bus-step li:last-child i {
  color: #2F3DFF;
}
.plan-bus-step li div, .plan-bus-step li p {
  display: inline-block;
}
.plan-bus-step li div {
  background-color: #2F3DFF;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  width: 80px;
  height: 80px;
}
.plan-bus-step li div span:first-child {
  margin-top: 0.5rem;
}
.plan-bus-step li span {
  display: block;
  color: #fff;
  font-weight: 700;
}
.plan-bus-step li p {
  line-height: 80px;
  vertical-align: top;
  width: calc(100% - 87px);
  text-align: center;
}
.plan-point {
  display: inline-block;
  background-color: rgba(242, 130, 45, 0.2);
  color: #F2822D;
}
.plan-point-blue {
  display: inline-block;
  background-color: rgba(47, 61, 255, 0.08);
  color: #2F3DFF;
}

.support-mainbg.price-esignbg {
  background-image: url(../image/price-esignbg.png);
}

.support-mainbg.price-clmbg {
  background-image: url(../image/price-clmbg.png);
}

#clm .plan-header span {
  display: block;
  margin-top: 2rem;
  height: 80px;
  font-size: 0.9rem;
}
#clm .plan-header p {
  font-size: 1rem;
}
#clm .plan-business h3 {
  color: #2F3DFF;
}
#clm .plan-callus h3 {
  color: #8EDB28;
}
#clm .compare .plan_Row.plan_Title {
  grid-template-columns: 1fr 1fr 1fr;
}
#clm .compare .plan_Row .plan_Name small {
  display: block;
  letter-spacing: 0;
  font-weight: 300;
  text-align: initial;
  color: #7B7B7B;
}
#clm .compare .plan_Row {
  grid-template-columns: 1fr 1fr 1fr;
}

.compare .qa_Title {
  color: #0a0d36;
  background: transparent;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 100px;
}
.compare .pricing-section {
  position: relative;
  border-radius: 3px;
  border-color: #f1f1f1;
}
.compare .plan_Row.plan_Title {
  position: sticky;
  top: 80px;
  z-index: 10;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 3px 3px 0 0;
  padding-left: 1rem !important;
  padding: 2rem 0;
  background-color: #fff;
}
.compare .plan_Row.plan_Title:hover {
  background-color: #fff;
}
.compare .plan_Row.plan_cta:hover {
  background-color: transparent;
}
.compare .plan_Row.plan_cta a {
  display: block;
  border: 2px solid;
  margin: 0.5rem auto 0;
  background: #fff;
  padding: 0.5rem 0;
  width: 75%;
  border-radius: 5px;
  color: #0a0d36;
}
.compare .plan_Row.plan_cta a:hover {
  background-color: #F2822D;
  border-color: #F2822D;
}
.compare .plan_Row.plan_cta .detail-business a {
  background-color: #0a0d36;
  color: #fff;
}
.compare .plan_Row.plan_cta .detail-business a:hover {
  background-color: #F2822D;
  border-color: #F2822D;
  color: #0a0d36;
}
.compare .plan_Row {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 1rem;
}
.compare .plan_Row:hover {
  background-color: rgba(123, 123, 123, 0.04);
}
.compare .plan_Row:last-child {
  border-radius: 0 0 3px 3px;
}
.compare .plan_Row:last-child .plan_Info h5 {
  margin: 1rem 0;
}
.compare .plan_Row:last-child .plan_Info a {
  display: block;
  background: rgba(149, 156, 255, 0.3);
  border: 1px solid rgba(149, 156, 255, 0.5);
  color: #0011fb;
  width: 90%;
  margin: 0 auto;
}
.compare .plan_Row:last-child .plan_Info a:hover {
  background: #2F3DFF;
  border-bottom-color: #0011fb;
  color: #fff;
}
.compare .plan_Row .plan_Name {
  width: 100%;
  letter-spacing: 0.1rem;
  align-items: flex-end;
  margin-bottom: 0;
}
.compare .plan_Row .plan_Info {
  padding: 1rem 0;
}
.compare .plan_Row .plan_Info b {
  color: #2F3DFF;
  letter-spacing: 0.08rem;
}
.compare .plan_Row .plan_Info span {
  font-size: 0.9rem;
  font-weight: 300;
}
.compare .plan_Row .plan_Info .unlimited,
.compare .plan_Row .plan_Info .check,
.compare .plan_Row .plan_Info .close {
  margin: 0 auto;
  display: block;
  width: 18px;
  height: 18px;
}
.compare .plan_Row .plan_Info .unlimited:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.5,11.5c0.8,0,1.9-0.6,3.1-1.7c0.6-0.5,1.1-1,1.4-1.4c0.3,0.3,0.8,0.8,1.4,1.4c1.3,1.1,2.3,1.7,3.1,1.7c1.9,0,3.5-1.6,3.5-3.5s-1.6-3.5-3.5-3.5c-0.8,0-1.9,0.6-3.1,1.7C8.8,6.7,8.3,7.2,8,7.5C7.7,7.2,7.2,6.7,6.6,6.2C5.4,5,4.3,4.5,3.5,4.5C1.6,4.5,0,6.1,0,8S1.6,11.5,3.5,11.5z M12.5,5.1c1.6,0,2.9,1.3,2.9,2.9s-1.3,2.9-2.9,2.9C11.2,10.9,9.3,9,8.4,8C9.3,7,11.2,5.1,12.5,5.1z M3.5,5.1C4.8,5.1,6.7,7,7.6,8c-0.9,1-2.8,2.9-4.1,2.9c-1.6,0-2.9-1.3-2.9-2.9S1.9,5.1,3.5,5.1z' clip-rule='evenodd'/></svg>");
}
.compare .plan_Row .plan_Info .check:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
}
.compare .plan_Row .plan_Info .close:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z' clip-rule='evenodd'/></svg>");
}
.compare .plan_Row .plan_Info .dash:before {
  content: "-";
  color: #7B7B7B;
}
.compare .plan_Row .grid01 {
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.compare .plan_Row .grid01 p {
  font-weight: 300;
  font-size: 0.9rem;
}
.compare .plan_Row .grid02 {
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.compare .plan_Row .grid03 {
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.compare .plan_Row .grid04 {
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.compare .plan_Row.detail-title:hover {
  background-color: rgba(123, 123, 123, 0.1);
}
.compare .plan_block .grid02,
.compare .plan_block .grid03,
.compare .plan_block .grid04 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}

.detail-basic {
  color: #0a0d36;
}
.detail-business {
  color: #2F3DFF;
}
.detail-callus {
  color: #8EDB28;
}
.detail-title {
  background-color: rgba(123, 123, 123, 0.1);
}

.new-price .plan-header p {
  height: 70px;
  letter-spacing: 0.02rem;
}
.new-price .plan-ctabtn a {
  color: #2F3DFF;
  border: 1px solid #2F3DFF;
  background-color: transparent;
}
.new-price .plan-ctabtn a:hover {
  background-color: #cde6ff;
}
.new-price .plan-header.plan-popular .plan-ctabtn a {
  color: #fff;
  background-color: #2F3DFF;
}
.new-price .plan-header.plan-popular .plan-ctabtn a:hover {
  background-color: #1625ff;
}
.new-price .compare .plan_Row.plan_Title {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.new-price .compare .plan_Row.plan_Title h5 small {
  font-size: 0.9rem;
}
.new-price .compare .grid05 {
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.new-price .compare .grid06 {
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.new-price .compare .plan_block .grid02,
.new-price .compare .plan_block .grid03,
.new-price .compare .plan_block .grid04,
.new-price .compare .plan_block .grid05,
.new-price .compare .plan_block .grid06 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}
.new-price .compare .plan_Row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.new-price .compare .plan_Row.plan_cta a {
  color: #2F3DFF;
  border: 1px solid #2F3DFF;
  background-color: transparent;
}
.new-price .compare .plan_Row.plan_cta a:hover {
  background-color: #cde6ff;
}
.new-price .compare .plan_Row.plan_cta .plan-popular a {
  color: #fff;
  border: 0;
  background-color: #2F3DFF;
}
.new-price .compare .plan_Row.plan_cta .plan-popular a:hover {
  background-color: #1625ff;
}

.discount-price.new-price .f-plan .plan-header h3 {
  color: initial;
}
.discount-price.new-price .f-plan .plan-ctabtn a {
  border-color: #0a0d36;
  color: #0a0d36;
}
.discount-price.new-price .f-plan .plan-ctabtn a:hover {
  background-color: rgba(10, 13, 54, 0.08);
}
.discount-price.new-price .e-plan .plan-ctabtn a {
  border: 0;
  background-color: #0a0d36;
  color: #fff;
}
.discount-price.new-price .e-plan .plan-ctabtn a:hover {
  background-color: #060820;
}
.discount-price.new-price .plan-header h3 {
  color: #2F3DFF;
}
.discount-price.new-price .plan-header h3 strong {
  font-size: 1rem;
  vertical-align: top;
}
.discount-price.new-price .plan-header h3 small {
  font-size: 1rem;
  color: initial;
}
.discount-price.new-price .plan-header h3 span.d-block small {
  font-size: 0.9rem;
  color: #7B7B7B;
}
.discount-price.new-price .plan-header p {
  letter-spacing: 0.04rem;
}
.discount-price.new-price .plan-header span {
  font-size: 0.9rem;
}
.discount-price.new-price .plan-price p.mb-3 {
  min-height: auto;
}
.discount-price.new-price .plan-price p a {
  font-weight: 300;
  padding-bottom: 1px;
  color: initial;
}
.discount-price.new-price .checkUl {
  font-size: 0.9rem;
}
.discount-price.new-price .checkUl li {
  margin-bottom: 0.8rem;
  padding-left: 1.3rem;
}
.discount-price.new-price .checkUl li::before {
  width: 14px;
  height: 14px;
}
.discount-price.new-price .plan_cta p.my-2 {
  color: #2F3DFF;
}
.discount-price.new-price .plan_cta p.my-2 strong {
  font-size: 1rem;
  vertical-align: top;
}
.discount-price.new-price .plan_cta p.my-2 small {
  font-size: 0.9rem;
  color: initial;
}
.discount-price.new-price .plan_cta .grid02 p.my-2 {
  color: initial;
}
.discount-price.new-price .plan_cta .grid02 a {
  border-color: #0a0d36;
  color: #0a0d36;
}
.discount-price.new-price .plan_cta .grid02 a:hover {
  background-color: rgba(10, 13, 54, 0.08);
}
.discount-price.new-price .plan_cta .grid06 a {
  border: 0;
  background-color: #0a0d36;
  color: #fff;
}
.discount-price.new-price .plan_cta .grid06 a:hover {
  background-color: #060820;
}

@media (max-width: 575.98px) {
  .plan-bus-step li:last-child div {
    display: none;
  }
  .plan-bus-step li:last-child p {
    width: 100%;
  }
  .compare .plan_Row.plan_cta a {
    width: 98%;
    padding: 0.3rem 0;
  }
  #priceTab {
    left: 13%;
    top: 450px;
  }
  #priceTab .onmeet_tab {
    padding: 0.5rem;
    font-size: 0.9rem;
    width: 150px;
  }
  .discount-price.new-price .plan-header p {
    height: auto;
  }
  .discount-price.new-price .f-plan, .discount-price.new-price .e-plan {
    background-color: #f9f9f9;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .plan-header p {
    height: auto;
    margin-bottom: 2rem;
  }
}
.projectlanding section {
  text-align: center;
  scroll-behavior: smooth;
}
.projectlanding section > h3 {
  letter-spacing: 0.1rem;
}
.projectlanding ul {
  list-style: none;
  padding-left: 0;
}
.projectlanding .action_btn a {
  padding: 0.5rem 1rem;
  background: #2F3DFF;
  color: #fff;
}
.projectlanding .action_btn a:hover {
  background: #0011fb;
}
.projectlanding .plan-header p {
  height: 70px;
  font-size: 0.9rem;
}
.projectlanding .plan-basic h3 {
  color: #0a0d36;
}
.projectlanding .plan-business h3 {
  color: #2F3DFF;
}
.projectlanding .plan-callus h3 {
  color: #8EDB28;
}
.projectlanding .planbox {
  width: 90%;
  margin: 2rem auto 0;
  justify-content: space-around;
  background-image: linear-gradient(180deg, #fff 0, #fff 30%, #0a0d36 0, #0a0d36);
}
.projectlanding .planbox .planprice {
  display: inline-block;
  padding: 3rem;
  width: 30%;
  vertical-align: top;
}
.projectlanding .planbox .planprice:first-child .h5, .projectlanding .planbox .planprice:first-child p span, .projectlanding .planbox .planprice:first-child h4 {
  color: #F2822D;
}
.projectlanding .planbox .planprice:first-child .action_btn a {
  background: #F2822D;
}
.projectlanding .planbox .planprice:nth-child(2) .h5, .projectlanding .planbox .planprice:nth-child(2) p span, .projectlanding .planbox .planprice:nth-child(2) h4 {
  color: #2F3DFF;
}
.projectlanding .planbox .planprice:nth-child(2) .action_btn a {
  background: #2F3DFF;
}
.projectlanding .planbox .planprice:last-child .h5, .projectlanding .planbox .planprice:last-child p span, .projectlanding .planbox .planprice:last-child h4 {
  color: #0a0d36;
}
.projectlanding .planbox .planprice:last-child .action_btn a {
  background: #0a0d36;
}
.projectlanding .planbox .planprice div {
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 3px;
}
.projectlanding .planbox .planprice .h5 {
  letter-spacing: 0.1rem;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}
.projectlanding .planbox .planprice img {
  width: 100px;
  margin: 1.5rem 0;
}
.projectlanding .planbox .planprice p {
  color: #7B7B7B;
  letter-spacing: 0.04rem;
  font-weight: 300;
  margin-bottom: 0;
}
.projectlanding .planbox .planprice p span {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 0.5rem;
}
.projectlanding .planbox .planprice del {
  color: #959595;
  margin: 2rem 0 0;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
.projectlanding .planbox .planprice h4 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.projectlanding .planbox .planprice ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.projectlanding .planbox .planprice ul li {
  text-align: initial;
  margin-bottom: 0.8rem;
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
}
.projectlanding .planbox .planprice ul li i {
  display: inline-block;
  margin-right: 0.5rem;
}
.projectlanding .section-notice ul li {
  padding: 0.8rem 0;
}
.projectlanding .section-notice ul li p {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  margin: 0;
}
.projectlanding .section-notice {
  margin: 0 0 7rem;
}
.projectlanding .section-notice ul {
  counter-reset: no-counter;
  width: 80%;
  margin: 0 auto;
}
.projectlanding .section-notice ul li {
  text-align: initial;
  counter-increment: no-counter;
  position: relative;
}
.projectlanding .section-notice ul li::before {
  content: counter(no-counter) ".";
  font-weight: bold;
  font-style: italic;
  font-size: 1.3rem;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.projectlanding .plan-single .bi,
.projectlanding .item-txt .bi {
  color: #2F3DFF;
  font-size: 4rem;
}
.projectlanding .item-txt {
  min-height: 300px;
}
.projectlanding .cta-menu a.cta-demo,
.projectlanding .cta-menu button.cta-demo {
  background-color: #F2822D;
}
.projectlanding .cta-menu a.cta-demo:hover,
.projectlanding .cta-menu button.cta-demo:hover {
  background: #de680e;
}
.projectlanding .cta-menu a.cta-regist,
.projectlanding .cta-menu button.cta-regist {
  border-color: #F2822D;
}
.projectlanding .cta-menu a.cta-regist:hover,
.projectlanding .cta-menu button.cta-regist:hover {
  background: #de680e;
}

.bizlawyer-mainbg {
  position: relative;
  background-image: url(../image/bizlawyer-banner.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.bizlawyer-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 0;
  max-width: 60%;
  margin: 0 auto;
}
.bizlawyer-text h1 {
  letter-spacing: 0.1rem;
  font-size: 3rem;
  line-height: 4rem;
}
.bizlawyer-text h1 span {
  color: #F2822D;
}
.bizlawyer-text h2 {
  color: #2F3DFF;
}
.bizlawyer-text a {
  width: 40%;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

.lsclm-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .bizlawyer-text {
    max-width: 90%;
  }
  .lsclm-mobile {
    display: block;
  }
  .lsclm-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bizlawyer-text {
    max-width: 90%;
  }
}
.aiLanding {
  background: linear-gradient(90deg, rgba(200, 200, 200, 0.1) 3%, transparent 0), linear-gradient(rgba(200, 200, 200, 0.1) 3%, transparent 0);
  background-size: 30px 30px;
  background-attachment: fixed;
  overflow: hidden;
}
.aiLanding .welcome-grid {
  background-image: url(../image/ai-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.aiLanding h1 {
  letter-spacing: 0.2rem;
}
.aiLanding #nov_scroll > div > div {
  color: #2F3DFF;
}
.aiLanding .animate-spin-reverse-slower {
  animation: spin-reverse 6s linear infinite;
}
@keyframes spin-reverse {
  to {
    transform: rotate(-1turn);
  }
}
.aiLanding .animate-spin-slow {
  animation: spin 4s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.aiLanding .business-grid {
  color: #343a40;
  padding: 9% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: linear-gradient(225deg, rgba(205, 230, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../image/ai-background.svg);
}
.aiLanding .business-grid h1 {
  font-size: 4rem;
}
.aiLanding .business-grid h1 small {
  font-size: 2.5rem;
}
.aiLanding .business-grid #nov_scroll {
  height: 72px;
}
.aiLanding .business-grid #nov_scroll div:first-child {
  animation: freegoscroll 6s linear infinite;
}
.aiLanding .business-grid #nov_scroll img {
  width: 72px;
}
@keyframes freegoscroll {
  0% {
    margin-top: -150px;
  }
  5% {
    margin-top: -100px;
  }
  50% {
    margin-top: -100px;
  }
  55% {
    margin-top: -6px;
  }
  99.99% {
    margin-top: -6px;
  }
  100% {
    margin-top: -150px;
  }
}
.aiLanding .tab-container .tabs li {
  opacity: 1;
}
.aiLanding .tab-container .tabs li i {
  font-size: 1.4rem;
  vertical-align: top;
}
.aiLanding .tab-container .tabs li::after {
  content: "";
  display: block;
  margin-bottom: -8.5px;
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 2px solid #2F3DFF;
  transform: scaleX(0);
  transition: transform 0ms ease-out;
}
.aiLanding .tab-container .tabs li.current {
  background: #fff;
  color: #2F3DFF;
  box-shadow: 0 0.5rem 1rem rgba(10, 13, 54, 0.15);
}
.aiLanding .tab-container .tabs li.current::after {
  transform: scaleX(1);
  transform-origin: 0% 100%;
  transition: transform 4000ms ease-in;
}
.aiLanding .tab-container .tabs li.current span {
  font-weight: 600;
}

.freego {
  overflow: hidden;
}
.freego:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  transform: skewX(-30deg);
  transition: 0.8s;
  animation: shining 1.5s linear infinite;
}
@keyframes shining {
  0% {
    left: -100px;
  }
  100% {
    left: 500px;
  }
}
.freego img {
  width: 65%;
}
.freego-box .freego img {
  transform: scaleX(-1);
}
.freego-point {
  background-color: rgba(205, 230, 255, 0.5);
  background-image: linear-gradient(225deg, rgba(205, 230, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.freego-point hr.mb-4 {
  background-color: #67b3ff;
  height: 3px;
}
.freego-price {
  padding: 6% 0;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.freego-price .fpTitle {
  display: inline-block;
  z-index: 1;
}
.freego-price .fpTitle::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -93px;
  width: 90px;
  height: 75px;
  background-image: url(../image/ai-Freego-sayhi.png);
  background-size: cover;
}
.freego-use .else_part img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.freego-business {
  background-image: url(../image/ai-freego-businessBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  background-position: center;
}
.freego-business .tabs li {
  position: absolute;
}
.freego-business .tabs li:first-child {
  top: 15%;
  left: 17%;
}
.freego-business .tabs li:nth-child(2) {
  top: 34%;
  left: 26%;
}
.freego-business .tabs li:nth-child(3) {
  top: 5%;
  left: 37%;
}
.freego-business .tabs li:nth-child(4) {
  top: 19%;
  left: 57%;
}
.freego-business .tabs li:last-child {
  top: 36%;
  left: 73%;
}
.freego-info {
  position: sticky;
  top: 100px;
}
.freego-coo .card-img-top img {
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.stepNums {
  position: relative;
  list-style: none;
  counter-reset: aiService-step;
}
.stepNums .stepNums-item {
  position: relative;
  counter-increment: aiService-step;
}
.stepNums .stepNums-item::before {
  content: counter(aiService-step);
  color: #fff;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  background-color: #0a0d36;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8rem;
  top: -2px;
  left: 20%;
  border: 2px solid #fff;
}
.stepNums .stepNums-item::after {
  position: absolute;
  display: block;
  top: 28px;
  background-color: #fff;
  left: 21.1%;
  height: 100%;
  width: 2px;
  content: "";
}
.stepNums .stepNums-item:last-child::after {
  display: none;
}

.service-herf a {
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  border: 2px solid #2F3DFF;
}
.service-herf p {
  font-size: 1.1rem;
  letter-spacing: 0.08rem;
}
.service-herf a:hover, .service-title a:hover {
  transition: transform 0.3s ease-in-out 0s;
  transform: scale(1.1);
}
.service-herf.sf.p-sm-3, .service-herf.ss.p-sm-3, .service-herf.st.p-sm-3 {
  background-color: rgba(255, 255, 255, 0.8);
}
.service-herf.sf a, .service-title.sf a {
  color: #0073e7;
  background-color: #fff;
  border-color: #0073e7;
  box-shadow: 0 0 12px rgba(0, 115, 231, 0.7);
}
.service-herf.sf a:hover, .service-title.sf a:hover {
  background-color: #0073e7;
  color: #fff;
}
.service-herf.ss a, .service-title.ss a {
  color: #2F3DFF;
  background-color: #fff;
  border-color: #2F3DFF;
  box-shadow: 0 0 12px rgba(47, 61, 255, 0.7);
}
.service-herf.ss a:hover, .service-title.ss a:hover {
  background-color: #2F3DFF;
  color: #fff;
}
.service-herf.st a, .service-title.st a {
  color: #349aff;
  background-color: #fff;
  border-color: #349aff;
  box-shadow: 0 0 12px rgba(52, 154, 255, 0.7);
}
.service-herf.st a:hover, .service-title.st a:hover {
  background-color: #349aff;
  color: #fff;
}
.service-title p {
  font-weight: 500;
  letter-spacing: 0.08rem;
  font-size: 1.1rem;
}
.service-title ul {
  opacity: 0.8;
}
.service-title.position-relative {
  z-index: 1;
}
.service-title.position-relative::before, .service-title.position-relative::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  opacity: 0.8;
}
.service-title.position-relative::before {
  left: 48%;
  height: 25%;
  width: 1px;
  z-index: -1;
  background-color: #fff;
}
.service-title.position-relative::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
  width: 10px;
  height: 10px;
  left: 46.6%;
  bottom: 1px;
  transform: rotate(45deg);
  border-bottom: 1px solid;
  border-right: 1px solid;
}

@media (max-width: 575.98px) {
  .aiLanding {
    overflow: hidden;
  }
  .aiLanding .welcome-grid {
    height: auto;
  }
  .freego:after {
    animation: none;
    display: none;
  }
  .freego img {
    width: 20%;
  }
  .freego-funItems .me-3 {
    width: 50px;
  }
  .freego-price .fpTitle::before {
    top: -15px;
    left: -70px;
    width: 70px;
    height: 50px;
  }
  .freego-use .tab-container .tabs li {
    width: 28%;
    margin: 5px;
    position: relative;
  }
  .freego-use .tab-container .tabs li:first-child, .freego-use .tab-container .tabs li:nth-child(2), .freego-use .tab-container .tabs li:nth-child(3), .freego-use .tab-container .tabs li:nth-child(4), .freego-use .tab-container .tabs li:last-child {
    top: auto;
    left: auto;
  }
  .freego-use .tab-container .tab-box {
    margin-top: -110px;
  }
  .stepNums .stepNums-item::before {
    top: -3px;
    left: 5%;
  }
  .stepNums .stepNums-item::after {
    top: 28px;
    left: 9%;
  }
  .service-title.position-relative::before {
    height: 18%;
  }
  .service-title.position-relative::after {
    left: 45.3%;
  }
  .service-title a.btn {
    width: 100%;
  }
}
.event-bg {
  border-radius: 50%/0px 0px 120px 120px;
}

#check {
  animation: nice 0.7s cubic-bezier(0.65, 0, 1, 1) forwards;
  /* stroke-dasharray: 0, 300px; */
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation-delay: 0.3s;
}

@keyframes nice {
  /* from {
    stroke-dasharray: 0, 300px;
  }
  to {
    stroke-dasharray: 300px, 300px;
  } */
  100% {
    stroke-dashoffset: 0;
  }
}
.fail_x {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: fail 0.5s cubic-bezier(0.65, 0, 1, 1) forwards;
}

@keyframes fail {
  100% {
    stroke-dashoffset: 0;
  }
}
.signer-mode .mode-choose {
  display: inline-flex;
  font-weight: 400;
  color: #7B7B7B;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  min-width: 95%;
  transition: all 0.1s ease-in-out;
}
.signer-mode .mode-choose:hover {
  border-color: #2F3DFF;
}
.signer-mode .mode-choose label {
  cursor: pointer;
}
.signer-mode .mode-choose p {
  color: #707070;
}
.signer-mode .mode-choose.active {
  border-color: #2F3DFF;
  background-color: rgba(205, 230, 255, 0.3);
}
.signer-mode .mode-choose.active:hover {
  border-color: #2F3DFF;
}
.signer-mode .mode-choose.active p, .signer-mode .mode-choose.active i.bi {
  color: #2F3DFF;
}

@media (max-width: 575.98px) {
  .signer .mode-choose {
    min-width: 300px;
  }
}
#timeline-box .timeline-1 {
  border-left: 3px solid #2F3DFF;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #f9f9f9;
  position: relative;
  list-style: none;
}
#timeline-box .timeline-1 .event {
  border-bottom: 1px dashed #0a0d36;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
#timeline-box .timeline-1 .event::before, #timeline-box .timeline-1 .event::after {
  position: absolute;
  display: block;
}
#timeline-box .timeline-1 .event:before {
  left: -115px;
  top: 18px;
  content: attr(data-date);
  font-weight: 300;
}
#timeline-box .timeline-1 .event:after {
  box-shadow: 0 0 0 3px #2F3DFF;
  left: -53.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 24px;
}
#timeline-box .timeline-1 .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

@media (max-width: 767px) {
  #timeline-box .timeline-1 {
    padding: 25px;
  }
  #timeline-box .timeline-1 .event {
    padding-top: 30px;
  }
  #timeline-box .timeline-1 .event:before {
    top: 17px;
    left: 0px;
  }
  #timeline-box .timeline-1 .event:after {
    left: -29.8px;
  }
}
.en-box .h-menu li a {
  font-weight: 400;
}
.en-box .h-menu li a:hover {
  color: #121761;
}
.en-box .h-menu .cta-regist:hover {
  color: #fff;
}
.en-box .h-switch-lang .switch-menu li a:hover {
  color: #2F3DFF;
}
.en-box .plan-header p {
  height: 180px;
  font-size: 0.9rem;
}
.en-box .projectlanding .planbox {
  background-image: linear-gradient(180deg, #fff 0, #fff 23%, #0a0d36 0, #0a0d36);
}
.en-box .projectlanding .plan-header p {
  height: 100px;
}
.en-box .bizlawyer-text h1 span {
  margin-left: 1rem;
}
.en-box .clm-main-svg {
  left: 36%;
}
.en-box .clm-main-text .text04,
.en-box .clm-main-text .text05 {
  left: 1%;
}
.en-box .clm-main-text .text06 {
  left: 14%;
}
.en-box #clm_menu li:nth-child(3) {
  right: -11%;
}
.en-box #clm_menu li:nth-child(5) {
  left: 37%;
  bottom: 2%;
}
.en-box #clm_menu li:nth-child(6) {
  left: -3%;
}
.en-box #clm_menu li:nth-child(7) {
  left: -10px;
}
.en-box #clm_menu li:nth-child(8) {
  left: -5%;
}
.en-box .index-esg.clm-cta .bg_box {
  height: 770px;
}

.en-box.index-wrap h1 {
  letter-spacing: 0.02rem;
}
.en-box.index-wrap p {
  letter-spacing: 0.01rem;
  font-size: initial;
}/*# sourceMappingURL=main.css.map */