@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-family: 'Titillium Web', 'Noto Sans TC', sans-serif !important;
    font-weight: 100;
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    overflow-x: hidden;
    line-height: 25px;
    padding-top: 80px;
}

* {
    font-family: 'Titillium Web', 'Noto Sans TC', sans-serif !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

a {
    color: #8C9B24;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.uk-navbar {
    border-top: 10px solid #8C9B24;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    min-height: 50px;
}

.uk-navbar .uk-logo img {
    height: 50px;
}

.uk-navbar .uk-search {
    width: 250px;
    margin-right: 5px;
}

.uk-navbar .uk-search-input {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 0 15px;
}

.uk-navbar .uk-search-input:focus {
    border-color: #8C9B24;
}

.uk-navbar #nav-icon2 {
    display: none;
}

.uk-navbar .uk-navbar-left .uk-navbar-nav li {
    position: relative;
}

.uk-navbar .uk-navbar-left .uk-navbar-nav li a {
    color: #333;
}

.uk-navbar .uk-navbar-left .uk-navbar-nav li a:hover,
.uk-navbar .uk-navbar-left .uk-navbar-nav li.active a {
    color: #8C9B24;
}

.uk-navbar .uk-navbar-left .uk-navbar-nav li.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    width: 90%;
    height: 5px;
    background: #8C9B24;
}

section {
    color: #fff;
    position: relative;
}

section.uk-padding-large {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

section h1,
section h2 {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    position: relative;
}

section h2{
    font-size: 1.7rem;
}

section h2 span {
    position: relative;
    z-index: 1;
}

section p {
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-size: 20px;
    position: relative;
    z-index: 1;
}

section a.uk-button {
    margin: 10px;
}

.uk-button {
    font-weight: bold !important;
}

.uk-button.yellow {
    background: #FFFE00 !important;
    color: #000 !important;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border: 0;
}

.uk-button.white {
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border: 0;
}

.uk-button.orange {
    background: #FAAC3A !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #FAAC3A !important;
}

.uk-button.yellow:hover,
.uk-button.white:hover,
.uk-button.orange:hover {
    background: #2E75B6 !important;
    color: #fff !important;
}

.uk-button.blue{
    background: #2E75B6!important;
    color: #fff !important;
    border: 1px solid #2E75B6!important;
}

section .uk-slider {
    overflow: visible;
}

section .uk-slider > div {
    overflow: hidden;
}

section .uk-slider a {
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

section .uk-slider a:before {
    position: absolute;
    right: 0;
    top: 10px;
    height: calc(100% - 20px);
    width: 10px;
    background: #fff;
}

section .uk-slider a img {
    display: block;
    width: 100%;
    object-fit: cover;
    box-shadow: 10px 10px 0px #fff;
    -moz-box-shadow: 10px 10px 0px #fff;
    -webkit-box-shadow: 10px 10px 0px #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section .uk-slider .uk-slidenav-previous {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 25px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    left: -20px;
}

section .uk-slider .uk-slidenav-next {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 25px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    text-align: center;
    -webkit-border-radius: 40px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    right: -20px;
}

section .uk-slider .uk-slidenav-previous svg {
    color: #FA4B37;
    margin-left: -5px;
}

section .uk-slider .uk-slidenav-next svg {
    color: #FA4B37;
    margin-right: -5px;
}

section .uk-slider .uk-slidenav-previous svg + svg,
section .uk-slider .uk-slidenav-next svg + svg {
    display: none;
}

section.one {
    min-height: calc(100vh - 80px);
    position: relative;
}

section.one .uk-slideshow {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 80px);
}

section.one .uk-slideshow-items {
    position: relative;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 80px);
}

section.one .uk-slideshow-items img {
    width: 100vw !important;
    height: calc(100vh - 80px) !important;
    object-fit: cover !important;
}

section.one .uk-slidenav {
    z-index: 1;
}

section.one .slogan {
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

section.one .price {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    line-height: 50px;
    color: #fff;
}

section.one .price .uk-button {
    z-index: 2;
    position: relative;
}

.mouse {
    height: 40px;
    width: 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transform: none;
    border: 2px solid white;
    z-index: 1;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
}

.wheel {
    -webkit-animation: mouse-wheel 1.2s ease-in-out infinite;
    -moz-animation: mouse-wheel 1.2s ease-in-out infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 3px;
    }
}

