body {
    margin: 0;
    padding: 0;
    font-family: 'GmarketSans', sans-serif;
}

body,
ul,
li,
a,
div {
    list-style: none;
    text-decoration: none;
}

a:visited,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

@font-face {
    font-family: 'GmarketSans';
    src: url(asset/fonts/GmarketSansMedium.otf);
}

footer {
    width: 100vw;
    height: auto;
    position: relative;
}

.footer_contents {
    position: absolute;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.footer_contents_logo {
    width: 390px;
    height: auto;
    object-fit: cover;
    margin-top: 9.3518vh;
    margin-bottom: 4.6vh;
}

.footer_contents_information {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: #dcb13e;
    padding-top: 3.7vh;
    border-top: 1px solid #dcb13e;
}

.footer_contents_button {
    margin-top: 14.629vh;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
}

.footer_contents_button button {
    margin-right: 2.4vw;
    width: 152px;
    height: 49px;
    border-radius: 15px;
    background-color: #bd191f;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.footer_contents_button button span {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.footer_contents_text {
    margin-top: 4.3vh;
    font-size: 25px;
    color: #dcb13e;
    font-weight: 300;
    margin-bottom: 5.3vh;
}