/* Shared sub-page shell (inquiry / lookbook / community)
   detail-hero 높이는 style.css 공통 규칙으로 통일 */
.quote-page .detail-visual,
.b2b-page .detail-visual,
.qa-page .detail-visual,
.notice-page .detail-visual,
.support-page .detail-visual,
.download-page .detail-visual,
.lookbook-page .detail-visual,
.company-page .detail-visual,
.product-page .detail-visual,
.partner-page .detail-visual{
  display:none;
}
.quote-page .detail-hero h1 .detail-title-main,
.quote-page .detail-hero h1 .detail-title-accent,
.b2b-page .detail-hero h1 .detail-title-main,
.b2b-page .detail-hero h1 .detail-title-accent,
.qa-page .detail-hero h1 .detail-title-main,
.qa-page .detail-hero h1 .detail-title-accent,
.notice-page .detail-hero h1 .detail-title-main,
.notice-page .detail-hero h1 .detail-title-accent,
.support-page .detail-hero h1 .detail-title-main,
.support-page .detail-hero h1 .detail-title-accent,
.download-page .detail-hero h1 .detail-title-main,
.download-page .detail-hero h1 .detail-title-accent,
.lookbook-page .detail-hero h1 .detail-title-main,
.lookbook-page .detail-hero h1 .detail-title-accent,
.company-page .detail-hero h1 .detail-title-main,
.company-page .detail-hero h1 .detail-title-accent,
.product-page .detail-hero h1 .detail-title-main,
.product-page .detail-hero h1 .detail-title-accent,
.partner-page .detail-hero h1 .detail-title-main,
.partner-page .detail-hero h1 .detail-title-accent{
  display:inline;
  margin:0;
  color:inherit;
  font-style:inherit;
  font-weight:inherit;
}
.quote-page .subpage-section,
.b2b-page .subpage-section,
.qa-page .subpage-section,
.notice-page .subpage-section,
.support-page .subpage-section,
.download-page .subpage-section,
.lookbook-page .subpage-section{
  padding:40px 0 90px;
}
.quote-page .subpage-head,
.b2b-page .subpage-head,
.qa-page .subpage-head,
.notice-page .subpage-head,
.support-page .subpage-head,
.download-page .subpage-head,
.lookbook-page .subpage-head{
  margin-bottom:22px;
}
.g5-frame{
  min-height:560px;
}

.page-subnav,
.page-subnav-inner,
.page-subnav a{display:none}

