@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Hsiang $
 * $Date: 2021-03-19 $
*/
/* ==========================================
 ##### Fonts
========================================== */
@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-style: normal;
  font-display: fallback;
}

/* ==========================================
 ##### Reset Set.
========================================== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-family: 'Roboto-Regular', '微軟正黑體', Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #333;
  outline: none;
  display: inline-block;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select, input[type="radio"] {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

:-moz-placeholder {
  color: #888;
  font-size: 15px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-g {
  font-size: 0;
}

.item {
  display: inline-block;
}

/* ==========================================
 ##### Common Set.
========================================== */
.p-subhead {
  font-size: 36px;
  color: #000;
  font-family: 'Poppins-Bold';
  margin: 0;
  z-index: 1;
}

.p-subhead span {
  display: inline-block;
  position: relative;
}

.p-subhead span::after {
  content: '';
  display: block;
  width: 32px;
  height: 25px;
  background: url(../images/p_ti_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  bottom: 8px;
  z-index: -1;
}

.out-wrap {
  overflow: hidden;
}

.btn-style {
  color: #fff;
  background: #01a0dc;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}

.p-wrap {
  max-width: 1400px;
  margin: auto;
}

.p-pt {
  padding-top: 80px;
}

.bg-blue {
  background: url(../images/blue_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  min-height: calc(100vh - 439px);
}

.p-mt {
  padding-top: 75px;
}

@media (max-width: 1399px) {
  .p-wrap {
    padding: 0 20px;
  }
}

.p-ti-box {
  text-align: center;
}

.p-ti-box .p-ti {
  font-size: 46px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  display: inline-block;
}

.i-ti-box {
  text-align: center;
}

.i-ti {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  display: inline-block;
}

@media (max-width: 1440px) {
  .p-ti-box .p-ti {
    font-size: 32px;
  }
  .i-ti {
    font-size: 32px;
  }
  .p-mt {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .p-ti-box .p-ti {
    font-size: 28px;
    line-height: 1.3;
  }
  .i-ti {
    font-size: 28px;
  }
  .p-pt {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .p-ti-box .p-ti {
    font-size: 24px;
  }
  .i-ti {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .btn-style:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
}

@media (max-width: 991px) {
  .btn-style {
    padding: 8px 20px;
  }
}

/* ===== p-ban ===== */
.p-ban {
  position: relative;
}

.p-ban p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 46px;
  font-family: 'Roboto-Regular';
}

/* ===== msa-nodata ===== */
.msg-nodata {
  padding: 100px 0;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #093e76;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #005494;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #093e76;
}

.msg-nodata .text {
  text-align: center;
  font-weight: 600;
  color: #555;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}

.msg-nodata .text strong {
  display: block;
}

/* ===== finish ===== */
.finish {
  padding: 160px 0;
}

.finish h2 {
  font-size: 40px;
  text-align: center;
}

.finish .msg-icon {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #01a0dc;
}

.finish .msg-icon::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-icon::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-ti {
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  color: #01a0dc;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.finish .msg-ti::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1;
}

.finish .btn-wrap {
  text-align: center;
}

.finish .btn-wrap a {
  width: 115px;
  background: #01a0dc;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* ===== tab-box ===== */
.category {
  margin-top: 45px;
}

.category .cur-item {
  display: none;
}

.category .m-first {
  text-align: center;
  font-size: 0;
}

.category .m-first li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.category .m-first li a {
  color: #01a0dc;
  font-size: 14px;
  width: 250px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #01a0dc;
  border-radius: 4px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.category .m-first li a.current {
  color: #fff;
  background: #01a0dc;
}

@media (min-width: 992px) {
  .category .m-first li a:hover {
    color: #fff;
    background: #01a0dc;
  }
}

@media (max-width: 1440px) {
  .category {
    margin-top: 30px;
  }
}

/* ===== p-breadcrumb ===== */
.p-breadcrumb {
  padding: 15px 0;
  width: 100%;
  position: absolute;
}

.p-breadcrumb li {
  display: inline-block;
}

.p-breadcrumb li:first-child {
  margin-left: 20px;
}

.p-breadcrumb li:last-child a::after {
  display: none;
}

.p-breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  margin-right: 30px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-family: 'Roboto-Regular';
}

.p-breadcrumb li a:hover {
  color: #01a0dc;
}

.p-breadcrumb li a::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-breadcrumb li a.home::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  background: url(../images/home_icon.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}

@media (max-width: 1440px) {
  .p-breadcrumb {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .p-breadcrumb li:first-child {
    margin-left: 0;
  }
  .p-breadcrumb li a {
    margin-right: 15px;
    font-size: 14px;
  }
  .p-breadcrumb li a::after {
    right: -12px;
  }
}

/* ==========================================
 ##### animate
========================================== */
[data-scrollview="fadeInLeft"], [data-scrollview-repeat="fadeInLeft"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

[data-scrollview="fadeInLeft"].scroll-view, [data-scrollview-repeat="fadeInLeft"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInRight"], [data-scrollview-repeat="fadeInRight"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

[data-scrollview="fadeInRight"].scroll-view, [data-scrollview-repeat="fadeInRight"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInUp"], [data-scrollview-repeat="fadeInUp"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInUp"].scroll-view, [data-scrollview-repeat="fadeInUp"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"], [data-scrollview-repeat="fadeInDown"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"].scroll-view, [data-scrollview-repeat="fadeInDown"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="InOpacity"], [data-scrollview-repeat="InOpacity"] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-scrollview="InOpacity"].scroll-view, [data-scrollview-repeat="InOpacity"].scroll-view {
  opacity: 1;
}

[data-scrollview="flipIn"], [data-scrollview-repeat="flipIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[data-scrollview="flipIn"].scroll-view, [data-scrollview-repeat="flipIn"].scroll-view {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

[data-scrollview="zoomIn"], [data-scrollview-repeat="zoomIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

[data-scrollview="zoomIn"].scroll-view, [data-scrollview-repeat="zoomIn"].scroll-view {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-scrollview="spacing"], [data-scrollview-repeat="spacing"] {
  opacity: 0;
  letter-spacing: -10px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

[data-scrollview="spacing"].scroll-view, [data-scrollview-repeat="spacing"].scroll-view {
  opacity: 1;
  letter-spacing: initial;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

/* ===== header ===== */
.header {
  height: 80px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #dcdcde;
}

.header h1 {
  font-size: 0;
}

.header .logo {
  display: inline-block;
  width: 180px;
  height: 59px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 10;
}

.header .nav {
  text-align: right;
  /* padding-top: 30px; */
  padding-top: 15px;
}

.header .m-first {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.header .m-first > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header .m-first > li:last-child > a {
  padding-right: 0;
}

.header .m-first > li > a {
  display: inline-block;
  width: 100%;
  color: #000;
  text-align: center;
  padding: 0 30px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.header .m-first .login-btn {
  padding-left: 30px;
}

.header .m-first > li > a.login {
  color: #fff;
  background: #01a0dc;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}

.header .m-first > li > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #01a0dc;
  margin-top: 2px;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .m-first > li > a.current::after {
  opacity: 1;
}

.header .m-first > li .m-second {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background: rgba(68, 68, 68, 0.96);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .m-first > li .m-second::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

.header .m-first > li .m-second li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}

.header .sub-box {
  position: absolute;
  top: 20px;
  right: 72px;
}

.header .sub-box .login {
  color: #fff;
}

@media (min-width: 992px) {
  .header .nav {
    display: block !important;
  }
  .header .m-first > li > a:hover::after {
    opacity: 1;
  }
}

@media (max-width: 1440px) {
  .header .logo {
    left: 25px;
  }
  .header .nav {
    /* padding-right: 150px; */
    padding-right: 25px;
  }
  .header .m-first > li > a {
    padding: 0 15px;
  }
  .header .sub-box {
    right: 30px;
  }
}

@media (max-width: 991px) {
  .header .m-first > li.login-btn {
    display: none;
  }
  .header .mobile-only {
    display: block;
  }

  .header {
    height: 60px;
  }
  .header .logo {
    width: 152px;
    height: 50px;
    top: 5px;
    left: 15px;
  }
  .header .sub-box {
    top: 16px;
    right: 55px;
  }
  .header .m-first {
    opacity: 0;
    pointer-events: none;
    padding-top: 0;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  .header .m-first > li {
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .header .m-first > li > a {
    padding: 20px;
  }
  .header .m-first > li > a.current {
    color: #01a0dc;
  }
  .header .m-first > li > a.current::after {
    display: none;
  }
  .header.on .m-first {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
    overflow-y: scroll;
  }
  .header.on .m-first > li {
    opacity: 1;
    pointer-events: auto;
  }
  .header.on .m-first > li.arrow::after {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: 1;
    top: 27px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .header.on .m-first > li:nth-child(1) {
    -webkit-transition-delay: 0.08s;
         -o-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .header.on .m-first > li:nth-child(2) {
    -webkit-transition-delay: 0.16s;
         -o-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .header.on .m-first > li:nth-child(3) {
    -webkit-transition-delay: 0.24s;
         -o-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .header.on .m-first > li:nth-child(4) {
    -webkit-transition-delay: 0.32s;
         -o-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .header.on .m-first > li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header.on .m-first > li:nth-child(6) {
    -webkit-transition-delay: 0.48s;
         -o-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .header.on .m-first > li:nth-child(7) {
    -webkit-transition-delay: 0.56s;
         -o-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  .header.on .m-first > li:nth-child(8) {
    -webkit-transition-delay: 0.64s;
         -o-transition-delay: 0.64s;
            transition-delay: 0.64s;
  }
  .header.on .m-first > li:nth-child(9) {
    -webkit-transition-delay: 0.72s;
         -o-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  .header.on .m-first > li .m-second {
    position: relative;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    top: unset;
    left: unset;
    display: none;
    background: rgba(68, 68, 68, 0.95);
  }
}

/* ===== switch ===== */
.header a.switch {
  font-size: 0;
  width: 60px;
  position: absolute;
  z-index: 100;
  display: none;
}

.header a.switch .line1,
.header a.switch .line2,
.header a.switch .line3 {
  width: 23px;
  height: 2px;
  background: #1b82ff;
  display: block;
}

.header a.switch span {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header a.switch .line1 {
  margin-top: -9px;
  -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -webkit-transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header a.switch .line2 {
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header a.switch .line3 {
  margin-top: 9px;
  -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -webkit-transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header.on a.switch .line1 {
  margin-top: 0px;
  -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header.on a.switch .line2 {
  width: 0;
}

.header.on a.switch .line3 {
  margin-top: 0px;
  -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header a.switch::before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: -11px;
  left: 18px;
}

@media (max-width: 991px) {
  .header a.switch {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 10;
  }
  .header a.switch::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* twc show/hide login button */
.desktop-only,
.mobile-only {
   display: none;
}
  
@media  (max-width: 1600px) {
  .desktop-only {
    display: block;
  }
}

/* ===== footer ===== */
.footer {
  background: #000;
  color: #fff;
}

.footer .top {
  font-size: 0;
  padding: 90px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .top .f-logo {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}

.footer .top .list-g {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px);
  padding-left: 50px;
}

.footer .top .list-g .list {
  display: inline-block;
  vertical-align: top;
  width: 17.5%;
  padding: 0 10px;
}

.footer .top .list-g .list .list-ti {
  color: #fff;
  font-size: 17px;
  font-family: 'Poppins-Bold';
}

.footer .top .list-g .list ul li {
  margin-top: 10px;
}

.footer .top .list-g .list ul li a {
  color: #fff;
  font-size: 15px;
}

.footer .top .list-g .list .time li {
  position: relative;
  padding-left: 25px;
}

.footer .top .list-g .list .time li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
}

.footer .top .list-g .list .time li a {
  word-break: break-all;
}

.footer .top .list-g .list .time li .tel {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
}

.footer .top .list-g .info {
  width: 30%;
}

.footer .copy {
  padding: 25px 0 55px;
}

.footer .txt-g {
  font-size: 0;
}

.footer .txt-g .left {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 420px);
}

.footer .txt-g .right {
  text-align: right;
  width: 420px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.footer .txt-g .right .font {
  color: #fff;
}

@media (min-width: 992px) {
  .footer .top .list-g .list ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1440px) {
  .footer .top {
    padding: 45px 0 30px;
  }
  .footer .top .list-g {
    padding-left: 30px;
  }
  .footer .copy {
    padding: 25px 0;
  }
  .footer .txt-g {
    max-width: 880px;
    margin: auto;
  }
  .footer .txt-g .left, .footer .txt-g .right {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .footer .top {
    padding: 30px 0;
  }
  .footer .top .f-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .top .list-g {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer .top {
    padding: 20px 0 10px;
  }
  .footer .top .list-g .list {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .footer .top .list-g .info {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .footer .top .list-g .list {
    width: 50%;
  }
  .footer .top .list-g .info {
    width: 100%;
  }
}

/* ===== i-ban ===== */
.i-ban {
  position: relative;
  line-height: 0;
  overflow: hidden;
  height: auto;
}

.i-ban .xs-show {
  display: none;
}

.i-ban .slick-slide {
  height: auto !important;
}

.i-ban .slick-dots {
  bottom: 35px;
}

.i-ban .item {
  position: relative;
  overflow: hidden;
  display: block;
}

.i-ban .item > img {
  -webkit-transition: -webkit-transform ease-in-out 1.5s;
  transition: -webkit-transform ease-in-out 1.5s;
  -o-transition: transform ease-in-out 1.5s;
  transition: transform ease-in-out 1.5s;
  transition: transform ease-in-out 1.5s, -webkit-transform ease-in-out 1.5s;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.i-ban .item .xs-show {
  display: none;
}

.i-ban .item .slogan {
  position: absolute;
  z-index: 1;
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
  top: 53%;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #fff;
  line-height: 1.2;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19.5%;
  max-width: 620px;
  opacity: 0;
}

.i-ban .item .slogan h1 {
  line-height: 1.3;
  font-size: 46px;
  color: #000;
}

.i-ban .item .slogan p {
  font-size: 19px;
  color: #555;
  line-height: 1.8;
  margin-top: 20px;
}

.i-ban .item .slogan a {
  margin-top: 20px;
}

.i-ban .item.in img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.i-ban .item.in .slogan {
  opacity: 1;
  left: 18%;
}

@media (max-width: 1440px) {
  .i-ban .item .slogan {
    left: 7%;
  }
  .i-ban .item .slogan h1 {
    font-size: 32px;
  }
  .i-ban .item .slogan p {
    margin-top: 10px;
  }
  .i-ban .item .slogan a {
    margin-top: 10px;
  }
  .i-ban .item.in .slogan {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .i-ban {
    margin-top: 60px;
  }
  .i-ban .item .slogan {
    width: 100%;
    max-width: unset;
    left: 7%;
    top: 50%;
  }
  .i-ban .item .slogan h1 {
    font-size: 28px;
  }
  .i-ban .item .slogan p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .i-ban {
    margin-bottom: 10px;
  }
  .i-ban .item .xs-show {
    display: block;
  }
  .i-ban .item .xs-hide {
    display: none;
  }
  .i-ban .item .slogan {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    text-align: center;
    margin-top: 25px;
    padding: 0 20px;
  }
  .i-ban .item .slogan h1 {
    font-size: 24px;
  }
  .i-ban .item .slogan h1 br {
    display: none;
  }
  .i-ban .item .slogan p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
  .i-ban .item .slogan p br {
    display: none;
  }
  .i-ban .item.in .slogan {
    left: unset;
  }
}

/* ===== i-works ===== */
.i-works {
  margin: 70px 0 0 0;
}

.i-works .summary {
  text-align: center;
}

.i-works .summary p {
  margin: 35px 0;
  line-height: 1.8;
}

.i-works .item-g {
  margin: 70px -20px 0;
  padding: 0 60px;
}

.i-works .item-g .item {
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
}

.i-works .item-g .item .icon {
  width: 158px;
  margin: auto;
}

.i-works .item-g .item .txt {
  padding: 20px 0 0 0;
  text-align: center;
}

.i-works .item-g .item .txt span {
  color: #288cd7;
  font-size: 26px;
  font-family: 'Roboto-MediumItalic';
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.i-works .item-g .item .txt p {
  font-size: 18px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1440px) {
  .i-works {
    margin: 55px 0 0 0;
  }
  .i-works .summary p {
    margin: 20px 0;
  }
  .i-works .item-g {
    padding: 0;
    margin: 45px -8px 0;
  }
  .i-works .item-g .item {
    padding: 0 8px;
  }
}

@media (max-width: 1199px) {
  .i-works .item-g .item .icon {
    width: 135px;
  }
  .i-works .item-g .item .txt {
    padding: 10px 0 0 0;
  }
}

@media (max-width: 991px) {
  .i-works .summary p {
    line-height: 1.6;
  }
  .i-works .summary p br {
    display: none;
  }
  .i-works .item-g {
    margin: 30px -8px 0;
  }
  .i-works .item-g .item .icon {
    width: 120px;
  }
  .i-works .item-g .item .txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 849px) {
  .i-works {
    margin: 35px 0 0;
  }
  .i-works .summary p {
    margin: 10px 0 15px;
  }
  .i-works .item-g {
    margin: 25px 0 0;
  }
  .i-works .item-g .item {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .i-works .item-g .item .icon, .i-works .item-g .item .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .i-works .item-g .item .icon {
    width: 70px;
  }
  .i-works .item-g .item .txt {
    padding-left: 10px;
    width: calc(100% - 70px);
    text-align: left;
  }
  .i-works .item-g .item .txt p {
    position: relative;
    padding-left: 20px;
  }
  .i-works .item-g .item .txt p span {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .i-works .summary p {
    text-align: left;
  }
}

/* ===== i-solutions ===== */
.i-solutions {
  margin: 75px 0 10px 0;
  position: relative;
}

.i-solutions::after {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: url(../images/i_solutiom_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  pointer-events: none;
}

.i-solutions .item-g {
  margin: 0 -45px;
}

.i-solutions .item-g .item {
  vertical-align: top;
  width: 50%;
  padding: 0 45px;
}

.i-solutions .item-g .item .box {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 75px 60px 50px;
}

.i-solutions .item-g .item .box p {
  font-size: 19px;
  color: #555;
  line-height: 1.8;
  margin: 20px 0;
  min-height: 120px;
}

.i-solutions .item-g .item .box .icon {
  width: 260px;
  margin: 0 auto 30px;
  position: relative;
  left: -12px;
}

@media (max-width: 1440px) {
  .i-solutions {
    margin: 80px 0 10px 0;
  }
  .i-solutions .item-g {
    margin: 0 -15px;
  }
  .i-solutions .item-g .item {
    padding: 0 15px;
  }
  .i-solutions .item-g .item .box {
    padding: 40px;
  }
  .i-solutions .item-g .item .box p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .i-solutions .item-g {
    margin: 0 -10px;
  }
  .i-solutions .item-g .item {
    padding: 0 10px;
  }
  .i-solutions .item-g .item .box {
    padding: 20px;
  }
  .i-solutions .item-g .item .box p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 10px;
  }
}

@media (max-width: 767px) {
  .i-solutions {
    margin: 45px 0 10px 0;
  }
  .i-solutions .item-g {
    margin: 0;
  }
  .i-solutions .item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .i-solutions .item-g .item .box {
    padding: 20px;
  }
  .i-solutions .item-g .item .box p {
    min-height: unset;
    margin: 10px 0 20px;
    text-align: left;
  }
  .i-solutions .item-g .item .box .icon {
    width: 220px;
  }
}

/* ===== i-reasons ===== */
.i-reasons {
  padding: 75px 0 75px;
  background: #f2f7fd;
}

.i-reasons .item-g {
  margin: 55px -11px 0;
}

.i-reasons .item-g .item {
  vertical-align: top;
  width: 33.33%;
  padding: 0 11px;
}

.i-reasons .item-g .item:nth-child(1) .box {
  background: url(../images/reasons_1_big.jpg) no-repeat;
  background-size: cover;
}

.i-reasons .item-g .item:nth-child(2) .box {
  background: url(../images/reasons_2_big.jpg) no-repeat;
  background-size: cover;
}

.i-reasons .item-g .item:nth-child(3) .box {
  background: url(../images/reasons_3_big.jpg) no-repeat;
  background-size: cover;
}

.i-reasons .item-g .item .box {
  padding: 45px;
}

.i-reasons .item-g .item .box .cont {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.i-reasons .item-g .item .box .pic {
  width: 360px;
  margin: auto;
}

.i-reasons .item-g .item .box .pic img {
  width: 100%;
  max-width: unset;
  border-radius: 5px 5px 0 0;
}

.i-reasons .item-g .item .box .txt {
  background: #fff;
  text-align: center;
  padding: 5px 10px 35px;
  border-bottom: 7px solid #288cd7;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.i-reasons .item-g .item .box .txt::before {
  content: '';
  display: block;
  width: 74%;
  height: 16px;
  background: #fff;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
}

.i-reasons .item-g .item .box .txt .top span {
  color: #288cd7;
  font-size: 15px;
}

.i-reasons .item-g .item .box .txt p {
  font-size: 24px;
  color: #000;
  margin-top: 5px;
}

@media (max-width: 1440px) {
  .i-reasons {
    padding: 85px 0 50px;
  }
  .i-reasons .item-g {
    margin: 40px -11px 0;
  }
  .i-reasons .item-g .item .box {
    padding: 30px;
  }
  .i-reasons .item-g .item .box .pic {
    width: 100%;
  }
  .i-reasons .item-g .item .box .txt {
    padding: 20px 10px;
  }
  .i-reasons .item-g .item .box .txt::before {
    display: none;
  }
  .i-reasons .item-g .item .box .txt p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .i-reasons .item-g {
    margin: 30px -5px 0;
  }
  .i-reasons .item-g .item {
    padding: 0 5px;
  }
  .i-reasons .item-g .item .box {
    padding: 15px;
  }
  .i-reasons .item-g .item .box .txt {
    padding: 10px;
  }
  .i-reasons .item-g .item .box .txt .top span {
    font-size: 14px;
  }
  .i-reasons .item-g .item .box .txt p {
    font-size: 16px;
  }
}

@media (max-width: 849px) {
  .i-reasons .item-g .item .box {
    padding: 0;
  }
  .i-reasons .item-g .item .box .pic img {
    border-radius: 0;
  }
  .i-reasons .item-g .item .box .txt {
    border-radius: unset;
  }
}

@media (max-width: 767px) {
  .i-reasons {
    padding: 15px 0 35px;
  }
}

@media (max-width: 599px) {
  .i-reasons {
    padding: 15px 0 20px;
  }
  .i-reasons .item-g {
    margin: 25px 0 0;
  }
  .i-reasons .item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

/* ===== i-security ===== */
.i-security {
  padding: 70px 0 100px;
}

.i-security .item-g .item {
  width: 50%;
  vertical-align: middle;
}

.i-security .item-g .txt {
  padding-left: 50px;
}

.i-security .item-g .txt p {
  font-size: 19px;
  color: #333;
  line-height: 1.8;
  margin: 30px 0;
}

.i-security .item-g .txt a {
  font-size: 18px;
  color: #01a0dc;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .i-security {
    padding: 70px 0;
  }
  .i-security .item-g .txt p {
    font-size: 18px;
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .i-security {
    padding: 50px 0 60px;
  }
  .i-security .item-g .txt {
    width: 55%;
    vertical-align: top;
    padding-left: 30px;
  }
  .i-security .item-g .txt p {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
  }
  .i-security .item-g .txt a {
    font-size: 16px;
  }
  .i-security .item-g .pic {
    vertical-align: top;
    width: 45%;
  }
}

@media (max-width: 699px) {
  .i-security .item-g .txt, .i-security .item-g .pic {
    width: 100%;
  }
  .i-security .item-g .txt {
    padding: 0;
    margin-top: 20px;
  }
  .i-security .item-g .txt .i-ti {
    text-align: center;
  }
}

/* ====== pricing ===== */
#pricing .top {
  padding-bottom: 1px;
}

#pricing .btn-pricing {
  width: 100%;
  font-size: 14px;
  padding: 16px 5px;
  line-height: 1.4;
}

#pricing .gray {
  background: #eff4f6;
  color: #01a0dc;
}

#pricing .gray:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  background: #01a0dc;
}

#pricing .item-g {
  margin: 65px -20px 95px;
}

#pricing .item-g .item {
  vertical-align: top;
  /* width: 25%; */
  width: 33.33%;
  padding: 0 20px;
  position: relative;
}
#pricing .item-g.col-4 .item {
  width: 25%;
}

#pricing .item-g .item .label-span {
  font-size: 12px;
  font-family: 'Roboto-Regular';
  line-height: 1;
  padding: 7px 10px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -o-linear-gradient(121deg, #28c9d7 28%, #00a0dc 83%);
  background: linear-gradient(329deg, #28c9d7 28%, #00a0dc 83%);
  color: #fff;
  z-index: 3;
}

#pricing .item-g .item .label-span.companies-label-span {
  width: 190px;
}

#pricing .item-g .item .label-span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #037ba8 transparent;
  position: absolute;
  left: -7px;
  top: 0;
}

#pricing .item-g .item .label-span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #037ba8;
  position: absolute;
  right: -7px;
  top: 0;
}

#pricing .item-g .box, 
#pricing .item-g .contact-box {
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 20px 40px;
  min-height: 815px;
}
#pricing .item-g .contact-box {
  min-height: auto;
}

#pricing .item-g .box.companies-box {
  min-height: 1300px;
}

#pricing .item-g .box.no-bg {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#pricing .item-g .box .icon {
  width: 113px;
  margin: auto;
}

#pricing .item-g .box h3 {
  line-height: 1.4;
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}

#pricing .item-g .box .price {
  margin: 20px 0;
  text-align: center;
  min-height: 54px;
}

#pricing .item-g .box .price.companies-price {
  min-height: 111px;
}

#pricing .item-g .box .price .dollar {
  color: #000;
  font-size: 45px;
  font-family: 'Roboto-Bold';
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
}

#pricing .item-g .box .price .dollar i {
  font-size: 26px;
  position: absolute;
  top: 7px;
  left: 0;
  font-style: unset;
  line-height: 1;
}

#pricing .item-g .box .price .dollar.txt {
  line-height: 1.4;
  padding-left: 0;
  font-size: 26px;
}

#pricing .item-g .box .price .unit {
  font-size: 18px;
  color: #888;
  position: relative;
}

#pricing .item-g .box .price .unit::before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}

#pricing .item-g .box .price .month {
  color: #888;
  font-size: 15px;
  display: block;
}

#pricing .item-g .box .price .users {
  color: #555;
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

#pricing .item-g .box .price .users i {
  display: inline-block;
  vertical-align: middle;
  font-style: unset;
  width: 16px;
  height: 14px;
  position: relative;
  bottom: 1px;
  margin-right: 5px;
}

#pricing .item-g .box .price .users i.mem-1 {
  background: url(../images/icon_mem_1.png) no-repeat;
  background-size: contain;
}

#pricing .item-g .box .price .users i.mem-2 {
  background: url(../images/icon_mem_2.png) no-repeat;
  background-size: contain;
}

#pricing .item-g .box .intro {
  text-align: center;
}

#pricing .item-g .box .intro p {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Roboto-Regular';
  padding-bottom: 15px;
}

#pricing .item-g .box .intro p:nth-child(1) {
  border-bottom: 1px solid #eee;
  padding-top: 15px;
}

#pricing .item-g .box .btn-wrap {
  margin: 15px 0 10px;
}

#pricing .item-g .box .list {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
}

#pricing .item-g .box .list ul li,
#apply .item-g .view-box ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-top: 10px;
}

#pricing .item-g .box .list ul li::before,
#apply .item-g .view-box ul li::before {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

#pricing .plans {
  padding-top: 65px;
}

#pricing .plans .link-txt {
  text-align: center;
  color: #555;
  font-size: 18px;
}

#pricing .plans .link-txt a {
  text-decoration: underline;
}

#pricing .plans-item-g {
  font-size: 0;
  margin: 70px -17px 0;
}

#pricing .plans-item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 17px;
  margin-bottom: 60px;
}

#pricing .plans-item-g .item .box {
  padding: 0 35px;
}

#pricing .plans-item-g .item .icon {
  text-align: center;
  margin-bottom: 25px;
}

#pricing .plans-item-g .item .txt h4 {
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  min-height: 78px;
}

#pricing .plans-item-g .item .txt p {
  font-size: 18px;
  color: #555;
  line-height: 2;
  margin-top: 15px;
}

#pricing .item-g .item.white-box {
    padding: 32px 20px;
    background: #fff;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
}

@media (max-width: 1440px) {
  #pricing .item-g {
    margin: 40px -10px 60px;
  }
  #pricing .item-g .item {
    padding: 0 10px;
  }
  #pricing .item-g .box h3 {
    margin-top: 20px;
  }
  #pricing .item-g .box .price {
    margin: 10px 0;
  }
  #pricing .item-g .box .price .dollar {
    font-size: 36px;
  }
  #pricing .item-g .box .btn-wrap {
    margin: 10px 0 20px;
  }
  #pricing .plans {
    padding-top: 50px;
  }
  #pricing .plans .link-txt {
    margin-top: 20px;
  }
  #pricing .plans-item-g {
    margin: 55px -10px 0;
  }
  #pricing .plans-item-g .item {
    padding: 0 10px;
  }
  #pricing .plans-item-g .item .box {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  #pricing .item-g .item {
    width: 33.33%;
    margin-bottom: 25px;
  }
  #pricing .item-g .item:first-child {
    width: 100%;
  }
  #pricing .item-g .item:first-child .box {
    min-height: unset;
    background: #fff;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 20px;
  }
  #pricing .item-g .box {
    min-height: 820px;
  }
}

