﻿@font-face {
  font-family: "oswald";
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Light.otf") format("opentype"),
    url("../fonts/Oswald-Light.svg") format("svg"),
    url("../fonts/Oswald-Light.ttf") format("truetype"),
    url("../fonts/Oswald-Light.woff") format("woff"),
    url("../fonts/Oswald-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald-regular.eot");
  src: url("../fonts/oswald-regular.woff2") format("woff2"),
    url("../fonts/oswald-regular.woff") format("woff"),
    url("../fonts/oswald-regular.ttf") format("truetype"),
    url("../fonts/oswald-regular.svg") format("svg"),
    url("../fonts/oswald-regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #333;
  line-height: inherit;
  font-family: Helvetica, "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
* {
  -webkit-backface-visibility: hidden;
}
img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
}
a {
  color: #333;
}
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 {
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input,
textarea,
select,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
}
input:not(input[type="button"]),
input:not(input[type="submit"]),
input:not(input[type="reset"]) {
  font-size: 16px !important;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  line-height: inherit;
}
label {
  font-weight: inherit;
}
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;
}
.hidden-ele {
  position: absolute;
  top: -1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  height: 0;
}
.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: initial;
}
.reset input,
.reset label,
.reset select {
  vertical-align: middle;
}
.rwd-img {
  width: 100%;
}
.max-img {
  max-width: 100%;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.out-wrap {
  position: relative;
  overflow: hidden;
}
.p-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-banner {
  margin-top: 90px;
  position: relative;
}
.p-banner .cover {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: calc((100% - 1440px) / 2 + 20px);
  color: #fff;
  font-size: 50px;
  text-align: center;
  z-index: 1;
}
.p-banner .background-img img {
  width: 100%;
}
.p-guide {
  padding: 10px 0;
  font-size: 14px;
}
.p-guide a {
  font-size: 14px;
}
.p-guide a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 767px) {
  .p-category {
    padding: 20px 0 50px;
  }
  .p-category .subject {
    display: none;
  }
  .p-category .dropdown-menu {
    z-index: 0;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    float: none;
    width: 100%;
    min-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
  }
  .p-category ul {
    display: inline-block;
  }
  .p-category ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
  }
  .p-category ul li a {
    color: #333;
    background-color: #e2e2e2;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    line-height: 42px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .p-category ul li.current a {
    color: #fff;
    background-color: #e51312;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
@media only screen and (max-width: 1440px) {
  .p-wrap {
    max-width: 1280px;
  }
  .p-banner .cover {
    left: 5%;
    font-size: 52px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-wrap {
    max-width: 900px;
  }
  .p-banner {
    margin-top: 81px;
  }
  .p-banner .cover {
    left: 5%;
    font-size: 52px;
  }
}
@media only screen and (max-width: 992px) {
  .out-wrap {
    padding-top: 82px;
  }
  .p-wrap {
    max-width: 100%;
  }
  .p-banner {
    margin-top: 0;
  }
  .p-banner .cover {
    left: 25px;
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .out-wrap {
    padding-top: 65px;
  }
  .p-banner .cover {
    font-size: 28px;
  }
  .p-category {
    position: relative;
    z-index: 2;
    padding: 15px 0 0;
  }
  .p-category .subject {
    background-color: #e51312;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    position: relative;
  }
  .p-category .subject:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .p-category .subject[aria-expanded="true"]:before {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-category .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 4;
  }
  .p-category .dropdown-menu ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .p-category .dropdown-menu ul a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
}
#nav-icon {
  z-index: 102;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 45px;
  right: 45px;
  width: 26px;
  height: 26px;
  background-color: #626262;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#nav-icon span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 7px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 3;
}
#nav-icon span:nth-child(1) {
  top: 10px;
}
#nav-icon span:nth-child(2) {
  top: 15px;
}
#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(2) {
  top: 13px;
  width: 13px;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1200px) {
  #nav-icon {
    display: block;
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #nav-icon {
    top: 25px;
    right: 20px;
  }
}
@media only screen and (max-width: 413px) {
  #nav-icon {
    top: 20px;
  }
}
.p-paginate {
  position: relative;
  padding: 50px 0 80px;
  font-size: 0;
  text-align: center;
}
.p-paginate .num {
  display: inline-block;
  vertical-align: middle;
}
.p-paginate .num a:first-child:before {
  display: none;
}
.p-paginate a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 37px;
  vertical-align: middle;
}
.p-paginate a:hover {
  color: #e51312;
}
.p-paginate a.current {
  color: #fff;
  background-color: #e51312;
}
.p-paginate a.control {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 15px;
  font-size: 0;
  border: none;
}
.p-paginate a.control:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  height: 13px;
  top: 12px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: auto;
  background-color: transparent;
}
.p-paginate a.control.prev:before {
  right: auto;
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-paginate a.control.next:before {
  right: 15px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-paginate a.control:hover {
  background-color: #e51312;
}
.p-paginate a.control:hover:before {
  border-color: #fff;
}
.p-paginate a.control.disable {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .p-paginate {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-paginate {
    padding: 10px 0 80px;
  }
  .p-paginate a.control {
    position: absolute;
    bottom: 25px;
    margin: 0;
  }
  .p-paginate a.control.prev {
    left: calc(50% - 40px);
  }
  .p-paginate a.control.next {
    right: calc(50% - 40px);
  }
}
.msg-wrap {
  margin: 0 auto;
  max-width: 600px;
  padding: 50px 30px;
  text-align: center;
}
.msg-wrap .msg-icon {
  margin: 0 auto;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.msg-wrap .msg-icon span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.msg-wrap .msg-icon span:before,
.msg-wrap .msg-icon span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  background-color: #fff;
}
.msg-wrap .msg-title {
  position: relative;
  padding: 30px 0 60px;
  margin-bottom: 30px;
  color: #f08200;
  font-size: 40px;
  font-weight: bold;
  font-family: "Times New Roman";
}
.msg-wrap .msg-title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 50px;
  z-index: 1;
}
.msg-wrap .msg-text {
  font-size: 18px;
}
.msg-wrap.primary .msg-icon {
  background-color: #fff0c5;
}
.msg-wrap.primary .msg-icon span {
  background-color: #f6c139;
}
.msg-wrap.primary .msg-icon span:before {
  top: 16px;
  margin-left: -2px;
  width: 4px;
  height: 45px;
}
.msg-wrap.primary .msg-icon span:after {
  top: 67px;
  margin-left: -2px;
  width: 4px;
  height: 5px;
}
.msg-wrap.primary .msg-title {
  color: #f6c139;
}
.msg-wrap.primary .msg-title:before {
  background-color: #f6c139;
}
.msg-wrap.error .msg-icon {
  background-color: #ffe5e5;
}
.msg-wrap.error .msg-icon span {
  background-color: #fc7373;
}
.msg-wrap.error .msg-icon span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 43px;
  width: 3px;
  height: 50px;
}
.msg-wrap.error .msg-icon span:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
  left: 43px;
  width: 3px;
  height: 50px;
}
.msg-wrap.error .msg-title {
  color: #fc7373;
}
.msg-wrap.error .msg-title:before {
  background-color: #fc7373;
}
.msg-wrap.success .msg-icon {
  background-color: #e1fedb;
}
.msg-wrap.success .msg-icon span {
  background-color: #63cc50;
}
.msg-wrap.success .msg-icon span:before {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
}
.msg-wrap.success .msg-icon span:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
}
.msg-wrap.success .msg-title {
  color: #63cc50;
}
.msg-wrap.success .msg-title:before {
  background-color: #63cc50;
}
.slick-slide * {
  outline: none;
}
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: -22px;
  width: 60px;
  height: 60px;
  font-size: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  z-index: 10;
  overflow: hidden;
}
.slick-arrow:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 26px;
  width: 26px;
  height: 9px;
  background: 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.slick-arrow.slick-prev {
  left: 0;
  background-color: #3f3a39;
}
.slick-arrow.slick-prev:before {
  left: 16px;
  background-image: url("../images/sl_l.png");
}
.slick-arrow.slick-next {
  right: 0;
  background-color: #d60c33;
}
.slick-arrow.slick-next:before {
  right: 17px;
  background-image: url("../images/sl_r.png");
}
@media only screen and (min-width: 1024px) {
  .slick-arrow:hover {
    background-color: #7c716c;
  }
  .slick-arrow:hover:before {
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .slick-arrow:before {
    top: 18px;
    width: 20px;
    height: 9px;
  }
  .slick-arrow.slick-prev:before {
    left: 11px;
  }
  .slick-arrow.slick-next:before {
    right: 12px;
  }
}
.group-wrap {
  font-size: 0;
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
}
.group-wrap .group-full {
  display: block;
  padding: 0 30px;
  width: 100%;
  vertical-align: top;
}
.group-wrap .group-half {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 30px;
}
.group-wrap .group-box {
  padding: 7px 0;
}
.group-wrap .group-box .group-title {
  padding-left: 12px;
  display: inline-block;
  width: 160px;
  vertical-align: top;
  position: relative;
  padding-right: 15px;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 47px;
}
.group-wrap .group-box .group-main {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: top;
}
.group-wrap .group-box .group-input {
  padding: 0 15px;
  width: 100%;
  min-height: 45px;
  color: #333;
  font-size: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 45px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.group-wrap .group-box .group-input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-input::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
  opacity: 1;
}
.group-wrap .group-box .group-input:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-input:-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-input.disable {
  background-color: #eee;
  pointer-events: none;
}
.group-wrap .group-box .group-textarea {
  padding: 5px 15px;
  width: 100%;
  height: 180px;
  color: #222;
  font-size: 16px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 34px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.group-wrap .group-box .group-textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-textarea::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
  opacity: 1;
}
.group-wrap .group-box .group-textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-textarea:-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.group-wrap .group-box .group-textarea.disable {
  background-color: #eee;
  pointer-events: none;
}
.group-wrap .group-box.import .group-title:after {
  position: absolute;
  top: 2px;
  left: 0;
  pointer-events: none;
  content: "*";
  font-size: 16px;
  color: #e51312;
}
.group-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  width: 100%;
  height: 47px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  color: #222;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.group-select select {
  padding: 0 35px 0 15px;
  width: 100%;
  height: 47px;
  color: #333;
  font-size: 16px;
  line-height: 47px;
  background-color: transparent;
  border: none;
  outline: none;
  -o-text-overflow: "";
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.group-select select option {
  color: #666;
  font-size: 17px;
  text-shadow: none;
}
.group-select select::-ms-expand {
  display: none;
}
.group-select:before {
  pointer-events: none;
  content: "\f0d7";
  position: absolute;
  top: 15px;
  right: 16px;
  color: #333;
  font-family: "fontawesome";
}
@media only screen and (max-width: 1280px) {
  .group-wrap .group-half {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .group-wrap {
    left: 0;
    width: 100%;
  }
  .group-wrap .group-half,
  .group-wrap .group-full {
    padding: 0;
  }
  .group-wrap .group-box {
    padding: 3px 0;
  }
  .group-wrap .group-box .group-title,
  .group-wrap .group-box .group-main {
    display: block;
    width: 100%;
    line-height: 24px;
  }
  .group-wrap .group-box .group-title {
    padding-bottom: 5px;
  }
  .group-wrap .group-box .group-input {
    min-height: auto;
    padding: 5px 5px 5px 12px;
    line-height: 30px;
  }
  .group-wrap .group-box .group-input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .group-wrap .group-box .group-input::-moz-placeholder {
    font-size: 15px;
    opacity: 1;
  }
  .group-wrap .group-box .group-input:-ms-input-placeholder {
    font-size: 15px;
  }
  .group-wrap .group-box .group-input:-moz-placeholder {
    font-size: 15px;
  }
  .group-wrap .group-box .group-textarea {
    height: 100px;
    font-size: 16px;
  }
  .group-wrap .group-box .group-textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .group-wrap .group-box .group-textarea::-moz-placeholder {
    font-size: 15px;
    opacity: 1;
  }
  .group-wrap .group-box .group-textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .group-wrap .group-box .group-textarea:-moz-placeholder {
    font-size: 15px;
  }
  .group-select {
    height: 42px;
    font-size: 16px;
  }
  .group-select:before {
    top: 9px;
  }
  .group-select select {
    padding-left: 12px;
    line-height: 42px;
    height: 42px;
  }
}
img {
  max-width: 100% !important;
  height: auto !important;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
#header:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 0;
  background: linear-gradient(270deg, #fff 1%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(
    270deg,
    #fff 1%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    #fff 1%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(270deg, #fff 1%, rgba(255, 255, 255, 0) 100%);
}
#header .p-wrap {
  position: relative;
}
#header h1.logo {
  display: inline-block;
  position: relative;
  z-index: 1001;
  margin: 0;
  padding: 15px 0;
  vertical-align: top;
}
#header h1.logo a {
  display: block;
  width: 252px;
  height: 61px;
  font-size: 0;
  background: url("../images/logo_1.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#header .top-sub a.fb {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 99;
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url("../images/fb.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .top-sub .lang-wrap {
  position: absolute;
  top: 45px;
  right: 0;
}
#header .top-sub .lang-wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url("../images/l.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .top-sub .lang-wrap ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
#header .top-sub .lang-wrap ul li:last-child {
  border-bottom: none;
}
#header .top-sub .lang-wrap .dropdown-menu {
  top: 35px;
  left: 50%;
  margin: 0;
  padding: 0;
  min-width: 100px;
  margin-left: -60px;
}
#header.is-scroll {
  background-color: #fff;
  border-bottom-color: #ccc;
}

