footer{
    background-color: #1B2340;
    padding: 100px 0;
}
footer .top{
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 1rem;
}
footer .top .bottom_logo{
    width: 145px;
    margin-bottom: 1.5rem;
    transition: 0.5s;
}
footer .top .links li{
    display: flex;
    gap: 1rem;
}
footer .top .links li:not(:first-of-type) a{
    margin-left: 1rem;
}
footer .top .links li:not(:last-of-type):after{
    content: "/";
    display: block;
    font-size: 1.8rem;
    color: #ccc;
}
footer .top ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}
footer .top ul:not(.links){
    gap: 3rem;
}
footer .top ul:not(.links) li span:last-of-type{
    margin-left: 0.5rem;
}
footer .bottom{
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
footer .bottom ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
footer .bottom ul li{
    height: 3.3rem;
    width: 3.3rem;
}
footer .bottom ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

/* icp beian */
.beian_area {
	padding: 0 19rem;
	white-space: nowrap; /* 줄바꿈을 방지합니다 */
	justify-content: flex-start !important;
}

@media (max-width:1325px){
	.beian_area {
	padding: 0 8rem;
	}
}

@media all and (max-width:1025px) {
    footer a, footer span{
        font-size: 1.5rem;
    }
    footer select{
        font-size: 1.5rem;
        padding: 0.8rem 1rem;
    }
    footer .top .links li a{
        font-size: 1.8rem;
    }
    footer .top .links li:not(:last-of-type):after{
        font-size: 1.8rem;
    }
    footer .top ul:not(.links){
        gap: 2rem;
    }
}
@media all and (max-width:830px) {
    footer a, footer span{
        font-size: 1.3rem;
        text-align: center;
    }
    footer select{
        font-size: 1.5rem;
        padding: 0.8rem 1rem;
    }
    footer select{
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: 1.8rem;
        padding: 1rem 1.2rem;
    }
    footer .top .bottom_logo{
        width: 30rem;
    }
    footer .top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        border-bottom: 0.1rem solid #ccc;
        padding-bottom: 1rem;
    }
    footer .text_area{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    footer .top ul:not(.links){
        gap: 1.5rem;
    }
    footer .bottom{
        flex-direction: column;
        align-items: center;

    }
    footer .bottom span{
        margin-bottom: 1.5rem;
    }
}
@media all and (max-width:550px){
    footer .top .bottom_logo{
        width: 50vw;
    }
    footer .top ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer select{
        font-size: 1.3rem;
        padding: 0.8rem 1rem;
        border-radius: 0.5rem;
    }
}

.bottom.null_area img {
    width: 33px;
    height: 33px;
}