@charset "UTF-8";
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes floatingY {
  0% {
    transform: translate3d(0, 2.5%, 0);
  }
  50% {
    transform: translate3d(0, -2.5%, 0);
  }
  100% {
    transform: translate3d(0, 2.5%, 0);
  }
}
@keyframes floatingX {
  0% {
    transform: translate3d(2.5%, 0, 0);
  }
  50% {
    transform: translate3d(-2.5%, 0, 0);
  }
  100% {
    transform: translate3d(2.5%, 0, 0);
  }
}
@keyframes marquee01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}
@keyframes marquee02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1300px, 0, 0);
  }
}
@keyframes swing {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(-6px, 0, 0);
  }
  10% {
    transform: translate3d(6px, 0, 0);
  }
  15% {
    transform: translate3d(-4px, 0, 0);
  }
  20% {
    transform: translate3d(4px, 0, 0);
  }
  25% {
    transform: translate3d(-2px, 0, 0);
  }
  30% {
    transform: translate3d(2px, 0, 0);
  }
  35% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes backgroundVol02 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 240px 10%;
  }
  100% {
    background-position: 480px 0;
  }
}
@keyframes floatS {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatShadow {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
/*--------------------------------------------*/
body {
  font-family: "myriad-pro-semiextended", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
}

.g_header {
  background-color: #003a3f;
}
.g_header .header_menu {
  position: relative;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_item {
  font-size: 1.125em;
}
.g_header .nav-link {
  color: #93ea20;
}
.g_header .nav-link:hover {
  color: #fcee21;
}
.g_header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 28px;
}

.theme_lines {
  position: relative;
  width: 100%;
  height: 1em;
  font-size: 12px;
}
.theme_lines span {
  position: absolute;
  top: 0;
  border-radius: 0.5em;
  height: 1em;
}
.theme_lines .l1 {
  left: 0;
  z-index: 2;
  width: calc(76% + 1em);
  margin-left: -0.5em;
  background-color: #00aa83;
  background-image: linear-gradient(90deg, #008686, #00aa83, #fcee21);
}
.theme_lines .l2 {
  left: 76%;
  z-index: 1;
  width: calc(14% + 1em);
  margin-left: -0.5em;
  background-color: #93ea20;
}
.theme_lines .l3 {
  left: 90%;
  z-index: 2;
  width: calc(10% + 1em);
  margin-left: -0.5em;
  background-color: #008686;
}

.all_wrap {
  overflow: hidden;
}

.ly_sty {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sc_title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.sc_title .tit {
  color: #005f4b;
  display: inline-block;
}
.sc_title .tit .zh {
  padding: 0 1em;
  font-size: 2em;
  font-weight: 700;
}
.sc_title .tit .sup {
  font-size: 1.25em;
}
.sc_title .sup_link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  color: #00AC34;
}
.sc_title .sup_link::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #00AC34;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.sc_title .theme_lines {
  margin: 10px auto 30px;
  max-width: 360px;
  width: 80%;
  font-size: 6px;
}

.kv_wrap {
  margin-top: 60px;
}
.kv_wrap .d_kv {
  position: relative;
  height: calc(100vh - 60px);
}
.kv_wrap .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: center/cover no-repeat;
}
.kv_wrap .logo {
  position: absolute;
  z-index: 2;
  left: 6.25%;
  top: 11.1111111111%;
  width: 16.6666666667%;
  height: 5.5555555556%;
}
.kv_wrap .tit {
  position: absolute;
  z-index: 2;
  left: 6.25%;
  top: 28.7037037037%;
  width: 37.5%;
  height: 29.6296296296%;
}
.kv_wrap .tit img:nth-child(2) {
  margin-top: 50px;
}
.kv_wrap .tit img:nth-child(3) {
  margin-top: 20px;
}

.sc_active {
  position: relative;
  z-index: 2;
  margin: 0 auto 60px;
  border-radius: 10px;
  width: 96%;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.19);
}
.sc_active .sc_title .tit {
  letter-spacing: -0.02em;
}