#nav {
  position: absolute;
  top: 28px;
  left: 0;
  padding-right: 90px;
  width: 100%;
  font-size: 0;
  text-align: right;
  z-index: 99;
}
#nav ul {
  display: inline-block;
}
#nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 17px 5px;
}
#nav ul li a {
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 15px;
  color: #262626;
  font-weight: 500;
  letter-spacing: 1.58px;
  line-height: 20px;
  background-color: transparent;
}
#nav ul li a:hover {
  color: #fff;
  background-color: #e50213;
}
#nav ul li .sub-nav {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  padding: 40px 0;
  top: 92px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #f0f0f0;
  z-index: 2;
}
#nav ul li ul {
  display: inline-block;
  position: relative;
  left: 20px;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
#nav ul li ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 9);
  text-align: center;
}
#nav ul li ul li a {
  display: block;
  background-color: transparent;
}
#nav ul li ul li a:hover {
  color: #e50213;
  font-weight: 500;
  background-color: transparent;
}
#nav ul li ul li a:hover img.before {
  display: none;
}
#nav ul li ul li a:hover img.after {
  display: block;
}
#nav ul li ul li .icon {
  display: block;
  max-width: 76px;
  margin: 0 auto 10px;
  position: relative;
  width: 76px;
  height: 76px;
  background-color: #f9f9f9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#nav ul li ul li img {
  width: 100%;
}
#nav ul li ul li img.before {
  display: block;
}
#nav ul li ul li img.after {
  display: none;
}
#nav ul li ul li:hover > a {
  color: #e50213;
  background-color: transparent;
}
#nav ul li:hover > a {
  color: #fff;
  background-color: #e50213;
}
#nav ul li:hover .sub-nav {
  opacity: 1;
  pointer-events: auto;
}
#nav ul li.has-child > a {
  pointer-events: none;
}
#footer {
  padding: 50px 0 15px;
  font-size: 0;
}
#footer .down-area {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
#footer .down-area .copy {
  color: #cbc9c9;
  font-size: 13px;
}
#footer .down-area .copy a {
  color: #cbc9c9;
}
#footer .logo-area {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
#footer .logo-area img {
  width: 100%;
  max-width: 170px !important;
}
#footer .menu-area {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px - 380px);
}
#footer .menu-area .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#footer .menu-area .item .subject {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2.12px;
  text-align: left;
}
#footer .menu-area .item ul {
  display: inline-block;
  vertical-align: top;
}
#footer .menu-area .item ul li {
  padding: 3px 0;
}
#footer .menu-area .item ul li a {
  position: relative;
  padding-left: 15px;
  color: #5a5657;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
