@charset "UTF-8";
/* tag */
html.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

body {
  letter-spacing: -0.9px;
}
body.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

input {
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  input {
    font-size: 15px;
  }
}
input[type=date], input[type=time], input.date:not([type=date]), input.time:not([type=time]) {
  position: relative;
  height: 30px;
  border: none;
}
input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button, input[type=time]::-webkit-clear-button, input[type=time]::-webkit-inner-spin-button, input.date:not([type=date])::-webkit-clear-button, input.date:not([type=date])::-webkit-inner-spin-button, input.time:not([type=time])::-webkit-clear-button, input.time:not([type=time])::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator, input.date:not([type=date])::-webkit-calendar-picker-indicator, input.time:not([type=time])::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
}
input[type=date]:valid::before, input[type=time]:valid::before, input.date:not([type=date]):valid::before, input.time:not([type=time]):valid::before {
  display: none;
}
div:has(> input[type=date])::before,
label:has(> input[type=date])::before,
div:has(> input[type=time])::before,
label:has(> input[type=time])::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  color: rgba(30, 30, 30, 0.7);
  background-color: #fff;
  box-sizing: border-box;
}

button {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  letter-spacing: -0.9px;
}

select {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  letter-spacing: -0.9px;
}

/* tag */
.wrap-sub {
  overflow-x: hidden;
}
.wrap-sub .logo {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1495px) {
  .layout {
    width: 100%;
  }
}
.layout-outer {
  width: 1067.5px;
  min-height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 1067.5px) {
  .layout-outer {
    width: 100%;
  }
}
.layout-inner {
  position: relative;
  width: 100%;
  padding: 0 40px;
  padding: 0 40rem;
}

.main {
  position: relative;
  background-color: #fff;
}

.tag {
  font-size: 11px;
  letter-spacing: -0.77px;
}
.tag-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 800px;
  padding: 2px 8px 3px;
}
.tag-wrap.red {
  background-color: #fbecf1;
  color: #F66572;
}
.tag-wrap.green {
  border: 1px solid #1A973C;
  color: #1A973C;
}
.tag-wrap.orange {
  border: 1px solid #FF5C00;
  color: #FF5C00;
}
.tag-wrap.skyblue {
  border: 1px solid #00AEBF;
  color: #00AEBF;
}
.tag-wrap.bg-green {
  background-color: #10B565;
  color: #fff;
}
.tag-wrap.bg-orange {
  background-color: #E46253;
  color: #fff;
}
.tag-wrap.bg-darkblue {
  background-color: #00155E;
  color: #fff;
}

.sect-link .btn-wrap {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .sect-link .btn-wrap {
    height: 46px;
  }
}

.sect-tit {
  display: none;
}
.sect-tit.active {
  display: block;
}

.tit-bottommenu {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2.4px;
}

.info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.info-wrap .icon {
  flex: 0 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  aspect-ratio: 1/1;
  margin-top: 1.5px;
}
.info-wrap .icon img {
  width: 100%;
}
.info-wrap .txt {
  font-size: 16px;
  letter-spacing: -0.8px;
}

.size-60 {
  max-width: 60px;
}
.size-90 {
  max-width: 90px;
}
.size-120 {
  max-width: 120px;
}
.size-150 {
  max-width: 150px;
}
.size-180 {
  max-width: 180px;
}
.size-210 {
  max-width: 210px;
}
.size-240 {
  max-width: 240px;
}
.size-270 {
  max-width: 270px;
}
.size-300 {
  max-width: 300px;
}
.size-330 {
  max-width: 330px;
}
.size-360 {
  max-width: 360px;
}
.size-390 {
  max-width: 390px;
}
.size-420 {
  max-width: 420px;
}
.size-450 {
  max-width: 450px;
}
.size-480 {
  max-width: 480px;
}
.size-510 {
  max-width: 510px;
}
.size-540 {
  max-width: 540px;
}
.size-570 {
  max-width: 570px;
}
.size-600 {
  max-width: 600px;
}
.size-630 {
  max-width: 630px;
}
.size-660 {
  max-width: 660px;
}
.size-690 {
  max-width: 690px;
}
.size-720 {
  max-width: 720px;
}
.size-750 {
  max-width: 750px;
}
.size-780 {
  max-width: 780px;
}
.size-810 {
  max-width: 810px;
}
.size-840 {
  max-width: 840px;
}
.size-870 {
  max-width: 870px;
}
.size-900 {
  max-width: 900px;
}
.size-930 {
  max-width: 930px;
}

