/* BASIC css start */
/* global rest */
html {
    overflow-y: scroll;
}
html, body {
    height: 100%;
}
html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
input, select, textarea, button {
    margin: 0;
    padding: 0;
}
body,
h1, h2, h3, h4, h5, h6,
input, select, textarea, a {
    font-size: 12px;
    line-height: 1.25;
    color: #444;
    font-family: Dotum, AppleGothic, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img, fieldset,button {
    border:0 none;
}
img {
    vertical-align: top;
}
li {
    list-style: none;
}
hr, caption, legend {
    display: none;
}
a {
    color: #3083c5;
    text-decoration: none;
}
a:hover {
}
button {
    overflow: hidden;
    cursor: pointer;
}
button span {
    visibility: hidden;
}
address, em {
    font-style: normal;
}
button, input, select, textarea, a {
    vertical-align: middle;
}
select {
    line-height: 18px;
    height: 18px;
}
input:focus {
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
}

/*
========================================================================
기타 공통 CLASS
========================================================================
*/
/* png24 */
.png24 {tmp:expression(setPng24(this));}
/* display inlin, block  */
.d-block {
    display: block;
}
.d-inline {
    display: inline;
}
/* image replace, hidden text */
.ir *,
.blind {
    z-index:-1;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    text-indent: -9999px;
}
/* font size */
/* font color */
/* form */
    /* txt-input */
    .txt-input {
        height: 17px;
        padding: 2px 0 0 2px;
        border: 1px solid #d7d7d7;
        vertical-align: middle;
    }
    /* txt-area */
    .txt-area {
        overflow-y: scroll;
        border: 1px solid #d8d8d8 !important;
        vertical-align: middle;
    }
    /* checkbox, radio */
    .chk-rdo {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }

/*
========================================================================
레이아웃
========================================================================
*/
#headerWrap,
#header,
#footerWrap,
#footer {
    position: relative;
}
#header,
#contentWrap,
#footer {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
/* ==================== header ====================  */
#headerWrap {
    background: url(/images/edgeday/bg/header.gif) repeat-x 0 0
}
#header {
    height: 82px;
}
#header .bi,
#header #gnb,
#header .mem-link,
#header .link-edgeday {
    position: absolute;
}
/* bi */
#header .bi {
    width: 160px;
    left: 0px;
    top: 6px;
    font-size: 0;
    line-height: 0;
    background: url(/images/edgeday/bg/bi.gif) no-repeat 43px 8px;
}
#header .bi a {
    display: block;
    width: 100%;
    padding-top: 30px;
    height: 45px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color:#232323;
    font-size: 20px;
    line-height: 26px;
    font-family: Tahoma;
}
/* gnb */
#header #gnb {
    left: 278px;
    top: 0px;
}
#header #gnb li,
#header #gnb li a {
    float: left;
}
/* mem-link */
#header .mem-link {
    right: 136px;
    top: 21px;
}
#header .mem-link li,
#header .mem-link li a {
    float: left;
    width: auto;
}
#header .mem-link li {
    padding-left: 9px;
    margin-left: 7px;
    background: url(/images/edgeday/bull/mem_link_div.gif) no-repeat 0 50%;
}
#header .mem-link li.first {
    background: none;
}
/* link-edgeday */
#header .link-edgeday {
    right: 0px;
    top: 6px;
}
/* BASIC css end */

