/* all */body {    font-family: 'Lato', 'Noto Sans TC', sans-serif;    font-weight: 300;    letter-spacing: 1px;}.index {    background: #f5f5f5;}.index .main {    overflow-x: hidden;}a,a:hover,a:focus {    color: #83d8c7;    text-decoration: none;    transition: all 0.5s ease-out;}p {    letter-spacing: 1px;    color: #5f6368;    line-height: 1.8;    font-weight: 300;    font-size: 16px;}.index ul li:last-of-type {    margin-bottom: 0 !important;    padding: 0 !important;    border: 0 !important;}/* 反白顏色設定*/::selection {    background: #11203f;    color: #fff;}::-moz-selection {    background: #11203f;    color: #fff;}:root {    --main-color: #11203f;    --pane-padding: 5px 42px;    --en-font-style: 'Lato', sans-serif;}.img-responsive {    width: 100%;}.d-lg-none {    display: block;}.d-xl-none {    display: none;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*/ 
.RWDfakeloader img {    width: 150px;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*按鈕*/a.btn-style {    background: #FF7400;    margin: 0px auto 0px;    width: 234px;    height: 53px;    line-height: 53px;    font-weight: 500;    color: #212121 !important;    display: block;    position: relative;    z-index: 99;    padding-left: 20px;    text-align: center;    font-size: 16px;    border: 1px solid #FF7400;    border-radius: 99em;    overflow: hidden;    display: flex;    justify-content: center;    align-items: center;}a.btn-style::before {    content: '';    background: url(archive/image/customization/arrow-icon.webp) no-repeat;    width: 19px;    height: 19px;    position: absolute;    left: 52px;    top: 18px;    background-size: 100% auto;    filter: brightness(0) invert(1);}a.btn-style::after {    content: "";    background: transparent;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*hover*/a:hover.btn-style {    color: #fff !important;    border: 1px solid #ff9700;}a:hover.btn-style::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #ff9700;}/*行動呼籲*/ 
.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: #FF7400;}.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: 23px 12px}.RWDmenu_plus04 #search-box.full .form-control {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .search-in {    max-width: 900px}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    width: 100%;    padding: 30px 60px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    z-index: 9999 !important;}.RWDalert_fancybox.bottom {    z-index: 999;    box-shadow: 0px -3px 3px rgb(51 51 102 / 20%);    padding: 5px 60px 15px !important;    text-align: center;    letter-spacing: 1px;    position: fixed;    bottom: 0;    left: 0;    right: 0;    background: #fff !important;    color: #212121 !important;}.RWDalert_fancybox.bottom .editor,.RWDalert_fancybox.bottom .btn-box {    display: inline-block;}.RWDalert_fancybox.bottom .editor {    font-size: 15px;    margin-bottom: 8px;}.RWDalert_fancybox .btn.active {    border-radius: 3px;    margin-top: 20px;    background: #74dcdd !important;    border: 0px !important;    display: block;    padding: 5px 50px;    color: #fff !important;    font-size: 15px;}.RWDalert_fancybox.bottom a {    border-bottom: #ddd dotted 1px;    color: #555;}/*主標題*/ 
.titlebar {    text-align: center;}.titlebar h1 {    color: #000;    font-size: clamp(1.5625rem, 1.3839rem + 0.8929vw, 2.8125rem);    font-weight: 700;    letter-spacing: 2px;    margin-top: 0px;}.titlebar h2 {    color: #484848;    font-size: 24px;    font-weight: 400;    letter-spacing: 1px;    margin: 0px 0 5rem;    line-height: 1.5;}.titlebar .en-tit {    font-size: clamp(1.75rem, 1.3929rem + 1.7857vw, 4.25rem);    color: #83d8c7;    font-weight: 700;    margin: 0 0 2rem;    font-family: var(--en-font-style);    line-height: 1;    text-transform: uppercase}.titlebar p {    color: #555;    font-size: 18px;    text-transform: uppercase;    font-weight: 300;}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 154px;    margin-top: 15px;    transition: all 0.5s ease-out;    z-index: 0;    position: relative;}/* .RWDmenu_plus04 .logo::before {    content: '';    background: #f5f5f5;    position: absolute;    top: -20px;    left: 50%;    width: 124%;    height: 141%;    display: block;    z-index: -1;    transform: translateX(-50%);} */ 
.RWDmenu_plus04 .site-nav .menu {    text-align: right;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: 'Noto Sans TC', sans-serif;    font-size: 16px;    color: #fff;    font-weight: 300;    text-transform: uppercase;}.lang-select-label{font-weight: 400;}/*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: #80dad0;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 2px;    background: #80dad0;    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;}.lang-select-options a:hover, .lang-select-options a:hover *{    font-weight: 400;}/*header下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu li {    text-align: center;}.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    position: absolute;    right: 5px;    border-color: #fff;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu ul li>a {    padding-right: 0px;    padding-left: 0;}.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #80dad0;}/*header icon*/ 
.RWDmenu_plus04 .features {    width: 410px;}.RWDmenu_plus04 .features .lang-select,.RWDmenu_plus04 .features .language-block,.RWDmenu_plus04 .features .search-btn {    float: left;}.lang-select-label,.RWDmenu_plus04 .features .search-btn {    padding: 15px 20px;}.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: #fff;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;    filter: brightness(0) invert(1);}.RWDmenu_plus04 .features .edit {    float: right;}.RWDmenu_plus04 .features .edit a.btn-style {    color: #fff !important;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: #f5f5f5;    padding-bottom: 0;}.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a {    color: #212121;}.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:hover {    color: #80dad0;}.RWDmenu_plus04 .header.is-up .logo {    width: 180px;    margin-top: 10px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .logo img {    display: none;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .logo a::before {    content: '';    background: url(archive/image/customization/logo_hover.webp) no-repeat;    position: absolute;    left: 0;    top: -4px;    display: block;    width: 239px;    height: 60px;    background-size: 100% auto;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .features .cart-btn,.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 .ml-stack-nav-toggle__line {    background: #212121;}.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: initial;}.RWDmenu_plus04 .header.is-up .lang-select-label:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.is-active>a:after {    border-color: #555;}.RWDmenu_plus04 .features .edit a:hover.btn-style,.RWDmenu_plus04 .header.is-up .features .edit a:hover.btn-style {    color: #fff !important;}.RWDmenu_plus04 .features .edit a:hover.btn-style::before,.RWDmenu_plus04 .header.is-up .features .edit a:hover.btn-style::before {    filter: brightness(0) invert(1);}.RWDmenu_plus04 .features .lang-select:hover .lang-select-label i,.RWDmenu_plus04 .lang-select:hover .lang-select-label {    color: #80dad0;}.RWDmenu_plus04 .header.is-up .lang-select-label:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:after {    border-color: #a69e9e;}/*漢堡選單基本設定*/ 
.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: linear-gradient(135deg, rgb(21 48 95) 0%, rgba(18, 117, 113, 1) 100%);}.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;    overflow: hidden;}.banner-block .RWDbanner_plus01 .slick-caption {    top: unset;    bottom: 30%;}.banner-block .container {    width: 75%;    position: relative;}.banner-block .RWDbanner_plus01 .logo {    position: absolute;    top: -100%;    left: -1%;    transition: all 0.5s ease-out;    width: 35%;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(1.875rem, 1.0887rem + 3.2258vw, 6.25rem);    color: #fff;    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    font-weight: 700;    font-family: 'Bebas Neue', sans-serif;    line-height: 1;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    color: #fff;   font-size: clamp(1.5625rem, 1.4502rem + 0.4608vw, 2.1875rem);    position: relative;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 span span {    content: "";    background: rgb(255 255 255 / 50%);    position: absolute;    width: 2vw;    height: 1.5px;    top: 17.5%;    margin: 0 0 0 1rem;    transform: translateY(-50%);}.banner-block .RWDbanner_plus01 .page-scroll {    width: auto;    margin-left: 0;    bottom: 5%;    left: 12%;    transform: translateX(0%) translateY(-50%);}.banner-block .RWDbanner_plus01 .page-scroll {    left: 12%;    transform: translateX(-50%);    transform: translateX(0%) translateY(-50%);}.RWDbanner_plus01 .page-scroll.style03 a span {    background: #fff;}.RWDbanner_plus01 .page-scroll.style03 a span::after {    border-left: 1px solid #212121;    border-bottom: 1px solid #212121;}.banner-block .RWDbanner_plus01 .slick-item.slick-active .pic-box .pic img {    -webkit-animation-name: zoomOut01;    animation-name: zoomOut01;    -webkit-animation-duration: 15s;    animation-duration: 15s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: transparent;    border: 0;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: #fff;}/*banner過場*/ 
.banner-block .RWDparallax_new {    overflow: hidden;    background: #071b24;    height: 16.5vw;}.banner-block .picbgbox {    width: 95% !important;    float: right;    border-radius: 9em 0px 0px;    overflow: hidden;    height: 600px !important;    background-size: contain}/*banner線調*/ 
.banner-block .RWDedictor {    position: absolute;    top: 0;    right: -25px;    height: 100%;    pointer-events: none;}.banner-block .RWDedictor>div,.banner-block .RWDedictor img {    object-fit: cover;    height: 100%;    width: 100%;}/*關於我們*/ 
.about-block {    padding: 0;    background: #f5f5f5;    overflow: hidden;    position: relative;    z-index: 0;}.about-block::before {    content: '';    background: url(archive/image/customization/cp-bg-logo.webp) no-repeat;    background-size: 100% auto;    position: absolute;    top: -18%;    left: -8%;    width: 24vw;    height: 24vw;    z-index: -1;    display: block;    opacity: .8;    filter: grayscale(1);}.about-block .titlebar {    text-align: left;    position: relative;}.about-block .titlebar .en-tit, .about-block .titlebar h1 {    filter: drop-shadow(3px 4px 3px rgba(0,0,0,.1));}.about-block .container {    display: grid;    grid-auto-flow: column;    position: relative;    align-items: stretch;    justify-content: space-between;    flex-direction: row;    padding: 8rem 10rem 8rem 0;    grid-template-columns: 55% auto;    width: 90%;    float: right;}.about-block .container::before,.about-block .container::after    {    display: none;}.about-block .ab-right,.rightbox,.ab_pic,.ab_pic img{    height: 100%;    object-fit: cover;}.about-block .ab-left {    position: relative;}.about-block .ab-right {    display: flex;    justify-content: flex-end;}/* .about-block .titlebar .en-tit {    position: absolute;    left: -108px;    writing-mode: vertical-lr;    margin-right: 15px;    top:0%;    white-space:nowrap; }.about-block .titlebar .en-tit::before {    content: '';    width: 1px;    height: 200%;    position: absolute;    right: -15px;    top: 0;    display: block;    background: #dfdfdf;    height: 200%;} */ 
.about-block .titlebar h2 {    font-size: 24px;    font-weight: 600;}.about-block .stylebox {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;}.about-block .stylebox .leftbox {    width: 75%;    position: relative;    z-index: 0;}.about-block .stylebox .leftbox {    padding: 0 0 0 35px;}.about-sitemap {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;    margin: 3rem 0 5rem;    width: 85%;}.about-sitemap a {    width: calc(100%/2 - 20px);    color: #000;    display: flex;    align-items: center;    justify-content: flex-start;    background: linear-gradient(to right, rgb(229 240 240) 0%, rgb(229 240 240) 100%);    border-radius: 50px;    margin: 10px;    position: relative;    padding: 13px 3rem;    font-size: 19px;    z-index: 2;    font-weight: 400;}.about-sitemap a::after {    content: '';    background: #338281;    position: absolute;    left: 0;    top: 0;    width: 0;    height: 100%;    border-radius: 50px;    z-index: -1;    transition: .5s;}.about-sitemap a:hover::after{    width: 100%;    transition: .5s;}.about-sitemap a:hover img{    filter: brightness(100) invert(1);    transition: .5s;}.about-sitemap a img{    width: 19px;    margin-right: 10px;}.about-sitemap a:hover,.about-sitemap a:focus {    color: #fff;}/*認證*/ 
.certified-block {    left: 58px;    position: relative;    width: 70%;}.certified-block .RWDbanner008__a {    transition: inherit;    margin: 0 3rem;}/*產品*/ 
.pro-block {    background: #fafafa;}.pro-block .container,.investors-block .container {    padding: 8rem 0;    width: 65%;}.pro-block .RWDService002 {    position: relative;    z-index: 1;    padding: 0;}.pro-block .RWDService002 .section-subject.row {    display: none;}.pro-block .RWDService002 .container {    width: 100%;    padding: 0;}.pro-block .funny-boxes.not-right-column::before,.pro-block .funny-boxes.float-shadow>.funny-boxes-icon::before {    display: none;}.funny-boxes.float-shadow:hover > .funny-boxes-icon {    transform: translateY(-15px);}.pro-block .funny-boxes {    background: #fff;    box-shadow:        0px 2.2px 3.6px rgba(0, 0, 0, 0.035),        0px 6px 10px rgba(0, 0, 0, 0.05),        0px 14.5px 24.1px rgba(0, 0, 0, 0.065),        0px 48px 80px rgba(0, 0, 0, 0.1);    padding: 2rem 0;}.pro-block .funny-boxes.float-shadow>.funny-boxes-icon a {    color: #000;}.pro-block .funny-boxes.float-shadow>.funny-boxes-icon a:hover {    color: #83d8c7;}.pro-block .funny-boxes-text {    width: 80%;    margin: 0 auto;}.pro-block .funny-boxes.float-shadow>.funny-boxes-icon {    margin-bottom: 0;}.pro-block .funny-boxes>.funny-boxes-text>h4 span,.pro-block .funny-boxes>.funny-boxes-text>h4 a {    color: #000;    font-weight: 500;    margin-bottom: 15px;    font-size: 22px;}.pro-block .funny-boxes:hover>.funny-boxes-text>h4 a {    color: #83d8c7;}.pro-block .funny-boxes>.funny-boxes-text>h4 span {    margin-bottom: 15px;}.pro-block .funny-boxes>.funny-boxes-text>h4::after {    background: #dfdfdf;    left: 50%;    width: 100%;    bottom: 0px;    transform: translateX(-50%);    margin-left: 0;}.pro-block .funny-boxes>.funny-boxes-text>p {    margin-bottom: 0;    font-size: 16px;}.pro-block .flipInY {    animation: inherit;}/*投資人專區*/ 
.investors-block {    background: #f5f5f5;    position: relative;    z-index: 0;}.investors-block::before {    content: '';    background: url(archive/image/customization/cp-bg-logo.webp) no-repeat;    background-size: 100% auto;    position: absolute;    left: 53%;    width: 19vw;    height: 23vw;    z-index: -1;    display: block;    top: -44%;    opacity: .8;    filter: grayscale(1);}.investors-block .RWDService001 .section-subject.row {    display: none !important;}.investors-block .RWDService001 i {    position: relative;}.investors-block .RWDService001 i::before {    content: '';    background: #83d8c7;    border-radius: 99em;    position: absolute;    top: 50%;    left: 50%;    transform: translateX(-50%) translateY(-50%);    display: block;    opacity: 0;    width: 220px;    height: 220px;    z-index: -1;    transition: all 0.5s ease-out;}.investors-block .RWDService001 .boxFeature-2:hover i::before {    opacity: 1;    transition: all 0.5s ease-out;}.investors-block .RWDService001 .boxFeature-2:hover i img {    filter: brightness(0) invert(1);}.investors-block .RWDService001 .boxFeature-2:hover h2 {    color: #13325a;}.investors-block .RWDService001 i img {    width: 84px;}.investors-block .RWDService001 h2 {    text-align: center;    color: #000;    font-weight: 500;    font-size: 22px;    margin-top: 2rem;}.investors-block .row, .investors-block .row:after, .investors-block .row:before {    clear: inherit !important;    margin-right: 0;    margin-left: 0;}.investors-block .col-md-3 {    width: calc(100% / 5);}/*過場*/ 
.slogan-block {    position: relative;    height: 500px;    z-index: 1;}.slogan-block .container {    padding: 0;    width: 100%;}.slogan-block .infobox {    width: 65%;    margin: 0 auto;    position: absolute;    bottom: -135px;    left: 50%;    z-index: 0;    transform: translateX(-50%);    height: 400px;}.slogan-block .infobox .RWDedictor008,.slogan-block .infobox .transitions {    height: 100%;}.slogan-block .infobox .transitions {    display: flex;    align-items: center;    padding: 50px 6rem;}.slogan-block .infobox .transitions h1 {    color: #fff;    font-weight: 700;    line-height: 1.5;    margin: 0;}.slogan-block .infobox .transitions .cursive {    position: absolute;    right: -50%;    bottom: -35px;    z-index: 1;    transform: translateX(-50%);    width: 48vw;}.slogan-block .infobox .transitions .transitions-bg,.slogan-block .infobox .transitions .transitions-bg img {    object-fit: cover;    height: 100%;}.slogan-block .infobox .transitions .transitions-bg {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: -1;}.slogan-block .infobox .transitions .transitions-bg img {    width: 100%;}.slogan-block .info_bg {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 500px;    z-index: -1;    overflow: hidden;    background: rgb(15, 32, 61);}.slogan-block .RWDparallax_new .picbgbox {    height: 25vw !important;}.slogan-block .RWDparallax_new .editor {    width: 50%;    position: absolute;    left: 0;    bottom: 0;    display: block;    height: 100%;}.slogan-block .RWDparallax_new .editor>div,.slogan-block .RWDparallax_new .editor>div img {    object-fit: cover;    height: 100%;    width: 100%;    object-position: right center;}/*banner*/@keyframes zoomOut01 {    0% {        transform: scale(1.2);        -webkit-transform: scale(1.2);        -moz-transform: scale(1.2);        -o-transform: scale(1.2);        -ms-transform: scale(1.2);    }    100% {        transform: scale(1);        -webkit-transform: scale(1);        -moz-transform: scale(1);        -o-transform: scale(1);        -ms-transform: scale(1);    }}/* 230816修改 */ 
.RWDmenu_plus04 .header {    background: #fff;}.RWDmenu_plus04 .site-nav .menu>li>a {    color: #333;    font-weight: 400;}.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 {    border-color: #333;}.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: #333;}.RWDmenu_plus04 .features .btn-style {    background: transparent;}.RWDmenu_plus04 .features .btn-style::before {    background: url(archive/image/customization/arrow-icon-2.webp) no-repeat;    background-size: 100% auto;    filter: unset;}.RWDmenu_plus04 .features .edit a.btn-style {    color: #FF7400 !important;}.RWDmenu_plus04 .header.is-up .logo a::before {    width: 340px;    height: 60px;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    filter: unset;}p {    letter-spacing: 1px;    color: #3b3c3e;    line-height: 1.8;    font-weight: 400;    font-size: 18px;}.funny-boxes > .funny-boxes-icon{    height: 200px;    line-height: 200px;    width: 200px;}.investors-block .RWDService001 i img {    width: 180px;}/* 230828修改 */ 
.RWDmenu_plus04 .site-nav .menu>li>a{    font-size: 18px;}.lang-select-label {    font-size: 16px;}.lang-select-options a {    font-size: 16px;    font-family: 'Noto Sans TC', sans-serif;    font-weight: 400;}
/*footer start*/

/*footer*/ 
.footer-block {    background: rgb(21, 48, 95);    background: linear-gradient(135deg, rgb(21 48 95) 0%, rgb(18 102 117) 120%);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f203d', endColorstr='#305f5d', GradientType=1);    padding: 10rem 0 25px;    font-weight: 400;    position: relative;    overflow: hidden;}.footer-block::before {    content: '';    background: url(archive/image/customization/cp-bg-logo_white.webp) no-repeat;    display: block;    position: absolute;    bottom: -40%;    right: 3%;    width: 25vw;    height: 25vw;    opacity: 0.2;    background-size: 100% auto;}.footer-block .container {    width: 75%;    padding: 0;    display: grid;    grid-template-columns: 1fr 3fr;    gap: 2rem;    grid-auto-flow: row;    grid-template-areas:        "ft-top ft-top"        "ft-left ft-right";}.ft-top {    grid-area: ft-top;}.ft-left {    grid-area: ft-left;}.ft-right {    grid-area: ft-right;}.ft-top .underline{    display: flex;    justify-content: space-between;    align-items: flex-end;    border-bottom: 1px solid #cfcfcf33;    padding-bottom: 3rem;    margin-bottom: 3rem;}.footer-block .ft-right {    display: flex;    justify-content: flex-end;}.ft-logo,.ft-logo img{    width: 200px;}.footer-block,.footer-block a {    color: #fff;}.footer-block h4 {    font-weight: 700;    margin: 35px 0 3rem;    font-size: 2rem;    font-family: var(--en-font-style);    color: #fff;}.footer-block ul {    list-style: none;    margin: 0;    padding: 0;}.footer-block ul i {    margin-right: 15px;    font-size: clamp(1.5625rem, 1.3125rem + 1.25vw, 3.3125rem);}.underline ul {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-end;    align-items: flex-start;    width: calc(100% - 200px);}.underline ul li.tel {    width: 100% !important;    font-size: clamp(1.5625rem, 1.3125rem + 1.25vw, 3.3125rem);    font-weight: 600;    margin-bottom: 15px;    color: #fff;    display: flex;    justify-content: flex-start;    align-items: center;}.underline ul li.tel a,.underline ul li.tel i {    background: linear-gradient(180deg, #29c392, #45bfe6, #239ffd 100%);    background: -webkit-linear-gradient(180deg, #29c392, #45bfe6, #239ffd 100%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    text-transform: uppercase;    display: block;    line-height: 1;}/*頁尾按鈕*/ 
.footer-block a.btn-style {    color: #fff !important;    border: 1px solid #dbdbdb;    padding: 0;    margin-right: 15px;}.footer-block a.btn-style i {    font-size: 22px;}.footer-block a:hover.btn-style {    border: 1px solid #FF7400;}.footer-block .underline a.btn-style::before {    display: none;}.footer-block a.btn-style.pro-link {    background: #cc5802;    border: 1px solid #cc5802;}.footer-block a:hover.btn-style.pro-link {    border: 1px solid #ff9700;}.footer-block a:hover.btn-style.pro-link::after {    background: #ff9700;}.footer-block a.btn-style.contact-link {    background: #348281;    border: 1px solid #348281;}.footer-block a:hover.btn-style.contact-link {    border: 1px solid #36acaa;}.footer-block a:hover.btn-style.contact-link::after {    background: #36acaa;}.footer-block a.btn-style.recruiting-link {    background: transparent;    border: 1px solid #dfdfdf;    width: 180px;    padding: 0 0 0 15px;}.footer-block a.btn-style::before {    height: 25px;    left: 25px;    top: 17px;}.footer-block a:hover.btn-style.recruiting-link {    border: 1px solid #ff9700;}/*頁尾資訊*/ 
.footer-block .information ul li {    margin-bottom: 15px;}.footer-block .information ul li:nth-of-type(1),.footer-block .information ul li:nth-of-type(2) {    display: flex;}.footer-block .information ul li:nth-of-type(3) {    display: flex;    flex-wrap: wrap;}.footer-block .information ul li span {    font-weight: 700;    display: block;    color: #fff;    margin-bottom: 1px;    text-transform: uppercase;    padding-right: 15px;}.footer-block .information ul li a {    display: block;}.footer-block .information a.maplink {    padding-left: 25px;    position: relative;    margin-top: 15px;}.footer-block .information a.maplink::before {    content: '';    background: url(archive/image/customization/arrow-icon.webp)no-repeat;    width: 19px;    height: 19px;    position: absolute;    left: 0;    top: 3px;    background-size: 100% auto;    filter: brightness(0) invert(1);}.footer-block .information a:hover.maplink {    text-decoration: underline;}.ft-top {    width: 100%;}/*社群*/ 
.ft-social {    display: flex;    align-items: center;    justify-content: flex-start;    margin: 4rem 0 0;    gap: 15px;}.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: #fff;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}/*社群連結*//*sitemap*/ 
.sitemap {    width: 100%;}.sitemap .RWDedictor {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;    gap: 75px;}.sitemap ul {    width: calc(100%/5 - 60px);}.sitemap ul li.sitemap-tit {    padding-bottom: 15px;    margin-bottom: 25px;    border-bottom: 1px solid #cfcfcf33;    color: #fff;    font-weight: 500;    font-size: 18px;}.sitemap a:hover {    color: #fff;    text-decoration: underline;}/*copyright*/ 
.ft-bottom .container {    display: flex !important;    align-items: center !important;    flex-wrap: wrap !important;    font-size: 12px !important;    margin-top: 3rem !important;    font-family: '微軟正黑體', serif !important;    flex-direction: row !important;    gap: 0 !important;}.ft-bottom .container>div {    margin-right: 3px;}.ft-bottom,.copyright_desc a,.copyright_desc {    color: #dddddd8f;}/*gotop*/ 
.scrollTop002 .ii {    border-radius: 0;}

/*footer end*/
/*內頁 start*/

/* 匯入內頁版面寬度80%*//*a連結*/a {    text-decoration: none;}.page_wrapper_bg section.call_to_action a,.page_wrapper_bg section.call_to_action a:hover,.page_wrapper_bg section.call_to_action a:focus,.page_wrapper_bg section.call_to_action .btn,.page_wrapper_bg section.call_to_action .btn:hover,.layoutlist_3 .dbtn_v2,.layoutlist_3 .dbtn_v2:hover {    text-decoration: none;    transition: .5s;}.row {    margin-right: 0px;    margin-left: 0px;}.boxname {    margin: 0 10px;}/*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: 1rem;    letter-spacing: 0;    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)    }}/*搜尋*/ 
.RWDsearch_page .search-list {    margin-bottom: 40px !important;}.RWDsearch_page .list-img .name {    height: auto;}/*-------按鈕--------*/#panelCms .btn.btn-primary {    float: none;    border-radius: 5px !important;}/*重新填寫*/ 
.refill_btn {    display: none;}/*回上一頁按鈕*/ 
.btn {    font-size: 16px;}#article .btn.btn_back a,#album .btn.btn_back a {    padding: 10px 15px;    display: block;}.btn.btn_back {    margin-right: 0;    float: right;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: 60px;}.btn.btn_back a {    min-width: 180px;    padding: 10px 15px;    background: transparent;    color: var(--btn-main-hover-color);    transition: all 0.2s ease;    border: 1px solid var(--btn-main-hover-color);    line-height: 1;    border-radius: 50px;}.btn.btn_back a:hover {    border: 1px solid var(--btn-main-hover-color);    color: #fff !important;    background: var(--btn-main-hover-color);}/*確定送出*/ 
.ebtn {    padding: 0;    background: transparent;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;    float: right;    margin-right: 0;}.ebtn a {    display: block;    text-align: center;    min-width: 180px;    line-height: 1.5;    padding: 6px 30px !important;    margin-top: 20px;    color: #fff !important;    background: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: all .2s ease;    border-radius: 50px;}.ebtn a:hover {    background: var(--btn-sub-hover-color);    color: var(--btn-main-color) !important;    border-color: var(--btn-main-hover-color);    transition: all .2s ease;}.new-form .new-width .currectsend_btn a {    color: var(--btn-main-color) !important;    background: 0 0}.new-form .new-width .currectsend_btn a:hover {    color: #fff !important;    background: var(--btn-main-hover-color)}/*購物車按鈕*/ 
.RWDshopping .btn.bg1 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg1:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}.layoutlist_4 .showY br {    display: none;}.RWDshopping .btn.normal {    max-width: initial;}.page_wrapper_bg.lang_en .voucher-box .form-group .btn {    width: auto;}.RWDshopping .btn.bg2 {    border-radius: 0 !important;    transition: all 0.3s ease;    border: 1px solid #444 !important;    color: #fff !important;    background: #444 !important;}.RWDshopping .btn.bg2:hover {    background: #000 !important;    color: #fff !important;    border: 1px solid #000 !important;}.RWDshopping .btn.bg2 i {    transition: none;}.RWDshopping .btn.bg3 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg3:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    max-width: initial;}/*購物車v3按鈕*/ 
.RWDshopping_v3 .cartform-submit,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn,.RWDshopping_v3 .order-infobox .btn-row .links,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn,.payhint-modal .btn-row .gray33radius-btn {    background: var(--btn-main-color)}.RWDshopping_v3 .cart-fill .cart-list .info-pane .gray82empty-btn:hover,.RWDshopping_v3 .cartform-submit:hover,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn:hover,.RWDshopping_v3 .order-infobox .btn-row .links:hover,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn:hover,.payhint-modal .btn-row .gray33radius-btn:hover {    background: var(--btn-main-hover-color)}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);    background: 0 0}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn:hover {    background: var(--btn-sub-hover-color);    color: #fff}/*會員按鈕*/#join_form .btn {    padding: 6px 12px;    border-radius: 0;}#join_form .btn-link:hover {    text-decoration: none;}.memberlist .col-sm-9.col-md-9 .btn.btn-primary a,.memberlist .col-sm-9.col-md-9 .btn.btn-primary a:hover {    color: #fff !important;}#btn_member_login {    float: none;    background: #444;    color: #fff;    border: 1px solid #444;    padding: 6px 12px;}#btn_member_login:hover {    background: #000;    color: #fff !important;    border: 1px solid #000;}#join_form .btn-primary {    min-width: 180px;    float: none;    background: var(--btn-main-color);    color: #fff;    border: 1px solid var(--btn-main-color);}#join_form .btn-primary:hover,.shopping_viewlogin__submit:hover {    background: var(--btn-main-hover-color) !important;    color: #fff !important;    border: 1px solid var(--btn-main-hover-color);}.webbtn {    background: var(--btn-main-color)}.webbtn:hover {    background: var(--btn-main-hover-color)}.btn-primary,.shopping_viewlogin__submit {    background-color: #444;    border: 1px solid #444;    border-radius: 0 !important;    float: right;    margin-right: 0px;    font-size: 14px;    box-shadow: none;}.btn-primary a {    color: #fff;    font-size: 14px;}.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {    color: #fff !important;}.btn-primary:hover {    transition: all 0.3s ease;    color: #fff;    background-color: #000;    border-color: #000;}.btn-primary:active:hover,.btn-primary:active:focus {    background-color: #000;    border: 1px solid #000;}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {    color: #fff !important;    background-color: #000;    border-color: #000;    outline: none;}/*詢問車按鈕*/ 
.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn:hover {    transition: .5s;}/*忘記密碼 ＆重發認證信*/#div_forget_area * {    border-radius: 0 !important;}/*註冊*/ 
.join_form_btns {    text-align: right;}/*文章列表*/ 
.RWDslider01 .products-list .products-item .box {    display: flex;    align-items: center;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: row-reverse;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 60px !important;}/*文章列表-2*/#article .layoutlist_2 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 1.5 !important;}.subsubject {    font-size: 14px;    font-weight: 400;    line-height: 1.5;}.layoutlist_2 .listdate .yearmonth,.layoutlist_4 .listdate .yearmonth {    padding-bottom: 0;}.layoutlist_2 .item {    width: 100%;}.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*文章列表-3*/ 
.layoutlist_3.fn_article3 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 2 !important;}.layoutlist_3.fn_article3 .list_subject .summary a {    font-size: 14px !important;    font-weight: 400;    line-height: 2 !important;}/*文章列表-4*/#article .layoutlist_4 .item {    display: flex;    align-items: stretch;    border-bottom: 1px solid #eee;}#article .layoutlist_4 .list_subject a {    font-size: 17px !important;    font-weight: 700;    margin: 0 0 10px !important;    display: block;    line-height: 1.5 !important}#article .layoutlist_4 .list_subject .summary a {    font-size: 16px !important;    font-weight: 400;    line-height: 1.5 !important}#article .layoutlist_4 .listdate {    padding: 0 10px;    width: 90px;    border-left: 1px solid #eee}#article .layoutlist_4 .listdate .day {    font-size: 25px}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;    padding: 0}#article .layoutlist_4 .item .list_img {    padding-left: 0}#article .layoutlist_4 .list_subject {    width: calc(100% - 25% - 90px)}#article .layoutlist_4 .xrow.list {    height: auto;}/*文章列表-7*/#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    margin-top: 15px !important;    ;    margin-bottom: 10px !important;    ;}#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a {    font-size: 12px;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: 16px !important;    font-weight: 300;    line-height: 1.5 !important;}.layoutlist_7 .subject,.layoutlist_7 .subject a {    font-size: 18px !important;    font-weight: 500;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding-left: 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    font-size: 1.3rem;    line-height: 1.5;    display: block}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: 16px;    font-weight: 400;    line-height: 1.5;    color: #000}/*文章列表頁籤修正*/#article .tabs {    margin: 50px 0;}#article .tabs .content {    padding: 30px !important;    border-top: 1px solid #ccc !important;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 50px;}#product_tabs .content section {    border-top: 0;    margin: -10px 0 0;}/*相簿列表*/ 
.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: 16px;    letter-spacing: 1px;}.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;}/*檔案下載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;},#product>div.page_content1>div.product_top.row>div:nth-child(3) {    gap: 0 10px;}.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 25px;    font-weight: 700;    letter-spacing: 0;    line-height: 1.5;    margin: 0}/*產品A按鈕*/#btn_shopping {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color)}#btn_shopping:hover {    background: var(--btn-main-hover-color)}.fbtn {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}.fbtn:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}#btn_querycar {    border-radius: 0;    font-size: 14px;    background: var(--btn-sub-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}#btn_querycar:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}/*產品下拉樣式*/label.dd-option-text {    font-size: 14px !important;    line-height: 1 !important;    margin: 0 !important;    font-weight: 400;}.dd-option {    padding: 5px 10px;}/*產品B*/#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop,#mobile-fixed .btn-shop .btn.shop {    background: var(--btn-main-color);}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {    background: var(--btn-sub-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {    background-color: var(--btn-main-hover-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {    background-color: var(--btn-sub-hover-color);}#mobile-fixed .style-radio .form-radio,.RWDproduct_page .style-radio .form-radio {    border: 1px solid rgb(214, 214, 214);}#mobile-fixed .style-radio .form-radio.checked,.RWDproduct_page .style-radio .form-radio.checked {    border-color: #000;}.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {    color: #555;    font-size: 1rem;    letter-spacing: 1px;}/*產品列表樣式*/ 
.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {    margin: 0 0 40px;}.layoutlist_4 .pricearea {    text-align: left;    display: flex;    align-items: center;    letter-spacing: 0}.layoutlist_4 .fixprice {    font-size: 16px;    text-decoration: line-through;    margin: 0 5px 0 0;}.layoutlist_4 .sellprice {    color: #f10404;    font-weight: bold;}.layoutlist_4 .subject {    height: auto !important;    line-height: 1.5;    min-height: auto;    font-weight: 500;}#product .item .subject {    height: auto !important;}.productlist .layoutlist_4 .col-sm-4.col-md-4 {    margin: 0 0 30px;}.productlist .layoutlist_4 .product_list_item {    padding-bottom: 0;    border: 0;    height: auto !important;}.layoutlist_5 .product_list_item .list-btn_mobile,.layoutlist_5 .product_list_item .list-btn,.layoutlist_5 .product_list_item .buybtn {    background-color: var(--btn-main-color);}.layoutlist_5 .product_list_item .list-btn_mobile:hover,.layoutlist_5 .product_list_item .list-btn:hover,.layoutlist_5 .product_list_item .buybtn:hover {    background-color: var(--btn-main-hover-color);}.layoutlist_4 .buybtn {    background: var(--btn-main-color);    transition: .5s;}.layoutlist_4 .buybtn:hover {    background: var(--btn-sub-hover-color);    transition: .5s;}/*修正產品、文章預設列表排版*/ 
.productlist .layoutlist_2,.productlist .layoutlist_4,.productlist .layoutlist_5,.albumlist .layoutlist_2,.albumlist .layoutlist_4,.articlelist .layoutlist_2,.articlelist .layoutlist_4 {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}.sortbar {    float: none !important;    margin-bottom: 20px !important;    text-align: left !important;    width: 100%;    flex-wrap: wrap;}.sortbar a:hover {    color: #515151;}/*產品售價顏色*/li#O_sellPrice,span.payprice,.pricearea .price {    color: var(--btn-main-color) !important;    font-weight: bold;}.pricearea .price.delline {    color: #333 !important;}.pricearea .price.fixprice {    color: #777 !important;}/*購物清單*/ 
.RWDshopping .btn.normal {    border-radius: 0;}/*會員註冊*/#join_form .btn-primary {    border-radius: 0;}#join_form {    background: white;}/*會員頁a連結修正*/ 
.member .css-table .tr a {    color: #313131;}/*留言板*/ 
.customized_columns .css-table .th.textarea {    width: 10%;}/*詢問車*/ 
.RWDquiry .shopping_form .control-box img {    margin-left: 10px;}.RWDquiry .btn.normal {    border-radius: 0;    font-size: 15px;    letter-spacing: 1.5px;    transition: .5s ease;    color: var(--btn-main-color);    border-color: var(--btn-main-color)}.RWDquiry .btn.normal:hover {    transition: .5s ease;    background: var(--btn-sub-hover-color);    color: #fff;    border-color: var(--btn-sub-hover-color);    font-weight: 500}.RWDquiry .btn.bg2,.btn.normal.bg3 {    background: var(--btn-main-color);    color: #fff;    border-color: var(--btn-main-color)}/*電子表單*/ 
.eformsDesc {    margin: 0;    border: 0;}.eformscontent .layoutlist_1 {    width: 100%;    max-width: 1170px;    margin: 0 auto;}.form-horizontal .form-group {    margin-left: 0;    margin-right: 0;}.form-horizontal .control-label {    font-weight: 500;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}/*電子表單送出a連結修正*/ 
.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {    color: #fff !important;    background: var(--main-color);}.eformscontent .col-sm-12.col-md-12 .ebtn a {    background: transparent;    color: var(--btn-main-color) !important;}/*左側選單*/ 
.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 15px 10px !important;    font-weight: 400;    font-size: 16px;}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 1px;    color: #000}.privacy_block a {    color: #000;    transition: 0.4s}.privacy_block a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.privacy_block h5 {    font-size: 18px;    font-weight: bold;    margin: 50px 0 10px;    color: #000;}.privacy_block h6 {    font-size: 16px;}.privacy_block ul {    padding-left: 24px;}/*購物說明文字*/ 
.shopping_txt {    line-height: 2;    letter-spacing: 1px;    color: #000}.shopping_txt a {    color: #000;    transition: 0.4s}.shopping_txt a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.shopping_txt .item_row {    margin-bottom: 50px}.shopping_txt h2 {    font-size: 24px !important;    font-weight: bold;    margin: 0;    color: #b90000;    text-decoration: underline;    line-height: 1.5 !important}.shopping_txt h3 {    font-size: 20px !important;    font-weight: bold;    margin: 0 0 10px;    color: #000;    line-height: 1.5 !important}.shopping_txt ul {    padding-left: 24px;}/*前往付款、前往選取物流按鈕明顯*/a.info-box__gopay,.delivery-editor a {    background: #000;    padding: 5px 20px;    color: #fff !important;    border-color: #000;}/*隱私權購物說明最大寬度限制*/ 
.privacy_block,.shopping_txt {    max-width: 1200px;    margin: auto;}/*hashtag a連結修正*/ 
.hashtag_block .hashtagLink {    color: #fff !important;}/* 人才招募表單標題修正 */ 
.customized_columns .fillform {    font-size: 1.5rem;    margin: 3rem;    text-align: center;}.funny-boxes > .funny-boxes-text > .funny-boxes-tit{        margin-bottom: 1rem;}

/*內頁 end*/
/*EN start*/

.lang_en .RWDmenu_plus04 .header.is-up .logo a::before {        background: url(archive/image/customization/logo_hover_en.png) no-repeat;        background-size: contain;}body.lang_en,.lang_en .m2018 .products-nav li:not(.has-child)>a,.lang_en.page_wrapper_bg .article-text,.lang_en.page_wrapper_bg .article-text p,.lang_en .RWDslider01 .editor,.lang_en .RWDtimeline01 li.event .point .editor,.lang_en .lang_en #sidebar .products-nav,.lang_en .titlebar h2,.lang_en p {        letter-spacing: 0.5px;}.lang_en .RWDmenu_plus04 .site-nav .menu ul li a{        font-weight: 400;        color: #333;        font-size: 16px;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2 {        font-size: clamp(1.375rem, 1.2219rem + 0.4082vw, 1.875rem);        line-height: 1.4;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        margin-top: 20px;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2 span span{            top: 20%;}.lang_en .RWDmenu_plus04 .features .btn-style::before {        left: 30px;}.lang_en .RWDmenu_plus04 .site-nav .menu ul {        width: 180px;        margin-left: -90px;}.lang_en .funny-boxes>.funny-boxes-text>.funny-boxes-tit {        font-weight: 400;        letter-spacing: 1px;        font-size: 23px;}.lang_en .about-block .titlebar h2 {        font-size: 26px;}.lang_en .titlebar h2 {        font-size: 20px;}.lang_en .about-sitemap {        width: 100%;}.lang_en .ft-logo,.lang_en .ft-logo img {        width: 300px;}.lang_en .RWDmenu_plus04 #mobile-menu .menu>li>a {        letter-spacing: 1px;}.lang_en .footer-block a.btn-style.recruiting-link{            width: 210px;}.lang_en .RWDmenu_plus04 .features .edit a.btn-style{        font-size: 18px;}

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

/*文字統一設定*/ 
.page_wrapper_bg .hgroup h1 {    color: var(--sub-color);    font-weight: bold;    font-size: var(--h1-size);    line-height: 1.5;    letter-spacing: 2px;    margin: 0;}.page_wrapper_bg .article-text h2 {    font-size: var(--h2-size);    line-height: 1;    letter-spacing: 2px;    margin: 0 0 1rem;}.page_wrapper_bg .article-text h3 {    font-size: var(--h3-size);    line-height: 1;    letter-spacing: 1px;    margin: 0 0 1rem;}.page_wrapper_bg .article-text h4 {    font-size: var(--h4-size);    line-height: 1.5;    letter-spacing: 1px;    margin: 0 0 1rem;}.page_wrapper_bg .article-text h5 {    font-size: var(--h5-size);    line-height: 1.5;    letter-spacing: 1px;    margin: 0 0 1rem;}.page_wrapper_bg .article-text h6 {    font-size: var(--h6-size);    line-height: 1.5;    letter-spacing: 1px;    margin: 0 0 1rem;}.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav {    font-size: var(--p-size);    line-height: 1.8;    letter-spacing: 1px;    color: var(--txt-color);    font-weight: 400;    font-family: var(--noto-font-family);    margin-bottom: 1rem;}.RWDslider01 .editor {    margin-bottom: 0;}._bd_row label,._bd_row li,._bd_row p,._bd_row td {    font-size: 1rem;    line-height: 1.8;    font-weight: 400;}._bd_row li {    margin-bottom: 10px;}._bd_row ol {    padding-left: 22px;}._bd_row ul {    padding-left: 18px;}:root {    --main-color: #83d8c7;    --sub-color: #111111;    --third-color: #15305f;    --txt-color: #3b3c3e;    --btn-main-color: #83d8c7;    --btn-main-hover-color: #338281;    --btn-sub-color: #555555;    --btn-sub-hover-color: #0000000;}:root {    --1dst: 1rem;    --2dst: 2rem;    --3dst: 3rem;    --4dst: 4rem;    --5dst: 5rem;    --6dst: 6rem;    --7dst: 7rem;    --8dst: 8rem;    --9dst: 10rem;    --10dst: 10rem;}:root {    --h1-size: clamp(1.5625rem, 1.3839rem + 0.8929vw, 2.8125rem);    --h2-size: 40px;    --h3-size: 32px;    --h4-size: 28px;    --h5-size: 24px;    --h6-size: 20px;    --p-size: 16px;    --lato-font-family: 'Lato', sans-serif;    --noto-font-family: 'Noto Sans TC', sans-serif;}/* 其他共通 */ 
.con_pic {    position: relative;    height: 100%;}.con_pic img {    object-fit: cover;    height: 100%;}/*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 100px 0;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 85%;    max-width: 1900px}.page_wrapper_bg .article-text .container {    width: 100%;}.hgroup .container {    width: 100%;    margin: 0 0 50px;}/* 全站背景 */ 
.collapsing_header .main:before {    content: '';    position: absolute;    background: url(archive/image/customization/cp-bg-logo_white.webp) no-repeat;    bottom: 25%;    right: 3%;    width: 28vw;    height: 28vw;    opacity: 1;    background-size: 100% auto;}.collapsing_header .main {    background: #eeeeee;    position: relative;}/* 麵包 */ul.breadcrumb.pull-right {    font-size: 14px;    color: var(--txt-color);    border-radius: 0px;    padding: 0;    border: none;    background: transparent;    bottom: auto;    position: relative;    right: auto;    float: none !important;    font-family: var(--noto-font-family);}ul.breadcrumb.pull-right a {    color: var(--txt-color);}.eformscontent ul.breadcrumb.pull-right {    display: none;}/* 輪播 */ 
.article1 .RWDslider01 .products-list .products-item .box {    padding: 0;    background: #fff;}.article1 .RWDslider01 .pic-list figure.pic {    margin: 0;}.article1 .RWDslider01 .pic img {    width: 100%;}.article1 .RWDslider01 .text {    padding-bottom: 0;    padding-right: 3rem;}.article1 .RWDslider01 .control-box {    right: 2rem;    bottom: 1rem;}.article1 .RWDslider01 .pic img {    object-fit: cover;    height: 100% !important;}/* 標題 */ 
.hgroup .container {    margin-bottom: var(--3dst);    display: flex;    align-items: center;    justify-content: center;    text-align: center;    padding: 0 0 1rem;    border-bottom: none;}.hgroup .container .page_subject {    padding: 0;}.m2018 .products-nav .nav-title {    font-size: 28px;    font-weight: bold;    color: var(--sub-color);    background: transparent;    padding: 0 0 10px;    border-bottom: 5px solid var(--main-color);    line-height: 1.2;}/* 測選單 */ 
.m2018 .products-nav>ul>li.active>a {    padding-left: 35px !important;    transition: .35s ease;    color: var(--sub-color);}.m2018 .products-nav a {    padding: 20px !important;    font-size: var(--h6-size) !important;    letter-spacing: 1px;    color: var(--txt-color);}.m2018 .products-nav>ul>li>a {    color: var(--txt-color);    letter-spacing: 1.5px;    padding: 20px 20px !important;    position: relative;    transition: .35s ease;    font-size: var(--h6-size);}.m2018 .products-nav ul>li>.toggle-submenu {    top: 18px;}.m2018 .products-nav li:not(.has-child)>a {    color: var(--txt-color);    font-size: var(--h6-size);    letter-spacing: 1px;}.m2018 .products-nav ul li {    padding: 0;}.m2018 .products-nav ul li>ul>li.active>a,.m2018 .products-nav ul li>ul>li.is-open>a {    color: #49a9a8;}.m2018 .products-nav ul li>ul,.m2018 .products-nav ul li>ul li>a {    padding-left: 25px !important;}.m2018 .products-nav>ul>li.active>a:before {    content: "";    position: absolute;    -webkit-box-sizing: border-box;    box-sizing: border-box;    width: 20px;    height: 20px;    border: 5px solid #ffffff;    border-radius: 50%;    top: 25px;    left: 0;    background: var(--main-color);}.m2018 .products-nav>ul>li.active>a:after {    content: '';    position: absolute;    box-sizing: border-box;    width: 20px;    height: 20px;    border: 5px solid #ffffff;    border-radius: 50%;    top: 25px;    left: 0;    background: #BCE2FF;    -webkit-animation: blip2 1.5s infinite linear;    animation: blip2 1.5s infinite linear;}/*動態 start*/@-webkit-keyframes blip2 {    to {        -webkit-transform: scale(2);        transform: scale(2);        opacity: 0    }}.m2018 .products-nav>ul>li>a:hover {    color: var(--sub-color);    transition: .35s ease;}/*固定側選單*/ 
.collapsing_header .main {    overflow: inherit;}.main section .container .article-text>.container>.xrow {    height: 100%;    position: relative;    display: inline-block;    width: 100%;}.main section .container .article-text>.container .xrow #sidebar {    position: sticky;    top: 120px;    left: 0;}/* 編排 */ 
.grid_item {    position: relative;    display: grid;}/* 時間軸 */ 
.RWDtimeline01 li.event .point .date {    font-size: var(--h6-size);    text-align: left;    color: var(--third-color);    font-weight: bold;}.RWDtimeline01 li.event .point .title {    font-size: var(--h6-size);    ;    font-weight: 400;    margin: 15px 0 0;    line-height: 1.5;    color: var(--sub-color);    text-align: left;}/*時間軸去左邊*/ 
.article1.id292 .RWDtimeline01 li.event,.article1.id17 .RWDtimeline01 li.event,.article3 .RWDtimeline01 li.event {    margin: 30px 0;    padding: 15px 0;}.article1.id292 .RWDtimeline01 .line_dot,.article1.id292 .RWDtimeline01 .line_dot2,.article1.id17 .RWDtimeline01 .line_dot,.article1.id17 .RWDtimeline01 .line_dot2,.article3 .RWDtimeline01 .line_dot,.article3 .RWDtimeline01 .line_dot2  {    left: 0;    margin-left: 0;}.article1.id292 .RWDtimeline01 li.event:before,.article1.id17 .RWDtimeline01 li.event:before,.article3 .RWDtimeline01 li.event:before {    right: auto;    width: 12px;    height: 12px;    left: 25px;    border: 1px solid var(--main-color);    background: var(--main-color);    background: var(--main-color);}.article1.id292 .RWDtimeline01 li.event:nth-child(odd) .point,.article1.id17 .RWDtimeline01 li.event:nth-child(odd) .point,.article3 .RWDtimeline01 li.event:nth-child(odd) .point {    left: 80px;}.article1.id292 .RWDtimeline01 li.event .point,.article1.id17 .RWDtimeline01 li.event .point,.article3 .RWDtimeline01 li.event .point {    width: 80%;    right: auto;    left: 80px;    padding-bottom: 0;}.article1.id292.RWDtimeline01 .model-title,.article1.id17 .RWDtimeline01 .model-title,.article3 .RWDtimeline01 .model-title {    padding-left: 20px;    font-size: var(--h5-size);    line-height: 1.1;    letter-spacing: 1px;    margin-top: 0;    margin-bottom: 20px;    font-weight: bold;    color: var(--main-color);    padding-bottom: 15px;}/* 關於共通 */ 
.ab_item .con_txt h5 {    font-weight: 500;    color: var(--sub-color);    padding-bottom: var(--1dst);    margin-bottom: var(--2dst);    border-bottom: 1px solid #dedede;}.ab_item .con_txt h6 {    font-weight: 500;    color: var(--sub-color);}/* 關於01 */ 
.ab_item01 {    align-items: center;    grid-template-columns: 1fr 1fr;    grid-gap: 3rem;}.ab_item01 .con_txt {    padding: 4rem 0;}.page_wrapper_bg .article-text hr {    border-top: 1px solid #dedede;    margin: 1rem 0;}/* 集團 */ 
.article1.id292 .model.article_model.RWDtimeline01,.article1.id17 .model.article_model.RWDtimeline01 {    padding: 5rem;    background: #fff;    margin-top: 5rem;}/* 據點 */ 
.store_title>span {    display: block;    font-size: 15px;    letter-spacing: 0px;}.store_title {    font-size: var(--h6-size);    font-weight: 500;    color: var(--sub-color);    margin: 0 0 var(--1dst);    padding: 0 0 var(--1dst);    border-bottom: 1px solid #dedede;}.store_card ul li {    margin-bottom: 10px;    display: grid;    grid-template-columns: 85px auto;}.store_card ul li>span:first-child {    margin-right: 14px;    font-weight: 500;}.store_card ul li,.store_card ul li a {    font-size: var(--p-size);    letter-spacing: 1px;    line-height: 1.7;    color: var(--txt-color);    font-weight: 400;}.store_card ul {    list-style: none;    padding: 0;    font-size: var(--p-size);    letter-spacing: 1px;    line-height: 1.7;    color: var(--txt-color);}.store_card {    padding: 2rem 2rem;    border: 1px solid #dedede;    background: #fff;}.store_item {    grid-template-columns: repeat(2, 1fr);    grid-gap: 1rem;}/* 產品列表 */ 
.item .subject A.itemlink,.layoutlist_2 .subject a {    font-size: var(--h6-size);    width: 100%;    text-align: center;    display: block;        color: #000;}/* 產品內頁 */#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-family: var(--noto-font-family);}.RWDproduct_page .pic-box .page_content3_mainphoto {    border: 1px solid #Dedede;}.RWDproduct_page .products-info .name {    font-family: var(--noto-font-family);    font-size: 20px;    font-weight: 600;    letter-spacing: 0px;    margin-bottom: var(--3dst);    line-height: 1;    text-transform: uppercase;    color: var(--sub-color);}.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {    font-size: var(--p-size);    letter-spacing: 1px;    line-height: 1.5;    color: var(--txt-color);}/* 永續發漲 */ 
.article3 .main section .container .article-text>.container .xrow .pagecontent.col-md-9 {    padding: 5rem 3rem !important;    background: #fff;}.article3 .RWDtimeline01 li.event .point {    text-align: left;    display: grid;    grid-template-columns: 400px auto;    grid-gap: 2rem;}.article3 .RWDtimeline01 li.event {    margin-top: 0 !important;    padding: 0;    margin: 0 0 3rem !important;}.article3 .RWDtimeline01 li.event .point .date,.article3 .RWDtimeline01 li.event .point .title {    display: none;}.article3 .RWDtimeline01 li.event .point .circle_img img {    width: 100%;    max-width: none;}.article3 .RWDtimeline01 li.event .point .editor>span {    display: block;    margin-bottom: 10px;}.article3 .RWDtimeline01 li.event .point .editor>span {    display: grid;    grid-template-columns: 30px auto;}.article3 .RWDtimeline01 li.event .point .editor>span>small {    font-size: 100%;    font-weight: 600;}.article3 .RWDtimeline01 li.event .point,.article3 .RWDtimeline01 li.event:nth-child(odd) .point {    padding-bottom: 0;    left: 120px;    width: calc(100% - 120px);}/* 聯絡我們 */ 
.eformscontent .page_wrapper_bg h1.pageTitle {    text-align: center;}.new-form {    margin: auto;}.customized_columns ._input,.customized_columns select {    background: #eeeeee;    box-shadow: none;    border-radius: 0;    border: none;}.eforms2 .eformsForm.layout_full .formdesc {    padding: 2rem;    background: #fff;    margin-bottom: 3rem;}.eforms2 .customized_columns {       padding: 2rem;    background: #fff; }.eforms1 .new-form {    padding: 3rem;    background: #fff;}.eformscontent .hgroup .container {    border-bottom: none;}.eformsForm.layout_full .formdesc ul li>span:nth-child(2) {    font-weight: 400;    letter-spacing: 0px;    text-transform: capitalize;}/* 最新資訊 */ 
.layoutlist_2 .item {    background: #fff;    box-shadow: 0px 2.2px 3.6px rgba(0, 0, 0, 0.035), 0px 6px 10px rgba(0, 0, 0, 0.05), 0px 14.5px 24.1px rgba(0, 0, 0, 0.065), 0px 48px 80px rgba(0, 0, 0, 0.1);}.article6 .layoutlist_2 .item {padding: var(--3dst) !important;}#article .layoutlist_2 .list_subject a {    font-size: var(--h5-size) !important;    color: var(--sub-color);    padding: 0 0 1rem;    margin: 0 !important;}.layoutlist_2 .item:hover .list_subject a {    color: var(--main-color) !important;}.layoutlist_2 .listdate .day {    color: var(--main-color) !important;    font-family: var(--lato-font-family);}.layoutlist_2 .listdate {    text-align: center;}.layoutlist_2 .list_subject {    padding-right: 4rem;}.layoutlist_2 .list_subject .subsubject {    letter-spacing: 1px;}/* 永續 */ 
._bd_row img {    width: 100%;    margin: 0;}.new_item .con_pic img {    width: 100%;}.new_item {    grid-template-columns: 1fr 1fr;    align-items: center;    grid-gap: 4rem;}/* 人才招募 */#article .layoutlist_4 .listdate .day {    color: var(--main-color) !important;    font-size: 3rem;    text-align: center;}.layoutlist_4 .list_subject .summary {    margin: 0;}#article .layoutlist_4 .list_subject>a {    font-size: var(--h6-size) !important;    color: var(--sub-color);    padding: 0 0 10px;    border-bottom: 1px solid #dedede;}#article .layoutlist_4 .item {    align-items: center;    padding: 2rem 2rem;    background: #fff;    margin: 0 0 1rem;}#article .layoutlist_4 .list_subject {    padding-right: 4rem;    margin-top: 0;}#article .layoutlist_4 .listdate {    border-left: none;}.layoutlist_4 .fixrow {    padding: 0;}/*檔案下載*/ 
.download .list_table td {    font-size: 18px;    letter-spacing: 1.5px;    line-height: 1.5;    padding: 24px 0;    color: var(--txt-color);}.download .list_table tr.even {    background: #dedede;}.page_wrapper_bg .dd-pointer-down {    border-right: none;    border-top: none;    border-bottom: none;}.page_wrapper_bg .dd-selected {    border-radius: 50px;    color: var(--txt-color);    font-size: 14px;    padding: 0 20px;}.download .search_bg {    border-radius: 50px;    color: var(--txt-color);}.download .dd-container ul.dd-options {    border: none;    border-radius: 10px;    margin-top: 10px;    font-size: 15px;    color: var(--txt-color);}.download .list_table tr.tline {    transition: .35s ease;}.download .list_table tr.tline:hover {    background: var(--main-color);    transition: .35s ease;}.download .list_table td.list_no,.download .list_table td.list_subject,.download .list_table td.list_date,.download .list_table td.list_downloadbtn {    border-bottom: none;}.download .list_table th.list_no,.download .list_table th.list_subject,.download .list_table th.list_date,.download .list_table th.list_downloadbtn {    border-bottom: 2px solid #dedede;}.download .list_table th {    line-height: 1.5;    color: var(--txt-color);    font-size: 16px;    padding-bottom: 15px;}/*內文頁籤*/ 
.tab_row {    margin-top: 80px;}.tabs {    font-weight: 400;}#product_tabs>nav {    border-top: 1px solid #e0e0e0;    border-bottom: 1px solid #e0e0e0;}.tabs nav ul {    display: flex !important;    justify-content: center;    align-items: center;}.tabs nav ul li {    padding: 0;}.tabs nav li.tab-current a {    background: var(--main-color) !important;    color: #fff !important;}.tabs nav a {    color: #000 !important;    font-family: 'Noto Sans TC', sans-serif;    font-weight: 400;    font-size: var(--p-size) !important;    line-height: 1.5 !important;    height: auto !important;    padding: 1rem 2rem !important;    background: transparent !important;    border-right: none !important;    border: 1px solid #e0e0e0 !important;    border-left: none !important;    border-top: none !important;    border-bottom: none !important;}.tabs .content {    padding: 40px 35px 0 !important;    border: none !important;    border-top: 1px solid #e0e0e0 !important;    margin-top: -1px;}.tabs nav ul li:first-child {    border-left: none;}.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after {    display: none;}.tabs nav li.tab-current a {    border: none !important;}#article .tabs .content {    margin-top: 0 !important;    border-top: none !important;    padding: 3rem !important;    background-color: #fff;}/*產品頁籤貓咪版*/ 
.RWDproduct_page .tab-box {    font-family: 'Noto Sans TC', sans-serif;}.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {    display: flex;}.RWDproduct_page .tab-box .tab-menu a {    font-weight: 400;    padding: 15px 20px;    height: auto;    font-size: var(--p-size);    background: transparent;    border: 0;    position: relative;    color: var(--txt-color);    letter-spacing: 1px;}.RWDproduct_page .tab-box .tab-menu li.active a:before {    display: none;}.RWDproduct_page .tab-box .tab-menu a:after {    content: "";    background: #ccc;    position: absolute;    width: 1px;    height: 18px;    right: 0;    top: 50%;    transform: translateY(-50%);}.RWDproduct_page .tab-box .tab-menu li.active a {    border: transparent;        background: var(--main-color);    color: #ffffff;}.RWDproduct_page .tab-box nav.tab-menu {    border-top: 1px solid #dedede;    border-bottom: 1px solid #dedede;}.RWDproduct_page .tab-box .tab-menu li:last-child a:after {    opacity: 0;}.RWDproduct_page .tab-box .tab-container {    border: 1px solid #eee;}.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;    line-height: 1.6;    font-size: var(--p-size);    background-color: #ffffff;}.RWDproduct_page .tab, .RWDproduct_page .tab:last-child {    justify-content: center;}/* 服務諮詢 */ 
.eformsForm.layout_full .formdesc ul li, .eformsForm.layout_full .formdesc ul li a {    font-size: var(--p-size);    color: var(--txt-color);}.eformsForm.layout_full .formdesc ul {    list-style: none;    padding: 0;    font-size: var(--p-size);    color: var(--txt-color);    line-height: 1.8;    margin: 0;}.eformsForm.layout_full .formdesc ul li {    margin-bottom: 5px;}.new-form .formdesc .service_logo {    max-width: 300px;    margin-bottom: var(--2dst);}.eformsForm.layout_full .formdesc ul li>span {    text-transform: uppercase;    font-weight: 500;}.eforms1.eformscontent .layoutlist_1 {    max-width: 1300px;}.tabs nav li.tab-current:after, .tabs nav li.tab-current:before {    display: none;}.tabs nav ul li {    border: none;}/* 人才 */ 
.article7.articlecontent .page_wrapper_bg .article-text {    padding: var(--5dst);    background: #fff;    box-shadow: 0px 2.2px 3.6px rgba(0, 0, 0, 0.035), 0px 6px 10px rgba(0, 0, 0, 0.05), 0px 14.5px 24.1px rgba(0, 0, 0, 0.065), 0px 48px 80px rgba(0, 0, 0, 0.1);}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    margin: 0 0 1rem;}.privacy_block .item {    margin-top: var(--3dst);}.article5 ul.breadcrumb.pull-right {    display: none;}.download .search_area {    display: flex;    justify-content: center;    align-items: center;    padding-bottom: 3rem;    margin-bottom: 1rem;    border-bottom: 1px solid #dedede;}a.content_link {    border-bottom: 1px solid #dedede;    padding-bottom: 5px;}/* 緊急預定 */ul.list_faketb .list_faketb__date {    display: none;}.cate_list .subject a {    color: #000;    font-size: 20px;}.cate_list.row>div {    margin-bottom: 3rem;}

/*客製化內頁 end*/
/*表格 start*/

/*表格*//*表格修正*/ 
.con_form {overflow-x: auto;white-space: nowrap; margin-top: 15px;}table.con_table{width:100%;overflow-x: scroll;-webkit-overflow-scrolling: auto;margin-bottom: 30px;overflow-x: auto;/*white-space: nowrap;*/}table.con_table::-webkit-scrollbar{width: 3px;height: 5px;}table.con_table::-webkit-scrollbar-thumb:horizontal {background-color: #a6a6a6;border-radius: 3px;}table.con_table::-webkit-scrollbar-track-piece:horizontal:decrement,table.con_table::-webkit-scrollbar-track-piece:horizontal:increment {background-color: rgba(166, 166, 166, 0.2);}.phone-info img {  width: 20px !important;margin-right: 15px;}/*橫桿呈現*/table.con_table{overflow-x: auto;white-space: nowrap;}table.con_table{    overflow-x: scroll;    padding-bottom:15px;    -webkit-overflow-scrolling: auto;}table.con_table::-webkit-scrollbar {  width: 3px;  height: 5px;}table.con_table::-webkit-scrollbar-thumb:horizontal {  background-color: #a6a6a6;  border-radius: 3px;}table.con_table::-webkit-scrollbar-track-piece:horizontal:decrement,table.con_table::-webkit-scrollbar-track-piece:horizontal:increment {  background-color: rgba(166, 166, 166, 0.2);}table.con_table tr:nth-child(even) {    background: #f7f7f7;}table.con_table tr {    background: #fff;}table.con_table tr td {    padding: 1.5rem;    font-size: var(--p-size);    color: var(--txt-color);}table.con_table tr:first-child {    background: var(--third-color);}table.con_table tr:first-child td {    color: #fff;    font-size: var(--h-size);    letter-spacing: 2px;}

/*表格 end*/
/*小螢幕 start*/

@media (max-width:2200px) {    :root {        --h4-size: 24px;        --h5-size: 20px;        --h6-size: 18px;        --p-size: 15px;    }    .store_card ul li {        grid-template-columns: 78px auto;    }}@media (max-width:2100px) {    .banner-block .RWDbanner_plus01 .page-scroll {        transform: translateX(0%) translateY(0);    }    .slogan-block .RWDparallax_new {        height: 100% !important;        position: absolute;        width: 100%;        left: 0;        top: 0;    }    .slogan-block .RWDparallax_new .picbgbox {        height: 110% !important;    }    .pro-block .funny-boxes>.funny-boxes-text>h4,    .investors-block .RWDService001 h2 {        font-size: 20px;    }    .about-block .stylebox .leftbox {        width: 80%;    }    .about-sitemap {        width: 100%;        margin: 2rem 0 3rem;    }    .titlebar h2 {        margin: 0px 0 3rem;    }    .investors-block::before {        top: -40%;    }    .footer-block .container {        width: 80%;    }    .footer-block::before {        bottom: -2%;        right: 7%;    }    .certified-block {        width: 77%;    }    .banner-block .RWDbanner_plus01 .slick-caption {        bottom: 25%;    }    .banner-block .RWDbanner_plus01 .logo {        top: -90%;    }}@media (max-width:2000px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    .lang_en .about-sitemap a {        padding: 13px 1.5rem;    }}@media (max-width:1920px) {    .footer-block .container {        width: 85%;    }    .about-block::before {        top: -33%;    }    .certified-block .RWDbanner008__a {        margin: 0 1.5rem;    }    .slogan-block .RWDparallax_new .editor {        width: 77%;    }    .slogan-block .infobox {        bottom: -80px;        height: 343px;    }    .footer-block {        padding: 12rem 0 25px;    }    .funny-boxes>.funny-boxes-icon {        height: 180px;        line-height: 180px;        width: 180px;    }    .investors-block .RWDService001 i img {        width: 170px;    }    .investors-block .RWDService001 i::before {        width: 200px;        height: 200px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt3 span span {        padding: 0 10px;    }    .about-block .stylebox .leftbox {        width: 85%;    }    .about-block::before {        top: -8%;        left: -3%;    }    .pro-block .container,    .investors-block .container {        width: 75%;    }}@media (max-width: 1800px) {    .about-block .stylebox .leftbox {        width: 90%;    }    .about-block .container {        width: 95%;        padding: 8rem 8rem 8rem 0;    }    .pro-block .container,    .investors-block .container {        width: 85%;    }}@media (max-width: 1700px) {    .investors-block::before {        top: -35%;    }    /* 內頁 */    .page_wrapper_bg section.call_to_action>.container {        width: 95%;    }    .article1 .RWDslider01 .products-list .products-item .box {        flex-wrap: wrap;    }    .article1 .RWDslider01 .pic-list,    .article1 .RWDslider01 .text {        width: 100%;        float: none;        padding: 0;    }    .article1 .RWDslider01 .text {        padding: 2rem 2rem 4rem;    }    .ab_item01 .con_txt {        padding: 0;    }    .ab_item01 {        grid-template-columns: auto;    }    .article1.id17 .model.article_model.RWDtimeline01 {        padding: 3rem;    }    .store_card {        padding: 2rem;    }    .article3 .RWDtimeline01 li.event .point {        grid-template-columns: auto;    }}@media (max-width: 1600px) {    .RWDmenu_plus04 .logo {        width: 132px;    }    .banner-block .RWDparallax_new {        height: 12.5vw;    }    .banner-block .picbgbox {        height: 500px !important;    }    .about-block .stylebox .leftbox {        padding-left: 0;    }    .banner-block .container {        width: 85%;    }    .banner-block .RWDbanner_plus01 .page-scroll {        left: 8%;    }    .investors-block .RWDService001 i img {        width: 150px;    }    .investors-block .RWDService001 i::before {        width: 180px;        height: 180px;    }    .sitemap .RWDedictor {        gap: 55px;    }    .sitemap ul {        width: calc(100%/5 - 45px);    }    .about-block .container {        float: unset;        width: 90%;        padding: 8rem 0rem 8rem 0;    }    .certified-block {        left: 10px;    }    .RWDmenu_plus04 .header.is-up .logo a::before {        width: 310px;    }    .funny-boxes>.funny-boxes-icon {        height: 160px;        line-height: 160px;        width: 160px;    }    .banner-block .RWDbanner_plus01 .logo {        width: 400px;        top: -80%;    }    .RWDmenu_plus04 .header.is-up .logo a::before {        width: 290px;        top: 0px;    }    .RWDmenu_plus04 .features a.btn-style {        width: 200px;    }    .RWDmenu_plus04 .features a.btn-style::before {        left: 40px;    }    .RWDmenu_plus04 .features {        width: 370px;    }    .RWDmenu_plus04 .site-nav .menu>li>a {        font-size: 17px;    }    .lang_en .RWDmenu_plus04 .features a.btn-style {        width: 234px;    }    .lang_en .RWDmenu_plus04 .features {        width: 400px;    }    .lang_en .RWDmenu_plus04 .header.is-up .logo a::before {    width: 230px;    }}@media (max-width:1520px) {    .footer-block a.btn-style {        margin-right: 10px;    }}@media (max-width:1500px) {    .slogan-block .infobox,    .footer-block .container {        width: 90%;    }    .pro-block .container,    .investors-block .container {        padding: 5rem 0;    }    .about-block .container {        padding: 5rem 0rem;    }    .footer-block {        padding: 6rem 0 25px;    }    .slogan-block .infobox .transitions .cursive {        right: -40%;    }}@media (max-width:1400px) {    .certified-block {        width: 87%;    }    .banner-block .RWDbanner_plus01 .logo {        top: -75%;        width: 370px;    }    .banner-block .RWDbanner_plus01 .slick-caption {        bottom: 25%;    }    .banner-block .RWDbanner_plus01 {        overflow: initial;    }    .banner-block .RWDbanner_plus01 .page-scroll {        bottom: 0%;    }    .slogan-block .RWDparallax_new .editor {        width: 91%;    }    .about-block .titlebar h2 {        margin: 0px 0 1.5rem;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt3 {        margin-top: 0;    }    .about-block .titlebar .en-tit::before {        height: 224%;    }    .about-block .ab-right img {        object-fit: cover;    }    .investors-block::before {        width: 24vw;        top: -31%;    }}@media (max-width:1350px) {    .article7.articlecontent .page_wrapper_bg .article-text {        padding: var(--4dst);    }    .page_wrapper_bg .article-text .container {        padding: 0;    }    .page_wrapper_bg .article-text .container .pagecontent {        padding: 0 !important;    }    #article .layoutlist_4 .item {        padding: 1rem 1rem;    }    .store_item {        grid-template-columns: auto;    }}@media (max-width:1330px) {    .pro-block .funny-boxes>.funny-boxes-text>h4,    .investors-block .RWDService001 h2 {        font-size: 18px;    }    .slogan-block,    .slogan-block .info_bg {        height: 400px;    }    .slogan-block .infobox {        bottom: -46px;        height: 274px;    }    .footer-block .container {        grid-template-columns: 1fr;        grid-template-areas:            "ft-top"            "ft-left"            " ft-right";        gap: 0;    }    .footer-block .ft-left {        position: relative;    }    .footer-block .ft-right {        margin-top: 6rem;    }    .ft-logo,    .ft-logo img {        width: 180px;    }    .RWDmenu_plus04 .header.is-up .logo a::before {        width: 260px;        top: 4px;    }    .ft-social {        margin: 0rem 0 0;        left: 200px;        position: absolute;        bottom: -13px;    }    .footer-block .information ul li:nth-of-type(3) {        flex-direction: column;    }    .footer-block .information a.maplink {        margin-top: 45px;    }    .footer-block .clear {        display: none;    }    .sitemap .RWDedictor {        gap: 0 55px;    }    .information ul {        width: fit-content;    }    .titlebar h2 {        font-size: 22px;    }.lang_en .ft-logo,.lang_en .ft-logo img {    width: 250px;}.lang_en .RWDmenu_plus04 .header.is-up .logo a::before {    width: 200px;}}@media (max-width:1280px) {    .banner-block .RWDbanner_plus01 .slick-caption .txt2 {        font-size: 26px;    }    .pro-block .container,    .investors-block .container {        width: 90%;    }    .RWDmenu_plus04 .site-nav .menu>li>a {        font-size: 16px;        padding: 25px 15px 25px 5px;    }    .lang-select-label,    .RWDmenu_plus04 .features .search-btn {        padding: 15px 15px;    }    .RWDmenu_plus04 .features {        width: 350px;    }    p {        font-size: 17px;    }    .about-sitemap a {        font-size: 18px;    }    .lang_en .RWDmenu_plus04 .features .edit a.btn-style {    font-size: 17px;}}/* 匯入內頁版面寬度80%*/@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }}/*產品定售價掉落修正*/@media (max-width: 1500px) {    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }}/*寬度修正*/@media (max-width: 1400px) {    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }    .lang_en .about-block .titlebar h2 {        font-size: 24px;    }    .lang_en .about-sitemap {        flex-direction: column;    }    .lang_en .about-sitemap a {        padding: 13px 2rem;        width: 100%;        margin: 10px 0;    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
/*行動呼籲*/ 
.mobile_link {    display: block;}/*漢堡選單開啟*/ 
.RWDmenu_plus04 .features {    width: 274px;}.RWDmenu_plus04 .features .lang-select {    display: none;}.RWDmenu_plus04 .features .search-btn {    padding: 10px 20px;}.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 #e6e6e6;}.RWDmenu_plus04 #mobile-menu .menu a {    color: #363030;}.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu li.active .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;}/*漢堡本人調整*//*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: #000000;}/*格線*/ 
.RWDmenu_plus04 .features:after {    display: none;}/*header下滑*/ 
.RWDmenu_plus04 .header.is-up .logo a::before {    top: -5px;}.lang_en .RWDmenu_plus04 .header.is-up .logo a::before {    width: 230px;    }.RWDmenu_plus04 .header.is-up .features {    top: 4px;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    color: #434343;    padding: 20px 45px 20px 15px;    margin-top: 0px;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #434343;}.RWDmenu_plus04 .features .edit a.btn-style {    width: 198px;    height: 44px;    line-height: 44px;}.RWDmenu_plus04 .features .edit a.btn-style::before {    left: 44px;    top: 12px;}.certified-block {    width: 85%;}.pro-block .RWDService002 {    padding: 20px 0;}.titlebar h2 {    font-size: 20px;}.funny-boxes>.funny-boxes-icon {    height: 130px;    line-height: 130px;    width: 130px;}.investors-block .RWDService001 i img {    width: 120px;}.investors-block .RWDService001 i::before {    width: 150px;    height: 150px;}/* 230828修改 */ 
.RWDmenu_plus04 #mobile-menu .menu>li>a {    font-size: 17px;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    font-size: 16px;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 24px;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}#sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {    font-size: 1rem;    height: 45px;    color: #000;    letter-spacing: 0;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/* 內頁 */#product .item .subject {    margin: 1rem 0;}.phone-info {    display: block !important;    margin-bottom: 2rem;}.hgroup .container {    margin-bottom: var(--2dst);}#article .layoutlist_4 .listdate .day:before {    content: '/';    left: 0;    position: absolute;    top: -2px;}#article .layoutlist_4 .listdate .day {    padding-left: 10px;    position: relative;}#article .layoutlist_4 .listdate .day,#article .layoutlist_4 .listdate .yearmonth {    display: inline;    font-size: 12px;    color: #afafaf !important;}#article .layoutlist_4 .item {    display: flex;    flex-direction: column;    padding: var(--2dst);}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%;    padding: 0;}.RWDslider01 .products-list {    margin-left: 0;    margin-right: 0;}.lang_en .RWDmenu_plus04 .features a.btn-style {    width: 200px;}.lang_en .RWDmenu_plus04 .features .edit a.btn-style::before {    left: 18px;    top: 12px;}.lang_en .RWDmenu_plus04 .features {    width: 280px;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt1 {    margin-top: 0;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    .about-sitemap {        width: 100%;    }    .banner-block .RWDbanner_plus01 .logo {        top: -95%;        width: 370px;    }    .about-sitemap a {        padding: 13px 1.5rem;    }}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
.RWDmenu_plus04 .features {    width: auto;}.RWDmenu_plus04 .features .search-btn {    padding: 25px 15px;}.RWDmenu_plus04 .header.is-up .features .search-btn {    padding: 17px 15px;}.mobile-link {    display: block;}.RWDmenu_plus04 .header {    padding: 0 3%;}.about-block .titlebar .en-tit {    left: -85px;    margin-right: 0;    white-space: nowrap;}.pro-block .container,.investors-block .container {    width: 90%;}.slogan-block .infobox .transitions h1 {    font-size: clamp(1.5625rem, 1.3839rem + 0.8929vw, 2.8125rem);}.footer-block {    padding-bottom: 80px;}.footer-block::before {    bottom: 45%;    right: 7%;}.banner-block .RWDbanner_plus01 .page-scroll {    bottom: 5%;}.banner-block .RWDbanner_plus01 .slick-caption {    bottom: 35%;}.banner-block .RWDbanner_plus01 .logo {    width: 41%;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 50px 0;}/*產品內頁-01*/ 
.page_content1 #prod_price {    margin-top: 18px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 4) !important;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%}#article .layoutlist_4 .item .list_img {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .list_subject {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .listdate {    border: 0;    display: flex;    align-items: center;    padding: 0;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px}#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: #afafaf;    position: relative;    margin-left: 5px}/*文章列表-G*/ 
.layoutlist_8 .list_subject {    padding-left: 2rem;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*電子表單*/ 
.form-group label {    padding-left: 0 !important;    padding-right: 0 !important;}#join_form .form-checkbox,#join_form .form-radio {    padding: 0 0 0 28px !important;}.lang_en .RWDmenu_plus04 .features {    width: auto;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
body,html {    font-size: 15px;}.pro-block .funny-boxes>.funny-boxes-text>p {    font-size: 15px;}.d-lg-none {    display: none;}.d-xl-none {    display: block;}.banner-block .RWDbanner_plus01 .slick-caption {    text-align: center;    top: 19%;}.banner-block .RWDbanner_plus01 .logo {    left: 0;    top: 0;    width: 350px;    position: relative;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 span span {    position: relative;    content: "-";    width: 20px;    display: inline-block;    height: 1.5px;    top: 0;    transform: translateY(-7px);}.banner-block .RWDbanner_plus01 .page-scroll {    left: 50%;    margin: 0;    transform: translateX(-50%);}.banner-block .RWDparallax_new {    height: 29vw;    width: 100%;}.banner-block .picbgbox {    width: 100% !important;}.banner-block .RWDedictor {    position: absolute;    top: auto;    right: -19px;    height: 83%;    width: 100%;    bottom: 0;    height: 29vw;    overflow: hidden;}.banner-block .RWDedictor>div,.banner-block .RWDedictor img {    width: 100%;    object-position: top;}.banner-block .picbgbox {    height: 300px !important;}.about-block .container {    width: 85%;    display: flex;    align-items: flex-start;    justify-content: space-between;    flex-direction: column;    padding: 5rem 0;    float: none;}.about-block .stylebox .leftbox {    padding-top: 0;}.about-block .titlebar .en-tit {    left: 0;    margin-right: 0;    position: relative;    writing-mode: initial;    padding: 0 0 20px;}.about-block .titlebar .en-tit::before {    height: 1px;    width: 100%;    right: auto;    bottom: 0;    top: auto;}.about-block .ab-left,.about-block .ab-right,.about-block .stylebox .leftbox,.about-block .ab-right .RWDedictor008 {    width: 100%;}.certified-block {    transform: initial;    position: static;    width: 100%;    margin: 2rem 0 5rem;}.about-block .ab-right {    display: flex;    justify-content: flex-start;}.about-block::before {    bottom: auto;    width: 36vw;    top: -1%;    left: auto;    right: -10%;    height: 36vw;}.investors-block::before {    width: 32vw;    height: 33vw;}.slogan-block,.slogan-block .info_bg {    height: 350px;}.slogan-block .infobox {    height: 232px;}.slogan-block .infobox .transitions h1 {    font-size: clamp(1.375rem, 1.2856rem + 0.4471vw, 1.5625rem);}/*footer*/ 
.footer-block {    padding: 7rem 0 80px;}.footer-block::before {    bottom: 13%;    right: 7%;}.sitemap .RWDedictor {    display: flex;    justify-content: flex-start;    gap: 15px;}.sitemap ul {    width: calc(100%/3 - 20px);    margin-bottom: 25px;}.investors-block .RWDService001 i::before {    width: 150px;    height: 150px;}.about-block .container {    grid-auto-flow: row;    grid-template-columns: 1fr;}.about-block .ab-right img {    height: 350px;}.underline ul {    width: calc(100% - 260px);}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0 0 20px;}.hgroup .page_subject {    text-align: center;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 3 - 1px);    margin: 15px 0px;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    width: calc(100% / 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 .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;}.article7.articlecontent .page_wrapper_bg .article-text {    padding: var(--3dst);}.new_item {    grid-template-columns: auto;    grid-gap: 2rem;}#article .layoutlist_4 .item {    padding: var(--1dst);}.lang_en .about-sitemap a {    width: calc(100%/2 - 20px);    margin: 10px;}.lang_en .about-sitemap {    flex-direction: row;}.lang_en .titlebar h2 br {    display: none;}.lang_en .funny-boxes>.funny-boxes-text>.funny-boxes-tit {    letter-spacing: 0px;    font-size: 22px;}.investors-block .col-md-3 {    width: calc(100% / 3);    margin-bottom: 2rem;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2 span span{    transform: translateY(-4px);}.lang_en .about-block .titlebar h2 {    font-size: 22px;}.lang_en .titlebar .en-tit{        margin: 0 0 1rem;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
.certified-block {    margin: 0rem 0 3rem;}.banner-block .RWDbanner_plus01 .logo {    width: 300px;}/* 匯入內頁版面寬度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;}.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;}.article1 .RWDslider01 .control-box {    right: auto;}.main section .container .article-text>.container .xrow #sidebar {    position: relative;    top: auto;}.RWDtimeline01 li.event .point {    padding-right: 0;}.ft-top a.btn-style {    width: 215px;}.lang_en .pro-block .col-sm-4.col-md-4 {    margin-bottom: 20px;    width: 100%;}.lang_en .pro-block .funny-boxes {    padding: 2rem 3rem;    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: row;    height: auto !important;}.lang_en .pro-block .funny-boxes-text {    text-align: left;    padding-left: 15px;}.lang_en .funny-boxes > .funny-boxes-text > .funny-boxes-tit:after{    left: 0;    margin-left: 0;}.lang_en .ft-logo, .lang_en .ft-logo img {    width: 200px;}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
.RWDalert_fancybox.bottom {    padding: 20px 10px 15px !important;}.RWDalert_fancybox .btn.active {    margin-top: 10px;}.slogan-block,.slogan-block .info_bg {    height: 300px;}.slogan-block .infobox {    height: 203px;}.slogan-block .infobox .transitions {    padding: 40px 3rem;}.footer-block .ft-left .ft-info .RWDedictor {    display: flex;    flex-direction: column;    justify-content: space-between;    align-items: flex-start;}.footer-block .underline,.footer-block .information {    width: 100%;    flex-basis: 100%;}.ft-social {    left: 160px;}.footer-block .underline {    margin-bottom: 3rem;}.footer-block .underline ul {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;    gap: 15px;}.footer-block .underline ul li {    width: calc(50% - 8px);}.footer-block a.btn-style {    width: 100%;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {    margin-left: 0;    margin-right: 0;}.hgroup .page_subject {    padding-bottom: 20px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    width: auto !important;}.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: 30px !important;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;}#article .layoutlist_4 .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%;}#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}.download .search_area {    display: block;}.RWDService002 .row:nth-child(2):after {    display: none;}.investors-block .col-md-3 {padding: 0;}
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
.RWDmenu_plus04 .logo {    width: 120px;}.RWDmenu_plus04 .logo::before {    width: 124%;    height: 149%;}.pro-block .col-sm-4.col-md-4 {    margin-bottom: 20px}.pro-block .funny-boxes {    padding: 1.3rem 3rem;    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: row;    height: auto !important;}.pro-block .funny-boxes-text {    text-align: left;    padding-left: 15px;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: 50px;}.about-block .ab-right img {    height: 300px;}.banner-block .RWDbanner_plus01 .page-scroll {    bottom: 10%;}.underline ul {    width: calc(100% - 240px);}.banner-block .RWDbanner_plus01 .logo {    width: 50%;}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#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 - 1px);    margin: 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 .subject_title {    display: flex;    align-items: center;}.rwdlayoutlist_6 .list_no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_date {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item {    display: flex;    justify-content: flex-start;    align-items: center;}.rwdlayoutlist_6 .list_item .column.no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item .column.subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_item .column.date {    width: 16.66666667%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 2 - 1px);}.layoutlist_7 .row:before,.layoutlist_7 .row:after {    display: none;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd {    display: flex;    flex-wrap: wrap;}.layoutlist_8.rwd .item {    border-bottom: 0;    width: calc(100% / 2);}.layoutlist_8.rwd .list_img+.list_subject {    margin-top: 15px;}.layoutlist_8 .list_subject {    padding-left: 15px;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}/*左右圖文輪播PAD*/@media screen and (min-width: 415px) and (max-width: 767px) {    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column    }    .RWDslider01 .text {        width: 100%    }    .RWDslider01.pic-right .pic-list {        padding: 0;    }    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column;        width: 90%;        margin: auto;        padding: 0 !important    }    .RWDslider01 .pic-list {        width: 100%;        padding: 0;        margin: auto;        float: none !important    }    .RWDslider01.pic-right .control-box {        left: 50%;        transform: translateX(-50%);        text-align: center;        right: auto    }    .RWDslider01 .control-box {        right: auto;        left: 50%;        transform: translateX(-50%)    }}/*文章列表頁籤*/ 
.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*/ 
.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: 0;}.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);}/*影片列表*/#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;}/* 內頁 */ 
.tab {    padding: 2rem 1rem;}.tab.open .tab_title {    margin: 0 0 20px;}.article1.id17 .model.article_model.RWDtimeline01 {    padding: 2rem;}.RWDproduct_page .faq-list {    list-style: none;    padding: 0;    margin: 0;    margin-bottom: 20px;    border: 1px solid var(--border-color);    font-size: 15px;    color: #000;    letter-spacing: 1px;    line-height: 1.7;    font-weight: 400;    font-family: var(--jost-font-family);}.RWDproduct_page .faq-item .faq-question {    position: relative;    text-align: left;    background: #fff;    padding: 15px 35px;    font-size: var(--h6-size);    letter-spacing: 0px;    color: var(--sub-color);}.RWDproduct_page .faq-item .faq-answer {    border-top: 1px solid #eee;    padding: 40px 35px;}.RWDproduct_page .faq-item .faq-question:before {    font-size: 20px;    content: '+';    display: block;    width: 40px;    height: 100%;    position: absolute;    top: 11px;    right: 0;    z-index: 1;    line-height: 31px;}.RWDproduct_page .faq-item .faq-answer {    border-top: 1px solid #eee;    padding: 2rem;}.RWDproduct_page .faq-item .editor {    padding: 0;}.RWDproduct_page .faq-item.active .faq-question {    background: var(--main-color);    color: #fff;}.download .list_table td {    width: 100%;    padding-top: 0;}.download .list_table th.list_no,.download .list_table td.list_no {    width: 15%;}.download .list_table td:nth-child(2) {    display: none;}.download .list_table td.list_subject {    text-align: left;}.download .list_table td.list_date {    text-align: left;    padding: 10px 15px;}.download .list_table th.list_no,.download .list_table td.list_no {    display: none;}.article6 .layoutlist_2 .item {    width: 100%;    padding: var(--1dst);}.article6 .layoutlist_2 .list_subject .subsubject {    margin-bottom: 1rem;}.article6 .layoutlist_2 .listdate {    text-align: left;}.lang_en .about-sitemap a {    width: 100%;    margin: 10px 0;}.lang_en .about-sitemap {    flex-direction: column;}.funny-boxes>.funny-boxes-text>.funny-boxes-tit:after {    left: 0;    margin-left: 0;}.lang_en .titlebar h2 {    font-size: 18px;}.RWDService001 .row:nth-child(2),.RWDService001 .row:nth-child(3) {    width: 100% !important;    float: none;    display: inherit;    margin: 0;}.RWDService001 .row.section-subject {    display: none;}.RWDService001 .row::before,.RWDService001 .row::after {    display: none;}.investors-block .col-md-3 {    width: calc(100% / 2);    float: left;    padding: 0;}.lang_en .ft-top .underline {    align-items: flex-start;    flex-direction: column;    gap: 2rem;}.lang_en .footer-block .underline ul {    width: 100%;}.lang_en .ft-logo,.lang_en .ft-logo img {    width: 230px;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2{        margin-top: 5px;}.lang_en .RWDbanner_plus01 .logo img {    margin-bottom: 40px;}.lang_en .about-block .titlebar h2 {    font-size: 20px;}.lang_en .funny-boxes>.funny-boxes-text>.funny-boxes-tit {    font-size: 19px;}.lang_en .funny-boxes > .funny-boxes-text > .funny-boxes-tit{        padding-bottom: 1rem;}
}
/*767px end*/
/*670px start*/

@media (max-width: 670px) {    .about-block .container,    .pro-block .container,    .investors-block .container {        padding: 3rem 0;    }    .about-block::before {        width: 46vw;        height: 46vw;    }    .about-sitemap a {        width: calc(100%/2 - 20px);    }    .banner-block .RWDbanner_plus01 .slick-caption .txt4,    .banner-block .RWDbanner_plus01 .slick-caption .txt3 {        font-size: 22px;    }    .about-block .titlebar .en-tit {        margin: 0 0 0rem;    }    .footer-block .ft-right {        margin-top: 4rem;    } }

/*670px end*/
/*600px start*/
@media (max-width: 600px) {
.RWDalert_fancybox.bottom {    width: 100%;}.RWDmenu_plus04 .header.is-up {    padding-bottom: 10px;}p {    font-size: 15px;}.certified-block {    margin: 3rem 0;}.titlebar h2 {    font-size: 16px;}/*banner*/ 
.banner-block .container {    width: 100%;}.banner-block .picbgbox {    height: 200px !important;}/*pro*/ 
.lang_en .pro-block .funny-boxes,.pro-block .funny-boxes {    padding: 2rem 0rem;    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: column;}.pro-block .funny-boxes>.funny-boxes-text>h4 {    text-align: center;    margin-top: 15px;}.lang_en .pro-block .funny-boxes-text,.pro-block .funny-boxes-text {    padding-left: 0;    text-align: center;}.lang_en .funny-boxes>.funny-boxes-text>.funny-boxes-tit:after,.funny-boxes>.funny-boxes-text>.funny-boxes-tit:after {    left: 50%;    transform: translateX(-50%);}.slogan-block,.slogan-block .info_bg {    height: 238px;}.slogan-block .infobox {    height: 153px;}.slogan-block .infobox .transitions {    padding: 20px 2rem;    align-items: center;    justify-content: center;}.slogan-block .infobox .transitions h1 {    font-size: 19px;    text-align: center;}.slogan-block .infobox .transitions .cursive {    right: -44%;    width: 55vw;}.investors-block::before {    top: auto;    bottom: -25vw;    left: auto;    right: -2%;    width: 50vw;    height: 50vw;}/*footer*/ 
.footer-block::before {    width: 50vw;    height: 50vw;    bottom: unset;    right: -3%;    top: -25vw;}.footer-block .underline ul {    display: flex;    flex-direction: column;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;    gap: 0;}.footer-block .underline ul li {    width: 100%;}.sitemap ul {    width: calc(100%/2 - 8px);}.ft-bottom .container {    margin-top: 0 !important;}.certified-block .RWDbanner008__a {    margin: 0 2rem;}.about-block .container {    width: 90%;}.about-block .ab-right img {    height: 250px;}.about-sitemap {    margin: 2rem 0 0rem;}.ft-top .underline {    align-items: flex-start;    flex-direction: column;    gap: 2rem;}.footer-block .underline ul {    width: 100%;    gap: 1rem;}.investors-block .RWDService001 h2 {    margin-top: 1rem;}.footer-block .information a.maplink {    margin-top: 2rem;}.ft-social {    left: 0;    bottom: 0;    position: relative;    margin: 2rem 0 0;}.ft-logo,.ft-logo img {    width: 150px;}/* 匯入內頁版面寬度80%*//*標題*/ 
.hgroup {    padding-left: 15px;    padding-right: 15px;}.hgroup h1 {    margin-bottom: 50px;    line-height: 1.8;}.hgroup .container {    margin: 0 0 30px;    padding: 0;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn,.btn-primary {    width: 100% !important;}/*container*/ 
.page_wrapper_bg .pagecontent {    padding: 0px !important;}.page_wrapper_bg section.call_to_action {    padding: 40px 0;}.page_wrapper_bg .article-text .container {    padding: 0;}section.hgroup {    padding: 0;}/*fixrow*/ 
.fixrow {    padding-left: 0px !important;    padding-right: 0px !important;}/*文章列表最上層樣式調整*/#article .cate_list.row .col-sm-6.col-md-4 {    margin: 0 0 30px;}/*文章列表樣式-02*/#article .layoutlist_2 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-03*/#article .layoutlist_3 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: 100%;    margin: 10px 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 ul {    margin: 0;}.rwdlayoutlist_6 li {    margin: 0;    border-bottom: #dfdfdf solid 1px;    padding: 10px 0 10px;}.rwdlayoutlist_6 .subject_title {    display: none;}.rwdlayoutlist_6 .list_item {    text-align: center;    flex-direction: column}.rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {    width: 100%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: 100%;    padding: 0 0 40px;    margin: 0 0 40px;    border-bottom: 1px solid #eee;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd .item {    border-bottom: 1px solid #eee;    width: 100%;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: 100%;}/*左右圖文輪播PH*/ 
.RWDslider01 .pic-list {    width: 100%;}/*時間軸樣式*/ 
.RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {    left: 0;}.RWDtimeline01 li.event:before {    left: 27px;}.RWDtimeline01 li.event .point {    width: calc(100% - 90px);    left: 90px;}/*文章檔案下載*/ 
.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;}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: 100%;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: 100%;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/1);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-4 {    width: 100%;}#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: 100%;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;}/*產品檔案下載*/ 
.productcontent .page_content1 .download_container .btn {    max-width: 100% !important;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*相簿內容樣式-04*/ 
.album-list .item {    width: 100%;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;}/*影片列表*/#video .layoutlist_2 .video_item {    width: 100%;    margin: 0 0 40px;}/*產品內頁-01*/#member_org_price,#prod_fixprice {    margin-top: 25px;}.page_content1 #prod_price {    margin-top: 5px;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    width: 100%;    margin: 5px 0;}.shopping-step li span.name {    font-size: 13px !important;}#mobile-fixed .btn-box {    width: 180px;}#mobile-fixed .fixed-in {    width: calc(100% - 180px);    letter-spacing: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    width: 100%;    margin: 5px 0;}/*會員註冊變更位置*/@media (max-width: 575px) {    .login_box_footer {        position: relative;        padding: 20px 0 0;        margin: 20px 0 0;    }}/* 內頁 */ 
.article1 .RWDslider01 .text {    padding: 2rem 2rem;}:root {    --h4-size: 22px;    --h5-size: 19px;    --h6-size: 17px;}.article1.id17 .model.article_model.RWDtimeline01 {    padding: 0;    background: transparent;}.RWDtimeline01 .line_dot2 span {    display: none;}.article1.id17 .RWDtimeline01 li.event,.article3 .RWDtimeline01 li.event {    margin: 20px 0;    padding: 0;}.store_card ul li {    grid-template-columns: auto;    margin-bottom: 1rem;    padding-bottom: 1rem;    border-bottom: 1px dashed #dedede;}.store_card {    padding: 1.5rem;}.store_title>span {    font-size: 14px;}.article3 .main section .container .article-text>.container .xrow .pagecontent.col-md-9 {    background: transparent;    padding: 0 !important;}.article3 .RWDtimeline01 li.event .point,.article3 .RWDtimeline01 li.event:nth-child(odd) .point {    left: 70px;    width: calc(100% - 70px);}.article7.articlecontent .page_wrapper_bg .article-text {    padding: 0;    background-color: transparent;    box-shadow: none;}.article6 .layoutlist_2 .item {    padding: var(--2dst) !important;}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    padding: 0;}.page_wrapper_bg .hgroup h1 {    font-size: 32px;}.eforms1 .new-form {    padding: 2rem;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 16px;}
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
.RWDmenu_plus04 .features .search-btn {    padding: 21px 20px;}.RWDmenu_plus04 .logo::before {    width: 138%;    left: 47%;}.RWDmenu_plus04 .header.is-up .logo a::before {    width: 243px;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    padding: 20px 14px 20px 14px;    margin-top: 9px;}.RWDmenu_plus04 .header.is-up .features {    top: 0px;}.banner-block .RWDbanner_plus01 .slick-caption .txt4,.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: 19px;}.slogan-block,.slogan-block .info_bg {    height: 186px;}.about-sitemap {    flex-direction: column;}.about-sitemap a {    width: 100%;    margin: 10px 0;}.titlebar h2 {    margin: 0px 0 1rem;}.about-block .ab-right img {    height: 200px;}/*footer*/ 
.footer-block {    padding: 5rem 10px 80px;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}.about-sitemap a {    padding: 13px 3rem;}.lang_en .investors-block .RWDService001 h2 {   max-width: 140px;    margin: auto;}.investors-block .col-md-3 {    margin-bottom: 1rem;}.lang_en .sitemap ul {    width: 100%;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    .RWDmenu_plus04 .logo {        width: 100px;        margin-top: 12px;    }    .RWDmenu_plus04 .logo::before {        height: 161%;    }    .ml-stack-nav-toggle {        padding: 30px 14px;    }    .RWDmenu_plus04 .features .search-btn {        padding: 17px 20px;    }    .RWDbanner_plus01 .slick-caption.txt-left,    .RWDbanner_plus01 .slick-caption.txt-right {        width: 100%;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt2 {        font-size: 22px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        font-size: 45px;    }  .page_wrapper_bg .hgroup h1 {    font-size: 30px;}}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
.slogan-block,.slogan-block .info_bg {    height: 161px;}.slogan-block .infobox {    height: 126px;    bottom: -24px;}.slogan-block .infobox .transitions {    padding: 15px 1rem;}.footer-block .container {    width: 93%;}.RWDmenu_plus04 .header.is-up .logo a::before {    width: 180px;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 20px;}.banner-block .RWDbanner_plus01 .logo {    width: 220px;}/* 匯入內頁版面寬度80%*//*跟隨購物車寬度修正*/#mobile-fixed .btn-box {    width: 170px;    padding-left: 10px;}#mobile-fixed .fixed-in {    width: calc(100% - 170px);}.RWDproduct_page .faq-item .editor {    padding: 20px;}.lang_en .RWDmenu_plus04 .header.is-up .logo a::before {    width: 190px;}.lang_en .RWDmenu_plus04 .header.is-up .logo {    width: 180px;    margin-top: 15px;}.lang_en .banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 15px;    letter-spacing: 0;}
}
/*380px end*/
/*320px start*/
@media (max-width: 320px){
.about_bg>.container, .RWDnews005 .container, .products_title .container, .new_title .container, .new_footer .container {padding: 0 20px;}.product_panel .container {padding: 0 5px;}
}
/*320px end*/