@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    font-size: 0.76em;
    font-family: 돋움, Dotum, "Baekmuk Dotum", AppleGothic, sans-serif;
    line-height: 1.2;
    color: black;
    background: white;
    min-width: 965px;
}
input {
    font-family: 돋움, Dotum, "Baekmuk Dotum", AppleGothic, sans-serif;
    padding: 0.2em;
    font-size: 1em;
}
input.nobox {
	padding: 0;
}
select, option {
    font-size: 1em;
}
* html body {
    width: 965px;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    display: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    display: none;
}

#accessibility {
    height: 0;
    overflow: hidden;
}

/* for GENEditor */

* html #editor-box {
	width: 95%;
}

#editor-command-box {
    width: 100%;
    padding: 5px;
    background-color: #EAEAEA;
}
#editor-command-box img {
    vertical-align: middle;
    margin-right: 2px;
}
#editor-command-box select {
    margin-right: 5px;
}

/* -------------------------------- for layout */
#container {
    padding-left: 10px;
    width: 757px;
    float: left;
}

#logo {
    float: left;
    height: 54px;
}

#logo img {
    margin-top: 10px;
}

#minormenu {
    float: right;
}

#minormenu h4 {
    display: none;
}

#minormenu a {
    display: block;
    float: left;
    margin-top: 17px;
}

#mainmenu {
    position: relative;
    clear: both;
    overflow: auto;
    height: 72px;
    background: url(/images/mainmenu/bg.gif) no-repeat top;
}

#mainmenu h4 {
    display: none;
}

#mainmenu ul {
}

#mainmenu li {
    float: left;
    height: 37px;
    width: 150px;
    text-align: center;
    border-left: 1px solid #6B89AF;
    overflow: hidden;
}

#mainmenu li.firstchild {
    border-left: 0;
}

#mainmenu li img {
    padding: 10px 20px;
}

#mainmenu div.sub {
    position: absolute;
    top: 29px;
    left: 15px;
    width: 400px;
    height: 27px;
    overflow: hidden;
    display: none;
}

#mainmenu div.sub ul {
    float: left;
    overflow: auto;
    background: url(/images/mainmenu/pop/right_bg.gif) no-repeat right;
}
#mainmenu div.sub ul li {
    float: left;
    width: auto;
    height: 27px;
    border: 0;
}
#mainmenu div.sub ul li a {
    display: block;
    background: url(/images/mainmenu/pop/seperator.gif) no-repeat left;
}
#mainmenu div.sub ul li.firstchild a {
    background: url(/images/mainmenu/pop/left_bg.gif) no-repeat left top;
}
#mainmenu div.sub ul li img {
    padding: 7px 0 9px;
    margin: 0 11px;
    vertical-align: top;
}

#submenu {
    float: left;
    width: 160px;
    margin-left: 1px;
}

#submenu h3 {
    margin-bottom: 3px;
}

#submenu li {
    border-bottom: 1px solid #D6CF94;
}

#submenu li img {
    vertical-align: top;
}

#submenu ul.sub {
    background-color: #F8F6EE;
    padding: 8px 0 8px 15px;
}

#submenu ul.sub li {
    background: url(/images/submenu/sub_icon.gif) no-repeat left;
    border: 0;
    padding: 3px 0 0 9px;
    font-size: 0.9em;
}

#submenu ul.sub a:link,
#submenu ul.sub a:visited {
    color: #666666;
    text-decoration: none;
}
#submenu ul.sub a:hover,
#submenu ul.sub strong {
    font-weight: bold;
    color: #AB934C;
    text-decoration: underline;
    letter-spacing: -1px;
}

#location {
    text-align: right;
    font-size: 0.9em;
    margin-top: -25px;
    margin-bottom: 12px;
}

#location strong {
    font-weight: bold;
}

#body {
    width: 576px;
    margin-left: 178px;
    margin-bottom: 30px;
}

#body h1#title {
    margin-bottom: 20px;
}

