@charset "utf-8";
/* CSS Document */

/*document*/
html {
		width:100%;
}
body { 
	font:9pt 굴림, verdana; 
	line-height:1.5;
	letter-spacing:0; 
	color:#666;
	margin:0;
	padding:0;
	background:url('./images/mainBg.jpg') top no-repeat;
}
a {
	color:#00C;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border:0;
	padding:5px;
}
h1 {
	margin:5px 0;
	padding:0;
	font-size:1.2em;
	color:#09F;
}
.bgbox
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 180px;
	background:url('../img/biglogo_bg.png') #c0dfee no-repeat;
	z-index:-9999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*home*/
.mainbox {
	width:900px;
	height:500px;
	margin:100px auto 0 auto;
/*	background:url('./images/mainBg.jpg') left top no-repeat; */
	padding-top:55px !important;
	padding-top: 135px;
}
.mainbox .content {
	height:480px;
	margin:0 60px;
	*padding-top:100px;
	_margin:50px 0 0 0;
	_padding:20px 0 0 0;
}
.mainbox .content .date {
	margin-right:8px;
	font-weight:bold;
	color:#0066ff;
	margin-left: 25px;
}
.mainbox .content .recent {
	margin-top:50px;
}
.mainbox .content .recent .blank { /*blank height*/
	height:5px;
}
.mainbox .content .recent .blank2 { /*blank2 height*/
	height:5px;
}
.mainbox .content .recent .blank3 { /*blank3 height*/
	height:5px;
}
.mainbox .content .recent .left {
	float:left;
	width:430px;
	border-right:1px solid #ccc;
	padding-left: 20px;
	padding-right:10px;
}
/*recent topic*/
.mainbox .content .recent .left ul {
	list-style:none;
	margin:0;
	padding:5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom:1px solid #e3e3e3;
	height:93px !important;
	height:109px;
	overflow:hidden;
	cursor:pointer;
}
.mainbox .content .recent .left .title {
	float:left;
	color:#0066ff;
	font-weight:bold;
	margin-bottom:5px;
	*margin-bottom:0px;
	padding-bottom: 0px;
	*padding-bottom:4px;
	_padding-bottom: 8px;
}
.clear {
	height:1px;
	margin-top:-1px;
	font-size:0;
	*padding-top:5px;
}
.mainbox .content .recent .left img {
	float:left;
	padding:0 8px 0 0;
	width:120px;
	height:70px;
}
/*recent another*/
.mainbox .content .recent .left .another {
	list-style:none;
	margin:0;
	padding:5px;
/*	border:1px solid #e3e3e3;*/
	height:76px !important;
	height:73px;
	overflow:hidden;
	cursor:pointer;
}
.mainbox .content .recent .left .another .title {
	float:left;
	color:#0066ff;
	margin-bottom:5px;
	*margin-bottom:0;
	font-weight:normal;
}

