@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0;
}

h2,
h3,
h4,
h5,
p {
  margin: 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box;
}

.w-md-50 {
  width: 50%;
}

br.br {
  display: none;
}

/* * {
  border: 1px solid #f1f1f1;
} */

main {
  height: auto;
  width: 100%;
  overflow: hidden;
}

main .banner {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url("/img/index/index_banner_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .banner .banner-content {
  padding: 0px 20px;
  color: #0078b3;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

main .banner .banner-content h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.4;
}

main .banner .banner-content p {
  font-size: 20px;
}

main .banner .banner-img img {
  width: 100%;
}

main .container {
  width: 100%;
  color: #3c3e3f;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 60px 0; */
}

main .container h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #3c3e3f;
}

main .container .content-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

main .container.banner .content-box {
  max-width: 1200px;
}

main .s-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

main .container .content-box .s-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

/* solve */
main .solve .s-box .s-item {
  margin: 180px 0;
}

main .solve .s-box .s-item:last-of-type {
  margin-bottom: 220px;
}

main .solve .s-box .s-row {
  padding: 180px 0;
}

main .solve .s-box .s-item.container-full {
  max-width: 100%;
}

main .solve .s-box .s-item .s-content {
  position: relative;
  width: 55%;
  padding: 0 10px;

  margin-right: 60px;
  font-size: 20px;
  color: #3c3e3f;
  line-height: 1.75;
  font-weight: 300;
}

main .solve .s-box .s-item:nth-of-type(odd) .s-content::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -15%;
  background: url(/img/index/index_icon1.svg) no-repeat;
  background-size: 185px 185px;
  height: 185px;
  width: 185px;
}

