.jh12 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.jh14 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.jh14_r {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.jh15 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.jh16 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.jh18 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.jh20 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.jh24 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.jh32 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
.jb11 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #676767;
}
.jb12 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.jb14 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.jb16 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.jt14 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.jt16 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.jt18 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.jt20 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.jc12 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
:root {
  --mo-vh: 100vh;
  /* --aboutEv-swiper-btn-next-previous-top: 166.5px; */
}

html,
body {
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
}

body {
  cursor: url("../cursor.png"), default;
  width: 100vw;
  height: var(--mo-vh);
}
button,
span,
li {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.layer-popup .layer-popup-wrapper {
  border-radius: 8px;
}
/* .cont-btn {
  height: 56px !important;
  border-radius: 4px !important;
  padding: 0 !important;
} */
.layer-popup.popup-xl.popup-overview.cxc .btn-round-s {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background-image: url(../image/icon/icon_close_black.svg);
  background-color: transparent;
}
.layer-popup.popup-lg .btn-wrapper .close-btn,
.layer-popup.popup-md .btn-wrapper .close-btn,
.layer-popup.popup-sm .btn-wrapper .close-btn {
  background-color: transparent;
  border: none;
  background-image: url(../image/icon/icon_close_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border-radius: 0px;
}
.main-btn-wrapper .top-btn-wrapper {
  pointer-events: none;
}
.main-btn-wrapper .top-btn-wrapper .left-btn {
  pointer-events: all;
}
.main-btn-wrapper .btn-slide-wrapper {
  z-index: 1;
}
.main-btn-wrapper .top-btn-wrapper .right-btn {
  pointer-events: all;
}

.day-night {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: var(--mo-vh);
  display: block;
}
.day-night-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--mo-vh);
}
.day-night-bg img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--mo-vh);
  object-fit: cover;
}
.day-night-welcome {
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  padding: 40px 80px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
}
.day-night-open {
  position: absolute;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
  background-color: #002c5f;
  color: #fff;
  padding: 18px 70px;
  font-weight: 500;
}
.day-night-open span {
  font-weight: inherit;
}
.day-night-open:hover {
  font-weight: 500;
  background-color: #0793ea;
  border: 1px solid #0793ea;
}
.day-night-toggle-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.pc-only.day-night-toggle-wrapper,
.mo.day-night-toggle-wrapper {
  position: relative;
  bottom: 0px;
  left: 0px;
}