@media (max-width: 991px) {
  #pricing .item-g {
    margin: 40px -6px 60px;
  }
  #pricing .item-g .item {
    padding: 0 6px;
  }
  #pricing .item-g .box {
    min-height: unset;
  }
  #pricing .item-g .box.companies-box {
    min-height: unset;
  }
  #pricing .item-g .box h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  #pricing .item-g .box .price .dollar {
    font-size: 28px;
  }
  #pricing .item-g .box .price .dollar.txt {
    font-size: 22px;
  }
  #pricing .item-g .box .price .dollar i {
    top: 0;
    font-size: 20px;
  }
  #pricing .item-g .box .intro p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #pricing .item-g .box .intro p:nth-child(2) {
    padding-top: 10px;
  }
  #pricing .item-g .box .btn-wrap {
    margin: 5px 0 15px;
  }
  #pricing .item-g .box .list {
    font-size: 16px;
  }
  #pricing .top .item-g {
    margin-bottom: 30px;
  }
  #pricing .plans {
    padding-top: 45px;
  }
  #pricing .plans .link-txt {
    margin: 30px 0 20px;
    font-size: 16px;
  }
  #pricing .plans-item-g {
    margin: 35px -15px 0;
  }
  #pricing .plans-item-g .item {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  #pricing .plans-item-g .item .txt h4 {
    font-size: 22px;
    min-height: unset;
  }
  #pricing .plans-item-g .item .txt p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
  #pricing .plans-item-g .item .box {
    padding: 0;
  }
  #pricing .category .m-first li {
    margin-bottom: 5px;
  }
  #pricing .category .m-first li a {
    width: 200px;
  }
}

