/****************************************************************************************
* ³ª¹«¼ÒÇÁÆ® ±âº» CSS
*
*	default.as
*	TEAM		: Interactive ARIA (Beyond the web)
*	DESCRIPTION	: ÄÃ·³Â÷Æ® Å¬·¡½º
*	HISTORY		: February 05 2009,	Jowrney Kim(jowrney@jowrney.com)
*****************************************************************************************/

/****************************************************************************************
* ±âº» HTML ¿¤¸®¸ÕÆ®
* ÀÛ¼ºÀÚ : Jowrney Kim
*****************************************************************************************/
*						{ margin:0px }

HTML				{ height:100% }
BODY 				{ height:100%; font-family:"Malgun Gothic",Gulim; font-size:12px; margin:0px; padding:0px }

P 					{ line-height:20px}
IMG 				{ border:0px;}
DIV					{ }
DL					{ margin:0px; padding:0px; }
DT					{ font-weight:bold }
DD					{ margin:10px; padding:0px; }
UL					{ list-style:none; margin:0px; padding:0px}
LI					{ }
A						{ color:#666; text-decoration:none; }
A:hover			{ color:#00F }
.BREAKER		{ clear:both }
H1					{ font-size:20px; padding-bottom:10px}
H2					{ font-size:16px; padding-bottom:5px}
H3					{ font-size:14px; padding-bottom:2px}


/****************************************************************************************
* À¯´ÏÅ© ½ºÅ¸ÀÏ
* ÀÛ¼ºÀÚ : Jowrney Kim
*****************************************************************************************/



/****************************************************************************************
* STICKY_FOOTER
* Ç²ÅÍ ÄÁÅÙÃ÷°¡ ¸ðÀÚ¶óµµ ÇÏ´Ü¿¡ À§Ä¡ÇÏµµ·Ï ¸¸µç´Ù.
* ´Ü, ½ºÅ©·Ñ¿µ¿ªÀÌ »ý±æ½Ã ¹®¼­ÀÇ ÇÏ´ÜÀ¸·Î »ç¶óÁö°Ô µÊ
* (ÀÚ¼¼ÇÑ ³»¿ëÀº ¾Æ¸®¾Æ ¶óÀÌºêµ¶À» Âü°í)
* ¸ðµç ºê¶ó¿ìÀú °øÅë
* ÀÛ¼ºÀÚ : Jowrney Kim
*****************************************************************************************/
.STICKY_WRAPPER									{ min-height:100%; height: auto !important; height:100%; margin:0 auto -50px}
.STICKY_PUSH, .STICKY_FOOTER		{ height:50px}



/****************************************************************************************
* OVERFLOW_FOOTER
* FrameÀÌ ¾Æ´Ñ ¹®¼­ÀÇ ÇÏ´Ü¿¡ ºÙ¹ÚÀÌ ¸Þ´º¸¦ ¸¸µì´Ï´Ù.
* ´Ü, IE6¿¡¼­´Â fixed.js°¡ ÇÊ¿äÇÕ´Ï´Ù.
* (ÀÚ¼¼ÇÑ ³»¿ëÀº ¾Æ¸®¾Æ ¶óÀÌºêµ¶À» Âü°í)
* ÀÛ¼ºÀÚ : Jowrney Kim
*****************************************************************************************/
.OVERFLOW_FOOTER								{ position:fixed;width:100%;height:24px;left:5px;bottom:5px }