/* NO CSS*/
@import url("content.css");
.header {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border-bottom-color: transparent;
}

.sub-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 41.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 9.6rem;
  margin-left: 6rem;
  margin-right: 6rem;
  border-radius: 2rem;
}

.sub-visual:before {
  display: block;
  position: absolute;
  top: 9.6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 9.6rem);
  content: "";
  border-radius: 2rem;
  overflow: hidden;
}

#sub01-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual01.jpg) no-repeat center center/cover;
}

#sub02-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual02.jpg) no-repeat center center/cover;
}

#sub03-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual03.jpg) no-repeat center center/cover;
}

#sub04-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual04.jpg) no-repeat center center/cover;
}

#sub05-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual05.jpg) no-repeat center center/cover;
}

#sub06-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual06.jpg) no-repeat center center/cover;
}

#sub07-visual:before {
  background: url(/resources/mps/public/images/layout/sub-visual07.jpg) no-repeat center center/cover;
}

.sub-visual .layout {
  text-align: center;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-visual .layout h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: toTop 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: toTop 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.sub-visual .layout .sub-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: toBottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: toBottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.sub-visual .layout .sub-location .sub-location-home i {
  color: #fff;
  font-size: 1.6rem;
}

.sub-visual .layout .sub-location .sub-location-menu {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
}

.sub-visual .layout .sub-location .sub-location-menu:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 1px;
  height: 12px;
  background: #E0E0E0;
  content: "";
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes toBottom {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toBottom {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes toScale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes toScale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* sub-depth01 */
#sub .layout .sub-depth01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: sticky;
  top: 9.6rem;
  margin-top: -3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: #EBEFF6;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(21, 63, 140, 0.05);
          box-shadow: 4px 4px 16px 0 rgba(21, 63, 140, 0.05);
}

#sub .layout .sub-depth01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  width: 100%;
}

#sub .layout .sub-depth01 ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#sub .layout .sub-depth01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 6.4rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub .layout .sub-depth01 ul li a span {
  color: #757575;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}

#sub .layout .sub-depth01 ul li a:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #17479D 2.45%, #159CDE 89.51%, #00B6CD 178.26%);
  content: "";
}

#sub .layout .sub-depth01 ul li a.on:before {
  display: block;
}

#sub .layout .sub-depth01 ul li a.on span {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* sub-depth02 */
#sub .layout .sub-depth02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 6.4rem;
}

#sub .layout .sub-depth02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem;
  border-radius: 36rem;
  background: #F5F7FA;
  gap: 0.8rem;
}

#sub .layout .sub-depth02 ul li {
  width: 100%;
}

#sub .layout .sub-depth02 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
  border-radius: 36rem;
  min-height: 5.4rem;
}

#sub .layout .sub-depth02 ul li a.on {
  background: #17479D !important;
  border-color: #fff !important;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(21, 63, 140, 0.1);
          box-shadow: 2px 2px 8px 0 rgba(21, 63, 140, 0.1);
}

#sub .layout .sub-depth02 ul li a span {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
  white-space: nowrap;
}

#sub .layout .sub-depth02 ul li a.on span {
  color: #fff;
}

#sub .layout .sub-depth02 .depth-menu-btn {
  display: none;
}

@media (max-width: 1280px) {
  .sub-visual {
    padding-top: 9rem;
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 0;
  }
  .sub-visual:before {
    top: 9rem;
  }
  #sub .layout .sub-depth01 {
    top: 9rem;
  }
  .sub-visual:before {
    height: calc(100% - 9rem);
  }
}
@media (max-width: 1024px) {
  .sub-visual .layout h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .sub-visual {
    padding-top: 64px;
    margin-left: 0;
    margin-right: 0;
    height: 360px;
  }
  .sub-visual:before {
    top: 64px;
    border-radius: 0;
    height: calc(100% - 64px);
  }
  #sub .layout .sub-depth01 {
    top: 64px;
  }
  #sub .layout .sub-depth01 ul li a {
    height: 58px;
  }
  #sub .layout .sub-depth01 ul li a span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #sub .layout .sub-depth02 ul li {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  #sub .layout .sub-depth02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sub .layout .sub-depth02 .depth-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 6.1rem;
    padding: 0 1.6rem;
    background: #222;
    margin-bottom: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sub .layout .sub-depth02 .depth-menu-btn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    color: #fff;
    font-size: 2.4rem;
    font-family: "remixicon";
    content: "";
    content: "\ea4e";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sub .layout .sub-depth02 .depth-menu-btn.on:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  #sub .layout .sub-depth02 .depth-menu-btn span {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
  }
  #sub .layout .sub-depth02 ul {
    display: none;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
  }
  #sub .layout .sub-depth02 ul li a {
    border: 0 none;
  }
}
/* sub-contents-area */
#sub > .layout > .contents {
  padding: 6.4rem 0 16rem 0;
}