.section1_block {
  padding: 60px 30px 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0));
}
.section1_block .sc_title .tit {
  color: #003a3f;
}
.section1_block .active_intro {
  padding-right: 30px;
  font-size: 1.25em;
  line-height: 36px;
}
.section1_block .active_intro p {
  line-height: 1.5;
}
.section1_block .active_intro a {
  color: #005f4b;
  text-decoration: underline;
}
.section1_block .active_intro a:hover {
  color: #93ea20;
}
.section1_block .active_icon_tit {
  font-size: 1.25rem;
  color: #005f4b;
  font-weight: 700;
}
.section1_block .item {
  border-radius: 10px;
  margin: 10px 0;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.19);
}
.section1_block .item .icon {
  fill: #fdc400;
  margin-right: 20px;
}
.section1_block .item .icon svg {
  width: 56px;
  height: 64px;
}
.section1_block .item .tit {
  font-size: 1.125rem;
  color: #005f4b;
}

.section2_block {
  padding: 40px 30px 60px;
  background-image: linear-gradient(180deg, #001d2a 20.87%, #00212c 30.48%, #002d33 46.02%, #00413e 50.5%, #004a43 51.99%, #005449 61.31%, #006f58 78.69%, #007b5f 81.37%, #00d196);
}
.section2_block .sc_title .tit {
  color: #fff;
}
.section2_block .part_tit {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.global_content .items {
  display: flex;
  margin: 0 -10px;
}
.global_content .item {
  flex: 1 0 33.33%;
  padding: 0 10px;
}
.global_content .item .wrap {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 1.125rem 1.5rem;
}
.global_content .item .icon {
  margin-right: 1.25rem;
  fill: none;
  stroke: #fdc400;
  width: 40px;
}
.global_content .item .main {
  font-size: 2rem;
  font-weight: 700;
  color: #fdc400;
  line-height: 1;
}
.global_content .item .sub {
  margin-top: 0.125rem;
  font-size: 1.25rem;
  color: #fff;
}

@keyframes a1 {
  0% {
    transform: rotate(90deg);
  }
  49.99% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-115deg);
  }
  100% {
    transform: rotate(-245deg);
  }
}
@keyframes a2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a {
  0% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  49.99% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  50% {
    width: 400px;
    border-radius: 0;
  }
  100% {
    width: 400px;
    border-radius: 0;
  }
}
.enterprise_content .items {
  padding-right: 20%;
}
.enterprise_content .item {
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29);
  line-height: 1.1;
}
.enterprise_content .item .number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #999;
}
.enterprise_content .item .text {
  margin-top: 0.25rem;
  color: #005f4b;
}
.enterprise_content .item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 90%);
}
.enterprise_content .chart .wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
.enterprise_content .chart .wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97.5%;
  height: 97.5%;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}
