/* BASIC css start */
footer, footer *{
    box-sizing:border-box;
}

footer{
    padding:60px 15px 70px;
    font-size:12px;
    color:#777;
}

footer .kosdaqImg{
    display:flex;
    gap:12px;
    margin-bottom:15px;
}

footer .kosdaqImg img{
    display:block;
    width:60px; height:auto;
}

footer .companyInfo{
    margin-bottom:15px;
}

footer .companyInfo dl dt i{
    margin-left:5px;
    vertical-align:middle;
}

footer .companyInfo dl dd{
    display:none;
    padding-top:10px;
    font-size:11px;
    word-break: keep-all;
    font-family:'Noto Sans KR', sans-serif;
}

footer .csCenter{
    margin-bottom:15px;
}

footer .csCenter p a{
    font-weight:bold;
    color:#111;
}

footer .footerMenu{
    margin-bottom:15px;
}

footer .footerMenu ul{
    display:flex;
    justify-content: space-between;
}

footer .footerMenu ul li a{
    font-size:11px;
    color:#777;
}

footer .copy{
    margin-bottom:15px;
    font-size:11px;
}

footer .snsBtnWrap ul{
    display:flex;
    width:80%;
    margin:0 auto;
}

footer .snsBtnWrap ul li{
    flex-grow:1;
    text-align:center;
}

footer .snsBtnWrap ul li a{
    display:inline-block;
    font-size:15px;
    line-height:15px;
    padding:10px;
    color:#222;
}

.bottomFixedBtn{
    position:fixed;
    right:20px;
    bottom:70px;
    width:35px;
    opacity:0.9;
    z-index:99;
}

.bottomFixedBtn a{
    display:block;
    width:35px;
    height:35px;
    text-align:center;
    border-radius:18px;
}
.bottomFixedBtn a.kakao{
    margin-top:5px;
    background:#ffdc00;
    font-size:20px;
    color:#3b1e1e;
    line-height:35px;
}

.bottomFixedBtn a.gototop,
.bottomFixedBtn a.gotodown{
    margin-top:5px;
    background:#fff;
    font-size:14px;
    color:#333;
    line-height:35px;
    border:1px solid #ddd;
    opacity:0.8;
}

.bottomFixedBtn a i{
    vertical-align:middle;
}




/* BASIC css end */

