@charset "utf-8";




/*subWrap*/
.subWrap{margin-bottom:100px;}

/*subTopBn*/
.subTopBn{position:relative; min-height:240px; background:url('/images/sub/subTopBg02.png')no-repeat center; background-size:cover;}
.subTopBn > div{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); text-align:center;}
.subTopBn > div > h2{margin-bottom:16px; color:#fff; font-size:32px; font-weight:700; }
.subTopBn > div > p{color:#fff; font-size:18px;}

/*subTit*/
.subTit{margin:80px 0 40px; text-align:center;}
.subTit > h2{font-size:36px; font-family: 'Paperlogy-7Bold';}
.subTit > h2::after{content:""; display:block; width:40px; height:3px; background:#222; margin:20px auto;}
.subTit > p{font-size:18px; line-height:26px; font-weight:400; color:#777;}

/*인사말*/
.greeting-wrapper { max-width: 1000px; margin: 60px auto 120px; background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

.greeting-wrapper > .greeting-body { font-size: 18px; color: #444; line-height: 1.8; word-break: keep-all; text-align: justify; padding: 50px;}
.greeting-wrapper > .greeting-body > p { margin-bottom: 25px; }
.greeting-wrapper > .greeting-body > p > b { font-weight: 700; color: #111; }
.greeting-wrapper > .greeting-body > p > .highlight { color: #2a5a7b; font-weight: 600; }
.greeting-wrapper > .greeting-body > .signature { text-align: right; margin-top: 30px; font-family: 'Nanum Myeongjo', serif; font-weight: bold; font-size: 18px; color: #222; }

.greeting-wrapper > .greeting-body > .photo-frame { margin: 45px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.greeting-wrapper > .greeting-body > .photo-frame > .greeting-photo { width: 100%; height: 380px; object-fit: cover; display: block; }
.greeting-wrapper > .greeting-body > .photo-frame > .photo-caption { font-size: 13px; color: #888; text-align: center; margin-top: 10px; font-style: italic; }

.greeting-wrapper > .info-summary-box { margin-top: 50px; padding: 35px; background-color: #fcfbf9; border-top: 3px solid #d1bfae; border-radius: 0 0 8px 8px; }
.greeting-wrapper > .info-summary-box > h3 { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 15px; }
.greeting-wrapper > .info-summary-box > .info-list { list-style: none; padding: 0; margin: 0; }
.greeting-wrapper > .info-summary-box > .info-list > li { position: relative; padding-left: 15px; margin-bottom: 10px; font-size: 15px; color: #555; line-height: 1.6; }
.greeting-wrapper > .info-summary-box > .info-list > li::before { content: "•"; position: absolute; left: 0; color: #d1bfae; font-weight: bold; }
.greeting-wrapper > .info-summary-box > .info-list > li > b { color: #333; }

/* location */
.location-wrapper { max-width: 1200px; margin: 60px auto 120px; background: #ffffff;}
.location-wrapper > .location-header { text-align: center; margin-bottom: 40px; }
.location-wrapper > .location-header > h2 { font-family: 'Nanum Myeongjo', serif; font-size: 32px; font-weight: 700; color: #222; margin-bottom: 15px; letter-spacing: -0.5px; }
.location-wrapper > .location-header > p { font-size: 15px; color: #888; letter-spacing: 2px; margin-bottom: 5px; }
.location-wrapper > .location-header > .divider { width: 40px; height: 2px; background-color: #d1bfae; margin: 0 auto; }
.location-wrapper > .location-map-box { width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.06); border: 1px solid #eef0f2; margin-bottom: 50px; }
.location-wrapper > .location-map-box > iframe { display: block; }
.location-wrapper > .location-info-container { display: flex; gap: 30px; }
.location-wrapper > .location-info-container > .location-info-block { flex: 1; background-color: #fcfbf9; padding: 35px; border-radius: 12px; border-top: 3px solid #d1bfae; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.location-wrapper > .location-info-container > .location-info-block > h3 { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 20px; border-bottom: 1px solid #eae7e2; padding-bottom: 10px; }
.location-wrapper > .location-info-container > .location-info-block > .address-main { font-size: 20px; font-weight: 700; color: #333; line-height: 1.5; margin-bottom: 12px; word-break: keep-all; }
.location-wrapper > .location-info-container > .location-info-block > .address-sub { font-size: 18px; color: #666; line-height: 1.6; word-break: keep-all; }
.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list { list-style: none; padding: 0; margin: 0; }
.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li { display: flex; align-items: center; margin-bottom: 12px; font-size: 17px; }
.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li:last-child { margin-bottom: 0; }
.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li > .contact-label { width: 80px; font-weight: 700; color: #888; font-size: 16px; letter-spacing: 0.5px; }
.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li > .contact-value { color: #333; font-weight: 500; }

/* room */
.room-view-wrap {max-width:1200px;margin:0 auto;padding:60px 20px 120px;font-family:'Pretendard','Noto Sans KR',sans-serif;color:#3e3a36;line-height:1.6;letter-spacing:-0.02em;box-sizing:border-box;}
.room-view-wrap * {box-sizing:border-box;}
.room-view-wrap > .room-main-photo {position:relative;margin-bottom:16px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.05);}
.room-view-wrap > .room-main-photo > img {width:100%;height:580px;object-fit:cover;display:block;}
.room-view-wrap > .room-main-photo > .slide-btn {position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:1px solid rgba(215,200,181,0.3);background:rgba(255,255,255,0.9);color:#bfae99;font-size:18px;font-weight:bold;cursor:pointer;border-radius:50%;z-index:10;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}
.room-view-wrap > .room-main-photo > .slide-btn:hover {background:#d7c8b5;color:#ffffff;border-color:#d7c8b5;box-shadow:0 4px 15px rgba(215,200,181,0.4);}
.room-view-wrap > .room-main-photo > .prev {left:24px;}
.room-view-wrap > .room-main-photo > .next {right:24px;}
.room-view-wrap > .room-gallery {display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-bottom:60px;}
.room-view-wrap > .galleryWrap01{grid-template-columns:repeat(9,1fr);}
.room-view-wrap > .room-gallery > .gallery-item {position:relative;height:90px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all 0.25s ease;}
.room-view-wrap > .room-gallery > .gallery-item.active {border-color:#d7c8b5;box-shadow:0 4px 10px rgba(215,200,181,0.3);}
.room-view-wrap > .room-gallery > .gallery-item > img {width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease;}
.room-view-wrap > .room-gallery > .gallery-item:hover > img {transform:scale(1.08);}

.room-view-wrap > .room-content-container {display:flex;gap:50px;align-items:stretch;border-top:1px solid #f3ece4;padding-top:50px;position:relative;}


.room-view-wrap > .room-content-container {display:flex;align-items:stretch;gap:30px;}

.room-view-wrap > .room-content-container > .room-main-details {flex:1;min-width:0;}

.room-view-wrap > .room-content-container > .room-sidebar {width:360px;flex-shrink:0;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box {position:sticky;top:80px;}

/* .room-view-wrap > .room-content-container > .room-main-details > section {margin-bottom:60px;} */

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 {display:grid;grid-template-columns:repeat(5,1fr);gap:14px; margin-bottom: 50px;}

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card {background:#fff;border:1px solid #f1ece6;border-radius:16px;padding:18px 14px;text-align:center;transition:all 0.25s ease;}

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card:hover {transform:translateY(-4px);border-color:#d7c8b5;box-shadow:0 8px 18px rgba(215,200,181,0.12);}

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > span {font-size:22px;display:block;margin-bottom:6px;}

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > strong {display:block;font-size:15px;color:#1e1b18;margin-bottom:4px;}

.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > p {font-size:13px;color:#7a716a;margin:0;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box {background:#faf8f5;border:1px solid #f5ede4;border-radius:20px;padding:34px; margin-bottom: 50px; }

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content {display:flex;gap:40px;align-items:center;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt {flex:1;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > .sub {font-size:12px;font-weight:700;color:#bfae99;letter-spacing:1.5px;display:block;margin-bottom:6px;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > h3 {font-size:24px;font-weight:700;color:#1e1b18;margin:0 0 12px 0;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > p {font-size:15px;color:#6e655f;line-height:1.6;margin-bottom:18px;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > .check-list {list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > .check-list > li {position:relative;padding-left:22px;font-size:14px;color:#4a443f;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > .check-list > li::before {content:'✓';position:absolute;left:0;color:#d7c8b5;font-weight:800;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-img {width:220px;height:170px;flex-shrink:0;border-radius:14px;overflow:hidden;}

.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-img > img {width:100%;height:100%;object-fit:cover;}
.room-view-wrap > .room-content-container > .room-main-details > .detail-section > h3{font-size: 20px; font-weight: 700; margin-bottom: 20px;}
.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap {border:1px solid #f1ece6;border-radius:14px;overflow:hidden;}

.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table {width:100%;border-collapse:collapse;}

.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table > thead > tr > th {background:#fbfaf8;padding:16px;border-bottom:1px solid #f1ece6;}

.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table > tbody > tr > td {padding:16px;border-bottom:1px solid #f1ece6; text-align: center;}

.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table > tbody > tr > td.highlight {text-align:center;color:#bfae99;font-weight:600;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box {background:linear-gradient(180deg,#ffffff 0%,#faf6f1 100%);border:2px solid #5b4c3a;border-radius:24px;padding:80px 28px;text-align:center;box-shadow:0 15px 35px rgba(0,0,0,0.08);}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .box-tag {background:#5b4c3a;color:#fff;padding:4px 10px;border-radius:6px;font-size:11px;display:inline-block;margin-bottom:16px;letter-spacing:1px;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > h3 {font-size:22px;font-weight:700;color:#1e1b18;margin:0 0 10px 0;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .box-desc {font-size:14px;color:#7a716a;margin:0 0 22px 0;line-height:1.5;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .phone-numbers > a {display:block;text-decoration:none;border-radius:12px;font-weight:700;margin-top:10px;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .phone-numbers > .main-call {background:#5b4c3a;color:#fff;padding:16px;font-size:20px;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .phone-numbers > .sub-call {background:#f8f6f2;color:#5a524c;padding:14px;border:1px solid #eee;font-size:18px;}

.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .box-notice {font-size:12px;color:#a89f95;margin-top:16px;}

.room-view-wrap > .room-bottom {display:flex;gap:50px;margin-top:60px;border-top:1px solid #e1d7cd;padding-top:60px;align-items:flex-start;}
.room-view-wrap > .room-bottom > .room-notice {flex:1;min-width:0;}
.room-view-wrap > .room-bottom > .room-notice > h3 {font-size:24px;font-weight:700;color:#3a2b21;margin:0 0 24px 0;position:relative;display:inline-block;letter-spacing:-0.03em;}
.room-view-wrap > .room-bottom > .room-notice > h3::after {content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#8c6a50;}
.room-view-wrap > .room-bottom > .room-notice > ul {list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;}
.room-view-wrap > .room-bottom > .room-notice > ul > li {position:relative;padding-left:20px;font-size:15px;color:#5c4535;line-height:1.6;}
.room-view-wrap > .room-bottom > .room-notice > ul > li::before {content:'•';position:absolute;left:4px;color:#8c6a50;font-weight:bold;font-size:18px;top:-2px;}
.room-view-wrap > .room-bottom > .room-contact {width:380px;background:#ffffff;border:2px solid #48362a;border-radius:20px;padding:40px 30px;box-shadow:0 12px 35px rgba(72,54,42,0.12);text-align:center;box-sizing:border-box;}
.room-view-wrap > .room-bottom > .room-contact > h3 {font-size:22px;font-weight:700;color:#3a2b21;margin:0 0 12px 0;letter-spacing:-0.02em;}
.room-view-wrap > .room-bottom > .room-contact > p {font-size:14px;color:#8c7a6b;margin:0 0 24px 0;line-height:1.5;}
.room-view-wrap > .room-bottom > .room-contact > ul {list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
.room-view-wrap > .room-bottom > .room-contact > ul > li {display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all 0.25s ease;box-sizing:border-box;overflow:hidden; font-weight: 800;}
.room-view-wrap > .room-bottom > .room-contact > ul > li > a {display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;font-weight:700;font-size:22px;letter-spacing:0.5px;transition:all 0.25s ease;}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(1) {background:#48362a;height:56px;box-shadow:0 4px 12px rgba(72,54,42,0.3);}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(1):hover {background:#3a2b21;transform:translateY(-2px);box-shadow:0 6px 16px rgba(72,54,42,0.4);}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(1) > a {color:#ffffff;}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(2) {background:#faf6f2;height:56px;border:1px solid #d6c7b7;}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(2):hover {background:#f0e6dd;transform:translateY(-2px);}
.room-view-wrap > .room-bottom > .room-contact > ul > li:nth-child(2) > a {color:#48362a;}
.room-view-wrap > .photo-gallery-btn {display:flex;align-items:center;justify-content:center;max-width:240px;margin:0 auto 50px;height:52px;background:#ffffff;border:1px solid #5b4c3a;color:#5b4c3a;font-size:15px;font-weight:700;text-decoration:none;border-radius:26px;letter-spacing:-0.02em;box-shadow:0 4px 12px rgba(215,200,181,0.1);transition:all 0.3s ease;box-sizing:border-box;}
.room-view-wrap > .photo-gallery-btn:hover {background:#5b4c3a;color:#ffffff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(215,200,181,0.35);}
.room-view-wrap > .photo-gallery-btn > span {margin-left:8px;font-size:16px;transition:transform 0.3s ease;display:inline-block;line-height:1;}
.room-view-wrap > .photo-gallery-btn:hover > span {transform:translateX(4px);}


/* room-tab */
.room-tab {display:flex;justify-content:center;gap:10px;margin-bottom:50px;}
.room-tab > a {padding:14px 35px;border:1px solid #ddd;border-radius:50px;background:#fff;color:#666;font-size:16px;font-weight:500;text-decoration:none;transition:.3s;}
.room-tab > a.active {background:#2087e4;border-color:#2087e4;color:#fff;}
.room-tab > a:hover {border-color:#2087e4;color:#2087e4;}
.room-tab > a.active:hover {color:#fff;}


/* 여행가이드 */
.guide-container { max-width: 1200px; margin: 50px auto 120px; /* box-shadow: 0 12px 40px rgba(226,188,140,0.15); */ color: #2a2520; line-height: 1.6; box-sizing: border-box; }
.guide-container * { box-sizing: border-box; }
.guide-container > .guide-header { text-align: center; margin-bottom: 40px; padding-bottom: 25px; border-bottom: 1px solid #e8dcd0; display: block; }
.guide-container > .guide-header > h1 { font-size: 30px; color: #4a3b2a; font-weight: 800; margin: 0 0 12px 0; padding: 0; line-height: 1.3; }
.guide-container > .guide-header > p { font-size: 16px; color: #6e5d4a; margin: 0; padding: 0; font-weight: 600; }
.guide-container > .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 40px; padding: 0 30px;}
.guide-container > .info-grid > .info-item {/* background: #faf7f2; */ padding: 18px 24px; border-radius: 8px; font-size: 15px; color: #3d352e; display: flex; align-items: flex-start; gap: 15px; }
.guide-container > .info-grid > .info-item > strong {color: #9a7040; font-weight: 800;  flex-shrink: 0; width: 55px;}
.guide-container > .info-grid > .info-item > span {flex: 1; line-height: 1.6; word-break: keep-all;}
.guide-container > .day-card { /* background: #fff;  */border: 1px solid #e8dcd0; border-radius: 10px; margin-bottom: 35px; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; display: block; }

.guide-container > .day-card > .day-header { background: #E2BC8C; color: #2a2015; padding: 18px 25px; font-size: 18px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #d3a771; }
.guide-container > .day-card > .day-header > span { color: #2a2015; font-weight: 800; }


.guide-container > .day-card > .day-body { padding:30px; display:grid; grid-template-columns:1fr 220px; gap:25px; }

.guide-container > .day-card > .day-body > .schedule-col { display:block; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row { display:grid; grid-template-columns:70px 1fr; gap:15px; align-items:flex-start; margin:0 0 14px 0; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row:last-child { margin-bottom:0; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .time { color:#9a7040; font-size:15px; font-weight:800; line-height:1.6; text-align:left; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content { position:relative; padding-left:18px; color:#2a2520; font-size:15px; font-weight:500; line-height:1.6; word-break:keep-all; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content::before { content:'•'; position:absolute; left:0; top:0; color:#b88d5b; font-weight:bold; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content.highlight-text { color:#b74b35; font-weight:800; }

.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content.detail { color:#666; font-weight:400; }

.guide-container > .day-card > .day-body > .meal-col { padding:18px; border-radius:8px; font-size:14px; display:block; }

.guide-container > .day-card > .day-body > .meal-col > p { margin:0 0 10px; color:#4a3f34; line-height:1.5; font-weight:600; }

.guide-container > .day-card > .day-body > .meal-col > p:last-child { margin-bottom:0; }

.guide-container > .day-card > .day-body > .meal-col > p > strong { color:#4a3b2a; font-weight:800; }

.guide-container > .photo-gallery-btn:hover {background:#5b4c3a;color:#ffffff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(215,200,181,0.35);}
.guide-container > .photo-gallery-btn > span {margin-left:8px;font-size:16px;transition:transform 0.3s ease;display:inline-block;line-height:1;}
.guide-container > .photo-gallery-btn:hover > span {transform:translateX(4px);}

.guide-container > .photo-gallery-btn {display:flex;align-items:center;justify-content:center;max-width:240px;margin:30px auto 0;height:52px;background:#ffffff;border:1px solid #5b4c3a;color:#5b4c3a;font-size:15px;font-weight:700;text-decoration:none;border-radius:26px;letter-spacing:-0.02em;box-shadow:0 4px 12px rgba(215,200,181,0.1);transition:all 0.3s ease;box-sizing:border-box;}
.guide-container > .gallery-section { margin-top: 60px; display: block; }
.guide-container > .gallery-section > .gallery-title { font-size: 25px; font-weight: 800; color: #4a3b2a; margin-bottom: 25px; text-align: center; }
.guide-container > .gallery-section > .photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.guide-container > .gallery-section > .photo-grid > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; transition: 0.3s ease; display: block; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }

.guide-container > .footer-notes { padding: 50px; text-align: center; font-size: 23px; color: #b74b35; font-weight: 800; display: block; line-height: 1.6; }
.guide-container > .footer-notes > p { margin: 0 0 6px 0; padding: 0; }




/* 예약문의 */
.reserve-wrap {max-width:1200px;margin:0 auto 120px;}
.reserve-wrap > .reserve-header {text-align:center;margin-bottom:60px;}
.reserve-wrap > .reserve-header > h2 {font-size:36px;font-weight:700;color:#111;margin:0 0 15px;letter-spacing:-1px;}
.reserve-wrap > .reserve-header > p {font-size:17px;color:#666;line-height:1.6;word-break:keep-all;margin:0;}
.reserve-wrap > .reserve-header > p > .highlight-blue {color:#775c3a;font-weight:600;}
.reserve-wrap > .info-section {background:#f8f9fa;border-radius:16px;padding:50px;margin-bottom:50px;}
.reserve-wrap > .info-section > .info-title {font-size:24px;font-weight:700;text-align:center;margin:0 0 40px;color:#222;}
.reserve-wrap > .info-section > .info-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:30px;}
.reserve-wrap > .info-section > .info-grid > .info-box {background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.03);}
.reserve-wrap > .info-section > .info-grid > .info-box > h4 {font-size:18px;font-weight:700;color:#775c3a;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #eef2f6;}
.reserve-wrap > .info-section > .info-grid > .info-box > .info-list {list-style:none;padding:0;margin:0;}
.reserve-wrap > .info-section > .info-grid > .info-box > .info-list > li {position:relative;padding-left:18px;margin-bottom:10px;font-size:15px;color:#444;line-height:1.7;}
.reserve-wrap > .info-section > .info-grid > .info-box > .info-list > li:last-child {margin-bottom:0;}
.reserve-wrap > .info-section > .info-grid > .info-box > .info-list > li:before {content:'✓';position:absolute;left:0;top:0;color:#775c3a;font-weight:700;}
.reserve-wrap > .info-section > .info-grid > .info-box > .notice-text {margin-top:25px;font-size:14px;color:#e53935;background:#ffebee;padding:15px;border-radius:8px;word-break:keep-all;}
.reserve-wrap > .contact-section {text-align:center;padding:60px 40px;background:#fff;border:2px solid #775c3a;border-radius:16px;box-shadow:0 10px 30px rgba(0,92,230,.08);}
.reserve-wrap > .contact-section > h3 {font-size:28px;font-weight:700;color:#111;margin:0 0 10px;}
.reserve-wrap > .contact-section > p {font-size:16px;color:#666;line-height:1.8;margin:0 0 30px;}
.reserve-wrap > .contact-section > .phone-number {display:inline-block;font-size:42px;font-weight:800;color:#775c3a;letter-spacing:2px;margin-bottom:30px;}
.reserve-wrap > .contact-section > div > .btn-call {display:inline-block;background:#775c3a;color:#fff;font-size:18px;font-weight:600;padding:18px 50px;border-radius:50px;text-decoration:none;transition:.3s;box-shadow:0 4px 15px rgba(0,92,230,.3);}
.reserve-wrap > .contact-section > .website-link {display:block;margin-top:25px;font-size:15px;color:#888;}
.reserve-wrap > .contact-section > .website-link > a {color:#555;text-decoration:underline;font-weight:500;}

/* 관광지 */
.tour-wide-wrap { max-width: 1200px; margin: 0 auto; padding: 80px 20px; font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif; color: #333; }

.tour-wide-header { text-align: center; margin-bottom: 80px; }
.tour-wide-header > h2 { font-size: 38px; font-weight: 700; color: #111; margin-bottom: 20px; letter-spacing: -1px; }
.tour-wide-header > p { font-size: 18px; color: #666; line-height: 1.6; }

.tour-spot { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom: 100px; }
.tour-spot:nth-child(even) { flex-direction: row-reverse; }

.tour-spot > .tour-image-box { flex: 1; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.tour-spot > .tour-image-box > img { width: 100%; height: 400px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.tour-spot > .tour-image-box:hover > img { transform: scale(1.05); }

.tour-spot > .tour-text-box { flex: 1; }

.tour-spot > .tour-text-box > .tour-badge { display: inline-block; background-color: #f0f5ff; color: #0055ff; font-size: 14px; font-weight: 600; padding: 6px 16px; border-radius: 30px; margin-bottom: 20px; }

.tour-spot > .tour-text-box > .tour-title { font-size: 32px; font-weight: 700; color: #222; margin-bottom: 25px; line-height: 1.3; word-break: keep-all; }

.tour-spot > .tour-text-box > .tour-desc { font-size: 17px; color: #555; line-height: 1.8; word-break: keep-all; }


@media (max-width:1200px) {
	/*subWrap*/
	.subWrap{margin:0; padding:0 3% 80px; box-sizing:border-box;}
	.subTopBn{min-height:160px;   background-position: center center; }
	.subTopBn > div{width:100%;}
	.subTopBn > div > h2{margin-bottom:10px; font-size:1.2rem;}
	.subTopBn > div > p{font-size:.9rem; line-height:1.5rem;}
	.subTopBn > div > p > span{display:block;}

	/*subTit*/
	.subTit > h2{font-size:2rem;}
	.subTit > h2::after{width:30px; margin:16px auto;}
	.subTit > p{font-size:1rem;}
	
	
	/*소개*/
	.greeting-wrapper{margin:40px 15px 80px;}
	.greeting-wrapper > .greeting-body{padding:30px 20px;font-size:15px;line-height:1.75;text-align:left;}
	.greeting-wrapper > .greeting-body > p{margin-bottom:18px;}
	.greeting-wrapper > .greeting-body > .photo-frame{margin:30px 0;}
	.greeting-wrapper > .greeting-body > .photo-frame > .greeting-photo{height:240px;}
	.greeting-wrapper > .info-summary-box{margin-top:30px;padding:22px 18px;}
	.greeting-wrapper > .info-summary-box > h3{font-size:15px;margin-bottom:12px;}
	.greeting-wrapper > .info-summary-box > .info-list > li{font-size:14px;padding-left:12px;}
	.greeting-wrapper > .greeting-body > .signature{font-size:16px;margin-top:20px;}
	
	/* location */
	.location-wrapper { margin: 30px auto; width: 100%; padding: 0 20px;}
	.location-wrapper > .location-header > h2 { font-size: 26px; }
	.location-wrapper > .location-map-box { margin-bottom: 30px; }
	.location-wrapper > .location-map-box > iframe { height: 300px; }
	.location-wrapper > .location-info-container { flex-direction: column; gap: 20px; }
	.location-wrapper > .location-info-container > .location-info-block { padding: 25px; }
	.location-wrapper > .location-info-container > .location-info-block > .address-main {font-size: 16px; line-height: 1.2;}
	.location-wrapper > .location-info-container > .location-info-block > .address-sub {font-size: 13px; line-height: 1.3;}
	.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li > .contact-label{font-size: 13px;}
	.location-wrapper > .location-info-container > .location-info-block > .contact-grid-list > li > .contact-value {font-size: 15px;}
	
	/* room */
	.room-view-wrap{padding:40px 16px 80px;}
	.room-view-wrap > .room-main-photo > img{height:260px;}
	.room-view-wrap > .room-main-photo > .slide-btn{width:44px;height:44px;font-size:14px;}
	.room-view-wrap > .room-gallery{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:40px;}
	.room-view-wrap > .room-gallery > .gallery-item{height:65px;border-radius:10px;}
	.room-view-wrap .galleryWrap01{grid-template-columns:repeat(5,1fr);}
	.room-view-wrap > .photo-gallery-btn{max-width:100%;height:46px;font-size:14px;margin-bottom:40px;}
	.room-view-wrap > .room-content-container{flex-direction:column;gap:30px;padding-top:35px;}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5{grid-template-columns:repeat(2,1fr);gap:10px;}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card{padding:14px 10px;}
	.room-view-wrap > .room-content-container > .family-box{padding:22px;border-radius:16px;}
	.room-view-wrap > .room-content-container > .family-box > .family-content{flex-direction:column;align-items:flex-start;gap:20px;}
	.room-view-wrap > .room-content-container > .family-box > .family-content > .family-img{width:100%;height:180px;}
	.room-view-wrap > .room-content-container > .room-main-details > .detail-section > h3{font-size:18px;}
	.room-view-wrap > .room-bottom{flex-direction:column;gap:25px;margin-top:40px;padding-top:40px;}
	.room-view-wrap > .room-bottom > .room-notice > h3{font-size:20px;}
	.room-view-wrap > .room-bottom > .room-contact{width:100%;padding:25px 18px;}
	.room-view-wrap > .room-bottom > .room-contact > h3{font-size:20px;}
	.room-view-wrap > .room-bottom > .room-contact > ul > li > a{font-size:18px;}
	.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box{position:relative;top:auto;}

	.room-view-wrap > .room-content-container{flex-direction:column;gap:30px;}

	.room-view-wrap > .room-content-container > .room-main-details{width:100%;}

	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > h3{font-size:18px;margin-bottom:15px;}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card{padding:10px; width: calc(33.333% - 10px);}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > span{font-size:18px;}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > strong{font-size:14px;}
	.room-view-wrap > .room-content-container > .room-main-details > .combined-grid > .grid-5 > .grid-card > p{font-size:12px;}

	.room-view-wrap > .room-content-container > .room-main-details > .family-box{padding:20px;border-radius:14px;}
	.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content{flex-direction:column;align-items:flex-start;gap:18px;}
	.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > h3{font-size:18px;}
	.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-txt > p{font-size:13px;}
	.room-view-wrap > .room-content-container > .room-main-details > .family-box > .family-content > .family-img{width:100%;height:180px;}

	.room-view-wrap > .room-content-container > .room-main-details > .detail-section > h3{font-size:18px;margin-bottom:15px;}
	.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table > tbody > tr > td{padding:12px;font-size:13px;}
	.room-view-wrap > .room-content-container > .room-main-details > .detail-section > .table-wrap > .cost-table > tbody > tr > td.highlight{font-size:13px;}

	.room-view-wrap > .room-content-container > .room-sidebar{width:100%;}
	.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box{position:relative;top:auto;padding:25px 18px;}
	.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > h3{font-size:18px;}
	.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .phone-numbers > .main-call{font-size:18px;padding:14px;}
	.room-view-wrap > .room-content-container > .room-sidebar > .sticky-contact-box > .phone-numbers > .sub-call{font-size:16px;padding:12px;}
	.room-view-wrap > .room-bottom{flex-direction:column;gap:25px;}
	
	/* 예약문의 */
	.reserve-wrap {padding:50px 20px;}
	.reserve-wrap > .reserve-header > h2 {font-size:28px;}
	.reserve-wrap > .info-section {padding:30px 20px;}
	.reserve-wrap > .info-section > .info-grid {grid-template-columns:1fr;gap:20px;}
	.reserve-wrap > .contact-section {padding:40px 20px;}
	.reserve-wrap > .contact-section > .phone-number {font-size:32px;}
	.reserve-wrap > .contact-section > div > .btn-call {width:100%;box-sizing:border-box;padding:15px 40px;font-size:16px;}
	
	/* 관광지 */
	.tour-wide-wrap { padding: 50px 20px; }
	.tour-wide-header { margin-bottom: 50px; }
	.tour-wide-header > h2 { font-size: 28px; }
	.tour-wide-header > p { font-size: 16px; }
	.tour-spot,
	.tour-spot:nth-child(even) { flex-direction: column; gap: 25px; margin-bottom: 70px; }
	.tour-spot > .tour-image-box,
	.tour-spot > .tour-text-box { width: 100%; }
	.tour-spot > .tour-image-box > img { height: 260px; }
	.tour-spot > .tour-text-box { text-align: center; }
	.tour-spot > .tour-text-box > .tour-title { font-size: 24px; }
	.tour-spot > .tour-text-box > .tour-desc { font-size: 15px; line-height: 1.7; }
	.tour-spot > .tour-text-box > .tour-badge { font-size: 13px; padding: 5px 12px; }
	
	/* 여행가이드 */
	.guide-container { margin:30px auto 70px; padding:0 15px; }

	.guide-container > .guide-header { margin-bottom:25px; padding-bottom:20px; }

	.guide-container > .guide-header > h1 { font-size:20px; }

	.guide-container > .guide-header > p { font-size:14px; }

	.guide-container > .info-grid { grid-template-columns:1fr; gap:10px; padding:0; }

	.guide-container > .info-grid > .info-item { padding:15px; gap:10px; font-size:14px; }

	.guide-container > .info-grid > .info-item > strong { width:50px; }

	.guide-container > .day-card { margin-bottom:20px; }

	.guide-container > .day-card > .day-header { padding:15px; font-size:16px; flex-direction:column; align-items:flex-start; gap:4px; }

	.guide-container > .day-card > .day-body { grid-template-columns:1fr; padding:20px 15px; gap:20px; }

	.guide-container > .day-card > .day-body > .schedule-col > .schedule-row { grid-template-columns:55px 1fr; gap:10px; margin-bottom:10px; }

	.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .time { font-size:13px; }

	.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content { padding-left:14px; font-size:14px; line-height:1.5; }

	.guide-container > .day-card > .day-body > .schedule-col > .schedule-row > .content::before { left:0; }

	.guide-container > .day-card > .day-body > .meal-col { padding:15px 0 0; border-top:1px solid #e8dcd0; font-size:13px; }

	.guide-container > .gallery-section { margin-top:40px; }

	.guide-container > .gallery-section > .gallery-title { font-size:22px; }

	.guide-container > .gallery-section > .photo-grid { grid-template-columns:repeat(2,1fr); gap:10px; }

	.guide-container > .footer-notes { padding:35px 15px; font-size:16px; }
	.guide-container > .photo-gallery-btn{max-width:100%;height:46px;font-size:14px;margin-bottom:40px;}


}