@media (max-width: 767px) {
  #pricing .item-g {
    margin: 40px 0;
  }
  #pricing .item-g .item {
    width: 100%;
    padding: 0;
  }
  #pricing .item-g .item .label-span {
    left: 8px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  #pricing .item-g .box {
    padding: 30px 20px;
  }
  #pricing .plans {
    padding-top: 30px;
  }
  #pricing .plans .link-txt {
    margin: 20px 0;
  }
  #pricing .plans-item-g {
    margin: 35px 0 0;
  }
  #pricing .plans-item-g .item {
    margin-bottom: 25px;
    width: 100%;
    padding: 0;
  }
  #pricing .plans-item-g .item .icon {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    margin-bottom: 0;
  }
  #pricing .plans-item-g .item .txt {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  #pricing .plans-item-g .item .txt h4 {
    font-size: 20px;
  }
  #pricing .plans-item-g .item .txt p {
    margin-top: 5px;
  }
  #pricing .plans-item-g .item .box {
    padding: 10px;
    font-size: 0;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

@media (max-width: 499px) {
  #pricing .category .m-first li {
    width: 100%;
  }
  #pricing .category .m-first li a {
    width: 100%;
  }
}

/* ===== contact-us-form ===== */
@-webkit-keyframes ani_twink {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani_twink {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#contact {
  position: relative;
  z-index: 1;
  background-image: url(../images/blue_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom -150px;
}

#contact .gobel {
  pointer-events: none;
  position: absolute;
  bottom: -200px;
  right: 0;
}

#contact .gobel i {
  display: block;
  font-style: unset;
  width: 20px;
  height: 18px;
  background: url(../images/icon_dot.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .8;
  -webkit-animation: ani_twink 1.5s ease-in-out infinite;
          animation: ani_twink 1.5s ease-in-out infinite;
}

#contact .gobel .one {
  top: 55px;
  right: 32px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

#contact .gobel .two {
  top: 47px;
  right: 146px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation: unset;
          animation: unset;
}

