/**
 * @author niceilm
 */

/* Type Selector */
html,body {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: µ¸¿ò, Dotum, ±¼¸², Gulim,  AppleGothic, Sans-serif;
	font-size:12px;
}

* {
    font-style: normal;
    font-family: µ¸¿ò, Dotum, ±¼¸², Gulim,  AppleGothic, Sans-serif;
	font-size:12px;
}

img, fieldset {
    border: none;
}

hr, legend {
    display£ºnone;
}

li {
    list-style: none;
}

P{
margin:0px;
}

a {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color:#333333;
	text-decoration:none;
}

html:first-child select {
    padding-right: 6px;
    height: 20px;
} /* Opera Fix */
option, x:-moz-any-link {
    padding-right: 4px;
} /* Firefox Fix */
option, x:-moz-any-link, x:default {
    padding-right: 0;
} /* Firefox Fix */

 

/* Layout Selector */
html, body {
    height: 100%;
}

#wrap {
    height: 100%;
    width: auto;
}

#header {
    height: 120px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    width: auto;
}

#headerBox {
	height:120px;
}


#container {
    min-height: 100%;
    margin: -120px 0 -126px;
    width: auto;
	/*background-image: url('/img/bg_body.gif');*/
}

/* IE Hack */
*html #container { 
    height: 100%;
}

#footer {
    height: 126px;
    background: #fff;
	text-align:center;
}

.contents-box {
    padding: 120px 0 126px 0;
	
}

.snb {
    background: #00dfee;
    float: left;
    margin-right: -200px;
    width: 200px;
    height: 200px;
}

.contents {
    margin-left: 200px;
    background: #FFFFFF;
    height: 500px;
}

.contentsTop {
    margin-top: 10px;
	padding-right:10px;
    background: #FFFFFF;
    
	text-align:right;
}

.contentsMain {
    padding-top: 10px;
	padding-bottom: 30px;
	width:980px;
    background: #FFFFFF;
}

.main {
	width:980px;
	margin:0px auto; /* ÃÖ¿Ü°¢ ·¹ÀÌ¾Æ¿ôÀÌ Áß¾ÓÀ¸·Î¿Àµµ·Ï ¼³Á¤ ÀÌ°É »©¸é ¿ÞÂÊ Á¤·ÄÀÌ µÈ´Ù. text-align:center·Î ÇÏ¸é ¾ÈµÊ!!! */
}

.head {
	width:980px;
	margin:0px auto; /* ÃÖ¿Ü°¢ ·¹ÀÌ¾Æ¿ôÀÌ Áß¾ÓÀ¸·Î¿Àµµ·Ï ¼³Á¤ ÀÌ°É »©¸é ¿ÞÂÊ Á¤·ÄÀÌ µÈ´Ù. text-align:center·Î ÇÏ¸é ¾ÈµÊ!!! */
}

.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

 .SLB_center { cursor:pointer; visibility:hidden; border: solid 4px #000000; background-color: #FFF}
 .SLB_close { cursor: pointer; display:none; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding-bottom: 4px; }
 .SLB_caption { cursor: pointer; display:none; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding-bottom: 4px; }
 #SLB_loading { cursor: pointer; display:none; z-index: 99998; position:absolute; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding: 3px 0px 4px 0px; border: solid 2px #cfcfcf; }

