@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: 돋움, Dotum, 굴림, Gulim, AppleGothic, Sans-serif;
}

img, fieldset {
    border: none;
}

hr, legend {
    display：none;
}

li {
    list-style: none;
}

a {
}

a:visited {
}

a:hover, a:active, a:focus {
}

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: 204px;
    position: relative;
    z-index: 1;
    width: auto;
}

#container {
    min-height: 100%;
    margin: -204px 0 0 0;
    width: auto;
}

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

#footer {
    height: 0px;
}

.contents-box {
    padding: 204px 0 20px 0;
}

.snb {
    float: left;
    margin-right: -155px;
    width: 155px;
}

.contents {
    margin-left: 194px;
}

.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%;
}