
@charset "utf-8";

@import url(basic.css);

body{color:#363636;font-size:12px;}

/* skipnavigation */

#skipnavigation {position:absolute;top:0;left:-1000%;}  


/* ============
	기본레이아웃
===============	*/


.gnb_area { width:100%; height:34px; background:#f6f6f6; border-bottom:1px solid #ececec;font-family:verdana,tahoma,sans-serif; }
.header_gnb { margin:0 auto; width:980px; font-family:'돋움',verdana,tahoma; font-size:11px; color:#a1a1a1; *zoom:1; }
.header_gnb:after {content:""; clear:both; display:block;}
	.header_gnb a { letter-spacing:-1px; }
	.header_gnb a:link, 
	.header_gnb a:visited,
	.header_gnb a:active { color:#a1a1a1; }
	.header_gnb a:hover { color:#707070; }
.header_gnb .gnb_left { float:left; width:280px; padding-top:11px; }
	.header_gnb .gnb_left img { vertical-align:middle; margin-right:3px; }
.header_gnb .gnb_right { float:right; padding-top:8px; }
	.header_gnb .gnb_right p { display:inline; float:left; }
	.header_gnb .gnb_right ul { float:left; margin-top:3px; }
	.header_gnb .gnb_right li { float:left;  margin-left:6px; padding-left:7px; background:url(/images/screen/base/bar_type01.gif) left 2px no-repeat; }
	.header_gnb .gnb_right li:first-child { padding-left:0; background:none; }




/* 버튼 */
.btn_area_c { width:100%; text-align:center; }
.btn_area_c a { margin-left:5px; }
.btn_area_c a:first-child { margin-left:0; }
.btn_area_c input { margin-left:5px; }
.btn_area_c input:first-child { margin-left:0; }
.btn_area_r { text-align:right; }
.btn_area_r a { margin-left:5px; }
.btn_area_r a:first-child { margin-left:0; }
.btn_area_r input { margin-left:5px; }
.btn_area_r input:first-child { margin-left:0; }

.btn_type10,
.btn_type10 *{ position:relative; margin:0; padding:0; display:-moz-inline-stack; display:inline-block; height:18px; font-size:11px; font-family:dotum, Verdana, Helvetica, AppleGothic, Sans-serif; color:#a1a1a1; text-decoration:none !important; line-height:1.3em; white-space:nowrap; border:0; background:url(/images/screen/base/btn_type10.gif) no-repeat; vertical-align:middle; overflow:visible;}			
.btn_type10 { margin-right:2px; background-position:left top; vertical-align:middle;}
.btn_type10 *,
.btn_type10 a:link, 
.btn_type10 a:active, 
.btn_type10 a:visited,
.btn_type10 a:hover { left:2px; cursor:pointer; _cursor:hand; padding:0 10px; letter-spacing:-1px; font-size:11px; background-position:right top; line-height:1.3em; color:#a1a1a1; }



