/* now =>2025-02-03 13:54:07*/
/* Last Midoify Time By 2024-11-11 09:28:27 */
/* Last Midoify Time By 1731288507 */
/* Last Midoify Time By Mon, 11 Nov 2024 01:28:27 +0000 */
/* HTTP_IF_MODIFIED_SINCE=>Mon, 11 Nov 2024 01:28:27 GMT*/
/* RWDfullscreen01 start=> */

figure{
    margin:0;
}

figure.image img{
    height:auto !important
}
.color4, .slice.color4, .bulle.color4, .ctaBox.color4 {
    background-color: #525252
}

.RWDMenuIcon001 {
    background-color: rgba(0, 0, 0, 0.7)
}

.navbar-nav>li:hover {
    background-color: rgba(255, 255, 255, 0)
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent
}

.navbar-default .navbar-nav > li > a {
    color: #b6b6b6
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff
}

.navbar-nav > li > a i:hover {
    color: #000000
}

ul.nav li ul {
    background: #000000
}

ul.nav li ul li {
    background: transparent
}

.navbar .nav li ul li:hover {
    background-color: transparent
}

.navbar .nav li.active a, .navbar .nav li.active a:hover {
    color: #b4b4b4
}

.in ul.nav {
    background: transparent
}

.RWDfullScreenSlider .btn:hover {
    color: #595959
}

.RWDedictor001 h1.main-title {
    color: #999999
}

.RWDedictor001 h2.sub-title {
    color: #999999
}

.RWDedictor001 .section-line {
    background-color: #999999
}

.RWDedictor001 h3 {
    color: transparent
}

.RWDproduct002 h1.main-title {
    color: #999999
}

.RWDproduct002 h2.sub-title {
    color: #999999
}

.RWDproduct002 .section-line {
    background-color: #999999
}

.RWDproduct002 .btn.btn-rj {
    background-color: #e7ac06
}

.RWDproduct002 .btn.btn-rj {
    border-color: rgba(255, 255, 255, 0)
}

.RWDproduct002 .btn.btn-rj {
    color: #ffffff
}

.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: rgba(231, 172, 6, 0.7)
}

.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    color: #ffffff
}

.portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
    color: #ffffff
}

.copyright_desc {
    color: #ffffff
}

.copyright_desc a {
    color: #ffffff
}

.copyright_desc a:hover {
    color: #ffffff
}

.RWDPreloader001 {
    background: #ffffff
}

/* <= RWDfullscreen01 end */
/* miracle customization start=> */
/* all */
:root {
    --block-color: #000;
    --white-color: #fff;
    --gray-color: #383838;
    --color01: #a77bc8;
    --color02: #9c9c9c;
    --ft-01: 'Noto Sans TC', sans-serif;
    --ft-02: 'Open Sans', sans-serif;
    --0dst: .5rem;
    --1dst: 1rem;
    --2dst: 2rem;
    --3dst: 3rem;
    --4dst: 4rem;
    --5dst: 5rem;
    --6dst: 6rem;
    --7dst: 7rem;
    --8dst: 8rem;
    --9dst: 10rem;
    --10dst: 10rem;
}

body {
    font-family: var(--ft-01);
    font-weight: 400;
    letter-spacing: 1px;
}

a,a:hover,a:focus {
    text-decoration: none;
    transition: all 0.5s ease-out;
}

p {
    letter-spacing: 0;
    color: #5f6368;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 17px;
}

/*index*/
.index .main {
    margin: var(--10dst) 0 0;
    overflow: hidden;
}

/* 反白顏色設定*/
::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.img-responsive {
    width: 100%;
}

/* 動態效果改成fadeIn*/
.bounceIn {
    animation-name: fadeInUp;
    animation-duration: 1s
}

/*loading*/
.RWDfakeloader img {
    width: auto;
    animation-name: zeroall;
    animation-duration: 2.5s;
}

@keyframes zeroall {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

/*按鈕*/
a.button,.RWDbtn01 .btn {
    background: #fff;
    margin: 0 auto;
    width: 280px;
    height: 53px;
    font-weight: 500;
    color: var(--block-color);
    display: block;
    position: relative;
    z-index: 99;
    text-align: center;
    border-radius: 10px;
    border: #dfdfdf solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

a.button::before,.RWDbtn01 .btn::before {
    content: '';
    background: url(images/icon-arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 16px;
    background-size: 100% auto;
}

a.button::after,.RWDbtn01 .btn::after {
    content: "";
    background: var(--color01);
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1;
}

/*hover*/
a:hover.button,.RWDbtn01 .btn:hover {
    color: var(--white-color);
}

a:hover.button::after,.RWDbtn01 .btn:hover::after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
    background: var(--color01);
}

a.button:hover::before,.RWDbtn01 .btn:hover::before {
    filter: brightness(0) invert(1);
}

/*側邊選單*/
.fix_btn {
    position: fixed;
    top: 50%;
    right: 34px;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 200;
}

.RWDsocial002 ul.socialNetwork {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.fix_btn a {
    padding: 0;
    width: 40px;
    border-radius: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 0 10px;
    background-color: #fff;
}

.fix_btn a:hover {
    background-color: #fff;
}

.fix_btn i {
    margin-bottom: 5px;
}

.fix_btn.fix_btn_show {
    opacity: 10;
    transition: all 0.5s ease-out;
}

.RWDsocial002 .iconRounded {
    border-radius: 10px;
    border: #dfdfdf solid 1px;
    margin: 0;
}

/* .RWDsocial002 .iconRounded.ii-ig2 {
    background: linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
    background: -webkit-linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.RWDsocial002 .iconRounded.ii-fb1 {
    color: #4267b2;
}

.RWDsocial002 .iconRounded.ii-line1 {
    color: #58cb6e;
} */

.fix_btn li:last-child a {
    height: auto;
    width: 100px;
    overflow: inherit;
}

.RWDsocial002 .iconRounded{
    width:40px;
    height:40px;
    display:block;
    padding-top:11px;
    border-radius: 10px;
}

.RWDsocial002 .iconRounded img{
    display:block;
    width:17px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

/* .RWDsocial002 .iconRounded.cusimg {
    width: 100px;
    height: auto;
    overflow: hidden;
    border: 0;
} */

.RWDsocial002 .socialNetwork li:nth-last-child(1) a .iconRounded {
    width: 100px;
    height: auto;
    overflow: hidden;
    border: 0;
}

.RWDsocial002 .socialNetwork li:nth-last-child(1) a .iconRounded img {
    width:100%;
    height:auto;
}

.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {
    background-color: #fff;
}





/*行動呼籲*/
.mobile-link {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 800;
    transition: all 0.5s ease-out;
}

.mobile-link .RWDedictor {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    animation-delay: initial !important;
    animation-duration: initial !important;
    background-color: var(--color01);
}

.mobile-link .RWDedictor a {
    width: calc(100%/4 - 1px);
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: #ffffff94 solid 1px;
}

.mobile-link .RWDedictor a:nth-child(1) {
    border: 0;
    width: 50%;
}

.mobile-link .RWDedictor a:nth-child(2) {
    background: #58cb6e;
}

.mobile-link .RWDedictor a:nth-child(3) {
    background: #4267b2;
}

.mobile-link .RWDedictor a:nth-child(4) {
    background: linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
    background: -webkit-linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
}

.mobile-link i {
    font-size: 20px;
}

.mobile-link .RWDedictor a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    margin-left:10px;
}

.mobile-link .RWDedictor a:hover {
    color: #fff;
}

/*搜尋*/
.RWDmenu_plus04 .features .search-btn {
    padding: 25px 12px
}

.RWDmenu_plus04 #search-box.full .form-control {
    font-size: 20px;
}

.RWDmenu_plus04 #search-box.full .ibtn {
    font-size: 20px;
}

.RWDmenu_plus04 #search-box.full .search-in {
    max-width: 900px
}

/*網頁警告*/
.RWDalert_fancybox.bottom {
    z-index: 99999 !important;
    width: 500px;
    padding: 30px 50px 20px !important;
    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;
    background: rgba(255, 255, 255, 100%) !important;
    color: #000 !important;
    left: auto !important;
    right: 0px !important;
    line-height: 1.5 !important;
}

.RWDalert_fancybox.bottom .editor {
    margin-bottom: 28px;
}

.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {
    padding: 5px 20px;
    border-color: #e21f1a;
    background: #e21f1a !important;
    border-radius: 0;
    font-size: 16px;
}

.RWDalert_fancybox.bottom .editor a {
    color: #000;
    border-bottom: 1px solid #555;
}

/*側邊選單-按鈕顏色*/
#div_forget_content #forget_table_btn,.RWDmenu_plus04 .member-block a.login.is-on,.RWDmenu_plus04 .member-block button.login.is-on,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn {
    background: var(--main-color02);
}

/*logo*/
.header .RWDedictor008 {
    position: fixed;
    top: 44px;
    z-index: 999999;
    left: 50%;
    transform: translate(-50%, 0);
}

.de_pic {
    display: none;
    /* 初始設置為隱藏 */
}

.de_pic img {
    width: 180px;
}

/*header*/
.RWDmenu_plus04 .site-nav {
    padding-left: 0;
}

.RWDmenu_plus04 .container {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
}

.RWDmenu_plus04 .header {
    padding: 5px 3% 5px 3%;
    background: var(--white-color);
    transition: all 0.5s ease-out;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 5%);
}

.RWDmenu_plus04 .logo {
    width: 300px;
    transition: all 0.5s ease-out;
    margin-top: 0;
    position: absolute;
    left: 50%;
    float: left;
    transform: translate(-50%, -50%);
    z-index: 30;
    top: 50%;
}

.RWDmenu_plus04 .site-nav .menu {
    text-align: center;
    display:inline-flex;
    justify-content: center;
}


.RWDmenu_plus04 .site-nav .menu>li>a {
    font-family: var(--ft-01);
    font-size: 17px;
    color: var(--gray-color);
    font-weight: 400;
    text-transform: uppercase;
}

/*.RWDmenu_plus04 li.menu_news {    margin-left: 12.5vw;}*/
.RWDmenu_plus04 li.menu-dm {
    margin-left: 12.5vw;
}

/*header hover*/
.RWDmenu_plus04 .lang-select:hover .lang-select-label,.RWDmenu_plus04 .site-nav .menu>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>a:hover {
    background: transparent;
    color: var(--color01);
}

.RWDmenu_plus04 .site-nav .menu>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color01);
    bottom: -5px;
    right: 0;
    transition: all .5s ease;
}

.RWDmenu_plus04 .site-nav .menu>li>a:hover:before {
    width: 100%;
    transition: all .5s ease;
    right: auto;
    left: 0;
}

/*header下拉選單*/
.RWDmenu_plus04 .site-nav .menu li {
    text-align: center;
}

.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {
    position: absolute;
    right: 5px;
    border-color: #9a9a9a;
}

.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {
    font-weight: 400;
    text-decoration: none;
}

.RWDmenu_plus04 .site-nav .menu ul li>a {
    padding-right: 0px;
    padding-left: 0;
}

.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {
    border-color: var(--color01);
}

/*header icon*/
.RWDmenu_plus04 .features {
    position: absolute;
    top: 0;
    width: 130px;
    right: 0;
    z-index: 9999;
}

.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {
    width: 17px;
    height: 17px;
}

.RWDmenu_plus04 .features .lang-select:hover .lang-select-label i {
    color: #525252;
}

.lang-select-options a:hover, .lang-select-options a:hover * {
    font-weight: 500;
    color: var(--color01);
}

/*header is-up*/
.RWDmenu_plus04 .header.is-up {
    transition: all 0.5s ease-out;
    background: var(--white-color);
}

/*下拉選單*/
.RWDmenu_plus04 .site-nav .menu>li>ul {
    padding: 0;
}

.RWDmenu_plus04 .site-nav .menu ul li>a:hover {
    background: var(--color01);
    color: #fff;
}

/*漢堡選單基本設定*/
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {
    background-color: transparent;
}

.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {
    color: #2863e3;
}

.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {
    color: #555;
}

.RWDmenu_plus04 #mobile-menu .menu>li.active {
    background-color: var(--color01);
}

.RWDmenu_plus04 #mobile-menu .menu>li.active .m_title_block,.RWDmenu_plus04 #mobile-menu .menu>li.active .m_stitle_block {
    color: #fff;
}

.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {
    color: #555;
    font-weight: 400;
}

.RWDmenu_plus04 #mobile-menu .menu li.has-child>a {
    font-size: 15px;
}

/*banner 電腦*/
.RWDbanner005_v2 .add-cart .add-cart-span,.RWDbanner005_v2.title-left .title_block,.RWDbanner005_v2 .main-title {
    display: none !important;
}

.RWDbanner005_v2 .add-cart {
    bottom: 0;
    height: 100%;
}

.RWDbanner005_v2 .add-cart::before {
    background-color: transparent;
}

.RWDbanner005_v2 .main-title {
    letter-spacing: 1.5px;
    font-weight: 600;
    margin: 40px auto 15px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.RWDbanner005_v2 .subtitle {
    color: #666;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.RWDbanner005_v2 .swiper-left {
    border-right: none;
}

.RWDbanner005_v2 .swiper-right {
    border-left: none;
}

.RWDbanner005_v2 .swiper-left .main-title,.RWDbanner005_v2 .swiper-right .main-title,.RWDbanner005_v2 .swiper-left .subtitle,.RWDbanner005_v2 .swiper-right .subtitle,.RWDbanner005_v2 .sqare_shadow.swiper-next::after,.RWDbanner005_v2 .sqare_shadow.swiper-prev::after {
    opacity: 1;
    border-top: 2px solid #111;
    border-left: 2px solid #111;
    transition: all 0.3s ease-in-out 0s;
}

.RWDbanner005_v2 .fraction_block .dot-line:after,.RWDbanner005_v2 .fraction_block .dot-line:after {
    height: 1px;
    background-color: #dfdfdf;
}

.RWDbanner005_v2 .fraction_block .dot-line:before,.RWDbanner005_v2 .fraction_block .dot-line:before {
    display: none;
}

.RWDbanner005_v2 .sub-link {
    display: none !important;
}

/*hover*/
@media screen and (min-width: 1200px) {
    .RWDbanner005_v2 .sqare_shadow.swiper-prev:hover, .RWDbanner005_v2 .sqare_shadow.swiper-next:hover {
        background-color: var(--color01);
    }

    .RWDbanner005_v2 .sqare_shadow.swiper-next:hover::after, .RWDbanner005_v2 .sqare_shadow.swiper-prev:hover::after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
}

/*--------------------*/
.RWDbanner005_v2 .swiper-left, .RWDbanner005_v2 .swiper-right {
    width: calc(31% - 60px);
    ; margin-left: 30px;
    margin-right: 30px;
    margin-top: 4vw;
    opacity: 0.3;
}

.RWDbanner005_v2 .swiper-center {
    position: relative;
    float: left;
    width: calc(38% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.RWDbanner005_v2 {
    width: 176%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.RWDbanner005_v2 .swiper-left {
    border-right: 0;
    padding-right: 0;
    min-height: auto;
}

.RWDbanner005_v2 .swiper-right {
    border-left: 0;
    padding-left: 0;
    min-height: auto;
}

.RWDbanner005_v2 .swiper-left .subtitle, .RWDbanner005_v2 .swiper-right .subtitle {
    display: none;
}

.RWDbanner005_v2 .swiper-left .main-title, .RWDbanner005_v2 .swiper-right .main-title {
    display: none;
}

.RWDbanner005_v2 .sliderWarp {
    display: flex;
    align-items: flex-start;
}

.RWDbanner005_v2 .sqare_shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.RWDbanner005_v2 .subtitle {
    max-width: 78%;
    margin: 0 auto;
    text-align: left;
    color: #666;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.RWDbanner005_v2 .img_wrap, .RWDbanner005_v2 .subtitle {
    margin-bottom: 0;
}

.RWDbanner005_v2 .main-title, .RWDbanner005_v2 .subtitle {
    display: none;
}

.RWDbanner005_v2 .sqare_shadow.swiper-next, .RWDbanner005_v2 .sqare_shadow.swiper-prev {
    top: calc(50% - 40px);
    transform: translate(0px, -50%);
    background: #fff;
    border-radius: 100%;
    box-shadow: -2px 2px 3px #4949491a;
    border: 1px solid #ededed;
}

.RWDbanner005_v2 .sqare_shadow.swiper-prev {
    left: -30px;
}

.RWDbanner005_v2 .sqare_shadow.swiper-next {
    right: -30px;
}

.RWDbanner005_v2 .add-cart {
    width: 100%;
    height: 100%;
    bottom: 0;
}

.RWDbanner005_v2 .add-cart:before {
    display: none;
}

.RWDbanner005_v2 .add-cart .add-cart-span {
    font-size: 0;
}

.RWDbanner005_v2 .sqare_shadow.swiper-next, .RWDbanner005_v2 .sqare_shadow.swiper-prev {
    top: calc(50% - 0px);
}

/*banner 手機*/
.banner-block {
    position: relative;
}

.banner-block .RWDbanner_plus01 .slick-caption {
    top: 35%;
}

.banner-block .container {
    width: 85%;
}

.banner-block .RWDbanner_plus01 .logo {
    position: absolute;
    top: 10%;
    left: 35%;
}

.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li button {
    width: 9px;
    height: 9px;
}

.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {
    background: #fff;
}

/*002_v3產品共用*/
.RWDproduct002_v3 {
    padding: 0;
    margin: 0;
}

.RWDproduct002_v3 .section-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.RWDproduct002_v3 .row:nth-child(1),.RWDproduct002_v3 .row:nth-child(2) {
    width: 50%;
    padding: 0;
}

.RWDproduct002_v3 .row:nth-child(3) {
    width: 100%;
    padding: 0;
}

.RWDproduct002_v3 .section-subject {
    text-align: left;
}

.RWDproduct002_v3 .section-subject .col-md-12,.RWDproduct002_v3 .row:nth-child(2) .col-md-12 {
    padding: 0;
}

.RWDproduct002_v3 .main-title {
    font-size: clamp(2.8rem, 2.4046rem + 1.6221vw, 5rem);
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--block-color);
    margin: 0;
    letter-spacing: 3px;
}

.RWDproduct002_v3 .sub-title {
    font-size: clamp(2.5rem, 2.4101rem + 0.3687vw, 3rem);
    font-weight: 700;
    color: var(--block-color);
    margin: 0;
    letter-spacing: 3px;
}

.RWDproduct002_v3 .section-line {
    display: none;
}

.RWDproduct002_v3 .showbottom:hover .portfolio-bottom__h4 {
    color: var(--block-color);
}

.RWDproduct002_v3 .popup-portfolio .portfolio-item {
    height: auto !important;
}

/*002_v3產品分類*/
.RWDproduct002_v3 .filter-portfolio ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.RWDproduct002_v3 .btn.btn-rj {
    background-color: transparent;
    color: var(--gray-color);
    border: 1px solid transparent;
    font-size: 16px;
    position: relative;
    min-width: 100px;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.RWDproduct002_v3 .btn.btn-rj:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #dfdfdf;
    display: inline-block;
    margin: 0;
    position: absolute;
    right: -3px;
    top: 12px;
}

.RWDproduct002_v3 .btn.btn-rj::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color01);
    bottom: 0;
    right: 0;
    transition: all .5s ease;
}

.RWDproduct002_v3 .active .btn.btn-rj,html.no-touch .RWDproduct002_v3 .btn.btn-rj:hover {
    background-color: transparent;
    color: var(--color01);
}

html.no-touch .RWDproduct002_v3 .btn.btn-rj:hover::before,.RWDproduct002_v3 .active .btn.btn-rj::before {
    width: 100%;
    transition: all .5s ease;
    right: auto;
    left: 0;
}

.RWDproduct002_v3 .filter-portfolio ul>li:last-child .btn.btn-rj:after {
    display: none;
}

/*news最新消息*/
.news-block {
    padding: var(--7dst) 0 var(--5dst);
    position: relative;
    z-index: 1;
}

.news-block .container {
    width: 80%;
    padding: 0;
}

.news-block .RWDproduct002_v3 .portfolio-bottom {
    top: -35px;
}

.news-block .RWDproduct002_v3 .portfolio-bottom-summary {
    display: flex;
    justify-content: flex-end;
    height: auto !important;
}

.news-block .RWDproduct002_v3 .portfolio-bottom-summary a {
    border: #dfdfdf solid 1px;
    padding: 20px 25px;
    background: #fff;
    position: relative;
    width: 100%;
    border-top: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.news-block .RWDproduct002_v3 .portfolio-bottom__h4 {
    color: var(--block-color);
    font-size: 18px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-weight: 700;
}

.news-block .RWDproduct002_v3 .portfolio-bottom__h4:after {
    content: '';
    background: var(--block-color);
    width: 1px;
    height: 17px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
}

.news-block .RWDproduct002_v3 .portfolio-bottom__h4 span {
    color: var(--color01);
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-weight: 700;
}

.news-block .RWDproduct002_v3 .portfolio-bottom__h4 span::before {
    content: '';
    background: var(--color01);
    width: 1px;
    height: 17px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
}

.news-block .RWDproduct002_v3 .portfolio-bottom__p {
    margin: 0;
    color: var(--block-color);
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}

.news-block .RWDproduct002_v3 .portfolio-item>.inner-content>img {
    border: #dfdfdf solid 1px;
    border-bottom: none;
}

/*activity 夢廣場*/
.activity-block {
    position: relative;
    z-index: 0;
    background: #f7f7f785;
}

.activity-bg {
    position: relative;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.activity-bg::before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    left: auto;
    top: 0;
    width: 93%;
    height: 200%;
    display: block;
    z-index: -2;
    transform: skew(316deg) rotate(131deg);
    opacity: 0.8;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

/*夢廣場按鈕*/
.RWDbtn01 .btn {
    margin-left: 0;
}

/*夢廣場文字*/
.activity-block .titlebar {
    text-align: left
}

.activity-block .titlebar .block-title {
    color: var(--block-color);
    font-weight: 700;
    font-size: clamp(2.8rem, 2.4046rem + 1.6221vw, 5rem);
    line-height: 1.1;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding-top: 0;
}

.activity-block .titlebar .block-title span {
    display: block;
}

.activity-block .titlebar .sub-tit {
    color: var(--block-color);
    font-weight: 700;
    margin: 0 0 0;
    font-size: 26px;
    line-height: 1.5;
}

.activity-block .titlebar p {
    color: var(--gray-color);
    line-height: 1.8;
    width: 80%;
    margin: var(--4dst) 0 0;
    font-weight: 400;
    font-size: 17px;
}

.activity-block .container {
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    padding: 0 6vw 0 80px;
    align-items: center;
}

.RWDservice011 .link_box .bg {
    z-index: 1;
}

.mu_right {
    width: 56%;
    z-index: 2;

}
@media(min-width:1701px){
    .mu_right {
        padding-bottom:160px;
    }
}

.mu_left {
    width: 44%;
    padding: 0 50px 0 150px;
    z-index: 2;
}

.RWDscore01 .trigger-blk {
    display: none;
}

.RWDscore01 .score-content {
    padding-top: 47px;
}

.RWDscore01 .count-num {
    font-size: clamp(3rem, 2.6406rem + 1.4747vw, 5rem);
    font-weight: 600;
    color: var(--color01);
    letter-spacing: 0px;
}

.RWDscore01 .count-blk {
    overflow: initial;
    max-width: 100%;
    padding-top: 0;
}

.RWDscore01 .count-blk .swiper-slide {
    width: 100% !important;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.RWDscore01 .count-blk:before {
    content: "";
    position: absolute;
    width: calc(100% + 210px);
    height: 100%;
    background: transparent;
    right: -60px;
}

.RWDscore01 .score-mainblk {
    min-height: auto;
}

.RWDscore01 .score-maintitle,.RWDscore01 .score-subtitle {
    display: none;
}

.RWDscore01 .count-item {
    position: relative;
    width: calc(100%/3);
    margin: 50px 0;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.RWDscore01 .count-item:first-child:before {
    display: none;
}

.RWDscore01 .count-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
    left: -2vw;
    top: 0;
}
@media(min-width:1200px){
    .lang_en .RWDscore01 .count-item:before {
        left:0;
    }

    .lang_en .RWDscore01 .count-item:nth-of-type(2){
        padding-left:30px;
    }
}

.RWDscore01 .count-title {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--gray-color);
}

.RWDscore01 .score-blk {
    color: #3e3a39;
}

@media (min-width: 2000px) {
    .museum_block .RWDparallax_new {
        height: calc(63% - 12px);
    }
}

/*博物館右*/
.RWDservice011 {
    margin-top: 80px;
}

.RWDservice011 .link_box:first-child {
    top: 80px;
}

.RWDservice011 .link_box {
    width: calc(100% - 5px);
    margin-left: 5px;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 50vh;
    min-height: 350px;
    margin-bottom: 5px;
}

.RWDservice011 .link_box .mid_box {
    width: 100%;
    background: #00000085;
    padding: 20px 30px;
}

.RWDservice011 .link_box:hover .mid_box {
    transform: initial;
}

.RWDservice011 .link_area {
    height: auto;
}

.RWDservice011 .link_box .memo {
    opacity: 1;
    font-weight: 400;
}

.RWDservice011 .link_box .circle {
    display: none;
}

#m_RWDfullscreen01_51_1.RWDservice011 .link_box .shadow {
    background-color: transparent !important;
    background: linear-gradient(to top, rgb(0 0 0/60%), rgb(0 0 0 / 0%) 50%);
}

.RWDservice011 .link_box .title {
    display: inline-block;
    width: auto;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 0;
}

.RWDservice011 .link_box .name {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.RWDservice011 .link_box .memo {
    color: #ddd;
    margin-bottom: 0px;
    line-height: 2;
    letter-spacing: 2px;
    -webkit-line-clamp: 2;
}

.RWDservice011 .link_box .more {
    margin-top: 30px;
}

.RWDservice011 .link_box .more .ii-eye1 {
    top: 3px;
}

.RWDservice011 .link_box .more span {
    font-size: 16px;
    letter-spacing: 1px;
}

/*線上商城*/
.online-block {
    padding: var(--7dst) 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.online-block .container {
    width: 80%;
    padding: 0;
}

.online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
    padding: 2rem 3rem 20px;
    border: #dfdfdf solid 1px;
    border-left: 0;
    margin: 0;
    width: calc(100%/4 - 1px);
}

/*.online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item:first-child {    border-left: #dfdfdf solid 1px;}*/
.online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
    color: var(--block-color);
    font-weight: 500;
    font-size: 18px;
}

.online-block .RWDproduct002_v3 .price {
    letter-spacing: 0;
}

.online-block .RWDproduct002_v3 .price .delline span {
    color: #555;
    font-size: 17;
    font-weight: 300;
}

.online-block .RWDproduct002_v3 .price li.selprice span {
    color: var(--block-color);
    font-size: 20px;
    font-weight: 600;
}

.online-block .RWDbtn01 .btn {
    margin-left: auto;
}

/*----------*/
/*全站搜尋*/
.RWDsearch_page .search-list .hashtag_block {
    display: none;
}

/*240625修*/
.online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item[data-allseq="1"] {
    border-left: #dfdfdf solid 1px;
}

/*footer start*/
:root {
    --block-color: #000;
    --white-color: #fff;
    --gray-color: #383838;
    --color01: #a77bc8;
    --ft-01: 'Noto Sans TC', sans-serif;
    --ft-02: 'Open Sans', sans-serif;
    --0dst: .5rem;
    --1dst: 1rem;
    --2dst: 2rem;
    --3dst: 3rem;
    --4dst: 4rem;
    --5dst: 5rem;
    --6dst: 6rem;
    --7dst: 7rem;
    --8dst: 8rem;
    --9dst: 10rem;
    --10dst: 10rem;
}

.footer-block,.footer-block a {
    color: var(--gray-color);
    overflow: hidden;
}

.footer-block a:hover {
    color: var(--color01);
}

/*電子報*/
.ft-edm {
    padding: var(--5dst) 0;
    position: relative;
    z-index: 0;
}

.ft-edm::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
    background: linear-gradient(135deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
}

.ft-edm .container {
    width: 60%;
}

.ft-edm .edm-tit {
    color: var(--block-color);
    font-size: clamp(2rem, 1.9286rem + 0.3571vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin: 0 0 3rem;
}

.RWDedm001 {
    border-radius: 10px;
    overflow: hidden;
    border: #ffffff69 solid 1px;
    width: 60%;
    margin: 0 auto;
}

.newsletter-form {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    height: 48px;
}

.newsletter-form .form-group {
    width: 84%;
    margin: 0;
}

.RWDedm001 .form-control {
    border-radius: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    background: transparent;
    border: 0;
    border-right: #dfdfdf solid 1px;
    line-height: 48px;
    height: 48px;
}

.RWDedm001 .form-control:focus {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    color: var(--block-color);
    border: 0;
    border-right: #dfdfdf solid 1px;
}

.RWDedm001 .btn.btn-rj {
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    margin: 0 0 0 0px;
    color: var(--gray-color);
}

#btn_order_email {
    background: transparent;
    border: 0;
    border-right: #dfdfdf solid 1px;
}

#btn_reject_email {
    background: transparent;
    border: 0;
    opacity: 0.5;
}

#btn_reject_email:hover {
    opacity: 1;
}

