
body {font-family:'Noto Sans KR',sans-serif;color:#222;margin:0;background:#fff;}
.container {width:1200px;margin:0 auto;}
header {position:sticky;top:0;z-index:100;background:#fff;}
.nav-container {width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:90px;}
.menu ul {list-style:none;display:flex;gap:40px;margin:0;padding:0;}
.menu a {text-decoration:none;color:#222;font-weight:600;font-size:16px;transition:0.2s;}
.menu a:hover {color:#007aff;border-bottom:3px solid #007aff;padding-bottom:4px;}
.hero img {width:100%;border-radius:10px;}
table {width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;}
th,td {border:1px solid #ccc;padding:10px;text-align:center;}
th {background-color:#f8f8f8;}
tr:nth-child(even){background-color:#fafafa;}
.info-box {display:flex;align-items:flex-start;gap:20px;border:1px solid #ccc;border-radius:8px;padding:20px;margin:30px 0;background:#fff;}
.info-icon img {width:200px;height:auto;flex-shrink:0;}
.info-text p {font-size:15px;color:#333;line-height:1.7;margin:4px 0;}
.tour-section {padding:40px 0 0px 0;display:flex;flex-direction:column;align-items:center;}
.tour-header,.tour-image {width:100%;display:flex;justify-content:center;}
.tour-banner img,.tour-image img {width:100%;max-width:1200px;border-radius:6px;display:block;margin:0 auto;}
.tour-info {width:100%;max-width:1200px;background:#fff;padding:30px;border-radius:8px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:30px;}
.tour-column {flex:1;min-width:280px;}
.tour-column h4 {margin-bottom:10px;font-size:16px;color:#222;}
.tour-column p {font-size:14px;line-height:1.6;color:#555;}
footer {background:#1a1a1a;color:#fff;padding:30px 0;margin-top:60px;}
.footer-inner {width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.footer-left p {margin:4px 0;font-size:14px;}
.footer-right img {width:70px;cursor:pointer;}
.modal {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;z-index:999;}
.modal-content {background:#fff;padding:30px 40px;border-radius:8px;text-align:center;width:300px;}
.modal-content input {width:100%;padding:10px;margin-bottom:10px;}
@media (max-width:1024px){.container,.footer-inner,.tour-info,.nav-container{width:95%;}.menu ul{gap:20px;}}

/* ✅ 국내여행 배너 (PC 정중앙 완벽 정렬) */
.tour-banner {
  max-width: 1200px;
  margin: 20px auto;
  background: #44b8a1;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  border-radius: 10px;

  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  box-sizing: border-box;
}

.tour-banner img {
  width: 120px;
  height: auto;
  display: block;
}

.tour-banner b {
  color: #fff08c;
}

/* 📱 모바일 (≤768px) */
@media (max-width: 768px) {
  .tour-banner {
    flex-direction: column;
    font-size: 16px;
    gap: 10px;
  }

  .tour-banner img {
    width: 120px;
    height: auto;
  }
}
