@import url("//fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("//fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
@import url("//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

:root{
    --colorMain:#CCB9AA;
    --colorSecondary:#D2CABF;
    --colorFooter:#ebebe9;
    --colorBase: #E1E1Df;
    --colorBlack: #161d15;
}

body,
a {
    color: #000 !important;
    font-size: 16px;
    font-family: 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
    -webkit-text-stroke: 0.1px;
    letter-spacing: 1px;
    line-height: 1.8
}

html,
body,
form,
input,
.sprite {
    margin: 0px;
    padding: 0px
}

.normal-content,
.stylelink a::before,
.stylelink a::after,
.index-hot-wrap .wrapper::before,
.index-hot-wrap .wrapper::after,
.index-hot-wrap .card-wrap::before,
.index-about-wrap::after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.rowBox,
.product-item-list,
.contact-wrap .contact-rowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card .card-img-top,
.fixedRight-wrap .fixedIcon,
.btn-wrap,
.price.price-num,
.price-box,
.proText_wrap,
.proItem-wrap,
.proTitle_wrap,
.pro_description,
.member-form-list .member-txt,
.shopping-process-wrap,
.shopping-process-wrap a,
.product-spec-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.member-form-list .member-txt,
.member-form-list.member-form-user {
    border: #dcdcdc 1px solid;
    margin-top: 1rem
}

.noJS>div,
.noJS>ul {
    display: none
}

.noJS>noscript {
    display: block;
    width: 100%;
    line-height: 10em
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow: -moz-scrollbars-vertical
}

body {
    background: #fff;
    visibility: visible
}

body.fixed {
    overflow: hidden
}

div {
    position: relative
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.sh_sans {
    font-family: "source-han-sans-traditional", "微軟正黑體", sans-serif
}

.sh_serif {
    font-family: "source-han-serif-tc", serif
}

form {
    font-size: 16px
}

label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    cursor: pointer
}

input {
    -webkit-autofill: unset;
    font-size: 16px;
    background-color: #eeeeee
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fcfcfc inset
}

input:focus {
    outline: 0
}

input[type='text'],
input[type='password'] {
    vertical-align: top;
    border: 1px solid rgba(216, 216, 216, 0.8)
}

input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
    vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button,
input [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input.hid {
    display: none
}

a:focus,
input:focus,
select:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none
}

select {
    border: 0px;
    outline: none
}

textarea {
    padding: 5px;
    border: 1px solid rgba(216, 216, 216, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    font-size: 16px;
    background-color: #eeeeee
}

a {
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: currentColor
}

img {
    max-width: 100%
}

.sprite {
    fill: var(--colorMain);
    vertical-align: top;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.font-button .far,
.font-button .fas {
    color: #666;
    -webkit-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96)
}

.font-button:hover .far,
.font-button:hover .fas {
    color: var(--colorMain)
}

.zero-size {
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px
}

.required {
    color: var(--colorMain);
    margin: 0 0 0 8px
}

.red {
    color: #ff0016
}

.space {
    display: inline-block;
    width: 7px
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hide {
    display: none !important
}

@media (max-width: 990px) {
    .hide {
        display: block !important
    }
}

@-webkit-keyframes menushow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes menushow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes visitsLoad {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }

    80% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    95% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes visitsLoad {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }

    80% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    95% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes visitsShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 45px, 0);
        transform: translate3d(0, 45px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes visitsShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 45px, 0);
        transform: translate3d(0, 45px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes moveCircle {

    0%,
    100% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes moveCircle {

    0%,
    100% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

.Btn {
    background: #f5f5f5;
    padding: 3px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96)
}

.Btn:hover {
    background: #fff
}

.Btn:active {
    background: #ccc;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.35)
}

.Btn.btnCancel {
    background-color: #b3b3b3
}

.Btn.btnSend {
    background-color: var(--colorMain)
}

.Btn.btnCancel,
.Btn.btnSend {
    color: white
}

.Btn.btnCancel:hover,
.Btn.btnSend:hover {
    background-color: #000
}

.titleBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background: #ccc;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 2px solid #333;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    transition: 0.2s cubic-bezier(0.37, 0.99, 0.92, 0.96);
    overflow: hidden
}

.titleBtn .text {
    width: 0;
    white-space: nowrap
}

.titleBtn:hover {
    width: 150px
}

.table {
    border-top: 1px solid #c8dae8;
    border-right: 1px solid #c8dae8;
    border-left: 1px solid #c8dae8
}

.input {
    width: 100%
}

.textarea {
    width: 100%;
    height: 100px
}

.searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.rowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style-flex.style-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.style-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.style-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.style-ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.style-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.style-ju-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.style-ju-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.style-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail_label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 6px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
    vertical-align: middle;
    font: 13px/25px Arial;
    border: 1px solid #fff
}

.detail_label.fc-LightSalmon {
    border-color: #e9a3a8;
    color: #e9a3a8;
    line-height: 20px
}

.navbar .navbar-top .navbar-search {
    border: #dadada 1px solid;
    border-radius: 20px
}

.dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0
}

.navbar {
    padding: 1.25rem 1rem .5rem
}

@media (min-width: 1200px) {
    .navbar {
        padding:0.25em 4rem;
    }
}

@media (max-width: 990px) {
    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
        padding: 0.5rem 0 1rem;
        background-color: white
    }

    .navbar ~ .breadcrum-wrap {
        margin-top: 100px
    }
}

.navbar{
    background: #fff;
}

.navbar a {
    position: relative
}

.navbar .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    padding: 15px 0;
    box-shadow: 0 2px 2px #aaa;
}

@media (min-width: 1300px) {
    .navbar .wrapper {
        max-width: 85em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 990px) {
    .navbar .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar .wrapper .navbar-toggler {
        display: block !important;
        margin-right: 1rem
    }

    .navbar .wrapper .navbar-mobileCart {
        margin-left: auto;
        margin-right: .5em;
        margin-top: .2em
    }

    .navbar .wrapper .navbar-overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        display: none !important;
        opacity: 0
    }

    .navbar .wrapper .navbar-overlay .navbar-overlay-btn {
        position: absolute;
        left: 70vw;
        width: 50px;
        height: 56px;
        text-align: center;
        z-index: 5;
        padding: 0;
        font-size: 1.25rem;
        color: white;
        background: black;
        border-radius: 0
    }

    .navbar .wrapper .navbar-collapse {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 70vw;
        height: 100%;
        background: #fefefe;
        left: -100%;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 5;
        overflow: auto;
        overflow-x: hidden
    }

    .navbar .wrapper .navbar-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar .wrapper .navbar-collapse.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 0;
        top: 0
    }

    .navbar .wrapper .navbar-collapse.show+.navbar-overlay {
        display: block !important;
        opacity: 1
    }

    .navbar .wrapper .navbar-collapse.show .mobile-navbar-brand,
    .navbar .wrapper .navbar-collapse.show .navbar-nav,
    .navbar .wrapper .navbar-collapse.show .navbar-top {
        width: 100%
    }

    .navbar .wrapper .navbar-collapse.show .mobile-navbar-brand {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .navbar .wrapper .navbar-collapse.show .navbar-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .navbar .wrapper .navbar-collapse.show .navbar-top,
    .navbar .wrapper .navbar-collapse.show .navbar-socialIcon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 992px) {
    .navbar{
        transition: .8s;
        box-shadow: 0 2px 2px #ebebe9;
        z-index: 2;
    }

    .navbar.navbar-index {
        position: absolute;
        top: 0;
        z-index: 1000;
        width: 100%
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .navbar {
        padding-left: 1rem;
        padding-right: 2rem
    }
}

@media (max-width: 990px) {
    .navbar .navbar-brand {
        margin-left: 1rem
    }
}

@media (max-width: 640px) {
    .navbar .navbar-brand {
        max-width: 40vw;
        margin: 0 1rem
    }
}

.navbar .mobile-navbar-brand {
    background-color: #fff;
    padding: 5px 0
}

.navbar ul.navbar-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar ul.navbar-nav li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em
}

.navbar ul.navbar-nav li>.nav-link {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 2;
    padding: 0
}