.RWDedm001 .btn.btn-rj:hover,.RWDedm001 .btn.btn-rj:focus {
    color: var(--color01);
}

/*頁尾資訊*/
.ft-top.container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: var(--3dst) 0;
}

.ft-top.container {
    width: 100%;
    padding: 0;
    background: #fbfbfb;
    padding: var(--3dst) 0;
}

.ft-top .ft-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ft-top .ft-right {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--6dst);
    border-left: #dfdfdf solid 1px;
    padding-left: var(--4dst) !important;
}

.ft-top .ft-left,.ft-top .ft-right {
    padding: var(--3dst) 0;
}

.ft-social {
    width: 30%;
}

.ft-sitemap {
    width: 70%;
}

.ft-logo .logo-01 {
    width: 18vw;
    mix-blend-mode: darken;
}

/*底下*/
.ft-bottom.container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.ft-bottom .ft-left,.ft-bottom .ft-right {
    width: 100%;
}

/*qrcode*/
.ft-qrcode {
    text-align: center;
}

.ft-qrcode .RWDedictor008 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.ft-qrcode .qrcode_pic01,.ft-qrcode .qrcode_pic02 {
    margin: 0 24px;
}

.ft-qrcode img {
    width: 100px;
}

.ft-qrcode .txt {
    color: var(--block-color);
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.2;
}

/*logo*/
.ft-logo {
    margin: 0 0 var(--3dst);
}

.ft-logo img {
    width: 195px;
}

/*sitemap*/
.ft-sitemap .RWDedictor {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.ft-sitemap a {
    display: block;
    margin-bottom: 3px;
    transition: initial;
}

.ft-sitemap .sitemap-list:nth-child(1) {
    margin-right: 5rem;
}

.ft-sitemap .sitemap-list .tit,.ft-social .social-tit {
    color: var(--block-color);
    font-weight: 600;
    margin: 0 0 var(--1dst);
}

.ft-sitemap a:hover {
    text-decoration: underline;
    font-weight: 500;
    transition: initial;
}

/*社群*/
.ft-social .ft-fb {
    margin: 0 0 var(--1dst);
}

.ft-social .ft-fb,.ft-social .ft-ig {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.ft-social .ft-fb a,.ft-social .ft-ig a {
    border: #4267b2 solid 1px;
    width: calc(100%/2 - 1px);
    gap: 10px;
    display: block;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
}

.ft-social .ft-fb a i,.ft-social .ft-ig a i {
    color: #4267b2;
    margin-right: 10px;
    font-size: 18px;
}

.ft-social .ft-ig a {
    border: #d6249f solid 1px;
    border-image-source: linear-gradient(to right, 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-image-slice: 1;
}

.ft-social .ft-ig a i {
    background: linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
    background: -webkit-linear-gradient(180deg, #fdf497, #fd5949, #d6249f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    width: fit-content;
}

.ft-social .ft-fb a:hover {
    background: #285AEB;
    color: #fff;
}

.ft-social .ft-ig a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.ft-social .ft-fb a:hover i,.ft-social .ft-ig a:hover i {
    color: #fff;
}

/*copyright*/
.ft-bottom .ft-left,.ft-bottom .ft-left .RWDedictor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #696969;
    font-size: 12px;
    font-family: '微軟正黑體';
    font-weight: 400;
}

.ft-bottom .ft-left .RWDssl01,.ft-bottom .ft-left .copyright {
    margin: 0 10px;
}

.ft-bottom .ft-right a {
    color: var(--block-color);
    position: relative;
    padding: 0 15px;
}

.ft-bottom .ft-right a::after {
    content: '';
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #dfdfdf;
    margin: 0;
}

.ft-bottom .ft-right a:nth-child(2):after {
    display: none;
}

/*footer end*/
/*內頁 start*/
/* 匯入內頁版面寬度80%*/
/*a連結*/
a {
    text-decoration: none;
}

.page_wrapper_bg section.call_to_action a,.page_wrapper_bg section.call_to_action a:hover,.page_wrapper_bg section.call_to_action a:focus,.page_wrapper_bg section.call_to_action .btn,.page_wrapper_bg section.call_to_action .btn:hover,.layoutlist_3 .dbtn_v2,.layoutlist_3 .dbtn_v2:hover {
    text-decoration: none;
    transition: .5s;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.boxname {
    margin: 0 10px;
}

:root {
    --btn-main-color: #444;
    --btn-main-hover-color: #111;
    --btn-sub-color: #999;
    --btn-sub-hover-color: #111;
}

/*230531範本預設按鈕改色導圓角統一5px*/
._bd_btn._bd_btn-primary:hover {
    color: #fff;
    background-color: var(--btn-main-hover-color);
    border-color: var(--btn-main-hover-color)
}

._bd_btn._bd_btn-primary {
    background: var(--btn-main-color);
    border-radius: 5px !important
}

._bd_btn._bd_btn-default {
    background: 0 0;
    border: 1px solid var(--btn-sub-color);
    color: var(--btn-sub-color);
    border-radius: 5px !important
}

._bd_btn._bd_btn-default:hover {
    color: #fff;
    background-color: var(--btn-sub-hover-color);
    border-color: var(--btn-sub-hover-color)
}

._bd_row a {
    color: #333
}

/*------*/
.page_wrapper_bg .article-text h5 {
    color: var(--block-color);
    font-weight: 700;
    margin: 0 0 0;
    font-size: 26px;
    line-height: 1.7;
}

.page_wrapper_bg .article-text h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--block-color);
    margin: 15px 0 10px;
}

/*----------------------*/
.page_wrapper_bg .RWDbanner_plus01.full .banner-slider.bg .slick-item {
    max-height: 21vw !important;
    height: 21vw !important;
}

/*221226最小字級修正*/
.login_box_body .control-label,#btn_forget_form,#btn_reverify_form,.link-style,.member_join,.btn-primary,#forget_table .th,#join_form,.m2018 .products-nav>ul>li a,.RWDquiry,.RWDshopping,.RWDproduct_page .control-box .control-label,.RWDproduct_page .products-info .download .control-label,.RWDproduct_page .products-info .pd-info .control-label,.RWDproduct_page .products-info .txt .title,#mobile-fixed input,#mobile-fixed select,#mobile-fixed select.form-control:not([size]):not([multiple]),#plusbuy_mobile-fixed input,#plusbuy_mobile-fixed select,#plusbuy_mobile-fixed select:not([size]):not([multiple]),.RWDproduct_page input,.RWDproduct_page select,.RWDproduct_page select.form-control:not([size]):not([multiple]),.RWDproduct_page .btn,.RWDproduct_page .ibtn,.hgroup .breadcrumb,.shopping-item-box .item-btn,#join_form select,#join_form select.form-control:not([size]):not([multiple]),.RWDshopping select,.RWDshopping select.form-control:not([size]):not([multiple]),.bonus-box .form-group .btn,.voucher-box .form-group .btn,.form-control,.layoutlist_8 .listdate .yearmonth,select,textarea,.video_item_summary,.download .search-go,.layoutlist_2 .listdate .yearmonth,.layoutlist_2 .list_subject .subsubject,.layoutlist_4 .listdate .yearmonth,.layoutlist_5 .list_subject a,.rwdlayoutlist_9 .summary,.rwdlayoutlist_9 .cdate,.RWDsearch01 .search-nav-btn,.count_info,.layoutlist_5 .item .summary,.list-btn_mobile,.list-btn,.buybtn,.layoutlist_3 .dbtn_v2,#mobile-fixed .btn,#plusbuy_mobile-fixed .btn,#mobile-fixed .stock,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,.sum-box .total .td:last-child small,.delivery-editor ul,.goadd-box,.info-editor ul,.plus-fixed .name a,.plus-list .name a,.shopping-item .name,.shopping-step .name,.RWDshopping,.RWDshopping .btn,.bonus-box .form-group .btn,.delivery-editor,.goadd-box .goadd,.info-editor,.login-box a,.login-box a:hover,.plus-list .addcart,.plus-list .price-box,.shopping-item .tag,.shopping-title .freight,.shops-box .shops,.voucher-box .btn.vouchers,.voucher-box .form-group .btn,.login_box_footer a.shopping_view,.shopping_viewlogin__member,.RWDproduct_page .download_container .btn,.RWDsearch_page .list-img .name,.RWDmenu_plus04 .cart-block .name,.RWDmenu_plus04 .querycar-block .name,.RWDmenu_plus04 .cart-block .spe-box,.RWDmenu_plus04 .querycar-block .spe-box,.RWDtimeline02 .timeline2_list .block .text,.shopping_viewlogin__intro {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    line-height: 1.5;
}

.layoutlist_4 .buybtn {
    padding: 10px 0;
}

.list-btn {
    padding: 10px 0;
    margin: 20px 0 0;
}

.layoutlist_5 .product_list_item .subject {
    margin: 10px 0 0;
}

.layoutlist_5 .item .buybtn {
    width: 100%;
    padding: 5px 0;
}

input#top_search_searchkey {
    font-size: 20px !important;
    letter-spacing: 1px !important;
}

.cd-search.full .ibtn,.RWDmenu_plus04 #search-box.full .ibtn {
    font-size: 20px;
}

.RWDmenu_plus04 .member-block .form-area .group {
    flex-wrap: nowrap;
}

.login_box_footer a.member_join {
    display: flex;
    justify-content: center;
    align-items: center;
}

input#search_box_text {
    font-size: 20px !important;
}

.productlist .layoutlist_4 .product_list_item:hover .buybtn {
    background: var(--color01);
    transition: .5s;
    color: #fff;
    border-color: var(--color01);
}

/*購物流程圈圈改色*/
@keyframes num-bg {
    0% {
        background: #666;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        background: #666;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*main*/
.page_wrapper_bg section.call_to_action {
    padding: 100px 0;
    min-height: 35vw;
}

.page_wrapper_bg .article-text .container {
    width: 100%;
}

.hgroup .container {
    width: 100%;
    margin: 0 0 5rem;
}

/*搜尋*/
.RWDsearch_page .search-list {
    margin-bottom: 40px !important;
}

.RWDsearch_page .list-img .name {
    height: auto;
}

/*文字統一設定*/
.page_wrapper_bg .article-text h2 {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 2px;
}

.page_wrapper_bg .article-text h3 {
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem !important;
}

.page_wrapper_bg .article-text h4 {
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 2px;
    margin: 15px 0 15px;
    font-weight: bold;
}

.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
}

._bd_row label,._bd_row li,._bd_row p,._bd_row td {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}

._bd_row li {
    margin-bottom: 10px;
}

._bd_row ol {
    padding-left: 22px;
}

._bd_row ul {
    padding-left: 18px;
}

/*麵包屑(置中)*/
ul.breadcrumb.pull-right a {
    color: #666;
    transition: all 0.2s ease;
    letter-spacing: 1px;
}

ul.breadcrumb.pull-right a:hover {
    color: #333;
}

.hgroup .breadcrumb {
    font-size: 12px;
    background-color: transparent;
    border: none;
    position: relative;
    float: none !important;
    text-align: center;
    bottom: 0;
    padding: 0;
    margin: 10px 0 30px;
}

.hgroup .container {
    margin: 0;
    border-bottom: none;
    padding: 0;
    width: 100%;
}

.hgroup .pageTitle {
    text-align: center;
    padding: 0;
    font-size: clamp(2.8rem, 2.4046rem + 1.6221vw, 4.5rem);
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--block-color);
    margin: 0;
    letter-spacing: 1px;
}

/*-------按鈕--------*/
#panelCms .btn.btn-primary {
    float: none;
    border-radius: 5px !important;
}

/*重新填寫*/
.refill_btn {
    display: none;
}

/*回上一頁按鈕*/
.btn {
    font-size: 16px;
}

#article .btn.btn_back a,#album .btn.btn_back a {
    padding: 10px 15px;
    display: block;
}

.btn.btn_back {
    margin-right: 0;
    float: right;
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    margin-top: 60px;
}

.btn.btn_back a {
    min-width: 180px;
    padding: 10px 15px;
    background: transparent;
    color: var(--btn-main-color);
    transition: all 0.2s ease;
    border: 1px solid var(--btn-main-color);
    line-height: 1
}

.btn.btn_back a:hover {
    border: 1px solid var(--btn-main-hover-color);
    color: #fff !important;
    background: var(--btn-main-hover-color);
}

/*確定送出*/
.ebtn {
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
    margin-right: 0;
}

.ebtn a {
    display: block;
    text-align: center;
    min-width: 180px;
    line-height: 1.5;
    padding: 6px 30px !important;
    margin-top: 20px;
    color: #fff !important;
    background: var(--btn-main-color);
    border: 1px solid var(--btn-main-color);
    transition: all .2s ease;
    border-radius: 0
}

.ebtn a:hover {
    background: var(--btn-sub-hover-color);
    color: #fff !important;
    border-color: var(--btn-sub-hover-color);
    transition: all .2s ease;
}

.new-form .new-width .currectsend_btn a {
    color: var(--btn-main-color) !important;
    background: 0 0
}

.new-form .new-width .currectsend_btn a:hover {
    color: #fff !important;
    background: var(--btn-main-hover-color)
}

