|
@@ -1228,6 +1228,20 @@ body .arrow {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+#course-schedule #arrow-right {
|
|
|
+ position: absolute;
|
|
|
+ top: 12vw;
|
|
|
+ right: 21vw;
|
|
|
+ width: 45px;
|
|
|
+}
|
|
|
+
|
|
|
+#course-schedule #arrow-left {
|
|
|
+ position: absolute;
|
|
|
+ top: 12vw;
|
|
|
+ left: 21vw;
|
|
|
+ width: 45px;
|
|
|
+}
|
|
|
+
|
|
|
#course-schedule #element1 {
|
|
|
position: absolute;
|
|
|
top: 0vw;
|
|
@@ -1352,6 +1366,39 @@ body .arrow {
|
|
|
background-size: 155%;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: 50% 50%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.sec05 #card-box2 .arrow-left {
|
|
|
+ position: absolute;
|
|
|
+ left: 76vw;
|
|
|
+ top: 45vw;
|
|
|
+ z-index: 5;
|
|
|
+ width: 10vw !important;
|
|
|
+ height: 40vw;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ .sec05 #card-box2 .arrow-left {
|
|
|
+ top: 50vw;
|
|
|
+ left: 70vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.sec05 #card-box2 .arrow-right {
|
|
|
+ position: absolute;
|
|
|
+ left: 155vw;
|
|
|
+ top: 45vw;
|
|
|
+ z-index: 5;
|
|
|
+ width: 10vw !important;
|
|
|
+ height: 40vw;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ .sec05 #card-box2 .arrow-right {
|
|
|
+ top: 50vw;
|
|
|
+ left: 150vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.sec05 #card-box2 .box {
|