@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent
}

textarea {
    resize: none;
    outline: none
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

div {
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
    clear: both
}

input,
select {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

:root {
    --font-color: #3c3c3c;
    --red: #cc2630;
    --red-deep: #940100;
    --pchomeRed: #D7000F
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: 300
}

body,
html {
    color: #3f3f3f;
    background-color: #f2f2f2;
    font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    scroll-padding-top: 40px
}

@media only screen and (max-width:991px) {

    body,
    html {
        scroll-padding-top: 90px
    }
}

html {
    position: static
}

header {
    width: 100%;
    background-color: #d7000f;
    padding: 0;
    position: relative;
    z-index: 99
}

@media only screen and (max-width:991px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        background-color: var(--pchomeRed)
    }
}

header .app,
header .container {
    height: 40px
}

@media only screen and (max-width:1600px) {
    header .container {
        max-width: 83vw
    }
}

@media only screen and (max-width:1024px) {
    header .container {
        margin: 0 0 0 1rem;
        width: 100%;
        max-width: 88vw
    }
}

header li {
    position: relative
}

header span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none
}

header img.icon {
    width: 28px
}

header .left__box li.logo__pchome24h {
    margin-right: 60px;
    height: 35px;
}

@media only screen and (max-width:1024px) {
    header .left__box li.logo__pchome24h {
        margin-right: 20px
    }
}

header .left__box li.logo__pchome24h img {
    width: 132px
}

header .right__box {
    height: 100%
}

header .right__box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header li.appDonload {
    padding: 0 0.75rem;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

header li.appDonload img.QRCode {
    display: block;
    width: 100%;
    height: auto
}

header li.appDonload .appQRcode {
    width: 160px;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    padding: 1rem 1rem 0.5rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 4px 0 rgba(43, 43, 43, 0.1);
    box-shadow: 0 4px 0 rgba(43, 43, 43, 0.1);
    border: 1px solid rgba(43, 43, 43, 0.1);
    font-size: 14px;
    text-align: center;
    display: none
}

header li.appDonload:after,
header li.appDonload:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    background-color: #9C9C9C;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header li.appDonload:after {
    left: auto;
    right: 0
}

header li.appDonload:hover .appQRcode {
    display: block
}

header li.socialMedia {
    padding-left: 0.75rem
}

header li.socialMedia a {
    margin-left: 0.75rem
}

header svg {
    width: 100%
}

header svg path {
    fill: #fff
}

header.white {
    background-color: #fff
}

header.white svg {
    width: 100%
}

header.white svg path {
    fill: var(--pchomeRed)
}

.app.w-100.d-lg-none.d-flex img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.right__menu {
    width: 100px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(206, 80, 87, 0.8)
}

@media only screen and (max-width:991px) {
    .right__menu {
        width: 100%;
        height: auto;
        background-color: #fff !important;
        z-index: 22;
        padding: 0;
        position: fixed;
        top: 39px;
        overflow-x: auto;
        overflow-y: hidden;
        pointer-events: auto
    }
}

.right__menu .menu_box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .right__menu .menu_box {
        left: 0;
        width: 100%;
        min-height: 43px;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        pointer-events: auto;
        position: relative;
        top: 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.right__menu .menu_box a {
    color: #fff;
    padding: 3px 5px;
    text-align: center
}

.right__menu .menu_box a:hover {
    color: #ffdd66;
    font-weight: 500;
    background-color: transparent !important
}

.right__menu .menu_box li {
    margin: 3px 0;
    width: 100%;
    position: relative
}

@media only screen and (max-width:991px) {
    .right__menu .menu_box li {
        width: auto;
        margin: 0
    }

    .right__menu .menu_box li:nth-last-child(2) {
        padding-right: 3rem
    }

    .right__menu .menu_box li a {
        position: relative;
        color: #3f3f3f !important;
        font-size: 16px;
        font-weight: 500;
        padding: 8px
    }

    .right__menu .menu_box li a:before {
        content: "";
        position: absolute;
        bottom: 18%;
        right: 0;
        width: 1px;
        height: 60%;
        background-color: #ccc
    }
}

.right__menu .menu_box #smallBn {
    width: 100%
}

@media only screen and (max-width:991px) {
    .right__menu .menu_box #smallBn {
        display: none !important
    }
}

.right__menu .gotop {
    display: block;
    width: 40px;
    margin: auto
}