#contact .gobel .three {
  top: 168px;
  right: 323px;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-animation: unset;
          animation: unset;
}

#contact .gobel .four {
  top: 175px;
  right: 446px;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

#contact .gobel .five {
  top: 285px;
  right: 405px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

#contact .gobel .six {
  top: 490px;
  right: 485px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#contact .btn-wrap {
  text-align: center;
  font-size: 0;
  margin: 20px -25px 0;
}

#contact .btn-wrap .captcha-box, #contact .btn-wrap .btn-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 25px;
}

#contact .btn-wrap button {
  padding: 18px 0;
  width: 100%;
  cursor: pointer;
}

#contact .box-bg {
  background: #fff;
  padding: 45px 55px;
}

#contact .item-g {
  padding: 75px 0 60px;
}

#contact .item-g .form, #contact .item-g .info {
  vertical-align: middle;
}

#contact .item-g .form {
  width: 53%;
}

#contact .item-g .form .summary {
  font-size: 19px;
  color: #555;
  text-align: center;
  margin: 15px 0;
}

#contact .item-g .info {
  width: 47%;
  color: #000;
  font-family: 'Roboto-Bold';
  padding: 0 120px 0 60px;
}

#contact .item-g .info > p {
  font-size: 32px;
}

#contact .item-g .info .list-box {
  padding: 20px 0;
}

#contact .item-g .info .list-box.deco-line {
  border-top: 1px solid #e8eaed;
}

#contact .item-g .info .list-box.deco-line ul li {
  padding-left: 65px;
}

#contact .item-g .info .list-ti {
  font-size: 18px;
}

#contact .item-g .info ul li {
  font-size: 18px;
  margin-top: 15px;
  position: relative;
}

#contact .item-g .info ul li a {
  color: #000;
}

#contact .item-g .info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.half-g {
  font-size: 0;
  margin: 0 -10px;
}

.half-g .full-box {
  width: 50%;
  display: inline-block;
  padding: 0 10px;
}

.half-g .column-4 {
  width: 33.33%;
}

.fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 18px 0;
  position: relative;
}

.fluid.full {
  width: 100%;
  padding-left: 100px;
}

.fluid .label-item {
  color: #444;
  font-size: 19px;
  position: absolute;
  top: 8px;
  left: 12px;
  text-align: right;
}

.fluid .label-item span {
  color: #d32634;
  margin-right: 3px;
}

.fluid .label-item .gray {
  color: #666;
  font-size: 15px;
  margin: 0;
  display: block;
  margin-left: 8px;
}

.fluid .radio {
  width: 0;
  height: 0;
  border: none;
}

.fluid label {
  font-size: 19px;
  color: #555;
}

.fluid label.full {
  display: block;
}

.fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
  color: #555;
  font-size: 19px;
  font-family: 'Roboto-Regular';
  font-weight: bold;
  background: #fafafa;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.fluid .input:focus {
  outline: 1px solid #01a0dc;
}

