@charset "UTF-8";

/* common */
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  overflow: hidden;
}
.cont-wrap {
  width: 1527px; /* 2560 */
  height: 919px; /* 1440 + 60 */
  display: flex;
  flex-direction: column;
}
.swiper-box {
  position: relative;
  width: 100%;
  flex: 1;
}
.main-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2560px;
  height: 1440px;
  background: #1f1f1f;
}
.main-swiper .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.main-swiper .swiper-slide.style2 {
  padding-top: 400px;
}
.main-swiper .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.main-swiper .swiper-slide .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 67px;
}

/* top-box */
.top-box {
  font-size: 0;
}
.top-box > * {
  display: none;
  opacity: 0;
  transition: 0.7s;
}
.top-box.on > * {
  display: flex;
}
.top-box.animate > * {
  opacity: 1;
}
.top-box .home-btn {
  width: 60px;
  z-index: 2;
}
.top-box .menu-btn {
  position: fixed;
  top: 67px;
  left: 67px;
  z-index: 2;
}
.top-box .menu-btn.disable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-box .menu-btn button {
  width: 60px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-box .menu-btn button span {
  width: 100%;
  height: 4px;
  background: #fff;
  transition: 0.7s ease-in-out;
}
.top-box.black .menu-btn button span {
  background: #000;
}
.top-box.gray .menu-btn button span {
  background: #808285;
}
.menu-box {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  padding: 66px 120px 66px 67px;
  width: 2560px;
  height: 1440px;
  z-index: 2;
  background: #fff;
  transform-origin: left top;
}
.onload .menu-box {
  transition: 0.3s;
  display: block;
}
.menu-box.on {
  left: 0;
}
.menu-top {
  position: relative;
  padding-top: 8px;
}
.menu-top .home-btn {
  vertical-align: top;
  font-size: 0;
}
.menu-box h2 {
  margin-left: 40px;
  display: inline-block;
  font-family: "kia-bold";
  font-size: 60px;
  line-height: 55px;
  vertical-align: top;
}
.menu-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  font-size: 0;
  border-radius: 100%;
  border: none;
}
.menu-close-btn img {
  width: 100%;
}
.menu-box .menu-list {
  display: flex;
  justify-content: end;
  margin-top: 473px;
}
.menu-box .menu-list > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 57px 24px;
}
.menu-box .menu-list > ul > li {
  padding: 24px 33px;
  width: 347.5px;
  height: 298px;
  background: #e6e5e4;
}
.menu-box a {
  display: block;
}
.menu-box a span {
  position: relative;
  display: inline-block;
  font-family: "kia-bold";
  font-size: 40px;
  line-height: 53px;
  letter-spacing: -0.7px;
  color: #000;
}
.menu-box .sub-list {
  margin-top: 10px;
}
.menu-box .sub-list span {
  font-family: "kia-regular";
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -1.2px;
}
.menu-box a.on span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.menu-bottom {
  margin-top: 45px;
  display: flex;
  justify-content: end;
}
.menu-bottom > ul {
  width: 1832px;
}
.menu-bottom > ul > li {
  display: inline-block;
  margin-right: 111px;
}
.menu-bottom > ul a {
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.1px;
}

