#container {
	margin-top: 170px;
    position: relative;
    min-width: 1280px;
}

#container .content {
	padding-top: 0;
	position: relative;
	z-index: 3;
}

#container .content h2 {
	text-align: center;
	font-size: 40px;
	color: #292929;
	font-weight: 500;
	padding: 134px 0 50px;
}

#container .content .board_wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 127px;
}

#container .content .board_wrap .board_content {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}



/*** 서브 헤더 ***/
#container .sub_header {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	border-bottom: 1px solid #e5e5e5;
	height: 59px;
	z-index: 5;
}

#container .sub_header .sub_content {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}


#container .sub_header .sub_content .sub_loc {
	text-align: center;
}

#container .sub_header .sub_content .sub_loc ul {
	overflow: hidden;
	display: inline-block;
}

#container .sub_header .sub_content .sub_loc ul li {
	float: left;
	position: relative;
}

#container .sub_header .sub_content .sub_loc ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#container .sub_header .sub_content .sub_loc ul li a {
	display: block;
	line-height: 60px;
	color: #999999;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

#container .sub_header .sub_content .sub_loc ul li.active a {
	color: var(--point-color2);
	font-weight: 500;
}

#container .sub_header .sub_content .sub_loc ul li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    bottom: 0;
    background-color: var(--point-color2);
}

#container .sub_header .sub_content .sub_loc ul li + li {
	padding-left: 24px;
	margin-left: 21px;
}

#container .sub_header .sub_content .sub_loc ul li + li:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #dddddd;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 28px;
}





/*** 총 게시글 개수 ***/
#container .board_total {
	color: #999999;
	float: left;
	margin-top: 17px;
	margin-bottom: 15px;
}

#container .board_total strong {
	font-weight: bold;
	color: var(--point-color2);
	display: inline-block;
	margin: 0 0 0 3px;
}



/*** 검색 ***/
#container .board_search {
	float: right;
    margin-bottom: 10px;
}

#container .board_search .search_field {
	width: 100px;
    display: inline-block;
    border: 2px solid #dddddd;
    height: 41px;
    padding-right: 42px;
	font-size: 16px;
    color: #666666;
	padding: 0 10px;
	background: url(/images/drop_down_arrow.svg) no-repeat right 5px top 50%;
}

#container .board_search .search_word {
	display: inline-block;
	border: 2px solid #ddd;
	background: none;
	height: 41px;
}

#container .board_search .search_word input {
	border: 0;
	height: 41px;
	width: 100%;
	text-indent: 14px;
	color: #292929;
	font-size: 16px;
}

#container .board_search .search_btn {
	border: 2px solid #ddd;
	background: url(/images/search.svg) no-repeat 50%;
	height: 41px;
	width: 41px;
	color: var(--gray-400);
	cursor: pointer;
}



/*** 목록 ***/
#container .content .board {
	border-top: 4px solid var(--point-color2);
	border-bottom: 2px solid var(--point-color2);
}

#container .board thead th {
	color: var(--point-color2);
	border-bottom: 2px solid var(--point-color2);
	height: 75px;
}

#container .board tbody tr {
	height: 75px;
	height: 100px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #292929;
	font-size: 16px;
    padding: 0 30px;
    line-height: 22px;
}

#container .board .num {
	color: var(--point-color1);
	font-weight: bold;
}

#container .board .title {
	text-align: left;
	color: #666666;
	font-weight: bold;
}

#container .board .intro {
	text-align: left;
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#container .board .boardname {
	color: #666666;
}

#container .board .nickname {
	color: #bbbbbb;
}

#container .board .date {
	color: #bbbbbb;
}

#container .board .like {
	color: #bbbbbb;
}

#container .board .comment {
	color: #bbbbbb;
}











/*** 작성 버튼 ***/
#container .write_btn {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 160px;
	background-color: var(--point-color2);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    margin: 0 4px;
    cursor: pointer;
}

#container .write_btn span {
	height: 50px;
	line-height: 50px;
}

#container .write_btn button {
	background: var(--point-color2);
	border: none;
	border-radius: 5px;
	color: #fff;
	width: 80px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
}


/*** 페이지네이션 ***/
#container .pagination {
	margin-top: 30px;  
	width: 100%;
}

#container .pagination_inner {
	display: flex;
	justify-content: center;
	vertical-align: center;
	text-align: center;
	gap: 0 20px;
}

#container .pagination a {
	font-weight: 700;
	font-size: 18px;
	color: #bbb;
	display: block;
	width: 24px;
	height: 24px;
}

#container .pagination a:hover {
	color: var(--point-color2);
}

#container .pagination p {
	font-weight: 700;
	font-size: 18px;
	color: var(--point-color2);
	display: block;
	width: 24px;
	height: 24px;
}