@import url('/inc/external/selectbox/jquery.selectBox.css');
/*Add css for Reward point*/
@import url("./reward_point.css");

/* content:Start */
#sub_contents {
	margin-bottom: 60px;
}

.board_page .board_list_header {
	display: none;
}

.board_page .board_title {
	padding: 100px 0 30px 3%;
	text-align: left;
	background: url(../images/title_line.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.board_page .board_title h1 {
	font-size: 38px;
}

.board_page .board_title p {
	margin-top: 10px;
	font-size: 20px;
	color: #7b7b7b;
}

.board_page .board_list_contents {
	margin-bottom: 20px;
}


/* board_list_search :start */
.board_page .board_list_search {
	width: 100%;
	display: inline-block;
}

.board_page .btn_comm {
	background-color: #5983bd;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

.board_page .btn_admin,
.board_page .btn_normal {
	float: left;
	width: 100px;
	height: 30px;
	font-size: 14px;
	display: inline-block;
}

.board_page button.btn_comm.btn_normal,
.board_page button.btn_comm.btn_normal:hover {
	background-color: #7e7e7e;
}

.board_page .box_select {
	float: right;
}

.board_page .tf_search_keyword {
	text-align: left;
	height: 28px;
	border: none;
	padding-left: 5px;
	width: 172px;
}

.board_page .btn_search {
	width: 33px;
	border-left: 1px solid #b7b7b7;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	text-indent: -5000px;
	overflow: hidden;
	line-height: 7;
	background-color: #fff;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* board_list_search :end */


/* list icon : start */
.board_page .ico_comm {
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/ico_subject.png);
	background-repeat: no-repeat;
}

.board_page .ico_replys {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background-position: -2px -120px;
}

.board_page .ico_mobile {
	margin-right: 5px;
	width: 14px;
	height: 17px;
	background-position: 0 -32px;
}

.board_page .ico_lock {
	margin-right: 5px;
	width: 13px;
	height: 13px;
	background-position: 0 -64px;
}

.board_page .txt_comment {
	margin-left: 5px;
}

.board_page .ico_file {
	margin-left: 5px;
	width: 14px;
	height: 17px;
	background-position: 0 0;
}

.board_page .ico_new {
	margin-left: 5px;
	width: 13px;
	height: 13px;
	background-position: 0 -92px;
}

/* list icon : end */

.board_page .design_checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	z-index: 10;
	background: url(../images/check_inactive.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.board_page .design_checkbox input {
	display: none;
}

.board_page .design_checkbox.active {
	background: url(../images/check_active.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.board_page .design_checkbox span {
	display: none;
}

.board_page .col_num {
	width: 9%;
}

.board_page .col_ahead {
	width: 12%;
}

.board_page .col_subject {
	width: 45%;
}

.board_page .col_name {
	width: 8%;
}

.board_page .col_good {
	width: 8%;
}

.board_page .col_date {
	width: 10%;
}

.board_page .col_hit {
	width: 8%;
}

/*.board_page .notice {
	font-weight:bold;
}*/
.board_page .col_num.notice,
.board_page .col_subject.notice a {
	font-weight: bold;
	color: #FB6E61;
	/*color: #333;*/
}

.board_page .board_list_contents {
	border-bottom: 1px solid #8F8F8F;
}

.board_page .box_search {
	width: 210px;
	height: 30px;
	border: 1px solid #b7b7b7;
	text-align: left;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.board_page .tbl_board_list {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
}

.board_page .tbl_board_list thead tr {
	border-top: 1px solid #8F8F8F;
	background-color: #FAFAFA;
}

.board_page .tbl_board_list thead tr th {
	font-size: 15px;
	position: relative;
}

.board_page .tbl_board_list tbody tr {
	border-bottom: 1px solid #EFEFEF;
	padding: 0 10px;
}

.board_page .tbl_board_list tbody tr:hover {
	background-color: #f5f5f5;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.board_page .tbl_board_list tbody tr:hover .col_subject a {
	font-weight: bold;
	/*color:#fb6e61;*/
}

.board_page .tbl_board_list tbody tr:hover .col_subject.notice a {
	color: #fb6e61;
}

.board_page .tbl_board_list tr {
	height: 50px;
}

.board_page .col_subject a {
	line-height: 24px;
	word-break: break-all;
}

.board_page .tbl_board_list tr td {
	padding: 10px 5px;
	font-size: 13px;
	text-align: center;
	position: relative;
}

.board_page .tbl_board_list tr td.col_subject {
	text-align: left;
}

.board_page .board_list_footer {
	width: 100%;
	position: relative;
}

.board_page .opt_board_admin {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 185px;
	height: 30px;
	margin-right: 10px;
	font-size: 14px;
}

.board_page .opt_board_admin .selectBox,
.board_page .opt_board_admin select {
	margin: 0;
}

.board_page .btn_write {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 35px;
	font-size: 16px;
}


/* list_number : start */
.board_page .board_paginator {
	min-height: 35px;
	text-align: center;
}

.board_page .board_paginator .paginator,
.board_page .board_paginator .paginator a {
	display: inline-block;
}

.board_page .paginator .link_page,
.board_page .paginator .btn_page {
	font-size: 15px;
	width: 30px;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	text-align: center;
}

.board_page .paginator span.link_page {
	display: inline-block;
}

.board_page .screen_out+span.link_page.point_color {
	color: #e74c3c;
}

.board_page .paginator a:hover {
	font-weight: bold;
	color: #e74c3c;
}

.board_page .screen_out {
	display: none;
}

.board_page .paginator .npage {
	color: #e74c3c;
	background-color: transparent !important;
	font-weight: bold;
}

.board_page .btn_page {
	background: url(../images/page_arr.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.board_page .paginator .first {
	background-position: -5px center;
}

.board_page .paginator .prev {
	background-position: -25px center;
}

.board_page .paginator .next {
	background-position: -42px center;
}

.board_page .paginator .last {
	background-position: -63px center;
}

/* list_number : end */


/* mo_board_paginator : start */
.board_page .mo_board_paginator {
	display: none;
}

.board_page .mo_paginator .btn_page {
	text-indent: 0;
}

.board_page .mo_paginator,
.board_page .mo_paginator a {
	display: inline-block;
}

.board_page .mo_paginator .prev,
.board_page .mo_paginator .next {
	border: 1px solid #D7D7D7;
}

.board_page .mo_paginator .prev {
	padding-left: 10px;
	margin-right: 10px;
	background: url(../images/page_arr1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.board_page .mo_paginator .next {
	padding-right: 10px;
	margin-left: 10px;
	background: url(../images/page_arr4.png);
	background-repeat: no-repeat;
	background-position: 32px center;
}

.board_page .mo_paginator .btn_page {
	display: inline-block;
	width: 45px;
	height: 25px;
	line-height: 2;
}

.board_page .mo_paginator span {
	font-size: 14px;
	color: #333;
}

.board_page .mo_paginator .page_lst {
	color: #fc6e62;
}

/* mo_board_paginator : end */

.board_page .opt_ahead,
.board_page .opt_search_type {
	width: 120px;
	margin-right: 5px;
}

.board_page .selectBox-dropdown:focus,
.board_page .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #b7b7b7;
}

.board_page .selectBox-dropdown .selectBox-label {
	padding: 0 20px 0 10px;
	height: 28px;
	line-height: 2;
	font-size: 14px;
}

.board_page .selectBox-dropdown .selectBox-arrow {
	width: 20px;
	height: 100%;
	background: url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% center;
	border-left: none;
	background-color: transparent !important;
}


/* Options */
.selectBox-options li {
	height: 30px;
	width: 100%;
}

.selectBox-options LI A {
	height: 30px;
	line-height: 2;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #F4F4F4;
}

.selectBox-dropdown-menu {
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* content:End */


/* Mobile:Start */
@media screen and (max-width:768px) {
	#sub_contents {
		margin-bottom: 20px;
	}

	.board_page .board_list_header {
		margin: 20px 0;
	}

	.board_page .board_title p {
		font-size: 15px;
	}

	.board_page .mo_board_paginator {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.board_page .board_paginator {
		display: none;
	}

	/*
	.board_page .col_num {
		width:10%;
	}
	.board_page .col_ahead {
		display:none;
	}
	.board_page .col_subject {
		width:60%;
	}
	.board_page .col_name {
		width:16%;
	}
	.board_page .col_good{
		display:none;
	}
	.board_page .col_date {
		display:none;
	}
	.board_page .col_hit {
		width:15%;
	}
	.board_page .tbl_board_list thead tr th {
		font-size:13px;
	}
*/
	.board_page .tbl_board_list tr td {
		padding: 0;
		font-size: 12px;
		color: #aeaeae;
	}

	.board_page .btn_admin,
	.board_page .btn_normal {
		float: none;
		width: 100%;
		height: 40px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.board_page .btn_write {
		float: none;
		width: 100%;
		height: 40px;
		font-size: 16px;
		margin: 10px 0 0;
	}

	.board_page .box_select {
		float: none;
	}

	.board_page .opt_ahead,
	.board_page .opt_search_type {
		width: 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.board_page .opt_board_admin {
		position: relative;
		width: 100%;
		margin: 10px 0 0;
	}

	.board_page div.opt_board_admin {
		position: relative !important;
	}

	.board_page .box_search {
		width: 100%;
	}

	.board_page .tf_search_keyword {
		width: 80%;
	}


	/* Responsive_list */
	.tbl_board_list thead {
		display: none;
	}

	.board_page .tbl_board_list tbody tr {
		display: block;
		position: relative;
		padding: 15px 5px;
		height: auto;
	}

	.board_page .tbl_board_list tbody tr:last-child {
		border-bottom: 0;
	}

	.tbl_board_list td {
		display: inline-block;
		padding: 5px 5px;
		text-align: left;
		vertical-align: top;
	}

	.board_page .tbl_board_list {
		border-top: 1px solid #8F8F8F;
	}

	.board_page .col_ahead {
		display: inline;
	}

	.board_page .col_good,
	.board_page .col_date {
		display: inline-block
	}

	.board_page .col_subject {
		width: 100%;
	}

	.board_page .tbl_board_list .col_subject a {
		font-size: 17px;
	}

	.board_page .col_ahead,
	.board_page .col_num {
		width: auto;
	}

	.board_page .tbl_board_list td.col_num {
		display: inline;
		font-size: 14px;
		/*color:#6A89BB;*/
	}

	.board_page .tbl_board_list td.col_num.notice {
		position: absolute;
		width: 30px;
		height: 30px;
		right: 3px;
		padding: 7px 3px;
		font-size: 12px;
		color: #fff;
		border-radius: 50%;
		background-color: #6A89BB;
	}

	.col_subject.notice a {
		/*display:block;
        padding-right:30px;*/
		color: #FB6E61;
	}

	.board_page .tbl_board_list tr td {
		text-align: left;
	}

	.tbl_board_list td.col_name,
	.tbl_board_list td.col_good,
	.tbl_board_list td.col_date,
	.tbl_board_list td.col_hit {
		width: auto;
		padding: 5px 0;
		padding-left: 5px;
		font-size: 11px;
	}

	.col_good:before {
		content: '추천';
		margin-right: 1px;
	}

	.col_hit:before {
		content: '조회';
		margin-right: 1px;
	}

	.board_page .tbl_board_list tr.no_writing td.col_subject {
		padding-top: 20px;
		font-size: 15px;
		text-align: center;
	}

	.no_writing td:after,
	.no_writing td:before {
		display: none;
	}

	.col_name:after,
	.col_good:after,
	.col_date:after,
	.col_hit:after {
		content: '';
		padding-left: 8px;
	}

	.board_page .ico_comm {
		width: 15px;
		height: 19px;
	}

	.board_page .tbl_board_list .col_subject {
		padding: 3px 0;
	}

	.board_page .ico_comm,
	.board_page .tbl_board_list tbody tr .col_subject a {
		vertical-align: middle;
	}

	.board_page .col_name {
		max-width: 55px;
		overflow: hidden;
		padding: 13px 0px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.board_page .tbl_board_list tbody tr:hover .col_subject a {
		/*color:#333;*/
	}

	.selectBox.opt_board_admin.selectBox-dropdown,
	.opt_board_admin .selectBox-dropdown {
		border: solid 1px #BBB !important;
	}

	
	/*** search_Del ***/
	.board_page .btn_write {
		position: relative !important;
	}

	.box_select .selectBox span {
		display: none;
	}

	.board_page .opt_ahead,
	.board_page .opt_search_type {
		display: none !important;
		margin-bottom: 0px !important;
	}

	.board_page .col_name {
		max-width: 55px;
		overflow: hidden;
		padding: 13px 0px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media screen and (max-width:500px) {}

/* Mobile:End */
/***** Mediaquery:End *****/

@media all and (-webkit-min-device-pixel-ratio: 2) {
	.board_page .selectBox-dropdown .selectBox-arrow {
		background: url(../images/select_arrow@2x.png) 50% center no-repeat;
		background-size: 9px 5px;
	}

	.board_page .btn_search {
		background: #fff url(../images/search_btn@2x.png) center center no-repeat;
		background-size: 16px 17px;
	}

	.board_page .design_checkbox {
		background: url(../images/check_inactive@2x.png) 0 0 no-repeat;
		background-size: 16px 16px;
	}

	.board_page .design_checkbox.active {
		background: url(../images/check_active@2x.png) 0 0 no-repeat;
		background-size: 16px 16px;
	}

	.board_page .ico_comm {
		background: url(../images/ico_subject@2x.png) no-repeat;
		background-size: 13px 129px;
	}

	.board_page .ico_replys {
		background-position: -2px -120px;
	}

	.board_page .ico_mobile {
		background-position: 0 -32px;
	}

	.board_page .ico_lock {
		background-position: 0 -63px;
	}

	.board_page .ico_file {
		background-position: 0 -1px;
	}

	.board_page .ico_new {
		background-position: 0 -91px;
	}

	.board_page .mo_paginator .prev {
		background: url(../images/page_arr1@2x.png) 5px center no-repeat;
		background-size: 7px 7px;
	}

	.board_page .mo_paginator .next {
		background: url(../images/page_arr4@2x.png) 32px center no-repeat;
		background-size: 7px 7px;
	}
}
