@charset "utf-8";
/* foot_Layout (하단(카피라이트)인클루드 영역) */

/******* 카피라이트********/

#footer {
    clear: both;
    width: 100%;
    background: #383838;
}

#foot {
    position: relative;
    width: 1000px;
    padding: 35px 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#foot_menu {margin-bottom:30px; text-align:center; width:100%;}
#foot_menu a {color:#fff; font-size:13px; text-decoration:none;}
#foot_menu span {
    color: #ccc;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 100;
}

#foot_info {color: #fff; font-size:13px; font-weight: 100;}
#foot_info span {color:#777;}