.objHeading_h2 {
  margin-top: 6rem;
  font-family: sm;
  font-size: 3rem !important;
  line-height: 1.2;
  color: #000;
}

.objHeading_h2.no-margin,
.objHeading_h3.no-margin,
.objHeading_h4.no-margin,
.objHeading_h5.no-margin {
  margin-top: 0;
}

.no-margin .objHeading_h2,
.no-margin .objHeading_h3,
.no-margin .objHeading_h4,
.no-margin .objHeading_h5 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .objHeading_h2 {
    font-size: 2.8rem;
  }
}

.con-desc {
  font-family: pr;
  font-size: 1.8rem;
  color: #444444;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .con-desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.con-list1 > ul > li {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.8rem;
  font-family: pr;
  font-size: 1.8rem;
  color: #444;
  line-height: 2.5rem;
}

.con-list1 > ul > li:first-child {
  margin-top: 0;
}

.con-list1 > ul > li::after {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: .9rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #666;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .con-list1 > ul > li {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .con-list1 > ul > li::after {
    top: 0.9rem;
  }
}

.down-list {
  position: relative;
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
}

.down-list .frame {
  padding: 2rem 0;
}

.down-list ul {
  display: flex;
  flex-wrap: wrap;
}

.down-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 3rem);
  margin-left: 3rem;
  padding: 1rem 3rem 1.5rem 0;
  border: 0;
  font-family: psb;
  font-size: 2rem;
  color: #333;
}

.down-list ul li:hover {
  color: #006FC6;
}

.down-list ul li:nth-child(odd) {
  border-right: 0.1rem solid #ccc;
}

.down-list ul li strong {
  position: relative;
  padding-left: 1.8rem;
  word-break: break-all !important;
}

.down-list ul li strong::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.1rem;
  top: 1.1rem;
  background: #666;
  transform: rotate(45deg);
}

.down-list ul li:hover strong::before {
  background: #006FC6;
}

.down-list ul li > a {
  margin-left: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .down-list ul li {
    width: 100%;
    border-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .down-list ul li strong {
    font-size: 1.6rem;
  }

  .down-list ul li strong::before {
    top: 0.9rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .down-list ul li strong {
    word-break: break-all !important;
  }
}

.btn-style3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 10rem;
  min-height: 3.5rem;
  padding: 0.5rem 3.7rem 0.5rem 0.8rem;
  background: #fff;
  border: 0.1rem solid #033054;
  border-radius: .5rem;
  font-family: pm;
  font-size: 1.4rem;
  color: #033054;
  transition: all .3s;
}

.btn-style3.ico1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.6rem;
  height: 0.9rem;
  margin-top: -0.5rem;
  background: url(../../images/guide/ic-btn-arrw2.png) no-repeat right center / 1.2rem;
  transition: all .3s;
}

.btn-style3.ico1:hover {
  background: #006FC6;
  border: 0.1rem solid #006FC6;
  color: #fff;
}

.btn-style3.ico1:hover::after {
  background-position: left center;
}

.btn-style3.ico1.hover {
  background: #006FC6;
  border: 0.1rem solid #006FC6;
  color: #fff;
}

.btn-style3.ico1.hover::after {
  background-position: left center;
}

#rsvt .objHeading_h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 10px;
}
#rsvt .con-desc {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin-top: 20px;
}
#rsvt .con-list1 {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-top: 20px;
}
#rsvt .down-list {
    font-size: 15px;
    margin-top: 20px;
}
#rsvt .down-list .btn-style3 {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 8px;
}
#rsvt ._obj._objHeading {
    margin-top: 30px;
}
#rsvt ._obj._objHeading.no-margin {
    margin-top: 0;
}

/* ── 예약조회 팝업 ── */
.guest-find-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2500;
}
.guest-find-popup {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    width: 520px;
    max-width: 90%;
    max-height: 85vh;
    overflow-y: auto;
}

.guest-find-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.guest-find-popup-header h3 {
    margin: 0;
    font-size: 20px;
    font-family: psb;
    color: #033054;
}

.guest-find-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.guest-find-popup-close:hover {
    color: #333;
}

.guest-find-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.6;
}

.guest-find-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: pr;
}

.guest-find-input:focus {
    outline: none;
    border-color: #033054;
}

.guest-find-btn {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    background: #033054;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-family: pm;
    cursor: pointer;
    transition: background .3s;
}

.guest-find-btn:hover {
    background: #006FC6;
}

.guest-find-result {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
    .guest-find-popup {
        padding: 20px;
        width: 95%;
    }
}

/* spopup05 — 예약 상세 팝업 */
#spopup05 {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#spopup05 .popupInner {
    background: #fff;
    width: 90%;
    max-width: 680px;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 28px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

#spopup05 .popupHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

#spopup05 .popupHeader strong {
    font-size: 18px;
}

#spopup05 .popupHeader button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 14px;
}
