/* all */:root {    --NotoSansTC_fontstyle: "Noto Sans TC", sans-serif;    --Rubik_fontstyle: "Rubik", sans-serif;    --BebasNeue_fontstyle: "Bebas Neue", sans-serif;    --MicrosoftJhengHei_fontstyle: "微軟正黑體", sans-serif;    --main-clolor: #0a0b0f;    --whitecolor: #fff;    --color-01: #2da7e0;    --color-02: #d7d7da;    --0dst: 0rem;    --1dst: 1rem;    --2dst: 2rem;    --3dst: 3rem;    --4dst: 4rem;    --5dst: 5rem;    --6dst: 6rem;    --7dst: 7rem;    --8dst: 8rem;    --9dst: 10rem;    --10dst: 10rem;    --11dst: 11rem;    --12dst: 12rem;    --13dst: 13rem;    --14dst: 14rem;    --15dst: 15rem;}.index .main.cd-main-content {    overflow-x: hidden;    color: var(--color-02);}.alert {    padding: 0;    margin-bottom: 0;    border: 0;    border-radius: 0;}.index h1,.index h2,.index h3,.index h4,.index h5,.index h6,.footer_block h1,.footer_block h2,.footer_block h3,.footer_block h4,.footer_block h5,.footer_block h6 {    position: relative;    margin-top: 0;    margin-bottom: 0;}body {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 300;    letter-spacing: 1px;    overflow-x: hidden;}.index body {    background: var(--main-clolor);}a,a:hover,a:active,a:focus,a:visited {    transition: .4s ease-out;    text-decoration: none;}p {    letter-spacing: 0;    color: #5f6368;    line-height: 1.5em;    font-weight: 300;    font-size: 15px;}:is(h1, h2, h3, h4, h5, h6, p) {    padding: 0;    margin: 0;}:is(.index ul, .index li) {    padding: 0;    margin: 0;    list-style: none;}/* 反白顏色設定*/::selection {    background: #fff;    color: #000;}::-moz-selection {    background: #fff;    color: #000;}.index .img-responsive {    width: 100%;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*/ 
.RWDfakeloader {    position: relative;    z-index: 0;}.RWDfakeloader img {    width: 180px;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*行動呼籲*/ 
.mobile-link {    position: fixed;    display: none;    left: 0;    bottom: 0;    width: 100%;    color: #FFF;    text-align: center;    z-index: 800;    transition: all 0.5s ease-out;}.mobile-link .RWDedictor {    display: flex;    flex-direction: row;    align-items: stretch;    align-content: center;    animation-delay: initial !important;    animation-duration: initial !important;    background-color: #00888e;}.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;}/*scrollbar樣式*/::-webkit-scrollbar {    width: 8px;    height: 5px;}::-webkit-scrollbar-track {    background: #212121;    height: 5px;}::-webkit-scrollbar-thumb {    background: rgba(255, 255, 255, 1);    border-radius: 20px;}::-webkit-scrollbar-thumb:hover {    background: var(--color-01);}/*搜尋*/ 
.RWDmenu_plus04 #search-box.full {    height: 100vh;}.RWDmenu_plus04 .features .search-btn {    padding: 25px 12px}.RWDmenu_plus04 #search-box.full .form-control {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .search-in {    max-width: 900px}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    z-index: 99999 !important;    width: 500px;    padding: 30px 50px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(255, 255, 255, 100%) !important;    color: #000 !important;    left: auto !important;    right: 0px !important;    line-height: 1.5 !important;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 20px;    border-color: #3c82f2;    background: #3c82f2 !important;    border-radius: 5px;    font-size: 16px;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*btn 按鈕樣式*/ 
.btn-style {    border: 1px solid var(--color-02);    background: transparent;    color: var(--color-02);    transition-duration: .5s;    transition-property: border-color, color;    transition-timing-function: cubic-bezier(.19, 1, .22, 1);    position: relative;    padding: 0 23px;    width: 255px;    height: 48px;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;    border-radius: 99em;    font-size: 15px;    letter-spacing: 2px;    z-index: 0;    font-weight: 400;    font-family: var(--NotoSansTC_fontstyle);}.btn-style i {    color: var(--color-02) !important;    font-size: 15px;    margin: 0 8px 0 0;}.btn-style:before {    -webkit-transform: scale(.9);    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 101%;    transform: scale(.7);    border-radius: 28px;    background-color: var(--color-01);    content: "";    opacity: 0;    transition-duration: .3s;    transition-property: opacity, -webkit-transform;    transition-property: opacity, transform, -webkit-transform;    transition-property: opacity, transform;    transition-timing-function: cubic-bezier(.39, .575, .565, 1);    z-index: -1;}.btn-style:after {    content: '';    background: url(archive/image/customization/btn-arrow.webp);    background-size: 100% auto;    position: absolute;    top: 15px;    right: 13px;    width: 15px;    height: 15px;    display: block;    z-index: -1;    filter: brightness(0) invert(1);}.btn-style:hover {    border-color: var(--color-01);    color: #fff;}.btn-style:hover:before {    -webkit-transform: scale(1.01);    transform: scale(1.01);    opacity: 1;    background-color: var(--color-01);}.btn-style:hover:after {    filter: brightness(0) invert(1);}/*主標題*/ 
.titlebar {    text-align: center;}.titlebar .en-main-tit {    font-family: var(--BebasNeue_fontstyle);    letter-spacing: 1px;    font-size: clamp(3.4375rem, 2.3929rem + 5.2232vw, 10.75rem);    background: linear-gradient(to bottom, #dfdfdf 0%, rgb(183 183 183) 40%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    line-height: 0.85;    font-style: italic;}.titlebar .en-main-tit span {    display: block;}.titlebar .main-tit {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 500;    font-size: clamp(2.1875rem, 2.0752rem + 0.4608vw, 2.8125rem);    line-height: 1.25;    letter-spacing: 2px;    color: var(--whitecolor);}.titlebar .sub-title {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 400;    font-size: 20px;    line-height: 1.4;    letter-spacing: 2px;    color: #d3d3d3;}/*側邊選單-按鈕顏色*/#div_forget_content #forget_table_btn,.RWDmenu_plus04 .member-block a.login.is-on,.RWDmenu_plus04 .member-block button.login.is-on,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn {    background: var(--main-color02);}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 230px;    margin-top: 15px;    transition: all 0.5s ease-out;    filter: brightness(0) invert(1);    position: absolute;}.RWDmenu_plus04 .container {    max-width: 1500px;}.RWDmenu_plus04 .site-nav .menu {    text-align: center;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: var(--NotoSansTC_fontstyle);    font-size: 16px;    color: var(--whitecolor);    font-weight: 300;    text-transform: uppercase;}/*header hover*/ 
.RWDmenu_plus04 .lang-select:hover .lang-select-label,.RWDmenu_plus04 .site-nav .menu>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>a:hover {    background: transparent;    color: var(--color-01);}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 1px;    background: var(--color-01);    bottom: 0;    right: 0;    transition: all .5s ease;}.RWDmenu_plus04 .site-nav .menu>li>a:hover:before {    width: 100%;    transition: all .5s ease;    right: auto;    left: 0;}/*header下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu li {    text-align: center;}.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    position: absolute;    right: 5px;    border-color: #fff;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu ul li>a {    padding-right: 0px;    padding-left: 0;}.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #fff;}/*header icon*/ 
.RWDmenu_plus04 .features {    position: absolute;    width: 250px;    right: 0;    top: 0;    z-index: 99;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}.RWDmenu_plus04 .features .cart-btn,.RWDmenu_plus04 .features .querycar-btn,.RWDmenu_plus04 .features .share-group a,.RWDmenu_plus04 .features i,.RWDmenu_plus04 .lang-select {    color: var(--whitecolor);    filter: brightness(0) invert(1);}.RWDmenu_plus04 .header .logo,.RWDmenu_plus04 .header .features .search-btn img,.RWDmenu_plus04 .header .features .member-btn img,.RWDmenu_plus04 .header .features .cart-btn img {    filter: brightness(0) invert(1);}.lang-select-options {    background-color: #060505b5;    backdrop-filter: blur(10px);    box-shadow: initial;}.lang-select-options>li {    border-bottom: 1px solid #595959;    border-right: 0;}.lang-select-options>li:last-child {    border-bottom: 0;}.lang-select-options a {    color: #fff;}.lang-select-options a:hover,.lang-select-options a:hover * {    color: var(--color-01);}/*搜尋*/ 
.RWDmenu_plus04 .features .search-btn {    padding: 23px 15px;}/*語系*/ 
.RWDmenu_plus04 .lang-select {    filter: initial;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: #060505b5;    backdrop-filter: blur(10px);    border-bottom: solid 1px rgba(255, 255, 255, 0.1);}.RWDmenu_plus04 .header.is-up .logo {    width: 180px;    transition: all 0.5s ease-out;    filter: initial;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .features .cart-btn {    color: #fff;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #fff;}/*下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: var(--color-01);    color: #fff;}/*漢堡選單基本設定*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {    color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {    color: #555;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li.active .m_title_block,.RWDmenu_plus04 #mobile-menu .menu>li.active .m_stitle_block {    color: #fff;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    color: #555;    font-weight: 400;}/*寬版選單*/ 
.RWDmenu_plus04 .dropdown-menu {    overflow: hidden;    min-height: 300px !important;    background: #1a273c;    padding: 2rem 0;}.RWDmenu_plus04 .dropdown-menu .manu-item-box {    min-height: 300px;    display: flex;    align-items: stretch;}.RWDmenu_plus04 .dropdown-menu .manu-item-box li.manu-item {    border-right: 1px solid #465876;    padding: 0 10px;    margin-top: 15px;}#dropdown_article4 li.manu-item {    width: calc(100%/4 - 1px);}.RWDmenu_plus04 .dropdown-menu .manu-item-box li.manu-item:last-child {    border: 0;}.RWDmenu_plus04 .dropdown-menu .manu-item-box,.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li a {    color: #fff;    font-size: 14px;    font-family: var(--NotoSansTC_fontstyle);    font-weight: 300;    letter-spacing: 1px;}.RWDmenu_plus04 .dropdown-menu .container {    max-width: initial;    transform: translateX(0px);    padding: 30px 80px;}.RWDmenu_plus04 .dropdown-menu .container .manu-item-box>li>a {    color: #fff;    border-bottom: 0;    font-size: 16px;    font-weight: 400;    font-family: 'Jost', 'Noto Sans TC', serif;    letter-spacing: 1px;    padding: 0 10px;}.RWDmenu_plus04 .dropdown-menu .pic-box {    width: 30%;    top: 0;}.RWDmenu_plus04 .dropdown-menu .pic-box .pic {    width: 300px;    height: 300px;    background-size: cover;}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul ul {    background: var(--color-01);}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li.has-child>a:after {    border: 1px solid #fff;    border-width: 1px 1px 0 0;    right: 10px;}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li a {    padding: 7px 10px;}.RWDmenu_plus04 .dropdown-menu.haspic .container {    padding: 0 330px 15px 15px;}.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul {    padding-top: 5px;}.RWDmenu_plus04 .site-nav .menu li.dropdown.menu-shop .m_title,.RWDmenu_plus04 .site-nav .menu li.dropdown.menu-shop .m_stitle {    min-width: 200px;}.RWDmenu_plus04 .site-nav .menu li.menu-contact .m_title,.RWDmenu_plus04 .site-nav .menu li.menu-contact .m_stitle {    min-width: 105px;}.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul>li.active>a,.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul>li>a:hover {    background: var(--color-01);}/*banner*/ 
.banner-block {    position: relative;    z-index: 1;}.RWDvideo006__scrolldown {    left: auto;    transform: initial;    right: 1%;    z-index: 9999;    height: 180px;}.RWDvideo006__scrolldown::before {    position: absolute;    content: '';    width: 1px;    height: 30px;    left: 30px;    top: 0;    background: var(--color-01);    animation: scd 5s ease 0s infinite alternate;    transition: all 0.5s ease 0s;}@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}.RWDvideo006__scrolldown::after {    content: '';    width: 1px;    height: 100%;    background: rgba(255, 255, 255, 0.3);    position: absolute;    left: 30px;    bottom: 0;}.fa-long-arrow-down:before {    content: "scroll down";    writing-mode: tb-rl;    margin-bottom: 0;    font-size: 13px;    letter-spacing: 2px;    color: #fff;    font-weight: 300;    padding-bottom: 40px;    z-index: 9999;    position: absolute;    height: 100%;    right: 32px;    top: 0;    text-transform: uppercase;    white-space: nowrap;}#RWDfullscreen01 .banner-block::before {    content: '';    position: absolute;    left: 0;    bottom: 0;    width: 100%;    height: 55%;    display: block;    z-index: 99;    pointer-events: none;    background: linear-gradient(to bottom, rgba(28, 29, 31, 0) 0%, rgba(28, 29, 31, 0) 2%, rgba(28, 29, 31, 1) 70%, rgba(28, 29, 31, 1) 89%);}.RWDvideo006__editor {    position: absolute;    top: -2vw;    left: 0;    color: #fff;    width: 100%;    height: 95vh;    display: flex;    flex-direction: column;    justify-content: flex-end;    align-items: flex-start;    text-align: left;    opacity: 1;    transition: opacity 0.5s ease-out;    z-index: 100;}.RWDvideo006__editor__inner {    width: 90%;    margin: 0 auto;}.RWDvideo006__editor::before {    content: '';    background: rgb(0 0 0 / 50%);    width: 100%;    height: 100vh;    position: absolute;    left: 0;    top: 2vw;    display: block;    pointer-events: none;    z-index: -1;}@keyframes fadeOut {    0% {        opacity: 1;    }    100% {        opacity: 0;    }}.RWDvideo006__editor.fade-out {    opacity: 0;}.RWDvideo006__editor .bn-en {    font-size: clamp(6.25rem, 4.9107rem + 6.6964vw, 15.625rem);    text-transform: uppercase;    font-family: var(--BebasNeue_fontstyle);    letter-spacing: 0;    position: relative;    z-index: 0;    background: linear-gradient(to bottom, #dfdfdf 0%, rgb(183 183 183) 40%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    font-style: italic;    line-height: 0.85;}.bn-en.mobile-style {    display: none;}.RWDvideo006__editor .bn-en span {    display: block;    margin-left: 3vw;    color: var(--color-01);}.RWDvideo006__editor .bn-main-tit {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 500;    font-size: clamp(2.1875rem, 2.0752rem + 0.4608vw, 2.8125rem);    line-height: 1.25;    letter-spacing: 2px;    margin: -11.8rem 0 0 35vw;}.RWDvideo006__editor .bn-sub-tit {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 300;    font-size: 20px;    color: #adadad;    line-height: 1.4;    letter-spacing: 14px;    margin: 1.2rem 0 0 35vw;}/*scrolldown*/@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}/*------------------about 關於我們形象 (隱藏)---------------------*/ 
.about-block {    position: relative;    z-index: 1;}.about-top {    position: relative;    z-index: 0;    height: 800px;    display: none;}.about-top .about-topbox {    text-align: center;    position: relative;    z-index: 0;}.about-topbox .en-sub-tit {    font-family: var(--BebasNeue_fontstyle);    font-size: 90px;    font-weight: 500;    letter-spacing: 7px;    font-style: italic;    background: linear-gradient(to bottom, rgba(29, 100, 154, 1) 0%, rgb(44 160 209) 100%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    line-height: 1;}.about-top .aout-top-pic {    width: 46vw;    margin: -1vw auto 0;}.about-top .aout-top-pic img {    width: 100%;}.about-top .RWDparallax_new,.about-top .RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 2000px !important;    top: 47%;    left: 0;    z-index: -2;    transform: translateY(-50%);    background-size: 100% auto;}.about-top .RWDparallax_new .container {    width: 100% !important;}.circle-light {    position: absolute;    top: 52%;    left: 50%;    transform: translate(-50%, -50%);    mix-blend-mode: lighten;    z-index: -1;    width: 55vw;    display: block;}/*------------------關於我們形象 (隱藏) end---------------------*//*------------------about關於我們內容---------------------*/ 
.about-info {    position: relative;    z-index: 0;    height: 100vh;}.about-info::after {    content: '';    background: url(archive/image/customization/ab-inner-bg.webp) no-repeat;    background-size: cover;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -2;    display: block;    opacity: 0.6;    pointer-events: none;}.about-info::before {    content: '';    background: url(archive/image/customization/ab-blue-bg.webp) no-repeat;    background-size: 100% auto;    position: absolute;    top: 9vw;    left: 0;    width: 100%;    height: 100%;    display: block;    z-index: -1;    pointer-events: none;    opacity: 0.5;}.about-info .RWDedictor008 {    position: absolute;    left: 17vw;    z-index: 1;    width: fit-content;    top: 27vw;}.about-info .en-main-tit {    margin: 0;    font-size: clamp(9.375rem, 8.7235rem + 2.6728vw, 13rem);    padding: 0 3rem 0 0;}.about-info .en-main-tit span {    margin-left: 6vw;}.RWDright_cont002 .container {    width: 100% !important;    padding: 0 !important;}.RWDright_cont002 .item-first {    background: transparent;    display: flex;    justify-content: space-between;    align-items: center;    flex-direction: row;}.RWDright_cont002 .item-first a {    display: block;    width: 55%;    position: relative;    top: -2vw;    cursor: initial;}.RWDright_cont002 .item-first .pic {    width: 100%;}.RWDright_cont002 .item-first:hover .pic img {    transform: scale(1);}.RWDright_cont002 .item-first .text-box .title {    font-size: clamp(1.75rem, 1.6786rem + 0.3571vw, 2.25rem);    letter-spacing: 2px;    line-height: 1.5;    font-weight: 500;}.RWDright_cont002 .item-first .text-box .underline,.RWDright_cont002 .item-first .text-box a,.RWDright_cont002 .item-first .text-box .subtitle {    display: none;}.RWDright_cont002 .item-first .text-box .text,.RWDright_cont002 .item-first .text-box .text p {    color: var(--color-02);    width: 80%;    line-height: 1.8;    font-weight: 500;    letter-spacing: 1px;    font-size: 15px;}.about-list {    width: 80%;    margin: 5rem 0;    border-left: #dfdfdf1f solid 1px;    padding: 20px 0 20px 1.5rem;}.about-list .list {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;}.about-list .list img {    width: 70px;    margin: 0 0 20px;}.about-list .list-info {    width: 50%;    padding: 0 25px;}.about-list .list-info .tit {    font-weight: 700;    color: var(--color-01);    font-size: 18px;    margin: 0 0 15px;}.about-list .list-info .box {    line-height: 1.8;}/*------------------合作商---------------------*/ 
.partner-block {    padding: 0 0 var(--12dst);    position: relative;    z-index: 1;}.partner-block .RWDnews005 .container {    width: 100% !important;    padding: 0 !important;}.partner-block .RWDnews005 .owl-carousel img {    width: 85px !important;}.partner-block .RWDnews005 .owl-carousel.buttons-autohide .owl-buttons {    display: none;}.RWDnews005 .owl-carousel .owl-item div a {    cursor: initial;}.RWDnews005 .main-title {    color: #fff;    font-size: 21px;    font-weight: 500;}.RWDnews005 .section-subject.row {    padding: 0;}.RWDnews005 .main-title::before {    content: '';    width: 12vw;    height: 1px;    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);    display: inline-block;    margin: 0 2rem;}.RWDnews005 .main-title::after {    content: '';    width: 12vw;    height: 1px;    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);    display: inline-block;    margin: 0 2rem;}.RWDnews005 .section-line{display: none;}/*------------------產品---------------------*/ 
.pro-block {    position: relative;}.pro-block .container {    width: 100%;    padding: 0;    position: relative;    z-index: 0;}.pro-block .titlebar {    margin: 0 auto;    position: relative;    z-index: 0;}.pro-block .titlebar::before {    content: '';    background: url(archive/image/customization/pro-tit-bg.webp) no-repeat;    background-size: 100% auto;    background-position: center bottom;    width: 100%;    height: 33vw;    position: absolute;    bottom: -19px;    left: 0;    display: block;    z-index: -1;}.pro-block .en-main-tit {    margin-left: -26rem;}.pro-block .en-main-tit span {    display: block;    margin-left: 1.5vw;}.pro-block .titlebar .main-tit {    margin: -7.8rem 0 0 45rem;}.pro-block .titlebar .sub-title {    margin: 0.2rem 0 0 33rem;}.pro-block .infobox {    position: relative;    z-index: 0;    padding: var(--10dst) 0;    margin: 1rem 0 0;}.pro-block .infobox::before {    content: '';    background: url(archive/image/customization/light-line.webp) no-repeat;    background-size: 100% auto;    background-position: left center;    width: 31vw;    height: 22vw;    position: absolute;    top: -10.5vw;    left: 34%;    transform: translateX(-50%);    display: block;    z-index: -1;    pointer-events: none;}.pro-block .infobox::after {    content: '';    background: url(archive/image/customization/pro-bg.webp) no-repeat;    background-size: cover;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;    opacity: 0.7;}.pro-block .infobox .RWDproduct004 {    width: 80%;    margin: 0 auto;}/*產品*/ 
.RWDproduct004,.RWDproduct004 #portfolio {    overflow: initial;}.RWDproduct004 .callout-dark {    display: none;}.RWDproduct004 #portfolio.portfolio-nogutter .row>div {    width: calc(100%/5 - 20px);    margin: 0 10px 2rem !important;    transition: all 0.5s ease-out;}.RWDproduct004 .mix-grid .item-box,.RWDproduct004 #portfolio .item-box {    overflow: initial;    transition: all 0.5s ease-out;}.RWDproduct004 figure {    transition: all 0.5s ease-out;}.RWDproduct004 figure:hover {    border: 1px solid rgba(71, 128, 175, 0.1);    box-shadow: inset 0 0 20px rgba(45, 153, 225, 0.7), 0 0 20px rgba(45, 153, 225, 0.2);    outline: 1px solid !important;    outline-color: rgba(225, 51, 45, 0) !important;    outline-offset: 15px;    text-shadow: 1px 1px 2px var(--color-01);    transition: all 0.5s ease-out;}.RWDproduct004 #portfolio div.col-md-3 h3 {    color: var(--color-02);    line-height: 1.3;}.RWDproduct004 .item-box-desc {    padding: 15px 0 0 5px;}/*.RWDproduct004 .item-box .item-hover .inner {    display: none;}*/ 
.RWDproduct004 .item-box .item-hover .inner .lightbox {    display: none;}.RWDproduct004 .item-box .item-hover .inner .ico-rounded>span {    background: transparent;    color: transparent;    display: none;}.RWDproduct004 .item-box .item-hover .inner .ico-rounded:hover>span {    color: transparent;}.RWDproduct004 .item-box .item-hover .inner {    line-height: inherit;    height: 100%;    top: 0;    margin-top: 0;}.RWDproduct004 .item-box .item-hover .inner a {    display: block;    width: 100%;    height: 100%;}/*------------------技術---------------------*/ 
.technology-block .container {    width: 100%;    padding: 0;    display: flex;    flex-direction: row;    justify-content: space-around;    align-items: stretch;}.technology-block .titlebar .RWDedictor008 {    height: 100%;    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;}.technology-block .titlebar .en-main-tit {    font-size: 75px;    width: fit-content;    display: block;    padding: 0 15px;    margin: 0 auto;}.technology-block .titlebar .en-main-tit::after {    content: '';    width: 1px;    height: 150px;    display: block;    background: #212121;    margin: 10px auto 0;}.technology-block .titlebar .main-tit {    margin: 1rem 0 1rem;}.technology-block .L-box {    width: 75%;}.technology-block .R-box {    width: 25%;    position: relative;    z-index: 0;}.technology-block .R-box::before {    content: '';    background: url(archive/image/customization/ab-inner-bg.webp) no-repeat;    background-size: cover;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;    opacity: 0.7;    pointer-events: none;}.RWDservice012 .RWDservice012__head {    display: none;}.RWDservice012 .text_box .text .title {    color: var(--color-02);    font-size: 22px;    font-weight: 500;    line-height: 1.4;    letter-spacing: 1px;}.RWDservice012 .text_box .text {    border: 1px solid #0a0b0e;}.RWDservice012 .text_box .text:hover::after {    background: #060505b5;    backdrop-filter: blur(10px);}/*------------------最新消息---------------------*/ 
.news-block {    padding: var(--10dst) 0 0;    position: relative;    z-index: 0;}.news-block::before {    content: '';    background: url(archive/image/customization/news-bg.webp) no-repeat;    background-position: center;    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    background-size: 100% auto;}.news-block .container {    width: 50%;    margin: 0 auto;    position: relative;    z-index: 0;    background: #060505b5;    backdrop-filter: blur(10px);    padding: 5rem 5rem;    border: 1px solid transparent;    -moz-border-image: -moz-linear-gradient(135deg, #26547c 0%, rgba(96, 171, 248, 0) 50%, rgba(58, 78, 213, 1) 100%);    -webkit-border-image: -webkit-linear-gradient(135deg, #26547c 0%, rgba(96, 171, 248, 0) 50%, rgba(58, 78, 213, 1) 100%);    border-image: linear-gradient(135deg, #26547c 0%, rgba(96, 171, 248, 0) 50%, rgba(58, 78, 213, 1) 100%);    border-image-slice: 1;}.news-block .container::before {    content: '';    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    box-shadow: 1.6px 2.5px 2.6px -17px rgba(17, 115, 207, 0.073), 5.4px 8.3px 8.7px -17px rgba(17, 115, 207, 0.107), 24px 37px 39px -17px rgba(17, 115, 207, 0.18);}.RWDnews_listblock h2 {    font-family: var(--BebasNeue_fontstyle);    letter-spacing: 1px;    font-size: 172px;    background: linear-gradient(to bottom, #dfdfdf 0%, rgb(183 183 183) 40%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    line-height: 0.85;    font-style: italic;    display: none;}.RWDnews_listblock h3 {    font-family: var(--NotoSansTC_fontstyle);    font-weight: 500;    font-size: clamp(1.875rem, 1.7627rem + 0.4608vw, 2.5rem);    line-height: 1.25;    letter-spacing: 2px;    color: var(--whitecolor);    margin: 0 0 3rem;    text-align: center;}.RWDnews_listblock li a {    color: var(--color-02);    margin-left: 20px;}.RWDnews_listblock li {    padding: 10px 0;    display: block;    border-bottom: 1px solid #e4e4e426;}.RWDnews_listblock li:last-child {    border: 0;}.RWDnews_listblock span {    font-size: 13px;    color: #989898;    margin: 0 0 5px;}/*------------------最新消息---------------------*/ 
.transitions-block .container {    width: 100%;    padding: 0;}.transitions-block .mobile-pic {    display: none;}/*250603隱藏下拉簡中*/ 
.lang-select-options li:nth-child(2) {    display: none;}
/*footer start*/

.footer-block {    background: var(--main-clolor);    backdrop-filter: blur(10px);    border-top: 1px solid hsla(240, 4%, 89%, .08);    border-bottom: 1px solid hwb(240 89% 11% / 0.08);    overflow: hidden;    position: relative;}.footer-block::before{    content: '';    background: url(archive/image/customization/circle-light-footer.webp) no-repeat;    position: absolute;    left: -9vw;    top: -26vw;    display: block;    z-index: 0;    width: 51vw;    height: 60vw;    background-size: 100% auto;    pointer-events: none;    mix-blend-mode: lighten;}.footer-block::after{    content: '';    background: url(archive/image/customization/ab-inner-bg.webp) no-repeat;    background-size: cover;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;    opacity: 0.5;    pointer-events: none;}.ft-bottom .container,.footer-block .ft-box.container {    width: 70%;    margin: 0 auto;}.footer-block .ft-box.container {    padding: 3rem 0 8rem;}.footer-block .ft-L {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: space-around;    align-items: flex-start;    margin: 3rem 0 8rem;}.footer-block .ft-L .ft-logo-box {    width: 40%;}.footer-block .ft-L .ft-info {    width: 60%;}/*公司資訊*/ 
.ft-logo {    width: 250px;}.footer-block .ft-info {    display: flex;    justify-content: flex-end;}.footer-block .ft-info .RWDedictor {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-template-rows: repeat(2, 1fr);    grid-column-gap: 77px;    grid-row-gap: 0px;    align-items: start;    justify-content: start;}.footer-block .ft-info .cp_name {    grid-area: 1 / 1 / 3 / 2;    color: #fff;    font-weight: 500;    font-size: 18px;}.footer-block .ft-info ul {    grid-area: 1 / 2 / 2 / 3;}.footer-block ul {    list-style: none;    padding: 0;}.footer-block .ft-info ul li {    margin: 0 0 7px;    color: var(--color-02);}.footer-block .ft-info ul li:last-child {    margin: 0;}.footer-block .ft-info a {    color: var(--color-02);}.footer-block .ft-info a.btn-style {    grid-area: 2 / 2 / 3 / 3;    margin: 3rem 0 0;}/*社群*/ 
.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 {    margin-top: 40px;    font-size: 15px;}.sitemap .RWDedictor {    display: flex;    justify-content: space-between;    align-items: flex-start;    gap: 50px;}.sitemap ul {    width: calc(100%/5 - 1px);}.sitemap .sitemap-tit {    padding: 0 0 25px;    margin: 0 0 25px;    border-bottom: 1px solid hsla(240, 4%, 89%, .08);    font-weight: 500;    color: #fff;    font-size: 18px;}.sitemap a {    display: inline-block;    color: #a3a3a9;}.sitemap a:hover {    color: #fff;    text-decoration: underline;}/*copyright*/ 
.ft-bottom {    display: flex;    align-items: center;    flex-wrap: wrap;    font-size: 12px;    font-weight: 400;    border-top: 1px solid hsla(240, 4%, 89%, .08);    font-family: var(--MicrosoftJhengHei_fontstyle);    background: var(--main-clolor);}.ft-bottom .container,.copyright_desc a,.copyright_desc {    color: #555;}.ft-bottom .container {    display: flex;    justify-content: center;    align-items: center;    padding: 25px 0;    text-align: center;}.ft-bottom .container>div {    margin-right: 10px;    position: relative;}.ft-bottom .container>div {    margin-left: 10px;    position: relative;    letter-spacing: 0;}.ft-bottom .container .model::before {    content: '';    width: 1px;    height: 12px;    background: 1px solid hsla(240, 4%, 89%, .08);    display: block;    position: absolute;    right: -10px;    top: 6px;}.ft-bottom .container>div.RWDssl01 {    margin-left: 0;}.ft-bottom .container>div.RWDcopyright::before {    display: none;}

/*footer end*/
/*menu open start*/

/* 調整 */ 
.RWDmenu_plus04 .features {    width: 140px;}@media (max-width: 1400px) {    .RWDmenu_plus04 #mobile-menu .menu>li>a {        font-size: 16px !important;    }    .RWDmenu_plus04 .ml-stack-nav-toggle:hover {        color: var(--color-01);    }    /*漢堡選單開啟*/    .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;    }    /*漢堡選單樣式調整*/    .menu-open .RWDmenu_plus04 #mobile-menu {        background: #1b1e21de;        backdrop-filter: blur(10px);        box-shadow: initial;        border-left: 1px solid hsla(240, 4%, 89%, .08);    }    .RWDmenu_plus04 #mobile-menu .menu>li {        border-bottom: 1px solid hsla(240, 4%, 89%, .08);    }    .RWDmenu_plus04 #mobile-menu .menu a {        color: #fff;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active>a {        background-color: transparent;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active {        background-color: var(--color-01);    }    .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: #fff;    }    .RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {        font-weight: normal;    }    .RWDmenu_plus04 .menu li a .m_stitle_block {        color: #adadad;    }    /*漢堡本人調整*/    .ml-stack-nav-toggle {        color: #fff;    }    .ml-stack-nav-toggle__line {        background: #fff;    }    /*header menu hover*/    .RWDmenu_plus04 .lang-select-label:hover:after,    .RWDmenu_plus04 .site-nav .menu>li.active>a:after,    .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,    .RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,    .RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {        border-color: #888;    }    .RWDmenu_plus04 .site-nav .manu-item:hover>a,    .RWDmenu_plus04 .site-nav .menu ul li a:hover,    .RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,    .RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {        text-decoration: none;        font-weight: normal;        color: #fff;    }    /*格線*/    .RWDmenu_plus04 .features:after {        display: none;    }    /*header呼籲*/    .RWDmenu_plus04 .features {        position: relative;        padding-right: 0;        float: right;        margin: 0px 15px 0 0;    }    .RWDmenu_plus04 .features .edit {        display: block;    }    .RWDmenu_plus04 .features .edit .headerbooking {        margin: 15px 0 0;    }    .RWDmenu_plus04 .header:before {        display: none;    }    /*header下滑*/    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {        color: #fff;    }    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {        background: #fff;    }    .RWDmenu_plus04 .menu-icon:after,    .RWDmenu_plus04 .menu-icon:before {        background-color: #fff;    }    .RWDmenu_plus04 .language-block a {        color: #8e8e8e;    }}

/*menu open end*/
/*內頁 start*/

/* 匯入內頁版面寬度80%*//* 240605 main修正 */ 
.main {    margin: 0 !important;}/*a連結*/a {    text-decoration: none;}.page_wrapper_bg section.call_to_action a,.page_wrapper_bg section.call_to_action a:hover,.page_wrapper_bg section.call_to_action a:focus,.page_wrapper_bg section.call_to_action .btn,.page_wrapper_bg section.call_to_action .btn:hover,.layoutlist_3 .dbtn_v2,.layoutlist_3 .dbtn_v2:hover {    text-decoration: none;    transition: .5s;}.row {    margin-right: 0px;    margin-left: 0px;}.boxname {    margin: 0 10px;}:root {    --intxt_color: #666;    --inmaintxt_color: #333;    --btn-txt-color: #333;    --btn-txt-hover-color: #fff;    --btn-main-color: #333;    --btn-main-hover-color: #2da7e0;    --btn-sub-color: #333;    --btn-sub-hover-color: #2da7e0;    --btn-border-radius: 99em;    /* 圓角數值更改處 方形改0；圓形改99em */}/*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 !important;    letter-spacing: 0 !important;    line-height: 1.5;}.layoutlist_4 .buybtn {    padding: 10px 0;}.list-btn {    padding: 10px 0;    margin: 20px 0 0;}.layoutlist_5 .product_list_item .subject {    margin: 10px 0 0;}.layoutlist_5 .item .buybtn {    width: 100%;    padding: 5px 0;}input#top_search_searchkey {    font-size: 20px !important;    letter-spacing: 1px !important;}.cd-search.full .ibtn,.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 .member-block .form-area .group {    flex-wrap: nowrap;}.login_box_footer a.member_join {    display: flex;    justify-content: center;    align-items: center;}input#search_box_text {    font-size: 20px !important;}/*購物流程圈圈改色*/@keyframes num-bg {    0% {        background: #666;        -webkit-transform: scale(.5);        transform: scale(.5)    }    100% {        background: #666;        -webkit-transform: scale(1);        transform: scale(1)    }}/*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 6vw 0;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;    max-width: 1700px}.page_wrapper_bg .article-text .container {    width: 100%;}.hgroup .container {    width: 100%;    margin: 0 0 5rem;}/*搜尋*/ 
.RWDsearch_page .search-list {    margin-bottom: 40px !important;}.RWDsearch_page .list-img .name {    height: auto;}/*文字統一設定*/ 
.page_wrapper_bg .hgroup h1 {    line-height: 1.3;}.page_wrapper_bg .article-text h2 {    font-size: 1.3rem;    line-height: 1;    letter-spacing: 2px;}.page_wrapper_bg .article-text h3 {    letter-spacing: 2px;    line-height: 1.5;    margin-bottom: 10px;    font-weight: bold;    font-size: 1.2rem !important;}.page_wrapper_bg .article-text h4 {    font-size: 1.1rem;    line-height: 1.7;    letter-spacing: 2px;    margin: 15px 0 15px;    font-weight: bold;}.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav,.RWDslider01 .slick-dots button {    font-size: 1rem;    line-height: 1.8;    letter-spacing: 1px;    color: #333;    font-weight: 400;    font-family: var(--FontFamilyTw);}#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-family: var(--FontFamilyTw);}.bd_row h1,.bd_row h2,.bd_row h3,.bd_row h4,.bd_row h5,.bd_row h6 {    font-family: var(--FontFamilyTw);}._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;}/*-------按鈕--------*/#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: #333;    transition: all 0.2s ease;    border: 1px solid #333;    line-height: 1;    border-radius: var(--btn-border-radius);}.btn.btn_back a:hover {    border: 1px solid var(--btn-main-hover-color);    color: var(--btn-txt-hover-color) !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: var(--btn-txt-color) !important;    background: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: all .2s ease;    border-radius: 0}.ebtn a:hover {    background: var(--btn-sub-hover-color);    color: var(--btn-txt-hover-color) !important;    border-color: var(--btn-sub-hover-color);    transition: all .2s ease;}.new-form .new-width .currectsend_btn a {    color: var(--btn-main-color) !important;    background: 0 0}.new-form .new-width .currectsend_btn a:hover {    color: var(--btn-txt-hover-color) !important;    background: var(--btn-main-hover-color)}/*購物車按鈕*/ 
.RWDshopping .btn.bg1 {    background: transparent;    color: var(--btn-txt-color);    border: 1px solid var(--btn-txt-color);    border-radius: var(--btn-border-radius);}.RWDshopping .btn.bg1:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid var(--btn-main-color);    color: var(--btn-txt-hover-color) !important;    background: var(--btn-main-color);}.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 var(--btn-txt-color) !important;    color: var(--btn-txt-color) !important;    background: var(--btn-txt-color) !important;}.RWDshopping .btn.bg2:hover {    background: var(--btn-main-hover-color) !important;    color: var(--btn-txt-hover-color) !important;    border: 1px solid var(--btn-main-hover-color) !important;}.RWDshopping .btn.bg2 i {    transition: none;}.RWDshopping .btn.bg3 {    background: transparent;    color: var(--btn-txt-color);    border: 1px solid var(--btn-txt-color);    border-radius: 0;}.RWDshopping .btn.bg3:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid var(--btn-main-hover-color);    color: var(--btn-txt-hover-color) !important;    background: var(--btn-main-hover-color);}/*購物訂單畫面按鈕*/ 
.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: var(--btn-txt-color) !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;}#div_forget_content #forget_table_btn {    background: var(--btn-main-color);    transition: .5s;    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius) !important;}#btn_member_login:hover,#div_forget_content #forget_table_btn:hover {    background-color: var(--btn-main-hover-color);    transition: .5s;    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}/* 會員生日欄位長度修正 */#join_form input#memberColumns_00003 {    min-width: 130px;}#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: var(--btn-txt-hover-color) !important;    border: 1px solid var(--btn-main-hover-color);}.webbtn {    background: var(--btn-main-color)}.webbtn:hover {    background: var(--btn-main-hover-color);    color: var(--btn-txt-hover-color);}.btn-primary,.shopping_viewlogin__submit {    color: var(--btn-txt-color);    background-color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    border-radius: var(--btn-border-radius) !important;    float: right;    margin-right: 0px;    font-size: 1rem;    box-shadow: none;}.btn-primary a {    color: var(--btn-txt-color);    font-size: 1rem;}.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {    color: var(--btn-txt-color) !important;}.btn-primary:hover {    transition: all 0.3s ease;    color: var(--btn-txt-hover-color);    background-color: var(--btn-main-color);    border-color: var(--btn-main-color);}.btn-primary:active:hover,.btn-primary:active:focus {    background-color: var(--btn-sub-color);    border: 1px solid var(--btn-sub-color);}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {    color: var(--btn-txt-hover-color) !important;    background-color: var(--btn-main-color);    border-color: var(--btn-main-color);    outline: none;}.shopping_viewlogin__member a:hover {    color: #333;}/*詢問車按鈕*/ 
.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: 1.1rem !important;    font-weight: 500;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}.layoutlist_7 .litem {    margin: 0 0 3rem !important;    padding: 0 20px;}#article .layoutlist_7 .row,#article .cate_list.row {    display: flex;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding: 0 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    font-size: 1.3rem;    line-height: 1.5;    display: block}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: 16px;    font-weight: 400;    line-height: 1.5;    color: #000}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li ul,.RWDproduct_page .tab-box .tab-container>ul>li ol {    padding-left: 22px;}.RWDproduct_page .tab-box .tab-menu li.active a {    color: #121212;    border: transparent;    background: transparent;    font-weight: 500;    letter-spacing: 1px;    font-size: 17px}.RWDproduct_page .tab-box .tab-container {    border: 1px solid #eee}.RWDproduct_page .tab-box .tab-menu li:last-child a:after {    opacity: 0}.RWDproduct_page .tab-box .tab-menu a:after {    content: "";    background: #ccc;    position: absolute;    width: 1px;    height: 15px;    right: 0;    top: 50%;    transform: translateY(-50%)}.RWDproduct_page .tab-box .tab-container>ul>li ol>li:last-child {    margin: 0}.RWDproduct_page .tab-box .tab-container>ul>li ol>li {    margin: 0 0 15px}#mobile-fixed,.RWDproduct_page {    color: #444}.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 50px;    line-height: 2;    font-size: 15px}.RWDproduct_page .tab-box .tab-menu li.active a:before {    display: none}.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {    display: flex}.RWDproduct_page .tab-box .tab-menu a {    margin: 0 5px 0 0;    padding: 15px 30px;    height: auto;    font-size: 17px;    background: transparent;    border: 0;    position: relative}.productcontent .tabs nav ul {    margin: 0 !important;}/*文章頁籤*/ 
.tabs {    margin: 5rem 0 0;}.tabs nav a {    padding: 15px 20px !important;    height: auto !important}.tabs nav ul li:first-child {    border: 0;    box-shadow: none;}.tabs nav li:last-child:before {    opacity: 0}.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after,.tabs nav li.tab-current:after {    display: none}.tabs nav ul li {    border: 0}.tabs nav a {    border-radius: 0;    font-weight: 400;    letter-spacing: 1px;    background: transparent !important;    border: 0 !important;    font-size: 16px !important}.tabs nav ul li:before {    content: "";    background: #ccc;    width: 1px;    height: 15px;    position: absolute;    right: 0;    top: 50%;    transform: translateY(-50%)}.tabs nav li.tab-current:before {    width: 1px;    right: 0;    background: #ccc;    bottom: auto;    top: 50%;    transform: translateY(-50%);    height: 15px}.tabs .content {    border: 1px solid #eee;    padding: 50px !important;    font-weight: 400;    line-height: 1.8;    font-size: 15px;    letter-spacing: 1px;    margin: -10px 0 0;    background: #fff}.tabs nav li.tab-current a {    background: transparent;    color: #000 !important;    border: 0;    font-weight: 500 !important}.tabs nav ul {    margin: 0 0 10px !important}.tabs nav li.tab-current {    border: transparent;    box-shadow: none;    border-bottom: none;    z-index: 100;}/* 時間軸 */ 
.RWDtimeline01 li.event .point {    z-index: 1;}/*相簿列表*/ 
.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: 1.1rem;}#album .page_content2 .dis .dis_li .text {    font-size: 16px;    line-height: 1.8;    letter-spacing: 0;    color: #000;    font-weight: 400;    margin: 0 0 30px}/*相簿-2*/#album .layoutlist_2 .album_item_subject {    padding: 20px 0px;    font-size: 1.1rem;}/*相簿共同彈跳視窗*/ 
.photo_num {    position: relative;    text-align: right;    margin: 10px 0 0px;}/*Q&A*/ 
.rwd .faq_question {    font-size: 16px;    letter-spacing: 2px;}.rwd .faq_answer {    font-size: 15px;    letter-spacing: 2px;    line-height: 1.8;}/*影片*/ 
.video_item_subject {    font-size: 1rem;    letter-spacing: 0;    font-weight: 500;    color: #000}.video_item a.videolink:hover {    color: #000;}/*檔案下載*/ 
.download .search_input {    background: transparent;}.no-touch .layoutlist_5 .dbtn_v2:hover {    background: #333;    border-color: #333;    color: #fff;}.layoutlist_5 .dbtn_v2 {    display: inline-block;    margin: 15px 0 0;    padding: 6px 0.8em;    font-size: 14px;    line-height: 1.2;    color: #333;    border: 1px solid #b7b7b7;    border-radius: 2px;    background: #fff;    text-decoration: none;    cursor: pointer;}.layoutlist_5 .download_subject {    line-height: 1.4;}.layoutlist_5 .summary {    margin: 8px 0 0;    font-size: 13px;    line-height: 1.4;    color: #818181;}.dd-selected {    font-size: 15px;    letter-spacing: 0;}.download_container .btn {    font-size: 16px;    background: var(--btn-main-color);    color: #fff;    border-radius: 0;    padding: 6px 3rem}.download_container .btn:hover {    background: var(--btn-sub-color)}.file_area label.dd-option-text {    margin: 0;    font-weight: 400;    display: block;}#file_dlist a.dd-option {    padding: 12px;}.downlaod5_item_btn:hover {    background: var(--btn-sub-color);    border-color: var(--btn-sub-color);    color: #fff;}.downlaod5_item_btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);}/*檔案下載a連結修正*/ 
.page_wrapper_bg .dd-select a:hover {    color: #313131;}.download .search-go {    line-height: 2.4;    transition: .5s;    font-weight: 400;    font-size: 14px !important;}.download .search-go:hover {    background: #000;    color: #fff;    transition: .5s;}/*產品A*/ 
.page_content1 #productbx_bg {    background: #efefef;    -moz-opacity: 1;    opacity: 1;}.page_content1 .dd-selected {    letter-spacing: 1px;    padding: 0 40px 0 10px;}.product_desc_content {    color: #333;    letter-spacing: 1px;    line-height: 30px;}.page_content1 #prod_price {    margin-top: 0;}#prod_price .money {    font-size: 20px;    font-weight: bold;}#member_org_price,div#prod_fixprice,.pagecontent.menu5 .page_content1 #prod_price,.pagecontent.menu8 .page_content1 #prod_price {    margin: 0;}._shopping_info>div {    display: flex;    align-items: flex-end;    letter-spacing: 0;}div#prod_price {    margin-left: 15px !important;}.productcontent .page_content1 .info {    text-align: center;    margin: 30px 0 0;}.productcontent .page_content1 .product_desc_subject {    text-align: center;}.page_content1 ._shopping_info>div {    justify-content: center;}.page_content1 .spec-scroll .items ul li:hover {    border: 1px solid #333;}#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4),#product>div.page_content1>div.product_top.row>div:nth-child(3) {    display: flex;    justify-content: center;    margin: 0 0 10px;    flex-wrap: wrap;}#product>div.page_content1>div.product_top.row>div:nth-child(3) {    gap: 0 10px;    margin: 30px 0 0;}.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 25px;    font-weight: 700;    letter-spacing: 0;    line-height: 1.5;    margin: 0}/*產品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);    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {    background: var(--btn-sub-color);    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {    background-color: var(--btn-main-hover-color);    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {    background-color: var(--btn-sub-hover-color);    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}#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;    color: var(--btn-txt-color);    border-radius: var(--btn-border-radius);}.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;}.amount_div.choice_num_type_b {    display: grid;    grid-template-columns: 45px 1fr}.layoutlist_4 .choice_num_type_b .quantity .minus,.layoutlist_4 .choice_num_type_b .quantity .plus {    height: 30px;    width: 30px}.layoutlist_4 .choice_num_type_b .quantity input.qty {    width: calc(100% - 64px);    height: 30px}.layoutlist_4 .buybtn {    border-radius: 0;    line-height: 44px;    padding: 0;    font-size: .9rem !important;    margin: 1rem 0 0;    width: 100%}.layoutlist_4 .pricearea {    flex-direction: row-reverse;    gap: 0 10px;    flex-wrap: wrap;    justify-content: flex-end;    align-items: center;}.layoutlist_4 .showY input,.layoutlist_4 .showY select,.layoutlist_4 .showY textarea {    font-family: var(--FontFamily);    color: #121212}/*產品售價顏色*/li#O_sellPrice,span.payprice,.pricearea .price {    color: var(--btn-main-color) !important;    font-weight: bold;}.pricearea .price.delline {    color: #333 !important;}.pricearea .price.fixprice {    color: #777 !important;}/* 內頁資訊調整 */ 
.RWDproduct_page .products-info .name {    font-size: 2rem;    font-weight: 700;    color: #121212;    line-height: 1.3}.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {    font-size: 1rem;    line-height: 1.3;    font-weight: 400;    color: #333;    letter-spacing: 0;}.pricearea .price.fixprice,li#O_fixPrice,li#O_fixPrice b,li#O_fixPrice span {    text-decoration: line-through;    color: #999;    font-size: .9rem !important}.pricearea .price,li#O_sellPrice,li#O_sellPrice b,span.payprice {    color: #121212 !important;    font-size: 1.2rem !important;    font-weight: 400}.RWDproduct_page .list-inline {    display: flex;    align-items: center}.RWDproduct_page .products-info .pd-info .control-label {    font-size: .9rem !important}.RWDproduct_page .form-group {    display: grid;    grid-template-columns: 110px calc(100% - 120px);    align-items: center;    gap: 0 10px}.RWDproduct_page .products-info .txt .editor {    border-top: 1px solid #ddd;    border-bottom: 1px solid #ddd;    padding: 2rem 0;    line-height: 1.6}.RWDproduct_page .products-info .price-box li.delline:after {    display: none;}.RWDproduct_page .products-info .txt .title {    display: none;}/* 相關產品 */ 
.RWDproduct_page .related-box .item a {    max-width: inherit;}/*購物清單*/ 
.RWDshopping .btn.normal {    border-radius: 0;}/*會員註冊*/#join_form .btn-primary {    border-radius: 0;}#join_form {    background: white;}/*會員頁a連結修正*/ 
.member .css-table .tr a {    color: #313131;}/*留言板*/ 
.customized_columns .css-table .th.textarea {    width: 10%;}/*詢問車*/ 
.RWDquiry .shopping_form .control-box img {    margin-left: 10px;}.RWDquiry .btn.normal {    border-radius: 0;    font-size: 15px;    letter-spacing: 1.5px;    transition: .5s ease;    color: var(--btn-main-color);    border-color: var(--btn-main-color)}.RWDquiry .btn.normal:hover {    transition: .5s ease;    background: var(--btn-sub-hover-color);    color: #fff;    border-color: var(--btn-sub-hover-color);    font-weight: 500}.RWDquiry .btn.bg2,.btn.normal.bg3 {    background: var(--btn-main-color);    color: #fff;    border-color: var(--btn-main-color)}/*電子表單*/ 
.eformsDesc {    margin: 20px 0;    border: 0;}.eformscontent .layoutlist_1 {    width: 800px;    margin: 0 auto;}.form-horizontal .form-group {    margin-left: 0;    margin-right: 0;}.form-horizontal .control-label {    font-weight: 500;    width: 100px;    padding: 0 10px;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}.eformscontent .col-sm-12.col-md-11 {    width: calc(100% - 100px);    padding: 0;}.eformscontent .col-sm-12.col-md-5 {    width: calc(50% - 100px);    padding: 0;}.eformscontent .col-sm-6.address-col-1,.eformscontent .col-sm-6.address-col-2 {    width: 50%;    padding: 0;    float: left;}.eformscontent .col-sm-12.col-md-11 .col-sm-12 {    width: 100%;    padding: 0;}.customized_columns>.row .col-sm-12.col-md-11 {    width: 100%;}/*電子表單送出a連結修正*/ 
.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {    color: #fff !important;    background: var(--btn-main-color);}.eformscontent .col-sm-12.col-md-12 .ebtn a {    background: transparent;    color: var(--btn-main-color) !important;}/*左側選單*/ 
.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 15px 10px !important;    font-weight: 400;    font-size: 16px;}.m2018 .products-nav ul>li>.toggle-submenu {    height: 53px;}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 0;    color: var(--main-clolor)}.privacy_block a {    color: var(--main-clolor);    transition: 0.4s}.privacy_block a:hover {    color: var(--main-clolor);    transition: 0.4s;    text-decoration: none}.privacy_block h5 {    font-size: 1.1rem;    font-weight: bold;    margin: 50px 0 10px;    color: var(--main-clolor);}.privacy_block h6 {    font-size: 16px;}.privacy_block ul {    padding-left: 24px;}/*購物說明文字*/ 
.shopping_txt {    line-height: 2;    letter-spacing: 1px;    color: var(--main-clolor)}.shopping_txt a {    color: var(--main-clolor);    transition: 0.4s}.shopping_txt a:hover {    color: var(--main-clolor);    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: var(--main-clolor);    line-height: 1.5 !important}.shopping_txt ul {    padding-left: 24px;}/*前往付款、前往選取物流按鈕明顯*/a.info-box__gopay,.delivery-editor a {    background: var(--main-clolor);    padding: 5px 20px;    color: #fff !important;    border-color: var(--main-clolor);}/*隱私權購物說明最大寬度限制*/ 
.privacy_block,.shopping_txt {    max-width: 1200px;    margin: auto;}/*hashtag a連結修正*/ 
.hashtag_block .hashtagLink {    color: #fff !important;}/* 人才招募表單標題修正 */ 
.customized_columns .fillform {    font-size: 1.5rem;    margin: 3rem;    text-align: center;}/* 問與答 */ 
.faq_q_icon {    background: 0 0;    position: relative}.faq_q_icon:before {    content: "Q";    position: absolute;    top: -8px;    font-size: 1.2rem;    left: 0;    color: #1f2a3d;    font-family: var(--font-style-02)}.faq_item {    max-width: 1200px;    margin: auto}.faq_answer tr td:first-child {    display: none}/* top鍵 */ 
.scrollTop002 {    bottom: 100px;}/* 頁碼 */ 
.page ul {    display: flex;    justify-content: center}.page .page_active {    background: #121212}.page .page_active,.page ul li a,.page ul li a:hover {    width: 35px;    height: 35px;    font-size: 1rem;    line-height: 35px;}.page ul li a:hover {    background: #eee}/* 內頁小標題 */ 
.layoutlist_8 .article_subject,.layoutlist_8 .article_subject a,#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a,.RWDtimeline02 .model-title,.RWDtimeline01 .model-title,#product .item .subject,#product .item .subject a {    font-size: 1.2rem !important;    font-weight: 600;    color: #333 !important;    line-height: 1.5;}/* 內頁敘述 */ 
.layoutlist_8 .list_subject .summary a,.layoutlist_8 .list_subject .summary,.layoutlist_7 .summary,.layoutlist_7 .summary a {    font-size: 1rem;    line-height: 1.6;    font-weight: 400;    color: #333;    letter-spacing: .5px;}.RWDtimeline02 .model-title,.RWDtimeline01 .model-title {    font-size: 2rem !important;    text-align: center;}

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

/* all-grid */ 
.m-grid-2 {    display: grid;    grid-template-columns: repeat(2, 1fr);    align-items: center;    margin: auto;    gap: 3rem;}.m-grid-3 {    display: grid;    grid-template-columns: repeat(3, 1fr);    align-items: center;    margin: auto;    gap: 3rem;}.m-grid-4 {    display: grid;    grid-template-columns: repeat(4, 1fr);    align-items: center;    margin: auto;    gap: 3rem;}.m-grid-5 {    display: grid;    grid-template-columns: repeat(5, 1fr);    align-items: center;    margin: auto;    gap: 3rem;}.m-grid-6 {    display: grid;    grid-template-columns: repeat(6, 1fr);    align-items: center;    margin: auto;    gap: 3rem;}:is(.m-grid-2, .m-grid-3, .m-grid-4, .m-grid-5, .m-grid-6) img {    width: 100%;}@media (max-width:991px) {    .m-grid-4,    .m-grid-5,    .m-grid-6 {        grid-template-columns: repeat(3, 1fr)    }}@media (max-width:767px) {    .m-grid-3,    .m-grid-4,    .m-grid-5,    .m-grid-6 {        grid-template-columns: repeat(2, 1fr)    }}@media (max-width:600px) {    .m-grid-2,    .m-grid-3,    .m-grid-4,    .m-grid-5,    .m-grid-6 {        grid-template-columns: repeat(1, 1fr);        gap: 2rem;    }}/* pagettl */section.hgroup {    position: absolute;    top: 18vw;    width: 80%;    left: 50%;    max-width: 1700px;    transform: translateX(-50%) translateY(-50%);    z-index: 2;    padding: 0 30px;}.page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action,.collapsing_header .main {    position: unset;}.hgroup .breadcrumb {    background: transparent;}.hgroup .breadcrumb a,.breadcrumb>li+li:before {    color: #999;}.hgroup .breadcrumb a:hover,.page_wrapper_bg .hgroup h1 {    color: white;}.page_wrapper_bg .hgroup h1 b {    text-transform: uppercase;    font-family: var(--BebasNeue_fontstyle);    letter-spacing: 1px;    font-size: 5vw;    background: linear-gradient(to bottom, #dfdfdf 0%, rgb(183 183 183) 40%);    background-clip: text;    -webkit-background-clip: text;    color: transparent;    line-height: 0.85;    font-style: italic;    padding: 0 20px 0 0;    margin: 0 0 -5px;}.page_wrapper_bg .hgroup h1 {    display: flex;    gap: 0 2rem;    align-items: flex-end;    justify-content: space-between;    flex-direction: row-reverse;    font-family: var(--NotoSansTC_fontstyle);    font-weight: 600;    font-size: clamp(2.5rem, 1.6176rem + 1.1765vw, 3.5rem);    letter-spacing: 2px;}ul.breadcrumb.pull-right:before {    content: '';    width: 100%;    height: 1px;    background: linear-gradient(to right, rgb(217 217 217 / 36%) 50%, rgb(229 229 229 / 55%) 1%, rgb(211 211 211 / 38%) 50%, rgb(223 223 223 / 0%) 100%);    display: inline-block;    position: absolute;    top: -10px;    left: 0;}.hgroup .breadcrumb {    border: 0;    padding: 0;    right: auto;    display: block;    width: 100%;    position: relative;}.page_subject {    padding: 0;}.hgroup .container {    border: 0;}.page_wrapper_bg .banner-block {    margin-bottom: -1px;}/* 財務資訊 */ 
.m2018 .products-nav .nav-title {    display: none;}.m2018 .products-nav b,.RWDmenu_plus04 .site-nav .menu b {    display: none;}.article8 #sidebar {    padding: 0;    width: 100%;}.article8 #article {    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;    padding: 5rem !important;    width: 100%;}.article8 .m2018 .products-nav>ul>li {    border: 0;}.article8 .m2018 .products-nav a {    padding: 1rem !important;    border-bottom: 1px solid #eee;    background: linear-gradient(359deg, #e1e1e1, transparent);    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);}.article8 .m2018 .products-nav ul li>ul>li.active>a,.article8 .m2018 .products-nav ul li>ul>li.is-open>a,.article8 .m2018 .products-nav>ul>li.active>a {    font-weight: 400;    color: #fff;    border: 0;    background: linear-gradient(45deg, var(--main-clolor), var(--color-01));}.article8 .m2018 .products-nav li:nth-child(8n+1) a {    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);}.article8 .m2018 .products-nav li:nth-child(8n+8) a,.article8 .m2018 .products-nav li:last-child a {    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);}.article8 .m2018 .products-nav>ul>li {    margin-left: -10%;}.article8 .m2018 .products-nav li:nth-child(8n+1) {    margin: 0;}.article8 .xrow {    display: flex;    flex-direction: column;}.article8 #sidebar .products-nav ul {    display: grid;    width: 100%;    grid-template-columns: repeat(8, 1fr);    text-align: center;}/* table */ 
.fin_info:first-child {    margin-top: 0;}.fin_info:last-child {    margin-bottom: 0;}.fin_info {    margin: 5rem 0;}.fin_info .fin_ttl {    display: flex;    justify-content: space-between;    margin: 0 0 1rem;}.fin_table.tg-wrap tbody tr td:first-child {    background: #efefef;}.fin_table.tg-wrap th {    background: #efefef;}.fin_table.tg-wrap table {    width: 100%;}.fin_table.tg-wrap th,.fin_table.tg-wrap td {    border: 1px solid #d3d3d3;    padding: 1rem;    text-align: center;}/* 全球布局 */ 
.article1.id23 .article_model.single-photo {    margin: 0;}.article1.id23 .article_model.single-photo img {    width: 70%;    margin: auto;    display: block;}.globalbox {    box-shadow: 1.6px 2.5px 2.6px -17px rgba(17, 115, 207, 0.073), 5.4px 8.3px 8.7px -17px rgba(17, 115, 207, 0.107), 24px 37px 39px -17px rgba(17, 115, 207, 0.18);    padding: 5rem;    margin: -8rem 0 0;    backdrop-filter: blur(8px);    align-items: start;    background: #060505b5;    border: 1px solid #2da7e070;}.global_in .global_ttl {    margin: 0 0 1rem;    padding: 0 0 1rem;    border-bottom: 1px solid #333;    color: white;}.global_in .global_ttl p {    color: #ccc !important;}.global_in .global_ttl .ttl_in {    font-weight: 600;    font-size: 1.3rem;}.global_in ul {    padding-left: 22px;    color: #999;}.global_in ul.m-grid-2 {    gap: 0;}/* 關於廣華 */ 
.article1.id296 .pagecontent .article_model[data-seq="0"]:before {    content: '';    background: url(archive/image/customization/light-line.webp) no-repeat;    background-size: 100% auto;    background-position: left center;    width: 31vw;    height: 22vw;    position: absolute;    top: -10.5vw;    left: 8%;    transform: translateX(-50%);    display: block;    z-index: 1;    pointer-events: none;}.article1.id296 .pagecontent .article_model[data-seq="0"] {    padding: 7rem 7rem 3rem;    background: linear-gradient(179deg, #0000004f, transparent);    position: relative;    overflow: hidden;}/* 黑背景設定 */:is(.article2.id376, .article1) .page_wrapper_bg section.call_to_action {    background: var(--main-clolor);}:is(.article2.id376, .article1) .page_wrapper_bg .hgroup h1,:is(.article2.id376, .article1) .RWDeditor01 .model-title {    color: white;}:is(.article2.id376, .article1) .page_wrapper_bg .article-text,:is(.article2.id376, .article1) .page_wrapper_bg .article-text p {    color: #999 !important;}:is(.article2.id376, .article1) .page_wrapper_bg .article-text,:is(.article2.id376, .article1) .page_wrapper_bg .article-text p,:is(.article2.id376, .article1) .RWDslider01 .editor,:is(.article2.id376, .article1) .RWDtimeline01 li.event .point .editor,:is(.article2.id376, .article1) #sidebar .products-nav,:is(.article2.id376, .article1) .RWDslider01 .slick-dots button,:is(.article2.id376, .article1) .layoutlist_8 .article_subject,:is(.article2.id376, .article1) .layoutlist_8 .article_subject a,:is(.article2.id376, .article1) .layoutlist_7 .subject,:is(.article2.id376, .article1) .article7 .layoutlist_7 .subject a,:is(.article2.id376, .article1) #product .item .subject,:is(.article2.id376, .article1) #product .item .subject a,:is(.article2.id376, .article1) .RWDtimeline02 .timeline2_list .block .text {    color: #999 !important;}:is(.article2.id376, .article1) .RWDtimeline02 .model-title,:is(.article2.id376, .article1) .RWDtimeline01 .model-title,:is(.article2.id376, .article1) .RWDtimeline01 li.event .point .title {    color: white !important;}:is(.article2.id376, .article1) .RWDtimeline01 .line_dot2 span {    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);}.article1.id296 .model.article_model.single-photo {    position: relative;    z-index: 3;    margin: 0;}.abbox {    align-items: start;    grid-template-columns: 30% 65%;    gap: 5%;    color: #999;}.abbox .abttl {    color: #ccc;    font-size: clamp(1.125rem, 0.7059rem + 0.5588vw, 1.6rem);    line-height: 1.4;}.abbox .abttl .ttl_in {    font-size: clamp(1.875rem, 1.3235rem + 0.7353vw, 2.5rem);    color: white;    display: block;    margin: 0 0 2rem;}.abcontent p {    margin: 0 0 3rem;    line-height: 2.3 !important;    color: #999 !important;}.abcontent p b:before {    content: "";    background: white;    width: 5px;    height: 5px;    position: absolute;    top: 50%;    transform: translateY(-50%);    left: 0;}.abcontent p b {    color: white;    font-weight: 400;    display: block;    font-size: 1.2rem;    position: relative;    padding: 0 0 0 20px;}/* 企業持續發展 */ 
.esg_employeebox_item .img {    position: relative;    z-index: 3;}.esg_employeebox_item .img:before {    content: "";    background: url(archive/image/customization/esg_cicle.webp) no-repeat;    width: 50px;    height: 50px;    position: absolute;    bottom: -25px;    background-size: contain;    left: 50%;    transform: translateX(-50%);    z-index: -1;}.esg_employeebox_in {    gap: 0;    align-items: stretch;}.esg_employeebox {    position: relative;}.esg_employeebox_item .txt .ttl_s {    line-height: 1.4;}.esg_employeebox_item .txt ul {    margin: 2rem 0 0;    padding-left: 22px;}.esg_employeebox_item .txt .ttl_in,.esg_employeebox_item .txt .ttl_s {    text-align: center;    color: var(--main-clolor);    font-weight: 500;}.esg_employeebox_item .txt .ttl_in {    font-weight: bold;    font-size: 1.5rem;}.esg_employeebox_item {    display: flex;    flex-direction: column;    margin: 0 -1rem;}.esg_employeebox_item .txt {    border: 1px solid #eee;    padding: 10rem 5rem 5rem;    margin: -7rem 0 0;    position: relative;    z-index: 2;    display: flex;    flex-direction: column;    justify-content: stretch;    height: 100%;    background: white;    border-top: 10px solid var(--color-01);    box-shadow: 1.6px 2.5px 2.6px -17px rgb(137 137 137 / 7%), 5.4px 8.3px 8.7px -17px rgb(125 125 125 / 11%), 0 17px 59px -17px rgb(0 0 0 / 18%);}.esg_employeebox_item:first-child .txt {    -moz-border-image: -moz-linear-gradient(90deg, rgba(10, 11, 15, 1) 0%, rgba(0, 174, 255, 1) 100%);    -webkit-border-image: -webkit-linear-gradient(90deg, rgba(10, 11, 15, 1) 0%, rgba(0, 174, 255, 1) 100%);    border-image: linear-gradient(90deg, rgba(10, 11, 15, 1) 0%, rgba(0, 174, 255, 1) 100%);    border-image-slice: 1;    padding-left: 3rem;}.esg_employeebox_item:last-child .txt {    -moz-border-image: -moz-linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    -webkit-border-image: -webkit-linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    border-image: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    border-image-slice: 1;    padding-right: 3rem;}.esg_employeebox_item:nth-child(2) .img {    z-index: 4;}.esg_employeebox_item:nth-child(2) .txt {    z-index: 3;    border-bottom: 1px solid var(--color-01);}/* 員工發展 */ 
.RWDeditor01 .model-title {    text-align: center;    font-size: 2.2rem !important;    font-weight: 600;    margin: 0 0 5rem !important;    display: block;    color: var(--main-clolor);}.cru_feature_in p {    line-height: 1.5 !important;}.cru_feature_in .ttl_in span {    margin: 0 0 0 1rem;    font-size: 1.1rem;    border-left: 1px solid #ccc;    padding: 0 0 0 1rem;    line-height: 1;}.cru_feature_in .ttl_in {    font-size: 1.5rem;    font-weight: 600;    margin: 0 0 1rem;    color: var(--main-clolor);    display: flex;    align-items: flex-end;    line-height: 1;}.cru_feature_in .img {    margin: 0 0 2rem;}.cru_feature {    margin: 0 0 5rem;    align-items: start;}.article9.id366 .page_wrapper_bg section.call_to_action {    padding-bottom: 0;}.article9.id366 .model.article_model.single-photo {    width: 100vw;    margin-top: 0 !important;}.RWDeditor01 .model-title b {    color: #999;    font-weight: 400;    font-size: 1.1rem;    margin: 0 0 1.5rem;    display: inline-block;    border: 1px solid #e3e3e3;    border-radius: 99em;    padding: .5rem 2rem;    line-height: 1.5;}.article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {    width: 100vw;    background: linear-gradient(149deg, #f3f3f3, transparent);    padding: 7rem 29%;}.article9.id366 .model.article_model.RWDeditor01[data-seq="1"],.article9.id366 .model.article_model.single-photo {    transform: translateX(-50%);    left: 50%;    margin: 0;}.cru_numbox ul {    gap: 0;    padding: 0;}.cru_numbox li span {    display: block;    font-size: 3rem;    font-weight: 500;    line-height: 1;    margin: 0 0 1rem;}.cru_numbox li {    list-style: none;    text-align: center;    border-right: 1px solid #ccc;    padding: 0 2rem;}.cru_numbox li:first-child {    border-left: 1px solid #ccc;}/* 核心技術 */ 
.techbox.tech1 .tech_in:nth-child(2) {    margin: -10rem 0 0;}.techbox.tech1 .tech_in:nth-child(1) {    margin: 10rem -10rem 0 10rem;}.techbox.tech1 .tech_in:nth-child(3) {    margin: 10rem 10rem 0 -10rem;}.techbox.tech1 .tech_in span {    position: absolute;    color: white;    font-size: 1.5rem;    font-weight: 500;}.techbox.tech1 .tech_in {    display: flex;    justify-content: center;    align-items: center;}.techbox.tech1 {    position: relative;    z-index: 2;}.techbox.tech2 {    margin: -7rem 0 0;    padding: 7rem 0;    border-top: 1px solid #333;    border-bottom: 1px solid #333;    position: relative;    z-index: 1;    gap: 0;}.techbox.tech2 .tech_bg {    position: absolute;    width: 100vw;    left: -30%;    pointer-events: none;    z-index: -1;}.techbox .ttl_in {    color: white;    font-size: 1.2rem;    margin: 0 0 0.5rem;    line-height: 1.3;}.techbox.tech2 .tech_in {    text-align: center;    border-right: 1px solid #333;    padding: 0 2rem;}.techbox.tech2 .tech_in:nth-child(3) {    border: 0;}.techbox.tech3 {    align-items: stretch;    gap: 1rem 0;}.techbox.tech3 .tech_in ul {    padding-left: 22px;}.techbox.tech3 .tech_in {    background: linear-gradient(175deg, black, transparent);    padding: 3rem 5rem;    border-radius: 20px;    border: 1px solid #111;    display: flex;    flex-direction: column;    justify-content: stretch;}.m2018 .products-nav a {    padding: 20px 10px !important;}#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a,#article .layoutlist_7 .subject b,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a b {    display: none;}.m2018 .products-nav>ul>li:last-child {    border-bottom: 1px solid #ccc;}.breadcrumb>li b {    display: none;}.breadcrumb>li {    color: #999;}/* 合作聯繫 */ 
.eformscontent .layoutlist_1 {    width: 100%;    margin: 0 auto;    padding: 5rem;    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}.formdesc iframe {    height: 270px;    width: 95%;    margin: 30px 0 0;}.eformsDesc_bottom {    padding: 2rem 0 0;    border-top: 1px solid #eee;}

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

/* 簡中 *//* 字體 */:lang(zh-cn) body,:lang(zh-cn) html,:lang(zh-cn) .RWDmenu_plus04 .site-nav .menu>li>a {    font-family: Noto Sans Simplified Chinese !important;}/* 關於廣華 */ 
.article1.id975 .pagecontent .article_model[data-seq="0"]:before {    content: '';    background: url(archive/image/customization/light-line.webp) no-repeat;    background-size: 100% auto;    background-position: left center;    width: 31vw;    height: 22vw;    position: absolute;    top: -10.5vw;    left: 8%;    transform: translateX(-50%);    display: block;    z-index: 1;    pointer-events: none;}.article1.id975 .pagecontent .article_model[data-seq="0"] {    padding: 7rem 7rem 3rem;    background: linear-gradient(179deg, #0000004f, transparent);    position: relative;    overflow: hidden;}.article1.id975 .model.article_model.single-photo {    position: relative;    z-index: 3;    margin: 0;}/* 簡中-黑背景設定 */:is(.article2.id990, .article1) .page_wrapper_bg section.call_to_action {    background: var(--main-clolor);}:is(.article2.id990, .article1) .page_wrapper_bg .hgroup h1,:is(.article2.id990, .article1) .RWDeditor01 .model-title {    color: white;}:is(.article2.id990, .article1) .page_wrapper_bg .article-text,:is(.article2.id990, .article1) .page_wrapper_bg .article-text p {    color: #999 !important;}:is(.article2.id990, .article1) .page_wrapper_bg .article-text,:is(.article2.id990, .article1) .page_wrapper_bg .article-text p,:is(.article2.id990, .article1) .RWDslider01 .editor,:is(.article2.id990, .article1) .RWDtimeline01 li.event .point .editor,:is(.article2.id990, .article1) #sidebar .products-nav,:is(.article2.id990, .article1) .RWDslider01 .slick-dots button,:is(.article2.id990, .article1) .layoutlist_8 .article_subject,:is(.article2.id990, .article1) .layoutlist_8 .article_subject a,:is(.article2.id990, .article1) .layoutlist_7 .subject,:is(.article2.id990, .article1) .article7 .layoutlist_7 .subject a,:is(.article2.id990, .article1) #product .item .subject,:is(.article2.id990, .article1) #product .item .subject a,:is(.article2.id990, .article1) .RWDtimeline02 .timeline2_list .block .text {    color: #999 !important;}:is(.article2.id990, .article1) .RWDtimeline02 .model-title,:is(.article2.id990, .article1) .RWDtimeline01 .model-title,:is(.article2.id990, .article1) .RWDtimeline01 li.event .point .title {    color: white !important;}:is(.article2.id990, .article1) .RWDtimeline01 .line_dot2 span {    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);}

/*cn end*/
/*en start*/

/* 英文 *//* 英文-字體 */:lang(en) .RWDnews005 .main-title,:lang(en) .RWDnews_listblock h3 {    font-family: var(--BebasNeue_fontstyle);}/* all */:lang(en) {    letter-spacing: 0 !important;}:lang(en) body,:lang(en) html {    line-height: 1.6;}:lang(en) .RWDright_cont002 .item-first .text-box .title {    font-size: 27px;}:lang(en) .about-list {    width: 100%;}:lang(en) .pro-block .en-main-tit {    margin-left: 0px;}:lang(en) .pro-block .en-main-tit span {    margin-left: 0px;}:lang(en) .pro-block .titlebar .main-tit {    margin: auto}:lang(en) .pro-block .titlebar .sub-title {    margin: auto}:lang(en) .pro-block .infobox::before {    left: 46%;    opacity: 0.4;}:lang(en) .titlebar .main-tit {    font-size: 32px;    margin: 0 32px;}:lang(en) .titlebar .sub-title {    margin: 32px 32px;}:lang(en) .RWDproduct004 #portfolio div.col-md-3 h3 {    height: 50px;}:lang(en) .page_wrapper_bg .hgroup h1 {    text-transform: uppercase;    font-family: var(--BebasNeue_fontstyle);    letter-spacing: 1px;    font-size: 3.5vw;    /*background: linear-gradient(to bottom, #dfdfdf 0%, rgb(183 183 183) 40%);    background-clip: text;    -webkit-background-clip: text;    color: transparent!important;*/    line-height: 1;    font-style: italic;    padding: 0 20px 0 0;}:lang(en) .RWDeditor01 .model-title,:lang(en) .techbox.tech1 .tech_in span {    font-family: var(--BebasNeue_fontstyle);}:lang(en) .cru_feature_in .ttl_in {    font-size: 1.2rem;}:lang(en) .RWDmenu_plus04 .lang-select-label:after,:lang(en) .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,:lang(en) .RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    display: none;}:lang(en) .sitemap a {    margin-bottom: 1em;}:lang(en) .techbox.tech2 .tech_in {height: 100%;}:lang(en) .article8 .m2018 .products-nav a {    height: 100% !important;    padding: 1rem 30px !important;}:lang(en) .products-nav li:not(.has-child)>a{    height: 100% !important;    padding: 1rem 30px !important;}/* 員工發展 */:lang(en) .cru_feature_in .ttl_in {    flex-direction: column;    align-items: flex-start;    gap: 1rem 0;}:lang(en) .cru_feature_in .ttl_in span {    margin: 0;    padding: 0;    border: 0;    font-size: 1rem;}:lang(en) .cru_numbox ul.m-grid-4 {    align-items: unset;}:lang(en) .cru_feature_in .ttl_in, :lang(en) .cru_feature_in .ttl_in span {    line-height: 1.3;}/* 關於廣華 */ 
.article1.id1705 .pagecontent .article_model[data-seq="0"]:before {    content: '';    background: url(archive/image/customization/light-line.webp) no-repeat;    background-size: 100% auto;    background-position: left center;    width: 31vw;    height: 22vw;    position: absolute;    top: -10.5vw;    left: 8%;    transform: translateX(-50%);    display: block;    z-index: 1;    pointer-events: none;}.article1.id1705 .pagecontent .article_model[data-seq="0"] {    padding: 7rem 7rem 3rem;    background: linear-gradient(179deg, #0000004f, transparent);    position: relative;    overflow: hidden;}/* 英文-黑背景設定 */:is(.article2.id1720, .article1) .page_wrapper_bg section.call_to_action {    background: var(--main-clolor);}:is(.article2.id1720, .article1) .page_wrapper_bg .hgroup h1,:is(.article2.id1720, .article1) .RWDeditor01 .model-title {    color: white;}:is(.article2.id1720, .article1) .page_wrapper_bg .article-text,:is(.article2.id1720, .article1) .page_wrapper_bg .article-text p {    color: #999 !important;}:is(.article2.id1720, .article1) .page_wrapper_bg .article-text,:is(.article2.id1720, .article1) .page_wrapper_bg .article-text p,:is(.article2.id1720, .article1) .RWDslider01 .editor,:is(.article2.id1720, .article1) .RWDtimeline01 li.event .point .editor,:is(.article2.id1720, .article1) #sidebar .products-nav,:is(.article2.id1720, .article1) .RWDslider01 .slick-dots button,:is(.article2.id1720, .article1) .layoutlist_8 .article_subject,:is(.article2.id1720, .article1) .layoutlist_8 .article_subject a,:is(.article2.id1720, .article1) .layoutlist_7 .subject,:is(.article2.id1720, .article1) .article7 .layoutlist_7 .subject a,:is(.article2.id1720, .article1) #product .item .subject,:is(.article2.id1720, .article1) #product .item .subject a,:is(.article2.id1720, .article1) .RWDtimeline02 .timeline2_list .block .text {    color: #999 !important;}:is(.article2.id1720, .article1) .RWDtimeline02 .model-title,:is(.article2.id1720, .article1) .RWDtimeline01 .model-title,:is(.article2.id1720, .article1) .RWDtimeline01 li.event .point .title {    color: white !important;}:is(.article2.id1720, .article1) .RWDtimeline01 .line_dot2 span {    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);}

/*en end*/
/*ja start*/

/* 日本語 *//* 字體 */:lang(ja) body,:lang(ja) html,:lang(ja) .RWDmenu_plus04 .site-nav .menu>li>a {    font-family: MyCustomFont !important;}:lang(ja) {    letter-spacing: 0 !important;}:lang(ja) body,:lang(ja) html {    line-height: 1.6;}:lang(ja) .RWDright_cont002 .item-first .text-box .title {    font-size: 27px;}:lang(ja) .about-list {    width: 100%;}:lang(ja) .pro-block .en-main-tit {    margin-left: 0px;}:lang(ja) .pro-block .en-main-tit span {    margin-left: 0px;}:lang(ja) .pro-block .titlebar .main-tit {    margin: auto}:lang(ja) .pro-block .titlebar .sub-title {    margin: auto}:lang(ja) .pro-block .infobox::before {    left: 46%;    opacity: 0.4;}:lang(ja) .titlebar .main-tit {    font-size: 32px;    margin: 0 32px;}:lang(ja) .titlebar .sub-title {    margin: 32px 32px;}:lang(ja) .RWDproduct004 #portfolio div.col-md-3 h3 {    height: 50px;}:lang(ja) .cru_feature_in .ttl_in {    font-size: 1.2rem;}:lang(ja) .RWDmenu_plus04 .lang-select-label:after,:lang(ja) .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,:lang(ja) .RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    display: none;}:lang(ja) .sitemap a {    margin-bottom: 1em;}/* 員工發展 */:lang(ja) .cru_feature_in .ttl_in {    flex-direction: column;    align-items: flex-start;    gap: 1rem 0;}:lang(ja) .cru_feature_in .ttl_in span {    margin: 0;    padding: 0;    border: 0;    font-size: 1rem;}/* 關於廣華 */:lang(ja) .abbox {    grid-template-columns: max-content auto;}.article1.id1340 .pagecontent .article_model[data-seq="0"]:before {    content: '';    background: url(archive/image/customization/light-line.webp) no-repeat;    background-size: 100% auto;    background-position: left center;    width: 31vw;    height: 22vw;    position: absolute;    top: -10.5vw;    left: 8%;    transform: translateX(-50%);    display: block;    z-index: 1;    pointer-events: none;}.article1.id1340 .pagecontent .article_model[data-seq="0"] {    padding: 7rem 7rem 3rem;    background: linear-gradient(179deg, #0000004f, transparent);    position: relative;    overflow: hidden;}:lang(ja) .cru_feature_in .ttl_in, :lang(ja) .cru_feature_in .ttl_in span {    line-height: 1.3;}/* 日本語-黑背景設定 */:is(.article2.id1355, .article1) .page_wrapper_bg section.call_to_action {    background: var(--main-clolor);}:is(.article2.id1355, .article1) .page_wrapper_bg .hgroup h1,:is(.article2.id1355, .article1) .RWDeditor01 .model-title {    color: white;}:is(.article2.id1355, .article1) .page_wrapper_bg .article-text,:is(.article2.id1355, .article1) .page_wrapper_bg .article-text p {    color: #999 !important;}:is(.article2.id1355, .article1) .page_wrapper_bg .article-text,:is(.article2.id1355, .article1) .page_wrapper_bg .article-text p,:is(.article2.id1355, .article1) .RWDslider01 .editor,:is(.article2.id1355, .article1) .RWDtimeline01 li.event .point .editor,:is(.article2.id1355, .article1) #sidebar .products-nav,:is(.article2.id1355, .article1) .RWDslider01 .slick-dots button,:is(.article2.id1355, .article1) .layoutlist_8 .article_subject,:is(.article2.id1355, .article1) .layoutlist_8 .article_subject a,:is(.article2.id1355, .article1) .layoutlist_7 .subject,:is(.article2.id1355, .article1) .article7 .layoutlist_7 .subject a,:is(.article2.id1355, .article1) #product .item .subject,:is(.article2.id1355, .article1) #product .item .subject a,:is(.article2.id1355, .article1) .RWDtimeline02 .timeline2_list .block .text {    color: #999 !important;}:is(.article2.id1355, .article1) .RWDtimeline02 .model-title,:is(.article2.id1355, .article1) .RWDtimeline01 .model-title,:is(.article2.id1355, .article1) .RWDtimeline01 li.event .point .title {    color: white !important;}:is(.article2.id1355, .article1) .RWDtimeline01 .line_dot2 span {    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0, rgb(10 11 15) 2%, rgb(10 11 15) 100%);}

/*ja end*/
/*小螢幕 start*/

@media (max-width: 2000px) {    /*banner*/    .RWDvideo006__editor .bn-en {        font-size: clamp(9.375rem, 8.7235rem + 2.6728vw, 13rem);    }    .RWDvideo006__editor .bn-main-tit {        margin: -10rem 0 0 35vw;    }    .RWDvideo006__editor .bn-sub-tit {        margin: 0.5rem 0 0 35vw;    }    /*關於我們形象區*/    .about-top {        height: 634px;    }    .about-top .RWDparallax_new,    .about-top .RWDparallax_new .picbgbox {        height: 78vw !important;    }    .about-list,    .RWDright_cont002 .item-first .text-box .text {        width: 100%;    }    /*footer*/    .footer-block::before {        left: -12vw;        top: -29vw;        width: 56vw;        height: 60vw;    }}@media (max-width: 1920px) {    .partner-block {        padding: var(--5dst) 0 var(--12dst);    }    /*pro*/    .pro-block .titlebar::before {        bottom: -33px;    }    .pro-block .infobox {        margin: 2rem 0 0;    }    .news-block .container {        width: 57%;    }    /*footer*/    .ft-bottom .container,    .footer-block .ft-box.container {        width: 80%;    }}@media (max-width: 1800px) {    /*banner*/    .RWDvideo006__editor .bn-sub-tit,    .RWDvideo006__editor .bn-main-tit {        margin-left: calc(38vw - 3vw - -88px);    }    /*about*/    .about-info .RWDedictor008 {        left: 17vw;        top: 23vw;    }    .about-info .en-main-tit {        font-size: clamp(6.25rem, 5.6014rem + 3.2432vw, 9.25rem)    }    .RWDright_cont002 .item-first .text-box .text p {        width: 90%;    }}@media (max-width: 1700px) {    /*關於我們形象區塊*/    .about-top {        padding-top: 5rem;    }    /*技術*/    .technology-block .L-box {        width: 65%;    }    .technology-block .R-box {        width: 35%;    }}@media (max-width: 1680px) {    /*about*/    .RWDright_cont002 .item-first a {        width: 50%;    }    .RWDright_cont002 .item-first .text-box {        width: 60%;    }    .about-info {        padding: 5rem 0 0;        height: auto;        min-height: 60vh;    }    .RWDright_cont002 .item-first a {        width: 50%;        top: -6vw;        position: relative;    }    .about-info .RWDedictor008 {        left: 13vw;        top: 25vw;    }    .about-info .en-main-tit {        font-size: clamp(3.4375rem, 2.3929rem + 5.2232vw, 10.75rem);    }    /*合作廠商*/    .partner-block .RWDnews005 .owl-carousel img {        width: 70px !important;    }    /*pro*/    .pro-block .titlebar .main-tit {        margin: -7.8rem 0 0 33rem;    }    .pro-block .titlebar .sub-title {        margin: 0.5rem 0 0 29rem;        letter-spacing: 10px;    }    /*footer*/    .footer-block::before {        left: -12vw;        top: -29vw;        width: 63vw;        height: 60vw;    }    .footer-block .ft-info .RWDedictor {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .footer-block .ft-info .cp_name {        margin: 0 0 2rem;    }    .footer-block .ft-info a.btn-style {        margin: 2rem 0 0;    }}@media (max-width: 1600px) {    :lang(en) .sitemap .RWDedictor {        display: grid;        grid-template-columns: repeat(4, 1fr);        grid-gap: 2rem 2rem;    }    :lang(en) .sitemap ul {        width: 100%;        margin: 0 0 2rem;    }}@media (max-width: 1520px) {    .RWDmenu_plus04 .logo {        width: 180px;    }    /*banner*/    .RWDvideo006__editor .bn-en {        font-size: clamp(5.625rem, 4.6081rem + 5.0847vw, 9.375rem);    }    .RWDvideo006__editor .bn-main-tit {        margin-top: -8rem;    }    .RWDvideo006__editor .bn-sub-tit,    .RWDvideo006__editor .bn-main-tit {        margin-left: calc(38vw - 3vw - -19px);    }    .RWDvideo006__editor .bn-sub-tit {        letter-spacing: 11px;    }    /*關於我們形象區塊*/    .about-top {        padding-top: 3rem;    }    .about-top .aout-top-pic {        width: 62vw;        margin: -1vw auto 0;    }    .circle-light {        width: 68vw;    }    /*about*/    .about-info .RWDedictor008 {        top: 29vw;    }    .about-list {        margin: 3rem 0;    }    .about-info::before {        top: 15vw;    }    .about-info::after {        opacity: 0.7;    }    .about-list {        border: 0;        padding-left: 0;    }    /*news*/    .news-block .container {        width: 70%;    }    .news-block::before {        background-size: cover;    }    .RWDnews005 .main-title::before,    .RWDnews005 .main-title::after {        width: 21vw;    }}@media (max-width: 1400px) {    /*about*/    .about-list .list-info {        padding: 0 5px;    }    /*technology*/    .technology-block .container {        display: flex;        align-items: center;        justify-content: flex-end;        align-content: center;        flex-direction: column-reverse;    }    .technology-block .R-box,    .technology-block .L-box {        width: 100%;    }    .technology-block .R-box.titlebar {        margin: 0 auto -2rem;        padding: 6rem 0 0;        width: 100%    }    .technology-block .titlebar .RWDedictor008 {        display: flex;        align-items: center;        justify-content: center;    }    .technology-block .titlebar .en-main-tit {        font-size: clamp(2.1875rem, -0.0903rem + 11.3889vw, 9.875rem);        width: fit-content;        line-height: 1;        order: 3;        margin: 3rem auto 0;        color: #c8c8c8;        border: 0;        background: 0;        opacity: 0.2;    }    .technology-block .titlebar .en-main-tit::after {        display: none;    }    .technology-block .titlebar .main-tit {        margin: 0 0 1rem;        order: 1;    }    .technology-block .titlebar .main-tit br {        display: none;    }    .technology-block .titlebar .sub-title {        order: 2;    }    .RWDservice012 .text_box .text .title {        font-size: 20px;    }    /*footer*/    .footer-block::before {        left: -18vw;        top: -38vw;        width: 76vw;        height: 77vw;    }}@media (max-width: 1300px) {    .RWDvideo006__editor .bn-main-tit {        margin-top: -7rem;    }    .RWDvideo006__editor .bn-main-tit br {        display: none;    }    .RWDvideo006__editor .bn-sub-tit,    .RWDvideo006__editor .bn-main-tit {        margin-left: calc(38vw - 3vw - -29px);    }    /*about*/    .about-info {        min-height: initial;        padding: 9rem 0 0;    }    .about-info .RWDedictor008 {        position: relative;        width: 80%;        margin: 0 auto;        left: auto;        top: auto;    }    .about-info .titlebar {        text-align: left;    }    .about-info .en-main-tit {        padding: 0;    }    .about-info .titlebar .en-main-tit span {        margin-left: 15px;        display: inline-block;    }    .RWDright_cont002 .item-first {        display: flex;        justify-content: flex-start;        align-items: flex-start;        flex-direction: column;    }    .RWDright_cont002 .item-first a {        width: 57vw;        top: -27vw;        left: auto;        right: -7vw;        position: absolute;        z-index: 0;    }    .RWDright_cont002 .item-first .text-box {        width: 80%;        position: relative;        z-index: 1;        padding-left: 0;        padding-right: 0;        left: 0;        transform: inherit;        float: none;        margin: 0 auto;    }    .RWDright_cont002 .item-first .text-box .text p {        width: 61%;    }    .about-list {        width: 80%;    }    .about-list .list-info {        padding: 0 15px;    }    /*合作商*/    .partner-block .RWDnews005 .container {        width: 90% !important;    }    /*pro*/    .pro-block .titlebar::before {        height: 50vw;        background-size: 100% 130%;    }    .pro-block .infobox {        padding: var(--7dst) 0 var(--6dst);    }    .pro-block .en-main-tit {        margin-left: 0;    }    .pro-block .en-main-tit span {        display: inline-block;        margin: 0 0 0 10px;    }    .pro-block .titlebar .main-tit {        margin: 0;    }    .pro-block .titlebar .sub-title {        margin: 0.5rem 0 0 0;        letter-spacing: 8px;    }    /*footter*/    .footer-block::before {        left: auto;        top: -55vw;        width: 96vw;        height: 117vw;        transform: rotate(89deg);        right: -18vw;    }    .footer-block .ft-L {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        margin: 4rem 0 8rem;    }    .footer-block .ft-L .ft-info {        width: 100%;        margin: 5rem 0 0;        display: flex;        justify-content: flex-start;    }    .footer-block .ft-info .RWDedictor {        display: flex;        flex-direction: row;        justify-content: space-between;        align-content: flex-start;        flex-wrap: wrap;        width: 100%;    }    .footer-block .ft-info .cp_name {        width: 100%;        margin: 0 0 1rem;    }    .footer-block .ft-info a.btn-style {        position: absolute;        right: 0;        bottom: 0;    }    .sitemap .RWDedictor {        gap: 10px;    }    :lang(en) .sitemap .RWDedictor {        grid-template-columns: repeat(3, 1fr);    }}/* 匯入內頁版面寬度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) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }}/*選單*/@media (max-width: 1800px) {    .RWDmenu_plus04 .site-nav .menu>li>a {        padding: 25px 10px;        font-size: 13px;    }    .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 {        display: none;    }}@media (max-width: 1400px) {    /*英文調整*/    :lang(en) .RWDmenu_plus04 .site-nav,    :lang(en) .RWDmenu_plus04 #mobile-menu .menu li .m_stitle,    :lang(en) .RWDmenu_plus04 #mobile-menu .menu li.active .m_title {        display: none;    }    :lang(en) .RWDmenu_plus04 #mobile-menu,    :lang(en) .RWDmenu_plus04 .ml-stack-nav-toggle,    :lang(en) .RWDmenu_plus04 .toggle-menu {        display: block;    }    :lang(en) .RWDmenu_plus04 .features {        position: relative;        padding-right: 0;        float: right;        margin: 0px 15px 0 0;    }    :lang(en) .ml-stack-nav-toggle__line {        background: #fff;    }    :lang(en) .ml-stack-nav-toggle {        color: #fff;    }    :lang(en) .titlebar .sub-title {        margin: 0;    }    /*日文調整*/    :lang(ja) .RWDmenu_plus04 .site-nav,    :lang(ja) .RWDmenu_plus04 #mobile-menu .menu li .m_stitle,    :lang(ja) .RWDmenu_plus04 #mobile-menu .menu li.active .m_title {        display: none;    }    :lang(ja) .RWDmenu_plus04 #mobile-menu,    :lang(ja) .RWDmenu_plus04 .ml-stack-nav-toggle,    :lang(ja) .RWDmenu_plus04 .toggle-menu {        display: block;    }    :lang(ja) .RWDmenu_plus04 .features {        position: relative;        padding-right: 0;        float: right;        margin: 0px 15px 0 0;    }    :lang(ja) .ml-stack-nav-toggle__line {        background: #fff;    }    :lang(ja) .ml-stack-nav-toggle {        color: #fff;    }    :lang(ja) .titlebar .sub-title {        margin: 0;    }}

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

@media (max-width: 2400px) {    /* 能力與開發 */    .techbox.tech3 .tech_in {        background: linear-gradient(144deg, black, transparent);        padding: 3rem 4rem;    }    /* 財務資訊 */    .article8 #sidebar .products-nav ul {        grid-template-columns: repeat(7, 1fr);    }    .article8 .article8 .m2018 .products-nav a,    .article8 .m2018 .products-nav li:nth-child(8n+1) a {        clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);    }    .article8 .m2018 .products-nav li:nth-child(7n+1) a {        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);    }    .article8 .m2018 .products-nav li:nth-child(7n+7) a {        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);    }    .article8 .m2018 .products-nav li:first-child {        margin: 0 !important;    }    .article8 .m2018 .products-nav li:nth-child(7n+1) {        margin: 0;    }    .article8 .m2018 .products-nav li:nth-child(8n+1) {        margin-left: -10%;    }    /* 員工發展 */    .cru_feature_in .ttl_in {        flex-direction: column;        align-items: flex-start;        gap: 1rem 0;    }    .cru_feature_in .ttl_in span {        margin: 0;        padding: 0;        border: 0;        font-size: 1rem;    }}@media (max-width: 2000px) {:lang(en) .global_in ul.m-grid-2 {    grid-template-columns: auto;}}@media (max-width: 1900px) {    section.hgroup {        top: 20vw;    }}@media (max-width: 1700px) {    /* 廣華介紹 */    .article1.id296 .pagecontent .article_model[data-seq="0"] {        padding: 5rem 5rem 0;    }    /* 廣華介紹 簡中*/    .article1.id975 .pagecontent .article_model[data-seq="0"] {        padding: 5rem 5rem 0;    }    /* 廣華介紹 英文*/    .article1.id1705 .pagecontent .article_model[data-seq="0"] {        padding: 5rem 5rem 0;    }    /* 廣華介紹 日文*/    .article1.id1340 .pagecontent .article_model[data-seq="0"] {        padding: 5rem 5rem 0;    }    .page_wrapper_bg .hgroup h1 b br {        display: none;    }    /* 能力與開發 */    .techbox.tech1 {        width: 120%;        margin-left: -10%;    }    /* 財務資訊 */    .article8 #sidebar .products-nav ul {        grid-template-columns: repeat(5, 1fr);    }    .article8 .article8 .m2018 .products-nav a,    .article8 .m2018 .products-nav li:nth-child(8n+1) a,    .article8 .m2018 .products-nav li:nth-child(8n+8) a,    .article8 .m2018 .products-nav li:nth-child(7n+1) a,    .article8 .m2018 .products-nav li:nth-child(7n+7) a {        clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);    }    .article8 .m2018 .products-nav li:nth-child(5n+1) a {        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);    }    .article8 .m2018 .products-nav li:nth-child(5n+5) a {        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);    }    .article8 .m2018 .products-nav li:first-child {        margin: 0 !important;    }    .article8 .m2018 .products-nav li:nth-child(5n+1) {        margin: 0;    }    .article8 .m2018 .products-nav li:nth-child(8n+1),    .article8 .m2018 .products-nav li:nth-child(7n+1) {        margin-left: -10%;    }    /* 員工發展 */    .article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {        padding: 7rem 11vw;    }}@media (max-width: 1536px) {    /* 關於廣華 英文*/    :lang(en) .abbox {        display: flex !important;        flex-direction: column !important;    }    :lang(en) .abttl{        margin: 0 0 3rem;        padding: 0 0 3rem;        border-bottom: 1px solid #333;        width: 100%;    }}@media (max-width: 1500px) {    section.hgroup {        top: 21vw;    }    /* 員工發展 */    .cru_feature {        margin: 0 0 2rem;    }    .article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {        padding: 5rem 11vw;    }    /* 關於廣華 日文*/    :lang(ja) .abbox {        display: flex !important;        flex-direction: column !important;    }    :lang(ja) .abttl{        margin: 0 0 3rem;        padding: 0 0 3rem;        border-bottom: 1px solid #333;        width: 100%;    }}@media (max-width: 1400px) {    section.hgroup {        width: 90%;    }}

/*內頁小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.RWDfakeloader img {    width: 160px;}/*banner*/ 
.RWDvideo006__editor {    padding-bottom: 5rem;}.RWDvideo006__editor .bn-en {    font-size: clamp(5.625rem, 4.8514rem + 3.868vw, 7.75rem);}.RWDvideo006__editor .bn-main-tit {    font-size: clamp(2rem, 1.9317rem + 0.3413vw, 2.1875rem);    margin-top: -6rem;}.titlebar .sub-title,.pro-block .titlebar .sub-title,.RWDvideo006__editor .bn-sub-tit {    font-size: 18px !important;    letter-spacing: 3px !important;}:lang(en) .titlebar .sub-title,:lang(en) .pro-block .titlebar .sub-title,:lang(en) .RWDvideo006__editor .bn-sub-tit {    font-size: 18px !important;    letter-spacing: 0px !important;}/*關於我們形象區塊*/ 
.circle-light {    width: 80vw;}.about-top .aout-top-pic {    width: 81vw;}.about-list {    width: 100%;}.about-info::before {    background: url(archive/image/customization/ab-blue-bg-mobile.webp) no-repeat;    background-size: 100% auto;    background-position: center top;    top: 0;}/*news*/ 
.news-block .container {    width: 80%;}/*pro*/ 
.RWDproduct004 #portfolio.portfolio-nogutter .row>div {    width: calc(100% / 4 - 20px);}/*技術*/ 
.technology-block .R-box.titlebar {    margin-bottom: -1rem;    padding-left: 5rem;    padding-right: 5rem;}.RWDservice012 .text_box.num6 .text:nth-child(3) {    border-right: 1px solid #0a0b0e;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}.page_wrapper_bg section.call_to_action>.container {    width: auto;    padding: 0 30px;}#sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {    font-size: 1rem;    height: 45px;    color: #000;    letter-spacing: 0;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/* 廣華介紹 */ 
.abbox {    grid-template-columns: 30% 60%;    gap: 10%;}section.hgroup {    padding: 0;}.page_wrapper_bg .hgroup h1 b {    font-size: 6vw;}/* 關於廣華 */ 
.article1.id296 .pagecontent .article_model[data-seq="0"]:before {    width: 70vw;}/* 關於廣華 簡中*/ 
.article1.id975 .pagecontent .article_model[data-seq="0"]:before {    width: 70vw;}/* 關於廣華 英文*/ 
.article1.id1075 .pagecontent .article_model[data-seq="0"]:before {    width: 70vw;}/* 關於廣華 日文*/ 
.article1.id1340 .pagecontent .article_model[data-seq="0"]:before {    width: 70vw;}/* 全球布局 */ 
.article1.id23 .article_model.single-photo img {    width: 100%;}.globalbox {    padding: 3rem;}/* 能力與開發 */ 
.techbox.tech2 .tech_in p br {    display: none;}.techbox.tech2 {    padding: 5rem 0;    align-items: start;}.techbox.tech2 .tech_in {    padding: 0 3rem;}.techbox.tech2 .tech_bg {    left: -6%;    top: -5vw;}/* 財務資訊 */#sidebar.layoutmenu1,#sidebar.layoutmenu3,#sidebar.layoutmenu6 {    padding: 0;    margin: 0 0 1rem;}/* 企業持續 */ 
.esg_employeebox_item .txt {    padding: 10rem 2rem 3rem;    margin: -7rem 0 0;}.esg_employeebox_item:last-child .txt {    padding-right: 2rem;    padding-left: 4rem;}.esg_employeebox_item:first-child .txt {    padding-left: 2rem;    padding-right: 4rem;}.esg_employeebox_item .txt ul {    margin: 1.5rem 0 0;}/* 員工發展 */ 
.RWDeditor01 .model-title {    margin: 0 0 3rem !important;}.article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {    padding: 5rem 7vw;}.cru_numbox li span {    font-size: 2.5rem;}:lang(en) .cru_feature,.cru_numbox ul {    grid-template-columns: repeat(2, 1fr);}.cru_numbox ul {    gap: 2rem 0;}.cru_numbox li:nth-child(2n+1) {    border-left: 1px solid #ccc;}/*250603隱藏下拉簡中手機板*/ 
.can-link li:nth-child(2) {  display: none !important;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    /*banner*/    .RWDvideo006__editor .bn-sub-tit,    .RWDvideo006__editor .bn-main-tit {        margin-left: calc(38vw - 3vw - -54px);    }    .RWDvideo006__editor .bn-main-tit br {        display: block;    }    .RWDvideo006__editor .bn-sub-tit {        letter-spacing: 8.5px;    }    /*about*/    .RWDright_cont002 .item-first a {        top: -35vw;    }    .RWDnews005 .main-title {        font-size: 16px;    }}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
/* 匯入內頁版面寬度80%*//*產品內頁-01*/ 
.page_content1 #prod_price {    margin-top: 18px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 4) !important;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%}#article .layoutlist_4 .item .list_img {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .list_subject {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .listdate {    border: 0;    display: flex;    align-items: center;    padding: 0;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px}#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: #afafaf;    position: relative;    margin-left: 5px}/*文章列表-G*/ 
.layoutlist_8 .list_subject {    padding: 0 2rem;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*電子表單*/ 
.form-group label {    padding-left: 0 !important;    padding-right: 0 !important;}#join_form .form-checkbox,#join_form .form-radio {    padding: 0 0 0 28px !important;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
.RWDvideo006__scrolldown {    display: none;}.RWDvideo006__editor .bn-en {    font-size: clamp(5rem, 4.8212rem + 0.8942vw, 5.375rem);    margin: 0 0 1.5rem;}.RWDvideo006__editor .bn-en span {    display: inline-block;    margin-left: 10px;}.RWDvideo006__editor .bn-main-tit {    font-size: clamp(2.375rem, 2.2856rem + 0.4471vw, 2.5625rem);}.RWDvideo006__editor .bn-sub-tit,.RWDvideo006__editor .bn-main-tit {    margin: 0;}.RWDvideo006__editor .bn-sub-tit {    margin-top: 15px;}/*------------------關於我們形象區塊---------------------*/ 
.circle-light {    width: 101vw;}.about-info {    padding: 12rem 0 0;}.RWDright_cont002 .item-first .text-box .text p {    width: 100%;}.RWDright_cont002 .item-first a {    top: -46vw;    right: -6vw;}/*------------------news---------------------*/ 
.news-block .container {    width: 80%;}.RWDnews005 .main-title::before,.RWDnews005 .main-title::after {    width: 16vw;}/*------------------合作廠商---------------------*/ 
.partner-block {    padding: 3rem 0 7rem;}/*------------------pro---------------------*/ 
.RWDproduct004 #portfolio.portfolio-nogutter .row>div {    width: calc(100% / 3 - 20px);}:lang(en) .lang_en .pro-block .titlebar {    padding-inline: 25px;}/*------------------footer---------------------*/ 
.sitemap .RWDedictor {    display: grid;    grid-template-columns: repeat(3, 1fr);    grid-gap: 2rem 2rem;}.sitemap ul {    width: 100%;    margin: 0 0 2rem;}.ft-bottom .container {    display: flex;    justify-content: flex-start;    align-items: flex-start;    text-align: center;    flex-direction: column;}.ft-bottom .container>div {    margin-left: 0px;}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0 0 20px;}.hgroup .container {    margin: 0 0 50px;}.hgroup .page_subject {    text-align: center;}.page_wrapper_bg .hgroup h1 {    margin: 0 0 20px;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 3 - 21px);    margin: 15px 10px !important;    padding: 0;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    width: calc(100% / 3 - 1px);    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 3) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-02*/ 
.download .list_table .container::after {    clear: none;}.download .list_table .container .row::after {    clear: none;}.download .list_table .container .row div:last-child {    clear: none !important;}.download .oneline {    border-bottom: none;    clear: none;}/*電子表單*/ 
.eformscontent .layoutlist_1 {    width: 100%;}.eformscontent .form-horizontal .control-label {    padding: 0 !important;    width: 100%}.eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;    padding: 0 !important}.eformscontent .col-sm-12.col-md-11,.eformscontent .col-sm-12.col-md-5 {    width: 100%;}.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.layoutlist_2 .video_item {    width: calc(100% / 3 - 1px);}/*產品內頁-02*/#sidebar {    padding: 0 !important;    margin: 0 0 30px;}/*購物車按鈕pad*/#mobile-fixed .btn-box .normal {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}#mobile-fixed .btn-box .bg2 {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff;    background: #000;}.RWDshopping #mobile-fixed .btn.normal {    color: #444;}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}/* 廣華介紹 */ 
.article1.id296 .pagecontent .article_model[data-seq="0"]:before {    background-size: 100% auto;    background-position: center top;    width: 100%;    height: 100%;    top: -15.5vw;    left: -37%;    transform: none;}/* 廣華介紹 簡中*/ 
.article1.id975 .pagecontent .article_model[data-seq="0"]:before {    background-size: 100% auto;    background-position: center top;    width: 100%;    height: 100%;    top: -15.5vw;    left: -37%;    transform: none;}/* 廣華介紹 英文*/ 
.article1.id1705 .pagecontent .article_model[data-seq="0"]:before {    background-size: 100% auto;    background-position: center top;    width: 100%;    height: 100%;    top: -15.5vw;    left: -37%;    transform: none;}/* 廣華介紹 日文*/ 
.article1.id1340 .pagecontent .article_model[data-seq="0"]:before {    background-size: 100% auto;    background-position: center top;    width: 100%;    height: 100%;    top: -15.5vw;    left: -37%;    transform: none;}.abbox {    display: flex;    flex-direction: column;}.abttl {    margin: 0 0 3rem;    padding: 0 0 3rem;    border-bottom: 1px solid #333;    width: 100%;}.article1.id296 .pagecontent .article_model[data-seq="0"] {    padding: 4rem 4rem 0;}/* 全球布局 */ 
.globalbox {    margin: -5rem 0 0;    grid-template-columns: repeat(2, 1fr);}/* 能力與開發 */ 
.techbox.tech3 {    grid-template-columns: repeat(2, 1fr);}.techbox.tech3 .tech_in {    padding: 3rem 3rem;}.techbox.tech1 .tech_in:nth-child(1) {    margin: 0 -6rem 0 6rem;}.techbox.tech1 .tech_in:nth-child(3) {    margin: 0 6rem 0 -6rem;}.RWDeditor01 .model-title {    font-size: 2rem !important;    margin: 0 0 3rem !important;}.techbox.tech1 {    margin-top: 5rem;}.techbox.tech2 .tech_in {    padding: 0 3rem 2rem;    border-bottom: 1px solid #333;    border-right: 0;    border-radius: 10px;}.techbox.tech2 .tech_in:nth-child(3) {    padding: 0 3rem;}.techbox.tech2 {    padding: 4rem 0;    margin: -4rem 0 0;    grid-template-columns: repeat(1, 1fr);    gap: 2rem 0;}.techbox.tech1 .tech_in span {    font-size: 1.2rem;}/* 財務資訊 */ 
.article8 #article {    padding: 3rem !important;}.fin_table.tg-wrap table {    width: 500px;}.fin_table.tg-wrap {    overflow-x: scroll;}/* 企業持續 */ 
.esg_employeebox_in {    display: flex;    flex-wrap: wrap;    justify-content: center;}.esg_employeebox_item {    width: 50%;    margin: 0;}.esg_employeebox_item .txt {    padding: 10rem 2rem 3rem !important;}/* 員工發展 */ 
.cru_feature,.cru_numbox ul {    grid-template-columns: repeat(2, 1fr);}.cru_numbox li:nth-child(2n+1) {    border-left: 1px solid #ccc;}.article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {    padding: 5rem 9vw;}.cru_numbox ul {    gap: 2rem 0;}/* 合作聯繫 */ 
.new-form {    margin: 0;}section.hgroup {    top: 30vw;    margin: 0;}.main section .container {    margin: 0;}ul.breadcrumb.pull-right:before {    top: auto;    bottom: 50px;    width: 70%;    left: 50%;    transform: translateX(-50%);}.page_wrapper_bg .hgroup h1 {    flex-direction: column-reverse;    align-items: center;    gap: .5rem 0;    font-size: 2rem;}.page_wrapper_bg .hgroup h1 b {    padding-right: 10px;    font-size: 8vw;}:lang(en) .page_wrapper_bg .hgroup h1 {    font-size: 10vw;    padding: 0;}:lang(en) .sitemap .RWDedictor {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-gap: 2rem 2rem;}:lang(en) .page_wrapper_bg .hgroup h1 {        font-size: 2.5rem; }.partner-block .RWDnews005 .container {    width: 100% !important;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
/*------------------標題---------------------*/ 
.pro-block .en-main-tit,.about-info .RWDedictor008 {    margin-bottom: 1.5rem;}/*------------------about---------------------*/ 
.RWDright_cont002 .item-first .text-box {    padding: 0;}.RWDright_cont002 .item-first a {    top: -51vw;    right: -6vw;    width: 62vw;}.about-list {    border-left: 0;    padding: 0;}.about-list .list-info {    width: 100%;    padding: 0px;}.about-list .list {    display: flex;    flex-direction: column;    padding-bottom: 0;}.about-list .list-info {    padding: 0 0 2rem;    margin-bottom: 2rem;    border-bottom: #dfdfdf1f solid 1px;}.about-list .list-info:last-child {    border: 0;}/*------------------產品---------------------*/ 
.pro-block .en-main-tit {    margin-bottom: 1rem;}.pro-block .infobox::before {    height: 20vw;    top: -8.5vw;    left: 64%;    width: 100%;}/*------------------合作商---------------------*/ 
.index-center-style {    padding: 0;}.partner-block {    padding: 0 0 7rem;}/* 匯入內頁版面寬度80%*//*文章列表樣式-04*/#article .layoutlist_4 .fixrow {    padding-left: 0;    padding-right: 0;}/*圖文輪播*/ 
.RWDslider01 .products-list .box {    display: flex;    flex-direction: column;}.RWDslider01 .products-list .products-item .box {    flex-direction: column;    justify-content: flex-start;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: column;}.RWDslider01 .pic-list,.RWDslider01 .text {    width: 100%;    padding: 0 !important;}.RWDslider01 .control-box {    right: 0;    position: relative;    width: 100%;    text-align: center;}.RWDslider01 .pic-list,.RWDslider01 .text,.RWDslider01 .pic img {    width: 100%;}.RWDslider01 .pic-list {    padding-right: 0;}.RWDslider01.pic-right .pic-list {    padding-left: 0;}.pagecontent .RWDslider01,.article1 .pagecontent .RWDeditor01 {    margin-top: 30px;}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
/*------------------banner---------------------*/ 
.RWDvideo006__editor .bn-en {    font-size: clamp(3.125rem, 1.7857rem + 6.6964vw, 5rem);}/*------------------about---------------------*/ 
.about-info::before {    top: 23vw;}/*------------------news---------------------*/ 
.news-block .container {    padding: 5rem 3rem;}.RWDnews_listblock li {    display: block;    display: flex;    flex-direction: column;    align-items: flex-start;}.RWDnews_listblock li a,.RWDnews_listblock span {    width: 100%}.RWDnews_listblock li a {    margin-left: 0px;}/*-----------------footer---------------------*/ 
.footer-block .ft-box.container {    padding: 3rem 0 5rem;}.footer-block .ft-info .RWDedictor {    display: flex;    flex-direction: column;    justify-content: space-between;    align-content: flex-start;    flex-wrap: wrap;}.footer-block .ft-info ul {    width: 100%;}.footer-block .ft-info a.btn-style {    position: relative;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {    margin-left: 0;    margin-right: 0;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    width: auto !important;}.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: 30px !important;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;}#article .layoutlist_4 .listdate .yearmonth {    padding-bottom: 15px;}#article .layoutlist_4 .list_subject .summary {    margin: 10px 0px 0;}#article .layoutlist_4 .list_subject a {    margin: 0px !important;}/*產品檔案下載按鈕*/ 
.productcontent .page_content1 .download_container .btn {    float: none;    margin: 60px auto 0 !important;    display: block;    max-width: 250px;    padding: 5px;}/*相簿列表樣式-01*/#album .layoutlist_1 .row .album_item {    width: calc(100% / 3 - 1px) !important;}.layoutlist_2 .album_item {    padding: 0 10px;}/*檔案下載樣式-02*/ 
.layoutlist_3 .dbtn_v2 {    width: 100%;    text-align: center;}/*電子表單*/ 
.form-horizontal .control-label {    width: 100%;}.form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;}
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
.titlebar .sub-title {    font-size: 17px;}/*banner*/ 
.RWDvideo006__editor .bn-en {    display: none;}.RWDvideo006__editor .bn-en.mobile-style {    display: block;}.RWDvideo006__editor__inner {    text-align: center;}.RWDvideo006__editor .bn-main-tit {    font-size: clamp(1.875rem, 1.572rem + 1.5152vw, 2.1875rem);}.RWDvideo006__editor .bn-sub-tit {    letter-spacing: 3px;    margin-top: 1.5rem !important;}.RWDvideo006__editor .bn-en span {    margin-left: 0;}/*pro*/ 
.pro-block .infobox .RWDproduct004 .row {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start;}/*技術*/ 
.technology-block .L-box {    width: 80%;}.RWDservice012 .text_box .text .title {    font-size: 18px;}.RWDservice012 .text_box .text {    margin-bottom: 25px;}.RWDservice012 .text_box .text:last-child {    margin-bottom: 0;}.RWDservice012 .text_box .text::after {    display: none;}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_2 .item {    width: calc(100% / 2 - 41px);    margin: 0 20px;}#article .layoutlist_2 .list_subject,#article .layoutlist_2 .listdate {    padding-left: 0px;    padding-right: 0;}#article .layoutlist_2 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_2 .listdate .yearmonth::after {    content: "/";    position: relative;    display: inline-block;}#article .layoutlist_2 .listdate .yearmonth,.layoutlist_2 .listdate .day {    display: inline-block;}#article .layoutlist_2 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    margin-left: -3px;}/*文章列表樣式-03*/#article .layoutlist_3 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_3 .item {    width: calc(100% / 2 - 21px);    margin: 0 10px;}#article .layoutlist_3 .listdate .day {    color: #afafaf;    font-size: 12px;    letter-spacing: 2px;}#article .layoutlist_3 .listdate .day::before {    content: " / ";}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow {    display: flex;    flex-wrap: wrap;}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: calc(100% / 2 - 21px);    margin: 0 10px;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 .subject_title {    display: flex;    align-items: center;}.rwdlayoutlist_6 .list_no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_date {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item {    display: flex;    justify-content: flex-start;    align-items: center;}.rwdlayoutlist_6 .list_item .column.no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item .column.subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_item .column.date {    width: 16.66666667%;}/*文章列表樣式-07*/#article .layoutlist_7 .row {    flex-wrap: wrap;}#article .layoutlist_7 .litem {    width: calc(100% / 1 - 21px);    margin: 0 10px 40px !important;}.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;}.layoutlist_8.rwd .listdate .yearmonth {    font-size: 12px !important;    color: #afafaf;    letter-spacing: .5px}.layoutlist_8.rwd .listdate .day {    color: #afafaf;    font-size: 12px;    letter-spacing: .5px}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}/*左右圖文輪播PAD*/@media screen and (min-width: 415px) and (max-width: 767px) {    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column    }    .RWDslider01 .text {        width: 100%    }    .RWDslider01.pic-right .pic-list {        padding: 0;    }    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column;        width: 90%;        margin: auto;        padding: 0 !important    }    .RWDslider01 .pic-list {        width: 100%;        padding: 0;        margin: auto;        float: none !important    }    .RWDslider01.pic-right .control-box {        left: 50%;        transform: translateX(-50%);        text-align: center;        right: auto    }    .RWDslider01 .control-box {        right: auto;        left: 50%;        transform: translateX(-50%)    }}/*文章列表頁籤*/ 
.tab_content {    margin-top: 20px}/*文章頁籤修正*/ 
.tab {    padding: 20px 0;}.tab.open .tab_title {    margin: 0 0 20px;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 15px 0}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.RWDproduct_page .faq-item .editor {    padding: 30px}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/2);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/2 - 1px);}#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}#product .layoutlist_5.layoutlist .col-sm-4 {    width: calc(100% / 2 - 1px);}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: 100%;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}.RWDproduct_page .btn-other li button {    text-align: left}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 2 - 1px) !important;    padding: 0 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 100px}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 15px;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}.download5 .search-container {    margin: 10px 0 0;}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#video .layoutlist_2 .video_item {    width: calc(100% / 2 - 1px);}/*購物車呼籲置底*/#mobile-fixed .fixed-bottom .price-box {    text-align: center;}#mobile-fixed .btn-box.step1 li,#mobile-fixed .btn-box.step2 li {    padding: 0 1px;}#mobile-fixed .btn-box .normal {    text-align: center;    padding: 10px 0;    font-size: 15px !important;}#mobile-fixed .btn-box ul {    display: flex;}/* 廣華介紹 */ 
.article1.id296 .pagecontent .article_model[data-seq="0"] {    padding: 4rem 3rem 0;}/* 廣華介紹 簡中*/ 
.article1.id975 .pagecontent .article_model[data-seq="0"] {    padding: 4rem 3rem 0;}/* 廣華介紹 英文*/ 
.article1.id1705 .pagecontent .article_model[data-seq="0"] {    padding: 4rem 3rem 0;}/* 廣華介紹 日文*/ 
.article1.id1340 .pagecontent .article_model[data-seq="0"] {    padding: 4rem 3rem 0;}.abcontent p b {    line-height: 1.3;    margin: 0 0 1rem;    font-size: 1.1rem;}.article1.id296 .model.article_model.single-photo img {    object-fit: cover;    height: 300px;    object-position: left;}/* 全球布局 */ 
.globalbox {    grid-template-columns: repeat(1, 1fr);}.page_wrapper_bg section.call_to_action {    padding: 4rem 0 6rem;}/* 能力與開發 */ 
.techbox.tech3 .tech_in {    padding: 2rem;    border-radius: 10px;}.techbox .ttl_in {    font-size: 1.1rem;}.techbox.tech1 {    width: 100%;    display: flex;    flex-wrap: wrap;    margin: 0;}.techbox.tech1 .tech_in:nth-child(1) {    width: 70%;    margin: auto;}.techbox.tech1 .tech_in:nth-child(2),.techbox.tech1 .tech_in:nth-child(3) {    float: left;    width: 49%;    margin: -35% auto 0 !important;}.techbox.tech1 .tech_in:nth-child(3) {    margin-right: -5% !important;}.techbox.tech1 .tech_in:nth-child(2) {    margin-left: -5% !important;}/* 企業持續 */ 
.esg_employeebox_item:last-child {    margin: 0;}.esg_employeebox_item {    width: 90%;    margin: 0 0 3rem;}/* 員工發展 */ 
.RWDeditor01 .model-title b {    font-size: 1rem;}.cru_feature_in .ttl_in {    font-size: 1.3rem;}/* 合作聯繫 */ 
.eformsDesc_bottom {    margin: 3rem 0 0;}.eformscontent .layoutlist_1 {    padding: 3rem;}ul.breadcrumb.pull-right:before {    bottom: 30px;}
}
/*767px end*/
/*700px start*/

@media (max-width: 700px) {    /*標題*/    .pro-block .titlebar .main-tit,    .RWDright_cont002 .item-first .text-box .title {        font-size: 28px;    }    /*about*/    .about-info {        padding: 5rem 0 0;    }    .about-info .en-main-tit {        padding: 0;    }    .RWDright_cont002 .item-first {        display: flex;        justify-content: flex-start;        align-items: flex-start;        flex-direction: column-reverse;    }    .RWDright_cont002 .item-first a {        width: 110vw;        margin-top: -10rem;        position: static;        transform: translateX(-3vw);    }    .RWDright_cont002 .item-first .text-box .title br {        display: none;    }    .RWDright_cont002 .item-first .text-box .text p {        width: 100%;    }    /*pro*/    .partner-block {        padding: 6rem 0 7rem;    }    /*pro*/    .RWDproduct004 #portfolio.portfolio-nogutter .row>div {        width: calc(100% / 2 - 20px);    }}

/*700px end*/
/*650px start*/

@media (max-width: 650px) {    .RWDalert_fancybox.bottom {        width: 100%;        padding: 20px !important;    }    .RWDfakeloader img {        width: 100px;    }    /*------------------標題---------------------*/    .RWDright_cont002 .item-first .text-box .title,    .titlebar .main-tit,    .RWDnews_listblock h3 {        font-size: clamp(1.375rem, 1.1932rem + 0.9091vw, 1.5625rem) !important;        margin: 0 0 8px !important;    }    .technology-block .titlebar .main-tit,    .pro-block .titlebar .main-tit,    .RWDright_cont002 .item-first .text-box .title {        font-size: clamp(1.75rem, 1.375rem + 1.5385vw, 2rem);    }    .RWDvideo006__editor .bn-en,    .about-info .en-main-tit,    .titlebar .en-main-tit {        font-size: 25px;    }    .titlebar .en-main-tit span {        margin-left: 8px !important;    }    /*------------------about---------------------*/    .about-info::after {        height: 100vw;    }    /*------------------合作廠商---------------------*/    .partner-block .RWDnews005 .owl-carousel img {        width: 50px !important;    }    /*------------------pro---------------------*/    .pro-block .titlebar::before {        height: 187vw;    }    .pro-block .en-main-tit {        margin: 0 0 1rem;    }    .pro-block .en-main-tit span {        margin: 0;        display: inline-block;    }    .pro-block .infobox {        padding: var(--5dst) 0 var(--5dst);    }    /*------------------技術---------------------*/    .technology-block .R-box.titlebar {        padding-left: 3rem;        padding-right: 3rem;    }    .transitions-block img {        display: none;    }    .transitions-block .mobile-pic {        display: block;    }    /*------------------news---------------------*/    .news-block {        padding: var(--8dst) 0 var(--5dst);    }    .RWDnews005 .main-title::before {        display: none;    }    .RWDnews005 .main-title::after {        width: 100%;        display: block;        margin: 0;    }    /*------------------footer---------------------*/    .sitemap .RWDedictor {        display: grid;        grid-template-columns: repeat(2, 1fr);        grid-gap: 2rem 2rem;    }    .footer-block::before {        left: auto;        top: -21vw;        width: 139vw;        height: 117vw;        transform: rotate(256deg);        right: -45vw;    }    .ft-bottom .container {        display: flex;        justify-content: flex-start;        align-items: center;        text-align: center;        flex-direction: column;    }    .footer-block .ft-info .cp_name {        margin: 0 0 2rem;    }    .footer-block .ft-info a.btn-style {        margin: 3rem 0 0;    }    .sitemap .sitemap-tit {        padding: 0 0 10px;        margin: 0 0 10px;        font-size: 16px;    }}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
/*100%*/ 
.btn-style {    width: 100%;}.titlebar .sub-title,.pro-block .titlebar .sub-title {    font-size: 15px !important;    letter-spacing: 2px !important;}.RWDvideo006__editor .bn-sub-tit {    font-size: 18px !important;}/*container width*/ 
.pro-block .infobox .RWDproduct004,.news-block .container {    width: 85%;}/*------------------about---------------------*/ 
.about-info::before {    top: 35vw;}.about-info::after {    height: 117vw;}/*------------------合作商---------------------*/ 
.partner-block {    padding: 5rem 0 6rem;}/*------------------pro---------------------*/ 
.RWDproduct004 #portfolio div.col-md-3 h2,.RWDproduct004 #portfolio div.col-md-3 h3 {    font-size: 17px;}/*------------------news---------------------*/ 
.news-block .container {    padding: 4rem 2rem;}/*------------------技術---------------------*/ 
.technology-block .R-box.titlebar {    margin-bottom: -0.5rem;}/* 匯入內頁版面寬度80%*//*標題*/ 
.hgroup {    padding-left: 15px;    padding-right: 15px;}.hgroup h1 {    margin-bottom: 50px;    line-height: 1.8;}.hgroup .container {    margin: 0 0 40px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn,.btn-primary {    width: 100% !important;}/*container*/ 
.page_wrapper_bg .pagecontent {    padding: 0px !important;}.page_wrapper_bg .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: 4px;}.RWDtimeline01 li.event:before {    left: 27px;}.RWDtimeline01 li.event .point {    width: calc(100% - 90px);    left: 90px;}.RWDtimeline01 li.event .point .date {    font-size: 14px;    letter-spacing: 1px}/*文章檔案下載*/ 
.file_area {    margin: 0 0 10px;}#file_dlist,.page_wrapper_bg .dd-select,.file_area {    width: 100% !important;}.download_container .btn {    width: 100%;}/*電子表單*/ 
.new-form {    margin-top: 0;}.webdesc {    margin: 0 0 30px;}/*相簿上下方說明*/#album .page_desc {    margin: 30px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 30px 0 0;}.photo_discription .text {    font-size: 16px !important;    line-height: 1.5 !important;    margin: 30px 0;    color: #333 !important;    letter-spacing: 2px;    font-weight: 400}/*相簿列表樣式-01*/ 
.layoutlist_1 .album_item {    width: 100% !important;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 1 - 1px) !important;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    margin: 10px 0px 20px !important;    width: 100%;}#album .layoutlist_2 .album_item {    width: 100%;    padding: 0;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: 100%;    padding: 0;}#btn_shopping {    width: 100%;    margin: 0;}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: 100%;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: 100%;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/1);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-4 {    width: 100%;}#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: 100%;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;}/*產品檔案下載*/ 
.productcontent .page_content1 .download_container .btn {    max-width: 100% !important;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*相簿內容樣式-04*/ 
.album-list .item {    width: 100%;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;}/*影片列表*/#video .layoutlist_2 .video_item {    width: 100%;    margin: 0 0 40px;}/*產品內頁-01*/#member_org_price,#prod_fixprice {    margin-top: 25px;}.page_content1 #prod_price {    margin-top: 5px;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    width: 100%;    margin: 5px 0;}.shopping-step li span.name {    font-size: 13px !important;}#mobile-fixed .btn-box {    width: 180px;}#mobile-fixed .fixed-in {    width: calc(100% - 180px);    letter-spacing: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    width: 100%;    margin: 5px 0;}/* google驗證碼、top高度調整 */ 
.grecaptcha-badge {    bottom: 75px !important;}.scrollTop002 {    right: 0;    bottom: 160px;}/* 廣華介紹 */ 
.article1.id296 .pagecontent .article_model[data-seq="0"] {    padding: 3rem 2rem 0;}/* 廣華介紹 簡中*/ 
.article1.id975 .pagecontent .article_model[data-seq="0"] {    padding: 3rem 2rem 0;}/* 廣華介紹 英文*/ 
.article1.id1705 .pagecontent .article_model[data-seq="0"] {    padding: 3rem 2rem 0;}/* 廣華介紹 日文*/ 
.article1.id1340 .pagecontent .article_model[data-seq="0"] {    padding: 3rem 2rem 0;}.abbox .abttl .ttl_in {    font-size: 1.6rem;}.abbox .abttl .ttl_in {    font-size: 1.6rem;    margin: 0 0 1rem;}.abcontent p {    line-height: 2 !important;}.abcontent p b:before {    display: none;}.abcontent p b {    padding: 0;}/* 全球布局 */ 
.globalbox {    margin: -4rem 0 0;    backdrop-filter: blur(2px);}.page_wrapper_bg section.call_to_action {    padding: 4rem 0;}/* 能力與開發 */ 
.techbox.tech2 .tech_in {    padding: 0 2rem 2rem;}.techbox.tech1 .tech_in span {    font-size: 1rem;}.techbox.tech2 .tech_in:nth-child(3) {    padding: 0 2rem;}.techbox.tech3 {    grid-template-columns: repeat(1, 1fr);}.techbox.tech1 .tech_in {    width: 100% !important;    margin: -3% 0 0 !important;}.techbox.tech1 .tech_in:nth-child(2) {    margin-left: 0 !important;}.techbox.tech1 .tech_in:nth-child(2),.techbox.tech1 .tech_in:nth-child(3) {    margin: -40% auto 0 !important;}.techbox.tech1 .tech_in:nth-child(3) {    margin-right: 0 !important;}.techbox.tech2 .tech_in {    padding: 0 0 2rem;}.RWDeditor01 .model-title {    font-size: 1.6rem !important;    margin: 0 0 2rem !important;}/* 財務資訊 */ 
.fin_info .fin_ttl {    flex-direction: column;}.article8 #article {    padding: 2rem !important;}.fin_table.tg-wrap th,.fin_table.tg-wrap td {    padding: 0.5rem;}.fin_info {    margin: 3rem 0;}/* 企業持續 */ 
.esg_employeebox_item .txt {    padding: 9rem 2rem 3rem !important;    -moz-border-image: -moz-linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    -webkit-border-image: -webkit-linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    border-image: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(10, 11, 15, 1) 100%);    border-image-slice: 1;}/* 員工發展 */ 
.cru_feature {    grid-template-columns: repeat(1, 1fr);    width: 90%;    margin: auto;}.cru_numbox ul {    grid-template-columns: repeat(1, 1fr);}:lang(en) .cru_feature,.cru_numbox ul {    grid-template-columns: repeat(1, 1fr);}.cru_numbox li {    border: 0 !important;    border-top: 1px solid #ccc !important;    line-height: 1.3;    padding: 2rem 1.5rem 0;}.article9.id366 .model.article_model.RWDeditor01[data-seq="1"] {    padding: 3rem 15%;}.article9.id366 .model.article_model.single-photo img {    object-fit: cover;    height: 90vw;    object-position: 60%;}/* 合作聯繫 */ 
.eformscontent .form-horizontal .col-sm-12.col-md-5 {    display: flex;    align-items: center;}.eformscontent .layoutlist_1 {    padding: 2rem 1rem 1rem;}.eformsDesc_bottom {    width: 90%;    margin: 2rem auto;    padding: 2rem 0 0;}section.hgroup {    top: 44vw;    margin: 0;}.page_wrapper_bg .hgroup h1 b {    font-size: 11vw;}.hgroup .breadcrumb {    font-size: 0.7rem !important;}
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
.RWDmenu_plus04 .header .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 150px;    margin-top: 20px;}/*------------------關於我們---------------------*/ 
.about-info::before {    top: 50vw;}/*------------------合作商---------------------*/ 
.partner-block {    padding: 5rem 0 5rem;}/*------------------技術---------------------*/ 
.RWDservice012 .text_box .text.link_box .box {    padding: 15px 15px 15px 15px;}.RWDservice012 .text_box .text .title {    font-size: 14px;}/*------------------footer---------------------*/ 
.footer-block::before {    left: auto;    top: -67vw;    width: 111vw;    height: 117vw;    transform: rotate(256deg);    right: -45vw;}.ft-logo {    width: 198px;}.footer-block .ft-L {    margin: 4rem 0 6rem;}.footer-block .ft-L .ft-info {    margin: 3rem 0 0;}.footer-block .ft-info .cp_name span {    display: block;}:lang(en) .sitemap .RWDedictor {    display: grid;    grid-template-columns: repeat(1, 1fr);    grid-gap: 2rem 2rem;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}.download5 .search-container {    margin: 10px 0 0 !important;}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}/* 語系 */:lang(en) .RWDvideo006__editor .bn-main-tit {    font-size: 20px;}:lang(en) .RWDright_cont002 .item-first .text-box .title {    font-size: 20px !important;}:lang(en) .pro-block .titlebar .main-tit {    font-size: 20px !important;}:lang(en) .sitemap {    font-size: 14px;}:lang(en) .RWDnews_listblock h3 {    font-size: 20px !important;}:lang(ja) .RWDvideo006__editor .bn-main-tit {    font-size: 24px;}:lang(ja) .RWDright_cont002 .item-first .text-box .title {    font-size: 20px !important;}:lang(ja) .pro-block .titlebar .main-tit {    font-size: 20px !important;}:lang(ja) .RWDnews_listblock h3 {    font-size: 18px !important;}:lang(ja) .sitemap {    font-size: 12px;}
}
/*480px end*/
/*380px start*/
@media (max-width: 380px){
body,html {    font-size: 15px;}/*------------------news---------------------*/ 
.news-block .container {    padding: 4rem 1.5rem;}/*------------------footer---------------------*/ 
.ft-bottom .container,.footer-block .ft-box.container {    width: 85%;}/* 匯入內頁版面寬度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;}/* 廣華介紹 */ 
.article1.id296 .model.article_model.single-photo img {    height: 250px;}/* 廣華介紹 簡中*/ 
.article1.id975 .model.article_model.single-photo img {    height: 250px;}/* 廣華介紹 英文*/ 
.article1.id1705 .model.article_model.single-photo img {    height: 250px;}/* 廣華介紹 日文*/ 
.article1.id1340 .model.article_model.single-photo img {    height: 250px;}/* 全球布局 */ 
.globalbox {    padding: 2rem;}/* 企業持續 */ 
.esg_employeebox_item {    width: 100%;}.esg_employeebox_item .txt {    padding: 7rem 1rem 3rem !important;    margin: -5rem 0 0;}:lang(en) .RWDproduct004 #portfolio div.col-md-3 h3 {    height: auto;}:lang(ja) .RWDproduct004 #portfolio div.col-md-3 h3 {    height: auto;}:lang(en) .RWDproduct004 #portfolio div.col-md-3 h2,:lang(en) .RWDproduct004 #portfolio div.col-md-3 h3 {    font-size: 14px;}:lang(en) .technology-block .R-box.titlebar {    padding-left: 1rem;    padding-right: 1rem;}:lang(ja) .RWDproduct004 #portfolio div.col-md-3 h2,:lang(ja) .RWDproduct004 #portfolio div.col-md-3 h3 {    font-size: 14px;}:lang(ja) .pro-block .titlebar {    padding-inline: 25px;}:lang(ja) .technology-block .R-box.titlebar {    padding-left: 1rem;    padding-right: 1rem;}
}
/*380px end*/