.home-banner .item{animation:fadeeffect .5s linear}.home-banner .item .text{left:7%;bottom:24%;width:17.24vw}.home-banner .item .text img{width:100%}.home-banner .button-sec{padding:0 1rem;top:50%;transform:translateY(-50%)}.home-banner .button-sec .btn{width:3.375rem;height:3.375rem;background:#fff;font-size:.75rem;border-radius:50%}.home-banner .button-sec .btn img{opacity:.5;transition:all .3s linear}.home-banner .button-sec .btn.prev{transform:rotate(180deg)}.home-banner .button-sec .btn:hover img{opacity:1}@media screen and (max-width:1399px){.home-banner .item .text{max-width:200px}}@media screen and (max-width:1023px){.home-banner .item .text img{min-width:20rem}}@media screen and (max-width:767px){.home-banner .item .text{max-width:250px;bottom:5%}}@media screen and (max-width:639px){.home-banner .item .text{max-width:200px;bottom:5%}.home-banner .item .text img{min-width:15rem}}@keyframes fadeeffect{0%{opacity:0}to{opacity:1}}