.hero {
    position: relative
}

.hero #cafe {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hero #cafe .inner {
    display: block;
    height: calc(100vh - 243px);
}

.hero #text {
    color: white;
    font-size: 5vh;
    font-weight: bold;
    position: absolute;
    line-height: 7vh;
    top: 25%;
}

.hero #cafe {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(/assets/images/misc/shutterstock_1904154861-1140x760.jpg);
}

@media only screen and (max-width: 830px) {

}

body {
    font-family: 'Noto Sans KR';
}