@media only screen and (max-width:991px) {
    .right__menu .gotop {
        display: none !important
    }
}

.right__menu .menu_mb_head {
    color: #e54040;
    text-align: left;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 0 0 10px;
    display: none
}

.right__menu.go--act .nav_btn span {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width:767px) {
    .right__menu.go--act .menu_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10px
    }

    .right__menu.go--act .menu_box li a:before {
        display: none
    }
}

.right__menu.go--act .menu_box li:nth-last-child(2) {
    padding-right: 0
}

.nav_btn {
    display: none !important;
    cursor: pointer;
    background: #fff;
    position: fixed;
    z-index: 88;
    top: 40px;
    right: 0;
    width: 30px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .nav_btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.nav_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 0 2px 2px 0;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.nav_btn.go--act {
    z-index: 9999
}

.nav_btn.go--act span {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.arrow_box {
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    margin: 0 0 3px 0;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

@media only screen and (max-width:992px) {
    .arrow_box {
        display: none
    }
}

.arrow_box span {
    display: block;
    -webkit-filter: invert(1);
    filter: invert(1);
    padding: 6px;
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media only screen and (max-width:1366px) {
    .arrow_box span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.left_menu {
    width: 120px;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 40px
}

@media only screen and (max-width:992px) {
    .left_menu {
        display: none !important
    }
}

.left_menu.hide {
    display: none !important
}

.left_menu .arrow_box {
    border-radius: 0 5px 5px 0
}

.left_menu .arrow_box span img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.left_menu .listWrap {
    border-radius: 0 0 10px 10px;
    padding: 1.7rem 0 5px
}

.left_menu .menu_box {
    text-align: center;
    width: 100%;
    margin-left: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width:1366px) {
    .left_menu .menu_box {
        -webkit-transform: translateX(-115%) scale(0.9);
        transform: translateX(-115%) scale(0.9)
    }
}

@media only screen and (max-width:1024px) {
    .left_menu .menu_box {
        margin-left: 3px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@media only screen and (max-width:992px) {
    .left_menu .menu_box {
        -webkit-transform: none;
        transform: none;
        border-radius: 0
    }
}

.left_menu .menu_box .sticker {
    margin-bottom: -2.2rem
}

.left_menu .menu_box .topList a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    position: relative
}

.left_menu .menu_box .topList a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #fff;
    width: 98px;
    height: 1px;
    z-index: 1
}

.left_menu .menu_box .topList a:last-child:after {
    display: none
}

.left_menu .menu_box .topList a:hover {
    color: #fffb6e
}

.left_menu .menu_box .mainList {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9ede0;
    border: 1px solid #f9ede0;
    margin: 0 5px 5px;
    position: relative
}

.left_menu .menu_box .mainList li {
    padding: 0
}

.left_menu .menu_box .mainList a {
    font-size: 14px;
    font-weight: 500;
    color: #440015;
    padding: 5px 0;
    display: block
}

.left_menu .menu_box .mainList a:hover {
    color: #fff;
    background: #e18f47
}

.left_menu .menu_box .subList {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9ede0;
    border: 1px solid #f9ede0;
    width: calc(100% - 10px);
    margin: auto
}

.left_menu .menu_box .subList li {
    padding: 0
}

.left_menu .menu_box .subList a {
    font-size: 14px;
    font-weight: 500;
    color: #440015;
    padding: 5px 0;
    display: block
}

.left_menu .menu_box .subList a:hover {
    color: #fff;
    background: #e18f47
}

.left_menu.go--act .arrow_box span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width:1366px) {
    .left_menu.go--act .arrow_box span {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.left_menu.go--act .menu_box {
    -webkit-transform: translateX(-105%) scale(0.9);
    transform: translateX(-105%) scale(0.9);
    pointer-events: none
}

@media only screen and (max-width:1366px) {
    .left_menu.go--act .menu_box {
        pointer-events: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.app_menu {
    display: none;
    width: 100%;
    color: #fff;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 0, 21, 0)), color-stop(50%, rgba(68, 0, 21, 0.8)));
    background: linear-gradient(180deg, rgba(68, 0, 21, 0) 0%, rgba(68, 0, 21, 0.8) 50%);
    position: fixed;
    bottom: 0px;
    top: inherit;
    z-index: 99
}

@media only screen and (max-width:992px) {
    .app_menu {
        display: block
    }
}

.app_menu .main {
    margin: 0;
    padding: 0 1rem;
    position: relative;
    z-index: 55
}

.app_menu .main li {
    width: 20%
}

.app_menu .main li a {
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.app_menu .main li a span {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .app_menu .main li a span {
        font-size: 13px
    }
}

.app_menu .main li .icon {
    display: block;
    width: 80px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .app_menu .main li .icon {
        width: 50px
    }
}

.app_menu .appMenu_title {
    width: 200px;
    height: 100px;
    border-radius: 240px 240px 0 0;
    position: absolute;
    left: 50%;
    top: -1rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.app_menu .appMenu_title img {
    width: 40px;
    display: block;
    margin: 0 auto
}

.app_menu .appMenu_title p {
    text-align: center;
    font-weight: 500
}

.app_menu .subBox_app {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: -70vh;
    left: 0;
    -webkit-transition: 0.6s cubic-bezier(0.5, 0.64, 0.15, 1.12);
    transition: 0.6s cubic-bezier(0.5, 0.64, 0.15, 1.12);
    z-index: 8
}

.app_menu .subBox_app .subList {
    margin: 0;
    padding: 15px 5px 110px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 0, 21, 0)), color-stop(50%, rgba(68, 0, 21, 0.8)));
    background: linear-gradient(180deg, rgba(68, 0, 21, 0) 0%, rgba(68, 0, 21, 0.8) 50%);
    position: relative;
    z-index: 3
}

.app_menu .subBox_app .subList li {
    padding: 5px 3px
}

.app_menu .subBox_app .subList a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.app_menu .subBox_app.go--act {
    bottom: -20px
}

.app_menu .subBox_app.go--act .appMenu_title {
    top: -4.5rem;
    opacity: 1
}

.app_menu .followBox_app {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: -55vh;
    left: 0;
    background: #000;
    -webkit-transition: 0.6s cubic-bezier(0.5, 0.64, 0.15, 1.12);
    transition: 0.6s cubic-bezier(0.5, 0.64, 0.15, 1.12)
}

.app_menu .followBox_app ul {
    width: 50%;
    padding: 1rem 0;
    margin: auto;
    background: #000;
    position: relative;
    z-index: 3
}

@media only screen and (max-width:767px) {
    .app_menu .followBox_app ul {
        padding: 15px 0;
        width: 280px
    }
}

.app_menu .followBox_app li {
    padding: 5px
}

.app_menu .followBox_app.go--act {
    bottom: 0
}

.app_menu .followBox_app.go--act .appMenu_title {
    top: -4.5rem;
    opacity: 1
}

.nav_btn {
    display: none !important;
    cursor: pointer;
    background: #fff;
    position: fixed;
    z-index: 88;
    top: 40px;
    right: 0;
    width: 30px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .nav_btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.nav_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 0 2px 2px 0;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.nav_btn.go--act {
    z-index: 9999
}

.nav_btn.go--act span {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.subfixed {
    position: fixed;
    top: 10px
}

#newMask,
.menuMask {
    display: none;
    background-color: rgba(34, 34, 34, 0.75);
    width: 100vw;
    height: 0;
    position: fixed;
    left: 0px;
    bottom: 0;
    pointer-events: none
}

#newMask.go--act,
.menuMask.go--act {
    pointer-events: auto;
    height: 100vh;
    display: block;
    z-index: 5
}

#newMask {
    display: block
}

.gotopMB {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 11;
    border-radius: 100%
}

.gotopMB span {
    width: 15px;
    height: 15px;
    display: block;
    margin: 10px auto -6px
}

@media only screen and (max-width:992px) {
    .gotopMB {
        display: block
    }
}

.gotopMB a,
.gotopMB:hover {
    color: #fff;
    text-decoration: none
}

.promo .pic {
    border-radius: 6px;
    margin-bottom: 5px;
    overflow: hidden
}

.promo li {
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .promo li {
        padding: 0 5px
    }
}

@media only screen and (max-width:767px) {
    .promo li {
        padding: 0 3px
    }
}

.promo li:hover a {
    top: -6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.promo li:hover .icon {
    top: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.promo li:hover .hotline {
    background: #008bec;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.promo a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 5px 5px 2.3rem;
    border-radius: 0.7rem;
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media only screen and (max-width:991px) {
    .promo a {
        font-size: 1rem;
        line-height: 1.45rem;
        padding: 5px 5px 1.8rem
    }
}

@media only screen and (max-width:767px) {
    .promo a {
        font-weight: 500;
        padding: 3px 3px 7vw;
        text-align: left
    }
}

.promo .icon {
    width: 2.5rem;
    height: 4.5rem;
    padding: 0 0.4rem 1rem;
    position: absolute;
    right: 1rem;
    top: -5rem;
    background: #008bec;
    border-radius: 0 0 50px 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9
}

.promo .hotline {
    height: 2.2rem;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    padding: 3px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media only screen and (max-width:991px) {
    .promo .hotline {
        height: 1.95rem
    }
}

@media only screen and (max-width:767px) {
    .promo .hotline {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        border-radius: 5px;
        padding: 2px 6px;
        height: 25px
    }
}

.promo .pd_title {
    color: #454545;
    margin-bottom: 8px;
    padding: 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .promo .pd_title {
        font-size: 13px;
        line-height: 1.3;
        font-weight: 500;
        padding: 0 6px;
        margin-top: 3px;
        max-height: 50px;
        overflow: hidden
    }
}

.promo .price {
    font-size: 135%;
    color: #e51300;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px
}

@media only screen and (max-width:767px) {
    .promo .price {
        padding: 0 8px;
        font-size: 5vw
    }
}

.promo .price i {
    font-weight: normal;
    font-style: normal;
    vertical-align: 0;
    color: #454545;
    font-size: 70%;
    text-decoration: line-through;
    padding-right: 3px
}

@media only screen and (max-width:767px) {
    .promo .price i {
        display: none
    }
}

.promo .price small {
    font-weight: normal;
    font-size: 65%;
    vertical-align: 0
}

.promo .price span {
    font-size: inherit;
    font-weight: inherit
}

.footer {
    width: 100%;
    padding: 2rem 0;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #101010
}

@media only screen and (max-width:991px) {
    .footer {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .footer {
        padding-bottom: 6rem
    }
}

.footer .container {
    width: 1030px;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    font-family: "Noto Sans TC", sans-serif;
    -ms-grid-columns: 295px calc(100% - 295px - 670px) 670px;
    grid-template-columns: 295px 670px;
    gap: calc(100% - 295px - 670px)
}

@media only screen and (max-width:1280px) {
    .footer .container {
        max-width: 100%
    }
}

@media only screen and (max-width:991px) {
    .footer .container {
        display: block;
        text-align: center
    }
}

.footer .text {
    font-size: 13px;
    font-weight: 400
}

@media only screen and (max-width:991px) {
    .footer .socialMedia {
        margin-bottom: 1rem
    }
}

.footer .socialMedia li {
    width: 30px;
    margin-left: 10px
}

@media only screen and (max-width:991px) {
    .footer .socialMedia li {
        width: 40px
    }
}

.footer .socialMedia li a {
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.footer .socialMedia li a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

@media only screen and (max-width:991px) {
    .footer .socialMedia li a:hover {
        -webkit-transform: none;
        transform: none
    }
}

.footer .socialMedia li img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.footer .socialMedia .title {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

@media only screen and (max-width:767px) {
    .footer .socialMedia .title {
        padding: 0 5px 0 0
    }
}

.footer .socialMedia .icon--arrow {
    width: 50px;
    margin-left: 7px
}

@media only screen and (max-width:767px) {
    .footer .socialMedia .icon--arrow {
        width: 40px
    }
}

b,
i,
small,
span,
strong {
    vertical-align: 0;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: inherit
}

.arrow {
    border: solid rgba(255, 255, 255, 0.7);
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: -5px
}

.arRight {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arLeft {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.arUp {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.d-block {
    width: 100%
}

.absolute {
    position: absolute;
    top: 0;
    left: 50%
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.8);
    width: 45px;
    height: 45px;
    border-radius: 100%
}

@media only screen and (max-width:767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px
    }
}

.swiper-button-next:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.85rem;
    color: #fff
}

@media only screen and (max-width:767px) {

    .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem
    }
}

.hide {
    display: none
}

.scrollBox {
    padding: 0.6rem 0 0.5rem
}

.os-scrollbar .os-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15) !important
}

.os-scrollbar.os-scrollbar-horizontal {
    height: 15px !important
}

/*# sourceMappingURL=default.css.map */