/* all */:root {    --color-01: #fff;    --color-02: #89a831;    --color-03: #c6e8a6;    --color-04: #212121;    --color-05: #5f6368;    --pane-padding: 8rem 0;    --font-style-01: 'Poppins';    --font-style-02: 'Noto Sans TC';}body {    font-family: 'Poppins', 'Noto Sans TC', sans-serif;    font-weight: 300;    letter-spacing: 0px;}a,a:hover,a:focus {    text-decoration: none;    transition: all 0.5s ease-out;}p {    letter-spacing: 0;    color: #5f6368;    line-height: 1.5em;    font-weight: 300;    font-family: var(--font-style-02);    font-size: 15px;}.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}/*按鈕*/a.button,.RWDbtn01 .btn {    background: transparent;    margin: 10px auto 28px;    width: 234px;    height: 45px;    line-height: 45px;    font-weight: 500;    color: var(--color-02);    display: block;    position: relative;    z-index: 99;    border: var(--color-02) solid 1px;    text-align: center;    text-transform: uppercase;    border-radius: 3px;}a.button::before,.RWDbtn01 .btn::before {    content: '';    background: url(archive/image/customization/icon-arrow.webp) no-repeat;    background-size: 100% auto;    width: 15px;    height: 15px;    position: absolute;    right: 20px;    top: 13px;}a.button::after,.RWDbtn01 .btn::after {    content: "";    background: var(--color-02);    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*hover*/a:hover.button,.RWDbtn01 .btn:hover {    color: #fff;    background: transparent;    border: var(--color-02) solid 1px;}a:hover.button::after,.RWDbtn01 .btn:hover::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: var(--color-02);}a.button:hover:before, .RWDbtn01 .btn:hover:before {    filter: brightness(0) invert(1);}/**/ 
.RWDbtn01 .btn {    color: var(--color-02);    border: var(--color-02) solid 1px;    margin: 3rem 0 0;    line-height: 2;}.RWDbtn01 .btn::before {    filter: initial}.RWDbtn01 .btn:hover::before {    filter: brightness(0) invert(1);}/*loading*/ 
.RWDfakeloader img {    width: 180px;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*行動呼籲*/ 
.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: #bc1922;}.mobile-link .RWDedictor a {    width: 100%;    color: #fff;    padding: 15px 0;    display: flex;    justify-content: center;    align-items: center;}.mobile-link i {    font-size: 22px;    margin-right: 15px;}.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;    letter-spacing: 0;}.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .search-in {    max-width: 900px}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    z-index: 99999 !important;    width: 500px;    padding: 30px 50px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(255, 255, 255, 100%) !important;    color: #000 !important;    left: auto !important;    right: 0px !important;    line-height: 1.5 !important;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 20px;    border-color: #e21f1a;    background: #e21f1a !important;    border-radius: 0;    font-size: 16px;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*主標題*/ 
.titlebar,.RWDService001 .section-subject {    text-align: left;}.titlebar,.RWDService001 .section-subject .col-md-12 {    margin: 0 0 5rem;}.titlebar .main-tit,.RWDService001 h1.main-title {    color: var(--color-04);    font-size: clamp(3rem, 2.6406rem + 1.4747vw, 5rem);    font-weight: 500;    letter-spacing: 0;    margin: 0px;    text-transform: uppercase;    line-height: 1;}.titlebar .sub-tit,.RWDService001 h2.sub-title {    font-family: var(--font-style-02);    font-size: 25px;    font-weight: 500;    color: var(--color-02);    margin: 0;    letter-spacing: 0px;    text-transform: uppercase;}.titlebar p {    margin: 25px 0 0;}/*order tit style*/ 
.feature-block .titlebar,.pro-block .titlebar .main-tit {    text-align: center;}.RWDService001 h1.main-title {    color: var(--color-01);}.RWDService001 h2.sub-title {    color: var(--color-03);}/*header*/ 
.RWDmenu_plus04 .header {    padding: 10px 3% 10px 3%;    transition: all 0.5s ease-out;    background: rgba(255,255,255,.2);}.RWDmenu_plus04 .logo {    z-index: 30;    width: 420px;    margin-top: 2px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .site-nav .menu {    text-align: center;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: var(--font-style-01);    font-size: 17px;    color: #000;    font-weight: 400;    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: #bc1823;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 1px;    background: #bc1823;    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: #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 {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a {    padding: 15px 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: #bc1823;    color: #000;}.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: #bc1823;}/*header icon*/ 
.RWDmenu_plus04 .features {    width: 350px;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}.RWDmenu_plus04 .header a.button {    margin: 13px auto 0;}.RWDmenu_plus04 .features .cart-btn,.RWDmenu_plus04 .features .querycar-btn,.RWDmenu_plus04 .features .share-group a,.RWDmenu_plus04 .features i,.RWDmenu_plus04 .lang-select {    color: #000;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: #fff;}/* .RWDmenu_plus04 .header.is-up .logo {    width: 300px;    transition: all 0.5s ease-out;    margin: 0;    position: relative;} *//* .RWDmenu_plus04 .header.is-up .logo img {    display: none;} *//* .RWDmenu_plus04 .header.is-up .logo a::before {    content: '';    background: url(archive/image/customization/Logotype.webp) no-repeat;    width: 350px;    height: 60px;    display: block;    position: absolute;    left: 0;    top: 12px;    background-size: 100% auto;} */ 
.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a {    color: #000;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .features .cart-btn {    color: #000;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #000}.RWDmenu_plus04 .header.is-up a.button {    border: var(--color-02) solid 1px;    color: var(--color-02);}.RWDmenu_plus04 .header.is-up a.button:hover:before {    filter: brightness(0) invert(1);}.RWDmenu_plus04 .header.is-up a.button:hover {    color: var(--color-01);}.RWDmenu_plus04 .header.is-up .lang-select-label:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:after {    border-color: #666;}.RWDmenu_plus04 .header.is-up .features .cart-btn,.RWDmenu_plus04 .header.is-up .features .querycar-btn,.RWDmenu_plus04 .header.is-up .features .share-group a,.RWDmenu_plus04 .header.is-up .features i,.RWDmenu_plus04 .header.is-up .lang-select {    color: #212121;}.RWDmenu_plus04 .header.is-up .features .lang-select:hover .lang-select-label i,.RWDmenu_plus04 .header.is-up .lang-select:hover .lang-select-label {    color: #bc1823;}.RWDmenu_plus04 .features .lang-select:hover .lang-select-label i, .RWDmenu_plus04 .lang-select:hover .lang-select-label {    color: #bc1823;}/*漢堡選單基本設定*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {    color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {    color: #555;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #2863e3;}.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;}/*banner*/ 
.banner-block {    position: relative;}/*.banner-block .RWDbanner_plus01 .slick-caption {    top: 35%;}*/ 
.banner-block .container {    width: 85%;}/*.banner-block .RWDbanner_plus01 .slick-caption {    top: 0;}.banner-block .RWDbanner_plus01 .logo {    position: absolute;    top: 0;    height: 100%;    left: 0;}*/ 
.banner-block .RWDbanner_plus01 .logo img {    margin: 0;    /*object-fit: cover;    height: 100% !important;*/}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li button {    background: transparent;    border: #fff solid 1px;    width: 9px;    height: 9px;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: #fff;    border: #fff solid 1px;}@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}/*服務項目*/ 
.service-block {    background: var(--color-02);    position: relative;    z-index: 0;    overflow: hidden;}.service-block::before {    content: '';    background: url(archive/image/customization/service_bg.png) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    right: 0;    z-index: -1;    pointer-events: none;}.service-block .container {    display: flex;    width: 90%;    float: right;    position: relative;    padding: 0;}.service-block .leftbox {    width: 60%;    padding: 6rem 0;}.service-block .rightbox {    position: absolute;    top: 0;    right: 0;    width: 40%;}.service-block .service_people {    position: absolute;    bottom: -3.9vw;    left: 0;    width: 30vw;    height: 28vw;}.service-block .service_people::before {    content: "";    display: block;    width: 100%;    height: 100%;    border-radius: 50%;    background: rgba(252, 252, 252, 0.1);    position: absolute;    top: 0;    left: 0;    animation: circle01 2.8s linear infinite;    z-index: -1;    border: #fff solid 1px;}.service-block .service_people::after {    content: "";    display: block;    width: 100%;    height: 100%;    border-radius: 50%;    background: rgba(255, 255, 255, 0.2);    position: absolute;    top: 0;    left: 0;    animation: circle02 2s linear infinite;    z-index: -1;}@keyframes circle01 {    0% {        transform: scale(0.4)    }    100% {        transform: scale(3);        opacity: 0    }}@keyframes circle02 {    0% {        transform: scale(0)    }    100% {        transform: scale(2.5);        opacity: 0    }}.service-block .rightbox,.service-block .RWDedictor008,.service-block .service_pic,.service-block .rightbox img {    object-fit: cover;    height: 100%;}.service-block .RWDService001 .section-subject {    margin: 0;}.service-block .RWDService001 .section-line {    display: none;}.service-block .RWDService001 .row::nth-child(2) {    width: 100% !important;    float: none;    display: initial !important;}.service-block .RWDService001 .row::before,.service-block .RWDService001 .row::after {    display: none;}.service-block .RWDService001 .col-sm-6 {    width: calc(100%/2) !important;    float: left !important;    margin: 0 0 48px;}.service-block .RWDService001 .boxFeature-2 {    display: grid;    grid-template-columns: 105px 1fr;    grid-template-rows: 0.5fr 0.7fr;    grid-column-gap: 0px;    grid-row-gap: 0px;    justify-content: start;    align-items: center;    justify-items: start;}.service-block .RWDService001 i {    grid-area: 1 / 1 / 3 / 2;    border-radius: 99em;    border: 2px solid #b1c96a;    width: 90px;    height: 90px;    display: flex;    flex-direction: column;    justify-content: center;    margin: 0;}.service-block .RWDService001 i img {    width: 45px;    filter: brightness(0) invert(1);}.service-block .RWDService001 .boxFeature-2 h2 {    grid-area: 1 / 2 / 2 / 3;    color: var(--color-01);    margin: 0;    font-size: 25px;}.service-block .RWDService001 p {    grid-area: 2 / 2 / 3 / 3;    font-size: 16px;    text-align: left;    color: var(--color-01);    margin: 0;}/*優勢特點中間內容*/ 
.feature-block {    padding: var(--pane-padding);    position: relative;    z-index: 0;    background: #f8f8f8;}.feature-block .container {    width: 85%;}.feature-block .RWDparallax_new,.feature-block .RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 100% !important;    z-index: -1;    top: 0;    left: 0;}.feacontent {    display: grid;    grid-template-columns: 1fr 2fr 1fr;    grid-column-gap: 25px;    margin: 4rem 0 0;    align-items: center;}.feabox .indexttl:before {    content: "";    width: 100%;    position: absolute;    height: 30%;    left: 0;    bottom: -3px;    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);    transform: rotate(180deg);    z-index: 3;}.featuress .indexttl h2 {    font-size: 100px;    line-height: 1;}.featuress .indexttl h2 img {    width: 320px !important;    display: block;    margin: 0 auto 10px;}.feainner .fimg {    box-shadow: 2px 3px 5px rgb(0 0 0 / 15%);    position: relative;    background: #fffaf6;    border: #ccc solid 1px;    width: 100px;    height: 100px;    border-radius: 99em;    overflow: hidden;}.feainner {    display: grid;    grid-template-columns: 80px auto;    grid-column-gap: 36px;    align-items: center;    margin: 80px 0;}.ftxt {    color: #000;}.fttxtttl {    font-size: 21px;    font-weight: 500;    line-height: 1.5;    margin: 0 0 10px;}.ftxt p {    color: var(--color-05);    font-size: 16px;    line-height: 1.4;}.fealeft.feainbox,.fearight.feainbox {    padding: 40px 0 0;}/*認證*/ 
.feature-block .RWDService001 {    width: 60%;    margin: 5rem auto 0;}.feature-block .RWDService001 .col-sm-6 {    width: calc(100%/4);    text-align: center;    padding: 0 5px;    position: relative;}.feature-block .RWDService001 .row:nth-child(3) .col-sm-6 {    width: calc(100%/2);}.feature-block .RWDService001 .row {    width: 100% !important;    float: none;    display: initial !important;}.feature-block .RWDService001 .row::before,.feature-block .RWDService001 .row::after {    display: none;}.feature-block .RWDService001 .col-sm-6 {    width: calc(100%/7) !important;    float: left !important;}.feature-block .RWDService001 .boxFeature-2 {    display: flex;    flex-direction: column;    align-content: center;    align-items: center;    justify-content: flex-start;}.feature-block .RWDService001 i {    width: 84px;    text-align: center;    margin-bottom: 0;}.feature-block .RWDService001 h2,.feature-block .RWDService001 p {    display: none;}.feature-block .section-subject.row {    display: none !important;}/*產品跑馬燈*/ 
.pro-block {    padding: 5rem 0 0;}.pro-block .container {    width: 100%;    padding: 0;}.RWDbanner008 .slider {    margin: 0 5px;}.RWDbanner008 a,.RWDbanner008 a:hover,.RWDbanner008 a:focus {    transition: inherit !important;}/*location世界*/ 
.location-block {    position: relative;    z-index: 0;    padding: var(--pane-padding);    padding-bottom: 2rem;}.location-block::before {    content: '';    background: url(archive/image/customization/location-bg02.webp) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    z-index: -1;    pointer-events: none;}.location-block .container {    width: 80%;}.location-block .titlebar,.location-block .global-pic {    text-align: center;}.location-block .global-pic {    width: 1600px;    margin: 0 auto;}.location-block .RWDbtn01 {    margin: 0 0 5rem;}.location-block .RWDbtn01 .btn {    margin-top: 0;}/*231211修改*/ 
.titlebar .main-tit,.RWDService001 h1.main-title {    font-family: 'Vollkorn', serif;    font-weight: 500;}.service-block .RWDService001 .boxFeature-2 {    grid-template-columns: 125px 1fr;}.service-block .RWDService001 i {    width: 100px;    height: 100px;}.service-block .RWDService001 i img {    width: 60px;}.RWDmenu_plus04 .header {    padding: 10px 3% 10px 6.85%;}.feainner .fimg {    width: 120px;    height: 120px;}.feainner {    grid-template-columns: 105px auto;}.RWDbanner008 .slider {    background: #eff2e6;}.feature-block::before {    content: '';    position: absolute;    background: url(archive/image/customization/231211_deco-splash-1.webp) no-repeat;    width: 33vw;    height: 16vw;    background-size: contain;    background-position: left;    left: 0;    bottom: -100px;    bottom: -6%;}.location-block::after {    content: '';    position: absolute;    background: url(archive/image/customization/231211_deco-splash-2.webp) no-repeat;    width: 30vw;    height: 15vw;    background-size: contain;    background-position: left;    right: -9%;    top: 8%;}.service-block .service_main-pic {    position: absolute;    bottom: -3.9vw;    width: 32vw;    height: 28vw;    right: 4.7%;    z-index: 2;}.service-block {    overflow: visible;}.service-block .container {    overflow: hidden;}.service-block {    z-index: 1;}/* 20231225 */ 
.titlebar .main-tit,.RWDService001 h1.main-title {    font-family: 'Poppins', 'Noto Sans TC', sans-serif;}/* 20231225 */ 
.RWDbanner_plus01 .slick-caption>.container {    width: 75%;}.RWDbanner_plus01 .slick-caption {    top: 25%;}.banner-block .RWDbanner_plus01 .logo {    width: 34vw;}
/*footer start*/

/*footer*/ 
.footer-block .container {    width: 80%;    padding: 4rem 0 10px;    display: flex;    flex-direction: row;    align-content: flex-start;    align-items: stretch;    justify-content: flex-start;    flex-wrap: wrap;}.footer-block,.footer-block a {    color: var(--color-04);}.footer-block .ft-left {    width: 80%;    padding-right: 18rem;}.footer-block .ft-right {    width: 20%;    display: flex;    justify-content: flex-end;    flex-direction: column;    align-items: flex-end;}.footer-block .ft-bottom {    width: 100%;}/**/ 
.sitemap a {    display: inline-block;}.sitemap a::before {    content: '';    width: 1px;    height: 13px;    background: #dfdfdf;    display: inline-block;    margin: 0 15px;}.sitemap a:first-child::before {    display: none;}.footer-block .keyword {    color: #959697;    font-size: 13px;    text-align: right;    line-height: 1.2;    margin: 3rem 0 0;}/*資訊*/ 
.ft-logo {    font-size: 22px;    font-weight: 600;    color: var(--color-04);    margin: 0 0 3rem;}.footer-block .ft-left ul {    list-style: none;    margin: 0;    padding: 0;    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;}.footer-block .ft-left ul li {    width: calc(100%/2 - 1px);    margin: 0 0 0.8rem;}.footer-block .ft-left ul li span {    float: left;}.footer-block .ft-left ul li i {    font-size: 18px;    margin: 0 15px 0 0;    color: #82ae7b;}.footer-block .ft-left ul li:nth-child(3),.footer-block .ft-left ul li:nth-child(4) {    margin: 0;}/*社群*/ 
.ft-social {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;}.ft-social .RWDedictor {    font-size: 16px;    color: var(--color-04);    text-transform: uppercase;}.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: #fff;    width: 70px;    height: 70px;    padding: 0;    margin: 0 -25px 0 0;}.RWDsocial002 .iconRounded img {    width: 70px;    height: 70px;    margin-top: 0;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}/*copyright*/ 
.ft-bottom {    display: flex;    align-items: center;    flex-wrap: wrap;    font-size: 12px;    flex-direction: row;    justify-content: flex-start;    margin: 3rem 0 0;    border-top: #f1f1f1 solid 1px;    padding: 25px 0 0;}.ft-bottom .lf-box{    width: 80%;    line-height: 1.5;}.ft-bottom .rg-box {    width: 20%;}.ft-bottom .lf-box {    display: flex;    flex-direction: row;    justify-content: flex-start;    flex-wrap: wrap;}.ft-bottom .rg-box {    display: flex;    justify-content: flex-end;}.copyright_desc a,.copyright_desc {    color: #555;    font-size: 13px;}.ft-bottom .lf-box>div {    margin-right: 10px;    position: relative;}.ft-bottom .lf-box>div {    margin-left: 20px;    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: 6px;}.ft-bottom .lf-box>div.RWDssl01 {    margin-left: 0;}.ft-bottom .lf-box>div.RWDcopyright::before {    display: none;}

/*footer end*/
/*animation start*/

@keyframes move01{0% {    opacity: 0;    -webkit-transform:translateY(-30px);    -moz-transform:translateY(-30px);    -ms-transform:translateY(-30px);    -o-transform:translateY(-30px);    transform:translateY(-30px);}100% {    opacity: 1;    -webkit-transform:translateY(0px);    -moz-transform:translateY(0px);    -ms-transform:translateY(0px);    -o-transform:translateY(0px);    transform:translateY(0px);}}.service-block .RWDService001 .col-md-3{animation: 1200ms ease normal forwards 1 fadeInUP;opacity: 0;animation-delay: 5s;}.service-block.animated .RWDService001 .row:nth-child(2) .col-md-3:nth-child(1){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.5s;opacity: 0}.service-block.animated .RWDService001 .row:nth-child(2) .col-md-3:nth-child(2){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.7s;opacity: 0}.service-block.animated .RWDService001 .row:nth-child(2) .col-md-3:nth-child(3){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.9s;opacity: 0}.service-block.animated .RWDService001 .row:nth-child(2) .col-md-3:nth-child(4){animation: 1000ms ease normal forwards 1 move01;animation-delay: 1s;opacity: 0}

/*animation 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: #89a831;    --btn-main-hover-color: #89a831;    --btn-sub-color: #999;    --btn-sub-hover-color: #111;}/*230531範本預設按鈕改色導圓角統一5px*/ 
._bd_btn._bd_btn-primary:hover {    color: #fff;    background-color: var(--btn-main-hover-color);    border-color: var(--btn-main-hover-color)}._bd_btn._bd_btn-primary {    background: var(--btn-main-color);    border-radius: 5px !important}._bd_btn._bd_btn-default {    background: 0 0;    border: 1px solid var(--btn-sub-color);    color: var(--btn-sub-color);    border-radius: 5px !important}._bd_btn._bd_btn-default:hover {    color: #fff;    background-color: var(--btn-sub-hover-color);    border-color: var(--btn-sub-hover-color)}._bd_row a {    color: #333}/*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: var(--FontSizeDesc) !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: var(--SectionPadding) 0;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;}.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: 0px;    font-weight: bold;}.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: var(--FontSizeDesc);    letter-spacing: 0px;    color: var(--color-05);    line-height: 1.6;    font-weight: 300;    font-family: var(--font-style-02);}._bd_row label,._bd_row li,._bd_row p,._bd_row td {    font-size: var(--FontSizeDesc);    line-height: 1.8;    font-weight: 400;}._bd_row li {    margin-bottom: 10px;}._bd_row ol {    padding-left: 22px;}._bd_row ul {    padding-left: 18px;}/*-------按鈕--------*/#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: 14px 15px;    display: block;    position: relative;    z-index: 1;}.ebtn a::after,#article .btn.btn_back a::after {    content: "";    background: var(--color-02);    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}.btn.btn_back {    margin-right: 0;    float: right;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: 2rem;}.btn.btn_back a {    min-width: 200px;    padding: 12px 15px;    background: transparent;    color: var(--btn-main-color);    transition: all 0.2s ease;    border: 1px solid var(--btn-main-color);    line-height: 1;    border-radius: 3px;    font-family: var(--font-style-01);    text-transform: uppercase;}.btn.btn_back a:hover {    border: 1px solid var(--btn-main-hover-color);    color: #fff !important;    background: transparent;}/*確定送出*/ 
.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: 200px;    line-height: 1.5;    padding: 12px 30px !important;    margin-top: 20px;    color: var(--btn-main-color) !important;    background: transparent;    border: 1px solid var(--btn-main-color);    transition: all .2s ease;    position: relative;    border-radius: 3px;    z-index: 1;    font-family: var(--font-style-01);    text-transform: uppercase;}.ebtn a:hover {    background: transparent;    color: #fff !important;    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: var(--FontSizeDesc);}.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;}.layoutlist_7 .summary,.layoutlist_7 .summary a,#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: var(--FontSizeDesc) !important;    font-weight: 300;    line-height: 1.5 !important;    color: var(--color-05) !important;}.layoutlist_7 .subject,.layoutlist_7 .subject a {    font-size: var(--FontSizeH3) !important;    font-weight: 500;    font-family: var(--font-style-01);}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}.layoutlist_8 .item .list_img,.layoutlist_7 .litem .img {    overflow: hidden;}.layoutlist_8 .item .list_img img,.layoutlist_7 .litem img {    transition: var(--TransitionEase);}.layoutlist_7 .litem{        margin: 0 0 30px 0 !important;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding-left: 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    line-height: 1.5;    display: block;    font-size: var(--FontSizeH3);    color: var(--color-04);    font-family: var(--font-style-01);}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: var(--FontSizeDesc);    font-weight: 400;    line-height: 1.5;    color: var(--color-05)}/*產品頁籤*/ 
.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: var(--FontSizeDesc);    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: var(--FontSizeDesc);    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: 0;    color: #000}.privacy_block a {    color: #000;    transition: 0.4s}.privacy_block a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.page_wrapper_bg .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;}.article6 .page_wrapper_bg section.call_to_action {    background: #fafafa;}.article6 .page_wrapper_bg .hgroup .breadcrumb {    display: none;}.article6 .page_wrapper_bg section.hgroup .container {    margin: 0rem !important;}/*購物說明文字*/ 
.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: 1000px;    margin: auto;}/*hashtag a連結修正*/ 
.hashtag_block .hashtagLink {    color: #fff !important;}/* 人才招募表單標題修正 */ 
.customized_columns .fillform {    font-size: 1.5rem;    margin: 3rem;    text-align: center;}.RWDtimeline02 .model-title,.RWDtimeline01 .model-title {    font-size: 24px;    color: #333;    font-weight: 500;}.RWDtimeline01 li.event .point .title {    font-size: var(--FontSizeH3);    color: #333;}@media (min-width: 1200px) {    .layoutlist_8 .item:hover .article_subject,    .page_wrapper_bg .hgroup .breadcrumb a:hover {        color: var(--color-02);        transition: var(--TransitionEase);    }    .ebtn a:hover::after,    #article .btn.btn_back:hover a::after {        width: 100%;        transition: .4s;        right: auto;        left: 0;        background: var(--color-02);    }    .layoutlist_8 .item:hover img,    .articlelist:not(.article4) .layoutlist_7 .litem:hover img {        transform: scale(1.05);        transition: var(--TransitionEase);    }    .tabs nav a:hover {    color: var(--color-02) !important;}}

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

:root {    --BorderPx1: 1px solid #e7e7e7;    /* 螢幕2560px-320px 大小80px-32px */    --FontSizeMain: clamp(2rem, 1.5714rem + 2.1429vw, 5rem);    /* 螢幕2560px-600px 大小25px-18px */    --FontSizeSub: clamp(1.125rem, 0.9911rem + 0.3571vw, 1.5625rem);    /* 螢幕2560px-1500px 大小21px-20px */    --FontSizeH3: clamp(1.25rem, 1.1616rem + 0.0943vw, 1.3125rem);    /* 螢幕2560px-1200px 大小18px-16px */    --FontSizeH4: 18px;    /* 螢幕2560px-1200px 大小18px-16px */    --FontSizeH5: clamp(1.1rem, 0.8897rem + 0.1471vw, 1.125rem);    /* 螢幕2560px-1200px 大小18px-16px */    --FontSizeH6: 15px;    --FontSizeDesc: 16px;    /* 螢幕2560px-991px 160px-75px */    --SectionPadding: clamp(3.75rem, -0.1976rem + 6.3735vw, 10rem);    --InnerMargin: 3vw;    --InnerHrMargin:clamp(1.875rem, 0.5382rem + 2.7886vw, 5rem);    --TransitionEase: .3s ease;    --TransformCenter: translateX(-50%) translateY(-50%);    --TransformCenterX: translateX(-50%);    --TransformCenterY: translateY(-50%);}/* inner-banner */ 
.inner-banner .RWDbanner_plus01 .slick-item,.inner-banner .RWDbanner_plus01 .slick-item .pic img, .inner-banner .RWDbanner_plus01.inpage>.RWDbanner_plus01>.pic img{    height: clamp(21.25rem, 1.9118rem + 19.1176vw, 32.5rem) !important;        object-fit: cover;}/* 共用設定 */ 
.page_wrapper_bg :is(h1, h2, h3, h4, h5, h6, p) {    padding: 0;    margin: 0;}.section-spacing {    padding: var(--SectionPadding) 0;}.section-spacing-top {    padding-top: var(--SectionPadding);}.section-spacing-bottom {    padding-bottom: var(--SectionPadding);}.section-title-bottom {    margin-bottom: 3rem !important;}.page_wrapper_bg .article-text h2.page-section-main-title,.RWDslider01 .model-title,.page_wrapper_bg .hgroup h1,.article1 .RWDtimeline02 .model-title {    font-size: var(--FontSizeMain);    font-weight: 500;    margin: 0 0 2rem;    line-height: 1.5;    display: block;    color: var(--color-04);    font-family: 'Poppins', 'Noto Sans TC', sans-serif;    letter-spacing: 0;}.page_wrapper_bg .article-text h2.page-section-main-title {    margin: 0;    line-height: 1;}.page_wrapper_bg .article-text h3.page-section-sub-title {    font-size: var(--FontSizeSub);    font-weight: 500;    padding-bottom: 15px;    display: block;    line-height: 1.5;    letter-spacing: 0;    color: var(--color-02);    font-family: var(--font-style-02);}.inner-hr {    margin-top: var(--InnerHrMargin);    margin-bottom: var(--InnerHrMargin);    border-top: var(--BorderPx1);    width: 100%;}.RWDeditor01 img,.RWDslider01 .pic img,.image img {    width: 100%;}.articlerelated-box .title,.page_wrapper_bg .article-text h3.section-title {    font-size: var(--FontSizeH3) !important;    color: var(--color-04);    margin-top: 0;}.page_wrapper_bg .RWDeditor01 ol,.page_wrapper_bg .RWDeditor01 ul {    margin-top: 0;    margin-bottom: 0;}.white {    color: #fff !important;}.cke_editable .white {    color: #333 !important;}.w-auto {    width: auto;    margin: auto;}.w-90 {    width: 90%;    margin: auto;}.container-80,.w-80 {    width: 80%;    margin: auto;}.w-60 {    width: 60%;    margin: auto;}.w-40 {    width: 40%;    margin: auto;}.visible-xxs{    display: none;}/* navi */ 
.page_wrapper_bg .RWDmenu_plus04 .site-nav .menu>li>a {    color: #000;}.page_wrapper_bg .RWDmenu_plus04 .header {    background: #fff;}/* .page_wrapper_bg .RWDmenu_plus04 .header .logo a::before {    content: '';    background: url(archive/image/customization/Logotype.webp) no-repeat;    width: 420px;    aspect-ratio: 439/75;    display: block;    position: absolute;    left: 0;    top: 0;    background-size: 100% auto;    transition: var(--TransitionEase);} *//* .page_wrapper_bg .RWDmenu_plus04 .header .logo img {    opacity: 0;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before {    width: 350px;    height: 60px;    top: 12px;    transition: var(--TransitionEase);} */ 
.page_wrapper_bg .RWDmenu_plus04 .header a.button {    border: var(--color-02) solid 1px;    color: var(--color-02);}.page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn img,.page_wrapper_bg .RWDmenu_plus04 .header .features .member-btn img,.page_wrapper_bg .RWDmenu_plus04 .header .features .cart-btn img {    filter: brightness(0) invert(0);}.page_wrapper_bg .RWDmenu_plus04 .header a.button::before {    filter: initial;}    .page_wrapper_bg .RWDmenu_plus04 .logo{        position: relative;    }    .page_wrapper_bg .RWDmenu_plus04 .header a.button:hover {        color: #fff;    }    .page_wrapper_bg .RWDmenu_plus04 .header a:hover.button::before {        filter: brightness(0) invert(1);    }/* 滿版區塊 */ 
.article1.articlecontent :is(.col-md-6, .call_to_action .container, .pagecontent.menu5, .pagecontent.menu8) {    padding: 0 !important;}.article1 .page_wrapper_bg section.call_to_action {    padding-top: 0;    padding-bottom: 0;}.article1 .page_wrapper_bg section.call_to_action>.container {    max-width: unset;    width: 100%;}:is(.pagecontent .single-photo, .pagecontent .RWDslider01, .pagecontent .RWDeditor01) {    margin-top: 0px !important;    overflow: hidden;}/* breadcrumb */ 
.page_wrapper_bg section.hgroup .container {    width: 100%;    margin: 0rem 0rem 4rem 0rem !important;    border-bottom: 0;    padding: 0;    position: relative;    z-index: 2;}.page_wrapper_bg .hgroup .breadcrumb {    float: unset !important;    right: unset;    background-color: transparent;    border: solid 0px #ccc;    padding: 0px;    text-align: center;    position: unset;    width: 100%}.page_wrapper_bg .page_subject {    display: flex;    justify-content: flex-start;    padding: 0;    flex-direction: column;    align-items: center;}.pageTitle {    font-size: 34px;    font-weight: bold;    line-height: 1.5;    margin: 0;    padding: 0;    color: #1a274b;    letter-spacing: 2px;}.page_wrapper_bg .hgroup .breadcrumb a {    color: #8d8d8d;    font-size: 13px;}.page_wrapper_bg .hgroup h1 {    line-height: 1;        margin: 0 0 1rem;}:is(.eforms1, .article1) .page_wrapper_bg .hgroup {    display: none;}/* about-page */ 
.page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title {    font-size: calc(var(--FontSizeMain)*1.5);    font-weight: 600;    line-height: 1;}.about-page .container-100 {    display: grid;    grid-template-columns: 15% 30% auto;    align-items: center;    gap: 0px 0px;    grid-auto-flow: row;    z-index: 1;    position: relative;}.about-page.paragraphic-01 .about-text {    grid-area: 1 / 2 / 2 / 3;}.about-page.paragraphic-01 .about-bg {    grid-area: 1 / 1 / 2 / 4;    z-index: -1;    height: 100%;}.about-page.paragraphic-01 .about-bg-pad{    display: none;}.about-page.paragraphic-01 .about-bg img {    object-fit: cover;    object-position: top;    width: 100%;}.about-page.paragraphic-02 {    background: var(--color-02);    position: relative;}.about-page.paragraphic-02::before {    content: '';    background: url(archive/image/customization/service_bg.png) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    right: 0;}.about-page.paragraphic-02 .container-100::after {    content: '';    position: absolute;    background: url(archive/image/customization/231211_deco-splash-2.webp) no-repeat;    width: 35vw;    background-size: contain;    background-position: left;    right: -5%;    aspect-ratio: 77/37;    bottom: 0%;    transform: rotate(-25deg);}.about-page.paragraphic-02 .about-text {    grid-area: 1 / 2 / 2 / 3;    min-height: 23vw;    display: flex;    flex-direction: column;    justify-content: center;}.about-page.paragraphic-02 .about-image {    position: absolute;    right: 10%;    width: 35%;    bottom: 26%;}.about-page.paragraphic-02 .about-image::before {    content: "";    display: block;    width: 100%;    aspect-ratio: 1/1;    border-radius: 50%;    background: rgba(252, 252, 252, 0.1);    position: absolute;    top: 0;    left: 0;    animation: circle01 2.8s linear infinite;    z-index: -1;    border: #fff solid 1px;}.about-page.paragraphic-02 .about-image::after {    content: "";    display: block;    width: 100%;    aspect-ratio: 1/1;    border-radius: 50%;    background: rgba(255, 255, 255, 0.2);    position: absolute;    top: 0;    left: 0;    animation: circle02 2s linear infinite;    z-index: -1;}.page_wrapper_bg .about-page.paragraphic-02 h3.page-section-sub-title {    font-size: calc(var(--FontSizeSub)*1.3);}/* PRODUCTS */:is(.article2.articlelist, .article4.articlelist, .article5.articlelist) .page_wrapper_bg .hgroup h1 {    display: none;}:is(.article2.articlelist, .article4.articlelist, .article5) .page_wrapper_bg section.hgroup {    position: absolute;    top: clamp(6.25rem, 4.2762rem + 3.1867vw, 9.375rem);    left: 50%;    transform: var(--TransformCenterX);    z-index: 2;}:is(.article2.articlelist, .article4.articlelist, .article5.articlelist) .webdesc {    margin-bottom: 5rem;}.article2.articlelist .layoutlist_7 .cdate,.article2.articlelist .layoutlist_7 .cdate a {    display: none;}.eforms1 section.call_to_action,.article2 section.call_to_action {    position: relative;}.article2 .page_wrapper_bg section.call_to_action {    background: #f7f7f7;}.article2 section.call_to_action::before {    content: '';    background: url(archive/image/customization/location-bg02.webp) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    pointer-events: none;    mix-blend-mode: multiply;}/* PARTNERS */ 
.article4 .layoutlist_7 .cdate {    display: none;}.article4 .page_wrapper_bg section.call_to_action {    background: var(--color-02);    position: relative;    overflow: hidden;}.article5 .article-text h3.page-section-sub-title,.article4 .article-text h3.page-section-sub-title {    color: var(--color-03);}.article5 .page_wrapper_bg .hgroup .breadcrumb a,.article4 .page_wrapper_bg .hgroup .breadcrumb a {    color: #fff;}.article4 .page_wrapper_bg section.call_to_action::after,.article4 .page_wrapper_bg section.call_to_action::before {    content: '';    width: 105vw;    aspect-ratio: 1/1;    position: absolute;    left: 50%;    transform: var(--TransformCenterX);    border-radius: 50%;pointer-events: none;}.article4 .page_wrapper_bg section.call_to_action::before {    bottom: 40vh;    background: #ffffff17;}.article4 .page_wrapper_bg section.call_to_action::after {    top: 40vh;    background: #ffffff1a;}.article4 .layoutlist_7 {    background: #fff;    max-width: 1500px;    margin: auto;    width: 100%;    border: 1px solid #f1f1f1;    position: relative;    z-index: 1;    animation-name: fadeInUp;    animation-duration: 1.5s;}.article4 #article .layoutlist_7 .subject {    text-align: center;    margin-top: 20px !important;    margin-bottom: 0px !important;}.article4 #article .layoutlist_7 .subject a {    font-size: var(--FontSizeH4) !important;}.article4 .layoutlist_7 .row,.article4 .layoutlist_7 .row:after,.article4 .layoutlist_7 .row:before {    clear: inherit !important;    margin-right: 0;    margin-left: 0;}.article4 .layoutlist_7 .litem {    width: calc(100%/5) !important;    margin: 0!important;    padding: 2rem;    border: 1px solid #f1f1f1;}.article4 .layoutlist_7 .litem a {    pointer-events: none;    cursor: none;}.layoutlist_7 .litem {    width: calc(100%/2);}/* NEWS */ 
.article5 .page_wrapper_bg section.call_to_action>.container {    margin-top: calc(0px - clamp(12.5rem, -14.2361rem + 19.4444vw, 16.875rem));}.article5.articlelist .webdesc {    position: absolute;    top: calc(0px - clamp(10rem, 4.0625rem + 6.25vw, 14.0625rem));    left: 50%;    transform: var(--TransformCenterX);}.article5.articlelist .page_wrapper_bg section.hgroup {    top: calc(0px - clamp(3.125rem, 2.0221rem + 1.4706vw, 4.375rem)) !important;}.article5.articlecontent .page_wrapper_bg section.hgroup {    top: calc(0px - clamp(8.4375rem, 5.6801rem + 3.6765vw, 11.5625rem)) !important;}.article5.articlecontent .page_wrapper_bg .hgroup h1 {    color: #fff;}.article5 .layoutlist_8 {    max-width: 1700px;    width: 100%;    margin: auto;    background: #fff;    padding: 4vw;    display: grid;    grid-gap: 6rem;    border: 1px solid #e6e6e6;        animation-name: fadeInUp;    animation-duration: 1.5s;}.article5 .layoutlist_8 .item {    display: grid;    grid-template-columns: 25% auto 10%;    grid-template-rows: 1fr;    gap: 0px 3vw;    grid-auto-flow: row;    grid-template-areas: "list_img list_subject listdate";    padding: 0;    border-bottom: 0;    position: relative;}.article5 .layoutlist_8 .item:not(:last-of-type)::before {    content: '';    width: 100%;    height: 1px;    background: #e6e6e6;    position: absolute;    left: 0;    bottom: -3rem;}.article5 .list_img {    grid-area: list_img;    width: 100%;    padding: 0;}.article5 .list_subject {    grid-area: list_subject;    width: 100%;    padding: 0;}.article5 .listdate {    grid-area: listdate;    width: 100%;    padding: 10px;    border: 1px solid #e6e6e6;    text-align: center;    aspect-ratio: 1/1;    display: flex;    flex-direction: column;    align-items: center;    justify-content: center;    border-radius: 50%;        gap: 5px;}.article5 .layoutlist_8 .listdate .day {    color: var(--color-04);    line-height: 1;    font-weight: bold;    font-size: clamp(1.875rem, 0.625rem + 1.9531vw, 3.75rem);}.article5 .layoutlist_8 .listdate .yearmonth {    font-size: var(--FontSizeH6) !important;    color: var(--color-04);    padding-bottom: 0;}.article5 section.call_to_action {    position: relative;}.article5 section.call_to_action::before {    content: '';    background: url(archive/image/customization/location-bg02.webp) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    z-index: -1;    pointer-events: none;    background-attachment: fixed;}.article5.articlecontent .article-text .container {    background: #fff;    padding: 4vw 3vw;    max-width: 1700px;    width: 98%;    border: 1px solid #e6e6e6;}/* CUSTOMIZED */ 
.eforms1.eformscontent .layoutlist_1 {    max-width: 1150px;    width: 100%;    background: #fff;        animation-name: fadeInUp;    animation-duration: 1.5s;}.eforms1 section.call_to_action::before {    content: '';    background: url(archive/image/customization/partners-bg.webp) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    z-index: -1;    pointer-events: none;    background-attachment: fixed;        background-position: center;}.eforms1 .eformsDesc {    margin: 0;    border: 0;    padding-bottom: 0;}.form-banner {    display: grid;    grid-template-columns: 1fr;    gap: 0px 0px;    grid-auto-flow: row;}.bannrer-bg {    grid-area: 1 / 1 / 2 / 2;    object-fit: cover;    height: clamp(15.625rem, 10.2778rem + 11.1545vw, 28.125rem);    width: 100%;}.form-logo {    grid-area: 1 / 1 / 2 / 2;    width: clamp(21.875rem, 15.9536rem + 9.5602vw, 31.25rem);    margin: auto;}.eformsForm,.form-bottom {    background: #fff;    padding: calc(var(--InnerHrMargin)*1.5) var(--InnerHrMargin);}.eformsForm{    margin-top: 1vw;}.form-bottom {    padding-bottom: 0;}.page_wrapper_bg .article-text .form-desc p {    color: #333;    font-weight: 400;    font-family: var(--font-style-01);}.company-title {    font-size: 24px;    font-weight: 600;    color: var(--color-04);    margin-bottom: 2rem;}.company-info ul {    list-style: none;    margin: 0;    padding: 0;    display: grid;    grid-template-columns: max-content max-content;    gap: 0 3vw;    font-family: var(--font-style-01);}.company-info ul,.company-info ul a {    font-size: 16px;    color: var(--color-04);}.company-info ul li i {    font-size: 18px;    margin: 0 15px 0 0;    color: #82ae7b;}.eforms1 .form-horizontal .control-label {    padding: 0;    width: 100%;    font-family: var(--font-style-01);    color: var(--color-04);}.eforms1 .form-horizontal {    display: flex;    flex-wrap: wrap;    margin: 0 -10px;}.form-horizontal .form-group {    width: 50%;    display: flex;    flex-direction: column;    align-items: flex-start;    padding: 0 10px;    margin-bottom: 2rem;}.eforms1 .form-horizontal .form-group:last-of-type {    margin-bottom: 0;}.eforms1 .form-horizontal .form-group:nth-last-of-type(2),.eforms1 .form-horizontal .form-group:last-of-type {    width: 100%;}.eforms1.eformscontent .col-sm-12.col-md-11 {    width: 100%;}.eforms1 .customized_columns ._input,.eforms1 .customized_columns select {    border: 0;    background-color: transparent;    border-bottom: 1px solid #e2e2e2;    box-shadow: unset;    border-radius: 0;}.eforms1 .eformsDesc_bottom {    margin: 0;    padding-top: 0;    height: clamp(15.625rem, 10.2778rem + 11.1545vw, 28.125rem);}/* OEM/ODM */ 
.article3 .collapsing_header .main {    margin-bottom: 107px;}.production-lines-features .container-100 {    display: grid;    grid-template-columns: 1fr;    grid-template-rows: 1fr;    gap: 0px 0px;    grid-auto-flow: row;}.production-lines-feature-content {    grid-area: 1 / 1 / 2 / 2;    position: relative;}.production-lines-feature-content::before {    content: '';    width: 30vw;    aspect-ratio: 80/37;    position: absolute;    right: 0;    bottom: -5vw;    background: url(archive/image/customization/production-line-deco.webp) no-repeat;    background-size: contain;    z-index: 1;}.production-lines-feature-bg {    grid-area: 1 / 1 / 2 / 2;    z-index: -1;}.production-lines-feature-bg .RWDparallax_new,.production-lines-feature-bg .RWDparallax_new .picbgbox {    height: 100% !important;}.feature-box {    display: grid;    grid-template-columns: 28% auto 28%;    grid-template-rows: 1fr 1fr 1fr;    gap: 0px 4vw;    grid-auto-flow: row;    grid-template-areas:        "feature-item-01 bottle-image feature-item-04"        "feature-item-02 bottle-image feature-item-05"        "feature-item-03 bottle-image feature-item-06";    align-items: center;    margin-top: 6vw;    min-height: 22vw;}.bottle-image {    grid-area: bottle-image;    position: relative;}.bottle-image img {    display: block;    width: 80%;    margin: auto;}.bottle-image::before {    content: "";    display: block;    width: 115%;    aspect-ratio: 1/1;    border-radius: 50%;    background: rgb(138 168 50 / 7%);    position: absolute;    top: 55%;    left: 50%;    transform: var(--TransformCenter);    -webkit-mask: linear-gradient(to bottom, #000 75%, transparent 80%, transparent 100%);    mask: linear-gradient(to bottom, #000 75%, transparent 80%, transparent 100%);}.feature-item-01 {    grid-area: feature-item-01;}.feature-item-02 {    grid-area: feature-item-02;}.feature-item-03 {    grid-area: feature-item-03;}.feature-item-04 {    grid-area: feature-item-04;}.feature-item-05 {    grid-area: feature-item-05;}.feature-item-06 {    grid-area: feature-item-06;}.feature-item {    display: grid;    grid-template-rows: 110px;    gap: 0px 2rem;    grid-auto-flow: row;    align-items: center;}.feature-item-01,.feature-item-02,.feature-item-03 {    grid-template-columns: 1fr 110px;    grid-template-areas:        "feature-title feature-icon";    text-align: right;}.feature-item-04,.feature-item-05,.feature-item-06 {    grid-template-columns: 110px 1fr;    grid-template-areas:        "feature-icon feature-title ";}.feature-icon {    grid-area: feature-icon;    position: relative;    z-index: 1;}.feature-icon span {    position: relative;    display: block;    padding: 1rem;}.feature-icon span::before {    content: '';    width: 100%;    aspect-ratio: 1/1;    border: 1px solid #8daf346e;    background: #fff;    position: absolute;    right: -50%;    top: 50%;    transform: var(--TransformCenter);    border-radius: 50%;    z-index: -1;}.feature-title {    grid-area: feature-title;}.feature-title {    font-weight: 500;    font-size: 20px;    color: #000;}.production-lines-content {    background: linear-gradient(to top, #f7f7f7, #e9e9e9);    position: relative;    overflow: hidden;}.production-lines-content::before {    content: "";    width: 80vw;    aspect-ratio: 1/1;    border-radius: 50%;    background: transparent;    position: absolute;    bottom: -37vw;    left: -5vw;    border: #fff solid 1px;}.production-lines-content::after {    content: "";    width: 50vw;    aspect-ratio: 1/1;    border-radius: 50%;    background: transparent;    position: absolute;    bottom: -25vw;    right: -10vw;    border: #fff solid 2px;}.production-lines-top {    display: grid;    grid-template-columns: 1fr;    gap: 0 5vw;    align-items: center;    margin-bottom: 3rem;    text-align: center;}.production-lines-top .text {    margin-bottom: 3vw;}.production-lines-top .text p {    color: var(--color-04);}.production-lines-top .image ,.production-lines-top .image img{    object-fit: cover;    height: 100%;    width: 100%;    object-position: 80%;}.production-lines-image-box {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 1rem;    position: relative;    z-index: 1;}    .article5 .page_wrapper_bg .hgroup .breadcrumb a:hover,    .article4 .page_wrapper_bg .hgroup .breadcrumb a:hover {        color: var(--color-03);    }

/*客製內頁 end*/
/*中文版 start*/

/* all */:root {    --font-style-tw01: 'Noto Sans TC';    /* 螢幕2560px-320px 大小80px-32px */    --FontSizeMain_tw: clamp(2rem, 1.5714rem + 2.1429vw, 4rem);}body.lang_tw{font-family: 'Noto Sans TC', sans-serif;font-weight: 400;}.lang_tw p{letter-spacing: 1px;font-weight: 400;}/*header*/ 
.lang_tw .RWDmenu_plus04 .site-nav .menu > li > a {font-family: var(--font-style-tw01);}.lang_tw a.button{width: 225px;}.lang_tw .RWDmenu_plus04 .features .search-btn {padding-left: 16px;padding-right: 12px;}.lang_tw .RWDmenu_plus04 .features .edit{font-size: 14px;}.lang_tw .RWDmenu_plus04 .header.is-up .logo a::before, .lang_tw.page_wrapper_bg .RWDmenu_plus04 .header .logo a::before{background-image: url(archive/image/customization/240124_twlogo_b.webp);}.page_wrapper_bg .RWDmenu_plus04 .lang-select, .page_wrapper_bg .RWDmenu_plus04 .features i{color:#212121;}.page_wrapper_bg .RWDmenu_plus04 .lang-select-label::after{border-color: #666;}/*title*/ 
.lang_tw .titlebar .main-tit, .lang_tw .RWDService001 h1.main-title{font-size: clamp(3rem, 2.6406rem + 1.4747vw, 4.5rem);letter-spacing: 5px;margin-bottom: 10px;}.lang_tw .titlebar .sub-tit, .lang_tw .RWDService001 h2.sub-title{letter-spacing: 1px;}/*--內頁--*/ 
.lang_tw.page_wrapper_bg .hgroup h1 {margin: 0 0 2rem;}@media screen and (min-width: 1601px) {.lang_tw.page_wrapper_bg .article-text h2.page-section-main-title, .lang_tw .RWDslider01 .model-title, .lang_tw.page_wrapper_bg .hgroup h1, .lang_tw .article1 .RWDtimeline02 .model-title{font-size: var(--FontSizeMain_tw);}}@media screen and (min-width: 1601px) {.lang_tw.page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title{font-size: calc(var(--FontSizeMain)*1.3);}}.lang_tw.page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title{position: relative;left: -7px;}.lang_tw.page_wrapper_bg .article-text h3.page-section-sub-title{letter-spacing: 1px;padding-top: 10px}.lang_tw.page_wrapper_bg .article-text, .lang_tw.page_wrapper_bg .article-text p, .lang_tw .RWDslider01 .editor, .lang_tw .RWDtimeline01 li.event .point .editor, .lang_tw #sidebar .products-nav{letter-spacing: 1px;font-weight: 400;}.lang_tw .layoutlist_7 .subject, .lang_tw .layoutlist_7 .subject a{font-family: var(--font-style-tw01);}.lang_tw .layoutlist_7 .summary, .lang_tw .layoutlist_7 .summary a, .lang_tw #article .layoutlist_7 .summary, .lang_tw .article7 .layoutlist_7 .summary a{font-weight: 400;}.lang_tw .production-lines-top .description {max-width: 65%;margin: 0 auto;}.article4 .lang_tw.page_wrapper_bg .article-text h3.page-section-sub-title, .article5 .lang_tw.page_wrapper_bg .article-text h3.page-section-sub-title{opacity: 0;pointer-events: none;}.lang_tw .ebtn a{font-family: var(--font-style-tw01);}.lang_tw.page_wrapper_bg .article-text .form-desc p, .lang_tw .company-info ul, .eforms1 .lang_tw .form-horizontal .control-label {font-family: var(--font-style-tw01);}

/*中文版 end*/
/*小螢幕 start*/

@media (max-width: 2400px) {    .fttxtttl {        font-size: 25px;    }    .feacontent {        grid-template-columns: 1fr 1.5fr 1fr;    }    .feainner {        margin: 3vw 0;    }    .fealeft.feainbox,    .fearight.feainbox {        padding: 0;    }    .feature-block .container {        width: 80%;    }}@media (max-width: 2200px) {    .banner-block .RWDbanner_plus01 .logo {        width: 36vw;    }    .RWDbanner_plus01 .slick-caption {        top: 15%;    }    .feature-title {        font-size: 18px;    }    .about-page .container-100 {        grid-template-columns: 15% 35% auto;    }}@media (max-width: 2100px) {    .service-block .container {        width: 93%;    }    .footer-block .ft-left {        width: 70%;    }    .footer-block .ft-right {        width: 30%;    }    /*231211修改*/    .service-block .service_main-pic {        right: 6.2%;    }    .feature-box {        grid-template-columns: 30% auto 30%;        gap: 0px 3vw;    }    .bottle-image::before {        width: 110%;        top: 50%;    }    .feature-item-01,    .feature-item-02,    .feature-item-03 {        grid-template-columns: 1fr 100px;    }    .feature-item-04,    .feature-item-05,    .feature-item-06 {        grid-template-columns: 100px 1fr;    }    .feature-item {        grid-template-rows: 100px;        gap: 0px 1.5rem;    }}@media (max-width: 2000px) {    /*優勢特色*/    .feature-block .container {        width: 85%;    }    .feainner {        grid-template-columns: 70px auto;    }    .feainner .fimg {        border-radius: 99em;        width: auto;        height: auto;    }    .feature-block::after {        width: 31vw;        height: 11vw;    }    /*231211修改*/    .feainner {        grid-template-columns: 95px auto;        grid-column-gap: 30px;    }    .container-80,    .w-80,    .page_wrapper_bg section.call_to_action>.container {        width: 85%;    }    .production-lines-feature-bg .RWDparallax_new .picbgbox {        background-size: 107% !important    }}/* 匯入內頁版面寬度80%*/@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }    .about-page .container-100 {        grid-template-columns: 10% 35% auto;    }    .section-title-bottom {        margin-bottom: 2rem !important;    }}@media (max-width: 1800px) {    .about-page .container-100 {        grid-template-columns: 10% 40% auto;    }    .about-page.paragraphic-01 .about-bg img {        height: 35vw;    }    .page_wrapper_bg section.hgroup .container {        margin: 0rem 0rem 3rem 0rem !important;    }}@media (max-width: 1700px) {    .page_wrapper_bg .RWDmenu_plus04 .header .logo a::before,    .RWDmenu_plus04 .logo {        width: 319px;    }    /*location*/    .location-block .global-pic {        width: 100%;        margin: 0 auto;    }    .feature-block .container {        width: 90%;    }    .footer-block .ft-left {        padding-right: 6rem;    }    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    .production-lines-top {        gap: 0 3rem;    }}@media (max-width: 1600px) {    .RWDmenu_plus04 .features {        width: 263px;    }    .RWDmenu_plus04 .header a.button {        width: 197px;    }    /*行動呼籲*/    .mobile_link {        display: block;    }    /*漢堡選單開啟*/    .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 #efefef;    }    .RWDmenu_plus04 #mobile-menu .menu>li>a {        color: #363030;        letter-spacing: 0;        font-size: 17px;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active>a {        background-color: transparent;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active {        background-color: #bd1822;    }    .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: #000;    }    .ml-stack-nav-toggle__line {        background: #000;    }    .page_wrapper_bg .ml-stack-nav-toggle {        color: #434343;    }    .page_wrapper_bg .ml-stack-nav-toggle__line {        background: #434343;    }    /*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: #888;    }    .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: #fff;    }    /*格線*/    .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: #434343;    }    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {        background: #434343;    }    .page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before,    .RWDmenu_plus04 .header.is-up .logo a::before {        width: 300px;        height: 52px;    }    .RWDmenu_plus04 .features .search-btn {        padding: 15px 12px;    }    .RWDmenu_plus04 .header a.button {        margin: 6px auto 0;    }    .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);    }    /*service服務項目*/    .service-block .service_people {        bottom: -3.9vw;        left: auto;        width: 38vw;        height: 35vw;        right: 0;    }    /*feature*/    .feature-block .RWDService001 {        width: 80%;    }    /*231211修改*/    .RWDmenu_plus04 .features {        width: 320px;    }    .lang-select-label {        padding: 16px 15px;    }    .service-block .service_main-pic {        width: 40vw;        height: 35vw;        right: -1%;        bottom: -4.5vw;    }    /* 20231226 */    .RWDbanner_plus01 .slick-caption>.container {        width: 80%;    }    .banner-block .RWDbanner_plus01 .logo {        width: 40vw;    }    .page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title {        font-size: calc(var(--FontSizeMain)*1.3);    }    .feature-item-01,    .feature-item-02,    .feature-item-03 {        grid-template-columns: 1fr 90px;    }    .feature-item-04,    .feature-item-05,    .feature-item-06 {        grid-template-columns: 90px 1fr;    }    .feature-item {        grid-template-rows: 90px;    }    .feature-box {        min-height: 25vw;    }    .container-80,    .w-80,    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    .article5 .layoutlist_8 .item {        grid-template-columns: 25% auto 12%;    }}@media (max-width: 1550px) {    .banner-block .RWDbanner_plus01 .logo {        width: 33vw;    }}@media (max-width: 1500px) {    .titlebar,    .RWDService001 .section-subject .col-md-12 {        margin: 0 0 3rem;    }    /*服務項目service*/    .service-block .container {        display: flex;        flex-direction: column;    }    .service-block .leftbox,    .service-block .rightbox {        width: 100%;    }    .service-block .leftbox {        padding-right: 5rem;    }    .service-block .rightbox {        position: static;        height: 35vw;    }    .service-block .service_people {        bottom: -5.9vw;        left: 0;        width: 51vw;        height: 48vw;        right: auto;    }    /*優勢特色*/    .feacontent {        display: flex;        flex-wrap: wrap;    }    .fealeft.feainbox,    .fearight.feainbox {        order: 2;    }    .feacenter.feainbox {        order: 1;        width: 55%;        margin: auto;    }    .fealeft.feainbox,    .fearight.feainbox {        margin: -50px auto 0;        width: 100%;        padding-left: 15vw;    }    .intross {        padding: 100px 10vw;    }    .feacontent {        grid-column-gap: 50px;    }    .ftinfo {        display: block;    }    .ftcompany {        display: flex;        flex-direction: initial;        align-items: center;        margin: 0 0 10px;    }    .ftcompanyname {        margin-right: 30px;        margin-bottom: 0;    }    .ftcompanyin {        margin-right: 20px;    }    .fealeft.feainbox,    .fearight.feainbox {        margin: 0 auto !important;        display: flex;        gap: 0;        padding: 0;        justify-content: center;        align-items: flex-start;        width: 90%;    }    .feainner .fimg {        width: 68px;        margin: 0 0 20px;    }    .feainner {        display: flex;        flex-direction: column;        width: calc(100%/2);        padding: 0 30px;        align-items: flex-start;        margin: 20px 0;    }    .feainner:nth-child(3) {        border: 0;    }    .fttxtttl {        font-size: 20px;        line-height: 1.2;    }    .ftxt p {        line-height: 1.5;    }    .ftcompany {        flex-wrap: wrap;    }    .ftcompanyname {        width: 100%;        margin: 0 0 10px;        line-height: 1;    }    .ftcompany {        flex-direction: initial;        gap: 0;        margin: 0 0 20px;        padding: 0 0 20px;        border-bottom: 1px solid #eee;    }    .ftcompany:last-child {        margin: 0;        padding: 0;        border: 0;    }    .ftcompanyin {        margin-right: 15px;    }    .ftcompanyin b {        margin: 0 5px 0 0;    }    .feature-block::after {        width: 37vw;        height: 15vw;        top: 40%;        left: 0vw;        bottom: auto;    }    /*footer*/    .footer-block .ft-left {        padding-right: 0;    }    .footer-block .container {        width: 85%;        display: flex;        flex-direction: column;        align-content: flex-start;        align-items: flex-start;        justify-content: flex-start;        flex-wrap: wrap;    }    .footer-block .ft-left,    .footer-block .ft-right {        width: 100%;    }    .footer-block .ft-right {        display: flex;        justify-content: flex-end;        flex-direction: column;        align-items: flex-start;        margin: 35px 0 0;    }    .footer-block .keyword {        margin: 15px 0 0;        float: none;        text-align: left;    }    .footer-block .RWDcopyright {        width: 100%;        margin-left: 0 !important;    }    /*231211修改*/    .feainner .fimg {        width: 90px;    }    .feature-block::before {        width: 36vw;        height: 18vw;        bottom: -4%;    }    .service-block .service_main-pic {        bottom: -5.9vw;        left: 5%;        width: 55vw;        height: 48vw;        right: auto;    }    .service-block .container {        width: 100%;        padding-left: 7%;    }    /* 20231225 */    .banner-block .RWDbanner_plus01 .logo {        width: 38vw;    }    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }    .articlelist .page_wrapper_bg section.call_to_action>.container {        width: 95%;    }    .feature-box {        grid-template-columns: 1fr 1fr;        gap: 1rem 4vw;        grid-template-rows: 1fr;        grid-template-areas:            "bottle-image bottle-image"            "feature-item-01  feature-item-04"            "feature-item-02 feature-item-05"            "feature-item-03 feature-item-06";        width: 80%;        margin: auto;        margin-top: 7vw;    }    .bottle-image {        width: 45%;        margin: auto;        margin-bottom: 2vw;    }    .production-lines-feature-bg .RWDparallax_new .picbgbox {        background-color: #f8f8f8;    }    .feature-item-01,    .feature-item-02,    .feature-item-03 {        grid-template-columns: 90px 1fr;        text-align: left;    }    .feature-item-01,    .feature-item-02,    .feature-item-03 {        grid-template-areas: "feature-icon feature-title ";    }    .production-lines-feature-bg .RWDparallax_new .picbgbox {        background-size: contain !important;        background-position-y: top !important;    }    .article4 .layoutlist_7 .litem {        padding: 1.5rem;    }.feature-item {    padding-bottom: 1rem;    border-bottom: 1px dashed #dedede;    align-items: center;    grid-template-rows: 1fr;}}@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }}@media (max-width: 1300px) {    /*優勢特色*/    .ftcompany {        flex-direction: column;        gap: 15px 0;    }    .ftinfo {        align-items: end;    }    .intross {        padding: 100px 3vw;    }    .fealeft.feainbox,    .fearight.feainbox {        margin: -50px 0 0;    }    .feature-block .container {        width: 95%;    }    .feainner {        grid-template-columns: 58px auto;        grid-column-gap: 15px;    }    /*產品列表樣式D無側選單修正*/    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }    .RWDtimeline02 .model-title,    .RWDtimeline01 .model-title {        font-size: 22px;    }    .feature-box {        width: 95%;    }    .layoutlist_7 .litem {        width: 50%;    }    .page_wrapper_bg section.call_to_action>.container {        width: 95%;    }    .about-page.paragraphic-01 .about-bg img {        height: 40vw;    }    .about-page .container-100 {        grid-template-columns: 5% 45% auto;    }}/*--中文版--*/@media screen and (min-width: 1401px) and (max-width: 1800px){.lang_tw .about-page.paragraphic-01 .about-bg img {height: 38vw;}}@media screen and (min-width: 1101px) and (max-width: 1400px){.lang_tw .about-page.paragraphic-01 .about-bg img {height: 45vw;}}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.RWDbanner_plus01.full .banner-slider.bg .slick-item {    max-height: calc(100vh - 65px) !important;    height: calc(100vh - 65px) !important;}/*231211修改*/ 
.service-block .RWDService001 i {    width: 90px;    height: 90px;}.service-block .RWDService001 i img {    width: 50px;}.location-block::after {    width: 34vw;    height: 17vw;    top: 5%;}.service-block .service_main-pic {    bottom: -7vw;}/* 20231225 */ 
.banner-block .RWDbanner_plus01 .logo {    width: 38vw;}.RWDbanner_plus01 .slick-caption>.container {    width: 82.5%;}/* 匯入內頁版面寬度80%*//*main*/ 
.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);}.articlelist .page_wrapper_bg section.call_to_action>.container {    width: 100%;}.production-lines-top {    grid-template-columns: 1fr;    margin: 0;    gap: 0 ;}.production-lines-image-box{    gap: 1.5rem;}.production-lines-top .image,.production-lines-top .image img {    height: 45vw;}.production-lines-top .text {    margin: 4rem 0;}.article4 .layoutlist_7 .litem {    width: calc(100%/4) !important;}.article4 .page_wrapper_bg section.call_to_action::before {    bottom: -40vw;}.article4 .page_wrapper_bg section.call_to_action::after {    top: -40vw;}.company-info ul {    grid-template-columns: 1fr 1fr;    gap: 10px 15px;}.company-info ul li{        text-indent: -15px;    margin-left: 30px;}.production-lines-image-box {    grid-template-columns: repeat(2, 1fr);}.about-page.paragraphic-02 .about-image {    position: absolute;    right: 5%;    width: 40%;    bottom: 10%;}.article4 .layoutlist_7{    width: 95%;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    .feature-block .RWDService001 {        width: 90%;        border-top: #dfdfdf solid 1px;        padding: 2rem 0 0;    }    .ft-bottom .lf-box {        display: flex;        flex-direction: column;        justify-content: flex-start;        flex-wrap: wrap;        align-items: flex-start;    }    .ft-bottom .lf-box>div {        margin-left: 0px;    }    .ft-bottom .lf-box .model::before {        display: none;    }    .feature-item {        grid-template-columns: 80px 1fr;    }    .feature-icon span {        padding: 10px;    }.about-page.paragraphic-02 .about-text,    .about-page.paragraphic-01 .about-bg img {        height: 45vw;    }}/*--中文版--*/@media screen and (min-width: 992px) and (max-width: 1100px){.lang_tw .about-page.paragraphic-01 .about-bg img {height: 48vw;}}@media (max-width: 1100px) {.lang_tw .production-lines-top .description {max-width: 85%;}}@media screen and (min-width: 601px) and (max-width: 1100px){.lang_tw.page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title{font-size: calc(var(--FontSizeMain_tw)*1.2);}}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
.RWDmenu_plus04 .features {    width: auto;}/* 匯入內頁版面寬度80%*//*main*//*產品內頁-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}/*文章列表-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;}.article5 .layoutlist_8 .item{        gap: 0px 2rem;}.production-lines-top .image, .production-lines-top .image img {    height: 50vw;}.about-page .container-100 {    grid-template-columns: 5% 50% auto;}.about-page.paragraphic-02 .about-image {    position: absolute;    right: 2%;    width: 40%;    bottom: 21%;}.feature-box {    width: 100%;}.btn.btn_back a:hover{        color: var(--btn-main-hover-color) !important;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
.RWDmenu_plus04 .features .edit {    display: none;}.mobile-link {    display: block;}/*標題*/ 
.titlebar,.RWDService001 .section-subject {    text-align: center;}.titlebar .main-tit,.RWDService001 h1.main-title {    font-size: clamp(3rem, 2.0266rem + 3.9933vw, 3.7rem);}.titlebar .sub-tit,.RWDService001 h2.sub-title {    font-size: 20px;}/*Service001服務項目*/ 
.service-block .leftbox {    width: 90%;    padding-right: 0;}.service-block .RWDService001 .col-sm-6 {    width: calc(100%/1) !important;    float: none !important;}.service-block .service-block .leftbox {    padding-top: 5rem;    padding-bottom: 3rem;}.service-block .service-block .rightbox {    height: 44vw;}.service-block .service-block .service_people {    bottom: -6.9vw;    left: -4vw;    width: 68vw;    height: 59vw;    right: auto;}.feacenter.feainbox {    width: 60%;}.fealeft.feainbox,.fearight.feainbox {    width: 100%;}/*location*/ 
.location-block .container {    width: 100%;    padding: 0;}.location-block .global-pic {    width: 124%;    position: relative;    left: 50%;    transform: translateX(-50%);}/*footer*/ 
.ft-logo {    padding-bottom: 2rem;    border-bottom: #f1f1f1 solid 1px;}.footer-block .ft-left ul {    display: flex;    flex-direction: column;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;}.footer-block .ft-left ul li {    width: 100%;    margin: 0 0 0.8rem !important;}.ft-bottom {    display: flex;    align-items: flex-start;    flex-wrap: wrap;    flex-direction: column-reverse;    justify-content: flex-start;    padding-bottom: 6rem;}.ft-bottom .lf-box,.ft-bottom .rg-box {    width: 100%;    display: flex;    justify-content: flex-start;}.ft-bottom .rg-box {    margin: 0 0 1rem;}/*231211修改*/ 
.RWDmenu_plus04 .header {    padding: 10px 3% 10px 3%;}.feature-block::before {    width: 45vw;    height: 21vw;    bottom: -2%;}/* 20231225 */ 
.banner-block .RWDbanner_plus01 .logo {    width: 50vw;}.RWDbanner_plus01 .slick-caption.txt-left {    text-align: center;}.RWDbanner_plus01 .slick-caption {    top: 14%;}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0 0 20px;}.hgroup .container {    margin: 0 0 50px;}.hgroup .page_subject {    text-align: center;}.page_wrapper_bg .hgroup h1 {    margin: 0 0 20px;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.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% / 3 - 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;}.company-info ul {    grid-template-columns: 1fr;    gap: 5px;}.article5 .layoutlist_8 .item {    grid-template-columns: 25% auto 15%;}.article5 .layoutlist_8 .listdate .yearmonth {    font-size: 14px !important;}.article5.articlelist .page_wrapper_bg section.call_to_action>.container {    padding: 0 20px;}.article5 .layoutlist_8 {    grid-gap: 4rem;}.article5 .layoutlist_8 .item:not(:last-of-type)::before {    bottom: -2rem;}.about-page .container-100 {    grid-template-columns: 1fr;}.about-page.paragraphic-01 .about-bg-pc {    display: none;}.about-page.paragraphic-01 .about-bg-pad {    display: block;}.about-page.paragraphic-02 .about-image,.about-page.paragraphic-01 .about-bg {    grid-area: 2 / 1 / 2 / 4;}.about-text {    padding-bottom: 1rem;    width: 80%;    margin: auto;}.page_wrapper_bg .about-page.paragraphic-02 h3.page-section-sub-title,.about-text .section-title {    text-align: center;}.about-page.paragraphic-02 .about-image {    position: relative;    right: unset;    width: 80%;    margin: auto;    bottom: unset;    padding-bottom: var(--SectionPadding);}.about-page.paragraphic-02 .container-100::after {    width: 75vw;    right: -15%;}.articlelist .page_wrapper_bg section.call_to_action>.container {    width: 100%;    padding: 0 15px;}.bottle-image {    width: 60%;}.article4 .layoutlist_7 .litem {    width: calc(100%/3) !important;}.article5.articlelist .page_wrapper_bg section.hgroup {    top: -40px !important;}:is(.article2.articlelist, .article4.articlelist, .article5.articlelist) .webdesc {    margin-bottom: 4rem;}.article5.articlelist .webdesc {    top: -140px;}.article5.articlecontent .page_wrapper_bg section.hgroup {    top: -110px !important;}.about-page.paragraphic-02 .about-text{    height: auto;}.feature-item {    grid-template-columns: 70px 1fr;}.feature-title {    font-size: 17px;}/*--中文版--*/ 
.lang_tw.page_wrapper_bg .about-page.paragraphic-01 h2.page-section-main-title {left: 0;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
.feature-block .RWDService001 .col-sm-6 {    width: calc(100%/4) !important;    margin: 0 0 15px;}/* 匯入內頁版面寬度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;}.company-title {    font-size: 22px;    margin-bottom: 1.5rem;}.production-lines-top .image, .production-lines-top .image img {    height: auto;}.article4 .layoutlist_7 {    width: 100%;}.about-text{    width: 85%;}.articlelist .page_wrapper_bg section.call_to_action>.container {    padding: 0;}.article5.articlelist .page_wrapper_bg section.call_to_action>.container {    padding: 0;}.feature-box {    grid-template-columns: 1fr;    grid-template-areas:        "bottle-image"        "feature-item-01"        "feature-item-02"        "feature-item-03"        "feature-item-04"        "feature-item-05"        "feature-item-06";    width: 80%;    gap: 2rem;}.feature-item{    padding-bottom: 0;    border-bottom: 0;}.feature-box [data-aos="fade-left"],.feature-box [data-aos="fade-right"] {    -webkit-transform: unset !important;    transform: unset !important;}.feature-box [data-aos-delay="300"],.feature-box [data-aos-delay="600"],.feature-box [data-aos-delay="900"],.feature-box [data-aos-delay="1200"],.feature-box [data-aos-delay="1500"],.feature-box [data-aos-delay="1800"] {    transition-delay: 0.3s !important;}.production-lines-feature-content::before {    width: 45vw;    bottom: -7vw;}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
/*location世界*/ 
.location-block .titlebar {    width: 90%;    margin-left: auto;    margin-right: auto;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {margin-left: 0;margin-right: 0;}/*按鈕*/ 
.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%;}
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
/*767優勢特色*/ 
.feacenter.feainbox {    width: 80%;}.feainner {    width: 100%;    flex-direction: inherit;    display: flex;    align-items: center;}.fealeft.feainbox,.fearight.feainbox {    flex-wrap: wrap;}.feainner {    width: 90%;    flex-direction: inherit;    border: 0;    border-bottom: 1px solid #dfdfdf !important;    padding: 15px 0 15px;    margin: 0 auto 15px;    grid-column-gap: 30px;}.fearight .feainner:last-child {    border-bottom: 0 !important;}.feainner .fimg {    margin: 0;    width: 100px;}.ftxt {    width: calc(100% - 120px);}.featuress {    padding: 80px 0 60px;}.feature-block .RWDService001 {    border: 0;    padding: 0;    margin: 2rem auto 0;}/* 20231225 */ 
.RWDbanner_plus01 .slick-caption {    top: 15%;}/* 匯入內頁版面寬度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 .item {    border-bottom: 0;}.layoutlist_8.rwd .list_img+.list_subject {    margin-top: 10px;}.layoutlist_8 .list_subject {    padding-left: 0;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}/*左右圖文輪播PAD*/@media screen and (min-width: 415px) and (max-width: 767px) {    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column    }    .RWDslider01 .text {        width: 100%    }    .RWDslider01.pic-right .pic-list {        padding: 0;    }    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column;        width: 90%;        margin: auto;        padding: 0 !important    }    .RWDslider01 .pic-list {        width: 100%;        padding: 0;        margin: auto;        float: none !important    }    .RWDslider01.pic-right .control-box {        left: 50%;        transform: translateX(-50%);        text-align: center;        right: auto    }    .RWDslider01 .control-box {        right: auto;        left: 50%;        transform: translateX(-50%)    }}/*文章列表頁籤*/ 
.tab_content {    margin-top: 20px}/*文章頁籤修正*/ 
.tab {    padding: 20px 0;}.tab.open .tab_title {    margin: 0 0 20px;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 15px 0}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.RWDproduct_page .faq-item .editor {    padding: 30px}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/2);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/2 - 1px);}#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}#product .layoutlist_5.layoutlist .col-sm-4 {    width: calc(100% / 2 - 1px);}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: 100%;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}.RWDproduct_page .btn-other li button {    text-align: left}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 2 - 1px) !important;    padding: 0 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 100px}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 15px;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}.download5 .search-container {    margin: 10px 0 0;}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#video .layoutlist_2 .video_item {    width: calc(100% / 2 - 1px);}/*購物車呼籲置底*/#mobile-fixed .fixed-bottom .price-box {    text-align: center;}#mobile-fixed .btn-box.step1 li,#mobile-fixed .btn-box.step2 li {    padding: 0 1px;}#mobile-fixed .btn-box .normal {    text-align: center;    padding: 10px 0;    font-size: 15px !important;}#mobile-fixed .btn-box ul {    display: flex;}.feature-box{    width: 90%;}.bottle-image {    width: 70%;}.bottle-image::before {    top: 55%;}.article5 .layoutlist_8 .item {    grid-template-columns: 1fr;        grid-template-areas:         "list_img"        "list_subject"        "listdate";        grid-template-rows: auto;}.article5 .layoutlist_8 {    grid-gap: 3rem 2rem;    grid-template-columns: 1fr 1fr;}.article5 .listdate {    padding: 0;    border: 0;    aspect-ratio: unset;    flex-direction: row;        justify-content: flex-start;    gap: 0;}.article5 .layoutlist_8 .listdate .yearmonth,.article5 .layoutlist_8 .listdate .day{    font-weight: 400;    font-size: 12px !important;    color: #212121;    letter-spacing: 0 !important}.layoutlist_8.rwd .listdate {    margin: 0;}.article5 .layoutlist_8 .item:not(:last-of-type)::before{    display: none;}.eforms1 .page_wrapper_bg section.call_to_action>.container{        padding: 0;}.tab {    padding: 15px !important;}
}
/*767px end*/
/*600px start*/
@media (max-width: 600px) {
:root {    --pane-padding: 4rem 0;}.RWDfakeloader img {    width: 120px;}.RWDalert_fancybox.bottom {    width: 100%;    padding: 30px !important;}.page_wrapper_bg .RWDmenu_plus04 .header .logo a::before,.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 229px;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before,.RWDmenu_plus04 .header.is-up .logo a::before {    width: 229px;    height: 39.11px;    top: 15px;}.ml-stack-nav-toggle {    padding: 21px 45px 21px 15px;}.RWDmenu_plus04 .features {    margin: 7px 5px 0 0;}/*按鈕*/a.button,.RWDbtn01 .btn {    width: 100%;    margin: 0;}/*標題*/ 
.titlebar,.RWDService001 .section-subject .col-md-12 {    margin: 0 0 3rem;}.titlebar .main-tit,.RWDService001 h1.main-title {    font-size: clamp(2rem, 1.4286rem + 2.8571vw, 2.5rem);}.titlebar .sub-tit,.RWDService001 h2.sub-title {    font-size: 18px;    margin: 15px 0;}.titlebar p {    margin: 10px 0 0;}.titlebar p br {    display: none;}/*服務項目*/ 
.service-block::before {    height: 100vw;}.service-block .RWDService001 .boxFeature-2 h2 {    font-size: 20px;}.service-block .service_people {    width: 81vw;    height: 69vw;    left: -31px;}.service-block .leftbox {    padding-bottom: 1rem;}.service-block .RWDService001 .boxFeature-2 {    grid-template-columns: 70px 1fr;}.service-block .RWDService001 i {    width: 60px;    height: 60px;}.service-block .RWDService001 i img {    width: 36px;}.service-block .rightbox {    height: 68vw;}/*600優勢特色*/ 
.feature-block .titlebar {    margin: 0 0 1rem;}.feacontent {    margin: 2rem 0 0;}.featuress {    padding: 60px 0;}.featuress .indexttl h2 {    font-size: 60px;}.feacenter.feainbox {    width: 100%;    margin: 0 0 2rem;}.feainner {    width: 100%;    grid-template-columns: inherit;    justify-content: space-between;    grid-column-gap: 0;    display: flex;}.feainner .fimg {    width: 70px;    min-width: 70px;}.feature-block .cloud-bg .fea_cloud-01 {    top: 50vw;}.feature-block .cloud-bg .fea_cloud-02 {    top: 70vw;}.feature-block::after {    width: 59vw;    height: 25vw;    top: 40%;    left: -22vw;    bottom: auto;}.ftxt {    width: calc(100% - 100px);}.feature-block .RWDService001 i {    width: 68px;}.feature-block .RWDService001 .col-sm-6 {    width: calc(100%/3) !important;}/*pro*/ 
.pro-block {    padding: 3rem 0 0;}/*location*/ 
.location-block .RWDbtn01 .btn {    width: 90%;}/*231211修改*/ 
.location-block::after {    width: 60vw;    height: 29vw;    top: auto;    bottom: -12%;    right: -12%;}.service-block .service_main-pic {    left: 2%;    width: 82vw;    height: 70vw;}.service-block .service_main-pic {    bottom: -10vw;}/* 20231225 */ 
.banner-block .RWDbanner_plus01 .logo {    width: 70vw;}.RWDbanner_plus01 .slick-caption>.container {    width: 100%;}.banner-block .RWDbanner_plus01 .logo {    width: 85%;}/* 匯入內頁版面寬度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 .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;}/*文章列表樣式-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;}.articlelist .page_wrapper_bg section.call_to_action>.container {    padding: 0 10px;}.article2.articlelist .page_wrapper_bg section.call_to_action>.container {    padding: 0 10px;}.article4 .page_wrapper_bg section.call_to_action::after,.article4 .page_wrapper_bg section.call_to_action::before {    width: 125vw;}:is(.article2.articlelist, .article4.articlelist, .article5.articlelist) .webdesc {    margin-bottom: 3.5rem;    width: 100%;}.production-lines-image-box {    grid-template-columns: 1fr;}.visible-xxs {    display: block;}.feature-box {    width: 95%;}.bottle-image {    width: 85%;}.about-page.paragraphic-02 .container-100::after {    width: 100vw;    right: -25%;}.about-page.paragraphic-02 .about-image {    width: 100%;}.article5 .layoutlist_8 {    grid-gap: 2rem;    grid-template-columns: 1fr;    padding: 1.5rem;}.article5.articlecontent .article-text .container {    padding: 1.5rem 0.5rem;}.article5 .page_wrapper_bg section.call_to_action>.container {    margin-top: -145px;    padding: 0 20px;}.inner-banner .RWDbanner_plus01 .slick-item,.inner-banner .RWDbanner_plus01 .slick-item .pic img,.inner-banner .RWDbanner_plus01.inpage>.RWDbanner_plus01>.pic img {    height: 290px !important;}.article5.articlecontent .page_wrapper_bg section.hgroup {    top: -95px !important;}.article5.articlelist .page_wrapper_bg section.hgroup {    top: -45px !important;}.article4 .layoutlist_7 .litem {    width: calc(100%/2) !important;    padding: 1rem !important;}.feature-item {    grid-template-columns: 65px 1fr;    gap: 1rem;}.feature-title {    font-size: 16px;}.eforms1.eformscontent .layoutlist_1 {    width: 95%;}.form-horizontal .form-group {    width: 100%;}.article2 section.call_to_action::before {    background-size: contain;    top: unset;    bottom: 0;    aspect-ratio: 128/65;    height: auto;}.ebtn a{    margin-top: 2rem;}.production-lines-top .text {    margin: 3rem 0;}.about-page.paragraphic-01 .about-bg img {    height: 250px;}/*--中文版--*/ 
.lang_tw .titlebar .main-tit, .lang_tw .RWDService001 h1.main-title {font-size: clamp(2rem, 1.4286rem + 2.8571vw, 2.5rem);letter-spacing: 2px;}.lang_tw .production-lines-top .description {max-width: 100%;}.lang_tw .mobile-link .RWDedictor a {font-size: 1rem;}
}
/*600px end*/
/*575px start*/

/*會員註冊變更位置*/@media (max-width: 575px) {    .login_box_footer {        position: relative;        padding: 20px 0 0;        margin: 20px 0 0;    }}

/*575px end*/
/*480px start*/
@media (max-width: 480px) {
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;}.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    margin: 13px 0 0;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before,.page_wrapper_bg .RWDmenu_plus04 .header .logo a::before {    top: 10px;}.page_wrapper_bg .RWDmenu_plus04 .logo,.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo {    margin: 0;}.RWDmenu_plus04 .features .search-btn {    padding: 17px 12px;}.RWDmenu_plus04 .header.is-up .logo a::before {    top: -2px;}.ml-stack-nav-toggle {    width: 28px;    padding: 28px 14px;}.RWDmenu_plus04 .features .search-btn {    padding: 10px 12px;    margin-right: 15px;}/*231211修改*/ 
.feature-block::before {    width: 50vw;    height: 24vw;    bottom: -1.5%;}.location-block::after {    bottom: -6%;}/* 匯入內頁版面寬度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;}.production-lines-feature-bg .RWDparallax_new .picbgbox {    background-size: 120% !important;}.production-lines-top .text .page-section-main-title {    text-align: center;}.feature-box {    width: 100%;}.production-lines-content .container-80,.production-lines-features .container-80 {    width: 85%;}.page_wrapper_bg section.hgroup .container {    margin: 0rem 0rem 2rem 0rem !important;}.articlecontent .page_wrapper_bg section.call_to_action>.container {    padding: 0 20px;}.form-logo {    width: 80%;}.bannrer-bg {    height: 160px;}.company-info ul li i {    margin: 0 10px 0 0;}/*--中文版--*/ 
.lang_tw .eformsDesc .form-bottom,.lang_tw .eformsDesc .eformsForm {    padding-right: 25px;    padding-left: 25px;}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    .banner-block .RWDbanner_plus01 .slick-caption,    .banner-block .container {        width: 100%;    }      /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before,.page_wrapper_bg .RWDmenu_plus04 .header .logo a::before,.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 183px;}.RWDmenu_plus04 .header.is-up .logo a::before {    top: 1px;    width: 183px;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo a::before {    top: 10px}.footer-block .container {    width: 90%;}/* 匯入內頁版面寬度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;}.feature-title {    font-size: 15px;}.feature-item {    grid-template-columns: 60px 1fr;}.eformsForm,.form-bottom {    padding: 1.5rem 1rem;}.company-info ul,.company-info ul a,.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav {    font-size: 15px;}.lang_tw .eformsDesc .form-bottom,.lang_tw .eformsDesc .eformsForm {    padding-right: 0;    padding-left: 0;}.eforms1.eformscontent .lang_tw .layoutlist_1,.lang_tw .eformsForm,.lang_tw .form-bottom {    background: transparent;}.lang_tw .eformsForm,.lang_tw .form-bottom {    padding: 1.5rem 0rem;}/*240503 設計師檢測修改*/ 
.service-block .RWDService001 .col-sm-6 {    padding-left: 0;    padding-right: 0;}.service-block .RWDService001 .boxFeature-2 {    display: flex;    flex-direction: column;    align-items: center;    gap: 15px;}.service-block .RWDService001 p {    text-align: center;}
}
/*380px end*/