@charset "UTF-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.red {
  color: rgb(226, 71, 37);
}

/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline-offset: 0;
}
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  font-size: 18px;
}

body {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  color: #666;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

button {
  padding: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-height {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-box {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .content-box {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .content-box {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .content-box {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .content-box {
    width: 100%;
    padding: 0 8%;
  }
}

.margin-140 {
  margin-bottom: 140px;
}

.margin-80 {
  margin-bottom: 80px;
}

.margin-60 {
  margin-bottom: 60px;
}

.margin-30 {
  margin-bottom: 30px;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-10 {
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  line-height: 1.5rem;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

h1 {
  font-size: 42px;
  line-height: 2.7rem;
  color: #222;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  h1 {
    font-size: 34px;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.8rem;
  }
}

h2 {
  font-size: 34px;
  line-height: 2.5rem;
  color: #444;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  h2 {
    font-size: 28px;
    line-height: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 1.5rem;
    font-weight: 500;
  }
}

h3 {
  font-size: 34px;
  line-height: 2.5rem;
  color: #444;
}

h4 {
  font-size: 28px;
  line-height: 1.8rem;
  color: #444;
}

h5 {
  font-size: 24px;
  line-height: 1.8rem;
  color: #444;
}

h6 {
  font-size: 22px;
  line-height: 1.5rem;
}

b {
  font-weight: 500;
  color: inherit;
}

strong {
  font-weight: 600;
  color: inherit;
}

.tag {
  display: inline-flex;
  padding: 3px 11px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 1.3rem;
  color: #3447ed;
  margin: 8px 3px 0 0;
  font-weight: 400;
}
.tag:hover {
  cursor: pointer;
  background: rgba(52, 71, 237, 0.2);
}
@media all and (max-width: 767px) {
  .tag {
    font-size: 14px;
    padding: 2px 8px;
    margin: 5px 2px 0 0;
  }
}

.business {
  display: inline-flex;
  padding: 3px 11px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 1.3rem;
  color: #3447ed;
  margin: 8px 3px 0 0;
  font-weight: 400;
  color: #019267;
}
.business:hover {
  cursor: pointer;
  background: rgba(52, 71, 237, 0.2);
}
@media all and (max-width: 767px) {
  .business {
    font-size: 14px;
    padding: 2px 8px;
    margin: 5px 2px 0 0;
  }
}
.business:hover {
  background-color: rgba(1, 146, 103, 0.2);
}

.service {
  display: inline-flex;
  padding: 3px 11px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 1.3rem;
  color: #3447ed;
  margin: 8px 3px 0 0;
  font-weight: 400;
  color: #006778;
}
.service:hover {
  cursor: pointer;
  background: rgba(52, 71, 237, 0.2);
}
@media all and (max-width: 767px) {
  .service {
    font-size: 14px;
    padding: 2px 8px;
    margin: 5px 2px 0 0;
  }
}
.service:hover {
  background-color: rgba(0, 103, 120, 0.2);
}

.btn-red {
  padding: 10px 80px;
  background: rgb(226, 71, 37);
  color: #fff;
  font-size: 24px;
  line-height: 1.8rem;
  font-weight: 400;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .btn-red {
    font-size: 16px;
    line-height: 1.3rem;
    padding: 10px 50px;
    margin-right: 2%;
  }
}

.btn-gray {
  padding: 10px 80px;
  background: #a4acb7;
  color: #fff;
  font-size: 24px;
  line-height: 1.8rem;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .btn-gray {
    font-size: 16px;
    line-height: 1.3rem;
    padding: 10px 50px;
  }
}

.btn-down {
  padding: 10px 50px 10px 70px;
  margin-right: 10px;
  background-color: #a4acb7;
  font-size: 18px;
  line-height: 1.5rem;
  color: #fff;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .btn-down {
    padding: 10px 40px 10px 60px;
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .btn-down {
    width: 300px;
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.btn-down:hover {
  transition: 0.7s ease-in-out;
  background-color: rgb(226, 71, 37);
}

.btn-down img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .btn-down img {
    left: 20px;
  }
}

.btn-down:hover img {
  animation: motion 0.4s linear 0s infinite alternate;
}

@keyframes motion {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 4px;
  }
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 8.5rem;
  height: auto;
}
@media all and (max-width: 767px) {
  button.learn-more {
    width: 180px;
  }
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: rgba(95, 100, 106, 0.5);
  border-radius: 1.625rem;
  border: none !important;
}
@media all and (max-width: 767px) {
  button.learn-more .circle {
    width: 35px;
    height: 35px;
  }
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 6px;
  width: 1.05rem;
  height: 0.125rem;
  background: none;
}
@media all and (max-width: 767px) {
  button.learn-more .circle .icon.arrow {
    left: 3px;
  }
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0 0.75rem 2rem;
  margin: 0 0 0 1rem;
  color: rgba(95, 100, 106, 0.8);
  font-weight: 500;
  line-height: 0.8;
  text-align: left;
  text-transform: capitalize;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  button.learn-more .button-text {
    font-size: 16px;
    line-height: 1.3rem;
    line-height: 11px;
  }
}
@media all and (max-width: 767px) {
  button.learn-more .button-text {
    font-size: 16px;
    padding: 13px 0 13px 35px;
    line-height: 10px;
  }
}
button:hover .circle {
  width: 100%;
  background: rgba(95, 100, 106, 0.5);
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

::before,
::after {
  position: absolute;
  content: '';
}

.btn {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 120px;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .btn {
    margin-right: 5px;
  }
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 60px;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .btn span {
    font-size: 16px;
    padding: 10px 30px;
  }
}

/*--- btn-1 ---*/
.btn-1::before {
  background-color: rgb(226, 71, 37);
  transition: 0.3s ease-out;
}

.btn-1 span {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(226, 71, 37);
  transition: 0.2s 0.1s;
}

.btn-1 span:hover {
  color: rgb(226, 71, 37);
  transition: 0.2s 0.1s;
}

/*--- btn-2 ---*/
.btn-2::before {
  background-color: #a4acb7;
  transition: 0.3s ease-out;
}

.btn-2 span {
  color: rgb(255, 255, 255);
  border: 2px solid #a4acb7;
  transition: 0.2s 0.1s;
}

.btn-2 span:hover {
  color: #a4acb7;
  transition: 0.2s 0.1s;
}

/* 4. hover-filled-slide-right */
.btn.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}

/* Shared Icon Styles
-------------------------------------------------------------- */
.cssicon {
  transition: all 0.5s ease;
  border-radius: 0.1em;
  display: inline-block;
  height: 2em;
  width: 2em;
  /* adjust font size to scale */
  font-size: 24px;
}

.cssicon:focus {
  outline: none;
}

.cssicon span,
.cssicon span:before,
.cssicon span:after {
  border-radius: 0.025em;
  border: 0em solid #222;
  background-color: #222;
  height: 0.1em;
  display: block;
  transition: all 0.3s ease;
  transition-property: top, bottom, left, right, transform, border-radius;
}

.cssicon span {
  top: 1em;
  left: 0.5em;
  width: 1em;
  position: relative;
  background: transparent;
}

.cssicon span:after,
.cssicon span:before {
  content: '';
  position: absolute;
  width: 100%;
}

/* Individual Icon Styles
-------------------------------------------------------------- */
.plus span:before {
  transform: rotate(90deg);
}

.landing {
  height: auto;
}

.sec0 {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .sec0 {
    height: 560px;
    margin-bottom: 0;
  }
}

.landing .slider {
  height: 100%;
}

:root {
  --banner-height: 850px;
}

.banner {
  height: var(--banner-height);
  background-position: bottom right;
  background-size: cover;
  position: relative;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .banner {
    background-position: bottom center;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .banner {
    height: 650px;
    background-position: bottom center;
  }
}
@media all and (max-width: 767px) {
  .banner {
    height: 560px;
    background-position: bottom left;
  }
}

.banner1 {
  background-image: url('/asset/images/mainbannder1.png');
}
@media all and (max-width: 767px) {
  .banner1 {
    background-image: url('/asset/images/mainbanner1-mobile.png');
  }
}

.banner2 {
  background-image: url('/asset/images/mainbanner2.png');
}
@media all and (max-width: 767px) {
  .banner2 {
    background-image: url('/asset/images/mainbanner2-mobile.png');
  }
}

.banner3 {
  background-image: url('/asset/images/mainbanner3.png');
}
@media all and (max-width: 767px) {
  .banner3 {
    background-image: url('/asset/images/mainbanner3-mobile.png');
  }
}

.banner4 {
  background-image: url('/asset/images/mainbanner4.png');
}

.bx-viewport {
  height: 560px;
}

.bannertitle {
  width: 80%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .bannertitle {
    top: 30%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .bannertitle {
    width: 80%;
    top: 28%;
    left: 0;
    padding: 0 8%;
    transform: translate(0);
  }
}
@media all and (max-width: 767px) {
  .bannertitle {
    width: 100%;
    top: 21%;
    padding: 0 8%;
  }
}
.bannertitle h1 {
  font-size: 65px;
  line-height: 80px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .bannertitle h1 {
    font-size: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .bannertitle h1 {
    font-size: 38px;
    line-height: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .bannertitle h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.bannertitle h2 {
  font-size: 28px;
  line-height: 1.8rem;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .bannertitle h2 {
    font-size: 24px;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .bannertitle h2 {
    font-size: 18px;
    line-height: 1.5rem;
    line-height: 1.2rem;
  }
}
.bannertitle p {
  font-size: 18px;
  line-height: 1.5rem;
  margin-left: 3px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .bannertitle p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .bannertitle p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .bannertitle p.pagelinkBtn {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .bannertitle p > br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .bannertitle p > br {
    display: none;
  }
}

.sec0 .pagelinkBtn {
  margin-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec0 .pagelinkBtn {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .sec0 .pagelinkBtn {
    font-size: 14px;
    line-height: 1.2rem;
    margin-top: 20px;
  }
}

.bannerlogo {
  display: inline-block !important;
}

@media all and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 0;
  }
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15%;
  left: 50%;
  opacity: 0.3;
}
@media all and (max-width: 767px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    left: 40%;
    bottom: 14%;
  }
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
  color: #c5c6cb;
}
@media all and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction a:hover {
  color: white;
}

.sec1 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sec1 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec1 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    margin-bottom: 50px;
  }
}

.sec1-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.maintitle {
  text-align: center;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .maintitle {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .maintitle {
    text-align: left;
    margin-bottom: 30px;
  }
}
.maintitle h1 {
  font-size: 38px;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .maintitle h1 {
    font-size: 34px;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .maintitle h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.maintitle h1 br {
  display: none;
}
@media all and (max-width: 767px) {
  .maintitle h1 br {
    display: block;
  }
}
.maintitle p {
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .maintitle p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .maintitle p {
    font-size: 14px;
    line-height: 1.2rem;
    margin-bottom: 0;
  }
}

.imgbox {
  width: 46%;
  height: auto;
  overflow: hidden;
  border: 0;
  position: relative;
  background-size: cover;
  border-radius: 10px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .imgbox {
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .imgbox {
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
  }
}

.sol1 {
  background: url('/asset/images/solution1.jpg') no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol1 {
    background: url('/asset/images/solution1-tablet.png') no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .sol1 {
    background-position: left;
    background-size: cover;
  }
}

.sol2 {
  background: url('/asset/images/solution2.jpg') no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol2 {
    background: url('/asset/images/solution2-tablet.png');
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .sol2 {
    background-position: center;
    background-size: cover;
  }
}

.sol3 {
  background: url('/asset/images/solution3.jpg') no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol3 {
    background: url('/asset/images/solution3-tablet.png') no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .sol3 {
    background-position: center;
    background-size: cover;
  }
}

.sol4 {
  background: url('/asset/images/solution4.jpg');
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol4 {
    background: url('/asset/images/solution4-tablet.png');
  }
}
@media all and (max-width: 767px) {
  .sol4 {
    background-position: center;
  }
}

.imgbox img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.txtbox {
  width: 48%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .txtbox {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .txtbox {
    width: 100%;
  }
}
.txtbox h2 {
  font-size: 28px;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .txtbox h2 {
    font-size: 24px;
    line-height: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .txtbox h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 5px;
  }
}
.txtbox p {
  line-height: 1.5rem;
  color: #666;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .txtbox br {
    display: none;
  }
}

.txtwrap {
  width: 100%;
}

.link-wrap {
  margin-top: 25px;
  display: flex;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .link-wrap {
    margin-top: 10px;
    display: flex;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec1-content .imgbox {
    order: 1;
  }
}
@media all and (max-width: 767px) {
  .sec1-content .imgbox {
    order: 1;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec1-content .txtbox {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .sec1-content .txtbox {
    order: 2;
  }
}

.sec2 {
  width: 100%;
  background-image: url('/asset/images/casebg.png');
  background-size: cover;
  padding: 140px 0;
  height: auto;
  position: relative;
  margin-bottom: 140px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec2 {
    padding: 80px 0;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.sec2 .maintitle {
  margin-bottom: 30px;
}

.sec2-content {
  display: flex;
  justify-content: space-between;
}

.row {
  width: 29%;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .row {
    width: 31%;
  }
}
@media all and (max-width: 767px) {
  .row {
    width: 30%;
  }
}
.row img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .row img {
    height: 110px;
  }
}
.row p {
  font-size: 16px;
  line-height: 1.3rem;
}
@media all and (max-width: 767px) {
  .row p {
    font-size: 12px;
  }
}

.row1 {
  height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .row1 {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .row1 {
    height: 300px;
  }
}

.row2 {
  height: 860px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .row2 {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .row2 {
    padding-top: 40px;
    height: 340px;
  }
}

.row3 {
  height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .row3 {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .row3 {
    height: 300px;
  }
}

.sec3 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 200px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sec3 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec3 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec3 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    margin-bottom: 50px;
  }
}

.sec3-content {
  position: relative;
}

.sec3-content h2 {
  font-size: 28px;
  line-height: 1.8rem;
  opacity: 0;
  transition-delay: 1s;
  transition-duration: 1s;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec3-content h2 {
    font-size: 22px;
    line-height: 1.5rem;
  }
}
.sec3-content p {
  font-size: 16px;
  line-height: 1.3rem;
}

.videobg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .videobg {
    width: 450px;
  }
}
@media all and (max-width: 767px) {
  .videobg {
    width: 300px;
    height: 300px;
  }
}

.videoline {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .videoline {
    width: 100%;
    transform-origin: center;
  }
}

.lefttxt {
  position: absolute;
  top: 44%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .lefttxt {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .lefttxt {
    display: none;
  }
}

.righttxt {
  text-align: right;
  position: absolute;
  top: 44%;
  right: 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .righttxt {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .righttxt {
    display: none;
  }
}

.videobox {
  width: 700px;
  height: 700px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 800;
  transition: all 0.8s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .videobox {
    width: 530px;
    height: 530px;
  }
}
@media all and (max-width: 767px) {
  .videobox {
    width: 300px;
    height: 300px;
  }
}
.videobox:hover {
  transform: scale(1.05);
  transition: all 0.8s ease-in-out;
}

.videobox:hover ~ h2 {
  opacity: 1;
  transition-delay: 1s;
  transition-duration: 1s;
}

.videobox:hover ~ .videoline {
  top: 0;
  left: 0;
  transform: rotate(30deg) scale(0.7);
  transition: all 0.8s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .videobox:hover ~ .videoline {
    transform: none;
  }
}
@media all and (max-width: 767px) {
  .videobox:hover ~ .videoline {
    transform: none;
  }
}

video {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

.click-message {
  color: darkslateblue;
  font-size: 14px;
  line-height: 3rem;
}
@media all and (max-width: 767px) {
  .click-message {
    display: none;
  }
}

.sec4 {
  background-image: url('/asset/images/trustbg.png');
  background-size: cover;
  background-position: bottom right;
  padding: 140px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .sec4 {
    padding: 50px 0;
    background-position: bottom right;
  }
}

.sec4 .maintitle h1 {
  color: #fff;
}

.sec4 .maintitle p {
  color: #999;
  font-weight: 300;
  line-height: 1.3rem;
}

.sec4-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec4-content {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sec4-content {
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  .sec4-content > section {
    width: 50%;
    margin-bottom: 30px;
  }
}

.sec4-content h2 {
  font-size: 75px;
  line-height: 80px;
  color: #fff;
}
@media all and (max-width: 767px) {
  .sec4-content h2 {
    font-size: 55px;
    text-align: center;
  }
}

.sec4-content p {
  color: #999;
}
@media all and (max-width: 767px) {
  .sec4-content p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

.sec4-content p br {
  display: none;
}
@media all and (max-width: 767px) {
  .sec4-content p br {
    display: block;
  }
}

.sec4 button {
  background-color: transparent;
  border: 1px solid #999;
}

.sec4 button:hover {
  background-color: transparent;
}

.sec5 {
  background-color: #f8f8fa;
  padding: 140px 0;
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.news-content {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .news-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .news-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .news-content {
    width: 100%;
    padding: 0 8%;
  }
}

.news-content .maintitle {
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .news-content .maintitle {
    margin-bottom: 30px;
    text-align: left;
  }
}

.newsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .newsbox {
    display: block;
  }
}

.newsbox > .cardnews {
  width: 32%;
  margin: 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .newsbox > .cardnews {
    width: 48.5%;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .newsbox > .cardnews {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.newsbox > .cardnews section {
  height: 260px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .newsbox > .cardnews section {
    height: 210px;
  }
}
@media all and (max-width: 767px) {
  .newsbox > .cardnews section {
    height: 170px;
  }
}
.newsbox > .cardnews h2 {
  font-size: 22px;
  margin: 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .newsbox > .cardnews h2 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .newsbox > .cardnews h2 {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
.newsbox > .cardnews p {
  font: 16px;
  color: #a0a0a0;
}
@media all and (max-width: 767px) {
  .newsbox > .cardnews p {
    font-size: 13px;
    line-height: 1rem;
  }
}

.onlyPC {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .onlyPC {
    display: block;
  }
}

.sec6 {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sec6 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec6 {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec6 {
    width: 100%;
    padding: 0 8%;
  }
}

.slider > .logo-wrap {
  margin: 0;
}
.slider > .logo-wrap img {
  width: 19%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .slider > .logo-wrap img {
    width: 32%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .slider > .logo-wrap img {
    width: 48%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .slider > .logo-wrap img:nth-last-child(-n + 7) {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .bx-wrapper {
    height: 560px;
  }
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: auto !important;
}

.pagelinkBtn {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #777;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .pagelinkBtn {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
}

.pagelinkBtn:hover {
  color: #555;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagelinkBtn > span {
  position: relative;
}

.pagelinkBtn > span:after {
  content: '';
  width: 0%;
  left: 50%;
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 3px;
  border-bottom: 2px solid #555;
  transition: all 0.3s ease;
}

.pagelinkBtn:hover > span:after {
  content: '';
  width: 100%;
  left: 0px;
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 3px;
  border-bottom: 2px solid #555;
  transition: all 0.3s ease;
}

.vertical-line {
  transform: rotate(90deg);
  font-weight: 600;
}

.listbox-wrap {
  display: flex;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .listbox-wrap {
    margin-top: 30px;
  }
}

.list-box3 {
  width: 100%;
  padding: 0;
}
.list-box3 li {
  width: auto;
  position: relative;
  padding: 15px;
  font-size: 18px;
  list-style: none;
  margin: 0 20% 15px 0;
}

.list-box3 li {
  overflow: hidden;
  padding: 0 5px 0 0;
  height: 1.2em;
  margin-bottom: 25px;
  color: #444;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .list-box3 li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.list-box3 li span {
  width: 200px;
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
}
@media all and (max-width: 767px) {
  .list-box3 li span {
    width: 170px;
  }
}
.list-box3 li span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
.list-box3 li:hover span,
.list-box3 li:focus span {
  transform: translateY(-100%);
  color: rgb(226, 71, 37);
  cursor: pointer;
}

.sol-content {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sol-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sol-content {
    width: 100%;
    padding: 0 8%;
  }
}

.sol-content article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .sol-content article {
    display: block;
    margin-bottom: 60px;
  }
}

.sol-title {
  width: 30%;
}
@media all and (max-width: 767px) {
  .sol-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sol-title h2 {
  line-height: 1.5em;
}
.sol-title h2 br {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol-title h2 br {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .sol-title h2 br {
    display: none;
  }
}

.sol-info {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .sol-info {
    width: 100%;
  }
}
.sol-info p {
  text-align: justify;
}

.sol-info span {
  width: 48%;
  display: flex;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .sol-info span {
    width: 100%;
    margin-bottom: 0;
  }
  .sol-info span .point {
    position: static;
  }
}

.sol-info h3 {
  font-weight: 400;
  margin-left: 15px;
  font-size: 20px;
  line-height: 1.2rem;
  color: #666;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol-info h3 {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .sol-info h3 {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.sol-info img {
  margin: 30px 0 0 0;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol-info img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sol-info img {
    width: 100%;
  }
}

.fullback {
  width: 100%;
  padding: 80px 0 60px 0;
  background: #f8f8fa;
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .fullback {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}

.fullback article {
  margin: 0;
}

.sol-info a {
  display: flex;
  line-height: 1.7rem;
  margin-top: 11px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol-info a {
    margin-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .sol-info a {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.sol-info strong {
  font-weight: 600;
  color: #4e4e4e;
}

.sol-effect {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sol-effect p {
  text-align: justify;
}

.listDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  margin: 11px 10px 0 0;
}

.sol-effect p {
  width: 100%;
  margin-bottom: 15px;
}

.document img {
  border: 0;
  margin: 0 15px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline;
}
@media all and (max-width: 767px) {
  .document img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
  }
}

.overview-content {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .overview-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .overview-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .overview-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .overview-content {
    width: 100%;
    padding: 0 8%;
  }
}

.overview-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .overview-wrap {
    display: block;
    margin-bottom: 50px;
  }
}

.overview-wrap h2 {
  width: auto;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .overview-wrap h2 {
    font-size: 28px;
    line-height: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .overview-wrap h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
  }
}

.txt-box {
  width: 70%;
  text-align: justify;
}
@media all and (max-width: 767px) {
  .txt-box {
    width: 100%;
    color: #666;
  }
}

.company-profile {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .company-profile {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  .company-profile h2 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

table {
  width: 100%;
  border-top: 2px solid #444;
  margin-top: 30px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  table {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  table {
    font-size: 16px;
    line-height: 1.3rem;
    margin-top: 15px;
  }
}

tr {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
tr :first-child,
tr :nth-child(3) {
  width: 14%;
}
@media all and (max-width: 767px) {
  tr :first-child,
  tr :nth-child(3) {
    width: 40%;
  }
}
tr :nth-child(2),
tr :last-child {
  width: 36%;
}
@media all and (max-width: 767px) {
  tr :nth-child(2),
  tr :last-child {
    width: 60%;
  }
}

table td {
  border-bottom: 1px solid #f6f5f5;
  padding: 25px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  table td {
    padding: 20px 0;
  }
}
@media all and (max-width: 767px) {
  table td {
    padding: 15px 0;
  }
}

.down-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .down-wrap {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .down-wrap {
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .down-wrap :first-child {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .down-wrap :first-child {
    margin-bottom: 20px;
  }
}

.down-wrap h2 {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .down-wrap h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
}

.contact-content {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .contact-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .contact-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .contact-content {
    width: 100%;
    padding: 0 8%;
  }
}

@media all and (min-width: 1080px) and (max-width: 1279px) {
  .contactus {
    margin-top: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .contactus {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .contactus {
    display: none;
  }
}

.contact-number {
  height: 422px;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .contact-number {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .contact-number {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .contact-number {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .contact-number {
    height: 350px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .contact-number {
    width: 100%;
    padding: 80px 8%;
    height: 430px;
  }
}
@media all and (max-width: 767px) {
  .contact-number {
    width: 100%;
    padding: 60px 8%;
    height: 380px;
  }
}

.contact-number h2 {
  font-size: 34px;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .contact-number h2 {
    margin: 0;
  }
}

.number-wrap {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .number-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .number-wrap {
    width: 100%;
    flex-direction: flex-start;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .number-wrap section {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .number-wrap section {
    width: auto;
    margin-bottom: 3%;
  }
}

.number-wrap h2 {
  font-size: 24px;
  line-height: 1.8rem;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .number-wrap h2 {
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  .number-wrap p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

form {
  margin: 80px 0 80px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  form {
    margin: 60px 0;
  }
}
@media all and (max-width: 767px) {
  form {
    margin: 30px 0 15px 0;
  }
}

.formbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .formbox {
    display: flex;
    flex-flow: column;
  }
}

label {
  font-size: 18px;
  line-height: 1.5rem;
  color: title;
}
@media all and (max-width: 767px) {
  label {
    font-size: 16px;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  label br {
    display: none;
  }
}

input::placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

textarea::placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #9b9b9b;
  font-weight: 300;
}

input {
  border: 1px solid #d6d6d6;
  background: #f8f8fa;
  padding: 18px 30px 18px 30px;
  width: 85%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  input {
    width: 76%;
  }
}
@media all and (max-width: 767px) {
  input {
    padding: 12px 5%;
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  input {
    width: 100%;
    padding: 15px 5%;
  }
}

textarea {
  border: 1px solid #d6d6d6;
  background: #f8f8fa;
  padding: 18px 30px 18px 30px;
  width: 85%;
  height: 250px;
  resize: none;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  textarea {
    width: 76%;
  }
}
@media all and (max-width: 767px) {
  textarea {
    padding: 12px 5%;
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  textarea {
    width: 100%;
    padding: 15px 5%;
  }
}

.privacy-policy {
  border: 1px solid #d6d6d6;
  background: #f8f8fa;
  padding: 18px 30px 18px 30px;
  width: 85%;
  font-size: 18px;
  line-height: 1.5rem;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .privacy-policy {
    width: 76%;
  }
}
@media all and (max-width: 767px) {
  .privacy-policy {
    padding: 12px 5%;
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .privacy-policy {
    width: 100%;
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.fullbox {
  width: 100%;
  height: auto;
  position: relative;
}

.rightbox {
  width: 85%;
  height: auto;
  float: right;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .rightbox {
    width: 76%;
  }
}
@media all and (max-width: 767px) {
  .rightbox {
    width: 100%;
  }
}

.rightbox::after {
  clear: both;
}

input[type='checkbox'] {
  border: 1px solid #d6d6d6;
  background: #f8f8fa;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  display: inline;
  float: left;
}
@media all and (max-width: 767px) {
  input[type='checkbox'] {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
  }
}

input[type='checkbox']::after {
  clear: both;
}

section.rightbox {
  border: 1px solid #d6d6d6;
  background: #f8f8fa;
  padding: 18px 30px 18px 30px;
  width: 85%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  section.rightbox {
    width: 76%;
  }
}
@media all and (max-width: 767px) {
  section.rightbox {
    padding: 12px 5%;
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  section.rightbox {
    width: 100%;
  }
}

.security-img {
  width: 242px;
  height: 97px;
  border: 1px solid #d6d6d6;
  /* background: no-repeat center url('./../asset/images/form_temporary.png'); */
  /* background-size: cover; */
  float: left;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.security-img img {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .security-img {
    width: 47%;
    margin-right: 3%;
  }
}
@media all and (max-width: 767px) {
  .security-img {
    margin-bottom: 10px;
  }
}

.security-input {
  width: 300px;
  height: 50px;
  background: #fff;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .security-input {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .security-input {
    width: 100%;
  }
}

.checkbox-content {
  height: 100px;
}
@media all and (max-width: 767px) {
  .checkbox-content {
    height: 80px;
  }
}

.security-content {
  height: 273px;
  color: #666;
}
@media all and (max-width: 767px) {
  .security-content {
    height: 340px;
  }
}

.refresh {
  cursor: pointer;
}

.sub-title {
  height: 360px;
  position: relative;
  position: -webkit-relative;
  color: #222;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sub-title {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sub-title {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sub-title {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sub-title {
    height: 280px;
  }
}
@media all and (max-width: 767px) {
  .sub-title {
    width: 100%;
    padding: 0 8%;
    height: 240px;
  }
}

.title-wrap {
  position: absolute;
  position: -webkit-absolute;
  top: 40%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .title-wrap {
    top: 48%;
  }
}
@media all and (max-width: 767px) {
  .title-wrap {
    top: 45%;
  }
}

.title-wrap p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .title-wrap p {
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .title-wrap h1 {
    font-size: 25px;
    line-height: 2rem;
    position: relative;
    position: -webkit-relative;
  }
}

.point {
  width: 7px;
  height: 16px;
  transform: rotate(30deg);
  background: rgb(226, 71, 37);
  display: inline-block;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .point {
    position: absolute;
    position: -webkit-relative;
    bottom: 0;
    margin-left: 5px;
    transform: scale(0.6) rotate(30deg);
  }
}

.smallpoint {
  width: 4px;
  height: 10px;
  background-color: rgb(226, 71, 37);
  display: inline-block;
  transform: rotate(30deg);
  margin: 0 0 5px 5px;
}
@media all and (max-width: 767px) {
  .smallpoint {
    display: none;
  }
}

.sec-menu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  background-color: #fff;
  text-transform: capitalize;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .sec-menu {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec-menu {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec-menu {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .sec-menu {
    display: none;
  }
}

.scrolltop {
  width: 100%;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid #e8e7e7;
}

.sec-menu h5 {
  line-height: 49px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec-menu h5 {
    font-size: 20px;
    line-height: 1.5rem;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .sec-menu h5 {
    display: none;
  }
}

.sec-menu-wrap {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  .sec-menu-wrap {
    display: none;
  }
}

.sec-menu-wrap li {
  margin-left: 50px;
  padding: 15px 0;
  color: #a0a0a0;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sec-menu-wrap li {
    margin-left: 30px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .sec-menu-wrap li {
    margin: 0 15px 0 0;
  }
}

.sec-menu-wrap li:hover {
  color: #444;
}

.on-menu {
  font-weight: 600;
  color: #222;
  font-size: 19px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .on-menu {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .on-menu {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    box-shadow: inset 0 -10px 0 rgba(226, 71, 37, 0.3);
  }
}

.full-cdn {
  background: url('./../asset/images/cdn_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-cdn {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-cdn {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-cdn {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-cloud {
  background: url('./../asset/images/solution_banner.jpg');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-cloud {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-cloud {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-cloud {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-cloudflare {
  background: url('./../asset/images/cloudflare_security.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-cloudflare {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-cloudflare {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-cloudflare {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-ddos {
  background: url('./../asset/images/ddos_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-ddos {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-ddos {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-ddos {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-media {
  background: url('./../asset/images/media_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-media {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-media {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-media {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-resource {
  background: url('./../asset/images/resource_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-resource {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-resource {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-resource {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-statistics {
  background: url('./../asset/images/statistics_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-statistics {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-statistics {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-statistics {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-mornitoring {
  background: url('./../asset/images/mornitoring_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-mornitoring {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-mornitoring {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-mornitoring {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-auth {
  background: url('./../asset/images/auth_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-auth {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-auth {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-auth {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-purge {
  background: url('./../asset/images/purge_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-purge {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-purge {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-purge {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-overview {
  background: url('./../asset/images/about_banner.jpg');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-overview {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-overview {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-overview {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-history {
  background: url('./../asset/images/history_banner.jpg');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-history {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-history {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-history {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-career {
  background: url('./../asset/images/career_banner.jpg');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-career {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-career {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-career {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-contact {
  background: url('./../asset/images/contact_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-contact {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-contact {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-contact {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.full-location {
  background: url('./../asset/images/location_banner.png');
  width: 100%;
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 140px;
  position: relative;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .full-location {
    background-attachment: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .full-location {
    height: 260px;
    margin-bottom: 80px;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .full-location {
    height: 200px;
    margin-bottom: 60px;
    background-attachment: scroll;
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e8e7e7;
  margin-bottom: 140px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .line {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .line {
    margin-bottom: 50px;
  }
}

@media all and (min-width: 768px) {
  .swiper {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .swiper {
    width: 90%;
    padding: 15px 0 0 0 !important;
    margin: 15px auto;
  }
}

@media all and (max-width: 767px) {
  .swiper-wrapper {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

.swiper-slide {
  width: auto !important;
}

.swiper-button-prev {
  display: none !important;
}
@media all and (max-width: 767px) {
  .swiper-button-prev {
    opacity: 0;
  }
}

.swiper-button-next {
  display: none !important;
}
@media all and (max-width: 767px) {
  .swiper-button-next {
    opacity: 0;
  }
}

#sec-solutions {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.career-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .career-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .career-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap {
    display: block;
  }
}

.career-wrap h2 {
  color: #222;
  width: auto;
}
@media all and (max-width: 767px) {
  .career-wrap h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.career-wrap section {
  width: 60%;
  margin-bottom: 60px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap section {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .career-wrap section {
    width: 100%;
    margin-top: 30px;
  }
}

.career-wrap div {
  margin-bottom: 60px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap div {
    display: flex;
    justify-content: space-between;
  }
  .career-wrap div:first-child {
    margin: 50px 0 0 0;
  }
  .career-wrap div:nth-child(n + 2) {
    margin: 15px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .career-wrap div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

.career-wrap h3 {
  font-size: 28px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  color: #444;
  font-weight: 500;
}
.career-wrap h3 br {
  display: none;
}
@media all and (max-width: 767px) {
  .career-wrap h3 br {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap h3 {
    font-size: 22px;
    line-height: 1.5rem;
    width: 27%;
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .career-wrap h3 {
    font-size: 18px;
    line-height: 1.5rem;
    line-height: 1.3rem;
    width: 35%;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .career-wrap p {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .career-wrap p {
    width: 63%;
  }
}

.recruit {
  width: 100%;
  background-color: #f8f8fa;
  padding: 140px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .recruit {
    padding: 80px 0;
    margin-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .recruit {
    padding: 60px 0;
    margin-bottom: 50px;
  }
}

.recruit h2 {
  margin-bottom: 80px;
  color: #222;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .recruit h2 {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .recruit h2 {
    margin-bottom: 30px;
  }
}

.recruit h1 {
  font-size: 28px;
  line-height: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .recruit h1 {
    font-size: 24px;
    line-height: 1.8rem;
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .recruit h1 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.recruit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .recruit-wrap {
    display: flex;
    flex-flow: column;
  }
}

.recruit-wrap section {
  width: 49%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 40px;
  transition: all 0.8s;
}
@media all and (max-width: 767px) {
  .recruit-wrap section {
    width: 100%;
    padding: 10%;
    margin-bottom: 5%;
  }
}
.recruit-wrap section h3 {
  font-size: 28px;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .recruit-wrap section h3 {
    font-size: 22px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .recruit-wrap section h3 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.recruit-wrap section:hover {
  background: url('/asset/images/UNIX.png');
  transition: all 0.8s;
  color: #ddd;
}
.recruit-wrap section:hover h3 {
  color: #fff;
}

.hire-process {
  padding: 140px 0;
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .hire-process {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .hire-process {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .hire-process {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .hire-process {
    margin-top: 140px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .hire-process {
    margin-top: 80px;
  }
}

.hire-process h2 {
  color: #222;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .hire-process h2 {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .hire-process h2 {
    margin-bottom: 30px;
  }
}

.hire-process p {
  margin-bottom: 80px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .hire-process p {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .hire-process p {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .hire-process p {
    margin-bottom: 30px;
  }
}

.circle-wrap {
  display: flex;
  margin-bottom: 60px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .circle-wrap {
    margin-bottom: 30px;
  }
}

.circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .circle {
    width: 160px;
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  .circle {
    width: 80px;
    height: 80px;
  }
}

.circle h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #444;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .circle h3 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .circle h3 {
    font-size: 12px;
    line-height: 0.8rem;
  }
}

.circle:nth-child(2) {
  background: rgba(226, 71, 37, 0.8);
  border: 1px solid rgba(226, 71, 37, 0.8);
}

.circle:nth-child(3) {
  background: rgba(226, 71, 37, 0.95);
  border: 1px solid rgba(226, 71, 37, 0.95);
}

.bgred {
  background: rgba(226, 71, 37, 0.8);
}

.card-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .card-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .card-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .card-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .card-wrap {
    width: 100%;
    padding: 0 8%;
    display: block;
  }
}

.cardnews {
  width: 48%;
  height: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .cardnews {
    width: 100%;
    margin-bottom: 50px;
  }
}

.cardnews section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px;
  height: 330px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .cardnews section {
    height: 230px;
  }
}
@media all and (max-width: 767px) {
  .cardnews section {
    height: auto;
    max-height: 300px;
    min-height: 180px;
    margin-bottom: 5px;
  }
}

.cardnews section img {
  border-radius: 15px;
  width: 100%;
}

.cardnews section img:hover {
  transform: scale(1.1);
  filter: brightness(0.5);
  transition: 1.5s;
  cursor: pointer;
}

.cardnews h2 {
  font-size: 24px;
  line-height: 1.8rem;
  font-weight: 500;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .cardnews h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .cardnews h2 {
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}

.cardnews h6 {
  font-size: 18px;
  line-height: 1.5rem;
  color: #a0a0a0;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .cardnews h6 {
    font-size: 14px;
    line-height: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .cardnews h6 {
    font-size: 14px;
    line-height: 1.2rem;
    font-weight: 300;
  }
}

.list-pre-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-news {
  padding: 10px 30px;
  border: 1px solid #666;
  border-radius: 30px;
  color: #666;
  position: relative;
  transition: 0.7s;
}
@media all and (max-width: 767px) {
  .btn-news {
    font-size: 15px;
    padding: 6px 15px;
  }
}

.btn-news:hover {
  background: rgb(226, 71, 37);
  color: white;
  border-color: rgb(226, 71, 37);
}

.fa-chevron-left {
  position: absolute;
  top: 29%;
  left: 15%;
  margin-right: 15px;
}

.fa-chevron-right {
  position: absolute;
  top: 29%;
  right: 25%;
  margin-left: 15px;
}

.paging {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .paging {
    order: 3;
  }
}
@media all and (max-width: 767px) {
  .paging {
    order: 3;
  }
}

.page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  position: relative;
}
.page:hover {
  cursor: pointer;
  border: 1px solid #d6d6d6;
  color: #222;
}
@media all and (max-width: 767px) {
  .page {
    width: 35px;
    height: 35px;
    margin-right: 2px;
    line-height: 33px;
  }
}

.page img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.watching {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
}

.news-read {
  width: 800px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .news-read {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .news-read {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .news-read {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .news-read {
    width: 100%;
    padding: 0 8%;
    margin-top: 60px;
  }
}

.news-read h2 {
  font-size: 34px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .news-read h2 {
    font-size: 22px;
    line-height: 1.5rem;
  }
}

.news-read p {
  font-size: 18px !important;
  line-height: 1.5rem !important;
  font-weight: 300 !important;
  color: #666 !important;
  font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .news-read p {
    font-size: 16px !important;
    line-height: 1.3rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-read p {
    font-size: 16px !important;
    line-height: 1.3rem !important;
  }
}

.news-read p span {
  font-size: 18px !important;
  line-height: 1.5rem !important;
  font-weight: 300 !important;
  color: #666 !important;
  font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .news-read p span {
    font-size: 16px !important;
    line-height: 1.3rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-read p span {
    font-size: 16px !important;
    line-height: 1.3rem !important;
  }
}

.news-read img {
  float: left;
  margin-right: 30px;
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .news-read img {
    width: 100%;
  }
}

.news-info {
  display: flex;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .news-info {
    display: block;
    margin-bottom: 50px;
  }
}

.news-info span {
  display: flex;
  margin-right: 20px;
}

.news-info p {
  font-size: 16px;
  line-height: 1.3rem;
}

.no-news-box {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .no-news-box {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .no-news-box {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .no-news-box {
    width: 100%;
    padding: 0 8%;
  }
}

.no-news-box h1 {
  font-size: 24px;
  line-height: 1.8rem;
  color: #242e4c;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.no-news-box span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.no-news-box p {
  font-size: 18px;
  line-height: 1.5rem;
  color: #7d7a9e;
  padding: 0;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.casetag-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .casetag-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .casetag-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .casetag-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .casetag-wrap {
    margin-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .casetag-wrap {
    width: 100%;
    padding: 0 8%;
    display: flex;
    flex-flow: column;
    margin-top: 30px;
  }
}

.case-wrap {
  width: 68%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .case-wrap {
    width: 100%;
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .case-wrap {
    width: 100%;
    order: 2;
  }
}

.case-wrap h2 {
  font-size: 34px;
  line-height: 2.5rem;
  line-height: 2.4rem;
}
@media all and (max-width: 767px) {
  .case-wrap h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
  }
}

.case-wrap h3 {
  font-size: 28px;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .case-wrap h3 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
}

.case-card {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .case-card {
    margin-bottom: 50px;
  }
}

.case-card:hover {
  cursor: pointer;
}

.case-card section {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  transition: 0.7s ease-in-out;
}
@media all and (max-width: 767px) {
  .case-card section {
    height: 150px;
  }
}

@media all and (max-width: 767px) {
  .case-card img {
    width: 100%;
    height: 110%;
  }
}

.case-card img:hover {
  transform: scale(1.05);
  filter: brightness(0.5);
  transition: 0.7s ease-in-out;
  cursor: pointer;
}

.case-card h3 {
  font-size: 24px;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .case-card h3 {
    font-size: 18px;
    line-height: 1.5rem;
  }
}

.case-card p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .case-card p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.case-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .case-info {
    margin-bottom: 50px;
  }
}

.case-info h2 {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .case-info h2 {
    margin-bottom: 30px;
  }
}

.case-info p {
  margin-bottom: 10px;
  color: #666;
}
@media all and (max-width: 767px) {
  .case-info p {
    margin-bottom: 5px;
  }
}

.case-info-logo {
  width: auto;
  height: auto;
  border: 1px solid #d6d6d6;
}
@media all and (max-width: 767px) {
  .case-info-logo {
    display: none;
  }
}

.case-bg {
  margin: 60px 0;
}
@media all and (max-width: 767px) {
  .case-bg {
    margin: 50px 0;
  }
}

.case-ptitle {
  font-size: 19px;
  color: #444;
  font-weight: 600;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .case-ptitle {
    font-size: 16px;
    line-height: 1.3rem;
    margin-bottom: 0;
  }
}

.tag-wrap {
  width: 25%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .tag-wrap {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .tag-wrap {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
  }
}

.tag-wrap section {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .tag-section {
    display: none;
  }
}

.tag-wrap h2 {
  position: relative;
  font-size: 22px;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .tag-wrap h2 {
    font-size: 18px;
    line-height: 1.5rem;
    color: #444;
    margin-bottom: 0;
  }
}

.toggledown {
  padding: 0 5px;
  display: none;
}
@media all and (max-width: 767px) {
  .toggledown {
    display: inline;
  }
}

.search-keyword {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .search-keyword {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .search-keyword {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .search-keyword {
    width: 100%;
    padding: 0 8%;
  }
}
.search-keyword h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.8rem;
}

.casesearch-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .casesearch-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .casesearch-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .casesearch-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .casesearch-wrap {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .casesearch-wrap {
    width: 100%;
    padding: 0 8%;
    display: flex;
    flex-flow: column;
    margin-top: 15px;
  }
}

.no-result-box {
  padding: 80px;
  background: #f8f8fa;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.no-result-box h1 {
  font-size: 24px;
  line-height: 1.8rem;
  color: #242e4c;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.no-result-box span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.no-result-box p {
  font-size: 18px;
  line-height: 1.5rem;
  color: #7d7a9e;
  padding: 0;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.linelist {
  width: 100%;
  height: 1px;
  background-color: #e8e7e7;
  margin: 60px 0;
}
@media all and (max-width: 767px) {
  .linelist {
    margin: 50px 0 20px 0;
  }
}

footer {
  width: 100%;
  text-align: center;
  background-color: #f8f8fa;
  color: #777;
  padding: 60px 0 55px 0;
  margin-top: 140px;
}
footer p {
  font-size: 16px;
  line-height: 1.3rem;
}
@media all and (max-width: 767px) {
  footer p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 60px;
    padding: 30px;
  }
}

footer br {
  display: none;
}
@media all and (max-width: 767px) {
  footer br {
    display: block;
    important: !important;
  }
}

footer img {
  width: 80px;
  display: block;
  margin: 0 auto 15px auto;
}
@media all and (max-width: 767px) {
  footer img {
    transform: scale(0.7);
  }
}

.privacy-link {
  margin: 10px 0;
  color: #888;
}
.privacy-link :hover {
  font-weight: 600;
  color: #555;
}

footer span {
  font-size: 14px;
  line-height: 1.2rem;
  color: #bcbcbc;
}
@media all and (max-width: 767px) {
  footer span {
    font-size: 12px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  padding: 18px 3%;
  font-size: 18px;
  line-height: 1.5rem;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgb(255, 255, 255);
  background-size: cover;
  background-position: top;
  border-bottom: 1px solid #e8e7e7;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  header {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  header {
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 3%;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .md-toggle {
    position: absolute;
    right: 5%;
    display: flex;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .md-toggle {
    position: absolute;
    right: 5%;
    display: flex;
    width: auto;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .logo-home.line {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e7e7;
  }
}
@media all and (max-width: 767px) {
  .logo-home.line {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e7e7;
  }
}

header img {
  width: 100px;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  header img {
    transform: scale(0.8);
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .menu-wrap {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .menu-wrap {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .menu-wrap.open {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .menu-wrap.open {
    display: block;
    width: 100%;
  }
}
.dep1 {
  height: 100vh;
  overflow-y: auto;
}
.dep1 > li {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  text-align: center;
  padding: 9px 5px 5px 5px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .dep1 > li {
    width: 130px;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .dep1 > li {
    width: 100%;
    padding: 30px 0;
  }
}
@media all and (max-width: 767px) {
  .dep1 > li {
    width: 100%;
    padding: 15px 0;
  }
}

.dep1 > li > a {
  display: block;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .dep1 > li > a {
    font-size: 34px;
    padding: 10px 0;
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .dep1 > li > a {
    font-size: 28px;
    padding: 10px 0;
    font-weight: 500;
  }
}

.dep1 > li > a > span {
  position: relative;
}
.dep1 > li > a > span::after {
  content: '';
  display: block;
  width: 0;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(226, 71, 37, 0.3);
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .dep1 > li > a > span::after {
    height: 15px;
  }
}
@media all and (max-width: 767px) {
  .dep1 > li > a > span::after {
    height: 15px;
  }
}

.dep1 > li > a:hover ::after {
  width: 100%;
}

.menu-wrap .dep2 {
  display: none;
  margin-top: 24px;
  font-size: 16px;
}

@media all and (min-width: 1367px) {
  .menu-wrap .dep2 :hover {
    color: #000;
    font-weight: 600;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .dep2 > li {
    background-color: #eaebf2;
    border-bottom: 4px solid white;
  }
}
@media all and (max-width: 767px) {
  .dep2 > li {
    background-color: #eaebf2;
    border-bottom: 4px solid white;
  }
}

.menu-wrap .dep2 a {
  display: block;
  padding: 10px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .menu-wrap .dep2 a {
    color: #666;
    border-bottom: 1px solid #e8e7e7;
  }
}
@media all and (max-width: 767px) {
  .menu-wrap .dep2 a {
    color: #666;
    border-bottom: 1px solid #e8e7e7;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .dep2 a:hover {
    border-radius: 12px;
  }
}
@media all and (max-width: 767px) {
  .dep2 a:hover {
    border-radius: 12px;
  }
}

.mb-dep2 {
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .mb-dep2 {
    cursor: pointer;
    display: block !important;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .mb-dep2 {
    cursor: pointer;
    display: block !important;
  }
}

@media all and (min-width: 1080px) {
  .dep1:hover .dep2 {
    cursor: pointer;
    display: block;
    color: #666;
  }
}

.dep3 {
  color: #666;
  background-color: #f8f8fa;
  display: none;
}
.dep3 li {
  padding: 8px 0;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.mb-dep3 {
  display: block !important;
  cursor: pointer;
}

.isActive {
  color: rgb(226, 71, 37);
}

.lang-wrap {
  width: 120px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  margin-right: 5%;
}
@media all and (max-width: 767px) {
  .lang-wrap {
    width: 100px;
  }
}

.lang {
  font-size: 15px;
  padding: 5px;
  color: #a4acb7;
  border-radius: 3px;
  transition: all 0.3s;
}

.lang:hover {
  background-color: #a4acb7;
  color: #fff;
}

.on {
  color: #222;
}

.bar {
  color: #a4acb7;
}

#openNav {
  font-size: 35px;
  line-height: 2.3rem;
  margin-left: 30px;
  color: #444;
  cursor: pointer;
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  #openNav {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #openNav {
    display: block;
    margin-left: 6px;
  }
}

/* nav-icon-5 */
.nav-icon-5 {
  width: 26px;
  height: 19px;
  margin: 12px 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-5 span {
  background-color: #444;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-5 span:nth-child(2) {
  top: 8px;
  left: 0px;
  opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(0deg) scaleY(1);
}

.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(0deg) scaleY(1);
}

.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(0deg) scaleY(1);
}

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.year-wrap {
  display: flex;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .year-wrap {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .year-wrap {
    display: block;
    margin-bottom: 50px;
  }
}

.year p {
  font-size: 34px;
  line-height: 2.5rem;
  font-weight: 600;
  color: rgb(226, 71, 37);
}
@media all and (max-width: 767px) {
  .year p {
    font-size: 24px;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}

.year {
  margin-right: 140px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .year {
    margin-right: 10%;
  }
}
@media all and (max-width: 767px) {
  .year {
    margin-right: 10%;
  }
}

.year_event span {
  font-weight: 600;
  margin-right: 10px;
}

.year_event p {
  margin-bottom: 15px;
  font-weight: 400;
  color: #444;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .year_event p {
    font-size: 18px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .year_event p {
    font-size: 16px;
    line-height: 1.3rem;
    margin-bottom: 10px;
  }
}

.location-body {
  height: 700px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .location-body {
    height: 780px;
  }
}
@media all and (max-width: 767px) {
  .location-body {
    height: 970px;
  }
}

.location-wrap {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .location-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .location-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .location-wrap {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .location-wrap {
    top: 470px;
  }
}
@media all and (max-width: 767px) {
  .location-wrap {
    position: absolute;
    top: 510px;
  }
}

.location-title {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  iframe {
    height: 400px;
  }
}

.way-wrap section {
  display: flex;
  margin: 80px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .way-wrap section {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
  }
}
@media all and (max-width: 767px) {
  .way-wrap section {
    display: block;
    margin: 50px 0;
  }
}
.way-wrap section :first-child {
  width: 300px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .way-wrap section :first-child {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .way-wrap section :first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.way-wrap section :last-child {
  margin-top: 6px;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .way-wrap section :last-child {
    width: 66%;
  }
}
@media all and (max-width: 767px) {
  .way-wrap section :last-child {
    width: 100%;
    margin: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .way-wrap h5 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .way-wrap h5 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.customer-content {
  width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .customer-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .customer-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .customer-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .customer-content {
    width: 100%;
    padding: 0 8%;
  }
}

.partner-box {
  display: flex;
  justify-content: space-between;
  margin: 120px 0 80px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .partner-box {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .partner-box {
    display: block;
    margin: 30px 0;
  }
}

.customer-box {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 80px 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .customer-box {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .customer-box {
    display: block;
  }
}

.customer-content h2 {
  font-size: 34px;
  line-height: 2.5rem;
  width: 20%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .customer-content h2 {
    font-size: 28px;
    line-height: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .customer-content h2 {
    font-size: 20px;
    line-height: 1.5rem;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
}

.customer-category {
  width: 80%;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .customer-category {
    width: 100%;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .customer-category {
    width: 100%;
  }
}

.customer-category h3 {
  font-size: 28px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  color: #444;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .customer-category h3 {
    font-size: 22px;
    color: #444;
  }
}
@media all and (max-width: 767px) {
  .customer-category h3 {
    font-size: 18px;
    line-height: 1.5rem;
  }
}

.logo-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo-wrap img {
  width: 24%;
  height: auto;
  border: 1px solid #ededed;
  margin: 0 1% 1% 0;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .logo-wrap img {
    width: 32%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .logo-wrap img {
    width: 48%;
    height: auto;
  }
}

.empty {
  width: 232px;
  height: 117px;
  border: 1px solid #fff;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .empty {
    width: 32%;
  }
}
@media all and (max-width: 767px) {
  .empty {
    display: none;
  }
}

.partner-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .partner-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .partner-content {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .partner-content {
    width: 100%;
    padding: 0 8%;
  }
}

.menu-box-1 {
  display: inline-block;
}

.top-bar {
  height: 44px;
  transition:
    height 0.3s,
    top 0.3s,
    left 0.3s,
    right 0.3s;
  overflow-y: hidden;
}

html.not-scroll-top-0 .top-bar {
  top: 0;
  left: 0;
  right: 0;
}

.top-bar:hover {
  height: 300px;
}

.top-bar > .sub-menu-bar-bg::after {
  content: '';
  position: absolute;
  top: 44px;
  height: 300px;
  width: 100%;
  z-index: -1;
  background-color: #f8f8fa;
}

.top-bar > .menu-box-1-bg::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: -1;
}

.top-bar > .menu-box-1 ul > li {
  position: relative;
  color: #444;
}

.top-bar > .menu-box-1 > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
}

.top-bar > .menu-box-1 ul > li > a {
  padding: 10px;
}

.cell {
  float: left;
  box-sizing: border-box;
}

.cell-right {
  float: right;
  box-sizing: border-box;
}

.block {
  display: block;
}

.privacy-fulltext {
  width: 1200px;
  margin: 0 auto;
  margin-top: 140px;
}
@media all and (min-width: 1080px) and (max-width: 1279px) {
  .privacy-fulltext {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .privacy-fulltext {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .privacy-fulltext {
    width: 100%;
    padding: 0 8%;
  }
}
@media all and (max-width: 767px) {
  .privacy-fulltext {
    margin-top: 120px;
  }
}

.privacy-fulltext h1 {
  font-size: 20px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  color: #222;
}
@media all and (max-width: 767px) {
  .privacy-fulltext h1 {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.privacy-fulltext h2 {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 10px 0;
  color: #444;
}
@media all and (max-width: 767px) {
  .privacy-fulltext h2 {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.privacy-fulltext h3 {
  font-size: 16px;
  line-height: 1.3rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .privacy-fulltext h3 {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

.privacy-fulltext p {
  font-size: 16px;
  line-height: 1.3rem;
  color: #666;
  font-weight: 300;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .privacy-fulltext p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

.privacy-fulltext ul {
  width: auto;
  font-size: 16px;
  font-weight: 400;
}
.privacy-fulltext ul li {
  font-size: 15px;
  padding: 3px 0;
  letter-spacing: 1px;
}

.privacy-fulltext section {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .privacy-fulltext section {
    margin-bottom: 10px;
  }
}

.privacy-fulltext div {
  margin: 20px 0 40px 20px;
}
@media all and (max-width: 767px) {
  .privacy-fulltext div {
    margin: 15px 0 0 0;
  }
}

.custom-select {
  position: relative;
  width: max-content;
}
.custom-select .btn-toggle {
  z-index: 3;
  height: 3em;
  width: 200px;
  border: none;
  text-align: left;
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  outline: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.custom-select .btn-toggle input {
  width: auto;
  padding: 0 !important;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.custom-select .btn-toggle::after {
  content: '‹';
  position: absolute;
  top: 8px;
  right: 20px;
  transform: rotate(-90deg);
  font-size: 1.75rem;
  transition: all 0.3s ease-in-out;
}
.custom-select .btn-toggle.open {
  border-radius: 10px 10px 0 0;
  transition: all 0.4s ease-in-out;
}
.custom-select .btn-toggle.open::after {
  right: 15px;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
}
.custom-select .drop-items {
  position: absolute;
  width: 200px;
  z-index: -1;
  top: -50%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.custom-select .drop-items li {
  width: 200px;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 0.75em;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.25s ease-in-out;
}
.custom-select .drop-items li:first-child {
  border-top: 1px solid #e0e0e0;
  border-radius: 10px 10px 0 0;
}
.custom-select .drop-items li:last-child {
  border-radius: 0 0 10px 10px;
}
.custom-select .drop-items li:hover {
  background: rgb(226, 71, 37);
  border-color: rgb(226, 71, 37);
  color: #ffffff;
}
.custom-select .drop-items.active {
  z-index: 0;
  opacity: 1;
  top: 100%;
  transition: all 0.4s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
.sol-case {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .sol-case {
    width: 100%;
  }
}

.sol-case-items {
  width: 47%;
  cursor: pointer;
}
.sol-case-items div img {
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
}
.sol-case-items p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sol-case-items h3 {
  font-size: 28px;
}

/* 도입과정 */
.flex {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media all and (max-width: 480px) {
  .flex {
    flex-wrap: wrap;
  }
}
.gap40 {
  gap: 30px;
}
.solution-process {
  width: 22%;
}
@media all and (max-width: 767px) {
  .solution-process {
    width: 45%;
  }
}
.head-bar {
  height: 6px;
  width: 25px;
  background-color: rgb(226, 71, 37);
  border-radius: 5px;
  display: block;
}
@media all and (max-width: 767px) {
  .head-bar {
    height: 5px;
    width: 18px;
    margin-top: 20px;
  }
}
.solprocess-title {
  text-align: left;
  margin-left: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  width: 100%;
  line-height: 1.2rem;
}
@media all and (max-width: 767px) {
  .solprocess-title {
    font-size: 18px;
    margin: 6px 0;
  }
}
.solution-process p {
  font-size: 16px;
  line-height: 1.2rem;
}
.pagebox {
  display: flex;
  width: 100%;
}

/* -----------------sass 문법 업데이트로 사라진 코드들-------------------- */

/* new design */
.solbox-solutions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solbox-solutions section {
  width: 100%;
  padding: 45px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .solbox-solutions section {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .solbox-solutions section {
    padding: 20px 8%;
    margin-bottom: 15px;
  }
}

section .back1 {
  background: url('/asset/test/back1.png') no-repeat;
  background-size: cover;
  background-position: center;
}
section .back2 {
  background: url('/asset/test/back2.png') no-repeat;
  background-size: cover;
  background-position: center;
}
section .back3 {
  background: url('/asset/test/back3.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.solbox-solutions section h2 {
  color: #fff;
  font-size: 27.5px;
  margin: 0 0 20px 0;
}

@media all and (max-width: 767px) {
  .solbox-solutions section h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
.solutions-line {
  width: 100%;
  height: 1px;
  background: #112f6a;
}
.solbox-solutions section p {
  margin-top: 20px;
  font-size: 17px;
  color: #ddd;
  font-weight: 400;
}
@media (max-width: 767px) {
  .solbox-solutions section p {
    font-size: 15px;
  }
}
.solutions-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.solutions-items a {
  width: 50%;
  color: #eee;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 980px) and (max-width: 1079px) {
  .solutions-items {
    justify-content: space-between;
  }
  .solutions-items a {
    width: auto;
    margin-right: 30px;
    min-width: 160px;
  }
}
.solutions-items a:hover {
  color: #e24725;
}
.fa-caret-right {
  margin-right: 5px;
}
.solutions-items a:hover .fa-caret-right {
  animation-name: linkHover;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes linkHover {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 10px;
  }
}
.items-title img {
  width: 45px;
  margin: 0 15px 20px 0;
}
@media all and (max-width: 1199px) {
  .items-title {
    display: flex;
    align-items: center;
  }
  .items-title img {
    width: 40px;
  }
}
/* @media all and (min-width: 1200px) { */
.solutions-items a {
  width: 50%;
}
.solutions-items a[href='/src/solution/cdn/media-streaming'] {
  width: 63%;
}
.solutions-items a[href='/src/solution/cdn/cloud-storage'] {
  width: 63%;
}
.solutions-items a[href='/src/solution/cdn/file-delivery'] {
  width: 37%;
}
.solutions-items a[href='/src/solution/cdn/web-acceleration'] {
  width: 37%;
}
/* } */

.solutions-items a[href^='/eng/'] {
  width: 100%;
}
.solutions-items a[href='https://ddos.solbox.com/'] {
  width: 100%;
}
.sol1 {
  background: url('/asset/images/solution1.jpg') no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1079px) {
  .sol1 {
    background: url('/asset/images/solution1-tablet.png') no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .sol1 {
    background-position: left;
    background-size: cover;
  }
}

.txtwrap p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 최대 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagebox {
  display: flex;
  width: 100%;
  order: 5;
}

/* 고객사례 로고 이미지 깨진거. 상세페이지  */
.case-info-logo {
  width: 35%;
  max-width: 290px;
  height: auto;
  position: relative;
  overflow: hidden !important;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .case-info-logo {
    display: none;
  }
}
.case-info-logo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------ 새로운 디자인(클라우드상세) ---------*/
.sol-effects {
  border: 1px solid #ddd;
  padding: 22px;
  border-radius: 230px;
  width: 230px;
  height: 230px;
  margin-left: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 508px) {
  .sol-effects {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 480px) {
  .sol-effects {
    width: 175px;
    height: 175px;
  }
}
.circle:first-child {
  margin-left: 0;
}
.soleffect-title {
  font-size: 20px;
  text-align: center;
  line-height: 1.1rem;
}
@media all and (max-width: 508px) {
  .soleffect-title {
    font-size: 18px;
  }
}
.gapNegative40 {
  gap: -40px;
}
p.soleffect-txt {
  text-align: center;
  margin-top: 10px;
  line-height: 1.2rem;
}
.goToSolboxSecurity {
  display: block;
  margin-top: 30px !important;
  padding: 8px 50px;
  font-size: 18px;
  color: #fff;
  background-color: #a4acb7;
  border-radius: 8px;
}
.goToSolboxSecurity:hover {
  background-color: rgba(226, 71, 37, 1);
  transition: 0.7s;
}
.sol-case-items h5 {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .sol-case-items h5 {
    font-size: 18px;
  }
}

/* 클라우드 배너 추가 */
.webBannerBack {
  width: 100%;
  background: url('/asset/images/webbannerback.jpg') no-repeat;
  background-position: center;
  border-radius: 8px;
  padding: 55px;
}
@media all and (max-width: 990px) {
  .webBannerBack {
    padding: 45px;
  }
}
@media all and (max-width: 690px) {
  .webBannerBack {
    padding: 25px;
  }
}
.webBannerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
@media all and (max-width: 1279px) {
  .webBannerFlex {
    width: 100%;
  }
}
@media all and (max-width: 990px) {
  .webBannerFlex {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 690px) {
  .webBannerFlex {
    gap: 10px;
  }
}
.webBannerTxt {
  font-size: 22px;
  line-height: 2rem;
  color: #98a3be;
  font-weight: 450;
}
@media all and (max-width: 1279px) {
  .webBannerTxt {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 690px) {
  .webBannerTxt {
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
  }
  .webBannerTxt br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .webBannerTxt {
    font-size: 15px;
    line-height: 1.1rem;
    text-align: center;
  }
}
.webBannerBtn {
  padding: 15px 85px;
  background-color: #abb5cc;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 0px 18px 0px #c0ccdd;
  position: relative;
}
@media all and (max-width: 1279px) {
  .webBannerBtn {
    padding: 13px 60px;
    font-size: 18px;
  }
}
@media all and (max-width: 990px) {
  .webBannerBtn {
    padding: 10px 60px;
    font-size: 18px;
  }
}
@media all and (max-width: 990px) {
  .webBannerBtn {
    padding: 10px 45px;
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .webBannerBtn {
    padding: 8px 35px;
    font-size: 14px;
  }
}
.arrow_forward {
  display: none;
}
.webBannerBtn:hover .arrow_forward {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  animation: arrowMove 1s ease-in-out infinite;
}
@media all and (max-width: 1279px) {
  .webBannerBtn:hover .arrow_forward {
    animation: arrowMoveSM 1s ease-in-out infinite;
  }
}
@keyframes arrowMove {
  0% {
    right: 50px;
  }
  50% {
    right: 43px;
  }
  100% {
    right: 50px;
  }
}
@keyframes arrowMoveSM {
  0% {
    right: 20px;
  }
  50% {
    right: 26px;
  }
  100% {
    right: 20px;
  }
}
