.locationArea .arrowBox .arrow, .locationArea .listGroup .mapList .Img img, .locationArea .mapBox > div img, .locationArea .mapBox > div, .locationArea .mapBox .mapIcon, .newsArea .arrowBox .arrow, .newsArea .newsSection .newsBox .newsList .classDate .classTitle, .newsArea .newsSection .newsBox .newsList .Txt .title span, .newsArea .newsSection .newsBox .newsList .newsItem, .newsArea .newsSection .newsBox_top .newsList .newsItem .Img img, .carArea .arrowBox .arrow, .carArea .carItem .car.carMove, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background-color: #ffffff;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: $color-wh; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 70px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .tag {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .tag .bg {
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
  background-color: #e60021;
  display: inline-block;
}
.bannerArea .bannerItem .Txt .tag .txt {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 3px 16px;
  -webkit-transform: skew(22deg);
          transform: skew(22deg);
  font-style: italic;
}
.bannerArea .bannerItem .Txt .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3px;
  margin-top: 16px;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: 17px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #ffffff;
  display: block;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-top: 17px;
  text-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
@media (min-width: 993px) {
  .bannerArea .bannerItem .Txt .bannerLink {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 90px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  min-width: 280px;
  background-color: #e60021;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 22.5px 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #e60021;
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #ffffff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 50px;
  }
  .bannerArea .bannerItem .Txt .tag .txt {
    font-size: 12px;
    padding: 3px 18px 4px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 38px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 12px;
  }
  .bannerArea .bannerItem .Txt .text {
    font-size: 19px;
    margin-top: 7px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 30px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn a {
    min-width: 180px;
    padding: 13px 15px;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    height: 600px;
  }
}
.bannerArea .bannerItem .btnBox .btn_cis {
  background-color: #e60021;
}
.bannerArea .bannerItem.slick-current .Txt .tag {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.6s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 2;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 5px 0;
}
.bannerArea .socialBox .socialList li:not(:first-child) {
  padding-left: 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li.tel a {
  background-color: #e60021;
}
.bannerArea .socialBox .socialList li.tel a:hover svg {
  fill: #ffffff;
}
.bannerArea .socialBox .socialList li.tel svg {
  width: 18px;
  height: 15px;
  fill: #ffffff;
}
.bannerArea .socialBox .socialList li.fb svg {
  fill: #4867aa;
}
.bannerArea .socialBox .socialList li.line svg {
  fill: #06c755;
}
.bannerArea .socialBox .socialList li.yt svg {
  fill: #cd201f;
}
.bannerArea .socialBox .socialList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.bannerArea .socialBox .socialList li a:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
.bannerArea .socialBox .socialList li a svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 480px) {
  .bannerArea .socialBox .socialList li a {
    width: 35px;
    height: 35px;
  }
  .bannerArea .socialBox .socialList li a svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 46px;
  right: 46px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow:hover svg {
  fill: #e60021;
}
.bannerArea .arrowBox .arrowPrev {
  left: 0;
}
.bannerArea .arrowBox .arrowNext {
  right: 0;
}
@media (max-width: 1600px) {
  .bannerArea .arrowBox {
    display: none;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #e60021;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
}
.bannerArea .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 5px 9.5px;
}
.bannerArea .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background-color: #ffffff;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
  display: none;
}
.bannerArea .slick-dots li.slick-active button {
  background-color: #e60021;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    bottom: 35px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo, .bannerArea .scrollDown, .bannerArea .arrowBox {
    display: none !important;
  }
}

