@font-face {
    font-family: DFLiHei;
    src: url('../font/DFLiHei-TrueType.ttf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: Lorin;
    src: url('../font/Lorin-ExtraBold.ttf') format('opentype');
    font-display: swap;
}




::selection {
    background: #460059a8;
    color: #fff;
}

::-moz-selection {
    background: #460059a8;
    color: #fff;
}

body {
    /* font-family: "Noto Sans TC", sans-serif; */
    font-family: 'Noto Sans TC';


}

html {
    /* font-family: "Noto Sans TC", sans-serif; */
    font-family: 'Noto Sans TC';


    line-height: 1;
    font-size: 16px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #aaa;
}

.w-80 {
    width: 80% !important;
}

a {
    text-decoration: none;
    /*color: black;*/
}

.btn-pointer {
    cursor: pointer;
}

th,
td {
    vertical-align: middle;
}

.m-7vh {
    min-height: 60vh;
}

/* 漢堡選單 */
.hamburger {
    display: block;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
}


.hamburger .line {
    width: 25px;
    height: 2.5px;
    background: #460059;
    border-radius: 25%;
    margin: 6px 0;
    transition: all 0.2s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
    transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }

}

html {
    /*scroll-behavior: smooth;*/
    background: #f6f6f6;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #212529;
    z-index: 9999;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    color: #fff;
    box-shadow: none;
}

@media (min-width: 1580px) {
    .d-xxxl-block {
        display: block !important;
    }
}

.null-item label {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #00000000;
    font-size: 15px;
    color: #262b2f;
}

.null-item label div {
    position: absolute;
    top: 100px;
    right: 50%;
    transform: translateX(50%);
    background-color: #fff;
    width: 90%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px 25px;
}

@media (min-width: 576px) {
    .null-item label div {
        right: 55px;
        transform: translateX(0);
        width: 390px;
    }
}

.logo-item {
    z-index: 3;
    position: relative;
    /* width: 140px; */
    /* height: 80px; */
    /* background: #460059; */
}

/* 
.logo-item:after {
    content: '';
    position: absolute;
    left: -35%;
    top: 50%;
    transform: translateY(-50%);
    width: 150%;
    height: 71px;
    background: #460059;
    z-index: 1;
}

.logo-item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 91px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 71px 0 0 71px;
    border-color: transparent transparent transparent #460059;
}

@media (min-width: 1200px) {
    .logo-item:after {
        height: 94px;

    }

    .logo-item::before {
        border-width: 94px 0 0 94px;

    }

}

@media (min-width: 1300px) {
    .logo-item:after {
        width: 200%;

    }

    .logo-item::before {
        left: 132px;

    }

}

@media (min-width: 1400px) {
    .logo-item:after {
        left: -30%;

    }

    .logo-item::before {
        left: 170px;

    }

} */

.logo {
    width: 100px;
    height: 33px;
    background-image: url("../img/logo.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    /* margin: 20px auto; */
    /* filter: grayscale(100%) brightness(0%) invert(100%); */
}

.logo h1 {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .logo {
        width: 150px;
        height: 50px;
    }
}

.bg {
    background: linear-gradient(#00000010, #00000010), url('../img/service_bg') no-repeat center center/cover scroll;
}




@media (min-width: 1200px) {
    .title-h2 {
        font-size: 40px;
    }
}

#menuCart {
    position: relative;
}

#menuCart .menu-img {
    position: absolute;
    bottom: -12px;
    width: 100%;
    /*height: 34px;*/
    -webkit-filter: drop-shadow(0 0.3rem 1px rgba(0, 0, 0, 0.02));
    filter: drop-shadow(0 0.3rem 1px rgba(0, 0, 0, 0.02));
}

@media (min-width: 500px) {
    #menuCart .menu-img {
        bottom: -15px;
    }
}

@media (min-width: 768px) {
    #menuCart .menu-img {
        bottom: -22px;
    }
}

