diff --git "a/Web-Animations/[SVG \352\270\260\354\264\210] SVG \354\273\250\355\205\214\354\235\264\353\204\210 \354\232\224\354\206\214.md" "b/Web-Animations/[SVG \352\270\260\354\264\210] SVG \354\273\250\355\205\214\354\235\264\353\204\210 \354\232\224\354\206\214.md"
new file mode 100644
index 0000000..ba32c94
--- /dev/null
+++ "b/Web-Animations/[SVG \352\270\260\354\264\210] SVG \354\273\250\355\205\214\354\235\264\353\204\210 \354\232\224\354\206\214.md"
@@ -0,0 +1,130 @@
+# 4. SVG 컨테이너 요소
+
+
+
+## 1. ``
+
+- 다른 SVG 요소들을 **group**하기 위함
+- ``에 적용된 transformation은 자식 요소들에 적용됨
+ - ex. 자식 요소들에게 fill, stroke, stroke-width를 적용
+
+![image](https://user-images.githubusercontent.com/40855076/168924833-85c54f9b-0e5b-42fc-9e54-ab860b7fab30.png)
+
+```svg
+
+```
+
+## 2. `