@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap");
html, body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #131213;
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}

.notransition {
  transition: none;
}

.loading_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.5em;
}
.loading_cover.active {
  display: flex;
}

#VTHeader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  background: linear-gradient(90deg, rgb(21, 21, 19) 0%, rgba(21, 21, 19, 0) 15%, rgba(21, 21, 19, 0) 66%, rgb(21, 21, 19) 100%);
  z-index: 100;
  transition: all 0.2s;
  transform: translateY(-120%);
}
#VTHeader.active {
  display: block;
  transform: translateY(0);
}
#VTHeader a {
  display: block;
  position: absolute;
  width: 15%;
  height: 100%;
  background: transparent;
  top: 0;
  padding: 0;
  z-index: 2;
}
#VTHeader a img {
  width: 100%;
}
#VTHeader a.btnMenu {
  left: 0;
}
#VTHeader a.btnContact {
  width: 12%;
  margin-top: 3.6%;
  right: 3.6%;
  transition: all 0.2s;
}
#VTHeader a.btnContact.contactForm {
  display: none;
}
#VTHeader .headerText {
  width: 100%;
  height: 100%;
}

.navimg_vk {
  display: none;
}

#volvokorea .navimg {
  display: none;
}
#volvokorea .navimg_vk {
  display: block;
}
#volvokorea .nav_container button:last-child {
  display: none;
}

.nav_container {
  position: absolute !important;
  top: 10.5%;
  width: 90%;
  height: 100%;
  left: 5%;
}
.nav_container button {
  display: block;
  position: relative;
  width: 100%;
  height: 6%;
}

.btn_nav_close {
  display: block;
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
}

.autoplay_UI {
  position: absolute;
  bottom: 6%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 8%;
  z-index: 100;
  transition: all 0.5s;
  transform: translateY(200%) scale(0.9);
}
.autoplay_UI.active {
  transform: translateY(0) scale(1.1);
}
.autoplay_UI .dotsContainer {
  position: relative;
  background: #2f2f2d;
  width: 27%;
  padding: 0 4%;
  border-radius: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.2s;
}
.autoplay_UI .dotsContainer span {
  display: block;
  width: 10%;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #fff;
  transition: all 0.2s;
  opacity: 0.5;
}
.autoplay_UI .dotsContainer span.active {
  width: 30%;
  background: #6492c0;
  opacity: 1;
  aspect-ratio: 3/1;
}
.autoplay_UI .controlUI {
  transition: all 0.2s;
  display: none;
  position: relative;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  margin-left: 4%;
}
.autoplay_UI .controlUI img {
  height: 100%;
}
.autoplay_UI .controlUI img.img_play {
  display: none;
}
.autoplay_UI .controlUI img.img_pause {
  display: block;
}
.autoplay_UI .controlUI.paused img.img_pause {
  display: none;
}
.autoplay_UI .controlUI.paused img.img_play {
  display: block;
}
.autoplay_UI .controlUI.active {
  display: block;
}

#VolvoTruckSlider {
  position: relative;
  width: 100dvw;
  height: 100dvh;
  max-width: 62.5dvh;
  max-height: 160dvw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-x: hidden;
  z-index: 2;
}

.swiper {
  touch-action: manipulation;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 100%;
}
.swiper-slide .slide_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide .slide_inner > div {
  position: relative;
  overflow: hidden;
}
.swiper-slide .slide_inner > div > div {
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.slide_contact {
  font-size: 10px;
  line-height: 2.5em;
  height: 100%;
  display: flex;
  align-items: center;
  background: #151515;
}
.slide_contact .slide_inner {
  height: auto;
  padding: 7%;
}
.slide_contact .slide_inner .vlogo {
  width: 40%;
  margin: auto;
}
.slide_contact .slide_inner div {
  width: 100%;
}
.slide_contact .slide_inner .d_info {
  width: 100%;
  font-size: 2.8em;
  font-weight: 700;
  margin: 12% 0 8%;
  text-align: center;
  overflow: visible;
}
.slide_contact .slide_inner .d_info .d_position {
  font-size: 0.7em;
  margin-left: 8px;
}
.slide_contact .slide_inner .d_info .d_field {
  margin: 5% 0 0 0;
  font-size: 0.6em;
  font-weight: 500;
}
.slide_contact .slide_inner .d_contact {
  width: 100%;
  margin: 3% 0 6%;
  padding: 5% 0;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
.slide_contact .slide_inner .d_contact li {
  list-style: none;
  display: flex;
  align-items: center;
}
.slide_contact .slide_inner .d_contact li .icon {
  width: 20px;
  margin-right: 8px;
}
.slide_contact .slide_inner .d_contact li a {
  font-size: 1.6em;
  color: #fff;
  text-decoration: none;
}
.slide_contact .slide_inner .d_branch {
  width: 100%;
  font-size: 1.6em;
  font-weight: 700;
}
.slide_contact .slide_inner .b_contact {
  font-size: 1.3em;
  list-style: none;
  margin: 3% 0 6%;
  padding: 3% 5%;
  background: #303131;
}
.slide_contact .slide_inner .b_contact li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  line-height: 160%;
}
.slide_contact .slide_inner .b_contact li .left {
  width: 11%;
  margin-right: 1%;
  font-weight: 700;
}
.slide_contact .slide_inner .btn_contact {
  border-top: 1px #333 solid;
  padding-top: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.slide_contact .slide_inner .btn_contact a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
.slide_contact .slide_inner .btn_contact a img {
  width: 100%;
  margin: 0 auto 2%;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
  transform: scale(0.7);
  margin: 0 20px;
  padding: 1%;
  z-index: 1;
}

.swiper-pagination-progressbar {
  height: 1px !important;
}

.vod_cover {
  width: 100%;
  height: 100%;
}

.vod_cover_img {
  position: absolute;
  top: 0;
}

@keyframes dotFX {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.5);
  }
}
.btn_vod {
  position: absolute;
  display: block;
  width: 20%;
  padding-bottom: 14.5%;
  right: 5%;
  top: 30%;
}

