/****************************************************************************
****************************** 전체속성 시작***********************************
*****************************************************************************
*****************************************************************************/


/* 전체 body 속성 */
body {
	margin:0px;
}

/* 전체 스크롤바 속성 */
body, table, tr, td, select,input,div,form,textarea{ 
	scrollbar-face-color: D4D4D4; 					/*스크롤바에서 표면 색상*/
	scrollbar-highlight-color:EFEEEE;				/*표면 왼쪽부분 겉색상*/
	scrollbar-shadow-color: C2C1C1; 				/*표면 오른쪽 부분 그림자 겉색상*/
	scrollbar-3dlight-color: FFFFFF; 				/*표면 왼쪽 부분 입체감 색상*/
	scrollbar-arrow-color: FFFFFF; 					/*스크롤바에서 조그만 삼각형있죠 그거 색상*/
	scrollbar-track-color: F5F5F5; 					/*스크롤바가 밑에 레일 트렉 색상*/
	scrollbar-darkshadow-color: FFFFFF;			/*표면 밑부분 그림자 색상*/
}

/* td에 속성을 지정함으로서 gmedit에 적용이 안됨 */
td {
    font-size:9pt; 
    font-family:Tahoma, calibri, sans-serif, arial, Gulim;
}

/* 전체 이미지 속성 */
img {
	border: 0px;
}

/* 전체 A 태그 속성 */
a:link, a:visited, a:active {
	text-decoration:none; 
    margin:0px; 
    color:#606060;
}

a:hover {
	text-decoration:none;
	color:#F57C04;
}

/* 모든 이미지에 OnFocus = this.blur(); 효과  */
a { 
	selector-dummy : expression(this.hideFocus=true);
}

/* 전체 택스트에어리어 속성 */
.textarea { 
	border:solid 1; 
	border-color:#D6D6D6;
}

.button { 
	border:solid 1;
	border-color:D6D6D6;
	height:19px;
	background-color:#ffffff;
}
.select {  
	background-color:#ffffff; 
}

.input { 
	border:solid 1;
	border-color:#D6D6D6;
	height:19px;
	background-color:#ffffff;
}


table {
	padding:0; 
	border-spacing:0px; 
	border:0; 
	border-collapse:collapse;
}

td,th {
	padding:0px;
} 


.logo {
	margin-top:20px;
}

div {
	margin:0px;
	padding:0px;
}

/* PNG 파일 cSS */
.png24 { 
    tmp:expression(setPng24(this)); 
} 

/****************************************************************************
****************************** 전체속성 끝***********************************
*****************************************************************************
*****************************************************************************/






/****************************************************************************
****************************** 메인페이지 속성 시작**************************
*****************************************************************************
*****************************************************************************/
.menu_flash {
	POSITION: absolute; 
	z-index:30;
	width:100%;
}

.main_flash {
	POSITION: absolute; 
	width:100%; 
	text-align:center; 
	padding-top:15;
	z-index:1;
	margin-left:-160;
}

.MainContainer {
	position:relative;
	width:100%;  
	text-align:center; 
	z-index:20;
}

.main_content {
	width:283; 
	margin-left:780;
	margin-top:80;
}


.menu_top {
	POSITION: absolute; 
	z-index:50;
	left:50%;
	width:500;
	top:8;
	margin-left:345px;
}

.menu_top td {
	text-align:right;
	
}

.main_notice_line {
	border-bottom:1 solid #CDCDCD;
}

/****************************************************************************
****************************** 메인페이지 속성 끝 **************************
*****************************************************************************
*****************************************************************************/




/*****************************푸     터**************************************/


.footer {
	position:relative;
	width:100%;
	height:85px;
	padding-top:30;
	margin:0 auto;
	text-align:center;
	z-index:20;
	clear:both;
}

.footer img  {
	margin-bottom:5;	
}


/****************************************************************************
****************************** 서브페이지 속성 시작**************************
*****************************************************************************
*****************************************************************************/


.submenu_flash{
	position:absolute;
	z-index:2;
	width:100%;
	padding-left:0px;


}

.sub_flash {
	position:relative;
	z-index:1;
	width:100%;
}

.sub_left {
	position:absolute;
	z-index:50;
	left:50%;
	width:215;
	margin-left:-492px;
}


.subContainer {
	width:100%;  
	z-index:80;
	margin-top:-80px;
	text-align:center;
	
}

.sub_content {
	position:relative;
	margin:0 auto;  
	width:960; 
	z-index:30;
	table-layout:auto;
	text-align:left;
}


.content_table {
	position:relative;
	width:740px;
	z-index:80;
	table-layout:auto;
	margin-left:200px;
	margin-top:-110px;
	table-layout:fixed;
}

.eng_content_table {
	position:relative;
	width:920px;
	z-index:80;
	table-layout:auto;
	margin-top:-130px;
	table-layout:fixed;
}


.content {
	text-align:left;
	padding-top:10;
}


.sub_topMenu {
	display:inline;	
	background-image:url('/site/images/sub_topMenu_back.gif'); 
	background-repeat:no-repeat; 
	width:570px; 
	height:25px; 
	margin-top:-173; 
	margin-left:54; 
	padding-top:2; 
	padding-left:18;
	position:absolute;
	z-index:50;
	
}


