1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657 |
- @charset "UTF-8";
- @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
- @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&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: 10vw;
- padding-bottom: 5vw;
- text-align: center;
- }
- @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: 3vw 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 .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 .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:hover h2,
- #Course-list #Course-content .box2:hover h2,
- #Course-list #Course-content .box3:hover h2 {
- font-size: 1.3rem;
- }
- #Course-list #Course-content .box1:hover .box-img,
- #Course-list #Course-content .box2:hover .box-img,
- #Course-list #Course-content .box3:hover .box-img {
- padding-top: 0.95vw;
- background-image: url(./img/people.png);
- background-size: contain;
- background-repeat: no-repeat;
- }
- #Course-list #Course-content .box1:hover .box-img img,
- #Course-list #Course-content .box2:hover .box-img img,
- #Course-list #Course-content .box3:hover .box-img img {
- opacity: 0;
- }
- #Course-list #Course-content .box1 .box-img,
- #Course-list #Course-content .box2 .box-img,
- #Course-list #Course-content .box3 .box-img {
- margin: 20px;
- }
- #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 0px;
- width: 10vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #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: 10vw;
- }
- #Course-list #Course-content .box1 h1,
- #Course-list #Course-content .box2 h1,
- #Course-list #Course-content .box3 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 .box1 h1,
- #Course-list #Course-content .box2 h1,
- #Course-list #Course-content .box3 h1 {
- font-size: 1rem;
- }
- }
- #Course-list #Course-content .box1 h2,
- #Course-list #Course-content .box2 h2,
- #Course-list #Course-content .box3 h2 {
- font-size: 32px;
- 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-box01,
- #Course-box02,
- #Course-box03 {
- background-color: rgba(0, 0, 0, 0.8);
- width: 100vw;
- height: 100vh;
- z-index: 8;
- padding: 50px 50px 100px 50px;
- position: fixed;
- top: 0vw;
- display: none;
- }
- #Course-box01 .close,
- #Course-box02 .close,
- #Course-box03 .close {
- position: absolute;
- right: 3vw;
- top: 1vw;
- }
- #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 !important;
- }
- #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;
- padding-left: 0 !important;
- padding-right: 0 !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 .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 {
- padding: 90px 30px 0px 30px;
- width: 10.5vw;
- height: 13vw;
- }
- #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 {
- padding: 90px 30px 0px 30px;
- width: 12vw;
- }
- #Course-box03 .card {
- width: 25vw !important;
- }
- .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;
- font-weight: 900;
- -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-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;
- }
- }
- .container {
- padding: 0 !important;
- margin: 0 !important;
- }
- .container #countdown {
- width: 85vw;
- }
- @media screen and (max-width: 767px) {
- .container #countdown {
- width: 100vw;
- }
- }
- @media screen and (max-width: 400px) {
- .container #countdown {
- width: 100vw;
- }
- }
- .container #countdown ul {
- padding-left: 0 !important;
- }
- h1 {
- font-weight: normal;
- letter-spacing: 0.125rem;
- text-transform: uppercase;
- }
- li {
- display: inline-block;
- list-style-type: none;
- text-transform: uppercase;
- padding-left: 0 !important;
- position: relative;
- }
- li #days,
- li #hours,
- li #minutes,
- li #seconds {
- font-size: 6rem;
- font-family: "Roboto", sans-serif !important;
- font-weight: 900;
- color: #fff;
- text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.3);
- border-right: 2px solid #fff;
- padding: 0 45px;
- }
- @media screen and (max-width: 767px) {
- li #days,
- li #hours,
- li #minutes,
- li #seconds {
- font-size: 2.5rem;
- padding: 0 5vw 0 1vw;
- }
- }
- li .unit {
- position: absolute;
- text-align: center;
- top: 4.5vw;
- display: block;
- font-size: 1rem;
- color: #000;
- font-weight: 600;
- letter-spacing: 3px;
- padding-left: 4vw;
- }
- @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) {
- 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;
- }
- }
- li #unit0 {
- right: 5vw;
- }
- @media screen and (max-width: 767px) {
- li #unit0 {
- right: 9vw;
- }
- }
- @media all and (max-width: 768px) {
- h1 {
- font-size: 1.5rem;
- }
- li {
- font-size: 1.125rem;
- padding: 0.75rem;
- }
- li span {
- font-size: 3.375rem;
- }
- }
- /*# sourceMappingURL=style.css.map */
|