.mCounselView { width:100%; float:left; margin-top: 30px; }
.mCounselView > div { width:100%; float:left; }


.form_wrap { width: 100%; float: left; padding: 40px 0; }
.form_wrap > form { width: 100%; float: left; }
.form_wrap > form h1.tit { font-size: 18px; margin-bottom: 7px; font-weight: bold; }

.edit_page_wrap { width: 100%; float: left; }

.edit_table_wrap { width:100%; float: left; margin-top: 60px; }
.edit_table_wrap:first-of-type { margin-top: 0; }
.edit_table_wrap i { cursor: pointer; }
.edit_table_wrap table { width: 100%; float: left; border-top: 2px solid #000; border-bottom: 1px solid #000; }
.edit_table_wrap table tr { border-bottom: 1px solid #D9D9D9; }
.edit_table_wrap table tr > * { padding: 15px; }
.edit_table_wrap table tr > th { background-color:#EBEBEB; font-size: 16px; }
.edit_table_wrap table tr:last-of-type { border-bottom: 0; }


input[type="text"].txt_box { width: 100%; height: 42px; font-size: 15px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 5px; }
input[type="text"].txt_box:focus { border: 1px solid #c8a063 !important; transition: border 0.5s !important; }

input[type="password"].txt_box { width: 100%; height: 42px; font-size: 15px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 5px; }
input[type="password"].txt_box:focus { border: 1px solid #c8a063 !important; transition: border 0.5s !important; }

input[type="number"].txt_box { width: 100%; height: 42px; font-size: 15px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 5px; }
input[type="number"].txt_box:focus { border: 1px solid #c8a063 !important; transition: border 0.5s !important; }

select.txt_box { width:100%; height: 42px; float:left; font-size: 15px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 5px; }
select.txt_box:focus { border: 1px solid #c8a063 !important; transition: border 0.5s !important; }

textarea.txt_box { width: 100%; font-size: 15px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 5px; resize: none; height: 223px; padding: 12px; }
textarea.txt_box:focus { border: 1px solid #c8a063 !important; transition: border 0.5s !important; }