.footer{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    position: relative;
    background-color: #fff !important;
    padding: 1%;
    text-align: center;
}
.line{
    display: block;
    width: 1.5px;
    height: 40%;
    background-color: #000;
}
.footer_info h3{
    font-size: 30px;
    margin: 2% 0;
}
.footer_info h3:nth-of-type(2){
    margin-bottom: 4%;
}
.footer_info {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    word-break: keep-all;
}
.footer_info .logo  {
    padding: 15px 0;
}
.footer_info .logo img {
    width: 126px;
    height: 65px;
}
.footer_info a{
    color: #000;
}
.footer_info span{
font-weight: bold;
}
.footer-mobile{
    display: none;
}
.footer .arrow_top {
    position: fixed;
    top: 90%;
    right: 3%;
    left: auto;
    bottom: auto;
    z-index: 9000;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 2px 3px 2px #ccc;
    cursor: pointer;
}
.footer .arrow_top a {
    position: relative;
    display: block;
    width: 5px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}
.footer .arrow_top a span {
    position: absolute;
    left: 0;
    display: block;
    background-color: #181818;
    border-radius: 2px;
}
.footer .arrow_top a span:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%);
    width: 2px;
    height: 25px;
}
.footer .arrow_top a span:nth-child(2) {
    top: 34%;
    transform: translate(-1px, 0) rotate(58deg);
    width: 10px;
    height: 2px;
}
br.m500 {display: none;}
@media(max-width:768px){
    /* top 버튼 모바일 */
    .footer .arrow_top {
        position: fixed;
        top: 93%;
        right: 3%;
        left: auto;
        bottom: auto;
        width: 34px;
        height: 34px;
    }
    .footer .arrow_top a span:nth-child(1) {
        height: 20px;
    }
    .footer .arrow_top a span:nth-child(2) {
        width: 9px;
    }

    .pc{
        display: none;
    }
    .footer{
        height: auto;
    }
    .footer-mobile{
        display: flex;
        gap: 5%; height: auto;
        align-items:normal;
        text-align: center;
    }
    .logo{
        width: 25%;
        margin: 0 auto;
        text-align: center;
    }
    .footer_info h3{
        margin-bottom: 4%;
    }
    .footer_info h3{
        font-size: 24px;
    }
    .footer_info{
        font-size: 13px;
    }
    .footer_info h3:nth-of-type(2){
        margin-top: 0;
    }
    .logo img{
        width: 100%;
    }
    .footer_info{
        padding: 8% 0;
    }
    .logo {
        padding: 4% 0;
    }
    
}

@media(max-width:500px){
    .logo{
        width: 50%;
    }
    .footer-mobile{
        /* gap: 2%; */
    }
    br.m500 {display: block;}
}

@media(max-width:375px){
    .footer_info{
        font-size: 10px;
    }
    .footer_info h3{
        font-size: 18px;
    }
}