.navbar ul.navbar-nav li:last-child {
    padding-right: 0
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item {
    position: relative;
    border-bottom: 1px dotted #b3acac;
    font-size: 15px;
    border-radius: 0;
    line-height: 1.5;
    padding: .75rem .5rem .75rem .75rem;
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item span {
    position: absolute;
    left: 1rem;
    top: 10px
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item p {
    padding-left: 20px
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:last-child .dropdown-item {
    border-bottom: none
}

/* 第二層 20230504 */
.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 6px;
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second li{
    padding-left: 0;
    padding-right: 0;
}

.navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second li a{
    white-space: normal;
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav li>a::after {
        content: '';
        display: block;
        height: 2px;
        background-color: var(--colorMain);
        position: absolute;
        bottom: -2px;
        left: 50%;
        right: 50%;
        -webkit-transition: .15s;
        transition: .15s
    }

    .navbar ul.navbar-nav li:hover>a::after,
    .navbar ul.navbar-nav li.active>a::after {
        left: 0;
        right: 0
    }

    .navbar ul.navbar-nav li .dropdown-menu {
        display: none;
        left: -1vw
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list a:hover {
        background-color: var(--colorFooter);
        color: white
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list>a.dropdown-item {
        position: relative
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list>a.dropdown-item~.dropdown-sub-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 10rem;
        -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25)
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-menu-btn {
        display: none
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: var(--colorFooter) 7px solid;
        border-right: transparent 7px solid;
        border-top: transparent 7px solid;
        border-bottom: transparent 7px solid;
        position: absolute;
        right: -13px;
        top: 50%;
        margin-top: -6px
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover>a.dropdown-item {
        background-color: var(--colorFooter);
        /* color: white !important */
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover>a.dropdown-item~.dropdown-sub-menu {
        display: block
    }

    .navbar ul.navbar-nav li:hover .dropdown-menu {
        display: block
    }

    /* 20230504 */
    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second{
        min-width: auto;
        max-width: 8.75rem;
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover .dropdown-item ~ .dropdown-menu-list-second{
        display: block;
    }

    /* .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list:hover .dropdown-item ~ .dropdown-menu-list-second .dropdown-item:hover{
        color: #fff !important;
    } */
}

@media (max-width: 990px) {
    .navbar ul.navbar-nav li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .5rem 1rem;
        border-bottom: #eee 1px solid
    }

    .navbar ul.navbar-nav li,
    .navbar ul.navbar-nav li>a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar ul.navbar-nav li .nav-menuBtn {
        display: block !important;
        width: auto;
        height: auto;
        position: absolute;
        right: 0.5rem;
        top: 0.25rem;
        -webkit-transition: .3s;
        transition: .3s;
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 24px;
        font-size: 1.5rem;
        text-align: center
    }

    .navbar ul.navbar-nav li .dropdown-menu {
        position: static;
        min-width: 100%;
        border: none;
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5rem;
        line-height: 1.5;
        border-radius: 0 !important;
        font-size: 18px;
        font-size: 1.125rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item:hover {
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item .fa {
        font-size: 12px;
        color: #555;
        margin-right: 5px
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item+.dropdown-menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: -18px;
        -webkit-transform-origin: 2px 19px;
        transform-origin: 2px 19px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-size: 55%;
        background-image: url("../images/swiper-arrow-bottom-gray.png");
        z-index: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s;
        transition: .25s
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item+.dropdown-menu-btn.active {
        -webkit-transform-origin: 20px 21px;
        transform-origin: 20px 21px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item:hover,
    .navbar ul.navbar-nav li .dropdown-menu .dropdown-item.active {
        background: transparent
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu {
        display: none;
        padding-left: 1.25rem;
        margin-bottom: .5rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu .dropdown-item {
        font-size: 16px;
        font-size: 1rem
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu .fa {
        color: gray
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu.active {
        display: block
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-sub-menu>.dropdown-sub-menu a {
        padding: 0;
        color: #005792
    }

    .navbar ul.navbar-nav li.show {
        background-color: #f1f2f2
    }

    .navbar ul.navbar-nav li.show>a {
        color: var(--colorMain)
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn {
        top: .5rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn::after {
        margin-left: 0;
    }

    /* 第一 & 二層手機處理 20230504 */
    .navbar ul.navbar-nav li .dropdown-menu.dropdown-menu-list-first.active{
        display: block;
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item {
        padding-right: 0em !important;
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second{
        position: static;
        background: #fff;
        margin-left: 0;
        padding-left: 1.25em;
        padding-right: 0.75em;
        /* padding-bottom: 1em; */
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second li{
        padding-top: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second li .dropdown-item{
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .navbar ul.navbar-nav li .dropdown-menu.dropdown-menu-first.active,
    .navbar ul.navbar-nav li .dropdown-menu .dropdown-menu-list .dropdown-item ~ .dropdown-menu-list-second.active{
        display: block;
    }

    .nav-menuBtn-first
    /*.nav-menuBtn-second*/ {
        transform: rotate(0deg) !important;
        transform-origin: 85%;
        z-index: 4;
    }

    .nav-menuBtn-first.active
    /*.nav-menuBtn-second.active*/{
        transform: rotate(180deg) !important;
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn.nav-menuBtn-second{
        width: 100%;
        left:0;
        z-index: 4;
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn.nav-menuBtn-second,
    .navbar ul.navbar-nav li.show .nav-menuBtn.nav-menuBtn-second::after{
        transition: 0s;
        transform: translateY(0px) rotate(0deg) !important;
    }

    .navbar ul.navbar-nav li.show .nav-menuBtn.nav-menuBtn-second.active::after{
        transform: translateY(-5px) rotate(180deg) !important
    }

    .nav-menuBtn-second{
        top: 0 !important;
        right: 0.25em !important;
        text-align: right !important;
    }

    .nav-menuBtn-second.active{
        top:0.25em !important
    }
}

.navbar ul.navbar-nav .nav-item-back {
    background-color: #333333
}

.navbar ul.navbar-nav .nav-item-back>a {
    width: auto
}

.navbar ul.navbar-nav .nav-item-back>a,
.navbar ul.navbar-nav .nav-item-back>a:hover {
    color: #fff
}

.navbar ul.navbar-nav .nav-item-back>a::after {
    display: none !important
}

.navbar ul.navbar-nav .nav-item-back>a+a {
    padding-left: 1rem
}

.navbar ul.navbar-nav .nav-item-back>a+a::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav .nav-item-back {
        display: inline-block
    }
}

@media (max-width: 990px) {
    .navbar ul.navbar-nav .nav-item-back {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar ul.navbar-nav .nav-item-back>a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        font-size: .9375rem
    }

    .navbar ul.navbar-nav .nav-item-back>a+a::before {
        left: -0.5rem
    }
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav {
        padding-right: 2.5rem
    }
}

.navbar .navbar-top {
    padding-top: .5rem;
    padding-bottom: .6rem
}

.navbar .navbar-top li {
    margin-left: .5rem
}

.navbar .navbar-top .btn:hover,
.navbar .navbar-top .btn:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.navbar .navbar-top .navbar-search {
    margin-left: .25rem
}

.navbar .navbar-top .navbar-search .form-control {
    border-radius: 0;
    border: none;
    background: transparent
}

.navbar .navbar-top .navbar-search .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar .navbar-top .navbar-search .input-group form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%
}

.navbar .navbar-top .navbar-search .input-group .btn {
    color: #9a9a9a
}

.navbar .navbar-top .badge {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-family: Arial;
    text-align: center;
    color: white;
    background-color: var(--colorMain);
    border-radius: 50%;
    padding: 0;
    position: absolute;
    right: 0rem;
    bottom: -.5rem
}

@media (min-width: 992px) {
    .navbar .navbar-top .navbar-search {
        border: none
    }

    .navbar .navbar-top .navbar-search .form-control {
        display: none
    }

    .navbar .navbar-top .navbar-search .btn {
        padding: 3px 0 0 0
    }

    .navbar .navbar-top .navbar-search:hover,
    .navbar .navbar-top .navbar-search:focus {
        width: 180px;
        border: #dadada 1px solid;
        border-radius: 20px
    }

    .navbar .navbar-top .navbar-search:hover .form-control,
    .navbar .navbar-top .navbar-search:focus .form-control {
        display: block
    }

    .navbar .navbar-top .btn+.dropdown-menu {
        min-width: calc(100% + 30px)
    }
}

@media (max-width: 990px) {

    .navbar .navbar-top,
    .navbar .navbar-top .navbar-socialIcon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar .navbar-top .navbar-socialIcon {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .navbar .navbar-top .navbar-socialIcon li {
        margin-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: #dcdcdc 1px solid
    }

    .navbar .navbar-top .navbar-socialIcon li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: .5rem;
        margin-left: 1rem
    }

    .navbar .navbar-top .navbar-socialIcon li a p {
        padding-top: 5px
    }

    .navbar .navbar-top .navbar-search {
        width: calc(100% - 1rem);
        margin-top: 0.5rem;
        margin-bottom: 1rem
    }
}

article {
    width: 100%
}

article iframe {
    width: 100%;
    height: 750px
}

@media (max-width: 768px) {
    article iframe {
        height: 350px
    }
}

.text-main {
    color: var(--colorMain)
}

.normal-content {
    background-image: url("../images/index-hot-bg.png");
    padding: 1rem 1rem 4rem;
    overflow: hidden
}

@media (min-width: 1000px) and (max-width: 1700px) {
    .normal-content {
        padding-top: 4rem
    }
}

@media (max-width: 990px) {
    .normal-content {
        padding-top: 1.5rem
    }
}

.style-content {
    border-radius: 20px;
    padding: 3.5rem 5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.style-content::before,
.style-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: bottom;
    background-size: 100%;
    opacity: .9
}

.style-content::before {
    max-width: 445px;
    min-height: 500px;
    background-image: url("../images/index-hot-left-bg.png");
    left: -15rem;
    bottom: -7.5rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.style-content::after {
    max-width: 445px;
    min-height: 650px;
    background-image: url("../images/index-hot-right-bg.png");
    right: -15rem;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    z-index: -1
}

.banner-wrap {
    margin-bottom: 2rem
}

.banner-wrap .swiper-slide {
    overflow: hidden
}

.banner-wrap .swiper-slide .slide-inner {
    width: 100%;
    height: 100%
}

.banner-wrap .swiper-pagination {
    position: relative;
    width: 100%;
    z-index: 0
}

.banner-wrap .swiper-pagination-bullet {
    border-radius: 6px;
    background-color: #f1f1e2;
    opacity: 1;
    -webkit-transition: 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 .25rem
}

.banner-wrap .swiper-pagination-bullet-active {
    width: 20px;
    background-color: var(--colorMain)
}

@media (min-width: 992px) {
    .banner-wrap .swiper-pagination {
        padding: .25rem 0
    }

    .banner-wrap .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 .5rem
    }

    .banner-wrap .swiper-pagination-bullet-active {
        width: 20px
    }
}

@media (max-width: 1024px) {
    .banner-wrap {
        margin-top: 10vw;
        margin-bottom: 1rem
    }

    .banner-wrap::after {
        height: 2vw;
        bottom: -2vw
    }

    /* .banner-wrap .swiper-slide .slide-inner img {
        height: 220px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    } */
}

@media (max-width: 768px) {
    .banner-wrap {
        margin-top: 22vw
    }
}

.index-title-wrap {
    color: #545353
}

.index-title-wrap h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 900
}

.index-title-wrap p {
    font-size: 34px;
    font-size: 2.125rem
}

@media (min-width: 992px) {
    .index-title-wrap.style-flex p {
        padding-left: 1rem
    }
}

@media (max-width: 990px) {
    .index-title-wrap.style-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .index-title-wrap h3 {
        font-size: 25px;
        font-size: 1.5625rem
    }

    .index-title-wrap p {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.title-wrap {
    background-color: #fff;
    margin-bottom: 1.5rem
}

.title-wrap .h2 {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    color: #555
}

.title-wrap .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.title-wrap .text-wrap>span {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 6px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.25;
    border: #4f4e4f 1px solid;
    font-weight: 300
}

.title-wrap .text-wrap>span.textBig {
    font-size: 35px;
    font-size: 2.1875rem;
    background-color: #333;
    color: white;
    margin-top: 1px
}

.title-wrap .text-wrap>span.textFirst {
    margin-bottom: 15px
}

.title-wrap .subText {
    text-align: center;
    color: #4d1512
}

.title-wrap .subText>small {
    font-size: 14px;
    font-size: .875rem
}

@media (max-width: 990px) {
    .title-wrap {
        margin-top: 1rem;
        margin-bottom: 0.5rem
    }

    .title-wrap h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.25
    }
}

.subTitle-wrap {
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.5
}

.subTitle-wrap p {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600
}

.subTitle-wrap .title {
    margin-top: .75rem
}

.subTitle-style-wrap {
    text-align: center;
    margin-bottom: 0.75em
}

.subTitle-style-wrap .title {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-size: 1.875rem;
    color: #363636;
    line-height: 1.75;
    padding: 0 11rem
}

/* .subTitle-style-wrap .title::before,
.subTitle-style-wrap .title::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10rem;
    height: 1px;
    background-color: #dfdfe0
}

.subTitle-style-wrap .title::before {
    left: 0
}

.subTitle-style-wrap .title::after {
    right: 0
} */

.subTitle-style-wrap .title .txt{
    display: inline-block;
    margin: 0 2.5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: var(--colorMain);
    border-radius: 50%;
    color: #fff;
    font-size: 0.875em;
}

.subTitle-style-wrap p {
    display: none;
    position: absolute;
    color: #d19f8d;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    text-align: center;
    top: -2.25rem;
    z-index: 2
}

@media (min-width: 1600px) {
    .subTitle-style-wrap {
        margin-top: 6em
    }
}

@media (max-width: 990px) {
    .subTitle-style-wrap {
        margin-top: 0;
        margin-bottom: 1em
    }

    .subTitle-style-wrap p {
        font-size: 18px;
        font-size: 1.125rem;
        top: -1.5rem
    }

    .subTitle-style-wrap .title {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 0 55px
    }

    .subTitle-style-wrap .title::before,
    .subTitle-style-wrap .title::after {
        width: 40px
    }
}

.heading-title {
    position: relative;
    display: inline-block;
    color: var(--colorBlack);
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .5px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px !important
}

.heading-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 24px;
    background-color: var(--colorMain);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.item-linethrough {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.item-linethrough span {
    position: relative;
    color: #c9c9c9;
    padding: 0 50px;
    font-size: 16px;
    background: #fff
}

.item-linethrough::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 990px) {
    .item-linethrough span {
        padding: 0 10px
    }
}

.tag-item {
    width: auto;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    margin-top: 2.5px;
    margin-right: 5px;
    padding: 0 10px;
    text-align: center;
    color: #849aae;
    background: #f2f5fa
}

.link-wrap {
    margin-right: 1rem
}

.link-wrap .link-title {
    width: 105%;
    margin-left: -4.7%;
    background: url("../images/sideMenu-title.png") no-repeat center/cover;
    color: white;
    padding: .1rem 0
}

.link-wrap .link-title::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: #082343 8px solid;
    border-right: transparent 8px solid;
    border-top: transparent 8px solid;
    border-bottom: transparent 8px solid;
    position: absolute;
    bottom: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px
}

.link-wrap .link-title>h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    border-width: 1px 0 1px 0;
    border-color: white;
    border-style: solid;
    margin: .25rem 0;
    padding: .5rem 1.5rem;
    font-weight: 500
}

.link-wrap .link-title>h2>span {
    font-size: 14px;
    font-size: .875rem;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 100
}

.link-wrap ul {
    border: #d5d5d5 1px solid;
    padding: .5rem 1rem 15.5rem;
    background: url("../images/sideMenu-bg.png") no-repeat bottom/cover
}

.link-wrap ul>li>a {
    position: relative;
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #4f4f4f;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e1e1e3
}

.link-wrap ul>li>a::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-image: url("../images/icon-arrow01.png");
    background-repeat: no-repeat;
    background-size: 9px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4.5px
}

.link-wrap ul>li>a:hover,
.link-wrap ul>li>a.active {
    color: var(--colorMain);
    font-weight: 600
}

.link-wrap .submenu-wrap,
.link-wrap .submenu-wrap ol {
    padding: .75rem 1.25rem .25rem;
    background-color: #f4f3f4
}

.link-wrap .submenu-wrap a {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 400
}

.link-wrap .submenu-wrap a:hover {
    color: #1057a2
}

.link-wrap .submenu-wrap>li {
    margin-bottom: .5rem
}

.link-wrap .submenu-wrap>li,
.link-wrap .submenu-wrap>li>a {
    display: block;
    position: relative
}

.link-wrap .submenu-wrap>li>a {
    padding-left: 1rem;
    color: #868686;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.5
}

.link-wrap .submenu-wrap>li>a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: 2
}

.link-wrap .submenu-wrap>li>a:hover,
.link-wrap .submenu-wrap>li>a.active {
    color: var(--colorMain)
}

.link-wrap .submenu-wrap ol li {
    padding-bottom: 0.5rem
}

.link-wrap .submenu-wrap ol li a {
    color: #888
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .link-wrap a {
        font-size: 16px;
        font-size: 1rem
    }
}

.breadcrum-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.breadcrum-wrap .breadcrumb {
    font-size: 15px;
    font-family: "source-han-sans-traditional", "微軟正黑體", sans-serif;
    background-color: transparent;
    margin-bottom: .25rem
}

.breadcrum-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "｜";
    margin-top: -5px;
    vertical-align: middle
}

@media (min-width: 1200px) {
    .breadcrum-wrap {
        padding-left: .5rem;
        padding-right: 2rem
    }

    .breadcrum-wrap .wrapper{
        max-width: 86em;
    }
}

.menu-list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    margin-bottom: 5rem;
    border: var(--colorMain) 1px solid
}

.menu-list-inline>li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background-color: var(--colorMain);
    color: white
}

.menu-list-inline>li>a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    line-height: 1.25;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.125rem
}

.menu-list-inline>li:hover,
.menu-list-inline>li.active {
    background-color: #fff
}

.menu-list-inline>li:hover::after,
.menu-list-inline>li.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid var(--colorMain);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px
}

.menu-list-inline>li:hover a,
.menu-list-inline>li.active a {
    color: var(--colorMain)
}

@media (max-width: 768px) {
    .menu-list-inline {
        margin-bottom: 0.5rem
    }
}

.pagination-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.pagination-wrap .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-wrap .pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-left: .1rem;
    margin-right: .1rem;
    color: #6e6d6d;
    font-size: 16px;
    font-size: 1rem;
    font-family: Arial;
    border-radius: 50%
}

.pagination-wrap .pagination .page-link:hover,
.pagination-wrap .pagination .page-link.active {
    background-color: #f0f0f0
}

.pagination-wrap .pagination .page-link.arrow {
    font-size: 12px;
    margin: 0
}

.pagination-wrap .pagination .page-link.arrow i {
    font-weight: 100
}

.pagination-wrap .pagination .page-link.arrow:hover {
    background-color: transparent
}

.pagination-wrap.pagination-dot {
    margin-top: 1rem
}

.pagination-wrap.pagination-dot .page-link {
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-indent: -9999px;
    margin: 0 5px;
    background: #dbdbdb
}

.pagination-wrap.pagination-dot .page-link:hover,
.pagination-wrap.pagination-dot .page-link.active {
    background: #aaaaaa
}

.pagination-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem
}

.pagination-list-wrap .pagination-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-size: 1rem
}

.pagination-list-wrap .pagination-list.prev::before,
.pagination-list-wrap .pagination-list.next::before {
    content: '';
    display: block;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -16px
}

.pagination-list-wrap .pagination-list.prev {
    padding-left: 2rem
}

.pagination-list-wrap .pagination-list.prev::before {
    background-image: url(../images/swiper-arrow-left-gray.png);
    left: 0
}

.pagination-list-wrap .pagination-list.next {
    padding-right: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.pagination-list-wrap .pagination-list.next::before {
    background-image: url(../images/swiper-arrow-right-gray.png);
    right: 0
}

.pagination-list-wrap .pagination-list .title {
    display: inline-block;
    border: #bc271e 1px solid;
    color: #bc271e;
    font-size: 14px;
    font-size: .875rem;
    padding: 5px 10px;
    margin-bottom: 0.5rem
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    margin: 0 20px;
    list-style: none;
    text-align: center;
    overflow: hidden
}

.pager li {
    display: inline;
    margin-left: 5px
}

.pager li a {
    padding: 5px 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    line-height: 1.25
}

.pager li a:hover {
    background-color: #eeeeee
}

.pager li.previous>a {
    float: left
}

.pager li.next>a {
    float: right
}

@media (max-width: 990px) {
    .pager {
        margin-top: .75rem;
        margin-right: .5rem
    }
}

.stylelink {
    text-align: right
}

.stylelink a {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.stylelink a::before {
    content: '';
    display: block;
    width: 58px;
    height: 51px;
    background-image: url("../images/icon-polygon.png");
    margin-right: -24px
}

.stylelink a::after {
    content: '';
    display: block;
    width: 25px;
    height: 12px;
    background-image: url("../images/arrow-w-index.png");
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.94, 1.1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.94, 1.1);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.stylelink a:hover::after {
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
}

.card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.card {
    width: 19rem;
    margin: 0 .25rem;
    border-radius: 0;
    border-color: transparent;
    padding: 0
}

.card .card-img-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    overflow: hidden
}

.card .card-img-top img {
    max-height: 100%
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .card .card-img-top {
        height: 190px
    }
}

@media (max-width: 640px) {
    .card .card-img-top {
        height: auto
    }
}

.card .card-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 600
}

.card .card-body {
    padding: 1rem 0rem
}

@media (max-width: 640px) {
    .card .card-body {
        padding: .5rem
    }
}

.card .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

@media (max-width: 768px) {
    .card {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - .5rem);
        flex: 0 0 calc(50% - .5rem);
        max-width: calc(50% - .5rem);
        margin-bottom: .5rem !important
    }

    .card .card-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5
    }

    .card .card-txt {
        font-size: 16px;
        font-size: 1rem
    }
}

.row-left {
    width: 280px;
    padding-right: 1rem
}

.row-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

@media (min-width: 992px) {
    .row-right {
        padding-left: 2rem;
        width: calc(100% - 280px - 2rem)
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .row-right {
        padding-left: 0;
        width: calc(100% - 280px)
    }
}

@media (max-width: 990px) {
    .row-right {
        padding-left: 0
    }
}

.mobile-title-wrap {
    display: none
}

@media (max-width: 990px) {

    .row-left,
    .link-wrap {
        display: none;
        width: 100%
    }

    .row-right {
        padding-top: .5rem
    }

    .rowBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile-title-wrap {
        display: block;
        font-size: 20px;
        font-size: 1.25rem
    }

    .mobile-title-wrap .subTitle-wrap {
        padding-top: 0;
        padding-bottom: 1rem
    }
}

.fixedRight-wrap {
    position: fixed;
    z-index: 8
}

.fixedRight-wrap .fixedIcon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 1em
}

.fixedRight-wrap .fixedIcon a {
    line-height: 1.2
}

.fixedRight-wrap .fixedIconShow {
    display: none;
    position: absolute;
    top: 0;
    left: -19em;
    min-width: 175px;
    padding: 15px;
    -webkit-box-shadow: 0 1px 8px #d9d9d9;
    box-shadow: 0 1px 8px #d9d9d9;
    background: #fff
}

.fixedRight-wrap .fixedIconShow .fixedIcon {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.fixedRight-wrap .fixedIconShow .fixedIcon:last-child {
    margin-bottom: 0
}

.fixedRight-wrap .fixedIconShow .fixedIcon .desktop-icon {
    display: flex;
    align-items: center
}

.fixedRight-wrap .fixedIconShow .fixedIcon .desktop-icon img {
    max-width: 24px;
    margin-right: 5px
}

.fixedRight-wrap .fixedIconShow .fixedIcon p {
    font-size: 14px;
    padding-left: 31px
}

.fixedRight-wrap .fixedIconShow.active {
    display: block
}

.fixedRight-wrap .iconContact {
    z-index: 5
}

@media (min-width: 992px) {
    .fixedRight-wrap {
        right: 0.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .fixedRight-wrap .fixedIconShow::before,
    .fixedRight-wrap .fixedIconShow::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 10px #e3e1e1 solid;
        border-right: 10px transparent solid;
        border-top: 10px transparent solid;
        border-bottom: 10px transparent solid;
        position: absolute;
        right: -20px;
        top: 10px
    }

    .fixedRight-wrap .fixedIconShow::after {
        border-left: 10px #fff solid;
        right: -19px
    }
}

@media (max-width: 990px) {
    .fixedRight-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white;
        border-top: 1px solid #d9d9d9
    }

    .fixedRight-wrap .fixedIcon {
        position: static;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
        margin-bottom: 0;
        font-size: 14px
    }

    .fixedRight-wrap .fixedIconShow::before {
        content: '';
        display: block;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.58);
        position: absolute;
        top: -100vh;
        left: 0;
        z-index: 2
    }

    .fixedRight-wrap .fixedIconShow.active {
        left: 0;
        top: auto;
        bottom: 5.3em;
        min-width: 100%;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #d9d9d9
    }
}

@media (min-width: 992px) {
    .move-ico {
        position: absolute !important;
        top: 0;
        -webkit-transition: .2s;
        transition: .2s
    }

    .move-ico.move-iconFb,
    .move-ico.move-iconIg,
    .move-ico.move-iconMsg,
    .move-ico.move-iconCustomer {
        opacity: 0
    }

    /* .move-ico.move-iconFb {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 3
    }

    .move-ico.move-iconIg {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        z-index: 3
    } */

    /* .move-ico.move-iconMsg {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        z-index: 1
    } */
    .move-ico.move-iconMsg {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 3
    }
    .move-ico.move-iconCustomer {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        z-index: 1
    }

    /* .move-ico.move-iconCustomer {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        z-index: 1
    } */

    .move-ico p {
        opacity: 0
    }

    .menu-object.active {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .menu-object.active .move-iconFb,
    .menu-object.active .move-iconFb p,
    .menu-object.active .move-iconIg,
    .menu-object.active .move-iconIg p,
    .menu-object.active .move-iconMsg,
    .menu-object.active .move-iconMsg p,
    .menu-object.active .move-iconCustomer,
    .menu-object.active .move-iconCustomer p {
        opacity: 1
    }

    /* .menu-object.active .move-iconFb {
        -webkit-transform: translateY(calc(-45px * 8 + 15px));
        transform: translateY(calc(-45px * 8 + 15px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1)
    }

    .menu-object.active .move-iconFb p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .menu-object.active .move-iconIg {
        -webkit-transform: translateY(calc(-45px * 6 + 10px));
        transform: translateY(calc(-45px * 6 + 10px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s
    }

    .menu-object.active .move-iconIg p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    } */

    /* .menu-object.active .move-iconMsg {
        -webkit-transform: translateY(calc(-45px * 4 + 10px));
        transform: translateY(calc(-45px * 4 + 10px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s
    }

    .menu-object.active .move-iconMsg p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    } */

    .menu-object.active .move-iconMsg {
        -webkit-transform: translateY(calc(-45px * 4 + 10px));
        transform: translateY(calc(-45px * 4 + 10px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1)
    }

    .menu-object.active .move-iconMsg p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .menu-object.active .move-iconCustomer {
        -webkit-transform: translateY(calc(-45px * 2 + 10px));
        transform: translateY(calc(-45px * 2 + 10px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1s
    }

    .menu-object.active .move-iconCustomer p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    /* .menu-object.active .move-iconCustomer {
        -webkit-transform: translateY(calc(-45px * 2 + 10px));
        transform: translateY(calc(-45px * 2 + 10px));
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.5s
    }

    .menu-object.active .move-iconCustomer p {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    } */
}

.btn-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3rem 0 2rem
}

.btn-wrap>li {
    margin: 0 10px
}

.btn {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    -moz-appearance: initial;
    appearance: initial;
    -webkit-appearance: initial
}

.btn,
.btn:hover {
    color: white !important
}

.btn:hover {
    border: var(--colorMain) 1px solid;
    background-color: var(--colorMain) !important
}

.btn img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.btn-main {
    background-color: var(--colorMain) !important;
    border-color: var(--colorMain) !important
}

.btn-back {
    background-color: black;
    border-color: black
}

.btn-cancel {
    background-color: #434343
}

.btn-more {
    background-color: #e60819;
    border-color: #e60819
}

.btn-underLine {
    border-bottom: 1px solid #eae5e5
}

.btn-FbColor {
    background: #3a559f;
    color: #fff !important
}

.btn-LineMsg {
    background: #0bc759;
    color: #fff !important
}

.btn-outline-danger {
    color: #dc3545 !important
}

.btn-outline-primary {
    color: #007bff !important
}

.btn-outline-dark {
    color: #000 !important
}

.embed-responsive {
    padding-bottom: 17%
}

@media (max-width: 990px) {
    .embed-responsive {
        padding-bottom: 50%
    }
}

.cookies {
    display: none;
    width: 100%;
    position: fixed;
    background: white;
    border-top: 1px solid #aeadad;
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: .5rem 1rem
}

.cookies>p {
    font-weight: bold;
    line-height: 2
}

.cookies>p a {
    text-decoration: underline !important
}

.cookies>p .btn {
    display: inline;
    font-size: 13px;
    font-size: .8125rem;
    text-decoration: none !important
}

.cookies.display {
    display: block;
    -webkit-animation: cookies 1s 1;
    animation: cookies 1s 1
}

.close-cookies {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

@-webkit-keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

.select_style::after {
    content: '';
    display: block;
    width: 9px;
    height: 12px;
    background: url(../images/select_arrow.png) no-repeat center;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -6px
}

.select_style select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group button {
    height: 45px !important;
    font-size: 16px;
    border-radius: 10px
}

.checkbox_style>input[type="checkbox"] {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 3px;
    opacity: 0
}

.checkbox_style>input+label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 2px;
    text-align: left;
    padding-left: 0;
    cursor: pointer;
    margin-left: 0;
    border: none
}

.checkbox_style>input+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-top: 0px
}

.checkbox_style>input+label::after {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 3px;
    opacity: .5;
    font-size: 1.1rem
}

.checkbox_style>input:checked+label::after {
    opacity: 1
}

.checkbox_style.checkbox_style_02>input+label::before {
    border-radius: 4px;
    margin-right: 0;
    background: #d7d7d7;
    margin: -6px 3px 0 0
}

.checkbox_style.checkbox_style_02>input+label::after {
    content: ''
}

.checkbox_style.checkbox_style_02>input:checked+label::before {
    background-color: #333
}

.checkbox_style.checkbox_style_02>input:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: white;
    font-size: .95rem;
    top: 0;
    left: 3px
}

.radio_style {
    margin-top: 10px !important
}

.radio_style~.radio_style {
    margin-left: 1rem
}

.radio_style input[type="radio"] {
    display: none
}

.radio_style input+label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 5px 0;
    text-align: left
}

.radio_style input+label::before,
.radio_style input+label::after {
    content: "";
    display: inline-block;
    border-radius: 50%
}

.radio_style input+label::before {
    width: 25px;
    height: 25px;
    border: #cecece 1px solid;
    background: #fff;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 6px
}

.radio_style input+label::after {
    width: 12.5px;
    height: 12.5px;
    background-color: transparent;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.radio_style input:checked+label::after {
    background-color: var(--colorMain)
}

.bd-callout {
    padding: 1rem 1rem 0.25rem 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .5rem;
    border-radius: .5rem
}

.bd-callout-info {
    border-left-color: var(--colorMain)
}

.bd-callout p {
    margin-bottom: 0.5rem
}

footer {
    padding: 1rem
}

@media (max-width: 1112px) and (max-height: 834px) {
    footer {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }
}

@media (max-width: 768px) {
    footer {
        margin-bottom: 4rem
    }
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer ul li~li {
    margin-left: 4rem
}

footer ul li span {
    padding: 0 10px
}

footer .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 1101px) and (max-width: 1500px) {
    footer .footer-right {
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footer-right .footer-logo {
        width: 100%
    }
}

@media (min-width: 1023px) and (max-width: 1100px) {
    footer .footer-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 1rem
    }

    footer .footer-right .footer-logo {
        width: 100%
    }

    footer .footer-right .footer-info-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    footer .footer-right .footer-info-list ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    footer .footer-right .footer-subItem {
        width: auto;
        margin-top: 0
    }
}

@media (max-width: 1366px) and (max-height: 1024px) {
    footer .footer-right {
        padding-left: 1rem;
        line-height: 1.75
    }
}

@media (max-width: 1100px) {
    footer .footer-right {
        display: block !important
    }

    footer .footer-right,
    footer .footer-right ul {
        flex-direction: column
    }

    footer .footer-right li {
        text-align: center;
        margin-left: 0
    }
}

@media (max-width: 700px) {
    footer .footer-logo {
        margin-bottom: 1rem
    }
}

footer .footer-subItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1101px) and (max-width: 1300px) {
    footer .footer-subItem {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 1100px) {
    footer .footer-subItem {
        align-items: center
    }
}

footer .footer-info-list {
    font-size: 14px;
    font-size: .875rem
}

@media (max-width: 990px) {
    footer {
        padding-left: 0;
        padding-right: 0;
        line-height: 1.5
    }
}

@media (min-width: 1023px) and (max-width: 1100px) {
    footer {
        padding-left: 1rem;
        padding-right: 1rem
    }

    footer .footer-subItem,
    footer ul {
        width: 100%
    }
}

.footer-link {
    padding: 1.5rem 1rem;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: var(--colorFooter);
}

.footer-link li {
    display: inline-block;
    margin: 0 10px
}

.footer-link li a {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--colorBlack) !important;
}

@media (max-width: 768px) {
    .footer-link {
        padding: .5rem
    }

    .footer-link li {
        margin: 5px
    }

    .footer-link li a {
        font-size: 16px;
        font-size: 1rem
    }
}

.iware {
    display: inline-block;
    text-align: center;
    padding: 2px 4px
}

.iware p {
    display: inline-block;
    background-color: #000000;
    padding: 1px 6px
}

.iware,
.iware a,
.iware b {
    font-size: 11px;
    font-weight: normal;
    color: #d5d5d5
}

.price {
    font-family: "Montserrat", sans-serif
}

.price.current-price {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin-top: 3px
}

.price.old-price {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin-top: 3px;
    color:#000;
    /* text-decoration: line-through */
}

.price.old-price+.current-price {
    margin-left: 10px
}

.price .numtext {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400
}

.price .strongtext {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal
}

.price-box {
    line-height: 100%
}

.proImg-wrap figure {
    text-align: center;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .proImg-wrap {
        margin-bottom: 1rem
    }
}

.proNum_wrap {
    margin-bottom: 1.5rem
}

.proNum_wrap .pro_num {
    color: #aeadad;
    font-family: "Roboto", sans-serif
}

.pro_num_first {
    font-size: 36px;
    font-size: 2.25rem
}

.pro_num_second {
    font-size: 24px;
    font-size: 1.5rem
}

.proText_wrap,
.proItem-wrap,
.proTitle_wrap,
.pro_description {
    font-family: '微軟正黑體', 'Arial'
}

.proTitle_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5
}

.proTitle_wrap .pro_name {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center
}

.proTitle_wrap .pro_name.sub-title {
    font-family: "Montserrat", sans-serif;
    color: #2d2d2d
}

.proTitle_wrap .pro_name.big-title {
    font-size: 17px;
    margin: .5rem;
    /* min-height: 3em; */
}

.proTitle_wrap .pro_name.small-title {
    font-size: 16px;
    font-size: 1rem
}

@media (max-width: 768px) {
    .proTitle_wrap{
        margin-top: 0.5rem;
    }

    .proTitle_wrap .pro_name.sub-title {
        font-size: 14px;
        line-height: 1.25
    }

    .proTitle_wrap .pro_name.big-title {
        font-size: 16px;
    }
}

.proTitle_wrap .proColor_list {
    margin-top: 2px
}

@media (min-width: 992px) {
    .proPrice-wrap {
        margin-top: .25rem
    }
}

@media (max-width: 990px) {
    .proPrice-wrap .price-box {
        margin-top: 0.2rem;
        margin-bottom: 0.25rem
    }
}

.price-cart-btn {
    margin: 1.5rem 0
}

.price-cart-btn .btn {
    display: inline-block;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    background-color: var(--colorMain);
    border-color: var(--colorMain);
}

.price-cart-btn .btn:hover{
    color: #4e4545 !important;
}

.pro_description {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pro_description .pro_description_img {
    margin-right: 1rem
}

.pro_description .pro_description_text {
    font-size: 16px;
    font-size: 1rem;
    color: #3b3a3a;
    text-align: left
}

.proImg-num {
    font-family: "Frank Ruhl Libre";
    font-size: 80px;
    font-size: 5rem;
    font-weight: 200;
    text-align: center
}

.proImg-num p::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background-color: var(--colorMain);
    position: absolute;
    left: 50%;
    top: 125px
}

@media (max-width: 990px) {
    .price-box {
        margin-top: .5rem;
        margin-bottom: 0.5rem
    }

    .pro_description .pro_description_text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 1500px) {
    .proItem-wrap .price-box {
        width: auto !important
    }
}

@media (max-width: 768px) {
    .price .strongtext {
        font-size: 16px;
        font-size: 1rem;
        text-align: left
    }

    .price.old-price {
        font-size: 13px
    }

    .price-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.5
    }

    .proItem-wrap {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.index-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden
}

@media (min-width:1100px){
    .index-content .card-wrap{
        justify-content: center;
    }
}

@media (min-width: 1100px) and (max-width: 1500px) {
    .index-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 990px) {
    .index-content {
        margin-top: 0 !important;
        margin-bottom: 0
    }
}

.txt-blue {
    color: #b4ccf4 !important
}

.txt-gray {
    color: #908e87 !important
}

.index-news-wrap .swiper-pagination-bullet {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.index-news-wrap .swiper-pagination-bullet-active {
    background-color: #363636
}

.index-news-wrap .swiper-container {
    padding-bottom: 1.5rem
}

@media (min-width: 992px) {
    .index-news-wrap .subTitle-style-wrap {
        margin-top: 2em
    }

    .index-news-wrap .card {
        flex: 0 0 calc(33% - 2rem);
        max-width: calc(33% - 2rem);
        margin: 1rem
    }

    .index-news-wrap .proImg-wrap {
        margin-bottom: 0
    }

    .index-news-wrap .proImg-wrap figure {
        padding-bottom: 96%
    }
}

@media (max-width: 990px) {
    .index-news-wrap {
        margin-bottom: .75rem !important
    }

    .index-news-wrap .proImg-wrap figure {
        height: auto;
        padding-bottom: 0%
    }

    .index-news-wrap .proImg-wrap figure img {
        position: static
    }

    .index-news-wrap .swiper-pagination {
        bottom: 0px !important
    }
}

@media (min-width: 992px) {
    .index-sort-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2rem);
        flex: 0 0 calc(25% - 2rem);
        max-width: calc(25% - 2rem);
        margin: 1rem
    }

    .index-sort-wrap .proText_wrap,
    .index-sort-wrap .proTitle_wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .index-sort-wrap .proImg-wrap {
        border-bottom: none;
        margin-bottom: 0
    }

    .index-sort-wrap .proTitle_wrap {
        width: 100%;
        line-height: 1;
        align-items: center;
        /* padding-right: 1rem;
        padding-top: 1rem; */
    }

    .index-sort-wrap .proTitle_wrap .pro_name.sub-title,
    .index-sort-wrap .proTitle_wrap .pro_name.big-title {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

@media (max-width: 990px) {
    .index-sort-wrap .proImg-wrap {
        margin-bottom: 0
    }

    .index-sort-wrap .proTitle_wrap .pro_name.big-title {
        margin-top: 0
    }
}

.index-hot-wrap .wrapper::before,
.index-hot-wrap .wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.index-hot-wrap .wrapper::before {
    max-width: 445px;
    min-height: 500px;
    background-image: url("../images/index-hot-left-bg.png");
    left: -15rem;
    bottom: -7.5rem
}

.index-hot-wrap .wrapper::after {
    max-width: 445px;
    min-height: 650px;
    background-image: url("../images/index-hot-right-bg.png");
    right: -15rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index-hot-wrap .card-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 8rem);
    background-image: url("../images/index-hot-bg.png");
    position: absolute;
    top: 8rem
}

.index-hot-wrap .card-wrap .swiper-pagination {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 2rem
}

.index-hot-wrap .card-wrap .swiper-pagination-bullet-active {
    width: 15px
}

.index-hot-wrap .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent
}

.index-hot-wrap .pro_name.big-title {
    font-size: 28px;
    font-size: 1.75rem
}

.index-hot-wrap .pro_description {
    padding: 2rem
}

.index-hot-wrap .pro_description .pro_description_text {
    font-size: 19px;
    font-size: 1.1875rem
}

@media (min-width: 992px) {
    .index-hot-wrap {
        padding-bottom: 6rem
    }

    .index-hot-wrap .index-hotInfo .proText_wrap {
        padding-top: 13rem
    }

    .index-hot-wrap .index-hotText .pro_description {
        padding-top: 14rem;
        padding-right: 4rem;
        padding-left: 0
    }
}

@media (max-width: 990px) {

    .index-hot-wrap .wrapper::before,
    .index-hot-wrap .wrapper::after {
        max-width: 13rem !important;
        min-height: 5rem !important;
        background-size: contain
    }

    .index-hot-wrap .wrapper::before {
        left: auto !important;
        bottom: 2rem !important;
        background-position: bottom
    }

    .index-hot-wrap .wrapper::after {
        right: -5rem !important;
        top: -10rem !important;
        background-position: top;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .index-hot-wrap .card-wrap {
        margin-top: 0
    }

    .index-hot-wrap .card-wrap::before {
        top: 0;
        height: 100%
    }

    .index-hot-wrap .index-hotInfo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: -2rem
    }

    .index-hot-wrap .index-hotText {
        margin-top: -4rem
    }
}

.proImg-wrap {
    width: 100%
}

.proImg-wrap figure {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.proImg-wrap figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%
}

@media (min-width: 992px) {
    .index-newsest-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2rem);
        flex: 0 0 calc(25% - 2rem);
        max-width: calc(25% - 2rem);
        margin: 1rem
    }
}

@media (max-width: 990px) {
    .index-newsest-wrap .card-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.index-about-wrap {
    background-color: #fefdfd;
    padding: 2rem;
    overflow: hidden;
    z-index: 2
}

.index-about-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: contain;
    background-image: url("../images/index-about-bg.png");
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.75;
}

.index-about-wrap .subTitle-wrap p {
    font-size: 50px;
    font-size: 3.125rem
}

.index-about-wrap .subTitle-wrap .title {
    color: var(--colorMain);
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600
}

.index-about-wrap .btn,
.index-about-wrap .btn:hover {
    color: #fff !important;
    background-color: var(--colorMain) !important;
    border-color: var(--colorMain) !important;
}

@media (min-width:1500px){
    .about-txt{
        flex: 0 0 34%;
        max-width: 34%;
    }
}

@media (min-width: 992px) and (max-width: 1700px) {
    .index-about-wrap .about-img {
        max-width: 400px
    }

    .index-about-wrap .subTitle-wrap .title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-width: 1000px) and (max-width: 1050px) {
    .index-about-wrap .about-img {
        max-width: 300px
    }

    .index-about-wrap .about-txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px)
    }
}

@media (max-width: 990px) {
    .index-about-wrap::after {
        background-position: bottom;
        background-size: auto
    }

    .index-about-wrap .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-about-wrap .subTitle-wrap {
        margin-bottom: 1rem
    }

    .index-about-wrap .subTitle-wrap p {
        font-size: 35px;
        font-size: 2.1875rem
    }

    .index-about-wrap .subTitle-wrap .title {
        font-size: 20px;
        font-size: 1.25rem
    }

    .index-about-wrap .about-txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .index-about-wrap .btn-wrap {
        margin: 1rem 0 0
    }
}

.index-ranking-wrap .card {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: var(--colorMain) 3px solid;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3)
}

.index-ranking-wrap .proImg-wrap {
    width: 100%
}

.index-ranking-wrap .proImg-wrap::before {
    content: 'RANk';
    display: block;
    font-size: 55px;
    font-size: 3.4375rem;
    font-family: "Frank Ruhl Libre";
    color: #ecedf1;
    font-weight: 900;
    position: absolute;
    left: 1.5rem;
    top: -1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.index-ranking-wrap .proImg-wrap .proImg-num {
    display: none;
    width: 48%
}

.index-ranking-wrap .proImg-wrap figure {
    width: 100%;
    background-color: white;
    padding-bottom: 60%
}

.index-ranking-wrap .proText_wrap {
    cursor: pointer
}

.index-ranking-wrap .price-cart-btn {
    margin: .25rem 0 1.5rem
}

.index-ranking-wrap .proInfo {
    position: relative;
    width: 100%
}

.index-ranking-wrap .proInfo .proImg-num {
    background: #f0f0f0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    left: 1rem;
    top: 0
}

.index-ranking-wrap .proInfo .proImg-num p::after {
    display: none
}

.index-ranking-wrap .proInfo .proTitle_wrap .pro_name.sub-title {
    padding-left: 2rem;
    padding-right: 2rem;
    /* word-break: break-all */
    min-height: 3em;
}
.index-ranking-wrap .proInfo .proTitle_wrap .pro_name.sub-title:empty{
    display: none;
}

.index-ranking-wrap .proInfo .proTitle_wrap .pro_name.big-title{
    min-height: 3em;
}

@media (min-width: 992px) {
    .index-ranking-wrap .proInfo {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1100px) and (max-width: 1500px) {
    .index-ranking-wrap .proInfo .proImg-num {
        left: 1.25rem
    }
}

@media (max-width: 768px) {
    .index-ranking-wrap .proInfo {
        max-width: 20em
    }

    .index-ranking-wrap .proInfo .proImg-num {
        font-size: 26px;
        font-size: 1.625rem;
        left: 1rem
    }
}

.index-ranking-wrap .swiper-button-next,
.index-ranking-wrap .swiper-button-prev {
    bottom: -60px;
    top: auto;
    width: 60px;
    height: 40px;
    background-size: 60px 40px;
    opacity: 1 !important
}

.index-ranking-wrap .swiper-button-prev {
    background-image: url("../images/index-arrow-left.png");
    left: calc(50% - (60px + 1rem))
}

.index-ranking-wrap .swiper-button-next {
    background-image: url("../images/index-arrow-right.png");
    right: calc(50% - (60px + 1rem))
}

@media (min-width: 992px) {
    .index-ranking-wrap {
        margin-top: 5rem;
        margin-bottom: 10rem;
        padding-left: 0;
        padding-right: 0;
        overflow: visible
    }
}

@media (max-width: 990px) {
    .index-ranking-wrap .card {
        max-width: calc(100% - 0.5rem) !important;
        margin: 1rem 0.25rem
    }

    .index-ranking-wrap{
        padding-bottom: 15vw;
    }

    .index-ranking-wrap .swiper-button-next,
    .index-ranking-wrap .swiper-button-prev{
        bottom: auto;
        top: 93%;
    }
}

.member-wrapper {
    max-width: 60em
}

@media (min-width: 992px) {
    .main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-container .main-aside {
        max-width: 280px;
        padding: 3rem 3rem .5rem 0
    }

    .main-container .main-aside+.main-section {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(100% - 280px)
    }
}

@media (min-width: 992px) and (min-width: 1000px) and (max-width: 1600px) {
    .main-container {
        padding-top: 5rem
    }

    .main-container .main-aside {
        max-width: 240px;
        padding-right: 1rem
    }

    .main-container .main-aside+.main-section {
        width: calc(100% - 240px)
    }
}

@media (min-width: 992px) and (min-width: 1600px) {
    .main-container .main-aside {
        padding-top: 10rem;
        padding-right: 3rem
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .main-container {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width: 992px) and (min-width: 1100px) {
    .main-container {
        padding-top: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 992px) {

    .main-container .main-aside,
    .main-container .main-section {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.main-aside-link {
    padding: 2rem 0
}

.main-aside-link li,
.main-aside-link li a {
    display: block
}

.main-aside-link li a {
    line-height: 1.5;
    font-size: 20px;
    padding-left: 3rem;
    color: #747373
}

.main-aside-link li a.active {
    color: #0c0c0c
}

.main-aside-link li+li {
    margin-top: 1.25rem
}

.member-content {
    border-radius: 20px;
    padding: 3.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden
}

.member-content .selectItem-style {
    width: 100%
}

.member-content .selectItem-style .dropdown>a {
    background-color: #fff;
    border-color: #ccc;
    /* padding-left: 2rem; */
    color: #999
}

.member-content .icon {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 4px
}

.member-content .footer-sub-link {
    margin-right: -15px
}

.member-content .footer-sub-link ul {
    margin-right: 0
}

.member-content .footer-sub-link ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #646363;
    border-bottom-color: #cdcdcd
}

.member-content .button-wrap .link-button {
    margin-bottom: 0
}

.member-content .button-wrap .link-button:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.member-content .button-wrap .link-button .btn {
    font-size: 16px !important
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .member-content {
        padding: 1.5rem
    }
}

@media (max-width: 990px) {
    .member-content {
        overflow: hidden
    }

    .member-content::before {
        left: -15rem
    }

    .member-content::after {
        right: -12.5rem
    }
}

.member-vip-form {
    margin-top: 1rem;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1)
}

.member-vip-form input,
.member-vip-form select,
.member-vip-form textarea {
    border-radius: 0 !important;
    border: none;
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    padding: 6px 8px
}

.member-vip-form input[type="text"],
.member-vip-form input[type="password"],
.member-vip-form select {
    height: 40px !important
}

.member-vip-form select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.member-vip-form .form-control select {
    width: 100%
}

.member-login-content .selectItem-style .dropdown>a {
    border-radius: 10px !important
}

.form-btn span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 0;
    width: 22px
}

.btn-addMember,
.btn-addMember:hover {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35px;
    color: #6d6d6d !important;
    background-color: transparent;
    border: 1px solid #c9c9c9 !important;
    margin-left: 10px
}

.btn-addMember:hover {
    background-color: #f1f1f1 !important
}

.member-checkbox {
    margin-top: 0
}

.member-checkbox input[type="checkbox"] {
    margin-top: -2px
}

.member-checkbox.checkbox_style label::before {
    border-radius: 6px;
    border-color: #c9c9c9;
    border-width: 2px
}

.member-form-list .member-txt {
    padding: 6px 12px
}

.member-form-list .member-txt .form-control {
    border: none
}

.member-form-list .member-txt .form-item {
    width: 7rem;
    padding-left: 10px;
    margin-right: 1rem
}

.member-form-list .member-txt .form-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.member-form-list .member-txt:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.member-form-list .member-txt+.member-txt {
    margin-top: 0;
    border-top: none
}

.member-form-list .member-txt:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.member-form-list.member-form-user {
    border-radius: 6px;
    background-color: #e9ecef
}

.member-form-list.member-form-user .form-group,
.member-form-list.member-form-user .member-txt {
    margin-top: 0;
    margin-bottom: 0
}

.member-form-list.member-form-user .member-txt {
    border: none
}

@media (min-width: 992px) {
    .member-form-list .member-txt .form-list .select_style:not(:first-child) {
        border-left: #dcdcdc 1px solid
    }
}

@media (max-width: 990px) {

    .member-form-list.member-form-user .form-group,
    .member-form-list .member-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .member-form-list .form-list {
        width: 100%
    }
}

.twzipcode-style .select_style {
    padding: 0
}

.twzipcode-style .select_style+.col input[type="text"] {
    height: 45px !important
}

.twzipcode-style .select_style.select_style_code input[type="text"] {
    height: 100% !important
}

.twzipcode-style .form-control {
    height: 45px !important;
    border: none
}

.twzipcode-style input,
.twzipcode-style select {
    padding: 4px 2px !important;
    height: auto !important
}

.twzipcode-style .select_style_code::after {
    display: none
}

@media (min-width: 992px) {
    .twzipcode-style .select_style {
        width: 150px
    }

    .twzipcode-style .select_style.select_style_code .form-control {
        padding-top: .4rem
    }
}

@media (max-width: 990px) {
    .twzipcode-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .twzipcode-style .select_style.select_style_code input[type="text"] {
        padding-left: 0.5rem !important
    }

    .twzipcode-style .select_style+.col input[type="text"] {
        padding-left: 0.5rem !important
    }
}

.custom-qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.increase,
.reduced {
    cursor: pointer
}

.increase.items,
.reduced.items {
    background: transparent !important;
    border: none;
    color: #4e4e4e;
    padding: 0 11px;
    float: left;
    width: 42px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 50% !important
}

.input-text.qty {
    border: none;
    background-color: transparent;
    max-width: 50px;
    padding: 4px 0;
    float: left;
    text-align: center;
    height: 40px !important;
    border-radius: 0
}

@media (min-width: 992px) {
    .member-vip-main-aside .main-aside-title {
        margin-top: 62px
    }

    .member-vip-main-aside .main-aside-link li {
        margin-left: .5em
    }

    .member-vip-main-aside .main-aside-link li a {
        background: transparent;
        padding-left: 0;
        border-bottom: #b5b5b5 1px solid;
        padding-bottom: 1rem
    }

    .member-vip-main-aside .main-aside-link li a:hover,
    .member-vip-main-aside .main-aside-link li a.active {
        border-color: #000
    }

    .twzipcode-style .select_style+.select_style {
        padding-left: 1rem
    }
}

@media (max-width: 990px) {
    .member-content {
        padding: 1.5rem 1.25rem !important
    }

    .member-content .button-wrap .link-button {
        width: 100%
    }

    .member-content .button-wrap .link-button+.link-button {
        margin-top: .5rem;
        margin-left: 0
    }

    .main-aside-link {
        padding: 1rem 0;
        margin-bottom: 2rem
    }

    .main-aside-link::before {
        content: '會員專區';
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        border-left: #e1d6c8 7px solid;
        padding-left: 1rem
    }

    .main-aside-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-aside-link ul li {
        margin: 0 !important
    }

    .main-aside-link ul li a {
        padding: .5rem;
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width: 990px) and (max-width: 380px) {
    .main-aside-link ul {
        margin-top: 0.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-aside-link ul li a {
        font-size: 15px;
        font-size: .9375rem;
        border-bottom: 1px solid #e6e6e6;
        padding: .75rem 0
    }

    .main-aside-link ul li a.active {
        border-color: #bfbfbf
    }
}

@media (max-width: 990px) {
    .twzipcode-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .twzipcode-style .form-control {
        padding-left: 0.5rem
    }

    .twzipcode-style select {
        padding: 0
    }

    .twzipcode-style .col {
        padding-left: 0.5rem
    }
}

.shopping-form {
    display: block
}

.shopping-list div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5
}

.shopping-list div:not(:first-child) {
    text-align: center
}

.shopping-form-list {
    border: #e3e3e3 1px solid;
    background-color: #eee;
    border-radius: 6px;
    margin-bottom: 1rem
}

.shopping-form-list .form-group {
    padding: 1rem !important;
    margin-bottom: 0
}

.shopping-orderNum,
.shopping-date {
    max-width: 11%
}

.shopping-statu {
    max-width: 9%
}

.shopping-qty {
    max-width: 7%
}

.shopping-pay {
    max-width: 29%
}

.shopping-arrive,
.shopping-invoice,
.shopping-msg {
    max-width: 8%
}

.shopping-cancel {
    max-width: 9%
}

.shopping-orderName {
    max-width: 34.2%
}

.shopping-orderColor,
.shopping-orderSize,
.shopping-orderNum {
    max-width: 15.2%
}

.shopping-orderPrice,
.shopping-orderQty,
.shopping-orderCancel {
    max-width: 7.2%
}

.shopping-orderService {
    max-width: 15%
}

.shopping-orderColor .form-group,
.shopping-orderSize .form-group {
    border: none !important;
    padding: 0 !important
}

.shopping-form-list .shopping-list .shopping-orderNum span,
.shopping-form-list .shopping-list .shopping-msg a,
.shopping-form-list .shopping-list .shopping-cancel a {
    padding-bottom: 0.25rem
}

.shopping-form-list .shopping-list .shopping-orderNum span {
    border-bottom-color: #a3a3a3
}

.shopping-msg-btn {
    color: #df8015;
    border-bottom-color: #df8015
}

.shopping-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1rem
}

.shopping-label div {
    color: black;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    padding: .5rem 0
}

.shopping-list-wrap .shopping-form-list .form-group {
    padding-right: 0 !important
}

.shopping-nameWrap .img {
    max-width: 100px;
    margin-right: 1rem
}

.shopping-nameWrap .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-size: 1.125rem;
    color: #030303
}

.shopping-process-wrap {
    width: 100%;
    margin-bottom: 2rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.shopping-process-wrap .shopProcess-num {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    background: #bababa;
    margin-right: .5rem;
    font-family: Arial
}

.shopping-process-wrap li {
    padding: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #bababa
}

.shopping-process-wrap li.active {
    color: #576855
}

.shopping-process-wrap li.active .shopProcess-num {
    background: #576855
}

.shopping-process-wrap li img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

@media (max-width: 990px) {
    .shopping-process-wrap li {
        padding: 1rem .25rem;
        font-size: 16px;
        font-size: 1rem
    }
}

.shopping-total-wrap {
    padding: .5rem 1rem;
    font-size: 18px;
    font-size: 1.125rem
}

.shopping-total-wrap .price-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem
}

.shopping-total-wrap .price-box b,
.shopping-total-wrap .price-box .price {
    color: #b00003
}

.shopping-total-wrap .price-box .price {
    margin-left: 1rem;
    margin-top: -5px
}

.shopping-total-wrap .price-box .price b {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-left: .5rem
}

.shopping-total-wrap .price-box .price-item {
    color: #868686
}

.shopping-total-wrap .price-box .price-priceList {
    width: 200px;
    text-align: right
}

.shopping-total-wrap .price-box .price-priceList .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: .5rem;
    max-width: 80%
}

.shopping-total-wrap .price-box .price-priceList .form-group input[type="text"] {
    border: 1px solid #ccc
}

.shopping-total-wrap .price-total-box {
    border-top: #767474 1px dotted;
    border-bottom: #767474 1px dotted;
    padding-top: 1.5rem;
    padding-bottom: 1rem
}

.shopping-total-wrap .price-box.price-total-box .price-item {
    color: #000
}

.shopping-total-wrap .price-totalNum-box .price-priceList .price {
    color: #858484;
    font-size: 18px;
    font-size: 1.125rem
}

.shopping-data-wrap {
    width: 100%;
    padding-top: 1rem;
    overflow: hidden
}

.shopping-data-wrap .data-title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333
}

.shopping-data-wrap .data-title .checkbox_style {
    font-size: 18px;
    font-size: 1.125rem
}

.shopping-data-wrap .table {
    margin-top: 1rem;
    background: #f5f5f5;
    border: 1px solid #eceeef
}

.shopping-data-wrap .table>tbody>tr>td {
    border-top: none;
    padding: 15px 25px;
    color: #777
}

.shopping-data-wrap .table>tbody>tr>td:first-child {
    width: 10rem;
    vertical-align: middle
}

.shopping-data-wrap .select_style {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shopping-data-wrap textarea,
.shopping-data-wrap input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shopping-data-wrap input[type="text"],
.shopping-data-wrap textarea {
    border-radius: 10px !important;
    overflow: hidden;
    border: none;
    padding: 0.5rem 1rem;
    height: auto !important;
    border-radius: 0 !important
}

.shopping-data-wrap input[type="text"] {
    padding-top: .75rem;
    padding-bottom: .5rem
}

.shopping-data-wrap .select_style::after {
    right: 18px
}

.shopping-data-wrap .checkbox_style {
    margin-left: 1rem
}

.shopping-data-wrap .checkbox_style label::before {
    margin-top: -3px
}

.shopping-data-text {
    font-size: 20px;
    font-size: 1.25rem;
    color: #777
}

.shopping-cart-form .shopping-form-list {
    background-color: white
}

.shopping-pickStyle li {
    margin-right: 0.75rem
}

@media (min-width: 992px) {
    .shopping-list-wrap {
        padding: 0 1rem
    }

    .shopping-cart-form .shopping-list .shopping-orderName {
        max-width: 76%
    }

    .shopping-final-form .shopping-list .shopping-orderName {
        max-width: 76%
    }

    .shopping-final-form .shopping-list .shopping-orderPrice,
    .shopping-final-form .shopping-list .shopping-orderNum,
    .shopping-final-form .shopping-list .shopping-orderQty {
        max-width: 8%
    }

    .shopping-memberOrder-form .shopping-list div {
        max-width: none;
        text-align: center;
        padding-left: 0
    }
}

@media (min-width: 1500px) {
    .shopping-orderNum {
        max-width: 12%
    }

    .shopping-date {
        max-width: 13%
    }

    .shopping-statu {
        max-width: 10%
    }

    .shopping-qty {
        max-width: 8%
    }

    .shopping-pay {
        max-width: 20%
    }

    .shopping-arrive {
        max-width: 9%
    }

    .shopping-invoice {
        max-width: 8%
    }

    .shopping-msg {
        max-width: 9%
    }

    .shopping-cancel {
        max-width: 10%
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .shopping-list-wrap .shopping-form-list .shopping-orderNum .input-text.qty {
        max-width: 40px;
        padding-left: 0
    }
}

@media (max-width: 990px) {
    .shopping-form-list .form-group {
        padding-bottom: 0 !important
    }

    .shopping-form-list .shopping-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .shopping-form-list .shopping-list>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding-bottom: 1rem
    }

    .shopping-form-list .shopping-list>div.shopping-orderCancel {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .shopping-form-list .shopping-list>div.shopping-orderCancel p.visible-xs {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .shopping-form-list .shopping-list>div:before {
        content: attr(data-title) " : ";
        display: inline-block;
        margin-right: 1rem;
        margin-top: .15rem;
        color: #777
    }

    .shopping-form-list .shopping-list>div.shopping-orderName:before {
        display: none
    }

    .shopping-form-list .shopping-list .shopping-pay {
        width: 100%
    }

    .shopping-form-list .shopping-orderName {
        width: 100% !important
    }

    .shopping-label {
        display: none
    }

    .shopping-total-wrap {
        font-size: 18px;
        padding: 0 0 1rem
    }

    .shopping-total-wrap .price-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2
    }

    .shopping-total-wrap .price-box .price {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .shopping-total-wrap .price-totalNum-box {
        margin: 1rem 0 0
    }

    .shopping-total-wrap .price-totalNum-box+.price-totalNum-box {
        margin-top: 0
    }

    .shopping-final-form .shopping-form-list .shopping-list div {
        width: calc(50% - 2rem)
    }

    .shopping-orderColor .selectItem-style {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .shopping-data-wrap {
        padding-top: 0;
        padding-bottom: 0
    }

    .shopping-data-wrap .table {
        display: block;
        width: 100%
    }

    .shopping-data-wrap .table>tbody {
        display: block;
        width: 100%
    }

    .shopping-data-wrap .table>tbody>tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.5rem;
        width: 100%
    }

    .shopping-data-wrap .table>tbody>tr>td {
        padding: .5rem 1rem;
        font-size: 16px;
        max-width: 100%
    }

    .shopping-data-wrap .table>tbody>tr>td:first-child {
        font-size: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: #e1d6c8 7px solid;
        line-height: 1
    }

    .shopping-total-wrap .price-box .price-priceList {
        text-align: right
    }

    .shopping-total-wrap .price-total-box,
    .shopping-total-wrap .price-totalNum-box {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .shopping-total-wrap .price-total-box {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .shopping-total-wrap .price-totalNum-box .price-priceList {
        margin-top: 5px
    }

    .shopping-total-wrap .price-totalNum-box .price-priceList .price {
        margin-left: 0
    }

    .shopping-data-wrap .twzipcode-style .select_style {
        margin-bottom: 0.5rem
    }

    .shopping-data-wrap .twzipcode-style .select_style~.select_style {
        margin-left: 0
    }

    .shopping-data-wrap .data-title .checkbox_style {
        margin-top: 4px;
        margin-bottom: 0
    }

    .shopping-data-wrap .select_style select {
        font-size: 18px;
        font-size: 1.125rem
    }

    .shopping-data-wrap textarea,
    .shopping-data-wrap input[type="text"] {
        font-size: 18px;
        font-size: 1.125rem
    }

    .shopping-data-text {
        padding-top: 0
    }

    .shopping-pickStyle {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

.product-content .card-wrap .card {
    margin-bottom: 2rem
}

.product-content .card-wrap .card .proImg-wrap,
.product-content .card-wrap .card .proImg-wrap figure {
    width: 100%
}

.product-content .card-wrap .card .proImg-wrap figure {
    height: 150px;
    padding-bottom: 100%
}

.product-content .card-wrap .card .proImg-wrap figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

@media (min-width: 992px) {
    .product-content .card-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - .5rem);
        flex: 0 0 calc(25% - .5rem);
        width: calc(25% - .5rem)
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .product-content .card-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - .5rem);
        flex: 0 0 calc(33% - .5rem);
        width: calc(33% - .5rem)
    }
}

@media (max-width: 990px) {
    .product-content {
        padding: 1rem !important
    }

    .product-content .price-cart-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .product-content .price-cart-btn li,
    .product-content .price-cart-btn .btn {
        display: block;
        width: 100%
    }

    .product-content .price-cart-btn li {
        margin-bottom: 10px
    }
}

.product-infoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-infoWrap .product-img,
.product-infoWrap .product-item {
    width: 100%
}

.product-infoWrap .product-img .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.product-infoWrap .product-img .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.product-infoWrap .product-img .gallery-top {
    height: 440px;
    width: 100%
}

.product-infoWrap .product-img .gallery-thumbs {
    height: 100px;
    margin-top: 10px;
    padding: 10px 70px
}

.product-infoWrap .product-img .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border: #dedede 1px solid
}

.product-infoWrap .product-img .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product-infoWrap .product-img .swiper-button-prev,
.product-infoWrap .product-img .swiper-button-next {
    width: 70px;
    height: 100%;
    top: auto;
    bottom: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px
}

.product-infoWrap .product-img .swiper-button-prev {
    background-image: url("../images/swiper-arrow-left-gray.png");
    left: 0
}

.product-infoWrap .product-img .swiper-button-next {
    background-image: url("../images/swiper-arrow-right-gray.png");
    right: 0
}

.product-infoWrap .product-item {
    margin-bottom: 2rem
}

.product-infoWrap .product-item .proTitle_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: .5rem
}

.product-infoWrap .product-item .proTitle_wrap .pro_name {
    text-align: left
}

.product-infoWrap .btn-wrap li {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .product-infoWrap {
        margin-bottom: 3rem
    }

    .product-infoWrap .product-img {
        width: 60%
    }

    .product-infoWrap .product-item {
        width: 40%;
        padding-left: 2rem
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .product-infoWrap .product-img {
        width: 55%
    }

    .product-infoWrap .product-item {
        width: 45%
    }

    .product-infoWrap .product-item-list {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 990px) {
    .product-infoWrap .product-img .swiper-slide {
        background-size: contain;
        background-repeat: no-repeat
    }

    .product-infoWrap .product-img .gallery-top {
        height: 293px
    }

    .product-infoWrap .product-img .gallery-top .swiper-slide {
        background-size: contain
    }

    .product-infoWrap .product-img .gallery-thumbs {
        height: 120px
    }

    .product-infoWrap .product-item {
        padding: .5rem 1rem 0;
        margin-top: 2rem;
        margin-bottom: 0
    }

    .product-infoWrap .btn-wrap {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .product-infoWrap .product-img .gallery-top {
        height: 350px
    }

    .product-infoWrap .product-img .gallery-thumbs {
        height: 70px
    }
}

@media (min-width: 1023px) and (max-width: 1100px) {
    .product-infoWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-infoWrap .product-img,
    .product-infoWrap .product-item {
        width: 100%
    }

    .product-infoWrap .product-item {
        padding-top: 1rem;
        padding-left: 0
    }
}

@media (max-width: 640px) {
    .product-infoWrap .product-item-list {
        padding-left: 0;
        padding-right: 0
    }

    .product-infoWrap .product-img .gallery-top {
        height: 275px
    }

    .product-infoWrap .product-img .gallery-thumbs {
        height: 75px
    }
}

.product-item-list.product-item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-item-list.product-item-info .product-info-list {
    padding-top: 5px
}

.product-item-list.product-item-Share {
    margin-top: 1.5rem;
    padding-left: 1rem
}

@media (max-width: 768px) {
    .product-item-list.product-item-Share .product-share-list a {
        margin-left: 5px
    }
}

.follow-item {
    display: inline-block;
    margin-left: 6px;
    min-width: 25px;
    text-align: center;
    vertical-align: middle;
    color: #707070;
    width: 32px;
    font-size: 14px;
    line-height: 25px
}

.product-spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: .5rem
}

.product-spec-list li {
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e4;
    line-height: 25px
}

.product-spec-list li .title,
.product-spec-list li .txt {
    padding: 10px
}

.product-spec-list li .title {
    width: 85px;
    text-align: center;
    color: #565656
}

.product-spec-list li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #8e8f90
}

.product-spec-list li .price {
    margin-top: 0 !important;
    font-size: 16px;
    font-size: 1rem
}

.product-spec-list li .price.current-price {
    font-size: 20px;
    font-size: 1.25rem
}

.product-subItem {
    line-height: 30px;
    padding: 2px 0;
    text-align: center;
    color: #8e8f90;
    font-weight: 500;
    margin-right: 22px
}

.product-subItem::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: #101010 6px solid;
    border-right: transparent 6px solid;
    border-top: transparent 6px solid;
    border-bottom: transparent 6px solid;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -6px
}

.pro-dropdown {
    width: 100%;
    margin-bottom: .5em;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1)
}

.pro-dropdown:first-child {
    margin-top: 2rem
}

.pro-dropdown dt{
    position: relative;
}

.pro-dropdown dt > a {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ecf0f1;
    border-left: 4px solid var(--colorSecondary);
    background: #fff;
    padding: 1rem;
    color: #666 !important;
    position: relative;
    z-index: 0;
}

.pro-dropdown dt:hover > a,
.pro-dropdown dt.active > a {
    border-left-color: var(--colorMain)
}
.pro-dropdown dt.active > a{
    color: var(--colorBlack) !important
}

.pro-dropdown dt .icon {
    display: block;
    padding: 0 1em;
    line-height: 1.5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
    border-right: 1em solid transparent;
    cursor: pointer;

    width: 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.pro-dropdown dt .pro-dropdown-icon.active{
    transform: translateY(-50%) rotate(180deg);
}

.pro-dropdown dd {
    position: relative
}

.pro-dropdown dd ul {
    display: none;
    position: static;
    left: 0;
    top: -2.5em;
    width: 100%;
    list-style: none;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 1rem
}

.pro-dropdown dd ul li:not(:last-child) {
    border-bottom: #dbdada 1px solid
}

.pro-dropdown dd li a {
    display: block;
    padding: .75em 1em;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 15px
}

.pro-dropdown dd li a:hover {
    background-color: var(--colorMain);
    color: #fff !important;
    cursor: pointer
}

.pro-dropdown dt.active + dd .pro-dropdown-second,
.pro-dropdown dd .pro-dropdown-second.active{
    display: block;
}

/* .pro-dropdown dt.active+dd ul {
    display: block
} */

.contact-wrap .form-control,
.contact-wrap .btn {
    height: auto;
    padding: 0.75rem 1rem
}

.contact-wrap select.form-control {
    height: calc(3rem + 2px);
    padding-top: 0;
    padding-bottom: 0
}

.contact-wrap legend {
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 1.5rem;
    padding: 0 2%
}

.contact-wrap legend>small {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333
}

.contact-wrap .contact-info li {
    margin-bottom: 1rem
}

.contact-wrap .contact-info li .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #999
}

.contact-wrap .contact-info li .text {
    color: black;
    font-weight: 400;
    padding-left: 3rem;
    font-size: 15px;
}

.contact-wrap .contact-form .form-control {
    background-color: #eee;
    border: none
}

.contact-wrap .contact-rowTitle {
    width: 100%
}

.contact-wrap .contact-rowList {
    width: 68%;
    padding: 0 2%
}

.contact-wrap .contact-rowList.right {
    width: 32%
}

@media (max-width: 990px) {
    .contact-wrap .contact-rowBox {
        margin-top: 0
    }

    .contact-wrap legend {
        text-align: center
    }

    .contact-wrap legend>small {
        display: block
    }

    .contact-wrap .contact-rowTitle {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .contact-wrap .contact-rowList {
        width: 100% !important;
        padding: 1% 0
    }

    .contact-wrap .contact-rowList.right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .contact-wrap .contact-rowList .contact-form li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .contact-wrap .contact-rowList .contact-form li .title,
    .contact-wrap .contact-rowList .contact-form li .item {
        width: 100%;
        padding: .25rem 0
    }
}

.contact-labelText {
    font-family: "Roboto";
    color: #333;
    text-align: center
}

@media (min-width: 992px) {
    .contact-labelText {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.contact-map-wrap {
    margin-top: 2rem
}

/*  */
.imgMore{
    max-width: 2em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 2em;
    z-index: 3;
}


.proImg-wrap,
.proImg-wrap figure img,
.index-ranking-wrap .card{
    border-radius: 20px;
}

.price-cart-btn .btn {
    background-color: var(--colorBase);
    border-color: var(--colorBase);
    color: #333 !important;
}
.price-cart-btn .btn.btn-main{
    color: #4d3e2a !important;
}

.proTitle_wrap .pro_name.big-title{
    margin-bottom: 0.1rem;
}

.index-newsest-wrap .card .proImg-wrap,
.index-sort-wrap .card .proImg-wrap,
.product-content .card-wrap .card .proImg-wrap {
    padding: 0.5em;
    border: var(--colorBase) 1px solid;
    margin-bottom: 0;
    overflow: hidden;
}

.index-newsest-wrap .card .proImg-wrap .imgMore,
.index-sort-wrap .card .proImg-wrap .imgMore,
.index-ranking-wrap .card .proImg-wrap .imgMore,
.product-content .card-wrap .card .proImg-wrap .imgMore,
.index-news-wrap .proImg-wrap .imgMore{
    top: 100%;
    opacity: 0;
    transition: all .4s ease;
}

.index-newsest-wrap .card .proImg-wrap::before,
.index-sort-wrap .card .proImg-wrap::before,
.index-ranking-wrap .card .proImg-wrap figure:before,
.product-content .card-wrap .card .proImg-wrap::before,
.index-news-wrap .proImg-wrap figure::before {
    content: "";
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: rgba(73, 58, 62,0.35);
    pointer-events: none;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    border-radius: 20px;
}

.index-news-wrap .proImg-wrap figure::before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index-ranking-wrap .card .proImg-wrap figure::before{
    height:100%;
    top: 0;
}

.index-newsest-wrap .card .proImg-wrap:hover::before,
.index-sort-wrap .card .proImg-wrap:hover::before,
.index-ranking-wrap .card:hover .proImg-wrap figure::before,
.product-content .card-wrap .card .proImg-wrap:hover::before,
.index-news-wrap .proImg-wrap:hover figure::before {
    opacity: 1;
}

.index-ranking-wrap .proImg-wrap:hover::after{
    top: -6px;
}

.index-newsest-wrap .card .proImg-wrap:hover .imgMore,
.index-sort-wrap .card .proImg-wrap:hover .imgMore,
.index-ranking-wrap .card:hover .proImg-wrap .imgMore,
.product-content .card-wrap .card .proImg-wrap:hover .imgMore,
.index-news-wrap .proImg-wrap:hover .imgMore{
    top: 0;
    opacity: 1;
    pointer-events: none;
}

.index-ranking-wrap .card {
    border-bottom: var(--colorBase) 3px solid;
}

.index-ranking-wrap .proImg-wrap{
    margin-bottom: 0;
}

.index-ranking-wrap .proInfo .proImg-num {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 40px;
    top: -3.75rem;
}

.index-ranking-wrap .proImg-wrap {
    margin-top: 0.3rem;
    margin-bottom: 0rem;
    border-radius: 20px;
    overflow: hidden;
}

.index-ranking-wrap .proImg-wrap figure {
    padding-bottom: 96%;
}

.index-ranking-wrap .proInfo .proTitle_wrap .pro_name.big-title {
    min-height: auto;
}

.index-sort-wrap .proTitle_wrap .pro_name.big-title{
    font-size: 1.25rem;
    padding-top: 0.25rem;
}

@media (min-width:1100px){
    .index-content  .subTitle-style-wrap {
        margin-top: 1em;
    }

    .index-ranking-wrap .proInfo .proImg-num {
        top: -3.15rem;
    }

    .index-news-wrap .proImg-wrap figure img{
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
}
.selectItem-style {
    width: 100%
}
.member-content .selectItem-style .dropdown>a {
    background-color: #fff;
    border-color: #ccc;
    /* padding-left: 2rem; */
    color: #999
}

.selectItem-style .dropdown {
    width: 100%;
    height: 42px;
    list-style: none;
    margin-bottom: 0 !important;

    display: flex;
    align-items: center;
    font-size: 16px;
    color: #767575;
  }

  .selectItem-style .dropdown > a,
  .selectItem-style .dropdown > ul li a {
    width: 100%;
    font-size: 16px;
  }

  .selectItem-style .dropdown > a {
    position: relative;
    width: 100%;
    padding: 10px 4rem 10px 12px;
    line-height: 1.42857143;
    color: #555;
    background: url(../images/icon_arrow_bottom_s.png) no-repeat 97% center;
    border: 1px solid #b5b5b5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: flex;
    align-items: center;
    border-radius: 0.25rem !important;
    height: auto !important;
  }

  .selectItem-style .dot-color {
    width: 21px;
    height: 21px;
    margin-right: 1rem;
    pointer-events: none;
  }

  .selectItem-style .dropdown-toggle .dot-color {
    margin-top: 3px;
    margin-right: 6px;
  }

  .selectItem-style .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-120%);
    width: 16px;
    height: 11px;
    border: none;
  }

  .selectItem-style .caret,
  .selectItem-style .caret img,
  .selectItem-style .dropdown-toggle::after {
    display: none;
  }

  .selectItem-style .dropdown > .dropdown-menu {
    width: 100%;
    overflow: hidden;
  }

  .selectItem-style .dropdown > ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #767575;
    margin: .5rem !important;
    background: #fff;
    border-bottom: none;
  }

  .selectItem-style .dropdown > ul li a {
    display: flex;
    white-space: pre-wrap;
    align-items: center;
  }

  .selectItem-style .dropdown > ul li .dot-color {
    margin-right: 0.25rem;
  }

  .selectItem-style.open .dropdown > .dropdown-menu {
    display: block;
  }
  .dot-color {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: #aaa 1px solid;
    border-radius: 50%;
    overflow: hidden;
}

.selectItem-style .form-group{
    margin-bottom: 0;
}
/*# sourceMappingURL=layout.min.css.map */