/* °Ô½ÃÆÇ ¸®½ºÆ® */
.notice-list-area {
	border: 0px solid red;
}

.notice-list-area h2 {
	display: block;
	height: 51px;
	background: #f7f7f7;
	border: 1px solid #cccccc
}

.notice-list-area h2 a {
	display: inline-block;
	vertical-align: middle;

	height: 51px;
	line-height: 51px;
	padding: 0 31px;
	font-size: 16px;
	color: #222222;

	background: url(../images/common/icon_down02.gif) no-repeat right center;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_down02@2x.gif) no-repeat right center;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_down02@2x.gif) no-repeat right center;
	background-size: 11px 6px;
}

.notice-list-area h2 a.on,
.notice-list-area h2 a:hover {
	background: url(../images/common/icon_up02.gif) no-repeat right center;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_up02@2x.gif) no-repeat right center;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_up02@2x.gif) no-repeat right center;
	background-size: 11px 6px;
}

.notice-list-box {
	display: none;
	padding: 22px 28px;
	border: 1px solid #cccccc;
	border-top: 0;
}

.notice-list-box:after {
	content: "";
	clear: both;
	display: block;
}


.notice-list-box .notice-list-info {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.notice-list-box .notice-list-info dl {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
	overflow: hidden;
	color: #222222;
}
.notice-list-box .notice-list-info dl dt {
	float: left;
	margin-left: -45px;
	padding-left: 9px;

	background: url(../images/common/icon_bullet02.gif) no-repeat left 9px;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_bullet02@2x.gif) no-repeat left 9px;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_bullet02@2x.gif) no-repeat left 9px;
	background-size: 3px 3px;
}

.detail-list-area {
	clear: both;
	border-top: 2px solid #666666;
}

.detail-list-area table {
	border-collapse: collapse;
	table-layout: fixed;
}
.detail-list-area table tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */
.detail-list-area table tbody tr:hover {
	background: #f9f9f9;
}
.detail-list-area table th,
.detail-list-area table td {
	padding: 10px 0px;
	border-width: 0;
}
.detail-list-area table thead,
.detail-list-area table tfoot {}
.detail-list-area table thead th {
	color: #222222;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;

	border-bottom: 1px solid #999999;/*
	background: url(../images/common/icon_bar03.gif) no-repeat right center;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_bar03@2x.gif) no-repeat right center;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_bar03@2x.gif) no-repeat right center;
	background-size: 1px 16px;*/
}

.detail-list-area table thead th.none {
	background: transparent;
}

.detail-list-area table tbody td {
	border: none;
	text-align:center;

	color: #222222;
	font-size: 10px;
	background: url(../images/common/bg_dotted07.gif) repeat-x left bottom;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	background: linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	/*background-color: #fff;*/
	background-size: 3px 1px;
}

.detail-list-area table td .images-mark01 {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #c7c7c7
}

.detail-list-area table td .link-mark-name {
	display: inline-block;
	vertical-align: middle;
	max-width: 85%;
	overflow: hidden;
	color: #636363;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.detail-list-area table td .link-mark-name:hover {
	text-decoration: underline;
}

.detail-list-area table td img {
	/*display: inline-block; */
	vertical-align: middle
}
.detail-list-area table tbody td.left {
	text-align:left;
}
.detail-list-area table tbody td.center {
	text-align:center;
}
.detail-list-area table tbody td.right {
	text-align:right;
}

.detail-list-area table td strong.point-color01 {
	font-weight: normal;
	color: #ff3300;
}

.detail-list-area table td .linked {
	text-decoration: underline;
	color: #009999
}

.detail-list-area table tbody td a {
	display: inline-block;
	vertical-align: middle;
	color: #222222;
	max-width: 95%;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overow: ellipsis;;
}

.detail-list-area table tbody td a:hover {
	text-decoration: underline;
}

.detail-list-area tbody td .reply-area {
	position: relative;
	border: 0px solid red;
	padding-left: 49px;
	padding-top: 3px;
	background: url(../images/common/icon_reply.gif) no-repeat 0 top;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_reply@2x.gif) no-repeat 0 top;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_reply@2x.gif) no-repeat 0 top;
	background-size: 13px 16px;
}

.detail-list-area tbody td .reply-area:after {
	content: "";
	clear: both;
	display: block;
}