.fluid select {
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 8px;
  background: url(../images/select_arrow.png) no-repeat;
  margin-right: 10px;
  background-size: 12px 7px;
  background-position: center right 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.fluid .name-box {
  font-size: 0;
}

.fluid .name-box .input {
  width: calc(100% - 130px);
}

.fluid .name-box .label-box {
  width: 130px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fluid .name-box .label-box label {
  margin-right: 0;
}

.fluid .code-box {
  font-size: 0;
}

.fluid .code-box .codeImg {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
}

.fluid .code-box .input {
  width: calc(100% - 130px);
  padding: 9px 8px;
}

.fluid textarea {
  width: 100%;
  font-size: 19px;
  color: #555;
  font-family: 'Roboto-Regular';
  font-weight: bold;
  background: #fafafa;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 12px;
}

.fluid textarea:focus {
  outline: 1px solid #037ba8;
}

@media (max-width: 1440px) {
  #contact .item-g {
    padding: 75px 0 60px;
  }
  #contact .item-g .box-bg {
    padding: 30px;
  }
  #contact .item-g .info {
    padding: 0 0 0 40px;
  }
  #contact .item-g .info .list-box {
    padding: 15px 0;
  }
  #contact .item-g .form .summary {
    margin: 18px 0;
  }
}

@media (max-width: 991px) {
  #contact .bg {
    display: none;
  }
  #contact .gobel {
    bottom: -425px;
    opacity: .6;
  }
  #contact .btn-wrap {
    margin: 10px 0 0;
  }
  #contact .btn-wrap .captcha-box {
    width: 100%;
    padding: 0;
  }
  #contact .btn-wrap .btn-box {
    width: auto;
    padding: 0;
  }
  #contact .btn-wrap .btn-box button {
    padding: 8px 20px;
  }
  #contact .item-g {
    padding: 60px 0 35px;
  }
  #contact .item-g .box-bg {
    padding: 20px 10px;
  }
  #contact .item-g .form, #contact .item-g .info {
    width: 100%;
  }
  #contact .item-g .form .summary {
    font-size: 16px;
  }
  #contact .item-g .info {
    padding: 0 10px;
    margin-top: 25px;
    color: #555;
  }
  #contact .item-g .info > p {
    font-size: 28px;
  }
  #contact .item-g .info .list-box {
    padding: 10px 0;
  }
  #contact .item-g .info .list-box.deco-line {
    border-top: 1px solid #ddd;
  }
  #contact .item-g .info ul li {
    margin-top: 5px;
    font-size: 16px;
  }
  #contact .item-g .info ul li a {
    color: #555;
  }
  .fluid .label-item {
    top: 8px;
    left: 10px;
    font-size: 16px;
  }
  .fluid .input {
    font-size: 16px;
    padding: 10px;
  }
  .fluid textarea {
    padding: 10px;
    font-size: 16px;
  }
  #contact .item-g .info .list-box.deco-line ul li {
    padding-left: 58px;
  }
  #contact .item-g .info .list-box.deco-line ul li a {
    word-break: break-all;
  }
}

@media (max-width: 767px) {
  #contact .item-g .form .summary {
    margin: 10px 0;
    text-align: left;
  }
  #contact .item-g .info {
    margin-top: 15px;
  }
  #contact .item-g .info > p {
    font-size: 24px;
  }
  #contact .btn-wrap {
    margin: 5px 0 0;
  }
  .half-g {
    margin: 0;
  }
  .half-g .full-box {
    width: 100%;
    padding: 0;
  }
  .half-g .column-4 {
    width: 100%;
  }
}

/* ===== member-login ===== */
#member {
  padding: 110px 0 100px;
  background: url(../images/blue_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom -200px;
}

#member .fluid .label-item {
  color: #aaa;
}

@media (min-width: 1441px) {
  #member .p-ti-box .p-ti {
    font-size: 32px;
  }
}

.login .box-bg {
  max-width: 480px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0 12px;
  padding: 35px 40px 45px;
}

.login .fluid-g {
  margin-top: 18px;
}

.login .btn-wrap {
  margin-top: 25px;
  text-align: center;
}

.login .btn-wrap .captcha-box {
  width: 100%;
  margin-bottom: 20px;
}

.login .btn-wrap button {
  width: 100%;
  cursor: pointer;
}

.login .clearfix {
  margin: 0 0 8px;
}

.login .clearfix::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.login .clearfix label {
  display: block;
  float: left;
  position: relative;
  padding-left: 25px;
}

.login .checkbox-style input + span{
  top: 5px;
  left: 3px;
}

.login .clearfix a {
  display: block;
  float: right;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.login .clearfix a:hover {
  color: #01a0dc;
}

.login .bottom-txt {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-family: 'Roboto-Regular';
  margin-top: 25px;
}

.login .bottom-txt a {
  color: #01a0dc;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  #member {
    padding: 75px 0;
  }
  .login .box-bg {
    padding: 30px;
  }
  .login .fluid-g {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .login .box-bg {
    padding: 20px 15px;
  }
  .login .fluid-g {
    margin-top: 20px;
  }
}

@media (max-width: 499px) {
  .login .clearfix label, .login .clearfix a {
    display: inline-block;
    width: 100%;
  }
  .login .clearfix a {
    margin-top: 5px;
  }
  .login .btn-wrap {
    margin-top: 15px;
  }
  .login .bottom-txt {
    margin-top: 20px;
  }
}

.radio-style {
  margin-right: 20px;
}

.radio-style:last-child {
  margin-right: 0;
}

.checkbox-style input,
.radio-style input {
  margin: 0;
  display: inline;
}

.checkbox-style input + span {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  border: 2px solid #01a0dc;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 3px;
  margin: 0 0 -1px 0;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.radio-style input + span {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  border: 2px solid #01a0dc;
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 3px;
  margin: 0 5px -1px 0;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.checkbox-style input + span i {
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  border-color: #01a0dc;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: scale(0) rotate(-40deg);
      -ms-transform: scale(0) rotate(-40deg);
          transform: scale(0) rotate(-40deg);
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
}

.radio-style input + span i {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  background: #01a0dc;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.checkbox-style input:checked + span {
  border-color: #01a0dc;
}

.radio-style input:checked + span {
  border-color: #01a0dc;
}

.checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-40deg);
      -ms-transform: scale(1) rotate(-40deg);
          transform: scale(1) rotate(-40deg);
}

.radio-style input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fluid label.full {
  position: relative;
  padding-left: 18px;
}

.checkbox-style input + span {
  position: absolute;
  top: 8px;
  left: 0;
}

.circle-wrap {
  font-size: 0;
}

.circle-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  position: relative;
}

.circle-wrap li.scroll-view:first-child::after {
  opacity: 1;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.circle-wrap li.scroll-view:first-child .box .line {
  opacity: 1;
}

.circle-wrap li.scroll-view:first-child .box .c-bg {
  opacity: 1;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.circle-wrap li.scroll-view:first-child .box .white-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.circle-wrap li.scroll-view:nth-child(2)::after {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.circle-wrap li.scroll-view:nth-child(2) .box .line {
  opacity: 1;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.circle-wrap li.scroll-view:nth-child(2) .box .c-bg {
  opacity: 1;
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.circle-wrap li.scroll-view:nth-child(2) .box .white-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.circle-wrap li.scroll-view:last-child .box .line {
  opacity: 1;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.circle-wrap li.scroll-view:last-child .box .c-bg {
  opacity: 1;
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.circle-wrap li.scroll-view:last-child .box .white-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.circle-wrap li:last-child::after {
  display: none;
}

.circle-wrap li:first-child::after {
  background: #c4d7e1;
}

.circle-wrap li:first-child .box .line {
  -webkit-animation: ani_rotate 1.2s ease-in-out;
          animation: ani_rotate 1.2s ease-in-out;
}

.circle-wrap li:nth-child(2) .box .line {
  -webkit-animation: ani_rotate 1.2s ease-in-out;
          animation: ani_rotate 1.2s ease-in-out;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.circle-wrap li:nth-child(2) .box .white-circle {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.circle-wrap li:last-child .box .line {
  -webkit-animation: ani_rotate 1.2s ease-in-out;
          animation: ani_rotate 1.2s ease-in-out;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.circle-wrap li:last-child .box .white-circle {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.circle-wrap li::after {
  content: '';
  display: block;
  width: 24%;
  height: 1px;
  background: #97d5ee;
  position: absolute;
  top: 50%;
  right: -55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.circle-wrap .box {
  display: inline-block;
  width: 358px;
  position: relative;
  padding-top: 77.57%;
}

.circle-wrap .box > img {
  position: absolute;
  top: 0;
  left: 0;
}

.circle-wrap .box .c-bg {
  opacity: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.circle-wrap .box .line {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.circle-wrap .box .white-circle {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background: #f9f9f6;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.circle-wrap .box .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle-wrap .box .cont .txt {
  position: relative;
  margin-top: 20px;
  padding: 0 20px 0 45px;
}

.circle-wrap .box .cont .txt span {
  position: absolute;
  top: -8px;
  left: 40px;
  font-size: 26px;
  color: #01a0dc;
  font-family: 'Roboto-MediumItalic';
}

.circle-wrap .box .cont .txt p {
  font-size: 17px;
  color: #333;
}

@-webkit-keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ani_rotate_two {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
    left: 50%;
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
    left: 50%;
  }
}

@keyframes ani_rotate_two {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
    left: 50%;
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
    left: 50%;
  }
}

/* ===== works ===== */
#works .bg-blue {
  background-size: cover;
}

#works .area-1 {
  text-align: center;
}

#works .area-1 .summary {
  margin: 25px 0 60px;
  font-size: 19px;
  color: #555;
  line-height: 1.8;
}

#works .area-1 .item-g {
  margin: 80px -35px 0;
}

#works .area-1 .item-g .item {
  width: 33.33%;
  vertical-align: top;
  padding: 0 35px;
  text-align: left;
  position: relative;
  margin-bottom: 70px;
}

#works .area-1 .item-g .item .txt {
  padding-left: 45px;
  padding-right: 20px;
}

#works .area-1 .item-g .item span {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 35px;
  font-family: 'Roboto-MediumItalic';
  line-height: 1;
  color: #01a0dc;
}

#works .area-1 .item-g .item h3 {
  line-height: 1.4;
  color: #000;
  font-size: 32px;
  margin-bottom: 15px;
}

#works .area-1 .item-g .item p {
  color: #555;
  font-size: 18px;
  font-family: 'Roboto-Regular';
  line-height: 2;
}

#works .area-1 .btn-wrap {
  text-align: center;
}

#works .area-2 {
  margin-top: 90px;
}

#works .area-2 .label-g {
  display: none;
}