/*購物車按鈕*/
.RWDshopping .btn.bg1 {
    background: transparent;
    color: #444;
    border: 1px solid #444;
    border-radius: 0;
}

.RWDshopping .btn.bg1:hover {
    border-radius: 0;
    transition: all 0.3s ease;
    border: 1px solid #000;
    color: #fff !important;
    background: #000;
}

.layoutlist_4 .showY br {
    display: none;
}

.RWDshopping .btn.normal {
    max-width: initial;
}

.page_wrapper_bg.lang_en .voucher-box .form-group .btn {
    width: auto;
}

.RWDshopping .btn.bg2 {
    border-radius: 0 !important;
    transition: all 0.3s ease;
    border: 1px solid #444 !important;
    color: #fff !important;
    background: #444 !important;
}

.RWDshopping .btn.bg2:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.RWDshopping .btn.bg2 i {
    transition: none;
}

.RWDshopping .btn.bg3 {
    background: transparent;
    color: #444;
    border: 1px solid #444;
    border-radius: 0;
}

.RWDshopping .btn.bg3:hover {
    border-radius: 0;
    transition: all 0.3s ease;
    border: 1px solid #000;
    color: #fff !important;
    background: #000;
}

/*購物訂單畫面按鈕*/
.RWDshopping .btn.normal {
    max-width: initial;
}

/*購物車v3按鈕*/
.RWDshopping_v3 .cartform-submit,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn,.RWDshopping_v3 .order-infobox .btn-row .links,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn,.payhint-modal .btn-row .gray33radius-btn {
    background: var(--btn-main-color)
}

.RWDshopping_v3 .cart-fill .cart-list .info-pane .gray82empty-btn:hover,.RWDshopping_v3 .cartform-submit:hover,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn:hover,.RWDshopping_v3 .order-infobox .btn-row .links:hover,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn:hover,.payhint-modal .btn-row .gray33radius-btn:hover {
    background: var(--btn-main-hover-color)
}

.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn {
    color: var(--btn-main-color);
    border-color: var(--btn-main-color);
    background: 0 0
}

.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn:hover {
    background: var(--btn-sub-hover-color);
    color: #fff
}

/*會員按鈕*/
#join_form .btn {
    padding: 6px 12px;
    border-radius: 0;
}

#join_form .btn-link:hover {
    text-decoration: none;
}

.memberlist .col-sm-9.col-md-9 .btn.btn-primary a,.memberlist .col-sm-9.col-md-9 .btn.btn-primary a:hover {
    color: #fff !important;
}

#btn_member_login {
    float: none;
    background: #444;
    color: #fff;
    border: 1px solid #444;
    padding: 6px 12px;
}

#btn_member_login:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
}

#join_form .btn-primary {
    min-width: 180px;
    float: none;
    background: var(--btn-main-color);
    color: #fff;
    border: 1px solid var(--btn-main-color);
}

#join_form .btn-primary:hover,.shopping_viewlogin__submit:hover {
    background: var(--btn-main-hover-color) !important;
    color: #fff !important;
    border: 1px solid var(--btn-main-hover-color);
}

.webbtn {
    background: var(--btn-main-color)
}

.webbtn:hover {
    background: var(--btn-main-hover-color)
}

.btn-primary,.shopping_viewlogin__submit {
    background-color: var(--btn-main-color);
    border: 1px solid var(--btn-main-color);
    border-radius: 0 !important;
    float: right;
    margin-right: 0px;
    font-size: 14px;
    box-shadow: none;
}

.btn-primary a {
    color: #fff;
    font-size: 1rem;
}

.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {
    color: #fff !important;
}

.btn-primary:hover {
    transition: all 0.3s ease;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:active:hover,.btn-primary:active:focus {
    background-color: #000;
    border: 1px solid #000;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    outline: none;
}

/*詢問車按鈕*/
.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn:hover {
    transition: .5s;
}

/*忘記密碼 ＆重發認證信*/
#div_forget_area * {
    border-radius: 0 !important;
}

/*註冊*/
.join_form_btns {
    text-align: right;
}

/*文章列表*/
.RWDslider01 .products-list .products-item .box {
    display: flex;
    align-items: center;
}

.RWDslider01.pic-right .products-list .products-item .box {
    flex-direction: row-reverse;
}

.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {
    margin-top: 60px !important;
}

/*文章列表-2*/
#article .layoutlist_2 .list_subject a {
    font-size: 16px !important;
    font-weight: bold;
    margin: 0px 0px 20px !important;
    display: block;
    line-height: 1.5 !important;
}

.subsubject {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.layoutlist_2 .listdate .yearmonth,.layoutlist_4 .listdate .yearmonth {
    padding-bottom: 0;
}

.layoutlist_2 .item {
    width: 100%;
}

.pagecontent .article_model[data-seq="0"] {
    margin-top: 0 !important;
}

/*文章列表-3*/
.layoutlist_3.fn_article3 .list_subject a {
    font-size: 16px !important;
    font-weight: bold;
    margin: 0px 0px 20px !important;
    display: block;
    line-height: 2 !important;
}

.layoutlist_3.fn_article3 .list_subject .summary a {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 2 !important;
}

/*文章列表-4*/
#article .layoutlist_4 .item {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #eee;
}

#article .layoutlist_4 .list_subject a {
    font-size: 17px !important;
    font-weight: 700;
    margin: 0 0 10px !important;
    display: block;
    line-height: 1.5 !important
}

#article .layoutlist_4 .list_subject .summary a {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5 !important
}

#article .layoutlist_4 .listdate {
    padding: 0 10px;
    width: 90px;
    border-left: 1px solid #eee
}

#article .layoutlist_4 .listdate .day {
    font-size: 25px
}

#article .layoutlist_4 .listdate .yearmonth {
    letter-spacing: 1px;
    padding: 0
}

#article .layoutlist_4 .item .list_img {
    padding-left: 0
}

#article .layoutlist_4 .list_subject {
    width: calc(100% - 25% - 90px)
}

#article .layoutlist_4 .xrow.list {
    height: auto;
}

/*---------*/
.layoutlist_5 .item:nth-child(odd) {
    background: #fff;
}

.layoutlist_5 .item {
    padding: 15px 0px !important;
    line-height: 1.7 !important;
}

/*文章列表-7*/
#article .layoutlist_7 .subject {
    padding: 0;
}

#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a {
    font-size: 12px;
    display: none;
}

#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.5 !important;
}

.layoutlist_7 .subject,.layoutlist_7 .subject a {
    color: #333;
    font-size: 22px !important;
    font-weight: 500;
    transition: .3s ease;
    letter-spacing: 0;
}

.layoutlist_7>.row:before,.layoutlist_7>.row:after {
    display: none;
}

.layoutlist_7 .litem {
    padding: 0 25px;
    margin: 0 0 50px !important
}

.layoutlist_7 .summary,.layoutlist_7 .summary a {
    color: #333 !important;
    font-weight: 500;
    font-size: 17px;
}

.layoutlist_7 .litem:hover a.itemlink.article_subject {
    color: var(--color01);
    transition: .3s ease;
}

.layoutlist_7 .litem .img {
    overflow: hidden;
}

.layoutlist_7 .litem .img img {
    transition: .3s ease;
}

.layoutlist_7 .litem:hover img {
    transform: scale(1.05);
    transition: .3s ease;
}

.article19.articlelist .layoutlist_7 .litem {
    width: calc(100% / 3 - 20px);
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin: 0 10px 20px !important;
    height: auto !important;
}

.article3 .layoutlist_7 .litem .img {
    aspect-ratio: 1 / 1;
}

.article3 .layoutlist_7 .litem .img>a {
    height: 100%;
    display: flex;
    justify-content: center;
}

.layoutlist_7 .litem .img img {
    object-fit: contain;
}

/*文章列表-8*/
.layoutlist_8 .list_subject {
    padding: 0 4rem;
}

.layoutlist_8 .article_subject {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    display: block
}

.layoutlist_8 .list_subject .summary {
    margin: 10px 0;
}

.layoutlist_8 .list_subject .summary a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

/*產品頁籤*/
.RWDproduct_page .tab-box .tab-container>ul>li ul,.RWDproduct_page .tab-box .tab-container>ul>li ol {
    padding-left: 22px;
}

.RWDproduct_page .tab-box .tab-menu li.active a {
    color: #121212;
    border: transparent;
    background: transparent;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px
}

.RWDproduct_page .tab-box .tab-container {
    border: 1px solid #eee
}

.RWDproduct_page .tab-box .tab-menu li:last-child a:after {
    opacity: 0
}

.RWDproduct_page .tab-box .tab-menu a:after {
    content: "";
    background: #ccc;
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.RWDproduct_page .tab-box .tab-container>ul>li ol>li:last-child {
    margin: 0
}

.RWDproduct_page .tab-box .tab-container>ul>li ol>li {
    margin: 0 0 15px
}

#mobile-fixed,.RWDproduct_page {
    color: #444
}

.RWDproduct_page .tab-box .tab-container>ul>li {
    padding: 50px;
    line-height: 2;
    font-size: 15px
}

.RWDproduct_page .tab-box .tab-menu li.active a:before {
    display: none
}

.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {
    display: flex
}

.RWDproduct_page .tab-box .tab-menu a {
    margin: 0 5px 0 0;
    padding: 15px 30px;
    height: auto;
    font-size: 17px;
    background: transparent;
    border: 0;
    position: relative
}

.productcontent .tabs nav ul {
    margin: 0 !important;
}

/*---------*/
.no-touch .rwdlayoutlist_9 .litem:hover .litem__imgs::after {
    opacity: 0;
}

.rwdlayoutlist_9 .cdate::before {
    background: var(--color01);
}

.rwdlayoutlist_9 .litem:hover {
    box-shadow: 0px 1.6px 3.6px rgb(86 86 86 / 0%), 0px 4.5px 10px rgb(0 0 0 / 4%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(0 0 0 / 3%);
}

.rwdlayoutlist_9 .litem {
    transition: .3s ease;
}

.rwdlayoutlist_9 .summary {
    -webkit-line-clamp: 2;
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
}

/*文章頁籤*/
.tabs nav a {
    padding: 15px 20px !important;
    height: auto !important
}

.tabs nav ul li:first-child {
    border: 0;
    box-shadow: none;
}

.tabs nav li:last-child:before {
    opacity: 0
}

.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after,.tabs nav li.tab-current:after {
    display: none
}

.tabs nav ul li {
    border: 0
}

.tabs nav a {
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important
}

.tabs nav ul li:before {
    content: "";
    background: #ccc;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.tabs nav li.tab-current:before {
    width: 1px;
    right: 0;
    background: #ccc;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 15px
}

.tabs .content {
    border: none !important;
    padding: 80px !important;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: 1px;
    margin: -10px 0 0;
    background: #e9e9e9;
}

.tabs nav li.tab-current a {
    background: transparent;
    color: #000 !important;
    border: 0;
    font-weight: 500 !important
}

.tabs nav ul {
    margin: 0 0 10px !important
}

.tabs nav li.tab-current {
    border: transparent;
    box-shadow: none;
    border-bottom: none;
    z-index: 100;
}

#product_tabs {
    margin: 60px 0 0 !important;
}

/*相簿列表*/
.layoutlist_2 .album_item {
    height: auto !important;
}

.album1 .layoutlist_2 .album_item {
    width: calc(100%/2 - 1px);
    padding: 0 3vw;
}

/*相簿上下方說明*/
#album .page_desc {
    margin: 50px 0;
}

#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {
    margin: 50px 0 0;
}

/*修正相簿a連結顏色*/
.photo_view .flex-direction-nav a {
    color: transparent !important;
}

.album_item a:hover {
    color: #313131;
}

/*相簿-1*/
#album .layoutlist_1 .album_item_subject {
    padding: 20px 0px;
    font-size: 1.1rem;
}

#album .page_content2 .dis .dis_li .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px
}

/*相簿-2*/
#album .layoutlist_2 .album_item_subject {
    padding: 20px 0px;
    font-size: 1.1rem;
}

/*相簿共同彈跳視窗*/
.photo_num {
    position: relative;
    text-align: right;
    margin: 10px 0 0px;
}

/*Q&A*/
.rwd .faq_question {
    font-size: 16px;
    letter-spacing: 2px;
}

.rwd .faq_answer {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.8;
}

/*影片*/
.video_item_subject {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #000
}

.video_item a.videolink:hover {
    color: #000;
}

/*檔案下載*/
.download .search_input {
    background: transparent;
}

.no-touch .layoutlist_5 .dbtn_v2:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.layoutlist_5 .dbtn_v2 {
    display: inline-block;
    margin: 15px 0 0;
    padding: 6px 0.8em;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.layoutlist_5 .download_subject {
    line-height: 1.4;
}

.layoutlist_5 .summary {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #818181;
}

.dd-selected {
    font-size: 15px;
    letter-spacing: 0;
}

.download_container .btn {
    font-size: 16px;
    background: var(--btn-main-color);
    color: #fff;
    border-radius: 0;
    padding: 6px 3rem
}

.download_container .btn:hover {
    background: var(--btn-sub-color)
}

.file_area label.dd-option-text {
    margin: 0;
    font-weight: 400;
    display: block;
}

#file_dlist a.dd-option {
    padding: 12px;
}

.downlaod5_item_btn:hover {
    background: var(--btn-sub-color);
    border-color: var(--btn-sub-color);
    color: #fff;
}

.downlaod5_item_btn {
    color: var(--btn-main-color);
    border-color: var(--btn-main-color);
}

/*檔案下載a連結修正*/
.page_wrapper_bg .dd-select a:hover {
    color: #313131;
}

.download .search-go {
    line-height: 2;
    transition: .5s;
}

.download .search-go:hover {
    background: #000;
    color: #fff;
    transition: .5s;
}

/*產品A*/
.page_content1 #productbx_bg {
    background: #efefef;
    -moz-opacity: 1;
    opacity: 1;
}

.page_content1 .dd-selected {
    letter-spacing: 1px;
    padding: 0 40px 0 10px;
}

.product_desc_content {
    color: #333;
    letter-spacing: 1px;
    line-height: 30px;
}

.page_content1 #prod_price {
    margin-top: 0;
}

#prod_price .money {
    font-size: 20px;
    font-weight: bold;
}

#member_org_price,div#prod_fixprice,.pagecontent.menu5 .page_content1 #prod_price,.pagecontent.menu8 .page_content1 #prod_price {
    margin: 0;
}

._shopping_info>div {
    display: flex;
    align-items: flex-end;
    letter-spacing: 0;
}

div#prod_price {
    margin-left: 15px !important;
}

.productcontent .page_content1 .info {
    text-align: center;
    margin: 30px 0 0;
}

.productcontent .page_content1 .product_desc_subject {
    text-align: center;
}

.page_content1 ._shopping_info>div {
    justify-content: center;
}

.page_content1 .spec-scroll .items ul li:hover {
    border: 1px solid #333;
}

#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4),#product>div.page_content1>div.product_top.row>div:nth-child(3) {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
}

#product>div.page_content1>div.product_top.row>div:nth-child(3) {
    gap: 0 10px;
    margin: 30px 0 0;
}

.page_content1 #prod_name,.page_content1 #prod_name .product_name {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0
}

.RWDproduct_page .products-con {
    background: #f6f6f6;
    padding: 100px 7vw;
    font-family: var(--ft-01);
}

.RWDproduct_page .products-info {
    width: 500px;
}

.RWDproduct_page .pic-box {
    width: calc(100% - 500px);
}

.RWDproduct_page .products-info .name {
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.RWDproduct_page .list-inline:not(.related-slider) {
    display: flex;
    align-items: center;
}

li#O_sellPrice,span.payprice,.pricearea .price {
    color: var(--color01) !important;
    font-weight: 500;
    font-size: 18px;
}

li#O_sellPrice b {
    font-size: 20px;
    margin: 0 3px;
}

/*產品A按鈕*/
#btn_shopping {
    border-radius: 0;
    font-size: 14px;
    background: var(--btn-main-color)
}

#btn_shopping:hover {
    background: var(--btn-main-hover-color)
}

.fbtn {
    border-radius: 0;
    font-size: 14px;
    background: var(--btn-main-color);
    background: transparent;
    color: var(--btn-main-color);
    border: 1px solid var(--btn-main-color);
    transition: .5s;
}

.fbtn:hover {
    background: var(--btn-sub-hover-color);
    color: #fff;
    transition: .5s;
}

#btn_querycar {
    border-radius: 0;
    font-size: 14px;
    background: var(--btn-sub-color);
    background: transparent;
    color: var(--btn-main-color);
    border: 1px solid var(--btn-main-color);
    transition: .5s;
}

#btn_querycar:hover {
    background: var(--btn-sub-hover-color);
    color: #fff;
    transition: .5s;
}

/*產品下拉樣式*/
label.dd-option-text {
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-weight: 400;
}

.dd-option {
    padding: 5px 10px;
}

/*產品B*/
#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop,#mobile-fixed .btn-shop .btn.shop {
    background: var(--color01);
    border-radius: 5px
}

#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {
    background: transparent;
    color: #333;
    border: 1px solid #555;
    border-radius: 5px
}

.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {
    background-color: var(--color01);
}

.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {
    background-color: var(--color01);
    color: #fff;
    border-color: var(--color01);
    transition: .3s ease;
}

#mobile-fixed .style-radio .form-radio,.RWDproduct_page .style-radio .form-radio {
    border: 1px solid rgb(214, 214, 214);
}

#mobile-fixed .style-radio .form-radio.checked,.RWDproduct_page .style-radio .form-radio.checked {
    border-color: #000;
}

.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {
    color: #555;
    font-size: 1rem;
    letter-spacing: 1px;
}

.RWDproduct_page .products-con .btn-shop {
    display: none;
}

/*產品列表樣式*/
.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {
    margin: 0 0 40px;
}

.layoutlist_4 .pricearea {
    text-align: left;
    display: flex;
    align-items: center;
    letter-spacing: 0
}

.layoutlist_4 .fixprice {
    font-size: 16px;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

.layoutlist_4 .sellprice {
    color: #f10404;
    font-weight: bold;
}

.layoutlist_4 .subject {
    height: auto !important;
    line-height: 1.5;
    min-height: auto;
    font-weight: 500;
}

#product .item .subject {
    height: auto !important;
}

.productlist .layoutlist_4 .col-sm-4.col-md-4 {
    margin: 0 0 30px;
    width: 25%;
}

.productlist .layoutlist_4 .product_list_item {
    padding-bottom: 0;
    border: 0;
    height: auto !important;
}

.layoutlist_5 .product_list_item .list-btn_mobile,.layoutlist_5 .product_list_item .list-btn,.layoutlist_5 .product_list_item .buybtn {
    background-color: var(--btn-main-color);
}

.layoutlist_5 .product_list_item .list-btn_mobile:hover,.layoutlist_5 .product_list_item .list-btn:hover,.layoutlist_5 .product_list_item .buybtn:hover {
    background-color: var(--btn-main-hover-color);
}

.layoutlist_4 .buybtn {
    background: transparent;
    transition: .5s;
    border-radius: 15px;
    margin: 20px 0 0;
    color: #333;
    border: 1px solid #474747;
}

.productlist .layoutlist_4 .item .subject A.itemlink {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--ft-01);
}

.layoutlist_4 .cate_div {
    display: none;
}

.productlist .layoutlist_4 .product_list_item img {
    border: 1px solid #d0d0d0;
}

/*修正產品、文章預設列表排版*/
.productlist .layoutlist_2,.productlist .layoutlist_4,.productlist .layoutlist_5,.albumlist .layoutlist_2,.albumlist .layoutlist_4,.articlelist .layoutlist_2,.articlelist .layoutlist_4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sortbar {
    float: none !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    width: 100%;
    flex-wrap: wrap;
}

.sortbar a:hover {
    color: #515151;
}

/*產品售價顏色*/
.pricearea .price.delline {
    color: #333 !important;
}

.pricearea .price.fixprice {
    color: #777 !important;
}

/* 相關產品 */
.RWDproduct_page .related-box .item a {
    max-width: inherit;
}

/*購物清單*/
.RWDshopping .btn.normal {
    border-radius: 0;
}

/*會員註冊*/
#join_form .btn-primary {
    border-radius: 0;
}

#join_form {
    background: white;
}

/*會員頁a連結修正*/
.member .css-table .tr a {
    color: #313131;
}

/*留言板*/
.customized_columns .css-table .th.textarea {
    width: 10%;
}

/*詢問車*/
.RWDquiry .shopping_form .control-box img {
    margin-left: 10px;
}

.RWDquiry .btn.normal {
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: .5s ease;
    color: var(--btn-main-color);
    border-color: var(--btn-main-color)
}

.RWDquiry .btn.normal:hover {
    transition: .5s ease;
    background: var(--btn-sub-hover-color);
    color: #fff;
    border-color: var(--btn-sub-hover-color);
    font-weight: 500
}

.RWDquiry .btn.bg2,.btn.normal.bg3 {
    background: var(--btn-main-color);
    color: #fff;
    border-color: var(--btn-main-color)
}

/*電子表單*/
.eformsDesc {
    margin: 0;
    border: 0;
    text-align: center;
}