.detail-list-area tbody td .list-modify-area {
	padding-top: 25px;
	border: 0px solid red;
}

.detail-list-area tbody td .list-modify-area:after {
	content: "";
	clear: both;
	display: block;
}

.list-modify-box {
	float: right;
}

.detail-list-area tbody td .list-modify-area .small-btns {
	float: left;
	margin-right: 15px;
}

.detail-list-area tbody td .list-modify-area .small-btns a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	width: 63px;
	height: 26px;
	line-height: 26px;
	color: #222222;
	text-align: center;
	margin: 0 3px;
	background: #fff;
}

.detail-list-area tbody td .list-modify-area .small-btns a:hover {
	border: 1px solid #000;
	text-decoration: none;
}

.detail-list-area tbody td .list-modify-area dl {
	float: left;
	margin-top: 3px;
	padding-left: 18px;
	background: url(../images/common/icon_bar02.gif) no-repeat 0 center;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_bar02@2x.gif) no-repeat 0 center;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_bar02@2x.gif) no-repeat 0 center;
	background-size: 1px 16px;
}

.detail-list-area tbody td .list-modify-area dl dt,
.detail-list-area tbody td .list-modify-area dl dd {
	display: inline-block;
	vertical-align: middle;
}

.detail-list-area tbody td .list-modify-area dl dt {
	margin-right: 5px;
}

.detail-list-area tbody td .list-modify-area dl dd input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 154px;
	height: 26px;
	padding: 0 10px;
	border: 1px solid #b2b2b2
}

.detail-list-area tbody td .list-modify-area dl dd input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 28px;
	color: #fff;
	cursor: pointer;

	background: #32c0c0;
	border: 1px solid #6fa7b5;
	font-family: "³ª´®°íµñ", NanumGothic, nbg, "µ¸¿ò", Dotum, sans-serif;
}

/* °Ô½ÃÆÇ µðÅ×ÀÏ ÆäÀÌÁö */
.detail-view-area {
	border-top: 2px solid #666666;
	margin-bottom: 15px;
}

.detail-view-area .title-area {
	position: relative;
	padding: 2px 2px 2px 2px;

	background: url(../images/common/bg_dotted07.gif) repeat-x left bottom;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	background: linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	background-color: #fff;
	background-size: 3px 1px;
}

.detail-view-area .title-area h2 {
	color: #222222;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
    padding-left: 5px;
}

.detail-view-area .title-area .sub-info {
	padding-bottom: 5px;
}

.detail-view-area .title-area .sub-info:after {
	content: "";
	clear: both;
	display: block;
}

.detail-view-area .title-area .sub-info .date {
	float: left;
	padding-left: 5px;
	padding-right: 13px;
	color: #666666;
}

.detail-view-area .title-area .sub-info .hit {
	float: left;
	padding-left: 13px;
	height: 16px;
	line-height: 16px;
	border-left: 1px solid #cccccc;
}

.detail-view-area .title-area .sub-info .file {
	float: left;
	padding-left: 13px;
	height: 16px;
	line-height: 16px;
	margin-top: 3px;
	border-left: 1px solid #cccccc;
}


.detail-view-area .title-area .sub-info .hit dt,
.detail-view-area .title-area .sub-info .hit dd {
	float: left;
}

.detail-view-area .title-area .sub-info .hit dt {
	color: #999999;
}
.detail-view-area .title-area .sub-info .hit dd {
	color: #666666;
}

.detail-view-area .board-contents-area {
	padding: 10px 10px;
	color: #222222;
	text-align: left;

	background: url(../images/common/bg_dotted07.gif) repeat-x left bottom;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	background: linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
	background-color: #fff;
	background-size: 3px 1px;
}

.detail-view-area .board-file-area {
    padding: 10px 15px;
    color: #222222;
    background: url(../images/common/bg_dotted07.gif) repeat-x left bottom;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
    background: linear-gradient(transparent, transparent), url(../images/common/bg_dotted07@2x.gif) repeat-x left bottom;
    background-color: #fff;
    background-size: 3px 1px;
}

.detail-view-area .board-contents-area img{
	width:100% !important;
}


.label {
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 2px 3px;
	font-size: 10px;
}

.label-important {
	background-color: #b94a48;
}


