@charset "UTF-8";
.brand-container {
  position: relative;
  width: 100%;
}
.brand-container button {
  -webkit-appearance: button;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.brand-container img {
  width: 100%;
}
.brand-container .title {
  font-size: 60px;
  font-size: 0.6rem;
  font-size: 0.46rem;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.brand-container .title .sub-title {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  margin-top: 0.4em;
}
.brand-container .desc {
  font-size: 18px;
  font-size: 0.18rem;
  font-size: 0.16rem;
  font-size: 20px;
  line-height: 2;
  line-height: 1.6;
  font-weight: 300;
}
.brand-container .desc .textbug {
  display: inline-block;
}
.brand-container .more {
  font-size: 24px;
  font-size: 0.24rem;
  font-size: 0.18rem;
  padding: 0.8em 1.8em;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-top: 1em;
  transition: all 0.3s;
  border: 2px solid #002c5e;
  background-color: #002c5e;
  color: #fff;
}
.brand-container .more:after {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
}
.brand-container .more:hover {
  color: #0d265a;
  background-color: #fff;
  border-color: #001a38;
  background-color: #001a38;
  color: #fff;
}
.brand-container .more:focus {
  box-shadow: inset 0 0 0 2px #fff;
  box-sizing: border-box;
}
.brand-container .more.blue {
  background-color: #002c60;
  border-color: #002c60;
}
.brand-container .inner-wrap {
  width: 1100px;
  width: 11rem;
  max-width: 100%;
  margin: 0 auto;
}
.brand-container .inner-wrap.flex {
  display: flex;
  padding: 120px 0;
}
.brand-container .inner-wrap.flex .title {
  color: #002c5f;
}
.brand-container .inner-wrap.flex .title {
  width: 8em;
}
.brand-container .inner-wrap.flex .desc {
  padding: 0 3.2em;
  width: calc(100% - 8em);
}
.brand-container .inner-wrap.flex div {
  width: 50%;
}
.brand-container .inner-wrap.flex div:first-child {
  padding-right: 4%;
}
.brand-container .center-wrap {
  width: 1100px;
  width: 11rem;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-container.text {
  color: #000;
  padding: 120px 0;
}
.brand-container.picture {
  color: #fff;
  text-align: center;
}
.brand-container.kv {
  color: #fff;
  text-align: right;
}
.brand-container.kv .inner-wrap .kv-title {
  font-size: 72px;
  font-size: 0.72rem;
  font-size: 0.56rem;
  font-weight: bold;
  font-size: 0.28rem;
  font-size: 36px;
  margin-bottom: 0.3em;
}
.brand-container.kv .inner-wrap .kv-desc {
  font-size: 24px;
  font-weight: 200;
}
.brand-container.bg {
  background-color: #e5dcd3;
}
.brand-container.bg .title {
  color: #002c5f;
}
.brand-container.bg .desc {
  text-align: justify;
}
.brand-container.n {
  text-align: center;
  color: #fff;
  display: block;
}
.brand-container.n .center-wrap {
  top: 30%;
}
.brand-container.n .center-wrap img {
  font-size: 72px;
  font-size: 0.72rem;
  width: 2em;
  display: block;
  margin: 0.8em auto;
}
.brand-container.n .more:after {
  display: none;
}
.brand-container.bg-blue {
  background: #002c60;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}
.brand-container.bg-blue .inner-wrap {
  position: relative;
  display: flex;
  align-items: end;
}
.brand-container.bg-blue .inner-wrap .title {
  width: 8em;
  margin-bottom: 0;
}
.brand-container.bg-blue .inner-wrap .desc {
  position: relative;
  color: #fff;
  padding: 0 3.2em;
  width: calc(100% - 8em);
  text-align: justify;
}
.brand-container.bg-blue .inner-wrap .desc:after, .brand-container.bg-blue .inner-wrap .desc::before {
  font-size: 5.2em;
  font-family: "HyundaiSansTextCN";
  position: absolute;
  line-height: 1;
  position: absolute;
}
.brand-container.bg-blue .inner-wrap .desc:after {
  content: "”";
  right: 0;
  bottom: -0.1em;
}
.brand-container.bg-blue .inner-wrap .desc:before {
  content: "“";
  left: 0;
  top: -0.1em;
}
.brand-container.video {
  padding: 8% 0;
}
.brand-container.technology {
  color: #fff;
  margin: 120px 0;
}
.brand-container.technology .title {
  position: absolute;
  top: 0.6em;
  z-index: 2;
  left: 0.6em;
}
.brand-container.technology .grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.brand-container.technology .grid .box {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.7s;
}
.brand-container.technology .grid .box:first-child {
  grid-area: 1/1/3/1;
}
.brand-container.technology .grid .box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand-container.technology .grid .box .mask .text-wrap {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  width: calc(100% - 3em);
  overflow: hidden;
  font-size: 28px;
}
.brand-container.technology .grid .box .mask .text-wrap .more-wrap {
  transform: translateY(calc(100% - 28px));
  transition: all 0.7s;
}
.brand-container.technology .grid .box .mask .text-wrap .more-wrap .tit {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.brand-container.technology .grid .box .mask .text-wrap .more-wrap .desc {
  font-size: 20px;
  text-align: justify;
}
.brand-container.technology .grid .box .mask .text-wrap .more-wrap .more {
  font-size: 18px;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap !important;
  font-weight: normal;
  padding: 0;
}
.brand-container.technology .grid .box .mask .text-wrap .more-wrap .more:hover {
  text-decoration: underline;
}
.brand-container.technology .grid .box:hover {
  transform: scale(1.1);
  z-index: 1;
}
.brand-container.technology .grid .box:hover:first-child {
  transform: scale(1.05);
  transform-origin: left;
}
.brand-container.technology .grid .box:hover:nth-child(3), .brand-container.technology .grid .box:hover:nth-child(5) {
  transform-origin: right;
}
.brand-container.technology .grid .box:hover .mask {
  background: rgba(0, 44, 96, 0.6) url(/assets/imgs/brand_new2023/mask.png) left bottom no-repeat;
  background-size: 100%;
}
.brand-container.technology .grid .box:hover .mask .text-wrap .more-wrap {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .brand-container .title {
    font-size: 0.48rem;
    font-size: 30px;
    font-size: 28px;
  }
  .brand-container .title .sub-title {
    font-size: 0.65em;
  }
  .brand-container .desc {
    font-size: 0.24rem;
    font-size: 15px;
    font-size: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .brand-container .more {
    font-size: 0.2rem;
    font-size: 12px;
    transition: all 0s;
  }
  .brand-container .inner-wrap {
    width: 6.5rem;
  }
  .brand-container .inner-wrap.flex div {
    width: 100%;
  }
  .brand-container .inner-wrap.flex div:first-child {
    padding-right: 0%;
    margin-top: 13%;
  }
  .brand-container .center-wrap {
    width: 6.5rem;
  }
  .brand-container.text {
    padding: 60px 0;
  }
  .brand-container.kv .inner-wrap .center-wrap {
    top: 10%;
    transform: translate(-50%, 0);
  }
  .brand-container.kv .inner-wrap .kv-title {
    font-size: 30px;
    font-size: 28px;
  }
  .brand-container.kv .inner-wrap .kv-desc {
    font-size: 24px;
    font-size: 0.24rem;
    font-size: 14px;
  }
  .brand-container.n .center-wrap {
    top: 30%;
  }
  .brand-container.n .center-wrap img {
    font-size: 0.6rem;
  }
  .brand-container.bg-blue {
    font-size: 0.28rem;
    font-size: 15px;
    font-size: 16px;
    font-size: 14px;
    padding: 60px 0 calc(60px + 2em);
    text-align: justify;
    line-height: 1.6;
  }
  .brand-container.bg-blue .inner-wrap {
    flex-direction: column;
  }
  .brand-container.bg-blue .inner-wrap .title,
  .brand-container.bg-blue .inner-wrap .desc {
    width: 100%;
  }
  .brand-container.bg-blue .inner-wrap .desc {
    padding: 0;
    margin-top: 4em;
  }
  .brand-container.bg-blue .inner-wrap .desc::after, .brand-container.bg-blue .inner-wrap .desc::before {
    font-size: 5em;
  }
  .brand-container.bg-blue .inner-wrap .desc::before {
    top: -0.6em;
  }
  .brand-container.bg-blue .inner-wrap .desc::after {
    bottom: -1em;
  }
  .brand-container.bg .inner-wrap.flex {
    flex-direction: column;
    padding: 60px 0;
  }
  .brand-container.bg .inner-wrap.flex .desc,
  .brand-container.bg .inner-wrap.flex .title {
    width: 100%;
  }
  .brand-container.bg .inner-wrap.flex .desc {
    padding: 0;
  }
  .brand-container.video {
    padding: 0;
    margin-bottom: 5%;
  }
  .brand-container.video .inner-wrap {
    width: 100%;
  }
  .brand-container.technology {
    margin: 60px 0;
  }
  .brand-container.technology .title {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .brand-container.technology .grid {
    display: block;
  }
  .brand-container.technology .grid .box:hover {
    transform: none;
  }
  .brand-container.technology .grid .box:hover:first-child {
    transform: none;
  }
  .brand-container.technology .grid .box .mask .text-wrap {
    bottom: 0.5em;
  }
  .brand-container.technology .grid .box .mask .text-wrap .more-wrap {
    transform: none;
  }
  .brand-container.technology .grid .box .mask .text-wrap .more-wrap .tit {
    font-size: 30px;
    font-size: 28px;
  }
  .brand-container.technology .grid .box .mask .text-wrap .more-wrap .desc {
    font-size: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .brand-container.technology .grid .box .mask .text-wrap .more-wrap .more {
    font-size: 12px;
  }
}

/*# sourceMappingURL=brand_new2023.css.map */
<!--ʱ1753009698.6326-->