
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",Arial,sans-serif;background:#fff;color:#111}
a{text-decoration:none;color:inherit}
.original-frame-wrap{
  width:100%;
  height:7850px;
  overflow:hidden;
  background:#fff;
}
.original-frame{
  display:block;
  width:100%;
  height:11200px;
  border:0;
  background:#fff;
}
.business-footer{
  background:#f3f4f8;
  color:#9a9fa9;
  padding:28px 18px 150px;
  font-size:14px;
  line-height:1.75;
  border-top:1px solid #e8eaf0;
}
.business-inner{
  max-width:1100px;
  margin:0 auto;
}
.business-inner p{
  margin:7px 0;
  color:#9a9fa9;
}
.business-inner strong{
  color:#777d88;
  font-weight:700;
}
.business-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:12px;
}
.business-links a{
  color:#9a9fa9;
  text-decoration:underline;
  font-weight:600;
}
.bottom-fixed{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  background:rgba(255,255,255,.97);
  border-top:1px solid #ddd;
  padding:10px 14px;
}
.btn-main{
  display:flex;
  width:min(520px,100%);
  height:54px;
  margin:0 auto;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#ff6800;
  color:#fff;
  font-weight:900;
  font-size:18px;
  box-shadow:0 10px 24px rgba(255,104,0,.28);
}
.apply-body{background:#f3f4f6}
.apply-head{background:#fff;border-bottom:1px solid #e5e7eb;padding:15px 18px}
.apply-head-inner{max-width:980px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:12px}
.logo{font-size:28px;font-weight:900;letter-spacing:-.06em}
.logo span{color:#ff6800}
.back{border:1px solid #ffd0b3;color:#ff6800;background:#fff;border-radius:999px;padding:10px 16px;font-weight:900}
.apply-box{width:min(900px,94vw);margin:24px auto 70px;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 16px 35px rgba(0,0,0,.08)}
.apply-box iframe{display:block;min-height:680px}
.doc{max-width:900px;margin:38px auto;background:#fff;padding:30px;border:1px solid #eee;border-radius:20px;line-height:1.75}
@media(max-width:820px){
  .original-frame-wrap{height:6100px}
  .original-frame{height:9800px}
  .business-footer{font-size:12.8px;padding-bottom:150px}
  .logo{font-size:24px}
}


/* FINAL mobile-only crop: PC remains unchanged */
@media (max-width: 900px) {
  .original-frame-wrap {
    height: 5000px !important;
    max-height: 5000px !important;
    overflow: hidden !important;
  }
  .original-frame {
    height: 9800px !important;
  }
  .business-footer {
    margin-top: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 150px !important;
  }
}
@media (max-width: 480px) {
  .original-frame-wrap {
    height: 4920px !important;
    max-height: 4920px !important;
  }
}