.eformscontent .layoutlist_1 {
    width: 800px;
    margin: 0 auto;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .control-label {
    font-weight: 500;
    width: 100px;
    padding: 0 10px;
}

textarea.form-control {
    min-height: 130px;
}

.systemmsg {
    text-align: center;
}

.eformscontent .col-sm-12.col-md-11 {
    width: calc(100% - 100px);
    padding: 0;
}

.eformscontent .col-sm-12.col-md-5 {
    width: calc(50% - 100px);
    padding: 0;
}

.eformscontent .col-sm-6.address-col-1,.eformscontent .col-sm-6.address-col-2 {
    width: 50%;
    padding: 0;
    float: left;
}

.eformscontent .col-sm-12.col-md-11 .col-sm-12 {
    width: 100%;
    padding: 0;
}

.customized_columns>.row .col-sm-12.col-md-11 {
    width: 100%;
}

.eformsForm.layout_full {
    background: #efefef;
    padding: 50px;
}

.customized_columns ._input,.customized_columns select {
    border: none;
    background-color: #fff;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.eformsDesc_bottom {
    margin: 0;
    padding-top: 30px;
    text-align: center;
}

.eformsDesc_bottom p {
    font-size: 15px !important;
}

/*電子表單送出a連結修正*/
.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {
    color: #fff !important;
    background: var(--btn-main-color);
}

.eformscontent .col-sm-12.col-md-12 .ebtn a {
    background: transparent;
    color: var(--btn-main-color) !important;
}

/*左側選單*/
.m2018 .products-nav>ul>li {
    padding: 0;
    margin: 0;
}

.m2018 .products-nav a {
    padding: 15px 10px !important;
    font-weight: 400;
    font-size: 16px;
}

/*隱私權*/
.privacy_block,.privacy_block p {
    line-height: 2;
    letter-spacing: 1px;
    color: #000
}

.privacy_block a {
    color: #000;
    transition: 0.4s
}

.privacy_block a:hover {
    color: #000;
    transition: 0.4s;
    text-decoration: none
}

.privacy_block h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 50px 0 10px;
    color: #000;
}

.privacy_block h6 {
    font-size: 16px;
}

.privacy_block ul {
    padding-left: 24px;
}

.privacy_block .item {
    margin: 0 0 50px;
}

/*購物說明文字*/
.shopping_txt {
    line-height: 2;
    letter-spacing: 1px;
    color: #000
}

.shopping_txt a {
    color: #000;
    transition: 0.4s
}

.shopping_txt a:hover {
    color: #000;
    transition: 0.4s;
    text-decoration: none
}

.shopping_txt .item_row {
    margin-bottom: 50px
}

.shopping_txt h2 {
    font-size: 24px !important;
    font-weight: bold;
    margin: 0;
    color: #b90000;
    text-decoration: underline;
    line-height: 1.5 !important
}

.shopping_txt h3 {
    font-size: 20px !important;
    font-weight: bold;
    margin: 0 0 10px;
    color: #000;
    line-height: 1.5 !important
}

.shopping_txt ul {
    padding-left: 24px;
}

/*前往付款、前往選取物流按鈕明顯*/
a.info-box__gopay,.delivery-editor a {
    background: #000;
    padding: 5px 20px;
    color: #fff !important;
    border-color: #000;
}

/*隱私權購物說明最大寬度限制*/
.privacy_block,.shopping_txt {
    max-width: 1200px;
    margin: auto;
}

/*hashtag a連結修正*/
.hashtag_block .hashtagLink {
    color: #fff !important;
}

/* 人才招募表單標題修正 */
.customized_columns .fillform {
    font-size: 1.5rem;
    margin: 3rem;
    text-align: center;
}

/* 問與答 */
.faq_q_icon {
    background: 0 0;
    position: relative
}

.faq_q_icon:before {
    content: "Q";
    position: absolute;
    top: -8px;
    font-size: 1.2rem;
    left: 0;
    color: #1f2a3d;
    font-family: var(--font-style-02)
}

.faq_item {
    max-width: 1200px;
    margin: auto
}

.faq_answer tr td:first-child {
    display: none
}

/*---------*/
.page_wrapper_bg .article-text>.container {
    width: 100%;
    padding: 0;
}

.collapsing_header .main {
    overflow-x: initial;
}

.page_wrapper_bg .article-text {
    font-size: 16px;
    font-weight: normal;
    color: #555;
    letter-spacing: 1.5px;
    line-height: 2;
}

.page_wrapper_bg .article-text p {
    font-size: 16px;
    font-weight: normal;
    color: #555;
    letter-spacing: 1.5px;
    line-height: 2;
}

/*確定送出*/
.page_wrapper_bg .new-form .new-width .currectsend_btn {
    background: transparent;
}

.page_wrapper_bg .ebtn a {
    background: var(--color01);
    margin: 0 auto;
    width: 280px;
    font-weight: 500;
    position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
    display: block;
    border-color: var(--color01);
}

.page_wrapper_bg .currectsend_btn a {
    background: var(--color01);
    padding: 15px 30px !important;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease;
}

.page_wrapper_bg .ebtn {
    background: transparent;
    margin-top: 30px;
    float: right;
    border-radius: 0px;
    padding: 0px;
}

/*回上頁按鈕*/
.btn.btn_back {
    background: transparent;
    padding: 0;
    float: right;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 50px;
}

.btn.btn_back a:hover {
    background: var(--block-color);
    transition: .5s ease;
    color: #fff;
}

.btn.btn_back a {
    background: transparent;
    font-size: 16px;
    color: var(--block-color);
    position: relative;
    text-align: center;
    border-radius: 10px;
    border: #bcbcbc solid 1px;
}

.btn.btn_back {
    background: transparent !important;
}

.album1 .btn.btn_back a {
    padding: 10px 20px;
}

.album1 .btn.btn_back a:hover {
    padding: 10px 20px;
}

/**/
.pagecontent .article_model[data-seq="0"] {
    margin-top: 0 !important;
}

.layoutlist_7 .litem {
    text-align: center;
}

.layoutlist_7 .subject a:hover {
    color: #8dc21f;
    transition: .3s ease;
}

.layoutlist_7 .subject,.layoutlist_7 .subject a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: .3s ease;
    line-height: 1.7;
}

.layoutlist_7 .row:before,.layoutlist_7 .row:after {
    display: none;
}

.layoutlist_7 .row {
    width: 100%;
}

#NewsList-2 .layoutlist_7 .row{
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
}

.layoutlist_8 .item:last-child {
    border-bottom: none;
}

.layoutlist_8 .item {
    padding: 35px 0;
    border-bottom: 1px solid #d7d7d7;
}

.layoutlist_8 .article_subject:hover {
    color: #000;
    transition: .3s ease;
}

.layoutlist_8 .article_subject {
    color: #333;
    font-size: 20px;
    transition: .3s ease;
}

.layoutlist_8 .listdate .yearmonth {
    text-align: right;
    color: #555;
    font-size: 12px;
    letter-spacing: 0px;
    padding-bottom: 5px;
}

.layoutlist_8 .listdate .day {
    text-align: right;
    color: #555;
    font-size: 30px;
}

.layoutlist_8 .list_subject .summary {
    margin: 5px 0;
}

.layoutlist_8 .list_subject .summary a {
    font-size: 15px;
    font-weight: normal;
    color: #747474;
}

/*------------美食餐廳列表-------------*/
.article20 .layoutlist_7 .litem {
    text-align: center;
    background: #f6f6f6;
    width: calc(100%/3 - 20px);
    margin: 0 10px 50px !important;
    padding: 25px 25px 50px;
    border-radius: 10px;
    min-height: 21vw;
}

.layoutlist_7 .summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.restaurant-list.btnsec {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
}

.article20 .layoutlist_7 .litem .btnbox a {
    padding: 10px;
    background: transparent;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    transition: .3s ease;
}

.article20 .layoutlist_7 .litem .btnbox a:hover {
    background: var(--color01);
    color: #fff !important;
    border-color: var(--color01);
}

/*-----*/
.innerdelivery-btnbox a:hover {
    background: #a77bc8;
    color: #fff;
    transition: .3s ease;
}

.innerdelivery-btnbox.box3 a:hover img,.innerdelivery-btnbox.box4 a:hover img {
    filter: brightness(1.1);
    transition: .3s ease;
}

.innerdelivery-btnbox.box3 a:hover {
    background: #06c168;
    transition: .3s ease;
}

.innerdelivery-btnbox.box4 a:hover {
    background: #f3217c;
    transition: .3s ease;
}

.btnbox:hover {
    border-color: #333;
    transition: .3s ease;
}

/*----------*/
.innereat-top ul span {
    color: var(--color01);
    margin-right: 7px;
}

.innereat-top {
    font-size: 18px;
}

.innereat-top ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.innereat-block {
    display: grid;
    grid-template-columns: 30% 50%;
    align-items: center;
    gap: 50px;
    padding: 80px;
    background: #f4f4f4;
}

.innereat-logosection {
    background: #fff;
    height: 100%;
}

.innereat-logobox {
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1vw;
}

innereat-logobox img {
    aspect-ratio: 1/1;
}

.downsec-infobox ul {
    list-style: none;
    padding: 0;
}

/*-----*/
.innereat-btnsec.bottom {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.innerdelivery-btnbox a {
    background: #fff;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 58px;
    align-items: center;
    position: relative;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
    justify-content: center;
}

.innerdelivery-btnbox a span.iconimg {
    width: 58px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.innerdelivery-btnbox {
    width: calc(100% /2 - 5px );
}

.eatbrand-infoblock img {
    width: 100%;
}

.eatbrand-infoblock {
    display: flex;
    gap: 70px;
    padding: 0 80px;
    align-items: center;
}

.eatbrand-infobox,.eatbrand-imgbox {
    width: 50%;
}

/*----------------關於我們----------------------*/
.innersample-block.center {
    text-align: center;
}

/*----那個框--*/
.storetop-block {
    display: flex;
    gap: 30px;
    margin-top:60px;
}

.storetop-imgsec {
    height: 27vw;
    overflow: hidden;
}

.storetop-imgsec img {
    object-fit: cover;
    object-position: bottom;
    height: 43vw;
    transform: translateY(-30%);
}

.storetop-imgsec,.storetop-txtsec {
    width: 50%;
}

.important-infobox {
    background: #f6f6f6;
    padding: 3vw 60px;
    margin-top: 40px
}

.important-infobox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.important-infobox ul li i {
    margin-right: 3px;
    font-size: 18px;
}

li.midtitle {
    border-top: 1px solid #bababa;
    padding: 30px 0 0;
    margin: 30px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--color01);
}

li.midtitle.titleone {
    border: none;
    padding: 0;
    margin: 0 0 5px;
}

.important-infobox ul span {
    margin-right: 7px;
    font-weight: 600;
}

.inleftright-block {
    display: flex;
    gap: 30px;
    margin: 50px 0;
}

/*-------共用樣式-------*/
.innersample-block.center {
    text-align: center;
}

.innersection-title {
    font-size: clamp(2.4rem, 2.4046rem + 1.2vw, 1.5rem);
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--gray-color);
    margin: 0;
    letter-spacing: 1px;
}

.innersample-img {
    margin: 30px 0 0;
}

.inleftright-block {
    display: flex;
    gap: 50px;
}

.inleftright-txt ol,.innersample-block ol {
    padding-left: 20px;
}

.inleftright-txt,.inleftright-img {
    width: 50%;
}

/*--服務項目--*/
.inner-sec h6 {
    color: var(--color01) !important;
}

.inner-sec:last-child {
    padding-bottom: 0;
    border: none;
}

.inner-sec.firstone {
    padding-top: 0;
}

.inner-sec {
    border-bottom: 1px solid #c0c0c0;
    padding: 30px 0;
}

.article2 .inner-sec {
    padding-top: 0;
}

.inner-sec ol,.inner-sec ul {
    padding-left: 20px;
}

.innersection-title.gap {
    margin: 0 0 20px;
}

.brandtel>a {
    margin-top: 0 !important;
}

/*----btn---*/
.innerbtnbox a:hover:after,.innerbtnbox.toinner a:hover:before {
    width: 100%;
    transition: .3s ease;
}

.innerbtnbox a:after,.innerbtnbox.toinner a:before {
    content: "";
    background: var(--color01);
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: -1;
}

.innerbtnbox a:hover,.innerbtnbox.toinner a:hover {
    color: #fff;
    transition: .3s ease;
}

.innerbtnbox a {
    background: #fff;
    margin: 50px 0 0;
    width: 280px;
    height: 53px;
    font-weight: 500;
    color: var(--block-color);
    display: block;
    position: relative;
    text-align: center;
    border-radius: 10px;
    border: #cdcdcd solid 1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    transition: .3s ease;
}

.innerbtnbox a.alink-style{
    color:var(--block-color) !important;
}
.innerbtnbox a.alink-style:hover{
    color: #fff !important;
}

.inabmiddle-block .innerbtnbox a:hover:after {
    filter: brightness(2.5);
    transition: .3s ease;
}

.innerbtnbox a:hover {
    background: #555;
    transition: .2s ease;
}

.innerbtnbox.toinner a:after {
    content: '';
    background: url(images/icon-arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 16px;
    background-size: 100% auto;
    left: auto;
}

.bank-infobottomblock .bank-logobox {
    box-shadow: none;
}

.inner-sec img {
    margin: 20px -20px 0;
    width: 100%;
}

.inner-sec h6 span {
    letter-spacing: 0;
    margin-left: 5px;
}

/*-------*/
.inabmiddle-img,.inabmiddle-txt {
    width: 50%;
}

.inabmiddle-block {
    display: flex;
    background: #f6f6f6;
    align-items: center;
}

.inabmiddle-img {
    border: 1px solid #ebebeb;
}

.inabmiddle-block.block1 .inabmiddle-img {
    border-right: none;
}

.inabmiddle-block.block2 .inabmiddle-img {
    border-left: none;
}

.inabmiddle-txt {
    padding: 0 80px;
}

.inner-sec-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logobox {
    border: 1px solid #bbb;
    width: 90px;
    height: 90px;
    padding: 10px;
}

.logobox img {
    margin: 0;
}

.inner-sec-txt {
    width: calc(100% - 80px);
}

.inner-sec-txt p {
    line-height: 1.6 !important;
}

.inner-sec-box.box1 {
    margin: 0 0 10px;
}

/*-------------會員-------------------*/
.register-block {
    display: flex;
    gap: 20px;
}

.register-box h5 {
    text-align: center;
    margin: 0 0 20px !important;
}

.register-box {
    width: 50%;
}

.openpoint-sec {
    margin: 60px 0;
}

.openpoint-box {
    display: flex;
    background: #fff;
    padding: 50px;
    align-items: center;
    border-radius: 15px;
    gap: 50px
}

/*----表格----*/
#inneropenpoint tr:first-child {
    background: #333 !important;
    color: #fff !important;
}

#inneropenpoint tr {
    background: #fff;
}

#inneropenpoint tr:nth-child(odd) {
    background: #ecdeed;
    color: #333;
}

#inneropenpoint {
    border: none;
}

#inneropenpoint td {
    border: none;
    padding: 16px 30px;
}

/*------樓層--------*/
.openpoint-box {
    display: flex;
    background: #fff;
    padding: 50px;
    align-items: center;
    gap: 30px;
    margin: 10px 0 0;
}

.openpoint-txt span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.openpoint-img,.openpoint-txt {
    width: 50%;
}

.openpoint-txt {
    width: 55%;
}

.openpoint-img {
    width: 45%;
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 26px;
}

.brand-info h5 {
    margin: 0 0 20px !important;
}

.brand-imgsec {
    width: 40%;
    box-shadow: 0px 1.6px 3.6px rgb(86 86 86 / 0%), 0px 4.5px 10px rgb(0 0 0 / 4%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(0 0 0 / 3%);
    border-radius: 10px;
    overflow: hidden;
}

.brand-imgsec .brand-imgbox {
    aspect-ratio: 400 / 180;
    display: grid;
    place-content: center;
    padding: 2vw;
}

.brand-imgbox img {
    margin: auto;
}

.brand-txtsec {
    width: 60%;
}

.brand-txtbox ul span {
    /* color: var(--color01); */
    margin-right: 7px;
}

.brand-txtbox ul {
    list-style: none;
    padding: 0;
}

.brand-txtbox .brand-txtbox-label{
    color: var(--color01);
    /* margin-right: 7px; */
}

.brand-info {
    border-top: 1px solid #bcbcbc;
    padding: 50px 0 0;
}

.brand-txtbox ul a {
    color: #555;
}

#article .layoutlist_7 .summary .brandtel {
    letter-spacing: 0;
}

.brand-txtbox h5 {
    letter-spacing: 0;
    font-size: 30px !important;
    margin: 0 0 15px !important;
}

.brand-info-img {
    margin: 40px 0 0;
}

/*---------最新消息---------*/
.innernews-block ul span {
    margin-right: 8px;
    color: var(--color01);
}

.innernews-block ul {
    list-style: none;
    padding: 0;
}

.inner-noticebox,.privacy-memo {
    border: 1px solid #c7c7c7;
    padding: 30px;
    margin: 20px 0 0;
}

.bank-infoblock {
    display: flex;
    gap: 30px;
    align-items: center;
}

.bank-infobox ul strong {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 4px;
    color: #333;
}

.bank-infosec strong {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin: 0 4px;
    color: #333;
}

.bank-infobox ul {
    list-style: none;
    padding: 0;
}

.bank-infobox h6,.bank-infosec h6 {
    margin-top: 0 !important;
}

.bank-infobox {
    width: calc(100% - 300px);
    line-height: 1.8;
}

.bank-logobox {
    width: 300px;
    box-shadow: 0px 1.6px 3.6px rgb(86 86 86 / 0%), 0px 4.5px 10px rgb(0 0 0 / 4%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(0 0 0 / 3%);
}

.bank-importantinfobox {
    color: var(--color01);
    line-height: 1.7;
    font-weight: 500;
}

.bank-infoblock.last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bank-infoblock {
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #cecece;
    padding: 0 0 70px;
}

.infoimg-box {
    margin-top: 40px;
}

.infoimg-box img {
    border: 1px solid #dedede;
    padding: 30px
}

.bank-infosec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bank-infosec {
    margin: 30px 0;
}

.bank-infosec h6 {
    margin: 0 !important;
}

.bank-infoblock.lastchild {
    border-bottom: none;
}

.inner-noticebox strong {
    color: #111;
    display: block;
    margin: 10px 0 0;
}

.inner-noticebox {
    background: #eee;
    padding: 30px;
    margin: 20px 0 0;
    line-height: 1.7;
}

.innernews-block .inner-noticebox {
    border: none;
}

.innerdelivery-btnbox.box1 span.iconimg,.innerdelivery-btnbox.box2 span.iconimg {
    background: #dbdbdb;
    padding: 8px;
}

.innerbtnbox.member a {
    width: 350px;
    justify-content: center;
}

.innerbtnbox.member a i.ionicons.ion-ios-redo {
    margin-left: 10px;
}

.tab_content ul a {
    color: var(--color01);
    font-weight: 700;
    text-decoration: underline !important;
    margin-left: 5px;
}

.tabletxt-visiblexs {
    display: none;
}

/*--------*/
.albumlist .layoutlist_2 {
    margin: 0 -15px 0;
}

.album1.albumlist .layoutlist_2 {
    max-width: 1350px;
    margin: auto;
}

.album_item img {
    max-width: 100%;
    max-height: 100% !important;
}

.layoutlist_2 .album_item {
    height: auto !important;
    width: calc(100%/3);
    margin: 0 0 60px !important;
}

#album .layoutlist_2 .album_item_subject {
    padding: 10px 0px 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    transition: .3s ease;
}

#album .layoutlist_2 .album_item:hover .album_item_subject {
    color: var(--color01);
}

.album-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.album-list .item:nth-child(3n+1) {
    clear: both;
}

.album-list .item {
    width: calc(100%/3);
    max-height: 12vw;
    overflow: hidden;
}

.photo_view .flexslider .slides2 img {
    opacity: 1 !important;
    filter: brightness(0.6);
}

.photo_view #carousel .flex-active-slide img {
    filter: none;
}

/*--------*/
.article5 .rwdlayoutlist_9.row {
    padding: 0 5vw;
}

.downsec-infobox ul span {
    font-weight: 700;
    margin-right: 7px;
}

/* 240414修改 */
.article19 .layoutlist_7 .summary,.article19 .layoutlist_7 .summary a,.article19 .layoutlist_7 .subject,.article19 .layoutlist_7 .subject a {
    color: #595757 !important;
}

.article3 .layoutlist_7 .litem .img img {
    max-width: 170px;
    height: 170px;
    margin: auto;
}

.article20 .layoutlist_7 .litem .img {
    background: #fff;
    aspect-ratio: 49 / 29;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 2vw;
}

.article20 .layoutlist_7 .litem .img img {
    width: auto;
    height: auto;
}

.article8 {
    scroll-padding-top: 110px;
    scroll-behavior: smooth;
}

.layoutlist_7 .summary,.layoutlist_7 .summary a {
    margin-top: 0px !important;
}

#article .layoutlist_7 .subject a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#article .layoutlist_7 .subject {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

/*文章的hashtag*/
.container.hasgtag {
    margin-top: 25px;
}

/*240507修*/
.RWDsearch01 .search-nav-btn {
    margin-bottom: 25px;
    margin-right: 25px;
}

