.u_dsc {
  width:100% !important;
  padding:50px 10px 20px;
  /*background:url(images/ico_dsc.gif) no-repeat 50% 1.43em;*/
  font-size:13px;
  text-align:center;
}
 
.u_dsc h2 {
  border:0;
  background:none;
  font-size:13px;
  color:#000
}
 
.u_dsc_q {
  background-image:url(images/ico_dsc_q.gif);
}
 
.u_dsc_n {
  background-image:url(images/ico_dsc_n.gif);
}
 
.u_dsc .uc_h {
  font-size:1em;
}
 
.u_dsc .uc_st {
  font-weight:bold;
  color:#32a800;
}

.u_dsc .uc_wn {
  white-space:nowrap;
}

.u_dsc .uc_p {
  margin-top:.5em;
  color:#909090;
}

.u_dsc .uc_area {
  margin-top:1.25em;
}

.u_dsc .u_btn {
  display:inline-block;
  padding:.36em .8em;
  border:1px solid #bcbcbc;
  background:#f1f1f1;
  background:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(.05,#fbfbfb),to(#f1f1f1));
  font-size:12px;
  color:#666;
  white-space:nowrap;
}

.u_dsc .u_btn .uc_ico_ck {
  display:inline-block;
  margin-left:-.15em;
  padding-left:1.4em;
  background:url(images/ico.gif) no-repeat 0 3px;
}

.guioHeaderClose {
  position:absolute;
  top:10px;
  right:10px;
  width:28px;
  height:28px;
  border:0;
  background:none;
  cursor:pointer;
}

#view-contents img {
  width:100% !important;
  height:auto !important;
  margin:0 auto;
}

















.board {
	width:98%;
	margin:0 auto;
}

.img_board {
	width:98%;
	margin:0 auto;
}

.board .notice {
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #eaeaea ;
}


.board .list {
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding:4px;
	border-bottom:1px solid #eaeaea ;
	font-size:0.9em;
}


.board .subject {
	font-size:1em;
	color:#333;
}

.board .date {
	color:#666;
	padding-right:5px;
}

.img_board .list {
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #eaeaea ;
	vertical-align:middle;
	overflow:hidden;
}

.img_board .thumb {
	display:block;
	float:left;
	overflow:hidden;
	width:23%;
	text-align:center;
	padding-right:2px;
	border-right:1px solid #eaeaea;
}

.img_board .subject {
	padding-left:4px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	width:56%;
}

.img_board .date {
	display:block;
	float:right;
	color:#aaa;
	width:20%;
	padding-right:10px;
}




.pagination {
	padding:15px 0;
	text-align:center;
	line-height:normal;
}

.pagination a,
.pagination strong {
	position:relative;
	color:#323232;
	font-family:'NanumBarunGothicWeb', 'NanumGothic','나눔 고딕','Nanum Gothic','dotum','돋움','Tahoma','sans-serif' ;
	font-weight:bold;
	font-size:1.2em;
	vertical-align:top;
	display:inline-block;
	text-decoration:none;
	padding:1px 10px;
	margin:0 -3px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	background-color:#fff;
	z-index:2;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color:#f8f8f8;
}

.pagination strong {
	color:#ff8600;
}

.pagination .direction {
	font-weight:normal;
	color:#767676;
	text-decoration:none !important;
	border:0;
	z-index:1;
}

.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color:#323232;
	background-color:#fff;
}

.pagination .prev {
	border-left:0;
}

.pagination .next {
	border-right:0;
}

.pagination .direction span {
	position:relative;
	display:inline-block;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	vertical-align:top;
	top:4px;
}

.pagination .prev span {
	border:3px solid;
	border-top:solid #fff;
	border-bottom:solid #fff;
	border-left:0;
	margin-right:1px;
	*left:-4px;
}

.pagination .next span {
	border:3px solid;
	border-top:solid #fff;
	border-bottom:solid #fff;
	border-right:0;
	margin-left:1px;
}


#button-wrap {
	float: right;
	min-width: 468px;
	margin-bottom: 35px;
	position: relative;
}

#button-wrap-inner {
	padding: 100px 30px;
	border: 1px solid #ccc;
	text-align: center;
}

a.btn {
	display:inline-block;
}

a.btn {
	-webkit-border-radius: 5;
	border-radius: 5px;
	font-family:'NanumBarunGothicWeb', 'NanumGothic','나눔 고딕','Nanum Gothic','dotum','돋움','Tahoma','sans-serif' ;
	color: #333;
	font-size: 0.9em;
	background: #fff;
	padding: 10px 15px;
	border: solid #ccc 1px;
	text-decoration: none;
}

a.btn:hover {
	background: #eee;
	text-decoration: none;
}