/* kasmirun 서브페이지 전용 CSS (약관·유의사항 등 body#sub) 2026-07-17 */
#sub .sub_contents table{border-collapse:collapse;margin:10px 0 15px;width:100%;max-width:640px}
#sub .sub_contents th,#sub .sub_contents td{border:1px solid #ccc;padding:8px 12px;font-size:14px;text-align:left}
#sub .sub_contents th{background:#f5f6f9}

/* ↓ apply.css에서 이관: main.css에서 쓰이던 .section (2026-08-06) */
.section {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
}

@media all and (max-width: 1500px) {
  .section {
    min-height: 960px;
  }
}

@media all and (max-width: 768px) {
  .section {
    min-height: auto;
  }
}
