@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-size: 100%;
    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 url(/images/main/bg.jpg) no-repeat left top; */
}
input,
textarea {
    font-family: 돋움, Dotum, "Baekmuk Dotum", AppleGothic, sans-serif;
    padding: 0.2em;
    font-size: 1em;
}
input.nobox {
	padding: 0;
}
select, option {
    font-size: 1em;
}
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 {
    display: none;
}

/* -------------------------------- for layout */
#container {
    margin-left: 10px;
    width: 957px;
}

#logo {
    float: left;
    height: 95px;
}

#logo img {
    margin-top: 38px;
}

#minormenu {
    height: 37px;
    float: right;
}

#minormenu h4 {
    display: none;
}

#minormenu a {
    display: block;
    float: left;
    margin-top: 8px;
}

#mainmenu {
    float: right;
    position: relative;
    height: 58px;
    width: 625px;
    background: url(/images/main/mainmenu_leftbg.gif) no-repeat left;
}

#mainmenu h4 {
    display: none;
}

#mainmenu ul {
    background: url(/images/main/mainmenu_rightbg.gif) no-repeat right;
    height: 58px;
}

#mainmenu li {
    float: left;
    width: 124px;
    text-align: center;
    border-left: 1px solid #6B89AF;
    height: 32px;
}

#mainmenu li.firstchild {
    border-left: 0;
}

#mainmenu li img {
    padding: 10px 20px 6px;
}

#mainmenu div.sub {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 400px;
    display: none;
}

#mainmenu div.sub ul {
    background-image: none;
    height: 18px;
}

#mainmenu div.sub ul li {
    float: left;
    width: auto;
    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-image: none;
}

#mainmenu div.sub ul li img {
    padding: 7px 0 5px;
    margin: 0 11px;
    vertical-align: top;
}

/* services */

#services {
    clear: both;
    float: left;
    margin-top: 280px;
    width: 315px;
    margin-left: 1px;
}

#magazine {
    background: url(/images/main/magazine_bg.gif) repeat-y left;
}

#magazine ul {
    height: 105px;
    padding-left: 2px;
    background: url(/images/main/magazine_bottom.gif) no-repeat left bottom;
}

#magazine li {
    float: left;
    text-align: center;
    background: url(/images/main/magazine_verticaldot.gif) no-repeat left top;
}

#magazine li.firstchild {
    background-image: none;
}

#magazine li a {
    display: block;
    width: 78px;
    height: 105px;
    color: #FFFFFF;
    font-size: 0;
    line-height: 0;
}

#magazine li img {
    height: 54px;
    display: block;
    margin: 12px auto;
}

#network {
	clear: both;
    margin-top: 9px;
}

#network h4,
#network ul,
#network li {
    float: left;
}

/* contents */

#contents {
    margin-left: 15px;
    margin-top: 13px;
    width: 405px;
    float: left;
}

#issue {
    position: relative;
    background: url(/images/main/hotissue_bg.gif) no-repeat bottom;
}

#issue a.more {
    position: absolute;
    right: 0;
    top: 0;
}

#issue ul {
    padding: 8px 11px 12px;
}

#issue li {
    background: url(/images/main/gray_icon.gif) no-repeat left;
    padding: 2px 0 1px 9px;
}

#issue li a {
    font-weight: bold;
    color: #666;
    letter-spacing: -1px;
}

#issue li a:link,
#issue li a:visited {
    text-decoration: none;
}

#issue li a:hover,
#issue li a:active {
    text-decoration: underline;
}

#issue li span.date {
    position: absolute;
    right: 10px;
    color: #9a9a9a;
    background-color: white;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.86em;
    padding-left: 0.2em;
}

#issue li.firstchild {
    padding: 0;
    background-image: none;
}

#issue li.firstchild img {
    float: left;
    height: 60px;
    padding: 1px;
    margin-right: 11px;
    border: 1px solid #E1E1E1;
}

#issue li.firstchild a:link,
#issue li.firstchild a:visited {
    color: #4D6F96;
    text-decoration: none;
    font-size: 1.15em;
}

#issue li.firstchild a:hover,
#issue li.firstchild a:active {
    color: #4D6F96;
    text-decoration: underline;
    font-size: 1.15em;
}

#issue li.firstchild p {
    color: #666;
    margin: 6px 0;
    line-height: 1.4;
    min-height: 52px;
}

* html #issue li.firstchild p {
    height: 52px;
}

#activity {
    position: relative;
    margin-top: 14px;
}

#activity a.more {
    position: absolute;
    right: 0;
    top: 0;
}

#activity ul {
    padding: 7px 0;
}

#activity li {
    padding: 2px;
    padding-left: 9px;
    background: url(/images/main/gray_icon.gif) no-repeat left;
}

#activity li a {
    color: #666;
}

#activity li a:link,
#activity li a:visited {
    text-decoration: none;
}

