/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.bg_grey {
    background: #ececec;
    padding: 45px 0;
}

.commondiv {
    padding: 45px 0;
    width: 100%;
    overflow: hidden;
}

.inner {
    max-width: 1300px;
    margin: 0 auto;
}

.topbannerflex {
    display: flex;
    gap: 20px;

}

.bg_mid {
    background: url('/theme/eb4_basic/image/midimg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;

}

.mid h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

.midflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & p {
        text-align: center;
        color: #111;
        background: gold;
        font-size: 18px;
        font-weight: 700;
        width: 24%;
        padding: 10px 15px;
        border-radius: 50px;
        margin-bottom: 15px;
    }
}

.topbanneritem {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 0 40px 0;
    overflow: hidden;
    background: yellowgreen;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s ease;

    & p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;

        & b {
            font-size: 24px;
            font-weight: 800;
        }
    }

    &.item1 {
        background: url('/theme/eb4_basic/image/topbanner1.jpg');
        background-size: 100%;
        background-position: center center;
    }

    &.item2 {
        background: url('/theme/eb4_basic/image/topbanner2.jpg');
        background-size: 100%;
        background-position: center center;
    }

    &.item3 {
        background: url('/theme/eb4_basic/image/topbanner3.jpg');
        background-size: 100%;
        background-position: center center;
    }

    &.item4 {
        background: url('/theme/eb4_basic/image/topbanner4.jpg');
        background-size: 100%;
        background-position: center center;
    }

    &:hover {
        background-size: 120%;
    }
}

@media screen and (max-width:567px) {
    .bg_grey {}

    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .topbannerflex {
        flex-wrap: wrap;
    }

    .topbanneritem {
        width: calc(50% - 12px);
    }

    .midflex {
        & p {
            font-size: 14px;
            width: 48%;
        }
    }

    .topbanneritem {
        & p {
            font-size: 14px;

            & b {
                font-size: 20px;
            }
        }
    }

    .bg_mid {
        padding: 80px 0px;
    }

    .mid h3 {
        color: #fff;
        font-size: 20px;
    }

}

/* 
.btn_cart.sct_cart {
    display: none !important;
}

.product-sns {
    display: none !important;
}

.product-main-20 .product-description-bottom {
    display: none !important;
} */

.maparea {
    background: #ececec;
    padding: 45px 0;

    & h4 {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 45px;
    }

    & .mapflex {
        display: flex;
        gap: 20px;
    }

    & .mapbox {
        width: 50%;
    }

    & .maptext {
        margin-bottom: 15px;

        & h5 {
            font-size: 24px;
        }

        & p {
            font-size: 20px;
        }
    }
}

@media screen and (max-width:567px) {
    .maparea {
        padding-left: 20px;
        padding-right: 20px;

        & h4 {
            font-size: 20px;
        }

        & .maptext {
            & h5 {
                font-size: 18px;
            }

            & p {
                font-size: 14px;
            }
        }

        & .mapflex {
            flex-direction: column;

            & .mapbox {
                width: 100%;
            }
        }
    }
}


.ft_cs_box {width:100%; border-top: 1px solid #ddd; padding:30px 0}
.ft_cs_box .wid {
    max-width: 1320px;
    margin:0 auto;
    display: flex; flex-wrap: wrap; justify-content: space-between;
}
.ft_cs_box .wid .cs_center h4 {font-size:15px; color:#000; font-weight: 600; margin-bottom:20px}
.ft_cs_box .wid .cs_center strong {display:block; font-size:21px; margin-bottom:10px; color:#111; font-weight: 600;}
.ft_cs_box .wid .cs_center p {font-size:16px; color:#444;}
.ft_cs_box .wid .cs_center p b {font-weight: 500; color:#222}
.ft_cs_box .wid .cs_center p.last_p {margin-bottom:15px}
.ft_cs_box .wid .cs_center p:hover a {color: #f0883e;}

@media screen and (max-width:1320px) {
    .ft_cs_box .wid {padding:30px 10px;}

}
/* @media screen and (max-width:992px) {
    .ft_cs_box {display: none;}

} */