@charset "utf-8";

/* [패러세일링 안내] - Start */
.parasailing-wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  color: #111;
  word-break: keep-all;
}

.parasailing-wrap .title {
  width: 100%;
  background: #4b8be8;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 18px 0;
  margin-bottom: 30px;
}

.parasailing-wrap .main-text {
  font-size: 36px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 30px;
}

.parasailing-wrap .main-text strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  margin-top: 8px;
}

.parasailing-wrap .time-box {
  display: inline-block;
  background: #a9c8ff;
  border-radius: 35px;
  padding: 20px 85px;
  margin-bottom: 30px;
}

.parasailing-wrap .time-box .time {
  font-size: 34px;
  font-weight: 900;
}

.parasailing-wrap .time-box .ride {
  font-size: 24px;
  font-weight: 700;
  color: #315589;
  margin-top: 8px;
}

.parasailing-wrap .desc {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 30px;
}

.parasailing-wrap .notice {
  display: inline-block;
  background: #ffa900;
  color: #0076d7;
  font-size: 30px;
  font-weight: 900;
  padding: 13px 45px;
  border-radius: 6px;
}

@media (max-width: 860px) {

  .parasailing-wrap {
    padding: 0 20px;
  }

  .parasailing-wrap .title {
    font-size: 7vw;
    padding: 16px 10px;
    margin-bottom: 24px;
  }

  .parasailing-wrap .main-text {
    font-size: 4vw;
    margin-bottom: 24px;
  }

  .parasailing-wrap .main-text strong {
    font-size: 6vw;
    margin-top: 10px;
  }

  .parasailing-wrap .time-box {
    width: 100%;
    padding: 18px 20px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .parasailing-wrap .time-box .time {
    font-size: 5.5vw;
  }

  .parasailing-wrap .time-box .ride {
    font-size: 4vw;
    margin-top: 6px;
  }

  .parasailing-wrap .desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .parasailing-wrap .notice {
    width: 100%;
    font-size: 4vw;
    padding: 14px 15px;
    box-sizing: border-box;
  }
}
/* [패러세일링 안내] - Start */

/* [액티비티 픽업 안내] - Start */
.pickup-time-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    color: #07164a;
	word-break: keep-all;
}

.pickup-time-wrap h1 {
  margin: 0 0 35px;
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -3px;
  color: #06165a;
}

.pickup-time-wrap h1 span {
  margin-left: 20px;
  font-size: 48px;
  font-weight: 800;
}

.pickup-time-wrap .pickup-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #b8c2df;
  border-radius: 12px;
  table-layout: fixed;
}

.pickup-time-wrap .pickup-table th {
  background: #06165a;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  padding: 20px 10px;
  border-right: 1px solid #9aa6c8;
  text-align: center;
}

.pickup-time-wrap .pickup-table th:first-child {
  width: 50%;
}

.pickup-time-wrap .pickup-table th:nth-child(2),
.pickup-time-wrap .pickup-table th:nth-child(3) {
  width: 25%;
}

.pickup-time-wrap .pickup-table th:last-child {
  border-right: 0;
}

.pickup-time-wrap .pickup-table td {
  padding: 20px 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #02091f;
  border-top: 1px solid #b8c2df;
  border-right: 1px solid #b8c2df;
  background: #fff;
}

.pickup-time-wrap .pickup-table td:last-child {
  border-right: 0;
}

.pickup-time-wrap .pickup-table tr:nth-child(even) td {
  background: #f7f9ff;
}

.pickup-time-wrap .notice {
  margin: 10px 0 50px;
}

.pickup-time-wrap .notice p {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: red !important;
  border-bottom: 1px dashed #b7b7b7;
}

.pickup-time-wrap .notice p:last-child {
  border-bottom: 0;
}

@media (max-width: 860px) {
  .pickup-time-wrap {
    width: 100%;
    padding: 35px 15px;
  }

  .pickup-time-wrap h1 {
    font-size: 32px;
  }

  .pickup-time-wrap h1 span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 34px;
  }

  .pickup-time-wrap .pickup-table th,
  .pickup-time-wrap .pickup-table td {
    font-size: 16px;
    padding: 16px 6px;
	text-align: center;
  }

  .pickup-time-wrap .notice {
    padding: 0 10px;
  }

  .pickup-time-wrap .notice p {
    font-size: 16px;
  }
}
/* [액티비티 픽업 안내] - End */

/* [액티비티 가격 안내] - Start */
.activity-price-wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans KR", Arial, sans-serif;
  color: #333;
}

.activity-price-wrap .price-title {
  background: #d9f7ff;
  padding: 25px 0;
  font-size: 34px;
  font-weight: 900;
  border: 1px solid #ccc;
  border-bottom: none;
}

.activity-price-wrap .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.activity-price-wrap .price-table th {
  background: #e5e5e5;
  font-size: 28px;
  padding: 18px 10px;
  font-weight: 700;
}

.activity-price-wrap .price-table th:first-child,
.activity-price-wrap .price-table td:first-child {
  width: 66%;
  border-right: 1px solid #999;
}