@media (min-width: 992px) {
    #menuCart .menu-img {
        bottom: -31px;
    }
}

@media (min-width: 1200px) {
    #menuCart .menu-img {
        bottom: -38px;
    }
}

@media (min-width: 1400px) {
    #menuCart .menu-img {
        bottom: -44px;
    }
}

@media (min-width: 1800px) {
    #menuCart .menu-img {
        bottom: -57px;
    }
}

.nav-bg {
    transition: all 0.2s ease-in-out;
    background: transparent;
    padding: 13px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow-x: clip;
    background: #fff;
}

/* .nav-bg::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 145px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 94px 0 0 94px;
    border-color: transparent transparent transparent #460059;
} */

.nav-bg.sticky,
.phone-nav-bg {
    /* background: #323232; */
    /* background: url(../img/index/server-bg.webp) no-repeat center center/ cover scroll; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.nav-bg .navbar-nav {
    position: relative;
    z-index: 3;
}


nav {
    transition: all 0.2s ease-in-out;
}

nav img {
    width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
    outline: 0;
    padding: 0 5px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1.5px;
    font-family: 'Noto Sans TC';
    text-transform: capitalize;
    font-weight: 400;
    color: #222;
}

header.scroll {
    transform: translateY(-61px);
}

@media (min-width: 992px) {
    header.scroll {
        transform: translateY(-84px);
    }
}


header nav .navbar-nav .nav-link {
    color: #222;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

nav .scroll a:hover,
.navbar-nav .nav-link:hover {
    color: #460059;
    background: #ffffff44;
    /* border-bottom: 5px solid #460059; */
}

@media (min-width: 1200px) {

    nav .scroll a,
    .navbar-nav .nav-link {
        font-size: 16px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    header nav .navbar-nav .nav-link {
        padding-top: 40px;
        padding-bottom: 40px;

    }
}

.nav-item-dropdown:hover .nav-link {
    color: #460059;
}

nav .scroll .contact-text {
    background: #ff0000;
    border-radius: 0.3rem;
}


.navbar .dropdown-item-product {
    position: fixed;
    width: 100%;
    top: 84px;
    left: 0;
    background: #fff;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item-product a {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    color: #000;
}

.navbar .dropdown-item-product .item-product-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.navbar .dropdown-item-product .item-product-list li+li {
    padding-bottom: 0px;
}

.navbar .dropdown-item-product .item-product-list a {
    border: none;
    display: block;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    color: #888;
}

.navbar .dropdown-item-product .item-product-list a:hover {
    border: none;
    background: #eee;
}

.navbar .dropdown-item-product a:hover {
    border-bottom: 1px solid #ccc;
}

.navbar .nav-item-dropdown:hover .dropdown-item-product {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-item {
    position: relative;
}

/* 
.navbar .nav-item-dropdown::after,
.navbar .nav-item::after {
    content: '';
    width: 0px;
    height: 4px;
    background-color: #460059;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}


.navbar .nav-item-dropdown:hover::after,
.navbar .nav-item:hover::after {
    width: 100%;
} */

.navbar .nav-item-dropdown .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}

.navbar .nav-item-dropdown .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    padding: 60px 0 0px;
    background: #323232;
    position: relative;
    overflow: hidden;
}


.footer .arrow-up {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    cursor: pointer;
    z-index: 10;
}

.footer .arrow-up div {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #aaa;
    border-top: none;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    font-weight: bolder;
}

.footer .arrow-up div:hover {
    background-color: #460059;
    color: #fff;
}

.footer .dot-img {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    height: 100%;
    display: none;
}

@media (min-width: 992px) {
    .footer .dot-img {
        /* width: 75%; */
        display: block;
    }
}

.footer .foot-text-item {
    position: relative;
    z-index: 9;
    padding: 30px 0;
}

.footer .foot-text-item p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.footer .foot-text-item h2 {
    font-family: 'Noto Sans TC';
    color: #460059;
    font-size: 16px;
}