.vod_container {
  display: none;
  position: absolute;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.vod_container.active {
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#VodPlayer {
  position: relative;
  display: block;
  width: 100%;
  height: 36%;
  z-index: 2;
}

.btn_VOD_close {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.btn_VOD_close::after, .btn_VOD_close::before {
  position: absolute !important;
  content: "";
  display: block;
  background: #fff;
  width: 8%;
  padding-bottom: 0.5%;
  right: 8%;
  top: 10%;
  z-index: 100;
  transform: rotate(45deg);
}
.btn_VOD_close::before {
  transform: rotate(-45deg);
}

.has_scroll {
  overflow-y: scroll !important;
  height: auto;
}
.has_scroll::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(60, 60, 60, 0.2);
}
.has_scroll::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
}
.has_scroll.container::-webkit-scrollbar-track {
  background-color: transparent;
}

#scrollUI {
  position: absolute;
  top: 20dvh;
  right: 3%;
  z-index: 50;
  background: #fff;
  width: 2%;
  height: 4%;
  border-radius: 100px;
  opacity: 0;
  transform: translateX(250%);
  transition: all 1s cubic-bezier(0.47, 2, 0.2, 0.8);
}
#scrollUI .scroll_arrow {
  position: absolute;
  width: 50%;
  left: 50%;
  border: 2px white solid;
  border-top: none;
  border-left: none;
  padding-bottom: 50%;
}
#scrollUI .scroll_arrow.arrow1 {
  animation: scrollFX 1s infinite;
  bottom: -70%;
  transform: translateX(-50%) rotate(45deg);
}
#scrollUI .scroll_arrow.arrow2 {
  animation: scrollFX2 1s infinite;
  top: -30%;
  transform: translateX(-50%) rotate(225deg);
}
#scrollUI.active {
  opacity: 1;
  transform: translateX(0);
}
#scrollUI .text {
  position: absolute;
  bottom: -50%;
  left: 50%;
  font-size: 9px;
  transform: translateX(-50%);
}

@keyframes scrollFX {
  0% {
    opacity: 0;
    bottom: -70%;
  }
  50% {
    opacity: 1;
    bottom: -90%;
  }
  100% {
    opacity: 0;
    bottom: -120%;
  }
}
@keyframes scrollFX2 {
  0% {
    opacity: 0;
    top: -30%;
  }
  50% {
    opacity: 1;
    top: -50%;
  }
  100% {
    opacity: 0;
    top: -80%;
  }
}
.overImgContainer {
  position: absolute !important;
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.2s;
  z-index: 1500;
}
.overImgContainer img {
  position: absolute !important;
  display: block;
  width: 100%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: all 0.5s;
}
.overImgContainer img.active {
  opacity: 1;
}
.overImgContainer.active {
  transform: translateY(0);
}
.overImgContainer.loading img {
  opacity: 1;
}
.overImgContainer .ovClose {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
}

.index_menu {
  position: absolute !important;
  z-index: 1100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.2s;
}
.index_menu img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_menu.active {
  transform: translateX(0);
}

.serviceContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
}

.btnContact.contactForm {
  display: block;
}

#volvokorea .slide_contact {
  display: none;
}

#volvokorea .btnContact.salesTel {
  display: none;
}

#volvokorea .btnContact.contactForm {
  display: block !important;
}

.btn_sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
}/*# sourceMappingURL=common.css.map */