@charset"utf-8";

* 
{ 
	margin:0; 
	padding:0;
}

html 
{ 
	overflow-y:scroll; 
	margin:0; 
	background:#dddddd;
}

body 
{
	font-family:	Verdana, Tahoma;
/*	font-family:Arial;*/
	font-size:12px;
	background:#dddddd;
	text-align:center;
	color: black;
	margin-top: 10px;
}

/* float unlock */
#spacer {	clear: both; }
.clear { clear:both; }

/* outer box */
#Wrapper 
{
	margin:0 auto 10px auto;
	padding: 7px 5px 5px 5px;
	width:730px;
	text-align:left;
	background: white;
	border: 1px solid #aaaaaa;
	overflow: hidden;
}


/*---------------------------------------------------------------------------------
                                ¸ÇÀ§ Ã¹¹øÂ° ÅÇ
---------------------------------------------------------------------------------*/

/* ¾ð¾î ¼±ÅÃ wrapper */
#Wrapper_SelectLang
{
	margin:0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:730px;
	height: 23px;
	text-align:left;
}

#SelectLang
{
	height: 20px;
	font-family: Arial;
}

/* ¾ð¾î ¼±ÅÃ ¸µÅ© */
#SelectLang A:visited, #SelectLang A:link, #SelectLang A:hover
{
	color:#808080;
}



/* ¸ÇÀ§ Ã¹¹øÂ° ÅÇ */
#Header
{
	height: 10px;
	background-color : #0080C6;
	border: 1px solid #304080;
	margin: 3px 3px 3px 3px;
	padding: 11px;
}

/* Ã¹¹øÂ° ÅÇ¿¡ µé¾î°¥ ±Û¾¾ - ¸µÅ©»ö»ó */
#Header A:visited, #Header A:link
{
	font-weight:bold;
	color:#fafafa;
}
#Header A:hover
{
	color:#303030;
	text-decoration: none;
}

/* Ã¹¹øÂ° ÅÇ ±Û¾¾ »çÀÌÀÇ ±¸ºÐÀÚ */
.header_splitter
{
	color:#fafafa;	
	margin-left: 6px;
	margin-right: 6px;
}

/*---------------------------------------------------------------------------------
                                µÎ¹øÂ° ÅÇ
---------------------------------------------------------------------------------*/

h1
{	
	color: #303030;
	background:#c7DEfe;
	font-weight: bold;
	height:48px;
	border:1px solid #4389fe;
	margin: 3px 3px 3px 3px;
}