.carArea {
  position: relative;
  overflow: hidden;
}
.carArea .carList > .carItem:not(:first-child) {
  position: absolute;
  top: 0;
}
.carArea .carItem {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 1181px) {
  .carArea .carItem {
    background-image: none !important;
  }
}
.carArea .carItem .item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .carArea .carItem .item {
    background-color: rgba(27, 27, 27, 0.9);
  }
}
.carArea .carItem .item > div {
  height: 100%;
}
.carArea .carItem .left {
  width: 560px;
  padding-top: 100px;
}
@media (min-width: 1181px) {
  .carArea .carItem .left {
    background-color: rgba(27, 27, 27, 0.9);
  }
}
.carArea .carItem .left .Txt {
  width: 100%;
  max-width: 350px;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-left: 100px;
  max-width: 275px;
}
.carArea .carItem .left .Txt .textEditor {
  color: #ffffff;
}
.carArea .carItem .left .Txt .textEditor .title {
  padding-bottom: 45px;
}
.carArea .carItem .left .Txt .textEditor .title .ch {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.68px;
  line-height: 1.08;
}
.carArea .carItem .left .Txt .textEditor .title .en {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
  line-height: 1.54;
  padding-top: 5px;
}
.carArea .carItem .left .Txt .textEditor p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.32px;
  text-align: justify;
}
.carArea .carItem .right {
  width: 620px;
  float: right;
  margin-right: 0;
  margin-left: auto;
  padding-top: 95px;
  z-index: 1;
}
.carArea .carItem .right .infoBox {
  color: #262626;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  padding-top: 35px;
}
.carArea .carItem .right .Txt .boxList {
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 40px;
  margin: 0 -10px;
}
.carArea .carItem .right .Txt .boxList li {
  width: 50%;
  text-align: center;
  padding: 18px 10px;
}
.carArea .carItem .right .Txt .boxList li .Img img {
  margin: auto;
}
.carArea .carItem .right .Txt .boxList li p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  padding-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
}
@media (max-width: 1180px) {
  .carArea .carItem .right .Txt .boxList li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .carArea .carItem .right .Txt .boxList {
    margin: 0 -15px;
  }
  .carArea .carItem .right .Txt .boxList li {
    padding: 15px;
  }
  .carArea .carItem .right .Txt .boxList li p {
    font-size: 16px;
  }
}
.carArea .carItem .car {
  position: absolute;
  top: 170px;
  left: 180px;
  max-width: 1190px;
  overflow: hidden;
}
.carArea .carItem .car img {
  position: relative;
  right: 0;
}
.carArea .carItem .car.pc img {
  right: -100%;
}
.carArea .carItem .car.carMove img {
  -webkit-animation: car_move 0.8s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
          animation: car_move 0.8s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
}
.carArea .carItem .car.carOut img {
  -webkit-animation: car_out 0.5s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
          animation: car_out 0.5s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
}
.carArea .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 845px;
}
@media (max-width: 1180px) {
  .carArea .bg {
    display: none;
  }
}
.carArea .arrowBox {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 36px;
}
.carArea .arrowBox .arrow {
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666666;
}
.carArea .arrowBox .arrow svg {
  width: 10px;
  stroke: #ffffff;
}
.carArea .arrowBox .arrow.arrowPrev {
  padding-right: 2px;
}
.carArea .arrowBox .arrow.arrowNext {
  padding-left: 2px;
}
.carArea .arrowBox .arrow:hover {
  cursor: pointer;
  background-color: #e60021;
}
@media (max-width: 1536px) {
  .carArea .carItem .right {
    width: 530px;
  }
}
@media (max-width: 1366px) {
  .carArea .carItem .left {
    width: 450px;
  }
  .carArea .carItem .right {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .carArea {
    background-color: rgba(27, 27, 27, 0.9);
  }
  .carArea .carItem .item {
    position: relative;
  }
  .carArea .carItem .item > div {
    height: auto;
    z-index: 2;
  }
  .carArea .carItem .left,
.carArea .carItem .right {
    width: 100%;
  }
  .carArea .carItem .left {
    padding: 40px 20px;
    position: relative;
  }
  .carArea .carItem .left .Txt {
    max-width: 100%;
    margin: 0 auto;
  }
  .carArea .carItem .left .Txt .textEditor .title {
    padding-bottom: 20px;
  }
  .carArea .carItem .left .Txt .textEditor .title .ch {
    font-size: 30px;
  }
  .carArea .carItem .left .Txt .textEditor .title .en {
    font-size: 20px;
  }
  .carArea .carItem .right {
    padding-top: 0;
    padding-bottom: 30px;
    float: none;
    text-align: center;
  }
  .carArea .carItem .right .Txt .boxList {
    margin: auto;
    padding-left: 0;
  }
  .carArea .carItem .right .infoBox {
    font-size: 38px;
    color: #ffffff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
    padding-top: 0;
  }
  .carArea .carItem .car {
    position: relative;
    max-width: 80%;
    left: 0;
    right: 0;
    top: 0;
    margin: -30px auto 0;
  }
  .carArea .carItem .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .carArea .carItem .bg img {
    height: 1000px;
  }
  .carArea .carItem .btnBox {
    padding-top: 30px;
  }
  .carArea .carItem .arrowBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
  }
  .carArea .carItem .arrowBox .arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .carArea .carItem .right .infoBox {
    font-size: 30px;
  }
  .carArea .carItem .arrowBox {
    position: relative;
    padding: 25px 0 20px;
  }
}