#additionals {
    float: left;
    margin: 53px 0 0 17px;
    width: 168px;
}
    #login-info {
        background: url(/images/logininfo/bottom_bg.gif) no-repeat bottom;
        margin-bottom: 4px;
    }

    #login-info h4 {
        background: url(/images/logininfo/top_bg.gif) no-repeat top;
        height: 4px;
        overflow: hidden;
        text-indent: -1000em;
    }

    #login-info p {
        padding: 9px 10px 5px;
    }

    #login-info strong {
        font-weight: bold;
        display: block;
    }

    #login-info div.func {
        text-align: right;
        padding: 6px 4px 6px 0;
    }

    #login-info div.func img {
        vertical-align: middle;
    }

    #search {
        background: url(/images/additionals/search_bg.gif) no-repeat left bottom;
    }

    #search fieldset {
        background: url(/images/additionals/search_title.gif) no-repeat left top;
        padding-top: 24px;
    }

    #search legend {
        display: none;
    }

    #search input {
        border: 1px solid #E7E4C3;
        margin-left: 6px;
        width: 151px;
    }
    
    #search input.nobox {
        border: 0;
        margin: 0;
        width: auto;
    }

    #search div.func {
        margin: 3px 0 7px 67px;
        font-size: 0.7em;
    }

    #search div.func input,
    #search div.func img {
        vertical-align: top;
    }

    #tag {
        margin-top: 4px;
        background: url(/images/additionals/tag_bg.gif) no-repeat left bottom;
    }

    #tag h4 {
        background: url(/images/additionals/tag_title.gif) no-repeat left top;
        height: 24px;
        text-indent: -1000em;
    }

    #tag p {
        line-height: 1.5;
        padding: 9px 11px;
    }

    #tag a {
        text-decoration: none;
        color: #666;
    }

	#tag a.tag1 {font-weight: bold; font-size: 1.1em; color: #FFF;
	             background-color: #88B873; padding: 0.1em; margin: -0.1em;}
	#tag a.tag2 {font-weight: bold; color:#56A136;}
	#tag a.tag3 {}

    #favor {
        padding-bottom: 2px;
        background: url(/images/additionals/favor_bottom_bg.gif) no-repeat left bottom;
        margin-top: 4px;
        margin-bottom: 20px;
    }

    #favor h4 {
        height: 2px;
        overflow: hidden;
        text-indent: -1000em;
        background: url(/images/additionals/favor_top_bg.gif) no-repeat left top;
    }

    #favor li {
        background: url(/images/additionals/favor_seperator.gif) no-repeat left top;
        padding-top: 1px;
    }

    #favor li.firstchild {
        background-image: none;
        padding-top: 0;
    }

    #favor li img {
        vertical-align: top;
    }

#copyright {
    clear: both;
    height: 111px;
    border-top: 1px solid #D6D6D6;
}

#copyright #copyright-links {
    display: none;
}


div.paging {
    background-color: #F7F7F7;
    text-align: center;
    font-size: 0.9em;
    padding: 0.9em;
    color: #666666;
    margin-bottom: 3px;
}

div.paging img {
    vertical-align: middle;
    margin: 0 -5px;
}

div.paging strong {
    font-weight: bold;
}

div.paging a {
    color: #666666;
    padding: 0 4px;
}

div.paging a:link,
div.paging a:visited {
    text-decoration: none;
}

div.paging a:hover,
div.paging a:active {
    text-decoration: underline;
}

div.links,
div.buttons {
    text-align: right;
}

input.cal {
	width: 6em;
}

a.rss {
	display: block;
	position: absolute;
	top: 136px;
	left: 720px;
}

/* message */

#message,
#error {
    width: 385px;
    margin: 8em auto;
    padding-bottom: 2em;
    background: url(/images/common/message_bg.gif) no-repeat bottom;
}

#message h3,
#error h3 {
    padding: 57px 1.3em 1em;
    color: #466C9B;
    font-weight: bold;
    letter-spacing: -1px;
}

#message h3 {
    background: url(/images/common/information.gif) no-repeat top;
}

#error h3 {
    background: url(/images/common/error.gif) no-repeat top;
}

#message p,
#error p {
    padding: 0 1.3em;
}

#message div.links,
#error div.links {
    text-align: right;
    padding: 1em 1.3em 0;
}

/* print setting */

@media print {
    * {
        font-family: 바탕체, "Times New Roman", serif;
        font-size: medium;
    }
    
    body,
    #container,
    #body {
        min-width: 0;
        width: auto;
        padding: 0;
        margin: 0;
        float: none;
    }
    
    body {
        width: 100%;
    }
    
    #container {
        margin: 0 auto;
    }

    #location {
        margin-top: 0;
    }

    #body {
        margin-bottom: 20px;
    }

    #accessibility,
    #logo,
    #minormenu,
    #mainmenu,
    #submenu,
    #additionals {
        display: none;
    }
}
