@charset "UTF-8";
@import "global.css";
@import "common.css";

#wrap {
	background: url(/open_contents/images/mainImage.jpg) no-repeat;
	margin:0 0 0 0px;
	width:1004;
}

#header {
	position: relative;
	height: 89px;
}

#header p.subTitle {
	position: absolute;
	top: 160px;
	left: 330px;
}


#container { margin-left:20px; }


/* 왼쪽 컬럼 */
#colLeft {
	background: url(/open_contents/images/bg_colLeft.gif) no-repeat;
	margin-top: 240px;
	float: left;
	width: 224px;
}
#loginform{
	margin: 15px 15px;
	background: url(/open_contents/images/bg_loginForm.gif) no-repeat;
	height:138px;
	padding:5px 0 0 10px;
}

#loginform table.tableLogin {
	padding:0px;
	margin:0px;
	border:0px;
}

#loginform table.tableLogin td{
	padding:0px;
	margin:0px;
	border:0px;
}

.login_input {
	width:100px;height:20px;background: url(/open_contents/images/bg_input.gif) no-repeat; border:0px;
}

#loginform .login_title{
	margin:13px 0 9px 5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:160px;
	height:24px;
	padding:2px 0 0 0px;
}
#colLeft #schedule{
	margin: 21px 0 0 19px;
}
#schedule p{ position:absolute; top: 515px; left: 190px; }

#colLeft table.tableCalendar {
	background: url(/open_contents/images/bg_calendar.gif) no-repeat;
	text-align:center;
	width:180px;
	height:174px;
	font-size: 0.9em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom:8px;
	border:0px;
}
#colLeft table.tableCalendar td{
	line-height: 100%;
	padding: 0px;
	border: 0px;
}


#colLeft table.tableCalendar td.month {
	font-size: 13px;
	font-family:  Helvetica,Arial, sans-serif;
	color: #555;
	font-weight: bold;
}
#colLeft table.tableCalendar td.today a{
	background-color: #ffaa28;
	font-weight: bold;
	color: #fff;
	padding:0px;
	margin:0px;
}


#colLeft table.tableCalendar td.sunday a { color: #f84; }

#colLeft table.tableCalendar td.saturday a { color: #3af; }

#colLeft table.tableCalendar a { color:#8c8c8c;padding: 7px; }

#colLeft .calendar .month span { font-size: 20px; }

table.table02{
	border:0px;
	padding:0px;
}
table.table02 td{
	border:0px;
	padding-bottom:2px;
	margin:0px;
}
/*
#colLeft .calendar table.tableCalendar td.bgNone { background-color: #eee; }

#colLeft .calendar table.tableCalendar td a {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 0;
	padding-right: 2px;
}

#colLeft .calendar table.tableCalendar td a:hover {
	text-decoration: none;
	background-color: #3e81bd;
}

#colLeft .calendar table.tableCalendar td.today {
	background-color: #3e81bd;
	font-weight: bold;
}

#colLeft .calendar .todayis {
	background: #e8e8e8 url(/open_contents/images/today_bottom.png) no-repeat left bottom;
	width: 164px;
	padding-bottom: 8px;
}

#colLeft .calendar .todayis ul {
	margin-bottom: 0;
	padding: 0 10px;
}

#colLeft .calendar .todayis li {
	background: url(../images/common/bullet_dot.png) no-repeat 0 5px;
	padding-left: 8px;
	font-size: 0.95em;
	letter-spacing: -0.05em;
}
*/
/* 검색 (search) */
#search_area { width: 300px; padding-left: 30px; margin-bottom: 10px; }

#search_area h2 {
	background: url(/open_contents/images/bullet_search.gif) no-repeat 0 2px;
	font-size: 0.96em;
	letter-spacing: -0.05em;
	color: #0c639f;
	padding: 2px 18px;
	margin: 15px 0 3px;
}

#search fieldset { background: url(/open_contents/images/search_bg.gif) no-repeat 0 bottom; height: 50px; padding: 10px 20px; }

#search legend { display: none; }

#search select { width: 135px; height: 22px; border: 1px solid #ccc; }

#search .searchString { width: 175px; border: 1px solid #ccc; padding: 2px; height: 16px; margin-top: 5px; }

/* //검색 (search) */

.service { padding: 0; padding-left: 30px; }

.service li { background: none; float: left; padding: 0; }

/* //왼쪽 컬럼 */

/* 컨텐츠그룹 */
#contentsGroup {
	background: #fff;
	margin:190px 0 0 0px;;
	float: left;
	width: 455px;
	padding: 20px 0 0 30px; 
}

/* 게시판 */
.board { height: 160px; position: relative; }
.board h2 { position: absolute; bottom:115px; }
.board h2.tab01 { left: 0; width: 410px; }
.board h2.tab02 { left: 105px; }
.board h2.tab03 { left: 210px; }
.board h2.tab04 { left: 315px; }

