@charset "utf-8";

/* =================================================================================================================== 기능_BOARD */
#board_view {
	line-height: 1.5;
}
table caption {
    display: none;
}
/*카테고리*/
#board_category {
	border: 1px solid #ddd;
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#board_category .category_all {
	background-color: #717171;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	text-align: center;
}
#board_category ul {
	padding: 18px 10px;
	display: table-cell;
	vertical-align: middle;
}
#board_category ul li {
	float: left;
	margin-top: 0;
}
#board_category ul li a {
	color: #202020;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}
#board_category ul li.on a,
#board_category ul li a:hover {
	color: #1264d3;
}
#board_category ul li {
	margin-right: 10px;
	padding-right: 10px;
	background: url("../../images/sub/board_bar.gif") right center no-repeat;
}
#board_category ul li:last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
#board_head {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
#board_head .alignL {
	float: left;
}
#board_head .alignR {
	float: right;
}
.board_ea {
	position: relative;
	min-width: 90px;
	display: inline-block;
	vertical-align: top;
}
.board_ea .drop {
	border:1px solid #c8c8ca;
	font-size: 13px;
	color: #535353;
	padding: 4px 35px 4px 5px;
	display: block;
	cursor: pointer;
	background: url("../../images/sub/board_ea_open.gif") right top no-repeat;
}
.board_ea.on .drop {
	background: url("../../images/sub/board_ea_close.gif") right top no-repeat;
}
.board_ea ul {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	background-color: #FFF;
	width: 100%;
	display: none;
}
.board_ea ul li {
	border:1px solid #c8c8ca;
	border-top: 0;
	margin-top: 0 !important;
}
.board_ea ul li:hover {
	background-color: #b1b1b1;
}
.board_ea ul li a {
	color: #535353;
	padding: 3px 5px;
	display: block;
	font-size: 13px;
}
.board_ea ul li:hover a {
	color: #FFF;
}
#board_head .head_search {
	display: inline-block;
	vertical-align: top;
}
#board_head .head_search input {
	border: 1px solid #c8c8ca;
	height: 27px;
	width: 100px;
}
#board_head .head_search input.btn {
	background-color: #353e4d;
	border: 1px solid #353e4d;
	color: #FFF;
	padding: 0 10px;
	height: 29px;
	margin-left: -5px;
	width: auto;
	font-size: 13px;
}

#board_list {
	border-top: 2px solid #353e4d;
}
/****************************************************** Board_List */
#board_list .list table {
	width: 100%;
	border-collapse: collapse;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
#board_list .list table td,
#board_list .list table th {
	border-width: 0 0 1px 0 !important;
	border-color: #cfcfd1 !important;
	border-style: solid;
	padding: 23px 15px;
}
#board_list .list table td {
	position: relative;
	overflow: hidden;
}
#board_list .list table td.notice {
	text-align: center;
	color: #6d7072;
	vertical-align: top;
	background: url("../../images/sub/board_bar.gif") right 29px no-repeat;
}
#board_list .list table td.notice input {
	margin-right: 5px;
}
#board_list .list table td .title_wrap {
	float :left;
	width: calc(100% - 175px);
	overflow: hidden;
	text-align: left;
}
#board_list .list table td .title {
	float :none !important;
	display: inline-block;
	max-width: calc(100% - 70px) !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
