@charset "utf-8";

/* --------------------  Reset ÃÊ±âÈ­ ---------------------- */
/* ¿ä¼Ò(element) ¿©¹é ÃÊ±âÈ­  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td { margin:0; padding:0;}

/* Á¦¸ñ¿ä¼Ò */
h1, h2, h3, h4, h5, h6 {  font-size:100%;   font-weight:normal; } 

/* Å×µÎ¸® ¾ø¾Ö±â */
fieldset, img, abbr,acronym { border:0 none; } 

/* ¸ñ·Ï */
ol, ul { list-style:none; }

/* Å×ÀÌºí - ¸¶Å©¾÷¿¡ 'cellspacing="0"' ÁöÁ¤ ÇÔ²² ÇÊ¿ä */
table { border-collapse: separate; border-spacing:0; border:0 none; }
caption, th, td { text-align:left; font-weight: normal; border:0;}

/* ÅØ½ºÆ® °ü·Ã ¿ä¼Ò ÃÊ±âÈ­ */
address, caption, strong, em, cite { font-weight:normal; font-style:normal; }
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* ÀÎ¿ë¹® */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* ¼öÆò¼±*/
hr { display:none; }


/* -------------------- Header ---------------------- */
/* body ½ºÅ¸ÀÏ */
body {
	color:#4b4b4b;
	font-size:75%;
	line-height:1.2em;
	font-family:"µ¸¿ò", Dotum, "±¼¸²", Gulim, Verdana, sans-serif;
	background-color: #fff;
	background: url(../images/common/navi_bg.gif) repeat-x 0 68px;
}


/* -------------------- °øÅë ---------------------- */
#wrap{ position:relative; margin:0 auto; width:960px; }
#header{ height:98px;}
#header h1{ height:60px;}
#header h1 .pickple_logo{ position:absolute; top:24px; left:24px;}
.navi li{ float:left; height:38px;}


/* -------------------- pickple_rules_1 (¼­ºñ½ºÀÌ¿ë¾à°ü) ---------------------- */
#content{ margin:22px 30px 0 30px;}
#content .section{ margin-top:43px; }
#content .section h3{ margin:28px 0 14px 0; font-weight:bold;}
#content .section p{ line-height:20px; }
#content .section ul{ line-height:20px; }
#content .section ul li{ margin-left:17px; text-indent: -17px; }
#content .section .strong{ color:#619d00; }


/* -------------------- pickple_rules_2 (°³ÀÎÁ¤º¸Ã³¸®¹æÄ§) ---------------------- */
#content .section .intro li{ margin-bottom:10px; }
#content .section .info{margin-left:20px; list-style:disc; }
#content .section .info li { text-indent: 0; }
#content .section .sub_title{	margin-top:10px; margin-left:20px; text-indent: -20px; }
#content .section .sub_title ul li{margin-left:10px; text-indent: -10px; }


/* -------------------- footer ---------------------- */
#footer { position: relative;  margin:50px 0 0 10px; padding-bottom:100px;}
#footer .footer_txt {
background: url('http://solution.ttalk.co.kr/img/main/bg_footer01.gif') no-repeat left top;
padding: 14px 0;
text-align: center;
}

#footer .guideMenu { margin-left:150px;  font-weight:bold;}
#footer .guideMenu li{ display:inline; padding-left:6px; padding-right:10px;}
#footer .guideMenu .firstItem{ padding-left:0; border-right:1px solid #a6a6a6;}
#footer .footerInner { float:left; margin:15px 0 0 140px; font-size:11px; }
#footer .footerLogo { float:left; margin:3px 0 0 0;}
#footer .addressText { float:left; margin:3px 0 0 23px;color:#a6a6a6; line-height:16px;}



/* ¸µÅ© */
a, a:link {
	color:#a6a6a6;
	text-decoration:none;
} 
a:visited {
	color:#a6a6a6;
	text-decoration:none;
}
a:hover {
	color:#80a901;
	text-decoration:none;
}
a:focus {
	color:#a6a6a6;
	text-decoration:none;
}
a:active {
	color:#a6a6a6;
	text-decoration:none;
} 