.product{background:#e4e4e4 url(../../../asset/images/product_bg.webp) no-repeat center;background-size:cover;display:flex;flex-direction:column;height:100%;border-radius:20px;padding:20px;transition:all .2s}.product .product-box{background-color:#fff;border-radius:20px;height:100%}.product img{border-radius:20px;object-fit:cover;object-position:center;width:100%}.product .inner-box{padding:15px;display:flex;justify-content:space-between;align-items:center;gap:5px}.product .title{font-weight:bolder;font-size:20px;line-height:20px;margin-bottom:15px;color:#000}@media (min-width:1920px){.product .title{font-size:30px;line-height:30px}}.product .circle{background-color:#00ffc9;border-radius:80px;width:68px;height:68px;display:grid;place-items:center;aspect-ratio:1/1}.product .circle path{fill:#000}.product img{margin-bottom:15px}.product:hover{background-color:#00ffc9}.subproduct{display:flex;flex-direction:column;height:100%;background-color:#f7f7f7;border-radius:30px}.subproduct .img{background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:194px;border-radius:30px;margin-bottom:15px;position:relative;display:flex;overflow:hidden;transition:all .2s;text-align:center}.subproduct .img:after{content:"";position:absolute;width:100%;height:100%;opacity:0;background:rgba(0,255,201,.7);top:0;left:0;transition:all .2s}.subproduct .img .title{color:#fff;font-size:30px;opacity:0;transition:all .2s}.subproduct:hover .img .title,.subproduct:hover .img:after{opacity:100%}.subproduct .inner-box{padding:30px}.subproduct .title{font-weight:bolder;font-size:20px;line-height:20px;color:#000}@media (min-width:1920px){.subproduct .title{font-size:30px;line-height:30px}}.subproduct .icon path{fill:#00ffc9}.subproduct .text{color:#b0b0b0;font-size:18px;line-height:30px}@media (min-width:768px){.device .img-wrapper{height:276px;display:flex;align-items:end;text-align:center;justify-content:center}}.device .section-title4{line-height:20px}@media (min-width:768px){.device .section-title4{line-height:30px}}