|
@@ -130,7 +130,7 @@ body #btn-a #mobile-btn:hover {
|
|
height: 4.5vw;
|
|
height: 4.5vw;
|
|
width: 100vw !important;
|
|
width: 100vw !important;
|
|
position: fixed;
|
|
position: fixed;
|
|
- z-index: 10;
|
|
|
|
|
|
+ z-index: 100;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
@@ -742,311 +742,148 @@ body #btn-a #mobile-btn:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list {
|
|
|
|
- background: #f4fffc;
|
|
|
|
|
|
+#Course123-Des {
|
|
text-align: center;
|
|
text-align: center;
|
|
- position: relative;
|
|
|
|
- padding-bottom: 12vw !important;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
- #Course-list {
|
|
|
|
|
|
+ #Course123-Des {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax {
|
|
|
|
- -webkit-transition: 1s;
|
|
|
|
- transition: 1s;
|
|
|
|
- -o-object-fit: contain;
|
|
|
|
- object-fit: contain;
|
|
|
|
- z-index: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax .act {
|
|
|
|
- position: absolute;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax img {
|
|
|
|
- position: absolute;
|
|
|
|
- -webkit-transition: 0.3s;
|
|
|
|
- transition: 0.3s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax #act5 {
|
|
|
|
- left: 12vw;
|
|
|
|
- top: 33vw;
|
|
|
|
- width: 15vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list .parallax #act5 {
|
|
|
|
- width: 18vw;
|
|
|
|
- top: 35vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax #act4 {
|
|
|
|
- left: 13vw;
|
|
|
|
- top: 13vw;
|
|
|
|
- width: 18vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list .parallax #act4 {
|
|
|
|
- width: 20vw;
|
|
|
|
- top: 15vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax #act3 {
|
|
|
|
- left: 22vw;
|
|
|
|
- top: 8vw;
|
|
|
|
- width: 10vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list .parallax #act3 {
|
|
|
|
- width: 15vw;
|
|
|
|
- top: 10vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list .parallax #act2 {
|
|
|
|
- right: 9vw;
|
|
|
|
- top: 32vw;
|
|
|
|
- width: 19vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list .parallax #act2 {
|
|
|
|
- width: 20vw;
|
|
|
|
- top: 35vw;
|
|
|
|
- }
|
|
|
|
|
|
+#Course123-Des .bg2 {
|
|
|
|
+ width: 80vw;
|
|
|
|
+ position: -webkit-sticky;
|
|
|
|
+ position: sticky;
|
|
|
|
+ top: 60px;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list .parallax #act6 {
|
|
|
|
- left: 25vw;
|
|
|
|
- top: 13vw;
|
|
|
|
- width: 35vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
|
|
+.Course-list {
|
|
|
|
+ text-align: center;
|
|
|
|
+ position: relative;
|
|
|
|
+ padding-bottom: 12vw !important;
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list .parallax #act6 {
|
|
|
|
- width: 40vw;
|
|
|
|
- top: 15vw;
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ .Course-list {
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list .parallax #act1 {
|
|
|
|
- right: 14vw;
|
|
|
|
- top: 20vw;
|
|
|
|
- width: 15vw;
|
|
|
|
- -webkit-transition: 0.5s;
|
|
|
|
- transition: 0.5s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- #Course-list .parallax #act1 {
|
|
|
|
- width: 18vw;
|
|
|
|
- right: 10vw;
|
|
|
|
- top: 23vw;
|
|
|
|
|
|
+ .Course-list {
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #bg {
|
|
|
|
|
|
+.Course-list .bg2 {
|
|
width: 80vw;
|
|
width: 80vw;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- #Course-list #bg {
|
|
|
|
|
|
+ .Course-list .bg2 {
|
|
width: 90vw;
|
|
width: 90vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list .title-main {
|
|
|
|
|
|
+.Course-list .title-main {
|
|
font-family: 微軟正黑體;
|
|
font-family: 微軟正黑體;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
color: #646464;
|
|
color: #646464;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content {
|
|
|
|
|
|
+.Course-list .Course-content {
|
|
width: 65vw;
|
|
width: 65vw;
|
|
margin: 10px auto;
|
|
margin: 10px auto;
|
|
padding-top: -10vw;
|
|
padding-top: -10vw;
|
|
- position: absolute;
|
|
|
|
- top: 15vw;
|
|
|
|
- left: 20vw;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- #Course-list #Course-content {
|
|
|
|
|
|
+ .Course-list .Course-content {
|
|
top: 22vw;
|
|
top: 22vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1,
|
|
|
|
-#Course-list #Course-content .box2,
|
|
|
|
-#Course-list #Course-content .box3 {
|
|
|
|
- width: 20vw;
|
|
|
|
- background: #fff;
|
|
|
|
- border-radius: 8px;
|
|
|
|
- margin: 10px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box1 #title1-2, #Course-list #Course-content .box1 #title2-2, #Course-list #Course-content .box1 #title3-2,
|
|
|
|
-#Course-list #Course-content .box2 #title1-2,
|
|
|
|
-#Course-list #Course-content .box2 #title2-2,
|
|
|
|
-#Course-list #Course-content .box2 #title3-2,
|
|
|
|
-#Course-list #Course-content .box3 #title1-2,
|
|
|
|
-#Course-list #Course-content .box3 #title2-2,
|
|
|
|
-#Course-list #Course-content .box3 #title3-2 {
|
|
|
|
- font-family: 追奇手寫體;
|
|
|
|
- padding-top: 2.9vw;
|
|
|
|
- font-size: 45px;
|
|
|
|
- color: #646464;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box1 .box-img img,
|
|
|
|
-#Course-list #Course-content .box2 .box-img img,
|
|
|
|
-#Course-list #Course-content .box3 .box-img img {
|
|
|
|
- padding: 3vw 1.6vw;
|
|
|
|
- width: 12.5vw;
|
|
|
|
- height: 15vw;
|
|
|
|
- -o-object-fit: cover;
|
|
|
|
- object-fit: cover;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box1 .box-img2,
|
|
|
|
-#Course-list #Course-content .box2 .box-img2,
|
|
|
|
-#Course-list #Course-content .box3 .box-img2 {
|
|
|
|
|
|
+.Course-list .Course-content .Course-title {
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ font-family: 追奇手寫體;
|
|
|
|
+ font-size: 4rem;
|
|
|
|
+ color: #414346;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1 .box-img2 img,
|
|
|
|
-#Course-list #Course-content .box2 .box-img2 img,
|
|
|
|
-#Course-list #Course-content .box3 .box-img2 img {
|
|
|
|
- width: 11vw;
|
|
|
|
- height: 2vw;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box1 .box-img2 .more,
|
|
|
|
-#Course-list #Course-content .box2 .box-img2 .more,
|
|
|
|
-#Course-list #Course-content .box3 .box-img2 .more {
|
|
|
|
- margin-top: -25px;
|
|
|
|
- font-weight: 900;
|
|
|
|
- color: #fff;
|
|
|
|
- cursor: pointer;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box1 h1,
|
|
|
|
-#Course-list #Course-content .box2 h1,
|
|
|
|
-#Course-list #Course-content .box3 h1 {
|
|
|
|
- padding-top: 2vw;
|
|
|
|
- font-family: 微軟正黑體;
|
|
|
|
|
|
+.Course-list .Course-content .card-title {
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
- font-size: 1.5rem;
|
|
|
|
- color: #646464;
|
|
|
|
|
|
+ color: #414346;
|
|
|
|
+ font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- #Course-list #Course-content .box1 h1,
|
|
|
|
- #Course-list #Course-content .box2 h1,
|
|
|
|
- #Course-list #Course-content .box3 h1 {
|
|
|
|
|
|
+ .Course-list .Course-content .card-title {
|
|
|
|
+ width: 18vw;
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1 h2,
|
|
|
|
-#Course-list #Course-content .box2 h2,
|
|
|
|
-#Course-list #Course-content .box3 h2 {
|
|
|
|
- font-size: 28px;
|
|
|
|
- color: #646464;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- #Course-list #Course-content .box1 h2,
|
|
|
|
- #Course-list #Course-content .box2 h2,
|
|
|
|
- #Course-list #Course-content .box3 h2 {
|
|
|
|
- font-size: 1.5rem;
|
|
|
|
- }
|
|
|
|
|
|
+.Course-list .Course-content .box-item {
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1:hover h2 {
|
|
|
|
- font-size: 1.3rem;
|
|
|
|
|
|
+.Course-list .Course-content .box-item .box-item-1 {
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ -webkit-box-shadow: 0px 5px 30px #B9CCC7;
|
|
|
|
+ box-shadow: 0px 5px 30px #B9CCC7;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1:hover .box-img {
|
|
|
|
- margin-top: -57px;
|
|
|
|
- text-align: center;
|
|
|
|
- background-image: url(./img/people/people1.jpg);
|
|
|
|
- background-size: 15vw 15vw;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-position: center center;
|
|
|
|
|
|
+.Course-list .Course-content .box-item .box-img {
|
|
|
|
+ padding-top: 10px;
|
|
|
|
+ height: 120px;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box1:hover .box-img img {
|
|
|
|
- opacity: 0;
|
|
|
|
|
|
+.Course-list .Course-content .box-item .box-img img {
|
|
|
|
+ -o-object-fit: cover;
|
|
|
|
+ object-fit: cover;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box2:hover h2 {
|
|
|
|
- font-size: 1.1rem;
|
|
|
|
|
|
+.Course-list .Course-content .Group {
|
|
|
|
+ padding-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box2:hover .box-img {
|
|
|
|
- margin-top: -57px;
|
|
|
|
|
|
+.Course-list .Course-content .teacher {
|
|
text-align: center;
|
|
text-align: center;
|
|
- background-image: url(./img/people/people2.jpg);
|
|
|
|
- background-size: 15vw 15vw;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-position: center center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#Course-list #Course-content .box2:hover .box-img img {
|
|
|
|
- opacity: 0;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box2:hover .box-img2 {
|
|
|
|
- padding-top: 0vw;
|
|
|
|
|
|
+.Course-list .Course-content .teacher .techer-name {
|
|
|
|
+ font-family: 追奇手寫體;
|
|
|
|
+ font-size: 60px;
|
|
|
|
+ color: #646464;
|
|
|
|
+ margin-top: -10px;
|
|
|
|
+ -webkit-transform: matrix(1, -0.09, 0.09, 1, 0, 0);
|
|
|
|
+ transform: matrix(1, -0.09, 0.09, 1, 0, 0);
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box3:hover h2 {
|
|
|
|
- font-size: 1.3rem;
|
|
|
|
|
|
+.Course-list .Course-content h1 {
|
|
|
|
+ font-family: 微軟正黑體;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ font-size: 28px;
|
|
|
|
+ color: #646464;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box3:hover .box-img {
|
|
|
|
- margin-top: -57px;
|
|
|
|
- text-align: center;
|
|
|
|
- background-image: url(./img/people/people3.jpg);
|
|
|
|
- background-size: 15vw 15vw;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-position: center center;
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
|
+ .Course-list .Course-content h1 {
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box3:hover .box-img img {
|
|
|
|
- opacity: 0;
|
|
|
|
|
|
+.Course-list .Course-content h2 {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ color: #646464;
|
|
}
|
|
}
|
|
|
|
|
|
-#Course-list #Course-content .box3:hover .box-img2 {
|
|
|
|
- padding-top: 0vw;
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
|
+ .Course-list .Course-content h2 {
|
|
|
|
+ font-size: 1.5rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
#Course-box01,
|
|
#Course-box01,
|
|
@@ -1287,7 +1124,15 @@ body #btn-a #mobile-btn:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box {
|
|
|
|
|
|
+.sec04 .course-name {
|
|
|
|
+ padding-top: 5vw;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-family: 追奇手寫體;
|
|
|
|
+ font-size: 2rem;
|
|
|
|
+ color: #414346;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.sec04 .card-box {
|
|
background-image: url(./img/Course-list/bg.png);
|
|
background-image: url(./img/Course-list/bg.png);
|
|
background-size: cover;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
@@ -1295,24 +1140,24 @@ body #btn-a #mobile-btn:hover {
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 767px) {
|
|
@media screen and (min-width: 767px) {
|
|
- .sec04 #card-box {
|
|
|
|
|
|
+ .sec04 .card-box {
|
|
padding-top: 15vw;
|
|
padding-top: 15vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .slick-slide {
|
|
|
|
|
|
+.sec04 .card-box .slick-slide {
|
|
outline: none !important;
|
|
outline: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .slick-dots {
|
|
|
|
|
|
+.sec04 .card-box .slick-dots {
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .slick-dots li {
|
|
|
|
|
|
+.sec04 .card-box .slick-dots li {
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .slick-dots button {
|
|
|
|
|
|
+.sec04 .card-box .slick-dots button {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
display: block;
|
|
display: block;
|
|
width: 30px;
|
|
width: 30px;
|
|
@@ -1324,82 +1169,76 @@ body #btn-a #mobile-btn:hover {
|
|
text-indent: -9999px;
|
|
text-indent: -9999px;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .slick-dots li.slick-active button {
|
|
|
|
|
|
+.sec04 .card-box .slick-dots li.slick-active button {
|
|
background-color: #fce49d;
|
|
background-color: #fce49d;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card {
|
|
|
|
|
|
+.sec04 .card-box .card {
|
|
text-align: center;
|
|
text-align: center;
|
|
margin: 0px 10px;
|
|
margin: 0px 10px;
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
|
+ height: 64vh;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card .box-img2 .more {
|
|
|
|
- font-weight: 900;
|
|
|
|
- color: #fff;
|
|
|
|
- margin-top: -25px;
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ .sec04 .card-box .card {
|
|
|
|
+ height: 75vh;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card .card-title {
|
|
|
|
- padding-top: 2rem;
|
|
|
|
|
|
+.sec04 .card-box .card .card-title {
|
|
|
|
+ padding-top: 20vw;
|
|
color: #646464;
|
|
color: #646464;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ font-size: 18px;
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- .sec04 #card-box .card .card-title {
|
|
|
|
- font-size: 1.5rem;
|
|
|
|
- }
|
|
|
|
|
|
+.sec04 .card-box .card .box-img {
|
|
|
|
+ padding-top: 15vw;
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 350px) {
|
|
|
|
- .sec04 #card-box .card .card-title {
|
|
|
|
- font-size: 1.8rem;
|
|
|
|
- }
|
|
|
|
|
|
+.sec04 .card-box .card .box-img img {
|
|
|
|
+ -o-object-fit: cover;
|
|
|
|
+ object-fit: cover;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card h2 {
|
|
|
|
|
|
+.sec04 .card-box .card h2 {
|
|
color: #646464;
|
|
color: #646464;
|
|
font-size: 1.3rem;
|
|
font-size: 1.3rem;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- .sec04 #card-box .card h2 {
|
|
|
|
|
|
+ .sec04 .card-box .card h2 {
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
@media screen and (max-width: 350px) {
|
|
- .sec04 #card-box .card h2 {
|
|
|
|
|
|
+ .sec04 .card-box .card h2 {
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card img {
|
|
|
|
|
|
+.sec04 .card-box .card img {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
-.sec04 #card-box .card .box-img01 img,
|
|
|
|
-.sec04 #card-box .card .box-img02 img,
|
|
|
|
-.sec04 #card-box .card .box-img03 img {
|
|
|
|
- width: 214px;
|
|
|
|
- height: 214px;
|
|
|
|
|
|
+.sec04 .card-box .card .box-img01 img,
|
|
|
|
+.sec04 .card-box .card .box-img02 img,
|
|
|
|
+.sec04 .card-box .card .box-img03 img {
|
|
|
|
+ width: 180px;
|
|
|
|
+ height: 180px;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
@media screen and (min-width: 768px) {
|
|
- .sec04 #card-box .card .box-img01 img,
|
|
|
|
- .sec04 #card-box .card .box-img02 img,
|
|
|
|
- .sec04 #card-box .card .box-img03 img {
|
|
|
|
|
|
+ .sec04 .card-box .card .box-img01 img,
|
|
|
|
+ .sec04 .card-box .card .box-img02 img,
|
|
|
|
+ .sec04 .card-box .card .box-img03 img {
|
|
width: 20vw;
|
|
width: 20vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- .sec04 .name {
|
|
|
|
- font-size: 3rem;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
@media screen and (min-width: 1000px) {
|
|
.sec04 {
|
|
.sec04 {
|
|
display: none;
|
|
display: none;
|
|
@@ -1679,38 +1518,6 @@ body #btn-a #mobile-btn:hover {
|
|
margin: 0px 10px;
|
|
margin: 0px 10px;
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 1024px) {
|
|
|
|
- .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: 1.5rem;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card,
|
|
.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-2 .card,
|
|
@@ -2000,69 +1807,6 @@ body #btn-a #mobile-btn:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
-.mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img {
|
|
|
|
- padding-top: 20vw;
|
|
|
|
- width: 40vw;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media screen and (min-width: 767px) {
|
|
|
|
- .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card .box-img2 img,
|
|
|
|
- .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card .box-img2 img {
|
|
|
|
- padding-top: 5vw;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#course-schedule {
|
|
#course-schedule {
|
|
background: #f4fffc;
|
|
background: #f4fffc;
|
|
text-align: center;
|
|
text-align: center;
|