@charset "utf-8";




.max-board {position: relative;	}
/*------------------------------------
  category
------------------------------------*/
.max-board .board-cate {position: relative;margin-bottom: 2rem;}
.max-board .board-cate ul { display: flex;}
.max-board .board-cate ul li.nav-item {}
.max-board .board-cate ul li.nav-item a {}
.max-board .board-cate ul li.nav-item a.nav-link { padding: 1rem 2rem; display: inline-block;  border: 1px solid #ddd; border-radius: 3rem; font-size: 1.6rem; font-weight: 500; margin: 0 .5rem;}
.max-board .board-cate ul li.nav-item a.active {background: linear-gradient(221deg, #45C882, #2790AB);border-color: transparent;color: #fff;font-weight: 700;box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%);}


/*------------------------------------
  gnb
------------------------------------*/
.max-board .board-gnb {position: relative; display:flex;justify-content: space-between;align-items: center;}
.max-board .board-gnb .board-total { font-size:1.5rem; font-weight: 600;	}
.max-board .board-gnb .board-search {display: flex;border-bottom:2px solid #000}
.max-board .board-gnb .board-search .search-select {margin-right:1rem}
.max-board .board-gnb .board-search .search-select select  {border:0;height: 40px;}
.max-board .board-gnb .board-search .search-form {}
.max-board .board-gnb .board-search .search-form input {border:0; height: 40px; padding:0;}
.max-board .board-gnb .board-search .search-btn {width: 40px; height: 40px; position: relative;background: #000;}
.max-board .board-gnb .board-search .search-btn i {color:#fff; position: absolute; left:50%; top:50%;font-size: 2rem;transform:translate(-50%, -50%);}
@media screen and (max-width: 568px) { 
	.max-board .board-gnb {align-items: flex-start; flex-direction: column;}
	.max-board .board-gnb .board-search {width: 100%;}
	.max-board .board-gnb .board-search .search-btn {margin-left: auto;}
}


/*------------------------------------
  list
------------------------------------*/
.max-board .board-list {width: 100%; margin-top:2rem; border-top:2px solid #000;}
.max-board .board-list thead {background: #eee;}
.max-board .board-list thead tr {}
.max-board .board-list thead tr th {padding:2rem 0;}
.max-board .board-list tbody {}
.max-board .board-list tbody tr {}
.max-board .board-list tbody tr td {border-bottom:1px solid #ddd; padding:1.5rem 0;}
.max-board .board-list tbody tr td.text-center {text-align: center;}
.max-board .board-list tbody tr td.list-text {text-align: center;}
.max-board .board-list tbody tr td.list-num {}
.max-board .board-list tbody tr td.list-subject {text-align:left; }
.max-board .board-list tbody tr td.list-user {}
.max-board .board-list tbody tr td.list-date {}
.max-board .board-list tbody tr td.no-post {text-align: center;}

.max-board .board-menu {display: block;width: 100%;margin-top: 1rem;}
.max-board .board-menu ul { display: flex; justify-content: flex-end;}
.max-board .board-menu ul li {}
.max-board .board-menu a { padding: 1rem 2rem; display: inline-block;}

.max-board .board-page {}
.max-board .board-page nav {}
.max-board .board-page nav ul.pagination {display:flex;align-items: center; justify-content: center;}
.max-board .board-page nav ul.pagination li.page-item {position: relative;margin: 0 .3rem;}
.max-board .board-page nav ul.pagination li.page-item a.page-link {display: block;width: 40px;height: 40px;border: 1px solid #ddd;border-radius: 50% !important; }
.max-board .board-page nav ul.pagination li.page-item i {position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.max-board .board-page nav ul.pagination li.disabled {}
.max-board .board-page nav ul.pagination li.active{}
.max-board .board-page nav ul.pagination li.active a.page-link {position: relative;left: 0;top: 0;transform: translate(0%, -0%);background: transparent;color: #000;line-height: 40px;}



/*------------------------------------
  view
------------------------------------*/
.max-board .board-view {border-top:2px solid #000;}
.max-board .board-view .view-title {background: #f7f7f7;padding: 3rem; border-bottom:1px solid #ddd;}
.max-board .board-view .view-title h2 {font-size: 3rem;font-weight: 700;color: #000; }
.max-board .board-view .view-title .user_info {  font-size: 1.5rem;  margin-top: .5rem;  display: flex;  align-items: center;}
.max-board .board-view .view-title .user_info span {  margin-right: 2rem;}
.max-board .board-view ul {display: block;}
.max-board .board-view ul li { border-bottom: 1px solid #ddd; padding:2rem 3rem;}
.max-board .board-view ul li span.subject { font-size: 1.4rem; font-weight: 700; color: #000;}
.max-board .board-view ul li p.cont { margin-top: .5rem;}
.max-board .board-view .row-content{min-height:15rem;display: block;position:relative;}

.max-board .board-view .view-pageing {display:flex; flex-direction: row-reverse;}
.max-board .board-view .view-pageing .row {width:50%;padding:20px; border-bottom:1px solid #ddd;}
.max-board .board-view .view-pageing .row-next {text-align:right;}
.max-board .board-view .view-pageing .row-prev {}
.max-board .board-view .view-pageing .row-next > div:first-child{color:#333; font-weight:700;}
.max-board .board-view .view-pageing .row-prev > div:first-child{color:#333; font-weight:700;}

.max-board .text-center {display: flex; position: relative; margin-top:2rem;justify-content: flex-end;}
.max-board .text-center a {display: inline-block;text-align: center; font-size: 1.4rem; border-radius:.5rem}

@media screen and (max-width: 568px) { 
	.max-board .board-view .view-title {padding:2rem ;}
	.max-board .board-view .view-title h2 {font-size: 1.8rem;}
	.max-board .board-view .view-title .user_info {font-size: 1.4rem;}
	.max-board .board-view ul li {padding:1.5rem 2rem;}
	.max-board .board-view ul li p.cont {font-size: 1.4rem;}
}

/*------------------------------------
  skin-color 
------------------------------------*/
.top-line{
	border-top:2px solid #333;
}


/*------------------------------------
  board-btn 
------------------------------------*/
/* 진회색 */
.btn-board-01 {
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn-board-01:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


/* 연회색 - 라인 */
.btn-board-02 {
    color: #555;
    background-color: transparent;
    background-image: none;
    border-color: #ddd;
}
.btn-board-02:hover {
	color: #555;
    background-color: #f5f5f5;
    border-color: #ddd;
}


/*------------------------------------
  badge
------------------------------------*/
.badge-new{
	background-color:#fab000;
	color:#fff;
	font-size:1rem; padding:.3rem; font-weight: 600;
}
@-webkit-keyframes pulse {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}
@keyframes pulse {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}
.pulse {
 -webkit-animation:pulse 1.5s 3s ease infinite;
 animation:pulse 1.5s 3s ease infinite;
}

.notice{
	background:#444;
	display: inline-block;
	padding: 0.3em 0.5em 0.35em;
	font-size: 80%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge-comment{
	display:inline-block;
	font-size: 90%;
	line-height: 1;
	color:#fff;
	font-weight:700;
	padding:.15rem .4rem .25rem;
	border-radius:0.2rem;
	background-color:#bababa;
	margin-left:.5rem;
	font-family: 'Raleway', sans-serif;
	vertical-align: baseline;
	position:relative;
}
.badge-comment:empty{
	display:none;
}
.badge-reply{
	display:inline-block;
	width:1rem;
	height:.5rem;
	border-left:2px dotted #999;
	border-bottom:2px dotted #999;
	vertical-align: middle;
	margin:-.5rem .25rem 0 0;
}