/* scss 버튼 */
.btn {
  cursor: pointer;
  font-family: "Pretendard", sans-serif;
}
.btn-wrap {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-wrap {
    height: 40px;
  }
}
.btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn-rounding {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}
.btn-rounding:not(:has(.btn)) {
  padding: 0px 45px;
}
.btn-rounding .btn {
  padding: 0px 45px;
}
.btn-bg-black {
  border: 1px solid #1E1E1E;
  background-color: #1E1E1E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue {
  border: 1px solid #00155E;
  background-color: #00155E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue .btn .txt {
  color: #fff;
}
.btn-bg-white {
  font-weight: 500;
  color: #1E1E1E;
}
.btn-black {
  border: 1px solid #1E1E1E;
  background-color: #fff;
  font-weight: 500;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .btn-post {
    font-size: 15px;
  }
}
.btn-post-wrap {
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .btn-post-wrap {
    height: 40px;
    max-width: 90px;
  }
}
.btn-post-wrap.btn-rounding {
  padding: 0;
}
.btn-post-wrap .btn-post {
  padding: 0;
}

.sect-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sect-link {
    padding-top: 20px;
  }
}

/* scss 버튼 */
/* scss 탭 */
.tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 17px;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .tab {
    font-size: 16px;
  }
}
.tab-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .tab-container {
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
  }
}
.tab-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid #DDDDDD;
}
.tab-wrap.round {
  min-width: 100px;
  border-radius: 800px;
}
@media only screen and (max-width: 767px) {
  .tab-wrap.round {
    flex: 0 0 calc((100% - 5px * (2 - 1)) * 0.5);
    min-width: unset;
    height: 45px;
    border-radius: 7px;
    padding: 10px 20px;
  }
}
.tab-wrap.round .tab {
  border-radius: 800px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .tab-wrap.round .tab {
    border-radius: 7px;
    padding: 10px 20px;
  }
}
.tab-wrap.active {
  box-shadow: 10px 15px 30px #00155E4D;
  background-color: #00155E;
  border: unset;
}
.tab-wrap.active .tab {
  color: #fff;
}

.sect-tab:has(+ *) {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sect-tab:has(+ *) {
    padding-bottom: 40px;
  }
}

