diff --git a/src/components/atomComponents/Button.tsx b/src/components/atomComponents/Button.tsx
index 06e3f273..c66a3ff3 100644
--- a/src/components/atomComponents/Button.tsx
+++ b/src/components/atomComponents/Button.tsx
@@ -21,11 +21,11 @@ export default Button;
const buttonDefaultCSS = {
basicCss: css`
display: flex;
- position: fixed;
- bottom: 2.9rem;
+ /* position: fixed;
+ bottom: 2.9rem; */
align-items: center;
justify-content: center;
- z-index: 1;
+ /* z-index: 1; */
border-radius: 0.8rem;
padding: 1.6rem;
width: 33.5rem;
diff --git a/src/pages/selectSchedule/SelectSchedulePage.tsx b/src/pages/selectSchedule/SelectSchedulePage.tsx
index e5a791eb..e360f73c 100644
--- a/src/pages/selectSchedule/SelectSchedulePage.tsx
+++ b/src/pages/selectSchedule/SelectSchedulePage.tsx
@@ -196,15 +196,16 @@ function SelectSchedulePage() {
-
-
+
+
+
);
}