.activity-price-wrap .price-table td {
  padding: 28px 10px;
  font-size: 32px;
  border-top: 1px solid #aaa;
}

.activity-price-wrap .price-table td strong {
  font-size: 30px;
  font-weight: 900;
}

.activity-price-wrap .price-table td span {
  font-size: 24px;
}

.activity-price-wrap .price-table .price {
  font-size: 30px;
  font-weight: 900;
}

.activity-price-wrap .info {
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.activity-price-wrap .info p {
  margin: 6px 0;
}

.activity-price-wrap .info strong {
  color: #008ee8;
  word-break: keep-all;
}

@media (max-width: 860px) {

  .activity-price-wrap {
    width: 100%;
    padding: 0 15px;
  }

  .activity-price-wrap .price-title {
    font-size: 32px;
    padding: 18px 0;
  }

  .activity-price-wrap .price-table th {
    font-size: 20px;
    padding: 14px 8px;
  }

  .activity-price-wrap .price-table td {
    font-size: 22px;
    padding: 20px 8px;
  }

  .activity-price-wrap .price-table td strong {
    display: block;
    font-size: 26px;
    line-height: 1.4;
  }

  .activity-price-wrap .price-table td span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .activity-price-wrap .price-table .price {
    font-size: 32px;
  }

  .activity-price-wrap .info {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
  }

}

.massage-price-wrap .price-table th,
.massage-price-wrap .price-table td {
	width: 33.33% !important;
}


.massage-price-wrap .price-table th:nth-child(2),
.massage-price-wrap .price-table td:nth-child(2) {
  border-right: 1px solid #999;
}
/* [액티비티 가격 안내] - End */


/* [이색체험 안내] - Start */
.category70-wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  color: #111;
  word-break: keep-all;
}

.category70-wrap .title {
  width: 100%;
  background: #4b8be8;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 18px 0;
  margin-bottom: 30px;
}

.category70-wrap .main-text {
  font-size: 32px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 30px;
}

.category70-wrap .main-text strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  margin-top: 8px;
}

.category70-wrap .time-box {
  display: inline-block;
  background: #a9c8ff;
  border-radius: 35px;
  padding: 20px 85px;
  margin-bottom: 30px;
}

.category70-wrap .time-box .time {
  font-size: 24px;
  font-weight: 900;
}

.category70-wrap .time-box .ride {
  font-size: 24px;
  font-weight: 700;
  color: #315589;
  margin-top: 8px;
}

.category70-wrap .desc {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 30px;
}

.category70-wrap .notice {
  display: inline-block;
  background: #ffa900;
  color: #0076d7;
  font-size: 25px;
  font-weight: 900;
  padding: 13px 45px;
  border-radius: 6px;
}

@media (max-width: 860px) {

  .category70-wrap {
    padding: 0 20px;
  }

  .parasailing-wrap .title {
    font-size: 7vw;
    padding: 16px 10px;
    margin-bottom: 24px;
  }

  .category70-wrap .main-text {
    font-size: 4vw;
    margin-bottom: 24px;
  }

  .category70-wrap .main-text strong {
    font-size: 6vw;
    margin-top: 10px;
  }

  .category70-wrap .time-box {
    width: 100%;
    padding: 18px 20px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .category70-wrap .time-box .time {
    font-size: 5.5vw;
  }

  .category70-wrap .time-box .ride {
    font-size: 4vw;
    margin-top: 6px;
  }

  .category70-wrap .desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .category70-wrap .notice {
    width: 100%;
    font-size: 4vw;
    padding: 14px 15px;
    box-sizing: border-box;
  }
}

.category70-info-box {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #f4f3f3;
  box-sizing: border-box;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #111;
}

.category70-info-box .info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
  color: #777;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
}

.category70-info-box .info-icon {
  width: 58px;
  height: 58px;
  border: 6px solid #777;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.category70-info-box .info-list {
  margin: 0;
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -1.3px;
  font-weight: 500;
  list-style-type: disc;   /* 원형 점 */
}

.category70-info-box .info-list li {
  margin-bottom: 8px;
  list-style-position: outside;
}

.category70-info-box .info-list strong {
  font-weight: 800;
}

.category70-info-box .info-list p {
  margin: 2px 0 0;
}

@media (max-width: 860px) {
  .category70-info-box {
    width: 100%;
    padding: 7vw 7vw;
  }

  .category70-info-box .info-title {
    font-size: 8vw;
    margin-bottom: 5vw;
    gap: 1.5vw;
  }

  .category70-info-box .info-icon {
    width: 9vw;
    height: 9vw;
    border-width: 0.8vw;
    font-size: 6.5vw;
  }

  .category70-info-box .info-list {
    padding-left: 5vw;
    font-size: 4vw;
    line-height: 1.65;
    letter-spacing: -0.5px;
  }

  .category70-info-box .info-list li {
    margin-bottom: 1vw;
  }
}
/* [이색체험 안내] - End */

/* [이색체험 - 사격 - 가격안내] - Start */
.gun-price-wrap{
  max-width:860px;
  margin:0 auto;
  font-family:'Noto Sans KR', sans-serif;
  color:#333;
  background:#fff;
  box-sizing:border-box;
}