.board h2.tab01 a {
	background: url(/open_contents/images/board01.gif) no-repeat; display: block; width: 104px; height: 21px; text-indent: -9999px;
}
.board h2.tab02 a {
	background: url(/open_contents/images/board02.gif) no-repeat;
	display: block; width: 104px; height: 21px; text-indent: -9999px;
}
.board h2.tab03 a{
	background: url(/open_contents/images/board03.gif) no-repeat;
	display: block; width: 104px; height: 21px; text-indent: -9999px;
}
.board h2.tab04 a{
	background: url(/open_contents/images/board04.gif) no-repeat;
	display: block; width: 104px; height: 21px; text-indent: -9999px;
}

.board h2.tab01 a.tabactive { background: url(/open_contents/images/board01_on.gif) no-repeat; height: 23px;}
.board h2.tab02 a.tabactive { background: url(/open_contents/images/board02_on.gif) no-repeat; height: 23px;}
.board h2.tab03 a.tabactive { background: url(/open_contents/images/board03_on.gif) no-repeat; height: 23px;}
.board h2.tab04 a.tabactive { background: url(/open_contents/images/board04_on.gif) no-repeat; height: 23px;}

.board div p { position: absolute; top: -20px; right: 20px; }
.board dl { padding-left: 5px; font-size:1em; }
.board dt {
	background: url(../images/common/bullet_dot02.gif) no-repeat 0 6px;
	width: 300px; float: left; padding-left: 10px;
}
.board dd { float: right; padding-right: 10px; }

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	width:410px; padding:6px 0px; font-size:12px;
	margin-bottom:5px; line-height: 170%; position: absolute; top: 30px;
}

#tabcontent1 p,#tabcontent2 p,#tabcontent3 p,#tabcontent4 p{
	position: absolute;
	top: 130px;
}

#tabcontent1 a,#tabcontent2 a,#tabcontent3 a,#tabcontent4 a { color: #666; }

.board02 p{ position:absolute; top: 460px; left: 658px; }

/* //게시판 */

ul { padding-left: 18px; }

ul li {
	background: url(../images/common/bullet_li.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
}

/* 가운데 배너 */
.banner { position: relative; }

.banner ul { margin:0 0 5px 0px; padding: 0; }

.banner li { background: none; display: inline; padding: 0px; }

.banner li a img{ padding:0px;margin:0px; }

.banner li a:hover img {  }



/* //컨텐츠그룹 */

/* 오른쪽컬럼 */
#colRight {
	background: #fff;
	margin:190px 0 0 0px;;
	float: left;
	width: 230px;
}

#colRight img.tit {
	margin: 20px 10px 0 0;
}
#colRight .agricultureInfo{
	margin: 10px 10px 10px 15px;
}

#colRight .agricultureInfo ul{
	margin-bottom:5px; 
	padding: 0;
}

#colRight .agricultureInfo li{
	padding: 5px 0 0 25px;
	border-bottom:1px solid #eee;
}

#one{	background: url(/open_contents/images/bullet_01.gif) no-repeat 0 50%; }
#two{	background: url(/open_contents/images/bullet_02.gif) no-repeat 0 50%; }
#three{	background: url(/open_contents/images/bullet_03.gif) no-repeat 0 50%; }
#four{	background: url(/open_contents/images/bullet_04.gif) no-repeat 0 50%; }
#five{	background: url(/open_contents/images/bullet_05.gif) no-repeat 0 50%; }
#six{	background: url(/open_contents/images/bullet_05.gif) no-repeat 0 50%; }
#seven{	background: url(/open_contents/images/bullet_05.gif) no-repeat 0 50%; }

#colRight .agricultureInfo li a{
	color: #666;
	font-size:1em;
}

#colRight .right_link01{
	margin:5px 0px;
}

#colRight .right_link01 .right_link01_content{
	background: url(/open_contents/images/bg_side_link.gif) no-repeat;
	margin:10px 0px;
	width:205px;
	height:87px;
	padding:14px 15px;
}

#colRight .right_link01 .right_link01_content ul{
	margin-bottom:9px; padding: 0;
}
#colRight .right_link01 .right_link01_content li{
	background: none; display: inline; padding: 0;margin-right:4px;
}

/* 패밀리사이트 */
#colRight .family{
	margin-top: -20px;
}
#colRight .family h3{margin:0px;}
#colRight .family select{ width: 167px; height: 19px; margin:5px 0 0 0px; background:#f0f7fc; padding:0px;}

#colRight .family input {
	margin-top:5px;
}



/* //오른쪽컬럼 */

#footer .count { right: 80px; }