#bo_wrap {
    clear: both;
    margin-top: 40px;
    width: 100%;
    display: block;
}

#bo_top {
	margin: 10px 0;
}

.brand-list-table {
    width:100%;
    border-collapse:collapse;
	font-size:15px;
}

.brand-list-table th {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}

.brand-list-table th,
.brand-list-table td {
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
}

.brand-list-table td {
    color: #666;
}

.brand-list-table a {
    color: #666;
    text-decoration: none;
}

.brand-table {
    width:100%;
    border-collapse:collapse;
	font-size:15px;
}

.brand-table th {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}

.brand-table th,
.brand-table td {
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
}

.pagination {
    text-align:center;
    margin:20px 0;
}

.pagination a {
    display:inline-block;
    padding:6px 10px;
    margin:0 2px;
    border:1px solid #ccc;
}

.pagination a.active {
    background:#c62828;
    color:#fff;
}

.btn-register-b {
    background: #8b4513;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 5px 25px;
	border-radius:20px;
    font-weight: 600 !important;
}

.btn-register-admin {
    background: #363434;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 5px 25px;
	padding: 8px 15px;
    font-weight: 600 !important;
}

.btn-register {
    background: #8b4513;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 8px 15px;
    font-weight: 600 !important;
}

.btn-register-del {
    background: red;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 8px 15px;
    font-weight: 600 !important;
}

.btn-cancel {
    background:#777;
    color:#fff;
    padding:8px 15px;
	font-size:15px;
	border:0px !important;
}

.frm_input {
	border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.board-search-wrap {
	margin-top:40px;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.search-label {
    height: 38px;
    line-height: 38px;
    display: inline-block;
}

.search-label {
    font-weight: 600;
    color: #333;
    min-width: 50px;
}

.board-search-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.board-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.board-search-form * {
    box-sizing: border-box;
}

.search-input {
    flex: 1;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.search-btn {
    border-radius: 0;
}

.search-btn,
.search-reset {
    width:38px;
    height:38px;
    border:none;
    background:#666;
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:3px;
}

.search-reset {
    background:#888;
}

.search-btn:hover,
.search-reset:hover {
    background:#444;
}

input[type=text], input[type=password], textarea {
    -webkit-transition: all 0.30s 
ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}


.total-count {
	margin-top: 25px;
    font-size: 15px;
	padding-bottom:5px;
    border-bottom:1px solid #797979;
}



/* ===== 그누보드 CSS 차단 ===== */
.mapil-container * {
    box-sizing: border-box;
}
.mapil-container ul,
.mapil-container li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mapil-container a {
    color: inherit;
    text-decoration: none;
}
.mapil-container img {
    display: block;
    max-width: 100%;
}

/* ===== 레이아웃 ===== */
.mapil-container{
    max-width:1100px;
	width:100%;
    padding-left: 46px;
	padding-top: 30px;
    font-family:'Noto Sans KR', sans-serif;
}

.page-title{
    font-size:22px;
    font-weight:700;
    border-bottom:2px solid #333;
    padding-bottom:10px;
    margin-bottom:15px;
}

.total-count{
    font-size:15px;
    margin-bottom:25px;
}
.total-count strong{
    color:#d90000;
}

/* ===== 카드 리스트 ===== */
.sale-list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:26px;
}

.sale-item{
    border:1px solid #ddd;
    background:#fff;
    transition:.2s;
}

.sale-item:hover{
    transform:translateY(-3px);
    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

/* ===== 이미지 ===== */
.thumb{
    position:relative;
    height:210px;
    overflow:hidden;
    background:#f2f2f2;
}
.thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#1e73be;
    color:#fff;
    font-size:13px;
    padding:4px 8px;
}

/* ===== 정보 ===== */
.info{
    padding:20px;
}

.horse-no{
	float:left;
    font-size:19px;
    font-weight:700;
    color:#d90000;
	margin:3px 0;
}

.horse-name {
    float: left;
    padding-left: 5px;
    font-size: 19px;
    font-weight: 600;
    margin: 3px 0 15px;
}

.price{
	clear:both;
    font-size:19px;
    font-weight:700;
    color:#3a3b3c;
    margin-bottom:20px;
}

.spec li{
    font-size:15px;
	font-weight:500;
    line-height:1.6;
    color:#555;
}

/* ===== 페이징 ===== */
.pagination{
    margin-top:40px;
    text-align:center;
}
.pagination a{
    display:inline-block;
    min-width:30px;
    padding:6px 10px;
    border:1px solid #ccc;
    margin:0 2px;
}
.pagination a.active{
    background:#c62828;
    color:#fff;
    border-color:#c62828;
}

/* ===== 데이터 없음 ===== */
.no-data{
    grid-column:1 / -1;
    text-align:center;
    padding:50px;
    color:#777;
}