/* =========================
   FOOTER
========================= */

.bb_footer{
  width:100%;
  background:#f2f2f2;              /* 배경색 */
  color:#ffffff;
  padding:18px 0;
  box-sizing:border-box;
  padding-bottom: 100px;
}

.bb_footer_inner{
  max-width:1200px;
  margin:0 auto;
  padding-left:0px;
  text-align:left;      /* 🔥 왼쪽 정렬 */
}

/* 로고 */
.bb_footer_logo{
  width:150px;
  height:auto;
  margin-bottom:10px;
}

/* 텍스트 영역 */
.bb_footer_text{
  font-size:12px;       /* 작게 */
  line-height:1.6;
  color:#777777;        /* 회색 */
  font-weight:300;      /* 얇게 */
}

.bb_footer_text p{
  margin:2px 0;
}

/* 맨 아래 카피라이트 */
.bb_footer_text .copyright{
  margin-top:10px;
  font-size:11px;
  opacity:0.6;
  color:#888;
}