/* 標題 ============================================= */

.ms-layer {}

.ms-layer b {
    font-weight: 600;
    line-height: 1!important;
}

.big-title {
    font-weight: 500;
    font-size: 3.25rem;
}


/* 服務項目 ============================================= */

.list-icon-style01 {
    display: flex;
    flex-wrap: wrap;
}

.list-icon-style01 .list-icon {
    width: 33.33%;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.list-icon-style01 .list-icon-num {
    font-size: 1.5rem;
    margin-bottom: 5%;
    font-weight: 800;
}

.list-icon-style01 .list-icon-pic img {
    background-color: rgb(66, 66, 66);
    width: 100px;
    height: 100px;
    border-radius: 999rem;
}

.list-icon-style01 .list-icon-title {
    font-size: 1.5rem;
    margin: 4% 0;
}

.list-icon-style01 .list-icon-title span {
    color: #797979;
}

.list-icon-style01 .list-icon-text {
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .list-icon-style01 .list-icon {
        width: 100%;
        padding: 4% 0;
    }
}


/* 產品牆 ============================================= */

#index .owl-carousel .owl-stage-outer {
    /* overflow-y: visible; */
}

.product-wall {
    height: 370px;
}

.product-wall-list .owl-item:nth-child(odd) .product-wall {
    height: 300px;
}

.product-wall .product-wall-title {
    margin: 3% 0 1% 0;
    font-size: 1.2rem;
}

.product-wall .product-wall-text {
    font-size: 0.8125rem;
    color: #a5a5a5;
}

@media only screen and (max-width: 767px) {
    .product-wall-list {
        max-width: 95%;
        margin: 0 auto;
    }
    .product-wall,
    .product-wall-list .owl-item:nth-child(odd) .product-wall {
        height: 200px;
    }
}


/* 代理LOGO ============================================= */

.list-logo-style01 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-logo-style01 .list-logo {
    /* cursor: pointer; */
    width: 33.33%;
}

.list-logo-style01 .list-logo img {
    max-height: 110px;
}


/* banner 方形點點動畫 ============================================= */

.mod {
    width: 100%;
    height: 100%;
    perspective: 330px;
}

.mod .cube {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -135px;
    width: 270px;
    height: 270px;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 135px 135px;
    animation: spinCube 9000ms linear infinite;
}

.mod .cube .faces {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 270px;
}

.mod .cube .faces .dot {
    position: absolute;
    background: #6b6161;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.mod .cube .faces .p1 {
    top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p2 {
    top: -2.5px;
    left: 50%;
    margin-left: - 2.5px;
}

.mod .cube .faces .p3 {
    top: -2.5px;
    left: 100%;
    margin-left: -2.5px;
}

.mod .cube .faces .p4 {
    top: 50%;
    left: -2.5px;
    margin-top: -2.5px;
}

.mod .cube .faces .p5 {
    top: 50%;
    left: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p6 {
    top: 50%;
    left: 100%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p7 {
    top: 100%;
    left: 0%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p8 {
    top: 100%;
    left: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p9 {
    top: 100%;
    left: 100%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p10 {
    top: 25%;
    left: 25%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p11 {
    top: 25%;
    left: 75%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p12 {
    top: 75%;
    left: 25%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .faces .p13 {
    top: 75%;
    left: 75%;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.mod .cube .f1 {
    -webkit-transform: translateZ(-135px);
    animation-delay: 0.3s;
}

.mod .cube .f2 {
    -webkit-transform: translateZ(-108px);
    animation-delay: 0.6s;
}

.mod .cube .f3 {
    -webkit-transform: translateZ(-81px);
    animation-delay: 0.9s;
}

.mod .cube .f4 {
    -webkit-transform: translateZ(-54px);
    animation-delay: 1.2s;
}

.mod .cube .f5 {
    -webkit-transform: translateZ(-27px);
    animation-delay: 1.5s;
}

.mod .cube .f6 {
    -webkit-transform: translateZ(0px);
    animation-delay: 1.8s;
}

.mod .cube .f7 {
    -webkit-transform: translateZ(27px);
    animation-delay: 2.1s;
}

.mod .cube .f8 {
    -webkit-transform: translateZ(54px);
    animation-delay: 2.4s;
}

.mod .cube .f9 {
    -webkit-transform: translateZ(81px);
    animation-delay: 2.7s;
}

.mod .cube .f10 {
    -webkit-transform: translateZ(108px);
    animation-delay: 3s;
}

.mod .cube .f11 {
    -webkit-transform: translateZ(135px);
    animation-delay: 3.3s;
}

@-webkit-keyframes spinCube {
    0% {
        -webkit-transform: rotateY(0deg) rotateX(-45deg) rotate(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg) rotateX(135deg) rotate(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateX(315deg) rotate(360deg);
    }
}

@-webkit-keyframes spinDots {
    0% {
        -webkit-transform: rotateX(0deg) rotateY(45deg);
    }
    50% {
        -webkit-transform: rotateX(-180deg) rotateY(-135deg);
    }
    100% {
        -webkit-transform: rotateX(-360deg) rotateY(-315deg);
    }
}

@-webkit-keyframes spinFaces {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(180deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}


/* banner 星星背景 ============================================= */

.bg-gold-gradient {
    background: radial-gradient(ellipse at bottom, #3d393c 0%, #2c2a2c 100%)!important;
}

.move-circle {
    -webkit-animation: spin 130s linear infinite;
    animation: spin 130s linear infinite;
}

@media screen and (max-width: 767px) {
    .move-circle {
        width: 50%;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}




/* read more ============================================= */

.more-btn {
    display: block;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 10px 18px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    transition: 0.3s!important;
}
.more-btn:hover {
    border: 1px solid #333333;
    background-color: #333333;
}

.more-btn.black {
    border: 1px solid #333333;
    color: #333333;

}
.more-btn.black:hover {
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .more-btn {
        padding: 8px 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .more-btn {
        padding: 5px 10px;
        margin-top: 5px;
        font-size: 1rem;
    }
    .more-btn.black {
        margin-top: 10px;
    }
}

@media screen and (max-width: 540px) {
    .more-btn {
        margin-top: 12px;
        font-size: 0.9rem;
    }
    .more-btn.black {
        margin-top: 20px;
    }
}