@charset "utf-8";

.nonpay-board,.nonpay-write{max-width:1360px;margin:0 auto;padding:90px 40px 120px;color:#25312d}
.nonpay-head,.nonpay-write-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:42px}
.nonpay-head p,.nonpay-write-head p{margin:0 0 10px;color:#6ea394;font-size:12px;font-weight:700;letter-spacing:.18em}
.nonpay-head h2,.nonpay-write-head h2{margin:0;font-size:42px;line-height:1.25;letter-spacing:-.045em}
.nonpay-head span{display:block;margin-top:14px;color:#6b7772;font-size:16px;line-height:1.7}
.nonpay-admin-btn,.nonpay-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border:1px solid #315c53;background:#315c53;color:#fff;font-size:14px;font-weight:700}
.nonpay-category{margin-bottom:28px}
.nonpay-category ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.nonpay-category li{margin:0}
.nonpay-category a{display:flex;align-items:center;justify-content:center;min-width:110px;height:44px;padding:0 18px;border:1px solid #d6dfdb;background:#fff;color:#5b6863;font-size:14px}
.nonpay-category #bo_cate_on,.nonpay-category a:hover{border-color:#315c53;background:#315c53;color:#fff}
.nonpay-table-wrap{overflow:hidden;border-top:0;border-bottom:1px solid #dce4e0;background:#fff}
.nonpay-table{width:100%;border-collapse:collapse;table-layout:fixed}
.nonpay-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.nonpay-table .col-category{width:16%}.nonpay-table .col-item{width:31%}.nonpay-table .col-price{width:18%}.nonpay-table .col-note{width:auto}.nonpay-table .col-manage{width:90px}
.nonpay-table th{height:66px;padding:0 20px;border-bottom:1px solid #cfdad5;background:#f4f8f6;color:#315c53;font-size:15px;font-weight:700;text-align:center}
.nonpay-table td{padding:22px 20px;border-bottom:1px solid #e3e9e6;color:#56635e;font-size:15px;line-height:1.65;text-align:center;word-break:keep-all}
.nonpay-table tbody tr:last-child td{border-bottom:0}
.nonpay-table tbody tr:hover td{background:#fbfcfb}
.nonpay-name{color:#202c28!important;font-size:16px!important;font-weight:650!important;text-align:left!important}
.nonpay-price{color:#315c53!important;font-size:16px!important;font-weight:700!important;white-space:nowrap}
.nonpay-note{text-align:left!important}
.nonpay-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 12px;background:#eaf2ef;color:#315c53;font-size:13px;font-weight:700}
.nonpay-edit{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid #cbd7d2;color:#315c53;font-size:13px}
.nonpay-empty{padding:70px 20px!important;color:#7b8782!important;text-align:center!important}
.nonpay-notice{display:grid;grid-template-columns:80px 1fr;gap:20px;margin-top:28px;padding:22px 26px;background:#eef4f1;color:#5d6b66}
.nonpay-notice strong{color:#315c53;font-size:15px}.nonpay-notice p{margin:0;font-size:14px;line-height:1.75}
.nonpay-board .pg_wrap{margin-top:36px;text-align:center}

.nonpay-write-head{display:block}
.nonpay-write form{padding:42px;border:1px solid #dce4e0;border-top:3px solid #315c53;background:#fff}
.nonpay-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.nonpay-field{display:flex;flex-direction:column;gap:9px}
.nonpay-field-full{grid-column:1/-1}
.nonpay-field label{color:#344740;font-size:14px;font-weight:700}
.nonpay-field input,.nonpay-field select,.nonpay-field textarea{width:100%;border:1px solid #cfd9d5;background:#fff;color:#26332e;font-family:inherit;font-size:15px}
.nonpay-field input,.nonpay-field select{height:52px;padding:0 15px}.nonpay-field textarea{min-height:130px;padding:15px;line-height:1.7;resize:vertical}
.nonpay-field input:focus,.nonpay-field select:focus,.nonpay-field textarea:focus{outline:0;border-color:#315c53;box-shadow:0 0 0 3px rgba(49,92,83,.08)}
.nonpay-form-actions{display:flex;justify-content:center;gap:10px;margin-top:36px}
.nonpay-btn{min-width:140px;border-radius:0}.nonpay-btn-line{border-color:#bdc9c4;background:#fff;color:#52615b}.nonpay-btn-fill{border-color:#315c53;background:#315c53;color:#fff}

@media(max-width:760px){
  .nonpay-board,.nonpay-write{padding:64px 20px 90px}
  .nonpay-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}
  .nonpay-head h2,.nonpay-write-head h2{font-size:32px}
  .nonpay-admin-btn{height:44px}
  .nonpay-category ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .nonpay-category a{min-width:0;width:100%;padding:0 8px}
  .nonpay-table-wrap{overflow:visible;border-bottom:0;background:transparent}
  .nonpay-table,.nonpay-table tbody,.nonpay-table tr,.nonpay-table td{display:block;width:100%}
  .nonpay-table thead,.nonpay-table colgroup{display:none}
  .nonpay-table tr{margin-bottom:14px;border:1px solid #dce4e0;border-top:3px solid #315c53;background:#fff}
  .nonpay-table td{display:grid;grid-template-columns:88px 1fr;align-items:start;gap:12px;padding:14px 16px;border-bottom:1px solid #e6ebe8;text-align:left!important}
  .nonpay-table td::before{content:attr(data-label);color:#315c53;font-size:13px;font-weight:700}
  .nonpay-table td:last-child{border-bottom:0}
  .nonpay-badge{justify-content:flex-start;background:transparent;padding:0;min-height:0}
  .nonpay-empty{display:block!important;padding:50px 18px!important}
  .nonpay-empty::before{display:none}
  .nonpay-notice{grid-template-columns:1fr;gap:8px;padding:20px}
  .nonpay-write form{padding:28px 20px}
  .nonpay-form-grid{grid-template-columns:1fr}
  .nonpay-form-actions{display:grid;grid-template-columns:1fr 1fr}
  .nonpay-btn{width:100%;min-width:0}
}