#activity li a:hover,
#activity li a:active {
    text-decoration: underline;
}

#activity li span.date {
    position: absolute;
    right: 0;
    color: #9a9a9a;
    background-color: white;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.86em;
    padding-left: 0.2em;
}

#report {
    margin-top: 9px;
}

#report div.anchors {
    height: 22px;
    margin-top: 7px;
    border-bottom: 2px solid #7795BB;
}

#report div.anchors a {
    display: block;
    float: left;
}

#report div.anchors img {
    margin-right: 2px;
}

#report-all,
#report-local,
#report-abroad,
#report-nk,
#report-relation {
    position: relative;
    display: none;
}
#report-all {display: block;}

#report-all h5,
#report-local h5,
#report-abroad h5,
#report-nk h5,
#report-relation h5 {
    display: none;
}

#report-all ul,
#report-local ul,
#report-abroad ul,
#report-nk ul,
#report-relation ul {
    padding-top: 9px;
}

#report-all li,
#report-local li,
#report-abroad li,
#report-nk li,
#report-relation li {
    padding: 2px;
    padding-left: 9px;
    background: url(/images/main/gray_icon.gif) no-repeat left;
}

#report-all li a,
#report-local li a,
#report-abroad li a,
#report-nk li a,
#report-relation li a {
    color: #666;
}

#report-all li a strong,
#report-local li a strong,
#report-abroad li a strong,
#report-nk li a strong,
#report-relation li a strong {
    font-weight: bold;
}

#report-all li a:link,
#report-local li a:link,
#report-abroad li a:link,
#report-nk li a:link,
#report-relation li a:link,
#report-all li a:visited,
#report-local li a:visited,
#report-abroad li a:visited,
#report-nk li a:visited,
#report-relation li a:visited {
    text-decoration: none;
}

#report-all li a:hover,
#report-local li a:hover,
#report-abroad li a:hover,
#report-nk li a:hover,
#report-relation li a:hover,
#report-local li a:active,
#report-abroad li a:active,
#report-nk li a:active,
#report-relation li a:active {
    text-decoration: underline;
}

#report-all li span,
#report-local li span,
#report-abroad li span,
#report-nk li span,
#report-relation li span.date {
    position: absolute;
    right: 0;
    color: #9a9a9a;
    background-color: white;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.86em;
    padding-left: 0.2em;
}

/* additionals */

#additionals {
    float: left;
    width: 200px;
    margin-left: 20px;
    margin-top: 13px;
}

#search {
    background: url(/images/main/search_bg.gif) no-repeat left bottom;
}

#search fieldset {
    background: url(/images/main/search_title.gif) no-repeat left top;
    padding-top: 24px;
}

#search legend {
    display: none;
}

#search input {
    border: 1px solid #E7E4C3;
    margin-left: 6px;
    width: 181px;
}
#search input.nobox {
	border: 0;
	margin: 0;
	width: auto;
}

#search div.func {
    margin: 3px 0 7px 97px;
    font-size: 0.7em;
}

#search div.func input,
#search div.func img {
    vertical-align: top;
}

#tag {
    margin-top: 7px;
    background: url(/images/main/tag_bg.gif) no-repeat left bottom;
}

#tag h4 {
    background: url(/images/main/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 {}

#notice,
#seminar {
    margin-top: 8px;
}

#notice dl,
#seminar dl {
    position: relative;
}

#notice dt,
#seminar dt {
    position: absolute;
    left: 0;
    margin: 6px 0 0 1px;
}

#notice dd,
#seminar dd {
    padding: 6px 0 6px 33px;
    background: url(/images/main/horizondot.gif) repeat-x top;
}

#notice dd.first-child,
#seminar dd.first-child {
    background-image: none;
}

#notice dd a:link,
#notice dd a:visited,
#seminar dd a:link,
#seminar dd a:visited {
    color: #666;
    text-decoration: none;
}

#notice dd a:hover,
#notice dd a:active,
#seminar dd a:hover,
#seminar dd a:active {
    color: #666;
    text-decoration: underline;
}

#notice dd span.date,
#seminar dd span.date {
    color: #9a9a9a;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.86em;
    display: block;
}

/* links */

#links {
    width: 967px;
    clear: both;
    height: 48px;
    padding: 3px 0 38px 11px;
}

#favor {
    float: left;
    width: 315px;
}

#favor h4 {
    display: none;
}

#favor li {
    float: left;
}

#sites {
    float: left;
    margin-left: 15px;
}

#sites h4 {
    display: none;
}

#sites li {
    float: left;
}

/* copyright */

#copyright {
    clear: both;
    height: 111px;
    border-top: 1px solid #D6D6D6;
    background: url(/images/copyright.gif) no-repeat left top;
}

#copyright p {
    display: none;
}

#copyright #copyright-links {
    display: none;
}