#works .area-2 .bg-box {
  position: relative;
  margin-top: 25px;
}

#works .area-2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#works .area-2 .bg2 {
  display: none;
}

#works .area-2 .box-g {
  max-width: 900px;
  margin: auto;
  position: relative;
  padding-top: 28.37%;
  overflow: hidden;
}

#works .area-2 .box-g.scroll-view .box-1 {
  left: 6.4%;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

#works .area-2 .box-g.scroll-view .box-2 {
  bottom: 28.7%;
  left: 20.5%;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

#works .area-2 .box-g.scroll-view .box-3 {
  bottom: 28.5%;
  right: 21.1%;
  left: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

#works .area-2 .box-g.scroll-view .box-4 {
  right: 7.2%;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  left: unset;
}

#works .area-2 .box-g .box {
  position: absolute;
  bottom: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#works .area-2 .box-g .box-1 {
  left: 50%;
  bottom: -60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

#works .area-2 .box-g .box-2 {
  left: 50%;
  bottom: -60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

#works .area-2 .box-g .box-3 {
  left: 50%;
  bottom: -60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

#works .area-2 .box-g .box-4 {
  left: 50%;
  bottom: -60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

#works .area-2 .box-g .box-5 {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#works .area-3 {
  background: #f2f7fd;
  position: relative;
  padding: 125px 0 40px;
}

#works .area-3 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#works .area-3.scroll-view .deco {
  opacity: 1;
}

#works .area-3 .deco {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

#works .area-3 .deco.deco-1 {
  left: 14%;
  top: 8%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

#works .area-3 .deco.deco-2 {
  left: 40%;
  top: 30%;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

#works .area-3 .deco.deco-3 {
  left: 77%;
  top: 14%;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

#works .area-3 .deco.deco-4 {
  left: 11%;
  bottom: 5%;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

#works .area-3 .deco.deco-5 {
  left: 34%;
  bottom: 12%;
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

#works .area-3 .deco.deco-6 {
  left: 60%;
  bottom: 8%;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

#works .area-3 .deco.deco-7 {
  left: 79%;
  bottom: 35%;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#works .area-3 .deco.deco-8 {
  left: 60%;
  top: 24%;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#works .area-3 .item-g .txt, #works .area-3 .item-g .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

#works .area-3 .item-g .pic {
  position: relative;
  height: 670px;
}

#works .area-3 .item-g .pic .md {
  display: none;
}

#works .area-3 .item-g .pic .computer {
  width: 535px;
  position: absolute;
  top: 120px;
  right: 33px;
}

#works .area-3 .item-g .pic .computer .blue {
  position: absolute;
  top: 20px;
  right: 40px;
  overflow: hidden;
  width: 440px;
  height: 300px;
}

#works .area-3 .item-g .pic .computer .blue i {
  position: absolute;
  -webkit-animation: ani_arrow 1s ease-in-out infinite;
          animation: ani_arrow 1s ease-in-out infinite;
}

#works .area-3 .item-g .pic .computer .blue i.arrow-1 {
  width: 92px;
  height: 57px;
  background: url(../images/bg_arrow_1.png) no-repeat;
  background-size: contain;
  top: 70px;
  left: 50%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

#works .area-3 .item-g .pic .computer .blue i.arrow-2 {
  width: 61px;
  height: 37px;
  background: url(../images/bg_arrow_2.png) no-repeat;
  background-size: contain;
  top: 135px;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

#works .area-3 .item-g .pic .computer .blue i.arrow-3 {
  width: 68px;
  height: 48px;
  background: url(../images/bg_arrow_3.png) no-repeat;
  background-size: contain;
  bottom: 20px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#works .area-3 .item-g .pic .man {
  position: absolute;
  right: 155px;
  bottom: 5px;
  pointer-events: none;
  z-index: 2;
}

#works .area-3 .item-g .txt {
  padding-right: 50px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

#works .area-3 .item-g .txt .p-ti-box {
  text-align: left;
}

#works .area-3 .item-g .txt .p-ti-box .p-ti {
  text-align: left;
}

#works .area-3 .item-g .txt p {
  color: #555;
  font-size: 19px;
  line-height: 1.8;
  margin: 25px 0;
}

#works .area-4,
#pricing .area-4 {
  margin: 95px 0;
}

.faq-box {
  padding: 85px 0 90px;
}

.answer-box {
  margin-top: 30px;
}

.answer-box h4 {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 26px 38px 26px 35px;
  position: relative;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.answer-box h4:first-child {
  border-top: none;
}

.answer-box h4::before {
  content: 'Q.';
  display: block;
  font-size: 22px;
  font-family: 'Roboto-MediumItalic';
  color: #288cd7;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 10px;
}

.answer-box h4::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #288cd7;
  border-right: 1px solid #288cd7;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 30px;
  right: 18px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.answer-box h4.open::after {
  content: '';
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 35px;
}

.answer-box .answer {
  color: #222;
  font-size: 15px;
  padding: 20px 60px;
  position: relative;
  background: #f6f6f6;
  display: none;
}

.answer-box .answer p {
  line-height: 1.8;
  color: #555;
  font-size: 18px;
  position: relative;
}

.answer-box .answer p::before {
  content: 'A.';
  display: block;
  font-size: 22px;
  font-family: 'Roboto-MediumItalic';
  color: #288cd7;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: -28px;
}

.answer-box .answer ul li {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  padding-left: 14px;
}

.answer-box .answer ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #01a0dc;
  position: absolute;
  top: 13px;
  left: 0;
}

@-webkit-keyframes ani_arrow {
  0% {
    left: -5%;
  }
  100% {
    left: 100%;
  }
}

@keyframes ani_arrow {
  0% {
    left: -5%;
  }
  100% {
    left: 100%;
  }
}

@media (min-width: 992px) {
  .answer-box h4 {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  .answer-box h4:hover {
    color: #01a0dc;
  }
}

@media (max-width: 1749px) {
  #works .area-3 .deco.deco-3 {
    left: 83%;
  }
  #works .area-3 .deco.deco-7 {
    left: 82%;
    bottom: 15%;
  }
  #works .area-3 .deco.deco-8 {
    left: 63%;
  }
}

@media (max-width: 1440px) {
  #works .area-1 {
    margin-top: 25px;
  }
  #works .area-1 .btn-wrap {
    margin-top: 25px;
  }
  #works .area-1 .summary {
    margin-top: 15px;
    font-size: 18px;
  }
  #works .area-1 .item-g {
    margin: 50px -15px 0;
  }
  #works .area-1 .item-g .item {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #works .area-1 .item-g .item span {
    left: 5px;
    font-size: 34px;
  }
  #works .area-1 .item-g .item .txt {
    padding-right: 0;
    padding-left: 20px;
  }
  #works .area-1 .item-g .item .txt h3 {
    margin-bottom: 5px;
    font-size: 26px;
  }
  #works .area-3 {
    padding: 80px 0 40px;
  }
  #works .area-3 .deco {
    width: 100px;
  }
  #works .area-3 .item-g .pic .man {
    width: 545px;
  }
  #works .area-3 .item-g .txt p {
    font-size: 18px;
  }
  #works .area-4 {
    margin: 65px 0;
  }
  .faq-box {
    padding: 55px 0 40px;
  }
  .answer-box .answer {
    padding: 16px 50px;
  }
  .answer-box h4 {
    padding: 16px 38px 16px 35px;
  }
  .answer-box h4::before {
    top: 15px;
  }
  .answer-box h4::after {
    top: 20px;
  }
  .answer-box h4.open::after {
    top: 26px;
  }
  .circle-wrap li::after {
    display: none;
  }
  .circle-wrap li:first-child .box .line {
    -webkit-animation: ani_rotate_two 1.2s ease-in-out;
            animation: ani_rotate_two 1.2s ease-in-out;
  }
  .circle-wrap li:nth-child(2) .box .line {
    -webkit-animation: ani_rotate_two 1.2s ease-in-out;
            animation: ani_rotate_two 1.2s ease-in-out;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .circle-wrap li:last-child .box .line {
    -webkit-animation: ani_rotate_two 1.2s ease-in-out;
            animation: ani_rotate_two 1.2s ease-in-out;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .circle-wrap .box {
    width: 100%;
  }
  .circle-wrap .box > img {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1399px) {
  #works .area-2 .bg {
    top: unset;
    bottom: 0;
    display: none;
  }
  #works .area-2 .bg2 {
    display: block;
    top: unset;
    position: absolute;
  }
  #works .area-2 .box-g {
    height: 400px;
  }
  #works .area-2 .label-box:nth-child(1) {
    bottom: unset;
    left: unset;
  }
  #works .area-2 .label-box:nth-child(2) {
    bottom: unset;
    left: unset;
  }
  #works .area-2 .label-box:nth-child(3) {
    bottom: unset;
    left: unset;
  }
  #works .area-2 .label-box:nth-child(4) {
    bottom: unset;
    left: unset;
    right: unset;
  }
  #works .area-2 .label-g {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #works .area-2 .label-g .label-box {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    position: relative;
  }
  .circle-wrap {
    height: 358px;
  }
  .circle-wrap .box .white-circle {
    margin: 55px auto 0;
  }
}

