@charset "utf-8";
/* CSS Document */

/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
legend{height:0;line-height:0;font-size:0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
caption{font-size:0;line-height:0;}
body {
	line-height: 1;
	min-height:90%;

}

body, input, select, textarea {font-family:"Nanum Gothic", "나눔고딕","굴림","돋움",Dotum,AppleGothic,sans-serif;}
body[orient="portrait"] { min-height:80%; }
body[orient="landscape"] { min-height:80%; } 

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{vertical-align:top;}
a{text-decoration:none;
}

.pSaleStatus{color:#0479FA;font-weight: bold;}


/* css style */


.headerArea{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid #ccc;
    height: 50px;	
	line-height: 50px;
}

.headerArea .headerArea_center{
	position: relative;
    padding: 22px 15px 13px 15px;
    background: #efeeee;
    z-index: 3;
    text-align: center;
}



/*

.headerArea{

    height: 50px;	
	line-height: 50px;
}

.headerArea .headerArea_center{
	position: relative;
    padding: 22px 15px;
    text-align: center;
}

*/


.headerArea .headerArea_center .title{
	font-size:25px;
	font-weight:bold;
	line-height:25px;
	padding-bottom:10px;
	color:#555;
}

.headerArea .headerArea_center .txt{
	font-size: 11px;
	line-height:15px;
    color: #333;
}

.sub_box{
	margin-top: 100px;
}

.footer {
    position: absolute;
	bottom:0;
	left:0;
    width:100%;
    background: #efeeee;
	
}

.footer p{
	font-size: 11px;
	padding:6px 0;
    color: #828282;
    text-align: center;
    font: normal 9px/1.5em verdana;
}