.footer .foot-text-item h3 {
    font-size: 24px;
    color: #000;
    text-align: justify;
    font-weight: 400;

}

.footer .line-top {
    border-top: 1px solid #fff;
}

.footer .foot-logo {
    color: #460059;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer .foot-logo-item {
    position: relative;
    border-left: 1px solid #666;
    display: flex;
    padding-left: 40px;
}

.footer .foot-logo-item h2 {
    font-size: 18px;
    color: #fff;
}

.footer .foot-logo-item p {
    font-size: 15px;
    color: #fff;
}

.footer .foot-logo-item img {
    width: 130px;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .footer .foot-logo-item img {
        width: 200px;
    }
}

.footer .foot-logo-item ul {
    list-style: none;
    padding-left: 0;
}

.footer .foot-logo-item ul li+li {
    margin-top: 10px;
}

.footer .foot-logo-item ul li {
    display: flex;
}

.footer .foot-logo-item ul li a {
    font-size: 14px;
    color: #aaa;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.footer .foot-logo-item ul li a:hover {
    color: #fff;
}

.footer .foot-logo-item ul li a i {
    color: #fff;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.footer .link-item .foot-link {
    display: flex;
    flex-wrap: wrap;
}


.footer .link-item .foot-link li {
    width: 50%;
}

@media (min-width: 576px) {

    .footer .link-item .foot-link li {
        width: 33.3%;
    }


}

@media (min-width: 992px) {
    .footer .link-item .foot-link {
        display: block;
        /* flex-wrap: nowrap; */
    }

    .footer .link-item .foot-link li {
        width: 100%;
    }
}

.footer .link-item .foot-link li+li {
    margin-top: 0;
}

/* @media (min-width: 992px) {
    .footer .item .icon-item {
        right: auto;
        position: absolute;
        bottom: 0;
    }
} */

.footer .a-link a {
    background: #000;
    color: #fff;
    padding: 30px;
    display: flex;
    position: relative;
    align-items: center;
    padding: 15px 35px;
    background: linear-gradient(170deg, #38a9e6 50%, #4898d7 50%);
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
    margin-top: 50px;
}

.footer .a-link a::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 35px;
    width: 15px;
    height: 1px;
    transform: rotate(25deg);
    background-color: #fff;
}

.footer .a-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.footer .a-link a:hover {
    opacity: 1;
}

.footer .icon-item {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.footer .icon-item a {
    color: #aaa;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    opacity: 0.8;
    align-items: center;
}

.fo .footer .icon-item a img {
    width: 18px;
    height: 18px;
}

.footer .icon-item a:hover {
    color: #fff;
    opacity: 1;
}

.footer .icon-item a+a {
    margin-left: 5px;
}

.footer .link-item {
    position: relative;
    z-index: 2;
}

.footer .link-item .title-p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.footer .link-item ul {
    list-style: none;
    padding-left: 0;
}

.footer .link-item ul li {
    letter-spacing: 1.2px;
}

.footer .link-item ul li+li {
    margin-top: 5px;
}

.footer .link-item ul li h2,
.footer .quick-item h2 {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-bottom: 3px;
    padding-top: 3px;
}


.footer .link-item ul li a,
.footer .quick-item h2 a {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-family: 'Noto Sans TC';


}

.footer .link-item ul li a.a-link {
    color: #666;
    font-size: 15px;
}

.footer .link-item ul li a:hover {
    color: #460059;
}

.footer .foot-bottom-item {
    background: #1e1e1e;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.footer .foot-bottom-item .icon-item a {
    color: #666;
    display: inline-block;
}


.footer .foot-bottom-item .icon-item a+a {
    margin-left: 15px;
}

.footer .foot-bottom-item p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}

.footer .foot-bottom-item .map-item {
    text-align: center;
    color: #666;
}


.footer .foot-bottom-item .map-item a {
    font-size: 9px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}

.footer .foot-bottom-item .map-item a+a::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 50%;
}

