@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css?family=Michroma&display=swap'); .nav-block { background-color: #FFF; transition-duration: .3s; box-shadow: none; z-index: 800; padding: 0; } @media(max-width:992px) { .nav-block { padding-top: 15px; background-color: #FFF; } .nav-block.sticky-top.active { padding-bottom: 15px; } } .home .nav-block { background-color: #FFF; } .nav-block .navbar { padding: 0; } #navigation { flex-direction: column; } .nav-block.sticky-top.active { transition-duration: .3s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding-top: 0.5rem; background-color: rgba(255, 255, 255, 0.8); } #navbar_header { position: relative; display: block; width: 100%; } .navbar-brand { position: relative; min-height: 30px; padding: 0; display: block; max-width: 290px; text-align: center; } .nav-bar { width: 100%; z-index: 10; } .nav-block.sticky-top.active .nav-bar { width: 100%; } .nav-block.sticky-top.active .navbar-brand {} .nav-block.sticky-top.active .nav-log { max-height: 40px; } .navbar-brand .logo, footer .brand-logo { max-width: 280px; max-height: 50px; } @media(min-width:993px) { .nav-si { background-color: #FFF; } #navigation { max-width: 100%; padding-top: 25px; } .sticky-top.active #navigation { padding-top: 0px; padding-bottom: 5px } #nav { justify-content: right; float: right; } .nav-bar { padding: 0.25rem; } #nav_block .nav-link, #nav_block .nav-link+.menu-caret { } } @media(max-width:992px) { #navigation { flex-direction: row; } .navbar-brand { z-index: 1001; margin-left: 1rem; } #navbar { z-index: 1000; top: 0px; position: fixed; bottom: 0px; } } .menu-close-btn { line-height: 45px; text-align: left; font-size: 24px; } .nav-log { max-width: 356px; max-height: 80px; display: inline-block; } .nav-container { padding: 0; } .navbar-toggler { display: block; border: 0; right: 0; top: 0; margin: 0; height: 47px; width: 47px; padding: 13px; box-sizing: border-box; cursor: pointer; outline: none; border-radius: 0; transition-duration: .5s; z-index: 1; border: solid 1px #CCC; border-radius: 50%; } @media(max-width:464px) { .nav-log { max-width: 90%; } .navbar-toggler { right: 15px; } } .navbar-button { font-size: 22px; height: 50px; padding: 14px 8px; box-sizing: border-box; cursor: pointer; outline: none; background-color: transparent; } .navbar-toggler:focus { outline: none; } .toggle-bar, .toggle-bar:after, .toggle-bar:before { cursor: pointer; border-radius: .5px; height: 2px; width: 20px; background: #000; position: absolute; display: block; content: ''; } .toggle-bar { top: 50%; transition-duration: .5s; } .toggle-bar:before { top: -7px; transition-duration: .5s; } .toggle-bar:after { top: 7px; transition-duration: .5s; } .navbar-toggler.trigger { transition-duration: .5s; z-index: 1001; } .navbar-toggler.trigger .toggle-bar, .navbar-toggler.trigger .toggle-bar:after, .navbar-toggler.trigger .toggle-bar:before { background-color: #000; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar { background-color: transparent; transition-duration: .5s; transform-origin: center center; } .navbar-toggler.trigger .toggle-bar:before { transform: rotate(45deg); transform-origin: left center; transition-duration: .5s; margin-left: 2px; background-color: #FFF; } .navbar-toggler.trigger .toggle-bar:after { transform: rotate(-45deg); transform-origin: left center; transition-duration: .5s; margin-left: 2px; background-color: #FFF; } .navbar-nav .item-wrapper { border-radius: 0.25rem; line-height: 35px; } .navbar-nav .item-wrapper.menu-wrap { padding-right: 22px; width: max-content; margin-left: auto; margin-right: auto; } .navbar-nav .item-wrapper:hover { } #nav_block .navbar-nav .item-wrapper:hover>* { text-decoration: none; } @media (min-width:993px) { #nav_block .nav-item:not(:last-child) { margin-right: 1rem; } } .nav-item, .menu-item { padding: 0; } #nav_block .menu-item:not(:last-child) { } #nav_block .nav-link { word-break: keep-all; white-space: nowrap; margin-left: auto; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: #333; max-width: max-content; width: max-content; } #nav_block .menu-link { margin: auto; padding: 15px 0.5rem; display: block; color: #FFF; line-height: 120%; font-size: 1rem; border-bottom: 1px dotted #CCC; text-align: center; } #nav_block .menu-link:hover { color: #000; } .menu-link.par-menu { padding-right: 40px; } #nav_block .nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } @media (min-width:993px) { #nav_block .nav-item.active>.item-wrapper { color: #FFF !important; background-color: #0084ff; ; } #nav_block .nav-item.active>.item-wrapper>.nav-link { color: #FFF; pointer-events: none; } #nav_block .menu-link { color: #000; } } .menu-caret .fa { transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; } .menu-caret.trigger .fa { transition-duration: .3s; transform: rotate(-180deg); } .nav-menu.nav-level-1 .menu-caret .fa {} .nav-block .nav-menu { min-width: 240px; display: block; visibility: hidden; border-radius: 0; border: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); transition-duration: .3s; margin-top: 30px; opacity: 0; } .nav-block .nav-menu.show { visibility: visible; transition-duration: .3s; margin-top: 0px; opacity: 1; } @media (min-width:993px) { .nav-block .nav-menu { position: absolute; border-radius: 0.25rem; border: 1px solid #EEE; } } .nav-menu.nav-level-2 { left: 100%; right: auto; top: 0; } #nav-affr .nav-item { border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { padding: 0 8px; } #nav-affr .nav-item::before { content: '|'; position: absolute; right: -4px; line-height: 55px; color: #CCC; } #nav-affr .nav-item:last-child::before { content: ''; right: auto; } .breadcrumb { border-bottom: 1px solid #CCC; margin-bottom: 0; text-align: left; padding-top: 6px; padding-bottom: 6px; } .crumb { font-size: 14px; padding-right: 6px; color: #343434; } .crumb:after { font-family: FontAwesome; content: '\f105'; margin-left: 12px; } .crumb:last-child:after { font-family: FontAwesome; content: ''; margin-left: 0; } .breadcrumb .container { line-height: 20px; } .nav-bar .navflow .ellipsed-mask { display: none; } .nav .active .hover-box .hover-box_label:nth-child(2) { color: #FFF; } @media (max-width: 992px) { .nav-bar { background-color: transparent; } .nav-bar .navflow { background-color: #0084ff; color: #FFF; height: 100%; } #nav_block .nav-bar .nav-link { color: #FFF; font-size: 1.2rem; font-weight: 600; } .nav-bar .navflow .ellipsed-mask { width: 100%; pointer-events: none; transform: none; margin-top: 0; display: block; bottom: -7px; position: absolute; } .nav-bar .navflow .ellipsed-mask svg { width: 100%; height: auto; } .navbar-nav { min-width: 280px; top: 50%; transform: translateY(calc(-50% - 50px)); } #nav_block .nav-item.active { /*background-color: #DDD; color: #333;*/ } #nav_block .nav-item.active .nav-link { color: #7590b8; font-weight: bold; font-size: 1.1rem; } #nav_block .nav-item { padding: 4px; width: max-content; margin-left: auto; margin-right: auto; } .menu-item.active:not(.trigger)>.item-wrapper { border-radius: 0.25rem; } .menu-item.active:not(.trigger)>.item-wrapper>* { color: #FFF !important; } .menu-caret:hover { color: #000; } #nav_block .nav-item.active>.item-wrapper>.nav-link, #nav_block .nav-item.active>.item-wrapper>.nav-link:hover, #nav_block .menu-item.active>.item-wrapper>.menu-link, #nav_block .menu-item.active>.item-wrapper>.menu-link:hover { } #nav_block .nav-link { } .menu-link { padding-left: 40px; } .nav-level-2 .menu-link { padding-left: 60px; } #nav_block .nav-menu.nav-level-1>.navflow>.menu-item>.item-wrapper>.menu-link { } #nav_block .nav-menu.nav-level-2>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 2rem; } #nav_block .nav-menu.nav-level-3>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 3rem; } /* .nav-link:hover { border-left: 3px solid rgba(0,112,172,1); } */ .nav-block .nav-menu { display: none; visibility: visible; box-shadow: none; transition-duration: initial; margin-top: 0; opacity: 1; } .nav-block .nav-menu.show { display: block; transition-duration: initial; } #nav-affr { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; float: none; } #nav-affr .nav-item { display: inline-block; border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { border: 0; } #nav-affr .nav-link:hover { border: 0; } } @media (max-width:992px) { #nav_block .menu-link { max-width: 300px; } #nav_block .menu-link>span { white-space: normal; line-height: normal; display: inline-block; padding-top: 0.5rem; } .nav .active .hover-box .hover-box_label:nth-child(1) { color: #FFF; } .nav .active .hover-box .hover-box_label:nth-child(2) { color: #000; } } .nav .hover-box { position: relative; overflow: hidden; display: inline-block; vertical-align: middle; margin-top: -5px; } .nav .hover-box .hover-box_label { display: block; position: relative; white-space: nowrap; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; line-height: 20px; } .nav .hover-box .hover-box_label:nth-child(2) { position: absolute; left: 0; top: 100%; color: #000; } .nav .nav-link:hover .hover-box_label { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } .dropdown { font-size: 0.9rem; color: #999; }@font-face { font-family: 'OleoScript-Regular'; src: url('/css/fonts/OleoScript-Regular.woff') format('woff'), url('/css/fonts/OleoScript-Regular.ttf') format('truetype'), url('/css/fonts/OleoScript-Regular.eot') format('embedded-opentype'); } @font-face { font-family: 'Amiri-Regular'; src: url('/css/fonts/Amiri-Regular.woff') format('woff'), url('/css/fonts/Amiri-Regular.ttf') format('truetype'), url('/css/fonts/Amiri-Regular.eot') format('embedded-opentype'); } @font-face { font-family: 'Quicksand-Medium'; src: url('/css/fonts/Quicksand-Medium.woff') format('woff'), url('/css/fonts/Quicksand-Medium.ttf') format('truetype'), url('/css/fonts/Quicksand-Medium.eot') format('embedded-opentype'); } @font-face { font-family: 'Quicksand-Light'; src: url('/css/fonts/Quicksand-Light.woff') format('woff'), url('/css/fonts/Quicksand-Light.ttf') format('truetype'), url('/css/fonts/Quicksand-Light.eot') format('embedded-opentype'); } @media (max-width:544px) { /*html,body{ font-size: 14px; }*/ } body { color: #021039; background-color: #eef2f6; } article { min-height: 600px; overflow: hidden; } @media(max-width:576px) { article { padding: 0 7%; } } p { line-height: 200%; color: #454545; } .top-block { background-color: #FFF; } a { color: #0084ff; } a:hover { text-decoration: none; } .fs-xl-14 { font-size: 14px; } img { max-width: 100%; height: auto; } .container .container { padding: 0; } .btn-default { background-color: #bd2130; } .flex-card-header { display: block; } .empty-hidden:empty { display: none; } .indent-cont { display: block; max-width: 830px; margin-left: auto; margin-right: auto; } .bg-top-shadow { box-shadow: inset 0px 2px 3px rgba(20%, 20%, 40%, 0.2); } .btn.normal { padding: 5px 30px; border: solid 1px #0084ff; border-radius: 7px; } .circleScaleBtn { padding: 12px 24px; position: relative; border-radius: 6px; overflow: hidden; z-index: 1; } .circleScaleBtn span { z-index: 1; position: relative; } .circleScaleBtn::before { content: ''; position: absolute; top: 50%; left: 50%; width: 140px; height: 140px; border-radius: 50%; transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0); transition: opacity .4s cubic-bezier(.19, 1, .22, 1), transform .75s cubic-bezier(.19, 1, .22, 1); background-color: #0084ff; opacity: 0; } .circleScaleBtn:hover span { color: hsl(222, 100%, 95%); } .circleScaleBtn:hover::before { opacity: 1; transition-duration: .85s; transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) } .btn:not(.normal) { border-radius: 0; padding-right: 3.75rem; box-sizing: border-box; overflow: hidden; transition: all .5s; background: #4b4b4b; color: #FFF; } .btn:not(.normal)::before { content: ''; position: absolute; left: -50px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #fff; transition: all .5s; } .btn:not(.normal)::after { content: ''; position: absolute; right: 14px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #c1c1c1; transition: all .5s; } .btn:not(.normal):hover { padding-left: 3.75rem; padding-right: 0.75rem; transition: all .5s; } .btn:not(.normal):hover:before { left: 0px; transition-delay: .2s; background: #c1c1c1 } .btn:not(.normal):hover:after { right: -50px; width: 0px; } .btn-default { background-color: #bd2130; } #pagearea .break-inside-avoid { outline: 1px dotted #CCC; background-color: rgba(0, 255, 100, 0.1); } .break-inside-avoid { display: grid; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .dotted-btm { border-bottom: 2px dotted #DDD; } .step-wrap { counter-reset: my-sub-counter; } .step-row { counter-reset: my-sec-counter; } .step-block { padding: 1.25rem; height: 100%; } .step-block::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); position: absolute; bottom: 50px; right: 5px; color: #E8E8E8; font-family: Arial; font-style: italic; font-size: 8em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } .step-block::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px dotted #CCC; } .step-topic::before { content: '步驟'counter(my-sub-counter); counter-increment: my-sub-counter; position: relative; display: inline-block; font-family: 'Allura', '微軟正黑體'; font-size: 1rem; } .en .step-topic::before { content: 'Step'counter(my-sub-counter); } .step-topic>span.fa { font-size: 18px; margin-left: 0.25rem; margin-right: 0.25rem; color: #990000; } .step-topic>span { font-size: 1rem; } .step-text { color: #999; } .entre-row { counter-reset: block-counter; } .entre-row .card-body { text-align: center; } .entre-row .card-title::before { content: 'STEP 'counter(block-counter); counter-increment: block-counter; position: relative; display: inline-block; } .slick-dots { position: absolute; bottom: 30px; } .slick-arrow { z-index: 10; } .products-carousel { max-width: 420px; margin: auto; } /* .slider-syn { width: 100%; } .slider-syn .items-view { margin-bottom: 1rem; } .slider-syn .slider-nav .slick-slide { margin: 0.5rem; } .slider-syn .slider-nav .slick-list { margin: -0.5rem; } */ .slider-syn .slider-nav .items-block { cursor: pointer; border: dotted 1px #CCC; } .slick-arrow { cursor: pointer; width: 32px; height: 32px; border-radius: 1rem; } .slick-prev { left: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-next { right: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-prev::before { content: ''; display: block; width: 20px; height: 20px; background-image: url(/images/icons/arrow-bl.png); background-size: cover; margin-left: 6px; } .slick-next:before { content: ''; display: block; width: 20px; height: 20px; background-image: url(/images/icons/arrow-br.png); background-size: cover; margin-left: 6px; } .slider-syn .slider-nav .slick-slide.slick-current .items-block { border: solid 1px #000; } .slider-syn .items-view { margin-bottom: 1rem; } .items-view .items-block, .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; } #gotop { display: none; position: fixed; right: 20px; bottom: 30px; width: 40px; height: 40px; line-height: 32px; text-align: center; font-size: 25px; background: rgba(0, 0, 0, .36); color: #FAFCFD; cursor: pointer; z-index: 80 } #gotop>span.fa { top: -5px; } #gotop>.txt { position: absolute; width: 100%; line-height: normal; font-size: 12px; bottom: 5px; text-align: center } .wdg-contact-wrap { position: absolute; left: 0; top: 100px; padding: 0.25rem; margin-top: 1rem; background-color: rgba(0, 0, 0, 0.4); color: #FFF; font-size: 12px; transition-duration: .6s; transition-timing-function: ease-out; z-index: 3000; } .wdg-contact-wrap.hide { left: -55px; transition-duration: .6s; transition-timing-function: ease-out; } .wdg-contact-wrap .wdg-switch { display: block; left: 0; line-height: 32px; text-align: center; transition-duration: .6s; font-family: FontAwesome; } .wdg-contact-wrap .wdg-switch::before { content: '\f060'; } .wdg-contact-wrap.hide .wdg-switch { width: 28px; line-height: 60px; left: 100%; background-color: rgba(0, 0, 0, 0.4); transition-duration: .6s; transition-delay: .3s; } .wdg-contact-wrap.hide .wdg-switch::before { content: '\f061'; } .wdg-contact-wrap .wdg-link:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.4); } .wdg-contact-wrap .wdg-link { display: block; } .wdg-contact-wrap .wdg-icon { display: block; width: 45px; height: 45px; text-align: center; margin: auto; } .wdg-contact-wrap .wdg-icon:before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .wdg-contact-wrap .wdg-icon>img { max-width: 32px; max-height: 32px; display: inline-block; vertical-align: middle; } .invalid-feedback { font-size: 14px; color: #FF3F00; position: absolute; right: 14px; bottom: 0; pointer-events: none; } .invalid-feedback .list-unstyled { margin: 0; } .has-error .form-input { box-shadow: 0 0 1px 1px #FF3F00 inset; } .help-block { font-size: 14px; color: #FF3F00; position: absolute; right: 24px; bottom: 0; pointer-events: none } .help-block .list-unstyled { margin: 0 } @-webkit-keyframes moveYPlusCentered2 { 0% { transform: perspective(400px) translate(0) translateZ(0) } 50% { transform: perspective(400px) translateY(10px) translateZ(0) } to { transform: perspective(400px) translate(0) translateZ(0) } } @keyframes moveYPlusCentered2 { 0% { transform: perspective(400px) translate(0) translateZ(0) } 50% { transform: perspective(400px) translateY(10px) translateZ(0) } to { transform: perspective(400px) translate(0) translateZ(0) } } .breath { animation: 3s ease-in-out 0s infinite normal none running moveYPlusCentered2; } @-webkit-keyframes whirl { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes whirl { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-o-keyframes whirl { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(360deg); } } @keyframes whirl { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }.footer { padding: 2rem; font-size: 0.929em; } .footer .brand-logo { max-width: 200px; max-height: 200px; width: auto; } @media (min-width:993px) {} .footer .contact-col { text-align: center; } @media (max-width:576px) { .footer { padding: 3rem 0 60px; } .footer .brand-logo { max-width: 120px; max-height: 120px; } } .footer .footer-text { margin-top: 1.6rem; } .footer .footer-text>li { margin-bottom: 12px; position: relative; } .footer .footer-text>li>* { line-height: 20px; font-size: 1.1rem; } .footer .footer-text .contact-icon { margin-right: 10px; } .footer .copyright { font-size: 0.875rem; color: #757575; padding-top: 0.5rem; text-align: center; } .footer .service h3 { font-size: 1rem; text-align: left; padding-bottom: 0.5rem; border-bottom: solid 1px rgba(255, 255, 255, 0.7); width: 100%; } .footer .service h3::before { content: ''; position: absolute; width: 20px; height: 4px; background-color: #D0A600; bottom: -2px; } .footer .service li { padding: 0.6rem 0 0 0; font-size: 0.8rem; line-height: 110%; } .footer a { } .footer .service .list-unstyled a { } .footer .service .list-unstyled a:hover { color: #D0A600; } .footer-pall .rd-parallax-layer[data-type=media]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(50, 50, 50, 0.5); } .footer-pall .pg-title { margin-bottom: 3rem; } .footer-pall-html .social-icon-img { width: 80px; max-width: 100%; } .footer-pall-html .social-icon { display: inline-block; width: 5rem; height: 5rem; border-radius: 50%; }.home-carousel, .home-banner { height: max-content; background-color: #FFF; } .home-carousel .slick-prev { left: 25px; } .home-carousel .slick-next { right: 25px; } .home-banner .items-block { padding-bottom: 20px; } .home-carousel .words { position: absolute; top: 109px; color: #757575; } .home-banner { color: #757575; } .home-banner .words { position: absolute; top: 109px; z-index: 99; } .home-carousel .words h3, .home-banner .words h3 { font-size: 3rem; margin-bottom: 25px; } .home-carousel .words p, .home-banner .words p { line-height: 180%; letter-spacing: 1px; } @media (max-width:992px) { .home-banner .words { top: -10%; } .home-banner .breath { margin-top: 10%; } .home-banner .words h3 { font-size: 2rem; } } @media (max-width:768px) { .home-banner .words { top: -30%; } .home-banner .breath { margin-top: 20%; } .home-banner .banner02 { padding-top: 20% !important; } .home-banner .banner03 { padding-top: 38% !important; } } .home-carousel .slick-list { overflow: visible; } .home-carousel .ellipsed-mask, .home-banner .ellipsed-mask { width: 100%; pointer-events: none; position: absolute; left: 0; right: 0; bottom: -6px; overflow: hidden; } svg:not(:root) { overflow: hidden; } @media(max-width:464px) { .home-banner .words h3 { font-size: 1.7rem; margin-bottom: 10px; } .home-banner .words { top: -70%; } .home-banner .breath { margin-top: 50%; } .home-banner .ellipsed-mask { bottom: -50px; padding-bottom: 30px !important; } } #particles-js { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } @media (max-width:544px) { .home-carousel .slick-prev { left: 1rem; } .home-carousel .slick-next { right: 1rem; } } .roomArea { padding: 100px 0; overflow: hidden; z-index: 5; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.2); } .roomArea::before { content: ''; width: 100%; height: 100%; background: #17a2b8; position: absolute; top: 0; left: -50%; bottom: 0; transform: skewX(-20deg); opacity: 1; } /* .roomArea.shrink::before { width: 42%; left: 0; opacity: 1; transition: all 0.4s ease, width 1.8s ease, left 1.8s ease, opacity 1.2s ease; } .roomArea::after { content: ''; width: 0; height: 0; position: absolute; top: 0; left: -20%; border-style: solid; border-width: 0 0 800px 270px; border-color: transparent transparent transparent #17a2b8; opacity: 0; z-index: -1; } .roomArea.shrink::after { left: 42%; opacity: 1; -webkit-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; -moz-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; -o-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; } */ .roomArea .pic { width: 100%; height: 100vh; background: url(/files/index/index01.jpg) no-repeat; background-size: cover; position: absolute; top: calc(50% - 60vh); left: 0; z-index: -2; } .roomArea .titleBox::before { background: url(/files/icons/title_icon_room.png) no-repeat; } .roomArea .rightBox { width: 50%; float: right; padding: 60px 50px 60px 180px; } .roomArea .Txt { color: #e8e8e8; font-size: 13px; text-align: center; line-height: 25px; letter-spacing: 1.5px; height: 80px; margin: 40px 0; } .roomArea .btn03 a { display: inline-block; } .roomArea .btn03 a:nth-child(1) { margin-right: 0px; } .roomArea .leftBox { width: 50%; float: left; padding: 0; } .roomArea .leftBox .roomList { margin: 0 -125px 0 -165px; border: double 4px rgba(255, 255, 255, 0.5); padding: 2px; } .roomArea .leftBox .roomList li { padding: 0; } .roomArea .leftBox .roomList li h3 { display: none; } .roomArea .leftBox .roomList li .Img { width: 100%; } .roomArea .leftBox u.roomList li .Img img { width: 100%; } .home_news_list { z-index: 6; padding-bottom: 100px; } .home-news .card-body { width: 75%; margin: 35px auto 44px; padding: 0; } .home-news .card { background-color: #eef2f6; border: none; transition: all ease .25s; } .home-news .card:hover { margin-top: -10px; box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2); transition: all ease .25s; } .home-news .card .img-box { overflow: hidden; } .home-news .card .img-box div { transition: all ease .25s; } .home-news .card:hover .img-box div { transform: scale(1.1); transition: all ease .25s; } .home-news .news-box { width: 80%; margin-left: 20%; } .home-news .news-box::before { width: 108%; content: ''; position: absolute; height: 79%; background-color: #FFF; top: 8vw; right: -1rem; z-index: -1; transition: all 0.7s cubic-bezier(.26, 0, .07, 1); } .home-news .news-box h4 { text-align: left; } .home-news .news-box p { color: #9d9d9d; font-size: 0.9rem; text-align: left; } .home-news .news-box a.btn { position: absolute; right: -16%; } .home-news .topic-cont { /*width: 20%; margin-left: 0;*/ } .bg-gray { background-color: #f3f3f3; } .home-products { box-shadow: 1.6px 1.4px 4px 0px rgba(162, 162, 162, 0.15); padding-left: 3.9%; padding-right: 3.9%; padding-bottom: 48px; background-color: #fff; width: calc(100% - 16%); max-width: unset; } .home-prod-slick { padding-top: 30px; } .home-prod-slick .col-image div { max-width: 320px; margin-left: auto; margin-right: auto; } .home-prod-slick .col-image { position: relative; } .home-prod-slick .items-block { border-right: 1px solid hsla(10, 12%, 63%, 0.2); } .home-prod-slick .p-name h4 { font-size: 1.3rem; font-weight: bold; color: #000; } .home-prod-slick .p-name .btn, .btn.style01 { margin-top: 20px; font-size: 0.9rem; padding-top: 2px; padding-bottom: 2px; color: #FFF; } @media only screen and (min-width: 751px) { .wave-bg { position: absolute; left: 0; top: 0; bottom: 759px; right: 0; background: url(/files/home/bg-wave.png) repeat-x center bottom; -webkit-animation: bgloop 30s linear infinite; animation: bgloop 30s linear infinite; z-index: 5; } .home-about .wave-bg { bottom: 0; top: 0; } .wave-bg.bottom { bottom: 0px; z-index: -1; } .home-about { height: 900px; position: relative; } .sky-bg { position: absolute; left: 0; right: 50%; top: 0; bottom: 0; margin-right: 165px; background: url(/files/home/sky-bg.jpg) no-repeat center bottom; background-size: auto; background-size: cover; z-index: 3; } .home-about-word { position: absolute; left: 50%; top: 50%; background: url(/files/home/home-about-word.png) no-repeat center; width: 843px; height: 181px; margin-left: -415px; top: 379px; z-index: 10; } .about-inner { margin: 0 auto; width: 1080px; position: relative; z-index: 40; padding-top: 118px; padding-left: 505px; } .about-inner h2 { display: flex; align-items: center; color: #062d9f; font-family: 'Muli', sans-serif; font-weight: 700; letter-spacing: .05em; font-weight: bold; font-size: 13px; margin-bottom: 50px; } .about-inner h2::before { content: ''; display: inline-block; height: 2px; width: 20px; background: #062d9f; margin-right: 10px; } .about-inner h3 { font-size: 30px !important; line-height: 52px; font-weight: bold; margin: unset !important; width: 100%; } .about-inner .text { margin-top: 25px; font-size: 17px; line-height: 44px; } } @-webkit-keyframes bgloop { from { background-position: 0 bottom; } to { background-position: 2036px bottom; } } @keyframes bgloop { from { background-position: 0 bottom; } to { background-position: 2036px bottom; } } .home-how .flex-card-header { font-size: 1.5rem; letter-spacing: 0.1px; } .home-how .desc { font-size: 1rem; color: #666666; line-height: 28px; letter-spacing: 0.1px; margin-top: 22px; padding-bottom: 7px; position: relative; } .home-how .inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .home-how .num { font-size: 1.5rem; font-weight: 400; letter-spacing: 1.2px; color: #cfb38c; width: 12%; } .home-how .right { width: 88%; } .home-how .right .desc::before { content: ''; position: absolute; width: 1px; height: 94%; background-color: #CCC; left: -10%; top: 5px; } .home-how h3:before { content: ''; display: block; background: url(/files/home/leaf.png); background-size: cover; width: 224px; height: 216px; position: absolute; z-index: -1; left: 208px; } .list-index__image-icon { width: 55px; height: 55px; z-index: 10; position: absolute; top: 20px; right: 0; bottom: 0; left: 60px; pointer-events: none; } .list-index__image-icon:after { display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; background: url(/files/icon/icon-blank.svg) rgba(0, 0, 0, .3) no-repeat 50% 50%; background-size: 24px 19px; opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1); transition: all .2s cubic-bezier(.77, 0, .175, 1); } a:hover .list-index__image-icon:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .home-offer { padding-bottom: 200px !important; } .home-services .container, .home-offer .container { max-width: 80%; } .home-case .container { max-width: 67%; } .home-services .icon-box .content span { color: #757575; position: absolute; bottom: -7px; display: block; width: 100%; left: 0; } @media (max-width:1200px) { .home-case .container { max-width: 80%; } } .home-services .circle { display: block; width: 60%; text-align: center; margin-left: auto; margin-right: auto; padding: 30% 0 40% 0; margin-top: -77%; z-index: -1; } .home-services .circle::before { content: ''; display: block; background-color: #FFF; padding-top: 100%; position: absolute; width: 100%; top: 0; z-index: -1; border-radius: 50%; } .home-services .circle h4 { font-size: 1.3rem; color: #7590b8; font-weight: 600; } .home-services .icon-box .content { padding: 40px; text-align: center; } @media (max-width:576px) { .home-services .container, .home-offer .container { max-width: 100%; } .home-services .circle::before { display: none; } .home-services .icon-box .content { padding: 15px; margin-bottom: 20px; } .home-services .icon-box .content span, .products .home-services ol { font-size: 0.85rem !important; } .products .home-services ol { margin-top: 36px !important; } .home-offer { padding-bottom: 0px !important; } .home-services .icon-box { margin-top: 36px; } .home-services .circle { padding-top: 0%; padding-bottom: 0% !important; position: absolute; top: 41%; margin-bottom: 0; width: 100%; bottom: 0; } .home-services .col-md-12:nth-child(2) { margin-top: 80px; } } @media (max-width:464px) { .home-services .icon-box .content span { } .home-services .circle { top: 45%; } } .home-services .icon-box .content::before { content: ''; display: block; border: 1px #cdcdcd dashed; border-radius: 50%; width: 100%; height: 100%; padding-top: 100%; position: absolute; top: 0; left: 0; -webkit-animation: whirl 50s infinite linear; -moz-animation: whirl 50s infinite linear; -o-animation: whirl 50s infinite linear; animation: whirl 50s infinite linear; transition-duration: .3s; } .home-services .icon-box .column:hover .content::before { border: 1px #c2dbf3 solid; background-color: #9bb6df; } @media (max-width:1200px) { .home-services .circle { padding-bottom: 55%; } } @media (max-width:464px) { .home-services .circle h4 { position: absolute; top: -43px; width: 100%; } } .home-offer h4 { color: #757575; font-size: 1.1rem; } .home-offer h4::before { content: '1'; display: block; color: #d2d2d2; font-family: 'Amiri-Regular'; font-size: 8rem; position: absolute; top: -85px; left: -54px; } .home-offer .step2 h4::before { content: '2'; left: -67px; } .home-offer .step1 { display: block; width: 52%; margin-left: auto; margin-right: auto; padding: 13% 0 8% 100px; z-index: 1; animation-delay: 0.2s; } .home-offer .step1::before { content: ''; display: block; background-color: #FFF; padding-top: 100%; position: absolute; width: 100%; top: 0; left: 0; border-radius: 50%; } .home-offer .content { width: 60%; margin-left: 30%; } .home-offer .step2 .content { margin-left: 20%; } .home-offer .step2 { float: right; position: absolute; right: 0; width: 52%; padding: 13% 0 40% 0; animation-delay: 0.7s; z-index: 0; } .home-offer .step2::before { content: ''; display: block; padding-top: 100%; position: absolute; width: 100%; top: 0; left: -80px; z-index: -2; border-radius: 50%; border: 1px #CCC dashed; } @media (max-width:1400px) { .home-offer .container { max-width: 60%; } .home-offer .step1, .home-offer .step2 { width: auto; position: relative; padding-top: 19%; padding-left: 100px; } .home-offer .step2 { z-index: 2; padding-bottom: 10%; } .home-offer .content { margin-left: 20%; } .home-offer .step2::before { left: 0; } .home-offer .step1::before, .home-offer .step2::before { border: 1px #CCC dashed; background-color: #FFF; } } @media (max-width:992px) { .home-offer .step1, .home-offer .step2 { padding-left: 10%; } .home-offer .step1 .content, .home-offer .step2 .content { margin-left: 10%; width: 80%; } } @media (max-width:576px) { .home-offer .step1::before, .home-offer .step2::before { display: none; } .home-offer .container { max-width: 100%; } } .home-offer .step1.up, .home-offer .step2.up { z-index: 2; } .home-offer .step1.up::before, .home-offer .step2.up::before { background-color: #FFF; border: none; } .home-offer .step1.down, .home-offer .step2.down { z-index: 1; } .home-offer .step1.down::before, .home-offer .step2.down::before { background-color: transparent; border: 1px #CCC dashed; } .home-offer .contact_form { padding: 0; box-shadow: none; color: #757575; background: transparent; } .home-offer #contactform .form-control { background: transparent; } .home-offer .text-danger { margin-right: 5px; } .home-offer #contactform .input-block { margin-bottom: 5px; } .home-offer #contactform .need { padding: 24px 0.75rem 0.375rem 0.75rem; margin-bottom: 0; } .home-offer i { position: relative; display: inline-block; margin-right: 5px; width: 18px; height: 18px; background-color: #c6c6c6; border-radius: 50%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .home-offer .radio2 input[type='radio']:checked~i, .home-offer .radio2 input[type='checkbox']:checked~i { background-color: #102e4a; } .home-offer .radio2 { margin-right: 30px; cursor: pointer; } .radio2 i::before, .checkbox2 i::before { content: ''; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -4px; width: 10px; height: 8px; background-image: url('/files/icons/icon_check.png'); background-repeat: no-repeat; background-size: contain; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .radio2 input[type='radio']:checked~i::before, .radio2 input[type='checkbox']:checked~i::before { opacity: 1; } .home-offer input[type='radio'] { position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; pointer-events: none; } .home-case .shp-xl-s { padding-top: 70%; } .home-case .shp-xl-l { padding-top: 35%; }.banner-section .banner-inner-bg { background-size: cover; background-repeat: no-repeat; background-position: center; padding-bottom: 20%; width: 100% !important; } .banner-section .vertical-center { top: auto; left: 50%; transform: translateX(-50%); bottom: 30%; } .banner-section .topic-wrap h3 { font-size: 3.5rem; text-shadow: 0.3vw 0.3vw 0.5vw rgba(0, 0, 0, 0.5); letter-spacing: .2em; text-indent: .2em; } .banner-section .topic-wrap h3::before, .banner-section .topic-wrap h3::after { content: ''; position: absolute; top: 50%; margin-top: -0.5px; width: 50px; height: 1px; background-color: #fff; right: -70px; } .banner-section .topic-wrap h3::before { left: -70px; } .banner-section .topic-wrap em { font-size: 2.5rem; font-family: 'OleoScript-Regular', '微軟正黑體', cursive; } .pg-title { font-size: 2.2rem; color: #005CB9; font-weight: 700; } @media(max-width:992px) { .pg-title { font-size: 2rem; } .banner-section .banner-inner-bg { padding-bottom: 40%; } .banner-section .topic-wrap h3 { font-size: 4.5vw; } } @media(max-width:768px) { .pg-title { font-size: 1.75rem; } } @media(max-width:576px) { .pg-title { font-size: 1.5rem; } .banner-section .topic-wrap h3 { font-size: 5vw; } } @media(max-width:464px) { .pg-title { font-size: 1.2rem; } .banner-section .topic-wrap h3 { font-size: 6vw; } } .slick-slide { outline: none !important; } .page-list-row .item-info-wrap { padding-top: 0.5rem; } .page-list-row .item-info-wrap>.name { display: inline-block; color: #666; margin-bottom: 0; } .page-list-row .item-wrap { padding: 8px; border: 1px solid #EEE; border-radius: 4px; height: 100%; } .page-list-row .description { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; overflow: hidden; color: #FFF; } .page-list-row .description .ani-list { transform: translateX(50%); opacity: 0; transition-duration: .4s; } .page-list-row .box:hover .ani-list { transform: translateX(0); opacity: 1; transition-duration: .4s; } .page-list-row .box .ani-list:nth-child(1) { transition-delay: .4s; } .page-list-row .box .ani-list:nth-child(2) { transition-delay: 0.6s; } .page-list-row .box .ani-list:nth-child(3) { transition-delay: 0.8s; } .page-list-row .box .ani-list:nth-child(4) { transition-delay: 1.0s; } .page-list-row .box .ani-list:nth-child(5) { transition-delay: 1.2s; } .page-list-row .box .ani-list:nth-child(6) { transition-delay: 1.4s; } .page-list-row .box .ani-list:nth-child(7) { transition-delay: 1.6s; } .page-list-row .cate { color: #FFF; } .about-img { border: 6px #FFF solid; border-radius: 80px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .brand-sect { background-size: 100% auto; background-repeat: no-repeat; } .brand-sect::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(/images/content/about_bg_full.jpg); z-index: -1; } .brand-block { margin-top: 15%; margin-left: 6%; width: 60%; } @media (max-width:992px) { .brand-block { width: 700px; } } @media (max-width:768px) { .brand-block { width: auto; margin-left: auto; } } .content-sys { margin: 2.5rem auto; } .idx-row { counter-reset: block-counter; } .idx-col .card-body { margin: 0; padding: 0; } .idx-col .card-index { flex: 0 0 auto; width: auto; max-width: none; margin: 0; padding-right: 0.5rem; } .idx-col .card-index::before { content: counter(block-counter); counter-increment: block-counter; font: 8rem 'arial'; font-style: italic; color: #DDD; line-height: 8rem; } .idx-col .card-text { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-top: 1rem; color: #666; } .numberlist ol { counter-reset: li; list-style: none; margin-bottom: 1rem; text-align: left; padding-left: 1rem; } .numberlist li { position: relative; display: block; padding: 1em 1em 1em 3em; *padding: .4em; margin: .5em 0; background: #fff; color: #444; text-decoration: none; -moz-border-radius: .3em; -webkit-border-radius: .3em; border-radius: .3em; } .numberlist li::before { content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 3em; width: 3em; line-height: 2.5em; border: .3em solid #fff; text-align: center; font-weight: 700; -moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em; color: #fff; } .contacts-block>a { text-decoration: none; } .contacts-block>a>div { border: 1px solid #CCC; border-radius: 4px; } .contacts-block>a>div:hover { background-color: #e5feff; } .contacts-block h5 { margin-top: 1rem; color: #da251d; text-decoration: none; } .contacts-block p { margin-top: 1rem; color: #666; text-decoration: none; } .prev-next-wrap>.row { background-color: #e2e2e2; margin: 0; border-radius: 0.25rem; } .prev-next-wrap a { color: #dc3545; } .prev-next-wrap .prev-pg:hover, .prev-next-wrap .next-pg:hover { background-color: #efefef; } .prev-next-wrap .prev-pg { padding: 0 1rem 0 40px; } .prev-next-wrap .next-pg { padding: 0 40px 0 1rem; } .prev-next-wrap .prev-pg, .prev-next-wrap .next-pg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .prev-next-wrap .prev-pg::before { content: '\f104'; font-family: FontAwesome; font-size: 24px; position: absolute; left: 1rem; top: 15px; } .prev-next-wrap .next-pg::before { content: '\f105'; font-family: FontAwesome; font-size: 24px; position: absolute; left: auto; right: 1rem; top: 15px; } .prev-next-divider { position: absolute; top: 10px; bottom: 10px; width: 0; left: 50%; border-left: 1px solid #FFF; z-index: 1; } @media (max-width:464px) { .prev-next-divider { top: 50%; bottom: auto; width: auto; left: 10px; right: 10px; border-top: 1px solid #FFF; } } .pgcont-wrap, .article-list-row { background-color: #FFF; box-shadow: 1.6px 1.4px 4px 0px rgba(162, 162, 162, 0.15); padding: 100px 60px 60px 60px; line-height: 200%; } .article-list-row { padding-top: 60px; } .banner-section { overflow: hidden; } .about h4 { font-size: 1.6rem; font-weight: bold; margin-bottom: 1rem; color: #102e4a; } .about p { font-size: 1.1rem; margin-bottom: 3rem; } .about .about-we { background: url('/files/about/tree.png') no-repeat 39% 50%; background-size: contain; margin-top: 7rem; } @media (max-width:992px) { .about .about-we .column { margin-bottom: 2rem; } .about .about-we { background-size: 40%; background-position: bottom left; padding-bottom: 52%; } } @media (max-width:576px) { .about .about-we { background-position: bottom center; background-size: 67%; padding-bottom: 91%; } } .about .about-we h4 { color: #0084ff; } .about .about-we p { font-size: 1rem; margin-bottom: 0; } .banner-title { z-index: 99; position: absolute; top: 170px; left: 0; width: 100%; text-align: center; color: #454545; } .banner-title h3 span { font-family: 'Quicksand-Light'; font-size: 4rem; font-weight: 300; letter-spacing: .1em; line-height: 1; display: block; margin-bottom: 10px; } @media(max-width:576px) { .banner-title h3 span { font-size: 3rem; } } .decoration-line.ns-ent.enter { stroke-dashoffset: 0; } .decoration-line { display: inline-block; width: 7px; height: 105px; stroke-dasharray: 96; stroke-dashoffset: 96; transition: stroke-dashoffset 1s cubic-bezier(.5, 0, 0, 1); color: #999; } .decoration-dots { display: inline-block; width: 3.5rem; height: 1rem; color: #999; } @media (max-width:576px) { .decoration-line {} } .topic-cont.page-topic { margin-top: -25px; } .topic-cont.page-topic h3 { margin-top: 0; margin-bottom: 0; } .services .home-services .icon-box .content, .services .home-services ol { max-width: 250px; margin-left: auto; margin-right: auto; } .services .home-services .container { max-width: 1140px; } .services .home-services .icon-box .content::before { background-color: #FFF; transition-duration: .3s; } .services .home-services .icon-box .content:hover::before { border: 1px #c2dbf3 solid; background-color: #9bb6df; } .services .home-services ol, .services .home-services p { color: #757575; margin-top: 20px; padding-left: 20px; line-height: 180%; max-width: 198px; margin-left: auto; margin-right: auto; } .services .home-services p { padding-left: 0px; } .services .home-services .icon-box .content span { color: #102e4a; font-size: 1.3rem; } @media(max-width:464px) { .services .home-services ol { margin-top: 37px; font-size: 0.9rem; } } .contacts .accordion { max-width: 950px; margin-left: auto; margin-right: auto; } .contacts .accordion .card { border: none; background-color: transparent; border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0; } .contacts .accordion .card.active { border-bottom: 1px solid #0084ff; } .contacts .accordion .card-header { display: flex; flex-direction: row; flex-wrap: wrap; background-color: transparent; border: none; } .contacts .accordion button { width: 30px; height: 30px; padding: 0 !important; display: inline-block; border-radius: 50%; text-decoration: none; cursor: pointer; font-size: 1.5rem; background-color: #0084ff; color: #FFF; } .contacts .accordion .card.active button { background-color: transparent; color: #0084ff; } .contacts .accordion button span { height: 30px; display: inline-block; position: absolute; top: -6px; left: 5px; } .contacts .accordion button span.icon-close { left: 8px; } .contacts .accordion .card.active .icon-open { display: none; } .contacts .accordion h2 { width: calc(100% - 50px); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; font-size: 1.2rem; color: #333; } .contacts .accordion .card.active h2 { color: #0084ff; } .contacts .accordion .card-body { color: #97979e; line-height: 1.8; padding-top: 0; } .works .card { position: relative; } .works .card h5 strong { overflow: hidden; display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; color: #454545; } .works .card h5 em { display: block; font-size: 16px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: rgba(0, 0, 0, 0.40); } .works .card img.LOGO-run { max-width: 80%; margin-top: 1rem; position: absolute; top: 0px; left: 10%; opacity: 0; transition: all 0.4s ease; } .works .card:hover img.LOGO-run { z-index: 10; top: 50px; opacity: 0.3; } .works .card-columns .card { margin-bottom: 4rem !important; } @media (min-width: 577px) { .works .card-columns .card { width: 95% !important; } } .works .card-columns .card img { border-top: 1px solid rgba(0, 0, 0, 0.125); } .works .card-columns .card::after { content: ''; background: rgba(0, 0, 0, 0.8); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all 0.4s ease; } .works .card-columns .card::before { content: ''; border: 1px solid rgba(255, 255, 255, 0.3); position: absolute; left: 20px; top: 20px; bottom: 20px; right: 20px; z-index: 4; opacity: 0; transition: all 0.4s ease; } .works .card-columns .card:hover::after, .works .card-columns .card:hover::before { opacity: 1; } .works .card-columns .card h5 { position: relative; z-index: 5; box-sizing: border-box; transition: all 0.4s ease; } .works .card-columns .card:hover h5 { transform: translate(15px, 15px); background: none; } .works .card-columns .card a { content: ''; width: 100%; height: 100%; } .works .card-columns .card:hover a, .works .card-columns .card:hover h5 em { color: #FFF !important; } .works .card-columns .card:hover h5 strong { color: #FFF; } @media(max-width:768px) { .works .card-columns .card { max-height: 500px; margin-bottom: 2rem; overflow: hidden; } } .service-img { border-radius: 10px; border: 1px solid #dfdfdf; padding: 4px !important; }.inquiry { font-size: 1rem; text-align: left; } .inquiry .container { max-width: 1300px; } @media (max-width: 576px) { .inquiry .container { max-width: 100%; } } .birthdayPicker select { display: inline-block !important; width: auto; } .inquiry .inquiry-bg { background: url(/images/content/inquiry-01.jpg) 100% center; background-size: cover; } .inquiry .inquiry-content { background-color: #FFF; } .inquiry-content form { border: solid 1px #d8d8d8; padding: 1rem 7%; } @media (max-width: 576px) { .inquiry-content form { border: 0; padding: 0; } } .inquiry .col-form-label { color: #FFF; text-align: right; background-color: rgba(119, 119, 119, 1.00); padding: 10px 15px; flex: 0 0 33.333333%; max-width: 33.333333%; } .inquiry .col-form-input { padding: 5px 14px; flex: 0 0 66.666667%; max-width: 66.666667%; align-self: center !important; } .inquiry .form-check-inline>* { vertical-align: middle; } @media (max-width: 464px) { .inquiry .col-form-label { text-align: center; background-color: rgba(119, 119, 119, 1.00); flex: 0 0 calc(100% - 16px); margin: 8px 8px 0 8px; padding: 4px; border-radius: 4px; max-width: 100%; } .inquiry .col-form-input { padding: 4px 8px; margin-top: 4px; flex: 0 0 100%; max-width: 100%; } } .inquiry .form-check-label { line-height: 100%; margin-left: 5px; margin-top: -2px; } .inquiry .form-check-input { margin-left: 5px; } .inquiry .form-check { margin-bottom: 0; } .inquiry legend { font-size: 1rem; } .inquiry .form-row { background-color: #e6e6e6; } .inquiry .form-group { margin-bottom: 2px; } .inquiry .form-control { padding: 0.25rem 0.75rem; vertical-align: middle; } .inquiry textarea.form-control { margin: 4px 0; } .inquiry input.form-control { margin-right: 1rem; } .w-10 { width: 10% !important; } .contactform .form-group.has-error .invalid-feedback { display: block; bottom: 10px; right: 16px; } .contacts a { color: #999; } .contact_form { background: #fff; padding: 4rem; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.07); } /*} .input:focus { outline: none } .input:invalid { box-shadow: none }*/ #contactform .form-control { border-color: rgba(0, 0, 0, 0); } #contactform .form-control:focus { border-color: rgba(0, 0, 0, 0); box-shadow: none; } #contactform textarea { border-color: #CCC !important; } #contactform textarea:focus { border-color: #c9a96a !important; } #contactform .input-block { margin-bottom: 2rem; width: 100%; } #contactform .input-block::after { content: ''; display: block; height: 1px; background: #CCC; will-change: transform; transition: -webkit-transform .5s cubic-bezier(.3, 0, 0, 1); transition: transform .5s cubic-bezier(.3, 0, 0, 1); transition: transform .5s cubic-bezier(.3, 0, 0, 1), -webkit-transform .5s cubic-bezier(.3, 0, 0, 1); -webkit-transform-origin: left center; transform-origin: left center; } #contactform .input-block.focus::after { background-color: #c9a96a; -webkit-transform-origin: right center; transform-origin: right center; position: relative; top: 1px; z-index: 2; } #contactform .input-block>.input-label { transform: translateY(24px) scale(1); transition-duration: 0.6s; transform-origin: left center; z-index: 10; } #contactform .input-block.focus>.input-label { transform: translateY(0) scale(0.75); transition-duration: 0.6s; } .contact-icon { margin-right: 10px; font-size: 26px; vertical-align: middle; } .contact-icon.fa-envelope { font-size: 22px; }.article-img-block { width: 270px; float: left; } .article-list-block .list-title { font-size: 1.4rem; font-weight: bold; } .article-list-block .list-date { font-size: 0.75rem; } .article-list-block .list-text { max-height: 240px; overflow: hidden; line-height: 30px; } .article-list-block .list-text p { color: #333; margin-bottom: 0; } .article-img { padding-bottom: 62.5%; background-position: center center; background-size: cover; margin-right: 1rem; } .btn-ug { color: #fff; background-color: #4d342e; border-color: #4d342e; border-radius: 1rem; padding: 0.25rem 2rem; cursor: pointer; text-decoration: none; } @media (max-width: 768px) { .article-img-block { width: 50%; } .article-list-block .list-text { max-height: 144px; line-height: 24px; } } @media (max-width: 576px) { .btn-ug { padding: 0.25rem 1.2rem; } } @media (max-width: 464px) { .article-img-block { width: 100%; float: none; margin-bottom: 0.5rem; } } @media (max-width: 352px) { .btn-ug { padding: 0.25rem 1rem; } } .btn-ug:hover { background-color: #d59700; border-color: #d59700; } .newsArea .item { background-color: #FFF; box-shadow: 1.6px 1.4px 4px 0px rgba(162, 162, 162, 0.15); position: relative; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-image: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%); background-size: 0% 1px, 1px 0%, 1px 0%, 0% 1px, 0% 1px, 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px; background-position: 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%, 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .newsArea .item:hover { background-size: 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px, 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px; } .newsArea .date { position: absolute; bottom: 9px; right: 25px; font-size: 0.9rem; font-weight: 300; font-family: 'Open Sans', '微軟正黑體', sans-serif; color: #999; letter-spacing: 0.5px; } .newsArea a { color: #000; } .newsArea .Txt { position: relative; padding: 25px 30px; } .newsArea .Txt p { height: 92px; font-size: 1rem; color: #454545; letter-spacing: 1px; line-height: 1.5; overflow: hidden; } .newsArea .Img { padding: 0; } .newsArea .Img>div { padding: 3px; } .news .date { position: absolute; z-index: 20; letter-spacing: -2px; top: 0px; left: 60px; font-family: 'Amiri', serif; background: #000; color: #FFF; font-size: 45px; line-height: 1; padding: 10px; text-align: center; box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.2); } .news .date b { font-weight: normal; font-size: 1.2rem; display: block; letter-spacing: -1px; }.topic-cont { text-align: center; margin-bottom: 2rem; position: relative; overflow: visible; color: #000; margin-top: 3rem; } /* .topic-cont h3::before { content: ''; z-index: 5; position: absolute; width: 82px; height: 82px; display: block; top: 28%; left: -29px; transform: translate(0, -50%); border: 1px solid; border-radius: 50%; opacity: 0.8; color: #CCC; } .topic-cont h3::after { content: ''; z-index: 5; position: absolute; width: 90px; height: 90px; display: block; top: 28%; left: -33px; transform: translate(0, -50%); border: 1px solid; border-radius: 50%; box-shadow: 0 0 12px; opacity: 0.8; color: #CCC; } */ /* .topic-cont h3::before, .topic-cont h3::after { background: url(/images/bg_line.png) repeat; background-color: rgba(0, 0, 0, 0.05); content: ''; height: 5px; position: absolute; top: calc(50% - 2px); margin-top: 10px; width: 900px; display: block; } .topic-cont h3::before { left: auto; right: 100%; } .topic-cont h3::after { right: 0; left: 100%; } */ .topic-cont h3 { font-size: 1.2rem; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin: 1.5rem auto; color: #102e4a; } .topic-cont h3 span { font-size: 2rem; display: block; text-transform: uppercase; font-family: 'Amiri-Regular'; } .topic-cont h6 { color: #666; display: block; margin-top: 1rem; } @media (max-width:576px) { .topic-cont { margin-top: 0; } .topic-cont h3::before { width: 62px; height: 62px; top: 37%; left: -17px; } .topic-cont h3::after { width: 70px; height: 70px; top: 37%; left: -21px; } .topic-cont h3 { font-size: 1.2rem; padding: 0.5rem 0.5rem 0.5rem; margin: 0; } .topic-cont h3 span { font-size: 1.2rem; } .topic-cont h6 { margin-top: 0.25rem; } } .swipe-gallery .pswp-item { cursor: zoom-in; } .spotlight-grid .img-set figure, .swipe-gallery figure { position: absolute; right: 0; left: 0; bottom: 0px; margin: 0; padding: 0.5rem; background-color: rgba(0, 0, 0, 0.5); color: #FFF; line-height: 1.2rem; } .standard-slick { margin-left: -0.5em; margin-right: -0.5em; } .standard-slick .slick-dots { position: relative; bottom: auto; } .standard-slick .items-block { margin-left: 0.5em; margin-right: 0.5em; } @media(max-width:1200px) { .standard-slick .slick-arrow { width: 32px; height: 32px; background-color: rgba(255, 255, 255, 0.5); } .standard-slick .slick-arrow::before { display: block; width: 24px; height: 24px; margin-left: auto; margin-right: auto; } .standard-slick .slick-prev { left: 10px; } .standard-slick .slick-next { right: 10px; } } .tab-slick .slider-for { background-color: rgb(230, 230, 230); } .tab-slick .slider-for .items-block { padding: 1rem; } .tab-slick .slick-carousel .slick-arrow::before { color: rgb(0, 92, 175); } .tab-slick>.slider-nav { margin: 0 auto; overflow: hidden; } .tab-slick>.slider-nav::before { content: ''; background-color: #C8CACE; position: absolute; left: 0; right: 0; top: auto; bottom: 0; height: 8px; z-index: -1; } .tab-slick>.slider-nav .slick-list { width: 100%; margin: auto; overflow: hidden; padding-bottom: 8px; } .tab-slick>.slider-nav .slick-list:nth-child(2) { width: calc(100% - 50px); } .tab-slick>.slider-nav .slick-prev { left: 0; } .tab-slick>.slider-nav .slick-next { right: 0; } .tab-slick>.slider-nav .items-block { text-align: center; height: 46px; font-size: 16px; padding: 0 12px; transition-duration: .3s; cursor: pointer; } .tab-slick>.slider-nav .items-block>span { display: block; text-align: center; top: 50%; transform: translateY(-50%); line-height: 24px; font-size: 20px; color: #005CB9; } @media(max-width:576px) { .tab-slick>.slider-nav .items-block>span { font-size: 16px; line-height: 16px; } } .tab-slick>.slider-nav .slick-current .items-block { transition-duration: .3s; } .tab-slick>.slider-nav .slick-current .items-block::after { content: ''; background-color: #005CB9; position: absolute; left: 0; right: 0; top: 100%; height: 8px; z-index: 1; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide { height: 0; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide.slick-current { height: auto; transition-duration: .3s; } .tab-group { max-width: 950px; margin-left: auto; margin-right: auto; } .collapse-item { /*border: 1px solid #CCC; border-radius: 4px;*/ margin-bottom: 0.5rem; padding-bottom: 0.5rem; overflow: hidden; border-bottom: 1px solid #CCC; } .collapse-head { color: #002d74; text-align: left; padding: 0.5rem 1rem; } .collapse-head::after { content: '\f067'; font-family: FontAwesome; border-radius: 50%; width: 30px; height: 30px; line-height: 32px; position: absolute; display: block; color: #FFF; background: #0084ff; right: 0; top: 0; text-align: center; font-size: 1rem; transition-duration: .4s; cursor: pointer; } .collapse-head.trigger::after { color: #0084ff; content: '\f068'; border: 1px solid #0084ff; background: #FFF; transition-duration: .4s; } .collapse-topic { font-size: 1.2rem; color: #7f8c8d; margin: 0; cursor: pointer; transition: color 0.6s ease-out; } .collapse-topic:hover { text-decoration: none; color: #333; transition: color 0.6s ease-out; } .collapse-head.trigger { } .collapse-head.trigger .collapse-topic, .collapse-head.trigger .collapse-topic:hover { color: #0084ff; } .collapse-content { border-width: 0 0 0 0 !important; background-color: transparent; } .collapse-text { padding: 1rem; } .collapse-text p { color: #97979e; } .tab-group .tab-content { border: none; border-top: 0; } .tab-group .tab-content>.tab-pane { padding: 1rem; } @media (max-width:576px) { .tab-group .tab-content>.tab-pane { padding: 0; } .tab-group .collapse-head { padding: 0 30px 0 0; margin-bottom: 20px; } } .tab-group .nav-tabs .nav-link { padding: 0.25rem 1rem; margin-left: 0; } .tab-group .nav-tabs .nav-link.active, .tab-group .nav-tabs .nav-item.show .nav-link { border-top: 3px solid #F39700; } .home .ellipsed-mask { margin-bottom: 0px; background-color: #eef2f6; padding-bottom: 65px; } .ellipsed-mask { overflow: hidden; width: 100%; margin-top: -56px; margin-bottom: 60px; } .ellipsed-mask svg { width: 100%; } @media (max-width:1024px) { .ellipsed-mask { transform: translateY(-48%) scale(1.8); margin-bottom: 0px; } } @media (max-width:1200px) { .ellipsed-mask { /*width: 133%; margin-left: -33%;*/ } } .dyn-img-sect { overflow: hidden; } .dyn-img-row { margin-left: -2px; margin-right: -2px; } .dyn-img-row>.column { padding: 0; } .dyn-img-row .img-layer { position: absolute; right: 2px; top: 2px; bottom: 2px; left: 2px; z-index: 10; background-size: cover; background-position: center center; transform: scale(1, 1); transition-duration: 2s; }.scroll-tb-wrap { overflow: auto; max-height: 700px; padding-left: 0; border-left: 1px solid #999 !important; border-top: 1px solid #999 !important; } .scroll-tb-wrap>table { width: 100%; min-width: 700px; } .scroll-tb-wrap tbody>tr>td:first-child, .scroll-tb-wrap th:first-child { position: sticky; left: 0; z-index: 100; } .scroll-tb-wrap tbody>tr>td[rowspan]:first-child { z-index: 110; } .scroll-tb-wrap thead tr th, .scroll-tb-wrap tbody>tr:first-child>td { position: sticky; top: 0; z-index: 120 !important; } .scroll-tb-wrap tbody>tr:first-child>td:first-child { z-index: 130 !important; } .scroll-tb-wrap th:first-child { z-index: 2; } .scroll-tb-wrap table { /*overflow: auto; -ms-overflow-style: scrollbar;*/ } .scroll-tb-wrap table th, .scroll-tb-wrap table td { vertical-align: middle !important; border-right: 1px solid #999 !important; border-bottom: 1px solid #999 !important; } .scroll-tb-wrap table th { } .scroll-tb-wrap table th:first-child { } .scroll-tb-wrap table thead th:first-child { z-index: 100; } @media (max-width:576px) { .scroll-tb-wrap table th:first-child { min-width: auto; } } .scroll-tb-wrap table td { } .scroll-tb-wrap .device .flex-card-header .bsbgset { height: 300px; }.sticky-wrap { display: block; min-height: 1.5rem; overflow: auto; scroll-behavior: smooth; } .sticky-wrap>table { width:100%; border-collapse: collapse; } .sticky-wrap>table th { color: #FFF; background-color: rgb(162, 143, 204); } .sticky-wrap>table td { z-index: 0; } .sticky-wrap>table th { text-align: center; z-index: 1; } .sticky-wrap>table th::after, .sticky-wrap>table td::after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; pointer-events: none; } .sticky-wrap>table>thead.caption { top: 0; position: -webkit-sticky; position: sticky; display: table-caption; z-index: 5; } .sticky-wrap>table>thead:not(.caption) th { top: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>thead:not(.caption) th:first-child { z-index: 5 !important; } .sticky-wrap>table>tbody>tr:first-child th { top: 0; left: auto; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody th { left: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody>tr:first-child th:first-child { top: 0; left: 0; z-index: 5; } .sticky-wrap>table>tfoot th { bottom: 0; position: -webkit-sticky; position: sticky; } .sticky-left { position: -webkit-sticky; position: sticky; left: 0; z-index: 4 !important; } .sticky-right { position: -webkit-sticky; position: sticky; right: 0; z-index: 4 !important; }.products-intro .items-view .items-block { background-size: cover; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; margin: 1px; } .products-intro .items-view figure { display: none; } .products-intro .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; transition-duration: 0.5s; opacity: 0.6; cursor: pointer; border: 1px solid #CCC; } .products-intro .items-nav .slick-slide.slick-current .items-block { opacity: 1; border: 1px solid transparent; } .products-carousel .items-nav {} .products-carousel .items-nav .slick-list { padding: 0 !important; } .products-carousel .items-nav .slick-slide { padding: 0.5rem; } .products-carousel .items-nav .items-block { border-radius: 50%; } .products-carousel .items-nav .slick-slide .items-block { background-size: cover; } .products-carousel .items-nav .slick-slide.slick-current .items-block::before { /*content: ''; z-index: 5; position: absolute; width: 100%; height: 100%; border-radius: 50%; display: block; border: 1px solid #269cd2;*/ } .products-carousel .items-nav .slick-slide.slick-current .items-block::after { content: ''; z-index: 5; position: absolute; top: -5%; left: -5%; width: 110%; height: 110%; display: block; border: 1px solid #c3c3c3; border-radius: 50%; box-shadow: 0 0 6px #c3c3c3; opacity: 0.8; } .products-info .topic-cont { text-align: center; margin-bottom: 1.5rem; position: relative; overflow: hidden; } .products-info .topic-cont h3::before, .products-info .topic-cont h3::after { background: url(/images/icons/bg_line.png) repeat; background-color: rgba(0, 0, 0, 0.05); content: ''; height: 5px; position: absolute; top: calc(50% - 12px); margin-top: 10px; width: 900px; display: block; box-shadow: unset; border-radius: unset; border: unset; transform: unset; opacity: 1; } .products-info .topic-cont h3::before { left: auto; right: 100%; } .products-info .topic-cont h3::after { right: 0; left: 100%; } .products-info .topic-cont h3 { text-align: center; font-size: 1.6rem; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin-bottom: 0; color: #333; } @media (max-width:576px) { .products-info .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } } .detail-topic { font-size: 1.1rem; font-weight: bold; } .products-intro .pg-title { border-bottom: 1px dashed #8e8e8e; padding-bottom: 20px; } .p-name span { display: block; color: #999; font-weight: normal; font-size: 1rem; } .product-list .item-wrap { padding: 15px; position: relative; } .product-list .item-wrap .wbg { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: #FFF; border-radius: 8px; transition-duration: .3s; } .product-list .item-wrap:hover .wbg { transform-origin: 20% 50% 0px; transform: rotate(-9deg) scale(0.7) translate(0px, 10px); left: auto; background: #FFF; transition-duration: .3s; } .product-list .item-wrap:hover .bg-contain { transform: translate(0px, -30px); transition-duration: .3s; } .product-list .item-wrap:hover .p-name { transform: translate(0px, -50px) rotate(-9deg); transition-duration: .3s; } .products-intro { background-color: #FFF; padding: 45px 15px; } .products .SubContent { line-height: 180%; letter-spacing: 1px; border-bottom: 1px dashed #8e8e8e; padding-bottom: 20px; } @media (min-width: 1201px) { .pd-box { max-width: 80%; } } .products-info { margin-bottom: 4rem; }aside { margin-bottom: 1rem; } aside .categories-block { transition-duration: .3s; } aside .categories-block:hover { transition-duration: .3s; } aside .categories-block:hover .cat-button { background-color: #EEE !important; transition-duration: .3s; } aside .cat-menu { background-color: transparent; } .col-aside { flex: 0 0 300px; max-width: 300px; } .col-content { flex: 0 0 calc(100% - 300px); max-width: calc(100% - 300px); } @media (max-width:992px) { .col-aside, .col-content { flex: 0 0 100%; max-width: 100%; } .aside-top { display: none; } aside .categories-block { background-color: transparent; width: auto; padding: 0; } aside .cat-button { width: 100%; overflow: hidden; text-overflow: ellipsis; transition-duration: .3s; } aside #cat-wrap { width: 100%; padding: 1rem 1rem 1rem 1.5rem; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); z-index: 50; } } .categories-block .cat-caret { position: absolute; width: 30px; height: 30px; top: 2px; right: 0; text-align: center; transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; line-height: 30px; } .categories-block .cat-item { padding: 0.375rem 0; } .categories-block .cat-caret:before { display: block; font-family: FontAwesome; content: '\f107'; color: #999; font-size: 20px; } .cat-caret.trigger { transition-duration: .3s; transform: rotate(-180deg); } .cat-wrap>.cat-item { padding-left: 20px; border-bottom: 1px dashed #CCC; } .cat-wrap>.cat-item>.cat-link { width: calc(100% - 35px); font-size: 1.125rem; } .cat-wrap>.cat-item::after { position: absolute; content: ''; display: block; left: 5px; width: 0; height: 20px; border-left: solid 4px #F39700; top: 8px; } .cat-wrap>.cat-item::before { position: absolute; content: ''; display: block; left: 8px; width: 0; border-left: solid 1px #CCC; top: 10px; bottom: 10px; } .cat-menu>.cat-item>.cat-link { white-space: pre-wrap; word-break: break-all; font-size: 0.925rem; line-height: 1.2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 2.4rem; } .aside-top { margin-bottom: 1.5rem; } .aside-top span { position: absolute; z-index: 99; color: #FFF; font-weight: bold; font-size: 1.2rem; left: 15px; top: 6px; width: 90%; text-align: center; } aside ul { padding: 0; } aside ul li { list-style: none; } aside ul li::after { display: block; clear: both; content: ''; } aside .collapse ul li::before { border: none; } aside .collapse ul li { border-bottom: 1px dotted #CCC; margin-left: 2rem; font-size: 0.9rem; } aside ul a { color: #686868; display: inline-block; width: 90%; cursor: pointer; } aside ul li.active::before { border-left: solid 1px #8d4999; } aside ul li.active>a { color: #8d4999; } aside ul li.active>a:hover { color: #D0A600; }.flex-parent { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; margin-top: 150px; } .input-flex-container { display: flex; justify-content: space-around; align-items: center; width: 80vw; height: 100px; max-width: 1000px; position: relative; z-index: 0; } .input { width: 25px; height: 25px; background-color: #2C3E50; position: relative; border-radius: 50%; } .input:hover { cursor: pointer; } .input::before, .input::after { content: ''; display: block; position: absolute; z-index: -1; top: 50%; transform: translateY(-50%); background-color: #2C3E50; width: 4vw; height: 5px; max-width: 50px; } .input::before { left: calc(-4vw + 12.5px); } .input::after { right: calc(-4vw + 12.5px); } @media (max-width:1200px) { .input::after { right: calc(-4vw + 2px); } .input::before { left: calc(-4vw + 0px); } } .input.active { background-color: #2C3E50; } .input.active::before { background-color: #2C3E50; } .input.active::after { background-color: #AEB6BF; } .input.active span { font-weight: 700; } .input.active span::before { } .input.active span::after { font-size: 15px; } .input.active~.input, .input.active~.input::before, .input.active~.input::after { background-color: #AEB6BF; } .input span { width: 1px; height: 1px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); visibility: hidden; } .input span::before, .input span::after { visibility: visible; position: absolute; left: 50%; } .input span::after { content: attr(data-year); top: 25px; transform: translateX(-50%); font-size: 14px; } .input span::before { content: attr(data-info); top: -112px; width: 200px; transform: translateX(-5px) rotateZ(-45deg); font-size: 1.2rem; text-indent: -10px; } .ad .input span::before { top: -123px; left: 10px; } @media (max-width:1200px) { .input span::before { font-size: 1rem; } .ad .input span::before { top: -116px; left: -5px; } } .description-flex-container { width: 80vw; font-weight: 400; font-size: 22px; margin-top: 100px; max-width: 1000px; } .description-flex-container p { margin-top: 0; display: none; } .description-flex-container p.active { display: block; } @media (min-width: 1250px) { .input::before { left: -50px; } .input::after { right: -50px; } } @media (max-width: 850px) { .input { width: 17px; height: 17px; } .input::before, .input::after { height: 3px; } .input::before { } .input::after { } } @media (max-width: 600px) { .flex-parent { justify-content: initial; margin-top: 0; } .input-flex-container { flex-wrap: wrap; justify-content: center; width: 100%; height: auto; margin-top: 20px; } .input { width: 78%; height: 24px; margin: 0 10px 75px; background-color: #AEB6BF; border-radius: 10px 10px 0 0; } .input::before, .input::after { content: none; } .input span { width: 100%; height: 100%; display: block; } .input span::before { top: calc(100% - 1px); transform: translateX(-50%); text-indent: 0; text-align: center; border: 1px solid #AEB6BF; width: 100%; padding: 10px; } .input span::after { top: 50%; transform: translate(-50%, -50%); color: #ECF0F1; } .description-flex-container { margin-top: 30px; text-align: center; } .ad .input span::before { top: calc(100% - 1px); left: 50%; } }@import url('https://fonts.googleapis.com/css?family=Oswald:700'); @import url('https://fonts.googleapis.com/css?family=Rubik'); #rotate-words { max-width: 600px; margin: auto; padding: 20% 0; font-size: 2.2em; text-transform: uppercase; text-align: center; z-index: 999; } #rotate-words span { display: block; height: 50px; font-size: .7em; text-transform: lowercase; opacity: .8; font-family: 'Rubik', sans-serif; } #rotate-words div { position: absolute; opacity: 0; overflow: hidden; left: 0; width: 100%; line-height: 1.2em; animation: rotate-word 32s linear infinite 0s; } @keyframes rotate-word { 0% { opacity: 0; transform: translateX(0); filter: blur(10px); transform: scale(1.2) } 3% { opacity: 1; transform: translateX(0); filter: blur(0px); transform: scale(.9) } 12% { opacity: 1; transform: translateX(0); filter: blur(0px); transform: scale(1) } 16% { opacity: 0; transform: translateX(0); filter: blur(10px); transform: scale(1.2) } 80% { opacity: 0 } 100% { opacity: 0 } } #rotate-words div:nth-child(2) { animation-delay: 4s } #rotate-words div:nth-child(3) { animation-delay: 8s } #rotate-words div:nth-child(4) { animation-delay: 12s } #rotate-words div:nth-child(5) { animation-delay: 16s } #rotate-words div:nth-child(6) { animation-delay: 20s } #rotate-words div:nth-child(7) { animation-delay: 24s } #rotate-words div:nth-child(8) { animation-delay: 28s }html, body { } body { /*overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;*/ } #drag-container, #spin-container { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-10deg); transform: rotateX(-10deg); margin-top: 4rem; margin-bottom: 4rem; } #drag-container img, #drag-container video { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 200px; font-size: 50px; text-align: center; -webkit-box-shadow: 0 0 8px #fff; box-shadow: 0 0 8px #fff; -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005); } #drag-container img:hover, #drag-container video:hover { -webkit-box-shadow: 0 0 15px #fffd; box-shadow: 0 0 15px #fffd; -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007); } #drag-container p { font-family: Serif; position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%, -50%) rotateX(90deg); transform: translate(-50%, -50%) rotateX(90deg); color: #fff; } #drag-container a { display: contents; } #ground { width: 900px; height: 900px; position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%, -50%) rotateX(90deg); transform: translate(-50%, -50%) rotateX(90deg); background: -webkit-radial-gradient(center center, farthest-side, #9993, transparent); } #music-container { position: absolute; top: 0; left: 0; } @-webkit-keyframes spin { from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } to { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } } @keyframes spin { from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } to { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } } @-webkit-keyframes spinRevert { from { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } to { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } @keyframes spinRevert { from { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } to { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } }html { --green: rgb(194, 219, 243); --size: 450px; } @media (max-width:1200px) { .circle-huge { display:none; } } .status { font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 2px; text-align: center; padding: 7px 9px 7px 32px; color: #777; position: absolute; bottom: 7%; left: -5%; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.6); border-radius: 8px 0 0 8px; } .status::before, .status::after { content: ''; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; border: 1px solid #333; background: #FFF; } .status::after { background: radial-gradient(var(--green) 60%, darkgreen 40%); animation: light 1.2s infinite alternate cubic-bezier(0.785, 0.135, 0.15, 0.86); border-color: transparent; box-shadow: 0 0 5px 1px var(--green); } @keyframes light { from { opacity: 0; } to { opacity: 1; } } .home-banner .circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid #e6f0fa; border-radius: 50%; will-change: transform; } @keyframes scan { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .circle-huge { width: calc(var(--size)); height: calc(var(--size)); border: 4px solid var(--green); --gradient: black 0%, black 12.35%, var(--green) 12.35%, var(--green) 12.55%, black 12.56%; background: repeating-linear-gradient(var(--gradient)), repeating-linear-gradient(to right, var(--gradient)), radial-gradient(white 50%, var(--green)); background-blend-mode: screen; box-shadow: 0 1px 0 1px #c2dbf3; } .circle-huge::before { background: linear-gradient(var(--green) 50%, white 50%), linear-gradient(90deg, white 50%, var(--green) 50%); background-blend-mode: lighten; position: absolute; width: 100%; height: 100%; content: ''; border-radius: 50%; will-change: opacity; animation: scan 5s linear infinite; opacity: 0.2; } .circle-big { --this-size: calc(var(--size) * 0.7); width: var(--this-size); height: var(--this-size); } .circle-medium { --this-size: calc(var(--size) * 0.5); width: var(--this-size); height: var(--this-size); } .circle-small { --this-size: calc(var(--size) * 0.3); width: var(--this-size); height: var(--this-size); } .circle-tiny { --this-size: calc(var(--size) * 0.15); width: var(--this-size); height: var(--this-size); } .circle-center { width: 5%; height: 5%; border-color: firebrick; background: firebrick; }