#footer .menu-area .item ul li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #5a5657;
  border-right: 1px solid #5a5657;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .menu-area .item ul li a:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #fff;
}
#footer .menu-area .item ul li a:hover {
  color: #e50213;
}
#footer .menu-area .item ul li a:hover:before {
  border-color: #e50213;
}
#footer .menu-area .item ul li a:hover:after {
  background-color: #e50213;
}
#footer .menu-area .item ul.two {
  width: 50%;
  padding-right: 70px;
}
#footer .right-area {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
#footer .right-area .txt-area .txt {
  margin: 0 8px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.5px;
}
#footer .right-area .img-area {
  padding-top: 15px;
  text-align: center;
}
#footer .right-area .img-area .img {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
body#index #header {
  background-color: transparent;
}
body#index #header.is-scroll {
  background-color: #fff;
}
body#index .bg-wrap {
  padding-top: 100px;
}
#i-banner {
  position: relative;
  z-index: 3;
  line-height: 0;
}
#i-banner:before {
  content: "";
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
#i-banner .item {
  position: relative;
  z-index: 100;
}
#i-banner .item .cover {
  opacity: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 145px;
  z-index: 31;
}
#i-banner .item .cover .title {
  font-size: 64px;
  color: #050765;
  line-height: 74px;
  font-weight: bold;
}
#i-banner .item .cover .summary {
  margin-top: 10px;
  font-size: 17px;
  color: #0d107c;
  line-height: 26px;
  letter-spacing: 3px;
}
#i-banner .item .cover .btn-box {
  padding-top: 30px;
}
#i-banner .item .cover .btn-box a {
  display: inline-block;
  position: relative;
  color: #0d107c;
  font-size: 14px;
  letter-spacing: 0.03px;
}
#i-banner .item .cover .btn-box a:before {
  width: 38px;
  height: 38px;
  opacity: 0.19;
  background-image: linear-gradient(
    to right,
    #fff 0%,
    #fff 29%,
    rgba(255, 255, 255, 0.46) 65%,
    rgba(255, 255, 255, 0) 100%
  );
}
#i-banner .slick-arrow {
  top: auto;
  bottom: -22px;
  width: 44px;
  height: 44px;
}
#i-banner .slick-arrow:before {
  top: 18px;
  width: 20px;
  height: 9px;
}
#i-banner .slick-arrow.slick-prev {
  left: auto;
  right: calc((100% - 1440px) / 2 + 44px);
}
#i-banner .slick-arrow.slick-prev:before {
  left: 11px;
}
#i-banner .slick-arrow.slick-next {
  right: calc((100% - 1440px) / 2);
}
#i-banner .slick-arrow.slick-next:before {
  right: 12px;
}
#i-banner .background-iframe {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#i-banner .background-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#i-banner .scroll {
  position: absolute;
  bottom: 40px;
  left: calc((100% - 1440px) / 2);
  padding-right: 100px;
  width: 188px;
  transform: rotate(-270deg);
  font-size: 15px;
  color: #171717;
  line-height: 30px;
}
#i-banner .scroll:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 1px;
  width: 80px;
  height: 1px;
  background-color: #171717;
}
.bg-wrap {
  background-image: linear-gradient(
    to bottom,
    rgba(247, 248, 250, 0),
    #f4f6f8 20%,
    #dde2e6
  );
}
.top-subject .tw {
  margin-bottom: 5px;
  color: #d60c33;
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.05px;
}
.top-subject .en {
  font-family: "Oswald";
  color: #dc153b;
  font-size: 58px;
  line-height: 68px;
}
#i-cases {
  position: relative;
  padding: 180px 0 80px;
  z-index: 0;
}
#i-cases:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  width: 425px;
  height: 404px;
  background: url("../images/bg_1.png");
  z-index: 0;
}
#i-cases:after {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 85px;
  right: 0;
  width: 424px;
  height: 404px;
  background: url("../images/bg_2.png");
  z-index: 0;
}
#i-cases .mobile-title {
  display: none;
}
#i-cases .p-wrap {
  position: relative;
  z-index: 1;
}
#i-cases .item {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#i-cases .item .img-area {
  display: inline-block;
  vertical-align: top;
  width: 630px;
}
#i-cases .item .img-area img {
  width: 100%;
}
#i-cases .item .txt-area {
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
  width: calc(100% - 630px);
  position: relative;
  padding: 30px 30px 50px;
  left: -90px;
}
#i-cases .item .txt-area:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: calc(100% - 120px);
  height: calc(100% - 100px);
  background-color: #969090;
  opacity: 0.1;
  z-index: 0;
}
#i-cases .item .txt-area .main-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 30px 80px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(159, 159, 159, 0.15);
}
#i-cases .item .txt-area .main-wrap:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 30px;
  left: 260px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #ddd;
}
#i-cases .item .txt-area .left-area {
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  padding-right: 50px;
}
#i-cases .item .txt-area .left-area .title {
  padding: 0 20px;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 0.45px;
  font-weight: bold;
  text-align: center;
}
#i-cases .item .txt-area .left-area .img {
  margin: 0 auto;
}
#i-cases .item .txt-area .left-area .img img {
  width: 100%;
}
#i-cases .item .txt-area .right-area {
  display: inline-block;
  width: calc(100% - 250px);
  vertical-align: middle;
  padding-left: 20px;
}
#i-cases .item .txt-area .right-area .type {
  font-size: 15px;
  color: #dc153b;
}
#i-cases .item .txt-area .right-area .subject {
  margin-top: 10px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#i-cases .item .txt-area .right-area .summary {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#i-cases .item .txt-area .right-area .summary img {
  width: 100%;
}
#i-cases .item .txt-area .down-area {
  position: absolute;
  bottom: -40px;
  right: 10px;
  font-size: 0;
}
#i-cases .item .txt-area .small-pic {
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
}
#i-cases .item .txt-area .small-pic .item {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 0 3px;
}
#i-cases .item .txt-area .small-pic .item img {
  width: 100%;
}
#i-cases .item .txt-area .btn-box {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 20px;
  margin-bottom: 3px;
}
#i-cases .item .txt-area .btn-box a {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 13px;
  color: #3b3b3b;
  line-height: 2.85;
  letter-spacing: 0.03px;
  font-weight: bold;
}
#i-cases .item .txt-area .btn-box a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/brn_1.png") center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#i-cases .slick-arrow {
  bottom: 50px;
}
#i-cases .slick-arrow.slick-prev {
  left: calc((100% - 1400px) / 2 + 510px);
}
#i-cases .slick-arrow.slick-next {
  right: auto;
  left: calc((100% - 1400px) / 2 + 570px);
}
#i-license {
  position: relative;
}
#i-license:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7%;
  right: 10%;
  width: 230px;
  height: 150px;
  background: url("../images/logo_3.png") right top no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#i-license .license-list {
  padding-top: 30px;
  font-size: 0;
}
#i-license .license-list img {
  width: 100%;
}
#i-license .license-list .item {
  display: inline-block;
  vertical-align: top;
  /* width: 33.33%; */
  width: 25%;
  position: relative;
  z-index: 2;
}
#i-license .license-list .item:nth-child(2),
#i-license .license-list .item:nth-child(4) {
  margin-top: 35px;
  z-index: 1;
}
#i-license .license-list .item:nth-child(3) {
  z-index: 0;
}
#i-license .license-list .item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0.59) 100%
  );
}
#i-license .license-list .item .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
#i-license .license-list .item .cover .date {
  font-size: 14px;
  letter-spacing: 0.2px;
}
#i-license .license-list .item .cover .title {
  /* font-size: 28px; */
  font-size: 24px;
  letter-spacing: 0.4px;
  font-weight: bold;
  position: relative;
}
#i-license .license-list .item .cover .title span {
  position: relative;
  z-index: 2;
}
#i-license .license-list .item .cover .title:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 10px;
  left: -5px;
  width: calc(100% + 20px);
  height: 20px;
  background-color: #e6002e;
}
#i-license .license-list .item .cover span {
  display: block;
}
#i-license .license-list .item:hover:before {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.35) 50%,
    rgba(0, 0, 0, 0.59) 100%
  );
}
#i-license .license-list .item:hover .cover .date {
  color: #fff;
}
#i-license .license-list .item:hover .cover .title {
  color: #fff;
}
#i-license .license-list .item:hover .cover .title:before {
  opacity: 1;
}
#i-license .btn-box {
  padding-top: 20px;
  text-align: center;
}
#i-license .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #060606;
}
#i-license .btn-box a:before {
  pointer-events: none;
  content: "";
}
#i-license .btn-box a i {
  padding-top: 5px;
}
#i-features {
  padding: 80px 0;
}
#i-features *:focus {
  outline: none;
}
#i-features .features-list {
  margin-top: 30px;
  background-color: #fff;
}
#i-features .features-list .item {
  display: block !important;
  font-size: 0;
  background-color: #fff;
}
#i-features .features-list .item .left-area {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
#i-features .features-list .item .left-area .main-wrap {
  padding-top: 40px;
  padding: 30px 70px;
  background-color: #fff;
}
#i-features .features-list .item .left-area .subject {
  display: block;
  font-size: 32px;
  letter-spacing: 0.66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#i-features .features-list .item .left-area .summary {
  display: block;
  padding-top: 15px;
  color: #848484;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.04px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#i-features .features-list .item .left-area .btn-box {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
  margin-bottom: 3px;
  padding-top: 10px;
}
#i-features .features-list .item .left-area .btn-box a {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 13px;
  color: #3b3b3b;
  line-height: 2.85;
  letter-spacing: 0.03px;
  font-weight: bold;
}
#i-features .features-list .item .left-area .btn-box a:focus {
  outline: none;
}
#i-features .features-list .item .left-area .btn-box a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/brn_1.png") center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#i-features .features-list .item .left-area .btn-box a:hover {
  color: #d60c33;
}
#i-features .features-list .item .left-area .btn-box a:hover:before {
  background-image: url("../images/brn_3.png");
}
#i-features .features-list .item .right-area {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
#i-features .features-list .item .right-area img {
  width: 100%;
}
#i-features .features-list .item.second {
  direction: rtl;
  padding-left: 0;
}
#i-features .features-list .item.second .left-area {
  direction: ltr;
  text-align: left;
}
#i-features .features-list .slick-arrow {
  margin: 0;
}
#i-features .features-list .slick-arrow.slick-prev {
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#i-features .features-list .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cases-list {
  padding: 20px 0 10px;
  font-size: 0;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
