/* BASIC css start */
.footer {
    margin-top: 86px;
}

/* footer 상단라인 */

.f-top {
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
}

.f-top .t-info {
    float: left;
    width: 50%;
    padding-left: 17px;
}

.f-top .t-bar {
    display: inline-block;
    zoom: 1;
    *display: inline;
    _display: inline;
    width: 1px;
    height: 18px;
    background: #d9d9d9;
    margin: 0 19px;
}

.f-top .t-bank {
    float: right;
    padding-right: 17px;
}

/* footer 하단 */

.f-bottom {
    padding: 32px 0px 20px;
    border-top: 1px solid #cccccc;
    background-color: #f7f7f7;
}

.f-bottom .b-logo {
    margin-top: 15px;
    border-right: 1px solid #dedddd;
    float: left;
    padding: 0px 20px 0px 9px;
}

.f-bottom .b-logo img{
    height: 44px;
}

.f-bottom .b-wrap {
    float: left;
    padding-left: 20px;
}

.f-bottom .b-wrap .b-nav {
    padding-bottom: 19px;
}

.f-bottom .b-wrap .b-nav > a:nth-child(1) {
    padding-left: 0;
    background: none;
}

.f-bottom .b-wrap .b-info p {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 15px;
}

.f-bottom .b-wrap .b-info p.copy > span {
    color: #49bbf7;
}



/* 스크롤 버튼 */

.btn-scroll {
    position: fixed;
    bottom: 76px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 39px;
    height: 37px;
    visibility: hidden;
    opacity: 0;
}

.btn-scroll.on {
    opacity: 1;
    visibility: visible;
    right: 9px;
}

.btn-scroll:hover {
    opacity: .8;
}

.btn-scroll-top {
    bottom: 113px;
}

/* BASIC css end */

