@charset"utf-8";

* 
{ 
	margin:0; 
	padding:0;
}

html 
{ 
	overflow-y:scroll; 
	margin:0; 
	background:#F0F0F0;
}

body 
{
	font-family:Dotum, Gulim, Arial;
	font-size:12px;
	background:#F0F0F0;
	text-align:center;
	color: black;
	margin-top: 10px;
}

/* float unlock */
#spacer {	clear: both; }
.clear { clear:both; }


/*---------------------------------------------------------------------------------
                                Å×µÎ¸®
---------------------------------------------------------------------------------*/

/* outer box */
#Wrapper_Out
{
	margin:0 auto 10px auto;
	width:745px;
	text-align:left;
	overflow: hidden;
}

#Wrapper_Border
{
	background-color:white; 
}

.main_l		{ background:url(/images/bg_l.gif) repeat-y left top; width:100%; height:100%; }
.main_r		{ background:url(/images/bg_r.gif) repeat-y right top; width:100%; height:100%; }
.main_t		{ background:url(/images/bg_t.gif) repeat-x left top; width:100%; height:100%; }
.main_b		{ background:url(/images/bg_b.gif) repeat-x left bottom; width:100%; height:100%; }
.main_lt	{ background:url(/images/bg_lt.gif) no-repeat left top; width:100%; height:100%; }
.main_rt	{ background:url(/images/bg_rt.gif) no-repeat right top;  width:100%; height:100%;}
.main_lb	{ background:url(/images/bg_lb.gif) no-repeat left bottom; width:100%; height:100%; }
.main_rb	{ background:url(/images/bg_rb.gif) no-repeat right bottom; width:100%; height:100%; }


#Wrapper 
{
	padding: 7px 5px 5px 5px;
	margin: 4px 3px 4px 4px;
}


/*---------------------------------------------------------------------------------
                                ¾ð¾î ¼±ÅÃ
---------------------------------------------------------------------------------*/

/* ¾ð¾î ¼±ÅÃ 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 : #4990cd;
	border: 1px solid #1c73be;	
	margin: 5px 3px 4px 3px;
	padding: 10px;
}

/* Ã¹¹øÂ° ÅÇ¿¡ µé¾î°¥ ±Û¾¾ - ¸µÅ©»ö»ó */
#Header A:visited, #Header A:link
{
	font-weight:bold;
	color:#fafafa;
}
#Header A:hover
{
	color:#303030;
	text-decoration: underline;
}

/* Ã¹¹øÂ° ÅÇ ±Û¾¾ »çÀÌÀÇ ±¸ºÐÀÚ */
.header_splitter
{
	color:#e0e0e0;	
	margin-left: 1px;
	margin-right: 1px;
}

/*---------------------------------------------------------------------------------
                                µÎ¹øÂ° ÅÇ
---------------------------------------------------------------------------------*/

h1
{	
	color: #303030;
	background:#afcfea;
	font-weight: bold;
	height:48px;
	border:1px solid #4c91ce;
	margin: 3px 3px 4px 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:#4c91ce; 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 #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

h3
{
	font-size: 11pt; 
	font-weight :bold; 
	color: #AB5300; 
	margin:25px 15px 10px 10px;
	border-bottom:1px dotted #F3C534;
	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: #1c73be;
	TEXT-DECORATION: none;
}

A:visited
{
    COLOR: #1c73be;
	TEXT-DECORATION: none;
}

A:hover
{
    COLOR: #1c73be; 
    TEXT-DECORATION: underline;
}

td 
{
	padding: 3px 5px 3px 3px;
	text-align: left;
}

         
.source
{
	font-family: Gulim, Courier;
	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: Gulim, Courier;
	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
{
	
	/*list-style-type:disc;
	list-style-type :square ;*/
	margin:2px 0 0 19px;
	line-height: 150%;
}

ul
{
	padding:0;
	margin:5px 25px 10px 10px;
	list-style-type: disc;
}

ol
{
	padding:0;
	margin:5px 25px 10px 10px;
	list-style-type: decimal;
}


table.benchmark
{
	font-size: 9pt;
    text-align:center; 
    border-right:solid 1px #FFA147; 
    border-bottom:solid 1px #FFA147; 
    border-left:solid 1px #FFA147; 
    border-top:solid 1px #FFA147;
    margin: 0px 10px 0px 10px;
}

tr.benchmark td.benchmark
{
	border-right: solid 1px #FFA147;
	border-top: solid 1px white;
	border-bottom: solid 1px #FFA147;
	border-left: solid 1px white;
}



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 0px;	
    display :inline-block;
    #display :inline;		/* ie hack - ie 7.0 ÀÌÇÏ´Â ÀÌ°É »ç¿ëÇÏ°Ô µÈ´Ù.  http://techbug.tistory.com/117 */
}


table.customers td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	/*-moz-border-radius: ;*/
	text-align: center;
}

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: #0060FF;
}

.emphasis2
{
	font-size: 13pt;
	color: #e04C4C;
	height: 100%;
	width:100%;
	font-weight: bold;
}



/*---------------------------------------------------------------------------------
                                Åä±Û Ã³¸®
---------------------------------------------------------------------------------*/
.toggle
{
    display: none;
}

.trigger
{
	cursor: pointer;
	cursor: hand;
	font-size: 11pt; 
	font-weight :bold; 
	color: #AB5300; 
	margin:25px 15px 10px 05px;
	border-bottom:1px dotted #bbbbbb;
	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;
}


/*---------------------------------------------------------------------------------
                                ±âÅ¸
---------------------------------------------------------------------------------*/
.customer
{
	display: inline;
}


/*---------------------------------------------------------------------------------
                                ÇªÅÍ
---------------------------------------------------------------------------------*/

#Footer
{	
	font-size: 8pt;
	margin: 3px 3px 3px 3px ;
	padding: 8px 5px 2px 2px;
	line-height:80%;
	color:#707070;
	text-align: right;
	background:white;
	border-top :#e5e5e5 2px solid ;
}
#Footer p { margin-bottom:7px; line-height:80%; margin:3px 3px 3px 3px ; padding: 0px 5px 2px 2px; }

#Footer a { color: #707070; }