/* bottom-box */
.bottom-box {
  position: relative;
  height: 60px;
  background: #1f1f1f;
}
.bottom-box:before {
  content: "";
  position: absolute;
  top: -1.2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1f1f1f;
  z-index: 1;
}
.bottom-box .main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  background: #1f1f1f;
  z-index: 2;
}
.bottom-box .main-title.on {
  display: flex;
}
.bottom-box .main-title p {
  padding: 0 10px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
}
.bottom-box .navi {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.bottom-box .navi > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.bottom-box .navi .thumbnail-btn {
  width: 60px;
  background: url(../img/svg/thumbnail-btn.svg) center no-repeat;
  background-size: 55% auto;
  filter: invert(1);
}
.bottom-box .navi .pagination span {
  padding: 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.bottom-box .navi .arrow {
  padding: 5px 10px 5px 0;
  display: flex;
}
.bottom-box .navi .arrow > button {
  height: 100%;
  padding: 7px;
}
.bottom-box .navi img {
  max-width: unset;
  height: 100%;
  filter: invert(1);
}
.bottom-box .thumbnail-swiper {
  opacity: 0;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #1f1f1f;
  z-index: -1;
}
.bottom-box .thumbnail-swiper.on {
  z-index: 2;
  opacity: 1;
}
.bottom-box .thumbnail-swiper .swiper-slide {
  padding: 0 8px;
  width: auto;
}
.bottom-box .thumbnail-swiper .swiper-slide:first-child {
  padding-left: 0;
}
.bottom-box .thumbnail-swiper .swiper-slide:last-child {
  padding-right: 0;
}
.bottom-box .thumbnail-swiper a {
  position: relative;
  display: block;
}
.bottom-box .thumbnail-swiper a.on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
}
.bottom-box .thumbnail-swiper a {
  width: 130px;
}
.bottom-box .thumbnail-swiper a img {
  width: 100%;
}

/* sec1 */
.main-swiper .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-swiper .swiper-slide.sec1 .line {
  position: absolute;
  top: 113.85px;
  right: 0;
  transition: 1s;
}
.main-swiper .swiper-slide.sec1 .line path {
  fill: none;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-dasharray: 2800;
  stroke-dashoffset: -2800;
}
body.onload .main-swiper .swiper-slide.sec1.swiper-slide-active .line path {
  animation: draw-line 2.8s ease forwards 0.5s;
}
.main-swiper .swiper-slide.sec1.swiper-slide-prev .line path {
  stroke-dashoffset: 0;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

/* sec2 */
.horizontal-swiper {
  height: 100%;
}
.horizontal-swiper .arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 1 !important;
  font-size: 0;
}
.horizontal-swiper .arrow:after {
  display: none;
}
.horizontal-swiper .arrow.swiper-button-prev {
  left: 40px;
  background-image: url(../img/slide-arrow-prev.png);
  animation: move-right 2s infinite;
}
.horizontal-swiper .arrow.swiper-button-next {
  right: 40px;
  background-image: url(../img/slide-arrow-next.png);
  animation: move-left 2s infinite;
}
.horizontal-swiper .swiper-pagination {
  top: auto;
  bottom: 65px;
  font-size: 0;
}
.horizontal-swiper .swiper-pagination span {
  margin: 0 12.5px !important;
  width: 206.5px !important;
  height: 2.5px !important;
  background: #fff !important;
  opacity: 0.7 !important;
  border-radius: unset !important;
  vertical-align: middle;
}
.horizontal-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  height: 4.5px !important;
  opacity: 1 !important;
}
.swiper-slide .info-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.swiper-slide .info-box .arrow {
  display: flex;
}
.swiper-slide .info-box .arrow span {
  padding: 0 20px;
  width: 32px;
  font-size: 0;
  box-sizing: content-box;
}
.swiper-slide .info-box .arrow span.prev {
  animation: move-left 2.5s infinite;
}
.swiper-slide .info-box .arrow span.next {
  animation: move-right 2.5s infinite;
}
@keyframes move-right {
  0% {
    opacity: 0 !important;
    transform: translateY(-50%) translate(15px);
  }
  50% {
    opacity: 1 !important;
  }
  to {
    opacity: 0 !important;
    transform: translateY(-50%) translate(0);
  }
}

@keyframes move-left {
  0% {
    opacity: 0;
    transform: translateY(-50%) translate(-15px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-50%) translate(0);
  }
}
.swiper-slide .info-box p {
  padding: 27px 0 18px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #fff !important;
}
.swiper-slide .info-box.black .arrow img {
  filter: invert(100%);
}
.swiper-slide .info-box.black p {
  color: #000 !important;
}

/* sec1 */
.mouse-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 150px;
}

/* sec3 */
.main-swiper .video {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.main-swiper .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-swiper .swiper-slide.sec3 .video {
  top: 0;
  left: 0;
  height: 100%;
}
.sound-btn {
  position: absolute;
  right: 30px;
  bottom: 163px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../img/sound-off.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  border-radius: 100%;
  border: none;
  outline: none;
  z-index: 2;
}
.sound-btn.on {
  background-image: url(../img/sound-on.png);
}

/* sec4 */
.main-swiper .video-inner {
  display: flex;
  align-items: end;
}
.main-swiper .video-inner ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.main-swiper .video-inner ul li {
  position: relative;
  flex: 1;
  height: 480px;
}
.main-swiper .video-inner .video {
  height: 100%;
}

/* sec6 */
.main-swiper .swiper-slide.sec6 .horizontal-swiper.set-change1 .swiper-button-next {
  background-image: url(../img/slide-arrow-next2.png);
}
.main-swiper .swiper-slide.sec6 .horizontal-swiper.set-change1 .swiper-pagination {
  width: 1397px;
}

/* sec7 */
.main-swiper .swiper-slide.sec7 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 152px;
  width: 1598px;
}
.main-swiper .swiper-slide.sec7 .horizontal-swiper.set-change2 .swiper-pagination {
  left: 67px;
  bottom: 152px;
  width: 967px;
}

/* sec9 */
.main-swiper .swiper-slide.sec9 .horizontal-swiper.set-change1 .swiper-button-next {
  background-image: url(../img/slide-arrow-next2.png);
}
.main-swiper .swiper-slide.sec9 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 649px;
  width: 2220px;
}
.main-swiper .swiper-slide.sec9 .horizontal-swiper.set-change2 .swiper-pagination {
  bottom: 187px;
  width: 1439px;
}
.main-swiper .swiper-slide.sec9 .horizontal-swiper.set-change3 .swiper-pagination {
  left: auto;
  right: 0;
  bottom: 187px;
  width: 1152px;
}

/* sec10 */
.main-swiper .swiper-slide.sec10 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 573px;
}

/* sec11 */
.main-swiper .swiper-slide.sec11 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 158px;
  width: 1410px;
}
.main-swiper .swiper-slide.sec11 .horizontal-swiper .swiper-pagination span {
  background: #636466 !important;
}