.subpage-section{padding:90px 0 120px}
.subpage-section.dark{
  background:#171717;
  color:#fff;
}
.subpage-head{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:end;
  margin-bottom:42px;
}
.subpage-head .no{
  font:700 12px Montserrat,'Noto Sans KR',sans-serif;
  letter-spacing:.16em;
  color:var(--orange);
  margin-bottom:14px;
}
.subpage-head h2{
  font:700 clamp(36px,4vw,58px)/1.2 var(--font-ko);
  letter-spacing:-.03em;
}
.subpage-head p{
  max-width:420px;
  color:#666;
  line-height:1.8;
}
.subpage-section.dark .subpage-head p{color:#bbb}

.case-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.case-main,.case-side article{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#ddd;
}
.case-main{min-height:560px}
.case-side{display:grid;gap:18px}
.case-side article{min-height:271px}
.case-main img,.case-side img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.case-label{
  position:absolute;
  left:18px;
  bottom:18px;
  background:rgba(20,20,20,.88);
  color:#fff;
  padding:12px 16px;
  border-radius:14px;
  font-size:13px;
  font-weight:600;
}

.inquiry-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:start;
}
.inquiry-copy .checklist{
  display:grid;
  gap:10px;
  margin-top:28px;
}
.inquiry-copy .checklist span{
  display:block;
  padding:14px 16px;
  border-radius:14px;
  background:#f5f5f3;
  font-size:14px;
  font-weight:600;
}
.inquiry-form{
  background:#fff;
  border:1px solid #ececec;
  border-radius:28px;
  padding:34px;
  box-shadow:0 20px 60px rgba(0,0,0,.04);
}
.inquiry-form select{
  width:100%;
  border:1px solid #ddd;
  background:#fafafa;
  border-radius:11px;
  padding:15px;
}
.biz-verify-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px 16px;
  align-items:center;
  margin:0 0 18px;
  padding:14px 16px;
  border:1px dashed #e2ddd4;
  border-radius:14px;
  background:#fffaf6;
}
.biz-verify-btn{
  display:inline-flex;
  align-items:center;
  padding:11px 16px;
  border:1px solid var(--ink);
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.biz-verify-btn:disabled{opacity:.55;cursor:wait}
.biz-verify-status{
  margin:0;
  flex:1;
  min-width:180px;
  font-size:13px;
  color:#777;
  line-height:1.5;
}
.biz-verify-status.pending{color:#888}
.biz-verify-status.success{color:#1f7a3f;font-weight:700}
.biz-verify-status.error{color:#b42318;font-weight:600}


.qa-list{display:grid;gap:12px}
.qa-item{
  border:1px solid #e8e8e6;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.qa-item summary{
  list-style:none;
  cursor:pointer;
  padding:20px 24px;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.qa-item summary::-webkit-details-marker{display:none}
.qa-item summary:after{content:"+";color:var(--orange);font-weight:800}
.qa-item[open] summary:after{content:"–"}
.qa-item .qa-body{
  padding:0 24px 22px;
  color:#555;
  line-height:1.75;
}

.board-fallback-list{display:grid;gap:12px}
.board-fallback-item{
  display:grid;
  grid-template-columns:90px 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px 20px;
  border-radius:16px;
  border:1px solid #ececec;
  background:#fff;
}
.board-fallback-item .date{
  font:700 12px Montserrat,'Noto Sans KR',sans-serif;
  letter-spacing:.08em;
  color:#999;
}
.board-fallback-item strong{display:block;margin-bottom:4px}
.board-fallback-item span{color:#777;font-size:14px}
.board-fallback-item .tag{
  font-size:12px;
  font-weight:700;
  color:var(--orange);
}

.g5-toolbar{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.lookbook-admin-bar{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:22px;
  padding:18px 20px;
  border:1px solid #e8e6e1;
  border-radius:16px;
  background:#fffaf6;
}
.lookbook-admin-bar strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}
.lookbook-admin-bar span{font-size:13px;color:#666}
.lookbook-admin-actions{display:flex;gap:8px;flex-wrap:wrap}
.lookbook-admin-actions a{
  display:inline-flex;
  align-items:center;
  padding:10px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}
.lookbook-admin-actions .primary{background:var(--orange);color:#fff}
.lookbook-admin-actions .secondary{border:1px solid #ccc;background:#fff;color:#333}
.g5-toolbar strong{font-size:18px}
.g5-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}
.g5-toolbar-actions a{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid #ddd;
  background:#fff;
  font-size:12px;
  font-weight:700;
  color:#444;
}
.g5-toolbar-actions a.admin{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
}
a.board-fallback-item{text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}
a.board-fallback-item:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.06)}
.g5-frame{
  width:100%;
  min-height:720px;
  border:0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}
.g5-board-direct{
  margin-top:12px;
  font-size:13px;
  color:#777;
}
.g5-ready-card{
  border:1px dashed #d7d7d4;
  border-radius:24px;
  padding:42px 36px;
  background:linear-gradient(180deg,#fff,#f7f7f5);
}
.g5-ready-card strong{
  display:block;
  font-size:22px;
  margin-bottom:12px;
}
.g5-ready-card p{color:#666;line-height:1.7;margin-bottom:10px}
.g5-ready-card code{
  background:#eee;
  padding:2px 6px;
  border-radius:6px;
  font-size:12px;
}
.g5-ready-card .primary{
  display:inline-flex;
  margin-top:14px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-weight:700;
}
.g5-hint{font-size:13px;color:#888}

.support-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:36px;
}
.support-card{
  padding:28px;
  border-radius:22px;
  background:#f6f6f4;
}
.support-card b{
  display:block;
  color:var(--orange);
  font:700 11px Montserrat,'Noto Sans KR',sans-serif;
  letter-spacing:.14em;
  margin-bottom:12px;
}
.support-card h3{font-size:22px;margin-bottom:10px}
.support-card p{color:#666;line-height:1.7;font-size:14px}

@media(max-width:1050px){
  .case-grid,.inquiry-layout,.support-cards{grid-template-columns:1fr}
  .case-main{min-height:420px}
  .subpage-head{display:block}
  .subpage-head p{margin-top:18px}
  .board-fallback-item{grid-template-columns:1fr;gap:8px}
}
@media(max-width:650px){
  .subpage-section{padding:70px 0 90px}
  .inquiry-form{padding:22px}
  .g5-frame{min-height:560px}
}
