diff --git a/css/styles.css b/css/styles.css
index ed71a201..fd908dac 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -17,7 +17,7 @@ button {
position: relative;
}
-.swiper__all-btn {
+.swiper__allBtn {
display: flex;
justify-content: space-around;
align-items: center;
diff --git a/index.html b/index.html
index e4bfaa91..da880027 100644
--- a/index.html
+++ b/index.html
@@ -725,9 +725,9 @@
혜택
EVENT
-
@@ -807,9 +807,9 @@
혜택
특별관
-
diff --git a/js/main.js b/js/main.js
index cb34fd16..da69884c 100644
--- a/js/main.js
+++ b/js/main.js
@@ -41,13 +41,11 @@ function chartSwitch(event) {
movieSchedule.classList.remove("chart-strong");
movieSwiper[1].classList.add("btn-switch");
movieSwiper[0].classList.remove("btn-switch");
- console.log("무비차트");
} else if (eventTarget === movieSchedule) {
eventTarget.classList.add("chart-strong");
movieChart.classList.remove("chart-strong");
movieSwiper[0].classList.add("btn-switch");
movieSwiper[1].classList.remove("btn-switch");
- console.log("상영예정작");
}
}
movieChart.addEventListener("click", chartSwitch);