footer {
    background-color: #FF028D;
    height: auto;
    display: grid;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    bottom: 0;
    position: relative;
    padding: 30px 15px;
    margin-top: 150px;
}
.company_info {
    width: 36%;
}
.artnow_font {
    font-family: "GothamPro", sans-serif;
    font-weight: 800;
}
.footer_sec{
    margin: 0 auto;
    max-width: 1500px;
    align-items: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.footer_sec a {
    color: #fff;
}
.footer_logo {
    width: 14%;
    text-align: center;
}
.footer_logo img {
    width: 200px;
}

.footer_sec .footer_menu {
    padding: 11px 0;
    text-align: left;
}
.footer_menu_container{
    display: grid;
    width: 42%;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 50px;
}

.footer_menu {
    margin: 0 15px;
    font-size: 16px;
}

.footer_info {
    color: #fff;
    font-size: 14px;
    margin:20px 0px;
    width: 100%;
    /*margin-left: 3em; */
    line-height: 1.6em;
    right: 0;
    /*position: absolute; */
}
.footer_sns {
    display: flex;
    align-self: end;
}
.footer_insta img{
    width: 20px;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 11px;
    margin-bottom: 11px;
}
.footer_facebook img{
    width: 20px;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 11px;
    margin-bottom: 11px;
}
.footer_txt {
    text-align: left;
}
.webhide {
    display: none;
}
.mobilehide {
    display: inline !important;
}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:571px) and (max-width:1400px) { /*스타일입력*/
    footer {
        height: auto;
        padding: 20px 0;
    }
    .footer_menu_container {
        display: grid;
        width: 100%;
        margin: 0;
    }

    .footer_sns {
        width: 100%;
    }

    .footer_info {
        color: #fff;
        font-size: 16px;
        margin: 0 20px;
        width: auto;
        margin: 15px;
        position: relative;
    }

    .footer_logo {
        width: 100%;
        margin: 15px;
    }

    .footer_menu {
        margin: 0px 15px;
        font-size: 16px;
    }
    .company_info {
        width: 100%;
    }
    .webhide {
        display: none;
    }
    .mobilehide {
        display: inline !important;
    }
}


/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:571px) { /*스타일입력*/
    footer {
        height: auto;
        padding: 15px 0;
    }
    .footer_menu_container {
        display: grid;
        width: 100%;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        padding-top: 30px;
    }


    .footer_sns {
        width: 100%;
    }
    .footer_menu  {
        width: 150px;
    }

    .footer_info {
        color: #fff;
        font-size: 13px;
        padding-top: 30px;
        width: auto;
        margin: 15px;
        position: relative;
        display: block;
    }
    
    .company_info {
        width: 100%;
    }

    .footer_logo {
        width: 100%;
        margin: 15px;
        text-align: left;
    }

    .footer_menu {
        margin: 0px 15px;
        font-size: 16px;
    }
    .mobilehide {
        display:none !important;
    }
    .webhide {
        display: block;
    }
}


