@charset "UTF-8";

.search__wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	width:1250px;
	height:100px;
	margin:50px auto 40px;
	background-color:#f0efef;
	border:1px solid rgba(0,0,0,0.2);
}

.search__Box {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:780px;
	height:40px;
}

.search__now {
	display:flex;
	justify-content:center;
	align-items:center;
	width:130px;
	height:100%;
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.2);
}

.search__now p {
	font-size:15px;
	font-weight:700;
}

.search__now p span {
	color:#3876cb;
}

.search__selectBox {
	position:relative;
	width:110px;
	height:100%;
}

.search__selectBox img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.search__select {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	border:1px solid rgba(0,0,0,0.2);
	font-size:15px;
	font-weight:700;
    padding: 0 10px;
	cursor:pointer;
    appearance: none;
}

.search__input {
	width:410px;
	height:100%;
	border:1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0;
    padding-left: 20px;
    font-weight: 700;
}

.search__button {
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	width:85px;
	height:100%;
    border: none;
    background-color: #282828;
    color: #fff;
    font-weight: 700;
    cursor:pointer;
}

.table__wrap {
	width:1250px;
	margin:0 auto;
}

.table__header {
	display:flex;
	justify-content:space-between;
	width:100%;
	height:55px;
	background-color:#eeeeee;
	border-top:2px solid #1b608d;
	border-bottom:1px solid rgba(0,0,0,0.3);
}

.table__empty {
    display: block;
    text-align: center;
    width: 100%;
    padding: 50px 0;
    font-size: 20px;
    font-weight: 700;
}

.table__header > div,
.table__item > div {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:15px;
	font-weight:500;
}

.table__01 {
	width:80px;
}

.table__wrap .table__02 {
	width:650px;
	justify-content:flex-start;
}

.table__03 {
	width:80px;
}

.table__04 {
	width:60px;
}

.table__05 {
	width:110px;
}

.table__06 {
	width:70px;
}

.table__list {
	width:100%;
}

.table__item {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:50px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}

.table__page {
	position:relative;
	display:flex;
	justify-content:center;
	width:100%;
	margin:50px 0;
}

.table__pageBox {
	display: flex;
	position:relative;
	margin:0 auto;
	z-index:10;
}

.table__pageBox li:not(:last-child) {
	margin-right:20px;
}

.table__pageBox li a {
	display:flex;
	justify-content:center;
	align-items:center;
	width:45px;
	height:45px;
	font-size:15px;
	font-weight:600;
}

.table__pageBox li a.nowpage {
	background-color:#005789;
	color:#fff;
}

.board__write {
    display: flex;
    justify-content: flex-end;
	position:absolute;
	width:1250px;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

.write__btn {
    color: #fff;
    background-color: #1b608d;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
}

/* view */

.borderview__wrap {
	width:1250px;
	margin:50px auto 40px;
}

.borderview__wrap h3 {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    border-top: 2px solid #1b608d;
    border-bottom: 2px solid #1b608b;
}

.borderview__infoBox {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:20px 0;
}

.borderview__infoBox li {
	display:flex;
}

.borderview__infoBox li h6 {
	margin-right:5px;
}

.borderview__content {
	width: 100%;
    min-height: 100px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
}

.borderview__btnBox {
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top:50px;
}

.borderview__listbtn {
	position:relative;
	z-index:1;
}

.borderview__listbtn a {
	display:block;
	padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #1b608d;
}

.borderview__managebtn {
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:100%;
}

.borderview__managebtn a {
	padding: 10px;
    background-color: #e9761d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left:10px;
}

.borderview__managebtn a:last-child {
	background-color: #e04317;
}

.download__btn {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.download__btn i {
	margin-left:5px;
}

.filelist {
	display:none;
	flex-direction: column;
	align-items:flex-end;
    padding: 10px;
    width: 100%;
    border: 1px solid rgb(27 96 141);
    margin-bottom: 20px;
}

.filelist__box {
    display: flex;
    justify-content: flex-end;
}

.filelist__item {
	margin-left:10px;
    color: #858585;
}

.filelist__item a {
	font-size:15px;
	font-weight:600;
    color: #1b608d;
}

.filelist__btn {
    display: block;
    margin-top: 20px;
    color: #e04317;
    font-size: 15px;
    font-weight: 600;
    cursor:pointer;
}

.filelist__btn i {
	margin-left:5px;
}

/* 글작성 화면 */

.borderWrite__wrap {
	width:1250px;
	margin:50px auto 50px;
}

.borderWrite__wrap label {
	display:none;
}

.borderWrite__wrap h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 5px solid #1b608d;
}

.borderWrite__textBox {
	width:100%;
}

.borderWrite__textBox form {
	display:flex;
	flex-direction:column;
	width:100%;
}

.borderWrite__line {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0;
}

.borderWrite__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-size: 15px;
    font-weight: 700;
}

.borderWrite__contents {
	width:80%;
}

.borderWrite__contents input {
	height:30px;
}

.borderWrite__contents #title {
	width:500px;
}

.borderWrite__contents #category {
    width: 130px;
    height: 35px;
}

.borderWrite__btnBox {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.borderWrite__btnBox .okay {
	border: none;
    background-color: #1a5d8b;
    padding: 10px 20px;
    color: #fff;
    margin-right:20px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
}

.borderWrite__btnBox .cancel {
	border: none;
    background-color: #e45c19;
    padding: 10px 20px;
    color: #fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
}




























