@charset "utf-8";

#boxBoardWrite{padding:5rem 0;}
#boxBoardWrite .bd-write{display:flex;flex-direction:column;gap:1rem;}
#boxBoardWrite .bd-write-section{border:1px solid #e5e7eb;border-radius:1rem;background:#fff;overflow:hidden;}
#boxBoardWrite .bd-write-section__head{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc;}
#boxBoardWrite .bd-write-section__title{margin:0;font-size:1.35rem;font-weight:600;line-height:1.4;}
#boxBoardWrite .bd-write-section__body{padding:1.5rem;}
#boxBoardWrite .bd-choice-tabs{display:flex;gap:10px;flex-wrap:wrap;}
#boxBoardWrite .bd-choice-tabs__btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 24px;border:1px solid #ddd;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;}
#boxBoardWrite .bd-choice-tabs__btn:hover{border-color:#93c5fd;color:#1d4ed8;}
#boxBoardWrite .bd-choice-tabs__btn.is-active{border-color:#2563eb;background:#2563eb;color:#fff;}
#boxBoardWrite .bd-form-grid{display:grid;gap:16px;}
#boxBoardWrite .bd-form-grid--1{grid-template-columns:1fr;}
#boxBoardWrite .bd-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
#boxBoardWrite .bd-form-item{min-width:0;}
#boxBoardWrite .bd-form-item--full{grid-column:1/-1;}
#boxBoardWrite .bd-form-label{display:block;margin-bottom:8px;font-size:1rem;font-weight:500;line-height:1.4;}
#boxBoardWrite .bd-form-control{width:100%;height:3rem;line-height:3rem;font-size:1.15rem;padding:0 1rem;border:1px solid #ddd;border-radius:.25rem;background:#fff;font-size:15px;box-sizing:border-box;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;}
#boxBoardWrite .bd-form-control::placeholder{color:#9ca3af;}
#boxBoardWrite .bd-form-control:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08);background:#fff;}
#boxBoardWrite .bd-form-control[readonly],#boxBoardWrite .bd-form-control:disabled{background:#f9fafb;color:#6b7280;}
#boxBoardWrite .bd-form-control--textarea{height:200px;padding:1rem;line-height:1.4;resize:vertical;}
#boxBoardWrite select.bd-form-control{padding-right:40px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;}
#boxBoardWrite .bd-form-inline{display:flex;gap:10px;align-items:center;}
#boxBoardWrite .bd-form-inline .bd-form-control{flex:1 1 auto;}
#boxBoardWrite .bd-form-inline__slash{flex:0 0 auto;font-size:17px;font-weight:600;color:#6b7280;}
#boxBoardWrite .bd-check{display:inline-flex;gap:10px;align-items:center;min-height:50px;padding:0 14px;border:1px solid #ddd;border-radius:12px;background:#fff;font-size:14px;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;}
#boxBoardWrite .bd-check:hover{border-color:#93c5fd;}
#boxBoardWrite .bd-check input{width:18px;height:18px;flex:0 0 auto;}
#boxBoardWrite .bd-check--lg{width:100%;justify-content:center;padding:15px 18px;}
#boxBoardWrite .bd-upload-box{padding:18px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fbff;}
#boxBoardWrite .bd-upload-box__top{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:12px;}
#boxBoardWrite .bd-upload-box__txt{margin:0;font-size:14px;line-height:1.6;color:#4b5563;}
#boxBoardWrite .bd-upload-box__guide{margin:12px 0 0;font-size:13px;color:#6b7280;}
#boxBoardWrite .bd-upload-list{display:flex;flex-direction:column;gap:10px;}
#boxBoardWrite .bd-upload-row{display:flex;gap:10px;align-items:center;}
#boxBoardWrite .bd-upload-row .bd-form-control{flex:1 1 auto;}
#boxBoardWrite .bd-write-agree{padding:4px 0;}
#boxBoardWrite .bd-write-submit{display:flex;justify-content:center;padding-top:4px;}
#boxBoardWrite .bd-btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 20px;border:1px solid transparent;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;box-sizing:border-box;transition:all .2s ease;text-align:center;white-space:nowrap;}
#boxBoardWrite .bd-btn:hover{transform:translateY(-1px);}
#boxBoardWrite .bd-btn--primary{min-width:220px;background:#2563eb;color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.2);}
#boxBoardWrite .bd-btn--primary:hover{background:#1d4ed8;}
#boxBoardWrite .bd-btn--line{background:#fff;border-color:#cbd5e1;color:#1f2937;}
#boxBoardWrite .bd-btn--line:hover{border-color:#94a3b8;background:#f8fafc;}
#boxBoardWrite .bd-btn--light{background:#f3f4f6;border-color:#e5e7eb;color:#374151;}
#boxBoardWrite .bd-btn--light:hover{background:#e5e7eb;}
@media (max-width:768px){
	#boxBoardWrite{padding:2.5rem 0;}
	#boxBoardWrite .bd-write{gap:16px;}
	#boxBoardWrite .bd-write-section{border-radius:16px;}
	#boxBoardWrite .bd-write-section__head{padding:16px 18px;}
	#boxBoardWrite .bd-write-section__title{font-size:17px;}
	#boxBoardWrite .bd-write-section__body{padding:18px;}
	#boxBoardWrite .bd-form-grid--2{grid-template-columns:1fr;}
	#boxBoardWrite .bd-form-inline{flex-wrap:wrap;}
	#boxBoardWrite .bd-upload-row{flex-direction:column;align-items:stretch;}
	#boxBoardWrite .bd-upload-row .bd-btn{width:100%;}
	#boxBoardWrite .bd-btn--primary{width:100%;}
}