@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: "微軟正黑體",Arial;
  outline: none;
}

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

input, button, select, textarea {
  outline: none;
  font-family: "微軟正黑體",Arial;
}

body {
  font-family: "微軟正黑體",Arial;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}

img {
  width: 100%;
}

.clear {
  clear: both;
}

header {
  position: relative;
}

.menu {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1000px) {
  .menu {
    background: white;
  }
}

@media (max-width: 568px) {
  .menu {
    position: relative;
  }
}

.menu nav.menu-above {
  width: 1000px;
  margin: auto;
}

@media (max-width: 800px) {
  .menu nav.menu-above {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .menu nav.menu-above {
    width: 95%;
  }
}

img.logo {
  width: 120px;
  height: auto;
}

.navbar-light .navbar-nav a.nav-link {
  color: black;
  font-size: 21px;
  font-weight: bold;
  padding: 15px 18px;
  letter-spacing: 3px;
}

.navbar-light .navbar-nav a.nav-link:hover {
  color: black;
  background: url(../images/arrow-icon-d.png) no-repeat center 43px;
}

@media (max-width: 1000px) {
  .navbar-light .navbar-nav a.nav-link:hover {
    background: none;
  }
}

.navbar-light .navbar-nav a.active {
  background: url(../images/arrow-icon-d.png) no-repeat center 43px;
}

@media (max-width: 1000px) {
  .navbar-light .navbar-nav a.active {
    background: none;
  }
}

.navbar-light .navbar-nav a.lang {
  letter-spacing: 0;
  font-size: 20px;
  background: url(../images/lan-icon.png) no-repeat 2px center;
  background-size: 20px;
  padding: 15px 18px 15px 25px;
}

@media (max-width: 1000px) {
  .navbar-light .navbar-nav a.lang {
    background: url(../images/lan-icon.png) no-repeat 18px center;
    padding: 15px 18px 15px 50px;
  }
}

.navbar-light .navbar-nav a.lang:hover {
  background: url(../images/lan-icon.png) no-repeat 2px center;
  background-size: 20px;
}

.menu-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index-service {
  background: #FAFAFA;
  text-align: center;
  padding: 70px 0 40px 0;
}

.index-service h2 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
}

.index-service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-service-icon a {
  display: block;
  width: 7%;
  margin: 0 40px;
}

@media (max-width: 800px) {
  .index-service-icon a {
    width: 12%;
    margin: 0 25px;
  }
}

.index-servicelist {
  width: 800px;
  margin: 40px auto 0 auto;
}

@media (max-width: 800px) {
  .index-servicelist {
    width: 95%;
  }
}

.index-servicelist-left, .index-servicelist-right {
  float: left;
  width: 48%;
}

@media (max-width: 460px) {
  .index-servicelist-left, .index-servicelist-right {
    width: 100%;
  }
}

.index-servicelist-left span, .index-servicelist-right span {
  position: relative;
  display: block;
  margin: 0 0 35px 0;
}

.index-servicelist-left span a, .index-servicelist-right span a {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 300px;
  background: #fff;
  padding: 10px 15px 10px 15px;
}

@media (max-width: 800px) {
  .index-servicelist-left span a, .index-servicelist-right span a {
    width: 90%;
  }
}

.index-servicelist-left span a p, .index-servicelist-right span a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #000;
  padding: 0 20px 5px 20px;
  margin-bottom: 0;
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
}

.index-servicelist-left span a p b, .index-servicelist-right span a p b {
  display: block;
  font-weight: bold;
  color: #000;
}

.index-service span a p b.indser-hover-b, .index-service span a:hover p b.indser-hover-a{
  display: none;
}

.index-service span a:hover p b.indser-hover-b{
  display: inline-block;
}

.index-servicelist-left span a p img, .index-servicelist-right span a p img {
  display: block;
  width: 10px;
  height: 13px;
}

.index-servicelist-left span a:hover p, .index-servicelist-right span a:hover p {
  padding: 0 0 5px 0;
}