.gun-price-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:3px solid #159bd3;
  border-radius:22px;
  overflow:hidden;
  text-align:center;
  background:#fff;
}

.gun-price-title{
  background:#138fd0;
  color:#fff;
  font-size:30px;
  font-weight:800;
  padding:13px 10px;
  letter-spacing:-1px;
}

.gun-price-table table{
  width:100%;
  border-collapse:collapse;
}

.gun-price-table th,
.gun-price-table td{
  border:1px solid #999;
  padding:18px 10px;
  font-size:28px;
  font-weight:700;
}

.gun-price-table th{
  color:#168ccd;
  background:#fff;
}

.gun-price-table th:first-child{
  color:#333;
}

.gun-price-table td:first-child{
  color:#444;
}

.gun-price-table .reserve{
  color:#f01818;
}

.gun-price-table .pay{
  color:#000;
}

.gun-info{
  text-align:center;
  font-size:25px;
  line-height:1.7;
  margin:38px 0 28px;
  letter-spacing:-1px;
}

.gun-info .blue{
  color:#149bd7;
  font-weight:800;
}

.gun-provide{
  position:relative;
  background:#058bcc;
  color:#fff;
  text-align:center;
  padding:32px 20px 28px;
  margin-top:45px;
}

.gun-provide:before{
  content:"";
  position:absolute;
  top:-24px;
  left:50%;
  transform:translateX(-50%);
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-bottom:24px solid #058bcc;
}

.gun-provide h3{
  margin:0 0 18px;
  font-size:33px;
  font-weight:900;
}

.gun-provide p{
  margin:6px 0;
  font-size:25px;
  line-height:1.45;
  font-weight:500;
  color: #fff !important;
}

@media (max-width:860px){
  .gun-price-wrap{
    padding:22px 12px 35px;
  }

  .gun-price-title{
    font-size:6vw;
  }

  .gun-price-table th,
  .gun-price-table td{
    font-size:4.3vw;
    padding:14px 5px;
  }

  .gun-info{
    font-size:4vw;
    margin:30px 0 24px;
  }

  .gun-provide h3{
    font-size:5.3vw;
  }

  .gun-provide p{
    font-size:4vw;
  }
}
/* [이색체험 - 사격 - 가격안내] - End */

/* [공연디너쇼 - 시간안내] - Start */
.business-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #f8f8f4;
  font-family: 'Noto Sans KR', sans-serif;
  color: #222;
}

.business-wrap .business-header {
  background: #22aee2;
  padding: 30px;
  text-align: center;
}

.business-wrap .business-header .sub-title {
  display: inline-block;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.business-wrap .business-header .main-title {
  color: #222;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.business-wrap .business-content {
  padding: 30px;
}

.business-wrap .time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-wrap .time-list li {
  position: relative;
  margin-bottom: 28px;
  padding-left: 55px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -2px;
}

.business-wrap .time-list li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: #222;
  border-radius: 50%;
}

.business-wrap .time-list strong {
  font-weight: 500;
}

.business-wrap .red-notice {
  margin: 10px 0 28px;
  color: #e6503f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -2px;
}

/* mobile */
@media (max-width: 860px) {
  .business-wrap .business-header {
    padding: 38px 15px 34px;
  }

  .business-wrap .business-header .sub-title {
    font-size: 34px;
    text-shadow:
      -3px -3px 0 #222,
       3px -3px 0 #222,
      -3px  3px 0 #222,
       3px  3px 0 #222,
       6px  6px 0 #222;
  }

  .business-wrap .business-header .main-title {
    font-size: 52px;
    letter-spacing: -3px;
    text-shadow:
      -3px -3px 0 #fff,
       3px -3px 0 #fff,
      -3px  3px 0 #fff,
       3px  3px 0 #fff,
       6px  6px 0 #fff;
  }

  .business-wrap .business-content {
    padding: 45px 25px 55px;
  }

  .business-wrap .time-list li {
    padding-left: 35px;
    font-size: 27px;
    margin-bottom: 22px;
  }

  .business-wrap .time-list li::before {
    left: 2px;
    top: 13px;
    width: 13px;
    height: 13px;
  }

  .business-wrap .red-notice {
    font-size: 23px;
    line-height: 1.55;
    letter-spacing: -1px;
  }
}
/* [공연디너쇼 - 시간안내] - End */

/* [고객 이용 절차] - Start */
.customer-step-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
}

.customer-step-wrap .checkin-title {
  background: #c9f4e8;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 15px;
  margin: 50px 0 30px;
}

.customer-step-wrap .checkin-photo-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.customer-step-wrap .checkin-photo-list img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-step-wrap .checkin-desc {
  padding: 28px 20px 34px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -1px;
}

/* mobile */
@media (max-width: 860px) {
  .customer-step-wrap .checkin-title {
    font-size: 26px;
    padding: 7px 10px;
    margin-bottom: 28px;
  }

  .customer-step-wrap .checkin-desc {
    font-size: 18px;
    padding: 22px 15px 28px;
  }
}
/* [고객 이용 절차] - Start */