.jiho-board{--jb:#1f4e9c}.jiho-board-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #111}.jiho-board-head span{font-size:11px;font-weight:900;letter-spacing:.18em;color:var(--jb)}.jiho-board-head h2{margin:5px 0 0;font-size:30px}.jiho-board-head p{margin:0;color:#667085}.jiho-board-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.jiho-board-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.card-thumb{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#eef2f6}.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.jiho-board-card:hover .card-thumb img{transform:scale(1.04)}.thumb-empty{display:grid;height:100%;place-items:center;color:#98a2b3;font-weight:900;letter-spacing:.16em}.play-mark{position:absolute;left:50%;top:50%;display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;transform:translate(-50%,-50%);font-style:normal}.card-copy{padding:18px}.card-copy h3{margin:5px 0 12px;font-size:17px;line-height:1.45}.card-copy time{font-size:12px;color:#667085}.badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf1ff;color:var(--jb);font-size:11px;font-weight:800}.jiho-board-table-wrap{overflow-x:auto}.jiho-board-table{width:100%;border-collapse:collapse}.jiho-board-table th,.jiho-board-table td{padding:15px 12px;border-bottom:1px solid #e5e7eb;text-align:center;font-size:14px}.jiho-board-table th{border-top:2px solid #111;background:#f8fafc}.jiho-board-table .subject{text-align:left}.jiho-board-table .no{width:80px}.jiho-board-table .author{width:110px}.jiho-board-table .date{width:120px}.jiho-board-table .views{width:80px}.jiho-board-table .empty{padding:50px;color:#667085}.jiho-board-view>header{padding:24px 0;border-top:2px solid #111;border-bottom:1px solid #e5e7eb}.jiho-board-view h1{margin:10px 0 16px;font-size:28px}.jiho-board-view .meta{display:flex;gap:16px;color:#667085;font-size:13px}.jiho-document-content{padding:34px 0;min-height:220px;line-height:1.8}.jiho-document-content img{max-width:100%;height:auto}.attachments{display:flex;flex-direction:column;gap:7px;padding:18px;border-radius:10px;background:#f8fafc}.jiho-board-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.jiho-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-weight:700;cursor:pointer}.jiho-btn.primary{border-color:var(--jb);background:var(--jb);color:#fff}.jiho-btn.danger{border-color:#d92d20;color:#d92d20}.jiho-pagination{display:flex;justify-content:center;gap:6px;margin:30px 0}.jiho-pagination a,.jiho-pagination strong{display:grid;min-width:34px;height:34px;place-items:center;border-radius:7px}.jiho-pagination strong{background:var(--jb);color:#fff}.jiho-board-search{display:flex;justify-content:center;gap:7px}.jiho-board-search select,.jiho-board-search input,.jiho-write-form input,.jiho-write-form textarea,.jiho-confirm-form input{min-height:42px;padding:8px 11px;border:1px solid #d0d5dd;border-radius:7px}.jiho-write-form .form-row{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:14px;margin:14px 0}.editor-wrap{margin-top:18px}.jiho-confirm-form,.jiho-message{max-width:600px;margin:30px auto;padding:30px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.lock{margin-right:5px}@media(max-width:900px){.jiho-board-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.jiho-board-grid{grid-template-columns:1fr}.jiho-board-head{align-items:flex-start;flex-direction:column}.jiho-board-table .author,.jiho-board-table .views{display:none}.jiho-board-table .no{width:56px}.jiho-write-form .form-row{grid-template-columns:1fr}.jiho-board-actions{flex-wrap:wrap}}

/* JIHO board v1.6.0 */
.jiho-board-card .card-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.jiho-inquiry-landing{max-width:760px;margin:36px auto;padding:42px;border:1px solid #dfe6ef;border-radius:18px;background:linear-gradient(135deg,#f7faff,#fff);text-align:center}
.jiho-inquiry-landing h3{margin:16px 0 10px;font-size:28px}
.jiho-inquiry-landing p{margin:0 0 24px;color:#667085}
.jiho-form-intro{margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}
.jiho-form-intro h3{margin:12px 0 7px;font-size:26px}
.jiho-form-intro p{margin:0;color:#667085}
.jiho-write-form select{min-height:42px;padding:8px 11px;border:1px solid #d0d5dd;border-radius:7px;background:#fff}
.jiho-write-form .form-row-top{align-items:start}
.jiho-write-form .form-row label em{color:#d92d20;font-style:normal}
.jiho-write-form textarea[name="jiho_message"]{width:100%;resize:vertical}
.jiho-privacy-check,.jiho-notice-check{display:flex;align-items:flex-start;gap:9px;margin:18px 0;color:#475467;font-size:13px}
.jiho-privacy-check input,.jiho-notice-check input{width:17px;height:17px;margin:2px 0 0}
.jiho-inquiry-document{padding:20px;border-radius:10px;background:#f8fafc}
@media(max-width:640px){.jiho-inquiry-landing{padding:30px 20px}.jiho-form-intro h3{font-size:23px}}

.jiho-privacy-note{margin:16px 0 0;padding:12px 14px;border-radius:8px;background:#f8fafc;color:#667085;font-size:12.5px;line-height:1.65}


/* JIHO board v1.7.0 */
.jiho-board-card .card-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.jiho-board-table .subject a{display:block;line-height:1.45;word-break:keep-all;overflow-wrap:break-word}
@media(max-width:640px){
  .jiho-board-table{table-layout:fixed}
  .jiho-board-table th.no,
  .jiho-board-table td:first-child,
  .jiho-board-table .author,
  .jiho-board-table .views,
  .jiho-board-table th.author,
  .jiho-board-table th.views{display:none!important}
  .jiho-board-table .date,
  .jiho-board-table td:nth-child(4){width:84px;padding-left:5px;padding-right:5px;font-size:11px}
  .jiho-board-table .subject{width:auto;padding-left:8px;padding-right:8px;text-align:left}
  .jiho-board-table .subject a{font-size:13.5px;word-break:keep-all;overflow-wrap:anywhere;white-space:normal}
}


/* JIHO board v1.9.0 */
.jiho-inquiry-public-notice{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  margin:0 0 26px;padding:22px 24px;border:1px solid #dce5f0;border-radius:14px;
  background:linear-gradient(135deg,#f6f9fe,#fff)
}
.jiho-inquiry-public-notice strong{display:block;margin-bottom:6px;font-size:19px}
.jiho-inquiry-public-notice p{margin:0;color:#667085;font-size:13.5px;line-height:1.65}
.jiho-lock-status{
  display:flex;align-items:center;gap:10px;margin:18px 0 0;padding:14px 16px;
  border:1px solid #b9c9e4;border-radius:10px;background:#eef4ff;color:#1f4e9c
}
.jiho-lock-status input{width:18px;height:18px;margin:0}
.jiho-lock-status strong{font-weight:850}
.jiho-write-form .form-row small{display:block;margin-top:6px;color:#667085;font-size:12px}
@media(max-width:640px){
  .jiho-inquiry-public-notice{align-items:stretch;flex-direction:column}
  .jiho-inquiry-public-notice .jiho-btn{justify-content:center;text-align:center}
}


/* JIHO board v2.0.0 — enforced secret-document gate */
.jiho-password-gate{
  max-width:560px;margin:34px auto;padding:clamp(26px,5vw,44px);
  border:1px solid #d8e1ed;border-radius:18px;background:#fff;
  box-shadow:0 16px 42px rgba(20,42,76,.08);text-align:center
}
.jiho-password-gate .jiho-password-icon{
  display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;
  border-radius:50%;background:#eef4ff;font-size:25px
}
.jiho-password-gate h3{margin:0 0 9px;font-size:26px}
.jiho-password-gate p{margin:0 0 24px;color:#667085;line-height:1.7}
.jiho-password-gate label{display:block;margin-bottom:8px;color:#344054;font-size:13px;font-weight:800;text-align:left}
.jiho-password-gate input[type="password"]{
  width:100%;min-height:48px;padding:11px 13px;border:1px solid #cfd8e5;
  border-radius:9px;background:#fff;font:inherit
}
.jiho-password-gate input[type="password"]:focus{outline:2px solid rgba(31,78,156,.18);border-color:#1f4e9c}
.jiho-password-gate .jiho-board-actions{justify-content:center;margin-top:20px}
.jiho-secret-badge{background:#eef4ff!important;color:#1f4e9c!important}
