@charset "utf-8";

/* footer */

.footer_container {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
.footer_content {
    width: 365px;
    margin: 0 auto;
}
.office_name {
    padding-bottom: 20px;
    text-align: center;
}
.office_logo img {
    width: 20rem;
}
.address {
    font-size: 10.65px;
}
.copyright {
    padding-bottom: 15px;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
}

/* page_top */
.page_top {
    width: 60px;
    display: none;
    position: fixed;
    right: 6%;
    bottom: 12%;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 997;
}
.page_top img {
    transition: 0.5s all;
}
.page_top img:hover {
    transform: scale(1.2);
    transition: 0.5s all;
}