/* 새소식 게시판 숨겨 놓음 */
#pdsList {
	display:none;
}
/* --------- 숨김 콘텐츠  -------- */
.banner h3, .search h3 {
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
/* -------------------------------- */
/* -----  메인 레이아웃 재정의 ------ */
#header, #contents, #slogan, .footerInner {
	width:886px;
}
#infoMenu {
	margin-right:25px;
}
#visual {
	margin:0 auto;
	width:824px;
	height:120px;
	padding-top:70px;
}
/* -------------------------------- */
/* ----- 메인 콘텐츠 레이아웃 ------ */
.section {
	float:left;
	display:inline;
	width:400px;
	margin:0 25px 0 20px;
}
.sectionInfo {
	float:left;
	width:400px;
	margin-right:24px;
}
.program_info {
	float:left;
	width:800px;
	margin-left:60px;
	color:black;
}
.direction_info {
	float:left;
	width:800px;
	margin-left:60px;
}

.registration_info {
	float:left;
	width:800px;
	margin-left:60px;
	margin-top:30px;
	margin-bottom:30px;
}

.photo_div {
	float:left;
	width:750px;
	margin-left:65px;
	margin-top:30px;
	margin-bottom:30px;
}

.sectionEvent {
	float:left;
	width:185px;
}


.registration_ok{

	float:left;
	width:800px;
	margin-left:60px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;

}
.registration_ok p{
	color:#333333;
}
.registration_ok h2{
	margin-bottom:20px;
	color:#333333;
	font-size:14px;
}
/* -------------------------------- */
/* ------- 로그인 콘텐츠 --------- */ 
.login {
	position:relative;
	width:239px;
	margin-bottom:10px;
	#background:url(../images/main/login_box.gif) no-repeat;
}
.login img{
margin-left:2px;
margin-top:15px;
}
.login h3 {
	padding: 10px 0 16px 12px;
}
.login .id, .login .pw {
	margin-left: 18px;
}
.login .id {
	padding-bottom: 5px;
}
.login .id label {
	padding-right:11px;
}
.login #logid, .login #logpw {
	width:95px;
	height:18px;
	border: 1px solid #b4b4b4;
	margin-left:2px;
}
.login label img {
	margin-top:4px;
}
.login .btnLogin {
	position: absolute;	
	height:45px;
	width:50px;
	top: 44px;
	right:19px;
}
.memberInfo {
	margin:9px 19px 0 19px;
	padding-top:8px;
	padding-bottom:17px;
	border-top:1px solid #dedede;
}
.memberInfo a {
	padding-left:11px;
	color:#686868;
	letter-spacing:-0.1em;
	background:url(../images/main/icon_login.gif) no-repeat 1px 3px;
}
.memberInfo a:hover, .memberInfo a:focus {
	text-decoration:underline;
}
.memberInfo a.join {
	padding-right:23px;
}
/* -------------------------------- */
/* ------------- 배너 ------------- */
.banner {
	padding-left:20px;
	margin:0 2px 26px;
}
.banner li {
	padding-bottom:8px;
}
/* -------------------------------- */
/* --------- 웹 표준이란? --------- */ 
.standardBox {
	margin:2px 0 2px 2px;
	width:236px;
	background:url(../images/main/bg_standardbox.gif) no-repeat 0 0;
}
.standardBox h3 {
	padding: 15px 0 15px 15px;
}
.standardBox dl {
	overflow:auto;
	margin:0 15px;
}
.standardBox .img {
	float:left;
	padding-bottom:18px;
}
.standardBox .subject, .standardBox .brief {
	float:right;
	width:130px;
}
.standardBox .subject {
	padding-bottom:4px;
}
.standardBox .subject a {
	color:#296897;
	font-weight:bold;
}
.standardBox .brief a {
	line-height:1.4;
	color:#303030;
}
/* -------------------------------- */
/* ---------- 자료 검색 ----------- */
.search {
	height: 50px;
	margin-top:0;
	margin-bottom:10px;
	background: url(../images/main/bg_search.gif) no-repeat 0 0;
}
.search fieldset {
	margin:0 0 0 17px;
	padding-top:10px;
}
.search label {
	padding:0 4px 6px 23px;
	background:url(../images/common/icon_searcgh.gif) no-repeat 0 0;
}
.search label img {
	padding-top: 4px; 
}
.search #search {
	width:195px;
	height:18px;
	border:1px solid #a1a1a1;
}
.search .btnSearch {
	margin-left:5px;
}
/* -------------------------------- */
/* ------- 공지사항/자료실 -------- */ 
#boardBox {
	position:relative;
	margin:0 8px 35px 3px;
	height: 155px;
    background: url(../images/main/bbs_h3_bg.gif) no-repeat 0 22px;
}
#boardBox h3 {
  position:absolute;
  top:0; 
  margin-bottom:-28px;
}
#boardBox h3.tab01 { 
  left:0;
}
#boardBox h3.tab02 { 
  left:76px;
}
#boardBox ul { 
  position: absolute;
  width:100%;
  top:21px; 
  padding-top: 14px; 
}
#boardBox ul li {
	position: relative; /* 추가 */
	padding:5px 0 4px 12px;
	background: url(../images/common/bullet_list.gif) no-repeat 2px 10px;
}
#boardBox ul li a {
	margin-right:5.1em;
}
#boardBox ul li .date {
	position:absolute;
	right:0;
	top:5px;
	color:#6f6f6f;
}
#boardBox ul li a, #boardBox ul li .date {
	display:block;
}

