#section6{
    /* height: initial !important; */
    margin-top: -160px;
    height: auto !important;
}

#section6 .inner{
    height: auto !important;
    background-color: #fff;
}

.footer01{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

.footer01 ul{
    display: flex;
    align-items: center;
}

.footer01 ul li{
    font-size: 18px;
    font-family: 'NanumSquareR';
    cursor: pointer;
}

.footer01 ul li:hover{
    font-family: 'NanumSquareEB';
}

.footer01 ul li:first-child{
    margin-right: 40px;
}

.footer02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 50px;
}

address{
    font-style: normal;
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
}

address br.none{
    display: none;
}

address strong{
    font-weight: bold;
}

address span{
    color: #999;
    font-size: 14px;
}

#admingo {
    cursor:pointer;
}

address br.none02{
    display: none;
}

.f2_title{
    display: flex;
    align-items: center;
}

.f2_title p{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.f2_title i{
    color: #777;
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
}

.f2_con{
    margin-top: 10px;
}

p.tel_num{
    font-family: 'NanumSquareEB';
    font-size: 30px;
    color: #111;
}

p.tel_t{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

.f2_t_box{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    background-color: #004c84;
    margin-top: 20px;
}


































/* mobile */
@media screen and (max-width: 767px){

    #section6{
        margin-top: 0;
    }

    .footer01{
        padding-bottom: 10px;
        justify-content: center;
    }

    .footer01 ul li{
        font-size: 14px;
        font-weight: bold;
    }

    .footer01 ul li:first-child{
        margin-right: 20px;
    }

    .footer02{
        padding: 30px 0 50px;
        display: block;
    }

    .f_box01 img{
        display: none;
    }
    .f_box03{
        width: 25%;
        display: flex;
        flex-direction: column;
    }

    .f_box03 .sns-btn{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    address{
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
        text-align: center;
        word-break: keep-all;
        letter-spacing: -1px;
    }

    address br.none{
        display: block;
    }

    address span{
        font-size: 10px;
    }

    address br.none02{
        display: block;
    }

    .f2_title{
        align-items: flex-end;
        justify-content: center;
        margin-top: 10px;
    }

    .f2_title p{
        font-size: 14px;
    }

    .f2_title i{
        font-size: 16px;
        margin-right: 0;
    }

    .f2_con{
        margin-top: 5px;
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    p.tel_num{
        font-size: 15px;
        margin-right: 5px;
        font-family: 'NanumSquareR';
        font-weight: bold;
    }

    p.tel_t{
        font-size: 12px;
        margin-top: 0;
    }

    .f2_t_box{
        width: 75%;
        font-size: 12px;
        text-align: center;
        margin: 5px auto 0;
        padding: 2px 0 3px;
        font-weight: lighter;
    }

    .f_box03{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .f_box03 a{
        width: 40px;
        margin: 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .f_box03 a img{
        width: 100%;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #section6{
        margin-top: -10px;
    }

    .footer01{
        padding: 15px 0;
    }

    .footer02{
        padding: 30px 0;
        display: block;
    }

    .f_box01 img{
        display: none;
    }

    address{
        font-size: 16px;
        margin-top: 0;
        line-height: 25px;
        text-align: center;
    }

    address span{
        font-size: 14px;
    }

    address br.none02{
        display: block;
    }

    .f2_title{
        align-items: flex-end;
        justify-content: center;
        margin-top: 20px;
    }

    .f2_title p{
        font-size: 20px;
    }

    .f2_title i{
        font-size: 20px;
        margin-right: 0;
    }

    .f2_con{
        margin-top: 5px;
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    p.tel_num{
        font-size: 20px;
        margin-right: 10px;
        font-family: 'NanumSquareR';
        font-weight: bold;
    }

    p.tel_t{
        font-size: 16px;
        margin-top: 0;
    }

    .f2_t_box{
        width: 45%;
        font-size: 15px;
        text-align: center;
        margin: 10px auto 0;
        padding: 3px 0;
    }

    .f_box03{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        flex-direction: column;
    }

    .f_box03 .sns-btn a{
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .f_box03 .sns-btn{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


}






















/* pc mini-size */
@media screen and (min-width: 1000px) and (max-width: 1680px){

    #section6{
        margin-top: 0;
    }

    .f_box01{
        width: 45%;
    }

    .f_box02{
        width: 25%;
    }

    .f_box03{
        width: 25%;
        display: flex;
        flex-direction: column;
    }

    .f_box03 .sns-btn{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .f_box03 .sns-btn a{
        width: 15%;
    }

    .f_box03 .sns-btn a img{
        width: 100%;
    }

    address{
        letter-spacing: -1px;
        word-break: keep-all;
    }

    address br.none02{
        display: block;
    }


}
