@charset "utf-8";

/* Basic Tag *************************************************************************************/

*
{

	margin                           : 0;
	padding                          : 0;
}

a:link, a:visited
{
	color                            : #666666;
	text-decoration                  : none;
}

a:hover, a:active
{
	color                            : #4163A2;
	text-decoration                  : underline;
}

abbr, acronym
{
	cursor                           : help;
}

address
{
	font-style: normal;
}

body
{
	background-color                 : #fff;
	color                            : #666666;
	font-family                      : 'Lucida Grande', Arial, AppleGothic, '굴림', Gulim, Tahoma, Verdana, sans-serif;
	font-size                        : small;
	margin                           : 0 10px 0 10px;
}

dl
{
	position                         : relative;
}

dl dt
{
	font-weight                      : bold;
	left                             : 0;
	line-height                      : 2em;
	position                         : absolute;
	text-align                       : left;
	top                              : 0;
}

dl dd
{
	line-height                      : 2em;
	margin-left                      : 100px;
	text-align                       : left;
}

em
{
	font-style                       : normal;
}

fieldset
{
 	background-image                 : url("./image/bg_dt.png");
	background-repeat                : repeat-y;
	border-bottom                    : 1px solid #DDDDDD;
	border-left                      : none;
	border-right                     : none;
	border-top                       : 1px solid #CCCCCC;
	/*float                            : left;*/
	margin                           : 0 0 30px 0;
	/*width                            : 460px;*/
}

h1,
h2
{
	display                          : none;
}

h3
{
	font-size                        : 1em;
}

input
{
	font-family                      : 'Lucida Grande', Arial, AppleGothic, '굴림', Gulim, Tahoma, Verdana, sans-serif;
}

label
{
	cursor                           : pointer;
}

legend
{
	display                          : none;
}

ol,
ol li,
ul,
ul li
{
	list-style-type                  : none;
}

optgroup
{
	font-style                       : normal;
	padding                          : 0 5px;
}

optgroup option
{
	padding                          : 0 15px;
}

optgroup.delete option
{
	color                            : #FF0000;
}

option
{
	padding-right                    : 0.5em;
}

kbd, samp
{
	font-family                      : "Courier New", Courier, AppleGothic, '굴림', Gulim, monospace;
	font-size                        : 11px; /* Sarafi에서 상대크기를 제대로 인식하지 못함. */
}

select
{
	font-size                        : 1em;
	font-family                      : 'Lucida Grande', Arial, AppleGothic, '굴림', Gulim, Tahoma, Verdana, sans-serif;
	vertical-align                   : middle;
}

table
{
	border-collapse                  : collapse;
}

textarea
{
	border                           : 1px solid #999999;
	font-size                        : 1em;
	padding                          : 2px;
}

/* Layout ****************************************************************************************/

#temp-wrap
{
	width                            : 100%;
}

#all-wrap
{
	font-size                        : 0.925em;
	text-align                       : justify;
}

/* Layout Header **********************************************************************************/

/* main description */
#main-description-box
{
	height                           : 49px;
	position                         : relative;
}

#main-description
{
	bottom                           : 5px;
	right                            : 10px;
	position                         : absolute;
	text-align                       : right;
	width                            : 100%;
}

#main-description li
{
	display                          : inline;
	line-height                      : 33px;
}

#description-blogger
{
	float                            : left;
	margin-left                      : 180px;
}

#description-teamblog
{
	background-image                 : url("./image/bg_menu_divider.gif");
	background-position              : right top;
	background-repeat                : no-repeat;
	padding-right                    : 10px;
}

#description-teamblog label
{
	padding-right                    : 5px;
}

#description-blog
{
	background-image                 : url("./image/bg_menu_divider.gif");
	background-position              : right top;
	background-repeat                : no-repeat;
	padding-right                    : 10px;
}

#description-blog a
{
	background-image                 : url("./image/img_to_my_blog.gif");
	background-position              : right center;
	background-repeat                : no-repeat;
	color                            : #222;
	padding                          : 4px 20px 0 0;
}

#description-logout a
{
	background-image                 : url("./image/img_logout.gif");
	background-position              : right center;
	background-repeat                : no-repeat;
	color                            : #222;
	padding                          : 4px 20px 0 0;
}

