@charset "utf-8";

:root {
    --pdLeft:280px;
    --main-: #2A3747;
    --sub: #AE9968;
    --light-: #C6C8CA;
    --white-: #fff;
    --mark-: rgba(255, 0, 0, 0.30);
    --font-na: 'Nanum Myeongjo', serif;
    --cover: cover;
    --50: 50%;
    --33: 33.3333333%;
    --25: 25%;
    --20: 20%;
    --sub-page-tit: 56px;

    /*  페이지 공통 패딩  */
    --padding: 120px 0;
}

@media (max-width: 1200px) {
    :root {
        --sub-page-tit: 56px;
        --padding: 120px 20px;
    }
}

@media (max-width: 1024px) {
    :root {
        --sub-page-tit: 40px;
    }
}

@media (max-width: 768px) {
    :root {
        --sub-page-tit: 36px;
        --padding: 60px 20px;
    }
}

.sub-section {
    padding: var(--padding);
}

.sub-section .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.cm-bbs-tit,
.sub-section .sec-title {
text-align: center;
    margin-bottom: 60px;
}

.cm-bbs-tit h2,
.sub-section .sec-title h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}




/*    footer    */

#footer {}

#footer .inner .mid {
    display: flex;
    flex-direction: column;

}

#footer .inner .mid .top {
    padding: 24px 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer .inner .mid .top .top_df {
    display: flex;
    justify-content: space-between;

}

#footer .inner .mid .top .top_df .top_left ul {
    display: flex;
}

#footer .inner .mid .top .top_df .top_right {
    display: flex;
    justify-content: flex-end;
}

#footer .inner .mid .top .top_df .top_right ul {
    display: flex;
}

#footer .inner .mid .top .top_df .top_left ul li a span {
    color: #666;
}

#footer .inner .mid .top .top_df .top_left ul li:first-child a span {
    font-weight: bold;
    color: #000;
}

#footer .inner .mid .top .top_df .top_left ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .top .top_df .top_right ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .top .top_df span img {
    width: 20px;
}

#footer .inner .mid .bot {
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
}

#footer .inner .mid .bot .bot_left ul {
    display: flex;
}

#footer .inner .mid .bot .bot_left ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .bot .bot_left ul li p {
    font-size: 14px;
    color: #666;
}

#footer .inner .mid .bot .bot_left ul li p span {
    color: #333;
}

#footer .inner .mid .bot .bot_left ul li:first-child p {
    color: #000;
}


#footer .inner .mid .bot .bot_right {
    display: flex;
    justify-content: flex-end;
}

#footer .inner .mid .bot .bot_right p {
    font-size: 13px;
    color: #888;
}

@media (max-width:1320px) {
        #footer .inner .mid .bot {
        flex-direction: column;
    }
    
        #footer .inner .mid .bot .bot_right {
        display: block;
        margin-top: 16px;
    }
}

@media (max-width:1024px) {
    #footer .inner .mid .bot .bot_left ul {
        flex-wrap: wrap;
    }
}

@media (max-width:768px) {

    #footer .inner .mid .top,
    #footer .inner .mid .bot {
            padding: 24px 20px;
    }
    
    
    #footer .inner .mid .bot .bot_left ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    
    #footer .inner .banner .dflx {
        height: 400px;
        flex-direction: column;
    }

    #footer .inner .banner .dflx .left,
    #footer .inner .banner .dflx .right {
        width: 100%;
        height: 100%;
    }

    #footer .inner .banner .dflx a .df {
        padding-left: 24px;
    }

    #footer .inner .banner .dflx a .df h2 {
        font-size: 24px;
    }
    
    #footer .inner .mid .top .top_df .top_left ul li:first-child a span {
        font-size: 14px;
    }
    
    #footer .inner .mid .top .top_df .top_left ul li:not(:last-child) {
        margin-right: 6px;
    }
    
    #footer .inner .mid .bot .bot_left ul li:first-child p {
        font-size: 13px;
    }

}