.enterprise_content .chart .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  overflow: hidden;
}
.enterprise_content .chart .circle::before, .enterprise_content .chart .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
  border-style: solid;
  border-color: #fdc400;
  border-width: 20px 20px 0;
  border-radius: 200px 200px 0 0;
  transform-origin: 200px 200px;
}
.enterprise_content .chart .circle:before {
  z-index: 1;
  transform: rotate(90deg);
}
.enterprise_content .chart .circle:after {
  opacity: 0;
  z-index: 2;
  transform: rotate(-90deg);
}
.enterprise_content .chart .text {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.enterprise_content .chart .text .main_num {
  line-height: 1;
  text-align: center;
}
.enterprise_content .chart .text .main_num span {
  display: inline-block;
  vertical-align: top;
}
.enterprise_content .chart .text .main_num span:first-child {
  font-size: 8rem;
  font-weight: 700;
}
.enterprise_content .chart .text .main_num span:last-child {
  margin-top: 1.5rem;
  font-size: 3rem;
}
.enterprise_content .chart .text .sup_txt {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
}
.enterprise_content.anied .chart .circle {
  animation: a 1200ms linear forwards;
}
.enterprise_content.anied .chart .circle:before {
  animation: a1 1200ms linear forwards;
}
.enterprise_content.anied .chart .circle:after {
  animation: a2 1200ms linear forwards;
}

.section3_block {
  padding: 40px 30px 60px;
}
.section3_block .items {
  font-size: 2rem;
  color: #00b336;
}
.section3_block .items .item {
  padding: 10px 0;
}
.section3_block .items .item:nth-child(2n) {
  color: #005f4b;
}

.section4_block {
  background-color: #f8f8f9;
  padding: 60px 2vw;
}

.sc_form .parag,
.sc_form .point_list {
  max-width: 800px;
  margin: 0 auto;
}
.sc_form .parag {
  font-size: 1.25em;
}
.sc_form .parag strong {
  color: #005f4b;
  line-height: 1.8;
}
.sc_form .point_list {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 1.5em;
}
.sc_form .point_list::before, .sc_form .point_list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 24px;
  width: 30px;
  height: calc(100% - 64px);
  border: 2px solid #00a583;
}
.sc_form .point_list::before {
  left: 15px;
  border-right-width: 0;
}
.sc_form .point_list::after {
  right: 10px;
  border-left-width: 0;
}
.sc_form .point_list .tit,
.sc_form .point_list .item,
.sc_form .point_list .cta {
  position: relative;
  z-index: 2;
}
.sc_form .point_list .tit {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 700;
  color: #00a583;
}
.sc_form .point_list .item {
  border-radius: 22px;
  margin-top: 0.5em;
  padding: 2px;
  background: linear-gradient(90deg, #008686, #00aa83, #fcee21);
  font-size: 1.25em;
  line-height: 1.1;
}
.sc_form .point_list .item .txt {
  border-radius: 20px;
  padding: 0.75em 2em;
  min-width: 60%;
  text-align: center;
  background-color: #fff;
}
.sc_form .point_list .item:nth-child(3) {
  background: linear-gradient(-90deg, #008686, #00aa83, #fcee21);
}
.sc_form .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  background: linear-gradient(132deg, #00aa83, #008686, #003a3f);
  color: #fff;
  font-size: 1.625em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_form .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.sc_form .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 10px;
  margin-top: 6px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_form .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.modal .modal-body {
  padding: 30px;
}
.modal .form_tit {
  text-align: center;
  margin-bottom: 20px;
}
.modal .form_tit .h2 span {
  font-weight: 700;
  color: #005f4b;
}
.modal .form_tit .tip {
  margin-top: 6px;
  color: red;
}
.modal .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  background: linear-gradient(132deg, #00aa83, #008686, #003a3f);
  color: #fff;
  font-size: 1.625em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.modal .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.modal .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 10px;
  margin-top: 6px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.modal .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.sc_gifts {
  padding-top: 40px;
}
.sc_gifts .sc_title {
  margin-top: 1em;
}
.sc_gifts .sc_title .theme_lines {
  margin-bottom: 0;
}
.sc_gifts .gift_tit {
  color: #343434;
  font-size: 1.5em;
  text-align: center;
}
.sc_gifts .gift_tit span {
  color: #39b54a;
}
.sc_gifts .gift_tit .main {
  color: #003a3f;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid currentColor;
}
.sc_gifts .text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2;
}
.sc_gifts .gift_name {
  font-size: 1.75em;
}
.sc_gifts .gift_name > span {
  margin-left: 0.5rem;
}
.sc_gifts .gift_name > span:first-child {
  margin-left: 0;
}
.sc_gifts .gift_name .brand {
  color: #00a583;
  font-weight: 700;
}
.sc_gifts .gift_name .name {
  color: #005f4b;
  font-weight: 700;
}
.sc_gifts .gift_name .sub {
  position: relative;
  top: -5px;
  border: 1px solid currentColor;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 0.875rem;
  color: #00b336;
}
.sc_gifts .img {
  border-radius: 10px;
  background-color: #fff;
  width: 280px;
  margin: 10px auto 0;
  padding: 10px;
  overflow: hidden;
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
}

.sc_infomation {
  padding: 50px 5%;
  background-color: #005f4b;
}
.sc_infomation .g_whitebk,
.sc_infomation .g_hotvd {
  position: relative;
  padding: 40px 25px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  overflow: hidden;
}
.sc_infomation .g_whitebk .theme_lines,
.sc_infomation .g_hotvd .theme_lines {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc_infomation .g_case {
  padding-bottom: 20px;
}
.sc_infomation .g_case .sc_title .tit {
  color: #93ea20;
  text-shadow: none;
}
.sc_infomation .g_case .item {
  position: relative;
}
.sc_infomation .g_case .item:hover .img::after {
  opacity: 0.5;
}
.sc_infomation .g_case .item:hover .img img {
  transform: scale(1.05);
}
.sc_infomation .g_case .img {
  position: relative;
  overflow: hidden;
}
.sc_infomation .g_case .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #003a3f;
  opacity: 0;
  transition: opacity 300ms;
}
.sc_infomation .g_case .img img {
  position: relative;
  z-index: 1;
  transition: transform 300ms;
}
.sc_infomation .g_case .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 3em 1em 1em;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
}
.sc_infomation .g_hotvd {
  margin-top: 15px;
}
.sc_infomation .sc_title {
  margin-top: 0;
  margin-bottom: 20px;
}
.sc_infomation .sc_title .tit {
  text-shadow: 2px 2px 0 #fff;
}
.sc_infomation .item {
  position: relative;
  display: block;
  line-height: 1.4;
  transition-property: background, color, border;
}
.sc_infomation .item .name {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  text-decoration: underline;
}
.sc_infomation .item .info {
  margin-top: 0.5em;
  line-height: 1.4;
}
.sc_infomation .item .info ul {
  padding-left: 1.5em;
  margin: 10px 0;
}
.sc_infomation .item .info ul li {
  margin: 3px 0;
}
.sc_infomation .item:hover {
  color: #005f4b;
  border-color: #003a3f;
  text-decoration: none;
}
.sc_infomation .g_whitebk .item {
  border-radius: 10px;
  padding: 20px;
  padding-left: 100px;
  transition: background 200ms;
}
.sc_infomation .g_whitebk .item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  background: center/contain no-repeat;
  background-image: url("img/ic_whb.svg");
}
.sc_infomation .g_whitebk .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.sc_infomation .g_hotvd .item {
  margin: 0 auto;
}
.sc_infomation .g_hotvd .item .img {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
}
.sc_infomation .g_hotvd .item img {
  transition: transform 200ms;
}
.sc_infomation .g_hotvd .item:hover img {
  transform: scale(0.96, 0.93);
}
.sc_infomation .g_hotvd .more_items {
  margin: 1rem 0;
}
.sc_infomation .g_hotvd .more_items .tit {
  margin: 0 auto;
  max-width: 240px;
}
.sc_infomation .g_hotvd .more_items a {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #005f4b;
  border-radius: 24px;
  padding: 0.5em 2em;
  font-size: 1.125em;
  text-align: center;
  overflow: hidden;
}
.sc_infomation .g_hotvd .more_items a span {
  position: relative;
  z-index: 2;
  color: #005f4b;
  transition: color 200ms 100ms;
}
.sc_infomation .g_hotvd .more_items a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms;
  background-color: #003a3f;
}
.sc_infomation .g_hotvd .more_items a:hover {
  text-decoration: none;
}
.sc_infomation .g_hotvd .more_items a:hover span {
  color: #fff;
}
.sc_infomation .g_hotvd .more_items a:hover::after {
  opacity: 1;
}
.sc_infomation .demo_items .item_wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sc_infomation .demo_items .item_wrap:nth-child(2n) .item {
  background-color: rgba(0, 95, 75, 0.7);
}
.sc_infomation .demo_items .item_wrap:nth-child(2n) .item::after {
  border-left-color: #fcee21;
}
.sc_infomation .demo_items .item {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  background-color: rgba(0, 95, 75, 0.9);
  height: 100%;
  overflow: hidden;
}
.sc_infomation .demo_items .item .title {
  position: relative;
  font-size: 1.125em;
  line-height: 1.2;
  color: #fff;
  min-height: 42px;
  left: 0;
  transition: left 300ms;
}
.sc_infomation .demo_items .item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 10px solid #93ea20;
  height: 100%;
  transition: left 300ms;
}
.sc_infomation .demo_items .item:hover::after {
  left: 0;
}
.sc_infomation .demo_items .item:hover .title {
  left: 6px;
}