/*240626修-先拿掉購物車*/
.product1 .layoutlist_4 .standarea {
    display: none;
}

/*內頁 end*/
/*左側選單都去上面 start*/
.page_wrapper_bg section.call_to_action>.container {
    padding: 0;
    width: 100%;
}

.pagecontent {
    max-width: 1500px;
    margin: 0 auto !important;
    float: none;
}

.article20.articlelist .pagecontent,.article8 .pagecontent,.article2 .pagecontent {
    padding-top: 180px !important;
}

.article20.articlecontent .pagecontent, .product1 #product, .article8.pagecontent, .faq1 #faq {
    padding-top: 180px !important;
    max-width: 1500px;
    margin: 0 auto !important;
    float: none;
}

/*------------------*/
#sidebar {
    margin: 0 0 50px;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 100px;
    z-index: 101;
    pointer-events: none;
    position: absolute;
    height: 100%;
}

.m2018.visible-lg {
    top: 85px;
    pointer-events: auto;
    position: sticky;
}

.m2018 .products-nav .nav-title {
    display: none;
}

.m2018 .products-nav ul li {
    padding: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
}

.m2018 .products-nav ul li>a {
    padding: 15px 70px !important;
    background: #ebebeb;
    transition: .3s ease;
}

.m2018 .products-nav ul li>a:hover {
    background: var(--color01);
    color: #fff;
}

.m2018 .products-nav ul li>ul>li.active>a, .m2018 .products-nav ul li>ul>li.is-open>a, .m2018 .products-nav>ul>li.active>a {
    color: #fff;
    font-weight: 500;
    background: var(--color01);
    font-size: 26px !important;
    padding: 8px 70px !important;
}

#sidebar .products-nav ul {
    display: flex;
    align-items: center;
    background: #fefefe;
    justify-content: center;
    box-shadow: 0px 1.6px 3.6px rgb(91 91 91 / 4%), 0px 4.5px 10px rgb(162 162 162 / 11%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(217 217 217 / 3%);
}

/*-----------------------*/
.hgroup .container {
    width: 100%;
    margin: 0 0 5rem;
    border-bottom: none;
    padding: 0;
}

.hgroup .breadcrumb {
    font-size: 14px;
    background-color: transparent;
    border: none;
    position: relative;
    float: none !important;
    bottom: 0;
    padding: 0 0 0 5px;
    margin-bottom: 30px;
}

.page_subject {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 !important;
}

.breadcrumb>li+li:before {
    content: "－";
    opacity: .7;
}

.hgroup .breadcrumb a {
    color: #555;
}

/*-----------*/
.faq1 #faq .layoutlist_2 {
    background: #f6f6f6;
    padding: 80px 0;
}

/*----------------240328台北店錨點固定在上方---------------------*/
.article8.id59, .article8.id59 body{
    scroll-behavior:smooth;
}
.article8.id59 .pagecontent,.article8.id114 .pagecontent {
    padding-top: 100px !important;
}

.article8.id59 .model.article_model.RWDeditor01:nth-child(3),.article8.id114 .model.article_model.RWDeditor01:nth-child(3) {
    margin-top: 100px !important;
}

.article8.id59 .pagecontent .article_model[data-seq="0"],.article8.id114 .pagecontent .article_model[data-seq="0"] {
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.article8.id59 .pagecontent .article_model[data-seq="0"]>.editor,.article8.id114 .pagecontent .article_model[data-seq="0"]>.editor {
    height: 100%;
}

.article8.id59 .article-content-info{
    margin-top: 0 !important;
}


.article8.id59 .sticky-menu-block{
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.article8.id59 .sticky-menu-block .sticky-block{
    height:100%;
}

.block-maring-top{
    margin-top:60px;
    position:relative;
}
.block-maring-top.first-block{
    margin-top:100px;
}
@media(max-width:1199px){
    .block-maring-top.first-block{
        margin-top:80px;
    }
}
@media (max-width: 991px) {
    .block-maring-top{
        margin-top:40px;
    }
}

.aboutus-firstblock{
    margin-top:80px;
}
@media(max-width:1199px){
    .aboutus-firstblock{
        margin-top:10px;
    }
}

.anchorallpoint-block {
    height: 100%;
    position: relative;
}

.anchorpoint-sec {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 135px;
    box-shadow: 0px 1.6px 3.6px rgb(91 91 91 / 4%), 0px 4.5px 10px rgb(162 162 162 / 11%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(217 217 217 / 3%);
    z-index: 2;
}

.anchorpoint-point {
    width: 25%;
}

.anchorpoint-point a {
    width: 100%;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    position: relative;
    letter-spacing: 1px;
}

.anchorpoint-point a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    background: #d0d0d0;
    top: 50%;
    transform: translateY(-50%);
}

.anchorpoint-point:last-child a:after {
    display: none;
}

.anchorpoint-point a:hover {
    background: var(--color01);
    color: #fff;
}

a#innerablock4 {
    position: relative;
    top: -150px;
    display: block;
}

a#innerablock3 {
    position: relative;
    top: -150px;
    display: block;
}

a#innerablock2 {
    position: relative;
    top: -150px;
    display: block;
}

a#innerablock1 {
    position: relative;
    top: -150px;
    display: block;
}

/*左側選單都去上面 end*/
/*英文語系 start*/
/*首頁*/
/*字距*/
.wrapper_bg.lang_en, .wrapper_bg.lang_en p, .wrapper_bg.lang_en a,.lang_en .fix_btn a,.lang_en .RWDbanner005_v2 .main-title,.lang_en .RWDbanner005_v2 .subtitle,.lang_en .RWDproduct002_v3 .main-title,.lang_en .RWDproduct002_v3 .sub-title,.lang_en .activity-block .titlebar .block-title,.lang_en .RWDscore01 .count-title,.lang_en .RWDservice011 .link_box .title,.lang_en .RWDservice011 .link_box .name,.lang_en .RWDservice011 .link_box .memo,.lang_en .RWDservice011 .link_box .more span,.lang_en .RWDscore01,.lang_en .RWDalert_fancybox.bottom,.lang_en .RWDalert_fancybox .btn {
    letter-spacing: 0 !important;
}

.lang_en .RWDmenu_plus04 .site-nav .menu {
    margin-left: -0.8vw;
}

.lang_en .RWDmenu_plus04 li.menu-dm {
    margin-left: 14.5vw;
}

.lang_en .news-block .RWDproduct002_v3 .portfolio-bottom-summary a {
    display: block !important;
}

.lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__h4 {
    padding-right: 0;
    margin-right: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
}

.lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__h4:after {
    display: none;
}

.lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__p {
    text-align: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lang_en .RWDproduct002_v3 .btn.btn-rj {
    min-width: 190px;
}

.lang_en .RWDedm001 .btn.btn-rj {
    text-transform: none;
}

.lang_en .RWDservice011 .link_box .memo {
    line-height: 1.7;
}

.lang_en .ft-top {
    position: relative;
}

.lang_en .ft-top:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fbfbfb;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.lang_en .ft-top.container {
    width: 80%;
    background: transparent;
}

.lang_en .ft-top .ft-left {
    width: 40%;
    align-items: flex-start;
}

.lang_en .ft-top .ft-right {
    width: 60%;
}

.lang_en .ft-qrcode {
    text-align: left;
}

.lang_en .ft-logo .logo-01 {
    margin-left: 24px;
}

.lang_en .ft-qrcode .qrcode_pic01, .lang_en .ft-qrcode .qrcode_pic02 {
    width: calc(50% - 48px);
}

.lang_en .ft-social {
    width: 50%;
}

.lang_en .ft-sitemap {
    width: 50%;
}

/*內頁*/
/*字距*/
.page_wrapper_bg.lang_en input#top_search_searchkey, .page_wrapper_bg.lang_en .pageTitle, .page_wrapper_bg.lang_en .hgroup h1, .page_wrapper_bg.lang_en .article-text h2, .page_wrapper_bg.lang_en .article-text h3, .page_wrapper_bg.lang_en .article-text h4, .page_wrapper_bg.lang_en .article-text, .page_wrapper_bg.lang_en .article-text p, .page_wrapper_bg.lang_en .RWDslider01 .editor, .page_wrapper_bg.lang_en .RWDtimeline01 li.event .point .editor, .page_wrapper_bg.lang_en #sidebar .products-nav, .page_wrapper_bg.lang_en #article .layoutlist_4 .listdate .yearmonth, .page_wrapper_bg.lang_en .rwd .faq_question, .page_wrapper_bg.lang_en .rwd .faq_answer, .page_wrapper_bg.lang_en .video_item_subject, .page_wrapper_bg.lang_en .page_content1 .dd-selected, .page_wrapper_bg.lang_en .product_desc_content, .page_wrapper_bg.lang_en RWDproduct_page .products-info .nu, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .stock, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .subname, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .txt .editor, .page_wrapper_bg.lang_en .RWDquiry .btn.normal, .page_wrapper_bg.lang_en .privacy_block, .page_wrapper_bg.lang_en .privacy_block p, .page_wrapper_bg.lang_en .shopping_txt, .page_wrapper_bg.lang_en .news-list-title, .page_wrapper_bg.lang_en .founder-title, .page_wrapper_bg.lang_en .core-box-text h3, .page_wrapper_bg.lang_en .m2018 .products-nav>ul>li>a, .page_wrapper_bg.lang_en .RWDtimeline01, .page_wrapper_bg.lang_en .tabs .content, .page_wrapper_bg.lang_en ._bd_row h1, .page_wrapper_bg.lang_en ._bd_row h2, .page_wrapper_bg.lang_en ._bd_row h3, .page_wrapper_bg.lang_en ._bd_row h4, .page_wrapper_bg.lang_en ._bd_row h5, .page_wrapper_bg.lang_en ._bd_row h6, .page_wrapper_bg.lang_en .systemmsg, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .name, .page_wrapper_bg.lang_en li#O_sellPrice, .page_wrapper_bg.lang_en span.payprice, .page_wrapper_bg.lang_en .pricearea .price, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .price-box b, .page_wrapper_bg.lang_en .RWDproduct_page .products-info .txt .title,.page_wrapper_bg.lang_en .tabs nav a,.page_wrapper_bg.lang_en .emptymsg__text,.page_wrapper_bg.lang_en .innersection-title,.lang_en .RWDsearch01 .nav-item .search_select, .lang_en .RWDsearch01 .nav-item button, .lang_en .RWDsearch01 .nav-item label,.lang_en .RWDsearch01 .bottom-box .btn {
    letter-spacing: 0 !important;
}

/*錨點*/
.article8.id325 .pagecontent,.article8.id363 .pagecontent {
    padding-top: 100px !important;
}

.article8.id325 .model.article_model.RWDeditor01:nth-child(3),.article8.id363 .model.article_model.RWDeditor01:nth-child(3) {
    margin-top: 100px !important;
}

.article8.id325 .pagecontent .article_model[data-seq="0"],.article8.id363 .pagecontent .article_model[data-seq="0"] {
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.article8.id325 .pagecontent .article_model[data-seq="0"]>.editor,.article8.id363 .pagecontent .article_model[data-seq="0"]>.editor {
    height: 100%;
}

/*英文語系 end*/
/*小螢幕 start*/
@media (max-width: 2500px) {
    .RWDmenu_plus04 li.menu-dm {
        margin-left: 16.5vw;
    }

    .storetop-imgsec img {
        height: 53vw;
        transform: translateY(-41%);
    }
}

@media (max-width: 2300px) {
    /*語系*/ .lang_en .ft-top.container {
        width: 85%;
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 18.5vw;
    }
}

@media (max-width: 2200px) {
    .mu_left {
        padding-left: 50px;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom-summary a {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 2100px) {
    /*語系*/ .lang_en .ft-top.container {
        width: 90%;
    }
}

@media (max-width: 2000px) {
    /*pc banner*/ .RWDbanner005_v2.frac-bottom .fraction_block.frac-bottom {
        margin-top: 2vw;
    }

    /*edm*/
    .ft-edm .container {
        width: 70%;
    }

    .RWDscore01 .count-item {
        width: calc(100%/2);
    }

    .album1.albumlist .layoutlist_2 {
        max-width: 1000px;
    }

    /*語系*/
    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: column;
    }

    .lang_en .ft-top .ft-left {
        width: 45%;
    }

    .lang_en .ft-top .ft-right {
        width: 55%;
    }

    .lang_en .ft-social {
        width: 55%;
    }

    .lang_en .ft-sitemap {
        width: 45%;
    }
}

@media (max-width: 1920px) {
    p {
        font-size: 16px;
    }

    .RWDbanner005_v2 .sqare_shadow.swiper-prev, .RWDbanner005_v2 .sqare_shadow.swiper-next {
        height: 60px;
        width: 60px;
    }

    .RWDbanner005_v2 .sqare_shadow.swiper-next:after, .RWDbanner005_v2 .sqare_shadow.swiper-prev:after {
        width: 15px;
        height: 15px;
    }

    .activity-block .titlebar p {
        width: 100%;
    }

    .RWDscore01 .count-item:before {
        left: -1vw;
    }

    .mu_left {
        padding-left: 0px;
    }

    .activity-block .titlebar p br {
        display: none;
    }

    .hgroup .pageTitle {
        font-size: clamp(2.8rem, 2.4046rem + 1.2vw, 3.7rem);
    }
}

@media screen and (max-width: 1900px) {
    .news-block .RWDproduct002_v3 .portfolio-bottom__h4:after {
        display: none;
    }

    .RWDmenu_plus04 li.menu-dm {
        margin-left: 26.5vw;
    }

    .articlelist .pagecontent, .faq1 #faq, .albumlist .pagecontent {
        max-width: 1200px;
    }

    .pagecontent {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1700px) {
    /*news*/ .news-block .container, .online-block .container {
        width: 90%;
    }

    .news-block .RWDproduct002_v3 .popup-portfolio {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: calc(100%/3 - 1px);
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom__h4, .news-block .RWDproduct002_v3 .portfolio-bottom__p {
        text-align: left;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom__h4 span {
        display: block;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom__h4 span::before {
        display: none;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom {
        top: -12px;
    }

    /*夢廣場*/
    .activity-block {
        padding: var(--7dst) 0;
    }

    .RWDservice011 {
        margin-top: 0;
    }

    /*edm*/
    .RWDedm001 {
        width: 70%;
    }

    /*--------*/
    .faq1 #faq .layoutlist_2 {
        background: #f6f6f6;
        padding: 50px;
    }

    .innerbtnbox a {
        margin: 30px 0 0;
    }

    .storetop-imgsec {
        height: 35vw;
    }

    .storetop-imgsec img {
        height: 55vw;
        transform: translateY(-30%);
    }

    .album1.albumlist .layoutlist_2 {
        max-width: 950px;
    }

    /*語系*/
    .lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__p {
        text-align: left;
    }
}

@media (max-width: 1630px) {
    /*夢廣場*/ .activity-block .container {
        align-items: flex-start;
    }

    .RWDscore01 .count-title {
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .RWDservice011 .link_box .memo {
        line-height: 1.5;
    }

    .RWDservice011 .link_box .more {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1600px) {
    /* 240119 bn高度更改 */ .index .main {
        margin: var(--7dst) 0 0;
    }

    .RWDbanner005_v2 {
        width: 145%;
    }

    .fix_btn {
        top: 36%;
    }

    /*pc bn*/
    .RWDbanner005_v2.frac-bottom .fraction_block.frac-bottom {
        margin-top: 0;
    }

    /*edm*/
    .RWDedm001 {
        width: 80%;
    }

    /*online*/
    .online-block .RWDproduct002_v3 .popup-portfolio {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        font-size: 16px;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        padding: 2rem 1.5rem 20px
    }

    .activity-block .container {
        padding: 0 10vw 0 80px;
    }

    /*footer*/
    .ft-social {
        width: 40%;
    }

    .ft-sitemap {
        width: 60%;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-right: 4rem;
    }

    /*語系*/
    .lang_en .ft-top.container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .lang_en .ft-top .ft-left, .lang_en .ft-top .ft-right {
        width: 100%;
        padding: 0;
    }

    .lang_en .ft-top .ft-left {
        padding: 0 var(--4dst) 0 calc(var(--4dst) - 24px) !important;
    }

    .lang_en .ft-top .ft-right {
        border-left: 0;
        border-top: #dfdfdf solid 1px;
        padding: var(--3dst) var(--4dst) 0 !important;
        margin: var(--3dst) 0 0;
    }

    .lang_en .ft-social {
        width: 50%;
    }

    .lang_en .ft-sitemap {
        width: 50%;
    }

    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: row;
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 22.5vw;
    }
}

@media screen and (max-width: 1500px) {
    /*夢廣場*/ .RWDscore01 .score-content {
        padding-top: 5px;
    }

    .RWDscore01 .count-num {
        font-size: clamp(2rem, 1.6139rem + 1.5842vw, 3rem);
        letter-spacing: -1px;
    }

    .ft-logo .logo-01 {
        width: 25vw;
    }

    /*----*/
    .m2018 .products-nav ul li>ul>li.active>a, .m2018 .products-nav ul li>ul>li.is-open>a, .m2018 .products-nav>ul>li.active>a {
        font-size: 22px !important;
        padding: 10px 30px !important;
    }

    .m2018 .products-nav ul li>a {
        padding: 15px 30px !important;
    }
}

@media screen and (max-width: 1450px) {
    /*語系header*/ .lang_en .RWDmenu_plus04 .logo {
        transform: translate(0, 0);
        left: 0;
        position: static;
        margin-top: 25px
    }

    .lang_en .header .RWDedictor008 {
        left: 3%;
        transform: initial;
    }

    .lang_en .RWDmenu_plus04 .features {
        position: static;
        width: auto;
    }

    .lang_en .RWDmenu_plus04 .container {
        max-width: initial;
    }

    .lang_en .RWDmenu_plus04 .features {
        position: static;
        float: right;
        margin-right: 10px;
        padding-right: 10px;
    }

    .lang_en .RWDmenu_plus04 .features .search-btn {
        float: left;
    }

    .lang_en .RWDmenu_plus04 .features:after {
        display: none;
    }

    .lang_en .RWDmenu_plus04 .container {
        max-width: initial;
        width: 100%;
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 0;
    }

    .lang_en .RWDmenu_plus04 .site-nav {
        display: none;
    }

    .lang_en .RWDmenu_plus04 #mobile-menu, .lang_en .RWDmenu_plus04 .ml-stack-nav-toggle, .lang_en .RWDmenu_plus04 .toggle-menu {
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    /* pc */ .RWDbanner005_v2 {
        width: 185%;
    }

    /*夢廣場*/
    .RWDscore01 .count-blk {
        padding-left: 0;
        padding-right: 0;
    }

    .RWDscore01 .count-title {
        font-size: 16px;
        padding-right: 10px;
        margin-bottom: 5px;
    }

    .RWDscore01 .count-item {
        margin: 30px 0;
    }

    .RWDservice011 .link_box {
        min-height: 320px;
    }

    /*ONLINE*/
    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        padding: 2rem;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        font-size: 17px;
    }

    /*---------------*/
    .articlelist .pagecontent, .faq1 #faq, .albumlist .pagecontent {
        max-width: 90%;
        width: 90%;
    }

    .pagecontent {
        max-width: 80%;
        width: 80%;
    }

    .layoutlist_7 .summary, .layoutlist_7 .summary a {
        font-size: 15px;
    }

    .brand-block {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    /*-------*/
    .openpoint-txt span {
        display: inline-block;
    }

    .page_wrapper_bg .article-text h5 {
        font-size: 22px;
    }

    .inabmiddleimg-logobox img {
        object-fit: cover;
        min-height: 30vw;
    }

    .article20 .layoutlist_7 .litem {
        width: calc(100%/2 - 20px);
        margin: 0 10px 20px !important;
    }

    .storetop-imgsec {
        height: 53vw;
    }

    .storetop-imgsec img {
        height: auto;
        transform: translateY(-5%);
    }

    .article18.articlelist .pagecontent {
        width: 80%;
    }

    /*語系*/
    .lang_en .RWDproduct002_v3 .row:nth-child(1), .lang_en .RWDproduct002_v3 .row:nth-child(2) {
        width: 100%;
    }

    .lang_en .RWDproduct002_v3 .filter-portfolio ul {
        justify-content: center;
        margin: 0 0 var(--2dst);
    }

    .lang_en .RWDproduct002_v3 .section-subject {
        text-align: center;
        margin: 0 0 var(--1dst);
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 19.5vw;
    }

    .lang_en .RWDmenu_plus04 .logo {
        width: 270px;
    }

    .lang_en .RWDmenu_plus04 .site-nav .menu>li>a {
        font-size: 16px;
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 20.5vw;
    }
}

@media screen and (max-width: 1300px) {
    /*edm*/ .ft-edm .container {
        width: 80%;
    }

    .RWDedm001 {
        width: 100%;
    }

    /*footer*/
    .ft-top .ft-right {
        gap: var(--3dst);
    }

    .ft-social .ft-fb, .ft-social .ft-ig {
        display: flex;
        flex-direction: column
    }

    .ft-social .ft-fb a, .ft-social .ft-ig a {
        width: 100%;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-right: 3rem;
    }

    /*header*/
    .RWDmenu_plus04 .logo {
        transform: translate(0, 0);
        left: 0;
        position: static;
        margin-top: 25px
    }

    .header .RWDedictor008 {
        left: 3%;
        transform: initial;
    }

    .RWDmenu_plus04 .features {
        position: static;
        width: auto;
    }

    .RWDmenu_plus04 .container {
        max-width: initial;
    }

    .RWDmenu_plus04 .features {
        position: static;
        float: right;
        margin-right: 10px;
        padding-right: 10px;
    }

    .RWDmenu_plus04 .features .search-btn {
        float: left;
    }

    .RWDmenu_plus04 .features:after {
        display: none;
    }

    .RWDmenu_plus04 .container {
        max-width: initial;
        width: 100%;
    }

    .RWDmenu_plus04 li.menu-dm {
        margin-left: 0;
    }

    .RWDmenu_plus04 .site-nav {
        display: none;
    }

    .RWDmenu_plus04 #mobile-menu, .RWDmenu_plus04 .ml-stack-nav-toggle, .RWDmenu_plus04 .toggle-menu {
        display: block;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: calc(100%/3 - 1px);
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item:first-child, .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item:nth-child(4n) {
        border-left: #dfdfdf solid 1px;
    }

    .album-list .item {
        width: calc(100%/2);
        max-height: 23vw;
        overflow: hidden;
    }

    /*----------*/
    .layoutlist_7 .subject, .layoutlist_7 .subject a {
        font-size: 17px !important;
    }

    .article19.articlelist .layoutlist_7 .row {
        display: block;
    }

    .article19.articlelist .layoutlist_7 .litem {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px !important;
    }

    .important-infobox {
        padding: 3vw 30px;
    }

    .album1.albumlist .layoutlist_2 {
        max-width: 860px;
    }

    /*語系*/
    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: row;
    }

    .lang_en .RWDmenu_plus04 .logo {
        width: 300px;
    }

    .lang_en .RWDmenu_plus04 li.menu-dm {
        margin-left: 0;
    }
}

/* 匯入內頁版面寬度80%*/
@media (max-width: 1920px) {
    .page_wrapper_bg section.call_to_action {
        min-height: 700px;
    }
}

/*產品定售價掉落修正*/
@media (max-width: 1500px) {
    .layoutlist_4 .pricearea span {
        margin: 0
    }

    .layoutlist_4 .pricearea {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .innereat-block {
        grid-template-columns: 40% auto;
    }
}

/*寬度修正*/
@media (max-width: 1400px) {
    #sidebar.layoutmenu1, #sidebar.layoutmenu3, #sidebar.layoutmenu6 {
        padding-right: 40px;
    }
}

/*產品列表樣式D無側選單修正*/
@media (max-width: 1300px) {
    .productlist .layoutlist_4 .col-sm-3.col-md-3 {
        width: calc(100%/3);
        float: left;
    }
}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
    /*pc bn*/ .RWDbanner005_v2.frac-bottom .fraction_block.frac-bottom {
        margin-top: 0;
    }

    /*news*/
    .news-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        font-size: 17px;
    }

    /*夢廣場*/
    .RWDscore01 .count-num {
        font-size: 2rem;
    }

    /*online*/
    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        padding: 1rem 1rem 2rem;
    }

    /* 240119 bn高度更改 */
    .index .main {
        margin: var(--10dst) 0 0;
    }

    .RWDbanner005_v2 {
        width: 160%;
    }

    /*夢廣場*/
    .activity-block {
        padding: var(--5dst) 0;
    }

    .activity-block .container {
        flex-direction: column;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 130px;
        width: 85%;
    }

    .activity-block .titlebar .sub-tit {
        text-align: center;
    }

    .activity-block .titlebar .block-title {
        font-size: clamp(2rem, 0.7366rem + 5.1831vw, 4.3rem);
        text-align: center;
    }

    .activity-block .titlebar .block-title span {
        display: inline-block;
    }

    .activity-block .titlebar p {
        margin: var(--2dst) 0 0;
    }

    .mu_right {
        width: 100%;
        padding: 0;
    }

    .mu_left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        padding: 0 2rem;
    }

    .mu_left .RWDedictor {
        width: 100%;
    }

    .RWDscore01 {
        width: 100%;
        padding-left: 0;
    }

    .RWDscore01 .count-item {
        align-items: center;
        gap: 17px;
    }

    .RWDscore01 .count-num {
        font-size: clamp(2rem, 0.9014rem + 4.507vw, 4rem);
    }

    .RWDscore01 .score-content {
        padding-top: 50px;
    }

    .RWDscore01 .count-title {
        min-height: auto;
    }

    .RWDservice011 {
        margin-top: 50px;
    }

    .RWDservice011 .link_box:first-child {
        top: 0;
    }

    .RWDscore01 .count-title {
        font-size: 17px;
        padding-right: 0;
    }

    .RWDservice011 .link_box {
        width: calc(50% - 5px);
        margin: 0 2.5px 5px;
    }

    .RWDservice011 .link_box .more {
        display: none;
    }

    .RWDservice011 .link_box {
        padding: 0;
    }

    .museum_block .RWDparallax_new {
        width: 100%;
        height: 50%;
        opacity: .7;
    }

    .RWDservice011 .link_box .mid_box {
        padding: 20px 20px;
    }

    .activity-block .RWDbtn01 {
        position: absolute;
        margin-top: 30px;
        width: 100%;
        bottom: 0;
        right: 0px;
    }

    .activity-block .RWDbtn01 .section-subject {
        margin-bottom: 15px;
        text-align: center;
    }

    .activity-block .RWDbtn01 .btn-box {
        justify-content: center;
    }

    .RWDbtn01 .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .activity-bg::before {
        width: 100%;
    }

    .ft-logo .logo-01 {
        width: 35vw;
    }

    /* 匯入內頁版面寬度80%*/
    /*main*/
    .page_wrapper_bg section.call_to_action {
        padding: 5rem 0;
    }

    #sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {
        font-size: 1rem;
        height: 45px;
        color: #000;
        letter-spacing: 0;
    }

    #sidebar select.form-control:not([size]):not([multiple]) {
        box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 58%);
        border-radius: 10px;
    }

    #sidebar select.form-control:not([size]):not([multiple]):focus {
        box-shadow: 0 0 0 0.25rem #e6b8e9;
    }

    /*文章列表-H*/
    .rwdlayoutlist_9 .litem {
        width: calc(100%/3 - 1px);
    }

    /*------*/
    .layoutlist_7 .subject,.layoutlist_7 .subject a {
        font-size: 20px !important;
    }

    .article19.articlelist .layoutlist_7 .subject,.article19.articlelist .layoutlist_7 .subject a {
        font-size: 18px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .layoutlist_7 .summary,.layoutlist_7 .summary a {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pagecontent {
        max-width: 90%;
        width: 90%
    }

    .layoutlist_7 .litem {
        padding: 0 20px;
        margin: 0 0 40px !important;
    }

    .article7 .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .layoutlist_7 .summary,.layoutlist_7 .summary a {
        margin-top: 5px;
    }

    .tabs .content {
        padding: 50px !important;
    }

    /*---------*/
    #sidebar.col-md-3 {
        width: 100%;
        position: sticky;
        height: auto;
        top: 85px;
        padding: 10px !important;
        z-index: 111;
        pointer-events: all;
        margin-bottom: 50px;
    }

    .article20.articlelist .pagecontent,.article8 .pagecontent,.article2 .pagecontent {
        padding-top: 0 !important;
    }

    .m2018.visible-lg {
        top: 0;
        position: relative;
    }

    .openpoint-box {
        align-items: flex-start;
        gap: 20px;
        margin: 10px 0 0;
        flex-direction: column;
    }

    .openpoint-txt {
        width: 100%;
    }

    .openpoint-sec {
        margin: 20px 0 50px;
    }

    .rwdlayoutlist_9 .litem:hover {
        box-shadow: none;
    }

    .rwdlayoutlist_9 .subject {
        font-size: 22px;
    }

    .inabmiddle-txt {
        padding: 0 40px;
    }

    .hgroup .pageTitle {
        font-size: clamp(2.8rem, 2.4046rem + 1.2vw, 3rem);
    }

    .inner-sec:first-child {
        padding-top: 0;
    }

    .page_wrapper_bg .RWDbanner_plus01.full .banner-slider.bg .slick-item {
        max-height: 30vw !important;
        height: 30vw !important;
    }

    .rwdlayoutlist_9 .summary {
        -webkit-line-clamp: 3;
    }

    #album .layoutlist_2 .album_item_subject {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .storetop-imgsec {
        height: 60vw;
    }

    .hgroup .container {
        margin: 0 0 3rem;
    }

    .anchorpoint-sec {
        top: 130px;
    }

    .article8.id59 .model.article_model.RWDeditor01:nth-child(3),.article8.id114 .model.article_model.RWDeditor01:nth-child(3) {
        margin-top: 80px !important;
    }

    .article8.id59.articlecontent #sidebar.col-md-3,.article8.id114.articlecontent #sidebar.col-md-3 {
        margin: 0 0 30px;
    }

    .article18.articlelist .pagecontent {
        width: 90%;
    }

    .article8 #sidebar select.form-control:not([size]):not([multiple]) {
        box-shadow: unset;
    }

    #sidebar.col-md-3 {
        top: 76px;
    }

    /*240507修*/
    .RWDsearch01 .search-nav-btn {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    /*語系*/
    .lang_en .ft-top.container {
        width: 100%;
    }

    .article8.id325 .model.article_model.RWDeditor01:nth-child(3),.article8.id363 .model.article_model.RWDeditor01:nth-child(3) {
        margin-top: 80px !important;
    }

    .article8.id325.articlecontent #sidebar.col-md-3,.article8.id363.articlecontent #sidebar.col-md-3 {
        margin: 0 0 30px;
    }

    .article3 .page_wrapper_bg .pagecontent, .article19 .page_wrapper_bg .pagecontent {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }

    .article3 .layoutlist_7, .article19 .layoutlist_7 {
        max-width: 90%;
        margin: 0 auto;
    }

    .article3.articlecontent .page_wrapper_bg section.call_to_action>.container, .article19.articlecontent .page_wrapper_bg section.call_to_action>.container {
        width: 90%;
        padding: 0 15px;
    }
}