.board-file-area ul li {padding: 4px 0px 4px 0px;text-align: left;}
.board-file-area ul li img {vertical-align: middle;}

.notice {background-color: #fefaed !important;}



/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
.paging-navigation {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.paging-navigation a {
	display: inline-block;
	line-height: 30px;
	min-width: 22px;
	height: 28px;
	padding: 0 3px;
	color: #222222;
	border: 1px solid #c5c7cc;
	vertical-align: middle;
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
}
.paging-navigation a:hover {
	border: 1px solid #333333;
	background: #555555;
	color: #fff;

	letter-spacing: -1px;
}
.paging-navigation strong {
	display: inline-block;
	line-height: 30px;
	min-width: 22px;
	height: 28px;
	padding: 0 3px;
	border: 1px solid #333333;
	background: #555555;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	vertical-align: middle;
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
}
.paging-navigation a.btn-previous,
.paging-navigation a.btn-next {
	padding: 0 11px;
	color: #666666;
}

.paging-navigation a.btn-previous:hover,
.paging-navigation a.btn-next:hover {
	padding: 0 11px;
	letter-spacing: 0;
	color: #fff
}


/* ¹öÆ° */



.btns-area {
}

.btns-area ul li a{
    height: 20px;
    position: relative;
	color:#fff;
}

.btns-area ul li:first-child a{
    height: 20px;
    position: relative;
	color:#333;
}

.btns-area ul li{
	font-size: 10px;
	float: left;
    width: 22%;
	line-height: 350%;
	border-right: 1px solid #FF9E61;
	color:#fff;
}

.btns-area ul li:first-child {
	font-size: 10px;
	float: left;
    width: 14%;
	line-height: 350%;

    background: url(../images/common/icon_bullet06.gif) no-repeat 15% 14px;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_bullet06@2x.gif) no-repeat 15% 14px;
    background: linear-gradient(transparent, transparent), url(../images/common/icon_bullet06@2x.gif) no-repeat 15% 14px;
    background-color: #fff;
    background-size: 4px 8px;
}

.btns-area ul li:last-child {
	font-size: 10px;
	float: left;
    width: 18%;
	line-height: 350%;
	border-right: 0px solid red;
}


.btns-area:after {
	content: "";
	clear: both;
	display: block;
}

.btns-area .btns-right {
	float: right;
}

.btns-type05 {
	display: inline-block;
	vertical-align: middle;

	width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0;

	text-align: center;
	color: #222222;
	font-size: 12px;
	cursor: pointer;
	border-radius: 23px;

	background: #ffffff;
	border: 1px solid #cccccc;
	font-family: "³ª´®°íµñ", NanumGothic, nbg, "µ¸¿ò", Dotum, sans-serif;
}


/* °Ô½ÃÆÇ ¸®½ºÆ® */
.list-search-area {
	position: relative;
	display: block;
	padding:6px;
	margin-bottom: 0px;
}

.list-search-area:after {
	content: "";
	clear: both;
	display: block;
}

.list-total {
	color: #666666;
	font-size: 13px;
}

.list-search-area .list-total {
	float: left;
	bottom: 12px;
    position: absolute;
}

.list-search-box {
	float: right;
}

.list-search-box input[type="search"] {
	display: inline-block;
	vertical-align: middle;

	height: 26px;
	padding: 0 15px;
	border: 1px solid #b2b2b2;
	font-family: "³ª´®°íµñ", NanumGothic, nbg, "µ¸¿ò", Dotum, sans-serif;
}

.list-search-box input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	background: #555555;
	border: 1px solid #333333;
	font-family: "³ª´®°íµñ", NanumGothic, nbg, "µ¸¿ò", Dotum, sans-serif;
}

.icon-bar {
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px;
	width:1px;
	height: 16px;
	text-indent: -5000em;
	background: url(../images/common/icon_bar03.gif) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent, transparent), url(../images/common/icon_bar03@2x.gif) no-repeat 0 0;
	background: linear-gradient(transparent, transparent), url(../images/common/icon_bar03@2x.gif) no-repeat 0 0;
	background-size: 1px 16px;
}


.blind, caption {
    display:none;
}


.point-color01 {color: #ff3300}

.point-color01.underline {color: #ff3300;text-decoration: underline;}

.point-color02 {color: #222222}

.point-color03 {color: #009999}

.point-important {color: #ff3300}