#board_list .list table td .title a {
	font-size: 16px;
	color: #2f3336;
}
#board_list .list table td .delArtcl {
	background: url(../images/icon_del.gif) center no-repeat;
    text-indent: -5000px;
    display: inline-block;
    width: 35px;
    height: 26px;
    vertical-align: middle
}
#board_list .list table td .newArtcl {
	background: url(../images/icon_new.gif) center no-repeat;
    text-indent: -5000px;
    display: inline-block;
    width: 24px;
    height: 26px;
    vertical-align: middle;
}
#board_list .list table td .name {
	float: right;
	margin-right: 55px;
	overflow: hidden;
	position: relative;
	width: 117px;
}
#board_list .list table td .name li {
	float: left;
	margin-top: 0;
}
#board_list .list table td .name li:first-child {
	background: url("../../images/sub/board_bar.gif") right 5px no-repeat;
	margin-right: 10px;
	padding-right: 10px;
}
#board_list .list table td .file {
	position: absolute;
	top: 18px;
	right: 20px;
	text-indent: -5000px;
	width: 25px;
	height: 32px;
	background: url("../../images/sub/board_file.png") left top no-repeat;
}
/****************************************************** Board_photo_List */
#board_list .photo_list,
#board_list .photo_big_list {
	padding: 20px 0;
	border-bottom: 1px solid #8b9099;
	overflow: hidden;
}
#board_list .photo_list ul li {
	float: left;
	width: 25%;
	margin-top: 0;
}
#board_list .photo_list ul li .photo_box {
	border: 1px solid #d6d6d6;
	background-color: #f9f9f9;
	margin: 0 15px 15px 0;
	padding: 10px;
}
#board_list .photo_list ul li .photo_box .thumb {
	text-align: center;
	max-width: 213px;
	width: 100%;
	margin: 0 auto;
}
#board_list .photo_list ul li .photo_box .thumb img {
	width: 100%;
	max-height: 183px;
}
#board_list .photo_list ul li .photo_box dl {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
#board_list .photo_list ul li .photo_box dl dt {
	clear: both;
	overflow: hidden;
}
#board_list .photo_list ul li .photo_box dl dt input {
	margin: 5px 5px 0 0;
	float: left;
}
#board_list .photo_list ul li .photo_box dl dt a {
	display: block;
	color: #333;
	height: 40px;
	overflow: hidden;
}
#board_list .photo_list ul li .photo_box dl dd {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #4f4f4f;
}
#board_list .photo_list ul li .photo_box dl dd.date {
	width: 48%;
	text-align: center;
}
#board_list .photo_list ul li .photo_box dl dd.hit {
	width: 22%;
	text-align: right;
}
#board_list .photo_list ul li .photo_box dl dd span,
#board_list .photo_big_list > ul > li > ul li span {
	text-indent: -5000px;
	display: inline-block;
	margin-right: 5px;
}
#board_list .photo_list ul li .photo_box dl dd.no span,
#board_list .photo_big_list > ul > li > ul li.no span {
	background: url("../../images/sub/board_icon_no.png") left top no-repeat;
	width: 15px;
	height: 10px;
	vertical-align: middle;
}
#board_list .photo_list ul li .photo_box dl dd.date span,
#board_list .photo_big_list > ul > li > ul li.date span {
	background: url("../../images/sub/board_icon_date.png") left top no-repeat;
	width: 14px;
	height: 16px;
}
#board_list .photo_list ul li .photo_box dl dd.hit span,
#board_list .photo_big_list > ul > li > ul li.hit span {
	background: url("../../images/sub/board_icon_view.png") left top no-repeat;
	width: 16px;
	height: 11px;
	vertical-align: middle;
	direction: initial !important;
}

#board_list .photo_big_list > ul > li {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 35px 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#board_list .photo_big_list > ul > li:last-child {
	border-bottom: 0;
}
#board_list .photo_big_list .thumb {
	float: left;
	text-align: center;
	max-width: 255px;
	width: 27%;
}
#board_list .photo_big_list .thumb img {
	width: 100%;
	max-height: 219px;
}
#board_list .photo_big_list dl {
	margin-left: 31%;
	padding-bottom: 55px;
}
#board_list .photo_big_list dl dt {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("../../images/sub/board_photo_title.gif") left bottom no-repeat;
	overflow: hidden;
}
#board_list .photo_big_list dl dt input {
	float: left;
	margin: 6px 5px 0 0;
}
#board_list .photo_big_list dl dt a {
	font-size: 16px;
	color: #000;
	display: block;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}
#board_list .photo_big_list dl dd {
	font-size: 13px;
}
#board_list .photo_big_list > ul > li > ul {
	position: absolute;
	bottom: 30px;
	left: 31%;
}
#board_list .photo_big_list > ul > li > ul li {
	float: left;
	margin: 0 12px 0 0;
}
#board_list .photo_big_list > ul > li > ul li.date span {
	vertical-align: middle;
}
/************************************************************************* board 설치경영학교 **/
#board_list .photo_big_list.listType01 {
	padding: 10px 0 0 0;
}
#board_list .photo_big_list.listType01 > ul > li {
	padding: 20px 0;
	margin-bottom: 0;
}
#board_list .photo_big_list.listType01 dl {
	padding-bottom: 30px;
}
#board_list .photo_big_list.listType01 dl dt {
	font-size: 16px;
	color: #000;
}
#board_list .photo_big_list.listType01 .thumb {
	background-color: #e8e8e8;
}
#board_list .photo_big_list.listType01 .thumb img {
	border: 1px solid #c3c3c3;
}
#board_list .photo_big_list.listType01 .thumb.none {
	min-height: 170px;
	border: 1px solid #c3c3c3;
}
#board_list .photo_big_list.listType01 ul.type01 li {
	position: relative;
	color: #5f5f5f;
	padding-left: 50px;
	font-size: 14px;
	margin-top: 20px;
}
#board_list .photo_big_list.listType01 ul.type01 li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 27px;
	text-indent: -5000px;
}
#board_list .photo_big_list.listType01 ul.type01 li span.map {
	background: url("../../images/sub/contents/img_010302_map.png") left top no-repeat;
}
#board_list .photo_big_list.listType01 ul.type01 li span.tel {
	background: url("../../images/sub/contents/img_010302_tel.png") left top no-repeat;
}
#board_list .photo_big_list.listType01 ul.type01 li span.home {
	width: 27px;
	background: url("../../images/sub/contents/img_010302_home.png") left top no-repeat;
}
#board_list .photo_big_list.listType01 ul.type01 li a {
	background: url("../../images/sub/new_window.png") right center no-repeat;
	padding-right: 20px;
}
#board_list .photo_big_list.listType01 ul.type01 li.text {
	padding-left: 0;
}
#board_list .photo_big_list.listType01 ul.type02 {
	font-size: 14px;
}
#board_list .photo_big_list.listType01 ul.type02 li {
	background: url("../../images/sub/sTitle_05.png") left 9px no-repeat;
	padding-left: 10px;
	margin-top: 5px;
}