/* scss 탭 */
/* scss 오른쪽 tit 공통 스타일 */
.rental-sect.sect-intro .rental-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rental-sect.sect-intro .rental-box-tit {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-box-tit {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
.rental-sect.sect-intro .rental-box-cont {
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-box-cont {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.rental-sect.sect-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-content {
    gap: 40px;
  }
}
.rental-sect.sect-content .rental-sect:not(.sect-intro) {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1340px) {
  .rental-sect.sect-content .rental-sect:not(.sect-intro) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-content .rental-sect:not(.sect-intro) {
    gap: 15px;
  }
}
.rental-sect.sect-content .rental-sect:not(.sect-intro) .sect-cont {
  flex: 1;
}
.rental-sect.sect-content .rental-plate-cont {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.rental-sect .sect-tit {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #1E1E1E;
  padding-top: 30px;
}
@media only screen and (max-width: 1340px) {
  .rental-sect .sect-tit {
    border-top: unset;
    border-bottom: 1px solid #1E1E1E;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.rental-sect .sect-tit .tit {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1.3px;
}
@media only screen and (max-width: 767px) {
  .rental-sect .sect-tit .tit {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.rental-sect .info-wrap {
  margin-top: 10px;
}
.rental-sect .info-wrap.orange .txt {
  color: #FF5C00;
}
.rental-sect .info-wrap .txt {
  color: #E46253;
}
@media only screen and (max-width: 767px) {
  .rental-sect .info-wrap .txt {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}
.rental-sect .bar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rental-sect .bar-list > li {
  position: relative;
  padding-left: 10px;
}
.rental-sect .bar-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 1px;
  background-color: #666666;
}
@media only screen and (max-width: 767px) {
  .rental-sect .bar-list > li::before {
    top: 7.5px;
  }
}
.rental-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rental-plate {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rental-plate-tit {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -1.1px;
}
@media only screen and (max-width: 767px) {
  .rental-plate-tit {
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}
.rental-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 1340px) {
  .rental-boxes {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rental-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rental-li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rental-li {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.rental-li:has(.bar-list) {
  flex-direction: column;
  gap: 0 10px;
}
.rental-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.8px;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .rental-li::before {
    top: 9px;
  }
}
.rental-li .tit {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .rental-li .tit {
    max-width: 51px;
  }
}
.rental-li .tit::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
}
.rental-li .cont {
  color: #666666;
}
.rental-li .cont:has(.bar-list):not(:has(p)) {
  padding: 15px 0;
}
.rental-li .cont:has(.bar-list) p + .bar-list {
  padding-top: 10px;
}
.rental-li .cont b {
  color: #1E1E1E;
}
.rental-li .cont .point {
  color: #10B565;
}
.rental-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* //scss 오른쪽 tit 공통 스타일 */
/* scss 수정 */
.rental-sect.sect-intro .rental-container {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media only screen and (max-width: 1340px) {
  .rental-sect.sect-intro .rental-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-container {
    flex-direction: column;
  }
}
.rental-sect.sect-intro .rental-plate {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-plate {
    gap: 30px;
  }
}
.rental-sect.sect-intro .rental-plate:first-child {
  flex: 0 0 620px;
  width: 100%;
  max-width: 620px;
}
@media only screen and (max-width: 1340px) {
  .rental-sect.sect-intro .rental-plate:first-child {
    flex: 0 0 340px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-plate:first-child {
    max-width: unset;
    flex: unset;
  }
}
.rental-sect.sect-intro .rental-plate .swiper-thumbnail {
  width: 100%;
}
.rental-sect.sect-intro .rental-plate .img-wrap {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.rental-sect.sect-intro .rental-plate .img-wrap img {
  width: 100%;
}
.rental-sect.sect-intro .rental-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rental-sect.sect-intro .rental-box-tit {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-box-tit {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
.rental-sect.sect-intro .rental-box-tit.sub-rental-box-tit {
  font-size: 26px;
  letter-spacing: -1.3px;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-box-tit.sub-rental-box-tit {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.rental-sect.sect-intro .rental-box-cont {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rental-sect.sect-intro .rental-box-cont {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.rental-sect.sect-intro .rental-box-cont p:has(+ p) {
  padding-bottom: 30px;
}
.rental-sect .sect-tit {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #1E1E1E;
  padding-top: 30px;
}
@media only screen and (max-width: 1340px) {
  .rental-sect .sect-tit {
    border-top: unset;
    border-bottom: 1px solid #1E1E1E;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.rental-sect .sect-tit .tit {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1.3px;
}
@media only screen and (max-width: 767px) {
  .rental-sect .sect-tit .tit {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.rental-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rental-plate {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rental-plate-tit {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .rental-plate-tit {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
.rental-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 1340px) {
  .rental-boxes {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rental-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rental-li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rental-li {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.rental-li:has(.bar-list) {
  flex-direction: column;
  gap: 0 10px;
}
.rental-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.8px;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .rental-li::before {
    top: 9px;
  }
}
.rental-li.program .cont {
  white-space: pre-line;
}
.rental-li .tit {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .rental-li .tit {
    max-width: 51px;
  }
}
.rental-li .tit::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
}
.rental-li .cont {
  color: #666666;
}
.rental-li .cont:has(.bar-list):not(:has(p)) {
  padding: 15px 0;
}
.rental-li .cont:has(.bar-list) p + .bar-list {
  padding-top: 10px;
}
.rental-li .cont b {
  color: #1E1E1E;
}
.rental-li .cont .point {
  color: #10B565;
}
.rental-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.swiper-controller {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  background-color: #000000B3;
  border-radius: 800px;
  padding: 8px 14px;
}
@media only screen and (max-width: 767px) {
  .swiper-controller {
    bottom: 15px;
    gap: 12px;
    padding: 5px 8px;
  }
}
.swiper-controller:has(.swiper-button-lock) {
  padding: 8px 18px;
}
@media only screen and (max-width: 767px) {
  .swiper-controller:has(.swiper-button-lock) {
    padding: 5px 12px;
  }
}
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-fraction {
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
}
.swiper-pagination-fraction .current {
  font-size: 14px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-fraction .current {
    font-size: 12px;
  }
}
.swiper-pagination-fraction-wrap {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  width: auto;
}
.swiper-btn-prev, .swiper-btn-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .swiper-btn-prev, .swiper-btn-next {
    width: 12px;
    height: 12px;
  }
}
.swiper-btn-prev.swiper-button-disabled, .swiper-btn-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-btn-prev.swiper-button-lock, .swiper-btn-next.swiper-button-lock {
  display: none;
}
.swiper-btn-prev img, .swiper-btn-next img {
  width: 100%;
  height: 100%;
}

.root_daum_roughmap.root_daum_roughmap_landing {
  width: 100%;
  font-family: "Pretendard", sans-serif;
}
.root_daum_roughmap.root_daum_roughmap_landing .wrap_map {
  height: 100%;
  aspect-ratio: 1080/418;
}
@media only screen and (max-width: 425px) {
  .root_daum_roughmap.root_daum_roughmap_landing .wrap_map {
    aspect-ratio: 100/105;
  }
}
.root_daum_roughmap.root_daum_roughmap_landing .cont {
  display: none;
}

.rental-plate-cont img {
  max-width: 100%;
}

.rental-plate-cont #map {
  aspect-ratio: 1080/418;
}
@media only screen and (max-width: 425px) {
  .rental-plate-cont #map {
    aspect-ratio: 100/105;
  }
}

/* scss 수정 */


/* css 수정 */

.tab-wrap.round {
  min-width: unset;
  padding: 0 48px;
}
.rental-sect.sect-intro .view_img_wrap{
  width: 100%;
  margin-top: 40px;
}
.rental-sect.sect-intro .view_img_wrap .box{
  margin-top: 30px;
}
.rental-sect.sect-intro .view_img_wrap .box img{
  max-width: 100%;
  object-fit: contain;
}
/* css 수정 */