@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.main-section {
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .main-section {
    padding: 20px 0px;
  }
}
.featured-image-slider {
  position: relative;
  display: block;
  overflow: visible;
  --pb-space-featured-image-slider-font-color: white;
  --pb-space-featured-image-slider-hastags-color: #8d8d8d;
}
.featured-image-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .featured-image-slider .swiper-slide {
    height: 300px;
  }
}
.featured-image-slider .title-group {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  padding: 20px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(1, 0, 0, 0) 100%);
  padding-top: 100px;
  z-index: 2;
}
.featured-image-slider .title-group .space-name,
.featured-image-slider .title-group .desc {
  color: var(--pb-space-featured-image-slider-font-color);
}
.featured-image-slider .title-group .space-name {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .featured-image-slider .title-group .space-name {
    font-size: 20px;
  }
}
.featured-image-slider .title-group .desc {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin-bottom: 16px;
}
.featured-image-slider .title-group .hashtags {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-image-slider .title-group .hashtags > span {
  min-width: 44px;
  padding: 2px 9px;
  border-radius: 15px;
  border: solid 1px var(--pb-space-featured-image-slider-hastags-color);
  margin-right: 4px;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  color: var(--pb-space-featured-image-slider-hastags-color);
  vertical-align: middle;
}
.main-title-001 {
  margin-bottom: 14px;
}
.main-title-001 .subject {
  margin: 0px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 17px;
}
.main-title-001 .subject > b {
  color: #00947B;
  font-weight: bold;
}
.review-section {
  position: relative;
  display: block;
  background-color: #f7f7f7;
}
.review-section .main-title-001 .avg-score {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #8a8a8f;
}
.review-section .main-title-001 .avg-score > .icon {
  width: 13px;
  height: 13px;
}
.review-section .review-slider {
  overflow: visible;
  padding: 0px 0px 10px 0px;
}
.review-section .review-slider .swiper-slide {
  width: 260px;
  overflow: visible;
}
.review-section .review-slider .swiper-slide > .space-review-item {
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
}
.review-section .review-slider .swiper-slide > .space-review-item > .col-content > .text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review-section .review-slider .swiper-pagination {
  position: relative;
  bottom: auto;
}
.space-detail-section {
  background-color: #f7f7f7;
  padding-top: 0px;
}
.space-detail-section .space-detail-tab {
  margin-bottom: 0px;
}
.space-detail-section .space-detail-tab .panel-title > a {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-left {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-left .radiobox {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: solid 1px #bbb;
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09) 77%);
  border-radius: 15px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-left .radiobox:before {
  position: relative;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #00947B;
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.3s;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-right {
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-right > .unit {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  margin-right: 5px;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-right > .fee-group {
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-right > .fee-group > .fee {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #00947B;
}
.space-detail-section .space-detail-tab .panel-title > a > .col-right > .fee-group > .unit {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}
.space-detail-section .space-detail-tab .panel-title > a.actived .radiobox:before {
  opacity: 1;
}
.tab-group-section {
  position: relative;
  display: block;
}
.tab-group-section .tab-group-navbar-slider-wrapper {
  position: relative;
  display: block;
  height: 40px;
}
.tab-group-section .tab-group-navbar-slider-wrapper > .tab-group-navbar-slider-group {
  position: relative;
  display: block;
  border-top: 1px solid #efeff4;
  border-bottom: 1px solid #efeff4;
  overflow: hidden;
  background-color: white;
}
.tab-group-section .tab-group-navbar-slider-wrapper.fixed > .tab-group-navbar-slider-group {
  z-index: 1030;
  position: fixed;
  left: 0px;
  width: 100%;
  top: var(--pb-header-height);
}
@media (max-width: 767px) {
  .tab-group-section .tab-group-navbar-slider-wrapper.fixed > .tab-group-navbar-slider-group {
    top: var(--pb-header-height-xs);
  }
}
.tab-group-section .tab-group-navbar-slider {
  overflow: visible;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide {
  position: relative;
  display: block;
  width: 110px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #8a8a8f;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #00947B;
  opacity: 0;
  transition: opacity 0.3s;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide > .badge {
  background-color: #00947B;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 3px;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide.actived {
  color: #000;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide.actived:after {
  opacity: 1;
}
.tab-group-section .tab-group-navbar-slider .swiper-slide:hover:after {
  opacity: 0.2;
}
.tab-group-section .detail-section {
  padding: 40px 15px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
}
.tab-group-section .detail-section .section-title {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
.tab-group-section .detail-hr {
  height: 20px;
  background-color: black;
}
.tab-group-section .detail-section.store-section {
  padding: 0px;
}
.tab-group-section .detail-section.store-section .maps {
  height: 350px;
}
@media (max-width: 767px) {
  .tab-group-section .detail-section.store-section .maps {
    height: 250px;
  }
}
.tab-group-section .detail-section.store-section .maps .board-maps-label {
  position: relative;
  border-radius: 5px;
  background-color: #00947B;
  padding: 3px 10px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: white;
  cursor: default;
  transition: background-color 0.3s, color 0.3s;
}
.tab-group-section .detail-section.store-section .maps .board-maps-label:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #00947B;
  border-width: 10px;
  margin-left: -10px;
  transition: border-color 0.3s;
}
.tab-group-section .detail-section.store-section .store-info-group {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0px;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-left {
  flex-grow: 1;
  margin-right: 20px;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-left > .store-name {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 6px;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-left > .addr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #8a8a8f;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-right {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-right > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #00947B;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-right > a > .icon {
  position: relative;
  display: block;
  width: auto;
  height: 18px;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-right > a > .text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  color: #00947B;
}
.tab-group-section .detail-section.store-section .store-info-group > .col-right > a + a {
  margin-left: 5px;
}
.tab-group-section .detail-section.qna-section {
  background-color: #f7f7f7;
}
.tab-group-section .detail-section.qna-section .section-title {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tab-group-section .detail-section.qna-section .section-title > .badge {
  margin-left: 7px;
  background-color: #00947B;
}
.tab-group-section .detail-section.qna-section .comment-write-group .flexbox .form-control {
  min-height: 100px;
  max-height: 300px;
  resize: vertical;
}
.tab-group-section .detail-section.qna-section .comment-write-group .flexbox .comment-submit-btn {
  min-width: 150px;
}
@media (max-width: 767px) {
  .tab-group-section .detail-section.qna-section .comment-write-group .flexbox {
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab-group-section .detail-section.qna-section .comment-write-group .flexbox .flexitem,
  .tab-group-section .detail-section.qna-section .comment-write-group .flexbox .comment-submit-btn {
    width: 100%;
  }
  .tab-group-section .detail-section.qna-section .comment-write-group .flexbox .comment-submit-btn {
    margin-top: 7px;
    margin-left: 0px;
  }
}
.space-detail-section .detail-body > .panel-body {
  padding: 20px 10%;
}
@media (max-width: 767px) {
  .space-detail-section .detail-body > .panel-body {
    padding: 10px 20px;
  }
}
.space-detail-section .detail-body .featured-image-frame {
  position: relative;
  display: block;
  background-color: #efefef;
  margin-bottom: 20px;
  overflow: hidden;
  height: 300px;
}
@media (max-width: 767px) {
  .space-detail-section .detail-body .featured-image-frame {
    height: 190px;
  }
}
.space-detail-section .detail-body .featured-image-frame .featured-image {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .space-detail-section .detail-body .featured-image-frame .featured-image {
    height: 190px;
  }
}
.space-detail-section .detail-body .detail-name,
.space-detail-section .detail-body .detail-subject {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-top: 0px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .detail-body .detail-name > .extra,
.space-detail-section .detail-body .detail-subject > .extra {
  color: #777777;
  font-weight: normal;
}
.space-detail-section .detail-body .detail-name > .extra.imp,
.space-detail-section .detail-body .detail-subject > .extra.imp {
  color: #00947B;
  font-weight: bold;
}
.space-detail-section .detail-body .detail-name.block-style,
.space-detail-section .detail-body .detail-subject.block-style {
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .detail-body .detail-name.block-style > .extra,
.space-detail-section .detail-body .detail-subject.block-style > .extra {
  margin-top: 3px;
}
.space-detail-section .detail-body .detail-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #474747;
}
.space-detail-section .detail-body .reserve-type-selector .radio-group > .inner > .text {
  margin-left: 0px;
}
.space-detail-section .detail-body .reserve-type-selector .radio-group > .extra {
  font-size: 13px;
  color: #777777;
  white-space: nowrap;
}
.space-detail-section .detail-body .reserve-datepicker {
  --pb-calendar-font-size: 12px;
  --pb-calendar-heading-font-size: 14px;
  --pb-calendar-heading-padding: 11px 8px;
  --pb-calendar-col-inner-padding: 8px 5px;
}
.space-detail-section .detail-body hr {
  border-color: #00947B;
}
.space-detail-section .detail-body .detail-plan-select-label {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.space-detail-section .detail-body .detail-plan-select-label > .subject {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin-right: 7px;
  flex-grow: 1;
  width: 1px;
}
.space-detail-section .detail-body .detail-plan-select-label > .amount {
  font-size: 22px;
  font-weight: bold;
  color: #00947B;
  margin-right: 7px;
}
.space-detail-section .detail-body .detail-plan-select-label > .unit {
  font-size: 16px;
}
.space-detail-section .detail-body .detail-plan-select-button {
  max-width: 440px;
  margin: 0 auto;
}
.selected-reserve-list {
  position: relative;
  display: block;
}
.selected-reserve-list > .selected-reserve-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.selected-reserve-list > .selected-reserve-item > .wrapper {
  position: relative;
  display: block;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .left-frame {
  flex-grow: 1;
  width: 1px;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .left-frame .detail-name-group {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3px;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .left-frame .detail-name-group > .detail-name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  font-size: 16px;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .left-frame .detail-name-group > .plan-ctg {
  font-size: 14px;
  color: #00947B;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .left-frame > .reserve-info {
  position: relative;
  display: block;
  font-size: 12px;
  color: #bfbfbf;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .right-frame > .amount {
  font-size: 14px;
  font-weight: 300;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .right-frame > .amount > b {
  font-size: 20px;
  font-weight: bold;
  color: #00947B;
  margin-right: 2px;
}
.selected-reserve-list > .selected-reserve-item > .wrapper > .delete-button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../../../img/icon-close.svg');
  margin-left: 15px;
}
.selected-reserve-list > .selected-reserve-item + .selected-reserve-item {
  margin-top: 4px;
}
