@charset "utf-8";

/* text-align */
.al {text-align:left !important;}
.ac {text-align:center !important}
.ar {text-align:right !important}


.bbs_WriteA {border-top:2px solid #545454; margin-top:1rem;}
.bbs_WriteA table {width:100%;}
.bbs_WriteA table th {padding:13px 10px; color:#111; font-family: 'SCDream'; font-weight:600; text-align:left; border-bottom:1px solid #eaecf1; background:#f9fafb; }
.bbs_WriteA table td {padding:13px 10px; border-bottom:1px solid #eaecf1; }
.bbs_WriteA table td textarea {width:100%; height:300px; border:1px solid #ddd; }
.bbs_WriteA table td input, .bbs_WriteA table td label {vertical-align:middle; }