@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) {
}.conv-item-list {
  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: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.conv-item-list > .conv-item {
  position: relative;
  display: block;
  margin: 0px 10px 20px 10px;
  width: calc(25% - 20px);
}
@media (max-width: 767px) {
  .conv-item-list > .conv-item {
    width: calc(33.3333% - 20px);
  }
}
.conv-item-list > .conv-item > .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 5px;
}
.conv-item-list > .conv-item > .text {
  font-size: 12px;
  color: #777777;
  text-align: center;
}
.space-detail-list {
  position: relative;
  display: block;
}
.space-detail-list > .space-detail-item {
  padding: 0px 0px;
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame {
  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: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item > .wrapper > .title-frame {
    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-list > .space-detail-item > .wrapper > .title-frame > .col-image {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-image > .featured-image-frame {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #f7f7f7;
  background-image: url('../../../img/placeholder.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-image > .featured-image-frame {
    width: 100%;
  }
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-image > .featured-image-frame > .featured-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-content {
  flex-grow: 1;
  width: 1px;
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-content {
    width: 100%;
  }
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-content .detail-name {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
  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-list > .space-detail-item > .wrapper > .title-frame > .col-content .detail-name .amount-label {
  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;
  font-size: 28px;
  color: #00947B;
  font-weight: bold;
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
  font-size: 22px;
  color: #000;
  margin-left: 2px;
  font-weight: normal;
}
.space-detail-list > .space-detail-item > .wrapper > .title-frame > .col-content .detail-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #474747;
}
.space-detail-list > .space-detail-item > .wrapper > .conv-frame {
  padding: 30px 20px 10px 20px;
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-top: 25px;
}
.space-detail-list > .space-detail-item > .wrapper > .conv-frame .conv-item-list > .conv-item {
  width: calc(20% - 20px);
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item > .wrapper > .conv-frame .conv-item-list > .conv-item {
    width: calc(33.3333% - 20px);
  }
}
.space-detail-list > .space-detail-item + .space-detail-item {
  border-top: 1px solid #00947B;
  margin-top: 40px;
  padding-top: 40px;
}
.space-detail-list > .space-detail-item.list-style .detail-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;
  font-size: 14px;
  color: #bfbfbf;
  margin-top: -3px;
}
.space-detail-list > .space-detail-item.list-style .detail-info-group > .divchar {
  margin: 0 5px;
  height: 10px;
  width: 1px;
  background-color: #bfbfbf;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame {
  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: 0px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-image {
  width: 140px;
  height: 140px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-image > .featured-image-frame {
  width: 140px;
  height: 140px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name {
  margin-bottom: 0px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label {
  font-size: 18px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
  font-size: 16px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .button-area .status-text {
  color: #777777;
  margin-right: 10px;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .button-area .status-text.text-danger {
  color: #c04242;
}
.space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .button-area .status-text.text-success {
  color: #1ACEBE;
}
@media (max-width: 767px) {
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame {
    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: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-image {
    width: 90px;
    height: 90px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-image > .featured-image-frame {
    width: 90px;
    height: 90px;
  }
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content {
    flex-grow: 1;
    width: 1px;
  }
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name {
    font-size: 16px;
    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-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label {
    font-size: 18px;
  }
  .space-detail-list > .space-detail-item.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
    font-size: 16px;
  }
}
.space-detail-list > .space-detail-item.list-style + .space-detail-item {
  border-top: 1px solid #f7f7f7;
  margin-top: 20px;
  padding-top: 20px;
}
.space-detail-item-004 {
  padding: 0px 0px;
}
.space-detail-item-004 > .wrapper > .title-frame {
  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-item-004 > .wrapper > .title-frame > .col-image {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-image > .featured-image-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  background-image: url('../../../img/placeholder.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-image > .featured-image-frame > .featured-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-content {
  flex-grow: 1;
  width: 100%;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-content .detail-name {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
  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-item-004 > .wrapper > .title-frame > .col-content .detail-name .amount-label {
  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;
  font-size: 28px;
  color: #00947B;
  font-weight: bold;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
  font-size: 22px;
  color: #000;
  margin-left: 2px;
  font-weight: normal;
}
.space-detail-item-004 > .wrapper > .title-frame > .col-content .detail-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #474747;
}
.space-detail-item-004 > .wrapper > .conv-frame {
  padding: 30px 20px 10px 20px;
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-top: 25px;
}
.space-detail-item-004 > .wrapper > .conv-frame .conv-item-list > .conv-item {
  width: calc(20% - 20px);
}
@media (max-width: 767px) {
  .space-detail-item-004 > .wrapper > .conv-frame .conv-item-list > .conv-item {
    width: calc(33.3333% - 20px);
  }
}
.space-detail-item-004 + .space-detail-item {
  border-top: 1px solid #00947B;
  margin-top: 40px;
  padding-top: 40px;
}
.space-detail-item-004.list-style .detail-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;
  font-size: 14px;
  color: #bfbfbf;
  margin-top: -3px;
}
.space-detail-item-004.list-style .detail-info-group > .divchar {
  margin: 0 5px;
  height: 10px;
  width: 1px;
  background-color: #bfbfbf;
}
.space-detail-item-004.list-style > .wrapper > .title-frame {
  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: 0px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-image {
  width: 140px;
  height: 140px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-image > .featured-image-frame {
  width: 140px;
  height: 140px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name {
  margin-bottom: 0px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label {
  font-size: 18px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
  font-size: 16px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .button-area .status-text {
  color: #777777;
  margin-right: 10px;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .button-area .status-text.text-danger {
  color: #c04242;
}
.space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .button-area .status-text.text-success {
  color: #1ACEBE;
}
@media (max-width: 767px) {
  .space-detail-item-004.list-style > .wrapper > .title-frame {
    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: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .space-detail-item-004.list-style > .wrapper > .title-frame > .col-image {
    width: 90px;
    height: 90px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .space-detail-item-004.list-style > .wrapper > .title-frame > .col-image > .featured-image-frame {
    width: 90px;
    height: 90px;
  }
  .space-detail-item-004.list-style > .wrapper > .title-frame > .col-content {
    flex-grow: 1;
    width: 1px;
  }
  .space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name {
    font-size: 16px;
    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-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label {
    font-size: 18px;
  }
  .space-detail-item-004.list-style > .wrapper > .title-frame > .col-content .detail-name .amount-label > .unit {
    font-size: 16px;
  }
}
.space-detail-item-004.list-style + .space-detail-item {
  border-top: 1px solid #f7f7f7;
  margin-top: 20px;
  padding-top: 20px;
}
