@charset "UTF-8";

#plusc_topimages {
 display: block !important;
 width: 100% !important;
 position: relative !important;
 overflow: hidden !important;
}

#plusc_topimages .imagebox {
 width: 100% !important;
 position: relative !important;
 display: -ms-flexbox !important;
 display: flex !important;
}

#plusc_topimages .imageitem {
 -ms-flex: 0 0 100% !important;
 flex: 0 0 100% !important;
 width: 100%;
 background-color: #F6F6F6;
 padding-top: 66.6%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

#plusc_topimages .imagemark {
 width: 100% !important;
 position: absolute !important;
 left: 0 !important;
 bottom: 15px !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-pack: center !important;
 justify-content: center !important;
}

#plusc_topimages .imagemark .mark {
 display: block !important;
 width: 12px !important;
 height: 12px !important;
 border-radius: 6px !important;
 background-color: #FFF !important;
 border: 2px solid #FFF !important;
 margin: 0 3px !important;
 cursor: pointer !important;
}
#plusc_topimages .imagemark .mark.active {
 background-color: #00b09d !important;
}
