@charset "utf-8";

/*CSS Document 기본설정 */
body{
	font-size:12px;
	margin:auto;
	font-family:'Nanum Gothic', sans-serif, monospace,Dotum, Arial;
	color:#333;
	line-height:150%;
	background-color:#fff;
	text-align:center;
}

td{
	font-size:12px;
	margin:auto;
	line-height:150% ;
}

img {border: 0px;}
label,caption{display:none}
.png24 {tmp:expression(setPng24(this));}

div, ul,li, ol,li {border:0;margin:0;padding:0;}
ul li{list-style:none; }
ol li{list-style:decimal; }


div{margin:auto;}

a:link {color:#555; text-decoration: none; }
a:visited{color:#555; text-decoration: none;}
a:active {color:#151515; text-decoration: underline;}
a:hover{ color: #151515; text-decoration: underline;}

.selected {
    margin: 0 0 1em;
    cursor: pointer;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e3e3e3;
    padding: 3px;
}

.wrap {
    margin: 0 0 1em;
    cursor: pointer;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #cccc00;
    padding: 3px;
}

.body_wrap{background-color:#fff;width:100%}
.body_container{position:relative;clear:both;width:980px; margin:auto;}
.sub_cont{position:relative;width:740px;float:right;padding-bottom:15px; }
#left {float:left;width:210px;}
.floL{float:left;}
.floR{float:right;}
.hand {cursor: pointer;}