/************************************************************************* board 자매교및기관 **/
#board_list .list.org_country table {
	text-align: center;
}
#board_list .list.org_country table thead th {
	background: url("../../images/sub/contents/img_010405_thead.gif") right top no-repeat;
	background-color: #fafafa;
	border-top: 0;
}
#board_list .list.org_country table thead th:last-child {
	background: none;
	background-color: #fafafa;
}
#board_list .list.org_country table tbody td {
	background: url("../../images/sub/board_bar.gif") right 29px no-repeat;
}
#board_list .list.org_country table tbody td:last-child {
	background: none;
}
#board_list .list.org_country table tbody td a {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	text-indent: -5000px;
	background: url("../../images/sub/contents/img_010405_link.gif") left top no-repeat;
}

/************************************************************************* board view **/
#board_view {
	border-top: 2px solid #767676;
}
#board_view .view .view_top dl {
	background-color: #fafafa;
	padding: 20px 30px;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}
#board_view .view .view_top dl dt {
	font-size: 18px;
	color: #0f0f0f;
	width: 100%;
	margin-bottom: 7px;
}
#board_view .view .view_top dl dd {
	float: left;
	background: url("../../images/sub/board_bar.gif") right 5px no-repeat;
	color: #6c6e70;
	padding-right: 15px;
	margin-right: 15px;
}
#board_view .view .view_top ul {
	overflow: hidden;
	padding: 15px 30px 15px 50px;
	border-bottom: 1px solid #b2b2b2;
	background: url("../../images/sub/board_view_file.png") 30px 18px no-repeat;
}
#board_view .view .view_top ul li {
	float: left;
	margin-top: 0;
	background: url("../../images/sub/board_bar.gif") right 5px no-repeat;
	padding-right: 15px;
	margin-right: 15px;
}
#board_view .view .view_top dl dd:last-child,
#board_view .view .view_top ul li:last-child {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
#board_view .preview {
	padding: 30px;
	overflow: hidden;
	border-bottom: 1px solid #b2b2b2;
	color: #6b6b6b;
}
#board_view .preview .thumb {
	float: left;
	text-align: center;
	max-width:145px;
	width: 18%;
	margin-right: 2%;
}
#board_view .preview .thumb img {
	width: 100%;
	max-height: 124px;
}
#board_view .preview p {
	margin-left: 19%;
}
#board_view .view_contents {
	padding: 30px;
	min-height: 550px;
}
/************************************************************************* board write **/
#board_view .write {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 30px;
}
#board_view .write dl {
	overflow: hidden;
	padding: 9px 10px;
	border-bottom: 1px solid #dfdfdf;
}
#board_view .write dl dt {
	float: left;
	background: url("../../images/sub/board_bar.gif") right 10px no-repeat;
	color: #6d7072;
	padding: 5px 10px 0 20px;
	min-width: 115px !important;
}
#board_view .write dl dt label mark.must {
	float: left;
    margin-top: 8px;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    text-indent: -5000px;
    background: url(../images/must.gif) no-repeat;
    overflow: hidden;
    padding: 0;
}
#board_view .write dl dd {
	margin-left: 155px !important;
}
#board_view .write dl dd input {
	border: 1px solid #d5d5d5;
	padding: 0 3px;
	height: 30px;
}
#board_view .write dl dd select {
	border: 1px solid #d5d5d5;
	height: 30px;
	width: 25%;
}
#board_view .write dl dd select.multiSelectBox {
	border: 1px solid #d5d5d5;
	height: 60px;
	width: 50%;
}
#board_view .write dl dd .file_search {
	margin-left: 10px;
	background-color: #3c3c3c;
	color: #FFF;
	height: 32px;
	vertical-align: middle;
	padding: 0 10px;
}
#board_view .write dl dd .file {
	margin-top: 10px;
}
#board_view .write dl dd .file a {
	font-size: 12px;
	color: #6d7072
}
#board_view .write dl dd .file li button {
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	margin-right: 5px;
	background: url("../../images/sub/board_del.png") left top no-repeat;
	vertical-align: middle;
}
#board_view .write dl dd input.calendar_input {
	padding-left: 35px;
	background: url("../../images/sub/board_calendar.png") 5px center no-repeat;
}
#board_view .write dl dd ul {
	overflow: hidden;
}
#board_view .write dl dd ul li {
	float: left;
	margin: 0 10px 0 0;
}
#board_view .write dl dd ul li input {
	margin-right: 5px;
}
#board_view .write .data_contents {
	padding: 30px;
}

