1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096 |
- @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: 100vw;
- }
- }
- #Navigation {
- width: 100vw;
- background-color: #eb144c;
- color: #fff;
- position: fixed;
- opacity: 1 !important;
- z-index: 20;
- }
- #Navigation #logo {
- padding-top: 3vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo {
- padding: 15px;
- }
- }
- #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: 5vw;
- 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;
- display: none;
- }
- @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: #eb144c;
- 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: #fff;
- }
- #banner #banner-container {
- width: 80vw;
- margin: 50px auto;
- padding-bottom: 5vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container {
- width: 100vw;
- margin: 0;
- padding-bottom: 15vw;
- }
- }
- #banner #banner-container img {
- padding-top: 10vw;
- width: 80vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container img {
- padding-top: 15vw;
- width: 100vw;
- }
- }
- #sec01 {
- padding-bottom: 10vw;
- background: #fff;
- }
- #sec01 #sec01-title {
- margin-bottom: 50px;
- }
- #sec01 #sec01-title h1 {
- text-align: center;
- color: #e02d4b;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-title h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec01 #sec01-title hr {
- width: 5vw;
- height: 5px;
- color: #e02d4b;
- margin: 10px auto;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec01 #sec01-title hr {
- width: 30vw;
- }
- }
- #sec01 .learn-more {
- width: 45%;
- }
- #sec01 #sec01-container .row {
- overflow: hidden;
- }
- #sec01 #sec01-container .row [class*="col-"] {
- margin-bottom: -9999px;
- padding-bottom: 9999px;
- }
- #sec01 #sec01-container .sec01-1 .card {
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- }
- #sec01 #sec01-container .sec01-1 .card img {
- padding: 5px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec01 #sec01-container .sec01-1 .card .card-title {
- font-weight: 900;
- }
- #sec01-moblie {
- padding-top: 5vw;
- padding-bottom: 5vw;
- background: #fff;
- position: relative;
- overflow: hidden;
- }
- #sec01-moblie .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 240px;
- z-index: 6;
- }
- @media screen and (max-width: 350px) {
- #sec01-moblie .arrow-table {
- right: 10px;
- }
- }
- @media screen and (min-width: 1025px) {
- #sec01-moblie {
- display: none;
- }
- }
- #sec01-moblie #sec01-moblie-header h1 {
- text-align: center;
- color: #e02d4b;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec01-moblie #sec01-moblie-header h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec01-moblie #sec01-moblie-header hr {
- margin: 10px auto !important;
- width: 25vw;
- height: 5px;
- color: #e02d4b;
- margin: 10px;
- opacity: 1 !important;
- }
- #sec01-moblie #sec01-moblie-container {
- padding-top: 10vw;
- }
- #sec01-moblie #sec01-moblie-container .col {
- margin: 10px;
- }
- #sec01-moblie #sec01-moblie-container .col .card {
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- }
- #sec01-moblie #sec01-moblie-container .col .card img {
- height: 150px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec01-moblie #sec01-moblie-container .col .card .card-title {
- font-weight: 900;
- }
- #sec01-moblie #sec01-moblie-container .col .card .learn-more {
- width: 120px;
- }
- #sec02 {
- background: #eb144c;
- padding: 5vw 0px;
- }
- @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-top-title {
- text-align: center;
- }
- #sec02 #sec02-container #sec02-top-box #sec02-top-title hr {
- width: 5vw;
- height: 5px;
- color: #fff;
- margin: 10px auto;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec02 #sec02-container #sec02-top-box #sec02-top-title hr {
- width: 30vw;
- }
- }
- #sec02 #sec02-container #sec02-top-box #sec02-content {
- position: absolute;
- top: -150px;
- left: 300px;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 {
- color: #fff;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 img {
- display: inline;
- width: 200px;
- height: 200px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
- font-size: 20px;
- }
- #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
- font-size: 30px;
- }
- #sec02-moblie {
- padding-top: 3vw;
- }
- @media screen and (min-width: 1025px) {
- #sec02-moblie {
- display: none;
- }
- }
- #sec02-moblie #sec02-moblie-header h1 {
- text-align: center;
- color: #eb144c;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec02-moblie #sec02-moblie-header h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec02-moblie #sec02-moblie-header hr {
- margin: 10px auto !important;
- width: 25vw;
- height: 5px;
- color: #eb144c;
- margin: 10px;
- opacity: 1 !important;
- }
- #sec02-moblie #sec02-container {
- background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(40%, transparent), color-stop(20%, #eb144c));
- background: linear-gradient(180deg, #fff 20%, transparent 40%, #eb144c 20%);
- padding: 15px;
- font-weight: 900;
- color: #fff;
- text-align: right;
- padding: 20vw 0;
- }
- #sec02-moblie #sec02-container #sec02-content {
- position: relative;
- }
- @media screen and (max-width: 350px) {
- #sec02-moblie #sec02-container #sec02-top-box {
- left: 10px;
- }
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 {
- color: #fff;
- }
- @media screen and (max-width: 350px) {
- #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 img {
- width: 70px;
- height: 100px;
- }
- }
- #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
- font-size: 12px;
- text-align: center;
- }
- #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-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 img {
- width: 80px;
- }
- #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: 0 5px;
- }
- @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: 30px;
- }
- }
- #sec03-moblie #sec03-slider .table td {
- display: table-cell;
- vertical-align: middle;
- padding: 15px;
- padding: 10px;
- }
- @media screen and (max-width: 350px) {
- #sec03-moblie #sec03-slider .table td {
- padding: 0px;
- }
- }
- #sec03-moblie #sec03-slider .table img {
- width: 70px;
- }
- #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 {
- background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #ededf9));
- background: linear-gradient(180deg, #fff 50%, #ededf9 50%);
- padding-bottom: 10vw;
- }
- @media screen and (max-width: 767px) {
- #sec04 {
- display: none;
- }
- }
- #sec04 #sec04-title {
- margin-bottom: 50px;
- }
- #sec04 #sec04-title h1 {
- text-align: center;
- color: #eb144c;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec04 #sec04-title h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec04 #sec04-title hr {
- width: 5vw;
- height: 5px;
- color: #eb144c;
- margin: 10px auto;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec04 #sec04-title hr {
- width: 30vw;
- }
- }
- #sec04 .learn-more {
- width: 45%;
- }
- #sec04 #sec04-container .card {
- -webkit-box-shadow: 0 10px 1px #eb144c;
- box-shadow: 0 10px 1px #eb144c;
- border-radius: 10px;
- }
- #sec04 #sec04-container .card img {
- padding: 5px;
- 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: #fff;
- 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 #sec04-moblie-header h1 {
- text-align: center;
- color: #eb144c;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec04-moblie #sec04-moblie-header h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec04-moblie #sec04-moblie-header hr {
- margin: 10px auto !important;
- width: 25vw;
- height: 5px;
- color: #eb144c;
- 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 {
- -webkit-box-shadow: 0 10px 1px #eb144c;
- box-shadow: 0 10px 1px #eb144c;
- border-radius: 10px;
- }
- #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 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- #sec05 #sec05-title {
- margin-bottom: 50px;
- }
- #sec05 #sec05-title h1 {
- text-align: center;
- color: #eb144c;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- }
- @media screen and (max-width: 767px) {
- #sec05 #sec05-title h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec05 #sec05-title hr {
- width: 5vw;
- height: 5px;
- color: #eb144c;
- margin: 10px auto;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec05 #sec05-title hr {
- width: 30vw;
- }
- }
- #sec05 #tag-group {
- border: 3px solid #ea504d;
- }
- @media screen and (max-width: 767px) {
- #sec05 #tag-group {
- font-size: 16px;
- padding: 0 10px;
- margin: 0 10px;
- border: 0;
- }
- }
- #sec05 #tag-group .tag button {
- padding: 0 30px;
- margin: 0 30px;
- color: #ffafae;
- background: none;
- font-size: 32px;
- }
- @media screen and (max-width: 767px) {
- #sec05 #tag-group .tag button {
- font-size: 16px;
- padding: 0 15px;
- margin: 0 10px;
- color: #fff;
- background: #ffafae;
- }
- }
- #sec05 #tag-group .tag button:hover, #sec05 #tag-group .tag button:focus {
- color: #fff;
- background: #eb144c;
- }
- #sec05 #sec05-container #sec05-course .sec05-1 .card {
- height: 600px;
- }
- #sec05 #sec05-container #sec05-course a {
- color: #000;
- font-weight: 900;
- }
- #sec05 #sec05-container #sec05-course img {
- margin: 30px 0;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 767px) {
- #sec05 #sec05-container #sec05-course img {
- width: 95vw;
- }
- }
- #sec06 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- }
- #sec06 #sec06-container-box {
- padding-top: 8vw;
- background: url(./img/sec06/sec06-1.png), -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #fff));
- background: url(./img/sec06/sec06-1.png), linear-gradient(180deg, transparent 50%, #fff 30%);
- background-size: contain;
- background-repeat: no-repeat;
- background-blend-mode: overlay;
- }
- #sec06 #sec06-title {
- width: 80vw;
- margin: 0 auto;
- text-align: right !important;
- }
- #sec06 #sec06-title h1 {
- color: #eb144c;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- margin-top: 50px;
- margin-right: 50px;
- }
- @media screen and (max-width: 767px) {
- #sec06 #sec06-title h1 {
- font-weight: 900;
- font-size: 32px;
- }
- }
- #sec06 #sec06-title hr {
- display: inline-block;
- margin-right: 80px;
- width: 8vw;
- height: 5px;
- color: #eb144c;
- opacity: 1 !important;
- }
- @media screen and (max-width: 767px) {
- #sec06 #sec06-title hr {
- width: 30vw;
- }
- }
- #sec06 #sec06-container {
- text-align: center;
- }
- #sec06 #sec06-container .card {
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- background: #fff;
- padding-top: 5vw;
- padding-bottom: 5vw;
- border: none;
- }
- #sec06 #sec06-container .card .sec09-7 {
- width: 200px;
- }
- #sec06 #sec06-container .card .adv4 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- #sec06 #sec06-container .card .adv4 img {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- #sec06 #sec06-container .col-3 {
- margin: 10px 0;
- }
- @media screen and (max-width: 1025px) {
- #sec06 #sec06-container .col-3 {
- padding: 15px;
- }
- }
- @media screen and (max-width: 767px) {
- #sec06 #sec06-container .col-3 {
- padding: 5px;
- }
- }
- #sec06 #sec06-container .col-3 img {
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 767px) {
- #sec06 #sec06-container .col-3 img {
- padding: 0px;
- }
- }
- #sec06 #sec06-container .sec09-1 {
- padding: 50px;
- }
- @media screen and (max-width: 767px) {
- #sec06 #sec06-container .sec09-1 {
- padding: 20px;
- }
- }
- #footer {
- width: 100vw;
- text-align: center;
- line-height: 2;
- background: #eb144c;
- 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 */
|