@-webkit-keyframes car_move {
  0% {
    right: -100%;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    opacity: 0;
  }
  90% {
    right: 5px;
  }
  100% {
    right: 0;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    opacity: 1;
  }
}

@keyframes car_move {
  0% {
    right: -100%;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    opacity: 0;
  }
  90% {
    right: 5px;
  }
  100% {
    right: 0;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    opacity: 1;
  }
}
@-webkit-keyframes car_out {
  0% {
    right: auto;
    left: 0;
    opacity: 1;
  }
  90% {
    left: calc(100% - 5px);
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes car_out {
  0% {
    right: auto;
    left: 0;
    opacity: 1;
  }
  90% {
    left: calc(100% - 5px);
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
.newsArea {
  padding: 50px 0;
  background-color: #f9f9f9;
  overflow: hidden;
  position: relative;
}
@media (min-width: 993px) {
  .newsArea {
    padding: 100px 0;
  }
  .newsArea:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 25%;
    background-color: #f9f9f9;
    z-index: 1;
    pointer-events: none;
  }
}
.newsArea .wrap {
  max-width: 1440px;
}
.newsArea .titleBox {
  z-index: 2;
}
.newsArea .newsSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsSection .newsBox_top {
  width: 740px;
  position: relative;
  z-index: 2;
}
.newsArea .newsSection .newsBox_top .newsList {
  position: relative;
}
.newsArea .newsSection .newsBox_top .newsList > .newsItem:not(:first-child) {
  position: absolute;
  opacity: 0;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem a {
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .newsArea .newsSection .newsBox_top .newsList .newsItem a:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .date {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .date .day {
  font-size: 50px;
  letter-spacing: 0.25px;
  line-height: 1;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .date .yearMonth {
  font-size: 15px;
  letter-spacing: 0.075px;
  line-height: 1.46666;
  text-transform: uppercase;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Img img {
  width: 100%;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 22px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .classTitle,
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .title,
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt p {
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .classTitle {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.5714;
  margin-bottom: 10px;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .classTitle span {
  margin-right: 10px;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.newsArea .newsSection .newsBox_top .newsList .newsItem .Txt p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 1.46666;
  margin-top: 10px;
  height: 22px;
  overflow: hidden;
}
.newsArea .newsSection .newsBox {
  width: calc(100% - 740px);
  padding-left: 55px;
  height: 475px;
}
.newsArea .newsSection .newsBox .newsList {
  position: relative;
  margin-top: -10px;
}
.newsArea .newsSection .newsBox .newsList .slick-track {
  padding-top: 10px;
}
.newsArea .newsSection .newsBox .newsList .slick-list {
  overflow: visible;
}
.newsArea .newsSection .newsBox .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  opacity: 0;
}
.newsArea .newsSection .newsBox .newsList .newsItem {
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.newsArea .newsSection .newsBox .newsList .newsItem.slick-active {
  opacity: 1;
  pointer-events: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsArea .newsSection .newsBox .newsList .newsItem.slick-active + .slick-active {
  opacity: 1;
  pointer-events: auto;
  border-top-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsArea .newsSection .newsBox .newsList .newsItem.slick-active + .slick-active + .slick-active {
  opacity: 1;
  pointer-events: auto;
  border-top-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsArea .newsSection .newsBox .newsList a {
  padding: 25px 0;
  display: block;
  position: relative;
}
.newsArea .newsSection .newsBox .newsList a:after {
  position: absolute;
  left: -35px;
  right: -35px;
  top: -10px;
  bottom: -10px;
  content: "";
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.28, 0.2, 0.4, 0.68);
  transition: opacity 0.2s cubic-bezier(0.28, 0.2, 0.4, 0.68);
  z-index: 1;
}
@media (min-width: 1025px) {
  .newsArea .newsSection .newsBox .newsList a:hover:after {
    opacity: 1;
  }
}
.newsArea .newsSection .newsBox .newsList a:hover > .Txt {
  position: relative;
  z-index: 2;
}
.newsArea .newsSection .newsBox .newsList a:hover .Txt .title span {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.newsArea .newsSection .newsBox .newsList a:hover .classDate .classTitle {
  background-color: #e60021;
}
.newsArea .newsSection .newsBox .newsList .Txt .title {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsArea .newsSection .newsBox .newsList .Txt .title span {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.newsArea .newsSection .newsBox .newsList .Txt p {
  color: #585858;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.newsArea .newsSection .newsBox .newsList .classDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.newsArea .newsSection .newsBox .newsList .classDate .classTitle {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666;
  background-color: #666666;
  padding: 3px 15px;
  margin-right: 14px;
}
.newsArea .newsSection .newsBox .newsList .classDate .date {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .newsArea .newsSection .newsBox_top {
    width: 700px;
  }
  .newsArea .newsSection .newsBox {
    width: calc(100% - 700px);
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .newsArea .newsSection .newsBox_top {
    width: 55%;
  }
  .newsArea .newsSection .newsBox {
    width: 45%;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsSection {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .newsArea .newsSection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsArea .newsSection .newsBox_top,
.newsArea .newsSection .newsBox {
    width: 100%;
  }
  .newsArea .newsSection .newsBox {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .newsArea .newsSection .newsBox_top .newsList .newsItem .date {
    left: 10px;
    top: 10px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .Txt {
    padding: 20px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .classTitle {
    font-size: 12px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .Txt .title {
    font-size: 18px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .Txt p {
    font-size: 14px;
    height: 21px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsSection .newsBox_top .newsList .newsItem .date .day {
    font-size: 35px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .date .yearMonth {
    font-size: 13px;
  }
  .newsArea .newsSection .newsBox_top .newsList .newsItem .Txt {
    padding: 15px;
    position: relative;
    background-color: #666666;
  }
}
.newsArea .arrowBox {
  display: block;
  max-width: 440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  padding-top: 65px;
}
.newsArea .arrowBox .btnBox {
  width: calc(100% - 120px);
  text-align: center;
  padding-top: 0;
}
.newsArea .arrowBox .btnBox .btn_cis {
  background-color: #666666;
}
.newsArea .arrowBox .btnBox .btn_cis:hover {
  color: #ffffff;
  background-color: #e60021;
}
.newsArea .arrowBox .arrow {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666666;
  cursor: pointer;
}
.newsArea .arrowBox .arrow svg {
  stroke: #ffffff;
  width: 9px;
  height: 17px;
}
.newsArea .arrowBox .arrow:hover {
  background-color: #e60021;
}
.newsArea .arrowBox .arrow:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 1180px) {
  .newsArea .arrowBox {
    max-width: 340px;
    padding-top: 30px;
  }
  .newsArea .arrowBox .arrow {
    width: 50px;
    height: 50px;
  }
}

.locationArea {
  position: relative;
  padding: 77px 0 57px;
  overflow: hidden;
  background-color: #101010;
  background-image: url(../images/home/pattern_bg.png);
}
.locationArea:before, .locationArea:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.locationArea:before {
  background-image: url(../images/home/location_ltBg.png);
  background-position: left bottom;
  z-index: 1;
}
.locationArea:after {
  background-image: url(../images/home/location_rtBg.png);
  background-position: right top;
  background-size: auto 100%;
}
@media (max-width: 1600px) {
  .locationArea:before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .locationArea {
    padding: 70px 0 80px;
  }
  .locationArea:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .locationArea {
    padding: 50px 0 60px;
  }
}
.locationArea .wrap {
  max-width: 1600px;
  padding-right: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.locationArea .wrap .left {
  width: 452px;
}
.locationArea .wrap .right {
  width: calc(100% - 452px);
  padding-left: 100px;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}
@media (max-width: 1440px) {
  .locationArea .wrap .right {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .locationArea .wrap {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .locationArea .wrap .left {
    display: none;
  }
  .locationArea .wrap .right {
    width: 100%;
    padding-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.locationArea .titleBox {
  color: #ffffff;
  margin-bottom: 30px;
}
.locationArea .titleBox .titleTw {
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .locationArea .titleBox {
    margin-bottom: 15px;
  }
}
.locationArea .infoBox {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6666;
  font-weight: 500;
  padding-bottom: 46px;
}
.locationArea .infoBox .title {
  color: #bda366;
  font-size: 20px;
  line-height: 1.5;
  margin: initial;
  font-weight: bold;
}
@media (max-width: 1180px) {
  .locationArea .infoBox {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .locationArea .infoBox {
    font-size: 16px;
  }
}
.locationArea .mapBox {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media (min-width: 1181px) {
  .locationArea .mapBox:after {
    position: absolute;
    left: -320px;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    background-image: url(../images/home/map_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 1067px;
    height: 1095px;
    z-index: -1;
    pointer-events: none;
  }
}
.locationArea .mapBox .mapIcon {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  z-index: 5;
}
.locationArea .mapBox .mapIcon span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.75px;
}
.locationArea .mapBox > div {
  position: absolute;
  pointer-events: none;
}
.locationArea .mapBox > div img {
  opacity: 0;
  pointer-events: none;
}
.locationArea .mapBox > div.current .mapIcon, .locationArea .mapBox > div.hover .mapIcon {
  -webkit-transform: scale(1.2257);
          transform: scale(1.2257);
}
.locationArea .mapBox > div.current .mapIcon span, .locationArea .mapBox > div.hover .mapIcon span {
  color: #191919;
}
.locationArea .mapBox > div.current .mapIcon svg, .locationArea .mapBox > div.hover .mapIcon svg {
  fill: #e60021;
}
.locationArea .mapBox > div.current img, .locationArea .mapBox > div.hover img {
  opacity: 1;
}
.locationArea .mapBox .map_northern {
  top: -3.8px;
  right: 0;
}
.locationArea .mapBox .map_northern .mapIcon {
  left: 20px;
  right: 0;
  margin: auto;
  top: 105px;
}
.locationArea .mapBox .map_central {
  top: 202px;
  left: 11px;
}
.locationArea .mapBox .map_central .mapIcon {
  left: 34%;
  top: 41.8%;
}
.locationArea .mapBox .map_south {
  bottom: 8px;
  left: -1px;
}
.locationArea .mapBox .map_south .mapIcon {
  left: 31.5%;
  bottom: 49.3%;
}
.locationArea .mapBox .map_east {
  top: 213px;
  right: 43px;
}
.locationArea .mapBox .map_east .mapIcon {
  right: 34.3%;
  bottom: 44.3%;
}
.locationArea .listGroup {
  opacity: 0;
  display: none;
}
.locationArea .listGroup.current {
  opacity: 1;
  display: block;
}
.locationArea .listGroup .mapList {
  margin: 0 -12.5px;
}
.locationArea .listGroup .mapList > .mapItem {
  float: left;
  width: 33.33%;
}
.locationArea .listGroup .mapList > .mapItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .locationArea .listGroup .mapList > .mapItem {
    width: 50%;
  }
  .locationArea .listGroup .mapList > .mapItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .locationArea .listGroup .mapList > .mapItem {
    width: 33.33%;
  }
  .locationArea .listGroup .mapList > .mapItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  .locationArea .listGroup .mapList > .mapItem {
    width: 50%;
  }
  .locationArea .listGroup .mapList > .mapItem:nth-child(3) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .locationArea .listGroup .mapList > .mapItem {
    width: 100%;
  }
  .locationArea .listGroup .mapList > .mapItem:nth-child(2) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
.locationArea .listGroup .mapList .mapItem {
  padding: 0 12.5px;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.locationArea .listGroup .mapList .item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}
.locationArea .listGroup .mapList .Img {
  overflow: hidden;
}
.locationArea .listGroup .mapList .Img a {
  display: block;
}
.locationArea .listGroup .mapList .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.locationArea .listGroup .mapList .Img img {
  width: 100%;
}
.locationArea .listGroup .mapList .Txt {
  padding: 26px 22px;
  background-color: #ffffff;
}
.locationArea .listGroup .mapList .Txt .title {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.locationArea .listGroup .mapList .Txt .title a {
  color: #1b1b1b;
}
.locationArea .listGroup .mapList .Txt .title a:hover {
  color: #e60021;
}
.locationArea .listGroup .mapList .Txt .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.locationArea .listGroup .mapList .Txt .infoList li:not(:last-child) {
  margin-bottom: 10px;
}
.locationArea .listGroup .mapList .Txt .infoList li.time svg {
  height: 18px;
}
.locationArea .listGroup .mapList .Txt .infoList li a, .locationArea .listGroup .mapList .Txt .infoList li span {
  color: #585858;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.locationArea .listGroup .mapList .Txt .infoList li a:hover, .locationArea .listGroup .mapList .Txt .infoList li span:hover {
  color: #e60021;
}
.locationArea .listGroup .mapList .Txt .infoList li svg {
  width: 18px;
  fill: #585858;
  margin-right: 10px;
}
.locationArea .classRowBox {
  display: none;
  padding-bottom: 40px;
}
@media (max-width: 1180px) {
  .locationArea .classRowBox {
    display: block;
  }
  .locationArea .classRowBox .mClassLink {
    display: block;
  }
}
.locationArea .arrowBox {
  display: block;
  max-width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  padding-top: 95px;
}
.locationArea .arrowBox .btnBox {
  width: calc(100% - 155px);
  padding-top: 0;
}
.locationArea .arrowBox .btnBox .btn_cis {
  background-color: #666666;
}
.locationArea .arrowBox .btnBox .btn_cis:hover {
  color: #ffffff;
  background-color: #e60021;
}
.locationArea .arrowBox .arrow {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666666;
  cursor: pointer;
}
.locationArea .arrowBox .arrow:hover {
  background-color: #e60021;
}
.locationArea .arrowBox .arrow:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.locationArea .arrowBox .arrow.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.locationArea .arrowBox .arrow svg {
  stroke: #ffffff;
  width: 9px;
  height: 17px;
}
@media (max-width: 1180px) {
  .locationArea .arrowBox {
    max-width: 340px;
    padding-top: 40px;
    margin: auto;
  }
  .locationArea .arrowBox .btnBox {
    width: calc(100% - 120px);
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .locationArea .arrowBox .arrow {
    width: 50px;
    height: 50px;
  }
  .locationArea .arrowBox .arrow.arrowPrev {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .locationArea .arrowBox .arrow.arrowNext {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 992px) {
  .side_reservation {
    background-color: #101010;
    background-image: url(../images/home/pattern_bg.png);
  }
}
/*# sourceMappingURL=home.css.map */