/**************************************************/
/************** COLUMN                 **************/
/**************************************************/

.board_total_number {
    font-size: 1.2rem;
    font-family: dotum, Arial;
}

table thead tr td {
    font-size: 1.1rem;
    font-family: dotum, Arial;
}

table tr {
    font-size: 1.1rem;
}



.column1 {
    width: 60px;
    /* max-width: 6rem; */
    /* margin-left: 10rem; */
    /* max-height: 2.9rem; */
    text-align: center;
    /* vertical-align: middle; */
}

.column2 {
    width: 600px;
    /* max-width: 60rem; */
    /* max-height: 2.9rem; */
}

.column3 {
    width: 80px;
    /* max-width: 8rem; */
    /* max-height: 2.9rem; */
}

.column4 {
    width: 60px;
    /* max-width: 6rem; */
    /* max-height: 2.9rem; */
}

.column5 {
    /* margin-left: 20rem */
    width: 50px;
    /* max-width: 5rem; */
    /* width: 50px; */
    /* max-height: 2.9rem; */
}

.board-list-user {
    text-align: center;
}

.board-list-date {
    text-align: center;
}

.board-list-view {
    text-align: center;
    /* padding-right: 2rem; */

}

.board-item-user {
    /* padding-right: 2rem */
}


table {
    display: flex;
    flex-direction: column;
}



tfoot {
    display: flex;
    background-color: blue;
    /* font-weight: 700; */
}

thead {
    /* padding: 1.2rem 0; */
    padding: 0.8rem 0;
    /* padding-left: 2.4rem;
    padding-right: 0rem; */
    background-color: #f0f0f0;
    color: #464c52;
}





.board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-total-number {
    color: #828282;
    font-size: 1.1rem;
    font-family: dotum, Arial;
    padding: 0;
}

.board-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    /* padding: 1rem; */
}

.target select {
    font-size: 1.2rem;
    color: #666666;
    border: 1px solid #D1D1D1;
    font-family: "dotum";
    padding: 1px;
}

.board-search-input, textarea {
    border: solid 1px #D1D1D1;
    background-color: #F6F6F6;
    padding: 1px;
    height: 1.6rem;
}

thead tr {
    /* display: grid; */
    /* grid-template-columns: 1fr 6fr 1fr 1fr 1fr; */
}

thead td {
    font-weight: 700;
    font-size: 1rem;
}

tbody {
    /* padding: 0 2.4rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 1rem; */
    /* padding: 1rem; */
}

tbody tr{
    /* display: grid;
    grid-template-columns: 1fr 6fr 1fr 1fr 1fr; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E2E4E8;
    padding: 1rem 0; 
    /* margin-bottom: 3rem; */
    /* align-items: center;
    justify-content: center; */
}


.board-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-total-number {
    color: #828282;
    font-size: 1.1rem;
    font-family: dotum, Arial;
    padding: 0;
}

.board-total-number-emp {
    color: rgb(130, 130, 130);
    font-weight: 700;
}


button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.btn-search {
    /* padding: 1rem; */
    border: 0;
    outline: 0;
}



.btn-search-img {
    border: 0;
    width: 100%;
}

.board-list-uid {
    font-weight: 700;
    color: #464c52;
}

.board-item-uid,
.board-item-title,
.board-item-user,
.board-item-date,
.board-item-view {
    font-family: 돋움;
}

.board-item-uid,
.board-item-user,
.board-item-date,
.board-item-view {
    font-size: 1.1rem;
}

.board-item-title {
    font-size: 1.2rem;
    padding-left: 1rem;

    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.board-item-title a {
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}


.board-item-user,
.board-item-date,
.board-item-view {
    text-align: center;
}

.board-item-date {
    white-space: nowrap;
}

.board-item-title:hover {
    color: #0F89E5;
}

.board-item-uid {
    padding-right: 1rem;
}


.board-list-title {
    text-align: center;
}

.board-item-view {
    /* padding-left: 2.1rem; */
    /* text-align: right; */
}

.board-item-title-link {
    position: relative;
}

.table-mobile-item {
    /* display: none; */
}

.hit-icon {
    position: absolute;
    top: 10%;
    left: 102%;
}


.pagination-container {
    /* max-width: 96rem; */
    /* width: 50%; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;

}

.pagination-numbers {
    padding-top: 2rem;
    padding: 0 1rem;
}

.pagination-number {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.5rem;
    transition: all 0.3s;
}

.pagination-number.selected {
    color: #4C89E5;
}

.pagination-number:hover {
    color: #4C89E5
}

/**************************************************/
/************** 홍보동영상                 **************/
/**************************************************/

tbody .pr-promote-item {
    display: flex;
    gap: 2rem;
}

.pr-promote-item-img-container {
    /* padding: 1rem; */
    width: 8rem;
    height: 6.3rem;
}

.pr-promote-item-img-container img {
    width: 100%;
}

.pr-promote-item-text-container {
    display: flex m !important;
    flex-direction: column m !important;
}