@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

.scroll_nav {
    transition: all 0.3s ease;
    overflow-x: scroll;
    padding: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scroll_nav::-webkit-scrollbar {
    display: none;
}

.scroll_nav .menu {
    width: 100%;
}

.scroll_nav #menu-center {
    width: 100%;
    margin: 0 auto;
}

.scroll_nav #menu-center ul {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #182987;
}

.scroll_nav #menu-center ul .nav_icon img {
    max-width: 56px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.scroll_nav #menu-center ul li {
    cursor: pointer;
    list-style: none;
    padding: 10px 10px;
    color: #000;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    transition: 0.3s;
}

.scroll_nav #menu-center ul li>div {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
}

@media all and (max-width: 575px) {
    .scroll_nav #menu-center ul li>div {
        font-size: 1em;
    }
}

.scroll_nav #menu-center ul li>div img {
    margin-left: 3px;
    margin-top: 3px;
    width: 10px;
}

.scroll_nav #menu-center ul li>div.myactive {
    color: #000;
    text-decoration: none;
}

.scroll_nav #menu-center ul li>div.myactive:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FF7F00;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.scroll_nav #menu-center ul li:nth-child(n + 2) {
    position: relative;
}

.scroll_nav #menu-center ul li:nth-child(n + 2) ::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #BCBCBC;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

header.head_navbar {
    padding: 20px 0px 15px 0px;
    background: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
}

header.head_navbar .jp_btnlink span {
    border: #fff 1px solid;
    background-color: #777777;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px;
}

header.head_navbar .btn {
    margin-right: 10px;
    padding: 5px 5px;
    font-size: 0.8em;
}

header.head_navbar .logo img {
    height: 35px;
}

header.head_navbar input {
    display: none;
}

header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer;
}

header.real-header {
    padding: 10px 0px;
    background: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
}

header.real-header .logo {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
}

