

/* HTML Elements
---------------------------------------------------------*/


html {

	height:100%;

}
body {
	font-family:Arial, Helvetica, sans-serif, "돋움";
	color:#393939;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;overflow-y:scroll;



}

td {
	color:#393939;
	font-size: 12px;
}

img { border:none;}

a:link, a:visited {color: #464646;text-decoration: none;}
a:hover, a:active {color: #464646;text-decoration: underline;}

select, input.Ltext, textarea { 
	padding:2px;
	background-color:#f4f4f4;
	border:solid 1px #c2c2c2; 
}



.input01 {
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input02 {
	padding:3px;
	width:200px;
	background-color:#f4f4f4;
	border:solid 1px #c2c2c2;
}

.input03 {
	width:120px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input04 {
	width:80px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input05 {
	width:60px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input06 {
	width:400px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input07 {
	width:230px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input08 {
	margin:5px;
	width:42px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input09 {
	width:60px;
	margin:5px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input10 {
	margin:5px;
	width:120px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input11 {
	margin:5px;
	width:236px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}

.input12 {
	width:270px;
	padding:2px;
	background-color:#ffffff;
	border:solid 1px #c2c2c2;
}



.txt_bold_brwan {
	color:#89582e;
	font-weight:bold;
}

.textsize02 {

	padding:5px 5px 5px 5px;
	width:97%;
	height:210px;
	background-color:#ffffff;
	BORDER:1px solid #c2c2c2;

}

.main_bg {
	background-image: url(../img/main/main_bg.gif);
	background-repeat: no-repeat;
}

.main_bgright {
	background-image: url(../img/main/main_bgright.gif);
	background-repeat: repeat-x;
	background-position: 0 310px;
}

.main_bgleft {
	background-image: url(../img/main/main_bgleft.gif);
	background-repeat: repeat-x;
	background-position: 0 310px;
}


.sub_bg {
	background-image: url(../img/common/sub_bg.gif);
	background-repeat: no-repeat;
}

.sub_bgright {
	background-image: url(../img/common/sub_bgright.gif);
	background-repeat: repeat-x;
	background-position:0 263px;
}


.sub_bgleft {
	background-image: url(../img/common/sub_bgleft.gif);
	background-repeat: repeat-x;
	background-position:0 263px;
}

.board_bg {
	background-image: url(../img/common/board_bg01.gif);
	background-repeat: no-repeat;
}

.board_bg02 {
	background-image: url(../img/common/board_bg02.gif);
	background-repeat: repeat-x;
	background-position:0 263px;
}

.boardR {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
}

.boardB {
	padding:9px 0 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}


.boardBP {
	padding:5px 0 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

.boardBP_bold {
	padding:0 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	font-weight: bold;
}

.boardBC {
	padding:9px 0 7px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	font-weight: bold;
	color: #89582e;
}

.boardL {
	text-align:left;
	padding:9px 0 7px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

.boardC {
	padding:9px 0 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc8c64;
}

.boardCP {
	padding:9px 0 7px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc8c64;
}

.boardCL {
	padding:9px 0 7px 15px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc8c64;
}


.boardBCL {
	padding:0 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc8c64;
	font-weight: bold;
	color: #89582e;
}

.boardPhoto {
	text-align:center;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}


.alignRight {
	text-align:right;
}

.txt_bold {
	font-weight: bold;
}

.board_title {
	text-align:center;
	background-image: url(../img/common/board_linebg01.gif);
}

.board_title02 {
	text-align:center;
	background-image: url(../img/common/board_linebg02.gif);
	background-repeat: repeat-x;
}


.txt_center {
	text-align:center;
}

.txt_white_bold {
	padding-top:5px;
	height:18px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;	
}

.txt_white_bold02 {
	padding-top:1px;
	height:18px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;	
}

.txt_gray_11 {
	padding:5px 0 0 4px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-family: "돋움";
}

.text_height18 {
	line-height: 18px;	
}
