@font-face {
  font-family: "iconfont";
  src: url(../fonts/iconfont1.0.231-SNAPSHOT.woff);
}

@font-face {
  font-family: "footer-icons";
  src: url(../fonts/footer-icons.ttf);
}

@font-face {
  font-family: "HyundaiSansText-Regular";
  src: url(../fonts/HyundaiSansText-Regular.woff);
}

@font-face {
  font-family: "HyundaiSansText-Bold";
  src: url(../fonts/HyundaiSansText-Bold.woff);
}

@font-face {
  font-family: "HyundaiSansText-Light";
  src: url(../fonts/HyundaiSansText-Light.woff);
}

@font-face {
  font-family: "HyundaiSansText-Medium";
  src: url(../fonts/HyundaiSansText-Medium.woff);
}

@font-face {
  font-family: "HyundaiSansHead-Bold";
  src: url(../fonts/HyundaiSansHead-Bold.woff);
}

@font-face {
  font-family: "HyundaiSansHead-Light";
  src: url(../fonts/HyundaiSansHead-Light.woff);
}

@font-face {
  font-family: "HyundaiSansHead-Medium";
  src: url(../fonts/HyundaiSansHead-Medium.woff);
}

@font-face {
  font-family: "HyundaiSansHead-Regular";
  src: url(../fonts/HyundaiSansHead-Regular.woff);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  scroll-behavior: smooth !important;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: none;
  font-feature-settings: none;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  font-family: "HyundaiSansHead-Regular", sans-serif !important;
}

button {
  border: none;
  background: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
}

nav.navbar {
  color: #002c5f;
  letter-spacing: 0.2px;
  font-size: 16px;
  height: 83px;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background-color: white;
}

.offcanvas {
  width: 100vw;
  height: 100vh;
}

.nav-item .dropdown-menu {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 80px !important;
  left: 0 !important;
  z-index: 999999;
  border: none;
  font-size: 20px;
  color: #002c5f;
}

.nav-overlay-item .dropdown-menu {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  left: 0 !important;
  z-index: 999999;
  border: none;
  font-size: 20px;
  color: #002c5f;
}

.mobile {
  top: 0 !important;
}

.dropdown-menu .dropdown-menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 40%;
  padding-top: 100px;
  font-size: 28px;
  line-height: 36px;
}

.dropdown-menu-wrapper-mobile {
  display: flex;
  height: 100%;
  padding-top: 83px;
}

.dropdown-menu-mobile-list {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.dropdown-menu-mobile-list a:first-child {
  font-size: 31px;
  color: #000;
}

.dropdown-menu-mobile-list a:first-child:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .dropdown-menu-mobile-list a:first-child {
    font-size: 40px;
  }
}

.nav-overlay-item .dropdown {
  padding: 15px 0;
}

.dropdown .mobile .close-dropdown {
  position: absolute;
  right: 35px;
  top: 28px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.dropdown .mobile .close-dropdown svg {
  fill: #002c5f;
}

.dropdown .mobile .back-dropdown {
  position: absolute;
  left: 35px;
  top: 28px;
  width: 30px;
  height: 30px;
  color: #002c5e;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-menu .dropdown-content {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 70%;
  height: 100%;
  text-align: left;
}

.dropdown-menu .dropdown-title {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  color: #666;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown-menu a:hover {
  text-decoration: underline;
}

.nav-wrapper {
  max-width: 1387px;
  padding: 0 1rem;
}

@media screen and (min-width: 1024px) {
  .nav-wrapper {
    padding: 0 3rem;
  }
}

.nav-items {
  gap: 18px;
}

.nav-logo .is-font-icon-hyundai-logo-desktop {
  font-size: 19.01px;
  line-height: 1;
}

.nav-logo .is-font-icon-hyundai-logo-desktop::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f10d";
}

.navbar-toggler-icon {
  margin-left: 15px !important;
}

@media screen and (min-width: 1405px) {
  .nav-items {
    gap: 25px;
  }
}

.nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item a {
  text-decoration: none;
  color: #002c5f;
}

.navbar-burger {
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .navbar-burger {
    display: none;
  }
}