.sc_event .col_wrap {
  padding: 10px;
}
.sc_event .evt_item {
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #93ea20;
  padding: 1rem;
  height: 100%;
  background-color: rgba(147, 234, 32, 0);
  font-size: 0;
  transition: background 100ms;
}
.sc_event .evt_item .date_block,
.sc_event .evt_item .text_block, .sc_event .evt_item::after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
.sc_event .evt_item .date_block {
  padding: 4px 4px 8px;
  width: 2.25em;
  background-color: #005f4b;
  line-height: 1;
  text-align: center;
}
.sc_event .evt_item .date_block .day {
  color: #fcee21;
  font-weight: 700;
  font-size: 1.25em;
}
.sc_event .evt_item .date_block .mon {
  color: #fff;
  font-size: 0.75em;
}
.sc_event .evt_item .text_block {
  position: relative;
  width: calc(100% - 4.5em);
  padding-left: 14px;
  padding-right: 10px;
  line-height: 1.2;
}
.sc_event .evt_item .text_block .tit {
  font-size: 0.875em;
}
.sc_event .evt_item .text_block .stit {
  margin-top: 6px;
  color: #005f4b;
  font-size: 1.125em;
  font-weight: 700;
}
.sc_event .evt_item::after {
  content: "";
  width: 2em;
  height: 100%;
  background: url("img/right.svg") center no-repeat;
  opacity: 0.1;
  transition: opacity 200ms;
}
.sc_event .evt_item:hover {
  background-color: rgba(147, 234, 32, 0.5);
  color: inherit;
}
.sc_event .evt_item:hover::after {
  opacity: 1;
}

