123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305 |
- @charset "UTF-8";
- @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-family: 微軟正黑體;
- }
- @font-face {
- font-family: 追奇手寫體;
- src: url(./drechifont-proportional.ttf);
- font-weight: 900;
- }
- body {
- width: 100vw;
- background: #f4fffc;
- }
- body p {
- color: #adadad;
- }
- body .title-main {
- font-family: "Noto Sans TC", sans-serif;
- font-weight: 600;
- color: #646464;
- font-size: 2.5rem;
- }
- @media screen and (max-width: 350px) {
- body .title-main {
- font-size: 2rem;
- }
- }
- body .line {
- background: #9b9a9a;
- height: 2px;
- width: 8vw;
- margin: 15px auto;
- }
- @media screen and (max-width: 767px) {
- body .line {
- width: 28vw;
- }
- }
- body .arrow {
- position: fixed;
- right: 3vw;
- bottom: 0.5vw;
- width: 5vw;
- height: 5vw;
- z-index: 10;
- border-radius: 80px;
- }
- @media screen and (max-width: 767px) {
- body .arrow {
- width: 20vw;
- height: 20vw;
- }
- }
- #Navigation {
- background: #a9d0c5;
- height: 4.5vw;
- width: 100vw !important;
- }
- @media screen and (max-width: 1024px) {
- #Navigation {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation {
- height: 15vw;
- position: fixed;
- z-index: 5;
- border-bottom: 1px solid white !important;
- }
- }
- #Navigation #nav {
- width: 100vw;
- margin: 0 auto;
- }
- #Navigation #logo {
- padding-top: 0.5vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo {
- padding-top: 0;
- }
- }
- #Navigation #logo img {
- width: 120px;
- }
- #Navigation #link {
- text-align: right;
- padding: 1.5vw 3vw;
- }
- @media screen and (max-width: 1024px) {
- #Navigation #link {
- padding-top: 2vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation #link {
- display: none;
- }
- }
- #Navigation #link a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 15px;
- position: relative;
- }
- #Navigation #link a :hover {
- opacity: 0.8;
- }
- #Navigation #link a:after {
- content: "";
- display: block;
- width: 80%;
- height: 3px;
- background-color: #fff;
- position: absolute;
- left: 12%;
- bottom: 0;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- opacity: 0;
- }
- #Navigation #link a:hover:after {
- width: 80%;
- opacity: 1;
- }
- @media screen and (max-width: 1024px) {
- #Navigation #link a {
- padding: 5px;
- padding-top: 2vw;
- }
- }
- #Navigation #menu-btn1 {
- position: absolute;
- right: 1vw;
- top: 1vw;
- width: 18vw;
- z-index: 6;
- }
- @media screen and (min-width: 1025px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- #banner {
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url(./img/banner/coverwebp.webp);
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #banner {
- background-image: none;
- height: 100vh;
- padding-bottom: 30vw;
- }
- }
- #banner .banner1 {
- width: 85vw;
- padding-top: 5vw;
- padding-bottom: 10vw;
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 {
- width: 100vw;
- padding-bottom: 10vw;
- padding-top: 20vw;
- }
- }
- @media screen and (max-width: 350px) {
- #banner .banner1 {
- padding-top: 20vw;
- }
- }
- @media screen and (min-width: 1025px) {
- #banner .banner1 #mobilecover {
- display: none;
- }
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 #mobilecover {
- display: block;
- width: 100vw;
- position: absolute;
- top: 35vw;
- z-index: -1;
- }
- }
- @media screen and (max-width: 350px) {
- #banner .banner1 #mobilecover {
- top: 35vw;
- padding-top: 12vw;
- }
- }
- #banner .banner1 h1 {
- font-size: 28px;
- font-weight: 900;
- color: #555555;
- margin: 5vw 0px;
- text-align: center;
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 h1 {
- font-size: 0.8rem;
- }
- }
- #banner .banner1 #bannertitle {
- display: block;
- width: 40vw;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 #bannertitle {
- width: 80vw;
- margin: 0 auto;
- }
- }
- #banner .banner1 #countdown {
- display: block;
- margin: 0 auto;
- width: 40vw;
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 #countdown {
- width: 90vw;
- margin: 0 auto;
- }
- }
- #banner .banner1 .btn {
- display: block;
- margin: 0 auto;
- margin-top: 1vw;
- width: 15vw;
- border-radius: 30px;
- padding: 12px;
- background: #fff;
- color: #a9d0c5;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border: 3px solid #a9d0c5;
- font-weight: 900;
- }
- @media screen and (max-width: 767px) {
- #banner .banner1 .btn {
- width: 60vw;
- margin-top: 110vw;
- }
- }
- .social-icons {
- position: fixed;
- left: 50px;
- bottom: 12.5rem;
- z-index: 10;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .social-icons a {
- text-decoration: none;
- display: block;
- margin-bottom: 10px;
- }
- .social-icons img {
- width: 15px;
- height: 15px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .scroll-txt {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- position: fixed;
- left: 5px;
- bottom: 8rem;
- z-index: 3;
- font-size: 12px;
- color: #707070;
- }
- @media screen and (max-width: 1024px) {
- .scroll-txt {
- left: -2%;
- }
- }
- .scroll-txt p {
- font-weight: lighter;
- display: inline-block;
- position: relative;
- }
- .scroll-txt p::after {
- position: absolute;
- content: "";
- left: 110%;
- top: 5%;
- width: 6rem;
- height: 50%;
- border-bottom: 0.5px solid;
- }
- #trouble {
- padding-top: 10vw;
- background: #f4fffc;
- padding-bottom: 10vw !important;
- }
- @media screen and (max-width: 767px) {
- #trouble {
- padding-top: 30vw;
- }
- }
- @media screen and (min-height: 800px) {
- #trouble {
- padding-top: 0vw;
- }
- }
- #trouble img {
- padding: 10vw 10vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #trouble #trouble-text {
- padding-top: 20vw;
- }
- #trouble #trouble-text .text-box {
- margin-left: 5vw;
- }
- #trouble #trouble-text .text-box h1 {
- padding-bottom: 3vw !important;
- }
- @media screen and (max-width: 767px) {
- #trouble #trouble-text .text-box h1 {
- font-size: 2.5rem;
- }
- }
- @media screen and (max-width: 350px) {
- #trouble #trouble-text .text-box h1 {
- font-size: 2rem;
- }
- }
- #trouble #trouble-text .text-box .text {
- font-size: 20px;
- color: #646464;
- padding: 3px 0px;
- letter-spacing: 0.5px;
- }
- @media screen and (max-width: 1024px) {
- #trouble #trouble-text .text-box .text {
- font-size: 16px;
- }
- }
- #Course-list {
- background: #f4fffc;
- text-align: center;
- position: relative;
- padding-bottom: 12vw !important;
- }
- @media screen and (max-width: 767px) {
- #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;
- }
- #Course-list .parallax #act4 {
- left: 13vw;
- top: 13vw;
- width: 18vw;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #Course-list .parallax #act3 {
- left: 22vw;
- top: 8vw;
- width: 10vw;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #Course-list .parallax #act2 {
- right: 9vw;
- top: 32vw;
- width: 19vw;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #Course-list .parallax #act6 {
- left: 25vw;
- top: 13vw;
- width: 35vw;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #Course-list .parallax #act1 {
- right: 14vw;
- top: 20vw;
- width: 15vw;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #Course-list #bg {
- width: 80vw;
- }
- #Course-list .title-main {
- font-family: 微軟正黑體;
- font-weight: 900;
- color: #646464;
- }
- #Course-list #Course-content {
- width: 65vw;
- margin: 10px auto;
- padding-top: -10vw;
- position: absolute;
- top: 15vw;
- left: 20vw;
- }
- #Course-list #Course-content .box {
- width: 20vw;
- background: #fff;
- border-radius: 8px;
- margin: 10px;
- }
- #Course-list #Course-content .box .box-img {
- margin: 20px;
- }
- #Course-list #Course-content .box .box-img img {
- padding: 3vw 0px;
- width: 10vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #Course-list #Course-content .box .box-img2 img {
- width: 10vw;
- }
- #Course-list #Course-content .box h1 {
- padding-top: 2vw;
- font-family: 微軟正黑體;
- font-weight: 900;
- font-size: 1.8rem;
- color: #646464;
- }
- @media screen and (max-width: 1024px) {
- #Course-list #Course-content .box h1 {
- font-size: 1rem;
- }
- }
- #Course-list #Course-content .box h2 {
- font-size: 32px;
- color: #646464;
- }
- @media screen and (max-width: 1024px) {
- #Course-list #Course-content .box h2 {
- font-size: 1.5rem;
- }
- }
- #Course-box01,
- #Course-box02,
- #Course-box03 {
- background-color: rgba(0, 0, 0, 0.8);
- width: 100vw;
- z-index: 8;
- padding: 100px 50px 100px 50px;
- position: relative;
- display: none;
- }
- #Course-box01 .close,
- #Course-box02 .close,
- #Course-box03 .close {
- position: absolute;
- right: 3vw;
- top: 5vw;
- }
- #Course-box01 .Course-box01,
- #Course-box02 .Course-box01,
- #Course-box03 .Course-box01 {
- background: #fff;
- width: 90vw;
- margin: 0 auto;
- }
- #Course-box01 .Course-box01 h1,
- #Course-box02 .Course-box01 h1,
- #Course-box03 .Course-box01 h1 {
- padding-top: 50px;
- text-align: center;
- font-family: 追奇手寫體;
- font-size: 4rem;
- color: #414346;
- }
- #Course-box01 .Course-box01 #box01,
- #Course-box01 .Course-box01 #box02,
- #Course-box01 .Course-box01 #box03,
- #Course-box02 .Course-box01 #box01,
- #Course-box02 .Course-box01 #box02,
- #Course-box02 .Course-box01 #box03,
- #Course-box03 .Course-box01 #box01,
- #Course-box03 .Course-box01 #box02,
- #Course-box03 .Course-box01 #box03 {
- width: 85vw;
- margin: 10px auto;
- padding: 10px 0px 80px 0px;
- }
- #Course-box01 .Course-box01 #box01 .card,
- #Course-box01 .Course-box01 #box02 .card,
- #Course-box01 .Course-box01 #box03 .card,
- #Course-box02 .Course-box01 #box01 .card,
- #Course-box02 .Course-box01 #box02 .card,
- #Course-box02 .Course-box01 #box03 .card,
- #Course-box03 .Course-box01 #box01 .card,
- #Course-box03 .Course-box01 #box02 .card,
- #Course-box03 .Course-box01 #box03 .card {
- width: 16vw;
- text-align: center;
- margin: 10px auto;
- -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
- box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
- background: #fff;
- border-radius: 8px;
- border: none !important;
- }
- #Course-box01 .Course-box01 #box01 .card .card-title,
- #Course-box01 .Course-box01 #box02 .card .card-title,
- #Course-box01 .Course-box01 #box03 .card .card-title,
- #Course-box02 .Course-box01 #box01 .card .card-title,
- #Course-box02 .Course-box01 #box02 .card .card-title,
- #Course-box02 .Course-box01 #box03 .card .card-title,
- #Course-box03 .Course-box01 #box01 .card .card-title,
- #Course-box03 .Course-box01 #box02 .card .card-title,
- #Course-box03 .Course-box01 #box03 .card .card-title {
- padding: 30px 0px 20px 0px;
- font-weight: 900;
- color: #414346;
- font-size: 1.1rem;
- }
- #Course-box01 .Course-box01 #box01 .card img,
- #Course-box01 .Course-box01 #box02 .card img,
- #Course-box01 .Course-box01 #box03 .card img,
- #Course-box02 .Course-box01 #box01 .card img,
- #Course-box02 .Course-box01 #box02 .card img,
- #Course-box02 .Course-box01 #box03 .card img,
- #Course-box03 .Course-box01 #box01 .card img,
- #Course-box03 .Course-box01 #box02 .card img,
- #Course-box03 .Course-box01 #box03 .card img {
- padding: 90px 30px 0px 30px;
- }
- #Course-box01 .Course-box01 #box01 .card .box-img img,
- #Course-box01 .Course-box01 #box02 .card .box-img img,
- #Course-box01 .Course-box01 #box03 .card .box-img img,
- #Course-box02 .Course-box01 #box01 .card .box-img img,
- #Course-box02 .Course-box01 #box02 .card .box-img img,
- #Course-box02 .Course-box01 #box03 .card .box-img img,
- #Course-box03 .Course-box01 #box01 .card .box-img img,
- #Course-box03 .Course-box01 #box02 .card .box-img img,
- #Course-box03 .Course-box01 #box03 .card .box-img img {
- width: 10.5vw;
- height: 13.4vw;
- }
- #Course-box01 .Course-box01 #box01 .card .box-img2 img,
- #Course-box01 .Course-box01 #box02 .card .box-img2 img,
- #Course-box01 .Course-box01 #box03 .card .box-img2 img,
- #Course-box02 .Course-box01 #box01 .card .box-img2 img,
- #Course-box02 .Course-box01 #box02 .card .box-img2 img,
- #Course-box02 .Course-box01 #box03 .card .box-img2 img,
- #Course-box03 .Course-box01 #box01 .card .box-img2 img,
- #Course-box03 .Course-box01 #box02 .card .box-img2 img,
- #Course-box03 .Course-box01 #box03 .card .box-img2 img {
- width: 12vw;
- }
- .sec04 {
- text-align: center;
- padding-top: 4.5rem;
- padding-bottom: 8rem !important;
- color: #646464;
- overflow: hidden;
- }
- .sec04 #card-box {
- background-image: url(./img/Course-list/bg.png);
- background-size: cover;
- background-repeat: no-repeat;
- background-position: 40% 50%;
- }
- .sec04 #card-box .card {
- text-align: center;
- margin: 0px 10px;
- }
- .sec04 #card-box .card .card-title {
- padding-top: 2rem;
- color: #646464;
- }
- @media screen and (max-width: 350px) {
- .sec04 #card-box .card .card-title {
- font-size: 1.8rem;
- }
- }
- .sec04 #card-box .card h2 {
- color: #646464;
- font-size: 1.3rem;
- }
- @media screen and (max-width: 350px) {
- .sec04 #card-box .card h2 {
- font-size: 1rem;
- }
- }
- .sec04 #card-box .card img {
- margin: 0 auto;
- }
- @media screen and (min-width: 1000px) {
- .sec04 {
- display: none;
- }
- }
- @media screen and (max-width: 767px) {
- .sec04 .name {
- padding-bottom: 2rem;
- font-size: 4rem;
- }
- }
- .mobile01-1, .mobile01-2, .mobile01-3 {
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.8);
- position: fixed;
- top: 0vw;
- z-index: 10;
- padding: 15vw 5vw 21vw 5vw;
- overflow: hidden;
- margin: 0 !important;
- display: none;
- }
- @media screen and (min-width: 1025px) {
- .mobile01-1, .mobile01-2, .mobile01-3 {
- display: none;
- }
- }
- .mobile01-1 .mobile-box1 .close, .mobile01-1 .mobile-box2 .close, .mobile01-1 .mobile-box3 .close, .mobile01-2 .mobile-box1 .close, .mobile01-2 .mobile-box2 .close, .mobile01-2 .mobile-box3 .close, .mobile01-3 .mobile-box1 .close, .mobile01-3 .mobile-box2 .close, .mobile01-3 .mobile-box3 .close {
- position: absolute;
- right: 5vw;
- top: 5vw;
- }
- .mobile01-1 .mobile-box1 .Course-mobile01, .mobile01-1 .mobile-box2 .Course-mobile01, .mobile01-1 .mobile-box3 .Course-mobile01, .mobile01-2 .mobile-box1 .Course-mobile01, .mobile01-2 .mobile-box2 .Course-mobile01, .mobile01-2 .mobile-box3 .Course-mobile01, .mobile01-3 .mobile-box1 .Course-mobile01, .mobile01-3 .mobile-box2 .Course-mobile01, .mobile01-3 .mobile-box3 .Course-mobile01 {
- background: #fff;
- width: 90vw;
- margin: 0 auto;
- border-radius: 5px;
- }
- .mobile01-1 .mobile-box1 .Course-mobile01 h1, .mobile01-1 .mobile-box2 .Course-mobile01 h1, .mobile01-1 .mobile-box3 .Course-mobile01 h1, .mobile01-2 .mobile-box1 .Course-mobile01 h1, .mobile01-2 .mobile-box2 .Course-mobile01 h1, .mobile01-2 .mobile-box3 .Course-mobile01 h1, .mobile01-3 .mobile-box1 .Course-mobile01 h1, .mobile01-3 .mobile-box2 .Course-mobile01 h1, .mobile01-3 .mobile-box3 .Course-mobile01 h1 {
- padding-top: 10vw;
- text-align: center;
- font-family: 追奇手寫體;
- font-size: 2.5rem;
- color: #414346;
- }
- .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3, .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-3 {
- padding: 1vw 20px 5vw 20px;
- }
- @media screen and (max-width: 350px) {
- .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3, .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-3 {
- padding: 1vw 0px 7vw 0px;
- }
- }
- .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 {
- text-align: center;
- margin: 0px 10px;
- }
- .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 {
- padding-top: 1rem;
- font-weight: 900;
- color: #414346;
- font-size: 1.3rem;
- }
- .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-3 .card img, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-1 .card img, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-2 .card img, .mobile01-1 .mobile-box2 .Course-mobile01 .card-box-3 .card img, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-1 .card img, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-2 .card img, .mobile01-1 .mobile-box3 .Course-mobile01 .card-box-3 .card img, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-1 .card img, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-2 .card img, .mobile01-2 .mobile-box1 .Course-mobile01 .card-box-3 .card img, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-1 .card img, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-2 .card img, .mobile01-2 .mobile-box2 .Course-mobile01 .card-box-3 .card img, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-1 .card img, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-2 .card img, .mobile01-2 .mobile-box3 .Course-mobile01 .card-box-3 .card img, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-1 .card img, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-2 .card img, .mobile01-3 .mobile-box1 .Course-mobile01 .card-box-3 .card img, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-1 .card img, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-2 .card img, .mobile01-3 .mobile-box2 .Course-mobile01 .card-box-3 .card img, .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-1 .card img, .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-2 .card img, .mobile01-3 .mobile-box3 .Course-mobile01 .card-box-3 .card img {
- margin: 0 auto;
- }
- .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 {
- width: 40vw;
- height: 53vw;
- padding: 15vw 10vw;
- }
- .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;
- }
- #course-schedule {
- background: #f4fffc;
- text-align: center;
- padding-bottom: 12vw !important;
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #course-schedule {
- display: none;
- }
- }
- #course-schedule #bg2 {
- width: 80vw;
- }
- #course-schedule #schedule-content {
- position: absolute;
- width: 70vw;
- top: 20vw;
- left: 15vw;
- }
- #course-schedule #schedule-content .schedule-box {
- text-align: center;
- }
- #course-schedule #schedule-content .schedule-box h1 {
- font-size: 24px;
- font-weight: 900;
- color: #fff;
- }
- #course-schedule #schedule-content .schedule-box .content-box {
- width: 18vw;
- height: 10vw;
- margin: 30px auto;
- background: #fff;
- border: 1.5px solid #707070;
- border-radius: 5px;
- color: #646464;
- line-height: 10vw;
- font-size: 18px;
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
- }
- @media screen and (max-width: 1024px) {
- #course-schedule #schedule-content .schedule-box .content-box {
- font-size: 0.9rem;
- padding: 1vw;
- line-height: 8vw;
- }
- }
- #course-schedule #schedule-content .schedule-box .content-box1 {
- width: 18vw;
- height: 10vw;
- margin: 30px auto;
- background: #fff;
- border: 1.5px solid #707070;
- border-radius: 5px;
- font-size: 18px;
- padding: 2vw;
- color: #646464;
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
- }
- @media screen and (max-width: 1024px) {
- #course-schedule #schedule-content .schedule-box .content-box1 {
- font-size: 0.9rem;
- padding: 1vw;
- }
- }
- .sec05 {
- text-align: center;
- padding-top: 4.5rem;
- padding-bottom: 8rem;
- color: #646464;
- padding-bottom: 8rem !important;
- overflow: hidden;
- }
- @media screen and (min-width: 1025px) {
- .sec05 {
- display: none;
- }
- }
- .sec05 .line {
- margin-bottom: 10vw;
- }
- .sec05 #card-box2 {
- background-image: url(./img/course-schedule/bg2.png);
- background-size: 155%;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- }
- .sec05 #card-box2 .box {
- padding-bottom: 20vw !important;
- }
- .sec05 #card-box2 .box .box1 {
- padding-bottom: 20vw;
- }
- .sec05 #card-box2 .box .box1 h1 {
- color: #70b2a0;
- text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
- }
- .sec05 #card-box2 .box .box2 h1 {
- color: #fff;
- text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
- }
- .sec05 #card-box2 .box .box1,
- .sec05 #card-box2 .box .box2 {
- margin: 0px 30px;
- color: #646464;
- font-weight: 900;
- }
- .sec05 #card-box2 .box .box1 h1,
- .sec05 #card-box2 .box .box2 h1 {
- padding-bottom: 5vw;
- font-family: "Noto Sans TC", sans-serif;
- font-weight: 600;
- }
- .sec05 #card-box2 .box .box1 .card,
- .sec05 #card-box2 .box .box2 .card {
- padding: 30px 20px;
- border: 2px solid #707070 !important;
- -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
- }
- #information {
- text-align: center;
- background: #f4fffc;
- color: #646464;
- position: relative;
- padding-bottom: 35vw;
- }
- @media screen and (max-width: 1024px) {
- #information {
- padding-bottom: 75vw;
- }
- }
- @media screen and (max-width: 767px) {
- #information {
- display: none;
- }
- }
- #information #bg3 {
- width: 80vw;
- }
- #information .information {
- position: absolute;
- text-align: left;
- font-size: 1.6rem;
- line-height: 3vw;
- top: 15vw;
- left: 20vw;
- }
- @media screen and (max-width: 1024px) {
- #information .information {
- font-size: 1rem;
- line-height: 3vw;
- }
- }
- #information .information a {
- color: #646464;
- }
- #information #information-form {
- position: absolute;
- top: 40vw;
- }
- #information #information-form #form-card {
- width: 75vw;
- margin: 0 auto;
- }
- #information #information-form #form-card .contact-form #name,
- #information #information-form #form-card .contact-form #company {
- width: 49.5%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- @media screen and (max-width: 1024px) {
- #information #information-form #form-card .contact-form #name,
- #information #information-form #form-card .contact-form #company {
- width: 100%;
- }
- }
- #information #information-form #form-card .contact-form #phone,
- #information #information-form #form-card .contact-form #email,
- #information #information-form #form-card .contact-form #pay,
- #information #information-form #form-card .contact-form #message,
- #information #information-form #form-card .contact-form #message1,
- #information #information-form #form-card .contact-form #profession {
- width: 100%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- #information #information-form #form-card .contact-form .btn {
- margin-top: 3vw;
- width: 15vw;
- border-radius: 30px;
- padding: 15px;
- background: #fff;
- color: #a9d0c5;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border: 2px solid #a9d0c5;
- font-weight: 900;
- }
- #information #map {
- border: 1px solid rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- width: 35vw !important;
- }
- #information #map #googlemap {
- padding-top: 1vw !important;
- width: 33vw;
- }
- #information-mobile {
- text-align: center;
- }
- @media screen and (min-width: 1025px) {
- #information-mobile {
- display: none;
- }
- }
- #information-mobile .information {
- padding: 20vw 0px;
- text-align: left;
- color: #646464;
- background-image: url(./img/information/bg3.png);
- background-size: 175%;
- background-repeat: no-repeat;
- background-position: bottom center;
- font-size: 1rem;
- }
- @media screen and (max-width: 350px) {
- #information-mobile .information {
- font-size: 0.9rem;
- }
- }
- #information-mobile .information a {
- color: #646464;
- }
- #information-mobile .information #information-01 {
- font-weight: 900;
- padding-right: 0px !important;
- padding-left: 5vw;
- }
- @media screen and (max-width: 350px) {
- #information-mobile .information #information-01 {
- padding-left: 1vw;
- padding-top: 0.8vw;
- }
- }
- @media screen and (max-width: 350px) {
- #information-mobile .information #information-02 {
- padding-left: 0 !important;
- }
- }
- #information-mobile #mobile-form #form-card {
- width: 90vw;
- margin: 0 auto;
- }
- #information-mobile #mobile-form #form-card .contact-form #name,
- #information-mobile #mobile-form #form-card .contact-form #company {
- width: 49.5%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- @media screen and (max-width: 1024px) {
- #information-mobile #mobile-form #form-card .contact-form #name,
- #information-mobile #mobile-form #form-card .contact-form #company {
- width: 100%;
- }
- }
- #information-mobile #mobile-form #form-card .contact-form #phone,
- #information-mobile #mobile-form #form-card .contact-form #email,
- #information-mobile #mobile-form #form-card .contact-form #pay,
- #information-mobile #mobile-form #form-card .contact-form #message,
- #information-mobile #mobile-form #form-card .contact-form #message1,
- #information-mobile #mobile-form #form-card .contact-form #profession {
- width: 100%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- #information-mobile #mobile-form #form-card .contact-form .btn {
- margin-top: 3vw;
- width: 55vw;
- border-radius: 30px;
- padding: 10px;
- background: #fff;
- color: #a9d0c5;
- font-family: "Noto Sans TC", sans-serif;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- font-weight: 900;
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border: 3px solid #a9d0c5;
- font-size: 1.2rem;
- letter-spacing: 1px;
- }
- #information-mobile #map {
- border: 1px solid rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- width: 90vw !important;
- margin: 10vw auto;
- }
- #information-mobile #map #googlemap {
- padding: 2vw !important;
- width: 85vw;
- }
- #footer {
- background: #b0d4ca;
- text-align: center;
- }
- #footer p {
- padding: 15px;
- color: #fff;
- }
- #menu-box {
- top: 15vw;
- height: 25vh;
- width: 100vw;
- position: fixed;
- z-index: 5;
- overflow: hidden;
- display: none;
- }
- @media screen and (min-width: 1025px) {
- #menu-box {
- display: none;
- }
- }
- @media screen and (max-width: 767px) {
- #menu-box {
- height: 47vh;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box {
- height: 55vh;
- }
- }
- #menu-box hr {
- display: inline-block;
- margin: 0px auto !important;
- width: 55vw;
- background: #fff;
- opacity: 1 !important;
- }
- #menu-box #menu-box2 {
- width: 100vw;
- height: 25vh;
- background-color: #a9d0c5;
- opacity: 0.95;
- z-index: 7;
- text-align: center;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 {
- height: 45vh;
- }
- }
- @media screen and (max-width: 350px) {
- #menu-box #menu-box2 {
- height: 55vh;
- }
- }
- #menu-box #menu-box2 #menu-link {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[4];
- grid-template-columns: repeat(4, 1fr);
- width: 60vw;
- margin: 0 auto;
- }
- #menu-box #menu-box2 .menu-logo {
- opacity: 1;
- }
- #menu-box #menu-box2 .menu-logo img {
- width: 7vw;
- }
- #menu-box #menu-box2 a {
- display: inline-block;
- text-decoration: none;
- color: #fff;
- font-size: 16px;
- margin-top: 20px;
- font-weight: 900;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 a {
- margin-top: 4vw;
- }
- }
- #menu-box #menu-box2 .menu-text {
- width: 100vw;
- text-align: center;
- margin-bottom: 10px;
- }
- @media screen and (max-width: 767px) {
- #menu-box #menu-box2 .menu-text {
- margin-bottom: 5px !important;
- }
- }
- /*# sourceMappingURL=style.css.map */
|