@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap"); * { 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 { width: 100vw; background: #fff; font-family: "Noto Serif TC", serif; } body .secn-title { font-family: "Noto Serif TC", serif; text-align: left; color: #292421; font-size: 30px; font-weight: 700; padding: 5px 10px; padding-bottom: 1vw; margin-bottom: 0px; } @media screen and (max-width: 767px) { body .secn-title { font-weight: 900; font-size: 32px; } } body .line { width: 8vw; height: 3px; color: #fff; margin-left: 12px; opacity: 1 !important; margin-top: 10px; } @media screen and (max-width: 767px) { body .line { width: 30vw; } } body .learn-more { color: #fff; 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; border-radius: 5px; } 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, #Navigation .link2, #Navigation .link3 { padding: 4vw 1vw 2vw 1vw; } @media screen and (max-width: 767px) { #Navigation #link, #Navigation .link2, #Navigation .link3 { display: none; } } #Navigation #link a, #Navigation .link2 a, #Navigation .link3 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, #Navigation .link2 a :hover, #Navigation .link3 a :hover { opacity: 0.8; } #Navigation #link a:after, #Navigation .link2 a:after, #Navigation .link3 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; } @media screen and (max-width: 767px) { #Navigation #link a:after, #Navigation .link2 a:after, #Navigation .link3 a:after { display: none; } } #Navigation #link a:hover:after, #Navigation .link2 a:hover:after, #Navigation .link3 a:hover:after { width: 80%; opacity: 1; } @media screen and (max-width: 1024px) { #Navigation #link a, #Navigation .link2 a, #Navigation .link3 a { padding: 5px; padding-top: 2vw; } } #Navigation .link2 { padding: 2vw 1vw 2vw 1vw; } @media screen and (max-width: 767px) { #Navigation .link2 { display: inline; } } #Navigation .link3 { padding: 4vw 1vw 1vw 0.5vw; } #Navigation #socail-link { padding: 4vw 5vw 2vw 1vw; text-align: right; } @media screen and (max-width: 767px) { #Navigation #socail-link { display: none; } } #Navigation #socail-link img { width: 30px; margin: 0 10px; -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); -webkit-transition: 0.3s; transition: 0.3s; } #Navigation #socail-link img:hover { -webkit-filter: invert(14%) sepia(5%) saturate(8%) hue-rotate(320deg) brightness(95%) contrast(84%); filter: invert(14%) sepia(5%) saturate(8%) hue-rotate(320deg) brightness(95%) contrast(84%); } #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; } } .nav2 { position: static !important; } .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: #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; } .marquee { margin-top: 130px; } @media screen and (max-width: 767px) { .marquee { margin-top: 50px; display: none; } } #banner { padding-top: 8vw; 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 .marquee { font-size: 36px; margin: 30px auto; height: 100px; width: 75vw; overflow: hidden; position: relative; } #banner .marquee div { display: block; width: 200%; height: 50px; color: #fff; position: absolute; overflow: hidden; -webkit-animation: marquee 5s linear infinite; animation: marquee 5s linear infinite; } #banner .marquee span { float: right; width: 50%; } @-webkit-keyframes marquee { 0% { left: 0; } 100% { left: -100%; } } @keyframes marquee { 0% { left: 0; } 100% { left: -100%; } } #banner #banner-container { width: 80vw; margin: 50px auto; padding-bottom: 5vw; } @media screen and (max-width: 767px) { #banner #banner-container { width: 100vw; padding-bottom: 10vw; } } #banner #banner-container .youtube { width: 80vw; margin: 0 auto; color: #fff; } #banner #banner-container .youtube a { text-decoration: none; color: #fff; } @media screen and (max-width: 767px) { #banner #banner-container .youtube { padding-top: 10vw; width: 95vw; } } #banner #banner-container .youtube #youtube-text h1 { font-size: 26px; text-align: left; } @media screen and (max-width: 767px) { #banner #banner-container .youtube #youtube-text h1 { font-size: 26px; 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: 350px; } @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 .youtube .learn-more { width: 120px; } #banner #banner-container #youtube2 #youtube-text h1 { font-size: 30px; } @media screen and (max-width: 767px) { #banner #banner-container #youtube2 #youtube-text h1 { font-size: 23px; margin: 0; } } #banner #banner-container #youtube2 #youtube-text .youtube-text-title1 { width: 450px; } @media screen and (max-width: 767px) { #banner #banner-container #youtube2 #youtube-text .youtube-text-title1 { width: 80vw; } } #banner #banner-container #youtube2 #youtube-text .youtube-text-title2 { width: 450px; } @media screen and (max-width: 767px) { #banner #banner-container #youtube2 #youtube-text .youtube-text-title2 { width: 80vw; } } #banner #banner-container .youtube7-10 { width: 80vw; padding-top: 10vw; margin: 0 auto; color: #fff; } #banner #banner-container .youtube7-10 a { text-decoration: none; color: #fff; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 { padding-top: 10vw; width: 95vw; } } #banner #banner-container .youtube7-10 #youtube-text h1 { font-size: 40px; text-align: left; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 #youtube-text h1 { font-size: 30px; margin: 0; } } #banner #banner-container .youtube7-10 #youtube-text .youtube-text-title1 { width: 400px; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 #youtube-text .youtube-text-title1 { width: 80vw; } } #banner #banner-container .youtube7-10 #youtube-text .youtube-text-title2 { width: 380px; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 #youtube-text .youtube-text-title2 { width: 80vw; } } #banner #banner-container .youtube7-10 #youtube-text p { width: 380px; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 #youtube-text p { width: 80vw; } } #banner #banner-container .youtube7-10 hr { width: 12vw; height: 2px; color: #fff; margin: 20px 0px; opacity: 1 !important; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 hr { width: 80vw; } } #banner #banner-container .youtube7-10 .youtube-text-hr { width: 20vw; padding: 10px; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 .youtube-text-hr { width: 80vw; } } #banner #banner-container .youtube7-10 p { font-size: 18px; } #banner #banner-container .youtube7-10 h1 { font-size: 30px; } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 h1 { font-size: 25px; padding: 15px 0px; } } @media screen and (max-width: 767px) { #banner #banner-container .youtube7-10 .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-container-viedeo .card { padding: 30px; border: none !important; } @media screen and (max-width: 767px) { #sec01-container-viedeo .card { padding: 15px; } } #sec01-container-viedeo .card h1 { padding: 15px; font-size: 40px; font-weight: 900; color: #9b9b9b; } #sec01-container-viedeo .card p { padding: 5px; font-size: 18px; margin-bottom: 0 !important; } @media screen and (max-width: 767px) { #sec01-container-viedeo .card p { padding: 0px; font-size: 16px; } } #sec01-container-viedeo .card .sec01-title { padding: 15px 0px; font-weight: 900; font-size: 22px; } @media screen and (max-width: 767px) { #sec01-container-viedeo .card .sec01-title { font-size: 18px; } } #sec01-container-viedeo .card a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec01-container-viedeo .card a:hover { color: #2828ff; } #sec01-container-viedeo .card img { text-align: center; width: 35vw; height: 240px; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #sec01-container-viedeo .card img { width: 85vw; height: 200px; margin: 0 auto; } } #sec01 { padding-top: 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: 20px; font-size: 48px; font-weight: 900; color: #9b9b9b; } @media screen and (max-width: 767px) { #sec01 #sec01-container #sec01-container-card .card h1 { padding: 5px; } } #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 h5 { font-size: 22px; } @media screen and (max-width: 767px) { #sec01 #sec01-container #sec01-container-card .card h5 { font-size: 20px; } } #sec01 #sec01-container #sec01-container-card .card a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; font-size: 22px; } #sec01 #sec01-container #sec01-container-card .card a:hover { color: #2828ff; } #sec01 #sec01-container #sec01-container-card .card img { text-align: center; height: 20vw; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #sec01 #sec01-container #sec01-container-card .card img { width: 85vw; height: auto; margin: 0 auto; } } #video { width: 100vw; text-align: center; background-position: center center; background-size: cover; } #video video { width: 80vw; margin: 0 auto; } #sec-img-adv { width: 100vw; } .wrap { text-align: center; width: 100vw; } .wrap .adv-banner { width: 100%; height: 55vw; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media screen and (max-width: 767px) { .wrap .adv-banner { height: 35vh; } } .wrap .adv-banner video { position: absolute; width: 100%; height: 100%; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; } #sec-works { padding-top: 10vw; } @media screen and (max-width: 767px) { #sec-works { margin: 10px; } } #sec-works .sec-work-container { width: 85vw; } @media screen and (max-width: 767px) { #sec-works .sec-work-container { width: 80vw; } } #sec-works #sec-work-box .work-box { margin: 10px; } #sec-works #sec-work-box .work-box .card { height: 850px; text-align: center; display: inline-block !important; -webkit-transition: 0.3s; transition: 0.3s; border-radius: 10px; } #sec-works #sec-work-box .work-box .card:hover { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } #sec-works .sec-work-title { margin-top: -120px; margin-bottom: 50px; color: #000; } @media screen and (max-width: 767px) { #sec-works .sec-work-title { margin-top: 0px; margin-bottom: 30px; } } #sec02 { background: #414141; padding: 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 { border-radius: 5px; 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 h1 { font-size: 50px; } #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 h1 { font-size: 40px; padding: 3vw 0; } #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 { border-radius: 5px; 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 { border-radius: 5px; 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; font-weight: 900; } #sec03 #sec03-table .table .sec03-table-text p { margin: 0; color: #9b9b9b; } #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; } @media screen and (max-width: 350px) { #sec03-moblie .sec03-table-title, #sec03-moblie .sec03-table-title2 { font-size: 12px; } } #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 { border-radius: 10px; 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; font-weight: 900; } #sec03-moblie #sec03-slider .table .sec03-table-text p { margin: 0; font-size: 12px; color: #9b9b9b; } @media screen and (min-width: 1025px) { #sec03-moblie { display: none; } } #sec04 { padding-top: 5vw; padding-bottom: 5vw; background: #414141; background-position: center center; background-size: cover; } @media screen and (max-width: 767px) { #sec04 { display: none; } } #sec04 .sec04-title { padding-bottom: 1vw; } #sec04 .sec04-title h1 { color: #fff; } #sec04 .sec04-title hr { width: 8vw; 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: 120px; } #sec04 #sec04-container { background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #414141), color-stop(0%, #fff)); background: linear-gradient(180deg, #414141 30%, #fff 0%); padding: 20px; padding-bottom: 50px; } #sec04 #sec04-container .card { padding: 5px; border-radius: 10px; } #sec04 #sec04-container .card img { height: 170px; -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; } } #sec04-moblie .sec04-button { text-align: center; margin-top: -50px; width: 85vw; } @media screen and (min-width: 1025px) { #sec04-moblie .sec04-button { display: none; } } #sec04-moblie .sec04-button .mouse_scroll { display: inline-block; margin: 0 auto; width: 24px; -webkit-transform: rotate(90deg); transform: rotate(90deg); } #sec04-moblie .sec04-button .testright { -webkit-transform: rotate(180deg); transform: rotate(180deg); } #sec04-moblie .sec04-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 #fff; border-bottom: 2px solid #fff; margin: 0 0 3px 4px; width: 16px; height: 16px; } #sec04-moblie .sec04-button .unu { margin-top: 1px; } #sec04-moblie .sec04-button .unu, #sec04-moblie .sec04-button .doi, #sec04-moblie .sec04-button .trei { -webkit-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite; } #sec04-moblie .sec04-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; } #sec04-moblie .sec04-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; } #sec04-moblie .sec04-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; } #sec04-moblie .sec04-button .mouse { height: 42px; width: 24px; border-radius: 14px; -webkit-transform: none; transform: none; border: 2px solid #fff; top: 170px; } #sec04-moblie .sec04-button .wheel { height: 5px; width: 2px; display: block; margin: 5px auto; background: #fff; position: relative; height: 4px; width: 4px; border: 2px solid #fff; border-radius: 8px; } #sec04-moblie .sec04-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; } } @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: 10px; -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; } #sec04-moblie #sec04-moblie-container .col .card .sec04-m-text { height: 150px; overflow: hidden; } #sec05 { width: 85vw; margin: 0 auto; padding-top: 5vw; padding-bottom: 5vw; } @media screen and (max-width: 767px) { #sec05 { display: none; } } #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 { border-radius: 10px; -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 #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 .sec06-button { text-align: center; width: 75vw; } @media screen and (min-width: 1025px) { #sec06 .sec06-button { display: none; } } #sec06 .sec06-button .mouse_scroll { display: inline-block; margin: 0 auto; width: 24px; -webkit-transform: rotate(90deg); transform: rotate(90deg); } #sec06 .sec06-button .testright { -webkit-transform: rotate(180deg); transform: rotate(180deg); } #sec06 .sec06-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 #fff; border-bottom: 2px solid #fff; margin: 0 0 3px 4px; width: 16px; height: 16px; } #sec06 .sec06-button .unu { margin-top: 1px; } #sec06 .sec06-button .unu, #sec06 .sec06-button .doi, #sec06 .sec06-button .trei { -webkit-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite; } #sec06 .sec06-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; } #sec06 .sec06-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; } #sec06 .sec06-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; } #sec06 .sec06-button .mouse { height: 42px; width: 24px; border-radius: 14px; -webkit-transform: none; transform: none; border: 2px solid #fff; top: 170px; } #sec06 .sec06-button .wheel { height: 5px; width: 2px; display: block; margin: 5px auto; background: #fff; position: relative; height: 4px; width: 4px; border: 2px solid #fff; border-radius: 8px; } #sec06 .sec06-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 h1 { color: #fff; } #sec06 #sec06-container { width: 80vw; } #sec06 #sec06-container .slick-prev:before, #sec06 #sec06-container .slick-next:before { opacity: 0; } #sec06 #sec06-container .slick-prev, #sec06 #sec06-container .slick-next { width: 40px; height: 40px; content: none; } #sec06 #sec06-container .slick-prev { background-image: url(./img/sec06/sec06-arrow-2.png); background-repeat: no-repeat; left: -40px; } #sec06 #sec06-container .slick-prev:hover, #sec06 #sec06-container .slick-prev:focus { background-image: url(./img/sec06/sec06-arrow-2.png); background-repeat: no-repeat; } #sec06 #sec06-container .slick-next { background-image: url(./img/sec06/sec06-arrow.png); background-repeat: no-repeat; right: -50px; } #sec06 #sec06-container .slick-next:hover, #sec06 #sec06-container .slick-next:focus { background-image: url(./img/sec06/sec06-arrow.png); background-repeat: no-repeat; } #sec06 #sec06-container .card { margin: 10px; height: 420px; display: inline-block; border-radius: 10px; -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 a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; font-size: 22px; } #sec06 #sec06-container .card a:hover { color: #2828ff; } #sec06 #sec06-container .card img { height: 150px; -o-object-fit: cover; object-fit: cover; } #sec06 #sec06-container .card .card-title { font-weight: 900; font-size: 18px; } #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; } #sec08 { padding-bottom: 5vw; background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #414141), color-stop(30%, transparent), color-stop(55%, #fff)); background: linear-gradient(180deg, #414141 35%, transparent 30%, #fff 55%); position: relative; } @media screen and (max-width: 767px) { #sec08 { background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #414141), color-stop(30%, transparent), color-stop(55%, #fff)); background: linear-gradient(180deg, #414141 100%, transparent 30%, #fff 55%); padding-top: 10vw; } } #sec08 #sec08-container-box { background-size: contain; background-repeat: no-repeat; background-blend-mode: overlay; } #sec08 #sec08-title { background: #414141; padding-top: 5vw; } #sec08 #sec08-title .col-lg-9 { position: relative; } #sec08 #sec08-title .col-lg-9 #OUR-PARTNER { position: absolute; top: 20px; right: 0vw; } @media screen and (max-width: 767px) { #sec08 #sec08-title .col-lg-9 #OUR-PARTNER { top: 0px; } } #sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 { font-size: 48px; opacity: 0.8; /* 文字的距離 */ /* 通常搭配內距左邊 */ text-align: center; letter-spacing: 10px; font-weight: 900; color: #f5f5f5; } @media screen and (max-width: 767px) { #sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 { font-size: 20px; letter-spacing: 5px; text-align: left; } } #sec08 #sec08-title h1 { color: #fff; padding-bottom: 30px; } #sec08 #sec08-title hr { width: 5vw; height: 5px; color: #fff; margin: 10px auto; opacity: 1 !important; } @media screen and (max-width: 767px) { #sec08 #sec08-title hr { width: 30vw; } } #sec08 #sec08-container .card { border: none; -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: 767px) { #sec08 #sec08-container .card { padding-top: 5vw; padding-bottom: 5vw; } } #sec08 #sec08-container .card .adv4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sec08 #sec08-container .card .adv4 img { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -o-object-fit: cover; object-fit: cover; } #sec08 #sec08-container .sec08-1 { padding: 0px !important; } #sec08 #sec08-container .col-3 img { padding: 40px; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #sec08 #sec08-container .col-3 img { padding: 3px; } } #sec09 { background: #414141; padding-bottom: 5vw; } #sec09 .col-lg-9 { position: relative; } #sec09 .col-lg-9 #TRADING { position: absolute; right: -1px; top: -45px; } @media screen and (max-width: 767px) { #sec09 .col-lg-9 #TRADING { top: 5px; right: 30px; } } @media screen and (max-width: 350px) { #sec09 .col-lg-9 #TRADING { right: 20px; } } #sec09 .col-lg-9 #TRADING h5 { font-size: 48px; opacity: 0.8; /* 文字的距離 */ /* 通常搭配內距左邊 */ letter-spacing: 10px; font-weight: 900; color: #f5f5f5; } @media screen and (max-width: 767px) { #sec09 .col-lg-9 #TRADING h5 { font-size: 20px; letter-spacing: 5px; text-align: left; } } #sec09 #sec09-container-box { background-size: contain; background-repeat: no-repeat; background-blend-mode: overlay; } #sec09 #sec09-title { padding-top: 10vw; } #sec09 #sec09-title h1 { color: #fff; padding-bottom: 30px; } #sec09 #sec09-title hr { width: 5vw; height: 5px; color: #000; margin: 10px auto; opacity: 1 !important; } @media screen and (max-width: 767px) { #sec09 #sec09-title hr { width: 30vw; } } #sec09 #sec09-container .card { background: #000; padding-top: 5vw; padding-bottom: 5vw; border: none; } #sec09 #sec09-container .card .sec09-7 { width: 200px; } #sec09 #sec09-container .card .adv4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sec09 #sec09-container .card .adv4 img { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sec09 #sec09-container .col-3 { margin: 10px 0; } @media screen and (max-width: 1025px) { #sec09 #sec09-container .col-3 { padding: 15px; } } @media screen and (max-width: 767px) { #sec09 #sec09-container .col-3 { padding: 5px; } } #sec09 #sec09-container .col-3 img { -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #sec09 #sec09-container .col-3 img { padding: 0px; } } #sec09 #sec09-container .sec09-1 { padding: 70px; } @media screen and (max-width: 767px) { #sec09 #sec09-container .sec09-1 { padding: 20px; } } #footer { width: 100vw; text-align: center; line-height: 2; background: #313131; color: #fff; } #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; } @media screen and (max-width: 767px) { #footer .text h2 { display: block; font-size: 16px; margin: 8px; } } #footer .text p { margin: 0 !important; } #footer .text img { width: 30px; margin: 10px; -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); -webkit-transition: 0.3s; transition: 0.3s; } #footer .text img:hover { opacity: 0.6; } @media screen and (max-width: 767px) { .adv01 .adv01-1 { width: 100vw; margin: 0; } } .adv01 .adv01-1 img { width: 80vw; border-radius: 10px; } @media screen and (max-width: 767px) { .adv01 .adv01-1 img { width: 100vw; } } #adv02 .adv01-1 { width: 90vw; } @media screen and (max-width: 767px) { #adv02 .adv01-1 { width: 100vw; margin: 0; } } #adv02 .adv01-1 img { border-radius: 10px; } @media screen and (max-width: 767px) { #adv02 .adv01-1 img { width: 100vw; } } #sec10 { width: 90vw; margin: 0 auto; } #sec10 .sec10-title { font-size: 43px; } @media screen and (max-width: 767px) { #sec10 .sec10-title { width: 95vw; font-size: 26px; } } #sec10 hr { height: 1px; background: #525252; opacity: 1; } #sec10 .content { word-wrap: break-word; } #sec10 .content p { line-height: 2; font-size: 18px; } #sec10 .content h2 { font-size: 24px; } #sec10 .content .video-work #video2 video { width: 100%; } #sec10 .side-bar a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec10 .side-bar a:hover { color: #2828ff; } #sec10 .side-bar h5 { font-size: 20px; font-weight: 900; } #sec10 .side-bar p { font-size: 16px; } #sec11 #sec11-container { width: 85vw; } #sec11 #sec11-container a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec11 #sec11-container a:hover { color: #2828ff; } #sec11 #sec11-container h1 { font-weight: 900; font-size: 28px; } @media screen and (max-width: 767px) { #sec11 #sec11-container .sec11-01 { display: block; } } #sec11 #sec11-container .col { overflow: hidden; } #sec11 #sec11-container .sec11-img { width: 550px; height: 350px; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec11 #sec11-container .sec11-img:hover { -webkit-transform: scale(1.02); transform: scale(1.02); } @media screen and (max-width: 767px) { #sec11 #sec11-container .sec11-img { height: 250px; } } #sec11 #sec11-container h2 { font-weight: 900; font-size: 24px; } #sec13 { background-image: url(./img/sec04banner.jpg); background-size: cover; } #sec13 .left .ip-service { width: 50vw; padding: 30px; margin: 0px auto; background: #252628; -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5); color: white; border-radius: 10px; font-size: 16px; } @media screen and (max-width: 767px) { #sec13 .left .ip-service { width: 100vw; margin: 0; } } #sec13 .left .ip-service img { width: 200px; } #sec13 .left .ip-service #username, #sec13 .left .ip-service #email, #sec13 .left .ip-service #phone, #sec13 .left .ip-service #country_code, #sec13 .left .ip-service #selector1, #sec13 .left .ip-service #work_address { width: 100%; height: 35px; margin: 10px 0; padding: 20px 5px; background: #1b1c1e; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 5px; color: #fff; } #sec13 .left .ip-service #selector1 { padding: 10px 5px; background: none; border: none; } #sec13 .left .ip-service .btn { width: 200px; margin: 30px 0px; padding: 15px 0; background-color: #93000a; /* 邊框:寬度 樣式 顏色 */ border: 0 solid #000; color: #fff; } #sec13 .left .ip-service .btn:hover { color: #93000a; background: #fff; border: 1px solid #93000a; } #sec13 .right img { margin: 0px 50px; } #sec13 .right h1 { margin: 10px 50px; color: #fff; font-weight: 900; font-size: 72px; margin-bottom: 50px; } #sec13 .right h2 { padding: 30px; margin: 20px 5px; color: #fff; font-weight: 900; font-size: 40px; } #sec13 .right ul { color: #fff; font-weight: 900; font-size: 45px; } #sec-service { background: #000; padding: 5vw 0px; } #sec-service h5 { font-size: 24px; } #sec-service p { font-size: 20px; } #sec-service h1 { text-align: center; color: #fff; font-weight: 900; font-size: 72px; } /*# sourceMappingURL=style.css.map */