/*1199px end*/
/*1100px start*/
@media (max-width: 1100px) {
    /*pc bn*/ .RWDbanner005_v2 .swiper-left, .RWDbanner005_v2 .swiper-right {
        min-height: 300px;
    }

    /*002產品共用*/
    .RWDproduct002_v3 .section-inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
    }

    .RWDproduct002_v3 .section-subject {
        text-align: center;
        margin: 0 0 var(--1dst);
    }

    .RWDproduct002_v3 .filter-portfolio ul {
        display: flex;
        justify-content: center;
        margin: 0 0 var(--2dst);
    }

    .RWDproduct002_v3 .row:nth-child(1), .RWDproduct002_v3 .row:nth-child(2) {
        width: 100%;
    }

    /*news*/
    .news-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
    }

    .news-block .RWDproduct002_v3 .portfolio-item>.inner-content {
        width: 40%;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom {
        width: 60%;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom-summary {
        display: flex;
        justify-content: flex-start;
        height: 100% !important;
        align-items: stretch;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom-summary a {
        width: 100%;
        top: 0;
        text-align: left;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom {
        top: 0;
    }

    /*footer*/
    .ft-top.container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .ft-top .ft-left, .ft-top .ft-right {
        width: 100%;
        padding: 0;
    }

    .ft-top .ft-right {
        border-left: 0;
        border-top: #dfdfdf solid 1px;
        padding: var(--3dst) var(--4dst) 0 !important;
        margin: var(--3dst) 0 0;
    }

    .ft-sitemap {
        display: flex;
        justify-content: center;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-right: 6rem;
    }

    /*語系*/
    .lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__h4, .lang_en .news-block .RWDproduct002_v3 .portfolio-bottom__p {
        -webkit-line-clamp: inherit;
    }

    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: column;
    }
}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
    .index .main {
        margin: 123px 0 0;
    }

    .ft-social .ft-ig a i {
        color: #d6249f;
    }

    /* 匯入內頁版面寬度80%*/
    /*main*/
    .page_wrapper_bg section.call_to_action {
        padding: 50px 0;
    }

    /*產品內頁-01*/
    .page_content1 #prod_price {
        margin-top: 18px;
    }

    /*相簿內容樣式-03*/
    .photo .content_box {
        width: calc(100% / 4) !important;
    }

    /*文章列表-04*/
    #article .layoutlist_4 .item {
        flex-direction: column
    }

    #article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {
        width: 100%
    }

    #article .layoutlist_4 .item .list_img {
        padding: 0;
        margin: 0 0 10px
    }

    #article .layoutlist_4 .list_subject {
        padding: 0;
        margin: 0 0 10px
    }

    #article .layoutlist_4 .listdate {
        border: 0;
        display: flex;
        align-items: center;
        padding: 0;
    }

    #article .layoutlist_4 .listdate .day:before {
        content: "/";
        margin-right: 5px
    }

    #article .layoutlist_4 .listdate .day {
        font-size: 12px;
        color: #afafaf;
        position: relative;
        margin-left: 5px
    }

    /*文章列表-G*/
    .layoutlist_8 .list_subject {
        padding: 0 2rem;
    }

    /*文章列表-H*/
    .rwdlayoutlist_9 .litem {
        width: calc(100%/3 - 1px);
    }

    /*電子表單*/
    .form-group label {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #join_form .form-checkbox, #join_form .form-radio {
        padding: 0 0 0 28px !important;
    }

    .innereat-block {
        gap: 30px;
        padding: 50px;
    }

    .innereat-top ul {
        margin: 0 0 30px;
    }

    .eatbrand-infoblock {
        gap: 40px;
        padding: 0 50px;
    }

    .hgroup {
        top: -11vw;
    }

    .article20 .hgroup, .article8 .hgroup, .product1 .hgroup, .faq1 .hgroup, .article2 .hgroup {
        top: -7vw;
    }
}

/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
    .index .main {
        margin: 87px 0 0;
    }

    /*bn*/
    .banner-block .pc-bn {
        display: none;
    }

    .banner-block .mobile-bn {
        display: block;
    }

    /*夢廣場*/
    .mu_left {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .mu_left .RWDedictor {
        width: 100%;
        text-align: center;
    }

    .RWDscore01 {
        width: 100%;
        padding-left: 0;
    }

    .RWDscore01 .count-item:before {
        display: none;
    }

    .RWDscore01 .count-blk .swiper-slide {
        justify-content: center;
    }

    .RWDscore01 .count-item {
        padding: 0 20px;
        border-right: 1px solid #dfdfdf;
        width: initial;
        min-width: 200px;
        margin: 0;
    }

    .RWDscore01 .count-item:last-child {
        border-right: 0;
    }

    .RWDscore01 .count-blk:before {
        display: none;
    }

    .RWDscore01 .count-title {
        letter-spacing: 1px;
        padding-right: 0;
    }

    .RWDscore01 .score-content {
        padding-top: 50px;
    }

    .RWDservice011 .link_box {
        height: 30vh;
        min-height: auto;
    }

    /*online*/
    .online-block {
        padding: var(--5dst) 0;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* 匯入內頁版面寬度80%*/
    /*麵包屑*/
    section.hgroup {
        margin: 0 0 20px;
    }

    .hgroup .container {
        margin: 0 0 50px;
    }

    .hgroup .page_subject {
        text-align: center;
    }

    .page_wrapper_bg .hgroup h1 {
        margin: 0 0 20px;
    }

    .hgroup .breadcrumb {
        text-align: center;
        float: none !important;
        position: static;
        padding: 0;
        border: 0;
    }

    /*編輯器 圖文*/
    .RWDeditor01 .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .RWDeditor01 .col-md-6 img {
        width: 100%;
    }

    .pagecontent .RWDslider01, .pagecontent .RWDeditor01 {
        margin-top: 40px !important;
    }

    /*文章列表樣式*/
    .RWDslider01 .products-list .products-item .box {
        align-items: flex-start;
    }

    /*文章列表樣式-04*/
    #article .layoutlist_4 .listdate {
        padding-right: 0;
    }

    /*文章列表樣式-08*/
    .rwdlayoutlist_9 .litem {
        width: calc(100% / 2 - 1px);
        padding-bottom: 0;
    }

    .litem__text {
        width: 85%;
    }

    /*產品列表樣式 A*/
    #product .layoutlist_2 .col-sm-6 {
        width: calc(100% / 3 - 1px);
    }

    /*產品列表樣式 B*/
    #product .layoutlist_3.row {
        display: flex;
        flex-wrap: wrap;
    }

    #product .layoutlist_3.row>.col-md-12 {
        width: calc(100% / 3 - 1px);
    }

    #product .item .subject {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /*產品列表樣式 C*/
    #product .layoutlist_4 .col-xs-6 {
        width: calc(100% / 3 - 1px);
    }

    /*產品列表樣式 E*/
    #product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {
        width: calc(100%/3 - 1px);
    }

    /*相簿列表樣式*/
    .layoutlist_1 .row a, .row .album_d_item a {
        padding-bottom: 0;
    }

    /*相簿內容樣式-03*/
    .photo .content_box {
        width: calc(100% / 3) !important;
    }

    /*檔案下載樣式-02*/
    .download .list_table .container::after {
        clear: none;
    }

    .download .list_table .container .row::after {
        clear: none;
    }

    .download .list_table .container .row div:last-child {
        clear: none !important;
    }

    .download .oneline {
        border-bottom: none;
        clear: none;
    }

    /*電子表單*/
    .eformscontent .layoutlist_1 {
        width: 100%;
    }

    .eformscontent .form-horizontal .control-label {
        padding: 0 !important;
        width: 100%
    }

    .eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {
        width: 100%;
        padding: 0 !important
    }

    .eformscontent .col-sm-12.col-md-11, .eformscontent .col-sm-12.col-md-5 {
        width: 100%;
    }

    .eformscontent .form-horizontal .col-sm-12.col-md-5 {
        padding: 0 !important;
    }

    /*影片列表*/
    .layoutlist_2 .video_item {
        width: calc(100% / 3 - 1px);
    }

    /*產品內頁-02*/
    #sidebar {
        padding: 0 !important;
        margin: 0 0 30px;
    }

    /*購物車按鈕pad*/
    #mobile-fixed .btn-box .normal {
        background: transparent;
        color: #444;
        border: 1px solid #444;
        border-radius: 0;
    }

    #mobile-fixed .btn-box .bg2 {
        border-radius: 0;
        transition: all 0.3s ease;
        border: 1px solid #000;
        color: #fff;
        background: #000;
    }

    .RWDshopping #mobile-fixed .btn.normal {
        color: #444;
    }

    /*檔案下載*/
    .download .search-container {
        margin-left: 20px;
        margin-top: 0;
    }

    /*-------*/
    .bank-infoblock {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        border-bottom: none;
        padding: 0 0 20px;
        flex-direction: column;
    }

    .bank-infobox {
        width: 100%;
        line-height: 1.7;
    }

    .bank-logobox {
        width: 220px
    }

    .brand-block {
        align-items: flex-start;
        gap: 40px;
    }

    .brand-txtbox h5 {
        margin: 0 0 5px !important;
    }

    #inneropenpoint td {
        padding: 10px 20px;
    }

    .inabmiddle-block {
        background: transparent;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 70px
    }

    .inabmiddle-block.block1 .inabmiddle-img {
        border-right: 1px solid #ebebeb;
    }

    .inabmiddle-block.block2 .inabmiddle-img {
        border-left: 1px solid #ebebeb;
    }

    .inabmiddle-img {
        border: 1px solid #ebebeb;
    }

    .inabmiddle-img, .inabmiddle-txt {
        width: 100%;
    }

    .inabmiddle-block.block2 {
        flex-direction: column-reverse;
        margin: 0;
    }

    .inabmiddle-txt {
        padding: 0;
        margin: 20px 0 0;
    }

    .article20.articlecontent .pagecontent, .product1 #product, .article8.pagecontent, .faq1 #faq {
        padding-top: 0 !important;
    }

    .innereat-block {
        flex-direction: column;
    }

    .innereat-infosec {
        width: 100%;
        text-align: center;
    }

    .innereat-logosection {
        width: 50%;
        margin: auto;
    }

    .eatbrand-infoblock {
        gap: 20px;
        padding: 0;
        flex-direction: column;
    }

    .eatbrand-infobox, .eatbrand-imgbox {
        width: 100%;
    }

    .page_wrapper_bg .RWDbanner_plus01.full .banner-slider.bg .slick-item {
        max-height: 37vw !important;
        height: 37vw !important;
    }

    .article20 .hgroup, .article8 .hgroup, .product1 .hgroup, .faq1 .hgroup, .article2 .hgroup {
        top: -15vw;
    }

    .hgroup {
        top: -20vw;
    }

    .inleftright-block {
        gap: 30px;
        flex-direction: column;
    }

    .inleftright-txt, .inleftright-img {
        width: 100%;
    }

    .inleftright-block.lastone {
        flex-direction: column-reverse;
    }

    /*-----麵包屑去樓下---*/
    .article20 .hgroup, .article8 .hgroup, .product1 .hgroup, .faq1 .hgroup, .article2 .hgroup {
        top: 0;
    }

    section.hgroup {
        padding: 0;
        position: relative;
        top: 0;
        transform: none;
        left: 0;
    }

    .hgroup .page_subject {
        align-items: center;
    }

    .hgroup .breadcrumb {
        margin-bottom: 20px;
    }

    .hgroup .container {
        margin: 0 0 40px;
    }

    .page_wrapper_bg .hgroup h1 {
        margin: 0;
    }

    .hgroup .pageTitle {
        font-size: 38px;
    }

    .product1 .hgroup .pageTitle, .article5 .hgroup .pageTitle {
        color: var(--block-color);
    }

    .product1 ul.breadcrumb.pull-right a, .product1 ul.breadcrumb.pull-right a:hover, .article5 ul.breadcrumb.pull-right a, .article5 ul.breadcrumb.pull-right a:hover {
        color: #333;
    }

    .article20 .page_wrapper_bg section.call_to_action, .article8 .page_wrapper_bg section.call_to_action, .product1 .page_wrapper_bg section.call_to_action, .faq1 .page_wrapper_bg section.call_to_action, .article2 .page_wrapper_bg section.call_to_action {
        padding: 40px 0 80px;
    }

    .layoutlist_2 .album_item {
        padding: 0 15px;
        width: 50%;
    }

    .article5 .rwdlayoutlist_9.row {
        padding: 0;
    }

    /*----------*/
    .storetop-block {
        flex-direction: column-reverse;
    }

    .storetop-imgsec, .storetop-txtsec {
        width: 100%;
    }

    .storetop-imgsec {
        height: 50vw;
    }

    .storetop-imgsec img {
        height: auto;
        transform: translateY(-41%);
    }

    .article8.id59 .pagecontent,.article8.id114 .pagecontent {
        padding-top: 10px !important;
    }

    .innereat-block {
        grid-template-columns: 1fr;
    }

    .innereat-logobox,.article20 .layoutlist_7 .litem .img, .brand-imgsec .brand-imgbox {
        padding: 1.5rem;
    }

    .article8 {
        scroll-padding-top: 80px;
    }

    /*語系*/
    .article8.id325 .pagecontent,.article8.id363 .pagecontent {
        padding-top: 10px !important;
    }

    /*240625修*/
    .RWDproduct_page .pic-box {
        width: calc(100% - 320px);
    }

    .RWDproduct_page .products-info {
        width: 320px;
    }

    #mobile-fixed {
        display: none;
    }

    .lang_en .RWDproduct_page .products-info .price-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*991px end*/
