/* BASIC css start */
/* 하단 */
footer {
  padding: 20px 15px;
  border-top: 1px solid #000;
  font-family: 'Noto Sans KR', sans-serif;
  box-sizing: border-box;
}

footer .topBox {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 30px;
}

footer .f_notice {
  position: relative;
  width: 100%;
  padding-left: 25px;
}

footer .f_notice .boardTit {
  position: absolute;
  width: 25px;
  top: 0;
  left: 0;
}

footer .f_notice .boardTit strong {
  font-size: 12px;
}

footer .f_notice .swiper {
  height: 30px;
}

footer .f_notice .swiper-slide {
  margin-left: 5px;
  display: block;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

footer .bottomBox {
  padding-top: 20px;
}

footer .f_companyInfo {
  width: 100%;
  margin: 0;
}

footer .f_companyInfo .f_logo {
  width: 160px;
  margin: 0 auto 10px;
  line-height: 1;
}

footer .f_companyInfo .f_logo img {
  width: 100%;
}

footer .f_companyInfo .infoWrap {
  text-align: center;
  margin: 0 0 10px 0;
}

footer .f_companyInfo .infoWrap p1 {
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 6px;
}

footer .f_companyInfo .infoWrap span {
  display: block;
  font-size: 12px;
  color: #707070;
  line-height: 1.6;
}

footer .f_companyInfo .copy {
  text-align: center;
  font-size: 11px;
  color: #707070;
  line-height: 1.6;
}

/* 링크 리스트 숨기거나 아래에 배치 가능 */
footer .f_linkPool {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

footer .f_linkPool ul {
  display: inline-block;
  margin: 0 10px;
}

footer .f_linkPool ul li {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 12px;
}

/* 고객센터 */
footer .f_csCenter {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

footer .f_csCenter .f_tel {
  margin-bottom: 20px;
}

footer .f_csCenter .f_tel span,
footer .f_csCenter .f_tel strong {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

footer .f_csCenter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('//skin.makeshop.co.kr/skin/etashop/img/icon/icon_select_down.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  cursor: pointer;
}

footer .f_csCenter select option {
  padding: 5px;
}

/* BASIC css end */