.mainbox .content .recent .left .date {
	float:right;	
	color:#a2a2a2;
	font-weight:normal;
	font-family:verdana;
	font-size:0.75em;
	margin-right:-1px;
}
/*recent board list*/
.mainbox .content .recent .right {
	float:right;
	width:310px;
}
.mainbox .content .recent .right ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.mainbox .content .recent .right .top { /*title*/
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
.mainbox .content .recent .right .top .title {
	float:left;
	color:#0066ff;
	margin-bottom:5px;
}
.mainbox .content .recent .right .top .more {
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0066ff;
	font-size:0.75em;
	padding-right:3px;
}
.mainbox .content .recent .right .content { /*content*/
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}
.mainbox .content .recent .right .content li {
	display:inline;
	padding-right:5px;
}
/*recent photogallery*/
.mainbox .content .recent .right .photo {
	margin:0;
	padding:0;
}
.mainbox .content .recent .right .photo li{
	width:98px;
	float:left;
	margin:0 2px;
}
.mainbox .content .recent .right .img { /*recent photogallery content*/
	width:85px;
	height:81px;
	margin:0;
	padding:2px;
	border:1px solid #e3e3e3;
	cursor:pointer;
}
.mainbox .content .recent .right .img .title {
	width:85px;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.mainbox .content .recent .right .img img {
	padding:0;
	width:80px;
	height:60px;
	margin-bottom:2px;
}


.clear {
	clear:both;
	height:1px;
	display: block !important;
	display: inline;
}


/*board*/
.location {
	text-align:right;
	padding:5px;
	color:#666;
	margin:0;
}
.board_list_title {/*board list top*/
	border-top:2px solid #666;
	border-bottom:1px solid #666;
	background-color:#f9f9f9;
	padding:8px 0;
}
.board_list_title a {
	color:#333;
	text-decoration:none;
}
.board_list_title a:hover {
	color:#222;
}
.board_list_top {
	list-style:none;	
	text-align:center;
	color:#333;
	font-size:0.9em;
}
.board_list_top td {
	background:url('./images/dotted.gif') right center no-repeat;
}
/*board size*/
.board_list_no {
	width:40px;
	font-size:0.9em;
}
.board_list_name {
	width:80px;
	overflow:hidden;
}
.board_list_date {
	width:80px;
}
.board_list_hit {
	width:40px;	
}
.board_list_sub {
	text-align:left;
	padding-left:15px;
}
.board_list_sub span {/*comment*/
	padding-left:8px;
	font-size:0.9em;
	color:#996;
}
.board_list_sub_secret {/*secret posting*/
	padding:0 0 0 3px;
}
.board_list_sub a {
	color:#666;
	text-decoration:none;
}
.board_list_sub a:hover {
}
.board_list {/*board list content*/
	background-color:#fff;
}
.board_list td {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.board_list tr {
	text-align:center;
}
.board_list_bottom {
	margin-top:5px;
	padding:5px 0;
}
.paging {/*paging*/
	width:380px;
	overflow:hidden;
	font-family:Verdana,Tahoma;
	text-align:center;
}
.arrow {
	color:#e7e7e7;
	font-weight:bold;
}
.page_count {
	font-weight:bold;
	color:#993;
}
.page_count a {
	color:#333;
	text-decoration:none;
}
.page_count a:hover {
	text-decoration:underline;
}
.btn_list_short {
	border:0;
	background:url('/images/btn_list1.gif') no-repeat;
	width:70px;
	height:20px;
	color:#333;
	font-weight:bold;
	font-size:0.9em;
	cursor: pointer;
}
.btn_list_write {
	border:0;
	background:url('/images/btn_list2.gif') no-repeat;
	width:70px;
	height:20px;
	color:#445c61;
	font-weight:bold;
	font-size:0.9em;
	cursor: pointer;
}
.btn_logout {
	border:1px solid #666;
	width:40px;
	height:15px;
	font-size:9px;
	font-family:Tahoma, Verdana;
	background-color:#fff;
	padding:0;
}
.search_btns {
	text-align:center;
	background-color:#e2e2e2;
}
.search_btns img {
	padding:0 5px;
}
.search {
	padding:5px 0;
}
.search_text_field {
	width:200px;
	height:18px;
	color:#666;
	border:1px solid #888;
}
.search_btn {
	font-size:0.9em;
	width:80px;
	height:22px;
	border:0;
	color:#333;
	background-color:#e2e2e2;
	cursor: pointer;
}
/*board content*/
.board_content {
	padding:5px;
	border:1px solid #ccc;
}
.content_date {
	font-size:0.95em;
	color:#999;
	padding-left:10px;
}
.content_name {
	font-size:0.95em;
	color:#996;
	padding-right:10px;
}
.board_content_info {
	padding:3px;
	border:2px solid #ccc;
}
.board_content ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
.link a {
	color:#339;
	text-decoration:underline;
}
.link a:hover {
	color:#666;
	text-decoration:underline;
}
.board_contents {
	padding-bottom:15px;
}
.board_write_contents {
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	width:360px;
}
.board_write_contents_textfield {
	border:1px solid #666;
	width:350px;
	height:60px;
}
.board_write_contents_btn {
	padding-top:3px;
}
.board_contents a {
	color:#333;
	text-decoration:underline;
}
.board_contents_comment {
	margin:5px 0;
}
.board_contents_comment_name {
	padding:5px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.board_contents_comment_edit {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
	font-size:0.95em;
}
.board_contents_comment_edit a {
	color:#666;
	text-decoration:none;
}
.board_contents_comment_edit a:hover {
	color:#999;
	text-decoration:underline;
}
.board_contents_comment_contents {
	padding:5px 0;
	border-bottom:1px solid #ccc;
}

/*member join, info*/
.form {
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.form form {
	margin-bottom:15px;
}
.form2 {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
.form2 form {
	margin-bottom:15px;
}
.form_join {
	width:100%;
}
.form_join tr {
	background-color:#f7f7f7;
}
.form_join_info {
	width:70px;
	padding:5px;
	text-align:right;
	font-size:0.95em;
}
.form_join_textfield {
	border:0;
	color:#333;
	background-color:transparent;
	width:99%;
	margin-right:5px;
}
.form_join_line {
	height:4px;
	background-color:#fff;
}

/*sub*/
.sub {
	width:1000px;
	min-height:600px;
	margin:50px auto 0 auto;
	background:url('./images/logo_sub.gif') left top no-repeat;
}
/*sub content*/
.sub .left {
	float:left;
	width:120px;
	margin-top:80px;
	padding:10px;
}
.sub .left h1 {
	font-size:1.4em;
	color:#06F;
	font-weight:bold;
	margin:0 0 15px 1px;
	padding:0;
}
.sub .left ul {
	width:100px;
	list-style:none;
	padding:0;
	margin:0;
}
.sub .left li {
	padding:3px 0px;
}
.sub .left a {
	padding:3px 10px 2px 3px;
	color:#666;
	border:1px solid #fff;
}
.sub .left a:hover {
	padding:3px 10px 2px 3px;
	color:#000;
	border:1px solid #c4f3f4;
	background-color: #e3f6f6;
	text-decoration:none;
}

.sub .left .onnow {
	border:1px solid #6CF;
	background-color:#DFFCFF;
}
.sub .right {
	float:right;
	width:820px;
	margin-top:80px;
	padding:10px;
}
/*navi*/
.sub_navi {
	float:left;
	margin-left:320px;
	height:25px;
	padding-top:5px;
}
.sub_navi .menu a {
	color:#000;
	text-decoration:none;
}
.sub_navi .menu a:hover {
	color:#666;
	text-decoration:underline;
}
.sub_navi .menu {
	list-style:none;
	padding:0;
	margin:0;
}
.sub_navi .menu li {
	display:inline;
	padding:0 5px;
	margin:0 5px;
}
.sub_navi .arrow {
	padding-right:10px;
	background:url('/img/arrow_main.gif') right center no-repeat;
	cursor:pointer;
}
/*login*/
.member {
	float:right;
	width:300px;
	height:25px;
	padding-top:5px;
	margin-right:10px;
}
.member span {
	color:#333;
	font-weight:bold;
}
/*main page footer*/
.main_navi {
	width:100%;
	height:25px;
	position:fixed;
	bottom:0;
	left:0;	
	border-top:1px solid #999;
	background-color:#fff;
	_position:absolute;
}
.main_navi .content {
	position:relative;
	margin:0 auto;
	width:880px;
	padding:3px 0;	
}
.main_navi .content .copyright {	
	float:left;	
	font-size:8pt;
	padding-top:3px;
}
.main_navi .content .copyright a {
	color:#0066ff;
	text-decoration:none;
}
.main_navi .content .copyright a:hover {
	text-decoration:underline;
}
.main_navi .content .menu {	
	position:relative;
	float:right;
	*width:378px;
	*padding-top:2px;
}
.main_navi .content .menu a {
	color:#333;
	text-decoration:none;
}
.main_navi .content .menu a:hover {
	text-decoration:none;
}
.main_navi .content .mmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.main_navi .content .mmenu li {
	display:inline;
	color:#333;
	padding-right:10px;
	margin-right:5px;
	background:url('/img/arrow_main.gif') center right no-repeat;
	cursor:pointer;
	font-size:8pt;
}
/*navi box*/
.navi_box {
	border:3px solid #ccc;
	padding:5px;
	background-color:#fff;
}
.navi_box2 {
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
}
.navi_box a {
	color:#009;
	text-decoration:none;
}
.navi_box a:hover {
}
.navi_box2 a {
	color:#737373;
	text-decoration:none;
}
.navi_box2 a:hover {
	color:#737373;
	text-decoration:none;
}
.positionofmenu {
	position:relative;
	height:1px;
	margin:0 auto;
}
.news {
	position:absolute;
	right:295px;
	bottom:8px;
}
.news_sub {
	position:absolute;
	left:40px;
	top:5px;
}
.news_menu {
	list-style:none;
	margin:0;
	padding:0;
}

.news_menu a {
	text-decoration:underline;
}

.news_menu li a {
	text-decoration:underline;
}

.board {
	position:absolute;
	right:235px;
	bottom:8px;
}
.board_sub {
	position:absolute;
	left:95px;
	top:5px;
}
.board_menu {
	list-style:none;
	margin:0;
	padding:0;
}

.board_menu a:hover {
        text-decoration:underline;
}

.login {
	position:absolute;
	right:93px;
	bottom:8px;
}
.mailing {
	position:absolute;
	right:6px;
	bottom:8px;
}
.mailing span {
	text-decoration:underline;
	color:#09F;
}
.login .join {
	font-size:0.9em;
	text-align:center;
	padding:5px;
}
.login .id {
	border:1px solid #ccc;
	width:120px;
	margin:3px;
}
.login .pass {
	border:1px solid #ccc;
	width:120px;
	margin:3px;
}
.login .e-mail {
	border:1px solid #ccc;
	width:180px;
	margin:3px;
}
.login .btn {
	padding:1px;
	height:22px;
	width:52px;
}
.logged {
	line-heigh:0;	
}
.logged img {
	margin:0;
	padding:0;
}
.articles {
	display: block !important;
	display: inline;
}
.articles a {
	color: #666;
	text-decoration: none;
}


