section#slider{position:absolute;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;font-family:'Roboto';text-align:center;color:#000;background:#FFF}section#slider .close{position:absolute;top:0;right:20px;z-index:1102;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}section#slider .close:hover{transform:scale(1.5)}section#slider .close:before{content:"\D7";font-size:46px;line-height:46px;color:#666;font-weight:700}section#slider .fadebox{position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1000;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80)}section#slider .overbox{position:fixed;width:600px;height:400px;overflow:auto;background-color:#FFF;overflow:hidden;border:10px solid #666;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;z-index:1001;padding:3px}section#slider .swiper-container{width:600px;height:400px;min-height:400px}section#slider .swiper-slide{background-image:url("/images/slider_bg.png");background-position:center top;text-align:center;font-size:18px;background-color:#fff;background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}section#slider .sld-link{position:absolute;width:600px;height:400px}section#slider .sld-img{width:50%;height:65%;background-position:center top;background-color:#fff;background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:contain}section#slider .sld-txt{display:flex;flex-direction:column;justify-content:space-around;width:50%;height:80%}section#slider .sld-name{padding:20px;font-size:25px}section#slider .sld-price-off{text-decoration:line-through;color:#666;font-size:22px}section#slider .sld-discount{color:red;font-size:28px;font-weight:500}section#slider .sld-price{font-size:34px;font-weight:700}