.row_others .item {
  display: block;
  border-radius: 8px;
  margin: 10px 0;
  padding: 0.75em 1.5em;
  font-size: 1.33em;
  line-height: 1.25;
  border: 2px solid #000;
  height: 2.5em;
  box-sizing: content-box;
  transition-property: background, color;
  transition-duration: 300ms;
}
.row_others .news_wrap,
.row_others .article_wrap {
  padding: 0 15px;
}
.row_others .news_wrap .item {
  border-color: #005f4b;
  background-color: rgba(0, 95, 75, 0.1);
  color: #005f4b;
}
.row_others .news_wrap .item:hover {
  background-color: #005f4b;
  color: #fff;
  text-decoration: none;
}
.row_others .article_wrap .item {
  border-color: #00a583;
  background-color: rgba(0, 165, 131, 0.1);
  color: #00a583;
}
.row_others .article_wrap .item:hover {
  background-color: #00a583;
  color: #fff;
  text-decoration: none;
}

.sc_company {
  padding-bottom: 80px;
}
.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #003a3f;
  padding: 45px 60px;
}
.sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #93ea20;
}
.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
}
.sc_company .parag_wrap .parag a {
  color: #005f4b;
  text-decoration: underline;
}
.sc_company .parag_wrap .parag a:hover {
  color: #93ea20;
}
.sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.sc_company .company_tit .ti,
.sc_company .company_tit .nam {
  display: inline-block;
}
.sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid #003a3f;
  color: #003a3f;
}
.sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}