#boardBox .more a, .newsList .more a, .siteFavorite .more a {
	position:absolute;
	display:block;
	padding:5px 2px 4px 5px;
	top:1px;
	right:0;
} 
/* -------------------------------- */
/* -----------  새소식 ------------ */
.newsList {
	position:relative;
	margin-left:2px;
	margin-right:9px;
	margin-top  : 20px;
}
.newsList_last {
	position:relative;
	margin-left:2px;
	margin-right:9px;
	margin-top  : 20px;
	margin-bottom:15px;
}
.newsList .box_l{
	position:relative;
	float:left;
	width:190px;
	height:100px;

}
.newsList .box_r{
	position:relative;
	float:left;
	width:159px;
	height:100px;

}
.newsList h3 {
	font-family:"Arial";
	color: #333333;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	margin-bottom:3px;
	background: url(../images/main/bbs_h3_bg.gif) no-repeat bottom left;
}
.newsList h4 {
	padding: 1px 0 4px 11px;
	font-weight:bold;
	background: url(../images/common/bullet_list.gif) no-repeat 1px 7px;
}
.newsList h4 a {
	color:#3b3939;
}

.newsList .font_1 {
	font-family:"Candara";
	color:#333333;
	line-height:150%;
}
.newsList .font_2 {
	font-family:"Candara";
	color:#333333;
}

.newsList .newsWrap {
	float:right;
	width:234px;
}
.newsList .newsWrap p {
	margin-left:11px;
}
.newsList .newsWrap .date {
	padding:0 0 7px 1px;
	color:#6f6f6f;
	font-size:0.92em;
}
.newsList .newsWrap .brief {
	line-height:1.42;
}
.newsList .imgWrap {
	float:left;
	width:112px;
	margin-left:1px;
}
.imgWrap .img {
	display:block;
	padding-bottom:13px;
	background:url(../images/main/news_imgbg.gif) no-repeat 0 bottom;
}
.imgWrap .imgTitle {
	display:block;
	text-align:center;
	font-size:0.92em;
	color:#676565;
	font-weight:bold;
}
/* -------------------------------- */
/* --------- 신규 이벤트 ---------- */
.event {
	position:relative;
	background:url(../images/main/eventbox_bg.gif) no-repeat 0 0;
}
.event h3, .siteLink h3, .siteFavorite h3 img {
	padding-top:15px;
	margin: 0 0 8px 10px;
}
.event p {
	margin-left:9px;
}
.event .thumbnail, .event .brief {
	display:block;
}
.event .thumbnail {
	background:url(../images/main/img_event_bg.gif) no-repeat 0 0;
}
.event .brief {
	margin:13px 12px 0 0;
	padding-bottom:14px;
	border-bottom: 1px solid #dbdbdb;
}
.event a:hover, a:focus {
	color:#333333;
}
.event .btnGo {
	position:absolute;
	top:13px;
	right:14px;
}
/* -------------------------------- */
/* --------- 관련 사이트 ---------- */
.siteLink {
	margin-bottom:33px;
	background:url(../images/main/eventbox_bg.gif) no-repeat 0 100%;
}
.siteLink fieldset {
	margin:0 10px;
	padding-bottom:13px;
}
.siteLink select {
	width:120px;
	height:21px;
	font-size:1em;
}
/* -------------------------------- */
/* --------- 인기 사이트 ---------- */
.siteFavorite {
	position:relative;
	height:1%;
	background:url(../images/main/eventbox_bg.gif) no-repeat 0 100%;
}
.siteFavorite h3 {
	background:url(../images/main/eventbox_bg.gif) no-repeat 0 0;
}
.siteFavorite .ranking {
	margin:5px 15px 0 10px;
	padding-bottom:18px;
}
.siteFavorite .ranking li {
	position:relative;
	padding:2px 18px 1px 18px;
	background:url(../images/main/icon_site.gif) no-repeat 0 0;
}
.siteFavorite .ranking .order {
	display:block;
	position:absolute;
	top:5px;
	right:3px;
}
.ranking li.no1 {
	background-position:0 2px;
}
.ranking li.no2 {
	background-position:0 -33px;
}
.ranking li.no3 {
	background-position:0 -67px;
}
.ranking li.no4 {
	background-position:0 -102px;
}
.siteFavorite .more {
	position: absolute;
	top:12px;
	right:15px;
}
/* -------------------------------- */


.joinInformation {
	margin-bottom:10px;
}
input.textBox { 
	border:1px solid #969696; 
	height:17px; 
	margin-bottom:1px; 
	padding:0 2px; 
}
.joinData {
	border-top:1px solid #e9804e;
}
.joinData caption {
	position:absolute;
	overflow:hidden;
	top:auto;
	text-indent:-9999%;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
	
}
.joinData th, .joinData td {
	border-bottom: 1px solid #e8e8e8;
	color:#3f3e3e;
}
.joinData th {
	padding:6px 10px;
	background:#fffcef;
	font-weight:bold;
}
.joinData td {
	padding:6px 15px;
}
.joinData .gap {
	padding-left:12px;
}
.joinData td.inform {
	position:relative;
}
.joinData .password {
	float:right; 
	margin-top:5px;
	margin-right:130px;
	font-size:0.92em;	
}
.joinData .newsletter {
	font-size:0.92em;
	margin-bottom:5px;
}
.btnArea {
	margin-top:20px;
	text-align:center;
}
.btnArea a, .btnArea input {
	margin-left:5px;
}

.joinData .que
{
	margin-left:10px;
}
