/**************** 공지사항 게시판 *******************/

/* list */
.boardList {
	border-top: 2px solid #cfcfcf;
	margin-bottom: 31px;
}

.boardList table {
	width: 100%;
}

.boardList table th, .boardList table td {
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.boardList table th {
	padding: 12px 0 13px;
	color: #333;
	font-weight: 600;
	background: url('../../img/dot/board_line01.png') no-repeat 0 center;
}

.boardList table th.first {
	background: none;
}

.boardList table td {
	padding: 10px 0 8px;
}

.boardList table td .eventThumb {
	max-width: 130px;
	max-height: 78px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.boardList table td a {
	font-size: 13px;
	color: #777;
	text-decoration: none;
}

.boardList table td a:hover {
	color: #1d87cd /* #ee0070 */ ;
	color: #1d87cd /* #ee0070 */ ;
	text-decoration: none;
}

.boardList table td img {
	/*width: 100%;*/
}

.boardList table td.txtAlign {
	padding-left: 40px;
	text-align: left;
}

.boardList table td.tdBg {
	background: #F8F8F8;
}

.boxNumner {
	overflow: hidden;
	margin-bottom: 34px;
}

.nunBering {
	float: left;
}

.nunBering a, .faqNunbering a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	color: #777;
}

.nunBering .arrow, .faqNunbering .arrow {
	padding: 8px;
	margin-left: 4px;
}

.nunBering .numPoint, .faqNunbering .numPoint {
	color: #fff;
	border: 1px solid #1d87cd /* #ee0070 */ ;
	background: #1d87cd /* #ee0070 */ ;
}

.btnWriting {
	float: right;
}

.btnWriting a, .btnView a, .btnWrite a {
	display: inline-block;
	padding: 8px 26px;
	background: #1d87cd /* #ee0070 */ ;
	color: #fff;
	text-decoration: none;
}

.boxSearch {
	padding: 20px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.search {
	text-align: center;
}

.search label, .search label a {
	font-size: 13px;
}

.search label a {
	display: inline-block;
	vertical-align: -1px;
	*vertical-align: -6px;
	padding: 7px 16px;
	color: #fff;
	background: #525252;
	text-decoration: none;
}

#search_keyword {
	width: 257px;
	height: 27px;
	margin-left: 14px;
	line-height: 27px;
	border: 1px solid #b0b0b0;
}

#searchTitle, #searchCon {
	margin-left: 25px;
}

#btnSearch {
	height: 27px;
	margin-left: 20px;
}

/* view */
.boardView {
	border-top: 2px solid #cfcfcf;
}

.boxView table {
	width: 100%;
}

.boxView table th, .boxView table td {
	padding: 16px 0 16px 18px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.boxView table th {
	color: #333;
	font-weight: 600;
}

.boxView table td {
	background: url('../../img/dot/board_line01.png') no-repeat 0 center;
}

.thBg {
	background: #f9f9f9;
}

.thFont {
	font-size: 13px;
}

.tdFont {
	font-size: 12px;
	color: #777;
}

.textCon {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	min-height: 200px;
}

.textCon img {
	/*width: 100%;*/
	max-width:100%;
}

.btnView {
	margin-bottom: 40px;
}

.btnView .btnView2 {
	background: #fff;
	border: 1px solid #1d87cd /* #ee0070 */ ;
	color: #333;
}

.comment {
	margin-bottom: 40px;
}

.comment .commentTxt {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
}

.comment .commentTxt span {
	font-size: 18px;
	color: #1d87cd /* #ee0070 */ ;
	border-bottom: 1px solid #1d87cd /* #ee0070 */ ;
}

.commentAd {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentAdTxt {
	margin: 10px 0;
}

.commentWr textarea {
	width: 100%;
	margin-bottom: 10px;
}

.btnComment a {
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	background: #1d87cd /* #ee0070 */ ;
}

/* write */
.boxWrite {
	width: 100%;
	margin-bottom: 29px;
	border-top: 2px solid #cfcfcf;
}

.boxWrite th, .boxWrite td {
	padding: 13px 0 11px 8px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

.boxWrite th {
	width: 17%;
	text-align: left;
	color: #333;
	font-weight: 600;
	background: url('../../img/dot/board_line01.png') no-repeat right center;
}

.boxWrite td {
	width: 83%;
}

.writeTxt {
	vertical-align: top;
	background: url('../../img/dot/board_line01.png') no-repeat right 13px !important;
}

.boxWrite td textarea {
	width: 98%;
	height: 300px;
}

#writeTitle {
	width: 99%;
}

.btnWrite {
	text-align: center;
}

/* faq */
.faqSearch {
	margin-bottom: 20px;
	padding: 19px 0 20px;
	text-align: center;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #f9f9f9;
}

.faqSearch label {
	font-size: 20px;
	vertical-align: middle;
	font-weight: 600;
}

.faqSearch input {
	margin: 0 3px 0 14px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.faqSearch a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 16px 6px 16px;
	color: #fff;
	background: #525252;
}

.faqBtns {
	margin-bottom: 20px;
}

.faqBtns a {
	display: inline-block;
	width: 120px;
	margin-left: 3px;
	padding: 9px 0;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #1d87cd /* #ee0070 */ ;
}

.faqBtns .first {
	margin-left: 0;
}

.boxFaq {
	margin-bottom: 19px;
	border-top: 2px solid #cfcfcf;
}

.boxFaq ul li {
	padding: 11px 22px 11px 50px;
	color: #333;
	border-bottom: 1px solid #ddd;
	background: url('../img/dot/q.png') no-repeat 19px center;
}

.boxFaq ul li span {
	background: url('../img/dot/board_line01.png') no-repeat 0 center;
}

.boxFaq ul li span a {
	padding-left: 20px;
}

.boxFaq ul .faqA {
	padding: 11px 22px 50px 70px;
	line-height: 18px;
	font-size: 13px;
	background: #f9f9f9 url('../img/dot/a.png') no-repeat 19px 16px;
}

.faqNumner {
	text-align: center;
}


caption {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}


.event_ul {
	text-align:left;
	list-style:none;
}

.event_t {	
	width:50px;	
	margin-top:3px;
	display:inline-block;
}


.event_title {
	margin-left:5px;
	font-weight:bold;	
}

.event_sub_title {
	margin-left:5px;
	color:#F00;
	font-size: 12px;
}

.event_date {
	margin-left:5px;
}

/** 동영상 **/
.boxMovList {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.boxMovList .boxMovThumb img {
	opacity: 0.8;
	background: rgb(0, 0, 0);
	background: transparent\ 9;
	background: rgba(0, 0, 0, .80);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.boxMovList .boxMovThumb:hover img {
	opacity: 1;
}
.boxMovList .boxTitle {
	padding: 10px;
	background: #fff;
}
.boxMovList .boxTitle .txtTitle {
	font-size: 1.142857142857143em;
	font-weight: 700;
	letter-spacing: -1px;
	padding-bottom: 5px;
}
.boxMovList .boxTitle .txtDate {
	color: #888;
	font-size: 0.8571428571428571em;
}

#real_list .list-unstyled {
	margin-bottom:0px !important;
}