/* BASIC css start */
#footer {
    margin-top: 120px;
    width: 100%;
    background: #fff;
    position: relative;
}
.fixedFooter {
  background: var(--maincolor);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.2s;
}

.fixedFooter.stop-fixed {
  position: relative;
}
.footer-bar {
    padding: 16.25px 0;
    display: flex;
    justify-content: space-between;
}

.footer-bar .txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.footer-bar .sns {
    display: flex;
    gap: 30px;
}
.footerCompany {
    display: flex;
    justify-content: space-between;
    padding: 47px 0 42px;
}

.cs-info {
    flex: 1;
    display: flex;
    gap: 109px;
} 

.cs-info .cs h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 8px;
}

.cs-info .cs .tel {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cs-info .cs .time, .cs-info .cs .holiday, .cs-info .cs .bank-name, .cs-info .cs .account-owner {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.cs-info .cs .account-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.company-info {
    flex:1;
  font-size: 11px; 
  line-height: 20px;
}
.company-info .info-list {
}
.company-info .info-list li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.company-info .info-list li:not(:last-child)::after {
  content: "|";
  margin-left: 7px;
  color: #aaa;
}

.company-info .info-list li strong {
    font-weight: 400;
}

p.copyright {
    color: #858585;
    font-size: 11px;
    margin-top: 9px;
}

.company-info .info-list li a {
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.footer-links-area {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 26px;
    border-top: 1px solid #ddd;
}

.footer-links-area .footer-menu {
    display: flex;
    gap: 18px;
    align-items: center;
}

.footer-links-area .footer-menu li a {
    color: #858585;
    font-size: 11px;
    font-weight: 500;
}

.footer-links-area .footer-sns {
    gap: 18px;
    display: flex;
    align-items: center;
}
#float {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 22;
}
/* BASIC css end */