/*850px start*/
@media (max-width: 850px) {
    .fix_btn {
        display: none;
    }

    .mobile-link {
        display: block;
    }

    .footer-block {
        padding-bottom: 80px;
    }

    /* 匯入內頁版面寬度80%*/
    /*文章列表樣式-04*/
    #article .layoutlist_4 .fixrow {
        padding-left: 0;
        padding-right: 0;
    }

    /*圖文輪播*/
    .RWDslider01 .products-list .box {
        display: flex;
        flex-direction: column;
    }

    .RWDslider01 .products-list .products-item .box {
        flex-direction: column;
        justify-content: flex-start;
    }

    .RWDslider01.pic-right .products-list .products-item .box {
        flex-direction: column;
    }

    .RWDslider01 .pic-list, .RWDslider01 .text {
        width: 100%;
        padding: 0 !important;
    }

    .RWDslider01 .control-box {
        right: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .RWDslider01 .pic-list,.RWDslider01 .text,.RWDslider01 .pic img {
        width: 100%;
    }

    .RWDslider01 .pic-list {
        padding-right: 0;
    }

    .RWDslider01.pic-right .pic-list {
        padding-left: 0;
    }

    .pagecontent .RWDslider01, .article1 .pagecontent .RWDeditor01 {
        margin-top: 30px;
    }

    /*語系*/
    .lang_en .RWDproduct002_v3 .filter-portfolio ul {
        overflow-x: scroll;
        padding: 0;
        flex-wrap: nowrap;
    }

    .lang_en .RWDproduct002_v3 .btn.btn-rj {
        min-width: 185px;
    }

    .lang_en .RWDproduct002_v3 .filter-portfolio ul>li {
        margin: 0;
    }

    .lang_en .RWDproduct002_v3 .btn.btn-rj:after {
        right: 0;
    }

    .lang_en .news-block .RWDproduct002_v3 .filter-portfolio ul {
        justify-content: flex-start;
    }
}

/*850px end*/
/*800px start*/
@media (max-width: 800px) {
    .ft-top .ft-right {
        padding: var(--3dst) var(--2dst) 0 !important;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-right: 3rem;
    }

    /*online*/
    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
    }

    .online-block .RWDproduct002_v3 .portfolio-item>.inner-content {
        width: 40%;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom {
        width: 60%;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom-summary {
        display: flex;
        justify-content: center;
        height: 100% !important;
        align-items: flex-start;
        flex-direction: column;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom-summary a {
        width: 100%;
        top: 0;
        text-align: left;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        padding: 2rem;
        border: #dfdfdf solid 1px;
        border-left: #dfdfdf solid 1px;
        border-bottom: 0;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item:last-child {
        border-bottom: #dfdfdf solid 1px;
    }

    /*夢廣場*/
    .RWDscore01 .count-item {
        padding: 0 10px;
        min-width: 188px;
    }

    /* 匯入內頁版面寬度80%*/
    /*麵包屑*/
    .hgroup .container {
        margin-left: 0;
        margin-right: 0;
    }

    .hgroup .page_subject {
        padding-bottom: 20px;
    }

    /*按鈕*/
    .btn.btn_back ,.ebtn, .block_body .page_content2 .btn, .block_body .page_content1 .btn, .page_content2 .btn, .page_content1 .btn {
        width: auto !important;
    }

    .block_body .page_content2 .btn, .block_body .page_content1 .btn, .page_content2 .btn, .page_content1 .btn {
        margin-top: 30px !important;
    }

    /*文章列表樣式-03*/
    #article .layoutlist_3 .listdate .yearmonth {
        padding-bottom: 0px;
    }

    /*文章列表樣式-04*/
    #article .layoutlist_4 .listdate {
        padding-right: 0;
    }

    #article .layoutlist_4 .listdate .yearmonth {
        letter-spacing: 1px;
    }

    #article .layoutlist_4 .listdate .yearmonth {
        padding-bottom: 15px;
    }

    #article .layoutlist_4 .list_subject .summary {
        margin: 10px 0px 0;
    }

    #article .layoutlist_4 .list_subject a {
        margin: 0px !important;
    }

    /*產品檔案下載按鈕*/
    .productcontent .page_content1 .download_container .btn {
        float: none;
        margin: 60px auto 0 !important;
        display: block;
        max-width: 250px;
        padding: 5px;
    }

    /*檔案下載樣式-02*/
    .layoutlist_3 .dbtn_v2 {
        width: 100%;
        text-align: center;
    }

    /*電子表單*/
    .form-horizontal .control-label {
        width: 100%;
    }

    .form-horizontal .form-group .col-sm-12.col-md-11 {
        width: 100%;
    }
}

/*800px end*/
/*767px start*/
@media (max-width: 767px) {
    .RWDproduct002_v3 .filter-portfolio ul {
        overflow-x: scroll;
        padding: 0;
        flex-wrap: nowrap;
    }

    .RWDproduct002_v3 .btn.btn-rj {
        min-width: 84px;
    }

    .RWDproduct002_v3 .filter-portfolio ul>li {
        margin: 0;
    }

    .RWDproduct002_v3 .btn.btn-rj:after {
        right: 0;
    }

    /*夢廣場*/
    .activity-bg::before {
        width: 120%;
        transform: skew(316deg) rotate(133deg);
    }
    .mu_left {
        padding: 0;
    }

    .RWDscore01 .trigger-next, .RWDscore01 .trigger-prev {
        display: none;
    }

    .RWDscore01 .count-item {
        padding: 0 10px;
        min-width: 170px;
    }

    .RWDservice011 .link_box .memo {
        display: -webkit-box;
    }

    .RWDservice011 .link_box {
        padding: 0;
        min-height: 46vh;
    }

    .RWDservice011 .link_box .name, .RWDservice011 .link_box .title {
        overflow: initial;
    }

    .ft-logo .logo-01 {
        width: 80%;
        margin: 0 auto;
    }

    /* 匯入內頁版面寬度80%*/
    /*文章列表樣式-02*/
    #article .layoutlist_2 {
        display: flex;
        flex-wrap: wrap;
    }

    #article .layoutlist_2 .item {
        width: calc(100% / 2 - 41px);
        margin: 0 20px;
    }

    #article .layoutlist_2 .list_subject, #article .layoutlist_2 .listdate {
        padding-left: 0px;
        padding-right: 0;
    }

    #article .layoutlist_2 .listdate .yearmonth {
        color: #afafaf !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }

    #article .layoutlist_2 .listdate .yearmonth::after {
        content: "/";
        position: relative;
        display: inline-block;
    }

    #article .layoutlist_2 .listdate .yearmonth, .layoutlist_2 .listdate .day {
        display: inline-block;
    }

    #article .layoutlist_2 .listdate .day {
        color: #afafaf !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
        margin-left: -3px;
    }

    /*文章列表樣式-03*/
    #article .layoutlist_3 {
        display: flex;
        flex-wrap: wrap;
    }

    #article .layoutlist_3 .item {
        width: calc(100% / 2 - 21px);
        margin: 0 10px;
    }

    #article .layoutlist_3 .listdate .day {
        color: #afafaf;
        font-size: 12px;
        letter-spacing: 2px;
    }

    #article .layoutlist_3 .listdate .day::before {
        content: " / ";
    }

    /*文章列表樣式-04*/
    #article .layoutlist_4>.fixrow>.xrow {
        display: flex;
        flex-wrap: wrap;
    }

    #article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {
        width: calc(100% / 2 - 21px);
        margin: 0 10px;
    }

    /*文章列表樣式-06*/
    .rwdlayoutlist_6 .subject_title {
        display: flex;
        align-items: center;
    }

    .rwdlayoutlist_6 .list_no {
        width: 16.66666667%;
    }

    .rwdlayoutlist_6 .list_subject {
        width: 66.66666667%;
    }

    .rwdlayoutlist_6 .list_date {
        width: 16.66666667%;
    }

    .rwdlayoutlist_6 .list_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .rwdlayoutlist_6 .list_item .column.no {
        width: 16.66666667%;
    }

    .rwdlayoutlist_6 .list_item .column.subject {
        width: 66.66666667%;
    }

    .rwdlayoutlist_6 .list_item .column.date {
        width: 16.66666667%;
    }

    .article20 .layoutlist_7 .litem {
        width:100%;
        min-height:auto;
        height:auto !important;
        margin:0 0 20px !important;
    }

    /*文章列表樣式-08*/
    .layoutlist_8.rwd {
        display: flex;
        flex-wrap: wrap;
    }

    .layoutlist_8.rwd .item {
        border-bottom: 0;
        width: calc(100% / 2);
    }

    .layoutlist_8.rwd .list_img+.list_subject {
        margin-top: 15px;
    }

    .layoutlist_8 .list_subject {
        padding-left: 15px;
    }

    /*文章列表樣式-09*/
    .rwdlayoutlist_9 .litem {
        width: calc(100% / 2 - 1px);
    }

    /*左右圖文輪播PAD*/
    @media screen and (min-width: 415px) and (max-width: 767px) {
        .RWDslider01 .products-list .box, .RWDslider01.pic-right .products-list .box {
            flex-direction: column
        }

        .RWDslider01 .text {
            width: 100%
        }

        .RWDslider01.pic-right .pic-list {
            padding: 0;
        }

        .RWDslider01 .products-list .box, .RWDslider01.pic-right .products-list .box {
            flex-direction: column;
            width: 90%;
            margin: auto;
            padding: 0 !important
        }

        .RWDslider01 .pic-list {
            width: 100%;
            padding: 0;
            margin: auto;
            float: none !important
        }

        .RWDslider01.pic-right .control-box {
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            right: auto
        }

        .RWDslider01 .control-box {
            right: auto;
            left: 50%;
            transform: translateX(-50%)
        }
    }

    /*文章列表頁籤*/
    .tab_content {
        margin-top: 20px
    }

    /*文章頁籤修正*/
    .tab {
        padding: 20px 0;
    }

    .tab.open .tab_title {
        margin: 0 0 20px;
    }

    /*產品頁籤*/
    .RWDproduct_page .faq-item .faq-question {
        padding: 15px 0
    }

    .RWDproduct_page .faq-item .faq-question:before {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .RWDproduct_page .faq-item .editor {
        padding: 30px
    }

    /*產品列表樣式 A*/
    #product .layoutlist_2 .col-sm-6 {
        width: calc(100% / 2 - 1px);
    }

    /*產品列表樣式 B*/
    #product .layoutlist_3.row>.col-md-12 {
        width: calc(100% / 2 - 1px);
    }

    /*產品列表樣式 C*/
    #product .layoutlist_4 .col-xs-6 {
        width: calc(100% / 2 - 1px);
    }

    /*產品列表樣式 D*/
    .productlist .layoutlist_4 .col-sm-4.col-md-4, .productlist .layoutlist_4 .col-sm-3.col-md-3 {
        width: calc(100%/2);
        float: left;
    }

    /*產品列表樣式 E*/
    #product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {
        width: calc(100%/2 - 1px);
    }

    #product .layoutlist_5.layoutlist {
        display: flex;
        flex-wrap: wrap;
    }

    #product .layoutlist_5.layoutlist .col-sm-4 {
        width: calc(100% / 2 - 1px);
    }

    /*產品我的最愛按鈕調整*/
    .RWDproduct_page .btn-other {
        margin: 10px 0
    }

    .RWDproduct_page .btn-other li {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0
    }

    .RWDproduct_page .btn-other li .ii {
        display: inline-block
    }

    .RWDproduct_page .btn-other li button {
        text-align: left
    }

    /*相簿列表樣式-01*/
    #album .layoutlist_1 .row.masonry {
        display: flex;
        flex-wrap: wrap;
    }

    #album .layoutlist_1 .row.masonry .album_item {
        width: calc(100% / 2 - 1px) !important;
        padding: 0 10px;
    }

    /*相簿列表樣式-02*/
    #album .layoutlist_2 {
        display: flex;
        flex-wrap: wrap;
    }

    #album .layoutlist_2 .album_item {
        width: calc(100% / 2 - 1px);
    }

    /*相簿內容樣式-01*/
    .albumcontent section.call_to_action .container .article-text .container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .row .album_d_item {
        width: calc(100% / 2 - 1px);
    }

    /*相簿內容樣式-03*/
    .photo .content_box {
        width: calc(100% / 2) !important;
    }

    /*相簿內容樣式-04*/
    #article .layoutlist_4 .item {
        display: initial;
    }

    .album-list .item {
        width: calc(100% / 2);
    }

    #article .layoutlist_4 .listdate .yearmonth {
        color: #afafaf !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
        padding: 0;
    }

    #article .layoutlist_4 .listdate .yearmonth, .layoutlist_4 .listdate .day {
        display: inline-block;
    }

    #article .layoutlist_4 .listdate .day {
        color: #afafaf !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }

    #article .layoutlist_4 .listdate .day::before {
        content: " / ";
    }

    /*相簿內容箭頭*/
    .photo_view .flex-direction-nav .flex-disabled {
        opacity: 10 !important;
    }

    /*檔案下載樣式-01*/
    .download .list_table td.list_subject {
        text-align: center;
    }

    .download .list_table th.split {
        display: none
    }

    .download .list_table td {
        line-height: 1.5;
        padding: 10px
    }

    .download .list_table th.list_downloadbtn, .download .list_table th.list_no, .download .list_table td.list_no {
        min-width: 100px
    }

    .download .list_table th.list_date {
        width: calc(100% - 200px)
    }

    .download .list_table td.split {
        display: none;
    }

    /*檔案下載樣式-02*/
    .download .item table tr {
        display: flex;
        flex-direction: column;
    }

    .download .oneline {
        display: flex;
        flex-wrap: wrap;
    }

    .download .list_table td {
        width: 100%;
        padding-top: 15px;
    }

    .download .list_table td:nth-child(2) {
        display: none;
    }

    .download .oneline .col-md-4.col-sm-6 {
        width: calc(100% / 3);
    }

    .layoutlist_5 .downlaod_item {
        width: calc(100%/2);
    }

    .download5 .search-container {
        margin: 10px 0 0;
    }

    /*影片列表*/
    #video .layoutlist_2 {
        display: flex;
        flex-wrap: wrap;
    }

    #video .layoutlist_2 .video_item {
        width: calc(100% / 2 - 1px);
    }

    /*購物車呼籲置底*/
    #mobile-fixed .fixed-bottom .price-box {
        text-align: center;
    }

    #mobile-fixed .btn-box.step1 li, #mobile-fixed .btn-box.step2 li {
        padding: 0 1px;
    }

    #mobile-fixed .btn-box .normal {
        text-align: center;
        padding: 10px 0;
        font-size: 15px !important;
    }

    #mobile-fixed .btn-box ul {
        display: flex;
    }

    /*-----------*/
    .page_wrapper_bg .article-text h6 {
        font-size: 20px;
    }

    #article .layoutlist_7 .litem {
        width: 100%;
        min-height: auto;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }

    .article3 #article .layoutlist_7 .litem {
        width: calc(100% / 2 - 1px);
    }

    .layoutlist_7 .row:before, .layoutlist_7 .row:after {
        display: none;
    }

    .brand-block {
        font-size: 18px;
    }

    .layoutlist_7 .subject, .layoutlist_7 .subject a {
        font-size: 18px !important;
    }

    .page_wrapper_bg .article-text {
        font-size: 15px;
    }

    .bank-infobox ul strong {
        font-size: 17px;
        margin: 0 1px;
    }

    .bank-infosec strong {
        font-size: 17px;
        margin: 0 1px;
    }

    .bank-infobottomblock .bank-logobox {
        width: 70%;
    }

    .infoimg-box img {
        border: none;
        padding: 0;
    }

    .brand-block {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .brand-imgsec {
        width: 70%;
    }

    .tab_content {
        font-size: 15px !important;
        color: #555 !important;
        line-height: 1.7 !important;
        display: block !important;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 400;
    }

    .tab_title {
        font-size: 20px !important;
        color: #232323 !important;
        line-height: 1.7 !important;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 500;
        border-bottom: 1px solid #c9c9c9;
        padding: 0 0 20px;
    }

    .tab {
        border-top: none !important;
        padding: 40px 30px !important;
        margin: 50px 0;
        background: #fafafa;
    }

    .tab_title_nav {
        display: none;
    }

    .tab_content h5 {
        font-weight: 500 !important;
        font-size: 20px !important;
    }

    .tab_content ul {
        padding-left: 20px;
    }

    .tab:last-child {
        border-bottom: none !important;
    }

    .register-block {
        gap: 20px;
        flex-direction: column;
    }

    .register-box {
        width: 100%;
    }

    .register-box h5 {
        text-align: left;
        margin: 0 0 5px !important;
    }

    .openpoint-box {
        padding: 30px;
    }

    #inneropenpoint td {
        padding: 10px;
    }

    .inner-sec-box {
        gap: 15px;
        align-items: flex-start;
    }

    .inner-sec-txt {
        margin: -10px 0 0;
    }

    .tab_content h6 {
        font-size: 18px !important;
    }

    #article .layoutlist_7 .subject {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .layoutlist_7 .litem .img img {
        padding: 0;
    }

    .article3 .layoutlist_7 .litem .img img {
        max-width: 150px;
        height: 150px;
    }

    #article .layoutlist_7 .subject {
        min-height: auto;
    }

    /*語系*/
    .lang_en .anchorpoint-sec {
        flex-wrap: wrap;
    }

    .lang_en .anchorpoint-point {
        width: 50%;
    }

    .lang_en .anchorpoint-point:nth-child(even) a:after {
        display: none;
    }

    /*240625修*/
    .RWDproduct_page .pic-box, .RWDproduct_page .products-info {
        width: 100%;
    }
}