.index-servicelist-left {
  float: left;
}

.index-servicelist-left span a {
  left: -60px;
}

@media (max-width: 1000px) {
  .index-servicelist-left span a {
    left: 0;
  }
}

.index-servicelist-right {
  float: right;
  margin: 50px 0 0 0;
}

@media (max-width: 460px) {
  .index-servicelist-right {
    margin: 0;
  }
}

.index-servicelist-right span a {
  right: -60px;
}

@media (max-width: 1000px) {
  .index-servicelist-right span a {
    right: 0;
  }
}

.index-qa {
  text-align: center;
  padding: 70px 0 70px 0;
}

.index-qa h2 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
}

.index-qa .index-qacontent {
  width: 350px;
  margin: 0 auto 20px auto;
  border-bottom: 2px solid #FAFAFA;
}

.index-qa .index-qacontent p {
  text-align: left;
  display: block;
  background: #FAFAFA;
  color: #231815;
  padding: 20px 40px;
  line-height: 32px;
}

.index-qa a {
  margin: 0 auto;
  display: block;
  width: 300px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
}

.index-qa a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #000;
  padding: 0 20px 5px 20px;
  margin-bottom: 0;
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
}

.index-qa a p b {
  display: block;
  font-weight: bold;
  color: #000;
}

.index-qa a p img {
  display: block;
  width: 10px;
  height: 13px;
}

.index-qa a:hover p {
  padding: 0 0 5px 0;
}

.index-about {
  background: url(../images/index-about-bg.png) no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}

.index-about h1 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: normal;
}

.index-about span {
  display: block;
  color: #fff;
  width: 550px;
  margin: 0 auto 40px auto;
  line-height: 32px;
}

@media (max-width: 800px) {
  .index-about span {
    width: 95%;
  }
}

.index-about a {
  display: block;
  width: 300px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  margin: 0 auto;
  background: none;
}

.index-about a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #000;
  padding: 0 20px 5px 20px;
  margin-bottom: 0;
  border-bottom: 3px solid #fff;
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
}

.index-about a p b {
  display: block;
  font-weight: bold;
  color: #000;
  color: #fff;
}

.index-about a p img {
  display: block;
  width: 10px;
  height: 13px;
}

.index-about a:hover p {
  padding: 0 0 5px 0;
}

@media (max-width: 568px) {
  .index-about {
    background: url(../images/index-about-mob-bg.jpg) no-repeat center top;
    background-size: cover;
  }
}

footer {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0;
}

@media (max-width: 800px) {
  footer {
    display: block;
  }
}

@media (max-width: 568px) {
  footer {
    padding: 0;
  }
}

footer .foot-left {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 50px 20px 0;
}

@media (max-width: 1000px) {
  footer .foot-left {
    width: 50%;
    padding: 20px 0 20px 0;
  }
}

@media (max-width: 800px) {
  footer .foot-left {
    width: 100%;
    display: block;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    height: auto;
    text-align: center;
    border-right: 0;
  }
}

footer .foot-left img {
  width: 180px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1050px) {
  footer .foot-left img {
    width: 120px;
  }
}

@media (max-width: 460px) {
  footer .foot-left img {
    display: block;
    margin: 0 auto 20px auto;
  }
}

footer .foot-left span {
  color: #fff;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 20px;
}

footer .foot-right {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0 0 0 -1px;
  padding: 0 0 0 50px;
}

@media (max-width: 1000px) {
  footer .foot-right {
    width: 50%;
    display: inline-block;
    padding: 30px 0 0 50px;
  }
}

@media (max-width: 800px) {
  footer .foot-right {
    width: 100%;
    height: auto;
    padding: 20px 0 15px 0;
    border-left: 0;
    margin: 0;
  }
}

footer .foot-right a {
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 20px 0 0;
  color: #fff;
  border-bottom: 1px solid #000;
}

