/* BASIC css start */
#footer{
  width: 100%;
}
#footer .board,
#footer .info,
#footer .customer,
#footer .copyright,
#footer .escrow{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#footer .board{
  margin-top: 30px;
  padding: 8px 0;
}
#footer a,
#footer div,
#footer .board a{
  font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}
#footer .board a{
  font-size: 13px;
}
#footer .candlejoy{
  color: #e5005e;
  margin-left: 12px;
}
#footer .link{
  text-align: center;
  line-height: 1.5;
  border-top: 1px solid #eee;
  padding: 8px 0;
}
#footer .link span{
  padding: 8px;
}
#footer .customer {
  text-align: center;
  line-height: 1.5;
}

#company_ok{
  border: 1px solid #eee;
  border-radius: 8px;
  padding:0px 4px;
  background: #fafafa;
}
#footer .info{
  word-break: keep-all;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
}
#footer .info span{
  padding:2px;
}
#footer .sns{
  text-align: center;
}
#footer .sns img{
  padding: 8px;
  vertical-align: middle;
}
#footer .copyright{
  text-align: center;
  height: 16px;
  padding:8px 0;
}
#footer .escrow{
  position: absolute;
  right: 20px;
}
#footer .escrow img{
  height: 37px;
}
@media(max-width:600px) {
  #footer .map,
  #footer .site_map
    {display: none;}
}
.btn_up{
  position: fixed;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  bottom: 12px;
  right: 12px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  color: #333;
}
.btn_up::before {
    content: "\e915";
    font-family: 'xeicon'!important;
    font-size: 20px;
}
/* BASIC css end */

