@charset "utf-8";

/*========================================================================
탑 배너
========================================================================*/
#topLine { position:relative; width:100%; overflow:hidden; }
#topLine .top-bn { display:flex; justify-content:center; align-items:center; position:relative; height:42px; background:#312725; }
#topLine .top-bn p { color:#FFF; font-size:14px; font-weight:500; line-height:1; }

/* 닫기 버튼 */
#topLine .top-btn-close { position:absolute; top:50%; left:50%; transform:translate(888px,-50%); }
#topLine .top-btn-close span { display:block; line-height:1; cursor:pointer; }