@media (min-width: 576px) {
    .footer .foot-bottom-item .map-item a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .footer .foot-bottom-item p {
        text-align: left;
    }

    .footer .foot-bottom-item .map-item {
        text-align: right;
    }


}

.footer .foot-certification {
    margin-bottom: 30px;
}

.footer .foot-certification img {
    max-width: 85px;
}

.footer .quick-item h2 {
    display: inline-block;
    width: 20%;
}

.footer .quick-item .img-link {
    display: inline-block;
    margin-bottom: 3px;
}

.footer .quick-item h2 a {
    display: inline-block;
    width: auto;
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {

    .footer .quick-item h2 {
        display: block;
        width: 100%;
    }

    .footer .quick-item h2 a {
        display: block;
        width: 80%;
    }

    .footer .quick-item .img-link-item img {
        width: 100%;
    }

    .footer .quick-item .img-link-item {
        display: block;
    }

}


.footer .quick-item .img-link-item {
    display: inline-block;
}

.footer .quick-item .img-link-item img {
    width: 150px;
}

.footer .quick-item .img-link-item.c img {

    width: 73px;
}

.form-label {
    color: #460059;
    /* font-weight: bolder; */
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer .quick-item {}



.search-item {
    position: fixed;
    top: 76px;
    min-width: 90%;
    max-width: 90%;
    border-radius: 7px;
    background: #460059;
    opacity: 0;
    transform: scale(0.7);
    visibility: hidden;
    transition: -webkit-transform 0.2s ease 0s, -moz-transform 0.2s ease 0s, -o-transform 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    z-index: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    right: 5%;
}

.search-item .bg-red {
    color: #fff;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search-box-pc {
    border: 1px solid #460059 !important;
    border-radius: 25px;
    overflow: hidden;
}

.search-box-pc .btn {
    color: #460059;
    padding: 0 10px;
}

.search-box-pc .form-control {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    width: 105px;
}

@media (min-width: 576px) {
    .search-item {
        min-width: 390px;
        max-width: 390px;
    }
}

@media (min-width: 1300px) {
    .search-item {
        right: 10%;
        top: 84px;
    }
}

@media (min-width: 1800px) {
    .search-item {
        right: 18%;
    }
}

.shopcart-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 84px;
    right: 5%;
    background-color: #fff;
    min-width: 90%;
    max-width: 90%;
    z-index: 1091;
    max-height: 80vh;
    overflow-y: scroll;
    overscroll-behavior: contain;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 5px;
}

.ul-shop-item {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

@media (min-width: 576px) {
    .shopcart-item {
        min-width: 390px;
        max-width: 390px;
    }
}

@media (min-width: 1300px) {
    .shopcart-item {
        right: 10%;
    }
}

@media (min-width: 1800px) {
    .shopcart-item {
        right: 18%;
    }
}

.shopcart-item ul {
    list-style: none;
    padding-left: 0;
    padding: 0 15px 15px 15px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0;
}

.shopcart-item .btn-remove-cart {
    font-size: 14px;
    color: #262b2f;
}

.shop-list a {
    font-size: 15px;
    color: #262b2f;
}

.shop-list a:hover {
    color: #0376c1;
}

.shop-list {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.shop-list+.shop-list {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

.head-item,
.foot-item {
    right: 0;
    left: 0;
    background: #fff;
}

.head-item {
    position: sticky;
    top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #262b2f;
}

.foot-item {
    position: absolute;
    bottom: 0;
}

.foot-item {}


.img-item {
    max-width: 80px;
}

.text-item {
    flex-grow: 1;
    padding: 0 5px;
}

.btn-item {
    cursor: pointer;
}

.icon-nav-link {
    color: #222;
    position: relative;
    z-index: 1;
    padding: 10px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.icon-nav-link:hover {
    opacity: 1;
    color: #460059;
}

.icon-nav-link .trd-img {
    width: 15px;
    height: 15px;
}

.icon-nav-link .num {
    width: 25px;
    height: 25px;
    background-color: #222;
    padding: 5px;
    font-size: 12px;
    position: relative;
    margin-left: 5px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
}

.icon-nav-link .num::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #222 transparent transparent;
}

.nav-item-dropdown,
.nav-item-dropdown-l2 {
    position: relative;
}

.dropdown-item-ja-l1,
.dropdown-item-ja-l2 {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1091;
    width: auto;
    white-space: nowrap;
    padding-left: 0;
    box-shadow: 0 0.125rem 0.15rem rgba(0, 0, 0, 0.075);
    border-radius: 0px;
}

.dropdown-item-ja-l1 {
    left: 5px;
    top: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    color: #666;
    background: #fff;
}

.dropdown-item-ja-l2 {
    left: 100%;
    color: #666;
    background: #fff;
    top: 15%;
    width: auto;
}


nav .scroll a.nav-link-l1,
nav .scroll a.nav-link-l2 {
    /*border-left: 3px solid #FFF000;*/
    /* font-size: 1px; */
    width: 100%;
    display: block;
    /* font-weight: bold; */
    outline: 0;
    padding: 10px 20px;
    margin: 0;
    color: #460059;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    /* margin-bottom: 5px; */
}

nav .scroll .nav-item-dropdown-l2:hover .nav-link-l1,
nav .scroll .dropdown-item-ja-l2 a.nav-link-l2:hover {
    color: #fff;
    background: #460059;

}

.nav-item-dropdown:hover .dropdown-item-ja-l1 {
    display: none;
}

@media (min-width: 1200px) {
    .nav-item-dropdown:hover .dropdown-item-ja-l1 {
        display: block;
    }
}

.nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
    display: block;
}

.nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
    display: block;
}

.btn-label {
    color: #fff;
    cursor: pointer;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-label i {
    padding: 5px;
}

.dropdown-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #460059;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 99999;
    /* pointer-events: none; */
}

.dropdown-btn i {
    display: block;
    padding: 10px;
}

#search,
#shopCart,
#phoneProduct,
#phoneNew,
#phoneAbout,
#phoneDownload,
#phoneOEM {
    display: none;
}

#product:checked~.phone-product,
#shopCart:checked~.shopcart-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item,
#phoneAbout:checked~.phone-about-item,
#phoneDownload:checked~.phone-download-item,
#phoneOEM:checked~.phone-oem-item {
    opacity: 1;
    visibility: visible;
}

