.about-us__kv div,
.about-us__ft div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .sm-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sm-only {
    display: block;
  }
  .lg-only {
    display: none;
  }
}

@-webkit-keyframes dashAnimate {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashAnimate {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.about-us__kv {
  width: 100%;
  max-width: 1366px;
  max-height: 613px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .about-us__kv {
    margin-bottom: 5px;
  }
}

.about-us__kv__text {
  position: absolute;
  text-align: center;
  bottom: 200px;
  width: 100%;
  padding: 0 22%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about-us__kv__text {
    bottom: 135px;
  }
}

.about-us__kv__text h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 60px 0;
  line-height: 1.5;
}

.about-us__kv__text .btn-hold {
  position: relative;
  font-size: 20px;
  width: 226px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about-us__kv__text .btn-hold {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}

.about-us__kv__text .btn-hold:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 54px;
  margin-left: 12px;
  background: url(../img/icon_triangle.svg) center center no-repeat;
}

@media screen and (max-width: 768px) {
  .about-us__kv__text .btn-hold:after {
    height: 45px;
    width: 18px;
    background-size: 100% 100%;
    margin-top: -2px;
  }
}

.about-us__kv__text .btn-hold svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-us__kv__text .btn-hold svg .btnpath {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  fill: transparent;
  stroke-dasharray: 1000;
  -webkit-animation: dashAnimate 3s ease-out 1 1s both;
  animation: dashAnimate 3s ease-out 1 1s both;
}

.about-us__kv__video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-us__kv__video {
    display: none;
  }
}

.about-us__kv__img {
  display: none;
  width: 1000px;
  position: relative;
  left: 50%;
  margin-left: -500px;
  min-height: 550px;
}

@media screen and (max-width: 768px) {
  .about-us__kv__img {
    display: inline-block;
  }
}

.about-us__kv__video-pop {
  width: 100%;
  height: auto;
}

.about-us__ft {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-us__ft {
    margin-bottom: 5px;
  }
}

.about-us__ft h2 {
  margin: 0 auto;
  font-size: 36px;
  line-height: 1;
  padding: 110px 6% 30px;
  font-weight: 500;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  .about-us__ft h2 {
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.about-us__ft p {
  text-align: center;
  margin: 0 auto;
  padding: 0 6%;
  max-width: 950px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.38;
}

@media screen and (max-width: 768px) {
  .about-us__ft p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

.about-us__ft img {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.about-us__ft--overview {
  background-color: #f2f3ea;
}

.about-us__ft--overview p {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--overview p {
    margin-bottom: 70px;
  }
}

.about-us__ft--by-the-num {
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num {
    padding-bottom: 40px;
  }
}

.about-us__ft--by-the-num__num {
  margin: 80px auto 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num__num {
    margin: 35px auto 30px;
  }
}

.about-us__ft--by-the-num__num .by-the-num-item {
  display: inline-block;
  margin: 0 30px 30px;
  min-width: 172px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num__num .by-the-num-item {
    margin: 0 15px 15px;
    min-width: 60px;
  }
}

.about-us__ft--by-the-num__num .num {
  font-size: 30px;
  line-height: 30px;
  color: #ce1d2c;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num__num .num {
    font-size: 16px;
    line-height: 16px;
  }
}

.about-us__ft--by-the-num__num .info {
  font-size: 20px;
  line-height: 30px;
  color: #060606;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num__num .info {
    font-size: 12px;
    line-height: 16px;
  }
}

.about-us__ft--by-the-num__map {
  display: inline-block;
  position: relative;
}

.about-us__ft--by-the-num__map .center {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: #ce1d2c;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .about-us__ft--by-the-num__map .center {
    width: 10px;
    height: 10px;
  }
}

.about-us__ft--by-the-num__map .center .center-info {
  display: none;
  border: 1px solid #ce1d2c;
  width: 175px;
  font-size: 21px;
  text-align: left;
  padding: 15px;
  position: relative;
  bottom: 200px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.4);
}

.about-us__ft--by-the-num__map .center .center-info.left {
  left: -137px;
}

.about-us__ft--by-the-num__map .center .center-info.left:after {
  background-image: url(../img/icon-map-line-left.png);
  margin-left: 0px;
}

.about-us__ft--by-the-num__map .center .center-info:after {
  content: '';
  position: absolute;
  bottom: -67px;
  left: 50%;
  margin-left: -55px;
  width: 55px;
  height: 67px;
  background: url(../img/icon-map-line.png) center center;
}

.about-us__ft--by-the-num__map .center .center-info .center-head {
  color: #1a1a1a;
}

.about-us__ft--by-the-num__map .center .center-info .center-desc {
  color: #3b3b3b;
  line-height: 1.2;
}

.about-us__ft--by-the-num__map .center.center1 {
  top: 39.9%;
  left: 84.2%;
}

.about-us__ft--by-the-num__map .center.center2 {
  top: 41.9%;
  left: 86.5%;
}

.about-us__ft--by-the-num__map .center.center3 {
  top: 46.6%;
  left: 86%;
}

