body {
  background: #0c0b0d;
}
img {
  max-width: 100%;
}
.pc_ver {
  display: block;
}
.m_ver {
  display: none;
}

.rent {
  background: linear-gradient(0deg, #113470 -148.84%, #0C0B0D 30%);
  color: #fff;
  font-family: 'RidleyGrotesk', 'Pretendard', sans-serif;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: -0.3px;
}
.rent__inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

/* Visual */
.rent__visual {
  height: 1000px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 136px;
  box-sizing: border-box;
  position: relative;
}
.rent__visual--main {
  background: url('../../images/rent/main_visual.png') no-repeat center / cover;
}
.rent__visual--detail {
  background: url('../../images/rent/detail_visual.png') no-repeat center / cover;
}
.rent__visual-title {
  font-size: clamp(46px, 9vw, 96px);
  font-weight: 800;
  line-height: 1.3;
  margin: 36px 0 16px;
}
.rent__visual--detail .rent__visual-title {
  font-size: clamp(40px, 8vw, 76px);
  padding: 0 32px;
}
.rent__visual--detail .rent__visual-sub {
  font-size: clamp(16px, 4vw, 34px);
}

.rent__visual-sub {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.1;
  opacity: 0.7;
}
.rent__visual-copy {
  font-size: 14px;
  opacity: 0.7;
  position: absolute;
  right: 40px;
  bottom: 66px;
}

.rent__content section {
  margin-bottom: 120px;
}

/* --- main --- */
/* intro */
.rent__intro {
  margin-top: 110px;
}
.rent__intro-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rent__intro-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
.rent__intro-desc {
  font-size: 26px;
  color: #b6b6b6;
}
.rent__tag-group {
  display: flex;
  gap: 13px;
}
.rent__tag {
  border: 1px solid #373737;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.22);
  background: #000000;
  border-radius: 100px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
}
@keyframes slideSide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-500px); }
}
.rent__panorama-wrap {
  position:relative;
}
.rent__panorama {
  position: relative;
  width: 100%;
  height: 482px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 47px;
}
.rent__panorama-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  min-width: 150%;
  object-fit: cover;
  animation: slideSide 9s ease-in-out infinite alternate;
  will-change: transform;
}
.rent__btn-play {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.7);
  height: 56px;
  border-radius: 8px;
  padding: 0 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  font-family: 'Pretendard', sans-serif;
  border: none;
  cursor: pointer;
}
.rent__btn-play img {
  display: block;
}

/* Case & Tabs */
.rent__content-title {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.rent__content-desc {
  font-size: clamp(16px, 2.5vw, 26px);
  color: #B6B6B6;
}
.rent__tabs {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #737373;
  margin: 45px 0;
}
.rent__tabs-swiper {
  overflow: hidden;
  border-top: 1px solid #737373;
  margin: 45px 0;
}
.rent__tabs-swiper .swiper-wrapper {
  justify-content: space-between;
}
.rent__tabs-swiper .swiper-slide {
  width: auto;
}
.rent__tabs-item {
  padding-top: 35px;
  color: #b5b5b5;
  font-size: clamp(13px, 2.5vw, 22px);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: center;
}
.rent__tabs-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0 0 14px #ffffff;
}
.rent__tabs-item:hover {
  color: #fff;
}
.rent__tabs-item--active {
  color: #fff;
  text-shadow: 0 0 5px #ffffff;
}
.rent__tabs-item--active:before {
  opacity: 1;
}
.rent__card {
  transition: opacity .25s ease;
  position: relative;
}
.rent__card-img {
  width: 100%;
  display: block;
  height: 600px;
}
.rent__card-overlay {
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  box-shadow: inset 0px 0px 2px #ffffff;
}
.rent__card-title {
  font-size: clamp(15px, 3.5vw, 24px);
  white-space: nowrap;
  margin-right: 40px;
}
.rent__card-text {
  font-size: clamp(14px, 3vw, 20px);
  color: #ebebeb;
}
.rent__btn-more {
  box-shadow: 0px 0px 34px 0px #FFFFFFBF;
  background: #fff;
  border-radius: 8px;
  height: 44px;
  padding: 0 26px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 40px;
}

/* 모달 */
.rent__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(34, 34, 34, 0.8);
  align-items: center;
  justify-content: center;
}
.rent__modal.is-open {
  display: flex;
}
.rent__modal-inner {
  position: relative;
  width: 1200px;
}
.rent__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.rent__modal-swiper {
  height: 80vh;
}
.rent__modal-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rent__modal-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /*aspect-ratio: 2 / 1;*/
  /*object-fit: cover;*/
  display: block;
  border-radius: 16px;
}
.rent__modal .swiper-button-next:after,
.rent__modal .swiper-button-prev:after {
  display: none;
}
.rent__modal .swiper-button-next,
.rent__modal .swiper-button-prev {
  width: auto;
  height: auto;
}
.rent__modal .swiper-button-prev  {
  left: 30px;
}
.rent__modal .swiper-button-next {
  right: 30px;
}

