﻿/*기본태그 정의*/
html, body {
    padding: 0;
    margin: 0;
}

body, td, select, textarea, input {
    font-size: 17px;
}

select, textarea, input {
    font-size: 17px;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
}

input {
    height: 40px;
    max-height: 40px;
}

    input::placeholder {
        font-weight: bold;
        color: #333;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.text-header {
    font-size: 30px;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: darkred !important;
    font-weight: bold;
}

.search-btn {
    border: 0;
    background-color: #335084;
    color: #fff;
    font-size:18px;
    font-weight: bold;
    padding: 5px 30px;
    cursor: pointer;
    border-radius : 10px;
}


/* Table */
.table-line {
    margin-top: 4px;
    border-top: 4px solid #335084;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 0;
}

.board-number-table {
    width: 100%;
    text-align: center;
}

/* table */

.search-area {
    background-color: #E8E8E8;
    margin:auto;
    margin-bottom: 50px;
    text-align:center;
    padding: 15px 0;
    border-radius: 15px;
}

.button-area {
    margin-top: 10px;
    height: 40px;
}

.pagination {
    display: inline;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    display: inline-block;
    border: 2px solid #C6C6C6;
    margin: 0 5px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #333;
    font-weight:bold;
    background-color: #fff;
    text-decoration: none;
    border:0;
}

    .page-link:hover {
        color: #333;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #335084;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
