body,
td,
th,
div,
span,
input,
select,
textarea {
    font: 13px "Roboto", 'Noto Sans KR', sans-serif;
    color: #7b7b7b;
    margin: 0px;
    line-height: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
span,
table,
th,
td,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
dl,
dd,
dt,
li {
    list-style-type: none;
}

img,
th,
td,
fieldset,
iframe {
    border: 0;
}

img {
    border: 0;
    vertical-align: top;
    outline: none
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
}

li,
ul {
    list-style: none;
}

textarea {
    border: 1px solid #d1d1d1;
    height: 120px;
}

input,
select,
label {
    vertical-align: middle;
}
a {
	color: inherit;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1400px;
    overflow-x: hidden;
}

#header {
    margin: 0 auto;
    width: 1400px;
    height: 129px;
}

#header > div {
    position: relative;
}

#logo {
    position: absolute;
    left: 0;
	top: 46px;/*48px;*/
}

#login {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

#login ul:after {
    content: "";
    display: block;
    clear: both;
}

#login li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 8px;
    border-left: 1px solid #ffcc72;
}

#login li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

#login a {
    line-height: 40px;
    font-size: 13px;
    color: #999;
}

#login a:hover,
#login a:active {
    text-decoration: none;
    color: #333;
}
#login em { 
	font-style:normal;
	color:#d5d7d8;
	font-size:12px;
	display:inline-block;
	padding:0 10px;'
}
#gnb {
    position: absolute;
    right: -73px;
    top: 60px;
}

.paginate_regular {
    margin: 15px 0px;
}

#footer {
    width: 100%;
    height: 210px;
    margin-top: 0px;
    margin: 0 auto;
    color: #4b4b4b;
    font-size: 0.8em;
    border-top: 1px solid #e3e3e3;
	
}


/* MAIN VISUAL */
#visual { width:100%; height:800px; }


		