/* BASIC css start */
#footer {
    border-top: 1px solid #fff;
    background-color: #3c3d3b;
}
.footerInner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerLeft {
    padding: 63px 0 60px;
}
.footerLeft .logo {
    margin-bottom: 28px;
}
.footerLeft .links {
    position: absolute;
    top: 70px;
    left: 131px;
    display: flex;
}
.footerLeft .links li {
    margin-right: 24px;
}
.footerLeft .links li a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.footerLeft .links li a:hover {
    text-decoration: underline;
}
.footerLeft .info {
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.footerLeft .info strong {
    color: #fff;
    font-weight: 400;
}
.footerLeft .info .bar {
    color: #fff;
    font-weight: 400;
    margin: 0 4px;
}
.footerLeft .sns {
    display: flex;
    margin-top: 29px;
}
.footerLeft .sns li{
    margin-right: 20px;
}
.footerLeft .sns li .icon {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #848483;
    border-radius: 50%;
    text-indent: -999px;
    transition: border 0.5s;
}
.footerLeft .sns li .icon:hover {
    border-color: #fff;
}
.footerLeft .sns li .icon.blog {
    background: url("/design/okfmall/new_main_2023/icons/icon_footer_blog.png") no-repeat;
}
.footerLeft .sns li .icon.facebook {
    background: url("/design/okfmall/new_main_2023/icons/icon_footer_facebook.png") no-repeat;
}
.footerLeft .sns li .icon.instagram {
    background: url("/design/okfmall/new_main_2023/icons/icon_footer_instagram.png") no-repeat;
}
.footerLeft .sns li .icon.youtube {
    background: url("/design/okfmall/new_main_2023/icons/icon_footer_youtube.png") no-repeat;
}
.footerRight {
    position: relative;
    width: 400px;
    padding-left: 51px;
    box-sizing: border-box;
}
.footerRight .cs {
    color: #fff;
    padding: 10px 0;
}
.footerRight .cs .name {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 1px;
}
.footerRight .cs .tel {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-top: -2px;
}
.footerRight .cs .info {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 28px;
}
.footerRight::after {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 1px;
    border-left: 1px solid #636462;
    content: '';
}

/** float btn **/
#floatButtons {
    position: fixed;
    bottom: 77px;
    left: 50%;
    margin-left: 630px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    transform: translateY(150%);
    transition: all 0.5s;
}
#floatButtons .btn {
    position: relative;
    width: 79px;
    height: 79px;
}
#floatButtons .btn::after {
    position: absolute;
    top: 0;
    left: -3px;
    width: 96px;
    height: 98px;
    content: '';
}
#floatButtons .btn.kakao::after {
    background: url("/design/okfmall/new_main_2023/icons/btn_float_kakao.png") no-repeat;
}
#floatButtons .btn.qna::after {
    background: url("/design/okfmall/new_main_2023/icons/btn_float_qna.png") no-repeat;
}
#floatButtons .btn a,
#floatButtons .btn button {
    display: block;
    position: relative;
    width: 79px;
    height: 79px;
    background-color: transparent;
    z-index: 1;
}
#header.fixed ~ #floatButtons {
    transform: translateY(0);
}

/* BASIC css end */

