/* BASIC css start */
/* BASIC css start */
.top-bg {
    background: #f9f9f9;
}

.inner {
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    height: 209px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.top-bg img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.top-bg h1 {
    font-size: 28px;
    font-weight: 600;
}

.top-bg p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
}

.mid {
    margin-top: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.mid strong {
    font-weight: 500;
    font-size: 15px;
    margin: 0 18px 0 20px;
}

.order-btnbox {
    margin-top: 25px;
    padding-bottom: 385px;
    display: flex;
    gap: 17px;
}

.order-btnbox .call {
    background: #4b505d;
    border-radius: 29px;
    flex: 1;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 226px;
}

.order-btnbox .kakaotalk {
    background: #f5a91d;
    border-radius: 29px;
    flex: 1;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.order-btnbox img {
    margin-right: 50px;
}

.order-btnbox .kakaotalk a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 226px;
}

.order-btnbox .call div, .order-btnbox .kakaotalk a div {
    color: #fff;
}

.order-btnbox .call div h3, .order-btnbox .kakaotalk a div h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-weight: bold;
}

.order-btnbox .call div h5, .order-btnbox .kakaotalk a div h5 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-top: 18px;
}

.order-btnbox .kakaotalk a div h5 {
    font-size: 15px;
}
/* BASIC css end */


/* BASIC css end */

