@charset "utf-8";

.footer.layer-mo{font-family: 'Pretendard',sans-serif; background-color: #f1f3f5; padding: 40px 20px 80px; }
.footer.layer-mo .section-title{font-size: 14px; font-weight: bold; color: #212529; margin-bottom: 10px; text-align: left;}
.footer.layer-mo .section {margin-bottom: 14px;}
.footer.layer-mo .section p{font-size: 12px; color: #868e96; line-height: 16px;}
.footer.layer-mo .store-section{display: flex; flex-direction: column;}
.footer.layer-mo .store-section a{font-size: 12px; color: #868e96; line-height: 16px;}

.footer.layer-mo.white{background-color: white;}




/******* 반응형 ******/
/* 모바일 공통 */
@media (min-width: 320px) and (max-width: 1024px) {

}

/* 모바일 */
@media (max-width: 575px) {
  
}

/* 테블릿 */
@media (min-width: 576px) and (max-width: 1024px) {
   
  
}

@media (min-width: 1025px) {
  
}