|
@@ -116,6 +116,8 @@ body #btn-a #mobile-btn {
|
|
background: #a9d0c5;
|
|
background: #a9d0c5;
|
|
height: 4.5vw;
|
|
height: 4.5vw;
|
|
width: 100vw !important;
|
|
width: 100vw !important;
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 10;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -336,7 +338,7 @@ body #btn-a #mobile-btn {
|
|
#banner .banner1 .btn {
|
|
#banner .banner1 .btn {
|
|
display: block;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- margin-top: 1vw;
|
|
|
|
|
|
+ margin-top: 3vw;
|
|
width: 15vw;
|
|
width: 15vw;
|
|
border-radius: 30px;
|
|
border-radius: 30px;
|
|
padding: 12px;
|
|
padding: 12px;
|
|
@@ -1105,7 +1107,7 @@ body #btn-a #mobile-btn {
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 0vw;
|
|
top: 0vw;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
- padding: 15vw 5vw 21vw 1vw;
|
|
|
|
|
|
+ padding: 15vw 1vw 15vw 1vw;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin: 0 !important;
|
|
margin: 0 !important;
|
|
display: none;
|
|
display: none;
|
|
@@ -1119,6 +1121,18 @@ body #btn-a #mobile-btn {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.mobile01-1 .mobile-box1,
|
|
|
|
+.mobile01-1 .mobile-box2,
|
|
|
|
+.mobile01-1 .mobile-box3,
|
|
|
|
+.mobile01-2 .mobile-box1,
|
|
|
|
+.mobile01-2 .mobile-box2,
|
|
|
|
+.mobile01-2 .mobile-box3,
|
|
|
|
+.mobile01-3 .mobile-box1,
|
|
|
|
+.mobile01-3 .mobile-box2,
|
|
|
|
+.mobile01-3 .mobile-box3 {
|
|
|
|
+ height: 80vh;
|
|
|
|
+}
|
|
|
|
+
|
|
.mobile01-1 .mobile-box1 .close,
|
|
.mobile01-1 .mobile-box1 .close,
|
|
.mobile01-1 .mobile-box2 .close,
|
|
.mobile01-1 .mobile-box2 .close,
|
|
.mobile01-1 .mobile-box3 .close,
|
|
.mobile01-1 .mobile-box3 .close,
|
|
@@ -1144,8 +1158,54 @@ body #btn-a #mobile-btn {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 {
|
|
background: #fff;
|
|
background: #fff;
|
|
width: 90vw;
|
|
width: 90vw;
|
|
|
|
+ height: 85vh;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-1 .mobile-box1 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-1 .mobile-box2 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-1 .mobile-box3 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-2 .mobile-box1 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-2 .mobile-box3 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-3 .mobile-box1 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-3 .mobile-box2 .Course-mobile01 .slick-dots li,
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .slick-dots li {
|
|
|
|
+ margin: 0 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-1 .mobile-box1 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-1 .mobile-box2 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-1 .mobile-box3 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-2 .mobile-box1 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-2 .mobile-box3 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-3 .mobile-box1 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-3 .mobile-box2 .Course-mobile01 .slick-dots button,
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .slick-dots button {
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ display: block;
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 3px;
|
|
|
|
+ padding: 0;
|
|
|
|
+ border: none;
|
|
|
|
+ border-radius: 0%;
|
|
|
|
+ background-color: #d9d9d9;
|
|
|
|
+ text-indent: -9999px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-1 .mobile-box1 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-1 .mobile-box2 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-1 .mobile-box3 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-2 .mobile-box1 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-2 .mobile-box3 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-3 .mobile-box1 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-3 .mobile-box2 .Course-mobile01 .slick-dots li.slick-active button,
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .slick-dots li.slick-active button {
|
|
|
|
+ background-color: #fce49d;
|
|
}
|
|
}
|
|
|
|
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 h1,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 h1,
|
|
@@ -1205,7 +1265,7 @@ body #btn-a #mobile-btn {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 {
|
|
- padding: 1vw 20px 5vw 20px;
|
|
|
|
|
|
+ padding: 1vw 20px 1vw 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
@media screen and (max-width: 350px) {
|
|
@@ -1236,7 +1296,7 @@ body #btn-a #mobile-btn {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 {
|
|
- padding: 1vw 0px 7vw 0px;
|
|
|
|
|
|
+ padding: 1vw 0px 1vw 0px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1271,6 +1331,38 @@ body #btn-a #mobile-btn {
|
|
margin: 0px 10px;
|
|
margin: 0px 10px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card {
|
|
|
|
+ font-size: 0.7rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .card-title,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .card-title,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .card-title,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .card-title,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .card-title,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .card-title,
|
|
@@ -1304,6 +1396,38 @@ body #btn-a #mobile-btn {
|
|
font-size: 1.3rem;
|
|
font-size: 1.3rem;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .card-title,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .card-title {
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card img,
|
|
@@ -1361,9 +1485,41 @@ body #btn-a #mobile-btn {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img {
|
|
.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img {
|
|
- width: 40vw;
|
|
|
|
|
|
+ width: 43vw;
|
|
height: 53vw;
|
|
height: 53vw;
|
|
- padding: 15vw 10vw;
|
|
|
|
|
|
+ padding: 15vw 12vw;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img img,
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img {
|
|
|
|
+ padding: 13vw 10vw;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
@@ -1397,13 +1553,99 @@ body #btn-a #mobile-btn {
|
|
width: 40vw;
|
|
width: 40vw;
|
|
}
|
|
}
|
|
|
|
|
|
-.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 {
|
|
|
|
- padding: 1vw 15px 5vw 15px;
|
|
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card {
|
|
|
|
+ margin: 0px 10px;
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
-.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card {
|
|
|
|
- margin: 0px 5px;
|
|
|
|
- font-size: 0.8rem;
|
|
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card {
|
|
|
|
+ font-size: 0.8rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card {
|
|
|
|
+ font-size: 0.7rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img {
|
|
|
|
+ padding-top: 20vw;
|
|
|
|
+ width: 40vw;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img {
|
|
|
|
+ padding-top: 15vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img img {
|
|
|
|
+ width: 43vw;
|
|
|
|
+ height: 50vw;
|
|
|
|
+ padding: 15vw 12vw;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img img {
|
|
|
|
+ padding: 12vw 10vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title {
|
|
|
|
+ padding-top: 1rem;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ color: #414346;
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title {
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .card-title {
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img {
|
|
|
|
+ width: 43vw;
|
|
|
|
+ height: 50vw;
|
|
|
|
+ padding: 15vw 12vw;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img img {
|
|
|
|
+ padding: 10vw 10vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img {
|
|
|
|
+ padding-top: 20vw;
|
|
|
|
+ width: 40vw;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img {
|
|
|
|
+ padding-top: 10vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .card-title {
|
|
|
|
+ padding-top: 1rem;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ color: #414346;
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .card-title {
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
#course-schedule {
|
|
#course-schedule {
|
|
@@ -1692,7 +1934,7 @@ body #btn-a #mobile-btn {
|
|
background: #f4fffc;
|
|
background: #f4fffc;
|
|
color: #646464;
|
|
color: #646464;
|
|
position: relative;
|
|
position: relative;
|
|
- padding-bottom: 35vw;
|
|
|
|
|
|
+ padding-bottom: 40vw;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -1724,6 +1966,7 @@ body #btn-a #mobile-btn {
|
|
line-height: 3vw;
|
|
line-height: 3vw;
|
|
top: 15vw;
|
|
top: 15vw;
|
|
left: 20vw;
|
|
left: 20vw;
|
|
|
|
+ width: 50vw;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -1749,7 +1992,7 @@ body #btn-a #mobile-btn {
|
|
|
|
|
|
#information #information-form #form-card .contact-form #name,
|
|
#information #information-form #form-card .contact-form #name,
|
|
#information #information-form #form-card .contact-form #company {
|
|
#information #information-form #form-card .contact-form #company {
|
|
- width: 49.5%;
|
|
|
|
|
|
+ width: 100%;
|
|
padding: 10px 15px;
|
|
padding: 10px 15px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
@@ -1769,7 +2012,8 @@ body #btn-a #mobile-btn {
|
|
#information #information-form #form-card .contact-form #pay,
|
|
#information #information-form #form-card .contact-form #pay,
|
|
#information #information-form #form-card .contact-form #message,
|
|
#information #information-form #form-card .contact-form #message,
|
|
#information #information-form #form-card .contact-form #message1,
|
|
#information #information-form #form-card .contact-form #message1,
|
|
-#information #information-form #form-card .contact-form #profession {
|
|
|
|
|
|
+#information #information-form #form-card .contact-form #profession,
|
|
|
|
+#information #information-form #form-card .contact-form #line {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 10px 15px;
|
|
padding: 10px 15px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -1819,13 +2063,12 @@ body #btn-a #mobile-btn {
|
|
}
|
|
}
|
|
|
|
|
|
#information-mobile .information {
|
|
#information-mobile .information {
|
|
- padding: 20vw 0px;
|
|
|
|
- text-align: left;
|
|
|
|
- color: #646464;
|
|
|
|
background-image: url(./img/information/bg3.png);
|
|
background-image: url(./img/information/bg3.png);
|
|
background-size: 175%;
|
|
background-size: 175%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom center;
|
|
background-position: bottom center;
|
|
|
|
+ text-align: left;
|
|
|
|
+ color: #646464;
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1840,9 +2083,11 @@ body #btn-a #mobile-btn {
|
|
}
|
|
}
|
|
|
|
|
|
#information-mobile .information #information-01 {
|
|
#information-mobile .information #information-01 {
|
|
- font-weight: 900;
|
|
|
|
|
|
+ width: 90vw;
|
|
|
|
+ padding: 30vw 0px !important;
|
|
|
|
+ margin: auto;
|
|
|
|
+ line-height: 8vw;
|
|
padding-right: 0px !important;
|
|
padding-right: 0px !important;
|
|
- padding-left: 5vw;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
@media screen and (max-width: 350px) {
|
|
@@ -1852,12 +2097,6 @@ body #btn-a #mobile-btn {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 350px) {
|
|
|
|
- #information-mobile .information #information-02 {
|
|
|
|
- padding-left: 0 !important;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#information-mobile #mobile-form #form-card {
|
|
#information-mobile #mobile-form #form-card {
|
|
width: 90vw;
|
|
width: 90vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -1885,7 +2124,8 @@ body #btn-a #mobile-btn {
|
|
#information-mobile #mobile-form #form-card .contact-form2 #pay,
|
|
#information-mobile #mobile-form #form-card .contact-form2 #pay,
|
|
#information-mobile #mobile-form #form-card .contact-form2 #message,
|
|
#information-mobile #mobile-form #form-card .contact-form2 #message,
|
|
#information-mobile #mobile-form #form-card .contact-form2 #message1,
|
|
#information-mobile #mobile-form #form-card .contact-form2 #message1,
|
|
-#information-mobile #mobile-form #form-card .contact-form2 #profession {
|
|
|
|
|
|
+#information-mobile #mobile-form #form-card .contact-form2 #profession,
|
|
|
|
+#information-mobile #mobile-form #form-card .contact-form2 #line {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 10px 15px;
|
|
padding: 10px 15px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -2046,10 +2286,12 @@ body #btn-a #mobile-btn {
|
|
.container {
|
|
.container {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
margin: 0 !important;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
.container #countdown {
|
|
.container #countdown {
|
|
- width: 85vw;
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ width: 80vw;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -2072,20 +2314,36 @@ body #btn-a #mobile-btn {
|
|
|
|
|
|
.container #countdown ul {
|
|
.container #countdown ul {
|
|
padding-left: 0 !important;
|
|
padding-left: 0 !important;
|
|
|
|
+ margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-h1 {
|
|
|
|
- font-weight: normal;
|
|
|
|
- letter-spacing: 0.125rem;
|
|
|
|
|
|
+.container li {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: 1.5em;
|
|
|
|
+ list-style-type: none;
|
|
|
|
+ padding: 1em;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ .container li {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.container li span {
|
|
|
|
+ display: block;
|
|
|
|
+ font-size: 4.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
li {
|
|
li {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
list-style-type: none;
|
|
list-style-type: none;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
padding-left: 0 !important;
|
|
padding-left: 0 !important;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ padding: 1em;
|
|
|
|
+ font-size: 1.5em;
|
|
}
|
|
}
|
|
|
|
|
|
li #days,
|
|
li #days,
|
|
@@ -2096,9 +2354,9 @@ li #seconds {
|
|
font-family: "Roboto", sans-serif !important;
|
|
font-family: "Roboto", sans-serif !important;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
color: #fff;
|
|
color: #fff;
|
|
- text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.3);
|
|
|
|
|
|
+ text-shadow: 0.5px 0.5px 13px rgba(0, 0, 0, 0.15);
|
|
border-right: 2px solid #fff;
|
|
border-right: 2px solid #fff;
|
|
- padding: 0 45px;
|
|
|
|
|
|
+ padding: 0 40px;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -2116,104 +2374,17 @@ li #seconds {
|
|
li #hours,
|
|
li #hours,
|
|
li #minutes,
|
|
li #minutes,
|
|
li #seconds {
|
|
li #seconds {
|
|
- font-size: 2.5rem;
|
|
|
|
|
|
+ font-size: 2rem;
|
|
padding: 0 5vw 0 1vw;
|
|
padding: 0 5vw 0 1vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-li .unit {
|
|
|
|
- position: absolute;
|
|
|
|
- text-align: center;
|
|
|
|
- display: block;
|
|
|
|
- font-size: 1rem;
|
|
|
|
- color: #000;
|
|
|
|
- font-weight: 600;
|
|
|
|
- letter-spacing: 3px;
|
|
|
|
- padding-left: 4vw;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 1025px) {
|
|
|
|
- li .unit {
|
|
|
|
- font-size: 1rem;
|
|
|
|
- top: 4.5vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- li .unit {
|
|
|
|
- font-size: 0.8rem;
|
|
|
|
- right: 2vw;
|
|
|
|
- top: 5vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
- li .unit {
|
|
|
|
- letter-spacing: 1px;
|
|
|
|
- top: 8vw;
|
|
|
|
- padding-left: 0vw;
|
|
|
|
- -webkit-transform: scale(0.83, 0.83);
|
|
|
|
- transform: scale(0.83, 0.83);
|
|
|
|
- font-size: 12px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media screen and (max-width: 400px) {
|
|
@media screen and (max-width: 400px) {
|
|
- li .unit {
|
|
|
|
- letter-spacing: 1px;
|
|
|
|
- top: 9vw;
|
|
|
|
- padding-left: 0vw;
|
|
|
|
- -webkit-transform: scale(0.6, 0.6);
|
|
|
|
- transform: scale(0.6, 0.6);
|
|
|
|
- font-size: 12px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 1025px) {
|
|
|
|
- li #unit2 {
|
|
|
|
- left: 1vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
|
- li #unit2 {
|
|
|
|
- right: 3vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 1025px) {
|
|
|
|
- li #unit1 {
|
|
|
|
- left: 1vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
|
- li #unit1 {
|
|
|
|
- right: 3vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 1025px) {
|
|
|
|
- li #unit3 {
|
|
|
|
- right: 0vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
|
- li #unit3 {
|
|
|
|
- left: -2vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 1025px) {
|
|
|
|
- li #unit0 {
|
|
|
|
- right: 6vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
- li #unit0 {
|
|
|
|
- right: 9vw;
|
|
|
|
|
|
+ li #days,
|
|
|
|
+ li #hours,
|
|
|
|
+ li #minutes,
|
|
|
|
+ li #seconds {
|
|
|
|
+ padding: 0 3vw 0 3vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2223,7 +2394,7 @@ li .unit {
|
|
}
|
|
}
|
|
li {
|
|
li {
|
|
font-size: 1.125rem;
|
|
font-size: 1.125rem;
|
|
- padding: 0.75rem;
|
|
|
|
|
|
+ padding: .75rem;
|
|
}
|
|
}
|
|
li span {
|
|
li span {
|
|
font-size: 3.375rem;
|
|
font-size: 3.375rem;
|