@media (max-width: 1299px) {
  #works .area-3 {
    padding: 70px 0 25px;
  }
  #works .area-3 .deco {
    opacity: .6;
  }
  #works .area-3 .item-g .pic {
    height: auto;
  }
  #works .area-3 .item-g .pic .computer, #works .area-3 .item-g .pic .man {
    display: none;
  }
  #works .area-3 .item-g .pic .md {
    display: block;
    z-index: 2;
    position: relative;
  }
  #works .area-3 .item-g .txt {
    margin-bottom: 0;
  }
  #works .area-3 .item-g .txt h2 br {
    display: none;
  }
  #works .area-3 .item-g .txt p {
    margin: 15px 0 20px;
  }
  #works .area-3 .item-g .txt p br {
    display: none;
  }
}

@media (max-width: 1099px) {
  .circle-wrap {
    height: 320px;
  }
  .circle-wrap .box .white-circle {
    margin: 35px auto 0;
  }
}

@media (max-width: 991px) {
  #works .area-1 {
    margin-top: 20px;
  }
  #works .area-1 .btn-wrap {
    margin-top: 20px;
  }
  #works .area-1 .summary {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  #works .area-1 .summary br {
    display: none;
  }
  #works .area-1 .item-g {
    margin: 35px -15px 0;
    text-align: left;
  }
  #works .area-1 .item-g .item {
    padding: 0 15px;
    margin-bottom: 25px;
    width: 50%;
  }
  #works .area-1 .item-g .item span {
    font-size: 26px;
  }
  #works .area-1 .item-g .item p {
    line-height: 1.6;
    font-size: 16px;
  }
  #works .area-1 .item-g .item .txt {
    padding-left: 15px;
  }
  #works .area-1 .item-g .item .txt h3 {
    font-size: 22px;
  }
  #works .area-2 {
    margin-top: 45px;
  }
  #works .area-2 .bg2 {
    display: none;
  }
  #works .area-2 .box-g {
    display: none;
  }
  #works .area-2 .bg-box {
    margin-top: 30px;
  }
  #works .area-2 .label-g {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 -3px;
    display: block;
  }
  #works .area-2 .label-g .label-box {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
  #works .area-2 .label-g .label-box .xs-show {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
    height: 55px;
    z-index: 2;
  }
  #works .area-2 .label-g .label-box .txt {
    text-align: left;
    padding: 20px 20px 20px 80px;
    font-size: 16px;
    background: #01a0dc;
    color: #fff;
  }
  #works .area-3 .deco {
    display: none;
  }
  #works .area-3 .item-g .txt p {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 1.6;
  }
  #works .area-4 {
    margin: 45px 0 60px;
  }
  .faq-box {
    padding: 35px 0;
  }
  .answer-box {
    margin-top: 20px;
  }
  .answer-box .answer {
    padding: 16px 16px 16px 35px;
  }
  .answer-box .answer p {
    font-size: 16px;
    line-height: 1.6;
  }
  .answer-box .answer p::before {
    top: 0;
    left: -24px;
  }
  .answer-box h4 {
    padding: 16px 38px 16px 35px;
  }
  .answer-box h4::before {
    top: 15px;
  }
  .answer-box h4::after {
    top: 20px;
  }
  .answer-box h4.open::after {
    top: 26px;
  }
  .circle-wrap {
    height: auto;
    margin: 0 -10px;
  }
  .circle-wrap li {
    padding: 0 10px;
  }
  .circle-wrap .box {
    padding-top: unset;
  }
  .circle-wrap .box > img {
    display: none;
  }
  .circle-wrap .box .white-circle {
    width: 245px;
    height: 245px;
    margin: auto;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .circle-wrap .box .cont .txt span {
    font-size: 22px;
  }
  .circle-wrap .box .cont .txt p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #works .area-1 .summary {
    text-align: left;
    margin: 25px 0 45px;
  }
  #works .area-1 .item-g {
    margin: 35px 0 0;
  }
  #works .area-1 .item-g .item {
    width: 100%;
    padding: 0;
  }
  #works .area-1 .item-g .item span {
    left: 0;
  }
  #works .area-1 .item-g .item .txt {
    padding-left: 25px;
  }
  #works .area-2 .bg-box {
    margin-top: 20px;
  }
  #works .area-4 {
    margin: 35px 0 50px;
  }
  .circle-wrap {
    margin: 0;
  }
  .circle-wrap li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .circle-wrap .box .white-circle {
    width: 100%;
    height: auto;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    border-radius: unset;
  }
  .circle-wrap .box .cont {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    font-size: 0;
    padding: 10px;
  }
  .circle-wrap .box .cont .icon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
  }
  .circle-wrap .box .cont .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    text-align: left;
    margin-top: 0;
    padding-left: 30px;
  }
  .circle-wrap .box .cont .txt span {
    left: 10px;
    font-size: 20px;
    top: -4px;
  }
}

@media (max-width: 649px) {
  #works .area-2 .label-g .label-box {
    width: 100%;
    margin-bottom: 5px;
  }
  #works .area-2 .label-g .label-box .xs-show {
    width: 45px;
    height: 45px;
  }
  #works .area-2 .label-g .label-box .txt {
    padding: 15px 15px 15px 70px;
  }
  #works .area-3 {
    padding: 40px 0;
  }
  #works .area-3 .btn-wrap {
    text-align: center;
  }
  #works .area-3 .item-g .txt, #works .area-3 .item-g .pic {
    width: 100%;
  }
  #works .area-3 .item-g .txt {
    padding-right: 0;
  }
  #works .area-3 .item-g .pic {
    margin-top: 25px;
  }
}

/* ===== apply ===== */
#apply .top {
  padding: 0px 0 115px;
}

#apply .top .summary {
  text-align: center;
  font-size: 19px;
  color: #555;
  line-height: 2;
  margin: 25px 0 35px;
}

#apply .top .btn-wrap {
  text-align: center;
}

#apply .top .item-g {
  margin-top: 105px;
  direction: rtl;
}

#apply .top .item-g .pic, #apply .top .item-g .txt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

#apply .top .item-g .txt {
  direction: ltr;
  padding-right: 120px;
}

#apply .top .item-g .txt .p-ti-box h2 {
  text-align: left;
}

#apply .top .item-g .txt p {
  color: #555;
  font-size: 19px;
  line-height: 2;
  margin-top: 20px;
}

#apply .step-wrap {
  padding: 100px 0;
}

#apply .step-wrap .step {
  margin-top: 35px;
}

#apply .step-wrap .p-ti-box {
  text-align: left;
}

#apply .step-wrap .item-g {
  margin-bottom: 45px;
}

#apply .step-wrap .item-g:last-child {
  margin-bottom: 0;
}

#apply .step-wrap .item-g .txt, #apply .step-wrap .item-g .pic {
  display: inline-block;
  vertical-align: middle;
}

#apply .step-wrap .item-g .pic {
  width: 520px;
}

#apply .step-wrap .item-g .txt {
  width: calc(100% - 520px);
  padding: 0 135px 0 30px;
  position: relative;
}

#apply .step-wrap .item-g .txt.scroll-view::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#apply .step-wrap .item-g .txt.scroll-view::after {
  height: 100%;
}

#apply .step-wrap .item-g .txt::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #00afec;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: -4px;
  z-index: 1;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#apply .step-wrap .item-g .txt::after {
  content: '';
  display: block;
  width: 2px;
  height: 0;
  background: #ccecf8;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

#apply .step-wrap .item-g .txt p {
  font-size: 26px;
  color: #000;
  font-family: 'Roboto-MediumItalic';
  padding-left: 110px;
  line-height: 1.4;
  position: relative;
}
#apply .step-wrap .item-g .txt p.view-title {
  padding-left: 0;
  margin-top: 0;
}
#apply .step-wrap .item-g .txt p.view-text {
  padding-left: 0;
  font-size: 15px;
  color: #888;
}
#apply .step-wrap .item-g .view-box {
  margin-top: 50px;
}

