@charset "utf-8";
.container_area {
    width:100vw;
    height:100%;
    max-width:1240px;
    margin:0 auto;
}

.container_area .reservation_area {
    width:100%;
    /* height:100%; */
    margin-top:46.3px;
    display:block;
}

.new_line {
    display:none;
}

.container_area .reservation_area .row {
    width:100%;
    height:600px;
    margin:0 auto;
}

.container_area .reservation_area .row>div {
    width:100%;
    height:100%;
    padding-left:7px;
    padding-right:7px;
}

.container_area .reservation_area .row .bottom_description {
    display:none;
}

.container_area .reservation_area .row .inner_contents {
    width:100%;
    height:600px;
    border: solid 1px #d0d0d0;
    padding: 12px 12px 0px 12px;
}

.container_area .reservation_area .row .inner_contents .button_area {
    width:100%;
    height:33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #9e9e9e;
    background-color: #f8f8f8;
    cursor: pointer;
}

.container_area .reservation_area .row .inner_contents .button_area>div {
    display: flex;
    flex-direction:column;
}

.container_area .reservation_area .row .inner_contents .button_area>div>img {
    margin:0 auto;
}

.container_area .reservation_area .row .inner_contents .button_area>div .button_title_area {
    margin-top: 17px;
    font-family: BareunDotumPro2;
    font-size: 20px;
    font-style: normal;
    line-height: 1.14;
    text-align: center;
    color: #483a39;
}

.container_area .reservation_area .row .inner_contents .description_area {
    width:80%;
    margin:0 auto;
    margin-top:37px;
}

.container_area .reservation_area .row .inner_contents .description_area .text_area {
    object-fit: contain;
    font-family: BareunDotumPro1;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.32px;
    text-align: left;
    color: #2a2a2a;
}

.container_area .reservation_area .row .inner_contents .description_area .qrcode_area {
    width:100%;
    height:100%;
    text-align:center;
}

.container_area .reservation_area .row .inner_contents .description_area .qrcode_area #kakao_qrcode_area {
    width:60%;
    margin: auto;
    padding: 2.4em;
}
.container_area .reservation_area .row .inner_contents .description_area .qrcode_area #kakao_qrcode_area canvas {
    width: 100%;
}

@media (max-width: 767px) {
    .container_area .reservation_area .row {
        width:100%;
        height:100%;
        margin:0 auto;
    }

    .container_area .reservation_area .row .inner_contents {
        height:300px;
        border: solid 0px #d0d0d0;
        padding: 12px;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area {
        width:100%;
        height:300px;
        display: flex;
        border: solid 1px #d0d0d0;
    }

    .container_area .reservation_area .row .inner_contents.online_reservation_area {
        margin-top:20px;
        border: solid 1px #d0d0d0;
    }

    .container_area .reservation_area .row .inner_contents.reservation_modify_area {
        margin-top:20px;
        border: solid 1px #d0d0d0;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area {
        width:30%;
        height:100%;
        align-items: center;
        justify-content: left;
        border: solid 1px #9e9e9e;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area {
        height:100%;
        display: flex;
        align-items: center;
        border: solid 0px #9e9e9e;
    }

    .container_area .reservation_area .row .inner_contents .button_area {
        height:100%;
        border: solid 0px #9e9e9e;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area>div {
        width:100%;
        margin: auto 0;
        background-color: #f8f8f8;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area>div>img {

    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .description_area {
        margin-top:60px;
        margin-left:30px;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .description_area .text_area {
        font-family: BareunDotumPro1;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        text-align: left;
        color: #2a2a2a;
    }

    .container_area .reservation_area .row .inner_contents .description_area .qrcode_area {
        display:none;
    }

    .container_area .reservation_area .row .inner_contents .button_area>div .button_title_area {
        margin-top: 15px;
        font-family: BareunDotumPro2;
        font-size: 16px;
        font-style: normal;
        line-height: 0.7;
        text-align: center;
        color: #483a39;
    }

    .new_line {
        display:block;
    }

    .container_area .reservation_area .row>div {
        width:100%;
        height:100%;
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width: 550px) {
    .container_area .reservation_area .row .bottom_description {
        width:90%;
        height:100px;
        font-family: BareunDotumPro1;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        margin:0 auto;
        margin-top:40px;
        color: #2a2a2a;
        display:block
    }
    .container_area .reservation_area .row .online_reservation_area.inner_contents .description_area .text_area {
        display:none;
    }

    .container_area .reservation_area .row .reservation_modify_area.inner_contents .description_area .text_area {
        display:none;
    }
}

@media (max-width: 470px) {
    .container_area .reservation_area .row {
        width:100%;
        height:100%;
        margin:0 auto;
    }

    .container_area .reservation_area .row .inner_contents {
        height:250px;
        border: solid 1px #d0d0d0;
        padding: 12px;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area {
        width:50%;
        height:100%;
        display: flex;
        align-items: center;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .description_area {
        vertical-align:center;
        margin-left:30px;
    }

    .container_area .reservation_area .row .inner_contents.kakaotalk_area .button_area>div>img {
        width:50%;
    }

    .container_area .reservation_area .row .inner_contents .button_area>div>img {
        width:80%;
        margin:0 auto;
    }

    .container_area .reservation_area .row .inner_contents .button_area>div .button_title_area {
        margin-top: 10px;
        font-family: BareunDotumPro2;
        font-size: 14px;
        font-style: normal;
        line-height: 0.8;
        text-align: center;
        color: #483a39;
    }
	
    .container_area .reservation_area .row>div {
        width:100%;
        height:100%;
        padding-left:5px;
        padding-right:5px;
    }

    .container_area .reservation_area .row .bottom_description {
        width:90%;
        height:100px;
        font-family: BareunDotumPro1;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        margin:0 auto;
        margin-top:40px;
        color: #2a2a2a;
    }
}