#footer{
    width: calc(100% - 80px);
    height: 70px;
    /* position: fixed; */
    position: absolute;
    left: 80px;
    bottom: 0;
    background: #020001;
    /* min-width: 1560px; */
    min-width: 1280px;
}

#footer .calendar{
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-top: 23px;
    margin-left: 30px;
    background: url(/image/date.png) center no-repeat;
    cursor: pointer;
    border: none;
}

#footer .cal_btn{
    float: left;
    margin-left: 20px;
    margin-top: 18px;
}

#footer .cal_btn button{
    width: 23px;
    height: 23px;
    display: block;
    border: none;
    cursor: pointer;
    float: left;
    margin-top: 5px;
}

#footer .cal_btn .prev{
    background: url(/image/prev.png) center no-repeat;
}

#footer .cal_btn .next{
    background: url(/image/next.png) center no-repeat;
}

#footer .cal_btn .date{
    font-size: 2.2em;
    font-weight: 500;
    color: #fff;
    float: left;
    margin: 0 8px;
}

#footer .date_btn{
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}

#footer .date_btn ul li{
    float: left;
    margin-right: 2.4em;
    width: 30px;
}

#footer .date_btn ul li:last-child{
    margin-right: 0;
}

#footer .date_btn ul li button{
    font-family: "Pretendard";
    font-size: 1.6em;
    color: #fff;
    font-weight: 700;
    background: none;
    display: block;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 0;
}

#footer .date_btn ul li button.today{
    color: #c3c3c4;
}

#footer .date_btn ul li button.on{
    background: #c3c3c4;
    color: #212121;
}
.footer_contents{
    display:none;
}


@media (max-width: 500px){
    .footer_contents{
        display:unset;
    }

/* Footer 영역 */
#footer{
    margin-top:5em;
    border-top:1px solid rgba(75,75,75,0.5);
    padding:3em 0;
    margin-top:160px;
}
#footer .inner {
    padding:0 20px;
}
#footer .copyright {
    font-size: 12px;
    color: rgba(166, 166, 166, 0.7);
    margin-bottom: 11px;
}
#footer .sns_wrap {
    display: flex;
}
#footer .sns_wrap button {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-right:10px;
}

#footer .sns_wrap button:last-child {
    margin-bottom: 0;
}

#footer .sns_wrap button.facebook {
    background: url(/image/facebook.png) center no-repeat;
}

#footer .sns_wrap button.youtube {
    background: url(/image/youtube.png) center no-repeat;
}

#footer .sns_wrap button.instar {
    background: url(/image/instar.png) center no-repeat;
}

#footer.sub_footer {
    margin-top:0;
    border-top:none;
    padding:2em 0;
}
}