/* sec12 */
.main-swiper .swiper-slide.sec12 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 158px;
  width: 1533px;
}

/* sec13 */
.main-swiper .sec13 .video-inner {
  padding-bottom: 286px;
}
.main-swiper .sec13 .video-inner ul {
  width: 100%;
  gap: 72px;
}
.main-swiper .sec13 .video-inner ul li {
  height: 729px;
}
.sec13 .horizontal-swiper .swiper-pagination span {
  background: #939598 !important;
}

/* sec14 */
.main-swiper .swiper-slide.sec14 .horizontal-swiper.set-change1 .swiper-pagination {
  bottom: 468px;
}
.main-swiper .swiper-slide.sec14 .horizontal-swiper.set-change2 .swiper-pagination span {
  background: #939598 !important;
}

/* sec16 */
/* .main-swiper .swiper-slide.sec16 {
  background: url(../img/sec16-1-bg.jpg) no-repeat;
  background-size: 100% auto;
} */
.tab-btn-box {
  margin-top: 239px;
  position: relative;
  z-index: 3;
}
.tab-btn-box ul {
  display: flex;
  gap: 23px;
}
.tab-btn-box ul li {
  position: relative;
  width: 346px;
  height: 66px;
}
.tab-btn-box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 59px;
  color: #464648;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid #464648;
  border-radius: 85px;
  overflow: hidden;
}
.tab-btn-box ul li.on a {
  font-family: "kia-bold";
  color: #fff;
  background: #464648;
}
.tab-cont-box {
  flex: 1;
  margin-top: 27px;
  position: relative;
  width: 100%;
}
.tab-cont-box > ul {
  height: 100%;
}
.tab-cont-box > ul > li {
  position: relative;
  display: none;
  height: 100%;
}
.tab-cont-box > ul > li.on {
  display: block;
  z-index: 2;
}
.tab-cont-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1518 / 2428 * 100%);
  padding-top: calc(960 / 2428 * 100%);
  overflow: hidden;
}
.tab-cont-box .img-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.tab-cont-box .img-box li {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tab-cont-box .img-box li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-cont-box .color-box {
  position: relative;
  display: flex;
  justify-content: end;
}
.tab-cont-box .color-box > ul {
  width: 835px;
}
.tab-cont-box .color-box .swiper-pagination {
  bottom: auto;
  top: 0;
  left: 0;
  z-index: 5;
}
.tab-cont-box .color-box .swiper-pagination span {
  margin: 5px;
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: unset;
}
.tab-cont-box .color-box .swiper-pagination span:nth-child(3n + 1) {
  clear: both;
}
.tab-cont-box .color-box > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 7px;
}
.tab-cont-box .color-box > ul > li {
  position: relative;
}
.tab-cont-box .color-box a {
  position: relative;
  display: block;
  width: 414px;
  height: 84px;
}
.tab-cont-box .color-box a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fcc200;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.tab-cont-box .color-box a:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/svg/check.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.tab-cont-box .color-box li.on a:before,
.tab-cont-box .color-box li.on a:after {
  opacity: 1;
}
.tab-cont-box .color-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-cont-box .color-box span {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  color: red;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 100px;
  cursor: pointer;
}
.tab-cont-box .bottom-check-box {
  position: relative;
  margin-top: 118px;
  width: 100%;
}
.tab-cont-box .wheel-box {
  padding-right: 5px;
}
.tab-cont-box .bottom-check-box b {
  position: absolute;
  top: 60px;
  left: 0;
  font-family: "kia-bold";
  font-size: 35px;
  font-size: 35px;
  line-height: 33px;
}
.tab-cont-box .bottom-check-box ul {
  display: flex;
  justify-content: end;
}
.tab-cont-box .bottom-check-box li {
  padding: 0 37.5px;
  text-align: center;
}
.sec21 .tab-cont-box > ul > li:nth-child(2) .bottom-check-box li {
  padding: 0 36.6px;
}
.tab-cont-box .bottom-check-box li .img-wrap {
  position: relative;
}
.tab-cont-box .bottom-check-box li .img-wrap:before {
  content: "";
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fcc200;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.tab-cont-box .wheel-box li .img-wrap:before {
  opacity: 1;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.tab-cont-box .wheel-box li.on .img-wrap:before {
  top: -1px;
  left: -1px;
  width: 192px;
  height: 192px;
  border: 3px solid #fcc200;
}
.tab-cont-box .bottom-check-box li .img-wrap:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/svg/check.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.tab-cont-box .bottom-check-box li.on .img-wrap:before,
.tab-cont-box .bottom-check-box li.on .img-wrap:after {
  opacity: 1;
}
.tab-cont-box .bottom-check-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-cont-box .wheel-box a {
  width: 190px;
}
.tab-cont-box .bottom-check-box a span {
  display: block;
  padding: 16px 0 15px;
  font-family: "kia-light";
  font-size: 32px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-align: center;
}
.tab-cont-box .wheel-box a span {
  padding: 18px 0 0;
  line-height: 40px;
  white-space: nowrap;
}

/* sec17 */
.tab-cont-box.style2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tab-cont-box.style2 img {
  width: 100%;
}