header.real-header .logo img {
    height: 50px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    header.real-header .logo img {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    header.real-header .logo img {
        height: 35px;
    }
}

header.real-header .container {
    padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    header.real-header .container {
        padding: 0px 15px;
    }
}

@media all and (max-width: 575px) {
    header.real-header .container {
        padding: 0px 0px;
    }
}

@media all and (max-width: 575px) {
    header.real-header .mobile_nav {
        margin-right: 10px;
        margin-left: 10px;
    }
}

header.real-header input {
    display: none;
}

header.real-header label {
    margin: 0 auto !important;
    cursor: pointer;
}

header.real-header div.row {
    justify-content: space-between;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    header.real-header div.col {
        text-align: center;
        margin: 0px auto;
        padding-right: 10px;
    }
}

@media all and (max-width: 575px) {
    header.real-header div.col {
        text-align: center;
        margin: 0px auto;
        padding-right: 10px;
    }
}

header.real-header div.col-2 {
    font-size: 6vmin;
    max-height: 5vmin;
    position: relative;
}

header.real-header div.col-2 label {
    position: absolute;
    left: 1vmin;
    top: -2vmin;
}

header.real-header div.mobile-menu {
    transition: all .25s;
    pointer-events: none;
    opacity: 0;
    font-size: 3vmin;
    position: absolute;
    z-index: 9999;
    left: -7px;
    top: 6.8vmin;
    min-width: 49vmin;
    height: 0px;
    display: flex;
    justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    header.real-header div.mobile-menu {
        left: -37px;
        top: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    header.real-header div.mobile-menu {
        left: -20px;
        top: 40px;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    header.real-header div.mobile-menu {
        left: -17px;
        top: 35px;
    }
}

@media all and (max-width: 575px) {
    header.real-header div.mobile-menu {
        left: -19px;
        top: 37px;
    }
}

header.real-header div.mobile-menu div#bgafter {
    z-index: -1;
    background: rgba(68, 64, 65, 0.8);
    position: absolute;
    height: 100%;
    width: 1px;
    top: 7px;
    left: 4px;
    content: ' ';
}

header.real-header div.mobile-menu a {
    text-decoration: none;
    display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
    position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
    background: #0091ec;
    color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
    color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
    position: absolute;
    content: ' ';
    background: rgba(128, 128, 128, 0.5);
    height: 1px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

header.real-header div.mobile-menu ul {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
    padding: 12px 4vmin;
    color: #444041;
    display: flex;
    justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
    color: #c9cbc8;
}

header.real-header div input#newbar:checked~div.mobile-menu {
    pointer-events: all;
    opacity: 1;
    overflow: unset;
}

header.head_navbar {
    padding: 15px 0px 15px 0px;
    background: #182987;
    font-family: "Noto Sans TC", "微軟正黑體";
    position: relative;
    z-index: 999;
    position: sticky;
    top: 0;
}

header.head_navbar .btn {
    margin-right: 15px;
}

header.head_navbar .logo {
    position: absolute;
    top: 10px;
}

header.head_navbar .logo img {
    height: 120px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    header.head_navbar .logo img {
        height: 110px;
    }
}

@media all and (max-width: 575px) {
  header.head_navbar .logo {
     position: relative;
     top: 0px;
     margin: auto;
     left: 0;
     right: 0;
     display: flex;
     justify-content: center;
  }
    header.head_navbar .logo img {
        height: 90px;
    }
}

@media all and (max-width: 320px) {
    header.head_navbar .logo img {
        height: 80px;
    }
}

header.head_navbar input {
    display: none;
}

header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer;
}

header.head_navbar .topbtn {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.topslider {
    width: 100%;
    overflow: hidden;
}

.topslider img {
    width: 100%;
}

@media all and (max-width: 575px) {
    .topslider{
        height: 200px;
    }
   .topslider img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }
}

.bannerareapc {
    display: flex;
    background: url(../images/pc_bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 99999;
    overflow: hidden;
}

.bannerareapc .maintitle {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.bannerareapc .headmain {
    min-width: 1200px !important;
    margin: auto;
    justify-content: center;
}

.bannerareapc .headright {
    height: 600px;
    position: relative;
    z-index: 999;
}

.bannerareapc .headright .maintop img {
    width: 680px;
    position: relative;
    top: -85px;
}

.bannerareapc .headright .swiper-slide a {
    display: flex;
    width: 300px;
    justify-content: center;
    margin: auto;
}

.bannerareapc .headright .swiper-slide img {
    display: none;
    height: 180px;
}

.bannerareapc .headright .swiper-slide.swiper-slide-visible img {
    display: block;
    margin: auto;
}

.bannerareapc h5 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2;
    margin: 10px 0px;
    padding: 0;
}

.bannerareapc h1 {
    font-size: 2.8em;
    font-weight: 500;
    letter-spacing: 3.6px;
    height: 100px;
    margin: 15px 0px 15px 0px;
    padding: 0;
}

.bannerareapc p {
    font-size: 21px;
    letter-spacing: 1.35px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 32px;
}

.headernav {
    background: #D64469;
    padding: 12px 0px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
    position: sticky;
    top: -1px;
    width: 100%;
    min-width: 1200px;
    z-index: 99999;
}

.headernav ul {
    display: flex;
    justify-content: center;
}

.headernav ul li {
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    font-size: 22px;
    line-height: 34px;
    margin: 0px 10px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.headernav ul li:after {
    content: '';
    height: 100%;
    width: 2px;
    background: #ffffff;
    position: absolute;
    right: -10px;
}

.headernav ul li:last-child:after {
    display: none;
}

.headernav ul li a {
    text-decoration: none;
    color: inherit;
    padding: 10px;
}

.headernav ul li a:hover {
    text-decoration: underline;
}

.headerslide {
    position: relative;
    width: 95%;
}

.headerslide .next {
    position: absolute;
    right: -35px;
    height: 48px;
    width: 29px;
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/rightarrow.png") no-repeat;
    margin: auto;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.headerslide .prev {
    position: absolute;
    left: -35px;
    height: 48px;
    width: 29px;
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/leftarrow.png") no-repeat;
    margin: auto;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.headerslide .slick-dots li {
    margin: 0 3px;
    background: transparent !important;
    box-shadow: none !important;
}

.headerslide .slick-dots li button:before {
    font-size: 20px;
    text-shadow: 1.04161px 1.04161px 2.08322px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    color: #ffffff;
}

.headerslide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #EE4123;
    text-shadow: 1.04161px 1.04161px 2.08322px rgba(0, 0, 0, 0.2);
}

.fixsidebar {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 100px;
    text-align: center;
    z-index: 99999;
}

.fixsidebar a {
    color: #ffffff;
    text-decoration: none;
}

.fixsidebar .gototop {
    cursor: pointer;
    display: none;
    margin-top: 10px;
}

.fixsidebar ul li a:hover {
    color: yellow;
}

.fixsidebar ul.showlist {
    display: none;
    font-family: "Noto Sans TC", "微軟正黑體";
    padding-top: 10px;
    padding-bottom: 0px;
}

.fixsidebar ul.showlist li {
    margin-bottom: 2px;
}

.fixsidebar ul.showlist li a {
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.fixsidebar ul.showlist li a:hover {
    background: #000;
    color: #faeac5;
}

.fixsidebar ul.showlist li:last-child {
    border-bottom: 0px solid #ffffff;
}

.fixsidebar ul.showlist li.last-sidebtn a {
    border-bottom: 0px solid #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.fixsidebar ul.showlist li:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 70px 70px 0px 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.fixsidebar ul.showlist.active {
    display: block;
}

.fixsidebar ul.hidelist {
    display: none;
    background: rgba(19, 15, 15, 0.8);
    border-radius: 10px 0px 0px 10px;
    width: 80px;
    margin-left: auto;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.fixsidebar ul.hidelist img {
    width: 65px;
}

.fixsidebar ul.hidelist.active {
    display: block;
    cursor: pointer;
}

.fixsidebar .closebtn {
    display: none;
    position: absolute;
    top: 10%;
    border-radius: 10px 0px 0px 10px;
    width: 30px;
    right: 0px;
    margin-left: auto;
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 20px;
    cursor: pointer;
}

.fixsidebar .closebtn.active {
    display: block;
}

.circle {
    position: absolute;
    width: 100%;
    top: 0px;
}

.wrap {
    width: 90%;
    height: 530px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: -1;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
    .wrap {
        height: 485px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    .wrap {
        height: 485px;
    }
}

.wrap_top,
.wrap_bottom {
    position: absolute;
    border-top: 4px solid #436665;
}

.wrap_left,
.wrap_right {
    height: 410px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {

    .wrap_left,
    .wrap_right {
        height: 370px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {

    .wrap_left,
    .wrap_right {
        height: 370px;
    }
}

.wrap_left {
    border-left: 4px solid #436665;
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.wrap_left:before {
    content: '';
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/icon.png);
    width: 133px;
    height: 425px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 30px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
    .wrap_left:before {
        background-size: contain;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    .wrap_left:before {
        background-size: contain;
    }
}

.wrap_right {
    border-right: 4px solid #436665;
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.wrap_right:before {
    content: '';
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/icon.png);
    width: 133px;
    height: 425px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -155px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
    .wrap_right:before {
        background-size: contain;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    .wrap_right:before {
        background-size: contain;
    }
}

.wrap_top {
    left: 0px;
    top: 0px;
    width: 100%;
}

.wrap_top:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg);
    position: absolute;
    top: -4px;
    left: -50px;
}

.wrap_top:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg);
    transform: rotate(90deg);
    position: absolute;
    top: -4px;
    right: -50px;
}

.wrap_bottom {
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.wrap_bottom:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg);
    transform: rotate(270deg);
    position: absolute;
    bottom: 0px;
    left: -50px;
}

.wrap_bottom:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    right: -50px;
}

@media all and (max-width: 575px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        min-width: 360px;
    }
}

@media all and (max-width: 575px) {
    .pcshow {
        display: none !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .pcshow {
        display: none !important;
    }
}

.phoneshow {
    display: none !important;
}

@media all and (max-width: 575px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.cloudbg {
    position: fixed;
    width: 100%;
    height: 300px;
    top: 25%;
    z-index: -1;
}

@media all and (max-width: 575px) {
    .cloudbg {
        display: none;
    }
}

.cloudbg .cloud1 {
    width: 71px;
    height: 28px;
    background: url(../images/cloud1.png);
    position: absolute;
    top: 217px;
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 58s;
    z-index: 5;
}

.cloudbg .cloud2 {
    width: 134px;
    height: 53px;
    background: url(../images/cloud2.png);
    position: absolute;
    top: 56px;
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 150s;
    z-index: 5;
}

.cloudbg .cloud3 {
    width: 88px;
    height: 35px;
    background: url(../images/cloud3.png);
    position: absolute;
    top: 54px;
    right: 0px;
    z-index: 5;
    animation: linear infinite alternate;
    animation-name: run2;
    animation-duration: 90s;
}

footer {
    overflow: hidden;
}

.move {
    cursor: pointer;
    transition: 0.2s;
}

.move:hover {
    transform: scale(1.03);
}

.gototop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 9999999;
    cursor: pointer;
    display: none;
}

.gototop img {
    width: 70px;
}

.subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.showmorebtn {
    color: #ffffff;
    font-size: 36px;
    font-family: "Noto Sans TC", "微軟正黑體";
    text-decoration: none;
    padding: 15px 0px;
    line-height: 1;
    margin-top: 0px;
    background: #FF5A00;
    border-radius: 12px;
    letter-spacing: 0px;
    transition: 0.1s;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    z-index: 5;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 81px;
    position: absolute;
    bottom: 15px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    .showmorebtn {
        font-size: 24px;
        padding: 11px 10px;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .showmorebtn {
        color: #ffffff;
        background: #ff5a00;
        font-size: 19px;
        font-family: "Noto Sans TC", "微軟正黑體";
        text-decoration: none;
        padding: 7px 20px;
        line-height: 1;
        border-radius: 12px;
        letter-spacing: 0px;
        transition: 0.3s;
        display: inline;
        position: absolute;
        z-index: 11;
        right: 15px;
        bottom: 25px;
        width: fit-content;
        left: auto;
    }

    .showmorebtn:hover {
        box-shadow: none;
    }
}

@media all and (max-width: 575px) {
    .showmorebtn {
        color: #ffffff;
        background: #ff5a00;
        font-size: 19px;
        font-family: "Noto Sans TC", "微軟正黑體";
        text-decoration: none;
        padding: 7px 20px;
        line-height: 1;
        border-radius: 12px;
        letter-spacing: 0px;
        transition: 0.3s;
        display: inline;
        position: absolute;
        z-index: 11;
        right: 15px;
        bottom: 25px;
        width: fit-content;
        left: auto;
        bottom: 15px;
    }

    .showmorebtn:hover {
        box-shadow: none;
    }
}

.showmorebtn:hover {
    box-shadow: 0px 0px 10px #9a9a9a;
}

.showmorebtn.btn2 {
    background: #FF7894;
    animation: bigbig 1s linear infinite;
}

@keyframes bigbig {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

section.section {
    padding-top: 0px;
    padding-bottom: 30px;
}

section .subtitle {
    margin-top: 20px;
}

section .sectiontitle {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    font-size: 40px;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-weight: 500;
    margin-top: 30px;
    z-index: 3;
    padding-left: 0px;
    margin-bottom: 30px;
}

section .sectiontitle h1 {
    font-family: "Noto Serif TC", "微軟正黑體";
    font-weight: 700;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section .sectiontitle {
        margin-bottom: 15px;
        justify-content: center;
    }
}

@media all and (max-width: 575px) {
    section .sectiontitle {
        margin-bottom: 15px;
        justify-content: center;
    }
}

@media all and (max-width: 575px) {
    section .sectiontitle img {
        height: 55px;
        width: auto;
    }
}

section.adsection {
    background: #CDF4F1;
    padding: 30px 0px;
    z-index: 99999;
    position: relative;
}

section.adsection .bounce {
    animation: bounce .5s linear infinite alternate;
    position: relative;
    top: -25px;
    left: 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section.adsection .bounce {
        top: -10px;
    }
}

@media all and (max-width: 575px) {
    section.adsection .bounce {
        top: 0px;
        left: 0px;
        width: 20%;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section.adsection .listtitle1 {
        width: 80%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.adsection .listtitle1 {
        width: 80%;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section.adsection .listtitle2 {
        width: 20%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.adsection .listtitle2 {
        width: 20%;
        top: -5px;
    }
}

section.adsection .list {
    text-align: right;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.adsection .list {
        text-align: center;
        margin-top: 20px;
    }

    section.adsection .list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.adsection .list ul li {
        flex-basis: 48.5%;
        margin: 0.5%;
    }

    section.adsection .list ul li a {
        display: flex;
    }

    section.adsection .list ul li a img {
        width: 100%;
        margin-bottom: 0px;
    }

    section.adsection .list ul li a img:hover {
        transform: none;
    }
}

@media all and (max-width: 575px) {
    section.adsection .list {
        text-align: center;
        margin-top: 20px;
    }

    section.adsection .list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.adsection .list ul li {
        flex-basis: 48.5%;
        margin: 0.5%;
    }

    section.adsection .list ul li a {
        display: flex;
    }

    section.adsection .list ul li a img {
        width: 100%;
        margin-bottom: 0px;
    }

    section.adsection .list ul li a img:hover {
        transform: none;
    }
}

section.adsection .list li {
    text-align: right;
}

section.adsection .list img {
    width: 250px;
    margin-bottom: 8px;
    transition: 0.3s;
}

section.adsection .list img:hover {
    transform: scale(1.05);
}

@media all and (max-width: 575px) {
    section.adsection .list img {
        margin: auto;
    }

    section.adsection .list img:hover {
        transform: none;
    }
}

@media all and (max-width: 575px) {
    section.adsection img[alt="本月下殺商品"] {
        width: 75%;
    }
}

section.adsection ul.benefitwrapper li {
    box-shadow: none;
    padding: 0;
    background: transparent;
}

section.adsection ul.benefitwrapper li a {
    height: 285px;
}

section.adsection ul.benefitwrapper li:hover {
    box-shadow: none;
    filter: drop-shadow(1px 5px 4px black);
}

section.sectionxxx {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background: #EAE9E1;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 9;
}

@media all and (max-width: 575px) {
    section.sectionxxx {
        overflow: inherit;
        background: #EAE9E1;
        z-index: 1;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        position: static;
    }
}

section.sectionxxx .boxarea {
    padding: 10px;
    height: auto;
    overflow: hidden;
}

@media all and (max-width: 1400px) {
    section.sectionxxx .boxarea {
        height: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section.sectionxxx .boxarea {
        height: auto;
        padding: 0px;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.sectionxxx .boxarea {
        height: auto;
        border-radius: 0px;
        padding: 0px;
    }
}

@media all and (max-width: 575px) {
    section.sectionxxx .boxarea {
        height: auto;
        border-radius: 0px;
        padding: 0px;
        padding-bottom: 0px;
    }
}

section.sectionxxx .boxarea .boxleft {
    display: flex;
    flex-direction: column;
    position: relative;
}

section.sectionxxx .boxarea .boxleft.pc_use {
    height: 100%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.sectionxxx .boxarea .boxleft.pc_use {
        display: none;
    }

    section.sectionxxx .boxarea .boxleft.pc_use img.boxleftcover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media all and (max-width: 575px) {
    section.sectionxxx .boxarea .boxleft.pc_use {
        display: none;
    }
}

section.sectionxxx .boxarea .boxleft.pc_use img.boxleftcover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

section.sectionxxx .boxarea .boxleft.phone_use {
    display: none;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.sectionxxx .boxarea .boxleft.phone_use {
        display: block;
    }
}

@media all and (max-width: 575px) {
    section.sectionxxx .boxarea .boxleft.phone_use {
        display: block;
    }
}

section.sectionxxx .boxarea .boxleft .boxcover {
    flex: 1;
    margin-bottom: 0px;
    position: relative;
}

section.sectionxxx .boxarea .boxleft .boxcover .boxleftcover {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

section.sectionxxx .boxarea .boxleft .boxcover .boxleftcover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.sectionxxx .boxarea .boxleft .boxcover .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    z-index: 5;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section.sectionxxx .boxarea .boxleft .boxcover .title {
        height: 40px;
        width: auto;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section.sectionxxx .boxarea .boxleft .boxcover .title {
        position: absolute;
        left: 15px;
        top: 22px;
        margin: 0;
        z-index: 5;
        height: 40px;
        width: auto;
    }
}

@media all and (max-width: 575px) {
    section.sectionxxx .boxarea .boxleft .boxcover .title {
        position: absolute;
        left: 15px;
        top: 22px;
        margin: 0;
        z-index: 5;
        height: 40px;
        width: auto;
    }
}

section.sectionxxx ul.benefitwrapper {
    margin-bottom: 30px;
}

@media all and (max-width: 575px) {
    section.sectionxxx ul.benefitwrapper {
        width: 90%;
        margin: auto;
    }
}

section.sectionxxx ul.benefitwrapper li:first-child {
    box-shadow: none;
}

section.sectionxxx ul.benefitwrapper li:first-child:hover {
    transform: none;
    box-shadow: none;
}

section.section2 {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background: #EAE9E1;
    background-repeat: no-repeat;
}

section.section3 {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background: #F5EFD9;
}

section.section3 .titlerow {
    background: #E0F280;
    height: 120px;
}

section.section3 .titlerow img {
    top: -80px;
}

section.section3 .goodrow {
    background: #E0F280;
}

section.bannerad {
    display: flex;
    z-index: 99999;
    position: relative;
    background: linear-gradient(90deg, #feda11 48%, #5c9852 48%);
}

section.sectionhead {
    position: relative;
    z-index: 99999;
    overflow: hidden;
    padding: 0;
    padding-top: 50px;
    background-color: #154735;
}

section.sectionhead .container {
    position: relative;
}

section.sectionhead .container .cpicarea {
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

section.sectionhead .container .cpicarea .c1 {
    position: absolute;
    left: -45px;
    top: 0px;
    width: 190px;
}

section.sectionhead .container .cpicarea .c2 {
    position: absolute;
    bottom: 35px;
    left: -50px;
    width: 189px;
}

section.sectionhead .container .cpicarea .c3 {
    position: absolute;
    top: 27px;
    right: -90px;
    width: 100px;
}

section.sectionhead .container .cpicarea .c4 {
    position: absolute;
    top: 287px;
    right: -17px;
    width: 170px;
}

section.sectionhead .container .cpicarea .c5 {
    position: absolute;
    bottom: 50px;
    right: -18px;
    width: 120px;
}

section.sectionhead .titlerow {
    background: transparent;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

section.sectionhead .titlerow img {
    top: 0;
}

section.applycoupon {
    background: url(../images/mainbg2.jpg);
    background-position: center top;
    padding-top: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

section.applycoupon .titlerow {
    background: transparent;
    top: 0;
    margin-top: 10px;
}

section.applycoupon .titlerow img {
    position: relative;
    top: 0;
    max-width: 100%;
}

section.applycoupon .couponbox {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 40px;
}

section.applycoupon .couponbox .box {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 10px;
    padding: 65px 0px 15px 0px;
    background: #FFFFE9;
    box-shadow: 0px 0px 0px 3px #ab9234 inset;
    position: relative;
    z-index: 0;
}

section.applycoupon .couponbox .box .boxtitle {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    width: 250px;
}

section.applycoupon .couponbox .box .top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/ct1.svg), url(../images/ct4.svg), url(../images/ct2.svg), url(../images/ct3.svg);
    background-position: top left,
        top right,
        bottom left,
        bottom right;
    background-repeat: no-repeat;
}

section.applycoupon .couponbox .box img {
    padding: 0px 0px 0px 0px;
    max-width: 340px;
}

section.applycoupon .couponbox .box img.style1 {
    filter: drop-shadow(0px 8px 0px #cb0e68);
    position: relative;
    top: -8px;
}

section.applycoupon .couponbox .box img.style1:active {
    top: -4px;
    filter: unset;
    filter: drop-shadow(0px 4px 0px #cb0e68);
}

section.applycoupon .couponbox .box img.style2 {
    filter: drop-shadow(0px 8px 0px #005d62);
    position: relative;
    top: -8px;
}

section.applycoupon .couponbox .box img.style2:active {
    top: -4px;
    filter: unset;
    filter: drop-shadow(0px 4px 0px #005d62);
}

section.applycoupon .couponbox .box li {
    text-align: center;
    margin: 5px;
}

section.applycoupon .couponbox .box.box1 {
    width: 80%;
}

section.applycoupon .couponbox .box.box1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

section.applycoupon .couponbox .box.box2 {
    width: 40%;
}

section .btext {
    font-family: "Noto Sans TC", "微軟正黑體";
    text-align: center;
    color: #000000;
}

section.recommend {
    background: url(../images/qa.jpg);
    padding: 150px 0px;
}

section.recommend h1 {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #8C5924;
}

section.recommend p {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    width: 560px;
    margin: 66px auto 30px auto;
}

section.recommend p span {
    z-index: 1;
    position: relative;
}

section.recommend p span:after {
    z-index: -1;
    height: 19px;
    width: 100%;
    content: '';
    position: absolute;
    background: #FFE660;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
}

section.recommend .recommendbtn {
    color: #ffffff;
    background: #FA2E9B;
    font-size: 32px;
    font-family: "Noto Sans TC", "微軟正黑體";
    text-decoration: none;
    padding: 9px 43px;
    line-height: 1;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 38px;
    letter-spacing: 0px;
    transition: 0.1s;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    display: inline-flex;
}

section.recommend .recommendbtn:hover {
    background: #ff63b6;
}

section ul.keywordarea {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
    width: 85%;
    margin: auto;
}

section ul.keywordarea li {
    font-family: "Noto Sans TC", "微軟正黑體";
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 9px 19px;
    cursor: pointer;
    background: #F15C43;
    box-shadow: 0px 0px 0px 2px #FDB64C inset,
        0px 0px 0px 3px #F15C43,
        0px 0px 0px 5px #FDB64C;
}

section ul.keywordarea li:hover {
    text-decoration: underline;
}

section ul.keywordarea li.active {
    background: #784059;
    color: #ffffff;
    box-shadow: 0px 0px 0px 2px #FDB64C inset,
        0px 0px 0px 3px #784059,
        0px 0px 0px 5px #FDB64C;
}

section ul.keywordarea li.active:hover {
    text-decoration: none;
}

section ul.boxwrapper {
    position: relative;
    z-index: 99;
    font-family: "Noto Sans TC", "微軟正黑體";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

@media all and (max-width: 575px) {
    section ul.boxwrapper {
        margin-top: 5px;
        margin: 5px auto 0px auto;
        width: 90%;
    }

    section ul.boxwrapper::-webkit-scrollbar {
        -webkit-appearance: none;
    }
}

section ul.boxwrapper li {
    background: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體";
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 22px;
    transition: 0.3s;
    text-align: left;
    width: calc(96%/3);
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    height: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li {
        margin-right: 10px;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li {
        margin-right: 10px;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.boxwrapper li {
        height: auto;
        padding-bottom: 12px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    section ul.boxwrapper li {
        padding-bottom: 12px;
    }
}

section ul.boxwrapper li:first-child {
    margin-bottom: 2%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li:first-child {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li:first-child {
        margin-bottom: 5px;
    }
}

section ul.boxwrapper li:nth-child(2) {
    margin-bottom: 2%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li:nth-child(2) {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li:nth-child(2) {
        margin-bottom: 5px;
    }
}

section ul.boxwrapper li:nth-child(3) {
    margin-bottom: 2%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li:nth-child(3) {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li:nth-child(3) {
        margin-bottom: 5px;
    }
}

section ul.boxwrapper li .info .title {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0px;
    padding: 0px 10px;
}

section ul.boxwrapper li:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px #9a9a9a;
    border-radius: 6px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li:hover {
        transform: none;
        box-shadow: none;
        border-radius: none;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li:hover {
        transform: none;
        box-shadow: none;
        border-radius: none;
    }
}

section ul.boxwrapper li a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

@media all and (max-width: 1400px) {
    section ul.boxwrapper li a {
        height: auto;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    section ul.boxwrapper li a {
        min-height: 255px;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.boxwrapper li a {
        height: 100%;
        justify-content: space-between;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li a {
        height: 100%;
        justify-content: space-between;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li .info {
        padding-bottom: 10px;
    }
}

section ul.boxwrapper li .info .goodimg {
    height: 200px;
    padding: 0px;
}

@media all and (max-width: 1400px) {
    section ul.boxwrapper li .info .goodimg {
        height: auto;
    }
}

section ul.boxwrapper li .info .goodimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

section ul.boxwrapper li .info .label {
    position: absolute;
    top: 10px;
    right: -5px;
    color: #ffffff;
    padding: 0px 6px 0px 7px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 300;
    background: #D10000;
    z-index: 99;
}

section ul.boxwrapper li .info .label:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 0;
    border-color: #ba0612 transparent transparent transparent;
}

section ul.boxwrapper li .info .label.labelstyle1 {
    background: #784059;
}

section ul.boxwrapper li .info .label.labelstyle3 {
    background: #784059;
}

section ul.boxwrapper li .info .label:empty {
    display: none;
}

section ul.boxwrapper li .info .title {
    font-size: 18px;
    line-height: 21px;
    margin: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-word;
    white-space: normal;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.boxwrapper li .info .title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media all and (max-width: 575px) {
    section ul.boxwrapper li .info .title {
        font-size: 14px;
        line-height: 18px;
    }
}

section ul.boxwrapper li .price {
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #f00;
    font-size: 20px;
}

section ul.boxwrapper li .price del {
    font-family: "Noto Sans TC", "微軟正黑體";
    margin-bottom: 5px;
    font-size: 17px;
    color: #696A6A;
    display: block;
}

section ul.boxwrapper li .price span {
    font-size: 14px;
}

section .mySwiper {
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

@media all and (max-width: 575px) {
    section .mySwiper {
        width: 90%;
        margin: auto;
        padding-bottom: 10px;
    }
}

section .swiper-prev,
section .swiper-next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 60px;
    z-index: 9999;
}

@media all and (max-width: 575px) {

    section .swiper-prev,
    section .swiper-next {
        display: none;
    }
}

section .swiper-prev {
    left: -35px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section .swiper-prev {
        left: -35px;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section .swiper-prev {
        left: -30px;
    }
}

section .swiper-next {
    right: -25px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section .swiper-next {
        right: -25px;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section .swiper-next {
        right: -20px;
    }
}

section .swiper-pagination {
    position: relative;
    bottom: -10px !important;
}

section .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px)) !important;
    background: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #000;
}

section .swiper-pagination-bullet-active {
    background: #FF5A00 !important;
}

section ul.slidewrapper {
    position: relative;
    z-index: 99;
    font-family: "Noto Sans TC", "微軟正黑體";
}

section ul.slidewrapper.labels .label {
    background: rgba(250, 173, 20, 0.9) !important;
    left: 0px !important;
    right: auto !important;
    font-size: 25px !important;
    top: 0px !important;
    height: auto !important;
    padding: 5px 10px !important;
}

section ul.slidewrapper.labels .label:after {
    display: none;
}

section ul.slidewrapper li {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 15px;
    transition: 0.3s;
    text-align: left;
    height: auto;
    text-align: center;
}

section ul.slidewrapper li:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px #9a9a9a;
    border-radius: 6px;
}

section ul.slidewrapper li a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}

section ul.slidewrapper li .info .goodimg {
    height: auto;
    padding: 0px;
}

section ul.slidewrapper li .info .goodimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section ul.slidewrapper li .info .label {
    position: absolute;
    top: 10px;
    right: -5px;
    color: #ffffff;
    padding: 0px 6px 0px 7px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 300;
    background: #D10000;
    z-index: 99;
}

section ul.slidewrapper li .info .label:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 0;
    border-color: #ba0612 transparent transparent transparent;
}

section ul.slidewrapper li .info .label.labelstyle1 {
    background: #784059;
}

section ul.slidewrapper li .info .label.labelstyle3 {
    background: #784059;
}

section ul.slidewrapper li .info .label:empty {
    display: none;
}

section ul.slidewrapper li .info .title {
    font-size: 18px;
    line-height: 21px;
    margin: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

section ul.slidewrapper li .price {
    padding-left: 10px;
    padding-right: 10px;
    color: #f00;
    font-size: 20px;
}

section ul.slidewrapper li .price del {
    font-family: "Noto Sans TC", "微軟正黑體";
    margin-bottom: 5px;
    font-size: 17px;
    color: #696A6A;
    display: block;
}

section ul.slidewrapper li .price span {
    font-size: 14px;
}

section ul.benefitwrapper {
    position: relative;
    z-index: 99;
    font-family: "Noto Sans TC", "微軟正黑體";
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
    justify-content: start;
}

section ul.benefitwrapper.keyword-buy {
    display: none;
}

section ul.benefitwrapper.keyword-buy.active {
    display: flex;
    margin-bottom: 40px;
}

section ul.benefitwrapper.fourcols {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 10px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
    section ul.benefitwrapper.fourcols {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols {
        padding: 0px;
        justify-content: start;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols {
        padding-left: 10px;
        padding-right: 0px;
        margin-top: 10px;
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols {
        padding-left: 10px;
        padding-right: 0px;
        margin-top: 10px;
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

section ul.benefitwrapper.fourcols li {
    width: calc(96%/4);
    background: #ffffff;
    padding-bottom: 10px;
}

section ul.benefitwrapper.fourcols li:first-child {
    margin-bottom: 1.5%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols li:first-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols li:first-child {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols li:first-child {
        margin-bottom: 1%;
    }
}

section ul.benefitwrapper.fourcols li:nth-child(2) {
    margin-bottom: 1.5%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(2) {
        margin-bottom: 0;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols li:nth-child(2) {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(2) {
        margin-bottom: 1%;
    }
}

section ul.benefitwrapper.fourcols li:nth-child(3) {
    margin-bottom: 1.5%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(3) {
        margin-bottom: 0;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols li:nth-child(3) {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(3) {
        margin-bottom: 1%;
    }
}

section ul.benefitwrapper.fourcols li:nth-child(4) {
    margin-bottom: 1.5%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(4) {
        margin-bottom: 0;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols li:nth-child(4) {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols li:nth-child(4) {
        margin-bottom: 1%;
    }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
    section ul.benefitwrapper.fourcols li {
        width: calc(96%/3);
        margin-right: 1%;
        height: auto;
        margin-bottom: 1%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcols li {
        padding-bottom: 10px;
        width: 190px;
        border: 1px solid #ffffff;
        box-shadow: none;
        padding: 0;
        background: #ffffff;
        height: 300px;
        margin-right: 10px;
    }

    section ul.benefitwrapper.fourcols li:hover {
        transform: none;
        filter: none;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcols li {
        padding-bottom: 10px;
        width: 190px;
        border: 1px solid #ffffff;
        box-shadow: none;
        padding: 0;
        background: #ffffff;
        height: 300px;
        margin-right: 10px;
    }

    section ul.benefitwrapper.fourcols li:hover {
        transform: none;
        filter: none;
    }
}

section ul.benefitwrapper.fourcols li .info .title {
    color: #000000;
    font-size: 18px;
    line-height: 21px;
    margin: 5px 0px;
    height: 40px;
    padding: 0px 10px;
}

section ul.benefitwrapper.fourcols li .info .goodimg {
    height: 210px;
}

section ul.benefitwrapper.fourcols li .info .label {
    background: #FFEC3D;
    font-weight: 500;
    color: #000;
    right: 0px;
}

section ul.benefitwrapper.fourcols li .info .label:after {
    display: none;
}

section ul.benefitwrapper.fourcols li .price {
    text-align: right;
}

section ul.benefitwrapper.fourcol.style1 li a {
    height: auto;
}

section ul.benefitwrapper.fourcol.style1 li .info:after {
    background: none;
    display: none;
}

section ul.benefitwrapper.fourcol.style1 li .info .title {
    position: relative;
    bottom: 0px;
    background: #182987;
    line-height: 1;
    padding: 10px 0px;
    font-size: 20px;
    margin: 0px;
}

section ul.benefitwrapper.fourcol li {
    padding-bottom: 0px;
    box-shadow: none;
    width: calc(96%/4);
    margin: 0.5%;
    background: transparent;
    position: relative;
}

section ul.benefitwrapper.fourcol li:hover {
    transform: none;
    box-shadow: none;
}

section ul.benefitwrapper.fourcol li a {
    height: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcol li {
        width: calc(98%/2);
        margin-bottom: 2%;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcol li {
        width: calc(98%/2);
        margin-bottom: 2%;
    }
}

section ul.benefitwrapper.fourcol li .info {
    overflow: hidden;
}

section ul.benefitwrapper.fourcol li .info:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.97%, #000000 100%);
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
}

section ul.benefitwrapper.fourcol li .info:hover .goodimg {
    transform: scale(1.05);
}

section ul.benefitwrapper.fourcol li .info .goodimg {
    position: relative;
    height: auto;
    transition: 0.3s;
}

section ul.benefitwrapper.fourcol li .info .title {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    margin: 5px 0px;
    padding: 0px 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    width: 100%;
    text-align: center;
    bottom: 15px;
    z-index: 999;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fourcol li .info .title {
        font-size: 20px;
        bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fourcol li .info .title {
        bottom: 5px;
        font-size: 20px;
    }
}

section ul.benefitwrapper.fivecol.style1 li a {
    height: auto;
}

section ul.benefitwrapper.fivecol.style1 li .info:after {
    background: none;
    display: none;
}

section ul.benefitwrapper.fivecol.style1 li .info .title {
    position: relative;
    bottom: 0px;
    background: #182987;
    line-height: 1;
    padding: 10px 0px;
    font-size: 20px;
    margin: 0px;
}

section ul.benefitwrapper.fivecol li {
    padding-bottom: 0px;
    box-shadow: none;
    width: calc(96%/5);
    background: transparent;
    position: relative;
}

section ul.benefitwrapper.fivecol li:hover {
    transform: none;
    box-shadow: none;
}

section ul.benefitwrapper.fivecol li a {
    height: auto;
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fivecol li {
        width: calc(98%/2);
        margin-bottom: 2%;
    }
}

section ul.benefitwrapper.fivecol li .info {
    overflow: hidden;
}

section ul.benefitwrapper.fivecol li .info:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.97%, #000000 100%);
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
}

section ul.benefitwrapper.fivecol li .info:hover .goodimg {
    transform: scale(1.05);
}

section ul.benefitwrapper.fivecol li .info .goodimg {
    position: relative;
    height: auto;
    transition: 0.3s;
}

section ul.benefitwrapper.fivecol li .info .title {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    margin: 5px 0px;
    padding: 0px 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    width: 100%;
    text-align: center;
    bottom: 15px;
    z-index: 999;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    section ul.benefitwrapper.fivecol li .info .title {
        font-size: 20px;
        bottom: 5px;
    }
}

@media all and (max-width: 575px) {
    section ul.benefitwrapper.fivecol li .info .title {
        bottom: 5px;
        font-size: 20px;
    }
}

section ul.benefitwrapper.sixcol li {
    width: calc(94%/6);
    margin: 0.5%;
}

section ul.benefitwrapper.style1 li a {
    height: 330px;
}

section ul.benefitwrapper.style1 li a .goodimg {
    padding: 0;
    height: 250px;
}

section ul.benefitwrapper.style2 li a {
    height: 260px;
}

section ul.benefitwrapper.style2 li a .goodimg {
    height: 185px;
}

section ul.benefitwrapper.style3 li a {
    height: 255px;
}

section ul.benefitwrapper.style3 li a .goodimg {
    height: 165px;
}

section ul.benefitwrapper li {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 15px;
    transition: 0.3s;
    text-align: left;
}

section ul.benefitwrapper li:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px #9a9a9a;
    border-radius: 6px;
}

section ul.benefitwrapper li a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-between;
}

section ul.benefitwrapper li .info .goodimg {
    height: 185px;
    padding: 0px;
}

section ul.benefitwrapper li .info .goodimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

section ul.benefitwrapper li .info .label {
    position: absolute;
    top: 10px;
    right: -5px;
    color: #ffffff;
    padding: 0px 7px 0px 7px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    background: #D10000;
    z-index: 99;
}

section ul.benefitwrapper li .info .label:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 0;
    border-color: #ba0612 transparent transparent transparent;
}

section ul.benefitwrapper li .info .label.labelstyle1 {
    background: #784059;
}

section ul.benefitwrapper li .info .label.labelstyle3 {
    background: #784059;
}

section ul.benefitwrapper li .info .label:empty {
    display: none;
}

section ul.benefitwrapper li .info .title {
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

section ul.benefitwrapper li .price {
    padding-left: 10px;
    padding-right: 10px;
    color: #f00;
    font-size: 20px;
}

section ul.benefitwrapper li .price del {
    font-family: "Noto Sans TC", "微軟正黑體";
    margin-bottom: 5px;
    font-size: 17px;
    color: #696A6A;
    display: block;
}

section ul.benefitwrapper li .price span {
    font-size: 14px;
}

.titlerow {
    background: #FFCDDD;
    margin-top: 90px;
    border-radius: 20px 20px 0px 0px;
}

.titlerow img {
    position: relative;
    top: -50px;
    max-width: 800px;
}

.goodrow {
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 0px;
    background: #FFCDDD;
    border-radius: 0px 0px 20px 20px;
}

.goodrow.productwrapper {
    overflow: auto;
}

.sectionqna {
    background-color: #1C1B2B;
    position: relative;
    padding-bottom: 60px;
    padding-top: 0px;
    z-index: 99999;
}

@media all and (max-width: 575px) {
    .sectionqna .pcqnaimg {
        display: none;
    }
}

.sectionqna .phoneqnaimg {
    display: none;
}

@media all and (max-width: 575px) {
    .sectionqna .phoneqnaimg {
        display: block;
        width: 100%;
    }
}

.sectionqna .qnatitle {
    font-size: 40px;
    font-family: "Noto Sans TC", "微軟正黑體";
    color: #000000;
    margin-bottom: 30px;
}

.sectionqna h2.sectiontitle {
    color: #000000;
    margin-bottom: 30px;
}

.sectionqna ul.nav-tabs {
    margin: 0px auto;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 0px;
    box-shadow: none;
    margin-bottom: -1px;
    margin-top: 20px;
    width: 80%;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .sectionqna ul.nav-tabs {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .sectionqna ul.nav-tabs {
        align-items: center;
        display: flex;
        box-shadow: none;
        border: 0;
        margin-bottom: 0px;
        width: auto;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

.sectionqna ul.nav-tabs li {
    font-family: "Noto Sans TC", "微軟正黑體";
    text-indent: 0;
    margin: 0.5%;
    font-size: 28px;
    font-weight: bold;
    width: auto;
    line-height: 28px;
}

@media all and (max-width: 575px) {
    .sectionqna ul.nav-tabs li.nav-item {
        text-indent: 0;
        flex: 1;
        font-size: 17px;
        line-height: 17px;
        margin: 0px;
        width: auto;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

.sectionqna ul.nav-tabs li .nav-link {
    padding: 10px 5px;
    border: 0px;
    width: 100%;
    color: #000000;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    background: #F4F4F4;
}

.sectionqna ul.nav-tabs li .nav-link.item1 {
    border: 2px solid #000000;
}

.sectionqna ul.nav-tabs li .nav-link.item1.active {
    background: #FFFC97;
    color: #1C1B2B;
}

.sectionqna ul.nav-tabs li .nav-link.item2 {
    border: 2px solid #000000;
}

.sectionqna ul.nav-tabs li .nav-link.item2.active {
    background: #FFFC97;
    color: #1C1B2B;
}

.sectionqna ul.nav-tabs li .nav-link.item3 {
    border: 2px solid #000000;
}

.sectionqna ul.nav-tabs li .nav-link.item3.active {
    background: #FFFC97;
    color: #1C1B2B;
}

.sectionqna .qnaarea {
    font-family: "Noto Sans TC", "微軟正黑體";
    border-radius: 0px;
    color: #000000;
    margin-top: 15px;
    padding: 20px 40px;
    border-radius: 16px;
    background: #ffffff;
}

@media all and (max-width: 575px) {
    .sectionqna .qnaarea {
        padding: 10px 15px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        margin-top: 0px;
    }
}

.sectionqna .qnaarea h1 {
    font-weight: bolder;
    font-size: 22px;
}

.sectionqna .qnaarea h2 {
    font-weight: bolder;
    margin: 20px 0px;
    line-height: 20px;
    font-size: 18px;
}

.sectionqna .qnaarea p {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
}

.sectionqna .qnaarea ul {
    margin: 10px 0px;
    margin-left: 35px;
}

.sectionqna .qnaarea ul li {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
    text-indent: -20px;
}

.sectionqna .qnaarea ul li img {
    max-width: 600px;
}

@-webkit-keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes run2 {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

footer {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.sectionarticle {
    font-size: 19px;
    line-height: 28px;
    font-family: "Noto Sans TC", "微軟正黑體";
    width: 90%;
    margin: auto;
}

.sectionarticle p {
    text-indent: 40px;
}

.sectionarticle h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0px;
    font-family: "Noto Sans TC", "微軟正黑體";
}

.sectionarticle ul.step li {
    background: #ffffa5;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
}

.sectionarticle ul.promise li {
    background: #a5ffb3;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
}

footer {
    padding: 30px 20px 40px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: #182987;
    color: #606060;
    font-family: "Noto Sans TC", "微軟正黑體";
}

footer ul {
    margin-top: 7px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media all and (max-width: 575px) {
    footer ul {
        margin-bottom: 0px;margin-top: 0px;
    }
}

footer ul li {
    color: #ffffff;
    margin-left: auto;
}

@media all and (max-width: 575px) {
    footer ul li {
        font-size: 1em;
        margin-right: auto;
    }
}

footer ul li img {
    height: 100px;
}

@media all and (max-width: 575px) {
    footer ul li img {
        height: 60px;
    }
}

footer ul li a {
    color: #ffffff;
    font-size: 18px;
}

footer .gototop {
    position: fixed;
    right: 20px;
    z-index: 99;
    bottom: 100px;
}

footer .footerlogo {
    height: 150px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    footer .footerlogo {
        height: 100px;
    }
}

@media all and (max-width: 575px) {
    footer .footerlogo {
        height: 100px;
    }
}

/*# sourceMappingURL=../../../sass */