/* BASIC css start */
/* 1. 전체 레이아웃 너비 설정 (가장 먼저 배치) */
#contentWrap {
    width: 1200px; 
    margin: 0 auto;
}

/* 2. 게시판 링크 스타일 및 위치 설정 */
#bbsData .bbs-link { 
    position: relative; 
}
#bbsData .bbs-link-top { 
    margin-top: 10px; 
    margin-bottom: -40px; 
    margin-right: 400px; 
    text-align: left; 
    margin-left: 18px; 
}
#bbsData .bbs-link-btm { 
    margin-top: 10px; 
    margin-bottom: -40px; 
    text-align: right; 
}

/* 3. 현재 위치 네비게이션 스타일 */
.loc-navi {
    text-align: left;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.loc-navi a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
/* BASIC css end */

