@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css?family=Michroma&display=swap'); .nav-si { height: unset !important; } .nav-block { background-color: rgba(255, 255, 255, 1); transition-duration: .3s; box-shadow: none; z-index: 800; padding: 0; } .nav-block .navbar { padding: 0; } #navigation { flex-direction: column; } .nav-block.sticky-top.active { transition-duration: .3s; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); padding-top: 0.5rem; } #navbar_header { position: relative; display: block; width: 100%; } .navbar-brand { position: absolute; top: 10px; min-height: 30px; padding: 0; display: block; max-width: 180px; text-align: center; transition-duration: .3s; z-index: 999; } .nav-bar { width: 100%; z-index: 10; padding-bottom: 30px; } .navbar-brand .logo, footer .brand-logo { max-width: 280px; max-height: 50px; } @media(min-width:993px) { #navigation { max-width: 100%; height: 140px; display: flex; justify-content: center; align-items: center; transition-duration: .3s; } .nav-block.sticky-top.active #navigation { height: 60px; transition-duration: .3s; } #nav { justify-content: center; } .nav-bar { padding: 0.25rem; } #nav_block .nav-link, #nav_block .nav-link+.menu-caret { color: var(--theme-color-1) !important; height: 20px; align-self: flex-start; } } .nav-block.sticky-top.active .nav-bar { } .nav-block.sticky-top.active .navbar-brand { top: -10px; transition-duration: .3s; } .nav-block.sticky-top.active .nav-log { max-width: 100px; max-height: 100px; transition-duration: .3s; } .menu-close-btn { line-height: 45px; text-align: left; font-size: 24px; } .nav-log { max-height: 140px; width: auto; display: inline-block; margin: 10px 0; transition-duration: .3s; } .nav-container { padding: 0; } @media(max-width:992px) { #navigation { flex-direction: row; padding-bottom: 20px; } .navbar-brand { max-width: 140px; z-index: 1001; position: relative; } #navbar { z-index: 1000; top: 0; padding-top: 80px; width: 300px; right: 0; } .nav-log, .nav-block.sticky-top.active .nav-log { max-width: 80px; margin: 0; margin-right: -32px; } .nav-block.sticky-top.active .navbar-brand { top: 10px; } .nav-block.sticky-top.active { padding-top: 0; } } .navbar-toggler { display: block; border: 0; right: 0; top: 0; margin: 0; height: 32px; width: 32px; padding: 6px; box-sizing: border-box; cursor: pointer; outline: none; border-radius: 0; transition-duration: .5s; z-index: 1001; } .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; } @media (max-width: 768px) { #navigation { max-width: 100%; background-color: #FFF; } #navbar { width: 100%; padding-top: 134px; } .nav-block.sticky-top.active #navbar { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); } .navbar-toggler { right: 15px; } } .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; } .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; } .navbar-toggler.trigger .toggle-bar:after { transform: rotate(-45deg); transform-origin: left center; transition-duration: .5s; } .navbar-nav .item-wrapper { border-radius: 0.25rem; line-height: 35px; padding: 0; } .navbar-nav .item-wrapper.menu-wrap { padding-right: 22px; } .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: auto; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: var(--theme-color-1); text-align: center; } #nav_block .menu-link { margin: auto; padding: 10px 20px; border-left: 3px solid transparent; display: block; color: var(--theme-color-1); line-height: 120%; font-size: 0.9rem; } #nav_block .menu-link:hover { color: var(--theme-color-1); background-color: var(--theme-color-3); } .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 .navbar-nav .nav-item:nth-child(4) { margin-right: 250px; } #nav_block .navbar-nav .nav-item:nth-child(2) { margin-left: -29px; } #nav_block .nav-item.active .nav-link { color: var(--theme-color-2) !important; font-weight: bold; } #nav_block .nav-item.active>.item-wrapper>.nav-link { color: #FFF; } #nav_block .menu-link { border-bottom: 1px dotted #CCC; } } .menu-caret .fa { transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; top: -8px; } .menu-caret.trigger .fa { transition-duration: .3s; transform: rotate(-180deg); } .nav-menu.nav-level-1 .menu-caret .fa { display: none; } .menu-link:hover { border-left: 3px solid rgba(0, 112, 172, 1); } .nav-block .nav-menu { min-width: 240px; display: block; visibility: hidden; border-radius: 0; border: 0; transition-duration: .3s; margin-top: 30px; opacity: 0; } .nav-block .nav-menu.show { visibility: visible; transition-duration: .3s; margin-top: 0px; padding-top: 10px; opacity: 1; } @media (min-width:993px) { .nav-block .nav-menu { position: absolute; } } .nav-menu.nav-level-2 { left: 100%; right: auto; top: 0; display: none; } #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 { margin-bottom: 0; text-align: left; padding-top: 6px; padding-bottom: 6px; background-color: var(--theme-color-3); } .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 .hover-box { position: relative; overflow: hidden; display: block; margin-bottom: 10px; } .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: var(--theme-color-2); width: 100%; } .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; } .nav .description::before { font-size: 11px; line-height: 12px !important; color: #aaa; font-weight: 300; display: block; text-align: center; text-transform: uppercase; letter-spacing: 2px; } .nav-block.sticky-top.active .description { display: none; } .nav .nav-item:nth-child(2) .description::before { content: 'about'; } .nav .nav-item:nth-child(3) .description::before { content: 'news'; } .nav .nav-item:nth-child(4) .description::before { content: 'items'; } .nav .nav-item:nth-child(5) .description::before { content: 'notes'; } .nav .nav-item:nth-child(6) .description::before { content: 'share'; } .nav .nav-item:nth-child(7) .description::before { content: 'contact'; } @media (max-width: 992px) { .navbar-nav { min-width: 280px; } #nav_block .nav-item.active .nav-link { color: var(--theme-color-2); } #nav_block .nav-item { padding: 4px; } .menu-item.active:not(.trigger)>.item-wrapper { background-color: var(--theme-color-3); border-radius: 0.25rem; } .menu-item.active:not(.trigger)>.item-wrapper>* {} .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 { margin: 0; max-width: max-content; } .navbar-nav .item-wrapper { flex-wrap: unset; justify-content: center; } .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 { padding-left: 1rem; text-align: center; padding: 0 15px 0 0; line-height: 35px; } #nav_block .nav-menu.nav-level-2>.navflow>.menu-item>.item-wrapper>.menu-link { } #nav_block .nav-menu.nav-level-3>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 3rem; } .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; } #nav_block .menu-link { max-width: max-content; margin: unset; } #nav_block .menu-link>span { white-space: normal; line-height: normal; display: inline-block; padding-top: 0.5rem; } .nav .hover-box { margin-bottom: 0; display: inline-block; } .nav-link .description { display: inline-block; height: 20px; vertical-align: middle; margin-left: 10px; } }@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'); } @media (max-width:544px) { /*html,body{ font-size: 14px; }*/ } body { color: #021039; background-color: #fafafa; counter-reset: my-sec-counter; } :root { --theme-color-1: #68483f; --theme-color-2: #646464; --theme-color-3: #eee3e1; } .top-block { background-color: #FFF; } a { color: var(--theme-color-1); } .flex-card-body a { text-decoration: underline; } a:hover { text-decoration: none; color: var(--theme-color-2); } .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:not(.normal) { border-radius: 0; padding-right: 3.75rem; box-sizing: border-box; overflow: hidden; transition: all .5s; background: var(--theme-color-1); 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 { width: 90%; 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(/files/icon/arrow-bl.png); background-size: cover; margin-left: 6px; } .slick-next:before { content: ''; display: block; width: 20px; height: 20px; background-image: url(/files/icon/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) } } .sticky_block { height: 100vh; z-index: 1; position: -webkit-sticky; position: sticky; width: 100%; top: 0; left: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; overflow: hidden; pointer-events: none; background-color: #fff; -webkit-transition: background-color .5s ease; transition: background-color .5s ease; } .sticky_block.black { background-color: #23293c; } .share-box { position: fixed; bottom: 0%; width: 63px; z-index: 100; background-color: rgba(255, 255, 255, 0.70); padding: 1rem 0.5rem; border-radius: 0.5rem; border-top-right-radius: 0; border-bottom-right-radius: 0; text-align: center; right: 0; transition-duration: 0.3s; } .share-box a img { margin-bottom: 0.5rem; } .share-box a:last-child img { margin-bottom: 0; } .share-box .fa { font-size: 15px; color: #666; } .share-box .share-show { z-index: 100; background-color: rgba(255, 255, 255, 0.70); padding: 1rem 0.5rem; border-radius: 0.5rem; border-top-right-radius: 0; border-bottom-right-radius: 0; text-align: center; display: none; } .share-box.hide { right: -63px; transition-duration: 0.3s; } .share-box.hide .share-show { display: block; right: 100%; bottom: 0; } .share-box .share-toggle { cursor: pointer; } .share-box .share-toggle:hover .fa { color: var(--theme-color-1); }.home-carousel { height: calc(100vh - 140px); overflow: hidden; } .home-carousel>.slick-list, .home-carousel>.slick-list * { height: 100%; } .home-carousel .slick-prev { left: 25px; } .home-carousel .slick-next { right: 25px; } .home-carousel .items-block>img { width: 100%; } .home-carousel .items-block { height: 100%; background-size: cover; background-position: center center; transform: scale(1); opacity: 1; margin: 0 !important; } .home-carousel .slick-current .items-block { opacity: 1; transition: opacity 1s ease-out 0s, transform 5s ease-out 0s; } #particles-js { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } @media (max-width:992px) { .home-carousel { height: 600px; } } @media (max-width:576px) { .home-carousel { height: 400px; } } @media (max-width:544px) { .home-carousel .slick-prev { left: 1rem; } .home-carousel .slick-next { right: 1rem; } } .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 { padding-left: 3.9%; padding-right: 3.9%; padding-bottom: 48px; width: calc(100% - 16%); max-width: unset; } .home-prod-slick { padding-top: 30px; } .home-prod-slick .slick-prev { left: -30px; top: 37% } .home-prod-slick .slick-next { right: -30px; top: 37% } .home-prod-slick .col-image div { max-width: 320px; margin-left: auto; margin-right: auto; margin-top: 7px; } .home-prod-slick .col-image { position: relative; width: 95%; display: block; border: solid 1px rgba(255, 255, 255, 0); transition: .2s; } .home-prod-slick .col-image:hover { border: solid 1px #CCC; background-color: var(--theme-color-3); } .home-prod-slick .items-block {} .home-prod-slick .p-name h4 { font-size: 1rem; font-weight: bold; color: #000; margin-top: 1.5rem; } .home-prod-slick .p-name .btn, .btn.style01 { margin-top: 20px; font-size: 0.9rem; padding-top: 2px; padding-bottom: 2px; color: #FFF; } .home-prod-slick .top10 { width: 30px; height: 39px; z-index: 10; position: absolute; top: 0; left: 10px; pointer-events: none; background-image: url(/files/icon/tag.png); color: yellow; font-size: 13px; text-align: center; padding-right: 7px; font-weight: bolder; line-height: 110%; } .home-prod-slick .top10::before { content: 'TOP'; display: block; color: #FFF; font-size: 9px; } .home-prod-slick .top10::after { counter-increment: my-sec-counter; content: counter(my-sec-counter); display: block; } @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; } } .list-index__image-icon { width: 55px; height: 68px; z-index: 10; position: absolute; top: calc(70% - 28px); right: calc(50% - 28px); pointer-events: none; } .list-index__image-icon:after { display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; background: url(/files/logo/LOGO.png) no-repeat 100% 100%; background-size: cover; 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); } .layer { position: absolute; top: 50px; right: -60%; opacity: 0.05; } .home .top-col-content { margin-top: -150px; } .home .top-col-content .row { background-color: #fff; box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05); position: relative; } .home .top-col-content .one-box { padding: 40px 40px 50px 40px; border-right: solid 1px #ededed; overflow: hidden; } .home .top-col-content .one-box:last-child { border: none; } .home .top-col-content .one-box .flex-card { z-index: 2; text-align: center; color: var(--theme-color-2); } .home .top-col-content .flex-card-body { height: 130px; max-height: 130px; } .home .top-col-content .flex-card-body img { max-height: 120px; transition: .1s linear; } .home .top-col-content h4 { font-weight: bold; margin-bottom: 15px; transition: background .3s ease-in-out, color .3s ease; font-size: 1.2rem; line-height: 150%; } .home .top-col-content .one-box:hover h4 { color: var(--theme-color-1); } .home .top-col-content .row .one-box:after { content: ''; position: absolute; top: 0; left: 0; width: 200%; height: 200%; z-index: 1; transform: translate(-96%, 2%); border-radius: 50%; transition: .3s linear; visibility: hidden; opacity: 0; background-color: var(--theme-color-3); } .home .top-col-content .row .one-box:hover:after { border-radius: 0; transform: translate(-22%, -19%); visibility: visible; opacity: 1; } .home .top-col-content .one-box:hover .flex-card-body img { margin-top: -30px; max-height: 150px; } @media (max-width:992px) { .home .top-col-content .one-box { padding: 10px 10px 30px 10px; } .home .top-col-content .container { max-width: 90%; } } @media (max-width:576px) { .home .top-col-content .one-box { border-bottom: solid 1px #ededed; border-right: none; } .home .top-col-content { margin-top: -65px; } } .home-share { background-color: #FFF; overflow-x: hidden; } .home-share .photo { border-radius: 50%; display: block; height: 0; transition-duration: 0.3s; } .home-share .flex-card-body { overflow: hidden; } .home-share .flex-card:hover .photo { border-radius: 5%; } .home-share .flex-card { text-align: center; } .home-share .flex-card h6 { font-size: 1.2rem; font-weight: bold; margin-top: 25px; color: #000; height: 27px; overflow: hidden; } .home-share .flex-card p { font-size: 0.9rem; line-height: 180%; color: var(--theme-color-2); height: 80px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .home-share a.more { color: var(--theme-color-1); border-bottom: 1px dashed var(--theme-color-1); padding-bottom: 5px; margin-top: 10px; display: inline-block; text-transform: uppercase; font-size: 0.9rem; } .home-share a.more:hover { color: #000; border-bottom: 1px dashed transparent; } .home-share .row .col-xl-4:nth-child(2) { animation-delay: 0.2s; } .home-share .row .col-xl-4:nth-child(3) { animation-delay: 0.4s; } .home-share .row .col-xl-4:nth-child(4) { animation-delay: 0.6s; } .home-share .row .col-xl-4:nth-child(5) { animation-delay: 0.8s; } .home-share .row .col-xl-4:nth-child(6) { animation-delay: 1s; } @media (max-width:576px) { .home-share .flex-card h6 { font-size: 1.1rem; } .home-share .flex-card p { line-height: 150%; max-height: 86px; overflow: hidden; } .home-share a.more { margin-top: 0; } } .home .p-name span del, .frm-product .p-name span del, .frm-product-cate .p-name span del { display: none; }footer { background-image: url(/files/banner/ice-cream.jpg); background-size: cover; background-position: center center; background-color: rgba(0, 0, 0, 0.4); background-blend-mode: darken; } .footer { padding: 4rem 2rem; font-size: 0.929em; color: #FFF; } .footer a { color: #FFF; } .footer .brand-logo { max-width: 100px; max-height: 100px; width: auto; } .footer .contact-col { text-align: center; } @media (max-width:576px) { .footer { padding: 2rem 0 60px; } } .footer .footer-text { margin-top: 1.6rem; } .footer .footer-text>li { margin-bottom: 12px; position: relative; } .footer .footer-text>li>* { line-height: 20px; } .footer .footer-text .contact-icon { margin-right: 10px; } .footer .copyright { font-size: 0.875rem; padding-top: 0.5rem; } .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 .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%; }.pg-title { font-size: 2.2rem; color: var(--theme-color-1); 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; text-align: center; } .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: transparent; padding: 100px 60px 60px 60px; line-height: 200%; } .article-list-row { padding-top: 60px; } .banner-section { overflow: hidden; } .about-wrap h4 { font-size: 2rem; letter-spacing: 2px; margin-bottom: 30px; padding-top: 30px; } .p_style01 { line-height: 300%; } .about-wrap .package .left small { color: var(--theme-color-2); } .about-wrap .about-photo-grid3 .flex-card-body, .about-wrap .about-photo-grid4 .flex-card-body { padding-bottom: 100%; background-size: cover; background-position: center center; } .about-wrap .about-photo-grid4 { color: var(--theme-color-2); } .about-wrap .about-photo-grid4 .flex-card-body { margin-bottom: 10px; border-radius: 30%; } @media (max-width:1400px) { .about-wrap .package .right .flex-card-body { background-size: contain; } .about-wrap h4 { font-size: 1.5rem; } .p_style01 { line-height: 230%; } } @media (max-width:992px) { .about-wrap .package .right .flex-card-body { padding-top: 70%; } } @media (max-width:464px) { .rd-parallax-layer[data-url] { background-size: 150%; background-repeat: no-repeat; } } .QA-box .flex-card { box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05); background-color: #FFF; padding: 30px 40px; color: var(--theme-color-2); } .QA-box .flex-card-header { font-weight: bold; margin-bottom: 15px; font-size: 1.2rem; line-height: 150%; } .QA-box .flex-card-body { line-height: 200%; padding-bottom: 15px; } .share .home-share { background-color: transparent; margin-top: 60px; } @media (max-width: 576px) { .share .home-share .container { max-width: 90%; } } .pagination { justify-content: center; } .pagination li { margin-right: 10px; } .pagination a { color: var(--theme-color-1); } .pagination a.active, .pagination a.active:hover { color: #999; }.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 { width: 70%; max-width: 700px; margin-left: auto; margin-right: auto; } .inquiry-content form { 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 20%; max-width: 20%; } .inquiry .col-form-input { padding: 5px 14px; flex: 0 0 80%; max-width: 80%; 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; } .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-icon2 { font-size: 50px; } .contact-icon2.fa-line { margin-top: 5px; font-size: 45px; } .contact-icon.fa-envelope { font-size: 22px; } .contacts .rd-parallax-layer { background-color: rgba(0, 0, 0, 0.2); background-blend-mode: darken; color: #FFF; } .contacts .rd-parallax-bg { backdrop-filter: blur(10px); filter: blur(10px); } .contacts .rd-parallax { margin-bottom: 60px; } .contacts .rd-parallax-layer a { color: #FFF; } .contacts .contact-list { max-width: max-content; margin-left: auto; margin-right: auto; padding: 1rem 5%; text-align: left; } .contacts .contact-list li { margin-bottom: 15px; } .contacts .contact-list li i { width: 30px; text-align: center; } .contacts .contact-list a { color: var(--theme-color-3); font-weight: bold; font-size: 1.1rem; }.article-img-block { width: 270px; float: left; } .article-list-block .list-title { font-size: 1.8rem; color: var(--theme-color-1); letter-spacing: 2px; } .article-list-block .list-date { font-size: 0.9rem; color: #a8a8a8; letter-spacing: 2px; margin-bottom: 20px; display: block; } .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: 135%; background-position: center center; background-size: contain; margin-right: 1rem; background-repeat: no-repeat; z-index: 99; } .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 { letter-spacing: -2px; font-family: Century Gothic, sans-serif; background: var(--theme-color-2); color: #FFF; font-size: 45px; line-height: 1; padding: 10px; text-align: center; width: 84px; display: inline-block; border-radius: 50%; } .news .date b { font-weight: normal; font-size: 0.85rem; display: block; letter-spacing: 0px; margin-bottom: 5px; } .article-list-row .col-xl-12:nth-child(2n+1) .news-photo { order: 2; } @media (min-width: 769px) { .news .news-text .more-box::after { content: ''; display: block; position: absolute; height: 1px; width: 120%; background-color: var(--theme-color-3); } } .news .article-list-row .col-xl-12:nth-child(2n) .more-box { text-align: right; } .news .article-list-row .col-xl-12:nth-child(2n) .more-box::after { right: 0; } .news .PageTitle, .share .PageTitle { color: var(--theme-color-1); display: inline-block; margin-left: 15px; line-height: 130%; margin-bottom: 30px; max-width: 80%; } .share .PageTitle { max-width: 100%; margin-left: 0px; } .frm-news-pg .ContentHtml::before, .frm-share-pg .ContentHtml::before { content: ''; display: block; background-image: url(/files/icon/b_simple_124_0L.png); background-repeat: repeat-x; height: 11px; margin-bottom: 30px; } @media (max-width: 992px) { .news .container { max-width: 90%; } } @media (max-width: 768px) { .news .PageTitle, .share .PageTitle { font-size: 1.8rem; } .article-list-row .col-xl-12:nth-child(2n) .news-photo { order: 2; } .news .article-list-row .col-xl-12:nth-child(2n) .more-box { text-align: left; } .news .article-list-row .col-xl-12 .more-box { margin-bottom: 15px; } .article-list-row .col-xl-12 { margin-bottom: 60px; } .article-img { margin-right: 0; background-position-x: left; } } @media (max-width: 576px) { .news .pgcont-wrap, .news .article-list-row { padding: 20px; } .news .date { width: auto; font-size: 35px; } .news .PageTitle, .share .PageTitle { font-size: 1.6rem; } } @media (max-width: 464px) { .news .pgcont-wrap { padding: 20px 0; } .news .PageTitle { max-width: 66%; } .news .PageTitle { font-size: 1.3rem; } }.topic-cont { text-align: center; margin-bottom: 4rem; position: relative; overflow: visible; color: #000; margin-top: 3rem; } .topic-cont::before { content: ''; display: block; background-image: url('/files/icon/bg-ice.png'); background-size: contain; background-repeat: no-repeat; width: 240px; height: 200px; position: absolute; z-index: 0; left: calc(50% - 90px); top: -10px; } .topic-cont h3 { font-size: 4rem; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin: 1.5rem auto; color: var(--theme-color-1); } .topic-cont h3 span { font-size: 1rem; letter-spacing: 1px; display: block; margin-top: 28px; } .topic-cont h3::before { content: ''; display: block; background-image: url('/files/icon/name.png'); width: 137px; height: 34px; background-repeat: no-repeat; } .topic-cont h3::after { content: ''; display: block; width: 28px; height: 1px; background-color: var(--theme-color-1); position: absolute; left: calc(50% - 14px); top: 54px; } .topic-cont h6 { color: #666; display: block; margin-top: 1rem; } .topic-cont p, .top-col-content .top-col-text { margin-top: 55px; letter-spacing: 2px; font-size: 1.1rem; font-weight: bold; color: var(--theme-color-2); text-align: center; text-shadow: 0.05em 0.05em 0.1em #FFF; } .top-col-content .top-col-text { opacity: 0; } @media (max-width:576px) { .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } .topic-cont h6 { margin-top: 0.25rem; } .top-col-content .top-col-text { margin-top: 70px; } } .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: 46px; font-size: 20px; color: var(--theme-color-1); width: max-content; margin-left: auto; margin-right: auto; } @media(max-width:576px) { .tab-slick>.slider-nav .items-block>span { font-size: 16px; line-height: 25px; } } .tab-slick>.slider-nav .slick-current .items-block { transition-duration: .3s; } .tab-slick>.slider-nav .slick-current .items-block span::after { content: ''; background-color: var(--theme-color-1); position: absolute; left: 0; right: 0; top: 100%; height: 3px; 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; } .collapse-item { border: 1px solid #CCC; border-radius: 4px; margin-bottom: 0.5rem; overflow: hidden; } .collapse-head { color: #002d74; text-align: left; padding: 0.5rem 1rem; background-color: #f7f7f7; } .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: #7659a0; transition: color 0.6s ease-out; } .collapse-head.trigger { background-color: #F39700; } .collapse-head.trigger .collapse-topic, .collapse-head.trigger .collapse-topic:hover { color: #FFF; } .collapse-content { border-top: 1px solid #CCC; border-width: 1px 0 0 0 !important; } .collapse-text { padding: 1rem; background-color: #FFF; } .tab-group .tab-content { border: 1px solid #ccc; border-top: 0; } .tab-group .tab-content>.tab-pane { padding: 1rem; } .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; } .loadingbox { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999; overflow: hidden; -webkit-animation-name: loadhide; -webkit-animation-duration: 2s; -webkit-animation-delay: 3s; -webkit-animation-fill-mode: forwards; animation-name: loadhide; animation-duration: 2s; animation-delay: 3s; animation-fill-mode: forwards; } .loadingbox:before { content: ''; display: block; top: 0; left: 0; background: var(--theme-color-3); width: 100vw; height: 100vh; position: absolute; z-index: 0; -webkit-animation-name: activebg2; -webkit-animation-duration: 0.8s; -webkit-animation-delay: 4s; -webkit-animation-fill-mode: forwards; animation-name: activebg2; animation-duration: 0.8s; animation-delay: 4s; animation-fill-mode: forwards; } .loadingbox:after { content: ''; display: block; width: 120px; height: 120px; border-radius: 99em; top: 50%; left: 50%; opacity: 0.3; transform: translate(-50%, -50%); background: var(--theme-color-1); box-shadow: 0px 0px 20px 20px var(--theme-color-1); position: absolute; z-index: 5; -webkit-animation-name: activebg; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-name: activebg; animation-duration: 2s; animation-iteration-count: infinite; } .loadingbox div.active span { margin-top: 80px; display: block; letter-spacing: 2px; } .loadingbox div.active { text-align: center; position: absolute; width: 100px; height: 100px; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 15px; color: var(--theme-color-1); font-family: 'Amiri', serif; vertical-align: middle; } .loadingbox div.active:before { content: ''; width: 80px; height: 95px; display: block; position: absolute; z-index: 20; background: url(/files/icon/ice-cream02.png) no-repeat; background-size: cover; top: -20px; left: 10px; transition: all 0.9s; opacity: 1; -webkit-animation-name: activeicon; -webkit-animation-duration: 1.5s; -webkit-animation-delay: 0.5s; -webkit-animation-fill-mode: forwards; animation-name: activeicon; animation-duration: 1.5s; animation-delay: 0.5s; animation-fill-mode: forwards; } .loadingbox div.active:after { content: ''; display: block; position: absolute; background-image: url(../images/teawater.svg); background-position-y: -40px; background-repeat: no-repeat; width: 10px; height: 40px; z-index: 20; left: 50%; top: 50%; margin: -2px 0 0 30px; -webkit-animation-name: activeicon2; -webkit-animation-duration: 1.5s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; animation-name: activeicon2; animation-duration: 1.5s; animation-delay: 1.5s; animation-fill-mode: forwards; } @keyframes loadhide { 0% { width: 100%; height: 100%; opacity: 1; } 90% { width: 100%; height: 100%; opacity: 0; } 100% { width: 0%; height: 0%; opacity: 0; } } @-webkit-keyframes loadhide { 0% { width: 100%; height: 100%; opacity: 1; } 90% { width: 100%; height: 100%; opacity: 0; } 100% { width: 0%; height: 0%; opacity: 0; } } @-webkit-keyframes activebg { 0% { width: 120px; height: 120px; opacity: 0.1; } 35% { opacity: 0.2; } 70% { width: 140px; height: 140px; opacity: 0.1; } 90% { opacity: 0.2; } 100% { width: 120px; height: 120px; opacity: 0.1; } } @keyframes activebg { 0% { width: 120px; height: 120px; opacity: 0.1; } 35% { opacity: 0.2; } 70% { width: 140px; height: 140px; opacity: 0.1; } 90% { opacity: 0.2; } 100% { width: 120px; height: 120px; opacity: 0.1; } } @-webkit-keyframes activebg2 { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes activebg2 { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes activeicon { 0% { transform: rotate(0deg); } 50% { transform: rotate(20deg); } 100% { top: 50%; transform: rotate(0deg); } } @keyframes activeicon { 0% { transform: rotate(0deg); } 50% { transform: rotate(20deg); } 100% { transform: rotate(0deg); } } @-webkit-keyframes activeicon2 { 0% { opacity: 1; background-position-y: -40px; } 100% { opacity: 0; background-position-y: 40px; } } @keyframes activeicon2 { 0% { opacity: 1; background-position-y: -40px; } 100% { opacity: 0; background-position-y: 40px; } }.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-info { margin-bottom: 4rem; background-color: #FFF; border-radius: 10px; border: 1px solid #e8e6df; } .products-intro { padding: 60px 45px; } .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: 70%; 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 var(--theme-color-2); } .products-carousel .items-nav {} .products-carousel .items-nav .slick-list { padding: 0 !important; } .products-carousel .items-nav .slick-slide.slick-current .items-block {} .products-carousel .items-nav .items-block { margin-right: 0.5rem; } .products-carousel .items-nav .slick-slide .items-block { background-size: cover; } .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; } .detail-topic { font-size: 1.1rem; font-weight: bold; } .detail-topic del { color: #888; font-size: 1rem; margin-right: 10px; font-weight: normal; } .detail-topic::before, .home-prod-slick .p-name span::before { content: '促銷價 NTD$'; display: inline-block; margin-right: 5px; font-size: 0.9rem; color: #000; } .detail-topic::after, .home-prod-slick .p-name span::after, .p-name span::after { content: '元'; display: inline-block; margin-left: 5px; font-size: 0.9rem; color: #000; } .products-intro .pg-title { margin-bottom: 20px; } .products-intro .detail-topic { border-bottom: 1px solid #d4d9de; border-top: 1px solid #d4d9de; padding: 20px 0px; font: bold 30px/30px Century Gothic, sans-serif; color: #d00; margin-bottom: 30px; } .products-intro select { margin-bottom: 20px; } .products-intro .glyphicon-shopping-cart, .products-intro .wishlist .glyphicon-heart { margin-right: 10px; } .products-intro .btn-box .btn { width: 100%; cursor: pointer; } .products-intro .out-of-stock { text-align: center; font-size: 0.9rem; margin-top: 20px; } .products-intro .wishlist { margin-top: 20px; text-align: center; color: var(--theme-color-1); width: 100%; display: block; } .products-intro .wishlist:hover { color: #d00; } .products .item-wrap .col-image { z-index: 10; } .products .p-name::before { content: ''; display: block; position: absolute; width: 100%; height: 0%; top: -20px; background-color: #eeeeee; transition-duration: .3s; } .products .item-wrap:hover .p-name::before { height: calc(100% + 30px); top: -20px; } .p-name h4 { font-size: 1.2rem; } .p-name span { display: block; color: var(--theme-color-1); font-weight: normal; font-size: 1rem; } .p-name span::before { content: ' NT$'; display: inline-block; margin-right: 5px; font-size: 0.8rem; } .product-list .item-wrap { padding: 15px; position: relative; } .product-list .item-wrap .bg-cover { border: solid 1px #EEE; } .product-list .item-wrap:hover .bg-cover { transition-duration: .3s; } .product-list .item-wrap:hover .p-name { transition-duration: .3s; } .products .SubContent { line-height: 180%; letter-spacing: 1px; padding-bottom: 20px; color: var(--theme-color-2); } .products .SubContent ul { list-style-type: '☆'; padding-left: 17px; } .products .SubContent ul li { padding-left: 5px; } @media (min-width: 1201px) { .pd-box { max-width: 80%; } } .products-tab .tab-slick { width: 80%; margin-left: auto; margin-right: auto; margin-top: 60px; } .products-tab .slider-syn .slider-nav .slick-slide .items-block { border: none; background-color: rgba(0, 0, 0, 0.05); } .products-tab .tab-slick .slider-for { background-color: transparent; padding-top: 30px; } .products-tab .tab-slick>.slider-nav .slick-list { padding-bottom: 3px; } .products-tab .tab-slick>.slider-nav::before { height: 1px; } .products-tab::before { content: ''; display: block; background-image: url(/files/icon/b_simple_124_0L.png); background-repeat: repeat-x; height: 11px; margin-bottom: 20px; } .products-tab ul li { margin-bottom: 10px; } .frm-product-pg .tab-slick, .frm-product-pg2 .tab-slick { font-size: 15px; color: var(--theme-color-2); } .frm-product-pg .ContentHtml p, .frm-product-pg2 .ContentHtml p { line-height: 2; letter-spacing: 1px; } .frm-product-pg .tab-slick h5, .frm-product-pg2 .tab-slick h5 { font: bold 15px/25px Helvetica; } .frm-product-pg .tab-slick ul, .frm-product-pg2 .tab-slick ul { padding-left: 0; } .frm-product-pg .tab-slick li, .frm-product-pg2 .tab-slick ul { list-style: disc outside none; margin-left: 20px; } .frm-product-pg .tab-slick .slider-for .items-block .frm-product-pg2 .tab-slick .slider-for .items-block { padding: 1rem 3rem; } .frm-product-pg .note, .frm-product-pg2 .note { color: #d00; margin-bottom: 15px; } .frm-product-pg .prod-name, .frm-product-pg2 .prod-name { font-size: 1.3rem; color: #000; } .frm-product-pg .prod-point, .frm-product-pg2 .prod-point { background-color: var(--theme-color-3); padding: 2px 10px; border-radius: 4px; margin-bottom: 11px; display: block; text-align: center; } .products .product-mix { margin-top: 30px; border-top: solid 1px #EEE; padding: 15px 0; } .products .product-mix .mix-photo h6 { text-align: center; margin-top: 10px; } .products .product-mix .product-quantity { background-color: #f6f7fb; border: none; border-radius: 45px; color: #000; font-family: Nunito, sans-serif; font-size: 13px; font-weight: 700; height: 30px; line-height: 30px; padding: 0 25px; position: relative; text-align: center; text-transform: uppercase; width: 100%; margin-top: 10px; } .products .product-mix .product-quantity input { background-color: transparent; border: none; width: auto; text-align: center; } .products .product-mix .product-quantity input.qty { width: 50px; -moz-appearance: textfield; } .products .product-mix .product-quantity .plus, .products .product-mix .product-quantity .minus { position: absolute; top: 0; z-index: 2; font-size: 16px; cursor: pointer; font-weight: bold; } .products .product-mix .product-quantity .plus { right: 15px; } .products .product-mix .product-quantity .minus { left: 15px; } .products .product-mix .left .once { margin-top: 10px; color: var(--theme-color-2); } .products .product-mix .left .detail-topic { margin-top: 20px; } @media (max-width:768px) { .products-intro { padding: 30px 20px; } } @media (max-width:576px) { .products-info .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } .products-tab .tab-slick { width: 100%; } .products-tab { padding: 0; } .product-list .p-name h4 { font-size: 1.2rem; } .product-list .item-wrap { padding: 0; } }aside { margin-bottom: 1rem; color: var(--theme-color-2); } 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); } .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: 7px; height: 7px; top: 15px; background-color: var(--theme-color-1); border-radius: 50%; } .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: var(--theme-color-1); display: inline-block; width: 90%; cursor: pointer; } aside ul li.active::before { border-left: solid 1px #8d4999; } aside ul li.active>a { color: var(--theme-color-1); } aside ul li.active>a:hover { color: var(--theme-color-2); } aside .related { margin-top: 3rem; } aside h3 { font-size: 1.2rem; text-align: center; margin-bottom: 1rem; } aside h3::after { content: ''; display: block; background-color: var(--theme-color-3); width: 100%; height: 15px; position: absolute; bottom: -4px; z-index: -1; border-radius: 10px; } aside .related h4 { font-size: 1rem; text-align: center; margin-top: 10px; } aside .related ul { margin-left: auto; margin-right: auto; padding-top: 1rem; max-width: 160px; } aside .related li { margin-bottom: 2rem; padding-bottom: 0.5rem; } aside .related li .pdt-img { border: solid 1px rgba(0, 0, 0, 0.15); } @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; } aside { display: none; } }