/* BASIC css start */
/* =========================
   FOOTER STYLE
========================= */

#footer.footerBright {
  width: 100%;
  background: #f6f6f4;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 50px;
  font-family: 'Malgun Gothic', Verdana, sans-serif;
}

/* 내부 영역 */
#footer.footerBright .footerInner {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}

#footer.footerBright .footerInner:after {
  display: block;
  clear: both;
  content: '';
}

/* 로고 */
#footer.footerBright .footerLogo {
  float: left;
  width: 200px;
  padding-top: 3px;
}

#footer.footerBright .footerLogo img {
  display: block;
  max-width: 150px;
  height: auto;
}

/* 회사 정보 */
#footer.footerBright .footerInfo {
  float: left;
  width: 880px;
  color: #666;
}

/* 정보 라인 */
#footer.footerBright .footerLine {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: -0.2px;
}

/* 라벨 (CEO, Address 등) */
#footer.footerBright .footerLine strong {
  color: #000;
  font-weight: 600;
  margin-right: 6px;
}

/* 실제 내용 */
#footer.footerBright .footerLine span {
  color: #666;
  margin-right: 12px;
}

/* Business registration number 간격 */
#footer.footerBright .footerLine .ml {
  margin-left: 14px;
}

/* 이메일 */
#footer.footerBright .footerEmail {
  color: #666;
  text-decoration: none;
}

#footer.footerBright .footerEmail:hover {
  text-decoration: underline;
}

/* 카피라이트 */
#footer.footerBright .footerCopy {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

/* 반응형 */
@media all and (max-width: 1200px) {

  #footer.footerBright .footerInner {
    width: calc(100% - 40px);
  }

  #footer.footerBright .footerLogo,
  #footer.footerBright .footerInfo {
    float: none;
    width: 100%;
  }

  #footer.footerBright .footerLogo {
    margin-bottom: 15px;
  }

}

#footer.footerBright a {
  font-family: 'Malgun Gothic', Verdana, sans-serif;
}
/* BASIC css end */