@media (max-width: 1000px) {
  footer .foot-right a {
    font-size: 18px;
    display: inline-block;
    width: 40%;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 800px) {
  footer .foot-right a {
    width: 24%;
    text-align: center;
  }
}

@media (max-width: 460px) {
  footer .foot-right a {
    width: 45%;
    text-align: left;
    padding: 0 0 0 20px;
  }
}

footer .foot-right a:hover {
  border-bottom: 1px solid #fff;
}

#pagetop {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 105;
  cursor: pointer;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}

#pagetop b {
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 5px 0;
}

@media (max-width: 800px) {
  #pagetop b {
    display: none;
  }
}

#pagetop img {
  width: 30px;
}

.inside-botabout h2 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: normal;
}

.inside-center {
  text-align: center;
  padding: 70px 0 70px 0;
}

.inside-center h1 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
}

.inside-center h2 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  border-bottom: 3px solid #000;
}

.about-content {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: left;
}

@media (max-width: 1000px) {
  .about-content {
    width: 95%;
  }
}

@media (max-width: 568px) {
  .about-content {
    display: block;
  }
}

.about-content p {
  width: 300px;
  margin: 20px 30px 50px 30px;
}

@media (max-width: 568px) {
  .about-content p {
    width: 95%;
    margin: 20px auto 60px auto;
  }
}

.about-content img {
  display: block;
  width: 85px;
  height: auto;
  margin: 0 auto 30px auto;
}

.service-content {
  width: 1000px;
  margin: 20px auto 0 auto;
  text-align: left;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .service-content {
    width: 95%;
  }
}

.gray-bg {
  background: #fafafa;
}

.service-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 80px 0;
}

@media (max-width: 800px) {
  .service-list {
    margin: 0 0 50px 0;
  }
}

img.service-img-left, img.service-img-right {
  width: 70%;
  height: auto;
}

@media (max-width: 800px) {
  img.service-img-left, img.service-img-right {
    width: 100%;
  }
}

img.service-img-right {
  float: right;
}

@media (max-width: 800px) {
  img.service-img-right {
    float: none;
  }
}

.service-text {
  position: absolute;
  top: 65px;
  width: 480px;
  height: 393px;
  background: url(../images/service-bg-a.png) no-repeat;
  background-size: 100%;
  padding: 45px;
}

@media (max-width: 1000px) {
  .service-text {
    top: 20px;
    width: 400px;
    height: 327px;
  }
}

@media (max-width: 800px) {
  .service-text {
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 20px 20px 15px 20px;
    top: 0;
  }
}

.service-text h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
}