.line_wrap {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  background-color: #00b336;
}
.line_wrap .logo,
.line_wrap .text {
  display: inline-block;
  vertical-align: middle;
}
.line_wrap .logo img {
  height: 40px;
}
.line_wrap .text {
  margin-left: 1rem;
  font-size: 2em;
  line-height: 1.1;
  color: #fcee21;
  font-weight: 700;
}
.line_wrap .text div {
  padding: 0 6px;
  text-shadow: 0 1px 3px black;
}
.line_wrap .theme_lines {
  margin-top: 6px;
  font-size: 10px;
}
.line_wrap .qr_wrap {
  position: relative;
  width: 100px;
  margin-left: 10px;
}
.line_wrap .qr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .sc_infomation .wbk_items .item_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px 90px;
  }
  .sc_infomation .wbk_items .item_wrap .arw {
    position: absolute;
    top: 74px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #00AC34;
    border-left: 2px solid #00AC34;
    cursor: pointer;
    opacity: 0.4;
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_left {
    left: 50px;
    transform: rotate(-45deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_right {
    right: 50px;
    transform: rotate(135deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar-toggler {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navbar-toggler-icon {
    background-image: url("img/menu.svg");
  }

  .sc_title .tit .zh {
    padding: 0;
    line-height: 1.1;
  }
  .sc_title .tit .sup {
    margin-top: 0.5rem;
  }

  .sc_active {
    width: 100%;
    border-radius: 0;
  }

  .section1_block {
    padding: 40px 0;
  }
  .section1_block .active_intro {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
  }

  .section2_block {
    padding: 40px 0;
  }
  .section2_block .sc_title .tit .sup {
    padding: 0 30px;
  }

  .global_content .items {
    display: block;
  }
  .global_content .item {
    margin-bottom: 10px;
  }

  .enterprise_content .items {
    padding-right: 15px;
  }
  .enterprise_content .item::after {
    content: "";
    height: 0;
  }
  .enterprise_content .chart {
    margin-top: 20px;
    padding: 15px;
  }
  .enterprise_content .chart .wrap {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .enterprise_content .chart .circle {
    animation-name: none;
  }
  .enterprise_content.anied .chart .circle {
    width: 100%;
  }
  .enterprise_content.anied .chart .circle, .enterprise_content.anied .chart .circle::before, .enterprise_content.anied .chart .circle::after {
    animation-name: none;
  }
  .enterprise_content.anied .chart .circle::before, .enterprise_content.anied .chart .circle::after {
    width: 100%;
    height: 50%;
    transform-origin: 50% 100%;
  }
  .enterprise_content.anied .chart .circle::before {
    transform: rotate(115deg);
  }
  .enterprise_content.anied .chart .circle::after {
    opacity: 1;
  }

  .section3_block {
    padding: 40px 10px;
  }
  .section3_block .items {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .section3_block .item {
    line-height: 1.2;
  }

  .sc_form strong {
    display: block;
  }
  .sc_form .point_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc_form .point_list::before, .sc_form .point_list::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 24px;
    width: 20px;
    height: calc(100% - 64px);
    border: 2px solid #00a583;
  }
  .sc_form .point_list::before {
    left: -10px;
    border-right-width: 0;
  }
  .sc_form .point_list::after {
    right: -10px;
    border-left-width: 0;
  }
  .sc_form .point_list .tit {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .sc_form .point_list .item .txt {
    padding: 0.75em 1em;
  }
  .sc_form .main_button {
    padding: 1em 1.25em;
    font-size: 1.5em;
  }

  .sc_gifts {
    padding-top: 30px;
  }
  .sc_gifts .gift_name {
    text-align: center;
    line-height: 1.2;
  }
  .sc_gifts .gift_name > span {
    display: inline-block;
  }
  .sc_gifts .gift_name .sub {
    top: 0;
    display: inline-block;
    line-height: 1.5;
  }

  .main_content .sc_title .sup_link {
    position: static;
    text-align: right;
  }

  .sc_infomation .g_whitebk {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sc_infomation .wbk_items .item {
    padding: 20px;
  }
  .sc_infomation .wbk_items .item::after {
    left: 10px;
    width: 44px;
    height: 44px;
  }
  .sc_infomation .wbk_items .item .name {
    padding-left: 40px;
  }
  .sc_infomation .g_hotvd {
    margin-top: 40px;
  }
  .sc_infomation .g_hotvd .hvd_items .item {
    margin-bottom: 30px;
  }

  .row_others {
    padding-bottom: 40px;
  }
  .row_others .sc_news,
.row_others .sc_article {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row_others .sc_article {
    margin-top: 20px;
  }
  .row_others .item {
    height: auto;
  }

  .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .sc_company .company_tit {
    transform: translate(-50%, -65%);
  }
  .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 6px;
  }

  .line_wrap .qr_wrap {
    width: 100%;
    margin-left: 0;
  }
  .line_wrap .qr_wrap .qr {
    position: relative;
    width: 160px;
    margin: 20px auto;
  }
}