/*767px end*/
/*650px start*/
@media (max-width: 650px) {
    /*cookie*/ .RWDalert_fancybox.bottom {
        width: 100%;
        padding: 20px !important;
    }

    /*news*/
    .news-block {
        padding: var(--4dst) 0 var(--5dst);
    }

    .news-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        width: calc(100%/2 - 1px);
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom, .news-block .RWDproduct002_v3 .portfolio-item>.inner-content, .online-block .RWDproduct002_v3 .portfolio-bottom, .online-block .RWDproduct002_v3 .portfolio-item>.inner-content {
        width: 100%;
    }

    .news-block .RWDproduct002_v3 .filter-portfolio ul {
        display: flex;
        justify-content: flex-start;
    }

    /*online*/
    .online-block .RWDproduct002_v3 .portfolio-bottom-summary {
        align-items: center;
        padding-bottom: 30px;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        text-align: center;
        width: 100%;
    }

    /*edm*/
    .ft-edm {
        padding: var(--3dst) 0;
    }

    .ft-edm .edm-tit {
        font-size: 25px;
    }

    .ft-edm .edm-tit {
        margin: 0 0 2rem;
    }

    .ft-edm .container {
        width: 90%;
    }

    .newsletter-form {
        display: flex;
        justify-content: space-between;
        height: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .newsletter-form .form-group {
        width: 100%;
        border-bottom: #dfdfdf solid 1px;
    }

    .RWDedm001 .form-control {
        border-right: 0;
        text-align: center;
    }

    .RWDedm001 .btn.btn-rj {
        width: 50%;
    }

    .RWDedm001 .form-control:focus {
        border-right: 0
    }

    /*footer*/
    .ft-top .ft-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ft-social, .ft-sitemap {
        width: 100%;
    }

    .ft-sitemap .RWDedictor {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-right: 0;
    }

    .ft-sitemap .sitemap-list {
        width: calc(100%/2 - 1px);
    }

    .ft-social .ft-fb, .ft-social .ft-ig {
        display: flex;
        flex-direction: row;
    }

    /*橫桿呈現*/
    .tabletxt-visiblexs {
        display: block;
    }

    .calen::-webkit-scrollbar {
        width: 3px;
        height: 5px;
    }

    .calen::-webkit-scrollbar-thumb:horizontal {
        background-color: #a6a6a6;
        border-radius: 3px;
    }

    .calen::-webkit-scrollbar-track-piece:horizontal:decrement,.calen::-webkit-scrollbar-track-piece:horizontal:increment {
        background-color: rgba(166, 166, 166, 0.2);
    }

    .calen {
        overflow-x: auto;
        white-space: nowrap;
    }

    .calen {
        overflow-x: scroll;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: auto;
    }

    .brand-imgsec .brand-imgbox {
        padding: 1rem;
    }

    /*語系*/
    .lang_en .news-block .RWDproduct002_v3 .filter-portfolio ul {
        justify-content: flex-start;
    }

    .lang_en .ft-social {
        width: 100%;
    }

    .lang_en .ft-sitemap {
        width: 100%;
    }

    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: row;
    }
}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
    /*按鈕*/ .RWDbtn01 {
        padding: 0;
    }

    a.button,.RWDbtn01 .btn {
        width: 100%;
    }

    .RWDbtn01 .btn-box li {
        max-width: 100%;
        width: 100%;
    }

    /*產品*/
    .RWDproduct002_v3 .main-title {
        font-size: 1.4rem;
    }

    .RWDproduct002_v3 .sub-title {
        font-weight: 700;
        color: var(--block-color);
        margin: 0;
        letter-spacing: 3px;
    }

    .RWDproduct002_v3 .sub-title,.activity-block .titlebar .block-title {
        font-size: 2.3rem;
        letter-spacing: 3px;
    }

    /*news*/
    .news-block {
        padding: var(--3dst) 0 var(--2dst);
    }

    .news-block .RWDproduct002_v3 .portfolio-bottom-summary a {
        padding: 20px 15px;
    }

    /*夢廣場*/
    .activity-bg::before {
        width: 120%;
        transform: skew(314deg) rotate(133deg);
    }

    .activity-block {
        padding: var(--3dst) 0;
    }

    .activity-block .titlebar .sub-tit {
        font-size: 22px;
    }

    .activity-block .container {
        width: 90%;
    }

    .museum_block {
        padding-bottom: 100px;
    }

    .mu_right {
        width: 100%;
    }

    .RWDservice011 {
        margin-top: 30px;
    }

    .RWDservice011 .link_box .memo {
        -webkit-line-clamp: 2;
    }

    .RWDservice011 .link_box {
        min-height: 300px;
        height: auto;
    }

    .RWDservice011 .link_box {
        width: 100%;
        margin: 0 0 10px;
    }

    .RWDservice011 .link_box .name {
        font-size: 24px;
    }

    .RWDservice011 .link_box .title {
        font-size: 16px;
    }

    .RWDscore01 .count-blk .swiper-slide {
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .RWDscore01 .count-item {
        text-align: center;
        min-width: auto;
        width: 100%;
        margin-bottom: 25px;
        border-right: 0;
        gap: 0;
        padding: 0 0 25px;
        border-bottom: #dfdfdf solid 1px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .RWDscore01 .count-item:last-child {
        border: 0;
    }

    .RWDscore01 .count-title {
        font-size: 17px;
        margin-bottom: 0;
        min-height: initial;
    }

    .RWDscore01 .count-item>div span:nth-child(2) {
        display: none;
    }

    .RWDscore01 .count-item:before {
        display: none;
    }

    .RWDscore01 .count-num {
        font-size: clamp(2rem, 0.1429rem + 7.619vw, 3.3rem);
    }

    .RWDscore01 {
        width: 100%;
    }

    span.count-str {
        font-size: 15px;
    }

    /*產品共用*/
    .RWDproduct002_v3 .portfolio-item.grow>.inner-content:hover>img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /*online*/
    .online-block .RWDbtn01 {
        width: 94%;
        margin: 0 auto;
    }

    .online-block .RWDproduct002_v3 .filter-portfolio ul {
        display: flex;
        justify-content: center;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom {
        padding: 0 10px;
    }

    /*footer*/
    .ft-top .ft-right {
        margin: var(--1dst) 0 0;
    }

    .ft-qrcode .qrcode_pic01,.ft-qrcode .qrcode_pic02 {
        margin: 0 14px;
    }

    .ft-qrcode img {
        width: 86px;
    }

    .ft-sitemap .RWDedictor {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .ft-sitemap .sitemap-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .ft-sitemap .sitemap-list:nth-child(1) {
        margin-bottom: 2rem;
    }

    .ft-sitemap .sitemap-list .tit {
        width: 100%;
    }

    .ft-sitemap .sitemap-list a {
        width: 50%;
    }

    .ft-bottom.container {
        width: 100%;
    }

    .RWDproduct002_v3 .row:nth-child(3) .col-md-12 {
        padding: 0;
    }

    .online-block .RWDproduct002_v3 .popup-portfolio .portfolio-item {
        border-bottom: #dfdfdf solid 1px;
        margin: -1px 0;
    }

    /* 匯入內頁版面寬度80%*/
    /*標題*/
    .hgroup {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hgroup h1 {
        margin-bottom: 50px;
        line-height: 1.8;
    }

    .hgroup .container {
        margin: 0 0 40px;
    }

    /*按鈕*/
    .btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn,.btn-primary {
        width: 100% !important;
    }

    /*container*/
    .page_wrapper_bg .pagecontent {
        padding: 0 10px !important;
    }

    .hgroup .page_subject {
        padding: 0 10px !important;
    }

    .page_wrapper_bg section.call_to_action {
        padding: 40px 0 80px;
    }

    .page_wrapper_bg .article-text .container {
        padding: 0;
    }

    section.hgroup {
        padding: 0;
    }

    /*fixrow*/
    .fixrow {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /*文章列表最上層樣式調整*/
    #article .cate_list.row .col-sm-6.col-md-4 {
        margin: 0 0 30px;
    }

    /*文章列表樣式-02*/
    #article .layoutlist_2 .item {
        width: 100%;
        margin: 10px 0;
    }

    /*文章列表樣式-03*/
    #article .layoutlist_3 .item {
        width: 100%;
        margin: 10px 0;
    }

    /*文章列表樣式-04*/
    #article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {
        width: 100%;
        margin: 10px 0;
    }

    /*文章列表樣式-06*/
    .rwdlayoutlist_6 ul {
        margin: 0;
    }

    .rwdlayoutlist_6 li {
        margin: 0;
        border-bottom: #dfdfdf solid 1px;
        padding: 10px 0 10px;
    }

    .rwdlayoutlist_6 .subject_title {
        display: none;
    }

    .rwdlayoutlist_6 .list_item {
        text-align: center;
        flex-direction: column
    }

    .rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {
        width: 100%;
    }

    /*文章列表樣式-08*/
    .layoutlist_8.rwd .item {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    /*文章列表樣式-09*/
    .rwdlayoutlist_9 .litem {
        width: 100%;
    }

    /*左右圖文輪播PH*/
    .RWDslider01 .pic-list {
        width: 100%;
    }

    /*時間軸樣式*/
    .RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {
        left: 0;
    }

    .RWDtimeline01 li.event:before {
        left: 27px;
    }

    .RWDtimeline01 li.event .point {
        width: calc(100% - 90px);
        left: 90px;
    }

    .RWDtimeline01 li.event .point .date {
        font-size: 14px;
        letter-spacing: 1px
    }

    /*文章檔案下載*/
    .file_area {
        margin: 0 0 10px;
    }

    #file_dlist,.page_wrapper_bg .dd-select,.file_area {
        width: 100% !important;
    }

    .download_container .btn {
        width: 100%;
    }

    /*電子表單*/
    .new-form {
        margin-top: 0;
    }

    .webdesc {
        margin: 0 0 30px;
    }

    /*相簿上下方說明*/
    #album .page_desc {
        margin: 30px 0;
    }

    #album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {
        margin: 30px 0 0;
    }

    .photo_discription .text {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin: 30px 0;
        color: #333 !important;
        letter-spacing: 2px;
        font-weight: 400
    }

    /*相簿列表樣式-01*/
    .layoutlist_1 .album_item {
        width: 100% !important;
    }

    #album .layoutlist_1 .row.masonry .album_item {
        width: calc(100% / 1 - 1px) !important;
    }

    /*相簿列表樣式-02*/
    .layoutlist_2 .album_item {
        margin: 10px 0px 20px !important;
        width: 100%;
    }

    #album .layoutlist_2 .album_item {
        width: 100%;
        padding: 0;
    }

    /*產品列表樣式 A*/
    #product .layoutlist_2 .col-sm-6 {
        width: 100%;
        padding: 0;
    }

    #btn_shopping {
        width: 100%;
        margin: 0;
    }

    /*產品列表樣式 B*/
    #product .layoutlist_3.row>.col-md-12 {
        width: 100%;
    }

    /*產品列表樣式 C*/
    #product .layoutlist_4 .col-xs-6 {
        width: 100%;
    }

    /*產品列表樣式 D*/
    .productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {
        width: calc(100%/1);
        float: left;
    }

    /*產品列表樣式 E*/
    #product .layoutlist_5.layoutlist .col-sm-4 {
        width: 100%;
    }

    #product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {
        width: 100%;
    }

    /*產品頁籤*/
    .RWDproduct_page .tab-box .tab-container>ul>li {
        padding: 30px;
    }

    /*產品檔案下載*/
    .productcontent .page_content1 .download_container .btn {
        max-width: 100% !important;
    }

    /*相簿內容樣式-01*/
    .row .album_d_item {
        width: 100%;
    }

    /*相簿內容樣式-03*/
    .photo .content_box {
        width: 100% !important;
    }

    /*相簿內容樣式-04*/
    .album-list .item {
        width: 100%;
        max-height: initial
    }

    /*檔案下載樣式-02*/
    .download .oneline .col-md-4.col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    /*影片列表*/
    #video .layoutlist_2 .video_item {
        width: 100%;
        margin: 0 0 40px;
    }

    /*產品內頁-01*/
    #member_org_price,#prod_fixprice {
        margin-top: 25px;
    }

    .page_content1 #prod_price {
        margin-top: 5px;
    }

    /*購物訂單畫面按鈕*/
    .RWDshopping .btn.normal {
        width: 100%;
        margin: 5px 0;
    }

    .shopping-step li span.name {
        font-size: 13px !important;
    }

    #mobile-fixed .btn-box {
        width: 180px;
    }

    #mobile-fixed .fixed-in {
        width: calc(100% - 180px);
        letter-spacing: 0;
    }

    /*詢問車按鈕*/
    .RWDquiry .btn.normal {
        width: 100%;
        margin: 5px 0;
    }

    /*會員註冊變更位置*/
    @media (max-width: 575px) {
        .login_box_footer {
            position: relative;
            padding: 20px 0 0;
            margin: 20px 0 0;
        }
    }

    /*-------*/
    .openpoint-img {
        width: 100%;
    }

    .innerbtnbox.member a {
        width: 100%;
    }

    .inner-sec {
        padding: 20px 0;
    }

    .innersection-title {
        font-size: 25px;
        line-height: 1.7;
    }

    .innerbtnbox a {
        width: 100%;
    }

    .inner-sec-box {
        flex-direction: column;
    }

    .inner-sec-txt {
        margin: 0;
        width: 100%;
    }

    .inner-sec-box.box1 {
        margin: 20px 0 40px;
    }

    .articlecontent #sidebar.col-md-3,.articlelist #sidebar.col-md-3 {
        top: 80px;
    }

    #article .layoutlist_7 .litem {
        padding: 15px 15px 30px;
    }

    .article20 #article .layoutlist_7 .litem {
        padding: 15px 15px 30px;
    }

    .article20 .layoutlist_7 .litem .subject,.article20 .layoutlist_7 .litem .subject a {
        font-size: 20px !important;
    }

    .inner-noticebox {
        background: #ededed;
        padding: 20px;
    }

    .innerdelivery-btnbox {
        width: 100%;
    }

    .innereat-block {
        flex-direction: column;
        padding: 0;
        background: transparent;
    }

    .innereat-logobox {
        box-shadow: 0px 1.6px 3.6px rgb(86 86 86 / 0%), 0px 4.5px 10px rgb(0 0 0 / 4%), 0px 10.9px 24.1px rgb(0 0 0 / 3%), 0px 36px 80px rgb(0 0 0 / 3%);
    }

    .innereat-logosection {
        width: 75%;
    }

    #article .layoutlist_7 .litem {
        padding: 15px 15px 5px;
    }

    .tab_content h5 {
        font-size: 18px !important;
        letter-spacing: 0;
    }

    .openpoint-txt span {
        font-size: 18px;
    }

    .page_wrapper_bg .RWDbanner_plus01.full .banner-slider.bg .slick-item {
        max-height: 57vw !important;
        height: 57vw !important;
    }

    .innerbtnbox.member a span {
        display: none;
    }

    .inleftright-txt ol,.innersample-block ol {
        padding-left: 40px;
    }

    .inner-sec ol,.inner-sec ul {
        padding-left: 40px;
    }

    .inleftright-block.lastone .innersection-title.gap {
        margin: 0;
    }

    .hgroup .pageTitle {
        font-size: 30px;
        line-height: 1.4;
    }

    .faq1 #faq .layoutlist_2 {
        background: #f6f6f6;
        padding: 30px;
    }

    .eformsForm.layout_full {
        background: #efefef;
        padding: 30px;
    }

    .page_wrapper_bg .currectsend_btn a {
        font-size: 15px;
    }

    .page_wrapper_bg .ebtn a {
        width: 100%;
    }

    .brand-block {
        font-size: 15px;
    }

    .albumlist .layoutlist_2 {
        margin: 0 0;
    }

    .storetop-imgsec {
        height: 70vw;
    }

    .storetop-imgsec img {
        height: auto;
        transform: translateY(-40%);
    }

    .anchorpoint-point a {
        font-size: 14px;
    }

    .important-infobox ul span {
        margin-right: 0;
        display: block;
    }

    .important-infobox ul li {
        line-height: 1.5;
        margin: 15px 0;
    }

    #article .layoutlist_7 .subject {
        padding: 0;
    }

    .article19 .layoutlist_7 .summary {
        padding-bottom: 15px;
    }

    /*語系*/
    .lang_en .activity-block .titlebar .block-title, .lang_en .activity-block .titlebar .sub-tit {
        text-align: left;
    }

    .lang_en .ft-qrcode .RWDedictor008 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
    }

    .lang_en .ft-top .ft-right {
        margin: var(--1dst) 0 0;
    }

    .lang_en .ft-qrcode .qrcode_pic01, .lang_en .ft-qrcode .qrcode_pic02 {
        width: 100%;
    }

    .lang_en .ft-sitemap .RWDedictor {
        flex-direction: column;
    }

    .lang_en .ft-sitemap .sitemap-list:nth-child(1) {
        margin-bottom: 0;
    }

    .lang_en .ft-sitemap .sitemap-list {
        flex-direction: column;
    }

    .lang_en .ft-top .ft-right {
        padding: var(--3dst) var(--2dst) 0 !important;
    }

    .lang_en .ft-top .ft-left {
        padding: 0 var(--2dst) !important;
    }

    .lang_en .ft-qrcode .qrcode_pic01, .lang_en .ft-qrcode .qrcode_pic02 {
        margin: 0;
    }

    .lang_en .ft-logo .logo-01 {
        margin-left: 0;
    }

    .lang_en .ft-sitemap .sitemap-list a {
        width: 100%;
    }

    /*240507修*/
    .RWDsearch01 .search-nav-btn {
        margin-right: 15px;
    }

    .ml-stack-nav-toggle i {
        display: none;
    }

    .ml-stack-nav-toggle {
        margin-top: 13px;
    }

    /*240625修*/
    .RWDproduct_page .products-con {
        padding: 40px 30px;
    }
}

/*600px end*/
/*480px start*/
@media (max-width: 480px) {
    .RWDmenu_plus04 .features .search-btn {
        padding: 22px 12px;
    }

    .RWDmenu_plus04 .header .logo,.RWDmenu_plus04 .header.is-up .logo {
        width: 250px;
        margin-top: 25px;
    }

    .header .RWDedictor008 {
        top: 41px;
    }

    .index .main {
        margin: 82px 0 0;
    }

    .de_pic img {
        width: 165px;
    }

    .online-block .RWDproduct002_v3 .portfolio-bottom__h4 {
        font-size: 14px;
    }

    /* 匯入內頁版面寬度80%*/
    /*文章高度調整*/
    .pagecontent .article_model[data-seq="0"] {
        margin-top: 0 !important;
    }

    /*檔案下載*/
    .layoutlist_5 .downlaod_item {
        width: calc(100%);
    }

    .download5 .search-container {
        margin: 10px 0 0 !important;
    }

    /*圖文輪播*/
    .RWDslider01 .text {
        padding-bottom: 40px;
    }

    /*---*/
    .bank-logobox {
        width: 100%;
    }

    .brand-imgsec {
        width: 100%;
    }

    .article20 .layoutlist_7 .litem .btnbox a {
        font-size: 14px;
    }

    .article3 .layoutlist_7 .litem .img img {
        max-width: 120px;
        height: 120px;
    }

    .innereat-logosection {
        width: 90%;
    }

    /*240507修*/
    .ml-stack-nav-toggle {
        margin-top: 0;
    }

    /*語系*/
    .lang_en .RWDmenu_plus04 .logo {
        width: 250px;
    }

    .lang_en .online-block .RWDproduct002_v3 .price li.selprice span {
        font-size: 18px;
    }

    /*240626修*/
    .RWDproduct_page .products-info .price-box {
        flex-direction: column;
        align-items: flex-start;
    }

    @media (max-width: 414px) {
        /*文章左右圖文輪播PH*/ .RWDslider01 .pic-list, .RWDslider01.pic-right .pic-list {
            margin: 0;
        }
    }
}

/*480px end*/
/*380px start*/
@media (max-width: 380px) {
    .ft-qrcode .RWDedictor008 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
    }

    .news-block .RWDproduct002_v3 .filter-portfolio ul {
        display: flex;
        justify-content: flex-start;
    }

    /* 匯入內頁版面寬度80%*/
    /*跟隨購物車寬度修正*/
    #mobile-fixed .btn-box {
        width: 170px;
        padding-left: 10px;
    }

    #mobile-fixed .fixed-in {
        width: calc(100% - 170px);
    }

    .RWDproduct_page .faq-item .editor {
        padding: 20px;
    }

    /*語系*/
    .lang_en .RWDscore01 .count-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .lang_en .ft-social .ft-fb, .lang_en .ft-social .ft-ig {
        flex-direction: column;
    }

    .lang_en .ft-social .ft-fb {
        margin-bottom: 10px;
    }

    .lang_en .online-block .RWDproduct002_v3 .price li.selprice span {
        word-break: break-all;
    }
}

/*380px end*/
/*370px start*/
@media (max-width: 370px) {
    .RWDmenu_plus04 .header .logo, .RWDmenu_plus04 .header.is-up .logo {
        width: 200px;
        margin-top: 25px;
    }

    .RWDmenu_plus04 .features {
        margin-right: 0;
    }

    .article20 .layoutlist_7 .litem .btnbox a {
        padding: 5px 7px;
    }

    .anchorpoint-point a {
        font-size: 13px;
    }

    /*語系*/
    .lang_en .RWDmenu_plus04 .logo {
        width: 200px;
    }
}

/*370px end*/
/* <= miracle customization end */
/* user customization start=> */
/* <= user customization end */


/*最新消息 銀行優惠訊息列表重切*/
.credit-info-row {
    display:flex;
    align-items:center;
    border-bottom:1px solid #cecece;
    padding:70px 0;
}
.credit-info-row .credit-img {
    max-width:320px;
}
.credit-info-row .credit-img img {
    width: 100%;
    max-width: 300px;
    box-shadow: rgba(86, 86, 86, 0) 0px 1.6px 3.6px, rgba(0, 0, 0, 0.04) 0px 4.5px 10px, rgba(0, 0, 0, 0.03) 0px 10.9px 24.1px, rgba(0, 0, 0, 0.03) 0px 36px 80px;
}
.credit-info-data {
    margin-left:15px;
}
@media(max-width:991px) {
    .credit-info-row {
        flex-wrap:wrap;
        padding:50px 0;
    }
    .credit-info-data {
        margin-left:0;
        margin-top:15px;
    }
}