.toggleSwitch {
  width: 120px;
  height: 48px;
  display: block;
  position: relative;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
  box-shadow: 0 0 16px 3px rgba(0 0 0 / 15%);
  cursor: pointer;
}
.toggleSwitch .toggleButton {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: calc(100% - 48px);
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url("../image/icon/icon_day.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-enter:checked ~ .toggleSwitch {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-enter:checked ~ .toggleSwitch .toggleButton {
  left: 0px;
  background-image: url("../image/icon/icon_night.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-left:checked ~ .toggleSwitch {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-left:checked ~ .toggleSwitch .toggleButton {
  left: 0px;
  background-image: url("../image/icon/icon_night.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-mo:checked ~ .toggleSwitch {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
#toggle-mo:checked ~ .toggleSwitch .toggleButton {
  left: 0px;
  background-image: url("../image/icon/icon_night.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}
.toggleSwitch,
.toggleButton {
  transition: all 0.2s ease-in;
}
.day-night-toggle-wrapper .day {
  position: absolute;
  color: #fff;
  top: 11px;
  left: 16px;
}
.day-night-toggle-wrapper .night {
  display: none;
  position: absolute;
  color: #fff;
  top: 11px;
  right: 16px;
}
@media screen and (max-width: 1280px), (max-height: 860px) {
  .day-night-welcome {
    width: max-content;
    top: 32px;
    transform: translateX(-50%);
    padding: 16px 32px;
  }
  .day-night-welcome.jh20 {
    font-size: 16px;
  }
  .day-night-toggle-wrapper {
    bottom: 32px;
    left: 32px;
  }
  .day-night-open {
    position: absolute;
    left: 50%;
    bottom: 32px;
    height: auto;
    transform: translateX(-50%);
    background-color: #002c5f;
    color: #fff;
    padding: 8px 24px;
    font-weight: 500;
  }
}

.layer-popup
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-prev::after,
.layer-popup
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-next::after {
  width: 37.39px;
  height: 51.2px;
}
.layer-popup
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-next::after {
  background-image: url(../image/icon/icon_next_white_2.svg);
}
.layer-popup
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-prev::after {
  background-image: url(../image/icon/icon_prev_white_2.svg);
}
.swiper-button-prev.img-swiper {
  left: 0;
  right: auto;
}
.swiper-button-next.img-swiper {
  right: 0;
  left: auto;
}
.swiper-button-prev.desc-swiper {
  left: 0;
  right: auto;
}
.swiper-button-next.desc-swiper {
  right: 0;
  left: auto;
}
.layer-popup
  .layer-popup-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0793ea;
}
.layer-popup
  .layer-popup-container
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background-color: #cccccc;
}

.main-btn-wrapper .bottom-btn-wrapper .show-slide-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
}

.main-btn-wrapper .top-btn-wrapper .btn-md.home-btn {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #676767;
}
.main-btn-wrapper .top-btn-wrapper .btn-md.home-btn .icon {
  width: 24px;
  height: 21px;
  background-image: url("../image/icon/icon_home_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.side-top-wrapper .btn-md.home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
}
.side-top-wrapper .btn-md.home-btn .icon {
  width: 24px;
  height: 21px;
  background-image: url("../image/icon/icon_home_black.svg");
  background-repeat: no-repeat;
  background-position: center;
}
/* .main-btn-wrapper .top-btn-wrapper .right-btn button {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #676767;
  border-radius: 999px;
}
.main-btn-wrapper .top-btn-wrapper .right-btn button .icon {
  display: block;
  width: 100%;
  height: 100%;
} */
.close-window-btn .icon {
  background-image: url("../image/icon/icon_close_white2.svg");
}
.main-btn-wrapper .top-btn-wrapper .bgm-btn .icon {
  background-image: url("../image/icon/icon_speaker_off.svg");
}
.main-btn-wrapper .top-btn-wrapper .bgm-btn.on .icon {
  background-image: url("../image/icon/icon_speaker.svg");
}
@media screen and (max-width: 1280px), (max-height: 860px) {
  .mo-only.bottom-right {
    position: fixed;
    display: flex !important;
    flex-direction: row;
    gap: 16px;
    top: auto;
    left: auto;
    bottom: 34px;
    right: 34px;
    z-index: 1001;
  }
  .mo-only.close-window-btn {
    position: fixed;
    top: 34px;
    bottom: auto;
    left: auto;
    right: 34px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #676767;
    border-radius: 999px;
    z-index: 1001;
  }
  .mo-only.close-window-btn .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mo-only.bottom-right button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #676767;
    border-radius: 999px;
  }
  .mo-only.bottom-right .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mo-only.bottom-right .bgm-btn .icon {
    background-image: url("../image/icon/icon_speaker_off.svg");
  }
  .mo-only.bottom-right .bgm-btn.on .icon {
    background-image: url("../image/icon/icon_speaker.svg");
  }
  .mo-only.bottom-right .full-btn .icon.on {
    background-image: url("../image/icon/icon_full_on_white.svg");
    display: block;
  }
  .mo-only.bottom-right .full-btn:hover .icon.on {
    background-image: url("../image/icon/icon_full_on_hover.svg");
  }
  .mo-only.bottom-right .full-btn .icon.off {
    background-image: url("../image/icon/icon_full_off_white.svg");
    display: none;
  }
  .mo-only.bottom-right .full-btn.on .icon.on {
    display: none;
  }
  .mo-only.bottom-right .full-btn.on .icon.off {
    display: block;
  }
  .mo-only.bottom-right .full-btn.on:hover .icon.off {
    background-image: url("../image/icon/icon_full_off_hover.svg");
  }
}
.layer-popup.popup-xl.popup-overview.cxc .title-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 18px 24px;
  max-width: fit-content;
}
.popup-overview.cxc .content-wrapper {
  padding-top: 58px;
  border-top: none;
  word-break: normal;
}
.popup-overview.cxc .list-cont {
  word-break: normal;
  text-align: left;
}
.popup-overview.cxc .cont-list .list-img {
  width: 312px;
  height: 312px;
  padding: 0;
  overflow: hidden;
}
.popup-overview.cxc .cont-list .list-img img {
  width: 100%;
  height: 100%;
}
.guide-japan-wrapper {
  text-align: center;
}
.guide-japan {
  background-color: #f7f7f7;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 28px;
}
.guide-japan.model {
  height: 184px;
  gap: 40px;
  justify-content: center;
  padding-top: 40px;
}
.guide-japan-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-japan-cont img {
  width: 160px;
  height: 110px;
}
.guide-japan.model .guide-japan-cont img {
  width: 48px;
  height: 48px;
}
.guide-japan.model .guide-japan-cont {
  align-items: center;
  gap: 24px;
}
.guide-japan.model .guide-japan-cont.alt1 {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.qch {
  /* display: none; */
  position: absolute;
  /* bottom: 250px; */
  /* left: 450px; */
  cursor: pointer;
  transform: translate(-50%, -50%);
  /* top: 966.833px; */
  /* left: 834.38px; */
}
.qch-char {
  width: 229px;
  height: 229px;
}
.qch-char.opening {
  background-image: url("../image/qchan/opening.png");
}
.qch-char.delivery {
  background-image: url("../image/qchan/opening.png");
}
.qch-char.after {
  background-image: url("../image/qchan/after.png");
}
.qch-char.cafe {
  width: 430px;
  background-image: url("../image/qchan/cafe.png");
}
.qch-char.charge {
  width: 430px;
  background-image: url("../image/qchan/charge.png");
}
.qch-char.testing {
  background-image: url("../image/qchan/test.png");
}
.qch-tbox {
  width: 300px;
  height: 150px;
  background-image: url("../image/qchan/tbox.png");
  background-repeat: no-repeat; /* 배경 이미지가 반복되지 않도록 설정 */
  background-size: 250px 150px; /* 비율을 유지하면서 너비에 맞게 조정 */
  padding: 6px 16px 16px 16px;
  transform: translate(45px, 16px);
}
.qch-tbox.cafe {
  height: 158px;
  background-image: url("../image/qchan/tbox_cafe.png");
}
.qch-typing {
  display: block;
  word-break: normal;
  white-space: pre-line;
  user-select: none;
  margin: 0; /* 기본적으로 h2에 있는 여백을 제거 */
  padding: 0; /* 패딩 초기화 */
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink_animate {
  animation-name: blink;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.cont-tab {
  width: 100%;
  display: flex;
}
.btn-tab {
  width: 100%;
  height: 56px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  line-height: 20px;
}
.btn-tab.active {
  color: #000;
  border-bottom: solid 3px #1c6bba;
}
.default .cont-wrapper {
  padding: 28px 28px 20px 28px;
}
.cont-subtit {
  width: 100%;
  padding: 16px 28px 0;
  color: #191919;
  text-align: center;
}
.cont-cap {
  width: 100%;
  padding: 28px 28px 16px;
  word-break: normal;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.default .cont-tit {
  display: block;
  margin-bottom: 14px;
}
.default .cont-desc {
  word-break: normal;
}

.popup-n-spec .cont-cap {
  width: 100%;
  padding: 0 28px;
  color: #666;
}
.popup-n-spec .cont-tit {
  margin-bottom: 0px;
}
.popup-n-spec.default .cont-wrapper {
  padding: 28px 28px 12px 28px;
}

.layer-popup.popup-tooltip .layer-popup-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 28px;
}
.tool-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tool-btn-wrapper > button {
  width: 156px;
  color: #1c6bba;
  border: 1px solid #1c6bba66;
  padding: 0;
}
.tool-btn-wrapper > button:hover {
  color: #1c6bba;
  background-color: #0793ea1a;
  border: 1px solid #1c6bba;
}
.tool-btn-wrapper > a {
  width: 156px;
  color: #fff;
  background-color: #002c5f;
}
.tool-btn-wrapper > a:hover {
  background-color: #0793ea;
}
.layer-popup.popup-sm.popup-video .layer-popup-wrapper {
  width: 688px;
  border-radius: 8px 8px 0 0;
}
.img-desc {
  color: #fff;
  position: absolute;
  left: 28px;
  bottom: 28px;
}
.popup-content-btn .cont-wrapper {
  padding: 28px;
  text-align: center;
}
.popup-content-btn .cont-wrapper .cont-tit {
  display: block;
  padding: 20px 0 32px 0;
}
.popup-content-btn .btn-lg.cont-btn {
  color: #fff;
  background-color: #002c5f;
  width: 100%;
}
.layer-popup.popup-sm .btn-wrapper .close-btn {
  border: none;
  background-color: transparent;
  background-size: 24px;
  border-radius: 0px;
  background-image: url(../image/icon/icon_close_black.svg);
}
.layer-popup.popup-sm.popup-car .btn-wrapper {
  padding: 20px 28px;
}
.popup-car .car-spec-wrapper {
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.layer-popup.popup-sm.popup-car .layer-popup-wrapper {
  max-height: 860px;
}
.popup-car .car-spec-wrapper .car-spec-desc {
  width: 100%;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup-car .car-spec-wrapper .car-spec-desc.n {
  padding: 0;
}
.popup-car .car-spec-wrapper .car-spec-desc span {
  display: block;
  white-space: pre-line;
}
.popup-car .car-spec-wrapper .car-spec-desc .jh16 {
  line-height: 26px;
}
.popup-car .car-spec-wrapper .car-spec-desc .jb14 {
  color: #666666;
  line-height: 22px;
  margin-bottom: 4px;
}
.popup-car .car-down-wrapper {
  width: 489px;
  height: 40px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.popup-car .car-down-wrapper .btn-s {
  display: flex;
  align-items: center;
  gap: 4px;
}
.popup-car .car-down-wrapper span {
  display: block;
  color: #666666;
  line-height: 20px;
}
.popup-car .car-down-wrapper .icon {
  width: 16px;
  height: 16px;
  background-image: url("../image/icon/icon_download.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.popup-car .car-colors-wrapper {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-car .car-colors-wrapper .car-colors-ext,
.popup-car .car-colors-wrapper .car-colors-int {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-car .car-colors-wrapper .cont-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.popup-car .car-colors-wrapper .cont-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.popup-car .car-colors-wrapper .car-colors-ext .cont-list img {
  width: 56px;
  height: 56px;
  border-radius: 2px;
}
.popup-car .car-colors-wrapper .car-colors-int .cont-list img {
  width: 205px;
  border-radius: 2px;
}
.car-btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0px 28px 32px;
}
.popup-car-extspec .car-btn-wrapper {
  padding: 24px 28px 32px;
}
.popup-car-intspec .car-btn-wrapper {
  padding: 24px 28px 32px;
}
.popup-car .car-btn-wrapper {
  padding: 0px 28px 32px 28px;
}
.car-btn-wrapper .cont-btn {
  width: 100%;
  color: #fff;
  background-color: #002c5f;
  border-radius: 4px;
  padding: 0;
  height: 56px;
}
.car-btn-wrapper .cont-btn.line {
  color: #1c6bba;
  border: 1px solid #1c6bba66;
  background-color: transparent;
  border-radius: 4px;
}
.default .cont-btn {
  width: 100%;
  color: #fff;
  background-color: #002c5f;
  border-radius: 4px;
  padding: 0;
  height: 56px;
}
.default .cont-btn.line {
  color: #1c6bba;
  border: 1px solid #1c6bba66;
  background-color: transparent;
  border-radius: 4px;
}
.cont-btn:hover {
  background-color: #0793ea !important;
}
.cont-btn.line:hover {
  background-color: #0793ea1a !important;
  border: 1px solid #1c6bba !important;
}
.btn-s.cont-btn:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.car-bottom {
  padding: 0 52px 16px 28px;
  display: block;
}

.popup-car-extspec .extspec-desc-wrapper {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-car-extspec .extspec-desc-wrapper p {
  word-break: normal;
  white-space: pre-line;
}
.layer-popup.popup-car-extspec
  .layer-popup-container
  .extspec-img-swiper
  .detail-img-swiper
  + .swiper-pagination {
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.layer-popup.popup-car-extspec
  .layer-popup-container
  .extspec-img-swiper
  .detail-img-swiper
  .swiper-button-prev,
.layer-popup.popup-car-extspec
  .layer-popup-container
  .extspec-img-swiper
  .detail-img-swiper
  .swiper-button-next {
  top: 184px;
}

.popup-car-intspec .intspec-desc-wrapper {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-car-intspec .intspec-desc-wrapper p {
  word-break: normal;
  white-space: pre-line;
}
.layer-popup.popup-car-intspec
  .layer-popup-container
  .intspec-img-swiper
  .detail-img-swiper
  + .swiper-pagination {
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8x;
  position: relative;
}
.layer-popup.popup-car-intspec
  .layer-popup-container
  .intspec-img-swiper
  .detail-img-swiper
  .swiper-button-prev,
.layer-popup.popup-car-intspec
  .layer-popup-container
  .intspec-img-swiper
  .detail-img-swiper
  .swiper-button-next {
  top: 184px;
}
.layer-popup.popup-sm.popup-car-intspec .layer-popup-wrapper {
  max-height: 900px;
}

.minimum.lang-prewrap.description.jp {
  font-family: "HyundaiSansTextJP", sans-serif;
  word-break: normal;
}

.layer-popup.popup-acc .layer-popup-container {
  padding: 0 0px 32px;
}
.layer-popup.popup-acc .layer-popup-container .sub-tit {
  display: block;
  text-align: center;
  color: #999;
  padding: 16px 0;
  width: 100%;
}
.acc-tbox {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.layer-popup.popup-acc .layer-popup-container .jb12 {
  color: #666;
  padding: 0 28px 16px;
  display: block;
}
.layer-popup.popup-acc .layer-popup-container .jb16 {
  letter-spacing: -0.033em;
}
.layer-popup.popup-acc .layer-popup-container .jh20 {
  padding: 0;
}
.layer-popup.popup-acc .layer-popup-container .car-btn-wrapper {
  padding: 24px 28px 0;
}
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .detail-img-swiper
  .swiper-button-prev,
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .detail-img-swiper
  .swiper-button-next {
  top: 220px;
}
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .detail-img-swiper
  .swiper-button-prev {
  left: 0px;
}
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .detail-img-swiper
  .swiper-button-next {
  right: 0px;
}
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .swiper-pagination {
  bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: 0;
}
.layer-popup.popup-acc
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-prev.black::after {
  background-image: url("../image/icon/icon_prev_black.svg");
}
.layer-popup.popup-acc
  .layer-popup-container
  .detail-img-swiper
  .swiper-button-next.black::after {
  background-image: url("../image/icon/icon_next_black.svg");
}
.layer-popup.popup-acc
  .layer-popup-container
  .acc-img-swiper
  .detail-img-swiper
  img {
  width: 100%;
  object-fit: cover;
}
.layer-popup .layer-popup-wrapper {
  max-height: 900px;
}
.car-int {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1;
}
.car-int .btn-counsel {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.car-int .btn-counsel:before {
  width: 24px;
  height: 24px;
  background: url('../image/icon/icon_counsel.svg') no-repeat center;
  content:'';
}
.car-int-iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.mobile-service {
  width: 100%;
  height: 462px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.mobile-service-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.mobile-service-ele {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mobile-service-ele img {
  width: 266px;
}

.road-assist {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.road-assist-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}
.road-assist-ele {
  width: 176px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.road-assist-ele.wide {
  width: 272px;
}
.road-assist-ele.wide img {
  width: 272px;
  height: 130px;
  object-fit: contain;
}
.road-assist-ele .jb12 {
  margin-top: 0 !important;
}
.road-assist-img-con {
  width: 100%;
  height: 130px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.blue-link {
  width: 100%;
  height: 462px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 40px;
}
.blue-link-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.blue-link-ele {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  width: 176px;
}
.blue-link-ele .minimum {
  font-size: 8px;
}

.popup-cafe .layer-popup-wrapper {
  border-radius: 8px;
}
.popup-cafe .cont-wrapper {
  padding: 0 28px 32px;
  text-align: left;
}
.popup-cafe .cont-wrapper .cont-desc {
  padding: 16px 0 20px 0;
}

.popup-cafe .cont-wrapper .jb14.cont-desc {
  word-break: normal;
}
.popup-cafe .btn-lg.cont-btn {
  color: #fff;
  background-color: #002c5f;
  width: 100%;
  height: 56px;
  border-radius: 4px;
}
.popup-video .layer-popup-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  background-color: #000;
}
.popup-videsc .cont-wrapper {
  padding: 28px 28px 32px;
  text-align: left;
}
.popup-videsc .cont-wrapper .cont-desc {
  padding: 14px 0 24px 0;
}
.popup-videsc .cont-wrapper .jb16.cont-desc {
  word-break: normal;
  white-space: pre-line;
}
.popup-videsc .videocont {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
.popup-videsc .videocont video {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.popup-videsc .videocont iframe {
  width: 100%;
  height: 100%;
}
.layer-popup.popup-sm.popup-videsc .videsc-btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0;
}
.popup-videsc .videsc-btn-wrapper .cont-btn {
  width: 100%;
  color: #fff;
  background-color: #002c5f;
  height: 56px;
  padding: 0;
}
.popup-videsc .videsc-btn-wrapper .cont-btn.line {
  color: #1c6bba;
  border: 1px solid #1c6bba66;
  background-color: transparent;
}
.popup-videsc .sub-tit {
  color: #191919;
  padding: 16px 28px;
  text-align: center;
  display: block;
}
.layer-popup.popup-sm.default .layer-popup-wrapper {
  max-height: 900px;
}
.layer-popup.default .layer-popup-wrapper .layer-popup-container {
  padding: 0 0px 32px;
}
.layer-popup.popup-sm.default .layer-popup-container .btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0 28px;
}

.layer-popup.popup-exit .layer-popup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 28px 28px;
}
.tool-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 20px;
}
.tool-btn-wrapper.membership {
  padding: 20px 0 38px 0;
}
.tool-btn-wrapper > .yes {
  width: 156px;
  color: #1c6bba;
  border: 1px solid #1c6bba66;
}
.tool-btn-wrapper > .yes:hover {
  color: #1c6bba;
  border: 1px solid #1c6bba;
  background-color: #0793ea1a;
}
.tool-btn-wrapper > .no {
  width: 156px;
  color: #fff;
  background-color: #002c5f;
  border: none;
}
.tool-btn-wrapper > .no:hover {
  color: #fff;
  background-color: #0793ea;
  border: none;
}
.layer-popup.popup-exit .layer-popup-container .join {
  color: #999;
  padding: 0;
  padding-bottom: 12px;
  height: auto;
}
.layer-popup.popup-exit .layer-popup-container .join b {
  color: #002c5f;
}
.layer-popup.popup-exit .layer-popup-container .join:hover b {
  color: #0793ea !important;
}
.layer-popup.popup-exit .layer-popup-container iframe {
  width: 100%;
  height: 400px;
}
.layer-popup.popup-exit .layer-popup-container .search {
  background-color: #000;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  height: auto;
  margin-bottom: 16px;
}
.layer-popup.popup-exit .layer-popup-container .search:hover {
  color: #0793ea;
  background-color: #000;
}
.day-night .close-window-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 999px;
}
.day-night .close-window-btn:hover {
  border: 1px solid #0793ea;
  background-color: #0793ea;
}
.day-night .close-window-btn .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-overview .cont-box .cont-list li {
  height: 172px;
}
.main-btn-wrapper .top-btn-wrapper .btn-md.home-btn:hover {
  border: 1px solid #0793ea;
  background-color: #0793ea;
}
/* .main-btn-wrapper .top-btn-wrapper .right-btn button:hover {
  border: 1px solid #0793ea;
  background-color: #0793ea;
} */
.space-collection-mo {
  display: none;
}

.layer-popup {
  cursor: default;
}
div {
  /* cursor: default; */
}
.alltime {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 130;
  pointer-events: none;
  user-select: none;
}
.mo-guide-re {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
.mo-guide-dimm {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fake-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #0793ea;
  color: #fff;
}
.fake-btn .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-menu-wrapper .fake-btn {
  background-image: url("../image/icon/icon_menu_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.close-btn-wrapper .fake-btn .icon {
  background-image: url("../image/icon/icon_close_white2.svg");
}
.full-btn-wrapper .fake-btn .icon {
  background-image: url("../image/icon/icon_full_on_white.svg");
}
.spot-guide {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-image: url("../tag.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-menu-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 34px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  user-select: none;
  pointer-events: none;
}
.spot-guide-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 34px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  user-select: none;
  pointer-events: none;
}
.close-btn-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  user-select: none;
  pointer-events: none;
}
.full-btn-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 34px;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  gap: 10px;
  user-select: none;
  pointer-events: none;
}
.mo-guide-re .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}
.mo-guide-re .desc.right {
  text-align: right;
}
.mo-guide-re .desc .jb12 {
  color: rgba(255, 255, 255, 0.7);
}
.gudie-line {
  width: 30px;
  height: 40px;
  background-image: url("../image/pop/guide/icon_guide_line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.space-collection .collection-swiper .swiper-slide img {
  width: 155px;
  height: 108px;
  object-fit: cover;
}
.space-collection .collection-swiper .swiper-slide:hover img {
  border: 4px solid #0793ea;
  border-radius: 4px;
}
.space-collection .collection-swiper .swiper-slide:hover .icon {
  display: block;
}

.web-gl {
  position: absolute;
  width: 100%;
  height: 100%;
}
.move-btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.move-btn .text {
  font-family: HyundaiSansHeadJP;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.4);
}

.move-btn.front .front {
  color: #fff;
}
.move-btn.front .back {
  color: rgba(255, 255, 255, 0.4);
}

.move-btn .back {
  color: #fff;
}

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  transition: all 0.5s ease-in;
}
.dark {
  background-color: rgba(0, 0, 0, 1);
  backdrop-filter: blur(8px);
  z-index: 9999;
}
.intro {
  background-color: rgba(0, 0, 0, 1);
  backdrop-filter: blur(8px);
  z-index: 9999;
}
.for2parg {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.n-activeS {
  width: 688px;
}
.n-activeS-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.n-activeS .n-activeS-ele {
  padding: 20px 24px;
  background-color: #f7f7f7;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
}
.n-activeS .n-activeS-ele .btn-activeS {
  margin-right: 12px;
  background-color: transparent;
  border: none;
}
.n-activeS .n-activeS-ele .ele-desc {
  width: 368px;
  padding: 0 24px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  line-height: 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.n-activeS .n-activeS-ele .ele-desc .btn-pnp {
  width: 32px;
  height: 32px;
  background-image: url("../image/icon/icon_play.svg");
}
.n-activeS .n-activeS-ele .ele-desc .btn-pnp.pause {
  background-image: url("../image/icon/icon_pause.svg");
}

.taghover {
  border-radius: 8px;
  padding: 6px 20px;
  position: absolute;
  display: none;
  background-color: white;
  transform: translate(-50%, -180%);
  font-family: HyundaiSansHeadJP;
  font-weight: 500;
  z-index: 999;
}
.taghover::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

@media screen and (max-width: 1280px), (max-height: 860px) {
  .cont-tab {
  }
  .btn-tab {
    height: 52px;
    font-size: 13px;
  }
  .cont-cap {
    font-size: 11px;
    line-height: 18px;
  }
  .main-btn-wrapper .top-btn-wrapper {
    pointer-events: all;
  }
  .space-collection-mo {
    position: fixed;
    margin: 0;
    z-index: 1000;
    left: 280px;
    height: var(--mo-vh);
    background-color: rgb(255, 255, 255);
    border-left: 1px solid #e7e7e7;
    padding: 20px 18px 20px 10px;
  }
  .space-collection-mo .collection-dimm {
    width: calc(100% - 463px);
    height: var(--mo-vh);
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 463px;
  }
  .space-collection-mo .swiper-wrapper .swiper-slide {
    max-width: 155px;
    height: fit-content;
  }
  .space-collection-mo .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
  }
  .space-collection-mo .swiper-wrapper .swiper-slide a .icon {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../image/icon/icon_walk_white.svg") no-repeat center;
    background-size: 100%;
  }
  .space-collection-mo .swiper-wrapper .swiper-slide a .title {
    color: #fff;
    font-size: 12px;
    line-height: 16.8px;
    font-family: "HyundaiSansTextJP", sans-serif;
    position: absolute;
    left: 0;
    bottom: 6px;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 8px 8px;
  }
  .space-collection-mo .swiper-scrollbar.swiper-scrollbar-vertical {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
  .space-collection-mo .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 0;
  }
  .space-collection-mo .mo-collection-swiper {
    width: 100%;
    height: 100%;
  }
  .alltime {
    bottom: 8px;
  }
  .alltime .minimum {
    font-size: 8px;
  }

  .move-btn {
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .move-btn .text {
    font-family: HyundaiSansHeadJP;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.2);
  }
  
  .move-btn.front .front {
    color: #fff;
  }
  .move-btn.front .back {
    color: rgba(255, 255, 255, 0.2);
  }
  
  .move-btn .back {
    color: #fff;
  }

  .car-int .btn-counsel {
    bottom: 70px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
}

.typetab .cont-tit {
  margin-bottom: 16px;
}

.popup-home-charger .sub-tit {
  padding: 16px 28px;
  text-align: center;
  display: block;
  width: 100%;
}
.popup-home-charger .cont-cap {
  padding: 4px 28px 16px;
}

.popup-after .cont-main {
  padding: 28px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-after .cont-wrapper {
  padding: 0;
}
.popup-after .after01 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  text-align: center;
}
.popup-after .center img {
  object-fit: none;
  height: 90px;
}
.popup-after .cont-cap {
  padding: 20px 28px 16px;
}
.popup-after.second .cont-cap {
  padding: 28px 28px 16px;
}
.popup-after .layer-popup-container[data-tab-idx="1"] .cont-cap {
  padding: 0px 28px 16px;
}
.popup-after .after03 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  text-align: center;
  color: #333;
}
.popup-after .after04 {
  display: flex;
  flex-direction: row;
  gap: 78px;
  text-align: center;
  justify-content: center;
  color: #333;
}
.popup-after .after03 span {
  display: block;
  margin: 0px 0 6px 0;
}
.popup-after .after03 p {
  word-break: normal;
  width: 100%;
}
.popup-after .after03 img {
  width: 308px;
  height: 130px;
  object-fit: none;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.popup-after .after03 .row1 img {
  width: 200px;
}
.popup-after .after04 img {
  width: 225px;
  height: 150px;
}
.popup-after .cont-main {
  padding: 28px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-after.second .bluelink-icon {
  width: 100%;
  height: 63.75px;
  object-fit: none;
  margin-bottom: 30.25px;
}
.popup-after.second .after05 {
  display: flex;
  flex-direction: row;
  gap: 17px;
  text-align: center;
  justify-content: center;
  color: #333;
}
.popup-after.second .after05 img {
  width: 200px;
  height: 136.36px;
}
.popup-after.second .layer-popup-container[data-tab-idx="2"] .cont-main {
  padding: 44px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.popup-after.second
  .layer-popup-container[data-tab-idx="2"]
  .cont-main
  .bluelink.jb12 {
  color: #333;
  margin-bottom: 19px;
}
.popup-after.second .layer-popup-container[data-tab-idx="2"] .cont-cap {
  padding: 65px 28px 16px;
}

.video-img-swiper video {
  width: 688px;
  height: 387px;
  background-color: #000;
}
.layer-popup.popup-video-swiper
  .layer-popup-container
  .video-img-swiper
  .swiper-pagination {
  bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: 24px;
}
.layer-popup.popup-video-swiper .layer-popup-container {
  padding-bottom: 32px;
}
.layer-popup.popup-video-swiper .layer-popup-container .detail-img-swiper {
  background-color: #000;
}
.layer-popup.popup-sm .btn-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 28px 20px;
}
.popup-citypop .layer-popup-container {
  padding: 28px 28px 32px;
}
.popup-citypop .layer-popup-container p {
  color: #333333;
}
.popup-citypop .layer-popup-container .cont-cap {
  padding: 24px 0 0 0;
}

.popup-aboutev .swiper-button-next,
.popup-aboutev .swiper-button-prev {
  top: var(--aboutEv-swiper-btn-next-previous-top);
}
.layer-popup.popup-aboutev
  .layer-popup-container
  .detail-img-swiper
  + .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.popup-aboutev .sub-tit {
  padding: 16px 28px;
  display: block;
  text-align: center;
}
.popup-aboutev .car-btn-wrapper {
  padding: 24px 28px 32px;
}
.popup-aboutev .aboutev4 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.popup-aboutev .jb12 {
  color: #666;
  display: block;
  padding: 0px 28px 16px;
}

.popup-event .jt18 {
  line-height: 30px;
}
.popup-event .layer-popup-wrapper {
  border-radius: 8px;
}
.popup-event .layer-popup-wrapper .btn-wrapper {
  align-items: center;
  padding: 20px 28px 24px;
}
.popup-event .layer-popup-wrapper .btn-wrapper .close-btn {
  background-color: transparent;
  background-image: url(../image/icon/icon_close_black.svg);
  background-size: 24px;
  border: none;
}
.popup-event .cont-tit {
  padding: 28px 28px 20px;
}
.popup-event .cont-tit .jb16 {
  font-family: "HyundaiSansHeadJP", sans-serif;
  color: #333;
  word-break: normal;
}
.popup-event .cont-cap {
  word-break: normal;
  padding: 0px 28px 16px;
  color: #666;
}
.popup-event .layer-popup-container .car-btn-wrapper {
  padding: 0 28px 40px;
  gap: 8px;
}
.popup-event .layer-popup-container .car-btn-wrapper .btn-lg.cont-btn {
  padding: 0;
  border-radius: 4px;
  height: 56px;
}
.popup-event .layer-popup-container .car-btn-wrapper .btn-lg.cont-btn:hover {
  background-color: #0793ea !important;
}
.popup-event .layer-popup-container .car-btn-wrapper .btn-lg.cont-btn.linetype {
  color: #1c6bba;
  border: 1px solid #1c6bba66;
  background-color: transparent;
}
.popup-event
  .layer-popup-container
  .car-btn-wrapper
  .btn-lg.cont-btn.linetype:hover {
  color: #1c6bba;
  border: 1px solid #1c6bba;
  background-color: #0793ea1a !important;
}

.layer-popup.popup-sm.popup-video[data-pop-idx="6"] iframe {
  width: 100%;
  height: 100%;
}

.layer-popup.popup-mo-size .layer-popup-dimm {
  background-color: transparent;
}
.layer-popup.popup-mo-size .layer-popup-wrapper {
  width: 400px;
  border-radius: 8px;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .btn-wrapper {
  width: 100%;
  padding: 18px 20px 12px;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .btn-wrapper .close-btn {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-size: 24px;
  border-radius: 0px;
  background-image: url(../image/icon/icon_close_black.svg);
}
.layer-popup.popup-mo-size .layer-popup-wrapper .layer-popup-container {
  padding-top: 48px;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-desc {
  padding: 0 20px;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-btn-wrapper {
  padding: 32px 20px 20px;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-btn-wrapper
  .btn-lg.cont-btn {
  width: 100%;
  color: #fff;
  background-color: #002c5f;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-btn-wrapper
  .btn-lg.cont-btn.deactivate {
  color: #fff;
  background-color: #002c5f33;
  pointer-events: none;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input-ele {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele
  p {
  color: #191919;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele
  p
  span {
  color: #0793ea;
  cursor: pointer;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input form {
  display: flex;
  flex-direction: column;
}
.layer-popup.popup-mo-size
  .layer-popup-wrapper
  .cont-input-ele
  .qchan-input-label {
  padding: 12px 0;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input .qchan-input {
  width: 224px;
  padding: 12px 0;
  border-bottom: solid 1px #ececec;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input .qchan-input:focus {
  outline: none;
}
.layer-popup.popup-mo-size .layer-popup-wrapper .cont-input .invalid {
  display: none;
  margin-top: 8px;
  color: #ff0000;
}
input[type="checkbox"] {
  display: none;
}
input[id="agree-check"] + label {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #0793ea;
  border-radius: 0;
}
input[id="agree-check"]:checked + label {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/icon/icon_checkbox_checked.svg");
  background-color: #0793ea;
}
.popup-qchan-event-email-complete .layer-popup-container img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}
