#center_body:not(empty){
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.img-wrapper-has{
    position: relative;
}
#render_footer{
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.img-wrapper-has.no-crop-img:not(.no-img){
    height: 100% !important;
}
.img-wrapper-has a{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.img-wrapper-has a span{
    color: #fff;
}
.img-wrapper-has.no-crop-img img{
    width: 100%;
    object-fit: contain !important;
    height: auto;
    top: 0;
    bottom: unset;
    right: unset;
    left: 0;
    position: relative !important;
}
.img-wrapper-has img{
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#left_gutter, #right_gutter {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: sticky;
    top: 0;
    height: fit-content;
}
.gutter_warp{
    justify-content: end;
}
.container+.gutter_warp{
    justify-content: flex-start;
}
.banner_render{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#right_gutter {
    margin-left: 16px;
}

#left_gutter {
    margin-right: 16px;
}

.contain{
    display: flex;
    flex-wrap: nowrap;
}
.gutter_warp {
    width: calc((100vw - 1208px) / 2);
    display: flex;
}
body #after_breadcumb{
    margin-top: -12px;
    margin-bottom: 12px;
}
#render_footer_mb_float{
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 4;
}
#render_footer_mb{
    left: 50%;
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%);
     z-index: 4;
}
.close_banner {
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #2b2b2b;
    transform: translate(50%, -50%);
}