/* BASIC css start */
.top-bg {
    background: var(--main-color);
    padding: 55px 5% 0;
    color: #fff;
    position: relative;
    padding-bottom: 74px;
}

.top-bg p {
    font-size: 15px;
}

.top-bg h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.35;
    padding-top: 12px;
}

.top-bg img {
    position: absolute;
    top: 55px;
    right: 0;
    width: 99px;
}

.top-desc {
    text-align: center;
    background: #fff;
    border-radius: 25px 25px 0 0;
    position: relative;
    top: -25px;
    font-size: 17px;
    color: #101010;
    font-weight: bold;
    line-height: 1.45;
    padding-top: 44px;
}

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

.mid strong {
    font-weight: 500;
    font-size: 13px;
    margin: 0 12px 0 14px;
}

.order-btnbox {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
}

.order-btnbox .call {
    background: #4b505d;
    border-radius: 29px;
    flex: 1;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 5%;
}

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


.mid img {
    width: 25px;
}

.order-btnbox a {
    color: #fff;
    display: flex;
    padding: 22px 0;
    align-items: center;
    min-height: 120px;
    box-sizing: border-box;
    justify-content: center;
}

.order-btnbox .ic {
    width: 56px;
    margin-right: 30px;
    /* margin-left: 26px; */
}
.order-btnbox a h3 {
    font-size: 16px;
    font-weight: bold;
}

.order-btnbox a h4 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
}

.order-btnbox a h5 {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.order-btnbox a h5 img {
    width: 7px;
    margin-left: 11px;
}

.order-btnbox a > div {
    width: 168px;
}

/* BASIC css end */

