@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Traditional+Nushu:wght@300..700&display=swap";:root{--primary-default: #1197d2;--primary-dark: #0179ad;--color-gray: #232429;--color-gray-900: #393a3f;--color-gray-800: #55565b;--color-gray-700: #75767b;--color-gray-600: #828388;--color-gray-500: #919297;--color-gray-400: #adaeb3;--color-gray-300: #c1c2c7;--color-gray-200: #d3d4d9;--color-gray-100: #dedfe4;--color-gray-050: #f3f4f9;--color-gray-025: #f9faff;--navbar-height: 80px}.category-title h5{position:relative}.category-title h5::after{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);width:10px;height:1px;background-color:#000;transition:all .5s ease-in-out}.category-title a{font-size:20px;color:#232429;letter-spacing:.2rem}.category-title a:hover,.category-title a:focus{text-decoration:none}.category-img{width:100%;height:250px;border-radius:5px;overflow:hidden;position:relative}.category-img::before{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:#96ffff;z-index:2;transition:all .5s ease-in-out}.category-img::after{content:"";position:absolute;top:0;left:0;width:2px;height:0%;background-color:#96ffff;z-index:2;transition:all .5s ease-in-out}.category-img .category-link{display:inline-block;width:100%;height:100%;position:relative}.category-img .category-link::before{content:"";position:absolute;top:0;left:0;width:0%;height:2px;background-color:#96ffff;transition:all .5s ease-in-out}.category-img .category-link::after{content:"";position:absolute;top:0;right:0;width:2px;height:0%;background-color:#96ffff;transition:all .5s ease-in-out}.category-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-item{padding:1.2rem .8rem}.category-item:hover .category-title h5::after{width:50px}.category-item:hover .category-img::before{width:100%;background-color:var(--primary-dark)}.category-item:hover .category-img::after{height:100%;background-color:var(--primary-dark)}.category-item:hover .category-link::before{width:100%;background-color:var(--primary-dark)}.category-item:hover .category-link::after{height:100%;background-color:var(--primary-dark)}