.contents h3 {
  color: #222;
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  position: relative;
  text-align: center;
}

.contents h3.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.contents h3.type02 img {
  width: 12.4rem;
}

.contents h3:first-of-type {
  margin-top: 0;
}

.contents h4 {
  margin: 4rem 0 2.4rem 0;
  color: #222;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  font-style: normal;
}

.contents h5 {
  margin: 3.2rem 0 1.6rem 0;
  color: #222;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 130%;
}

.contents p {
  color: #424242;
  font-weight: 400;
  font-size: 1.8rem;
}

.contents p b {
  font-weight: 700;
}

.contents p + p {
  margin-top: 1.6rem;
}

.contents .txt-small {
  color: #757575;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  font-style: normal;
}

.contents .color01 {
  color: #17479D;
}

.contents .color02 {
  color: #159CDE;
}

.contents .color03 {
  color: #00B6CD;
}

.box {
  border: 1px solid #E0E0E0;
  padding: 11rem 1rem;
}

.contents-body {
  margin-top: 6.4rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 2.2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  height: 4.8rem;
  border: 1px solid #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn.type01 {
  background: #17479D;
  color: #fff;
  border-color: #17479D;
}
.btn.type01:hover {
  background: #12397E;
  border-color: #12397E;
}

.btn.type02 {
  color: #424242;
  background: #fff;
  border-color: #424242;
}
.btn.type02:hover {
  background: #424242;
  border-color: #424242;
  color: #fff;
}

ul.bu {
  margin-top: 1.2rem;
}
ul.bu li {
  position: relative;
  padding-left: 1.4rem;
  color: #3A3A3A;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
ul.bu li::before {
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ccc;
  content: "";
}

.preparing .box {
  text-align: center;
}
.preparing .box > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  background: #F5F7FA url(/resources/mps/public/images/sub/preparing-icon.svg) no-repeat center center;
}
.preparing .box > p {
  padding-top: 4rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
}
.preparing .box > span {
  display: inline-block;
  padding-top: 2.4rem;
  color: #757575;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
.preparing .box .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.6rem;
}

