#wrap {
    width: 100%;
    min-width: 1024px;
}

.safe-box {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#header-wrap {
    height: 135px;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

#header-wrap #top-toolbar {
    height: 47px;
    background-color: #2d2f33;
    box-shadow: 0px 0px 10px #000;
}

#header-wrap #top-toolbar ul {
    position: absolute;
    top: 15px;
    right: 0px;
}

#header-wrap #top-toolbar ul li {
    color: #fff;
    float: left;
}

#header-wrap #top-toolbar ul li a{
    font-weight: 800;
    color: #fff;
}

#header-wrap #top-logo {
    position: absolute;
    top: 10px;
}
#header-wrap #top-logo img {
    width: 121px
}

#header-wrap #nav {
    position: absolute;
    width: 780px;
    top: 35px;
    right: 0px;
}

#header-wrap #nav>ul {
    float: right;
}

#header-wrap #nav>ul>li {
    float:left;
}

#header-wrap #nav>ul>li>a {
    display: inline-block;
    padding: 0px 19px;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 700;
}

#header-wrap #nav>ul>li>a:hover {
    color: #0c4da2;
}

#header-wrap #nav>ul>li.last-item>a {
    padding-right: 0px;
}

#header-wrap #nav>ul>li>ul {
    position: absolute;
    z-index: 99999;
    top: 54px;
    padding: 10px 15px;
    background-color: #000;
}

#header-wrap #nav>ul>li>ul>li {
    float: left;
    padding: 0px 4px;
}

#header-wrap #nav>ul>li>ul>li::after {
    display: block;
    content: "/";
    color: #ddd;
    width: 5px;
    float: right;
    padding-top: 2px;
    padding-left: 10px;
    opacity: 0.5;
}

#header-wrap #nav>ul>li>ul>li.last-item::after {
    display: none;
}

#header-wrap #nav>ul>li.nav-item01>ul {
    left: -80px;
}

#header-wrap #nav>ul>li.nav-item02>ul {
    left: 70px;
}

#header-wrap #nav>ul>li.nav-item03>ul {
    left: 286px;
}

#header-wrap #nav>ul>li.nav-item04>ul {
    right: 80px;
}

#header-wrap #nav>ul>li.nav-item05>ul {
    right: 0px;
}

#header-wrap #nav>ul>li>ul>li>a {
    font-size: 1.3rem;
    color: #ddd;
}

#header-wrap #nav>ul>li>ul>li>a:hover {
    color: #fff;
}



/* 푸터영역*/

#footer-wrap {
    width: 100%;
    height: 208px;
    background-color: #6c6c6c;
}

#footer-wrap .bottom-toolbar {
    position: absolute;
    top: 40px;
    left: 0px;
}

#footer-wrap .bottom-toolbar ul li {
    display: inline-block;
    float: left;
    color: #898989;
}

#footer-wrap .bottom-toolbar ul li a {
    font-size: 1.2rem;
    color: #fff;
}

#footer-wrap #addr {
    position: relative;
    top: 78px;
    left: 0px;
    color: #bbb;
    font-size: 1.2rem;
    display: flex;
}
#footer-wrap #addr ul:nth-child(2) {
    margin-left: 40px;
}
#footer-wrap #addr ul li {
    margin-bottom: 4px;
}

#footer-wrap #copy {
    position: absolute;
    bottom: -110px;
    left: 0px;
    color: #bbb;
    font-size: 1.2rem;
    font-weight: 700;
}

#footer-btn {
    position: absolute;
    top: 54px;
    right: 0px;
}

#footer-btn ul li {
    float: left;
    margin-left: 5px;
}

#footer-btn ul li a {
    display: block;
    width: 50px;
    height: 50px;
}

#footer-btn ul li.f-btn-mail a {
    background-image: url(../img/footer-btn01.png);
}

#footer-btn ul li.f-btn-admin a {
    background-image: url(../img/footer-btn02.png);
}

#footer-btn ul li.f-btn-sinye a {
    background-image: url(../img/footer-btn03.png);
}


/* sitemap */

/* 사이트맵 */

#sitemap {
	width: 1150px;
	margin: 0 auto;
}

#siteMapContents {
	width: 100%;
	margin: 0 auto;
}
#siteMapContents .siteMapMenu {
	width: 220px;
	/* height: 60px; */
	font-size: 13px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#siteMapContents .siteMenu1Depts a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #005a9b;
	text-align: center;
	border: 1px solid #02416e;
	color: #fff;
}

#siteMapContents .siteMenu1Depts a:hover {background: #64849b}

#siteMapContents .siteMenu2Depts a {
	display: block;
	width: 100%;
	line-height: 30px;
	background: #fff;
	text-align: center;
	margin-top: 5px;
	border: 1px solid #ccc;
}

#siteMapContents .siteMenu2Depts a:hover {background: #dee7ed}


#cboxOverlay {
    background: url(images/overlay2.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
