diff --git a/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin b/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin
index 873d852a..18f27da9 100644
Binary files a/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin and b/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin differ
diff --git a/buildSrc/build/kotlin/compileKotlin/local-state/build-history.bin b/buildSrc/build/kotlin/compileKotlin/local-state/build-history.bin
index 2804acab..2b4fd2bb 100644
Binary files a/buildSrc/build/kotlin/compileKotlin/local-state/build-history.bin and b/buildSrc/build/kotlin/compileKotlin/local-state/build-history.bin differ
diff --git a/buildSrc/build/libs/buildSrc.jar b/buildSrc/build/libs/buildSrc.jar
index df2eba6c..31dd6072 100644
Binary files a/buildSrc/build/libs/buildSrc.jar and b/buildSrc/build/libs/buildSrc.jar differ
diff --git a/presentation/src/main/res/drawable/ic_select_type_image.xml b/presentation/src/main/res/drawable/ic_select_type_image.xml
new file mode 100644
index 00000000..35f5c7c2
--- /dev/null
+++ b/presentation/src/main/res/drawable/ic_select_type_image.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml
index bffd57f8..92ccc86a 100644
--- a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml
+++ b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml
@@ -47,7 +47,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
- android:src="@drawable/ic_upload_sight_button"
+ android:src="@drawable/ic_select_type_image"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
diff --git a/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml b/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml
index 5f1e4a9c..12010085 100644
--- a/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml
+++ b/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml
@@ -46,6 +46,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:text="구역선택"
+ android:layout_marginHorizontal="4dp"
android:textAppearance="@style/TextAppearance.Spot.Label05"
android:textColor="@color/color_foreground_heading"
app:layout_constraintStart_toStartOf="parent" />
@@ -54,7 +55,7 @@
android:id="@+id/tvSelectSeatLine"
android:layout_width="match_parent"
android:layout_height="2dp"
- android:layout_marginTop="6dp"
+ android:layout_marginTop="11.5dp"
android:background="@drawable/rect_gray900_fill"
android:gravity="center" />
@@ -63,7 +64,7 @@
android:id="@+id/llTabSelectSeat"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="24dp"
+ android:layout_marginStart="20dp"
android:orientation="vertical">