h1 .TitleKo { float:left;  line-height:50px; font-size:15pt; margin:0 0 0 20px; font-family: Gulim; }
h1 .TitleEn { float:right; line-height:50px; font-size:15pt; font-family:Arial; color:#4389ae; margin-right:15px;}


/*---------------------------------------------------------------------------------
                                ¼¼¹øÂ° ÅÇ
---------------------------------------------------------------------------------*/

/* ¹ÙÅÁ */
.nav_bar
{
	padding: 7px 0 0 0;
	margin: 3px 3px 3px 3px;
	font-size: 13px;
	height: 22px;
	background: #E8F2F7;
	color: #999;
	text-align: center;
	border: 1px solid #ACD0E3;
}

/* ±ÛÀÚ */
.nav_item
{
	padding-left: 2px;
	padding-right: 2px;
}

/* ¼±ÅÃµÈ ¾ÆÀÌÅÛ */
.nav_bar A:link, .nav_bar A:visited, .nav_bar A:hover
{	
	color:#333;
	text-decoration: none;
}



/*---------------------------------------------------------------------------------
                                º»¹®
---------------------------------------------------------------------------------*/

h2
{
	font-size :11pt;
	font-weight : bold;
	color: #333;
	background-color : #EEEEEE;
	padding : 6px 0px 6px 10px;
	margin : 10px 3px 10px 3px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

h3
{
	font-size: 11pt; 
	font-weight :bold; 
	color: #00000000; 
	margin:25px 15px 10px 10px;
	border-bottom:1px dotted #0080C6;
	padding:0 10px 5px 5px;
}
  
h4
{
	font-size:10pt; 
	font-weight :bold; 
	color: #000000; 
	margin:15px 25px 0 10px;
}

#Branding
{ 
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0;
}


p
{
	margin : 10px 10px 10px 10px;
	line-height: 160%;
}
  

A
{
    text-decoration: none ;
    font-weight :  normal;
}

A:link
{
    COLOR: #0080C6;
	TEXT-DECORATION: none;
}

A:visited
{
    COLOR: #0080C6;
	TEXT-DECORATION: none;
}

A:hover
{
    COLOR: #0080C6; 
    TEXT-DECORATION: underline;
}

td 
{
	padding: 3px 5px 3px 3px;
	text-align: left;
}

         
.source
{
	font-family: Courier, Gulim ;
	font-size: 9pt;
	color : Black;
	background-color : #FFEFD5 ;
	padding : 10px ;
	margin : 10px 15px 15px 15px ; 
	border:1px solid #f0d8b0 ;
}

.source p
{
	line-height : 120%;
	padding : 0 ;
	margin : 0;
}


.license
{
	font-family: Courier, Gulim ;
	font-size: 10pt;
	font-weight: bold;
	color : Black;
	background-color : #FEFEB8 ;
	padding : 10px 0 10px 15px;
	line-height : 150%;
	margin : 15px 15px 15px 15px ; 
	border:1px solid #eac21b;
} 


pre
{
	font-size: 9pt;
	margin: 5px;
	color: #0000ff;
	line-height: 110%;
	font-family: 'Courier New';
	background-color: silver;
}

img
{
	margin:5px 5px 5px 5px;
	padding: 0;
}

li
{
	font-size:10pt; 
	/*list-style-type:disc;
	list-style-type :square ;*/
	margin:2px 0 0 19px;
	line-height: 150%;
}

ul
{	
	/*font-size:12pt;*/ 
	padding:0px 0px 10px 0px;
	margin:5px 25px 0px 10px;
	list-style-type: disc;
}

ol
{
	padding:0;
	margin:5px 25px 10px 10px;
	list-style-type: decimal;
}

table, td
{
    border-color: #005;
    border-style: solid;
}

table
{
    border-width: 0px 0px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #F6FCFF;
}

DIV#hr
{
	border-right: white 1px solid; 
	border-top: white 1px solid; 
	border-left: white 1px solid; 
	border-bottom: #8080c0 1px solid; 
	margin: 15px 0px 10px 3px
}

table.customers {
	font-size :10pt;
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
    margin: 0px 0px 0px 0px;	
    padding: 0px 0px 0px 4px;	
}

table.customers td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.customers A:link, table.customers A:visited, table.customers A:hover
{
	text-decoration: none;
	color: black;
}

table.customers A:link img, 
table.customers A:visited img,  
table.customers A:hover img
{
	border:1px solid black;
}


/*---------------------------------------------------------------------------------
                                º»¹®
---------------------------------------------------------------------------------*/

.emphasis1
{
	font-size: 13pt;
	color: Blue;
}

.emphasis2
{
	font-size: 13pt;
	color: red;
	height: 100%;
	width:100%;
}

ucc
{
	text-align:center;
}

/*---------------------------------------------------------------------------------
                                Åä±Û Ã³¸®
---------------------------------------------------------------------------------*/
.toggle
{
    display: none;
}

.trigger
{
	cursor: pointer;
	cursor: hand;
	font-size: 11pt; 
	font-weight :bold; 
	color: #000000; 
	margin:25px 15px 10px 05px;
	border-bottom:1px dotted #0080C6;
	padding:0 10px 5px 10px;
	
}

.trigger_all
{
	cursor: pointer;
	cursor: hand;
	font-size: 11pt; 
	font-weight :normal; 
}


/*---------------------------------------------------------------------------------
                                Åä±Û Ã³¸®
---------------------------------------------------------------------------------*/

.profile_img
{
	border-right: 2px solid #FEDEC7;
	border-bottom: 2px solid #FEDEC7;
	float: left;
	margin-right: 30px;
}


/*---------------------------------------------------------------------------------
                                ÇªÅÍ
---------------------------------------------------------------------------------*/

#Footer
{	
	font-size: 8pt;
	margin:3px 3px 3px 3px ;
	padding: 4px 5px 2px 2px;
	line-height:80%;
	color:#707070;
	text-align: right;
	background:#e5e5e5;
	border:#e5e5e5 1px solid ;
}
#Footer p { margin-bottom:7px; line-height:80%; margin:3px 3px 3px 3px ; padding: 0px 5px 2px 2px; }