.cases-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
.cases-list .item img {
  width: 100%;
}
.cases-list .item span {
  display: block;
}
.cases-list .item .main {
  padding: 30px;
  background-color: #fff;
}
.cases-list .item .img {
  position: relative;
}
.cases-list .item .img:before {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
}
.cases-list .item .img:after {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  content: "VIEW";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin: -22px 0 0 -70px;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cases-list .item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cases-list .item .title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #333;
}
.cases-list .item .date {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}
.cases-list .item .summary {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  height: 50px;
  overflow: hidden;
}
.cases-list .item:hover {
  color: #333;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.cases-list .item:hover .img:before,
.cases-list .item:hover .img:after {
  opacity: 1;
}
.cases-view {
  padding: 50px 0 80px;
  font-size: 0;
}
.cases-view .left-area {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
}
.cases-view .right-area {
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 40px;
}
.cases-view .right-area .subject {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 44px;
  font-weight: bold;
  position: relative;
}
.cases-view .right-area .subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background-color: #e51312;
}
.cases-view .right-area .summary {
  font-size: 16px;
  line-height: 30px;
}
.cases-view .right-area .btn-box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  text-align: right;
}
.cases-view .right-area .btn-box a {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 2.85;
  letter-spacing: 0.03px;
  font-weight: bold;
}
.cases-view .right-area .btn-box a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/brn_1.png") center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.cases-view .slick-arrow {
  bottom: auto;
  top: 50%;
  margin-top: -30px;
}
.cases-view .big-pic {
  padding: 10px;
  background-color: #fff;
  line-height: 0;
  box-shadow: 0 6px 20px 0 rgba(159, 159, 159, 0.15);
}
.cases-view .big-pic img {
  width: 100%;
}
.cases-view .small-pic {
  margin-top: 20px;
  padding-left: 74px;
  padding-right: 74px;
  line-height: 0;
}
.cases-view .small-pic .item {
  padding: 0 5px;
}
.cases-view .small-pic img {
  width: 100%;
}
.cases-view .subject-txt {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.cases-view .info-list .item {
  padding: 3px 0;
  font-size: 0;
}
.cases-view .info-list .item .subject-txt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
}
.cases-view .info-list .item .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
}
.cases-view.show .left-area {
  padding-right: 0;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(159, 159, 159, 0.15);
}
.cases-view.show .right-area {
  padding-left: 80px;
}
.cases-view.show .right-area .subject {
  font-size: 36px;
}
.cases-view.show .big-pic {
  box-shadow: none;
}
.cases-view.show .small-pic {
  margin-top: 0;
  padding: 0 5px 10px;
}
.select-bar {
  padding: 20px 0;
  text-align: right;
}
.select-bar .group-select {
  max-width: 220px;
}

.select-bar .group-select:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-list img {
  max-width: 100%;
}
.faq-list .item {
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.faq-list .item:before {
  pointer-events: auto;
  content: "";
  position: absolute;
  top: 26px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-list .item .que {
  font-size: 0;
  cursor: pointer;
}
.faq-list .item .que .icon {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  font-family: "oswald";
  font-size: 24px;
  font-weight: bold;
  color: #777;
  line-height: 30px;
  padding: 20px 0 20px 30px;
}
.faq-list .item .que .title {
  padding: 20px 80px 20px 0;
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
  font-size: 18px;
  line-height: 34px;
}
.faq-list .item .ans {
  display: none;
  padding: 20px 30px;
  font-size: 16px;
  color: #777;
  line-height: 30px;
  border-top: 1px solid #dceaeb;
}
.faq-list .item .ans img {
  max-width: 100%;
}
.faq-list .item.is-open:before {
  border-color: #e51312;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 34px;
}
.faq-list .item.is-open .que .icon {
  color: #e51312;
}
.faq-list .item.is-open .ans {
  display: block;
}
.faq-list .video-box {
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
  font-weight: bold;
  color: #111;
}

.show-list {
  position: relative;
  left: -20px;
  padding-top: 50px;
  width: calc(100% + 40px);
}
.show-list .item {
  position: relative;
  margin: 0 20px 40px;
  width: calc(50% - 40px);
  overflow: hidden;
}
.show-list .item img {
  width: 100%;
}
.show-list .item span {
  display: block;
}
.show-list .item .img {
  position: relative;
}
.show-list .item .img:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  z-index: 3;
}
.show-list .item .main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 40px;
  text-align: center;
}
.show-list .item .main:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.35) 50%,
    rgba(0, 0, 0, 0.59) 100%
  );
}
.show-list .item .main .title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.show-list .item:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.about-list {
  padding: 50px 0 10px;
}
.about-list .item {
  margin-bottom: 80px;
  font-size: 0;
}
.about-list .item .left-area {
  display: inline-block;
  width: 62.5%;
  vertical-align: middle;
}
.about-list .item .left-area img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-list .item .left-area span {
  display: block;
  position: relative;
}
.about-list .item .left-area span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-list .item .right-area {
  position: relative;
  z-index: 3;
  position: relative;
  left: -60px;
  display: inline-block;
  width: 37.5%;
  padding-left: 50px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
.about-list .item .right-area .subject {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-list .item .right-area .subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #e51312;
}
.about-list .item .right-area .summary {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.about-list .item .right-area .summary-en {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.about-list .item:nth-child(2) {
  direction: rtl;
}
.about-list .item:nth-child(2) .left-area span:before {
  left: auto;
  right: -20px;
}
.about-list .item:nth-child(2) .right-area {
  direction: ltr;
  left: auto;
  right: -60px;
}
.history-wrap {
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
.history-wrap .top-subject {
  text-align: center;
}
.history-wrap .history-list {
  position: relative;
  padding: 80px 0 0;
}
.history-wrap .history-list:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 80px;
  left: 50%;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #ccc;
}
.history-wrap .history-list .item {
  padding: 0 0 20px;
  margin-left: calc(50% - 50px);
  font-size: 0;
  width: calc(50% + 50px);
}
.history-wrap .history-list .item:nth-child(even) {
  margin: 0;
  margin-right: calc(50% - 50px);
  direction: rtl;
}
.history-wrap .history-list .item:nth-child(even) .year:before {
  right: auto;
  left: -11px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
}
.history-wrap .history-list .item:nth-child(even) .main {
  direction: ltr;
  text-align: left;
  margin-left: 0;
  margin-right: 30px;
}
.history-wrap .history-list .item .year {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  color: #222;
  font-size: 26px;
  line-height: 96px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}
.history-wrap .history-list .item .year:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ccc;
}
.history-wrap .history-list .item .subject {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
  text-align: center;
}
.history-wrap .history-list .item .main {
  border-top: 1px solid #dddddd;
  display: inline-block;
  margin-top: 50px;
  padding-top: 20px;
  margin-left: 30px;
  width: calc(100% - 130px);
  vertical-align: top;
  font-size: 0;
}
.history-wrap .history-list .item .main .right-area {
  padding-top: 20px;
}
.history-wrap .history-list .item .main .right-area img {
  width: 100%;
}
.history-wrap .history-list .item .main .title {
  color: #e51312;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.history-wrap .history-list .item .main .summary {
  /* margin-bottom: 10px; */
  color: #555;
  font-size: 16px;
  text-align: left;
  word-break: normal;
  /* line-height: 30px; */
}
.history-wrap .history-list .item .main .img {
  padding-top: 20px;
}
.history-wrap .history-list .item .main .box {
  padding-bottom: 10px;
}
.history-wrap .history-list .item .main .box .title {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 40px;
  vertical-align: top;
}
.history-wrap .history-list .item .main .box .summary {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
}
.history-wrap .history-list .item .main .box .summary:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #777;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.history-wrap .history-list .item:nth-child(odd) .main {
  direction: rtl;
  text-align: left;
}
.history-wrap .history-list .item:nth-child(odd) .main .left-area {
  direction: ltr;
}
.history-wrap .history-list .item:hover:nth-child(even) .year:before {
  border-width: 10px 10px 10px 0;
  border-color: transparent #e51312 transparent transparent;
}
.history-wrap .history-list .item:hover .year {
  color: #e51312;
  border-color: #e51312;
}
.history-wrap .history-list .item:hover .year:before {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e51312;
}
#news .cases-list {
  left: -15px;
  width: calc(100% + 30px);
}
#news .cases-list .item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
#news .cases-list .item .main {
  padding: 15px 25px;
}
#news .view-top-bar {
  padding: 50px 0 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
}
#news .view-top-bar .date {
  position: relative;
  font-size: 16px;
  color: #e51312;
  padding: 10px 0 5px;
}
#news .view-top-bar .title {
  font-size: 24px;
  font-weight: bold;
}
#news .down-area {
  padding: 30px 0 80px;
  text-align: center;
}
#news .down-area a {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 2.85;
  letter-spacing: 0.03px;
  font-weight: bold;
}
#news .down-area a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/brn_1.png") center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#news .edit-wrap {
  font-size: 16px;
  line-height: 28px;
}
#news .edit-wrap img {
  width: 100%;
}
#news .down-control {
  margin-top: 30px;
  border-top: 2px solid #333;
}
#news .down-control .item {
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #ccc;
}
#news .down-control .item .left {
  display: inline-block;
  width: 95px;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding-left: 34px;
}
#news .down-control .item .left:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e51312;
  border-left: 2px solid #e51312;
}
#news .down-control .item .right {
  display: inline-block;
  width: calc(100% - 95px);
  vertical-align: top;
  font-size: 15px;
  color: #666;
}
#news .down-control .item .right a {
  color: #666;
}
#news .down-control .item .right a:hover {
  color: #e51312;
  text-decoration: underline;
}
#news .down-control .item.prev .left:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news .down-control .item.next .left:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 1px;
}
.contact-top {
  padding: 50px 0;
  font-size: 0;
}
.contact-top .left-area {
  display: inline-block;
  width: 640px;
  vertical-align: middle;
}
.contact-top .left-area .map {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(159, 159, 159, 0.15);
}
.contact-top .left-area iframe {
  width: 100%;
  height: 300px;
}
.contact-top .right-area {
  display: inline-block;
  width: calc(100% - 640px);
  vertical-align: middle;
  padding-left: 70px;
}
.contact-top .right-area .logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 230px;
}
.contact-top .right-area .logo img {
  width: 100%;
}
.contact-top .right-area .right {
  position: relative;
  display: inline-block;
  width: calc(100% - 230px);
  padding-left: 90px;
  vertical-align: middle;
}
.contact-top .right-area .right:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 10px;
  left: 45px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
}
.contact-top .right-area .item {
  padding: 8px 0;
  font-size: 0;
}
.contact-top .right-area .item .title {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}
.contact-top .right-area .item .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-left: 10px;
}
.contact-top .right-area a:hover {
  color: #e51312;
  text-decoration: underline;
}
.contact-form {
  padding: 50px 0 80px;
}
.contact-form .top-subject {
  padding-bottom: 40px;
}
.contact-form .btn-box {
  padding: 30px 0;
  text-align: right;
}
.contact-form .btn-box button {
  display: inline-block;
  color: #fff;
  padding: 14px 50px;
  font-size: 16px;
  background-color: #e51312;
  border: none;
}
.contact-form .btn-box button:hover {
  background-color: #333;
}
.video-iframe {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product .top-box {
  text-align: center;
}
#product .subject {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
}
#product .slogan {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  /* height: 32px; */
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 16px;
  border-radius: 30px;
  background-color: #d60c33;
}
#product .top-area {
  padding: 60px 0;
  background-color: #f8f8f8;
  text-align: center;
}
#product .top-area img {
  max-width: 100%;
}
#product .top-area .img_add_video {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#product .top-area .img_add_video .video-box {
  position: absolute;
  top: 35%;
  right: 0;
  width: 300px;
}
#product .top-area .video-box {
  /* margin: 0 auto 40px; */
  margin: 0 auto 20px;
  max-width: 700px;
}
#product .top-area .subject {
  padding-bottom: 20px;
  font-size: 35px;
  letter-spacing: 0.5px;
  color: #181818;
}
#product .top-area .summary {
  max-width: 700px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
}
#product .top-area .info-list {
  margin: 0 auto;
  max-width: 800px;
  font-size: 0;
}
#product .top-area .info-list .left,
#product .top-area .info-list .right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 20px;
}
#product .top-area .info-list .item {
  padding: 10px 0;
  text-align: left;
}
#product .top-area .info-list .item .num {
  display: inline-block;
  color: #e50213;
  font-size: 24px;
  letter-spacing: 0.34px;
  width: 25px;
  text-align: center;
  vertical-align: top;
  line-height: 22px;
}
#product .top-area .info-list .item .txt {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
#product .top-area .img_add_video {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#product .top-area .img_add_video .video-box {
  position: absolute;
  top: 35%;
  right: 0;
  width: 300px;
}
#product .important {
  text-align: center;
}
#product .important span {
  font-size: 22px;
  background-color: red;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