.nav-overlay {
  background-color: #fff;
  z-index: 99999;
  transition: opacity 0.3s ease;
  opacity: 0.97;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    visibility: hidden !important;
    display: none !important;
  }
}

nav .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding-top: 83px;
}

nav .offcanvas-header {
  padding: 0;
}

.nav-overlay-items {
  font-size: 24px;
}

@media screen and (min-width: 576px) {
  .nav-overlay-items {
    font-size: 31px;
  }
}

@media screen and (min-width: 768px) {
  .nav-overlay-items {
    font-size: 40px;
  }
}

.nav-overlay-item {
  display: flex;
}

.nav-overlay-item a {
  text-decoration: none;
  color: #002c5f;
  padding: 15px;
}

.nav-overlay-item a:hover {
  text-decoration: underline;
}

.nav-overlay-close {
  position: absolute;
  top: 30px;
  right: 26px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 20px;
  fill: #002c5f;
}

.nav-overlay-close i::before {
  font-weight: 700 !important;
}

@media screen and (min-width: 768px) {
  .nav-overlay-close {
    right: 40px;
  }
}

.footer-wrapper {
  padding: 45px 0;
  background-color: #323232;
  color: #fff;
  padding-bottom: 150px;
}

@media screen and (min-width: 1024px) {
  .footer-wrapper {
    padding-bottom: 80px;
  }
}

.footer-outer-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.footer-section {
  margin: 0 auto;
  max-width: 1387px;
}

.footer-section::after {
  content: "";
  display: table;
  clear: both;
}

.footer-links {
  margin: 0 4%;
}

.footer-links::after {
  content: "";
  display: table;
  clear: both;
}

.footer-logo {
  width: 92%;
  float: left;
  margin-left: 4%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    width: 100%;
  }
}

@media screen and (min-width: 1405px) {
  .footer-logo {
    width: 12%;
  }
}

.footer-logo div {
  margin: 40px 0;
}

.footer-logo a {
  text-decoration: none;
}

.footer-logo i {
  font-size: 68px;
  line-height: 40px;
  color: #fff;
}

.footer-logo i::before {
  content: "";
  font-family: "footer-icons" !important;
}

.footer-link-items {
  width: 92%;
  margin-left: 4%;
  float: left;
  position: relative;
}

@media screen and (min-width: 1405px) {
  .footer-link-items {
    width: 76%;
  }
}

.footer-link-item {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .footer-link-item {
    cursor: auto;
  }
}

.footer-link-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
}

@media screen and (min-width: 1024px) {
  .footer-link-item::before {
    display: none;
  }
}