section.two {
    background:#fff;
}

section.two h2:after {
    background: url(img/leaf7.png) center no-repeat;
}

section.three {
    background: url(img/bg3.jpg) bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.three h2{
    width: 235px;
}

section.three h2:after {
    content: "";
    width: 300px;
    height: 100px;
    background: url(img/leaf2.png) center no-repeat;
    background-size: 300px 100px;
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 0;
}

section.three a {
    display: inline-block;
    margin: 10px;
}

section.three a img {
    height: 60px;
}

section.three .uk-grid > div {
    position: relative;
}

section.three .uk-grid > div .download {
    position: absolute;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block-a {
    background: url(img/bg8.jpg) bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.four h2:after {
    content: "";
    width: 300px;
    height: 100px;
    background: url(img/leaf3.png) center no-repeat;
    background-size: 300px 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    z-index: 0;
}

section.four .uk-slider a div,
section.two .uk-slider a div,
section.five .uk-slider a div,
section.six .uk-slider a div,
section.seven .uk-slider a div
 {
    background: #fff;
    color: #555;
    margin: 0;
}

section.four .uk-slider a div p,
section.two .uk-slider a div p,
section.five .uk-slider a div p,
section.six .uk-slider a div p,
section.seven .uk-slider a div p
 {
    color: #000;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    margin: 0;
}

section.four .uk-slider small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

section .book-slider a:hover img {
    transform: scale(1.05);
}

section .news-slider a:hover img {
    transform: scale(1.05);
}

section.page {
    background: url(img/page-bg.jpg) center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #555;
    font-weight: 300;
}

section.page .uk-alert a {
    color: #8c9b24;
    text-decoration: none;
}

section.page .uk-alert a:hover {
    color: #000;
}

section.page .wrapper {
    max-width: 1000px;
}

section.page h1,
section.page h2 {
    padding: 0 0 30px 0;
    margin: 0 auto;
    font-size: 35px;
    color: #000;
    text-shadow: none;
}

section.page h1.minPadding{
    padding: 0 0 10px 0;
}

section.page .uk-breadcrumb {
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #8c9b24;
}

section.page .uk-breadcrumb li span,
section.page .uk-breadcrumb li a {
    color: #fff;
}

section.page .box {
    background: #fff;
}

section.page p {
    text-shadow: none;
    font-size: inherit;
}

section.page .login {
    width: 100%;
    max-width: 550px;
    background: #fff;
    margin: 0px auto;
}

section.page .login h2 {
    padding-top: 30px;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
    color: #fff;
}

.uk-form-stacked .uk-inline {
    width: 100%;
}

.uk-form-stacked .code {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: red;
    font-weight: 500;
}

.uk-form-stacked label {
}

section.page button,
section.page .uk-button,
.uk-modal button,
.uk-modal .uk-button {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #8c9b24;
    border-radius: 5px!important; 
    -moz-border-radius: 5px!important; 
    -webkit-border-radius: 5px!important;
    margin: 0;
}

section.page button.no-border,
section.page .uk-button.no-border,
.uk-modal button.no-border,
.uk-modal .uk-button.no-border {
    border: 0;
}

section.page .uk-pagination select {
    height: 30px !important;
}

section.page .uk-slider a {
    padding: 0;
}

section.page .uk-slider .uk-slidenav-previous svg,
section.page .uk-slider .uk-slidenav-next svg {
    left: 0;
    right: 0;
    margin: auto;
    width: 11.25px;
    position: absolute;
    top: 4px;
}

section.page .audio-tab .uk-button.active,.uk-button.active {
    background: #8c9b24;
    color: #fff;
}

section.page .uk-button.like-tab{
    border-radius: 5px 5px 0 0!important ;
    border-bottom: none;
}

.uk-button.like-tab{
    font-size: 1.1rem;
}

section.page .audio-tab svg {
    margin-top: -3px;
}

section.page .audio-tab .uk-dropdown {
    min-width: calc(100% - 20px);
}

section.page .audio-tab .uk-dropdown li a {
    white-space: nowrap;
    text-align: left;
    display: block;
    line-height: 15px;
}

section.page .book-list li {
    margin-bottom: 0px;
}

section.page .book-list li a {
    overflow: hidden;
    display: block;
    text-align: center;
}

section.page .book-list li a img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.page .book-list li a:hover img {
    transform: scale(1.1);
}

section.page .uk-pagination li {
    padding: 0;
    line-height: 20px;
}

section.page .uk-pagination li a {
    background: #eee;
    padding: 5px 10px;
    color: #555;
}

section.page .uk-pagination li:hover a,
section.page .uk-pagination li.uk-active span {
    background: #aaa;
    color: #fff;
    padding: 5px 10px;
}

.money-card > div {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #eee;
    position: relative;
    padding-bottom: 50px;
}

.money-card > div:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.money-card > div .uk-button-danger {
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}

.uk-slider-items .img-cover,
.book-list .img-cover {
    position: relative;
    width: calc(100% - 10px);
    overflow: hidden;
}

.uk-slider-items .img-cover img,
.book-list .img-cover img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uk-slider-items .img-cover img.vertical,
.book-list .img-cover img.vertical {
    width: auto;
    height: 100%;
}

footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background: url(img/bg1.jpg) top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(140, 155, 36, 0.7);
}

footer > div {
    position: relative;
    z-index: 1;
}

footer > div ul {
    margin: 0;
}

footer .uk-list {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    margin-top: 0;
}

footer .uk-list li.title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .uk-list li a,footer .uk-list li {
    color: #fff;
}

footer .logo .uk-list{
    line-height: 15px;
}

footer .uk-list li.icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    background: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 20px;
    color: #8C9B24;
}

footer .uk-list li.icon a:hover {
    color: #fff;
    background: #2E75B6;
}

footer .logo img {
    width: 120px;
}

.copyright {
    background: #fff;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@import url(http: //weloveiconfonts.com/api/?family=fontawesome);


[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.switch input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.switch {
    height: 35px;
    position: relative;
    width: 63px;
    padding-top: 7px;
}

.switch label {
    background: #e9513a;
    color: #c72f18;
    border-radius: 2px;
    display: block;
    height: 100%;
    position: relative;
    transition: all .15s ease;
    width: 100%;
}

.switch label div {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 22px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: all .15s ease;
    width: 26px;
    z-index: 3;
}

.switch label div:before {
    background: #d3d3d3;
    bottom: 0;
    box-shadow: -6px 0 0 0 #d3d3d3,
        6px 0 0 0 #d3d3d3;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .15s ease;
    width: 3px;
}

.switch .fontawesome-ok {
    font-size: 28px;
    left: 20px;
    position: relative;
    top: 13px;
    z-index: 2;
}


.switch .fontawesome-remove {
    font-size: 29px;
    left: 51px;
    position: relative;
    top: 12px;
    z-index: 2;
}

.switch input:checked ~ label {
    background: #2fca6c;
    color: #13ad4f;
}

.switch input:checked ~ label div {
    left: 33px;
}

.switch input + div {
    position: absolute;
    left: 80px;
    top: 0;
    width: 50px;
    display: inline-block;
    line-height: 27px;
    padding-top: 7px;
}

.switch input:not(:checked) + div span.uk-text-success {
    display: none;
}

.switch input:checked + div span.uk-text-danger {
    display: none;
}

progress::-ms-fill {
    animation-name: none;
}

progress[value],
progress::-webkit-progress-bar,
progress[value]::-webkit-progress-value {
    background: none;
    border: none;
    border-radius: 1rem;
    height: 0.25rem;
}

progress[value]::-webkit-progress-bar {
    background: white;
}

progress[value]::-webkit-progress-value {
    background-color: gray;
}

progress:not([value]) {
    -webkit-animation: animate-progress 2s ease infinite;
    animation: animate-progress 2s ease infinite;
}

@-moz-document url-prefix() {
    progress::-moz-progress-bar {
        background-color: transparent;
    }

    progress[value],
    progress[value]::-moz-progress-bar {
        border: none;
        border-radius: 1rem;
        height: 0.5rem;
    }

    progress[value] {
        background-color: white;
    }

    progress[value]::-moz-progress-bar {
        background-color: black;
    }
}

.audio {
    max-width: 350px;
    align-items: center;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99998;
    box-sizing: inherit;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.audio__src,
.audio__icon {
    display: none;
}

.audio__bar {
    box-sizing: content-box;
    flex-grow: 1;
    margin: 0 0.25rem;
}

.audio__time {
    cursor: default;
    flex-shrink: 0;
    font-size: 0.875rem;
    margin: 0 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555;
}

.audio__vol {
    background-color: white;
    border-radius: 4px;
    box-sizing: content-box;
    cursor: -webkit-grab;
    cursor: grab;
    display: block;
    height: 0.5rem;
    width: 4rem;
    margin: 0.6875rem 0.5rem 0.6875rem 1.5rem;
}

.audio__vol:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.audio__vol-pop:hover,
.audio__vol-pop:active,
.audio__icon--vol:hover + .audio__vol-pop {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}

[controls] ~ .audio__bar {
    cursor: -webkit-grab;
    cursor: grab;
}

[controls] ~ .audio__bar:active {
    cursor: pointer;
}

[controls] ~ .audio__icon {
    background-color: transparent;
    background-position: center;
    background-size: auto 1rem;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0 0.125rem;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}

[controls] ~ .audio__icon--play {
    background: url("img/play-button.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--pause {
    background: url("img/pause.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--loop {
    background: url("img/repeat.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--loop.audio__icon--active {
    background: url("img/repeat-active.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--vol-mute {
    background: url("img/speaker-no.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--vol-lo {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1474 14.215 16'%3E%3Cg transform='translate(1059 1474)' fill='black'%3E%3Cpath d='M19.006,6.944a.623.623,0,1,0-.677,1.046,2.977,2.977,0,0,1,1.538,2.646,3.047,3.047,0,0,1-1.477,2.646.605.605,0,0,0-.185.862.646.646,0,0,0,.554.308.461.461,0,0,0,.308-.062A4.313,4.313,0,0,0,21.16,10.7,4.534,4.534,0,0,0,19.006,6.944Z' transform='translate(-6.944 -2.637)'/%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-mid {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1530 16.615 16'%3E%3Cg transform='translate(1059 1530)' fill='black'%3E%3Cpath d='M21.1,10.637a4.313,4.313,0,0,0-2.092-3.692.623.623,0,1,0-.677,1.046,2.977,2.977,0,0,1,1.538,2.646,3.047,3.047,0,0,1-1.477,2.646.605.605,0,0,0-.185.862.646.646,0,0,0,.554.308.461.461,0,0,0,.308-.062A4.586,4.586,0,0,0,21.1,10.637Z' transform='translate(-6.944 -2.637)'/%3E%3Cpath d='M21.994,4.133a.662.662,0,0,0-.862.123.662.662,0,0,0,.123.862,5.424,5.424,0,0,1,2.215,4.431,5.424,5.424,0,0,1-2.215,4.431.662.662,0,0,0-.123.862.56.56,0,0,0,.492.246.875.875,0,0,0,.369-.123,6.769,6.769,0,0,0,0-10.831Z' transform='translate(-8.087 -1.548)'/%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-hi {
    background: url("img/speaker.png") no-repeat;
    background-size: 100% !important;
}

[controls] ~ .audio__icon--download {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1093 1417 16.545 18'%3E%3Cg transform='translate(1093 1417)' fill='none' stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M7,14l2.909,3.273L12.818,14' transform='translate(-1.636 -3.545)'/%3E%3Cline y2='12.364' transform='translate(8.273 1)'/%3E%3Cline x2='14.545' transform='translate(1 17)'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon:hover,
[controls] ~ .audio__icon--active {
    background-color: none;
}

[controls] ~ .audio__icon:active,
[controls] ~ .audio__icon:focus {
    outline: none;
}

[controls] ~ .audio__icon:active {
    background-color: none;
}

[controls] ~ .audio__icon--play,
[controls] ~ .audio__icon--pause {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 50%;
}

.scroll-section {
    position: relative;
    top: -70px;
}

.fix-buy-btn {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    padding: 0 15px;
    z-index: 9;
}

.uk-badge {
    background: #8c9b24;
    padding: 5px 10px;
    line-height: 20px;
}

h3 span i {
    position: relative;
    top: 3px;
    font-style: normal;
}

@media screen and (max-width: 1199px) {
    .uk-navbar .uk-navbar-left .uk-navbar-nav {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.95);
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .uk-navbar .uk-navbar-left .uk-navbar-nav.open {
        max-height: 100vh;
        overflow: auto;
    }

    .uk-navbar .uk-navbar-left .uk-navbar-nav li {
        display: block;
        width: 100%;
    }

    .uk-navbar .uk-navbar-left .uk-navbar-nav li a {
        display: block;
        min-height: 50px;
        line-height: 50px;
        text-align: center;
        border-top: 1px dotted #ccc;
    }

    .uk-navbar .uk-navbar-left .uk-navbar-nav li.active:before {
        bottom: 0px;
    }
    
    /* 漢堡選單 */
    #nav-icon2 {
        display: block !important;
        width: 30px;
        height: 20px;
        position: relative;
        margin: 15px 0;
        float: right;
        margin-left: 8px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #8C9B24;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon2 span:nth-child(1),
    #nav-icon2 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon2 span:nth-child(3),
    #nav-icon2 span:nth-child(4) {
        top: 10px;
    }

    #nav-icon2 span:nth-child(5),
    #nav-icon2 span:nth-child(6) {
        top: 20px;
    }

    #nav-icon2.open span:nth-child(1),
    #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2),
    #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-icon2.open span:nth-child(3) {
        left: 0;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    footer {
        text-align: center;
    }

    footer .uk-list {
        margin: 0 50px 30px 50px;
        width: 160px;
    }

    footer .logo {
        float: none;
        display: block;
        margin: 0px auto;
    }

    footer .logo .uk-list{
        width: auto;
        margin: 0;
    }

}

@media screen and (max-width: 960px) {
    section.one .slogan {
        text-align: center;
        width: 100%;
    }

    section.three h2:after {
        left: 0;
        right: 0;
        margin: auto;
    }

    section.three .uk-grid > div .download {
        position: relative;
        height: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

    section.one .price {
        line-height: 30px;
    }
    
    section.page .login .uk-button-primary,
    section.page .login .uk-button-danger {
        display: block;
        margin-bottom: 10px;
        width: 230px;
    }
    
    section.page .audio-tab > div {
        width: calc(50% - 3px);
    }
    
    section.page .audio-tab > div a {
        display: block;
    }
    .copyright {
        text-align: center;
    }
    .copyright span {
        display: block;
        float: none !important;
    }
}

@media screen and (max-width: 507px) {
    .uk-navbar .uk-search {
        width: 150px;
    }

    .uk-navbar .uk-search-input:focus {
        width: 200px;
        margin-right: -50px;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    .uk-navbar .uk-search-icon {
        z-index: 2;
    }

    .uk-navbar .uk-search-input:focus + .uk-search-icon {
        right: -50px;
    }
    section.page .audio-tab > div {
        width: 100%;
    }
    section.page h1,
    section.page h2 {
        font-size: 23px;
    }
}

@media screen and (max-width: 414px) {
    section p {
        font-size: 15px;
    }
}

@media screen and (max-width: 375px) {
    .uk-navbar .uk-search {
        width: 100px;
    }

    .uk-navbar .uk-search-input:focus {
        width: 150px;
    }

    .uk-button.yellow,
    .uk-button.white {
        padding: 0 20px;
    }

    section h1,
    section h2 {
        font-size: 30px;
    }
}


/* audio
---------------------------------------------------------*/

.ap-progress {
    background: rgba(255, 255, 255, 0.5);
}

.ap-active,
.ap-volume-container:hover {
    background: rgba(255, 255, 255, 0.5);
}

.ap-volume {
    background: #aaa;
    border: 0;
}

.pl-list {
    max-width: 100%;
    padding: 0 10px;
}

.pl-list > li {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    height: 47px;
}

.pl-remove {
    display: none;
}

.pl-title {
    flex: 0.85;
}

.ap--settings > .ap-popup {
    line-height: 50px;
    font-size: 20px;
}

.ap--settings > .ap-popup:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.ap-playlist-btn {
    display: none;
}

.ap-controls svg,
.pl-list svg {
    fill: #000 !important;
}

audio {
    width: 100%;
}

.ap {
    background: #FAAC3A;
    color: #000;
    position: relative;
    z-index: 1;
}

.pl-container {
    top: auto;
    bottom: auto;
    position: relative;
    background: #e5e5e5;
    color: #222;
    display: block !important;
    z-index: 1;
}

section.page .audio-wrap button{
    border: none;
}


/* section Daisy
---------------------------------------------------------*/

.index-section{
    background:#fff;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

section.seven {
    background-image: url(img/bg7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

section.five h2:after {
    background: url(img/leaf4.png) center no-repeat;
}

section.six h2:after {
    background: url(img/leaf5.png) center no-repeat;
}

section.seven h2:after {
    background: url(img/leaf6.png) center no-repeat;
}

section.five h2:after,section.six h2:after,
section.seven h2:after,section.two h2:after,
section.three h2:after,section.four h2:after
{
    content: "";
    width: 240px;
    height: 90px;
    background-size: 240px 90px;
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    top: -28px;
    z-index: 0;
}

.entry-title-1{
    color: #000!important;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.p-s-xl{
    padding-left: 100px;
}

.col-5{
    width: 50%;
}

.uk-select.uk-form-small{
    padding-right: 25px!important;
}

@media (max-width: 960px) {

    .block-a .col-5{
        width: 100%;
    }

    .block-a .col-5{
        width: 100%;
    }

    .block-a.uk-flex{
        display: block;
    }

}

.uk-navbar-nav>li>a{
    padding: 0 8px;
}

.uk-navbar-nav .uk-badge{
    font-size: 0.6rem;
    height: auto;
    line-height: 1;
    padding: 5px;
}

.uk-navbar-nav .badge-cart{
    position: relative;
    z-index: 4;
}

.uk-navbar-nav .badge-cart .uk-badge{
    position: absolute;
    top: 0;
    right: -10px;
    background: #f0506e;
    color: #fff;
}


/* img-cover-1
---------------------------------------------------------*/

.img-cover-1{
  display: flex!important;
  justify-content: center;
  align-items: center;
    height: 190px;
    background: #fff;
    padding: 10px;
}

.img-cover-1 img{
    width: auto!important;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}


/* product-card
---------------------------------------------------------*/

.lh-1{
    line-height: 1;
}

.product-card{
    display: flex;
}

.product-card .product-cover{
    width: 40%;
}

.product-card .product-info{
    padding-left: 30px;
    width: 60%;
}

.product-card h1{
    margin-bottom: 10px!important;
    padding: 0!important;
}

@media (max-width: 900px) {

    .product-card{
        display: block;
    }

    .product-card .product-cover{
        margin: 0 auto 30px;
        width: 80%;
    }

    .product-card .product-info{
        width: 100%; 
        padding-left: 0;
    }

}

/* gallery-thumbnails
---------------------------------------------------------*/

.gallery-thumbnails{
    width: 85%;
    margin: 20px auto 0;
}

.gallery-thumbnails .thumbnails{
  width: 90px;
  height: 90px;
  padding: 8px;
  margin: 0 2px 0;
  border-radius: 6px;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
}

.gallery-thumbnails .slick-current .thumbnails {
    box-shadow: inset 0 0 0 1px #ddd;
}

.gallery-thumbnails .thumbnails img{
  max-width: 100%;
  max-height: 100%;
}

.gallery-thumbnails .slick-list{
    padding-right: 2px;
}

.gallery-main{
  padding: 8px;
  background: #fff;
  border-radius: 6px;  
  border: 1px solid #D6D6D6;
}

.gallery-main .slick-slide div img{
  max-height: 100%;
  max-width: 100%;
}

.gallery-main .slick-slide div a{
  width: 100%;
  display: block;
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.gallery-thumbnails .slick-arrow{
  font-size: 2rem;
  z-index: 2;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.gallery-thumbnails .arrow-prev.slick-arrow{
  left: -30px;
}

.gallery-thumbnails .arrow-next.slick-arrow{
  right: -30px;
}

@media (max-width: 768px) {

  .gallery-main .slick-slide div a{
    height: 400px;
  }

}

/* card-1
---------------------------------------------------------*/

.card-1{
    border: 1px solid #eee;
}

.btn-add{
    position: relative;
    font-family: FontAwesome!important;
}

.btn-add:before{
    content: "\f096";
    font-size: 1.1rem;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.btn-add.add-check{
   font-weight: 500;
}

.btn-add.add-check:before{
    font-family: FontAwesome!important;
    content: "\f046";
    margin-right: 5px;
}

.uk-background-dark-opacity{
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.uk-text-white{
    color: #fff;
}

/* btns-group-a
---------------------------------------------------------*/

@media (max-width: 640px) {

    .btns-group-a .uk-button{
        margin-bottom: 10px!important;
    }

    .btns-group-a .uk-grid>.uk-grid-margin{
        margin-top: 5px;
    }

}


@media (max-width: 600px) {

    .btns-group-a{
        text-align: center;
    }

    .btns-group-a .uk-button{
        margin-bottom: 10px!important;
    }

    .btns-group-a .uk-grid>.uk-grid-margin{
        width: 100%;
        padding-left: 0;
    }


}

.html-box{
    font-weight: 400;
}


/* margin padding
---------------------------------------------------------*/

.mb-1{
    margin-bottom: 10px;
}

.uk-accordion-title{
    font-size: 1.1rem;
}

.pd-1{
    padding: 5px;
}


/* ctg-a
---------------------------------------------------------*/

.ctg-a{
    position: relative;
}

.ctg-a:before{
  position: absolute;
  right: -2px;
  margin: 0;
  padding: 0;
  top: 5px;
  content: "";
  width: 1px;
  height: 15px;
  overflow: hidden;
  color: #fff;
  border-right: 1px solid #fff;
}

/* plan
---------------------------------------------------------*/

.plan-box{
    display: none;
}

.plan-box.show{
    display: block;
}

/* tabsBar
---------------------------------------------------------*/

.tabsBar{
    border-bottom: 1px solid #dee2e6;
    display: flex;
    margin-bottom: 1.5rem;
}

.tabsBar .tab-item a{
    padding: 7px 15px;
    display: block;
    color: #888;
}

.tabsBar .tab-item.active a{
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 5px 5px 0 0 ;
    box-shadow: 0 2px 0 0 #fff;
    color: #8C9B24;
    font-weight: bold;
}

.tabsBar h3{
    line-height: 1;
    margin: 0;
}

.tabsBar .icon-fav-box{
    margin-top: 5px;
    margin-left: 10px;
}

.uk-width-expand .book-list li a {
    overflow: hidden;
    display: block;
    text-align: center;
}

.uk-width-expand .book-list li a img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.uk-width-expand .book-list li a:hover img {
    transform: scale(1.1);
}

.grid-cover{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-cover img{
    max-width: 100%;
    max-height: 160px;
}

.indexGroupBtns .uk-button{
    width: 165px;
}

@media (max-width: 768px) {

    .indexGroupBtns .uk-button{
        width: 80%;
        margin: 0 auto 15px;
    }

}

/* popup
---------------------------------------------------------*/

#ad-popup {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  display: none;
  overflow: hidden;
}

#ad-popup.popupClose{}

#ad-popup .popup-close {
  color: var(--bs-dark);
  background: var(--bs-white);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#ad-popup .popup-content {
padding: 2rem;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ad-popup .popupAd{
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    background: orange;
}

#ad-popup .popupAd a{
    position: relative;
    background-color: cadetblue;
}

#ad-popup .popup-content .img-pc{
    width: 100%;
    height: 100%;
    aspect-ratio: 805 / 350;
    object-fit:cover;
    overflow: hidden;
}


@media (max-width: 768px) {

    #ad-popup .popup-content{
        padding: 20px;
    }

    #ad-popup .popupAd{
        background: olivedrab;
        height: 95%;
    }

    #ad-popup .popupAd a{
        height: 100%;
    }

    #ad-popup .popup-content .img-pc{
        width: 100%;
        aspect-ratio: 195 / 300;
        object-fit:cover;
        overflow: hidden;
    }

}


.popupAdBtnToggle{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}