.header__doc {
  padding: 36px 20px 0 20px;
}

.main__header__inner {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  border-radius: 5px;
  background-color: #fff;
  z-index: 3;
}

.header__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px 0;
}

.header__doc .button__gnb {
  padding: 0 0 0 10px;
}

.header__doc .button__gnb .icon__hamburger {
  width: 22px;
  height: 32px;
  background-image: url(/public/image/btn_nav.svg);
  background-size: 18px 14px;
  background-position: center center;
}

.header__doc form[name="gnb_sch"] {
  width: calc(100% - 22px);
}

.header__doc .search__wrapper {
  /* position: relative; */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  gap: 1px;

  > div {
    width: 100%;
    padding: 5px;
    position: relative;
  }
}

.header__doc .icon__search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
}

.header__doc .input__search {
  width: 100%;
  padding: 0 0 0 30px;
  /* width: 100%; */
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.header__doc .hr {
  background-color: #d7dde5;
  height: 1px;
  border: 0;
}

.header__doc .header__bottom {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.header__doc .time-input__box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.header__doc .time-input__box .input__time {
  width: 100%;
  height: 100%;
  font-size: 14px;
  letter-spacing: -0.8px;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px dashed var(--color-yellow);
  border-top: 4px dashed var(--color-yellow);
  border-bottom: 4px dashed var(--color-yellow);
  border-radius: 10px;
}

.header__doc .button__parking-schedule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 75px;
  width: 100%;
  height: 21px;
  color: #000;
  font-size: 14px;
  letter-spacing: -0.5px;
  padding-left: 5px;
}

.header__doc .button__parking-schedule::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 7px;
  transform: translateY(-50%);
  background: url(/public/image/icon/icon_select_arrow.svg) center
    center/contain no-repeat;
}

/* nice select */
.nice-select.common--select {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.nice-select.common--select:active,
.nice-select.common--select.open,
.nice-select.common--select:focus {
  border-color: #eeeeee;
}

.common--select.select-yellow::after {
  width: 9px;
  height: 6px;
  border: none !important;
  transform: translateY(-50%) rotate(0deg) !important;
  margin-top: 0 !important;
  background: url(/public/image/icon/icon_select_arrow.svg) no-repeat center
    center / contain;
}

.common--select.select-yellow.open:after {
  transform: translateY(-50%) rotate(-180deg) !important;
  transform-origin: center !important;
}

.main__doc {
  height: calc(100% - 120px);
}

.main__doc .main__doc__inner {
  height: 100%;
  position: relative;
  text-align: center;
}

.left__box {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.let__box__button {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.button__notice .notice__text {
  position: absolute;
  top: -7px;
  right: -5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  background-color: var(--color-yellow);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.bottom__section {
  position: fixed;
  left: 50%;
  bottom: 36px;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  display: flex;
  gap: 10px;
}

.bottom__section .button {
  flex: 1;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--color-yellow);
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 16%);
  pointer-events: auto;
}

/* Bottom Sheet */
.bottom-sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s linear;
  z-index: 3;
}

.bottom-sheet.show {
  opacity: 1;
  pointer-events: auto;
}

.bottom-sheet .sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}

.bottom-sheet .bottom-sheet__content {
  width: 100%;
  position: relative;
  background: #fff;
  max-height: 100dvh;
  height: 410px;
  /* height: 270px; */
  /* height: 38vh; */
  max-width: 1890px;
  padding: 0 20px;
  transform: translateY(100%);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
  z-index: 2;
}

.bottom-sheet.show .bottom-sheet__content {
  transform: translateY(0%);
}

.bottom-sheet.dragging .bottom-sheet__content {
  transition: none;
}

.bottom-sheet.fullscreen .bottom-sheet__content {
  border-radius: 0;
  overflow-y: hidden;
}

.bottom-sheet .bottom-sheet__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: grab;
  user-select: none;
}

.bottom-sheet .bottom-sheet__header .drag-icon {
  padding: 20px 0;
  width: 100%;
}

.bottom-sheet .bottom-sheet__header .drag-icon span {
  height: 4px;
  width: 100px;
  display: block;
  background: #323647;
  border-radius: 50px;
  margin: 0 auto;
}

/* 지도 */
/* #map {
  height: 100dvh !important;
  width:100% !important;
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 1;
} */

.gnb__content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

.gnb__content.active {
  display: block;
}

.gnb__content.active .gnb__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  animation: 0.3s slidein;
  -webkit-animation: 0.3s slidein;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.gnb__content__top {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnb__content__top .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/public/image/icon/icon_modal_close.svg) no-repeat center
    center / 10px;
  margin-bottom: 8px;
}

.gnb__content.active .close {
  animation: 0.3s slideout;
  -webkit-animation: 0.3s slideout;
  /* animation-fill-mode: forwards; */
}