#product .features-area {
  padding: 40px 0 1px;
}
#product .features-area .subject {
  font-size: 35px;
  color: #181818;
  padding-bottom: 25px;
}
#product .features-area .list {
  padding: 50px 0;
  font-size: 0;
}
#product .features-area .list .item {
  display: block;
  font-size: 0;
  margin-bottom: 80px;
}

#product .features-area .list .item .title {
  font-weight: 400;
  font-size: 24px;
  color: #3b3b3b;
  margin-bottom: 10px;
}

#product .features-area .list .item .video {
  display: inline-block;
  width: 600px;
  vertical-align: middle;
}

#product .features-area .list .item .img {
  display: inline-block;
  width: 600px;
  vertical-align: middle;
}
#product .features-area .list .item .img-mob {
  display: none;
}
#product .features-area .list .item .cover {
  display: inline-block;
  width: calc(100% - 600px);
  padding: 40px;
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}
#product .features-area .list .item .cover p {
  font-size: 1rem;
}
#product .features-area .list .item iframe {
  max-width: 100%;
}

#product .features-area .list .item .txt {
  padding: 0 0 0 20px;
  font-size: 24px;
  color: #3b3b3b;
  position: relative;
}
#product .features-area .list .item .txt:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d60c33;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#product .features-area .list .item .summary {
  padding: 10px 0;
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
}
#product .features-area .list .item img {
  width: 100%;
  max-width: 100%;
}
#product .features-area .list .item.right {
  direction: rtl;
}
#product .features-area .list .item.right .cover {
  direction: ltr;
  display: inline-block;
}
#product .features-area .list .item.right .cover-mob {
  direction: ltr;
  display: none;
}
#product .features-area .list .item.right {
  direction: rtl;
}
#product .table-wrap {
  margin-top: 40px;
  background-color: #fbfbfb;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 9px 0 rgba(234, 178, 178, 0.04);
}
#product .table-wrap table {
  width: 100%;
  border-collapse: inherit;
}
#product .table-wrap table thead th,
#product .table-wrap table thead td {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  white-space: nowrap;
}
#product .table-wrap table tbody th,
#product .table-wrap table tbody td {
  border-bottom: 1px solid #ededed;
}
#product .table-wrap table th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #7f7f7f;
  padding: 15px 20px;
  white-space: nowrap;
}
#product .table-wrap table td {
  font-size: 16px;
  line-height: 30px;
  color: #373737;
  padding: 15px 20px;
}
#product .table-wrap table td.w40p {
  width: 40%;
}
#product .table-wrap table .check {
  color: red;
  font-weight: bold;
  white-space: nowrap;
}
#product .table-wrap table .check span {
  font-size: 20px;
}
#product .table-wrap table .ta-c {
  text-align: center;
  white-space: nowrap;
}

/* 英文表格 */
#product .table-wrap-en {
  margin-top: 40px;
  background-color: #fbfbfb;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 9px 0 rgba(234, 178, 178, 0.04);
}
#product .table-wrap-en table {
  width: 100%;
  border-collapse: inherit;
}
#product .table-wrap-en table thead th,
#product .table-wrap-en table thead td {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  word-wrap: break-word;
}
#product .table-wrap-en table tbody th,
#product .table-wrap-en table tbody td {
  border-bottom: 1px solid #ededed;
}
#product .table-wrap-en table th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #7f7f7f;
  padding: 15px 20px;
  word-wrap: break-word;
}
#product .table-wrap-en table th span {
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  #product .table-wrap-en table th span {
    margin-top: 0;
    float: inherit;
    margin-right: 0;
  }
}
#product .table-wrap-en table td {
  font-size: 16px;
  line-height: 30px;
  color: #373737;
  padding: 15px 20px;
}
#product .table-wrap-en table td.w40p {
  width: 40%;
}
#product .table-wrap-en table .check {
  color: red;
  font-weight: bold;
  word-wrap: break-word;
}
#product .table-wrap-en table .check span {
  font-size: 20px;
}
#product .table-wrap-en table .ta-c {
  text-align: center;
  word-wrap: break-word;
}
/* 英文表格End */