/* main menu */
#main-menu-box
{
	background-image                 : url("./image/bg_menu.png");
	background-position              : left top;
	background-repeat                : repeat-x;
	height                           : 2.8em;
	line-height                      : 2.8em;
	margin-top                       : 1px;
}

#main-menu
{
	background-image                 : url("./image/bg_menu_left.png");
	background-position              : left top;
	background-repeat                : no-repeat;
	height                           : 2.8em;
	width                            : 100%;
}

#main-menu li
{
	float                            : left;
	margin                           : 0 3px;
	padding                          : 0 8px;
}

#main-menu li a:link,
#main-menu li a:visited
{
	color                            : #FFFFFF;
	text-decoration                  : none;
}

#main-menu li a:hover,
#main-menu li a:active
{
	text-decoration                  : underline;
}

#main-menu li.selected
{
	background-image                 : url("./image/bg_menu_selected.png");
	background-position              : center top;
	background-repeat                : repeat-x;
	height                           : 36px;
	font-weight                      : bold;
}

#menu-center
{
	margin-left                     : 30px !important;
}

#menu-textcube
{
	background-image                 : url("./image/img_header_textcube.gif");
	background-repeat                : no-repeat;
	height                           : 33px;
	left                             : 16px;
	padding                          : 0 !important;
	position                         : absolute;
	text-indent                      : -1000px;
	top                              : 9px;
	width                            : 151px;
	z-index                          : 100;
}

#menu-textcube a
{
	display                          : block;
	height                           : 33px;
	width                            : 151px;
}

/* Layout Body ***********************************************************************************/

#sub-menu-box
{
	clear                            : both;
	height                           : 2.4em;
	line-height                      : 2.4em;
	padding-left                     : 15px;
}

#sub-menu li
{
	background-image                 : url("./image/bg_submenu_divider.png");
	background-position              : left center;
	background-repeat                : no-repeat;
	float                            : left;
	padding                          : 0 8px;
}

#sub-menu li a:link,
#sub-menu li a:visited
{
	text-decoration                  : none;
}

#sub-menu li a:hover,
#sub-menu li a:active
{
	text-decoration                  : underline;
}

#sub-menu li.selected a
{
	color                            : #000000;
	font-weight                      : bold;
}

#sub-menu li.firstChild
{
	background-image                 : none !important;
}

#sub-menu-helper
{
	background-image                 : url("./image/bg_menu_right.png") !important;
	background-position              : right top !important;
	background-repeat                : no-repeat;
	height                           : 3em;
	line-height                      : 2.6em;
	padding-right                    : 15px !important;
	right                            : 9px;
	position                         : absolute;
	top                              : 50px;
}

#sub-menu-helper a
{
	background-image                 : url("./image/img_helper.gif");
	background-position              : right center;
	background-repeat                : no-repeat;
	color                            : #DDE5F1;
	font-family                      : Dotum, AppleGothic, '돋움', '굴림', Gulim, sans-serif;
	font-size                        : 0.9em;
	padding                          : 0 16px !important;
}

/* pseudo box */
#pseudo-box
{
	background-color                 : #FFF;
	background-image                 : url("./image/bg_body_top.png");
	background-position              : left top;
	background-repeat                : repeat-x;
	border-left                      : 1px solid #BBB;
	border-right                     : 1px solid #BBB;
	margin                           : 0 auto;
	position                         : relative;
	width                            : 980px;
}

#data-outbox
{
	padding                          : 10px;
}

.part .caption,
h2.caption
{
	background-color                 : #666;
	background-image                 : url("./image/bg_title_left.gif");
	background-position              : left top;
	background-repeat                : no-repeat;
	clear                            : both;
	color                            : #fff;
	display                          : block;
	height                           : 30px;
	font-size                        : 1em;
	font-weight                      : normal;
	line-height                      : 2.8em;
	margin-bottom                    : 10px;
	overflow                         : hidden;
	padding-left                     : 35px;
}

.part .caption span,
h2.caption span
{
	background-color                 : #666;
	background-image                 : url("./image/bg_title_right.gif");
	background-position              : left top;
	background-repeat                : repeat-x;
	display                          : block;
	height                           : 30px;
	line-height                      : 2.7em;
}

.main-explain-box .explain
{
	line-height                      : 1.5em;
	margin-bottom                    : 30px;
	padding                          : 0 20px;
}

.main-explain-box .explain a:link,
.main-explain-box .explain a:visited
{
	color                            : #FF66