@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'GmarketSansMedium', serif;
    font-weight: 300;
}
html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-y: auto;
}
body {
    background-color: #0c0c0c;
}
.body_wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
section {
    position: relative;
}

@media screen and (max-width: 550px) {
    .formWrap input[type='submit']{
        font-size: 1rem;
    }
    .formWrap .btn_submit{
        font-size: 1.6rem;
    }
}

.hide{display: none}

section.footer{
    background-color: #fff;
}

ul{
    list-style-type: none;
}

section.footer ul li{
    margin-bottom: .5rem;
    word-break: keep-all;
}

section.footer a{
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.logoWrap .logo{
    position: absolute;
    width: 22%;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 10;
}

@media screen and (max-width: 720px) {
    .logoWrap .logo {
        width: 26%;
        bottom: 10px;
    }
}