@media (max-width: 800px) {
  .service-text h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

.service-text img {
  width: 75px;
  height: auto;
  position: absolute;
  right: 45px;
  bottom: 45px;
}

@media (max-width: 800px) {
  .service-text img {
    display: none;
  }
}

.service-text-right {
  right: 0;
}

.service-text-left {
  left: 0;
}

@media (max-width: 1000px) {
  .process-list {
    margin: 0 0 20px 0;
  }
}

.process-list .process-bg {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 15px 0 15px;
  border: 2px solid #000;
  min-height: 170px;
}

@media (max-width: 800px) {
  .process-list .process-bg {
    min-height: 140px;
  }
}

@media (max-width: 568px) {
  .process-list .process-bg {
    min-height: auto;
  }
}

.process-list span {
  display: block;
  font-size: 18px;
  color: #036EB6;
  margin: 0 0 5px 0;
}

.process-list span.color_a {
  color: #E85514;
}

.process-list p {
  font-size: 15px;
  line-height: 24px;
}

.process-list img {
  display: inline-block;
  vertical-align: middle;
  width: 13%;
  height: auto;
  margin: 0 10px;
}

@media (max-width: 1000px) {
  .process-list img {
    display: none;
  }
}

.process-list_left {
  float: left;
}

.process-list_right {
  float: right;
}

@media (max-width: 1000px) {
  .process-list_right {
    float: left;
  }
}

.process-list-width_a {
  width: 26.3%;
}

@media (max-width: 1000px) {
  .process-list-width_a {
    width: 25%;
  }
}

@media (max-width: 800px) {
  .process-list-width_a {
    width: 49%;
  }
}

@media (max-width: 568px) {
  .process-list-width_a {
    width: 100%;
  }
}

.process-list-width_b {
  width: 21%;
}

@media (max-width: 1000px) {
  .process-list-width_b {
    width: 25%;
  }
}

@media (max-width: 800px) {
  .process-list-width_b {
    width: 49%;
  }
}

@media (max-width: 568px) {
  .process-list-width_b {
    width: 100%;
  }
}

.process-bg-width_a {
  width: 77%;
}

@media (max-width: 1000px) {
  .process-bg-width_a {
    width: 90%;
    margin: 0 1%;
  }
}

@media (max-width: 800px) {
  .process-bg-width_a {
    width: 97%;
    margin: 0 1.5%;
  }
}

@media (max-width: 568px) {
  .process-bg-width_a {
    width: 100%;
    margin: 0;
  }
}

.process-bg-width_b {
  width: 100%;
}

@media (max-width: 1000px) {
  .process-bg-width_b {
    width: 90%;
    margin: 0 1%;
  }
}

@media (max-width: 800px) {
  .process-bg-width_b {
    width: 97%;
    margin: 0 1.5%;
  }
}

@media (max-width: 568px) {
  .process-bg-width_b {
    width: 100%;
    margin: 0;
  }
}

img.process-arrow_b {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 15px auto;
  width: 16%;
}

@media (max-width: 1000px) {
  img.process-arrow_b {
    display: none;
  }
}

img.process-arrow_c {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.service-content_mg {
  margin: 20px auto 50px auto;
}

@media (max-width: 800px) {
  .service-content_mg {
    margin: 20px auto 0 auto;
  }
}

.qa-content {
  width: 1000px;
  margin: 20px auto 0 auto;
  text-align: left;
}

@media (max-width: 1000px) {
  .qa-content {
    width: 95%;
  }
}

.qa-list {
  background: #fff;
  padding: 19px;
  position: relative;
  margin: 0 0 30px 0;
}

.qa-list .qa-bgicon {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 75px;
}

@media (max-width: 460px) {
  .qa-list .qa-bgicon {
    display: none;
  }
}

.qa-list .qa-number {
  position: absolute;
  right: 40px;
  bottom: 35px;
  font-size: 20px;
}

.qa-list .qa-list-border {
  border: 3px solid #000;
  padding: 15px;
  min-height: 70px;
}

.qa-list .qa-list-border img.qa-img {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

@media (max-width: 568px) {
  .qa-list .qa-list-border img.qa-img {
    display: none;
  }
}

.qa-list .qa-list-border .qa-text {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 0 0 0 20px;
}

@media (max-width: 568px) {
  .qa-list .qa-list-border .qa-text {
    width: 88%;
  }
}

.qa-list .qa-list-border .qa-text span {
  display: block;
  color: #036EB6;
  padding: 5px 0 10px 0;
}

.contact-content {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .contact-content {
    width: 95%;
  }
}

.contact-content span {
  display: block;
  text-align: center;
}

.contact-content b {
  color: #C10D23;
}

.contact-form {
  margin: 50px 0 0 0;
}

.contact-form .contact-name {
  display: inline-block;
  width: 31%;
  text-align: left;
  margin: 0 0 25px 0;
}

@media (max-width: 568px) {
  .contact-form .contact-name {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }
}

.contact-form .contact-input {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  height: 40px;
  border: 1px solid #727171;
  border-radius: 3px;
  padding: 0 10px;
}

@media (max-width: 568px) {
  .contact-form .contact-input {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.contact-form .contact-textarea {
  height: 100px;
  vertical-align: top;
  padding: 10px;
}

.contact-form .contact-inputbtn {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  background: #727171;
  color: #fff;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 10px 0;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.contact-form .contact-inputbtn:hover {
  background: #444444;
}

@media (max-width: 568px) {
  .contact-form .contact-inputbtn {
    display: block;
    width: 100%;
    margin: 0;
  }
}

input.contact-input::-webkit-input-placeholder {
  color: #C7C8C8;
}

input.contact-input:-ms-input-placeholder {
  color: #C7C8C8;
}

input.contact-input::-ms-input-placeholder {
  color: #C7C8C8;
}

input.contact-input::placeholder {
  color: #C7C8C8;
}

.history-content {
  width: 1000px;
  margin: 30px auto 0 auto;
  background: url(../images/history-bg.png) no-repeat center 30px;
  background-size: 100%;
}

@media (max-width: 1000px) {
  .history-content {
    width: 95%;
  }
}

.history-line {
  background: url(../images/history-line.png) no-repeat center top;
  overflow: hidden;
  position: relative;
  padding: 0 0 200px 0;
}

@media (max-width: 800px) {
  .history-line {
    padding: 0 0 80px 0;
    background: none;
    text-align: left;
  }
}

.history-left {
  float: left;
  width: 51%;
  background: url(../images/history-icon-b.png) no-repeat right 13px;
  text-align: right;
  padding: 0 30px 0 0;
  position: relative;
  right: 3px;
}

.history-left span {
  display: inline-block;
  color: #036EB6;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #444444;
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
}

.history-left span::before {
  content: url(../images/history-icon-a.png);
  padding: 0 10px 0 15px;
}

@media (max-width: 800px) {
  .history-left span {
    display: block;
    border-bottom: 1px dotted #444444;
  }
}

@media (max-width: 800px) {
  .history-left {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    background: none;
    text-align: left;
    right: 0;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 568px) {
  .history-left {
    width: 100%;
    padding: 0;
  }
}

.history-right {
  float: right;
  width: 51%;
  background: url(../images/history-icon-b.png) no-repeat left 13px;
  text-align: left;
  padding: 0 0 0 30px;
  position: relative;
  left: 3px;
}

.history-right span {
  display: inline-block;
  color: #036EB6;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #444444;
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
}

.history-right span::after {
  content: url(../images/history-icon-a.png);
  padding: 0 15px 0 10px;
}

@media (max-width: 800px) {
  .history-right span {
    display: block;
    border-bottom: 1px dotted #444444;
  }
  .history-right span::after {
    content: none;
  }
  .history-right span::before {
    content: url(../images/history-icon-a.png);
    padding: 0 10px 0 15px;
  }
}

@media (max-width: 1000px) {
  .history-right {
    left: 0;
  }
}

@media (max-width: 800px) {
  .history-right {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    background: none;
    left: 0;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 568px) {
  .history-right {
    width: 100%;
    padding: 0;
  }
}

.history-span-a {
  top: -50px;
}

@media (max-width: 800px) {
  .history-span-a {
    top: 0;
  }
}

.history-span-b {
  top: -125px;
}

@media (max-width: 800px) {
  .history-span-b {
    top: 0;
  }
}

.history-span-c {
  top: -140px;
}

@media (max-width: 800px) {
  .history-span-c {
    top: 0;
  }
}

.history-span-d {
  top: -120px;
}

@media (max-width: 800px) {
  .history-span-d {
    top: 0;
  }
}

.history-span-e {
  top: -170px;
}

@media (max-width: 800px) {
  .history-span-e {
    top: 0;
  }
}

.history-span-f {
  top: -200px;
}

@media (max-width: 800px) {
  .history-span-f {
    top: 0;
  }
}

.history-span-g {
  top: -250px;
}

@media (max-width: 800px) {
  .history-span-g {
    top: 0;
  }
}

.history-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 800px) {
  .history-img {
    position: relative;
    text-align: center;
    margin: 50px 0 0 0;
  }
}

.history-img img {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .history-img img {
    width: 80%;
  }
}

.hitstory-center {
  padding: 0 0 70px 0;
}

img.mob-banner {
  display: none;
}

@media (max-width: 568px) {
  img.mob-banner {
    display: block;
  }
}

@media (max-width: 568px) {
  img.com-banner {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */