@charset "UTF-8";
body {
  background-color: white;
  height: 100vh;
}

#app {
  position: absolute;
  width: 100%;
  max-width: 640px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  overflow-x: hidden;
  height: 100%;
  background-color: #f2f2f2;
}

.text-wrapper {
  padding: 0px 0 20px 0;
  text-align: center;
}

h2 {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 20px;
}

h3 {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 14px;
  margin-top: 6px;
}

header {
  width: 100%;
  height: 56px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rent_main_rt-wrapper {
  position: absolute;
  right: 8px;
}
header .button {
  padding: 8px;
}
button.button.nav {
  position: absolute;
  left: 8px;
}
button.button.close {
  position: absolute;
  left: 8px;
}
button.button.restore {
  position: absolute;
  right: 8px;
}

.myinfo-header {
  width: 100%;
  height: 56px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3c3f4b;
}

.myinfo-header .myinfo-title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
  margin: 0;
}

.main {
  background-image: url(../img/bg_main.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
  left: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

.main .main_txt-wrapper {
  width: 230px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .main_txt-wrapper h1 {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
}

.tent-list {
  padding: 0 0 60px 0;
}

.list-wrapper {
  padding: 0 16px;
}

.list-wrapper .list {
  margin: 10px 0;
}


.list-wrapper .tent-img img {
  min-height: 100%;
  min-width: 100%;
  max-height: 140px;
  border-radius: 16px 16px 0 0;
}

.list-wrapper .tent-txt {
  position: relative;
  padding: 20px 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.list-wrapper .card-wrapper {
  min-width: 320px;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.list-wrapper .card-wrapper .tent-img {
  width:100%;
}
.list-wrapper .card-wrapper .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 16px;
}

.list-wrapper .card-wrapper .detail li {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 12px;
  line-height: 16px;
}

.list-wrapper .card-wrapper .price {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #252525;
  font-size: 20px;
}

.myinfo {
  position: absolute;
  left: -100%;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0;
  transition: 0.25s;
  z-index: 10;
}

.myinfo .close,
.myinfo .restore,
.myinfo .myinfo-title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
}

.myinfo .reservation_information {
  width: 100%;
  padding: 56px 0 0 0;
  background-color: #3c3f4b;
  text-align: center;
}

.myinfo .reservation_information .blank {
  padding: 0 0 28px 0;
}

.myinfo .reservation_information .info_txt {
  margin-top: 44px;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #e7e7e7;
  font-size: 14px;
}

button.reservation {
  width: 230px;
  height: 38px;
  background: #7a7f95;
  border-radius: 19px;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  transition: 0.1s;
}
button.reservation.disable {
  opacity: 0.4;
}

button.reservation.mt30 {
  margin-top: 30px;
}
button.location_reserve_box {
  position: relative;
  width: 230px;
  height: 38px;
  border-radius: 19px;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.1s;
}

button.location_reserve_box::after {
  content: "";
  border-bottom: 1px solid white;
  width: 40%;
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
}

button.location {
  position: relative;
  width: 230px;
  height: 38px;
  border-radius: 19px;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.1s;
}

button.location::after {
  content: "";
  border-bottom: 1px solid white;
  width: 40%;
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
}

button.logout {
  position: relative;
  margin-top: 90px;
  padding: 0;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 16px;
}

button.logout::after {
  content: "";
  border-bottom: 1px solid #252525;
  width: 100%;
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  bottom: -4px;
}

.customer_service {
  height: 90%;
  padding: 82px 16px;
  background: white;
}

.info-wrapper li:nth-child(1) {
  margin-top: 28px;
}

.info-wrapper li:nth-child(2) {
  margin-top: 40px;
}

.info-wrapper .label {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 14px;
}

.info-wrapper .info_detail {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 16px;
}

.header-sub {
  width: 100%;
  height: 56px;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-sub .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 18px;
}

.header-sub .button {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.camp-list {
  padding: 10px 0 30px 0;
}
.camp-list h2 {
  padding: 10px 0 30px 0;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 20px;
  text-align: center;
}
.camp-list .list-wrapper {
  padding: 0 16px;
}

.camp-list .list-wrapper .list {
  margin: 10px 0;
}

.camp-list .list-wrapper .list.disable {
  opacity: 0.6;
}

.camp-list .list-wrapper .camp-txt {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.camp-list .list-wrapper .camp-txt .site {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.27);
  position: absolute;
  right: 8px;
  top: -30px;
}

.camp-list .list-wrapper .card-wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.camp-list .list-wrapper .card-wrapper.column {
  flex-direction: column;
}

.camp-list .list-wrapper .card-wrapper .camp-img.list01 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 187px;
  border-radius: 16px 16px 0 0;
}

.camp-list .list-wrapper .card-wrapper .camp-img.list01 img{
  height: 187px;
  width: 608px;
  border-radius: 16px 16px 0 0;
}
.camp-list .list-wrapper .card-wrapper .camp-img.list02 img{
  height: 187px;
  width: 608px;
  border-radius: 16px 16px 0 0;
}
.camp-list .list-wrapper .card-wrapper .camp-img.list02 {
  background-image: url(../img/camp_list02.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 187px;
  border-radius: 16px 16px 0 0;
}

.camp-list .list-wrapper .card-wrapper .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 16px;
}

.camp-list .list-wrapper .card-wrapper .sub {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 12px;
  margin-top: 5px;
  line-height: 18px;
  display: flex;
}

.camp-list .list-wrapper .card-wrapper .sub::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../img/ic_map.svg);
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.camp-list .list-wrapper .card-wrapper .divide {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  margin: 10px 0;
}

.camp_info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}

.camp_info-wrapper li {
  padding: 3px;
}

.camp_info-wrapper li p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 12px;
  line-height: 16px;
  background-color: #e7e7e7;
  display: inline-block;
  padding: 5px;
  border-radius: 6px;
}

.date-wrapper {
  padding: 20px 16px 50px 16px;
}

.date-wrapper .day {
  padding: 14px 0 30px 0;
  display: flex;
  justify-content: center;
}

.date-wrapper .day span {
  width: 10%;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}

.date-wrapper .day .start,
.date-wrapper .day .end {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.date-wrapper .day .start p.day-txt,
.date-wrapper .day .end p.day-txt {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 14px;
  margin-bottom: 8px;
}

.date-wrapper .day .start p.form-txt,
.date-wrapper .day .end p.form-txt {
  margin: 0;
}

.date-wrapper .day .form {
  width: 100%;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: solid 1px #979797;
}

.date-wrapper .day .form .form-txt {
  color: #3c3f4b;
}

.date-wrapper .day .form.active {
  background: #3c3f4b;
  border: none;
  color: white;
}

.date-wrapper .day .form.active .form-txt {
  color: white;
}

h1.date-txt, h1.place-txt {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 20px;
}
.place-notice {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 14px;
  padding: 0 0 20px 16px;
}

.button.reserve {
  width: 100%;
}

.button.etc {
  width: 100%;
  height: 40px;
  background: white;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button.etc p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 16px;
}

.place-img {
  width: 50%;
}

.place-img img {
  min-width: 100%;
  vertical-align: top;
  border: 0px none;
  max-height: 100%;
  height: 140px;
  border-radius: 16px 0 0 16px;
}

.place-img.wait img {
  height: 180px;
}

.place-txt {
  padding: 12px 0;
  padding-left: 16px;
  width: 45%;
  height: 100%;
  position: relative;
}

.card-wrapper_row {
  width: 100%;
  height: 150px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
}

.card-wrapper_row.wait {
  height: 180px;
}

.card-wrapper_row .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 16px;
  margin-bottom: 6px;
}

.card-wrapper_row .detail {
  margin-bottom: 10px;
}

.card-wrapper_row .detail li {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 12px;
  line-height: 16px;
}

.card-wrapper_row .price {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #252525;
  font-size: 20px;
  position: absolute;
  bottom: 14px;
}

.card-wrapper_row .price_sub {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #252525;
  font-size: 14px;
  margin-top: 10px;
}

.card-wrapper_row .price.wait {
  bottom: 55px;
}

.bedge {
  display: flex;
  justify-content: center;
  border-radius: 6px;
  width: 60%;
}

.bedge.available {
  background-color: #4a90e2;
}

.bedge.available p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 6px 8px;
}

.bedge.wait {
  background-color: #f5a623;
}

.bedge.wait p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 6px 8px;
}

.bedge.complete {
  background-color: #c7c7c7;
}

.bedge.complete p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 6px 8px;
}

.bedge.booking {
  background-color: #6df123;
}

.bedge.booking p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 6px 8px;
}

.progress-wrapper {
  position: absolute;
  bottom: 14px;
  width: 80%;
}

.progress-wrapper .bg {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
}

.progress-wrapper .bg .timeline {
  position: absolute;
  border-radius: 2px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #2e92ff;
  animation: timeline_start 7200s;
}

.progress-wrapper .last_time {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 12px;
  text-align: right;
  padding-top: 4px;
}

.button.reserv_close {
  padding: 16px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.my_reserve_confirm {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.my_reserve_body {
  padding: 40px 0;
}

.my_reserve_body .my_reserve_list {
  margin-bottom: 20px;
  padding: 0 16px;
}

.my_reserve_body .my_reserve_list .label {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 14px;
}

.my_reserve_body .my_reserve_list .info {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 16px;
  margin-top: 4px;
}

.my_reserve_body .my_reserve_list .info.bold {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #ff3616;
  font-size: 14px;
  margin-top: 4px;
}

.my_reserve_body .my_progress-wrapper {
  position: relative;
  bottom: 10px;
  width: 100%;
  padding: 16px;
}

.my_reserve_body .my_progress-wrapper .bg {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
}

.my_reserve_body .my_progress-wrapper .bg .timeline {
  position: absolute;
  border-radius: 2px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #2e92ff;
  animation: timeline_start 7200s;
}

.my_reserve_body .my_progress-wrapper .last_time {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 12px;
  text-align: right;
  padding-top: 4px;
}

.my_info-wrapper {
  background-color: rgba(72, 76, 83, 0.07);
  padding: 10px 16px;
  margin-bottom: 40px;
}

.my_info-wrapper .my_info_txt {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 14px;
  line-height: 20px;
  width: 84%;
}

.my_info-wrapper .my_gear_title_txt {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 30px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.my_total-wrapper {
  padding: 0 16px;
  margin-bottom: 20px;
}

.my_total-wrapper .total_label {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 14px;
}

.my_total-wrapper .total_amount {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 32px;
  margin-top: 10px;
}

.reserve_cancel_btn {
  width: 300px;
  height: 50px;
  background-color: #3c3f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: white;
  margin: 0 auto;
  cursor: pointer;
}

@keyframes timeline_start {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reserve_box_info {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #e7e7e7;
  font-size: 16px;
  margin-top: 10px;
}

.reserve_box_info.pick {
  font-weight: 800;
  color: #e7e7e7;
  font-size: 20px;
  margin-top: 0;
}

.reserve_box_swiper {
  margin: 20px 0;
}

.swiper-container.h600 {
  heigth:600px;
}

.reserve_box_img {
  margin-top: 40px;
}

.reserve_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  background: white;
}

.reserve_item .info_txt {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 14px;
  margin-top: 40px;
}

.reservation.line {
  width: 300px;
  height: 50px;
  border: 1px solid #3c3f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: white;
  color: #3c3f4b;
  margin-top: 30px;
}

.reserve_box.divider {
  width: 100%;
  height: 1px;
  background-color: #a5aab3;
  margin-top: 20px;
}

.reserve_box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 70px 0;
}

.location_items {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 70px 16px;
}

.location_items li {
  width: 40px;
  height: 40px;
  border: 1px solid #3c3f4b;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.tent-txt .divider {
  margin-top: 0px;
  margin-bottom: 20px;
}
.card-wrapper .site {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.27);
  position: absolute;
  right: 8px;
  top: -30px;
}
.card-wrapper .shop {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.27);
  position: absolute;
  right: 78px;
  top: -30px;
}
.card-wrapper .product {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: white;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.27);
  position: absolute;
  right: 148px;
  top: -30px;
}


.notice-container {
  position: absolute;
  right: -100%;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0;
  transition: 0.25s;
  z-index: 10;
}

.notice-container .close,
.notice-container .restore,
.notice-container .notice-container-title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
}

.notice-container .reservation_information {
  width: 100%;
  padding: 56px 0 0 0;
  background-color: #3c3f4b;
  text-align: center;
}

.notice-container .reservation_information .blank {
  padding: 0 0 28px 0;
}

.notice-container .reservation_information .info_txt {
  margin-top: 44px;
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #e7e7e7;
  font-size: 14px;
}

.my_info-wrapper-line {
  background-color: rgba(72, 76, 83, 0.07);
  padding: 7px 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gear_camp_reserve_btn {
  width: 300px;
  height: 50px;
  background-color: #3c3f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: white;
  margin: 0 auto;
  cursor: pointer;
}

.use-btn {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 640px;
    bottom: 10px;
    z-index: 999;
}
a.button.use {
    position: relative;
	left: 12px;
    width: 78px;
    height: 78px;
}