123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .container-fluid {
- width: 80vw;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- .container-fluid {
- width: 90vw;
- }
- }
- body {
- background: #fff;
- }
- body .learn-more {
- color: #fff;
- width: 30%;
- height: 50px;
- margin: 10px 0px;
- font-size: 16px;
- border-radius: 0%;
- border: none;
- font-weight: 900;
- background: #93000a;
- vertical-align: top;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- body .learn-more:hover {
- color: #93000a;
- background: #fff;
- border: 1px solid #93000a;
- }
- #Navigation {
- width: 100vw;
- background-color: #000;
- color: #fff;
- position: fixed;
- z-index: 20;
- }
- @media screen and (max-width: 767px) {
- #Navigation {
- width: 100vw;
- }
- }
- #Navigation #logo {
- padding-top: 1.3vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo {
- padding: 10px;
- }
- }
- #Navigation #logo img {
- width: 180px;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo img {
- width: 140px;
- }
- }
- #Navigation #link {
- padding: 4vw 1vw 2vw 1vw;
- }
- @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: 2vw;
- top: 8vw;
- width: 15vw;
- z-index: 6;
- }
- @media screen and (min-width: 1025px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- @media screen and (min-width: 768px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- #menu-box {
- width: 40vw;
- right: 0px;
- position: fixed;
- z-index: 20;
- overflow: hidden;
- }
- @media screen and (min-width: 1025px) {
- #menu-box {
- display: none;
- }
- }
- #menu-box hr {
- margin: 5px auto !important;
- width: 25vw;
- background: #fff;
- opacity: 1 !important;
- }
- #menu-box #menu-box2 {
- padding-bottom: 5vw;
- position: relative;
- width: 40vw;
- background-color: #313131;
- z-index: 7;
- text-align: center;
- }
- #menu-box #menu-box2 .close {
- padding: 30px 15px 15px 15px;
- }
- #menu-box #menu-box2 a {
- display: inline-block;
- text-decoration: none;
- color: #fff;
- font-size: 14px;
- font-weight: 900;
- text-align: center;
- padding: 0 !important;
- }
- #banner {
- width: 100vw;
- display: inline-block;
- background: url(./img/banner2.jpg), linear-gradient(75deg, rgba(0, 0, 0, 0.52) 35%, transparent 30%);
- background-position: center center;
- background-size: cover;
- background-blend-mode: overlay;
- }
- @media screen and (max-width: 767px) {
- #banner {
- background: url(./img/mobile-banner1.jpg);
- }
- }
- #banner #banner-container {
- width: 80vw;
- margin: 50px auto;
- padding-bottom: 5vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container {
- width: 85vw;
- padding-bottom: 10vw;
- }
- }
- #banner #banner-container .youtube {
- width: 80vw;
- padding-top: 10vw;
- margin: 0 auto;
- color: #fff;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube {
- padding-top: 10vw;
- margin: 0 auto;
- }
- }
- #banner #banner-container .youtube #youtube-text h1 {
- font-size: 40px;
- text-align: left;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube #youtube-text h1 {
- font-size: 30px;
- margin: 0;
- }
- }
- #banner #banner-container .youtube #youtube-text .youtube-text-title1 {
- width: 380px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube #youtube-text .youtube-text-title1 {
- width: 80vw;
- }
- }
- #banner #banner-container .youtube #youtube-text .youtube-text-title2 {
- width: 350px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube #youtube-text .youtube-text-title2 {
- width: 80vw;
- }
- }
- #banner #banner-container .youtube #youtube-text p {
- width: 300px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube #youtube-text p {
- width: 80vw;
- }
- }
- #banner #banner-container .youtube hr {
- width: 12vw;
- height: 2px;
- color: #fff;
- margin: 20px 0px;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube hr {
- width: 80vw;
- }
- }
- #banner #banner-container .youtube .youtube-text-hr {
- width: 20vw;
- padding: 10px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube .youtube-text-hr {
- width: 80vw;
- }
- }
- #banner #banner-container .youtube p {
- font-size: 18px;
- }
- #banner #banner-container .youtube h1 {
- font-size: 30px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube h1 {
- font-size: 25px;
- padding: 15px 0px;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .youtube .learn-more {
- width: 100%;
- margin: 10px 0px;
- }
- }
- #banner #banner-container .contact-form-destop {
- text-align: center;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .contact-form-destop {
- display: none;
- }
- }
- #banner #banner-container .contact-form-destop h1 {
- padding: 5vw 0 1vw 0;
- color: #fff;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .contact-form-destop h1 {
- font-size: 20px;
- padding: 15px;
- }
- }
- #banner #banner-container .contact-form-destop #email {
- width: 50%;
- font-size: 16px;
- margin: 15px 0;
- padding: 10px 15px;
- border: none;
- height: 50px;
- border: 1px solid #313131;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .contact-form-destop #email {
- display: none;
- }
- }
- #banner #banner-container .contact-form-destop .btn {
- color: #fff;
- width: 25%;
- height: 50px;
- margin: 15px 0px;
- font-size: 16px;
- border-radius: 0%;
- border: none;
- font-weight: 900;
- background: #93000a;
- vertical-align: top;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .contact-form-destop .btn {
- display: none;
- }
- }
- #banner #banner-container .contact-form-destop .btn:hover {
- font-size: 17px;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .contact-form-mobile {
- display: none;
- }
- }
- #banner #banner-container .contact-form-mobile h1 {
- text-align: center;
- padding: 10vw 0 1vw 0;
- color: #fff;
- font-size: 20px;
- }
- #banner #banner-container .contact-form-mobile #email-moblie {
- margin: 10px auto;
- width: 75%;
- padding: 10px 15px;
- border: none;
- height: 50px;
- background: url(./img/email.png) 5% 50% no-repeat scroll transparent;
- background-size: 20px 15px;
- background-color: #fff;
- text-align: center;
- color: #313131;
- font-weight: 900;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .contact-form-mobile #email-moblie {
- display: none;
- }
- }
- #banner #banner-container #email-arrow {
- width: 15%;
- background: url(./img/button-arrow.png) 55% 50% no-repeat scroll transparent;
- background-size: 10px 15px;
- background-color: #93000a;
- height: 50px;
- margin: 10px auto;
- font-size: 16px;
- border-radius: 0%;
- border: none;
- font-weight: 900;
- vertical-align: top;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container #email-arrow {
- display: none;
- }
- }
- #sec01 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- #sec01 .NEWS {
- width: 80vw;
- margin: 0 auto;
- margin-top: -130px;
- margin-bottom: 100px;
- }
- @media screen and (max-width: 767px) {
- #sec01 .NEWS {
- margin-top: -70px;
- width: 90vw;
- }
- }
- #sec01 .NEWS h1 {
- padding: 0;
- margin: 0;
- font-weight: 900;
- color: #fff;
- letter-spacing: 3px;
- font-size: 60px;
- }
- @media screen and (max-width: 767px) {
- #sec01 .NEWS h1 {
- font-size: 50px;
- }
- }
- #sec01 #sec01-container {
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- margin: 0 auto !important;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-container {
- width: 90vw;
- margin: 0 auto;
- }
- }
- #sec01 #sec01-container #sec01-container-card .card {
- padding: 30px;
- border: none !important;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-container #sec01-container-card .card {
- padding: 15px;
- }
- }
- #sec01 #sec01-container #sec01-container-card .card h1 {
- padding: 15px;
- font-size: 40px;
- font-weight: 900;
- color: #9b9b9b;
- }
- #sec01 #sec01-container #sec01-container-card .card p {
- padding: 5px;
- font-size: 18px;
- margin-bottom: 0 !important;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-container #sec01-container-card .card p {
- padding: 0px;
- font-size: 16px;
- }
- }
- #sec01 #sec01-container #sec01-container-card .card .sec01-title {
- padding: 15px 0px;
- font-weight: 900;
- font-size: 22px;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-container #sec01-container-card .card .sec01-title {
- font-size: 18px;
- }
- }
- #sec01 #sec01-container #sec01-container-card .card a {
- text-decoration: none;
- color: #000;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- cursor: pointer;
- }
- #sec01 #sec01-container #sec01-container-card .card a:hover {
- color: #2828ff;
- }
- #sec01 #sec01-container #sec01-container-card .card img {
- text-align: center;
- width: 35vw;
- height: 240px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-container #sec01-container-card .card img {
- width: 85vw;
- height: 200px;
- margin: 0 auto;
- }
- }
- #sec02 {
- background: #414141;
- padding-top: 3vw;
- }
- @media screen and (max-width: 767px) {
- #sec02 {
- display: none;
- }
- }
- #sec02 #sec02-container {
- width: 90vw;
- padding: 15px;
- font-weight: 900;
- color: #fff;
- position: relative;
- }
- #sec02 #sec02-container #sec02-top-box {
- position: relative;
- }
- #sec02 #sec02-container #sec02-top-box #sec02-content {
- position: absolute;
- top: 10px;
- left: 300px;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 {
- color: #000;
- width: 13vw;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 img {
- display: inline;
- width: 150px;
- height: 200px;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
- font-size: 30px;
- }
- #sec02-moblie {
- background: #414141;
- background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #414141), color-stop(30%, transparent), color-stop(55%, #fff));
- background: linear-gradient(180deg, #414141 50%, transparent 30%, #fff 55%);
- padding-top: 3vw;
- padding-bottom: 10vw;
- }
- @media screen and (min-width: 1025px) {
- #sec02-moblie {
- display: none;
- }
- }
- #sec02-moblie #sec02-container {
- padding: 15px;
- font-weight: 900;
- color: #fff;
- width: 100vw;
- }
- #sec02-moblie #sec02-container .sec02-top1-box img {
- width: 80px;
- }
- #sec02-moblie #sec02-container .sec02-top1-box span {
- font-size: 30px;
- }
- #sec02-moblie #sec02-container .sec02-top1-box .sec02-top-text {
- text-align: center;
- }
- #sec02-moblie #sec02-container #sec02-top-box {
- width: 95vw;
- margin: 5px;
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 {
- color: #000;
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 {
- width: 100px;
- height: 130px;
- }
- @media screen and (max-width: 350px) {
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 {
- width: 100px;
- height: 130px;
- }
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
- width: 80px;
- height: 120px;
- }
- @media screen and (max-width: 350px) {
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
- width: 70px;
- height: 100px;
- }
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
- font-size: 12px;
- text-align: left;
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
- font-size: 30px;
- }
- @media screen and (max-width: 350px) {
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
- font-size: 25px;
- }
- }
- #sec03 {
- padding-top: 15vw;
- padding-bottom: 5vw;
- }
- @media screen and (max-width: 767px) {
- #sec03 {
- display: none;
- }
- }
- #sec03 #sec03-table .sec03-table-title {
- font-family: 微軟正黑體;
- font-weight: 900;
- padding: 15px;
- font-size: 35px;
- }
- #sec03 #sec03-table .table th {
- font-size: 40px;
- display: table-cell;
- vertical-align: middle;
- }
- #sec03 #sec03-table .table td {
- padding: 15px;
- }
- #sec03 #sec03-table .table td a {
- text-decoration: none;
- color: #000;
- }
- #sec03 #sec03-table .table img {
- width: 50px;
- }
- #sec03 #sec03-table .table .sec03-table-text {
- padding: 10px;
- display: table-cell;
- vertical-align: middle;
- }
- #sec03 #sec03-table .table .sec03-table-text h1 {
- font-size: 20px;
- margin: 0;
- }
- #sec03 #sec03-table .table .sec03-table-text p {
- margin: 0;
- }
- #sec03-moblie {
- position: relative;
- }
- #sec03-moblie .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 250px;
- z-index: 6;
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie .arrow-table {
- right: 10px;
- bottom: 200px;
- }
- }
- #sec03-moblie .sec03-table-title,
- #sec03-moblie .sec03-table-title2 {
- font-family: 微軟正黑體;
- font-weight: 900;
- font-size: 14px;
- display: inline-block;
- color: #9b9b9b;
- }
- #sec03-moblie .contant-toggle {
- display: inline-block;
- color: #000;
- padding-bottom: 10px;
- border-bottom: 2px solid #000;
- }
- #sec03-moblie #sec03-slider {
- padding-top: 5vw;
- }
- #sec03-moblie #sec03-slider .slick-slide img {
- display: inline;
- }
- #sec03-moblie #sec03-slider #sec03-slider1,
- #sec03-moblie #sec03-slider #sec03-slider2 {
- margin-left: 10px;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie #sec03-slider #sec03-slider1,
- #sec03-moblie #sec03-slider #sec03-slider2 {
- margin: 0 5px;
- }
- }
- #sec03-moblie #sec03-slider .table th {
- font-size: 40px;
- display: table-cell;
- vertical-align: middle;
- padding: 15px;
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie #sec03-slider .table th {
- font-size: 25px;
- }
- }
- #sec03-moblie #sec03-slider .table td {
- display: table-cell;
- vertical-align: middle;
- padding: 15px;
- padding: 10px 0;
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie #sec03-slider .table td {
- padding: 0px;
- }
- }
- #sec03-moblie #sec03-slider .table td a {
- text-decoration: none;
- color: #000;
- }
- #sec03-moblie #sec03-slider .table img {
- width: 50px;
- }
- #sec03-moblie #sec03-slider .table .sec03-table-text {
- padding: 0px 0px 0px 3px;
- display: table-cell;
- vertical-align: middle;
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie #sec03-slider .table .sec03-table-text {
- padding: 0px;
- }
- }
- #sec03-moblie #sec03-slider .table .sec03-table-text h1 {
- font-size: 14px;
- margin: 0;
- }
- #sec03-moblie #sec03-slider .table .sec03-table-text p {
- margin: 0;
- font-size: 12px;
- }
- @media screen and (min-width: 1025px) {
- #sec03-moblie {
- display: none;
- }
- }
- #sec04 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- background: #414141;
- }
- @media screen and (max-width: 767px) {
- #sec04 {
- display: none;
- }
- }
- #sec04 .sec04-title {
- padding-bottom: 1vw;
- }
- #sec04 .sec04-title h1 {
- color: #fff;
- font-size: 45px;
- font-weight: 900;
- padding: 10px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec04 .sec04-title h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec04 .sec04-title hr {
- width: 12vw;
- height: 2px;
- color: #fff !important;
- margin: 10px;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec04 .sec04-title hr {
- width: 30vw;
- }
- }
- #sec04 .learn-more {
- width: 45%;
- }
- #sec04 #sec04-container {
- background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #414141), color-stop(0%, #eee));
- background: linear-gradient(180deg, #414141 15%, #eee 0%);
- padding: 20px;
- padding-bottom: 50px;
- }
- #sec04 #sec04-container .card {
- border: none;
- border-radius: 0%;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- }
- #sec04 #sec04-container .card img {
- height: 150px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec04 #sec04-container .card .card-title {
- font-weight: 900;
- }
- #sec04-moblie {
- padding-top: 5vw;
- padding-bottom: 5vw;
- background: #414141;
- position: relative;
- overflow: hidden;
- }
- #sec04-moblie .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 240px;
- z-index: 6;
- }
- @media screen and (max-width: 350px) {
- #sec04-moblie .arrow-table {
- right: 10px;
- }
- }
- @media screen and (min-width: 1025px) {
- #sec04-moblie {
- display: none;
- }
- }
- #sec04-moblie h1 {
- color: #fff;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec04-moblie h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec04-moblie hr {
- width: 30vw;
- height: 2px;
- color: #fff;
- margin: 10px;
- opacity: 1 !important;
- }
- #sec04-moblie #sec04-moblie-container {
- padding-top: 10vw;
- }
- #sec04-moblie #sec04-moblie-container .col {
- margin: 10px;
- }
- #sec04-moblie #sec04-moblie-container .col .card {
- border-radius: 0%;
- -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- }
- #sec04-moblie #sec04-moblie-container .col .card img {
- height: 150px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec04-moblie #sec04-moblie-container .col .card .card-title {
- font-weight: 900;
- }
- #sec04-moblie #sec04-moblie-container .col .card .learn-more {
- width: 120px;
- }
- #sec05 {
- width: 85vw;
- margin: 0 auto;
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- @media screen and (max-width: 767px) {
- #sec05 {
- display: none;
- }
- }
- #sec05 h1 {
- font-size: 45px;
- font-weight: 900;
- padding: 15px;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-prev:before,
- #sec05 #sec05-container #sec05-destop-slider .slick-next:before {
- opacity: 0;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-prev,
- #sec05 #sec05-container #sec05-destop-slider .slick-next {
- width: 40px;
- height: 40px;
- content: none;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-prev {
- background-image: url(./img/arrow-table2.png);
- background-repeat: no-repeat;
- left: -40px;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-prev:hover, #sec05 #sec05-container #sec05-destop-slider .slick-prev:focus {
- background-image: url(./img/arrow-table2.png);
- background-repeat: no-repeat;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-next {
- background-image: url(./img/arrow-table.png);
- background-repeat: no-repeat;
- right: -50px;
- }
- #sec05 #sec05-container #sec05-destop-slider .slick-next:hover, #sec05 #sec05-container #sec05-destop-slider .slick-next:focus {
- background-image: url(./img/arrow-table.png);
- background-repeat: no-repeat;
- }
- #sec05 #sec05-container .col {
- margin: 5px;
- }
- #sec05 #sec05-container .card {
- -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- }
- #sec05-moblie {
- padding-top: 5vw;
- padding-bottom: 10vw;
- overflow: hidden;
- }
- @media screen and (min-width: 1025px) {
- #sec05-moblie {
- display: none;
- }
- }
- #sec05-moblie #sec05-moblie-container {
- position: relative;
- }
- #sec05-moblie #sec05-moblie-container .arrow-table {
- position: fixed;
- width: 25px;
- right: 5px;
- bottom: 300px;
- z-index: 6;
- }
- @media screen and (max-width: 350px) {
- #sec05-moblie #sec05-moblie-container .arrow-table {
- right: 10px;
- }
- }
- #sec05-moblie h1 {
- font-size: 45px;
- font-weight: 900;
- padding: 15px;
- }
- #sec05-moblie #sec05-moblie-slider .sec05-moblie-box {
- padding: 20px;
- margin: 30px;
- }
- @media screen and (max-width: 400px) {
- #sec05-moblie #sec05-moblie-slider .sec05-moblie-box {
- padding: 5px;
- margin: 20px;
- }
- }
- #sec05-moblie #sec05-moblie-slider .sec05-moblie-box .card {
- border: none;
- }
- #sec05-moblie .sec05-button {
- text-align: center;
- margin-top: -50px;
- }
- #sec05-moblie .sec05-button .mouse_scroll {
- display: inline-block;
- margin: 0 auto;
- width: 24px;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- #sec05-moblie .sec05-button .testright {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- #sec05-moblie .sec05-button .m_scroll_arrows {
- display: block;
- width: 5px;
- height: 5px;
- /* IE 9 */
- -webkit-transform: rotate(45deg);
- /* Chrome, Safari, Opera */
- transform: rotate(45deg);
- border-right: 2px solid #000;
- border-bottom: 2px solid #000;
- margin: 0 0 3px 4px;
- width: 16px;
- height: 16px;
- }
- #sec05-moblie .sec05-button .unu {
- margin-top: 1px;
- }
- #sec05-moblie .sec05-button .unu,
- #sec05-moblie .sec05-button .doi,
- #sec05-moblie .sec05-button .trei {
- -webkit-animation: mouse-scroll 1s infinite;
- animation: mouse-scroll 1s infinite;
- }
- #sec05-moblie .sec05-button .unu {
- -webkit-animation-delay: 0.1s;
- -moz-animation-delay: 0.1s;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -webkit-animation-delay: alternate;
- animation-delay: alternate;
- }
- #sec05-moblie .sec05-button .doi {
- -webkit-animation-delay: 0.2s;
- -moz-animation-delay: 0.2s;
- -webkit-animation-direction: alternate;
- animation-delay: 0.2s;
- animation-direction: alternate;
- margin-top: -6px;
- }
- #sec05-moblie .sec05-button .trei {
- -webkit-animation-delay: 0.3s;
- -moz-animation-delay: 0.3s;
- -webkit-animation-direction: alternate;
- animation-delay: 0.3s;
- animation-direction: alternate;
- margin-top: -6px;
- }
- #sec05-moblie .sec05-button .mouse {
- height: 42px;
- width: 24px;
- border-radius: 14px;
- -webkit-transform: none;
- transform: none;
- border: 2px solid #000;
- top: 170px;
- }
- #sec05-moblie .sec05-button .wheel {
- height: 5px;
- width: 2px;
- display: block;
- margin: 5px auto;
- background: #000;
- position: relative;
- height: 4px;
- width: 4px;
- border: 2px solid #000;
- border-radius: 8px;
- }
- #sec05-moblie .sec05-button .wheel {
- -webkit-animation: mouse-wheel 0.6s linear infinite;
- animation: mouse-wheel 0.8s linear infinite;
- }
- @-webkit-keyframes mouse-wheel {
- 0% {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- opacity: 0;
- -webkit-transform: translateY(6px);
- transform: translateY(6px);
- }
- }
- @keyframes mouse-wheel {
- 0% {
- top: 1px;
- }
- 25% {
- top: 5px;
- }
- 50% {
- top: 15px;
- }
- 75% {
- top: 5px;
- }
- 100% {
- top: 1px;
- }
- }
- @-webkit-keyframes mouse-scroll {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 0.5;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes mouse-scroll {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 0.5;
- }
- 100% {
- opacity: 1;
- }
- }
- #sec06 {
- width: 100vw;
- padding-top: 5vw;
- padding-bottom: 10vw;
- background: #525252;
- }
- @media screen and (max-width: 767px) {
- #sec06 {
- background: #313131;
- }
- }
- #sec06 h1 {
- font-size: 45px;
- font-weight: 900;
- padding: 15px;
- color: #fff;
- }
- #sec06 hr {
- width: 12vw;
- height: 2px;
- color: #fff;
- margin: 10px;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec06 hr {
- width: 30vw;
- }
- }
- #sec06 #sec06-container {
- width: 80vw;
- }
- #sec06 #sec06-container .card {
- margin: 10px;
- height: 480px;
- border-radius: 0%;
- -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
- }
- #sec06 #sec06-container .card img {
- padding: 5px;
- height: 150px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec06 #sec06-container .card .card-title {
- font-weight: 900;
- }
- #sec06 #sec06-container .card .learn-more {
- width: 120px;
- }
- #sec06 #sec06-container .learn-more {
- width: 120px;
- }
- #sec07 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- @media screen and (max-width: 767px) {
- #sec07 {
- display: none;
- }
- }
- #sec07 .NFT-Collections-Sales-Volume {
- width: 80vw;
- margin: 0 auto;
- margin-top: -120px;
- margin-bottom: 50px;
- }
- @media screen and (max-width: 767px) {
- #sec07 .NFT-Collections-Sales-Volume {
- display: none;
- }
- }
- #sec07 .NFT-Collections-Sales-Volume h1 {
- padding: 0;
- margin: 0;
- font-weight: normal;
- color: #fff;
- letter-spacing: 3px;
- font-size: 50px;
- }
- #sec07 .table {
- text-align: center;
- }
- #sec07 .table thead tr th {
- border: 0;
- }
- #sec07 .table td {
- display: table-cell;
- vertical-align: middle;
- text-align: left;
- }
- #sec07 .table td img {
- width: 50px;
- }
- #sec07 .table td .data-line {
- width: 100px;
- }
- #sec07 .table th {
- display: table-cell;
- vertical-align: middle;
- text-align: left;
- }
- #sec07 .table img {
- padding: 5px;
- }
- #sec07 .sec07-table-button {
- text-align: right;
- }
- #sec07 .sec07-table-button .data-button {
- text-align: left;
- border-radius: 25px;
- width: 10vw;
- padding: 5px 20px;
- color: #000;
- background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
- background-size: 18px 18px;
- background-color: #fff;
- border: 1px solid #000;
- }
- #sec07-moblir-title {
- background: #414141;
- }
- @media screen and (min-width: 1025px) {
- #sec07-moblir-title {
- display: none;
- }
- }
- #sec07-moblir-title #sec07-container {
- padding: 15px;
- font-weight: 900;
- color: #fff;
- }
- #sec07-moblie {
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- @media screen and (min-width: 1025px) {
- #sec07-moblie {
- display: none;
- }
- }
- #sec07-moblie .table {
- text-align: center;
- }
- #sec07-moblie .table thead tr th {
- border: 0;
- }
- #sec07-moblie .table td {
- display: table-cell;
- vertical-align: middle;
- text-align-last: left;
- font-size: 14px;
- }
- #sec07-moblie .table td img {
- width: 30px;
- }
- #sec07-moblie .table td .data-line {
- width: 80px;
- }
- #sec07-moblie .table th {
- display: table-cell;
- vertical-align: middle;
- text-align: left;
- font-size: 14px;
- }
- #sec07-moblie .table img {
- padding: 5px;
- width: 50px;
- }
- #sec07-moblie .sec07-table-button {
- text-align: right;
- }
- #sec07-moblie .sec07-table-button .data-button {
- text-align: left;
- border-radius: 25px;
- width: 35vw;
- padding: 5px 20px;
- color: #000;
- background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
- background-size: 18px 18px;
- background-color: #fff;
- border: 1px solid #000;
- }
- #footer {
- width: 100vw;
- text-align: center;
- line-height: 2;
- background: #313131;
- color: #fff;
- padding-bottom: 3vw !important;
- }
- #footer .footer-link {
- padding-top: 3vw;
- }
- #footer .footer-link a {
- text-decoration: none;
- font-size: 20px;
- padding: 10px;
- color: #fff;
- }
- @media screen and (max-width: 767px) {
- #footer .footer-link a {
- font-size: 14px;
- padding: 0 !important;
- }
- }
- @media screen and (max-width: 400px) {
- #footer .footer-link a {
- font-size: 12px;
- }
- }
- #footer .footer-link a span {
- font-size: 28px;
- }
- @media screen and (max-width: 767px) {
- #footer .footer-link a span {
- font-size: 16px;
- }
- }
- @media screen and (max-width: 350px) {
- #footer .footer-link a span {
- font-size: 14px;
- }
- }
- #footer .text {
- padding-top: 3vw;
- }
- #footer .text a {
- text-decoration: none;
- color: #fff;
- }
- #footer .text h2 {
- font-size: 20px;
- margin: 10px;
- letter-spacing: 1px;
- display: inline;
- }
- @media screen and (max-width: 767px) {
- #footer .text h2 {
- display: block;
- font-size: 16px;
- margin: 8px;
- }
- }
- #footer .text p {
- margin: 0 !important;
- }
- /*# sourceMappingURL=style.css.map */
|