@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: 14px;
    padding: 15px 3px;
	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 */

/* [투어 이용 안내] - Start */
.notice-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 24px;
  background: #f6f8fb;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  box-sizing: border-box;
}

.notice-wrap .notice-box {
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 18px;
  padding: 34px 38px;
  margin-bottom: 28px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.notice-wrap .notice-box h3 {
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 3px solid #2aaee8;
  font-size: 30px;
  font-weight: 900;
  color: #111;
}

.notice-wrap .notice-sub {
  margin-top: 34px;
}

.notice-wrap .notice-sub:first-of-type {
  margin-top: 0;
}

.notice-wrap .notice-sub h4 {
  width: 100%;
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 18px;
  background: #eaf8ff;
  border-left: 6px solid #22aee2;
  border-radius: 8px;
  font-size: 21px;
  font-weight: 800;
  color: #0b6f9e;
}

.notice-wrap .notice-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-wrap .notice-box li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.5px;
}

.notice-wrap .notice-box li:last-child {
  margin-bottom: 0;
}

.notice-wrap .notice-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #22aee2;
  border-radius: 50%;
}

.notice-wrap .payment {
  border-top: 8px solid #2aaee8;
}

.notice-wrap .refund {
  border-top: 8px solid #ff7b54;
}

.notice-wrap .refund h3 {
  border-bottom-color: #ff7b54;
}

.notice-wrap .refund li::before {
  background: #ff7b54;
}

.notice-wrap .payment span {
  color: #777;
}

/* mobile */
@media (max-width: 860px) {
  .notice-wrap .notice-wrap {
    padding: 18px 12px;
  }

  .notice-wrap .notice-box {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .notice-wrap .notice-box h3 {
    font-size: 25px;
  }

  .notice-wrap .notice-sub h4 {
    font-size: 18px;
  }

  .notice-wrap .notice-box li {
    font-size: 15px;
    line-height: 1.6;
  }
}
/* [투어 이용 안내] - End */


/* [공연/디너쇼 예약안내] - Start */
.carera-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 48px 42px;
  background: #e5e5e5;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  color: #111;
}

.carera-wrap .carera-title {
  width: 520px;
  margin: 0 auto 24px;
  padding: 20px 15px;
  background: #777;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 8px;
  box-shadow: 6px 8px 0 rgba(0,0,0,0.18);
}

.carera-wrap .seat-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 126px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 8px 8px 0 rgba(0,0,0,0.35);
}

.carera-wrap .seat-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 36px;
  color: #fff;
  font-weight: 900;
  line-height: 1.05;
  box-sizing: border-box;
}

.carera-wrap .seat-name strong,
.carera-wrap .seat-name span {
  font-size: 34px;
  font-weight: 900;
}

.carera-wrap .seat-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -1px;
}

.carera-wrap .bronze .seat-name {
  background: #b9b719;
}

.carera-wrap .silver .seat-name {
  background: #80d0dc;
}

.carera-wrap .gold .seat-name {
  background: #ffd40a;
}

.carera-wrap .platinum .seat-name {
  background: #ef1f6a;
}

.carera-wrap .diamond {
  min-height: 280px;
}

.carera-wrap .diamond .seat-name {
  background: #4c2b87;
  color: #fff;
}

.carera-wrap .diamond .seat-info {
  font-size: 28px;
  line-height: 1.32;
}

/* mobile */
@media (max-width: 860px) {
  .carera-wrap .carera-wrap {
    padding: 14px 18px 35px;
  }

  .carera-wrap .carera-title {
    width: auto;
    max-width: 520px;
    font-size: 28px;
    padding: 17px 10px;
  }

  .carera-wrap .seat-card {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 18px;
    box-shadow: 5px 6px 0 rgba(0,0,0,0.3);
  }

  .carera-wrap .seat-name {
    padding: 18px 24px;
    text-align: center;
    align-items: center;
  }

  .carera-wrap .seat-name strong,
  .carera-wrap .seat-name span {
    font-size: 28px;
  }

  .carera-wrap .seat-info {
    padding: 22px 15px;
    font-size: 23px;
  }

  .carera-wrap .diamond {
    min-height: auto;
  }

  .carera-wrap .diamond .seat-info {
    font-size: 22px;
  }
}
/* [공연/디너쇼 예약안내] - End */

/* [괌돌핀크루즈] - Start */
.boat-time-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  color: #111;
  box-sizing: border-box;
}

.boat-time-wrap h3 {
	text-align: center;
}

.boat-time-wrap .boat-top {
  background: #eef7ff;
  text-align: center;
  padding: 28px 15px 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -1px;
}

.boat-time-wrap .boat-top b {
  font-weight: 900;
  text-decoration: underline;
}

.boat-time-wrap .boat-top span {
  font-size: 26px;
}

.boat-time-wrap .time-section {
  padding: 52px 0;
}

.boat-time-wrap .time-section h3 {
  position: relative;
  width: 390px;
  margin: 0 auto 48px;
  padding: 12px 10px;
  background: #2766e8;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.boat-time-wrap .time-section h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 48px solid #eee;
}

.boat-time-wrap .time-box {
  background: #eee;
  padding: 52px 30px 42px;
  text-align: center;
}

.boat-time-wrap .time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.boat-time-wrap .time-item {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -1px;
}

.boat-time-wrap .time-item p {
  margin: 0 0 4px;
}

.boat-time-wrap .time-item b {
  font-weight: 900;
}

.boat-time-wrap .time-item strong {
  display: block;
  margin-top: 6px;
  padding: 5px 8px;
  background: #1e5bbb;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}

.boat-time-wrap .time-item.afternoon {
  width: 48%;
  margin: 48px auto 0;
}

.boat-time-wrap .time-item.afternoon strong {
  background: #1c2fa0;
}

.boat-time-wrap .time-notice {
  margin: 0;
  padding: 5px 70px 15px;
  list-style: none;
}

.boat-time-wrap .time-notice li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: -1px;
}

.boat-time-wrap .time-notice li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

/* mobile */
@media (max-width: 860px) {
  .boat-time-wrap .boat-top {
    padding: 22px 12px;
    font-size: 22px;
  }

  .boat-time-wrap .boat-top span {
    font-size: 20px;
  }

  .boat-time-wrap .time-section {
    padding: 38px 18px 24px;
  }

  .boat-time-wrap .time-section h3 {
    width: 70%;
    font-size: 28px;
  }

  .boat-time-wrap .time-box {
    padding: 42px 16px 32px;
  }

  .boat-time-wrap .time-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .boat-time-wrap .time-item {
    font-size: 22px;
  }

  .boat-time-wrap .time-item strong {
    font-size: 20px;
  }

  .boat-time-wrap .time-item.afternoon {
    width: 100%;
    margin-top: 34px;
  }

  .boat-time-wrap .time-notice {
    padding: 5px 25px 35px;
  }

  .boat-time-wrap .time-notice li {
    font-size: 19px;
  }
}
/* [괌돌핀크루즈] - End */