﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
}

img
{
	border:0px;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
	font-weight:bold;
	
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page
{
	margin:20px 0 0 10px;
	width:890px;
}




#header
{
	float:left;
}
#header #logo
{
	float:left;
	
	width:181px;
	height:111px;
}
#header #menu1
{
	float:right;
	width:570px;
	padding:0;
}
#header #menu1 ul li
{
	float:left;
	list-style-image:none;
	list-style-type:none;
	margin-left:20px;
}

#header #menu2
{
	float:right;
	
	margin-top:10px;
	
	width:673px;
	height:42px;
	
	background-image: url('/Images/Main/header.png');
}
#header #menu2 ul
{
	margin-top:1px;
}
#header #menu2 ul li
{
	float:left;
	list-style-type:none;
	
	text-align:center;
	
	padding-left:30px;
	padding-right:30px;
	
	margin-top:10px;
}
#header #menu2 ul li a:link, #header #menu2 ul li a:visited, #header #menu2 ul li a:active
{
	color:White;
	text-decoration:none;
}
#header #menu2 ul li a:hover
{
	color:#ededed;
	text-decoration:underline;
}




#main
{
	float:left;
	width:860px;
}




#footer
{
	float:left;
	
}
#footer #menu_footer
{
	float:left;
	background-color:#dfdfdf;
	width:860px;
	height:33px;
}
#footer #menu_footer ul
{
	float:right;
	width:400px;
}
#footer #menu_footer ul li
{
	float:left;
	list-style-type:none;
	margin-left:20px;
}
#footer #construct_logo
{
	float:left;
	width:181px;
	height:78px;
}
#footer #copyright
{
	float:left;
	width:570px;
	margin-left:30px;
}





/*
	게시판 항목 크기 지정
*/

tr.table_header
{
	height:32px;

	text-align:center;
	vertical-align:middle;
}

tr.table_item
{
	height: 25px;
}
tr.table_item_center
{
	height:25px;
	text-align:center;
}
tr.table_item_left
{
	height:25px;
	text-align:left;
}
tr.table_item_right
{
	height:25px;
	text-align:right;
}


td.red_line
{
	border-bottom:1px solid #B25858;
}

td.yellow_line
{
	border-bottom:1px solid #96932C;
}


td.blue_line
{
	border-bottom:1px solid #6B81C5;
}
td.blue_line_left
{
    text-align:left;
    border-bottom:1px solid #6B81C5;
}

td.blue_line_table_header
{
	width:100px;
	height:32px;
	text-align:center;
	
	border-bottom:1px solid #6B81C5;
}

td.blue_line_table_title
{
	width:530px;
	
	border-bottom:1px solid #6B81C5;
}
td.blue_line_table_writer
{
	width:200px;
	
	border-bottom:1px solid #6B81C5;
}
td.green_line
{
	border-bottom:1px solid #2EBF18;
}
td.gray_line
{
	border-bottom:1px solid #ededed;
}
div.gray_line2,td.gray_line2
{
	border-bottom:1px solid #adadad;
}





/*	텍스트박스 테두리 없앰	*/
input[type="text"].no_border
{
	text-align:center;
	font-weight:bold;
	border:none;
}
input[type="text"].no_border_left,textarea.no_border_left
{
	font-weight:bold;
	border:none;
}

/*	날짜, 시간 이력 폼 크기 조절	*/
input[name^="date1"],input[name^="birth1"]
{
	width:40px;
	text-align:center;
}
input[name^="date2"],input[name^="date3"],
input[name^="birth2"],input[name^="birth3"]
{
	width:26px;
	text-align:center;
}
input[name^="time"]
{
	width:26px;
	text-align:center;
}

/*	전화번호 입력 폼 크기 조절	*/
input[name^="phone"]
{
    width:100px;
}

input[name^="tel"],
input[name^="mobile"]
{
	width:40px;
	text-align:center;
}

textarea
{
	margin-top:4px;
}





.right_btn
{
	text-align:right;
	padding:5px 10px 5px 0;
}





/*

	게시판들 아래 버튼 정렬

*/

div.board,td.board
{
	vertical-align:middle;
	padding-bottom:7px;
	border-bottom:1px solid #acacac;
}
div.page_bottom_board
{
	text-align:center;
	margin-top:5px;
	padding-top:5px;
	
	height:30px;
}

div.btn_bottom_board
{
	text-align:right;
	margin-top:5px;
	padding:10px 60px 0 0;
	border-top:1px solid #acacac;
}

div.btn_bottom_center
{
	text-align:center;
	margin-top:5px;
	padding:5px;
	border-top:1px solid #acacac;
}







div#paging
{
	float:left;
	position:relative;
	
	width:630px;
	margin:10px 0 0 20px;
}

div#btn_prev
{
	float:left;
	position:relative;
	
	margin-left:20px;
}

div#btn_next
{
	float:right;
	position:relative;
	
	margin-right:20px;
}