/* BASIC css start */
.scroll_bt_tll {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 10;
    display:none;
}

#footer {
    border-top: 1px solid var(--000);
    margin-top: 150px;
}
#footer img {
    max-width: 100%;
}
.footerTop {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.footerTop > div {
    width: 50%;
}

.footerTop .left {}

.footerTop .left ul {
    display: flex;
    gap: 25px;
}

.footerTop .left ul li {
    padding: 19px 0;
}

.footerTop .left ul li a {
    font-size: 14px;
}

.footerTop .right {}

.footerNotice {}

.footerNotice p {
    padding: 19px 0;
    background: url(//skin.makeshop.co.kr/skin/everyday/images/footer_arr.png) no-repeat right center;
    display: flex;
    justify-content: space-between;
}

.footerNotice p strong {
    font-size: 14px;
    margin-right: 15px;
    font-weight: 700;
}

.footerNotice p a {
    width: 100%;
    font-size: 14px;
}
.footerBottom {
    display: flex;
    padding: 22px 0;
}

.footerBottom > div {
    width: 50%;
}

.footerBottom .logo {
    margin-bottom: 0px;
}

.companyInfo {
    font-size: 12px;
    line-height: 1.75;
}

.companyInfo .line {
    background: #ddd;
    width: 1px;
    height: 11px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 1px;
}

.companyInfo a {
    background: var(--000);
    color: var(
    --fff);
    font-size: 10px;
    font-weight: 500;
    height: 16px;
    width: 71px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.copyright {margin-top:18px;color:#666;}
.footerBottom .cs {}

.footerBottom .cs h5 {
    font-weight: 700;
    margin-bottom: 18px;
} 

.footerBottom .cs div h1 {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
/* BASIC css end */

