        /*=============================================================iphomeX瀏海===================================================================*/
        
        .post {
            padding: 12px;
            padding-left: env(safe-area-inset-left);
            padding-right: env(safe-area-inset-right);
        }
        
        @supports(padding: max(0px)) {
            .post {
                padding-left: max(12px, env(safe-area-inset-left));
                padding-right: max(12px, env(safe-area-inset-right));
            }
        }
        /** Fonts for Palladium */
        
        @font-face {
            font-family: 'Pallafont Regular';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Regular.woff2?v=16349879346971084291736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Regular.woff?v=183824245284869690031736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Black';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Black.woff2?v=172603364230582072821736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Black.woff?v=110182626459347289101736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Bold';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Bold.woff2?v=45627377458879724581736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Bold.woff?v=43830317968198478501736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Book';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Book.woff2?v=139419028505697025601736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/Pallafont-Book.woff?v=142294546044226534201736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Condensed';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Bold.woff2?v=64219231911826071901736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Bold.woff?v=9002169515102150591736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Condensed Regular';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Regular.woff2?v=10151702220308449631736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Regular.woff?v=158792401598498749051736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Pallafont Condensed Black';
            src: url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Black.woff2?v=112724894358031422131736517694) format('woff2'), url(//palladiumboots.com/cdn/shop/t/225/assets/PallafontCondensed-Black.woff?v=21338001708262612981736517694) format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        /*
        @font-face {
            font-family: GGG;
            src: url('../text/Pallafont-Regular.woff');
        }
*/
        
        body {
            background-color: #fff;
            font-family: 'Pallafont Condensed', arial, sans-serif;
        }
        
        a {
            outline: none;
        }
        
        .bgB {
            background-color: #000;
        }
        
        .bgW {
            background-color: #fff;
        }
        /*==================================================================navbar================================================================*/
        
        .navbar {
            padding: 0;
        }
        
        .navFixed {
            display: none;
            height: 56px;
            z-index: 100;
        }
        
        .navbar-brand {
            margin-right: 0;
            text-align: center;
        }
        
        .backBg {
            background-color: #000;
        }
        
        .collapse {
            width: 100%;
        }
        
        .navbar ul {
            height: 60px;
            width: 100%;
        }
        
        .navbar ul li {
            line-height: 60px;
            width: 20%;
        }
        
        .navbar ul li>a {
            width: 100%;
            margin: 0 auto;
            transition: all .2s linear;
            font-size: 1.5rem;
        }
        
        .navbar-light .navbar-nav a.nav-link {
            padding: 0;
            line-height: 60px;
            overflow: hidden;
        }
        
        .navbar-light .navbar-nav .nav-link {
            color: #fff;
        }
        
        .navbar-light .navbar-nav .show>.nav-link {
            color: #da6829;
        }
        
        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            color: #fff;
        }
        
        .navbar-light .navbar-nav .nav-link.active {
            color: #da6829;
            font-size: 1.5rem;
            padding-top: 60px;
        }
        
        .navbar ul li span {
            display: block;
            margin-top: -60px;
        }
        
        .navbar-light .navbar-nav .nav-link {
            height: 60px;
            overflow: hidden;
        }
        
        .navbar-light .navbar-nav .nav-link:hover {
            padding-top: 60px;
            transition: all .2s linear;
            color: #da6829;
        }
        
        .navbar-light .navbar-nav .nav-link b {
            font-weight: normal;
        }
        
        .navbar-light .navbar-nav .nav-link:hover span {
            overflow: hidden;
        }
        
        .navbar-light .navbar-nav .nav-link:hover b {}
        
        .navbar ul li p {
            margin-bottom: 0;
            line-height: 20px;
        }
        
        .fa.fa-bars {
            color: #fff;
            font-size: 5rem;
            line-height: 5rem;
            margin: .2rem .2rem;
        }
        
        .active {
            color: #da6829;
            font-size: 1.5rem;
            padding-top: 60px;
        }
        
        .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }
        
        .dropdown-menu {
            top: 100%;
            left: 0;
            float: left;
            min-width: 10rem;
            padding: .5rem 0;
            text-align: left;
            background-color: #000;
            border: 1px solid rgba(0, 0, 0, .0);
            border-radius: .25rem;
        }
        
        .dropdown-item:focus,
        .dropdown-item:hover {
            background-color: #333;
        }
        
        .dropdown-divider {
            height: 0;
            margin: .5rem 0;
            /* overflow: hidden; */
            border-top: 1px solid #333;
        }
        
        .dropdown-item {
            padding-bottom: 15px;
        }
        
        .textO {
            color: #da6829;
            font-weight: 900;
        }
        
        .textW {
            color: #fff;
            font-weight: 900;
        }
        
        .textG {
            color: #898989;
            font-size: .5rem;
        }
        
        .fixed {
            position: fixed;
            top: 0;
            width: 100%;
        }
        /*======================================================輪播==============================================================*/
        
        .carousel-item {
            position: relative;
        }
        
        .carousel-item span {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 30;
            bottom: 3rem;
            right: 3rem;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            transform: scale(1);
            transition: all .2s linear;
        }
        
        .carousel-item a:hover span {
            background-color: rgba(224, 89, 39, 1);
            transform: scale(0.9);
            transition: all .2s linear;
        }
        
        .carousel-control-next,
        .carousel-control-prev {
            width: 5%;
        }
        
        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 50px;
            height: 50px;
        }
        
        .carousel-indicators li {
            box-sizing: content-box;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 1rem;
            height: 1rem;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s ease;
            border-radius: 100%;
        }
        
        .aa .carousel {
            background: #EEE;
        }
        
        .aa .carousel-cell {
            width: 100%;
            height: 0;
            padding-bottom: 55.729%;
            background-size: cover;
            margin-right: 0px;
            background: #8C8;
            border-radius: 5px;
            counter-increment: carousel-cell;
        }
        
        .aa .carousel-cell:before {
            display: block;
            text-align: center;
            line-height: 200px;
            font-size: 80px;
            color: white;
        }
        
        .aa .carousel ol {
            position: absolute;
            z-index: 98;
            bottom: 5%;
        }
        
        .aa .flickity-button {
            position: absolute;
            background: hsla(0, 0%, 100%, .0);
            border: none;
            color: #fff;
        }
        
        .aa .flickity-button:hover {
            background: rgba(0, 0, 0, .0);
            cursor: pointer;
        }
        
        .aa .flickity-page-dots .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 8px;
            background: #fff;
            border-radius: 50%;
            opacity: .25;
            cursor: pointer;
        }
        
        .aa .carousel-cell span {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 30;
            bottom: 3rem;
            right: 3rem;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            transform: scale(1);
            transition: all .2s linear;
        }
        
        .aa .carousel-cell a:hover span {
            background-color: rgba(224, 89, 39, 1);
            transform: scale(0.9);
            transition: all .2s linear;
        }
        /*======================================================test==============================================================*/
        
        #asNavFor .carousel-cell {
            width: 100%;
            height: 760px;
            background: #222;
            /* center images in cells with flexbox */
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #asNavFor .carousel.is-fullscreen .carousel-cell {
            height: 100%;
        }
        
        #asNavFor .carousel-cell-image {
            display: block;
            max-height: 100%;
            max-width: 100%;
        }
        
        #asNavFor .carousel-cell span {
            position: absolute;
            background: rgba(0, 0, 0, 0.7);
            font-size: 18px;
            line-height: 20px;
            color: #fff;
            padding: 15px;
            text-align: left;
            width: 100%;
            bottom: 0;
            left: 0;
        }
        
        #asNavFor .carousel-nav .carousel-cell {
            height: 100px;
            width: 150px;
            margin-right: 10px;
        }
        
        #asNavFor .carousel-nav .carousel-cell.is-nav-selected {
            background: #444;
        }
        /*======================================================index123==============================================================*/
        
        .positionR {
            position: relative;
        }
        
        .parallax {
            background: url(../images/index2_02.jpg)center center no-repeat;
            width: 100%;
            height: 1026px;
            background-attachment: fixed;
            background-size: cover;
        }
        
        .parallax .positionA,
        .positionR .positionA {
            position: absolute;
            background-color: rgba(0, 0, 0, .7);
            border-radius: 10px;
            color: #fff;
            width: 50%;
            padding: 3%;
            margin: 0 auto;
        }
        
        .positionR .positionB {
            position: absolute;
            background-color: rgba(0, 0, 0, .7);
            /*border-radius: 10px;*/
            color: #fff;
            width: 30%;
            padding: 3%;
            margin: 0 auto;
        }
        
        .positionA h3 {
            margin: 0 auto;
            border: solid 5px #fff;
            margin: 2%;
            padding: 2%;
        }
        
        .titleBOX {
            width: 100%;
            background-color: #fff;
        }
        
        .titleBOX a {
            color: #000;
            text-decoration: none;
        }
        
        .titleBOX a span {
            border: solid 1px #000;
            margin: 0 auto;
            padding: 2% 15%;
        }
        
        .positionA ul {
            padding-left: 1rem;
            margin-bottom: 0;
            font-size: 1.2rem;
        }
        
        .positionA ul li {
            font-size: 1.2rem;
        }
        
        .positionR .positionA a,
        .positionR .positionB a {
            color: #fff;
            text-decoration: none;
        }
        
        .positionR .positionA a span {
            border: solid 1px #fff;
            margin: 0 auto;
            padding: 2% 15%;
        }
        
        .positionR .positionB a:hover {
            color: #e05927;
        }
        
        .positionR .positionA a:hover span {
            color: #fff;
            background-color: #e05927;
            border: solid 1px #e05927;
        }
        
        .positionABox {
            background-color: rgba(0, 0, 0, .7);
            border-radius: 10px;
            color: #fff;
            width: 70%;
        }
        
        .tableBox {
            background-color: #dcdddd;
            border: solid 10px #898989;
            border-radius: 20px 20px 20px 20px;
            width: 98%;
            margin: 0 auto;
        }
        
        .borderRadius {
            border-radius: 9px 9px 0px 0px;
        }
        
        .tableBox .card-header {
            background: linear-gradient(to bottom, #eb6100 10%, #000000 11%, #000000 89%, #eb6100 90%);
            padding: 2%;
            color: #FFF;
        }
        
        .tableBox .card .btn {
            width: 100%;
            text-align: left;
            color: #fff;
        }
        
        .tableBox .card-body {
            padding: 0rem;
        }
        
        .tableTitTle {
            background: linear-gradient(to bottom, #eb6100 10%, #000000 11%, #000000 89%, #eb6100 90%);
            padding: 2%;
            color: #FFF;
        }
        
        .tableTr {
            color: #000;
            border-bottom: solid 1px #000;
        }
        
        .tableTr2 {
            color: #000;
        }
        
        .tableShopname {
            width: 100%;
            padding: 1% 2%;
        }
        
        .tableAddress {
            width: 33.33%;
            padding: 1% 2%;
        }
        
        .tablePhone {
            width: 33.33%;
            padding: 1% 2%;
        }
        
        .tableShopname2 {
            width: 24%;
            padding: 1% 2%;
        }
        
        .tableAddress2 {
            width: 40%;
            padding: 1% 2%;
        }
        
        .tableDate {
            width: 100%;
            padding: 1% 2%;
        }
        /* .tableIng {
            width: 18%;
            padding: 1% 2%;
        } */
        
        .table td,
        .table th {
            border-top: 1px solid #000;
        }
        
        .indexBG {
            background-color: #cacaca;
            border-radius: 20px;
            /*width: 90%;
             overflow: hidden; */
            position: relative;
        }
        
        .indexShoes {
            position: absolute;
            right: 0;
            top: -10%;
        }
        
        .indexShoes img {
            width: 100%;
        }
        
        .indexBG a {
            display: block;
            color: #000;
            text-decoration: none;
            width: 100%;
            margin: 0 auto;
        }
        
        .indexBG a span {
            border: solid 1px #000;
            margin: 0 auto;
            padding: 1% 4%;
        }
        
        .indexBG a:hover span {
            color: #fff;
            background-color: #e05927;
            border: solid 1px #e05927;
        }
        
        .indexBG .card .card-body .indexShoesT1 {
            font-size: 1.2rem;
        }
        
        .indexBG .card .card-body .indexShoesT2 {
            font-size: 1rem;
        }
        
        .containerTOP {
            padding-top: 20%;
            padding-bottom: 10%;
        }
        
        .cardTOP {
            padding: 10% 5% 0 5%;
        }
        
        .index3BOX {
            background-color: #5a5657;
            padding: 5%;
        }
        
        .index3BOX a {
            display: block;
            color: #fff;
            text-decoration: none;
            width: 100%;
            margin: 0 auto;
        }
        
        .index3BOX a span {
            display: block;
            border: solid 1px #fff;
            margin: 0 auto;
            padding: 1% 4%;
            margin-bottom: 10%;
        }
        
        .index3BOX a:hover span {
            color: #fff;
            background-color: #e05927;
            border: solid 1px #e05927;
        }
        
        .index3BOXBT {
            width: 100%;
        }
        
        a.index3BOXBT {
            display: block;
            color: #000;
            text-decoration: none;
            width: 100%;
            margin: 0 auto;
        }
        
        a.index3BOXBT span {
            display: block;
            border: solid 1px #000;
            margin: 0 auto;
            padding: 1% 4%;
            width: 100%;
            margin-top: 8%;
        }
        
        a:hover.index3BOXBT span {
            color: #fff;
            background-color: #e05927;
            border: solid 1px #e05927;
        }
        /*======================================================鞋輪播==============================================================*/
        
        .shoeBox {
            position: relative;
        }
        
        .shoe-text-top {
            position: absolute;
            top: 0;
            right: 0;
            color: #e05927;
            width: 100%;
            float: right;
        }
        
        .shoe-text-top2 {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            width: 100%;
            float: right;
        }
        
        .shoe-text-top .cc {
            border-top: 0px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0px solid transparent;
            border-right: 30px solid #4e4d4e;
            display: inline-block;
        }
        
        .shoe-text-top p {
            margin-bottom: 0;
            line-height: 30px;
            background-color: #4e4d4e;
            font-weight: 900;
            font-size: 1rem;
            padding: 0 5%;
        }
        
        .shoe-text-top2 p {
            margin-bottom: 0;
            line-height: 30px;
            background: linear-gradient(to bottom, rgba(56, 0, 0, 1) 14%, rgba(195, 13, 35, 1) 100%);
            font-weight: 900;
            font-size: 1rem;
            padding: 0 5%;
        }
        
        .shoe-text-bottom {
            position: absolute;
            color: #e05927;
            bottom: 0;
            width: 100%;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 3%;
        }
        
        .shoe-text-bottom p {
            margin-bottom: 0;
        }
        
        .shoe-text-bottom .text3 {
            transform: rotate(-90deg);
            font-size: .5rem;
            margin-left: -3px;
        }
        /*======================================================BT==============================================================*/
        
        .BT {
            margin: 0 3.3%;
        }
        
        .card {
            border: 0;
            background-color: rgba(0, 0, 0, .0);
        }
        
        .card .cardBT1 {
            width: 100%;
            height: 0;
            padding-bottom: 81.06%;
            background-image: url(../images/index02-BT1.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
        }
        
        .card a:hover .cardBT1 {
            background-position: left bottom;
            transition: all .3s linear;
        }
        
        .card .cardBT2 {
            width: 100%;
            height: 0;
            padding-bottom: 81.06%;
            background-image: url(../images/index02-BT2.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
        }
        
        .card a:hover .cardBT2 {
            background-position: left bottom;
            transition: all .3s linear;
        }
        
        .card .cardBT3 {
            width: 100%;
            height: 0;
            padding-bottom: 142.56%;
            background-image: url(../images/waterproof2-04.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
        }
        
        .card a:hover .cardBT3 {
            background-position: left bottom;
            transition: all .3s linear;
        }
        
        .card .cardBT4 {
            width: 100%;
            height: 0;
            padding-bottom: 142.56%;
            background-image: url(../images/waterproof2-05.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
        }
        
        .card a:hover .cardBT4 {
            background-position: left bottom;
            transition: all .3s linear;
        }
        
        .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        
        .plus {
            width: 100%;
            margin-bottom: 0%;
        }
        
        .rp {
            padding: 2%;
        }
        /*======================================================周年慶店名==============================================================*/
        
        .sale {
            width: 100%;
        }
        
        i.carousel-control-prev-icon,
        i.carousel-control-next-icon {
            width: 1rem;
        }
        
        .store {
            width: 100%;
            background-color: #e05927;
            margin-top: -1px;
        }
        
        .store .storeName {
            line-height: 3rem;
            color: #000;
            font-size: 1rem;
            font-weight: 600;
        }
        
        .store i.carousel-control-prev-icon {
            color: #000;
        }
        
        .store ul {
            width: 100%;
            padding: 0;
            margin: 0 auto;
            list-style: none;
        }
        
        .store ul li {
            float: left;
        }
        
        .store ul li.btL a,
        .store ul li.btR a {
            display: block;
        }
        
        .store ul li.btL,
        .store ul li.btR {
            width: 5%;
        }
        
        .store ul li.btR {
            float: right;
        }
        
        .store ul li.storeName {
            width: 100%;
            /* overflow: scroll; */
            position: relative;
            height: 3rem;
        }
        
        .store ul li.storeName a {
            display: inline-block;
            color: #000;
            text-decoration: none;
            margin: 0 1.5rem;
        }
        
        .store ul li.storeName a:hover {
            color: #fff;
        }
        
        .store ul li.storeName .storeNameBox {
            position: absolute;
            width: 200%;
        }
        
        .carouselStore-cell {
            width: 30%;
            height: 60px;
        }
        
        .carouselStore-cell.is-selected {}
        
        .carouselStore-cell:before {
            display: block;
            text-align: center;
            line-height: 60px;
            font-size: 80px;
            color: white;
        }
        
        .store ul li ol {
            display: none;
        }
        
        .store .flickity-prev-next-button {
            top: 40%;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            transform: translateY(-50%);
        }
        /*====================================================== 鞋 ==============================================================*/
        
        .carouselShoe {
            margin-left: -15px;
            margin-right: -15px;
        }
        
        .carouselShoe .carouselShoe-cell {
            width: 23%;
            margin: 5% 1%;
            height: 310px;
        }
        
        .carouselShoe .carouselShoe-cell2 {
            width: 31.33%;
            margin: 1% 1%;
        }
        
        .carouselShoe .carouselShoe-cell .shoeBox,
        .carouselShoe .carouselShoe-cell2 .shoeBox {
            position: relative;
            overflow: hidden;
        }
        
        .carouselShoe .carouselShoe-cell .shoe a,
        .carouselShoe .carouselShoe-cell2 .shoe a {
            color: #000;
            text-decoration: none;
        }
        
        .carouselShoe .carouselShoe-cell .shoeBox i,
        .carouselShoe .carouselShoe-cell2 .shoeBox i {
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, .4);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s linear;
            font-style: normal;
        }
        
        .carouselShoe .carouselShoe-cell a:hover .shoeBox i,
        .carouselShoe .carouselShoe-cell2 a:hover .shoeBox i {
            top: 0;
            opacity: 1;
        }
        
        .carouselShoe .carouselShoe-cell .tectBox,
        .carouselShoe .carouselShoe-cell2 .tectBox {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 35;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            margin-bottom: 0;
            opacity: 0;
            transition: all .5s linear;
        }
        
        .carouselShoe .carouselShoe-cell a:hover .shoeBox i .tectBox,
        .carouselShoe .carouselShoe-cell2 a:hover .shoeBox i .tectBox {
            opacity: 1;
            transition: all 1s linear;
        }
        
        .carouselShoe .carouselShoe-cell .carousel,
        .carouselShoe .carouselShoe-cell2 .carousel {
            width: 100%;
        }
        
        .carouselShoe .carouselShoe-cell .card-body,
        .carouselShoe .carouselShoe-cell2 .card-body {
            padding-top: .7rem;
        }
        
        .carouselShoe ol {
            display: none;
        }
        
        .carouselShoe .flickity-button {
            position: absolute;
            background: rgba(216, 95, 45, .9);
            border: none;
            color: #fff;
        }
        
        .carouselShoe .flickity-button:hover {
            background: rgba(216, 95, 45, .9);
            cursor: pointer;
        }
        
        .carouselShoe a {
            color: #000;
            text-decoration: none;
        }
        
        .shoe {
            padding: 5% 0 2% 0;
            width: 100%;
        }
        
        .shoeBox {
            position: relative;
            overflow: hidden;
        }
        
        .shoe a {
            color: #000;
            text-decoration: none;
        }
        
        .shoeBox i {
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, .4);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s linear;
            font-style: normal;
        }
        
        .shoe a:hover .shoeBox i {
            top: 0;
            opacity: 1;
        }
        
        .tectBox {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 35;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            margin-bottom: 0;
            opacity: 0;
            transition: all .5s linear;
        }
        
        .shoe a:hover .shoeBox i .tectBox {
            opacity: 1;
            transition: all 1s linear;
        }
        
        .carousel {
            width: 100%;
        }
        
        .card-body {
            padding-top: .7rem;
        }
        
        #carouselExampleIndicators2 .carousel-control-next-icon,
        #carouselExampleIndicators2 .carousel-control-prev-icon,
        #carouselExampleIndicators3 .carousel-control-next-icon,
        #carouselExampleIndicators3 .carousel-control-prev-icon {
            background-color: rgba(0, 0, 0, .2);
            height: 50px;
            width: 15px;
        }
        
        #carouselExampleIndicators2 .carousel-control-next {
            right: -2%;
        }
        
        #carouselExampleIndicators2 .carousel-control-prev {
            left: -2%;
        }
        
        .flickity-viewport {}
        
        .carouselShoe .card-body b span {
            text-decoration: line-through;
        }
        
        .carouselShoe .card-body b i {
            font-style: normal;
            color: #fff;
        }
        /*====================================================== project ==============================================================*/
        
        .project {}
        
        .project .projectBox {
            position: relative;
            overflow: hidden;
        }
        
        .project .projectBt {
            padding-bottom: 20px;
        }
        
        .project .projectBox i {
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, .4);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s linear;
            font-style: normal;
        }
        
        .project a:hover .projectBox i {
            top: 0;
            opacity: 1;
        }
        
        .project .projecttectBox {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(216, 95, 45, .9);
            z-index: 35;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            margin-bottom: 0;
            opacity: 0;
            transition: all .5s linear;
        }
        
        .project a:hover .projectBox i .projecttectBox {
            opacity: 1;
            transition: all 1s linear;
        }
        /*====================================================== thermic ==============================================================*/
        
        .shoeBox {
            position: relative;
            overflow: hidden;
        }
        
        .shoe a {
            color: #000;
            text-decoration: none;
        }
        
        .shoeBox i {
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, .4);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s linear;
            font-style: normal;
        }
        
        .thermicBG02 a:hover {
            color: #000;
            text-decoration: none;
        }
        
        a:hover .shoeBox i {
            top: 0;
            opacity: 1;
        }
        
        .tectBox {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 35;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            margin-bottom: 0;
            opacity: 0;
            transition: all .5s linear;
        }
        
        a:hover .shoeBox i .tectBox {
            opacity: 1;
            transition: all 1s linear;
        }
        
        .carousel {
            width: 100%;
        }
        
        .card-body {
            padding-top: .7rem;
        }
        
        ol {
            display: none;
        }
        
        .flickity-button {
            position: absolute;
            background: rgba(216, 95, 45, .9);
            border: none;
            color: #fff;
        }
        
        .flickity-button:hover {
            background: rgba(216, 95, 45, .9);
            cursor: pointer;
        }
        
        a {
            color: #000;
            text-decoration: none;
        }
        
        .shoe {
            padding: 5% 0 2% 0;
            width: 100%;
        }
        
        .shoeBox {
            position: relative;
            overflow: hidden;
        }
        
        .shoe a {
            color: #000;
            text-decoration: none;
        }
        
        .shoeBox i {
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, .4);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s linear;
            font-style: normal;
        }
        
        .shoe a:hover .shoeBox i {
            top: 0;
            opacity: 1;
        }
        
        .tectBox {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 35;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            margin-bottom: 0;
            opacity: 0;
            transition: all .5s linear;
        }
        
        .shoe a:hover .shoeBox i .tectBox {
            opacity: 1;
            transition: all 1s linear;
        }
        
        .card-body b span {
            text-decoration: line-through;
        }
        
        .card-body b i {
            font-style: normal;
            color: #fff;
        }
        /*====================================================== brandStory ==============================================================*/
        
        .bSBox {
            position: relative;
        }
        
        .bSBox a span {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 30;
            bottom: 3rem;
            right: 3rem;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            transform: scale(1);
            transition: all .2s linear;
        }
        
        .bSBox a:hover span {
            background-color: rgba(224, 89, 39, .7);
            transform: scale(0.9);
            transition: all .2s linear;
        }
        
        .iconBox {
            padding-bottom: 7%;
            padding-top: 5%;
        }
        
        .iconBox .card {
            padding-bottom: 10%;
        }
        
        .iconBox .card a {
            transform: scale(1);
            transition: all .2s linear;
        }
        
        .iconBox .card a:hover {
            transform: scale(0.9);
            transition: all .2s linear;
        }
        
        .card2 {
            position: relative;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
        }
        
        .iconBox .card p,
        .iconBox .card2 p {
            font-weight: 700;
            padding-top: 5%;
            margin: 0 auto;
        }
        /*======================================================footer =======================================================*/
        
        .footer {
            width: 100%;
            background-color: #1b1817;
        }
        
        .footer .footerBox {
            width: 100%;
        }
        
        .footer ul {
            width: 100%;
            padding: 0;
            margin: 0 auto;
            list-style: none;
        }
        /* .footer ul li {
            float: left;
        }
        
        .footer ul li.footerLogo {
            margin: 3%;
        }
        
        .footer ul li.footerFb {
            display: block;
            width: 312px;
            height: auto;
        } */
        
        .footBT {
            width: 50%;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .footBT a {
            display: block;
            width: 10%;
            height: auto;
            margin: 5% 2%;
        }
        
        .footer ul li {
            float: none;
        }
        
        .footer ul li.footerFb {
            display: none;
            width: 150px;
            height: auto;
        }
        
        .footer ul li.footerFb a {
            margin-right: 10%;
        }
        
        .footer ul li.footerLogo img {
            width: 10%;
        }
        
        .footer p {
            margin: 0;
            color: #ccc;
            font-size: .7rem;
            padding-bottom: 2%;
        }
        
        .footerBox .card {
            background-color: rgba(0, 0, 0, .0);
        }
        /*=============================== TOP ================================== */
        
        #LINE a {
            position: fixed;
            left: 20px;
            bottom: 190px;
            z-index: 101;
            display: none;
            text-indent: -9999px;
            background-image: url(../images/LINE.png);
            width: 50px;
            height: 50px;
            cursor: pointer;
            transition: all .2s linear;
        }
        
        #TOP a {
            position: fixed;
            left: 20px;
            bottom: 135px;
            z-index: 99;
            display: none;
            text-indent: -9999px;
            background-image: url(../images/top.png);
            width: 50px;
            height: 50px;
            cursor: pointer;
            transition: all .2s linear;
        }
        
        #TOP2 a {
            position: fixed;
            left: 0px;
            bottom: 40px;
            z-index: 100;
            display: none;
            text-indent: -9999px;
            background-image: url(../images/maps.png);
            width: 90px;
            height: 90px;
            cursor: pointer;
            transition: all .2s linear;
        }
        
        #TOP3 a {
            position: fixed;
            left: 0px;
            bottom: 40px;
            z-index: 100;
            display: none;
            text-indent: -9999px;
            background-image: url(../images/maps_evt.png);
            width: 90px;
            height: 90px;
            cursor: pointer;
            transition: all .2s linear;
        }
        
        #PALLAD a {
            position: fixed;
            left: 0px;
            bottom: 294px;
            z-index: 103;
            display: none;
            text-indent: -9999px;
            background-image: url(../images/icon.gif);
            width: 90px;
            height: 104px;
            cursor: pointer;
            transition: all .2s linear;
        }
        
        #LINE a:hover,
        #TOP a:hover,
        #TOP2 a:hover,
        #TOP3 a:hover,
        #PALLAD a:hover {
            transform: scale(0.9);
            transition: all .2s linear;
        }
        /*======================================================跳窗 =======================================================*/
        
        .modal-content {
            position: relative;
            border-radius: 20px;
            padding: 5%;
        }
        
        .modal-body-T {
            padding-bottom: 5%;
            border-bottom: solid 1px #999;
            margin-bottom: 5%;
        }
        
        .modal-body-T h3 {}
        
        .modal-body-T p {
            margin-bottom: 0;
        }
        
        .nameBox {
            padding-bottom: 20%;
        }
        
        .nameBox2 {
            padding-bottom: 3%;
        }
        
        .sizeBox p {
            float: right;
        }
        
        .modal-body-B {}
        
        .modal-body-B span {
            background-color: #000;
            color: #fff;
            padding: 1.5%;
            margin-right: 3%;
        }
        
        .buyBt a {
            display: block;
            width: 25%;
            background-color: #71c8d5;
            color: #fff;
            border-radius: 10px;
            padding: 1.5% 2%;
            outline: none;
            text-decoration: none;
            font-size: .8rem;
        }
        
        .buyBt a:hover {
            background-color: #e05927;
        }
        
        .blockBg {
            display: block;
            background-color: #000;
            color: #fff;
            padding: 3px 10px;
        }
        
        .form-group {
            width: 100%;
            margin-bottom: 1rem;
        }
        
        .modal-body .card {
            width: 100%;
        }
        /* ======潮流鞋款========================================================================================= */
        
        .fashionBG {
            background-image: url(../images/fashion2BG.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
        
        .fashionBG .card {
            background-color: rgba(0, 0, 0, 1);
            margin: 3%;
        }
        
        .cardMovie {
            position: relative;
            overflow: hidden;
        }
        
        a .cardMovie2 {
            position: absolute;
            top: 100%;
            width: 100%;
            height: auto;
            transition: all .2s linear;
            font-style: normal;
        }
        
        a:hover .cardMovie2 {
            top: 0;
        }
        
        .videoText {
            background-color: rgba(0, 0, 0, .0);
        }
        /* ======橘標防水========================================================================================= */
        
        .waterproofBG {
            background-image: url(../images/waterproofBG.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
        
        .waterproofBG .card {
            background-color: rgba(0, 0, 0, 0);
        }
        
        .wBt {
            width: 100%;
            padding: 5% 3.5% 10% 3.5%;
        }
        /* ======店家========================================================================================= */
        
        .cover h1 {
            font-size: 8rem;
        }
        
        .cover h3 {
            color: #fff;
            line-height: 3rem;
            border-bottom: solid 1px #666;
        }
        
        .cover p {
            color: #fff;
            margin-bottom: .2rem;
        }
        
        .cover .text8 {
            font-size: .8rem;
            color: #999;
        }
        
        .boderbottom {
            border-bottom: solid 1px #666;
        }
        
        .bgB {
            background-color: #000;
        }
        
        .marginT {
            margin-top: 5%;
        }
        
        .modal .card p {
            margin-bottom: 0;
        }
        
        .modal .cardBox {
            margin-left: -12%;
        }
        
        .modal .cardBox .aa {
            transform: rotate(90deg);
        }
        
        .modal .cardBox .bb {
            font-size: 2.4rem;
            margin-left: 4%;
        }
        
        .card-img-L {
            max-width: 100%;
            height: auto;
            background-size: cover;
        }
        /* ======smiley========================================================================================= */
        
        .smileyBG {
            background: linear-gradient(to right, rgba(241, 127, 135, .5) 0%, rgba(241, 127, 135, .5) 17%, rgba(243, 175, 126, .5) 17%, rgba(243, 175, 126, .5) 33%, rgba(255, 240, 129, .5) 33%, rgba(255, 240, 129, .5) 50%, rgba(127, 204, 158, .5) 50%, rgba(127, 204, 158, .5) 66%, rgba(134, 150, 199, .5) 66%, rgba(134, 150, 199, .5) 83%, rgba(190, 151, 198, .5) 83%, rgba(190, 151, 198, .5) 100%);
        }
        
        .thermicBG01 {
            background-color: #fff;
        }
        
        .thermicBG02 {
            background-color: #e05927;
        }
        
        .invoice1 {
            background-color: #fff;
            border-radius: 50px;
            border: solid 3px #000;
        }
        
        label {
            width: 20%;
            background-color: #000;
            color: #fff;
            padding-left: 3px;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5rem;
            border: 1px solid rgba(0, 0, 0, 1);
            margin-bottom: 0;
        }
        
        input.form-control {
            border: 1px solid rgba(0, 0, 0, 1);
            border-radius: 0;
        }
        
        .form-group ul {
            margin-bottom: 0;
        }
        
        .input-group-text {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding: .375rem .75rem;
            margin-bottom: 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            text-align: center;
            white-space: nowrap;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            border-radius: 0;
        }
        
        select {
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, 1);
            border-radius: 0;
        }
        
        .invoice2 {
            width: 100%;
            height: 0;
            padding-bottom: 99.33%;
            background-image: url(../images/smiley04.png);
            background-size: cover;
        }
        
        .invoiceText {
            /* width: 72%; */
            margin: 0 auto;
        }
        
        .invoiceText2 {
            width: 59%;
            margin: 0 auto;
        }
        
        .invoiceButtom a {
            display: block;
            width: 30%;
            height: 0;
            padding-bottom: 8.823%;
            background-image: url(../images/smiley-invoiceBTin.jpg);
            background-size: cover;
            margin: 0 auto;
        }
        
        .invoiceButtom a:hover {
            background-image: url(../images/smiley-invoiceBTout.jpg);
        }
        
        .invoice1 .card,
        .invoice2 .card {
            background-color: rgba(0, 0, 0, .0);
        }
        
        .number {
            background-color: #000;
            color: #fff;
            font-size: 3.5rem;
            line-height: 10rem;
            margin: 10% 0 5% 0;
        }
        
        .invoiceBottom {
            margin-bottom: 7%;
        }
        
        .smileyBG .carouselShoe {
            margin-left: 0;
            margin-right: 0;
        }
        
        .smileyBG .carouselShoe .carouselShoe-cell .card {
            background-color: rgba(0, 0, 0, .0);
        }
        /* ======rcyclsc========================================================================================= */
        
        .rcyclscPoto {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: auto;
        }
        
        .rcyclscBT a>.rcyclscPoto img {
            transform: scale(1);
            transition: all 1s;
        }
        
        .rcyclscBT a:hover>.rcyclscPoto img {
            transform: scale(1.2);
            transition: all 1s;
        }
        /* ======pampaxtech========================================================================================= */
        
        .sell {
            width: 100%;
        }
        
        .sell h3 {
            color: #FFF;
            font-size: 2rem;
            padding: 3% 0;
        }
        
        .sell p {
            color: #FFF;
            margin-bottom: .2rem;
            text-align: justify;
        }
        
        .text8 {
            font-size: 1rem;
        }
        
        .text9 {
            font-size: 1.5rem;
        }
        
        .sell h4.text-orange {
            color: #eb6100;
        }
        /* ======preview========================================================================================= */
        
        .sell h4 {
            color: #FFF;
            font-size: 1.6rem;
            padding: 0;
        }
        
        .sellBox {
            margin: 0 1%;
        }
        
        .sellBox-carousel .carousel-item {
            position: relative;
        }
        
        .sellBox-carousel .carousel-item span {
            position: absolute;
            display: block;
            width: 8rem;
            height: 2.5rem;
            line-height: 2.3rem;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, .7);
            z-index: 30;
            bottom: 3rem;
            right: 3rem;
            font-weight: 700;
            border: solid 2px rgba(255, 255, 255, .7);
            transform: scale(1);
            transition: all .2s linear;
        }
        
        .sellBox-carousel .carousel-item a:hover span {
            background-color: rgba(224, 89, 39, 1);
            transform: scale(0.9);
            transition: all .2s linear;
        }
        
        .sellBox-carousel .carousel-control-next,
        .sellBox-carousel .carousel-control-prev {
            width: 5%;
        }
        
        .sellBox-carousel .carousel-control-next-icon,
        .sellBox-carousel .carousel-control-prev-icon {
            width: 50px;
            height: 50px;
        }
        
        .sellBox-carousel .carousel-indicators li {
            box-sizing: content-box;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 1rem;
            height: 1rem;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s ease;
            border-radius: 100%;
        }
        
        .sellBox-carousel .carousel {
            background: #000;
        }
        
        .sellBox-carousel .carousel-cell {
            width: 100%;
            height: 0;
            padding-bottom: 66.63%;
            background-size: cover;
            margin-right: 0px;
            background: rgba(0, 0, 0, .0);
            border-radius: 0;
            counter-increment: carousel-cell;
        }
        
        .sellBox-carousel .carousel-cell2 {
            width: 100%;
            height: 0;
            padding-bottom: 66.63%;
            background-size: cover;
            margin-right: 0px;
            background: rgba(0, 0, 0, .0);
            border-radius: 0;
            counter-increment: carousel-cell;
        }
        
        .sellBox-carousel .carousel-cell3 {
            width: 100%;
            height: 0;
            padding-bottom: 60%;
            background-size: cover;
            margin-right: 0px;
            background: rgba(0, 0, 0, .0);
            border-radius: 0;
            counter-increment: carousel-cell;
        }
        
        .sellBox-carousel .carousel-cell:before {
            display: block;
            text-align: center;
            line-height: 200px;
            font-size: 80px;
            color: white;
        }
        
        .sellBox-carousel .carousel ol {
            position: absolute;
            z-index: 98;
            bottom: 5%;
            display: none;
        }
        
        .sellBox-carousel .flickity-button {
            position: absolute;
            background: hsla(0, 1%, 100%, .0);
            border: none;
            color: #fff;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
        }
        
        .sellBox-carousel .flickity-button:hover {
            background: rgba(0, 0, 0, .0);
            cursor: pointer;
        }
        
        .sellBox-carousel .flickity-page-dots .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 8px;
            background: #fff;
            border-radius: 50%;
            opacity: .25;
            cursor: pointer;
        }
        /* ======ace========================================================================================= */
        
        .aceBG {
            background-image: url(../images/ace/aceBG.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
        
        .ace {
            width: 100%;
        }
        
        .ace h3 {
            color: #000;
            font-size: 2rem;
            padding: 3% 0;
        }
        
        .ace h6 {
            color: #000;
            margin-bottom: .2rem;
            text-align: justify;
            font-size: 1.5rem;
            padding: 0 0;
        }
        
        .ace .card .cardBT1 {
            width: 100%;
            height: 0;
            padding-bottom: 65.14%;
            background-image: url(../images/ace/ace02.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        .ace .card .cardBT2 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/ace/ace03.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        .ace .card .cardBT3 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/ace/ace04.jpg);
            background-size: cover;
            background-position: right top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        .ace .card .cardBT5 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/ace/ace07.jpg);
            background-size: cover;
            background-position: right top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        .ace .card .cardBT6 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/ace/ace06.jpg);
            background-size: cover;
            background-position: right top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        @keyframes acego {
            0% {
                background-position: left top;
            }
            40% {
                background-position: left top;
            }
            50% {
                background-position: right top;
            }
            90% {
                background-position: right top;
            }
            100% {
                background-position: left top;
            }
        }
        
        .ace .aa .carousel-cell {
            width: 100%;
            height: 0;
            padding-bottom: 125%;
            background-size: cover;
            margin-right: 0px;
            background: #8C8;
            border-radius: 5px;
            counter-increment: carousel-cell;
        }
        /* .ace .aa .flickity-button {
            display: none;
        } */
        /* ======travel-lite========================================================================================= */
        
        .travel-lite {
            width: 100%;
            height: auto;
        }
        
        .travel-lite .card .cardBT1 {
            width: 100%;
            height: 0;
            padding-bottom: 150%;
            background-image: url(../images/travel-lite/travel-lite02.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .travel-lite .card .cardBT2 {
            width: 100%;
            height: 0;
            padding-bottom: 150%;
            background-image: url(../images/travel-lite/travel-lite03.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .travel-lite .card .cardBT3 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/travel-lite/travel-lite04.jpg);
            background-size: cover;
            background-position: left top;
            /* transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3); */
        }
        
        .travel-lite .card .cardBT4 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/travel-lite/travel-lite05.jpg);
            background-size: cover;
            background-position: left top;
            /* transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3); */
        }
        
        element.style {
            margin: 0 auto;
        }
        /* ======RCYCL-LT+Z========================================================================================= */
        
        .RCYCL-LT {
            width: 100%;
            height: auto;
        }
        
        .RCYCL-LT .card .cardBT1 {
            width: 100%;
            height: 0;
            padding-bottom: 133%;
            background-image: url(../images/rcyclltz/rcyclltz02.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .RCYCL-LT .card .cardBT2 {
            width: 100%;
            height: 0;
            padding-bottom: 133%;
            background-image: url(../images/rcyclltz/rcyclltz03.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .RCYCL-LT .card .cardBT3 {
            width: 100%;
            height: 0;
            padding-bottom: 133%;
            background-image: url(../images/rcyclltz/rcyclltz04.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        
        .RCYCL-LT .card .cardBT4 {
            width: 100%;
            height: 0;
            padding-bottom: 133%;
            background-image: url(../images/rcyclltz/rcyclltz05.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .3);
        }
        /* ======21pallashock========================================================================================= */
        
        .bg-beige {
            background-color: #f2ece4;
        }
        
        .pallashock21 {}
        
        .pallashock21 .card .cardBT1 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/21pallashock/21pallashock04.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .pallashock21 .card .cardBT2 {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-image: url(../images/21pallashock/21pallashock05.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .pallashock21 .card .cardBT3 {
            width: 100%;
            height: 0;
            padding-bottom: 66.6666%;
            background-image: url(../images/21pallashock/21pallashock03.jpg);
            background-size: cover;
            background-position: left top;
            transition: all .3s linear;
            animation: acego 10s infinite;
        }
        
        .pallashock21 .card {
            border: 0;
            background-color: rgba(0, 0, 0, .0);
            border-radius: .25rem;
        }
        
        .pngshadow {
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .3));
        }
        /* ======receaft========================================================================================= */
        
        .receaft {
            width: 100%;
        }
        
        .receaftBox {
            width: 100%;
        }
        /* ======text========================================================================================= */
        
        .text-orange {
            color: #eb6100;
        }
        
        .text-gray {
            color: #666;
        }
        
        .text-milktea {
            color: #D0B0A0;
        }
        
        .text-latte {
            color: #A4948B;
        }
        
        .text-red {
            color: #f00;
        }
        
        .text-strawberry {
            color: #E19CAE;
        }
        
        .text-white {
            color: #ccc;
        }
        
        .text-black {
            color: #000;
        }
        
        .text-H3gray {
            color: #595757;
        }
        /* ======手機版型區========================================================================================= */
        
        @media screen and (max-width: 767px) and (min-width: 320px) {
            .positionA ul li {
                font-size: 1.0rem;
            }
            .navbar {
                position: fixed;
                z-index: 1030;
                width: 100%;
            }
            .navbar-brand {
                margin-left: 5%;
                text-align: left;
            }
            .navbar-brand img {
                width: 40%;
            }
            .navbar ul li .dropdown-menu a p {
                text-align: center;
            }
            .navbar-toggler {
                margin-right: 2%;
            }
            .fa.fa-bars {
                font-size: 2rem;
                line-height: 2rem;
            }
            .navbar ul {
                height: auto;
            }
            .navbar ul li {
                width: 100%;
                border-bottom: solid 1px #333;
            }
            .navbar ul li.bt1 a,
            .navbar ul li.bt2 a,
            .navbar ul li.bt3 a,
            .navbar ul li.bt4 a,
            .navbar ul li.bt5 a {
                width: 30%;
                padding-bottom: 20%;
            }
            .navFixed {
                display: none;
            }
            /* ======輪播================================ */
            .ctop {
                padding-bottom: 64px;
            }
            .aa .carousel-cell span {
                width: 5rem;
                height: 1.6rem;
                line-height: 1.4rem;
                bottom: 1rem;
                right: 1rem;
                font-size: .5rem;
            }
            /* ======鞋輪播================================ */
            .shoe-text-top .cc {
                border-top: 0px solid transparent;
                border-bottom: 30px solid transparent;
                border-left: 0px solid transparent;
                border-right: 30px solid #4e4d4e;
            }
            .shoe-text-top p {
                line-height: 30px;
                font-size: .7rem;
                padding: 0 3%;
            }
            .shoe-text-bottom {
                font-size: 1rem;
            }
            .shoe-text-top2 p {
                line-height: 20px;
                font-size: .7rem;
                padding: 0 3%;
            }
            /*==============BT===============*/
            .card .cardBT1 {
                padding-bottom: 81%;
                background-position: left top;
                animation: go 10s infinite;
            }
            .card .cardBT2 {
                padding-bottom: 81%;
                background-position: left top;
                animation: go 10s infinite;
            }
            .card .cardBT3 {
                padding-bottom: 142.56%;
                background-position: left top;
                animation: go 10s infinite;
            }
            .card .cardBT4 {
                padding-bottom: 142.56%;
                background-position: left top;
                animation: go 10s infinite;
            }
            @keyframes go {
                0% {
                    background-position: left top;
                }
                40% {
                    background-position: left top;
                }
                50% {
                    background-position: left bottom;
                }
                90% {
                    background-position: left bottom;
                }
                100% {
                    background-position: left top;
                }
            }
            /*=========================周年慶店名===============================*/
            .store ul li.storeName a {
                font-size: .8rem;
                margin: 0 .2rem;
            }
            .store .flickity-prev-next-button {
                top: 40%;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                transform: translateY(-50%);
            }
            /*===================== 鞋 ================================*/
            .carouselShoe .carouselShoe-cell {
                width: 48%;
                margin: 5% 1%;
                height: auto;
            }
            .carouselShoe .carouselShoe-cell2 {
                width: 48%;
                margin: 1% 1%;
            }
            .carouselShoe .flickity-prev-next-button {
                top: 50%;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                transform: translateY(-50%);
            }
            .card-body b {
                font-size: .8rem;
            }
            /* #carouselExampleIndicators3 .carousel-control-next {
                    right: 0%;
                }
                #carouselExampleIndicators3 .carousel-control-prev {
                    left: 0%;
                } */
            /*============================ brandStory =================*/
            .bSBox a span {
                width: 5rem;
                height: 1.6rem;
                line-height: 1.4rem;
                bottom: 1rem;
                right: 2rem;
                font-size: .5rem;
            }
            .iconBox .card p,
            .iconBox .card2 p {
                font-size: .8rem;
            }
            /*====================footer =======================*/
            .footer ul li {
                float: none;
            }
            .footer ul li.footerFb {
                display: none;
                width: 150px;
                height: auto;
            }
            .footer ul li.footerFb a {
                margin-right: 10%;
            }
            .footer ul li.footerLogo img {
                width: 30%;
            }
            .footBT {
                width: 100%;
            }
            .footer p {
                margin: 0;
                color: #ccc;
                font-size: .5rem;
                padding-bottom: 2%;
            }
            /*======================================================跳窗 =======================================================*/
            .modal-content {
                position: relative;
                border-radius: 10px;
                padding: 5%;
            }
            .modal-body-T {
                padding-bottom: 5%;
                border-bottom: solid 1px #999;
                margin-bottom: 5%;
            }
            .modal-body-T h3 {
                font-size: 1rem;
                margin-bottom: 0;
            }
            .modal-body-T p {
                margin-bottom: 0;
                font-size: .7rem;
            }
            .nameBox {
                padding-bottom: 20%;
            }
            .modal-body-B p {
                margin-bottom: 3%;
                font-size: .7rem;
            }
            .buyBt a {
                display: block;
                width: 30%;
                background-color: #71c8d5;
                color: #fff;
                border-radius: 5px;
                padding: 1.5% 2%;
                outline: none;
                text-decoration: none;
                font-size: .7rem;
            }
            .form-control {
                font-size: .7rem;
            }
            .modal-body h3 {
                font-size: 1rem;
            }
            .modal-body p {
                font-size: .7rem;
                margin-bottom: 0;
            }
            /* ======店家========================================================================================= */
            .modal .cardBox {
                margin-left: -12%;
            }
            .modal .cardBox .aa {
                font-size: .7rem;
            }
            .modal .cardBox .bb {
                font-size: 1.6rem;
                margin-left: 4%;
            }
            /* ======smiley========================================================================================= */
            label {
                width: 100%;
                background-color: #000;
                color: #fff;
                padding-left: 3px;
                padding: .375rem .3rem;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1rem;
                border: 1px solid rgba(0, 0, 0, 1);
                white-space: nowrap;
            }
            .form-group label {
                font-size: .7rem;
                margin-bottom: 0;
            }
            .form-group {
                margin-bottom: .3rem;
            }
            .number {
                background-color: #000;
                color: #fff;
                font-size: 1rem;
                line-height: 3rem;
                margin: 10% 0 5% 0;
            }
            select {
                font-size: .7rem;
            }
            .input-group-text {
                font-size: .7rem;
            }
            /* ======rcyclsc========================================================================================= */
            .rcyclscBT .rcyclscPoto img {
                transform: scale(1);
                transition: all 1s;
                animation: big 10s infinite;
            }
            @keyframes big {
                0% {
                    transform: scale(1);
                }
                40% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.2);
                }
                90% {
                    transform: scale(1.2);
                }
                100% {
                    transform: scale(1);
                }
            }
            /* ======pampaxtech========================================================================================= */
            .sell h3 {
                font-size: 1.3rem;
            }
            .h3b h2 {
                font-size: 1.7rem;
            }
            .text8 {
                font-size: .8rem;
            }
            /* ======preview========================================================================================= */
            .sell h4 {
                font-size: .9rem;
            }
            .sellBox {
                margin: 0 3%;
            }
            /* ======ace========================================================================================= */
            .aceBG {
                background-image: url(../images/ace/PALLA\aceBG.jpg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: center center;
            }
            .ace .aa .carousel-cell span {
                width: 5rem;
                height: 1.6rem;
                line-height: 1.4rem;
                bottom: 1rem;
                right: 1rem;
                font-size: .5rem;
            }
            /* .Embed {
                width: 100%;
            }
            .instagram-media {
                width: 100%;
            }
            .instagram-media-rendered {
                width: 100%;
            }
            #instagram-embed-0 {
                width: 100%;
            }
            .container .row iframe .element {
                max-width: 100%;
            } */
            .IG {
                width: 94%;
            }
            /* ======receaft========================================================================================= */
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.3rem;
                text-align: center!important;
            }
            h4 {
                font-size: 1.1rem;
            }
            .Rh3 {
                font-size: 1rem;
            }
            /* ======index123========================================================================================= */
            #asNavFor .carousel-cell {
                height: 400px;
            }
            /* ======index123========================================================================================= */
            .parallax .positionA,
            .positionR .positionA {
                width: 60%;
                padding: 3%;
            }
            .parallax {
                height: 400px;
                background-size: cover;
            }
            .indexShoes {
                width: 60%;
            }
            .indexBG .card .card-body .indexShoesT1 {
                font-size: 1rem;
            }
            .indexBG .card .card-body .indexShoesT2 {
                font-size: .8rem;
            }
            a.index3BOXBT span {
                margin-top: 1%;
            }
            .positionR .positionA a span {
                padding: 2% 10%;
            }
            .positionR .positionB {
                width: 50%;
            }
            .positionA h1,
            .positionB h1 {
                font-size: 2rem;
            }
            .positionB h2 {
                padding-bottom: 0;
            }
            .tableShopname,
            .tableShopname2 {
                width: 40%;
            }
            .tableCampname,
            .tableCampname2 {
                width: 80%;
            }
            .tableDate {
                width: 100%;
            }
            .tableAddress,
            .tableAddress2 {
                width: 60%;
            }
            /*.indexShoes img {
                width: 80%;
                margin-left: 20%;
            }*/
        }
        
        @media screen and (max-width: 1199px) and (min-width: 768px) {
            .navbar-brand {
                margin-right: 0;
                text-align: center;
            }
            .navbar-brand img {
                width: 50%;
            }
            .fa.fa-bars {
                font-size: 2rem;
                line-height: 2rem;
            }
            .navbar ul {
                height: auto;
            }
            .navbar ul li {
                width: 100%;
                border-bottom: solid 1px #333;
            }
            .navbar ul li .dropdown-menu a p {
                text-align: center;
            }
            .carouselShoe .carouselShoe-cell {
                height: auto;
            }
            .number {
                background-color: #000;
                color: #fff;
                font-size: 2rem;
                line-height: 5rem;
                margin: 10% 0 5% 0;
            }
            .footer ul li.footerFb {
                display: none;
            }
            /* ======鞋輪播========================================================================================= */
            .shoe-text-top .cc {
                border-top: 0px solid transparent;
                border-bottom: 30px solid transparent;
                border-left: 0px solid transparent;
                border-right: 30px solid #4e4d4e;
            }
            .shoe-text-top p,
            .shoe-text-top2 p {
                line-height: 30px;
                font-size: .7rem;
                padding: 0 3%;
            }
            .shoe-text-bottom {
                font-size: 1rem;
            }
            a.index3BOXBT span {
                margin-top: 10%;
            }
            .indexShoes {
                width: 60%;
            }
            .positionR .positionA a span {
                padding: 3% 25%;
            }
            .parallax .positionA,
            .positionR .positionA {
                width: 70%;
                padding: 3%;
            }
        }