
#_FOOTER {
    position: relative;
    font-size: 0;
    background: rgba(249, 249, 250, 1);
    padding: 56px 0;
    z-index: 5;
    /* width: 1100px; */
    margin: 0 auto;
}

#_FOOTER._Main{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

#_FOOTER > div{
    margin: 0 auto;
    max-width: 1070px;
}
._FT1{
    height: 30px;
}
#_FOOTER._Main ._FT1{
    height: auto;
}
._FT1 > div{
    display: inline-block;
    vertical-align: top;
}
._FT1 ._txt1{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 50%;
    color: rgba(51, 56, 66, 1);
}
#_FOOTER._Main ._FT1 ._txt1{
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}
._FT1 ._fmlDiv{
    width: 50%;
    position: relative;
    z-index: 1;
    text-align: right;
}
#_FOOTER._Main ._FT1 ._fmlDiv{
    display: none;
}
._FT1 ._fmlDiv ._fmlMn{
    width: 164px;
    height: 30px;
    background: rgba(232, 234, 238, 1);
    border: 1px solid rgba(232, 234, 238, 1);
    border-radius: 4px;
    padding: 0 10px;
    color: rgba(69, 76, 89, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-align: left;
    display: inline-block;
}
#_FOOTER._Main ._FT1 ._fmlDiv ._fmlMn{
    border: 1px solid rgba(102, 112, 133, 1);
    background: transparent;
    color: rgba(153, 162, 178, 1);
}
._FT1 ._fmlDiv._on ._fmlMn{
    border-radius: 4px 4px 0 0;
}
._FT1 ._fmlDiv ._fmlMn:after{
    position: absolute;
    content: url(/assets/data/img/layout/footer/fml_arw.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 8px;
    right: 10px;
}
#_FOOTER._Main ._FT1 ._fmlDiv ._fmlMn:after{
    content: url(/assets/data/img/layout/footer/fml_arw_wt.png);
}
._FT1 ._fmlDiv._on ._fmlMn:after{
    transform: rotate(180deg);
    /* 하위 브라우저 호환성 */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

._FT1 ._fmlDiv ._fmlCon{
    display: none;
    position: absolute;
    width: 164px;
    background: rgba(232, 234, 238, 1);
    border: 1px solid rgba(232, 234, 238, 1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    right: 0;
}
#_FOOTER._Main ._FT1 ._fmlDiv ._fmlCon{
    background: rgb(32 37 47);
    border-color: rgba(102, 112, 133, 1);
}
/*._FT1 ._fmlDiv._on ._fmlCon{
    display: block;
}*/
._FT1 ._fmlDiv ._fmlCon ul{
    list-style: none;
}
._FT1 ._fmlDiv ._fmlCon ul li{
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
    text-align: left;
}

._FT1 ._fmlDiv ._fmlCon ul li a{
    color: rgba(69, 76, 89, 1);
}
._FT1 ._fmlDiv ._fmlCon ul li a:hover{
    font-weight: bold;
}
#_FOOTER._Main ._FT1 ._fmlDiv ._fmlCon ul li a{
    color: rgba(153, 162, 178, 1);
}


#_FOOTER div._FT2{
    margin-top: 12px;
}
#_FOOTER._Main div._FT2{
    margin-top: 3px;
}
._FT2 > div{
    display: inline-block;
    width: 50%;
}
._FT2 ._txt1{
    font-size: 12px;
    font-weight: 400;
    color: rgba(125, 135, 155, 1);
    line-height: 140%;
    word-break: keep-all;
}
#_FOOTER._Main ._FT2 ._txt1{
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    width: 100%;
    text-align: center;
}
#_FOOTER._Main ._FT2 ._txt1 br{
    display: none;
}
._FT2 ._link1{
    text-align: right;
}
#_FOOTER._Main ._FT2 ._link1 {
    display: none;
}
._FT2 ._link1 a{
    margin-left: 16px;
}
._FT2 ._link1 a:last-child{

}
._FT2 ._link1 a img{
    vertical-align: middle;
}
#_FOOTER div._FT3{
    margin-top: 12px;
    font-size: 11px;
    color: rgba(185, 191, 202, 1);
    font-weight: 400;
}
#_FOOTER._Main div._FT3{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 3px;
}

/*@media screen and (max-width:768px){}*/
/*@media screen and (min-width: 768px) and (max-width:1024px){}*/
@media screen and (max-width:768px){
    #_FOOTER{
        padding: 46px 20px;
        text-align: center;
    }

    #_FOOTER > div{
        margin: 0 auto;
        width: 100%;
        text-align: left;
    }
    ._FT1{
        height: auto;
    }
    ._FT1 > div{
        display: block;
    }
    ._FT1 ._txt1{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #_FOOTER._Main ._FT1 ._txt1{
        margin-bottom: 0;
        text-align: left;
    }
    ._FT1 ._fmlDiv{
        width: 186px;
        margin-bottom: 15px;
        text-align: left;
    }
    ._FT1 ._fmlDiv ._fmlMn{

    }
    ._FT1 ._fmlDiv._on ._fmlMn{

    }
    ._FT1 ._fmlDiv ._fmlMn:after{

    }
    ._FT1 ._fmlDiv._on ._fmlMn:after{

    }

    ._FT1 ._fmlDiv ._fmlCon{
        left: 0;
    }

    ._FT1 ._fmlDiv ._fmlCon ul{

    }
    ._FT1 ._fmlDiv ._fmlCon ul li{

    }

    ._FT1 ._fmlDiv ._fmlCon ul li a{

    }
    ._FT1 ._fmlDiv ._fmlCon ul li a:hover{

    }


    #_FOOTER div._FT2{
        margin-top: 0;
        display: flex; /* 또는 inline-flex */
        flex-direction: column; /* 세로 정렬 시 */
    }
    ._FT2 > div{
        width: 100%;
        text-align: left;
    }
    ._FT2 ._txt1{
        order: 2;
        margin-top: 15px;
        color: rgba(153, 162, 178, 1);
    }
    #_FOOTER._Main ._FT2 ._txt1{
        margin-top: 0;
        text-align: left;
    }
    ._FT2 ._link1{
        order: 1;
        text-align: left;
    }
    ._FT2 ._link1 a{
        margin-left: 0;
        margin-right: 16px;
    }
    ._FT2 ._link1 a:last-child{

    }
    ._FT2 ._link1 a img{

    }
    #_FOOTER div._FT3{

    }
    #_FOOTER._Main div._FT3{
        text-align: left;
    }

}







/* Loading */
._loadingDiv{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
}
._loadingBgDiv{
    width: 100%;
    height: 100%;
    background: url('/assets/data/img/common/loading_img.png') no-repeat center center;
    display: inline-block;
}
._loadingCnDiv{
    width: 184px;
    height: 184px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}
._loadingImg{
    margin-top: 69px;
}