@charset "utf-8";

/* font */
@font-face {
 font-family: 'sang';
 font-style: normal;
 src: url('../include/SangSangBodyWebM.eot');
 src: url('../include/SangSangBodyWebM.eot?#iefix') format('embedded-opentype'),
 url('../include/SangSangBodyWebM.woff') format('woff')
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

body {
	margin: 0;
	padding: 0;
	width:100%;
	font-family: "Nanum Gothic";
	font-size: 14px;
	color: #333;
	border: none;
	}

.hidden, caption{visibility:hidden; margin:0; padding:0; width:0; height:0; overflow:hidden; font-size:0; line-height:0;}
.clear:after{
	content:"";
	display:block;
	clear:both;
}
ul, li, dl, dt, dd{margin:0; padding:0; list-style:none;}

table, img{	border:none; margin:0; padding:0;}
table, tr, th, td { border-collapse: collapse; }

#notice_tb {width:100%; border-top:4px solid #333; text-align:center; margin-bottom:30px;}
#notice_tb tbody td{border-bottom:1px solid #CBCBCB;}

#notice_tb a { width:100%; display:inline-block; }
#notice_tb .list_tt { text-align:left; padding-top:15px; padding-left:5%; font-weight:bold; border:0;}
#notice_tb .date { font-size:12px; text-align:left; padding:10px 0 15px 5%; color:#666; }

.paging { width:100%; text-align:center; font-size:12px; margin-bottom:30px;}
.paging li {display:inline-block; width:29px; height:29px; text-align:center; *display:inline;}
.paging .first { background:url('../images/btn_m_tab_first.gif') no-repeat;}
.paging .last { background:url('../images/btn_m_tab_last.gif') no-repeat; }
.paging .prev { background:url('../images/btn_m_tab_prev.gif') no-repeat; }
.paging .next { background:url('../images/btn_m_tab_next.gif') no-repeat; }

.paging a, .paging span {
	display:block;
	width:29px;
	height:21px;
	padding-top:8px;
}
.paging .on { background:url('../images/btn_m_tab_on.gif') no-repeat; color:#FFF; }
.paging .off { background:url('../images/btn_m_tab_off.gif') no-repeat; }

.paging .btn { text-indent:-5000px;}

.notice_view th { font-weight:normal; text-align:left; padding-left:5%;}
.notice_view .view_title { color:#000; padding-top:15px; font-weight:bold; }
.notice_view .view_date { color:#666; height:33px; padding-bottom:7px; background:url('../images/bg_th.gif') repeat-x 0 38px; font-size:12px;}

#nt_contents{width:100%; margin-bottom:20px; padding:20px 0;}
#nt_contents table{width:85%; margin: 0 auto;}
#nt_contents th, #nt_contents td{border:1px solid #EAEAEA; background:none;}


/* 留덉슦�뒪 �솢�꽦�뿬遺�뿉�뵲�씪 湲�뵪泥� 吏�젙 */
a:link, a:visited, a:hover, a:active {color:#333333; text-decoration:none;}

.notice_view{padding:0; margin:0;}

/* �떎�쓬湲,�씠�쟾湲 */

.boardNav {padding:0; margin:0; border-collapse:collapse;  }
.boardNav dt, .boardNav dd {
	float:left;

}

.boardNav dt { clear:both; width:13%; padding:27px 0; text-align:center; color:#333; border-top:1px solid #CBCBCB;}
.boardNav dd {width:82%; padding-left:5%; text-align:left; color:#666; }
.boardNav dd.title{ padding-top:16px;  border-top:1px solid #CBCBCB; font-weight:bold;}
.boardNav dd.date {padding-top:10px; padding-bottom:13px; font-size:12px; }

/* 紐⑸줉蹂닿린 踰꾪듉 */
.list_btn { clear:both; width:100%; height:45px; text-align:right; padding-top:30px; border-top:1px solid #333; }
