/* all */:root {    --color01: #141414;    --color02: #000;    --ft-01: "futura-pt", sans-serif;    --ft-02: 'Noto Sans TC', 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-02);    font-weight: 300;    letter-spacing: 1px;}a,a:hover,a:focus {    text-decoration: none;    transition: all 0.5s ease-out;}p {    letter-spacing: 0;    color: #434343;    line-height: 1.5em;    font-weight: 300;    font-size: 16px;    font-family: var(--ft-02);}.index .main {    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: 280px;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*側邊欄*/ 
.fix_btn {    position: fixed;    bottom: 200px;    right: 21px;    opacity: 0;    transition: all 0.5s ease-out;    z-index: 200;}.fix_btn a {    padding: 15px;    width:40px;    height:40px;    line-height: 1.2em;    letter-spacing: 1px;    text-align: center;    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    color: #888;    font-size: 17px;    background:#fff;    border-radius: 99em;    border: #888 solid 2px;    margin-bottom:5px;}.fix_btn i {    margin-bottom: 0;}.fix_btn.fix_btn_show {    opacity: 10;    transition: all 0.5s ease-out;}/*按鈕*/a.button,.RWDbtn01 .btn {    background: #fff;    margin: 10px auto 28px;    width: 270px;    height: 53px;    line-height: 53px;    font-weight: 500;    color: var(--color02);    display: block;    position: relative;    z-index: 99;    text-align: center;    letter-spacing: 2px;    border-radius: 0;    font-size: 17px;}.RWDbtn01 .btn {    border: #555 solid 1px;    margin-bottom: 0;    line-height: 38px;}a.button::after,.RWDbtn01 .btn::after {    content: "";    background: #fff;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*hover*/a:hover.button,.RWDbtn01 .btn:hover {    color: #fff;    border: #000 solid 1px;}a:hover.button::after,.RWDbtn01 .btn:hover::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #000;}/*行動呼籲*/ 
.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: #888;}.mobile-link .RWDedictor a {    width: 100%;    color: #fff;    padding: 10px 0;    display: flex;    justify-content: center;    align-items: center;}.mobile-link i {    font-size: 20px;}.mobile-link .RWDedictor a img {    width: 11px;    height: 15px;    margin-right: 10px;}/*搜尋*/ 
.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;    border: #000 solid 1px;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 20px;    border-color: #000;    background: #000 !important;    border-radius: 0;    font-size: 16px;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*主標題*/ 
.titlebar {    text-align: center;}.titlebar h2 {    color: #000;    font-size: 30px;    font-weight: 700;    letter-spacing: 2px;    margin-top: 0px;}.titlebar .en-text {    font-family: 'Julius Sans One';    font-size: 55px;    font-weight: 400;    color: #7a9876;    margin: 20px 0 40px;    letter-spacing: 0px;}.titlebar p {    color: #555;    font-size: 18px;    text-transform: uppercase;    font-weight: 300;}/*側邊選單-按鈕顏色*/#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);}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header::before {    content: '';    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) 0% 0% no-repeat padding-box;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 150%;    pointer-events: none;    z-index: -1;}.RWDmenu_plus04 .site-nav {    float: left;    margin: var(--1dst) 0 0 var(--5dst);    width: 50%;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 250px;    margin-top: 15px;    transition: all 0.5s ease-out;    filter: brightness(0) invert(1);}.RWDmenu_plus04 .site-nav .menu {    text-align: left;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-size: 16px;    color: #fff;    font-weight: 300;    text-transform: uppercase;}/*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: #fff;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 1px;    background: var(--color01);    bottom: 0;    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: #fff;}.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: #fff;}/*header icon*/ 
.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: #fff;    padding-bottom: 0;}.RWDmenu_plus04 .header.is-up::before {    display: none;}.RWDmenu_plus04 .header.is-up .site-nav {    margin-top: 0;}.RWDmenu_plus04 .header.is-up .logo {    width: 180px;    margin-top: 10px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a {    color: var(--color01);    font-weight: 400;}.RWDmenu_plus04 .header.is-up .logo,.RWDmenu_plus04 .header.is-up .features .search-btn img,.RWDmenu_plus04 .header.is-up .features .member-btn img,.RWDmenu_plus04 .header.is-up .features .cart-btn img {    filter: brightness(0) invert(0);}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .features .cart-btn {    color: var(--color01);}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: var(--color01);}.RWDmenu_plus04 .header.is-up .lang-select-label:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:after {    border-color: #000;}/*下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: #000;    color: #fff;}/*漢堡選單基本設定*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {    color: #000;}.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {    color: #555;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #000;}.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 .dropdown-menu .container .manu-item-box>li>a {    font-size: 17px;    font-weight: 500;}.RWDmenu_plus04 .dropdown-menu .manu-item-box {    display: flex;    flex-direction: row;    align-content: flex-start;    flex-wrap: wrap;    align-items: flex-start;    justify-content: flex-start;}.RWDmenu_plus04 .dropdown-menu .manu-item-box li {    float: none;    width: calc(100%/4 - 1px);}/*banner*/ 
.banner-block {    position: relative;}.banner-block .RWDbanner_plus01 .slick-caption {    top: 0;    height: 100%;}.banner-block .container {    width: 83%;    height: 100%;    display: flex;    justify-content: center;    align-items: flex-start;    flex-direction: column;}.banner-block .RWDbanner_plus01 .logo {    position: absolute;    top: 10%;    left: 35%;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    color: #fff;    font-size: clamp(2.2rem, 2.1101rem + 0.3687vw, 2.7rem);    letter-spacing: 3px;    font-weight: 400;    font-family: var(--ft-02);}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    color: #fff;    font-size: 21px;    letter-spacing: 1px;}.banner-block .RWDbanner_plus01 .slick-caption span.bnline::before {    content: '';    width: 1px;    height: 15px;    display: inline-block;    border-left: #ddd solid 1px;    margin: 0 15px;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: clamp(5rem, 4.4069rem + 2.4332vw, 8.3rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 5rem;    color: rgb(255 255 255 / 66%);    -webkit-text-stroke: 0.5px #ffffffc2;    line-height: 1;    width: 100%;    font-family: var(--ft-01);    margin-left: -5px;}.banner-block .RWDbanner_plus01 .page-scroll {    width: auto;    left: 0px;    margin-left: 15px;    bottom: 0;    transform: translateX(-50%);    transform: translateY(51%);}.banner-block .RWDbanner_plus01 .page-scroll a {    display: inline-block;    -webkit-transform: translate(0, -50%);    transform: translate(0, -50%);    color: #7a9876;    letter-spacing: .1em;    text-decoration: none;    -webkit-transition: opacity .3s;    transition: opacity .3s;}.banner-block .RWDbanner_plus01 .page-scroll.style-custom span {    writing-mode: tb-rl;    margin-bottom: 0;    font-size: 12px;    letter-spacing: 2px;    color: #7a9876;    font-weight: 300;    padding-bottom: 40px;}.banner-block .RWDbanner_plus01 .page-scroll.style-custom span::before {    position: absolute;    content: '';    width: 1px;    height: 30px;    left: 30px;    top: 0;    background: #7a9876;    animation: scd 5s ease 0s infinite alternate;    transition: all 0.5s ease 0s;}.banner-block .RWDbanner_plus01 .page-scroll.style-custom span::after {    content: '';    width: 1px;    height: 100%;    background: rgba(130, 149, 127, 0.3);    position: absolute;    left: 30px;    bottom: 0;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li button {    background: transparent;    border: #fff solid 1px;    width: 8px;    height: 8px;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: #fff;}@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}/*-------------產品-------------*/ 
.catalog-block {    padding: var(--9dst) 0;    position: relative;    z-index: 0;    background: #f5f5f5;}/*.catalog-block::before {    content: '';    background: url(archive/image/customization/block_bg.jpg) no-repeat;    background-size: cover;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    width: 100%;    height: 100%;}*/ 
.catalog-block .container {    width: 90%;}.catalog-block .heading-title {    background: transparent;    padding: 0 0 2rem;}.RWDproduct004 .heading-title.heading-arrow-bottom::after {    display: none;}/*內容*/ 
.RWDproduct004 .section-subject {    margin-bottom: 2rem;}.RWDproduct004 .section-subject .col-md-12 {    display: flex;    flex-direction: column-reverse;    justify-content: center;    align-items: center;}.RWDproduct004 .section-subject h3 {    color: var(--color01);    font-size: clamp(1.7rem, 1.6461rem + 0.2212vw, 2rem);    letter-spacing: 3px;    font-family: var(--ft-02);    text-transform: uppercase;    font-weight: 500;    margin: 0;}.RWDproduct004 .section-subject .sub-title {    font-size: clamp(2rem, 1.7664rem + 0.9585vw, 3.3rem);    margin: 0 0 23px;    color: var(--color02);    font-weight: 500;    text-transform: uppercase;    letter-spacing: 0;    font-family: var(--ft-01);}.RWDproduct004 section {    border-bottom: 0;}.catalog-block .RWDproduct004 #portfolio.portfolio-nogutter .row>div {    float: left;    padding: 10px !important;}.RWDproduct004 .row.mix-grid {    display: flex;    flex-wrap: wrap;}.RWDproduct004 .mix-grid .mix:nth-child(6n+1) {    width: calc(100%/3 + 6.3%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n+2) {    width: calc(100%/3 - 3.4%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n+3) {    width: calc(100%/3 - 3.4%);    float: right;}.RWDproduct004 .mix-grid .mix:nth-child(6n+4) {    width: calc(100%/3 - 3.4%);    float: right;}.RWDproduct004 .mix-grid .mix:nth-child(6n+5) {    width: calc(100%/3 - 3.4%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n) {    width: calc(100%/3 + 6.3%);    float: left;}/*text*/ 
.RWDproduct004 .item-box-desc {    padding: 20px 0px 10px;}.RWDproduct004 #portfolio div.col-md-3 h3 {    color: var(--color02);    font-size: 18px;    font-weight: 500;    margin: 15px 0;    font-family: var(--ft-02);}.RWDproduct004 #portfolio div.col-md-3 h3 span {    color: #777;    font-size: 13px;    margin: 0 0 0 10px;    display: inline-block;    font-weight: 600;}.list-inline.categories.nomargin {    color: var(--text-color);    line-height: 1.3em;    font-size: 15px;    letter-spacing: 0.1em;    margin: 3px 0 0 !important;    width: 95%;    font-family: '微軟正黑體';    font-weight: 400;}.list-inline.categories.nomargin p {    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    font-family: '微軟正黑體';}/*hover*/ 
.RWDproduct004 .overlay {    background: none;}.RWDproduct004 img.img-responsive {    animation: 1000ms ease normal forwards 1 move01;    transform: scale(1);    transition: all 1s ease-in-out;}.RWDproduct004 #portfolio.portfolio-nogutter .mix-grid:hover .mix:hover img {    transform: scale(1.2);}/*hover的那個樣式拿掉*/ 
.RWDproduct004 .item-box .item-hover a {    width: 100%;    height: 100%;    display: block;}a.ico-rounded.lightbox {    display: none !important;}.RWDproduct004 .item-box .item-hover .inner {    height: 100%;    top: 0;    margin-top: 0;}.RWDproduct004 .item-box figure {    position: initial;}.RWDproduct004 .item-box .item-hover .inner .ico-rounded>span {    display: none;}.RWDproduct004 .overlay,.RWDproduct004 .item-box .item-hover {    background-color: transparent;}.RWDproduct004 #portfolio,.RWDproduct004 {    overflow: initial;}.RWDproduct004 section {    border-bottom: 0;}.RWDproduct004 .col-md-3.col-sm-3.mix::after {    content: "";    position: absolute;    width: 0;    height: 100%;    background: #fff;    transition: 0.5s ease;    top: 0;    left: 0;    bottom: 0;    z-index: -1;    box-shadow: 0px 0px 10px rgb(170 170 170 / 32%);}.RWDproduct004 .col-md-3.col-sm-3.mix:hover::after {    width: 100%;}/*列表動畫*/ 
.animated .RWDproduct004 .portfolio-nogutter .mix-grid .mix {    animation: 1000ms ease normal forwards 1 move01;    opacity: 0;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+1) {    animation-delay: 0.3s;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+2) {    animation-delay: 0.5s;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+3) {    animation-delay: 0.6s;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+4) {    animation-delay: 1.1s;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+5) {    animation-delay: 1.4s;}.animated .RWDproduct004 .mix-grid .mix:nth-child(6n+6) {    animation-delay: 1.7s}/**/ 
.animated .box-first .RWDnews003 .row .col-md-4 {    animation: 1000ms ease normal forwards 1 move01;    opacity: 0;}.animated .box-second .RWDnews003 .row .col-md-4 {    animation: 1000ms ease normal forwards 1 move01;    opacity: 0;}.animated .box-first .RWDnews003 .row .col-md-4:nth-child(1) {    animation-delay: 0.3s;}.animated .box-first .RWDnews003 .row .col-md-4:nth-child(2) {    animation-delay: 0.5s;}.animated .box-first .RWDnews003 .row .col-md-4:nth-child(3) {    animation-delay: 0.6s;}.animated .box-first .RWDnews003 .row .col-md-4:nth-child(4) {    animation-delay: 1.1s;}.animated .box-first .RWDnews003 .row .col-md-4:nth-child(5) {    animation-delay: 1.3s;}.animated .box-second .RWDnews003 .row .col-md-4:nth-child(1) {    animation-delay: 1.3s;}.animated .box-second .RWDnews003 .row .col-md-4:nth-child(2) {    animation-delay: 1.4s;}.animated .box-second .RWDnews003 .row .col-md-4:nth-child(3) {    animation-delay: 1.5s;}.animated .box-second .RWDnews003 .row .col-md-4:nth-child(4) {    animation-delay: 1.6s;}.animated .box-second .RWDnews003 .row .col-md-4:nth-child(5) {    animation-delay: 1.7s;}/**/ 
.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item {    animation: 800ms ease normal forwards 1 move01;    opacity: 0;}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(1) {    animation-delay: 0.3s}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(2) {    animation-delay: 0.5s}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(3) {    animation-delay: 0.8s}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(4) {    animation-delay: 1.1s}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(5) {    animation-delay: 1.4s}.animated .RWDnews005 .owl-carousel.owl-padding-10 .owl-item:nth-child(6) {    animation-delay: 1.7s}@keyframes move01 {    0% {        opacity: 0;        -webkit-transform: translateX(80px);        -moz-transform: translateX(80px);        -ms-transform: translateX(80px);        -o-transform: translateX(80px);        transform: translateX(80px);    }    100% {        opacity: 1;        -webkit-transform: translateX(0px);        -moz-transform: translateX(0px);        -ms-transform: translateX(0px);        -o-transform: translateX(0px);        transform: translateX(0px);    }}/*-------------影片-------------*/ 
.video-block,.RWDvideo006__video {    height: 80vh;    position: relative;}.video-block .RWDvideo001 {    display: none !important;}.video-block .RWDvideo001 .video,.video-block .RWDvideo006 .video {    margin-top: -60px;}.video-block .container {    width: 100%;    padding: 0;}.video-block .RWDvideo001 .mouse.defbg {    display: none}.RWDvideo001 .info .summary,.RWDvideo006 .video-txt {    margin-top: 0%;    color: #FFF;    font-weight: 500;    text-align: left;    width: fit-content;    letter-spacing: 2px;    line-height: 1.8;    font-size: 18px;    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.479);}.RWDvideo006__editor {    position: absolute;    right: 6rem;    bottom: 13%;    left: auto;    top: auto;}/*-------------新品-------------*/ 
.pro-top {    padding: var(--6dst) 0 0;}.pro-top .container,.pro-bottom .container {    width: 90%;}.RWDProduct015 .product_box .info {    display: none;}.RWDProduct015__head {    display: flex;    align-items: flex-end;    padding: 0 15px;    margin: 0 0 30px;}.RWDProduct015__head__h1 {    margin: 0;    font-size: 2rem;    letter-spacing: 3px;    font-weight: 500;    color: var(--color02);    line-height: 1;}.RWDProduct015__head__h2 {    margin: 0 0 15px;    font-size: 17px;    line-height: 1;    letter-spacing: 1px;    color: #3a3a3a;    margin: 0;    border-left: 0;    margin-left: 20px;}.RWDProduct015 .product_area.inner .product_box .tab {    bottom: 20px;    right: auto;    top: auto;    left: 15px;}.RWDProduct015 .product_box .imgs_box {    border: none;    padding: 0;}.RWDProduct015 .product_box .title {    font-size: 18px;    font-weight: 500;    padding: 25px 0 7px;    color: #1e1e1e;}.RWDProduct015 .product_box .title span {    font-family: 'Roboto', sans-serif;    letter-spacing: 0.5px;    padding-left: 6px;    font-size: 16px;    font-weight: 500;}.RWDProduct015 .product_box .memo {    font-size: 15px;    padding: 0;    color: #555;    max-height: initial;    margin-bottom: 0;}.RWDProduct015 .tab {    top: 0;    position: absolute;}.RWDProduct015 .tab--normal {    background-color: #fff;}.RWDProduct015 .tab__name {    background-color: #fff;    margin-right: 10px;    position: relative;    padding: 6px 10px;    min-width: 100px;    margin-bottom: 5px;    font-size: 14px;    letter-spacing: 2px;    color: #333;    font-weight: 500;}.RWDProduct015 .tab--hot {    background-color: var(--color02) !important;    font-family: 'Roboto', sans-serif;    letter-spacing: -0.5px !important;    color: #fff !important;}.pro-bottom .RWDProduct015 .more_product {    height: auto;    border: 1px solid #323232;    margin: 150px auto 0;    cursor: pointer;    text-decoration: none;    transition: all .3s ease;    border-radius: 0;    letter-spacing: 2px;    background-color: #323232;    font-size: 15px;    width: 220px;    padding: 15px 0;    color: #fff;    line-height: 1;    display: block;    font-weight: 300;    font-size: 16px;}.pro-bottom .RWDProduct015 .more_product:hover {    background: #55302f;    transition: .3s ease;    border: 1px solid #55302f;}.pro-bottom .RWDProduct015 .product_box {    padding: 0;    position: relative;    font-size: 16px;    line-height: 1.6;    margin: 0 13px 50px;    width: calc(100%/3 - 26px);}.pro-top .RWDProduct015 .product_box {    padding: 0;    width: calc(50% - 30px);    margin: 0 15px 50px;}.RWDProduct015 .product_box .imgs img {    object-fit: cover;    height: 100%;    width: 100%;}/*-------------enter 入口-------------*/ 
.enter-block {    padding: var(--9dst) 0 0;}.enter-block .container {    width: 100%;    padding: 0;}.enter-block .RWDparallax_new .picbgbox {    height: 700px;    background-color: #000;}.enter-block .overlay {    position: absolute;    width: 80%;    height: 100%;    left: 50%;    transform: translateX(-50%);}.enter-block .RWDparallax_new .overlay {    display: flex;    flex-direction: column;    align-items: flex-start;    justify-content: center;    height: 100%;}.enter-block .RWDparallax_new .container .titlebar {    color: #fff;    text-align: center;    font-size: 2.3rem;    font-weight: 500;    letter-spacing: 2px;}.enter-block .RWDparallax_new .container .button {    margin-top: var(--4dst);    width: 230px;    border: #fff solid 1px;}.enter-block .RWDparallax_new .container .button:hover {    border: #000 solid 1px;}.enter-block .RWDparallax_new .container .en-bg {    font-size: clamp(0.3125rem, -2.6866rem + 12.3041vw, 17rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    color: rgb(255 255 255 / 19%);    /*-webkit-text-stroke: 0.5px #ffffffc2;*/    position: absolute;    bottom: -3.5vh;    line-height: 1;    width: 100%;    font-family: var(--ft-01);    text-align: center;}.enter-block .two-box {    padding: var(--6dst) 0 0;}.enter-block .two-box .container {    width: 80%;    padding: 0;}.enter-block .two-box .row {    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    margin-left: -30px;    margin-right: -30px;}.RWDservice023 .shortcut_item {    width: 50%;    padding: 0;    margin: 0 30px;}.RWDservice023 .top_shortcut_pict {    border-radius: 0;    height: 513px;}.RWDservice023 .top_shortcut_box {    border-radius: 0;    padding: 0 5rem;    text-align: right;    display: flex;    justify-content: center;    align-items: flex-end;    flex-direction: column;    height: 100%;    position: relative;    z-index: 0;}.RWDservice023 .top_shortcut_box::before {    content: '';    width: 70%;    background: linear-gradient(to right, rgba(43, 43, 43, 0) 1%, rgb(43 43 43 / 20%) 70%, rgb(43 43 43 / 30%) 100%);    position: absolute;    right: 0;    top: 0;    display: block;    height: 100%;    z-index: -1;}.RWDservice023 .top_shortcut_icon {    display: none;}.RWDservice023 .top_shortcut_heading_tw,.RWDservice023 .top_shortcut_heading_en {    text-shadow: initial;}.RWDservice023 .top_shortcut_heading_tw {    color: #fff;    font-weight: 500;    font-size: 2.3rem;    letter-spacing: 2px;}.RWDservice023 .top_shortcut_heading_en {    color: #fff;    background: rgba(0, 0, 0, 0.1);    display: block;    width: 280px;    height: 53px;    line-height: 33px;    font-size: 17px;    font-family: var(--ft-02);    font-weight: 400;    text-align: center;    transition: all 0.5s ease-out;    margin: var(--4dst) 0 0;    border: #ddd solid 1px;}.RWDservice023 .shortcut_item:nth-child(2) .top_shortcut_box {    align-items: flex-start;    text-align: left;    display: flex;}.RWDservice023 .shortcut_item:nth-child(2) .top_shortcut_box::before {    position: absolute;    left: 0;    right: auto;    background: linear-gradient(to right, rgb(43 43 43 / 61%) 0%, rgb(43 43 43 / 0%) 100%);}.RWDservice023 .top_shortcut_pict:hover .top_shortcut_heading_en {    background: #000;    color: #fff;    transition: all 0.5s ease-out;}/*-------------photo 照片牆-------------*/ 
.photo-block {    padding: var(--9dst) 0;}.photo-block .container {    width: 80%;    padding: 0;}.RWDphoto006__head__h1 {    line-height: 1.2;}.lg-outer.lg-pull-caption-up .lg-sub-html {    padding-bottom: 5rem;}.lg-sub-html h4 {    font-size: 22px;    margin: 0 0 25px;}.lg-sub-html p {    color: #fff;    font-size: 15px;    font-weight: 400;}.RWDphoto006 .album-list .item a .text {    display: none;}/*-------------合作夥伴-------------*/ 
.logo-block {    background: #f5f5f5;    padding: var(--5dst) 0 0;}.logo-block .container {    width: 80%;    padding: 0;}.logo-block .RWDnews005 .container {    width: 100%;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;}.RWDnews005 .section-subject {    width: 20%;    text-align: left;}.RWDnews005 .section-subject .col-md-12 {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;}.RWDnews005 .sub-title {    font-size: clamp(2rem, 1.7664rem + 0.9585vw, 3.3rem);    margin: 0 0 2rem;    color: var(--color01);    font-weight: 500;    text-transform: uppercase;    letter-spacing: 0;}.RWDnews005 .main-title {    font-size: clamp(1.7rem, 1.6461rem + 0.2212vw, 2rem);    color: var(--color02);    font-weight: 500;    text-transform: uppercase;    letter-spacing: 3px;    font-family: var(--ft-02);}.RWDnews005 .owl-carousel.owl-padding-10 {    width: calc(100% - 20%);}.RWDnews005 .owl-carousel {    overflow: unset;}.RWDnews005 .owl-carousel .owl-wrapper-outer {    overflow: hidden;}.RWDnews005 h4 a,.news005_h4 a {    font-weight: 600;    font-size: 20px;    text-align: left;    letter-spacing: 1px;    line-height: 1.3;}.RWDnews005 p {    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}.RWDnews005 p,.RWDnews005 .list-inline {    font-size: 15px;    color: var(--text-color);    font-weight: 400;}.RWDnews005 .list-inline {    font-size: 13px;}.RWDnews005 h4 a,.news005_h4 a,.RWDnews005 p,.RWDnews005 ul,.RWDnews005 .section-line {    display: none;}.RWDnews005 a {    filter: grayscale(1);    transition: all 0.5s ease-out;}.RWDnews005 a:hover {    filter: initial;    transition: all 0.5s ease-out;}/*news arrow*/ 
.news-block .RWDnews005 .fa-calendar:before {    content: "";    background: url(archive/image/customization/icon-calendar.png) no-repeat;    width: 13px;    height: 13px;    background-size: 100% auto;    display: block;}.RWDnews005 .owl-theme .owl-controls .owl-buttons div {    z-index: 1;    color: #555;    background: transparent;    border: #555 1px solid;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    width: 50px !important;    height: 50px !important;    display: flex;    align-items: center;    justify-content: center;    font-size: 15px;}.RWDnews005 .controlls-over .owl-controls .owl-prev {    position: absolute;    top: 40%;    margin-top: -0px;    right: auto;    left: -25px;    zoom: 1;    width: 36px;    height: 36px;    opacity: 0;}.RWDnews005 .controlls-over .owl-controls .owl-prev .fa-angle-left:hover:before {    opacity: 1}.RWDnews005 .controlls-over .owl-controls .owl-next {    top: 40%;    margin-top: -0px;    right: auto;    right: -25px}.RWDnews005 .controlls-over .owl-controls .owl-next .fa-angle-right:hover:before {    opacity: 1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div:hover::after {    transform: scale(1);}.RWDnews005 .owl-theme .owl-controls .owl-buttons div::after {    width: 70px;    height: 70px;    content: "";    position: absolute;    background: rgb(255 255 255 / 40%);    border-radius: 100%;    transform: scale(0);    transition: 0.5s ease;}.RWDnews005 .list-inline>li {    padding-right: 15px;    padding-left: 8px;}
/*footer start*/

/*footer*/ 
.footer-block {    padding: var(--9dst) 0 0;}.footer-block .container {    width: 80%;    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: stretch;}.footer-block .ft-left {    width: 400px;}.footer-block .ft-right {    width: calc(100% - 400px);    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: center;}.ft-logo img {    width: 250px;}.ft-info,.ft-edm {    width: 50%;}.ft-map,.ft-bottom {    width: 100%;}/*資訊*/ 
.ft-info ul {    list-style: none;    margin: 0;    padding: 0;}.ft-info li,.ft-info li a {    color: var(--color01);}.ft-info li {    margin: 0 0 10px;    display: flex;}.ft-info li:last-child {    margin: 0;}.ft-info li i {    margin-right: 15px;}/*社群*/ 
.ft-social {    position: absolute;    bottom: 25px;    left: 0;}.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: var(--color01);    background-color: #fff;    font-size: 17px;    width: 50px;    height: 50px;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: var(--color01);}/*map*/ 
.ft-map {    filter: grayscale(1);    padding: var(--2dst) 0 0;}/*電子報*/ 
.newsletter-form {    display: flex;    justify-content: flex-start;}.newsletter-form .form-group {    width: 75%;}.RWDedm002 form {    margin: 0;}.RWDedm001 .btn.btn-rj {    height: 34px;    line-height: 30px;    padding: 0 15px;    font-size: 15px;    border-radius: 0;    margin: 0 0 0 5px;}.RWDedm002 input,.RWDedm002 textarea {    background: #fff;    box-shadow: initial;    padding: 20px;    border: 1px solid #000;}.input-group-addon {    color: #000;    background-color: transparent;    border: #000 solid 1px;    border-radius: 0;}.RWDedm002 .btn,.RWDedm002 .form-control {    height: 65px;}.RWDedm002 .letter-spacing-1 {    display: none;}#btn_order_email {    background: #000;    border: 2px solid #000;}#btn_reject_email {    background: #909090;    border: 2px solid #909090;    border-radius: 0;}/*copyright*/ 
.ft-bottom {    display: flex;    align-items: center;    flex-wrap: wrap;    border-top: #dfdfdf solid 1px;    padding: var(--3dst) 0 25px;    margin: var(--3dst) 0 0;    letter-spacing: 0;}.ft-bottom .lf-box {    display: flex;    align-items: center;    flex-wrap: wrap;    font-size: 12px;    width: 80%;}.ft-bottom .rg-box {    width: 20%;}.ft-bottom,.copyright_desc a,.copyright_desc {    color: #555;    font-size: 12px;}.ft-bottom .lf-box>div {    margin-right: 20px;    position: relative;}.ft-bottom .lf-box>div {    position: relative;    letter-spacing: 0;}.ft-bottom .lf-box .model::before {    content: '';    width: 1px;    height: 12px;    background: #dfdfdf;    display: block;    position: absolute;    right: -10px;    top: 7px;}.ft-bottom .lf-box>div.RWDssl01 {    margin-left: 0;}.ft-bottom .lf-box>div.RWDedictor::before {    display: none;}.RWDcopyright {    text-align: right;}

/*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: #555;    --btn-main-hover-color: #222;    --btn-sub-color: #555;    --btn-sub-hover-color: #222;}/*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:0px!important}._bd_btn._bd_btn-default{background:0 0;border:1px solid var(--btn-sub-color);color:var(--btn-sub-color);border-radius:0px!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:#555}/*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;}/*購物流程圈圈改色*/@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 section.call_to_action>.container {padding: 0 15px;width:80%; max-width:2000px}.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 .hgroup h1 {line-height: 1.3;}.page_wrapper_bg .article-text h2 {font-size:24px;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: 24px !important;}.page_wrapper_bg .article-text h4 {font-size: 18px;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.6;letter-spacing: 1px;color: #555; font-weight: 400;font-family: var(--ft-02);}._bd_row label, ._bd_row li, ._bd_row p, ._bd_row td{font-size:1rem;line-height: 1.6; font-weight: 400;}._bd_row li{margin-bottom: 10px;}._bd_row ol{padding-left: 22px;}._bd_row ul{padding-left: 18px;}/*-------按鈕--------*/#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: 15px 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:250px;padding:15px 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:250px;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;}/*文章列表-7*/#article .layoutlist_7 .subject, .article7 .layoutlist_7 .subject a{margin-top: 15px !important;;margin-bottom: 10px !important;;}#article .layoutlist_7 .cdate, .article7 .layoutlist_7 .cdate a{font-size: 12px;}#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 {font-size: 18px !important;font-weight: 500;}.layoutlist_7> .row:before, .layoutlist_7>.row:after {display: none;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {padding-left: 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;}/*文章頁籤*/ 
.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:1px solid #eee;padding:50px!important;font-weight:400;line-height:1.8;font-size:15px;letter-spacing:1px;margin:-10px 0 0;background:#fff}.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;}/*相簿列表*/ 
.layoutlist_2 .album_item {height: auto !important;}/*相簿上下方說明*/#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: 18px;}#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: 18px;}/*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;}.page_content3_mainphoto .swiper-slide img {width: 100%;}#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}/*產品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(--btn-main-color);}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add, #mobile-fixed .btn-shop .btn.add {background: var(--btn-sub-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {background-color: var(--btn-main-hover-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {background-color: var(--btn-sub-hover-color);}#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;}/*產品列表樣式*/ 
.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;}.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: var(--btn-main-color);transition: .5s;}.layoutlist_4 .buybtn:hover{background:var(--btn-sub-hover-color);transition: .5s;}/*修正產品、文章預設列表排版*/ 
.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;}/*產品售價顏色*/li#O_sellPrice,span.payprice,.pricearea .price {color: var(--btn-main-color) !important;font-weight: bold;}.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: 20px 0;border: 0;}.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%;}/*電子表單送出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: 18px;font-weight: bold;margin: 50px 0 10px;color: #000;}.privacy_block h6 {font-size: 16px;}.privacy_block ul {padding-left: 24px;}/*購物說明文字*/ 
.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;}

/*內頁 end*/
/*內頁客製 start*/

.collapsing_header .main {    top: 0 !important;    overflow: hidden;}.main section .container {    width: 80%;    max-width: 2000px;}section.call_to_action {    background: #f5f5f59e;}/*隱私權政策*/ 
.article2 .page_wrapper_bg .article-text.rwd .container p {    font-size: 18px;    font-weight: 500;    width: 60%;    margin: 0 auto 80px;    text-align: center;    color: #333;}.article2 .page_wrapper_bg .article-text.rwd .container .item {    margin-bottom: 50px;    font-family: 'Noto Sans TC', sans-serif;}.article2 .page_wrapper_bg .article-text.rwd .container h5 {    font-weight: 500;    color: #333;    font-size: 20px;    margin-top: 0;}.article2 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 42px;    color: #111;    font-size: 16px;    font-weight: 600;}.article2 .page_wrapper_bg .article-text.rwd .container .item span {    padding-left: 42px;    display: block;}.article2 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 65px;}/*麵包屑*/ 
.page_wrapper_bg .panel_3.container .container {    width: 100%;    padding: 0px;    margin-bottom: 20px;    border-bottom: 0;}.page_wrapper_bg .hgroup .page_subject {    text-align: center;    padding-bottom: 15px;}.page_wrapper_bg .pageTitle {    font-weight: 500;    letter-spacing: 5px;    font-size: 2.5rem;}.page_wrapper_bg .hgroup .breadcrumb {    font-size: 13px;    text-align: center;    float: none !important;    position: relative;    border: 0px;    bottom: 0px;    background: transparent;    letter-spacing: 1.5px;    color: #525252;    padding: 0;}/*page-banner*/ 
.RWDbanner_plus01 .slick-caption,.page-banner .container {    height: 100%;}.RWDbanner_plus01 .slick-caption {    top: 0;}.page-banner .container {    align-items: center;    display: flex;    flex-direction: column;    justify-content: center;    height: 100%;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(10rem, 8.7419rem + 5.1613vw, 17rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 5rem;    color: rgb(255 255 255 / 19%);    line-height: 1;    width: 100%;    font-family: var(--ft-01);    position: absolute;    bottom: 0;    line-height: 0.65;    font-weight: 500;}.page-banner .RWDbanner_plus01 .slick-caption .txt2 {    margin-top: 0;    color: #fff;    text-align: center;    font-size: 2rem;    font-weight: 400;    letter-spacing: 8px;}/*about*/ 
.article1 .hgroup {    display: none;}.article1 .main section .container,.article1 .RWDslider01 .pic img,.article1 .main section .container {    width: 100%;    max-width: initial;    padding-bottom: 0;}.article1 section.call_to_action {    background: #f5f5f59e;    padding-bottom: 0 !important;}.article1 .page_wrapper_bg .panel_3.container .container {    margin-bottom: 0 !important;}.article1 .pagecontent .RWDeditor01 {    margin-top: 0;}.page-ab.ab-st-01,.page-ab.ab-st-02 {    text-align: center;    font-size: 19px;    line-height: 1.5;    color: #222;    font-weight: 400;}.page-ab.ab-st-01 img {    width: 278px;    margin: 0 auto 0;}.page-ab.ab-st-01 .space-st::after {    content: '';    width: 1px;    height: 150px;    background-color: #dfdfdf;    display: block;    margin: 3rem auto 3rem;}.page-ab.ab-st-01 .space-st {    letter-spacing: 7px;    margin: 6px 0 0;    font-size: 21px;    line-height: 1.5;    color: #222;    font-weight: 400;    text-decoration: underline;}.page-ab.ab-st-02 {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: center;}.page-ab.ab-st-02 .ab-big-txt {    font-size: clamp(1.8rem, -1.7406rem + 14.5253vw, 21.2rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    color: #000;    line-height: 1;    width: 100%;    font-family: var(--ft-01);    text-align: center;    font-weight: 300;    pointer-events: all;    position: relative;    top: 0;    z-index: 0;    opacity: 0.05;}.page-ab.ab-st-02 .page-lf,.page-ab.ab-st-02 .page-rg {    width: 50%;}.page-ab.ab-st-02 span {    display: inline-block;    border-left: #c6c6c6 solid 1px;    border-right: #c6c6c6 solid 1px;    margin: 0 25px;    padding: 0 25px;    font-weight: 600;}/*關於我們 輪播*/ 
.article1 .RWDslider01 .products-list .box {    display: flex;    align-items: center;}.article1 .RWDslider01 .control-box {    position: absolute;    left: 0;    background: #fff;    width: 180px;    display: flex;    align-self: center;    justify-content: center;    font-family: 'Noto Serif TC', serif !important;    font-weight: 600;    line-height: 2;}.article1 .RWDslider01 ul.slick-dots {    margin: 0;}.article1 .RWDslider01 .control-box .indicator,.article1 .RWDslider01 .control-box .items,.article1 .RWDslider01 .control-box .slick-dots,.article1 .RWDslider01 .control-box .total {    padding-top: 1px;}.article1 .RWDslider01 .slick-arrow:before {    color: #ccc;    line-height: 40px;}/*pro*/ 
.product1 .row {    margin-right: -15px;    margin-left: -15px;}.page_content1_photowrap {    border: #dfdfdf solid 1px;    padding: 0;}.page_content1_mainphoto {    max-width: initial !important;}.swiper-container.page_content1_thumbphoto {    margin-top: 0px;    padding: 15px 30px;    border-top: #dfdfdf solid 1px;}.page_content1_mainphoto .swiper-slide img {    width: 100%;}.page_content1_thumbphoto .swiper-button-next,.page_content1_thumbphoto .swiper-button-prev {    width: 40px;    height: 40px;    border-radius: 99em;}/*產品list*/ 
.productlist.is-layer1 .layoutlist_2 .col-xs-12 {    width: calc(100%/3 - 1px);}.productlist.is-item-list .layoutlist_2 .col-xs-12 {    width: calc(100%/2 - 1px);}.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {    border-bottom: 0;}.item .subject A.itemlink {    color: var(--color02);    font-size: 18px;    font-weight: 500;    font-family: var(--ft-02);}/*產品detail*/ 
.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 3rem;    font-weight: 500;    letter-spacing: 0;    line-height: 1.5;    margin: 1rem 0 2rem;    color: #222;}.page_content1 .info {    padding: 0;}.page_content1 .product_desc_subject {    display: none;}.product_desc_content {    color: #222;    line-height: 25px;    margin-bottom: 25px;    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: space-between;    align-items: stretch;}.product_desc_content .pro-detail-lf,.product_desc_content .pro-detail-rg {    width: 50%;}.product_desc_content .pro-detail-lf {    font-size: 2rem;    line-height: 1.4;    font-weight: 500;    border-right: #dfdfdf solid 1px;    display: flex;    align-items: center;    padding-right: 20px;}.product_desc_content .pro-detail-rg {    padding-left: 5vw;}.product_desc_content .pro-detail-rg ul {    margin: 0;    padding: 0;    list-style: none;    text-align: left;}.product_desc_content .pro-detail-rg ul li {    margin-bottom: 5px;}.product_desc_content .pro-detail-rg ul span {    padding-right: 15px;    margin-right: 15px;    border-right: #dfdfdf solid 1px;    font-weight: 500;}.pro-detail-rg .btnbox {    margin: 3rem 0 0;    display: flex;    justify-content: flex-start;    align-items: center;    gap: 10px;}.pro-detail-rg a.button {    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    gap: 10px;    margin: 0;    border: #000 solid 1px;}.pro-detail-rg a.button.btn-line:hover::after {    background: #06c152;}/*產品detail 底下detail*/ 
.detail-bottom {    border-top: #dfdfdf dotted 1px;    padding: 5rem 0 0;    margin: 8rem 0 0;    font-weight: 500;}.detail-bottom .txt-style{    padding: 0 2rem;}.pro-detail-block {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: center;}.pro-detail-block .lf,.pro-detail-block .rg {    width: 50%;}.cg-sides {    flex-direction: row-reverse}.cg-sides .lf {    display: flex;    justify-content: center;}/*產品detail 影片*/ 
.product_desc_content .pro-detail-video-box {    width: 100%;    text-align: center;    line-height: 1.4;    font-size: 22px;}.product_desc_content .pro-detail-video-box .txt-style {    margin: 2rem 0;}/*CEO特輯 相簿lsit*/albumcontent .page_wrapper_bg section.call_to_action>.container {    width: 80%;    max-width: 1800px;}.layoutlist_2 .album_item {    width: calc(100%/2 - 1px);}.album_item img {    max-height: initial !important;    width: 100%;}#album .layoutlist_2 .album_item_subject {    color: #1e1e1e;    font-weight: 500;    font-size: 18px;}._bd_column {    padding-left: 0;    padding-right: 0;}/*CEO特輯 相簿detail header調整*/ 
.albumcontent .RWDmenu_plus04 .header .logo,.albumcontent .RWDmenu_plus04 .header .features .search-btn img,.albumcontent .RWDmenu_plus04 .header .features .member-btn img,.albumcontent .RWDmenu_plus04 .header .features .cart-btn img,.productcontent .RWDmenu_plus04 .header .logo,.productcontent .RWDmenu_plus04 .header .features .search-btn img,.productcontent .RWDmenu_plus04 .header .features .member-btn img,.productcontent .RWDmenu_plus04 .header .features .cart-btn img {    filter: brightness(0) invert(0);}.productcontent .RWDmenu_plus04 .header .site-nav .menu>li>a,.albumcontent .RWDmenu_plus04 .header .site-nav .menu>li>a {    color: var(--color01);    font-weight: 400;}.productcontent .RWDmenu_plus04 .header::before,.albumcontent .RWDmenu_plus04 .header::before,.albumcontent .page-banner,.productcontent .page-banner {    display: none;}.productcontent .collapsing_header .main,.albumcontent .collapsing_header .main {    top: 100px !important;}.albumcontent .RWDmenu_plus04 .lang-select-label:after,.albumcontent .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.albumcontent .RWDmenu_plus04 .site-nav .menu>li.has-child>a:after,.productcontent .RWDmenu_plus04 .lang-select-label:after,.productcontent .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.productcontent .RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    border-color: #000;}/*相簿輪播*/ 
.photo_view .flexslider {    background: transparent !important;    border: 0 !important;    padding: 0 !important;}.photo_view #slider .flex-direction-nav a:before {    background: url(archive/image/customization/1a0.webp) no-repeat;    content: "" !IMPORTANT;    position: absolute;    width: 20px;    height: 90px;    background-size: contain;    z-index: 1;    transform: rotate(-90deg);    opacity: 1;    transition: 0.5s;}.photo_view #slider .flex-direction-nav a:before {    width: 30px !important;    height: 100px !important;    left: 45px !important;}/*相簿detail 樣式*/ 
.page_desc2 {    margin: 5rem 0 0;}.photoalbum-block {    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    margin: 0 0 4rem;}.photoalbum-block img {    width: 100%;    object-fit: cover;    height: 100%;}.photoalbum-block .lf,.photoalbum-block .rg {    width: 50%;}.photoalbum-block .rg {    padding: 0 5rem;}.page_desc2 b {    font-size: 25px;    font-weight: 500;    color: #000;    margin: 0 0 15px;    display: block;}/*樣式1*/ 
.photoalbum-block.photo {    display: flex;    align-items: stretch;    gap: 10px;}.photoalbum-block.photo .rg {    padding: 0;}/*樣式2*/ 
.photoalbum-block.cg-side {    display: flex;    flex-direction: row-reverse;}/*樣式3*/ 
.photoalbum-block.more-photo {    display: flex;    align-items: stretch;    gap: 10px;    flex-direction: row;}.photoalbum-block.more-photo img {    width: calc(100%/5 - 1px);    height: 320px;}/*樣式4*/ 
.photo-txt {    text-align: center;    margin: 8rem 0;}/*樣式5*/ 
.photodetail-info {    display: grid;    grid-template-columns: 1fr 1fr;    grid-template-rows: 1fr;    gap: 0em 20px;    grid-template-areas: "lf rg";    align-items: center;    justify-items: start;}.page_desc2 .name,.photoalbum-block.photo,.photodetail-info .name {    font-size: 25px;    color: #000;    font-weight: 500;    margin: 0 0 3rem;}.photodetail-info ul {    list-style: none;    margin: 0;    padding: 0;    color: #000;    font-weight: 400;}.photodetail-info .lf {    text-align: center;    display: flex;    flex-direction: column;    align-content: center;    justify-content: center;    align-items: center;    width: 100%;}.photodetail-info .rg {    border-left: #dfdfdf solid 1px;    padding-left: 4rem;}/*底下的聯絡資訊*/ 
.bottom-contact-box {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;    background: #fff;    border: #dfdfdf solid 1px;    padding: 0 0 3rem;    flex-wrap: wrap;    margin: 8rem 0 0;}.bottom-contact-box a:hover {    color: #000;    text-decoration: underline;}.bottom-contact-box ul {    list-style: none;    margin: 0;    padding: 0;}.bottom-contact-box ul li {    margin: 0 0 5px;}.bottom-contact-box .tp-pic {    width: 100%;    position: relative;    margin-bottom: 3rem;    text-align: center;}.bottom-contact-box .tp-pic img {    width: 100%;    text-align: center;}.bottompic-big-text {    position: absolute;    bottom: -3px;    left: 50%;    transform: translateX(-50%);    width: 100%;}.bottom-contact-box .lf {    width: 30%;    display: flex;    flex-direction: column;    justify-content: center;    align-items: flex-start;    border-right: #dfdfdf solid 1px;    padding-left: 4vw;}.bottom-contact-box .lf span {    font-weight: 600;    font-size: 22px;    color: #000;}.bottom-contact-box .bottomcontact-logo-copyright {    color: #d0d0d0 !important;    font-size: 12px !important;    margin: 2rem 0 0 !important;    font-weight: 300 !important;    letter-spacing: 0;    font-family: var(--ft-01);}.bottom-contact-box .rg {    width: 70%;    padding-left: 3vw;    position: relative;}.bottom-contact-box .contact-logo {    position: absolute;    right: 3vw;    bottom: 0;}.bottom-contact-box .contact-logo img {    width: 166px;}.bottom-contact-box ul.cta_social {    list-style: none;    padding: 0;    display: grid;    grid-template-columns: repeat(4, 40px);    margin: 15px 0 0;}.bottom-contact-box ul.cta_social li a {    font-size: 18px;    width: 40px;    height: 40px;    background: transparent;}.bottom-contact-box ul.cta_social li a i.i.ii-fb1.iconRounded {    color: #1578fb;}.bottom-contact-box ul.cta_social li a i.i.ii-ig2.iconRounded {    background-image: linear-gradient(160deg, #6e39bb 0, #c12d9b 25%, #e02b70 50%, #f57432 75%, #fece6c 100%) !important;    -webkit-background-clip: text;    color: transparent;}.bottom-contact-box ul.cta_social li a i.i.ii-line1.iconRounded {    color: #45b91f;}.bottom-contact-box ul.cta_social li a i.icon.ion-social-youtube {    color: #f70000;}/*240124修*/ 
.page-ab.ab-st-01 .space-st {text-decoration: none;}.page-ab.ab-st-01 .space-st::after{display: none;}.page-ab.ab-st-01 .in-txt {margin: 50px 0 0;}.page-ab.ab-st-02 span { border-left: 0; border-right: 0; margin: 0; padding: 0 7px;}

/*內頁客製 end*/
/*小螢幕 start*/

@media (max-width: 1800px) {    .photoalbum-block .lf {       height: 600px;    }}@media (max-width: 1700px) {    .catalog-block {        padding: var(--5dst) 0;    }    .RWDproduct004 #portfolio div.col-md-3 h3 {        margin: 0;    }    .enter-block .two-box .container {        width: 90%;    }    .enter-block .two-box .row {        margin-left: -10px;        margin-right: -10px;    }    .RWDservice023 .shortcut_item {        margin: 0 10px;    }    .enter-block {        padding: var(--6dst) 0 0;    }    /**/    .RWDnews005 .section-subject {        width: 30%;    }    .RWDnews005 .owl-carousel.owl-padding-10 {        width: calc(100% - 30%);    }    .RWDnews005 .owl-theme .owl-controls .owl-buttons div {        width: 30px !important;        height: 30px !important;    }    /*footer*/    .footer-block {        padding: var(--5dst) 0 0;    }    .footer-block .container {        width: 85%;    }    .footer-block .ft-left {        width: 300px;    }    .footer-block .ft-right {        width: calc(100% - 300px);    }    .ft-logo img {        width: 200px;    }}@media (max-width:1600px) {    a.button,    .RWDbtn01 .btn,    .RWDservice023 .top_shortcut_heading_en {        font-size: 16px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt2 {        margin-top: 10px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt3 {        margin-top: 2rem;        font-size: clamp(3.5rem, 2.6942rem + 3.3058vw, 6rem);    }    .logo-block {        padding: var(--2dst) 0 0;    }    .RWDnews005 .sub-title {        margin: 0 0 var(--1dst);    }    .enter-block .RWDparallax_new .picbgbox {        height: 600px;    }    .enter-block .RWDparallax_new .container .en-bg {        font-size: clamp(8rem, 6.3884rem + 6.6116vw, 13rem);    }    .RWDservice023 .top_shortcut_heading_en {        margin: var(--3dst) 0 0;        width: 200px;    }    .RWDservice023 .top_shortcut_heading_tw {        font-size: 2rem;    }    .RWDservice023 .top_shortcut_heading_en {        margin: var(--2dst) 0 0;    }    /*底下的聯絡我們*/    .bottom-contact-box .lf {        width: 35%;    }    .bottom-contact-box .rg {        width: 65%;    }    .article2 .page_wrapper_bg .article-text.rwd .container p {        width: 100%;    }}@media (max-width:1400px) {    .RWDnews005 .owl-theme .owl-controls .owl-buttons div {        width: 50px !important;        height: 50px !important;    }    .RWDnews005 .fa {        font-size: 16px;    }    .RWDnews005 .controlls-over .owl-controls .owl-prev,    .RWDnews005 .controlls-over .owl-controls .owl-next {        margin-top: -15px;    }    /*內頁關於我們*/    .article1 .page_wrapper_bg section.call_to_action>.container {        width: 100%;    }    .page-ab.ab-st-01 img {        width: 233px;    }}@media (max-width: 1350px) {    /*-----header-----*/    .RWDmenu_plus04 .site-nav {        float: initial;        width: 100%;    }    /*-----banner-----*/    .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        font-size: 31px;        margin-top: 3rem;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt2 {        margin-top: 6px;        font-size: 19px;    }    /*-----enter-----*/    .enter-block .RWDparallax_new .container .en-bg {        font-size: clamp(5rem, 2.8571rem + 8.7912vw, 10rem);    }    .RWDservice023 .shortcut_item {        margin: 0 10px;    }    .RWDservice023 .top_shortcut_pict {        height: 45vw;    }    /*-----footer-----*/    .footer-block .container {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        align-items: flex-start;    }    .footer-block .ft-left,    .footer-block .ft-right {        width: 100%;    }    .footer-block .ft-left {        display: flex;        margin: 0 0 3rem;    }    .ft-logo {        width: 300px;    }    .ft-social {        position: static;        width: calc(100% - 300px);        display: flex;        justify-content: flex-end;    }    .RWDsocial002 ul.socialNetwork {        margin-right: -20px;    }}/* 匯入內頁版面寬度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    }    /*內頁關於我們*/    .page-ab.ab-st-01,    .page-ab.ab-st-02 {        font-size: 16px;    }    .photoalbum-block .rg {        padding: 0 3rem;    }}/*寬度修正*/@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #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;    }    /*相簿樣式detail*/    .photoalbum-block.more-photo img {        height: 215px;    }    /*產品*/    .product_desc_content .pro-detail-lf {        font-size: 25px;    }    .page_content1 #prod_name,    .page_content1 #prod_name .product_name {        margin-bottom: 1rem;    }}

/*小螢幕 end*/
/*1199px start*/

@media (max-width:1199px) {    /*-------------header-------------*/    /*漢堡選單開啟*/    .RWDmenu_plus04 .site-nav,    .RWDmenu_plus04 #mobile-menu .menu li .m_stitle,    .RWDmenu_plus04 #mobile-menu .menu li.active .m_title {        display: none;    }    .RWDmenu_plus04 #mobile-menu,    .RWDmenu_plus04 .ml-stack-nav-toggle,    .RWDmenu_plus04 .toggle-menu {        display: block;    }    .RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {        display: inline;    }    /*漢堡選單樣式調整*/    .RWDmenu_plus04 #mobile-menu {        background-color: #fff;        padding-bottom: 0;    }    .RWDmenu_plus04 #mobile-menu .menu>li {        border-bottom: 1px solid #dfdfdf;    }    .RWDmenu_plus04 #mobile-menu .menu a {        color: #363030;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active>a {        background-color: transparent;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active {        background-color: #000;    }    .RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {        font-size: 16px;    }    .RWDmenu_plus04 #mobile-menu .menu>li>ul {        background-color: #fff;    }    .RWDmenu_plus04 .menu li a {        color: #434343;    }    .RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {        font-weight: normal;    }    .RWDmenu_plus04 .menu li a .m_stitle_block {        color: #adadad;    }    /*漢堡本人調整*/    .ml-stack-nav-toggle {        color: #fff;    }    .ml-stack-nav-toggle__line {        background: #fff;    }    /*header menu hover*/    .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: #000;    }    .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 {        text-decoration: none;        font-weight: normal;        color: #000000;    }    /*格線*/    .RWDmenu_plus04 .features:after {        display: none;    }    /*header呼籲*/    .RWDmenu_plus04 .features {        position: relative;        padding-right: 0;        float: right;        margin: 10px 5px 0 0;    }    .RWDmenu_plus04 .features .edit {        display: block;    }    .RWDmenu_plus04 .features .edit .headerbooking {        margin: 15px 0 0;    }    .RWDmenu_plus04 .header:before {        display: none;    }    /*header下滑*/    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {        color: #000;    }    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {        background: #000;    }    .RWDmenu_plus04 .ml-stack-nav-toggle:hover {        color: #fff;    }    /*-------------logo-------------*/    .logo-block .container {        padding: var(--2dst) 0 0;    }    .logo-block .RWDnews005 .container {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: center;    }    .RWDnews005 .section-subject,    .RWDnews005 .owl-carousel.owl-padding-10 {        width: 100%;    }    .RWDnews005 .section-subject .col-md-12,    .RWDnews005 .section-subject {        text-align: center;        margin: 0;        align-items: center;    }    /*-------------產品-------------*/    .RWDproduct004 #portfolio.portfolio-nogutter .mix-grid:hover .mix:hover img {        transform: scale(1);        transition: 0s;        animation: none;    }    .RWDproduct004 .overlay,    .RWDproduct004 .item-box .item-hover {        opacity: 1;    }    .RWDproduct004 #portfolio.portfolio-nogutter .mix-grid:hover .mix:hover img {        transform: scale(1);        transition: 0s;        animation: none;    }    .RWDproduct004 .overlay,    .RWDproduct004 .item-box .item-hover {        opacity: 1;    }    /*-------------video-------------*/    .video-block,    .RWDvideo006__video {        height: 55vh;    }    .RWDvideo001.show {        opacity: 1;        height: 60vh !important;    }    .RWDvideo001 .video {        height: 60vh !important;    }    .RWDvideo001.show {        height: 60vh !important;    }    .RWDvideo001 .btn2pause {        display: none    }    /* 匯入內頁版面寬度80%*/    /*main*/    .page_wrapper_bg section.call_to_action {        padding: 5rem 0;    }    .page_wrapper_bg section.call_to_action>.container {        width: auto;        padding: 0 30px;    }    #sidebar input,    #sidebar select,    #sidebar select.form-control:not([size]):not([multiple]) {        font-size: 1rem;        height: 45px;        color: #000;        letter-spacing: 0;    }    /*文章列表-H*/    .rwdlayoutlist_9 .litem {        width: calc(100%/3 - 1px);    }    /*內頁*/    .RWDmenu_plus04 .logo {        width: 224px;        margin-top: 13px;    }    /*相簿detail*/    .albumcontent .RWDmenu_plus04 .header .ml-stack-nav-toggle,    .productcontent .RWDmenu_plus04 .header .ml-stack-nav-toggle {        color: #000    }    .albumcontent .RWDmenu_plus04 .header .ml-stack-nav-toggle__line,    .productcontent .RWDmenu_plus04 .header .ml-stack-nav-toggle__line {        background: #000;    }    /*底下的聯絡我們*/    .bottom-contact-box .tp-pic img {        height: 332px;        object-fit: cover;    }    .bottom-contact-box .tp-pic .bottompic-big-text img {        height: auto;    }    .bottom-contact-box .lf,    .bottom-contact-box .rg {        width: 100%;        padding-left: 3vw;    }    .bottom-contact-box .lf {        border-right: 0;        border-bottom: #dfdfdf solid 1px;        padding-bottom: 3rem;        margin-bottom: 3rem;    }    /*內頁產品detail*/    .product_desc_content .pro-detail-lf {        font-size: 26px;    }    .page_content1 #prod_name,    .page_content1 #prod_name .product_name {        font-size: 2.5rem;    }}

/*1199px end*/
/*1024px start*/
@media (max-width: 1024px) {
/*header*/ 
.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 180px;}/*pro*/ 
.product_block_bottom .RWDProduct015 .product_box {    margin: 0 7px 50px;    width: calc(100%/3 - 14px);}/*enter*/#m_RWDfullscreen02_82_1 .picbgbox {    height: 80vw !important;}/*footer*/ 
.ft-info,.ft-edm {    width: 100%;}.ft-edm {    padding: var(--2dst) 0 0;}/* 匯入內頁版面寬度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-left: 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;}.productcontent .collapsing_header .main,.albumcontent .collapsing_header .main {    top: 80px !important;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
/*-------------標題-------------*/ 
.RWDProduct015__head__h1,.RWDproduct004 .section-subject .sub-title {    margin: 0 0 15px;}.RWDproduct004 .section-subject .sub-title {    font-size: clamp(2.3rem, 1.716rem + 2.396vw, 3.2rem);}.catalog-block .heading-title {    padding: 0;}/*-------------baner-------------*/ 
.banner-block .RWDbanner_plus01 .slick-caption {    top: 0;    height: 100%;}.banner-block .container {    width: 90%;    padding-bottom: 9rem;    justify-content: flex-end}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    margin-top: 0;}.RWDbanner_plus01 .banner-slider .slick-item.slickitem01 .pic-cover {    background-color: rgb(0 0 0 / 22%) !important;}/*-------------pro-------------*/ 
.RWDProduct015__head {    display: flex;    align-items: center;    flex-direction: column;    margin-bottom: 3rem;    padding: 0;}.RWDProduct015__head__h1 {    margin: 0 0 20px;}/*-------------enter-------------*/ 
.enter-block {    padding: var(--6dst) 0 0;}.enter-block .two-box .row {    display: flex;    flex-direction: column;    align-content: flex-start;    align-items: stretch;    margin-left: 0;    margin-right: 0;}.RWDservice023 .shortcut_item {    margin: 0 0 20px;    width: 100%;}.RWDservice023 .top_shortcut_heading_tw {    font-size: 2rem;}.RWDservice023 .top_shortcut_heading_en {    margin: var(--2dst) 0 0;}/*-------------photo-------------*/ 
.photo-block {    padding: var(--5dst) 0;}.photo-block .container {    width: 90%;}/*-------------footer-------------*/ 
.ft-bottom .lf-box {    display: flex;    align-items: flex-start;    flex-wrap: wrap;    flex-direction: column;    width: 70%;}.ft-bottom .rg-box {    width: 30%;}.ft-bottom .lf-box .model::before {    display: none;}/* 匯入內頁版面寬度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;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 3 - 1px);    margin: 15px 0px;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.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;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    width: calc(100%/2 - 1px);    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 3) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-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;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.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;}/*內頁banner*/ 
.page-banner .container {    justify-content: center;    display: flex;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(5rem, 2.6155rem + 11.9225vw, 10rem) !important;}/*麵包屑*/ 
.page_wrapper_bg .hgroup h1 {    margin: 0 0 10px;}.page_wrapper_bg .pageTitle,.page_content1 #prod_name,.page_content1 #prod_name .product_name {    letter-spacing: 1px;    font-size: 2.3rem;}/*相簿detail樣式*//*樣式1*/ 
.photoalbum-block,.photoalbum-block.cg-side {    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    margin: 20px 0;}.photoalbum-block .lf,.photoalbum-block .rg {    width: 100%;}.photoalbum-block .rg {    padding: 4rem 0;    text-align: left;}.photo-txt p {    text-align: left;}.photoalbum-block.photo {    gap: 30px;}.photoalbum-block.more-photo {    flex-wrap: wrap}.photoalbum-block.more-photo img {    height: 215px;    width: calc(100%/3 - 10px);}.photodetail-info {    display: flex;    flex-direction: column;    align-items: flex-start;}.photodetail-info .rg,.photodetail-info .lf {    width: 100%;    text-align: left;    align-items: flex-start;}.photodetail-info .rg {    border-left: 0;    border-top: #dfdfdf solid 1px;    padding-left: 0;    padding: 3rem 0 0;    margin: 3rem 0 0;}.page_desc2 .name,.photoalbum-block.photo,.photodetail-info .name {    margin: 0 0 1rem;}/*產品detail*/ 
.detail-bottom {    padding: 3rem 0 0;    margin: 4rem 0 0;    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;}.detail-bottom .lf,.detail-bottom .rg {    width: 100%;}.detail-bottom .txt-style {    text-align: center;    padding: 2rem 1rem;}.product_desc_content {    display: flex;    flex-direction: column;    flex-wrap: wrap;    justify-content: space-between;    align-items: flex-start;}.product_desc_content .pro-detail-lf,.product_desc_content .pro-detail-rg {    width: 100%;    padding-left: 15px;    padding-right: 15px;}.product_desc_content .pro-detail-lf {    border-bottom: #dfdfdf solid 1px;    border-right: 0;    padding-bottom: 3rem;    margin-bottom: 3rem;    text-align: center;    font-size: 22px;    display: flex;    justify-content: center;}.product_desc_content .pro-detail-rg {    padding-left: 0;}.product_desc_content .pro-detail-rg ul {    display: flex;    justify-content: center;    align-items: center;    flex-direction: row;    gap: 44px;}.pro-detail-rg .btnbox {    justify-content: center;}/*底下的聯絡我們*/ 
.bottom-contact-box {    margin: 4rem 0 0;}/*內頁關於我們*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;    display: flex;    flex-direction: column-reverse;    justify-content: flex-end;}.RWDslider01 .text,.RWDslider01 .pic-list {    padding-right: 0;    width: 100%;}.RWDslider01 .pic img {    height: 50vw !important;    object-fit: cover;}.page-ab.ab-st-01 .space-st::after {    height: 92px;    margin: 2rem auto 2rem;}.page-ab.ab-st-02 {    display: flex;    flex-direction: column;    flex-wrap: wrap;    justify-content: flex-start;    align-items: center;}.page-ab.ab-st-02 .page-lf,.page-ab.ab-st-02 .page-rg {    width: 100%;}.page-ab.ab-st-02 .page-lf {    padding: 2rem 0;}.page-ab.ab-st-02 .page-lf {    order: 1;}.page-ab.ab-st-02 .page-rg {    order: 2;}.page-ab.ab-st-02 .ab-big-txt {    order: 3;}.photoalbum-block .lf {    height: auto;}/*top*/ 
.fix_btn {    bottom: 110px;}.scrollTop002 {    bottom: 2%;}/*240124修*/ 
.page-ab.ab-st-01 .in-txt {margin: 30px 0 0;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
/*-------------產品-------------*/ 
.RWDproduct004 .mix-grid .mix:nth-child(6n+1) {    width: calc(100%/1 + 0%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n+2) {    width: calc(100%/2 - 0%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n+3) {    width: calc(100%/2 - 0%);    float: right;}.RWDproduct004 .mix-grid .mix:nth-child(6n+4) {    width: calc(100%/2 - 0%);    float: right;}.RWDproduct004 .mix-grid .mix:nth-child(6n+5) {    width: calc(100%/2 - 0%);    float: left;}.RWDproduct004 .mix-grid .mix:nth-child(6n) {    width: calc(100%/1 + 0%);    float: left;}.product-block .row {    display: block;}.product-block .row .left {    text-align: center;    float: none;    width: 100%;    margin-bottom: 20px}.product-block .row .right {    width: calc(100% - 0px);    text-align: center;    clear: both;    float: none;}/*hover*/ 
.RWDproduct004 .col-md-3.col-sm-3.mix::after {    display: none;}/* 匯入內頁版面寬度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;}/*內頁關於我們*/ 
.RWDslider01 .products-list .products-item .box {    gap: 3rem}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
 .video-block, .RWDvideo006__video {     height: 44vh; } .RWDvideo001 .video {     height: 50vh !important; } .RWDvideo001.show {     height: 50vh !important; } /*pro*/ .pro-bottom .RWDProduct015 .product_box {     width: calc(100%/2 - 26px); } /*enter*/ .enter-block .RWDparallax_new .container .en-bg {     font-size: clamp(3rem, 0.622rem + 9.7561vw, 5.5rem);     bottom: -2vh; } /* 匯入內頁版面寬度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; } /*相簿列表樣式-01*/ #album .layoutlist_1 .row .album_item {     width: calc(100% / 3 - 1px) !important; } .layoutlist_2 .album_item {     padding: 0 10px; } /*檔案下載樣式-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%; } /*隱私權政策*/ .article2 .page_wrapper_bg .article-text.rwd .container p {     width: 100%; } /*相簿detail 樣式*/ .photo-txt {     margin: 4rem 0; } /*底下的聯絡我們*/ .bottom-contact-box .lf {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center; } .bottom-contact-box .lf, .bottom-contact-box .rg {     padding-left:15px;     padding-right: 15px;     text-align: center; } .bottom-contact-box .contact-logo {     position: static;     margin: 0 0 2rem;     text-align: center; } .bottom-contact-box ul {     text-align: center; } .bottom-contact-box ul.cta_social {     justify-content: center; }
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
.RWDvideo001 .info .summary {    right: 0;    bottom: 6rem;    width: 100%;    text-align: center;    padding: 0 2rem;}.RWDvideo006__editor {    width: 80%;}.RWDfakeloader img {    width: 200px;}/*231227 修*//*.footer-block {    padding-bottom: 7rem;}*/ 
.fix_btn {    display: block;}.mobile-link {    display: none;}.mobile-link .RWDedictor a:nth-child(2) {    border-left: #dfdfdf solid 1px;    border-right: #dfdfdf solid 1px;}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {display: flex; flex-wrap: wrap;}#article .layoutlist_2 .item {width: calc(100% / 2 - 21px);margin: 0 10px;}#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%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {width: calc(100% / 2 - 1px);}.layoutlist_7 .row:before, .layoutlist_7 .row:after {display: none;}/*文章列表樣式-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%)}.article1 .RWDslider01 .products-list .box,.article1 .RWDslider01.pic-right .products-list .box{width:100%;}.article1 .RWDslider01 .control-box{right:auto;left:0;transform:translateX(-10%)}}/*文章列表頁籤*/ 
.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;}
}
/*767px end*/
/*700px start*/

@media (max-width: 700px) {    /*enter*/    .RWDservice023 .top_shortcut_pict {        height: 56vw;    }    .RWDservice023 .top_shortcut_box {        padding: 0 2rem;    }    #m_RWDfullscreen02_82_1 .picbgbox {        height: 100vw !important;    }    /*photo*/    .photo-block {        padding: var(--3dst) 0;    }    /*內頁產品detail*/    .page_content1 #prod_name,    .page_content1 #prod_name .product_name {        margin-bottom: 0;    }    .product_desc_content .pro-detail-rg ul {        display: flex;        justify-content: center;        align-items: flex-start;        flex-direction: column;        gap: 10px;    }}

/*700px end*/
/*630px start*/

@media (max-width: 630px) {    /*pro*/    .pro-top .RWDProduct015 .product_box,    .pro-bottom .RWDProduct015 .product_box {        width: 100%;        margin: 0 0px 50px;    }    /*enter*/    .enter-block .RWDparallax_new .container .titlebar {        font-size: 35px;    }    .RWDservice023 .top_shortcut_heading_tw {        font-size: 27px;    }    .RWDservice023 .top_shortcut_pict {        height: 82vw;    }    .RWDservice023 .top_shortcut_box,    .RWDservice023 .shortcut_item:nth-child(2) .top_shortcut_box {        align-items: center;    }    .RWDservice023 .top_shortcut_box::before {        width: 100%;    }    .RWDservice023 .top_shortcut_heading_en {        height: 47px;        line-height: 30px;        width: 180px;    }    .RWDphoto006__head__h1 {        margin: 0;    }    .RWDphoto006__head {        margin: 0 0 2rem;    }    /*logo*/    .logo-block .container {        padding: var(--1dst) 0 0;    }    /*ft*/    .footer-block .ft-left {        display: flex;        flex-direction: column;        align-items: flex-start;        margin: 0 0 1rem;    }    .ft-logo,    .ft-social {        width: 100%    }    .ft-social {        display: flex;        justify-content: flex-start;        align-items: flex-start;        margin: 2rem 0 0;    }    .RWDsocial002 ul.socialNetwork {        margin-right: 0;        margin-left: -16px;    }    .ft-bottom {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;        padding: var(--2dst) 0 25px;        margin: var(--2dst) 0 0;    }    .ft-bottom .lf-box,    .ft-bottom .rg-box {        width: 100%;        line-height: 1.5;    }    .RWDcopyright {        text-align: left;    }    /**/    .input-group {        position: relative;        display: table;        border-collapse: separate;        display: flex;        flex-direction: row;        justify-content: flex-start;        align-items: stretch;        flex-wrap: wrap;    }    .input-group-addon:first-child {        width: 50px;        display: flex;        align-items: center;        justify-content: center;    }    .input-group .form-control:not(:first-child):not(:last-child) {        width: calc(100% - 50px);    }    .input-group-btn {        width: 100%;    }    .input-group-btn:last-child>.btn,    .input-group-btn:last-child>.btn-group {        margin-left: -0.5px;        width: 50%;        height: 47px;    }    .RWDedm002 .form-control {        height: 56px;    }    /*內頁*/    .page_content1_thumbphoto .swiper-button-next,    .page_content1_thumbphoto .swiper-button-prev {        display: none;    }    /*內頁產品detail*/    .page_content1 #prod_name,    .page_content1 #prod_name .product_name {        margin: 0;    }    .page_wrapper_bg .pageTitle,    .page_content1 #prod_name,    .page_content1 #prod_name .product_name {        letter-spacing: 1px;        font-size: 30px;    }    .product_desc_content .pro-detail-lf {        padding-bottom: 1.3rem;        margin-bottom: 1.3rem;        font-size: 18px;    }    .pro-detail-rg .btnbox {        display: flex;        justify-content: flex-start;        align-items: center;        flex-direction: column;    }    .product_desc_content .pro-detail-video-box .txt-style {        font-size: 18px;    }    .page_desc2 .name,    .photoalbum-block.photo,    .photodetail-info .name,    .page_desc2 b {        font-size: 18px;    }    .photoalbum-block .rg {        padding: 2.4rem 0;    }    .photo-txt {        margin: 2.4rem 0;    }    /*內頁關於我們*/    .page-ab.ab-st-01 img {        width: 185px;    }    .RWDslider01 .pic img {        height: 62vw !important;    }    .page-ab.ab-st-01 .space-st {        letter-spacing: 5px;        font-size: 20px;    }    .page-banner .RWDbanner_plus01 .slick-caption .txt1{            color: rgb(255 255 255 / 35%);    }}

/*630px end*/
/*600px start*/
@media (max-width: 600px) {
/*-------------按鈕-------------*/a.button,.RWDbtn01 .btn,.RWDalert_fancybox.bottom {    width: 100%;}.RWDalert_fancybox.bottom{    padding: 20px 20px 20px !important;}/*-------------banner-------------*/ 
.banner-block .RWDbanner_plus01 .slick-caption {    top: 26%;    height: 100%;}.banner-block .container {    width: 90%;    padding-bottom: 0;    justify-content: flex-start;    display: flex;    align-items: center;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(1.1875rem, 0.2589rem + 3.8095vw, 1.6875rem);    line-height: 1.1;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 16px;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: clamp(2.2rem, 0.7143rem + 6.0952vw, 3rem);    text-align: center;}.banner-block .RWDbanner_plus01 .slick-caption span.bnline::before {    height: 11px;    margin: 0 5px;}/*-------------產品-------------*/ 
.catalog-block {    padding: var(--4dst) 0 var(--5dst);}.RWDproduct004 .mix-grid .mix:nth-child(6n+1),.RWDproduct004 .mix-grid .mix:nth-child(6n+2),.RWDproduct004 .mix-grid .mix:nth-child(6n+3),.RWDproduct004 .mix-grid .mix:nth-child(6n+4),.RWDproduct004 .mix-grid .mix:nth-child(6n+5),.RWDproduct004 .mix-grid .mix:nth-child(6n+6) {    width: calc(100%/1 + 0%);    float: none;}.RWDproduct004 #portfolio.portfolio-nogutter .row>div {    padding-bottom: 30px;}.RWDproduct004 .item-box-desc {    padding: 20px 0px;}.list-inline.categories.nomargin p {    margin: 5px 0 0;    -webkit-line-clamp: initial;}/*-------------video-------------*/ 
.video-block {    height: 50vh;}.RWDvideo001.show,.video-block,.RWDvideo006__video {    height: 50vh !important;}.RWDvideo001 .info .summary,.RWDvideo006__editor {    bottom: 2rem;}.RWDvideo006__editor {    bottom: 2rem;    width: 85%;    margin: 0 auto;    text-align: center;    left: calc(50% - 44%);}.RWDvideo006__editor br {    display: none;}.RWDvideo001 .info .summary,.RWDvideo006 .video-txt,.RWDProduct015 .product_box .title,.RWDproduct004 #portfolio div.col-md-3 h3 {    font-size: 17px;}/*-------------enter-------------*/#m_RWDfullscreen02_82_1 .picbgbox {    height: 700px !important;}.enter-block .two-box {    padding: var(--3dst) 0 0;}.enter-block .RWDparallax_new .container .en-bg {    bottom: -8px;}.RWDservice023 .top_shortcut_heading_en {    padding: 0.5em 0 0.5em 0;    height: 44px;    line-height: 26px;    width: 180px;}.RWDservice023 .top_shortcut_heading_en {    margin: var(--1dst) 0 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: 0px !important;}.page_wrapper_bg section.call_to_action {    padding: 40px 0;}.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%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: 100%;    padding: 0 0 40px;    margin: 0 0 40px;    border-bottom: 1px solid #eee;}/*文章列表樣式-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%;}/*檔案下載樣式-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;    }}/*隱私權政策*/ 
.article2 .page_wrapper_bg .article-text.rwd .container p.privacy-tit,.article5 .page_wrapper_bg .article-text.rwd .container h5 {    font-size: 17px;}.article2 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 25px;}.article2 .page_wrapper_bg .article-text.rwd .container .item span,.article5 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 0px;}/*內頁banner*/ 
.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    margin: 0;    bottom: 0;}.page-banner .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 1.5rem;}/*相簿detail 樣式*/ 
.page_wrapper_bg .pageTitle {    font-size: 30px;    line-height: 1.4;}.photoalbum-block.more-photo {    flex-wrap: wrap;    gap: 10px;}.photoalbum-block.more-photo img {    height: 237px;    width: 100%;}.page_desc2 {    margin: 3rem 0 0;}/*底下得聯絡我們*/ 
.bottom-contact-box .tp-pic img {    height: 262px;    object-fit: cover;}.bottom-contact-box ul li {    font-size: 15px;}.bottom-contact-box ul li span {    display: none;}/*內頁關於我們*/ 
.page-ab.ab-st-01 .space-st::after {    height: 70px;    margin: 2rem auto 2rem;}.page-ab.ab-st-02 .page-lf{    line-height: 1.6;}.page-ab.ab-st-02 span{    margin: 0 5px;    padding: 0 5px;    border: 0;}.article1 .RWDslider01 .slick-arrow:before {    font-size: 10px;}/*240124修*/ 
.page-ab.ab-st-01 .in-txt {margin: 20px 0 0;}.page-ab.ab-st-02 span {margin: 0;}
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 152px;}/*-------------產品-------------*/ 
.RWDproduct004 #portfolio.portfolio-nogutter .row>div {    padding: 0px 10px !important;}/*-------------video-------------*/ 
.RWDvideo001 .info .summary {    padding: 0 1rem;    font-size: 15px;}.RWDvideo001 .info .summary br {    display: none;}/*-------------enter-------------*/#m_RWDfullscreen02_82_1 .picbgbox {    height: 600px !important;}.enter-block .RWDparallax_new .container .titlebar {    font-size: 31px;}/*-------------footer-------------*/ 
.footer-block .container {    width: 90%;}/*.footer-block {    padding-bottom: 5rem;}*//* 匯入內頁版面寬度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;}/*產品detail*/ 
.detail-bottom {    padding: 1rem 0 0;    margin: 3rem 0 0;}.product_desc_content .pro-detail-lf,.product_desc_content .pro-detail-rg {    padding-left: 0px;    padding-right: 0px;}.product_desc_content .pro-detail-video-box .txt-style,.product_desc_content .pro-detail-lf {    font-size: 17px;}.product_desc_content .pro-detail-lf br {    display: none;}.page_wrapper_bg .pageTitle,.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 25px;}.bottom-contact-box .tp-pic img {    height: 169px;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    .banner-block .RWDbanner_plus01 .slick-caption {        top: 26%;        height: 100%;        width: 100%;    }    .banner-block .container {        width: 100%;    }    /*內頁*/    .page_wrapper_bg .pageTitle {        font-size: 25px;    }    /*內頁底下的聯絡我們*/    .bottom-contact-box .lf {        font-size: 15px;    }    .bottom-contact-box .lf span {        font-size: 18px;        margin: 0 0 10px;    }    .bottom-contact-box .lf,    .bottom-contact-box .rg {        padding-left: 30px;        padding-right: 30px;        letter-spacing: 0px;    }    .bottom-contact-box .rg ul li {        margin: 0 0 10px;    }    .article1 .RWDslider01 .slick-arrow:before {        line-height: 31px;    }    .article1 .RWDslider01 .control-box .indicator,    .article1 .RWDslider01 .control-box .items,    .article1 .RWDslider01 .control-box .slick-dots,    .article1 .RWDslider01 .control-box .total {        padding-top: 0;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
.footer-block .container {    width: 94%;}/* 匯入內頁版面寬度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;}/*內頁banner*/ 
.page-banner .RWDbanner_plus01 .slick-caption .txt1{    font-size: clamp(3.5rem, 0.8333rem + 13.3333vw, 4rem) !important;}.bottom-contact-box .lf, .bottom-contact-box .rg {    padding-left: 15px;    padding-right: 15px;}
}
/*380px end*/