#product .difference-area {
  padding: 60px 0 70px;
  background-color: #ebeef1;
}
#product .difference-area .subject {
  text-align: center;
}
#product .difference-area.two {
  background-color: #f8f8f8;
}
#product .video-area {
  padding: 80px 0;
}
#product .video-area .item {
  font-size: 0;
}
#product .video-area .item img {
  width: 100%;
}
#product .video-area .item .left-area {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#product .video-area .item .right-area {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  width: calc(100% - 50% - 90px);
  font-size: 25px;
  line-height: 37px;
  padding: 130px;
  margin-right: 90px;
}
#product .video-area .item:first-child {
  direction: rtl;
}
#product .video-area .item:first-child .left-area {
  vertical-align: bottom;
}
#product .video-area .item:first-child .right-area {
  direction: ltr;
  margin-right: 0;
  margin-left: 90px;
  vertical-align: bottom;
}
#product .video-area.two {
  background-color: #ebeef1;
}
#product .video-area.two .subject {
  margin-bottom: 40px;
  font-size: 35px;
}
#product .video-area.two .list {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  font-size: 0;
}
#product .video-area.two .item {
  display: inline-block;
  width: calc(50% - 40px);
  margin: 0 20px 30px;
  vertical-align: top;
}
#product .video-area.two .item .left-area {
  display: block;
  width: 100%;
  padding: 0;
}
#product .video-area.two .item .right-area {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
}
#product .notice-area {
  padding: 80px 0;
  font-size: 0;
  background-color: #ebeef1;
}
#product .notice-area .left-area {
  display: inline-block;
  width: 735px;
  vertical-align: middle;
}
#product .notice-area .left-area img {
  width: 100%;
}
#product .notice-area .right-area {
  position: relative;
  left: -30px;
  display: inline-block;
  width: calc(100% - 735px);
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  max-width: 610px;
}
#product .notice-area .right-area:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #969090;
  opacity: 0.1;
}
#product .notice-area .right-area .main {
  position: relative;
  z-index: 1;
  padding: 60px;
  background-color: #fff;
}
#product .notice-area .right-area .main .subject {
  padding-bottom: 30px;
  text-align: left;
}
#product .notice-area .right-area .main .list .item {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  margin-bottom: 10px;
}
#product .notice-area .right-area .main .list .item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d60c33;
}
#product .relation-area {
  padding: 60px 0;
  background-color: #ebeef1;
}
#product .relation-area [data-plugins="relation-slick"] {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}
#product .relation-area [data-plugins="relation-slick"] .slick-arrow {
  top: 50%;
  margin-top: -48px;
}
#product
  .relation-area
  [data-plugins="relation-slick"]
  .slick-arrow.slick-prev {
  left: -22px;
}
#product
  .relation-area
  [data-plugins="relation-slick"]
  .slick-arrow.slick-next {
  right: -22px;
}
#product .relation-area .subject {
  padding-bottom: 40px;
  font-size: 35px;
  text-align: left;
}
#product .relation-area .item {
  padding: 0 15px;
}
#product .relation-area .item a,
#product .relation-area .item .img {
  display: block;
}
#product .relation-area .item a img,
#product .relation-area .item .img img {
  width: 100%;
}
#product .relation-area .item a:hover img,
#product .relation-area .item .img:hover img {
  opacity: 0.9;
}
#product .relation-area .item .txt {
  font-size: 20px;
  text-align: center;
  padding: 15px 20px;
}
#product .relation-area.two {
  background-color: #f8f8f8;
}
#product .info-area {
  padding: 60px 0;
  background-color: #f8f8f8;
}
#product .info-area .slogan {
  margin-bottom: 30px;
}
#product .info-area img {
  width: 100%;
}
#product.two {
  background-color: #fff;
}