/************************************************************************* board next/prev **/
.simpleList {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 30px 0;
}
.simpleList li {
	margin-top: 0 !important;
}
.simpleList li:first-child {
	border-bottom: 1px solid #dfdfdf;
}
.simpleList li dl {
	overflow: hidden;
}
.simpleList li dl dt,
.simpleList li dl dd {
	padding: 20px 30px;
}
.simpleList li dl dt {
	float: left;
	background-color: #f6f6f6;
	border-right: 1px solid #dfdfdf;
	color: #000;
	margin-right: 30px;
}
.simpleList li dl dt.next {
	background-position: right -48px;
}
.simpleList li dl dd {
	color: #2f3336;
}
.simpleList li dl dd a {
	display: block;
	color: #2f3336;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/************************************************************************* board button **/
.bod_btnWrap {
	display: inline-block;
	width: 100%;
}
.bod_btnWrap .bod_left {
	float: left;
	margin-top: -115px;
}
.bod_btnWrap .bod_right {
	float: right;
	margin-top: -115px;
}
.bod_btnWrap .bod_btn {
	padding: 8px 20px;
	color: #FFF;
	font-size: 16px;
	background-color: #2060aa;
	border: 0;
}
.bod_btnWrap input.bod_btn {
	margin-top: -5px;
}
.bod_btnWrap .bod_btn.color01 {
	background-color: #444;
}
.bod_btnWrap .bod_btn.color02 {
	background-color: #8a2f2f;
}
.bod_btnWrap .bod_btn.color03 {
	background-color: #a28948;
}
#board_view .bod_btnWrap .bod_left,
#board_view .bod_btnWrap .bod_right {
	margin-top: 0;
}

/************************************************************************* board paging **/
.paging {
	overflow: hidden;
	text-align: center;
	margin: 40px 0 30px 0;
}
.paging span {
	display: inline-block;
	vertical-align: middle;
}
.paging span a {
	display: block;
	width: 21px;
	height: 17px;
	text-indent: -5000px;
	background: url('../../images/sub/board_paging.png') left top no-repeat;
}
.paging span.btnPrev a {
	background-position: left top;
	margin: 0 5px;
	width: 10px;
}
.paging span.btnNext a {
	background-position: -21px top;
	margin: 0 5px;
	width: 10px;
}
.paging span.btnEnd a {
	background-position: right top;
}
.paging span.btnFirst {
	background: url("../../images/sub/board_bar.gif") right center no-repeat;
	margin-right: 10px;
	padding-right: 15px;
}
.paging span.btnEnd {
	background: url("../../images/sub/board_bar.gif") left center no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
.paging ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.paging ul li {
	float: left;
	width: 28px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px !important;
}
.paging ul li a {
	background-color: #FFF;
	color: #6f6f6f;
	display: block;
	font-size: 16px;
}
.paging ul li.on {
	background-color: #444;
	border-radius: 0.2em;
	color: #FFF;
	font-weight: bold;
}

/************************************************************************* board search **/
.board_search {
	overflow: hidden;
	text-align: center;
}
.board_search select {
	border: 1px solid #d7d7d7;
	border-right: 0;
	color: #777;
	font-size: 16px;
	padding: 5px 10px;
	height: 40px;
	vertical-align: middle;
}
.board_search input {
	font-size: 16px;
	padding: 5px 10px;
}
.board_search input.search_box {
	border: 1px solid #d7d7d7;
	color: #777;
	margin-left: -5px;
	min-width: 230px;
}
.board_search input.search_btn {
	background-color: #444;
	color: #FFF;
	margin-left: 5px;
	border: 0;
	height: 40px;
}

input.w10per {
	width: 10%;
}
input.w20per {
	width: 20%;
}
input.w25per {
	width: 25%;
}
input.w30per {
	width: 30%;
}
input.w40per {
	width: 40%;
}
input.w50per {
	width: 50%;
}
input.w60per {
	width: 60%;
}
input.w70per {
	width: 70%;
}
input.w80per {
	width: 80%;
}
input.w90per {
	width: 90%;
}
input.w97per {
	width: 97%;
}
input.w98per {
	width: 98%;
}
input.w100per {
	width: 100%;
}