#search:checked~.search-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item,
#phoneAbout:checked~.phone-about-item,
#phoneDownload:checked~.phone-download-item,
#phoneOEM:checked~.phone-oem-item {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 1100;
}

.size-right {
    right: 0px;
    font-size: 18px;
}

.phone-item,
.phone-new-item,
.phone-about-item,
.phone-download-item,
.phone-oem-item {
    background: #fcfcfc;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1500;
    /*overflow-y: scroll;*/
    transition: all 0.2s ease-in-out;
    display: none;
}

.phone-new-item ul,
.phone-about-item ul,
.phone-download-item ul,
.phone-oem-item ul {
    list-style: none;
    padding-left: 0;
    background: #F6F6F6;
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}

.phone-new-item li,
.phone-about-item li,
.phone-download-item li,
.phone-oem-item li {
    background-color: #fff;
    border-bottom: 1px solid #D6D6D6;
}

.phone-new-item ul li a,
.phone-about-item ul li a,
.phone-download-item ul li a,
.phone-oem-item ul li a {
    color: #333;
    font-weight: bolder;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 15px;
}

.phone-item .accordion {
    background-color: #f6f6f6;
}

.phone-item .phone-link-title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    padding-left: 15px;
    padding: 10px 0 10px 15px;
    background: #fff;
}

.phone-item .phone-link-title:hover,
.phone-new-item a:hover,
.phone-new-item ul li a:hover,
.phone-about-item ul li a:hover,
.phone-download-item ul li a:hover,
.phone-oem-item ul li a:hover {
    color: #460059;
}

