* {
	font-family: dotum !important;
	font-weight: normal;

}
html {
	background: #FFFFFF;
}
body {
	min-width: 1024px;
	margin: 0px;
	font-size: 12px;
	color: #777777;
	background-color: #FFFFFF;
	line-height: 140%;


}
strong, th, b {
	font-weight: 600;
	font-size: 13px;
}
body.login {
	background: none;
	padding-top: 100px;
	
}
/*** main page contents ***/
h1 {
	color: #333333;
	font-size: 30px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 10px;
}
h1 a.label {
	color: #FFFFFF;
	text-decoration: none;
	background: url("../images/button_glas1.png") repeat-x center center #c0c0c0;
	display: inline-block;
	font-size: 13px;
	padding: 2px 10px 2px 10px;
	position: relative;
	top: -13px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
h1 a.label:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00A5C4;
}
h2 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 10px;
}
h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 10px;
}
h4 {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 5px;
}
h5 {
	color: #959595;
	font-size: 13px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 5px;
}
h6 {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 1px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.clean-margin {
	margin: 0px !important;
}
.clean-padding {
	padding: 0px !important;
}
ul.standard.clean-padding {
	padding: 0 0 0 16px !important;
}
ol.standard.clean-padding {
	padding: 0 0 0 22px !important;
}
.hidden {
	display: none;
}
.display {
	display: block;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
}
.size-20 {
	width: 20px;
}
.size-40 {
	width: 40px;
}
.size-60 {
	width: 60px;
}
.size-80 {
	width: 80px;
}
.size-100 {
	width: 100px;
}
.size-120 {
	width: 120px;
}
.size-150 {
	width: 150px;
}
.size-170 {
	width: 170px;
}
.size-200 {
	width: 200px;
}
.r-space {
	margin-right: 5px;
}
.r-space2 {
	margin-right: 10px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fl-space {
	float: left;
	margin-right: 5px;
}
.fr-space {
	float: right;
	margin-left: 5px;
}
.fl-space2 {
	float: left;
	margin-right: 10px;
}
.fr-space2 {
	float: right;
	margin-left: 10px;
}
.bt-space0 {
	margin-bottom: 0px !important;
}
.bt-space5 {
	margin-bottom: 5px !important;
}
.bt-space10 {
	margin-bottom: 10px !important;
}
.bt-space15 {
	margin-bottom: 15px !important;
}
.bt-space20 {
	margin-bottom: 20px !important;
}
.bt-space30 {
	margin-bottom: 30px !important;
}
.bt-space40 {
	margin-bottom: 40px !important;
}
.ln-normal {
	line-height: normal !important;
}
.ln-22 {
	line-height: 22px !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
	margin: auto !important;
}
.right {
	text-align: right !important;
}
.block {
	text-align: justify;
}
img.block {
	display: block;
}
a {
	color: #00A5C4;
	text-decoration: none;
}
a:hover {
	color: #00A5C4;
	text-decoration: underline;
}
.button {
	display: inline-block;
	line-height: 16px;
	border-width: 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
	background: url('../images/button_glas1.png') center center repeat-x #333333;
	padding: 4px 10px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}
input.button {
	display: inline-block;
	line-height: 16px;
	border-width: 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
	background: url('../images/button_glas1.png') center center repeat-x #333333;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
input.text {
	display: inline;
	border: 1px solid #B8B8B8;
	font-size: 13px;
	color: #333333;
	height: 16px;
	padding: 2px 4px 2px 4px;
	background-color:#F4F4F0;
}
input.passwword {
	display: inline;
	border: 1px solid #B8B8B8;
	font-size: 13px;
	color: #333333;
	height: 16px;
	padding: 2px 4px 2px 4px;
	vertical-align :top;
}
select.select {
	display: inline;
	border: 1px solid #B8B8B8;
	font-size: 13px;
	color: #333333;
	height: 22px;
	padding: 2px 4px 2px 4px;
}

.button:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.button.green {
	background-color: #4DB800;
}
.button.red {
	background-color: #EA3A00;
}
.button.blue {
	background-color: #00A5C4;
}
.button.grey {
	background-color: #808080;
}
.button.brown {
	background-color: #BE4741;
}
.button.olive {
	background-color: #808000;
}
.button.teal {
	background-color: #01A786;
}
strong, b {
	font-weight: 600;
}
strong {
	color: #333333;
}
small {
	font-size: 13px;
	line-height: 14px;
	display: block;
}
code {
	color: #333333;
	font-family: "Courier New", Courier, monospace, sans-serif;
}
q {
	background: url("../images/quote.png") no-repeat 7px 8px #FFFFFF;
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	min-height: 42px;
	padding: 10px 10px 10px 32px;
	quotes: "" "";
	font-style: italic;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
q cite {
	color: #959595;
	display: block;
	font-size: 13px;
	padding-top: 5px;
}
del {
	color: #FF001C;
	text-decoration: line-through;
}
.sidebar .rule {
	padding-bottom: 15px;
}
.cr-help {
	cursor: help;
}
ul.btn_act li {
	float: left;
	width: 25px;
}

/*********************************/
/********** PAGE LAYOUT **********/
/*********************************/

.wrap {
	width: 100%;
	text-align: left;
		
	
}
.header {
	width: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 100;
	height: 90px;
}
.container {
	min-height: 584px;
	min-width: 1000px;
	
}

#side_menu {
	position :relative;
	width:230px;
	top : 70px; 
	left: 32px;
	float : left ;
	
}

#side_menu li {
	
	background-image: url(../images/side_menu_bg.png);
	background-repeat:repeat-y;
	width:189px;
	padding : 0 0 0 20px;
	
}  

#side_menu li.side_menu_design_top {
	
	background-image: url(../images/side_menu_bg_top.png);
	height:51px;
	width:189px;
	background-repeat:no-repeat;
	
}

#side_menu li.side_menu_design_bottom {
	
	background-image: url(../images/side_menu_bg_bottom.png);
	height:90px;
	width:189px;
	background-repeat:no-repeat;
	
}