#product .download-area {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  #header .top-sub a.fb {
    right: 75px;
  }
  #header .top-sub .lang-wrap {
    right: 30px;
  }
  #nav {
    padding-right: 120px;
  }
  #i-banner .background-iframe {
    padding-bottom: 56.25%;
  }
  #i-banner .slick-arrow.slick-prev {
    right: 84px;
  }
  #i-banner .slick-arrow.slick-next {
    right: 40px;
  }
  .top-subject .en {
    font-size: 48px;
  }
  #i-cases {
    padding: 30px 0;
    padding-left: 0;
  }
  #i-features {
    padding: 30px 0;
  }
  #i-features .features-list .item .left-area .subject {
    font-size: 28px;
  }
  #i-features .features-list .item .left-area .summary {
    height: 70px;
  }
  #i-features .features-list .item .left-area .main-wrap {
    padding: 30px 50px;
  }
  body#index .bg-wrap {
    padding: 60px 0;
  }
  .contact-top .left-area {
    width: 500px;
  }
  .contact-top .right-area {
    padding-left: 40px;
    width: calc(100% - 500px);
  }
  .contact-form {
    padding: 30px 0 50px;
  }
  #product .features-area .list .item .cover {
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  body#index #header {
    background-color: #fff;
  }
  body#index .bg-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #header {
    background-color: #fff;
    border-bottom-color: #ccc;
  }
  #header:before {
    display: none;
  }
  #header h1.logo {
    padding: 10px 0;
  }
  #header .p-wrap {
    max-width: 100%;
  }
  #header .top-sub a.fb {
    top: 35px;
    right: 135px;
  }
  #header .top-sub .lang-wrap {
    top: 35px;
    right: 90px;
  }
  #nav {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    position: fixed;
    top: 82px;
    left: auto;
    right: 0;
    width: 240px;
    z-index: 8;
    padding-right: 0;
    background-color: #fff;
    pointer-events: none;
    box-shadow: 0 6px 20px 0 rgba(159, 159, 159, 0.15);
    overflow: auto;
    height: calc(100% - 82px);
  }
  #nav ul {
    display: block;
    width: 100%;
  }
  #nav ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  #nav ul li a {
    display: block;
    padding: 30px;
  }
  #nav ul li a:hover {
    color: #333;
  }
  #nav ul li .sub-nav {
    display: none;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
  }
  #nav ul li ul {
    display: block;
    width: 100%;
    left: auto;
    background-color: #e5e5e5;
  }
  #nav ul li ul li {
    display: block;
    width: 100%;
  }
  #nav ul li ul li a {
    padding: 10px 30px;
    font-size: 0;
    text-align: left;
  }
  #nav ul li ul li a .icon {
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }
  #nav ul li ul li a .txt {
    display: inline-block;
    width: calc(100% - 55px);
    padding-left: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  #nav ul li ul li:last-child {
    border-bottom: none;
  }
  #nav ul li:hover > a {
    color: #333;
    background-color: transparent;
  }
  #nav ul li.has-child > a {
    position: relative;
  }
  #nav ul li.has-child > a:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 33px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav ul li.open > a {
    color: #e50213;
  }
  #nav ul li.open > a:before {
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #e50213;
  }
  #nav ul li.open .sub-nav {
    display: block;
  }
  #nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  #nav.is-open ul li.has-child > a {
    pointer-events: auto;
  }
  .top-subject .en {
    font-size: 40px;
  }
  #i-cases {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #i-cases .item .img-area,
  #i-cases .item .txt-area {
    display: block;
    width: 100%;
    left: 0;
  }
  #i-cases .item .txt-area {
    padding-left: 15px;
  }
  #i-cases .slick-arrow {
    bottom: 20%;
    margin-top: -30px;
  }
  #i-cases .slick-arrow.slick-prev {
    left: 0;
  }
  #i-cases .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  #i-license .license-list .item .cover {
    padding: 20px;
  }
  #i-license .license-list .item .cover .title {
    font-size: 22px;
    font-size: 18px;
  }

  /* Copy:Start */
  /* #i-license:before {
    display: none;
  }
  #i-license .btn-box {
    padding-top: 5px;
  }
  #i-license .license-list {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    padding-top: 20px;
  }
  #i-license .license-list .item {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  #i-license .license-list .item .cover {
    padding: 15px;
  }
  #i-license .license-list .item .cover .title {
    font-size: 18px;
  }
  #i-license .license-list .item:nth-child(2),
  #i-license .license-list .item:nth-child(3),
  #i-license .license-list .item:nth-child(4) {
    margin-top: 0;
  } */
  /* Copy:End */
  #footer .logo-area {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
  #footer .menu-area {
    position: relative;
    left: 10px;
    display: block;
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
    text-align: left;
  }
  #footer .menu-area .subject {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    vertical-align: top;
  }
  #footer .menu-area .right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    vertical-align: top;
  }
  #footer .menu-area .item {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  #footer .menu-area .item ul.two,
  #footer .menu-area .item ul {
    display: block;
    width: 100%;
    padding: 0;
  }
  #footer .menu-area .item ul.two li,
  #footer .menu-area .item ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #footer .right-area {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cases-view {
    padding-bottom: 50px;
  }
  .cases-view .left-area {
    display: block;
    width: 100%;
    padding: 0 0 50px;
  }
  .cases-view .right-area {
    padding: 0;
    display: block;
    width: 100%;
  }
  .cases-view .right-area .subject {
    font-size: 36px;
  }
  .cases-view .right-area .subject:before {
    width: 34px;
  }
  .cases-view.show .left-area {
    padding-bottom: 0;
  }
  .cases-view.show .right-area {
    padding: 30px 0 0;
  }
  .show-list {
    left: -15px;
    width: calc(100% + 30px);
  }
  .show-list .item {
    margin: 0 15px 25px;
  }
  #news .cases-list .item {
    width: calc(33.33% - 30px);
  }
  .about-list .item {
    margin-bottom: 30px;
  }
  .about-list .item .right-area {
    left: auto;
    padding: 15px 0 15px 45px;
    width: 50%;
  }
  .about-list .item .right-area .subject {
    font-size: 28px;
  }
  .about-list .item .left-area {
    width: 50%;
  }
  .about-list .item:nth-child(2) .right-area {
    right: auto;
    padding: 15px 45px 15px 0;
  }
  .history-wrap {
    padding: 30px 0;
  }
  .history-wrap .history-list {
    padding: 30px 0 0;
  }
  .history-wrap .history-list .item .main .left-area {
    display: block;
    width: 100%;
    padding: 0;
  }
  .history-wrap .history-list .item .main .right-area {
    display: block;
    width: 100%;
  }
  .history-wrap .history-list .item:nth-child(odd) .main .left-area {
    direction: rtl;
    padding: 0;
  }
  .table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-wrap table {
    width: auto;
  }

  .table-wrap table th {
    position: sticky;
    left: 0;
    background-color: #eee;
    z-index: 2;
    border-bottom: 1px solid #fff !important;
  }

  .table-wrap-en {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-wrap-en table {
    width: auto;
  }

  .table-wrap-en table th {
    position: sticky;
    left: 0;
    background-color: #eee;
    z-index: 2;
    border-bottom: 1px solid #fff !important;
  }
  .contact-top {
    padding-bottom: 20px;
  }
  .contact-top .left-area {
    display: block;
    width: 100%;
  }
  .contact-top .right-area {
    display: block;
    padding: 20px 0;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
  }
  #product .top-area .left-area {
    display: block;
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
  }
  #product .top-area .right-area {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #product .top-area .img_add_video .video-box {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
  }
  #product .features-area .list .item .img {
    width: 340px;
  }
  #product .features-area .list .item .cover {
    width: calc(100% - 340px);
  }
  #product .video-area {
    padding-bottom: 50px;
  }
  #product .video-area .item {
    margin-bottom: 30px;
  }
  #product .video-area .item .left-area,
  #product .video-area .item .right-area {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #product .video-area .item .right-area {
    padding: 20px;
    font-size: 18px;
  }
  #product .video-area .item:first-child .left-area,
  #product .video-area .item:first-child .right-area {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #product .video-area .item:first-child .right-area {
    padding: 20px;
  }
  #product .video-area.two .list {
    left: 0;
    width: 100%;
  }
  #product .video-area.two .item {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  #product .notice-area .left-area,
  #product .notice-area .right-area {
    display: block;
    width: 100%;
    left: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body#index .bg-wrap {
    padding-bottom: 10px;
  }
  #footer {
    padding-top: 30px;
  }
  .top-subject .en {
    font-size: 34px;
    line-height: 44px;
  }
  #i-license .license-list .item .cover .title {
    /* font-size: 20px; */
    font-size: 18px;
  }
  #i-features {
    padding: 40px 0 20px;
  }
  #i-features .features-list .item .left-area {
    padding-left: 0;
  }
  #i-features .features-list .item .left-area .subject {
    font-size: 30px;
  }
  #i-features .features-list .item .left-area .main-wrap {
    padding: 19px 25px;
  }
  #i-features .features-list .item .left-area .summary {
    padding-top: 5px;
    height: 101px;
    -webkit-line-clamp: 3;
  }
  #i-features .features-list .item .left-area .btn-box {
    padding-top: 3px;
  }
  #i-features .features-list .item.second .left-area {
    padding-right: 0;
  }
  #i-features .features-list .slick-arrow {
    margin: 0;
  }
  #i-features .features-list .slick-arrow.slick-prev {
    left: auto;
    right: 60px;
    top: -86px;
  }
  #i-features .features-list .slick-arrow.slick-next {
    bottom: auto;
    margin: 0;
    right: 0;
    top: -86px;
  }
  .cases-view {
    padding: 30px 0;
  }
  .cases-view .right-area .subject {
    font-size: 30px;
  }
  .cases-view .right-area .subject:before {
    width: 30px;
  }
  .show-list {
    padding-top: 20px;
    left: -10px;
    width: calc(100% + 20px);
  }
  .show-list .item {
    margin: 0 10px 20px;
  }
  .show-list .item .img:before {
    border-width: 5px;
  }
  .show-list .item .main {
    padding: 15px 15px 25px;
  }
  #news .p-category {
    padding-bottom: 20px;
  }
  #news .cases-list {
    left: -10px;
    width: calc(100% + 20px);
  }
  #news .cases-list .item {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
  }
  #news .cases-list .item .main {
    padding: 15px 20px;
  }
  #news .view-top-bar {
    padding: 20px 0;
  }
  #news .down-area {
    padding-bottom: 30px;
  }
  .about-list .item {
    margin-bottom: 10px;
  }
  .about-list .item .right-area .subject {
    font-size: 24px;
  }
  .about-list .item .right-area .subject:before {
    width: 25px;
  }
  #product .subject {
    font-size: 28px;
  }
  #product .top-area .subject {
    font-size: 28px;
  }
  #product .features-area {
    padding-bottom: 20px;
  }
  #product .features-area .subject {
    font-size: 28px;
    padding-bottom: 10px;
  }
  #product .features-area .list {
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
  #product .features-area .list .item {
    display: block;
    padding: 0;
    /* margin: 0 0 20px; */
    margin: 0 0 60px;
    width: 100%;
  }
  #product .features-area .list .item .video {
    display: block;
    width: 100%;
  }
  #product .features-area .list .item .img {
    display: block;
    width: 100%;
  }
  #product .features-area .list .item .cover {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  #product .difference-area {
    padding: 40px 0;
  }
  #product .video-area {
    padding: 40px 0 1px;
  }
  #product .video-area.two .subject {
    font-size: 28px;
  }
  #product .info-area {
    padding: 40px 0;
  }
  #product .notice-area {
    padding: 40px 0;
  }
  #product .notice-area .right-area .main {
    padding: 30px;
  }
  #product .relation-area {
    padding: 40px 0 20px;
  }
  #product .relation-area .subject {
    font-size: 28px;
    padding-bottom: 20px;
  }
  #product .relation-area [data-plugins="relation-slick"] .slick-arrow {
    top: -60px;
    margin: 0;
    width: 44px;
    height: 44px;
  }
  #product .relation-area [data-plugins="relation-slick"] .slick-arrow:before {
    top: 19px;
  }
  #product
    .relation-area
    [data-plugins="relation-slick"]
    .slick-arrow.slick-next {
    left: auto;
    right: 15px;
  }
  #product
    .relation-area
    [data-plugins="relation-slick"]
    .slick-arrow.slick-next:before {
    left: 9px;
  }
  #product
    .relation-area
    [data-plugins="relation-slick"]
    .slick-arrow.slick-prev {
    left: auto;
    right: 59px;
  }
  #product
    .relation-area
    [data-plugins="relation-slick"]
    .slick-arrow.slick-prev:before {
    left: 9px;
  }
}
@media only screen and (max-width: 767px) {
  body#index .bg-wrap {
    padding-bottom: 1px;
  }
  #header h1.logo {
    padding: 5px 0;
  }
  #header h1.logo a {
    width: 180px;
    height: 55px;
  }
  #header .top-sub a.fb {
    top: 25px;
    right: 100px;
  }
  #header .top-sub .lang-wrap {
    top: 25px;
    right: 60px;
  }
  #nav {
    top: 66px;
    height: calc(100% - 66px);
  }
  #nav ul li a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #footer .menu-area {
    left: 0;
    max-width: 340px;
  }
  #footer .menu-area .item .subject {
    width: 80px;
    letter-spacing: 0;
  }
  #footer .menu-area .item .right {
    width: calc(100% - 80px);
  }
  #footer .right-area .img-area .img {
    margin: 0 5px;
  }
  .top-subject .tw {
    line-height: 30px;
    margin-bottom: 0;
  }
  .top-subject .en {
    font-size: 23px;
    line-height: 30px;
  }
  #i-cases {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #i-cases .mobile-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }
  #i-cases .item .txt-area {
    margin-top: 10px;
    padding: 0;
  }
  #i-cases .item .txt-area .left-area {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  #i-cases .item .txt-area .left-area .title {
    display: none;
  }
  #i-cases .item .txt-area .left-area .img {
    pointer-events: none;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.2;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #i-cases .item .txt-area .right-area {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #i-cases .item .txt-area .right-area .subject {
    font-size: 24px;
    margin-top: 5px;
  }
  #i-cases .item .txt-area .right-area .summary {
    height: 120px;
    margin-top: 5px;
  }
  #i-cases .item .txt-area .main-wrap {
    padding: 20px;
    min-height: 340px;
  }
  #i-cases .item .txt-area .main-wrap:after {
    display: none;
  }
  #i-cases .item .txt-area .down-area {
    position: relative;
    bottom: 0;
    right: 0;
    padding-top: 20px;
  }
  #i-cases .item .txt-area .small-pic .item {
    display: inline-block;
    margin: 0 3px 6px;
    width: calc(50% - 6px);
  }
  #i-cases .item .txt-area .btn-box {
    padding: 0;
    text-align: center;
  }
  #i-cases .small-pic {
    /* position: absolute; */
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #i-cases .small-pic .item {
    padding: 3px;
  }
  #i-cases .slick-arrow {
    bottom: auto;
    /* top: 42%; */
    top: 30%;
  }
  #i-cases .slick-arrow.slick-next {
    right: -12px;
  }
  #i-cases .slick-arrow.slick-prev {
    left: -12px;
  }
  #i-license:before {
    display: none;
  }
  #i-license .btn-box {
    padding-top: 5px;
  }
  #i-license .license-list {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    padding-top: 20px;
  }
  #i-license .license-list .item {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  #i-license .license-list .item .cover {
    padding: 15px;
  }
  #i-license .license-list .item .cover .title {
    font-size: 18px;
  }
  #i-license .license-list .item:nth-child(2),
  #i-license .license-list .item:nth-child(3),
  #i-license .license-list .item:nth-child(4) {
    margin-top: 0;
  }
  #i-features {
    padding-bottom: 20px;
  }
  #i-features .features-list .item-wrap {
    position: relative;
    left: 0;
    width: 100% !important;
    font-size: 0;
  }
  #i-features .features-list .item {
    display: block;
    margin: 0 !important;
    width: calc(50% - 30px);
    vertical-align: top;
  }
  #i-features .features-list .item .left-area .main-wrap {
    padding: 30px;
  }
  #i-features .features-list .item .left-area .subject {
    font-size: 28px;
  }
  #i-features .features-list .item .left-area,
  #i-features .features-list .item .right-area {
    display: block;
    width: 100%;
    padding: 0;
  }
  #i-features .features-list .item.second .left-area {
    padding: 0;
  }
  #i-features .features-list .slick-arrow.slick-prev,
  #i-features .features-list .slick-arrow.slick-next {
    top: 50%;
    margin-top: -22px;
    left: -22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #i-features .features-list .slick-arrow.slick-next {
    left: auto;
    right: -22px;
  }
  .cases-list {
    left: 0;
    width: 100%;
  }
  .cases-list .item {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .cases-list .item .main {
    padding: 20px;
  }
  .cases-view {
    padding: 20px 0;
  }
  .cases-view .left-area {
    padding-bottom: 30px;
  }
  .cases-view .right-area .subject {
    font-size: 30px;
  }
  .cases-view .right-area .subject:before {
    width: 30px;
  }
  .cases-view .big-pic {
    padding: 5px;
  }
  .cases-view .small-pic {
    padding-left: 54px;
    padding-right: 54px;
  }
  .cases-view .small-pic .slick-arrow {
    margin-top: -22px;
  }
  .cases-view.show .small-pic {
    padding: 0 4px 5px 2px;
  }
  .cases-view.show .small-pic .item {
    padding: 0 2px 0 3px;
  }
  .cases-view.show .right-area .subject {
    font-size: 30px;
  }
  .faq-list .item:before {
    top: 13px;
    right: 20px;
  }
  .faq-list .item .que .icon {
    padding: 10px 0 10px 20px;
    width: 45px;
    font-size: 20px;
    line-height: 24px;
  }
  .faq-list .item .que .title {
    padding: 12px 60px 10px 0;
    width: calc(100% - 45px);
    line-height: 24px;
    font-size: 16px;
  }
  .faq-list .item .ans {
    padding: 15px 20px;
  }
  .faq-list .item .ans iframe {
    max-width: 100%;
  }
  .faq-list .item.is-open:before {
    top: 20px;
  }
  .show-list {
    padding-top: 20px;
    left: 0;
    width: 100%;
  }
  .show-list .item {
    margin: 0 0 20px;
    width: 100%;
    display: block;
  }
  #news .p-category {
    padding-bottom: 0;
  }
  #news .cases-list {
    left: 0;
    width: 100%;
  }
  #news .cases-list .item {
    margin: 0 0 20px;
    width: 100%;
  }
  #news .view-top-bar .title {
    font-size: 20px;
  }
  .about-list {
    padding: 20px 0;
  }
  .about-list .item {
    margin-bottom: 20px;
  }
  .about-list .item .right-area,
  .about-list .item .left-area {
    display: block;
    width: 100%;
  }
  .about-list .item .right-area {
    background-color: transparent;
    padding: 30px 0 0;
  }
  .about-list .item:nth-child(2) .right-area {
    padding: 30px 0 0;
  }
  .history-wrap .history-list:before {
    display: none;
  }
  .history-wrap .history-list .item {
    margin-left: 0;
    width: 100%;
  }
  .history-wrap .history-list .item .year {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 66px;
  }
  .history-wrap .history-list .item .main {
    padding-top: 15px;
    margin-top: 0;
    width: calc(100% - 100px);
    border-top: none;
  }
  .history-wrap .history-list .item:nth-child(even) {
    direction: ltr;
    width: 100%;
  }
  .history-wrap .history-list .item:nth-child(even) .year:before {
    left: auto;
    right: -11px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ccc;
  }
  .history-wrap .history-list .item:nth-child(even) .main {
    margin: 0 0 0 30px;
  }

  .history-wrap .history-list .item:nth-child(odd) .main .left-area {
    direction: ltr;
    margin: 0 0 0 30px;
  }
  .history-wrap .history-list .item:hover:nth-child(even) .year:before {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e51312;
  }
  .contact-top {
    padding: 20px 0;
  }
  .contact-top .right-area .logo {
    display: block;
    margin: 0 auto;
  }
  .contact-top .right-area .right {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
    padding: 20px 0 0;
  }
  .contact-top .right-area .right:before {
    display: none;
  }
  .contact-form {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact-form .top-subject {
    padding-bottom: 20px;
  }
  #product .top-area {
    padding: 30px 0;
  }
  #product .top-area .info-list {
    left: 0;
    width: 100%;
  }
  #product .top-area .info-list .left,
  #product .top-area .info-list .right {
    display: block;
    width: 100%;
    padding: 0;
  }
  #product .top-area .video-box {
    margin-bottom: 10px;
  }
  #product .info-area {
    padding: 30px 0;
  }
  #product .features-area {
    padding: 20px 0;
  }
  #product .features-area .list .item .cover {
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 413px) {
  #header .p-wrap {
    padding-left: 5px;
    padding-right: 10px;
  }
  #header .top-sub a.fb {
    top: 20px;
  }
  #header .top-sub .lang-wrap {
    top: 20px;
  }
  #footer .menu-area .item .subject,
  #footer .menu-area .item .right {
    display: block;
    width: 100%;
  }

  #footer .right-area .txt-area .txt {
    width: 100%;
  }
  #i-license .license-list .item .cover {
    padding: 15px 5px;
  }
  #i-license .license-list .item .cover .title {
    font-size: 12px;
  }

  /* #product .features-area .list .item .summary ol {
    padding-left: 2px;
  }
     */
  #product .relation-area .item .txt {
    font-size: 17px;
  }
  #product .top-area .subject {
    font-size: 20px;
  }

  #product .top-area .summary {
    font-size: 13px;
    line-height: 26px;
  }
  #product .features-area .list .item .summary {
    font-size: 14px;
    line-height: 26px;
  }

  .cases-view .info-list .item .txt,
  .cases-view .right-area .summary {
    font-size: 15px;
    line-height: 28px;
  }

  .history-wrap .history-list .item .main .summary {
    font-size: 14px;
  }
}
#product:not(.two) #nav > ul > li:nth-child(1) > a {
  color: #fff;
  background-color: #e50213;
}
#product.two #nav > ul > li:nth-child(2) > a {
  color: #fff;
  background-color: #e50213;
}
#cases #nav > ul > li:nth-child(3) > a {
  color: #fff;
  background-color: #e50213;
}
#faq #nav > ul > li:nth-child(4) > a {
  color: #fff;
  background-color: #e50213;
}
#show #nav > ul > li:nth-child(5) > a {
  color: #fff;
  background-color: #e50213;
}
#news #nav > ul > li:nth-child(6) > a {
  color: #fff;
  background-color: #e50213;
}
#about #nav > ul > li:nth-child(7) > a {
  color: #fff;
  background-color: #e50213;
}
#contact #nav > ul > li:nth-child(8) > a {
  color: #fff;
  background-color: #e50213;
}