@keyframes slidein {
  from {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}

@keyframes slideout {
  from {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}

.gnb__content .profile__area {
  position: relative;
  background-color: var(--color-light-gray);
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#profile-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}

.gnb__content .logo {
  text-align: center;
  display: block;
}

.gnb__content .logo img {
  object-fit: contain;
  margin-bottom: 25px;
}

.gnb__content .profile__title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  /* align-items: end; */
}

.icon__arrow__title {
  height: 14px;
  width: 14px;
  background-image: url(/public/image/icon_arrow_navy.svg);
}

.gnb__content .car-number__desc {
  background-color: white;
  border-radius: 4px;
  border: 2px solid gray;
  text-align: center;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  transform: scaleX(0.9);
  letter-spacing: 1.5px;
  padding: 0 14px;
  display: inline-block;
  position: relative;
}
.gnb__content .car-number__desc::before,
.gnb__content .car-number__desc::after {
  content: '·';
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gnb__content .car-number__desc::before {
  left: 4px;
}

.gnb__content .car-number__desc::after {
  right: 4px;
}

.gnb__content .login__list {
  display: flex;
  justify-content: space-between;
}

.gnb__content .login__text {
  margin-right: 7px;
}

.gnb__content .icon__login {
  margin-top: 3px;
  width: 21px;
  height: 15px;
  background-image: url(/public/image/icon_login.svg);
}

.gnb__content .icon__join {
  width: 21px;
  height: 15px;
  background-image: url(/public/image/icon_userplus.svg);
  margin-top: 2px;
}

.gnb__content .content__area {
  overflow-y: auto;
  height: calc(100% - 100px);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.gnb__content .benefit__area {
  background-color: var(--color-light-gray);
  padding: 10px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gnb__content .point__link {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.point__link > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.icon__arrow__temp {
  width: 6px;
  height: 10px;
  background-image: url(/public/image/icon_arrow_navy.svg);
}

.gnb__content .utility__area {
  padding: 20px 26px;
  font-weight: 500;
}

.gnb__content .utility__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.gnb__content .utility__text {
  display: inline-block;
  width: 100%;
}

.gnb__bottom {
  margin-top: auto;
  background-color: var(--color-light-gray);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  font-weight: 400;
}

.gnb__bottom > div {
  display: flex;
  justify-content: space-between;
}

/* 일반 모달 */
.modal__primary .modal__header {
  margin-bottom: 20px;
}

.modal__primary .modal__header h3 {
  font-size: 15px;
  text-align: center;
}

.modal__primary .modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.modal__primary .modal__close button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/public/image/icon/icon_modal_close.svg) no-repeat center
    center / 10px;
}

.modal__primary .modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.modal__primary .modal__btn > * {
  flex: 1;
}

.swal2-container .swal2-html-container {
  padding: 0 4px !important;
}

.swal2-html-container .green {
  color: green;
}

.swal2-html-container .red {
  color: red;
}

.swal2-html-container>p {
  font-size: 16px;
  word-break: break-word;
}

.swal2-html-container .text-left {
  text-align: left;
  padding-left: 6px;
}

/* Notice Modal Table */
.notice-modal {
  padding: 20px 10px 10px 10px;
}

.notice-modal .notice-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.notice-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 14px;
}

.notice-table th,
.notice-table td {
  border: 1px solid #ddd;
  padding: 10px 6px;
  text-align: center;
}

.notice-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 13px;
}

.notice-table td.red {
  color: #e74c3c;
  font-weight: 600;
}

.notice-table td.green {
  color: #27ae60;
  font-weight: 600;
}

.notice-content {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-top: 6px;
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.notice-content.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.notice-footer {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.swal2-container .swal2-actions {
  gap: 10px;
}

.swal2-container .swal2-confirm,
.swal2-container .swal2-cancel,
.swal2-container .swal2-deny {
  padding: 6px 14px;
  font-size: 14px;
}

/* naver map related properties */
#map {
  height: 100dvh !important;
  width:100% !important;
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 1;
}

  .marker {
    position: relative;
    width: fit-content;
    height: auto;
    padding: 5px 8px;
    border: 1.5px solid var(--color-gray);
    font-size: 14.4px;
    font-weight: 500;
    border-radius: 50px;
    box-sizing: border-box;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    z-index: 4;
    box-shadow: 1px 2px 5px 0px #bdbdbda1;
    white-space: nowrap;
    /* color: #3D3D3D; */
    color: white;
    background-color: #727D73;
  }

  .marker::before {
    border-top: 5px solid var(--color-gray);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    filter: drop-shadow(3px 1px 3px #dbdbdba1);
  }

  .marker::after {
    border-top: 5px solid var(--color-gray);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .marker.smartshare {
    font-size: 15px;
    background-color: #53a427;
    color: white;
    border: 1.5px solid #387F39;
    z-index: 6;
  }

  .marker.smartshare::before {
    border-top: 5px solid #387F39;
    bottom: -5px;
    z-index: 3;
  }

  .marker.smartshare::after {
    border-top: 5px solid #387F39;
    bottom: -5px;
    z-index: 3;
  }

  /* .marker.smartshare.on-reserved {
  background-color: var(--color-orange);
  color: white;
  border: 1.5px solid var(--color-orange2);
}
.marker.smartshare.on-reserved::before {
  border-top: 5px solid var(--color-orange2);
  bottom: -5px;
}
.marker.smartshare.on-reserved::after {
  border-top: 5px solid var(--color-orange2);
  bottom: -5px;
} */

  .marker_clustering {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 13px;
    color: white;
    text-align: center;
    font-weight: bold;
  }

  .marker-disabled {
    width: 14px;
    height: 14px;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 4;
    background: var(--color-purple2);
    cursor: pointer;
    aspect-ratio: 1;
    outline-offset: 2px;
  }

  .location-button {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
  }

  .location-button>img {
    width: 20px;
    height: 20px;
  }

  .announcement-div {
    background: rgba(0, 0, 0, .5);
    padding: 3vw;
    font-size: 3.5vw;
    color: #ffffff;
    backdrop-filter: blur(4px);
    border-radius: 4px;
    text-align: center;
    margin-top: 18vh;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
  }