#content {
	margin: 230px 0 0 50px;;
	min-height: 584px;
	width: 700px;
	float : left ;
	
}



.footer {
	width: 100%;
border-top:1px solid #E1E1E1 ; 
}
/*********************************/
/********** top menu **********/
/*********************************/

.top_logo {
	width: 286px;
	position: absolute;
	top: 30px;
	left: 20px;
}
.top_short_link {
	position: absolute;
	left: 765px;
	top: 14px;
}
.top_short_link li {

	float: left;
}

.top_menu {
	width: 800px;
	height: 30px;
	position: absolute;
	top: 35px;
	left: 300px;
}
.top_menu ul {

}



.top_menu > li {
	float: left;
	background-image: url(../images/top_menu_bg.png);
	height:60px;
	
}

.top_menu > li  img{
margin : 2px 15px 0 15px;
 
}

.top_menu > li  > a{
	background-image: url(../images/top_menu_devider.png);
	background-repeat: no-repeat;
	background-position:center right ;  
	height : 30px;
	display:block;
	margin-top:10px;
 
}

.top_menu a.top_menu_end {
	background : none;
}


.top_menu .side_left_bg {
	background-image: url(../images/top_menu_bg_left.png);
	background-repeat:no-repeat;
	height:60px;
	width:30px;
}

.top_menu .side_right_bg {
	background-image: url(../images/top_menu_bg_right.png);
	height:60px;
	width:45px;
	background-repeat:no-repeat;
}

/*
 * sub sub menu 
 */

.top_menu_depth2 {
	position: absolute;
	top: 49px;
	display: none;

}

.top_menu_depth2 a{

	color : #ffffff;
	font-weight:bold;
	display:block ; 
	padding-top : 5px;
}

.sub_menu_bg_top {

	display: block;
}

.top_menu .sub_menu_bg_top td{
	background-image: url(../images/top_menu_sub_bg.png);
	background-repeat:repeat-x;
	height:30px;
	padding : 0 5px;
	text-align:center; 
	
}

.top_menu .sub_menu_bg_top .side_sub_left_bg {
	background-image: url(../images/top_menu_sub_left_bg.png);
	background-repeat:no-repeat;
	height:30px;
	width:22px;
	padding:0;
}

.top_menu .sub_menu_bg_top .side_sub_right_bg {
	background-image: url(../images/top_menu_sub_right_bg.png);
	height:30px;
	width:22px;
	padding : 0 ; 
	background-repeat:no-repeat;
}


.top_menu .sub_menu_bg_top .sub_devider {
	background-image: url(../images/top_menu_sub_devider.png);
	background-repeat: no-repeat;
	background-position:center right ;  
	height : 30px;
	width:2px;
	display:block;

}


/*** notifications ***/

.notification 			{ border: 1px solid #666666; border-radius: 3px; display: block; margin-bottom: 15px; overflow: hidden; padding: 9px 0px 4px 0px; position: relative; z-index: 1; zoom: 1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.notification a.close		{ display: block; width: 11px; height: 11px;  background: url('../images/ico_close_off.png') top left no-repeat; font-size: 0%; text-indent: -9999px; position: absolute; top: 3px; right: 3px; }
.notification a.close:hover	{ background: url('../images/ico_close_ovr.png') top left no-repeat; }
.notification p			{ color: #333333; line-height: 16px; padding: 0px 25px 5px 42px !important;}

.note-error			{ background: url('../images/ico_error.png') 2px 0px no-repeat #FAE2E3; border-color: #EC9B9B; }
.note-success			{ background: url('../images/ico_success.png') 2px 0px no-repeat #F7F7F7; border-color: #CACACA; }
.note-info			{ background: url('../images/ico_info.png') 2px 0px no-repeat #DDE9F7; border-color: #50B0EC; }
.note-attention			{ background: url('../images/ico_attention.png') 2px 0px no-repeat #FFFAC6; border-color: #D3C200; }


table.board-navi{
	width:670px;
	margin : 0px 0 0 25px;
}

div.paging table {
	margin:0 auto;
	
}

div.paging table  td{
	padding : 0 2px;
	height:17px;
	vertical-align: middle;
	
}

div.paging table  td li{
	list-style: none;
	float:left;
	padding : 3px; 
	
}

div.paging table  td li a {padding: 3px 7px 2px 7px;}

div.paging table  td li  strong a{
padding: 3px 7px 2px 7px; border:1px solid #dcdcdc; font-weight: bold; color: #000000; text-decoration: underline;	
}

div.paging table  td li  strong a:hover{
padding: 3px 7px 2px 7px; border:1px solid #dcdcdc; text-decoration: underline;	
}

	
#sub_flash_movie{
	
position :absolute; 	
top:150px;
left:240px;
	
}