.box-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
.box-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.box-img.r-3-2:before {
  padding-bottom: 66.6%;
}
.box-img.r-4-3:before {
  padding-bottom: 75%;
}
.box-img.r-16-9:before {
  padding-bottom: 56.25%;
}
.box-img.img-fit-text:before {
  padding-bottom: 50%;
}
.box-img.img-contain {
  background-size: contain;
}

.pagecont {
  min-height: 80vh;
}
.pc-w-600px {
  width: 600px;
}

.pc-w-450px {
  width: 450px;
}

.download-title {
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nb-w-400px {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .pc-w-600px,
  .pc-w-450px,
  .nb-w-400px {
    width: 100%;
  }

  .pad-w-300px {
    width: 300px;
  }
}

@media screen and (max-width: 576px) {
  /* .text-mobile-left {
    text-align: left !important;
  } */

  .pad-w-300px {
    width: auto;
  }

  .mb-w-150px {
    width: 150px;
  }
  #product .features-area .list .item .img {
    display: none;
  }
  #product .features-area .list .item .img-mob {
    display: inline-block;
  }
  #product .features-area .list .item.right .cover {
    display: none;
  }
  #product .features-area .list .item.right .cover-mob {
    direction: ltr;
    display: inline-block;
  }
}

@media screen and (max-width: 1440px) {
  #nav ul li {
    padding: 17px 3px;
  }
}
