html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background:#eee !important;
}

a, table, tbody, td, div, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansKR', Sans-serif, serif;
    font-size: 12px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.brd {
    border: 1px solid red;
}

.link {
    cursor: pointer;
}

.setleft {
    float: left;
}

.setright {
    float: right;
}

.setclear {
    clear: both;
}

.hidden {
    display: none;
}

/* header */
#be_header {
    position: relative;
    width: 1024px;
    height: 73px;
    margin: 0 auto;
    background: #fff;
}

#be_header .logo {
    position: absolute;
    left: 20px;
    top: 12px;
}

#be_header .menu {
    position: absolute;
    right: 32px;
    top: 0;
    width: 652px;
    height: 73px;
}

#be_header .menu {
    margin: 0;
    padding: 0;
}

#be_header .menu dd {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* footer */
#be_footer {
    position: relative;
    width: 1024px;
    height: 96px;
    margin: 0 auto;
    background: #fff;
}

#be_footer .hline {
    width: 1024px;
    height: 1px;
    background: #ddd;
    margin: 0 auto;
}

#be_footer .logo {
    position: absolute;
    top: 30px;
    left: 40px;
}

#be_footer .bizinfo {
    position: absolute;
    top: 20px;
    left: 270px;
    color: #999;
}

#be_footer .bizinfo dd {
    margin-top: 3px;
    margin-bottom: 0;
}

#be_footer .bizinfo a {
    color: #999;
}

#be_footer .bizinfo a:hover {
    color: #333;
    text-decoration: underline;
}

/* general */
#_wrap {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    background: url('/_images/common/subpage_body_bg.png') repeat-y;
}

#_wrap .section_title {
    height: 192px;
}

#_wrap .left_menu {
    width: 201px;
    height: 100%;
}

#_wrap .left_menu .section_name {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

#_wrap .left_menu .submenu {
    margin: 26px 0 0 22px;
}

#_wrap .left_menu .submenu dd {
    margin-top: 5px;
}

#_wrap .left_menu .quicklinks {
    width: 156px;
    height: 120px;
    margin: 60px 0 0 22px;
}

#_wrap .left_menu .quicklinks dd {
    float: left;
}

#_wrap .right_contents {
    width: 800px;
    margin-left: 10px;
    padding-bottom: 50px;
    background: #fff;
}

#_wrap .right_contents .navigation {
    width: 800px;
    height: 28px;
    margin: 15px auto;
}

#_wrap .right_contents .navigation dd {
    text-align: right;
    color: #888;
}

#_wrap .right_contents .navigation dd a {
    color: #888;
    text-decoration: none;
}

#_wrap .right_contents .navigation dd a:hover {
    text-decoration: underline;
}

#_wrap .right_contents .navigation dd.hline {
    height: 1px;
    background: #eee;
    margin-top: 5px;
}

#_wrap .right_contents .stitle {
    margin: 26px auto 0 0;
    width: 640px;
}


/* preloading */
._preloading {
    width: 0;
    height: 0;
    overflow: hidden;
}


/* sms map */
#sms_map {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 11;
}
