.copyright {
display: none;
}


.copyright_home_hayoung {
position: fixed;
bottom:24;
z-index: -1000;
}

.copyright_container {
z-index: -1000;
}

@media all and (max-width: 1200px) {
.copyright_home_hayoung {
position: fixed;
bottom:70;
}
}