body{
    margin: 0;
}
.landing-wrap {
    max-width: 1016px;
    margin: 0 auto;

    font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'IBM Plex Sans KR', sans-serif;
}

.image_wrap img {
    width: 100%;
}
.shadow-wrap{
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
}
.button_wrap {
    width: 100%;
    max-width: 1016px;
    font-size: 0;
    display: flex;
}

.text_wrap {
    padding: 20px 30px;
    word-break: keep-all;
}

.button_wrap button {
    width: calc(100% / 4);
    height: 80px;
    font-size: 16px;
    font-weight: 700;
    border: none;

    padding: 0;
    color: #1c1c1c;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button_wrap button .icon-box {
    width: 40px;
    height: 40px;
}

.button_wrap button.kakao .icon-box {
    background: url(/images/icons/kakao.png) no-repeat center / 24px 24px;
}

.button_wrap button.call .icon-box {
    background: url(/images/icons/call.png) no-repeat center / 24px 24px;
}

.button_wrap button.homepage .icon-box {
    background: url(/images/icons/r-logo.png) no-repeat center / 24px 24px;
}

.button_wrap button.reservation .icon-box {
    background: url(/images/icons/map.png) no-repeat center / 24px 24px;
}