@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 200;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 48px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25%;
}

.slick-next {
  right: 25%;
}

a {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  color: #2d6a00;
  margin-bottom: 34px;
  letter-spacing: 0.03em;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  color: #2d6a00;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2d6a00;
  letter-spacing: 0.03em;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #2d6a00;
  margin-bottom: 16px;
}

h6 {
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

p {
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

li {
  line-height: 23px;
}

sub {
  color: #e43d2f;
}

br {
  display: block;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 500;
  }

  h4 {
    font-size: 18px;
    font-weight: 500;
  }

  h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
  }

  br {
    display: none;
  }
}

.wrap {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

nav .fixed-top {
  position: fixed;
  width: 100%;
  background-color: #2d6a00;
  z-index: 300;
  box-shadow: 0px 2px 8px #2d6a00;
}

nav .d-flex {
  justify-content: space-between;
  align-items: center;
}

nav .nav_menu-item {
  color: #fff;
  padding: 24px 12px;
  transition: background-color 0.5s;
}

nav .nav_menu-item:hover {
  background-color: #749734;
}

nav .nav-btn {
  background-color: #749734;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: 10px;
  transition: all 0.5s;
}

nav .nav-btn:hover {
  background-color: #d6ff97;
  color: #749734;
}

nav .nav_menuMobile {
  display: none;
}

header {
  background-image: url(../../assets/img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  height: 100vh;
}

header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  background-color: rgba(45, 106, 0, 0.8);
  letter-spacing: 0.03em;
  padding: 24px 54px;
  margin-top: 60vh;
}

.question {
  background-color: #2d6a00;
  color: #fff;
  font-weight: 500;
}

.question_container {
  margin: 0 75px;
  padding: 60px 0;
}

.question_list {
  margin-bottom: 56px;
  justify-content: space-between;
}

.question_list-item {
  width: 30%;
}

.question_list-item p {
  font-size: 20px;
  text-align: center;
  line-height: 29px;
}

.question_list-item .dialog {
  position: relative;
  margin-top: 3px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question_list-item .dialog h3 {
  position: absolute;
  z-index: 1;
  top: 45%;
}

.question_content {
  margin: 0 170px;
}

.intro {
  background-color: #f2f7eb;
}

.intro_container {
  margin: 0 176px;
  padding: 50px 0px;
}

.intro p {
  margin-bottom: 20px;
}

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

.intro .resource a:hover {
  text-decoration: underline;
}

.service_container {
  margin: 0 130px;
  padding: 60px 0;
}

.service_content {
  align-items: center;
  justify-content: space-between;
}

.service_content img {
  width: 48%;
}

.service_content-list {
  width: 48%;
}

.service_content-list p {
  margin-bottom: 44px;
}

.service_content-list li {
  margin-top: 35px;
}

.service_content-list li h4 {
  margin-bottom: 5px;
}

.service_content-list li p {
  margin-bottom: 0px;
}

.getReport {
  background-color: #f2f7eb;
}

.getReport_container {
  padding: 28px 0;
  margin: 0 40px;
  align-items: center;
  justify-content: space-between;
}

.getReport_content {
  width: 42%;
  text-align: center;
}

.getReport_content h2 {
  margin-bottom: 16px;
}

.getReport_content p {
  margin-bottom: 48px;
}

.getReport_content a {
  background-color: #2d6a00;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 16px 36px;
  transition: background-color 0.5s;
}

.getReport_content a:hover {
  background-color: #749734;
}

.getReport img {
  width: 54%;
}

.feature_container {
  padding: 60px 0;
  margin: 0 120px;
}

.feature h2 {
  margin-bottom: 16px;
}

.feature h2 br {
  display: none;
}

.feature_intro,
.feature h6 {
  margin: 0 145px;
  margin-bottom: 16px;
}

.feature_content {
  justify-content: space-between;
  margin-bottom: 30px;
}

.feature_content-item {
  width: 30%;
  text-align: center;
}

.feature_info {
  background-color: #749734;
  color: #fff;
  border-radius: 10px;
  padding: 26px 118px;
  margin: 0 90px;
}

.feature_dec {
  width: 90px;
  height: 3vw;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  position: absolute;
  left: 47%;
}

.advantage {
  background-color: #e5f5f1;
}

.advantage_container {
  padding: 70px 0 30px 0;
  margin: 0 80px;
}

.advantage h2 {
  color: #0096a4;
  margin-bottom: 43px;
}

.advantage_info {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.advantage_info-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.advantage_info-item h5 {
  color: #0096a4;
  margin-bottom: 6px;
}

.advantage_info .w-sm {
  width: 32%;
}

.advantage_info .w-lg {
  width: 49%;
}

.advantage_dec {
  background-color: #0096a4;
  height: 1px;
  width: 100%;
  margin-bottom: 80px;
}

.advantage_dec-triangle {
  width: 90px;
  height: 3vw;
  background-color: #0096a4;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  position: absolute;
  left: 47%;
}

.advantage_content {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 100px;
}

.advantage_content img {
  width: 50%;
}

.advantage_content-intro {
  width: 45%;
}

.advantage_content-intro h2 {
  text-align: left;
  margin-bottom: 20px;
}

.advantage_content-intro h3 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.advantage_content-intro .text {
  font-size: 8px;
  line-height: 13px;
  margin-left: -65px;
  margin-top: -42px;
  transform: scale(0.7);
}

.advantage_content-intro p {
  font-size: 8px;
  line-height: 13px;
  margin-bottom: 4px;
}

.AIintro_container {
  padding: 60px 0;
  margin: 0 144px;
}

.AIintro_container p {
  margin-bottom: 24px;
}

.AIintro h2 br {
  display: none;
}

.AIintro_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AIintro_imgMain {
  width: 50%;
}

.AIintro_imgList {
  width: 45%;
  display: flex;
  justify-content: center;
}

.AIintro_imgList-item .text{
  text-align: center;
}

.keyPoint {
  background-color: #f2f7eb;
}

.keyPoint_container {
  padding: 60px 0;
  margin: 0 98px;
}

.keyPoint_content {
  flex-wrap: wrap;
  justify-content: space-between;
}

.keyPoint_content-item {
  width: 45%;
  margin-bottom: 40px;
}

.keyPoint_content-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.AIplan_container {
  padding: 50px 0;
  margin: 0 72px;
}

.AIplan h2 {
  color: #0096a4;
}

.AIplan h2 br {
  display: none;
}

.AIplan_intro {
  margin: 0 120px 50px 120px;
}

.AIplan_content {
  justify-content: space-between;
  align-items: center;
}

.AIplan_content img {
  width: 48%;
}

.AIplan_content ul {
  width: 48%;
  margin-bottom: -30px;
}

.AIplan_content ul li {
  margin-bottom: 30px;
  list-style-type: disc;
}

.AIplan_content ul li::marker {
  color: #0096a4;
  font-size: 15px;
}

.AIexperience {
  padding: 60px 0;
  background-color: #f0f3f5;
}

.AIexperience h2 {
  margin-bottom: 60px;
}

.AIexperience h2 br {
  display: none;
}

.AIexperience p {
  color: #2d6a00;
  text-align: center;
  margin-top: 55px;
}

.AIexperience p a {
  color: #2d6a00;
  text-decoration: underline;
}

.AIexperience_slick {
  padding: 0 15px;
}

.AIexperience_slick:after,
.AIexperience_slick .Head:after {
  content: "";
  display: block;
  clear: both;
}

.AIexperience_slick .Arrows {
  float: right;
}

.AIexperience_slick .Slick-Next,
.AIexperience_slick .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.AIexperience_slick .Slick-Next:hover,
.AIexperience_slick .Slick-Prev:hover {
  background: #33687a;
}

.AIexperience_slick .Slick-Next:before {
  content: "\f105";
}

.AIexperience_slick .Slick-Prev:before {
  content: "\f104";
}

.AIexperience_SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.slick-item {
  padding: 0 7.5px;
}

.slick-item .img-fill {
  height: 292px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.slick-item .img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
  /* height: auto; */
}

.slick-item .content {
  display: flex;
  background-color: #ffffff;
}

.slick-item .content .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: #000;
}

.slick-item .content .text h6 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.slick-item .content .text .logo {
  margin-bottom: 12px;
}

.slick-item .content .text li {
  margin-bottom: 2px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2d6a00;
}

.slick-track {
  margin-bottom: 10px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.dataCenter {
  background-color: #f2f7eb;
}

.dataCenter_container {
  padding: 60px 0;
  margin: 0 98px;
}

.dataCenter_content {
  margin: 0 86px 20px 86px;
}

.dataCenter_content p {
  margin-bottom: 22px;
}

.dataCenter h5 {
  color: #000;
  margin-bottom: 60px;
}

.dataCenter_list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.dataCenter_list-item {
  width: 46%;
  margin-bottom: 40px;
}

.dataCenter_list-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.solvePlan_container {
  padding: 60px 0;
}

.solvePlan h2 {
  margin-bottom: 5px;
}

.solvePlan h2 br {
  display: none;
}

.solvePlan h4 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 18px;
}

.solvePlan h4 br {
  display: none;
}

.solvePlan_img {
  margin-bottom: 58px;
}

.cloudReady {
  background-color: #f0f3f5;
}

.cloudReady_container {
  padding: 60px 0;
}

.cloudReady h2 {
  margin-bottom: 60px;
}

.cloudReady p {
  color: #2d6a00;
  text-align: center;
  margin-top: 20px;
}

.cloudReady p a {
  color: #2d6a00;
  text-decoration: underline;
}

.cloudReady_slick {
  padding: 0 15px;
}

.cloudReady_slick:after,
.cloudReady_slick .Head:after {
  content: "";
  display: block;
  clear: both;
}

.cloudReady_slick .Arrows {
  float: right;
}

.cloudReady_slick .Slick-Next,
.cloudReady_slick .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.cloudReady_slick .Slick-Next:hover,
.cloudReady_slick .Slick-Prev:hover {
  background: #33687a;
}

.cloudReady_slick .Slick-Next:before {
  content: "\f105";
}

.cloudReady_slick .Slick-Prev:before {
  content: "\f104";
}

.cloudReady_SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.gift {
  background-color: #2d6a00;
  padding: 40px 0;
  position: relative;
}

.gift h4 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-right: 130px;
  line-height: 42px;
}

.gift h4 span {
  color: #d6ff97;
  font-size: 30px;
  font-weight: 700;
}

.gift img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(185%, -70%);
}