main .solve .s-box .s-item .s-content h4 {
  position: relative;
  font-size: 44px;
  color: #3C3E3F;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

main .solve .s-box .s-item:nth-of-type(odd) .s-content > p {
  padding-right: 60px;
}

main .solve .s-box .s-item:nth-of-type(odd) .s-content > p::before {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -5%;
  background: url(/img/index/index_icon2.svg) no-repeat;
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
}

main .solve .s-box .s-item:nth-of-type(even) {
  background: url(/img/index/index_bg1.svg) no-repeat center;
  background-size: cover;
  margin: 0;
}

main .solve .s-box .s-item:nth-of-type(even) .s-content {
  order: 2;
  color: #0078b3;
}

main .solve .s-box .s-item:nth-of-type(even) .s-content h4 {
  color: #0078b3;
}

main .solve .s-box .s-item:nth-of-type(even) .s-content {
  margin-right: 0;
  margin-left: 60px;
}

main .solve .s-box .s-item .img-box {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .solve .s-box .s-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* box-shadow: 0 35px 50px -6px hsl(0deg 0% 75% / 15%); */
}

main .solve .s-box .s-item:nth-of-type(even) .img-box {
  order: 1;
}

main .solve .s-box .s-item .img-box .phone-bg {
  position: absolute;
  background: url(/img/line/line_video1_bg.svg) no-repeat left;
  height: 650px;
  width: 650px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

main .solve .s-box .s-item .btn-try {
  background-image: linear-gradient(87deg, #82D3F1, #1CAEE6);
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
}

main .solve .s-box .s-item .btn-try:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

main .solve .s-box .s-item .img-box .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* solve */

/* support */
main .support {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 300px 0 150px;

  background: url(/img/index/index_bg2.svg) no-repeat top;
  background-size: cover;
}

main .support::before {
  content: "";
  position: absolute;
  background: url(/img/index/index_bg3.png) no-repeat center;
  background-size: cover;
  height: 900px;
  width: 100vw;
  background-position: 20% 0;
}

main .support .s-box .s-item .s-content {
  position: relative;
  width: 40%;
  padding: 0 10px;

  font-size: 20px;
  color: #0078b3;
  line-height: 1.75;
  font-weight: normal;

  order: 2;
}

main .support .s-box .s-item .s-content::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -18%;
  background: url(/img/index/index_icon3.svg) no-repeat;
  background-size: 300px 300px;
  height: 300px;
  width: 300px;
}


main .support .s-box .s-item .s-content .s-part {
  margin-bottom: 100px;
}

main .support .s-box .s-item .s-content .s-part:last-of-type {
  margin-bottom: 0;
}

main .support .s-box .s-item .s-content .s-part:first-of-type h4 {
  margin-bottom: 0;
}

main .support .s-box .s-item .s-content h3 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}

main .support .s-box .s-item .s-content h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

main .support .s-box .s-item .img-box {
  position: relative;
  width: 60%;
  min-height: 900px;
  /* background: #D8D8D8; */
  display: flex;
  justify-content: center;
  align-items: center;
}

main .support .s-box .s-item .img-box::before {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 2%;
  background: url(/img/index/index_icon4.svg) no-repeat;
  background-size: 185px 185px;
  height: 185px;
  width: 185px;
}

/* support */

@media screen and (max-width: 768px) {
  .w-md-50 {
    width: 100%;
  }

  br.br {
    display: block;
  }

  /* main {
    margin-top: 50px;
  } */

  main .banner {
    height: 620px;
    background-image: url("/img/index/index_banner_bg_mb.png");
    overflow: hidden;
  }

  main .container.banner {
    padding: 130px 20px 0;
    /* margin-bottom: 65px; */
  }

  main .banner .banner-content {
    text-align: center;
    padding: 0;
  }

  main .banner .banner-content h1 {
    font-size: 24px;
  }

  main .banner .banner-content p {
    font-size: 16px;
  }

  main .container {
    /* padding: 0 2vw; */
    padding: 0;
  }

  main .container .content-box {
    display: block;
  }

  /* solve */
  main .solve .s-box .s-item,
  main .solve .s-box .s-row {
    display: block;
  }


  main .solve .s-box .s-item {
    margin: 130px 0 80px;
    padding: 0px 4vw;
  }

  main .solve .s-box .s-row {
    padding: 0;
  }

  main .solve .s-box .s-item .s-content {
    width: 100%;
    font-size: 16px;
    margin-bottom: 100px;
  }

  main .solve .s-box .s-item:nth-of-type(even) {
    padding: 80px 4vw;
    margin-bottom: 80px;
  }

  main .solve .s-box .s-item:nth-of-type(even) .s-content {
    margin-left: 0;
  }

  main .solve .s-box .s-item:nth-of-type(odd) .s-content::before {
    background-size: 125px 125px;
    height: 125px;
    width: 125px;
  }

  main .solve .s-box .s-item .s-content h4 {
    font-size: 22px;
    margin-bottom: 50px;
  }

  main .solve .s-box .s-item:nth-of-type(odd) .s-content > p {
    padding-right: 0;
  }

  main .solve .s-box .s-item:nth-of-type(odd) .s-content > p::before {
    display: none;
  }

  main .solve .s-box .s-item .btn-try {
    padding: 10px 15px;
    margin-top: 15px;
  }

  main .solve .s-box .s-item .img-box {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }

  /* solve */

  /* support */
  main .support {
    background: url(/img/index/index_bg2_mb.svg) no-repeat top;
  }

  main .support::before {
    background: none;
  }

  main .support .s-box .s-item {
    display: block;
    margin-top: 220px;
  }

  main .support .s-box .s-item .s-content,
  main .support .s-box .s-item .img-box {
    width: 100%;
  }


  main .support .s-box .s-item .s-content::before {
    top: -25%;
    right: 5%;
    background-size: 250px 250px;
    height: 250px;
    width: 250px;
  }

  main .support .s-box .s-item .s-content .s-part {
    padding: 0 4vw;
  }

  main .support .s-box .s-item .s-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .support .s-box .s-item .s-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  main .support .s-box .s-item .s-content p {
    font-size: 16px;
  }

  main .support .s-box .s-item .img-box {
    margin-top: 100px;
    min-height: 350px;
    background: url(/img/index/index_bg3.png) no-repeat left;
    background-size: cover;
  }

  main .support .s-box .s-item .img-box::before {
    display: none;
  }

  /* support */
}

/*# sourceMappingURL=index.css.map */