/* Tech */
.rent__tech {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rent__tech-info {
  width: 50%;
}
.rent__tech-visual {
  width: 50%;
}
.rent__btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
  background: linear-gradient(90deg, #2F5198 0%, #001747 100%);
  color: #fff;
  border-radius: 8px;
  height: 72px;
  line-height: 72px;
  width: 200px;
  font-size: 20px;
  font-weight: 500;
}

/* contact */
.rent__contact-wrap {
  background: url('../../images/rent/apply_bg.png') no-repeat center / cover;
  height: 448px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rent__contact-text {
  font-size: clamp(16px, 3vw, 26px);
  color: #cfcfcf;
  line-height: 1.4;
  margin-top: 15px;
}
.rent__btn-contact {
  margin-top: 40px;
  height: 80px;
  line-height: 80px;
  width: 445px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  font-weight: 700;
  font-size: 26px;
  box-shadow: 0 0 34px 0 #FFFFFFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.rent__btn-contact img {
  height: 28px;
}

/* --- detail --- */
/* info*/
.rent__info {
  background: url('../../images/rent/detail_info.png') no-repeat center / cover;
  height: 920px;
  margin-bottom: 90px !important;
}
.rent__info .rent__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.rent__info .rent__content-title {
  margin-bottom: 24px;
}
.rent__info-box img {
  height: 500px;
}

/* guide */
.rent__guide-box {
  display: flex;
  gap: 13px;
  margin-top: 42px;
}
.rent__guide-box li {
  flex: 1;
  min-width: 0;
}
.rent__guide-box li img {
  width: 100%;
  display: block;
}

/* media */
.rent__media {
  padding-right: 50px;
}
.rent__media li {
  padding: 24px 0;
  border-bottom: 1px solid #484848;
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: Pretendard, sans-serif;
}
.rent__media-title {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  margin-bottom: 4px;
}
.rent__media-sub {
  font-size: clamp(14px, 2vw, 21px);
  color: #b6b6b6;
}
.rent__tech-desc {
  font-size: 18px;
  color: #dedede;
  margin-top: 16px;
  font-family: Pretendard, sans-serif;
}

/* --- apply --- */
.rent-apply {
  padding: 120px 0;
}
.apply-form {
  width: 600px;
  margin: 0 auto;
  color: #fff;
}
.apply__top {
  text-align: center;
}
.apply__title {
  font-size: clamp(26px, 5vw, 32px);
  line-height: 1.2;
  margin: 24px 0 60px;
  color: #fff;
}
.form-field {
  margin-bottom: 36px;
}
.form-field.mb0 {
  margin-bottom: 0;
}
.form-field__label {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 12px;
  display: block;
}
.form-field__input {
  background: #181619;
  height: 56px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
  box-sizing: border-box;
}
.form-field__input::placeholder {
  color: #999999;
}
.form-field__date-group {
  display: flex;
  gap: 12px;
}
.form-field__select-wrapper {
  position: relative;
  width: 100%;
}

.form-field__select {
  width: 100%;
  background-color: #181619;
  border: 0;
  border-radius: 6px;
  color: #f0f0f0;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.9375rem;
  padding: 14px 36px 14px 16px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease;
}
.form-field__select option {
  background-color: #181619;
  color: #f0f0f0;
}

.form-field__select-wrapper::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  pointer-events: none;
}
.form-field__input--textarea {
  height: 156px;
  box-sizing: border-box;
  resize: none;
  padding: 16px;
}

.privacy-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}

.privacy-block {
  overflow: hidden;
}
.privacy-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.privacy-block__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-align: left;
  flex: 1;
  min-width: 0;
}
.privacy-block__arrow {
  font-size: 0;
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.privacy-block__arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  pointer-events: none;
}
.privacy-block--open .privacy-block__arrow::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.privacy-block__title {
  font-size: 14px;
  white-space: nowrap;
}
.privacy-block__checkbox-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.privacy-block__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.privacy-block__checkbox-label {
  display: block;
  cursor: pointer;
  background: url('../../images/rent/ic_checkbox_off.svg') no-repeat center;
  width: 20px;
  height: 20px;
}
.privacy-block__checkbox:checked + .privacy-block__checkbox-label {
  background: url('../../images/rent/ic_checkbox_on.svg') no-repeat center;
}

.privacy-block__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 16px;
}

.privacy-block--open .privacy-block__body {
  max-height: 800px;
}

.privacy-block__content {
  font-size: 12px;
  color: #c0c0c0;
  line-height: 1.75;
}

.privacy-block__content p {
  margin-bottom: 6px;
}

