├── 📂 domain
│ ├── 📂 sticker
│ │ ├── 📂 controller
│ │ │ └── 📂 dto
│ │ │ └── 📂 request
│ │ │ └── 📂 response
│ │ ├── 📂 domain
│ │ ├── 📂 exception
│ │ ├── 📂 repository
│ │ │ └── 📂 impl
│ │ └── 📂 service
│ │ └── 📂 dto
│ │ ├── 📂 request
│ │ └── 📂 response
│ │
│ ├── 📂 banner
│ ├── 📂 banner
│ ├── 📂 custom
│ ├── 📂 discount
│ ├── 📂 order
│ ├── 📂 point
│ ├── 📂 search
│ ├── 📂 style
│ └── 📂 theme
├── 📂 global
│ ├── 📂 config
│ ├── 📂 dto
│ ├── 📂 exception
│ └── 📂 util
└── 📂 infra
├── 📂 s3
├── 📂 sms
└── 📂 socialLogin