.footer-inner-link-items {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .footer-inner-link-items {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-inner-link-items {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-link-item {
    flex: 1 1 0;
  }
}

.footer-inner-link-items-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .footer-inner-link-items-wrapper {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.footer-link-item .top {
  position: relative;
  text-decoration: none;
  padding: 15px 45px 15px 0;
  font-size: 20px;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-link-item .top {
    padding: 28px 45px 28px 4.34783%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-link-item .top {
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.1);
    padding: 15px 5px 15px 0;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1405px) {
  .footer-link-item .top {
    margin-right: 20px;
  }
}

.footer-link-item .top span {
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
}

.footer-link-item .top span::before {
  transition: bottom 0.3s linear 0.3s, transform 0.3s linear,
    -webkit-transform 0.3s linear;
  background-color: #fff;
  height: 2px;
  top: 50%;
  width: 12px;
  transform: rotate(45deg);
  right: 18px;
  content: "";
  display: block;
  position: absolute;
}

.footer-link-item .top span::after {
  transition: bottom 0.3s linear 0.3s, transform 0.3s linear,
    -webkit-transform 0.3s linear;
  background-color: #fff;
  height: 2px;
  top: 50%;
  width: 12px;
  transform: rotate(135deg);
  right: 10px;
  content: "";
  display: block;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .footer-link-item .top span::before {
    display: none;
  }

  .footer-link-item .top span::after {
    display: none;
  }
}

.footer-link-item .bottom {
  padding: 0;
  background-color: hsla(0, 0%, 100%, 0.1);
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .footer-link-item .bottom {
    height: auto;
    overflow: initial;
  }
}

.footer-link-item .bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 30px 10px 30px 26px;
}

@media screen and (min-width: 768px) {
  .footer-link-item .bottom ul {
    padding: 30px 10px 30px 56px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-link-item .bottom {
    background-color: inherit;
    padding-left: 0;
    padding-top: 20px;
  }

  .footer-link-item .bottom ul {
    padding: 0;
  }
}

.footer-link-item .bottom ul a {
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-size: 15px;
}

.footer-link-item .bottom ul a:hover {
  text-decoration: underline;
}

.footer-socials-wrapper {
  margin: 0 4%;
}

.footer-socials-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.footer-socials-wrapper::before {
  content: "";
  display: block;
  margin-left: 4%;
  width: 92%;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
}

.footer-socials-inner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 4%;
}

.footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-social-links a {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: block;
  position: relative;
}

.footer-social-links i {
  font-style: normal !important;
}

.footer-social-links i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  color: #000;
  background: white;
  font-size: 20px;
  line-height: 40px;
  font-family: "footer-icons" !important;
  text-align: center;
}

.footer-social-links a:hover i::before {
  background: lightgray;
}

.footer-social-links .icon-facebook::before {
  content: "";
}

.footer-social-links .icon-instagram::before {
  content: "";
}

.footer-social-links .icon-youtube::before {
  content: "";
}

.footer-social-logo {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-legal-wrapper {
  margin: 0 4%;
}

.footer-legal-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.footer-legal-wrapper::before {
  content: "";
  margin-left: 4%;
  width: 92%;
  display: block;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
}

.footer-legal {
  display: flex;
  margin: 40px 4%;
  margin-left: calc(4% + 2px);
}

.footer-legal ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 30px;
  font-size: 14px;
  justify-content: start;
}

@media screen and (min-width: 576px) {
  .footer-legal ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1405px) {
  .footer-legal ul {
    justify-content: center;
  }
}

.footer-legal ul a {
  text-decoration: none;
  color: white;
}

.footer-legal ul a:hover {
  text-decoration: underline;
}

.footer-disclaimer {
  margin: 0 8%;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}

.footer-disclaimer .left a {
  text-decoration: none;
  color: white;
}

.footer-disclaimer .left a:hover {
  text-decoration: underline;
}

.go-up-button {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #002c5f;
  transition: all 0.3s ease;
  border: none;
  transform: rotate(-90deg);
  font-size: 26px;
  margin: 0 2px 4px 0;
  color: white;
  display: none;
}

.go-up-button::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f101";
}

.go-up-button:hover {
  filter: brightness(1.2);
}

.show-go-up {
  display: none;
}

@media screen and (min-width: 1024px) {
  .show-go-up {
    display: block;
  }
}

.breadcrumbs {
  font-size: 16px;
  padding-top: 83px;
  z-index: 2000;
  position: relative;
}

.breadcrumbs a {
  color: #002c5e;
  text-decoration: underline;
}

.breadcrumb {
  padding: 0 1rem;
  max-width: 1387px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 0 3rem;
  }
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb li {
  flex-shrink: 0;
  display: flex;
}

.sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 10000;
  color: white;
  background-color: #002c5f;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.04), 0 2px 55px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (min-width: 768px) {
  .sidebar {
    bottom: 0;
    left: 50vw;
    width: fit-content;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .sidebar {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column !important;
    height: auto;
    left: auto;
    bottom: auto;
    width: 90px;
    max-height: calc(100vh - 22rem);
  }
}

.sidebar-item {
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: inherit;
  cursor: pointer;
  flex: 1;
}

.sidebar-item:hover {
  background-color: #004489;
}

.sidebar-item span {
  font-size: 10px;
  line-height: 12px;
}

@media screen and (min-width: 768px) {
  .sidebar-item {
    width: auto;
    width: 90px;
  }

  .sidebar-item span {
    font-size: 11px;
    line-height: 13px;
  }
}

.sidebar-item a {
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 11px;
  gap: 5px;
  height: 100%;
}

.sidebar-item .icon {
  font-size: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .sidebar-item .icon {
    font-size: 40px;
  }
}

.sidebar-item .is-font-icon-brochure::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f117";
}

.sidebar-item .is-font-icon-test-drive::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f123";
}

.sidebar-item .is-font-icon-quote::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f120";
}