.about-us__ft--by-the-num__map .center.center4 {
  top: 42.3%;
  left: 84.9%;
}

.about-us__ft--by-the-num__map .center.center5 {
  top: 45%;
  left: 79%;
}

.about-us__ft--by-the-num__map .center.center6 {
  top: 41.4%;
  left: 80.3%;
}

.about-us__ft--by-the-num__map .center.center7 {
  top: 44.3%;
  left: 81.2%;
}

.about-us__ft--by-the-num__map .center.center8 {
  top: 44.8%;
  left: 85.3%;
}

.about-us__ft--by-the-num__map .center.center9 {
  top: 42.7%;
  left: 91.2%;
}

.about-us__ft--by-the-num__map .center.center10 {
  top: 61.2%;
  left: 81%;
}

.about-us__ft--by-the-num__map .center.center11 {
  top: 50.6%;
  left: 73.2%;
}

.about-us__ft--by-the-num__map .center.center12 {
  top: 33.1%;
  left: 55.8%;
}

.about-us__ft--by-the-num__map .center.center13 {
  top: 39.5%;
  left: 60.2%;
}

.about-us__ft--by-the-num__map .center.center14 {
  top: 27.7%;
  left: 20.2%;
}

.about-us__ft--by-the-num__map .center.center15 {
  top: 39.5%;
  left: 23.5%;
}

.about-us__ft--by-the-num__map .center:hover:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgba(206, 29, 44, 0.41);
  border-radius: 25px;
  position: relative;
  left: -6px;
  top: -6px;
}

.about-us__ft--by-the-num__map .center:hover .center-info {
  display: block;
}

.about-us__ft--by-the-num__map .center-info-sm {
  padding: 30px 6% 0;
  text-align: left;
  font-size: 10px;
  line-height: 2;
  color: #232222;
}

.about-us__ft--by-the-num__map .center-info-sm__item {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.about-us__ft--by-the-num__map .center-info-sm__title {
  font-size: 12px;
  padding: 0 0 10px;
  color: #ce1d2c;
  line-height: 1;
  display: inline-block;
}

.about-us__ft--milestone {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone {
    padding-bottom: 70px;
  }
}

.about-us__ft--milestone h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone h2 {
    margin-bottom: 20px;
  }
}

.about-us__ft--milestone .milestone {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.about-us__ft--milestone .milestone:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  border-top: 2px dashed #bfbfbf;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone:before {
    top: 16px;
  }
}

.about-us__ft--milestone .milestone__item {
  position: relative;
  text-align: left;
  padding-left: 10%;
}

.about-us__ft--milestone .milestone__item .tag-year {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-year {
    width: 33px;
  }
}

.about-us__ft--milestone .milestone__item .tag-year:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background: url(../img/icon-milestone-year.png) center center;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-year:before {
    width: 33px;
    height: 33px;
    background-size: contain;
  }
}

.about-us__ft--milestone .milestone__item .tag-year:after {
  content: '';
  display: block;
  height: 230px;
  width: 1px;
  background-color: #ce1d2c;
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-year:after {
    height: 130px;
  }
}

.about-us__ft--milestone .milestone__item .tag-year span {
  position: absolute;
  bottom: -5px;
  left: 40px;
  color: #ce1d2c;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-year span {
    font-size: 18px;
    bottom: 0;
    left: 30px;
  }
}

.about-us__ft--milestone .milestone__item .tag-month {
  display: inline-block;
  height: 255px;
  vertical-align: top;
  color: #575757;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-month {
    padding-top: 7px;
    height: 157px;
  }
}

.about-us__ft--milestone .milestone__item .tag-month:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-milestone-month.png) center center;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-month:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

.about-us__ft--milestone .milestone__item .tag-month .month {
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-month .month {
    font-size: 12px;
    padding: 7px 0 0;
  }
}

.about-us__ft--milestone .milestone__item .tag-month .info {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone__item .tag-month .info {
    font-size: 10px;
  }
}

.about-us__ft--milestone .milestone__item .tag-year + .tag-month {
  margin: 0 0 0 70px;
}

.about-us__ft--milestone .milestone .slick-dots {
  bottom: -70px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone .slick-dots {
    bottom: -40px;
  }
}

.about-us__ft--milestone .milestone .slick-dots li button:before {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .about-us__ft--milestone .milestone .slick-dots li button:before {
    font-size: 6px;
  }
}

.about-us__ft--milestone .milestone .slick-dots li.slick-active button:before {
  color: #ce1d2c;
  opacity: 1;
}

.about-us__ft--milestone .milestone .slick-dots li:hover button:before {
  color: #ce1d2c;
  opacity: 0.75;
}

.about-us__ft--button {
  position: relative;
}

.about-us__ft--button img {
  max-width: 100%;
}

.about-us__ft--button a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -105px;
  width: 210px;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  background-color: #242728;
  border-radius: 10px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .about-us__ft--button a {
    font-size: 12px;
    width: 105px;
    margin: -12px 0 0 -53px;
    border-radius: 5px;
  }
}
/*# sourceMappingURL=style.css.map */