#apply .step-wrap .item-g .txt p span {
  position: absolute;
  top: 0;
  left: 0;
}

#apply .step-wrap .item-g .txt p .blue-color {
  color: #00afec;
}

#apply .step-wrap .item-g .txt p a {
  text-decoration: underline;
}

#apply .step-wrap .item-g .txt ol {
  padding: 20px 0 0 25px;
}

#apply .step-wrap .item-g .txt ol li,
#apply .item-g .view-box ul li {
  font-size: 22px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.4;
}

#apply .step-wrap .item-g .txt ol li:last-child {
  margin-bottom: 0;
}

#apply .item-g .view-box ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

#apply .step-wrap .btn-box {
  margin-top: 50px;
}

#apply .step-wrap .btn-box .btn-wrap a {
  border: 1px solid #01a0dc;
  width: 250px;
}

#apply .step-wrap .btn-box .btn-wrap a:nth-child(2) {
  background: #fff;
  color: #01a0dc;
  margin-left: 10px;
}

#apply .step-wrap .btn-box p {
  line-height: 2;
  font-size: 15px;
  color: #888;
  margin-top: 25px;
}

#apply .step-wrap .btn-box p a {
  color: #01a0dc;
  text-decoration: underline;
}

#apply .bottom {
  background: url(../images/apply_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 165px 0;
  color: #fff;
  position: relative;
}

#apply .bottom.scroll-view::after {
  width: 0;
}

#apply .bottom::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

#apply .bottom .p-ti-box h2 {
  color: #fff;
}

#apply .bottom p {
  text-align: center;
  margin: 35px 0 50px;
}

#apply .bottom .btn-wrap {
  text-align: center;
}

#apply .bottom .btn-wrap a {
  background: unset;
  border: 1px solid #fff;
}

#apply .view-requirements {
  display: none;
}

@media (max-width: 1440px) {
  #apply .top {
    padding: 45px 0 55px;
  }
  #apply .top .summary {
    margin: 25px 0;
  }
  #apply .top .summary br {
    display: none;
  }
  #apply .top .item-g {
    margin-top: 65px;
  }
  #apply .top .item-g .txt {
    padding-right: 30px;
  }
  #apply .step-wrap {
    padding: 65px 0;
  }
  #apply .step-wrap .item-g .txt {
    padding: 0 30px 0 20px;
  }
  #apply .bottom {
    padding: 100px 0;
  }
}

@media (max-width: 1199px) {
  #apply .step-wrap .item-g .txt {
    width: 55%;
  }
  #apply .step-wrap .item-g .pic {
    width: 45%;
  }
}

@media (max-width: 991px) {
  #apply .top {
    padding: 45px 0;
  }
  #apply .top .summary {
    line-height: 1.6;
    font-size: 16px;
    margin: 12px 0 18px;
  }
  #apply .top .item-g {
    margin-top: 50px;
  }
  #apply .top .item-g .pic {
    vertical-align: top;
  }
  #apply .top .item-g .txt {
    vertical-align: top;
    padding-right: 20px;
  }
  #apply .top .item-g .txt p {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 10px;
  }
  #apply .step-wrap {
    padding: 45px 0;
  }
  #apply .step-wrap .item-g {
    margin-bottom: 35px;
  }
  #apply .step-wrap .item-g .pic {
    vertical-align: top;
  }
  #apply .step-wrap .item-g .txt {
    vertical-align: top;
  }
  #apply .step-wrap .item-g .txt::before {
    top: 8px;
  }
  #apply .step-wrap .item-g .txt p {
    font-size: 20px;
    padding-left: 95px;
  }
  #apply .step-wrap .item-g .txt ol {
    padding: 10px 0 0 18px;
  }
  #apply .step-wrap .item-g .txt ol li {
    font-size: 16px;
    line-height: 1.6;
  }
  #apply .step-wrap .btn-box .btn-wrap {
    text-align: center;
  }
  #apply .step-wrap .btn-box .btn-wrap a {
    width: auto;
  }
  #apply .step-wrap .btn-box p {
    line-height: 1.6;
    margin-top: 20px;
  }
  #apply .step-wrap .btn-box p br {
    display: none;
  }
  #apply .bottom {
    padding: 65px 0;
  }
  #apply .bottom p {
    margin: 25px 0 35px;
  }
}

@media (max-width: 767px) {
  #apply .top {
    padding: 30px 0 35px;
  }
  #apply .top .item-g .pic, #apply .top .item-g .txt {
    width: 100%;
  }
  #apply .top .item-g .txt {
    padding-right: 0;
    margin-top: 25px;
  }
  #apply .step-wrap {
    padding: 40px 0;
  }
  #apply .step-wrap .p-ti-box {
    text-align: center;
  }
  #apply .step-wrap .step {
    margin-top: 25px;
  }
  #apply .step-wrap .item-g {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  #apply .step-wrap .item-g::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #ccecf8;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #apply .step-wrap .item-g .pic, #apply .step-wrap .item-g .txt {
    width: 100%;
  }
  #apply .step-wrap .item-g .pic {
    padding-left: 20px;
  }
  #apply .step-wrap .item-g .txt {
    margin-bottom: 25px;
    padding: 0 0 0 20px;
  }
  #apply .step-wrap .item-g .txt::after {
    display: none;
  }
  #apply .step-wrap .item-g .pic {
    text-align: center;
  }
}

@media (max-width: 499px) {
  #apply .step-wrap .btn-box .btn-wrap a:nth-child(2) {
    margin: 5px 0 0 0;
  }
}

/* ===== accessibility ===== */
#ada .main-section {
  margin: 95px 0;
  margin-top: 40px;
  line-height: 2;
}
#ada .main-section b{
  margin: 25px 0;
}

/* ===== exemplar letter ===== */
#exemplar h1 {
  font-size: 46px;
  line-height: 1.2;
  margin: 25px 0;
  margin-top: 0;
}
#exemplar p {
  font-size: 18px;
  margin: 16px 0;
}
#exemplar li {
  font-size: 18px;
}
#exemplar .item-g {
    margin: 40px 0;
    display: flex;
}
#exemplar .item-g .item {
    vertical-align: top;
    /* width: 25%; */
    width: 40%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 1440px) {
  #exemplar .item-g .item {
      width: 60%;
  }
}

@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
  #exemplar .item-g {
    margin: 0;
  }
  #exemplar h1 {
    font-size: 24px;
  }
  #exemplar .item-g .item {
      width: 100%;
  }
}

@media (max-width: 499px) {
 
}

/* ===== member-register ===== */
#register {
  background: url(../images/register_bg.png);
  background-size: cover;
  padding: 60px 0 120px 0;
}

#register .btn-wrap {
  font-size: 0;
}

#register .btn-wrap .captcha-box, #register .btn-wrap .btn-box {
  display: inline-block;
  vertical-align: middle;
}

#register .btn-wrap .captcha-box {
  width: calc(100% - 250px);
}

#register .btn-wrap .btn-box {
  width: 250px;
}

#register .btn-wrap .btn-box button {
  width: 100%;
}

#register .notice {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}

#register .notice a {
  color: #000;
  text-decoration: underline;
}

#register .fluid .label-item {
  position: relative;
  top: unset;
  left: unset;
  text-align: left;
  margin-bottom: 5px;
  color: #555;
}

#register .fluid .label-item span {
  color: #01a0dc;
}

#register .cont-wrap {
  margin-top: 40px;
}

#register .cont-wrap .item-g {
  margin-bottom: 20px;
}

#register .cont-wrap .item-g .txt, #register .cont-wrap .item-g .form {
  display: inline-block;
  vertical-align: top;
}

#register .cont-wrap .item-g .txt {
  width: 29%;
  font-size: 19px;
  line-height: 1.4;
  padding-right: 20px;
}

#register .cont-wrap .item-g .txt h3 {
  color: #333;
}

#register .cont-wrap .item-g .txt p {
  font-size: 19px;
  color: #888;
  position: relative;
  padding-left: 12px;
  margin-top: 6px;
}

#register .cont-wrap .item-g .txt p span {
  position: absolute;
  top: 0;
  left: 0;
  color: #01a0dc;
}

#register .cont-wrap .item-g .form {
  width: 71%;
}

#register .cont-wrap .item-g .form .box {
  background: #fff;
  padding: 32px 17px;
}

@media (max-width: 1440px) {
  #register {
    padding: 65px 0;
  }
  #register .cont-wrap .item-g .txt {
    width: 24%;
  }
  #register .cont-wrap .item-g .txt p br {
    display: none;
  }
  #register .cont-wrap .item-g .form {
    width: 76%;
  }
}

@media (max-width: 991px) {
  #register {
    padding: 50px 0;
  }
  #register .cont-wrap {
    margin-top: 30px;
  }
  #register .cont-wrap .item-g .txt, #register .cont-wrap .item-g .form {
    width: 100%;
  }
  #register .cont-wrap .item-g .form .box {
    padding: 15px;
  }
  #register .cont-wrap .item-g .txt {
    margin-bottom: 20px;
  }
  #register .btn-wrap .btn-box {
    display: block;
    margin: auto;
  }
}
/*# sourceMappingURL=custom.css.map */