.phone-item .phone-link-body {
    display: block;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #460059;
    color: #fff;
}

.phone-item .phone-link-body:hover {
    color: #fff;
}

#product:checked~.phone-item {
    display: block;
}

@media (min-width: 1200px) {
    .phone-item {
        display: none !important;
    }
}

.close-title {
    font-weight: bolder;
    display: block;
    color: #aaa;
    z-index: 1501;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #333;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.close-title:hover {
    color: #fff;
    transform: translateX(-10px);
}

.phone-item .accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
}

.phone-item .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    flex-grow: 1;
    padding: 14px 15px !important;
    color: #fff;
}

.phone-item .accordion-button:focus {
    box-shadow: none;
}

.phone-item .phone-link-title {
    width: 100%;
}

.phone-item .phone-link-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-color: #fff;
}

.phone-item .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    background: #fff;
}

.icon-nav {
    width: auto;
    position: relative;
}

/* 
.icon-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 71px 71px 0;
    border-color: transparent #460059 transparent transparent;
}

.icon-nav::before {
    content: '';
    position: absolute;
    right: -30%;
    top: 50%;
    transform: translateY(-50%);
    width: 130%;
    height: 71px;
    background: #460059;

}

@media (min-width: 1200px) {
    .icon-nav::after {
        border-width: 0 94px 94px 0;
        left: -94px;
    }

    .icon-nav::before {
        height: 94px;
        right: -30%;
    }
}

@media (min-width: 1300px) {
    .icon-nav::after {
        left: -142px;
    }

    .icon-nav::before {
        width: 150%;
    }
} */