.privacy-block__content p:last-child {
  margin-bottom: 0;
}
.apply__submit {
  margin-top:60px;
}
.apply__button {
  width: 100%;
  height: 56px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #2F5198 0%, #001747 100%);
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  .rent__inner {
    max-width: 100%;
    padding: 0 32px;
  }
  .rent__visual {
    height: 800px;
  }

  .rent__intro-top {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .rent__card-img {
    height: auto;
  }
  .rent__card-overlay {
    padding: 30px;
  }
  .rent__card-title {
    margin-right: 30px;
  }
  .rent__card-text br {
    display: none;
  }
  .rent__btn-more {
    margin-left: 20px;
  }

  .rent__tech-info {
    flex-shrink: 0;
  }
  .rent__content-desc br {
    display: none;
  }
  .rent__tech-visual {
    width: auto;
    flex: 1;
    min-width: 0;
    padding-left: 32px;
  }

  .rent__modal-close {
    right: 32px;
  }
  .rent__modal .swiper-button-next {
    right: 42px;
  }
  .rent__modal .swiper-button-prev {
    left: 42px;
  }

  /* detail */
  .rent__info {
    height: 620px;
  }
  .rent__info-box {
    width: 40%;
  }
  .rent__info-box img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .rent__visual-copy {
    position: static;
    margin-top: 6px;
  }

  .rent__content section {
    margin-top: 0;
  }

  .rent__card-overlay {
    backdrop-filter: none;
    position: static;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    border: 1px solid #282828;
    border-top: 0;
    flex-direction: column;
    padding: 40px 24px;
  }
  .rent__card-title {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .rent__card-text {
    text-align: center;
  }
  .rent__btn-more {
    margin-left: 0;
    margin-top: 25px;
    width: 280px;
    box-sizing: border-box;
    justify-content: center;
    box-shadow: 0px 0px 24px 0px #FFFFFFBF;
  }

}

@media (max-width: 768px) {
  .pc_ver {
    display: none;
  }
  .m_ver {
    display: block;
  }

  .rent__inner {
    width: auto;
    padding: 0 16px;
  }
  .rent__visual {
    height: 600px;
    padding-bottom: 80px;
    background-position: bottom;
  }
  .rent__content section {
    margin-bottom: 70px;
  }

  .rent__intro-top {
    gap: 20px;
  }
  .rent__intro-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .rent__intro-desc {
    font-size: 16px;
  }
  .rent__tag {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
  }
  .rent__panorama {
    margin-top: 27px;
    height: 210px;
  }
  .rent__btn-play {
    position: static;
    margin-top:  24px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    height: 50px;
  }
  @keyframes slideSide {
    100% { transform: translateX(-250px); }
  }

  .rent__tabs-swiper {
    margin: 40px 0 30px;
  }
  .rent__tabs-item:before {
    right: 28px;
    width: auto;
  }
  .rent__tabs-item {
    padding-top: 20px;
    padding-right: 28px;
  }
  .rent__modal-swiper {
    height: 60vh;
  }

  .rent__tech {
    flex-direction: column;
    position: relative;
    padding-bottom: 90px;
  }
  .rent__tech-info,
  .rent__tech-visual {
    width: 100%;
  }
  .rent__tech-visual {
    margin-top: 24px;
    padding-left: 0;
  }
  .rent__tech-visual img {
    width: 100%;
  }
  .rent__btn-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .rent__btn-contact {
    width: 290px;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
  }
  .rent__btn-contact img {
    height: 16px;
  }

  .rent__modal-close {
    right: 16px;
  }
  .rent__modal .swiper-button-next {
    right: 26px;
  }
  .rent__modal .swiper-button-prev {
    left: 26px;
  }
  .rent__modal .swiper-button-next img,
  .rent__modal .swiper-button-prev img {
    width: 32px;
  }

  /* detail */
  .rent__info {
    height: auto;
    background-position: top right 15%;
    background-size: 175%;
    margin-bottom: 70px !important;
  }
  .rent__info-box {
    width: 100%;
    padding-top: 65%;
  }
  .rent__info-box img {
    width: 100%;
    height: auto;
  }
  .rent__guide-box {
    flex-wrap: wrap;
  }
  .rent__guide-box li {
    width: 45%;
    flex: auto;
  }
  .tech-detail .rent__tech-info {
    order: 2;
  }
  .rent__media {
    padding-right: 0;
  }
  .rent__tech-desc {
    font-size: 12px;
  }

  /* form */
  .apply-form {
    width: 100%;
  }
  .apply__img img {
    height: 30px;
  }
}

@media (max-width: 568px) {
  .rent__visual-logo img {
    height: 40px;
  }
  .rent__visual-title {
    margin: 26px 0;
  }
  .rent__btn-detail {
    height: 50px;
    font-size: 14px;
  }

  .rent__tech {
    padding-bottom: 60px;
  }

  @keyframes slideSide {
    100% { transform: translateX(-200px); }
  }
}