/*0 #382214 1 #927055  2 #e6cdb9 3 #efe2d9 */

@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+TC:wght@400;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");

.loader {
    width: 200px;
    height: 15px;
    transform: skewX(-45deg);
    background: linear-gradient(#f03355 0 0) left -30px top 0/30px 20px no-repeat
        #333;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    100% {
        background-position: right -30px top 0;
    }
}

/* CSS Document */

body {
    font-family: "Noto Sans TC", sans-serif;
}
h1 {
    font-weight: 900 !important;
}

header.fixed-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .logo {
    display: block;
}
header.fixed-nav .logo {
    position: absolute;
    left: 0;
    top: -10px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.ellipsis-evn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.ellipsis-odd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/* effect */
.svg {
    display: block;
    width: 100%;
}
.text-stroke {
    -webkit-text-stroke: 2px #cccccc;
    paint-order: stroke fill;
}

#silder.owl-carousel .owl-nav button.owl-prev span,
#silder.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

#silder.owl-carousel .owl-nav button.owl-prev,
#silder.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
#silder.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: url(../img/chevron-compact-left.svg) center center !important;
    background-repeat: no-repeat !important;
}
#silder.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: url(../img/chevron-compact-right.svg) center center !important;
    background-repeat: no-repeat !important;
}

#silder.owl-carousel:hover .owl-nav button.owl-prev,
#silder.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
}
.owl-carousel .slider {
    display: block !important;
}
.owl-carousel .slider-990 {
    display: none !important;
}
#silder.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 7px;
    background: red;
    border-radius: 0;
}
#silder.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: yellow;
}
#silder.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#product.owl-carousel .owl-dots {
    display: none;
}
#product.owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
#product.owl-carousel .owl-nav button.owl-prev,
#product.owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
}
#product.owl-carousel .owl-nav button.owl-prev span,
#product.owl-carousel .owl-nav button.owl-next span {
    font-size: 5rem;
    color: red;
    line-height: 0;
    padding: 10px;
}

#news.owl-carousel .owl-dots {
    display: none;
}
#news.owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
#news.owl-carousel .owl-nav button.owl-prev,
#news.owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
}
#news.owl-carousel .owl-nav button.owl-prev span,
#news.owl-carousel .owl-nav button.owl-next span {
    font-size: 5rem;
    color: red;
    line-height: 0;
    padding: 10px;
}

#sell.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 7px;
    background: red;
    border-radius: 0;
}
#sell.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: yellow;
}

.Blink {
    animation: Blink 0.5s infinite alternate;
}

@keyframes Blink {
    0%,
    100% {
        color: yellow;
    }
    0% {
        color: white;
    }
}

/* FCK Box */
.fck-box {
    color: #696969;
}
.fck-box p,
.fck-box span {
    line-height: 2;
}
.fck-box img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.fck-box iframe {
    margin: 1rem auto;
    max-width: 100% !important;
}
.fck-box ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}
.fck-box ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 20px;
}
.fck-box li,
.fck-box p {
    margin-bottom: 1rem;
}
.fck-box table {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto;
}
.fck-box table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.fck-box table > tbody > tr > td,
.fck-box table > tbody > tr > th,
.fck-box table > tfoot > tr > td,
.fck-box table > tfoot > tr > th,
.fck-box table > thead > tr > td,
.fck-box table > thead > tr > th {
    padding: 8px;
    line-height: 1.5;
    border: 1px solid #ccc;
}
/*---------------------------
          responsive
----------------------------*/
/*2xl*/
@media only screen and (max-width: 1536px) {
}

/*xl*/
@media only screen and (max-width: 1280px) {
}

/*lg*/
@media only screen and (max-width: 1024px) {
    header.fixed-nav .logo {
        position: relative;
        left: 0;
        top: 0;
    }
}

/*md*/
@media only screen and (max-width: 768px) {
    .owl-carousel .slider {
        display: none !important;
    }
    .owl-carousel .slider-990 {
        display: block !important;
    }
    #silder.owl-carousel .owl-nav button.owl-prev,
    #silder.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
    }

    #product.owl-theme .owl-nav {
        position: absolute;
        top: -45px;
        right: 0;
    }
    #product.owl-carousel .owl-nav button.owl-prev span,
    #product.owl-carousel .owl-nav button.owl-next span {
        font-size: 4rem;
        color: red;
        line-height: 0;
        padding: 10px;
    }
}

/*sm*/
@media only screen and (max-width: 480px) {
}