.gift_dec {
  width: 90px;
  height: 3vw;
  background-color: #2d6a00;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  position: absolute;
  left: 47%;
}

.form_container {
  padding: 80px 0;
  margin: 0 220px;
}

.form h2 {
  margin-bottom: 12px;
}

.form_info {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px;
}

.form_required {
  color: #e43d2f;
}

.form-item {
  margin-bottom: 10px;
  width: 45%;
  align-items: center;
}

.form-item label {
  font-size: 16px;
  letter-spacing: 0.03em;
  width: 30%;
}

.form-item input,
.form-item select {
  border: 1px solid rgba(29, 28, 26, 0.3);
  border-radius: 4px;
  padding: 8px 10px;
  width: 70%;
  box-sizing: content-box;
}

.form_interest {
  margin-bottom: 38px;
}

.form_interest .d-flex {
  align-items: center;
}

.form_interest label {
  margin-right: 34px;
}

.form_interest-checkbox,
.form_preference-checkbox {
  border: 1px solid rgba(29, 28, 26, 0.3);
  border-radius: 2px;
  /* margin-right: 12px;
  transform: scale(1.5); */
  margin-right: 6px;
}

.form_interest-label,
.form_preference-label {
  line-height: 24px;
  margin-bottom: 14px;
  width:100%;
}

