@charset "utf-8";
@import url(/asset/lightbox/lightbox.css);

body  {
    font-family:"나눔고딕", "맑은 고딕", "돋움", "애플 고딕", Arial, Helvetica, sans-serif;
    font-size:80%;
	background: #FFF;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
}
.twoColFixLtHdr #container { 
	width:900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
    background-image:url(/v4/common/images/sidebar_bg.gif); background-position:0; background-repeat:repeat-y;
	margin:20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:#FFF; height:70px;
    margin:0;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	float:left; /* since this element is floated, a width must be given */
	width:150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    min-height:430px;
	background:#C0C0C0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; margin:0;
}
.twoColFixLtHdr #mainContent { 
	margin:0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    _margin:0 0 0 150px;
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image:url(/v4/common/images/cntChestBg.gif); background-repeat:repeat-x;
} 
.twoColFixLtHdr #footer { 
    margin:0;
    padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background-color:#FFF;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}