@charset "utf-8";
div#footer div.search div.inner {
background: none;
padding: 5px 5px 0;
}

div#footerBtm {
width: 100%;
padding: 0 10px 10px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

div#footerBtm div.fNav {
font-size: 11px;
line-height: 2;
text-align: center;
margin: 10px 0 0 0;
}

div#footerBtm div.copyright {
margin: 10px 0 0 0;
text-align: center;
font-size: 10px;
color: #333;
}

/* icon base */
.f-icnAftr,.f-icnBfr {
  position: relative;
}

.f-icnAftr::after,.f-icnBfr::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.f-icnAftr::after {
  right: 0;
}

.f-icnBfr::before {
  left: 0;
}

/* icon RegularImg */
.f-icnRglr::after,.f-icnRglr::before {
  background: url(../img/iconRegular.png);
  background-size: 216px auto;
}

/* icon Serch */
.f-icnSrch {
  padding: 14px 22px;
}

.f-icnSrch::after {
  background-position: -168px -16px;
  margin-right: 11px;
}

/* icon base Over */
.f-icnBfrOvr {
  padding-top: 24px;
  position: relative;
}

.f-icnBfrOvr::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-left: -12px;
}

/* icon Login White */
.f-icnLoginWht::before{
  background-position: -192px -16px;
}

/* icon Cart White */
.f-icnCartWht::before{
  background-position: -72px -16px;
}

/* icon WishList */
.f-icnWshLst::before{
  background-position: -120px -16px;
}

/* icon OrderInquiry */
.f-icnOrdrInqry::before{
  background-position: -144px -16px;
}