.form_preference .d-flex {
  align-items: flex-start;
}

.form p {
  margin-bottom: 16px;
}

.center {
  text-align: center;
  margin-top: 40px;
}

.form_statement {
  color: gray;
  margin: 12px 0px 0px 28px;
  font-size: 13px;
}

.form-btn {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  background-color: #2d6a00;
  padding: 12px 52px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s;
}

.form-btn:hover {
  background-color: #749734;
}

.toExperience {
  background-color: #749734;
  color: #fff;
  padding: 24px 0;
}

.toExperience .container {
  position: relative;
}

.toExperience p {
  text-align: center;
}

.toExperience p a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-left: 3px;
}

.toExperience p a:hover {
  text-decoration: underline;
}

.toExperience img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(525%, -50%);
}

footer {
  background-color: #2d6a00;
  padding: 50px;
}

footer .container {
  text-align: center;
}

footer img {
  display: block;
  margin: 0 auto;
}

.fixed-bottomRight {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  background-color: #749734;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #2d6a00;
  animation-name: fixed-bottomRight;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.fixed-bottomRight:hover {
  background-color: #2d6a00;
}

.fixed-bottomRight a {
  font-size: 28px;
  color: #fff;
  line-height: 36px;
}

@keyframes fixed-bottomRight {
  0% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .form_preference-checkbox2 {
    border: 1px solid rgba(29, 28, 26, 0.3);
    border-radius: 2px;
    /* margin-right: 12px;
    transform: scale(2.3); */
    margin-right: 6px;
  }

  .form_preference-checkbox3 {
    border: 1px solid rgba(29, 28, 26, 0.3);
    border-radius: 2px;
    /* margin-right: 12px;
    transform: scale(3.8); */
    margin-right: 6px;
  }


  nav .d-flex {
    justify-content: space-between;
    align-items: center;
  }

  nav .container {
    position: relative;
  }

  nav .nav_menu {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    z-index: 10;
    transition: max-height 0.5s;
    flex-wrap: wrap;
    background-color: #2d6a00;
  }

  nav .nav_menu-item {
    color: #fff;
    padding: 24px 12px;
    transition: background-color 0s;
  }

  nav .nav_menu-item:hover {
    background-color: #2d6a00;
  }

  nav .nav_menu li {
    width: 100%;
    text-align: center;
  }

  nav .nav_menu-item {
    color: #fff;
    padding: 16px 12px;
    transition: background-color 0.5s;
  }

  nav .nav_menu.mobileShow {
    max-height: 230px;
  }

  nav .nav-btn {
    margin-bottom: 16px;
  }

  nav .nav_menuMobile {
    display: block;
    color: #fff;
    font-size: 32px;
    margin: 10px;
  }

  header {
    background-attachment:local;
  }

  header h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding: 24px 32px;
  }

  header h1 br {
    display: block;
  }

  .question_container {
    margin: 0 20px;
  }

  .question_list {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .question_list-item {
    width: 100%;
    margin-bottom: 36px;
  }

  .question_list-item .dialog {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .question_list-item p {
    font-size: 18px;
    text-align: center;
    line-height: 29px;
  }

  .question_content {
    margin: 0 10px;
  }

  .intro_container {
    margin: 0 20px;
  }

  .intro p {
    margin-bottom: 12px;
  }

  .service_container {
    margin: 0 20px;
    padding: 60px 0;
  }

  .service_content {
    flex-direction: column;
  }

  .service_content img {
    width: 100%;
    margin-bottom: 20px;
  }

  .service_content-list {
    width: 100%;
  }

  .service_content-list p {
    margin-bottom: 24px;
  }

  .service_content-list li {
    margin-top: 24px;
  }

  .getReport_container {
    margin: 0 20px;
  }

  .getReport_content {
    width: 100%;
  }

  .getReport_content p {
    margin-bottom: 24px;
  }

  .getReport img {
    display: none;
  }

  .feature_container {
    margin: 0 20px;
  }

  .feature h2 br {
    display: block;
  }

  .feature_intro,
  .feature h6 {
    margin: 0 0px;
    margin-bottom: 20px;
  }

  .feature_content {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .feature_content-item {
    width: 100%;
    margin-bottom: 24px;
  }
  /* .feature_content-item .icon{
    width: 100px;
  } */

  .feature_info {
    padding: 26px 32px;
    margin: 0 0px;
  }

  .feature_dec {
    width: 15vw;
    height: 10vw;
    left: 43%;
  }

  .advantage_container {
    margin: 0 20px;
  }

  .advantage h2 {
    margin-bottom: 24px;
  }

  .advantage_info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }

  .advantage_info-item h5 {
    margin-bottom: 6px;
  }

  .advantage_info .w-sm {
    width: 92%;
  }

  .advantage_info .w-lg {
    width: 92%;
  }

  .advantage_dec {
    margin-bottom: 40px;
  }

  .advantage_dec-triangle {
    width: 15vw;
    height: 10vw;
    left: 43%;
  }

  .advantage_content {
    flex-direction: column-reverse;
    margin: 0 20px;
  }

  .advantage_content img {
    width: 100%;
    margin-top: -28px;
  }

  .advantage_content-intro {
    width: 100%;
  }

  .advantage_content-intro h2 br {
    display: block;
  }

  .advantage_content-intro h3 {
    margin-bottom: 10px;
  }

  .advantage_content-intro .text {
    margin-left: -50px;
  }

  .advantage_content-intro p {
    margin-bottom: 4px;
  }

  .AIintro_container {
    margin: 0 20px;
  }

  .AIintro h2 br {
    display: block;
  }

  .AIintro_content {
    flex-direction: column;
  }

  .AIintro_imgMain {
    width: 80%;
    margin-bottom: 20px;
  }

  .AIintro_imgList {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
  }

  .keyPoint_container {
    margin: 0 20px;
  }

  .keyPoint_content-item {
    width: 100%;
    margin-bottom: 32px;
  }

  .keyPoint_content-item h3 {
    margin-bottom: 2px;
  }

  .AIplan_container {
    margin: 0 20px;
  }

  .AIplan h2 br {
    display: block;
  }

  .AIplan_intro {
    margin: 0 0px 32px 0px;
  }

  .AIplan_content {
    flex-direction: column;
  }

  .AIplan_content img {
    width: 100%;
    margin-bottom: 20px;
  }

  .AIplan_content ul {
    width: 90%;
    margin-bottom: -30px;
  }

  .AIplan_content ul li {
    margin-bottom: 12px;
  }

  .AIexperience h2 {
    margin-bottom: 20px;
  }

  .AIexperience h2 br {
    display: block;
  }

  .slick-item {
    padding: 0 7.5px;
  }

  .slick-item .img-fill {
    height: 100%;
  }

  .slick-item .content {
    flex-direction: column;
  }

  .slick-item .content .text {
    height: 275px;
  }

  .dataCenter_container {
    margin: 0 20px;
  }

  .dataCenter_content {
    margin: 0 0px 20px 0px;
  }

  .dataCenter_content p {
    margin-bottom: 16px;
  }

  .dataCenter h5 {
    margin-bottom: 20px;
  }

  .dataCenter_list {
    flex-direction: column;
  }

  .dataCenter_list-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .dataCenter_list-item h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .solvePlan_container {
    margin: 0 20px;
  }

  .solvePlan h2 br {
    display: block;
  }

  .solvePlan h4 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 28px;
  }

  .solvePlan h4 br {
    display: block;
  }

  .solvePlan_img {
    margin-bottom: 20px;
  }

  .cloudReady_container {
    margin: 0 20px;
  }

  .cloudReady h2 {
    margin-bottom: 20px;
  }

  .cloudReady p {
    color: #2d6a00;
    text-align: center;
  }

  .cloudReady p a {
    color: #2d6a00;
    text-decoration: underline;
  }

  .cloudReady_cards {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .cloudReady_cards-item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 28px;
  }

  .cloudReady_cards-item .content {
    margin: 22px 0 22px 30px;
  }

  .gift {
    position: static;
  }

  .gift .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
  }

  .gift h4 {
    margin-right: 0px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .gift h4 span {
    font-size: 20px;
    font-weight: 500;
  }

  .gift img {
    position: static;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    width: 48%;
  }

  .gift_dec {
    width: 15vw;
    height: 10vw;
    left: 45%;
  }

  .form_container {
    margin: 0 20px;
  }

  .form_info {
    margin-bottom: 20px;
  }

  .form-item {
    width: 100%;
  }

  .form_interest {
    margin-bottom: 24px;
  }

  .form_interest .d-flex {
    margin-bottom: 14px;
  }

  .form_interest .d-flex-out {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_interest label {
    margin-right: 34px;
  }

  .form_statement {
    margin: 0px 0px 0px 28px;
  }

  .form_interest-label,
  .form_preference-label {
    line-height: 24px;
  }

  .form-btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.03em;
    background-color: #2d6a00;
    padding: 12px 52px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
  }

  .form-btn:hover {
    background-color: #749734;
  }

  .toExperience p a {
    font-size: 18px;
  }

  .toExperience img {
    left: 50%;
    top: 50%;
    transform: translate(255%, -25%);
  }

  footer {
    padding: 20px;
  }

  .fixed-bottomRight {
    width: 70px;
    height: 70px;
  }

  .fixed-bottomRight:hover {
    background-color: #2d6a00;
  }

  .fixed-bottomRight a {
    font-size: 20px;
    line-height: 26px;
  }

  .fixed-bottomRight a br {
    display: block;
  }
}

/*# sourceMappingURL=all.min.css.map */