@media (max-width: 768px) {
  .box {
    padding: 5rem 1rem;
  }
  .preparing .box > i {
    width: 8rem;
    height: 8rem;
  }
  .preparing .box > p {
    font-size: 3.2rem;
    padding-top: 2rem;
  }
  .preparing .box .btn-wrap {
    margin-top: 3rem;
  }
}
.location-top {
  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;
  gap: 2.4rem;
}
.location-top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.location-top > div i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background: linear-gradient(100deg, #17479D 2.45%, #159CDE 89.51%, #00B6CD 178.26%), #FFAF22;
  font-size: 2.4rem;
  color: #fff;
  width: 6.4rem;
  height: 6.4rem;
}
.location-top > div dl dt {
  color: #081324;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.078rem;
}
.location-top > div dl dd {
  padding-top: 0.8rem;
  color: #73767D;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
}
.location-top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 2.2rem 0.4rem 0.8rem;
  color: #434343;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.032rem;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0.8rem;
}
.location-top > a i {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(/resources/mps/public/images/sub/location-google-icon.svg) no-repeat center center;
}
.location .map-box {
  margin-top: 3.1rem;
}
.location .map-box .root_daum_roughmap_landing {
  width: 100%;
}
.location .map-box .root_daum_roughmap_landing .wrap_map {
  height: 48rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.location .map-box .root_daum_roughmap_landing .map_border {
  display: none;
}
.location .map-box .cont {
  display: none;
}
.location-info {
  margin-top: 2.4rem;
  background: #F5F7FA;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem 2.2rem;
  gap: 2.4rem;
}
.location-info li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-info li strong {
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 12.7rem;
  gap: 1.2rem;
}
.location-info li span {
  color: #17479D;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.location h4 {
  margin-top: 6.4rem;
  margin-bottom: 4rem;
}
.location-transport {
  padding: 6.4rem;
  border-radius: 0.8rem;
  border: 1px solid #DDD;
}
.location-transport > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 4rem 0;
}
.location-transport > li:first-of-type {
  padding-top: 0;
}
.location-transport > li > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-width: 8px;
  border-style: solid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.location-transport > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-transport > li > div > p {
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.location-transport > li > div > p em {
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.location-transport > li > div .bg-box {
  background: #F5F7FA;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.location-transport > li > div .bg-box i {
  color: #3A3A3A;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
.location-transport > li > div em {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.048rem;
  margin-left: 0.4rem;
  color: #fff;
}
.location-transport > li > div em.green {
  background: #00B012;
}
.location-transport > li > div em.blue {
  background: #17479D;
}
.location-transport > li.n01 > p {
  border-color: #00B012;
  color: #00B012;
}
.location-transport > li.n02 > p {
  border-color: #8F9455;
  color: #8F9455;
}
.location-transport > li.n03 > p {
  border-color: #FF6715;
  color: #FF6715;
}
.location-transport > li + li {
  border-top: 1px dotted #E0E0E0;
}
.location-car {
  border: 1px solid #ddd;
  padding: 4rem 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  border-radius: 1.2rem;
}
.location-car > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #EBEFF6 url(/resources/mps/public/images/sub/location-car.svg) no-repeat center center;
  width: 10rem;
  height: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.location-car > div p {
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.location-car > div > span {
  display: inline-block;
  padding-top: 2.8rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  width: 100%;
}
.location-car > div img {
  display: inline-block;
  width: 100%;
  margin-top: 2.4rem;
}
.location-car > div > ul {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.location-car > div > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem;
  background: #F5F7FA;
  border-radius: 0.8rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.location-car > div > ul li i {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.location-car > div > ul li i.red {
  background: #E30322;
}
.location-car > div > ul li i.blue {
  background: #012F9F;
}

@media (max-width: 1280px) {
  .location-car > div > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .location-car > div > ul li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .location-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .location-top > a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .location-transport {
    padding: 4rem;
  }
  .location-transport > li > p {
    width: 10rem;
    height: 10rem;
    border-width: 4px;
  }
  .location-car {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .location-top > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .location-info {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .location-transport {
    padding: 4rem 2rem;
  }
  .location-transport > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .location-transport > li > p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .location-transport > li > p br {
    display: none;
  }
  .location-car {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
    gap: 2rem;
  }
  .location-car > div > span {
    padding-top: 2rem;
  }
  .location-car > div > span {
    font-size: 1.6rem;
  }
  .location-car > i {
    margin: 0 auto;
  }
  .location-car > div > ul li {
    font-size: 1.6rem;
  }
  .location-car > div p {
    text-align: center;
  }
}
form .search-box {
  background: #F5F7FA;
  border-radius: 2rem;
  padding: 6.4rem 12rem;
}
form .search-box > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
form .search-box > div:first-of-type > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  min-width: 53.2rem;
}
form .input {
  gap: 0.8rem;
}
form .input-item input[type=text], form .input-item input[type=password], form .input-item input[type=number], form .input-item textarea {
  border-radius: 0.3rem;
  border-color: #E0E0E0;
}
form .input-item input[type=text]::-webkit-input-placeholder, form .input-item input[type=password]::-webkit-input-placeholder, form .input-item input[type=number]::-webkit-input-placeholder, form .input-item textarea::-webkit-input-placeholder {
  color: #424242;
}
form .input-item input[type=text]::-moz-placeholder, form .input-item input[type=password]::-moz-placeholder, form .input-item input[type=number]::-moz-placeholder, form .input-item textarea::-moz-placeholder {
  color: #424242;
}
form .input-item input[type=text]:-ms-input-placeholder, form .input-item input[type=password]:-ms-input-placeholder, form .input-item input[type=number]:-ms-input-placeholder, form .input-item textarea:-ms-input-placeholder {
  color: #424242;
}
form .input-item input[type=text]::-ms-input-placeholder, form .input-item input[type=password]::-ms-input-placeholder, form .input-item input[type=number]::-ms-input-placeholder, form .input-item textarea::-ms-input-placeholder {
  color: #424242;
}
form .input-item input[type=text]::placeholder, form .input-item input[type=password]::placeholder, form .input-item input[type=number]::placeholder, form .input-item textarea::placeholder {
  color: #424242;
}
form .input-item[data-field-type=datepicker]::after {
  right: 1.6rem;
}
form .input-label {
  color: #616161;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
form .input-select .chosen-container span {
  color: #424242;
}