/* footer */
#footer {
    clear: both;
    width: 100%;
    position: relative;
}

#footer #footer-box {
    border-top: 1px solid #ccc;
    background: white;
    clear: both;
    position: relative;
    z-index: 10;
}

#footer #footer-box-wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 2;
}

#footer #footer-box ul {
    float: left;
    margin-bottom: 10px;
}

#footer #footer-box ul li {
    float: left;
    position: relative;
}

#footer #footer-box ul li a {
    color: #003980;
    display: block;
    margin-right: 7px;
    font-weight: bold;
    font-size: .9em;
    padding: 0 3px;
}

#footer #footer-box #footer-box-info ul li:first-child a {
    padding-left: 0;
}

#footer #footer-box ul li .line {
    width: 1px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
    border-right: 1px solid #ccc;
}

#footer #footer-box address {
    font-size: 1em;
    color: #444444;
    clear: both;
    padding-bottom: 25px;
}

#footer #footer-box-info {
    float: left;
    width: 800px;
}

#footer #footer-box-sns {
}

#footer #sns {
    background: url(../../images/homepage/bg_sns.png) right center no-repeat;
    position: absolute;
    top: 20px;
    right: 0px;
    padding-right: 60px;
    height: 45px;
}

#footer #sns li {
    float: left;
}

#footer #sns li a {
    position: relative;
    top: 9px;
    width: 22px;
    height: 28px;
    background: red;
    text-indent: -9999px;
    display: block;
}

#footer #sns li#facebook a {
    background: url(../../images/homepage/ic_sns.png) no-repeat;
}

#footer #sns li#twitter a {
    background: url(../../images/homepage/ic_sns.png) -34px 0 no-repeat;
}

/* 주요 서비스 */
#footer #quick_service {
    width: 100%;
    top: 0px;
    overflow: hidden;
}

#footer #quick_service #quick_service_wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-bottom:10px;
}

#footer #quick_service ul {
    max-width: 1000px;
    overflow: hidden;
    margin-top: 10px;
}

#footer #quick_service ul > li {
    width: 150px;
}

#footer #quick_service ul > li .sh3 {
    clear: both;
    position: relative;
    top: 14px;
	padding-bottom:12px;
}

#footer #quick_service ul > li.item1 {
}

#footer #quick_service ul > li.item2 {
	width: 130px;
}

#footer #quick_service ul > li.item3 {
}

#footer #quick_service ul > li.item4 {
}

#footer #quick_service ul > li.item5 {
}

#footer #quick_service ul > li.item6 {
    width: 275px;
}

#footer #quick_service ul > li.item7 {
    width: 143px;
}

#footer #quick_service ul li {
    float: left;
}

#footer #quick_service ul li h3 a {
    
	/*color: #0095DA;*/
	color:#003980;
    font-weight: bold;
}

#footer #quick_service ul li.last {
    border-right: 0;
}

#footer #quick_service ul li a {
    display: block;
    color: #d2d2d2;
    font-size: .6em;
    font-weight: normal;
}


#footer #quick_service ul li ul {
    float: left;
    /*    min-height: 190px;*/
}

#footer #quick_service ul li ul li {
    width: inherit;
    float: none;
    border-right: 0;
}

#footer #quick_service ul li ul li a {
	padding-right:15px;
}

#footer #quick_service ul li ul li a {
    width: inherit;
    font-size: 11px;
	font-weight: normal;
    color: #494949;
    font-family: 'Dotum';
    line-height: 1.6em;
}

#footer #quick_service ul li ul li a:hover {
    color: #003980;
}

#footer #quick_service h2 {
    cursor: pointer;
    width: 108px;
    height: 24px;
    background: url(../../images/homepage/btn_service.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 47%;
    top: -24px;
}