@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url('/dist/asset/fontello.b69146e4.eot?93151930');
  src: url('/dist/asset/fontello.b69146e4.eot?93151930#iefix') format('embedded-opentype'),
       url('/dist/asset/fontello.b3c2a110.woff2?93151930') format('woff2'),
       url('/dist/asset/fontello.2d9f067e.woff?93151930') format('woff'),
       url('/dist/asset/fontello.adc9af21.ttf?93151930') format('truetype'),
       url('/dist/asset/fontello.a71c8226.svg?93151930#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?93151930#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-dir:before { content: '\2715'; }
/* '✕' */
.icon-edit:before { content: '\e799'; }
/* '' */
.icon-aussenfarbe:before { content: '\e800'; }
/* '' */
.icon-repair:before { content: '\e801'; }
/* '' */
.icon-car:before { content: '\e802'; }
/* '' */
.icon-garage:before { content: '\e803'; }
/* '' */
.icon-vaucher:before { content: '\e804'; }
/* '' */
.icon-hubraum:before { content: '\e805'; }
/* '' */
.icon-id:before { content: '\e806'; }
/* '' */
.icon-innenfarbe:before { content: '\e807'; }
/* '' */
.icon-kraftstoffart:before { content: '\e808'; }
/* '' */
.icon-leistung:before { content: '\e809'; }
/* '' */
.icon-modelljahr:before { content: '\e80a'; }
/* '' */
.icon-password:before { content: '\e80b'; }
/* '' */
.icon-profile:before { content: '\e80c'; }
/* '' */
.icon-cancel:before { content: '\e80d'; }
/* '' */
.icon-power:before { content: '\e80e'; }
/* '' */
.icon-location:before { content: '\e80f'; }
/* '' */
.icon-epuls:before { content: '\e810'; }
/* '' */
.icon-plus:before { content: '\e811'; }
/* '' */
.icon-aktion:before { content: '\e812'; }
/* '' */
.icon-close:before { content: '\e813'; }
/* '' */
.icon-arrow-up:before { content: '\e814'; }
/* '' */
.icon-phone:before { content: '\e816'; }
/* '' */
.icon-globe:before { content: '\e817'; }
/* '' */
.icon-mail:before { content: '\e818'; }
/* '' */
.icon-check:before { content: '\e81a'; }
/* '' */
.icon-facebook:before { content: '\e81b'; }
/* '' */
.icon-left:before { content: '\e81c'; }
/* '' */
.icon-linkedin:before { content: '\e81d'; }
/* '' */
.icon-right:before { content: '\e81e'; }
/* '' */
.icon-scroll-down:before { content: '\e81f'; }
/* '' */
.icon-twitter:before { content: '\e820'; }
/* '' */
.icon-youtube:before { content: '\e821'; }
/* '' */
.icon-instagram:before { content: '\e822'; }
/* '' */
.icon-percent:before { content: '\e82b'; }
/* '' */
.icon-marketing:before { content: '\e82c'; }
/* '' */
.icon-logout:before { content: '\e82d'; }
/* '' */
.icon-excel:before { content: '\e82e'; }
/* '' */
.icon-delete:before { content: '\e82f'; }
/* '' */
.icon-spin:before { content: '\e830'; }
/* '' */
.icon-service:before { content: '\e836'; }
/* '' */
.icon-steering-wheel:before { content: '\e838'; }
/* '' */
.icon-anhaenger:before { content: '\e840'; }
/* '' */
.icon-motorcycle:before { content: '\e841'; }
/* '' */
.icon-hyundai:before { content: '\e842'; }
/* '' */
.icon-save:before { content: '\e843'; }
/* '' */
.icon-download:before { content: '\e846'; }
/* '' */
.icon-notifications:before { content: '\e84b'; }
/* '' */
.icon-succes:before { content: '\e84c'; }
/* '' */
.icon-warning:before { content: '\e84d'; }
/* '' */
.icon-error:before { content: '\e84e'; }
/* '' */
.icon-info:before { content: '\e84f'; }
/* '' */
.icon-realgarant:before { content: '\e853'; }
/* '' */
.icon-oamtc:before { content: '\e854'; }
/* '' */
.icon-tiktok:before { content: '\e85a'; }
/* '' */
.icon-presales:before { content: '\e86a'; }
/* '' */
.icon-eye:before { content: '\f082'; }
/* '' */
.icon-firma:before { content: '\f0f7'; }
/* '' */
.icon-link:before { content: '\f14c'; }
/* '' */
.icon-fax:before { content: '\f1ac'; }
/* '' */
body {
  margin: 0;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  outline: 0;
}
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none;
  border: none;
  outline: 0;
}
input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  outline: 0;
}
textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  outline: 0;
}
iframe {
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  outline: 0;
}
blockquote {
  margin: 0;
}
picture {
  display: block;
}
figure {
  margin: 0;
}
@font-face {
  font-family: "HyundaiSansHeadOffice-Regular";
  src: url(/fonts/HyundaiSansHeadOffice-Regular.woff2) format("woff2"), url(/fonts/HyundaiSansHeadOffice-Regular.woff) format("woff"), url(/fonts/HyundaiSansHeadOffice-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "HyundaiSansHeadOffice-Medium";
  src: url(/fonts/HyundaiSansHeadOffice-Medium.woff2) format("woff2"), url(/fonts/HyundaiSansHeadOffice-Medium.woff) format("woff"), url(/fonts/HyundaiSansHeadOffice-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "HyundaiSansHeadOffice-Light";
  src: url(/fonts/HyundaiSansHeadOffice-Light.woff2) format("woff2"), url(/fonts/HyundaiSansHeadOffice-Light.woff) format("woff"), url(/fonts/HyundaiSansHeadOffice-Light.ttf) format("truetype");
}
@font-face {
  font-family: "HyundaiSansHeadOffice-Bold";
  src: url(/fonts/HyundaiSansHeadOffice-Bold.woff2) format("woff2"), url(/fonts/HyundaiSansHeadOffice-Bold.woff) format("woff"), url(/fonts/HyundaiSansHeadOffice-Bold.ttf) format("truetype");
}
/*@font-face {
    font-family: 'Fontello';
    src: url('/fontello/font/fontello.eot?30133767');
    src: url('/fontello/font/fontello.eot?30133767#iefix') format('embedded-opentype'), url('/fontello/font/fontello.woff2?30133767') format('woff2'), url('/fontello/font/fontello.woff?30133767') format('woff'), url('/fontello/font/fontello.ttf?30133767') format('truetype'), url('/fontello/font/fontello.svg?30133767#fontello') format('svg');
}*/
em[class^=icon-], em[class*=" icon-"] {
  line-height: 1;
  display: inline-flex;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /*speak: never;*/
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-Service:before {
  content: "\e801";
}
/* '' */
.icon-TotalVehicle:before {
  content: "\e802";
}
/* '' */
.icon-Voucher::before {
  content: "\e804";
}
/* '' */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "HyundaiSansHeadOffice-Bold", Arial, sans-serif;
  line-height: 1.2;
  color: #0E0E0E;
  font-weight: normal;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
  color: #01AAD2;
}
h1, .h1 {
  font-size: 29px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  h1, .h1 {
    font-size: calc(2.1929824561vw + 21.9824561404px);
  }
}
@media (min-width: 1460px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (min-width: 320px) {
  h1, .h1 {
    margin-bottom: calc(0.8771929825vw + 17.1929824561px);
  }
}
@media (min-width: 1460px) {
  h1, .h1 {
    margin-bottom: 30px;
  }
}
h2, .h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  h2, .h2 {
    font-size: calc(0.5263157895vw + 22.3157894737px);
  }
}
@media (min-width: 1460px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  h2, .h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1460px) {
  h2, .h2 {
    margin-bottom: 20px;
  }
}
h3, .h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1460px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media (min-width: 320px) {
  h3, .h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1460px) {
  h3, .h3 {
    margin-bottom: 30px;
  }
}
h4, .h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  h4, .h4 {
    font-size: 16px;
  }
}
@media (min-width: 1460px) {
  h4, .h4 {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  h4, .h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1460px) {
  h4, .h4 {
    margin-bottom: 20px;
  }
}
h5, .h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  h5, .h5 {
    font-size: 16px;
  }
}
@media (min-width: 1460px) {
  h5, .h5 {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  h5, .h5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1460px) {
  h5, .h5 {
    margin-bottom: 20px;
  }
}
h6, .h6 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1460px) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  h6, .h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1460px) {
  h6, .h6 {
    margin-bottom: 20px;
  }
}
p {
  font-size: 1em;
  margin-bottom: 30px;
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  line-height: 1.5;
}
@media (min-width: 320px) {
  p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1460px) {
  p {
    margin-bottom: 30px;
  }
}
p.bigger {
  font-size: 16px;
}
@media (min-width: 320px) {
  p.bigger {
    font-size: calc(0.2631578947vw + 15.1578947368px);
  }
}
@media (min-width: 1460px) {
  p.bigger {
    font-size: 19px;
  }
}
p.big {
  font-size: 16px;
}
@media (min-width: 320px) {
  p.big {
    font-size: calc(0.701754386vw + 13.7543859649px);
  }
}
@media (min-width: 1460px) {
  p.big {
    font-size: 24px;
  }
}
p.md {
  font-size: 16px;
}
@media (min-width: 320px) {
  p.md {
    font-size: calc(0.350877193vw + 14.8771929825px);
  }
}
@media (min-width: 1460px) {
  p.md {
    font-size: 20px;
  }
}
p.small {
  font-size: 0.7em;
}
p.pre-line {
  white-space: pre-line;
}
strong {
  font-family: "HyundaiSansHeadOffice-Bold", Arial, sans-serif;
  font-weight: normal;
}
strong.big-blue {
  font-size: 50px;
  color: #01AAD2;
}
a {
  color: #0E0E0E;
}
.link {
  color: #01AAD2;
  text-decoration: underline;
}
.link.dark {
  color: #222222;
}
.text-center {
  text-align: center;
}
.icon-vaucher.fix {
  max-height: 45px;
  margin-top: -15px;
}
.icon-notifications.off:after {
  content: "";
  position: relative;
  width: 0.1em;
  height: 1.1em;
  background-color: #C45050;
  border-radius: 2px;
  transform: rotate(30deg);
  left: -50%;
  top: 0;
}
.icon-notifications.on:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  background-color: #5AC14F;
  border-radius: 50%;
  top: 0.1em;
  left: -0.38em;
}
.icon-info {
  font-style: normal;
}
.icon-info:before {
  color: #01AAD2;
  margin-right: 5px;
}
.icon-success {
  font-style: normal;
}
.icon-success:before {
  color: #5AC14F;
  margin-right: 5px;
}
.icon-warning {
  font-style: normal;
}
.icon-warning:before {
  color: #FFB844;
  margin-right: 5px;
}
.icon-error {
  font-style: normal;
}
.icon-error:before {
  color: #C45050;
  margin-right: 5px;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
live-preview-root {
  display: none;
}
body {
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #0E0E0E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 60px;
}
body.disable-scroll {
  overflow: hidden;
}
body[data-page=MyVehicles] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page*=withBackground] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=VehicleDetail] .breadcrumbs {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=PersonalData] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=ResetPassword] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=ServiceFlatRate] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=ServiceVoucher] {
  background-color: rgba(0, 44, 94, 0.06);
}
body[data-page=AdminFullScreen] {
  padding: 0;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
body[data-page=AdminFullScreen] .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body[data-page=AdminFullScreen] .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=AdminWorkspace] {
  padding-top: 0;
  display: block;
}
main {
  overflow: hidden;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.container {
  width: 100%;
  max-width: calc(1440px + 2*30px);
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}
.container-md {
  max-width: calc(1160px + 2*30px);
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .container-md {
    padding: 0 15px;
  }
}
.container-sm {
  max-width: calc(920px + 2*30px);
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .container-sm {
    padding: 0 15px;
  }
}
.bg {
  padding: 60px 0;
  background-color: rgba(0, 44, 94, 0.06);
}
@media (max-width: 480px) {
  .bg {
    padding: 30px 0;
  }
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
[data-test-id=userlike-container] {
  z-index: 100;
}
.mt-xl {
  margin-top: 40px;
}
.mt-l {
  margin-top: 30px;
}
.mt-m {
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-l-m {
  margin-left: 20px;
}
.mb-m {
  margin-bottom: 20px;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.no-wrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nodisplay-md {
    display: none;
  }
}
@media (min-width: 769px) {
  .display-md {
    display: none;
  }
}
.with-margin {
  margin: 20px;
}
sup {
  font-size: 0.6em;
}
.button {
  display: inline-block;
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  background-color: #002C5E;
  padding: 14px 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 24px;
  transition: 0.3s background-color ease;
  min-width: 240px;
}
@media (max-width: 480px) {
  .button {
    min-width: auto;
    width: 100%;
  }
}
.button:hover {
  background-color: #01AAD2;
}
.button.secondary {
  background-color: #01AAD2;
}
.button.tertiary {
  background-color: transparent;
  border: 1px solid #002C5E;
  color: #002C5E;
  transition: 0.3s all ease;
  transition-property: background-color, color;
}
.button.tertiary:hover {
  color: #FFFFFF;
  background-color: #002C5E;
}
.button.choose {
  /*        background-color: #fff;
  color: $color-01AAD2;
  border: solid 1px $color-01AAD2;*/
}
.button.danger {
  background-color: #C45050;
  color: #FFFFFF;
}
.button.danger:hover {
  background-color: #f32b2b;
}
.button.excel {
  background-color: #107C41;
  color: #FFFFFF;
}
.button.excel:hover {
  background-color: #33C481;
}
.button.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.button.loading:before {
  content: "\e830";
  font-family: "Fontello";
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 1.5s linear infinite;
  line-height: 1;
}
.width-auto {
  min-width: auto;
  width: auto;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
input:not([name="card.number"]):not([name="card.holder"])[type=password], input:not([name="card.number"]):not([name="card.holder"])[type=text], input:not([name="card.number"]):not([name="card.holder"])[type=number], input:not([name="card.number"]):not([name="card.holder"])[type=date] {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px 20px;
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #0E0E0E;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  line-height: 1;
}
input:not([name="card.number"]):not([name="card.holder"])::placeholder {
  color: #999999;
}
input:not([name="card.number"]):not([name="card.holder"]).honeypot {
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
input:not([name="card.number"]):not([name="card.holder"])[readonly] {
  cursor: not-allowed;
  background-color: #f7f7f7 !important;
}
select {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px 20px;
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #0E0E0E;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
}
.date-time-field {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.date-time-field em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.checkbox input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #181818;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox input:checked ~ em {
  display: block;
}
.checkbox em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #181818;
  font-size: 15px;
  display: none;
  pointer-events: none;
}
.select {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.select select {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background-color: transparent;
  font-family: "HyundaiSansHeadOffice-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #0E0E0E;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  line-height: 1.25;
}
.select em {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #0E0E0E;
  font-size: 18px;
  z-index: -1;
}
.form label.required::before {
  content: "*";
  color: #01AAD2;
  font-family: "HyundaiSansHeadOffice-Medium", Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  right: 0;
}
.form .align-left {
  text-align: left;
}
.form.disabled {
  pointer-events: none;
  opacity: 0.3;
  -webkit-user-select: none;
  user-select: none;
}
.form .input-validation-error {
  border-color: #C45050;
}
.form .field-validation-error {
  display: block;
  color: #C45050;
  margin-top: 10px;
  margin-bottom: 15px;
}
.form .field-validation-error.hidden {
  visibility: hidden;
}
.form .validation-summary-errors {
  color: #C45050;
  display: block;
}
.form .terms-agreement-container {
  margin-bottom: 30px;
}
.form .checkbox-label {
  display: flex;
  align-items: flex-start;
}
.form .checkbox-label .checkbox {
  margin-right: 10px;
}
.admin-save {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.admin-save button {
  text-align: center;
}
.alert {
  margin-bottom: 2vh;
  border-radius: 2px;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.alert-success {
  background-color: rgba(230, 253, 217, 0.8);
  color: black;
}
.alert-danger {
  background-color: rgba(252, 232, 232, 0.8);
  color: black;
}
.alert-warning {
  background-color: rgb(255, 243, 205);
  color: black;
}
.alert-warning.password {
  margin-top: -2vh;
  margin-bottom: 3vh;
}
.aler-vehicle-detail {
  display: none;
  margin: 0 80px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .aler-vehicle-detail {
    margin: 0 30px;
    margin-bottom: 30px;
  }
}
.rte ul {
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .rte ul {
    margin-bottom: calc(0.8771929825vw + 27.1929824561px);
  }
}
@media (min-width: 1460px) {
  .rte ul {
    margin-bottom: 40px;
  }
}
.rte ul li {
  padding-left: 26px;
  margin-bottom: 15px;
  position: relative;
}
.rte ul li:before {
  content: "\e81a";
  font-family: "Fontello";
  color: #002C5E;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
}
.rte ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  padding-left: 16px;
}
@media (min-width: 320px) {
  .rte ol {
    margin-bottom: calc(0.8771929825vw + 27.1929824561px);
  }
}
@media (min-width: 1460px) {
  .rte ol {
    margin-bottom: 40px;
  }
}
.rte ol li {
  padding-left: 10px;
  margin-bottom: 15px;
}
table.price-list {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 20px;
}
table.price-list em {
  color: #002C5E;
  margin: 0 10px 0 4px;
  display: inline-flex;
}
table.price-list td > div {
  display: flex;
}
table.price-list tr.main td {
  border-top: solid 1px #002C5E;
  padding-bottom: 0px;
}
table.price-list tr:nth-child(2) td {
  border-top: solid 1px #002C5E;
}
table.price-list tr:last-child td {
  border-bottom: solid 1px #002C5E;
}
table.price-list tr.odd {
  background-color: rgba(0, 44, 94, 0.06);
}
table.price-list tr.odd + tr:not(.odd):not(.main) {
  border-top: solid 1px #002C5E;
  border-bottom: solid 1px #002C5E;
}
table.price-list tr.sub {
  padding: 0px 20px;
}
table.price-list tr.sub td:first-child {
  font-size: 16px;
}
table.price-list tr.sub + tr.sub td {
  padding-top: 0px;
}
table.price-list th {
  padding: 10px 20px;
  font-family: "HyundaiSansHeadOffice-Bold", Arial, sans-serif;
  font-weight: normal;
  border: 0px;
  font-size: 18px;
}
table.price-list th.dark {
  color: #FFFFFF;
  background-color: #002C5E;
  border: solid 1px #002C5E;
  text-align: right;
}
table.price-list td {
  vertical-align: top;
  padding: 10px 20px;
  border: solid 1px #999999;
  border-top: 0px;
  border-bottom: 0px;
}
table.price-list td + td {
  text-align: right;
  min-width: 25%;
  width: 25%;
  white-space: nowrap;
}