<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************************************************/
/*  작 성 자 : 한명찬
/*  작 성 일 : 2016.
/*  수 정 일 : 2016.
/*  버     전 : 0.0.1
/*  설     명 : 하단 컨텐츠 설정
/*  위     치 : /css/common/footer/layout.css
/*******************************************************************************************/

/*******************************************************************************************/
/* 하단 컨텐츠 설정 시작
/*******************************************************************************************/
div#MainWrapper div#FooterContents
{
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    height: 121px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    background: #444547;
    z-index: 50000;
}

div#MainWrapper div#FooterContents div.footer-wrap
{
    height: 121px;
}

/* 하단메뉴 정보 */
div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap
{
    width: 100%;
    min-width: 1200px;
    height: 51px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    border-bottom: 1px solid #535557;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content
{
    position: relative;
    width: 1200px;
    height: 50px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
}

/* 하단 메뉴 */
div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items
{
    /*width: 391px;*/
    height: 50px;
    display: table;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    list-style-type: none;
    text-align: center;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item
{
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a
{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.subject
{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}


div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.privacy,
div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.suggest
{
    background: url(/images/contents/main/ico_split.gif) 0 19px no-repeat;
}

/* 저작권 정보 */
div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap
{
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content
{
    position: relative;

    width: 1200px;
    height: 70px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    color: #999;
    /*background: #fff;*/
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info
{
    position: relative;
    height: 70px;
    line-height: 70px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info h3
{
    display: none;
}

/* 하단 로고 */
div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info div.footer-logo-wrap
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    
    width: 281px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info div.footer-logo-wrap a img 
{
    max-width: 281px;
    max-height: 40px;
}

/* 저작권정보 */
div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights
{
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: 300;
}

div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights strong
{
    /*font-family: "Starway";*/
    font-weight: 600;
    /*font-size: 18px;*/
    color: #baa482;
    
}

/* 위로 스크롤 업 */
div#MainWrapper div#FooterContents div.scroll-up
{
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 50010;

    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
    background: #919598;
}

div#MainWrapper div#FooterContents div.scroll-up a i:before
{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 40px;
    line-height:40px;

    font-family: 'iconmonstr-iconic-font';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 20px;
    
    text-decoration: inherit;  
    text-align: center;
    color: #fff;
}

@media only screen and ( min-width: 1201px ) {
    div#MainWrapper div#FooterContents
    {
        clear: both;
        position: relative;
        width: 100%;
        min-width: 1200px;
        height: 121px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        background: #444547;
        z-index: 50000;
    }
}

@media only screen and  ( min-width: 641px ) and ( max-width: 1200px ) {
    div#MainWrapper div#FooterContents
    {
        clear: both;
        position: relative;
        width: 100%;
        min-width: 1px;
        height: 121px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        background: #444547;
    }

    /* 하단메뉴 정보 */
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap
    {
        width: 100%;
        min-width: 1px;
        height: 51px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        border-bottom: 1px solid #535557;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content
    {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content
    {
        position: relative;
        width: 100%;
        height: 70px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        color: #999;
        /*background: #fff;*/
    }
    
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info
    {
        position: relative;
        height: 70px;
        line-height: 70px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;

        font-size: 12px;
        text-align: center;
        vertical-align: middle;
    }

    /* 저작권정보 */
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights
    {
        font-size: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-weight: 300;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights strong
    {
        color: #baa482;
        font-weight: 600;
    }

}



@media only screen and ( max-width: 640px ) {
    div#MainWrapper div#FooterContents
    {
        clear: both;
        position: relative;
        width: 100%;
        min-width: 1px;
        height: 71px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        background: #444547;
    }
    
    div#MainWrapper div#FooterContents div.footer-wrap
    {
        height: 71px;
    }


    /* 하단메뉴 정보 */
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap
    {
        width: 100%;
        min-width: 1px;
        height: 31px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        border-bottom: 1px solid #535557;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content
    {
        position: relative;
        width: 100%;
        height: 31px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
    }

    /* 하단 메뉴 */
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items
    {
        /*width: 391px;*/
        height: 30px;
        display: table;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        list-style-type: none;
        text-align: center;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item
    {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 30px;
        text-align: center;
        color: #fff;
        font-weight: 400;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a
    {
        display: inline-block;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        color: #fff;
        font-weight: 400;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.subject
    {
        display: inline-block;
        margin: 0 0 0 0;
        padding: 0 10px 0 10px;
    }


    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.privacy,
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-menu-wrap div.footer-menu-content ul.footer-menu-items li.item &gt; a span.suggest
    {
        background: url(/images/contents/main/ico_split.gif) 0 9px no-repeat;
    }


    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content
    {
        position: relative;
        top: 0;
        left: 0;
    
        width: 100%;
        height: 40px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        color: #999;
        /*background: #fff;*/
    }
    
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info
    {
        position: relative;
        top: 0;
        left: 0;

        clear: both;
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;

        font-size: 11px;
        text-align: center;
        vertical-align: middle;
    }

    /* 저작권정보 */
    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights
    {
        clear: both;
        font-size: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: 300;
    }

    div#MainWrapper div#FooterContents div.footer-wrap div.footer-copyright-wrap div.footer-copyright-content div.footer-info p.copyrights strong
    {
        color: #baa482;
        font-weight: 600;
        /*font-size: 15px;*/
    }
    
    /* 위로 스크롤 업 */
    div#MainWrapper div#FooterContents div.scroll-up
    {
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 50010;

        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        color: #fff;
        background: #919598;
    }

    div#MainWrapper div#FooterContents div.scroll-up a i:before
    {
        display: inline-block;
        margin: 0 0 0 0;
        padding: 0 0 0 0;

        width: 40px;
        line-height:40px;

        font-family: 'iconmonstr-iconic-font';
        font-style: normal;
        font-weight: normal;
        speak: none;
        font-size: 20px;
    
        text-decoration: inherit;  
        text-align: center;
        color: #fff;
    }

}
/*******************************************************************************************/
/* 하단 컨텐츠 설정 종료
/*******************************************************************************************/</pre></body></html>