.eng_sub_topMenu {
	display:inline;	
	background-image:url('/site/images/eng_sub_topMenu_back.gif'); 
	background-repeat:no-repeat; 
	width:682px; 
	height:25px; 
	margin-top:-173; 
	margin-left:54; 
	padding-top:2; 
	padding-left:18;
	position:absolute;
	z-index:50;
	
}


.chi_sub_topMenu {
	display:inline;	
	background-image:url('/site/images/chi_sub_topMenu_back.gif'); 
	background-repeat:no-repeat; 
	width:640px; 
	height:25px; 
	margin-top:-173; 
	margin-left:54; 
	padding-top:2; 
	padding-left:18;
	position:absolute;
	z-index:50;
	
}



.sub_topMenu img {
	vertical-align:middle;
	margin-right:20;
	
}

.sub_topbtn{
	position:absolute;
	display:inline;	
	margin-top:17;
	z-index:40;
	left:630;
	margin-top:-169; 

}

.eng_sub_topbtn{
	position:absolute;
	display:inline;	
	z-index:40;
	left:760px;
	margin-top:-168px; 

}

.chi_sub_topbtn{
	position:absolute;
	display:inline;	
	z-index:40;
	left:730px;
	margin-top:-168px; 

}

.sub_topbtn img {
	margin-right:3;
}


.sub_title_text {
	color:#818080;
	padding-right:2;
	padding-bottom:2px;
	text-align:right;
	border-bottom:1 solid #E6E6E6;
	!important;
	font-size:11px;
}

.sub_title_img {
	width:2%;
	border-bottom:1 solid #E6E6E6;
	padding-bottom:10;
}


.tab_menu {
	text-align:center;
	border:none #ffffff;
	border-width:0 0 0 0;
	cursor:hand;
}

.tab_page {
	dispaly:none;
	border:none #BEBEBE;
	border-width:0 1 1 1;
	background-color: #ffffff;
}

.bimf_map { 
	width:10px; 
	height:10px
}


/* 테이블 스티일 첫번째 */


.bimfTable { 
	width:735;
	border:solid 1px #D2D2D2; 
	!important;
}

.bimfTable thead th { 
	color:#FFF; 
	background-color:#A8A8A8; 
	font-weight:bold; 
	padding:5px; 
	border:solid 1px #E7E7E7; 
	font-size:9pt;
}

.bimfTable tbody th { 
	border:solid 1px #e4dfc9; 
	color:#706D5F; 
	background-color:#F4F4F4;
	font-weight:normal; 
	padding:5px; 
	font-size:9pt;
}
	
.bimfTable td { 
	border:solid 1px #E7E7E7; 
	padding:7px; 
}

.bimfTable_al {
	color:red;
	text-align:right;
	border-bottom:0;
	border-left:0;
	border-right:0;
	padding:5 10 0 0;
}

.bimfTable_bs {
	font-weight:bold;
	color:#CC6600;
	padding-left:5;
	text-align:inherit;
}

.bimfSubText {
	font-size:13px;
	color:#3A3A3A;
	font-weight:bold;
}





/* 테이블 스티일 두번*/

table.servicesT { 
	color: #404040;
	border-spacing: 5px;
	margin-top: 0px;
	width:100%;
}


table.servicesT td { 
	line-height:150%;
	text-align:center;
	border:1px solid #fff;
	padding:5px;
	height:40px;
	background-color:#F0EEEA;
	color:#585858;
} 

table.servicesT th { 
	padding:1px;
} 


table.servicesT td .servicesTitle {
	!important;
	font-weight:bold;
}



/* 둥근 테두리 div스타일 */

#r {width: 100% ; color:white; font-size:12px;} 

#r b{display:block;height:1px;overflow:hidden;} 

#r b, #r #r5{border: #9A9A9A ;background: #9A9A9A ;} 

#r #r1{background: gray ;} 

#r #r1{margin:0px 5px 0px 5px;} 

#r #r2{border-left:solid 2px;border-right:solid 2px;margin:0px 3px 0px 3px;} 

#r #r3, #r #r4, #r #r5{border-left:solid 1px;border-right:solid 1px;} 

#r #r3{margin:0px 2px 0px 2px;} 

#r #r4{height:2px;} 

#r #r4{margin:0px 1px 0px 1px;} 

#r #r5{padding:0px 5px 0px 5px;} 



/* 둥근 테두리 div스타일 두번재 */

#r_ {width: 100% ; color:black; font-size:12px;} 

#r_ b{display:block;height:1px;overflow:hidden;} 

#r_ b, #r_ #r5_{border: #C0C0C0 ;background: #fff ;} 

#r_ #r1_{background: C0C0C0 ;} 

#r_ #r1_{margin:0px 5px 0px 5px;} 

#r_ #r2_{border-left:solid 2px;border-right:solid 2px;margin:0px 3px 0px 3px;} 

#r_ #r3_, #r_ #r4_, #r_ #r5_{border-left:solid 1px;border-right:solid 1px;} 

#r_ #r3_{margin:0px 2px 0px 2px;} 

#r_ #r4_{height:2px;} 

#r_ #r4_{margin:0px 1px 0px 1px;} 

#r_ #r5_{padding:0px 5px 0px 5px;} 




/* IE,FireFox,크롬등의 웹브라우저 DIV중간정렬 끝 */





/****************************************************************************
****************************** 서브페이지 속성 끝    ***********************
*****************************************************************************
*****************************************************************************/