.nav-bg .icon-nav .dropdown-menu {
    font-size: 17px;
    border-bottom: 1px solid #fff;
    padding: 0;
    outline: 0;
    background: #f0f0f0;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.nav-bg .icon-nav .dropdown-item,
nav .scroll .dropdown-item {
    color: #888;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

.nav-bg .icon-nav .dropdown-item:hover,
.nav-bg .icon-nav .dropdown-item:focus,
.nav-bg .icon-nav .dropdown-item:active,
nav .scroll .dropdown-item:hover,
nav .scroll .dropdown-item:focus,
nav .scroll .dropdown-item:active {
    background: #fff;
    color: #460059;
}

.nav-bg .icon-nav .dropdown-menu[data-bs-popper] {
    /*right: 0;*/
    left: auto;
    top: 40px;
}


/* lan start------------------------------ */
.section-lang {
    background: #000000cc;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.section-lang .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-lang .item .lang-link {
    display: block;
    padding: 10px 50px;
    background: #460059;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Sans TC';

    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 400;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.section-lang .item .lang-link:hover {
    border: 2px solid #fff;
}


/* lan end------------------------------ */



.fade-enter-active,
.fade-leave-active {
    transition: all 0.5s ease-in-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
    padding: 0;
}

/* 詢價車 */
.input-order {
    text-align: center;
    padding: 30px 0;
    color: #262b2f;
    font-weight: bolder;
    background: #e2e3e5;
    border-radius: 25px;
}


.input-text {
    text-align: center;
    color: #343D4C;
    padding: 60px 0 30px 0;
}

.input-img {
    object-fit: contain;
    height: 80px;
    width: 80px;
}

.input-bg {
    background: url('../img/contact.webp') no-repeat center center / cover scroll;
}

/*#contactData .form-label {
    color: #FFF;
}
*/
.mt-menu {
    margin-top: 77px;
}

@media (min-width: 992px) {
    .mt-menu {
        margin-top: 80px;
    }
}


.dntCaptcha {
    display: flex;
    align-items: center;
}

.dntCaptcha img {
    width: 150px;
    height: 36px;
    margin-bottom: 0 !important;
    border-radius: .375rem 0 0 .375rem;
}

.dntCaptcha input {
    border-radius: 0 .375rem .375rem 0;
}

.dntCaptcha a {
    display: none;
}


.section-store .item .text .describe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    text-align: left;
    padding: 0 15px;
    height: 48px;
}

.map iframe {
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.page-item.active .page-link {
    background: #460059 !important;
    border-color: #460059;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ed000852;
}

.section-ig {
    position: relative;
}

.section-ig .img-item {
    max-width: 100% !important;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    position: relative;
}

.section-ig .img-item img {
    object-fit: cover;
    border-radius: 0 0 15px 15px;
    height: 100%;
}

.section-ig .img-item .img-video,
.card-body .img-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #11111195;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.section-ig .img-item:hover .img-video,
.card-body:hover .img-video {
    background: #00000090;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    border-radius: 0;
}

a {
    text-decoration: none;
}


.section-ig {
    background-color: #E9E9E9;
    padding: 60px 0;
}

.section-ig .card {
    transition: all 0.2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.section-ig a:hover .card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.card-head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 10px 0 10px;
}

.ig-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #000;
}

.ig-head-text {
    padding: 5px 15px 5px 5px;
}

.ig-head-text h5 {
    font-size: 14px;
    font-weight: bolder;
    padding-left: 1px;
}

.ig-head-text span {
    display: block;
    color: #aaa;
    font-size: 12px;
    padding: 5px 0;
}

.ig-icon {
    position: absolute;
    right: 15px;
}

.ig-icon {
    position: absolute;
}

.follow-item {
    position: relative;
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.follow-img {
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    width: 60px;
    height: 60px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-text {
    padding: 5px 15px;
}

.follow-text h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bolder;
}

.btn-follow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0033FF;
    color: #fff;
}

.btn.btn-follow:active,
.btn.btn-follow:focus {
    background-color: #FFF000;
    color: #fff;
}

.btn.btn-follow:hover {
    background-color: #FFF000;
    color: #fff;
}

.card-body {
    padding: 25px 15px;
}


.pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}


.disabled>.page-link,
.page-link.disabled {
    background-color: #aaa !important;
    color: #fff !important;
}

.pagination .page-link.active {
    background-color: #666;
    color: #fff !important;
}

.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-image: linear-gradient(to right, #283033 0%, #283033 100%);
    z-index: 9900;
    opacity: 0.9;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}

/* 詢價車 start ------------------------------ */
/* --Start banner--------------- */
.section-banner.inquiry {
    margin-top: 61px;
    padding: 100px 0 30px;
    position: relative;
    background: url(../img/contact/banner.webp) no-repeat bottom center/ cover scroll;
}

.section-banner.inquiry::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #ffffff transparent;
}


.section-banner.inquiry .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.section-banner.inquiry .breadcrumb .breadcrumb-item a {
    color: #323232;
    transition: all 0.2s ease-in-out;
}

.section-banner.inquiry .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.section-banner.inquiry .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.section-banner.inquiry h2 {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    font-family: 'Noto Sans TC';

}

@media (min-width: 992px) {
    .section-banner.inquiry h2 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .section-banner.inquiry {
        padding: 160px 0 30px;
        margin-top: 85px;
    }
}

.section-inquiry .input-order {
    text-align: center;
    padding: 30px 0;
    color: #787878;
    font-weight: bolder;
    background: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #eee;
}

.section-inquiry .input-order.active {
    color: #460059;
    border-bottom: 2px solid #262b2f;
}

.section-inquiry .input-text {
    text-align: center;
    color: #343D4C;
    padding: 60px 0 30px 0;
}

.section-inquiry .input-img {
    object-fit: contain;
    height: 80px;
    width: 80px;
}

.section-inquiry .input-bg {
    background: url('../img/contact.webp') no-repeat center center / cover scroll;
}

.btn-more {
    background: #000;
    color: #fff;
    padding: 30px;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 10px 35px;
    background: linear-gradient(170deg, #38a9e6 50%, #4898d7 50%);
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
    margin: auto;
    justify-content: center;
    border: none;
}

    .btn-more:hover {
        color: #fff;
        opacity: 1;
    }



.section-inquiry table a {
    color: rgb(50, 50, 50);
    transition: all 0.2s ease-in-out;
}

.section-inquiry table a:hover {
    color: #460059;
}

/*#contactData .form-label {
    color: #FFF;
}*/
.section-inquiry .btn-check-product {
    border-radius: 100%;
}

.section-inquiry .contact-item {
    /* border-radius: 0px;
    background: #460059;*/
}

.section-inquiry .contact-item .form-control,
.section-inquiry .contact-item .form-select {
    color: #666;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.section-inquiry .contact-item .form-label {
    color: #575451;
}

.mt-menu {
    margin-top: 77px;
}

@media (min-width: 992px) {
    .mt-menu {
        margin-top: 80px;
    }
}


.dntCaptcha {
    display: flex;
    align-items: center;
}

.dntCaptcha img {
    width: 150px;
    height: 36px;
    margin-bottom: 0 !important;
    border-radius: .375rem 0 0 .375rem;
}

.dntCaptcha input {
    border-radius: 0 .375rem .375rem 0;
}

.dntCaptcha a {
    display: none;
}

/* 詢價車 end ------------------------------ */


.section-breadcrumb {
    background: #e4e5e6;
}

.breadcrumb {
    /* justify-content: center; */
    margin: 10px 0;
    font-family: 'Noto Sans TC';
    font-size: 14px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #666;
    content: '/';
}

.breadcrumb .breadcrumb-item a {
    color: #666;
    transition: all 0.2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #999;
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
    color: #460059;
    font-weight: bolder;
}

.section-error {
    /*background: linear-gradient(to bottom, rgba(256, 256, 256, 0.15), rgba(0, 0, 0, 0.5)), url(../img/contact/banner.webp) no-repeat top center /cover fixed;*/
    padding: 60px 0;
    /*min-height: 100vh;*/
    /*margin-top: 82px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-error .item {
    padding: 60px 15px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border: 1px solid #aaa;
    font-weight: bolder;
}


.ck-content .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.ck-content .media iframe,
.ck-content .media object,
.ck-content .media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.side-icon-nav {
    position: fixed;
    right: 15px;
    bottom: 0rem;
    z-index: 100;
}

.side-icon-nav ul {
    list-style: none;
    padding-left: 0;
}

.side-icon-nav ul li {
    background: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #666;
}

.side-icon-nav ul li a,
.side-icon-nav ul li div {
    color: #460059;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    transition: all 0.2s ease-in-out;
    height: 50px;
}

.side-icon-nav ul li a:hover {
    transform: scale(1.1);
}

.side-icon-nav ul li:hover {
    background: #f2f2f2;
}

.side-icon-nav ul li img {
    width: 17px;
    height: 17px;
}

.side-icon-nav ul li .arrow-up {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-icon-nav ul li .arrow-up {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #460059;
}

.side-icon-nav ul li .arrow-up:hover div,
.side-icon-nav ul li div:hover {
    transform: scale(1.1);
}

/* .side-icon-nav ul {
    transition: all 0.2s ease-in-out;

}

.side-icon-nav ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out;
}

.side-icon-nav ul li.btn-bullhorn {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);

}

.side-icon-nav ul:hover li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

} */
.side-icon-nav ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.side-icon-nav ul li {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 2rem;
    /* 集中在同一點 */
}

.side-icon-nav ul li.btn-bullhorn,
.side-icon-nav ul li.up {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    z-index: 10;
}

.side-icon-nav ul li.btn-bullhorn i {
    transform: rotate(-15deg);
}

/* hover 整個 ul 都展開 */
.side-icon-nav ul:hover li {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: translateY(0);
}

.side-icon-nav ul:hover li.btn-bullhorn i {
    transform: rotate(0deg);
}