/* all */:root {    --main-color01: #00a0e8;    --main-color02: #273d48;    --main-color03: #3e3a39;    --text-color: #555;    --aide-color01: #9a9485;    --linecolor: #06c152;    --linehovercolor: #33ab54;    --TransitionEase: .5s ease;    --MainColor: #00a0e8;    --SubColor: #273d48;    --TextMainColor: #5f6368;    --TextSubColor: #888;    --TitleMainColor: #5f6368;    --BorderPx1: 1px solid #dddddd;    --BorderGrayPx1: 1px solid #ccc;    --MainHoverColor: #273d48;    --SubHoverColor: #333;    /* 按鈕 */    --BtnOutlineColor: #888;    --BtnOutlineBg: transparent;    --BtnOutlineHoverColor: #fff;    --BtnOutlineHoverBg: #273d48;    --BtnColor: #fff;    --BtnBg: #273d48;    --BtnHoverColor: white;    --BtnHoverBg: #00a0e8;    --SubBtnColor: white;    --SubBtnBg: var(--SubColor);    --SubBtnHoverColor: white;    --SubBtnHoverBg: var(--SubHoverColor);    --BtnBorderRadius: 99em;    --BtnWidth: 200px;    --BtnHeight: 50px;    --BtnFontSize: 17px;    /* 字體 */    --FontFamilyEn: 'Montserrat', sans-serif;    --FontFamilyTw: 'Noto Sans TC', sans-serif;    --FontFamily03: '微軟正黑體', sans-serif;    --FontFamily: Roboto, "Noto Sans TC", sans-serif;    --line-height-12: 1.2;    --line-height-14: 1.4;    --line-height-16: 1.6;    --line-height-18: 1.8;    --text-size-small: 12px;    --text-size-primary: 16px;    --text-size-medium: 18px;    --text-size-large: 24px;    --img-resizing-site: 16 / 12;    --img-resizing-paronamic: 2 / 1;    --img-resizing-desktop: 19 / 10;    /* Navi */    --NaviHeight: 140px;    --NaviHoverColor: var(--SubColor);    /* 文字大小 */    /* 螢幕2560px-767px 大小46px-25px */    --FontSizeMain: clamp(1.5625rem, 1.001rem + 1.1712vw, 2.875rem);    /* 螢幕2560px-767px 大小24px-20px */    --FontSizeSub: clamp(1.25rem, 1.1431rem + 0.2231vw, 1.5rem);    /* 螢幕2560px-767px 大小22px-18px */    --FontSizeH3: clamp(1.125rem, 1.0181rem + 0.2231vw, 1.375rem);    /* 螢幕2560px-767px 大小18px-16px */    --FontSizeH4: clamp(1rem, 0.9465rem + 0.1115vw, 1.125rem);    /* 螢幕2560px-767px 大小16px-15px */    --FontSizeH5: clamp(0.9375rem, 0.9108rem + 0.0558vw, 1rem);    /* 螢幕2560px-767px 大小17px-15px */    --FontSizeH6: clamp(0.9375rem, 0.884rem + 0.1115vw, 1.0625rem);    /* 螢幕2560px-767px 大小16px-15px */    --FontSizeP: clamp(0.9375rem, 0.9108rem + 0.0558vw, 1rem);    /* 螢幕2560px-767px 大小24px-16px */    --FontSizeEn: clamp(1rem, 0.7861rem + 0.4462vw, 1.5rem);    /* 螢幕2560px-1366px 大小17px-15px */    --FontSizeNavi: clamp(0.9375rem, 0.884rem + 0.1115vw, 1.0625rem);    /* 螢幕2560px-1200px 大小160px-60px */    --SectionPadding: clamp(3rem, 2.2857rem + 3.5714vw, 8rem);    /* 螢幕2560px-1200px 大小160px-60px */    --InnerSectionPadding: clamp(3.75rem, -1.7647rem + 7.3529vw, 10rem);    --SectionTitleBottom: max(3vw, 2rem);    --ItemSpacing: max(3vw, 2.5rem);    /* 螢幕2560px-650px 50px-25px */    --BorderRadius: clamp(1.5625rem, 1.0308rem + 1.3089vw, 3.125rem);    --TransformCenter: translateX(-50%) translateY(-50%);    --TransformXCenter: translateX(-50%);    --TransformYCenter: translateY(-50%);}.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(--FontFamilyTw);    font-weight: 300;    letter-spacing: 1px;    -webkit-text-size-adjust: 100%;    -webkit-font-smoothing: antialiased;    overflow-x: hidden;}a,a:hover,a:active,a:focus,a:visited {    transition: .4s ease-out;    text-decoration: none;}p {    letter-spacing: 1px;    color: #5f6368;    line-height: 1.8;    font-weight: 400;    font-size: 16px;}: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: var(--main-color02);    color: #fff;}::-moz-selection {    background: var(--main-color02);    color: #fff;}.img-responsive {    width: 100%;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*scrollbar樣式*/::-webkit-scrollbar {    width: 8px;    height: 5px;}::-webkit-scrollbar-track {    background: rgba(255, 255, 255, 0.5);    height: 5px;}::-webkit-scrollbar-thumb {    background: var(--main-color02);    border-radius: 20px;}::-webkit-scrollbar-thumb:hover {    background: var(--main-color01);}/*loading*/ 
.RWDfakeloader img {    width: auto;    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: var(--main-color01);}.mobile-link .RWDedictor a {    width: 100%;    color: #fff;    padding: 10px 0;    display: flex;    justify-content: center;    align-items: center;}.mobile-link i {    font-size: 18px;    margin-right: 15px;}.mobile-link .RWDedictor a img {    width: 11px;    height: 15px;    margin-right: 10px;}.mobile-link .RWDedictor a.mobile-line {    background: var(--linecolor);}/*搜尋*/ 
.RWDmenu_plus04 .features {    font-size: 16px;}.RWDmenu_plus04 .features .search-btn {    padding: 37px 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: 442px;    padding: 3rem 20px 3rem !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(0, 0, 0, 0.78) !important;    color: #fff !important;    left: auto !important;    right: 0px !important;    line-height: 1.5 !important;    border-radius: 23px;    border: #fff solid 1px;    backdrop-filter: blur(5px);    margin: 5rem;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px;}.RWDalert_fancybox.bottom .btn-box {    margin-top: 5rem;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 20px;    border-color: var(--main-color01);    background: var(--main-color01) !important;    border-radius: 99em;    font-size: 16px;    min-width: 180px;}.RWDalert_fancybox.bottom .editor a {    color: var(--main-color01);    border-bottom: 1px solid #dfdfdf;}/*主標題*/ 
.titlebar {    text-align: left;}.titlebar .main-tit {    color: var(--main-color03);    font-size: clamp(1.875rem, 1.7589rem + 0.5804vw, 2.6875rem);    font-weight: 600;    letter-spacing: 2px;    line-height: 1.3;    font-family: var(--FontFamilyTw);}.titlebar .sub-tit {    color: #555;    font-size: 22px;    text-transform: uppercase;    font-weight: 400;    font-family: var(--FontFamilyEn);    margin: 1.5rem 0 0;}.titlebar .en-tit,.about-block .mobile-en {    color: var(--main-color02);    font-size: clamp(0.21875rem, -0.6786rem + 4.4866vw, 6.5rem);    font-weight: 600;    letter-spacing: 0px;    line-height: 1.3;    font-family: var(--FontFamilyEn);    text-transform: uppercase;    line-height: 1;}.titlebar .en-tit span {    color: #263d48;    display: block;    font-weight: 600;    font-family: var(--FontFamilyTw);    margin-left: 5vw;}/*側邊選單-按鈕顏色*/#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);}/*按鈕樣式button*/a.button-st,.RWDbtn01 .btn {    background: transparent;    margin: 0 auto;    width: 202px;    height: 48px;    line-height: 48px;    font-weight: 500;    color: var(--main-color03);    border: #7b7b7b solid 1px;    border-radius: 99em;    display: block;    position: relative;    z-index: 99;    padding-left: 0;    display: flex;    justify-content: center;    flex-direction: row;    align-items: center;    gap: 0 10px;    overflow: hidden;    font-size: 16px;}a.button-st i {    color: var(--linecolor) !important;    transition: all 0.5s ease-out;}a.button-st::before,.RWDbtn01 .btn::before {    content: '';    background: url(archive/image/customization/btn-arrow.webp) no-repeat;    background-size: 100% auto;    width: 18px;    height: 18px;    position: absolute;    right: 20px;    top: 14px;    transition: all 0.5s ease-out;}a.button-st::after,.RWDbtn01 .btn::after {    content: "";    background: #fff;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*hover*/a:hover.button-st,.RWDbtn01 .btn:hover {    color: #fff;}a:hover.button-st::after,.RWDbtn01 .btn:hover::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: var(--main-color01);}a:hover.button-st::before,.RWDbtn01 .btn:hover::before {    filter: brightness(0) invert(1) !important;    transition: all 0.5s ease-out;}/*按鈕*/a:hover.button-st.btn-line::after {    background: var(--linecolor) !important;}a:hover.button-st.btn-line i {    color: #fff !important;}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 2% 10px 2%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo {    position: absolute;    left: 50%;    float: left;    transform: translate(-50%, 0);    top: 17px;    z-index: 30;    filter: brightness(0) invert(1);    width: 158px;}.RWDmenu_plus04 .container {    max-width: 1600px;    position: relative;    top: 0.8vw;    transition: all 0.5s ease-out;    left: -8vw;}.RWDmenu_plus04 .site-nav {    padding-left: 31rem;}.RWDmenu_plus04 .menu li a {    color: #fff;    font-size: 17px !important;}.RWDmenu_plus04 li.menu-pro {    margin-left: 16rem;}/*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(--main-color01);}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 2px;    background: var(--main-color01);    bottom: 0;    right: 0;    transition: all .5s ease;}.RWDmenu_plus04 .site-nav .menu>li>a:hover:before {    width: 100%;    transition: all .5s ease;    right: auto;    left: 0;}/*header下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu li {    text-align: center;}.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    position: absolute;    right: 5px;    border-color: #fff;}.RWDmenu_plus04 .header.is-up .lang-select-label:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:after {    border-color: #555;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a {    color: var(--main-color03);    padding: 15px 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: var(--main-color01);    color: #fff;}.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: var(--main-color01)}/*header icon*/ 
.RWDmenu_plus04 .features {    width: 520px;}.RWDmenu_plus04 .features .edit {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 0 10px;    top: 27px;    position: relative;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;    filter: brightness(0) invert(1);}.RWDmenu_plus04 .features a.button-st {    color: #fff;    border-color: #fff;}.RWDmenu_plus04 .features a.button-st::before {    filter: brightness(0) invert(1);}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    top: 0;    background: #fff;    padding-bottom: 0;    border-bottom: #dfdfdf solid 1px;}.RWDmenu_plus04 .header.is-up .logo {    transition: all 0.5s ease-out;    top: 8px;    filter: initial;}.RWDmenu_plus04 .header.is-up .container {    top: -0.2vw;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .menu li a {    color: #3e3a39;}.RWDmenu_plus04 .header.is-up .features .search-btn img,.RWDmenu_plus04 .header.is-up .features .member-btn img,.RWDmenu_plus04 .header.is-up .features .cart-btn img {    width: 17px;    height: 17px;    filter: brightness(0) invert(0);}/*is-up icon*/ 
.RWDmenu_plus04 .header.is-up .features .search-btn {    padding-top: 17px;    padding-bottom: 25px;}.lang-select-label {    padding: 40px 15px;    transition: .5s ease;}.fa.ic_lang-select {    color: #fff !important;}.RWDmenu_plus04 .header.is-up .lang-select-label {    padding: 20px 15px;    transition: .5s ease;}.RWDmenu_plus04 .header.is-up .fa.ic_lang-select {    color: #555 !important;}/*is-up btn*/ 
.RWDmenu_plus04 .header.is-up .features .edit {    top: 8px;}.RWDmenu_plus04 .header.is-up .features a.button-st {    color: #555;    border-color: #555;}.RWDmenu_plus04 .header.is-up .features a.button-st::before {    filter: brightness(0) invert(0);}.RWDmenu_plus04 .header.is-up .features a.button-st:hover {    color: #fff;    border-color: var(--main-color01);}.RWDmenu_plus04 .header.is-up .features a.button-st:after {    background: var(--main-color01);}.RWDmenu_plus04 .logo {    position: static;    transform: initial;    margin: 23px 0 0;    width: 147px;}.RWDmenu_plus04 .header.is-up .logo {    margin-top: 7px;}.RWDmenu_plus04 .site-nav {    padding-left: 0;}.RWDmenu_plus04 .site-nav .menu {    text-align: left;}.RWDmenu_plus04 .site-nav .menu>li>a {    margin: 0 1rem;}.RWDmenu_plus04 li.menu-pro {    margin-left: 0;}/*----------banner----------*/ 
.banner-block {    overflow: hidden;    position: relative;    z-index: 1;}.banner-block .mobile-style {    display: none;}.banner-block::before {    content: '';    background: url(archive/image/customization/bn-gradient.webp) no-repeat;    background-size: 100% auto;    width: 26vw;    height: 27vw;    display: block;    position: absolute;    left: 0;    top: -2vw;    z-index: 22;    pointer-events: none;    -webkit-font-smoothing: antialiased;    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));}.banner-block::after {    content: '';    background: url(archive/image/customization/bn-gradient.webp) no-repeat;    background-size: 100% auto;    width: 26vw;    height: 27vw;    display: block;    position: absolute;    bottom: -1vw;    right: 16vw;    z-index: 22;    pointer-events: none;    -webkit-font-smoothing: antialiased;    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));    transform: rotate(266deg);    opacity: 0.5;}.banner-block .RWDvideo006 {    width: 100%}.banner-block .RWDvideo006__wrapper {    width: 100%;    overflow: hidden;    position: relative}.banner-block .RWDvideo006__pic {    position: absolute;    width: 100%;    height: 100%;    left: 0;    top: 0;    z-index: 10;    background-color: #eee}.banner-block .RWDvideo006__pic__img {    object-fit: cover;    width: 100%;    height: 100%;    display: block}.banner-block .RWDvideo006__video {    width: 100%;    height: 100vh;    position: relative;    z-index: 20;    pointer-events: none;    user-select: none}.banner-block .RWDvideo006__video::before {    content: '';    background: rgba(45, 50, 57, 0.38);    width: 100%;    height: 100%;    display: block;    z-index: 21;    pointer-events: none;    position: absolute;    top: 0;    left: 0;}.banner-block .RWDvideo006__video::after {    content: '';    background: url(archive/image/customization/bn-circle.webp) no-repeat;    background-size: cover;    width: 75vw;    height: 35vw;    display: block;    z-index: 20;    pointer-events: none;    position: absolute;    bottom: -1vw;    left: -8vw;    opacity: 0.8;    background-size: 100% auto;    transform: rotate(33deg);}.banner-block .RWDvideo006__video iframe {    position: absolute;    top: 50%;    left: 50%;    width: 100vw;    height: 100vh;    transform: translate(-50%, -50%)}@media(min-aspect-ratio: 16/9) {    .banner-block .RWDvideo006__video iframe {        height: 56.25vw    }}@media(max-aspect-ratio: 16/9) {    .banner-block .RWDvideo006__video iframe {        width: 177.78vh    }}/*banner scrolldown*/ 
.scroll-down {    position: absolute;    right: 2%;    bottom: 5%;    writing-mode: vertical-lr;    color: #fff;    width: 2rem;    height: 100vh;}.scroll-down a {    font-size: 14px;    color: #fff;    display: flex;    align-content: center;    flex-direction: row;    justify-content: flex-end;    align-items: center;    height: 100vh;}.scroll-down img {    filter: brightness(0) invert(1);    -webkit-animation: arrow-jump 1s infinite;    -moz-animation: arrow-jump 1s infinite;    -o-animation: arrow-jump 1s infinite;    animation: arrow-jump 1500ms infinite;}@-webkit-keyframes arrow-jump {    0% {        opacity: 0;    }    50% {        opacity: 1;    }    100% {        opacity: 0;        -webkit-transform: translateY(10px);        -moz-transform: translateY(10px);        -0-transform: translateY(10px);        transform: translateY(40px);    }}/*影片的內容*/ 
.banner-block .bn-txt .RWDedictor008 {    position: absolute;    left: 0;    top: 0;    height: 100%;    width: 100%;}.banner-block .bn-txt,.banner-block .RWDvideo006__editor,.banner-block .RWDvideo006__editor__inner {    position: absolute;    top: 0px;    left: 0;    z-index: 30;    color: #fff;    width: 100%;    height: 100%;}.banner-block .bn-txt-box .info-style,.banner-block .RWDvideo006__editor__inner .bn-txt-box {    transform: scale(1);    transition: all 0.5s ease-out;}.banner-block .txt,.banner-block .RWDvideo006__editor .txt {    position: absolute;    left: 0;    top: 0;    width: 100vw;    height: 94vh;    transition: all 0.5s ease-out;}.banner-block picture {    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    width: 100%;    display: flex;    flex-direction: column;    justify-content: flex-end;    align-items: center;}.banner-block .txt.txt3 {    display: flex;    align-items: flex-end;    justify-content: flex-start;    height: 87vh;}.banner-block .txt.txt3 .titlebar {    width: 32vw;    color: #fff;    margin: 2rem auto 0;}.banner-block .txt.txt3 .main-tit,.banner-block .txt.txt3 .sub-tit {    color: #fff;}.banner-block .txt.txt3 .main-tit {    display: flex;    justify-content: flex-start;    align-items: center;    gap: 0 10px;}.banner-block .txt.txt3 .sub-tit {    font-weight: 500;}.banner-block .txt.txt3 .titlebar .main-tit::after {    content: '';    width: 5vw;    height: 1px;    display: inline-block;    background: rgba(255, 255, 255, 0.5);}/*影片的內容。結束*/@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}/*----------news----------*/ 
.news-block {    position: relative;    z-index: 1;    background: #f2f2f2;    overflow: hidden;}.news-block::before {    content: '';    position: absolute;    left: 0;    top: 0;    display: block;    z-index: 1;    pointer-events: none;    width: 100%;    height: 100%;    background: url(archive/image/customization/news-circle-bg.webp) no-repeat;}.news-block .container {    width: 100%;    padding: 0;    display: flex;    flex-direction: row;    justify-content: flex-end;    align-content: flex-start;    align-items: stretch;}.news-block .L-box {    width: 272px;    position: absolute;    left: 0;    height: 100%;}.news-block .L-box,.news-block .L-box .RWDedictor008,.news-block .L-box .news-bg {    height: 100%;}.news-block .L-box img {    object-fit: cover;    height: 100%;    width: 100%;}.news-block .R-box {    width: calc(100% - 272px);    float: right;    padding: 9rem 0 4rem clamp(5rem, 3.8571rem + 5.7143vw, 13rem);    z-index: 1;}/*最新消息內容*/ 
.RWDnews015 {    width: 100%;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    margin: clamp(0.1875rem, -0.6429rem + 4.1518vw, 6rem) 0 0;}.RWDnews015 .model__head.isRWDnews015 {    width: 30%;    text-align: left;}.RWDnews015 .model__head__h1.isRWDnews015 {    font-size: 42px;    color: var(--main-color03);    font-weight: 600;}.RWDnews015 .model__head__h2.isRWDnews015 {    font-size: clamp(1.25rem, 1.2143rem + 0.1786vw, 1.5rem);    color: var(--main-color03);    font-weight: 400;    letter-spacing: 1px;}.RWDnews015 .main_box {    width: 70%;    padding-left: clamp(0.1875rem, -0.5rem + 3.4375vw, 5rem);}.RWDnews015 .link {    border-color: #dfdfdf;    padding: 1.2rem 0 1.2rem 15px;    margin: 0;}.RWDnews015 .link:last-child {    border: 0;}.RWDnews015 .link .date {    font-family: var(--FontFamilyEn);    color: #212121;    font-weight: 400;}.RWDnews015 .link .title {    font-family: var(--FontFamilyTw);    font-weight: 400;    color: var(--main-color03);}/*news tabs*/ 
.RWDnews015 .swiper-wrapper {    border-bottom: #dfdfdf solid 1px;}.RWDnews015 .type_name {    padding: 8px 23px;}.RWDnews015 .active .type_name {    background: var(--main-color01);    color: #fff;}.RWDnews015 .RWDnews015-container .line {    display: none;}/*news btn*/ 
.RWDnews015 .more {    display: none;}.news-block .btnbox {    position: relative;    left: 0;    top: -10rem;}.news-block .RWDbtn01 .btn {    margin-left: 0;}/*---------關於我們about----------*/ 
.about-block {    min-height: 48vw;    position: relative;    z-index: 1;}.about-block::before {    content: '';    background: linear-gradient(to bottom, rgba(247, 252, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);    position: absolute;    top: 0;    left: 0;    display: block;    width: 100%;    height: 70%;    z-index: -1;    pointer-events: none;}.about-block .container {    width: 100%;    padding: 0;    display: flex;}.about-block .L-box,.about-block .R-box {    width: 50%;}.about-block .R-box {    position: relative;    z-index: 0;    padding-right: 3rem;}.about-block .R-box::before {    content: '';    background: url(archive/image/customization/about-pic-bg-small.webp) no-repeat;    position: absolute;    right: 0;    bottom: 0vw;    display: block;    z-index: -1;    width: 27vw;    height: 22vw;    background-size: 100% auto;    opacity: 0.8;}.about-block .mobile-en {    text-align: center;    color: #00a0e8;    margin: 0 0 2.5rem;    font-size: 17px;    display: none;}/*---------關於我們內容----------*/ 
.about-block .titlebar .main-tit {    font-size: clamp(1.75rem, 1.6161rem + 0.6696vw, 2.6875rem);    margin: 0 0 2rem;}.about-block .titlebar .main-tit span {    display: block;}.about-block .about-contact {    width: 61%;    text-align: justify;    line-height: 1.8;}.about-block .about-contact span {    color: var(--main-color03);    font-weight: 600;}/*---------關於我們圖片----------*/ 
.ab-pic-box,.ab-pic-box .ab-bg {    position: absolute;    left: 0;    top: 0;}.ab-pic-box .ab-mainpic {    position: relative;    top: 19rem;    aspect-ratio: 1 / 1;}.ab-pic-box .ab-bg {    z-index: -1;}.ab-pic-box .ab-en {    position: absolute;    z-index: -1;    top: 19rem;    left: 50%;    width: 30vw;    transform: translateX(-50%);}/*---------關於我們內文----------*/ 
.about-block .R-box {    padding: 10rem 0 0;}/*---------跑分----------*/ 
.RWDscore01 .count-blk {    padding-top: 0px;    max-width: 100%;    margin: 0;}.RWDscore01 .count-blk .swiper-slide {    padding: 0;    width: 100% !important;    display: flex;    justify-content: flex-start;    align-items: flex-start}.RWDscore01 .score-content {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    justify-content: flex-end;    margin: 0;    padding: 0;}.RWDscore01 .count-num {    font-size: clamp(2.1875rem, 1.8482rem + 1.6964vw, 4.5625rem);    font-weight: 600;    line-height: 1;    font-family: var(--FontFamilyEn);}.RWDscore01 .count-str {    font-size: 14px;    font-weight: 400;    color: #000;}.RWDscore01 .count-item {    display: flex;    align-items: center;    margin: 0 0 0;    position: relative;    width: 10vw;    height: 10vw;    background: #dfdfdf;    flex-direction: column;    justify-content: center;    border-radius: 23px;    overflow: hidden;}.RWDscore01 .count-item::after {    content: '';    width: 1px;    height: 80%;    background-color: #dfdfdf;    display: block;    position: absolute;    right: -20px;    top: 50%;    transform: rotate(20deg) translateY(-50%);}.RWDscore01 .count-title {    margin-top: 6px;    margin-bottom: 0px;    font-size: 17px;    color: var(--main-color03);    font-weight: 400;    font-family: var(--FontFamilyTw);}.RWDscore01 .score-maintitle,.RWDscore01 .more-btn,.RWDscore01 .trigger-blk,.RWDscore01 .score-subtitle,.RWDscore01 .trigger-wrap,.RWDscore01 .trigger-blk,.RWDscore01 .count-item span:nth-child(2),.RWDscore01 .count-item::after,.score-01 .RWDscore01 .count-item:nth-child(2) {    display: none;}.RWDscore01 .score-image {    background-color: transparent;    background-position: left top;    min-height: 20.85vw;    border-radius: 23px;}.RWDscore01 .score-mainblk {    min-height: initial;}/*---------跑分各別調整----------*/ 
.about-score {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    gap: 0 10px;    margin: clamp(0.125rem, -0.5714rem + 3.4821vw, 5rem) 0 0;}.score-01,.score-02 {    width: 20vw;}.score-01 .RWDscore01 .count-item {    background: #3a99d3;    animation: gradient 3s linear infinite;    background: linear-gradient(45deg, #3a99d3 0%, #47ade5 25%, #62c1f3 50%, #bee3f8 100%);}@keyframes gradient {    25% {        background-position: 0 100%    }    50% {        background-position: 100% 100%    }    75% {        background-position: 100% 0    }    100% {        filter: hue-rotate(15deg)    }}.score-01 .RWDscore01 .score-blk {    display: flex;    flex-direction: row-reverse;    align-content: flex-start;    justify-content: flex-end;    align-items: center;    flex-wrap: nowrap;    gap: 0 10px;}.score-01 .RWDscore01 .score-mainblk {    min-height: initial;    width: 10vw;}.score-02 .RWDscore01 .count-item:nth-child(1) {    background: #d4effb;    margin-bottom: 15px;    position: relative;    z-index: 0;}.score-02 .RWDscore01 .count-item:nth-child(1)::before {    content: '';    background: url(archive/image/customization/avout-score-bg.webp) no-repeat;    position: absolute;    right: -3vw;    top: -2vw;    display: block;    z-index: -1;    width: 8vw;    height: 8vw;    animation: a001 ease-out 5s infinite;    animation-direction: alternate;    background-size: 100% auto;    backdrop-filter: blur(40px);    -webkit-backdrop-filter: blur(40px);}@keyframes a001 {    0% {        transform: translate(0px, 0px) scale(1.1);    }    50% {        transform: translate(0px, -30px) scale(1.2);    }    100% {        transform: translate(0px, 0px) scale(1);    }}.score-02 .RWDscore01 .count-item:nth-child(2) {    background: #253d48;}.score-02 .RWDscore01 .count-blk .swiper-slide {    display: flex;    justify-content: flex-start;    align-items: flex-start;    flex-direction: column;}.score-01 .RWDscore01 .count-num,.score-01 .RWDscore01 .count-title,.score-02 .RWDscore01 .count-item:nth-child(2) .count-title,.score-02 .RWDscore01 .count-item:nth-child(2) {    color: #fff;}.score-02 .RWDscore01 .count-item:nth-child(2) .count-str {    color: #dfdfdf;}.score-01 .RWDscore01 .count-str {    color: #f0f3f5;}/*---------slogan----------*/ 
.slogan-block {    position: relative;    z-index: 0;    padding: clamp(0.625rem, -2.1429rem + 14.8393vw, 22rem) 0 13rem;}.slogan-block .container {    width: 100%;    padding: 0;}.slogan-block::before {    content: '';    background: url(archive/image/customization/slogna-bg.webp) no-repeat;    width: 100%;    height: 100%;    display: block;    position: fixed;    left: 0;    top: 0;    z-index: -1;    pointer-events: none;    background-size: contain;    background-position: 50% 50%;}/*定位文字*/ 
.slogan-txt {    position: sticky;    top: 20rem;    left: 0;    height: calc(100% + 100vw);    width: 100%;}.slogan-txt .tit-en {    font-size: 272px;    text-transform: uppercase;    margin-top: 0;    font-weight: 700;    font-family: var(--FontFamilyEn);    color: #4196d2;    line-height: 1.1;}.slogan-txt .tit-en span {    display: block;    width: 71vw;}.slogan-txt .cn {    width: 43vw;    right: 0;    position: absolute;    top: 1.5vw;}.slogan-txt .main-tit {    line-height: 1;    font-size: clamp(2rem, 1.7679rem + 1.1607vw, 3.625rem);}.slogan-txt .sub-tit {    margin-top: 0.5rem;    font-weight: 400;    font-family: var(--FontFamilyTw);}.slogan-txt .sub-entit {    width: 43vw;    float: right;    font-size: 24px;    color: #a0c8e0;    font-family: var(--FontFamilyEn);    font-weight: 400;    letter-spacing: 0;    line-height: 1;    margin: 4rem 0 0;    text-transform: uppercase;    display: flex;    justify-content: flex-start;    align-items: center;}.slogan-txt .sub-entit::after {    content: '';    width: 144px;    height: 1px;    background-color: #9fc8dfa6;    display: inline-block;    margin: 0 0 0 15px;}.slogan-circle-01 {    width: 9vw;    height: 11vw;    position: absolute;    top: -7.2vw;    right: 42vw;}.slogan-circle-02 {    width: 11vw;    height: 11vw;    position: absolute;    bottom: 0vw;    right: 0;}/*圖片*/ 
.slogna-pic {    padding: 21rem 0 0;    width: 31%;    margin: 0 auto;    display: flex;    justify-content: flex-start;    position: relative;    left: -16vw;}.slogna-pic .RWDedictor008 {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    gap: 0 2.5rem;}.slogan-pic-02 {    margin: 8rem 0 0;}.slogna-pic img {    border-radius: 12px;    box-shadow: 1.3px 5px 2px rgba(125, 161, 194, 0.022), 3px 11.3px 4.5px rgba(125, 161, 194, 0.031), 5.3px 19.7px 7.8px rgba(125, 161, 194, 0.039), 8.4px 31.3px 12.4px rgba(125, 161, 194, 0.045), 12.9px 48.3px 19.1px rgba(125, 161, 194, 0.051), 20.2px 75.4px 29.8px rgba(125, 161, 194, 0.059), 33.5px 125.1px 49.5px rgba(125, 161, 194, 0.068), 67px 250px 99px rgba(125, 161, 194, 0.09);}/*--------單元影片--------*/ 
.vidoe-block {    position: relative;    z-index: 1;    background: #fff;    padding-bottom: 4rem;    overflow: hidden;}.vidoe-block::before {    content: '';    width: 100%;    height: 42vw;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    pointer-events: none;    background: linear-gradient(to bottom, rgb(190 229 247) 0%, rgba(125, 185, 232, 0) 100%);}.vidoe-block::after {    content: '';    width: 40vw;    height: 42vw;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    pointer-events: none;    background: url(archive/image/customization/gradient-bg.webp) no-repeat;    background-size: 100% auto;}.vidoe-block .container {    width: 100%;    padding: 11rem 0 0;    position: relative;    z-index: 0;}.vidoe-block .container::before {    content: '';    background: url(archive/image/customization/video-scircle-bg.webp) no-repeat;    background-size: contain;    top: 46vw;    right: -19vw;    display: block;    position: absolute;    z-index: 0;    pointer-events: none;    width: 84vw;    height: 89vw;}.video-box {    width: 85%;    float: right;    border-radius: 0 0 0;    position: relative;}.video-box .info {    position: relative;    z-index: 0;    padding: 5rem 0 clamp(0.3125rem, -1.0714rem + 6.9196vw, 10rem) clamp(0.1875rem, -0.6429rem + 4.1518vw, 6rem);    border-left: rgb(0 0 0 / 6%) solid 1px;}/*各別影片單元調整*/ 
.video-box.style-01::after {    content: '';    width: 100%;    height: 35vw;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    background: #fff;}.video-box.style-01 .info::before {    transform: translateY(-0%);}.video-box.style-02::before,.video-box.style-03::before {    content: '';    background: linear-gradient(to bottom, rgb(237 250 255 / 63%) 0%, rgba(125, 185, 232, 0) 100%);    height: 37vw;    display: block;    position: absolute;    top: 0;    left: -100%;    z-index: 0;    pointer-events: none;    width: 200%;}.video-box.style-03::after {    content: '';    width: 2vw;    height: 19vw;    display: block;    position: absolute;    bottom: 0;    z-index: 1;    pointer-events: none;    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 67%, rgba(255, 255, 255, 1) 68%);    left: 0;}/*單元影片的影片*/ 
.vidoe-block .RWDvideo006__wrapper {    overflow: initial;}.vidoe-block .RWDvideo006__video {    height: 32vw;    overflow: hidden;    background: var(--main-color03);    border-radius: 3px;}.vidoe-block .RWDvideo006__video iframe {    position: absolute;    top: 50%;    left: 50%;    width: 100vw;    height: 100vh;    transform: translate(-50%, -50%)}@media(min-aspect-ratio: 16/9) {    .vidoe-block .RWDvideo006__video iframe {        height: 46.25vw    }}@media(max-aspect-ratio: 16/9) {    .vidoe-block .RWDvideo006__video iframe {        width: 177.78vh    }}/*影片單元標題*/ 
.video-tit-box {    display: flex;    flex-direction: row-reverse;    justify-content: flex-end;    align-items: flex-end;    margin: 0 0 clamp(3rem, 2.7143rem + 1.4286vw, 5rem);    gap: 0 3rem;}.video-tit-box .cn-tit {    font-size: clamp(1.75rem, 1.6161rem + 0.6696vw, 2.6875rem);    font-weight: 600;    color: var(--main-color03);    font-family: var(--FontFamilyTw);    letter-spacing: 1px;    line-height: 1;}.video-tit-box .en-tit {    color: #4196d2;    font-size: clamp(3rem, 2.6406rem + 1.4747vw, 5rem);    position: relative;    left: -5.5vw;    top: 5px;}.media-mobile {    display: none;}/*影片裡面的內容*/ 
.vidoe-block .videoeditor__inner {    position: relative;    color: var(--main-color03);    z-index: 21;    top: 0;    left: 10px;}.vidoe-block .videoeditor__inner .infobox {    display: flex;    width: 85%;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: center;    gap: 0 6rem;    margin-bottom: 0;}.vidoe-block .videoeditor__inner .infobox .L-box {    width: 55%;}.vidoe-block .videoeditor__inner .infobox .R-box {    width: 45%;    margin: -7rem 0 0;    position: relative;    z-index: 0;}.vidoe-block .videoeditor__inner .infobox .R-box img {    border-radius: 3px;    box-shadow: 6.7px 6.7px 5.3px rgba(125, 161, 194, 0.028), 22.3px 22.3px 17.9px rgba(125, 161, 194, 0.042), 100px 100px 80px rgba(125, 161, 194, 0.07);}.vidoe-block .content-title .video-main-tit {    font-weight: 600;    font-size: 30px;    margin: 0 0 2rem;}.vidoe-block .content-title .video-sub-tit {    width: 60%;    text-align: justify;    line-height: 1.8;}/*--------esg--------*/ 
.esg-block {    position: relative;    z-index: 1;}.esg-block::before {    content: '';    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 48%;    display: block;    z-index: -1;}.esg-block .container {    width: 100%;    padding: 0;    position: relative;    z-index: 0;}.esg-block .infobox {    display: flex;    flex-direction: row;    justify-content: flex-end;    align-items: stretch;    height: 100%;    padding: 3rem 0 14rem;}.esg-block .infobox .L-box {    position: absolute;    inset: 0;    z-index: 1;    width: 50vw;    height: 28vw;    left: -2vw;}.esg-block .infobox .R-box {    width: 48%;    float: right;    display: flex;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    flex-direction: column;    padding-right: 6rem;}.esg-block .esg-en {    margin: 2rem 0;}/*esg 背景*/ 
.esg-block .bg-style {    height: 19vw;    position: relative;    background: #d5e5f8;}.esg-block .RWDparallax_new .picbgbox {    height: 547px;}.esg-block .RWDparallax_new,.esg-block .RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 103% !important;}.esg-block .RWDparallax_new .container {    width: 48%;    float: right;    margin-top: -7.7rem;}.esg-block .esg-pic:after {    content: "";    display: block;    width: 50%;    height: 50%;    border-radius: 50%;    background: rgb(228, 239, 243, 37%);    position: absolute;    top: 14vw;    left: 13vw;    animation: circle01 2.8s linear infinite;    transform: translate(-50%, -50%);    z-index: -1;}@keyframes circle01 {    0% {        transform: scale(0.4)    }    100% {        transform: scale(3);        opacity: 0    }}
/*footer start*/

/*footer*/ 
.footer-block {    background: var(--main-color03);    position: relative;    z-index: 1;}.footer-block .container {    width: 75%;}.footer-block .container .ft-top {    display: grid;    grid-template-columns: 0.5fr 1fr 0.5fr;    grid-template-rows: 1fr;    grid-column-gap: 0px;    grid-row-gap: 0px;}.footer-block,.footer-block a {    color: #fff;}:is(.footer-block .ft-info ul span, .ft-social .socail-tit) {    font-family: var(--FontFamilyEn);    color: #858585;    font-weight: 400;    font-size: 17px;    letter-spacing: 0;}/*公司資訊*/ 
.footer-block .ft-top {    padding: clamp(0.1875rem, -0.6774rem + 3.5484vw, 5rem) 0 clamp(0.1875rem, -0.318rem + 2.0737vw, 3rem);}.footer-block .ft-logo {    filter: brightness(0) invert(1);}.footer-block .ft-logo img {    width: 160px;}.footer-block .ft-info ul {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    flex-wrap: wrap;    list-style-type: none;    padding: 0;}.footer-block .ft-info ul li {    width: calc(100%/2 - 1px);    margin: 0 0 clamp(0.09375rem, -0.2488rem + 1.4055vw, 2rem);}.footer-block .ft-info ul span {    display: block;    font-family: var(--FontFamilyEn);    margin: 0 0 3px;    font-size: 15px;}/*社群*/ 
.RWDsocial002 {    margin: 20px 0 0;}.ft-social {    padding: 0 0 0 clamp(0.1875rem, -0.6774rem + 3.5484vw, 5rem);}.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: transparent;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}.RWDsocial002 a:hover .iconRounded.ii-line3 {    background: #58cb6e;}.RWDsocial002 a:hover .iconRounded.ii-fb1 {    background: #1578fb;}.RWDsocial002 a:hover .iconRounded.ii-weibo1 {    background: #e6162d;}.RWDsocial002 a:hover .iconRounded.ii-youtube1 {    background: #be2e2a;}.RWDsocial002 a:hover .iconRounded.ii-gmail1 {    background: #DB4437}.RWDsocial002 a:hover .iconRounded.ii-wechat1 {    background: #2ebf00}.RWDsocial002 a:hover .iconRounded.ii-linkedin2 {    background: #2764ac;}.RWDsocial002 a:hover .iconRounded.ii-ig2 {    background: #f09433;    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);}/*copyright*/ 
.ft-bottom {    border-top: #dfdfdf33 solid 1px;    display: grid;    grid-template-columns: repeat(3, 1fr);    grid-template-rows: 1fr;    grid-column-gap: 0px;    grid-row-gap: 0px;    font-size: 12px;    justify-content: space-between;    align-items: start;    padding: 25px 0;}.ft-bottom,.copyright_desc a,.copyright_desc {    color: #8c8c8c;}.ft-bottom .RWDedictor {    text-align: center;}.ft-bottom .RWDcopyright {    text-align: right;}/*go top*/ 
.scrollTop002 {    bottom: 150px;}.top_btn {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: center;    gap: 10px 0;}.scrollTop002 .txt {    writing-mode: vertical-lr;    text-transform: uppercase}.scrollTop002 img {    width: 35px;}

/*footer end*/
/*光波動態 start*/

.bg-wave { height: 35vw; width: 100vw; overflow: hidden; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: -1; pointer-events: none;}/*首頁客製化的區塊*/ 
.slogan-block .bg-wave { height: 20vw;}/*首頁客製化的區塊－－結束*/ 
.bg-wave .RWDedictor { width: 100%;}.sea { display: flex; filter: drop-shadow(0 -7px 10px #fff) blur(3px) contrast(5); justify-content: flex-end;}.wave_graphic { width: 10px; height: 30px; background: linear-gradient(180deg, rgba(150, 220, 255, 0.5), rgba(150, 220, 255, 0.2));}.wave_fade { animation: fade 1400ms ease-in-out infinite alternate;}.wave_skew { animation: skew 2000ms ease-in-out infinite alternate;}.wave_translate { animation: translate 2000ms ease-in-out infinite alternate;}.wave:nth-child(1) .wave_fade { animation-delay: -20ms;}.wave:nth-child(1) .wave_skew { animation-delay: -20ms;}.wave:nth-child(1) .wave_translate { animation-delay: -1020ms;}.wave:nth-child(2) .wave_fade { animation-delay: -40ms;}.wave:nth-child(2) .wave_skew { animation-delay: -40ms;}.wave:nth-child(2) .wave_translate { animation-delay: -1040ms;}.wave:nth-child(3) .wave_fade { animation-delay: -60ms;}.wave:nth-child(3) .wave_skew { animation-delay: -60ms;}.wave:nth-child(3) .wave_translate { animation-delay: -1060ms;}.wave:nth-child(4) .wave_fade { animation-delay: -80ms;}.wave:nth-child(4) .wave_skew { animation-delay: -80ms;}.wave:nth-child(4) .wave_translate { animation-delay: -1080ms;}.wave:nth-child(5) .wave_fade { animation-delay: -100ms;}.wave:nth-child(5) .wave_skew { animation-delay: -100ms;}.wave:nth-child(5) .wave_translate { animation-delay: -1100ms;}.wave:nth-child(6) .wave_fade { animation-delay: -120ms;}.wave:nth-child(6) .wave_skew { animation-delay: -120ms;}.wave:nth-child(6) .wave_translate { animation-delay: -1120ms;}.wave:nth-child(7) .wave_fade { animation-delay: -140ms;}.wave:nth-child(7) .wave_skew { animation-delay: -140ms;}.wave:nth-child(7) .wave_translate { animation-delay: -1140ms;}.wave:nth-child(8) .wave_fade { animation-delay: -160ms;}.wave:nth-child(8) .wave_skew { animation-delay: -160ms;}.wave:nth-child(8) .wave_translate { animation-delay: -1160ms;}.wave:nth-child(9) .wave_fade { animation-delay: -180ms;}.wave:nth-child(9) .wave_skew { animation-delay: -180ms;}.wave:nth-child(9) .wave_translate { animation-delay: -1180ms;}.wave:nth-child(10) .wave_fade { animation-delay: -200ms;}.wave:nth-child(10) .wave_skew { animation-delay: -200ms;}.wave:nth-child(10) .wave_translate { animation-delay: -1200ms;}.wave:nth-child(11) .wave_fade { animation-delay: -220ms;}.wave:nth-child(11) .wave_skew { animation-delay: -220ms;}.wave:nth-child(11) .wave_translate { animation-delay: -1220ms;}.wave:nth-child(12) .wave_fade { animation-delay: -240ms;}.wave:nth-child(12) .wave_skew { animation-delay: -240ms;}.wave:nth-child(12) .wave_translate { animation-delay: -1240ms;}.wave:nth-child(13) .wave_fade { animation-delay: -260ms;}.wave:nth-child(13) .wave_skew { animation-delay: -260ms;}.wave:nth-child(13) .wave_translate { animation-delay: -1260ms;}.wave:nth-child(14) .wave_fade { animation-delay: -280ms;}.wave:nth-child(14) .wave_skew { animation-delay: -280ms;}.wave:nth-child(14) .wave_translate { animation-delay: -1280ms;}.wave:nth-child(15) .wave_fade { animation-delay: -300ms;}.wave:nth-child(15) .wave_skew { animation-delay: -300ms;}.wave:nth-child(15) .wave_translate { animation-delay: -1300ms;}.wave:nth-child(16) .wave_fade { animation-delay: -320ms;}.wave:nth-child(16) .wave_skew { animation-delay: -320ms;}.wave:nth-child(16) .wave_translate { animation-delay: -1320ms;}.wave:nth-child(17) .wave_fade { animation-delay: -340ms;}.wave:nth-child(17) .wave_skew { animation-delay: -340ms;}.wave:nth-child(17) .wave_translate { animation-delay: -1340ms;}.wave:nth-child(18) .wave_fade { animation-delay: -360ms;}.wave:nth-child(18) .wave_skew { animation-delay: -360ms;}.wave:nth-child(18) .wave_translate { animation-delay: -1360ms;}.wave:nth-child(19) .wave_fade { animation-delay: -380ms;}.wave:nth-child(19) .wave_skew { animation-delay: -380ms;}.wave:nth-child(19) .wave_translate { animation-delay: -1380ms;}.wave:nth-child(20) .wave_fade { animation-delay: -400ms;}.wave:nth-child(20) .wave_skew { animation-delay: -400ms;}.wave:nth-child(20) .wave_translate { animation-delay: -1400ms;}.wave:nth-child(21) .wave_fade { animation-delay: -420ms;}.wave:nth-child(21) .wave_skew { animation-delay: -420ms;}.wave:nth-child(21) .wave_translate { animation-delay: -1420ms;}.wave:nth-child(22) .wave_fade { animation-delay: -440ms;}.wave:nth-child(22) .wave_skew { animation-delay: -440ms;}.wave:nth-child(22) .wave_translate { animation-delay: -1440ms;}.wave:nth-child(23) .wave_fade { animation-delay: -460ms;}.wave:nth-child(23) .wave_skew { animation-delay: -460ms;}.wave:nth-child(23) .wave_translate { animation-delay: -1460ms;}.wave:nth-child(24) .wave_fade { animation-delay: -480ms;}.wave:nth-child(24) .wave_skew { animation-delay: -480ms;}.wave:nth-child(24) .wave_translate { animation-delay: -1480ms;}.wave:nth-child(25) .wave_fade { animation-delay: -500ms;}.wave:nth-child(25) .wave_skew { animation-delay: -500ms;}.wave:nth-child(25) .wave_translate { animation-delay: -1500ms;}.wave:nth-child(26) .wave_fade { animation-delay: -520ms;}.wave:nth-child(26) .wave_skew { animation-delay: -520ms;}.wave:nth-child(26) .wave_translate { animation-delay: -1520ms;}.wave:nth-child(27) .wave_fade { animation-delay: -540ms;}.wave:nth-child(27) .wave_skew { animation-delay: -540ms;}.wave:nth-child(27) .wave_translate { animation-delay: -1540ms;}.wave:nth-child(28) .wave_fade { animation-delay: -560ms;}.wave:nth-child(28) .wave_skew { animation-delay: -560ms;}.wave:nth-child(28) .wave_translate { animation-delay: -1560ms;}.wave:nth-child(29) .wave_fade { animation-delay: -580ms;}.wave:nth-child(29) .wave_skew { animation-delay: -580ms;}.wave:nth-child(29) .wave_translate { animation-delay: -1580ms;}.wave:nth-child(30) .wave_fade { animation-delay: -600ms;}.wave:nth-child(30) .wave_skew { animation-delay: -600ms;}.wave:nth-child(30) .wave_translate { animation-delay: -1600ms;}.wave:nth-child(31) .wave_fade { animation-delay: -620ms;}.wave:nth-child(31) .wave_skew { animation-delay: -620ms;}.wave:nth-child(31) .wave_translate { animation-delay: -1620ms;}.wave:nth-child(32) .wave_fade { animation-delay: -640ms;}.wave:nth-child(32) .wave_skew { animation-delay: -640ms;}.wave:nth-child(32) .wave_translate { animation-delay: -1640ms;}.wave:nth-child(33) .wave_fade { animation-delay: -660ms;}.wave:nth-child(33) .wave_skew { animation-delay: -660ms;}.wave:nth-child(33) .wave_translate { animation-delay: -1660ms;}.wave:nth-child(34) .wave_fade { animation-delay: -680ms;}.wave:nth-child(34) .wave_skew { animation-delay: -680ms;}.wave:nth-child(34) .wave_translate { animation-delay: -1680ms;}.wave:nth-child(35) .wave_fade { animation-delay: -700ms;}.wave:nth-child(35) .wave_skew { animation-delay: -700ms;}.wave:nth-child(35) .wave_translate { animation-delay: -1700ms;}.wave:nth-child(36) .wave_fade { animation-delay: -720ms;}.wave:nth-child(36) .wave_skew { animation-delay: -720ms;}.wave:nth-child(36) .wave_translate { animation-delay: -1720ms;}.wave:nth-child(37) .wave_fade { animation-delay: -740ms;}.wave:nth-child(37) .wave_skew { animation-delay: -740ms;}.wave:nth-child(37) .wave_translate { animation-delay: -1740ms;}.wave:nth-child(38) .wave_fade { animation-delay: -760ms;}.wave:nth-child(38) .wave_skew { animation-delay: -760ms;}.wave:nth-child(38) .wave_translate { animation-delay: -1760ms;}.wave:nth-child(39) .wave_fade { animation-delay: -780ms;}.wave:nth-child(39) .wave_skew { animation-delay: -780ms;}.wave:nth-child(39) .wave_translate { animation-delay: -1780ms;}.wave:nth-child(40) .wave_fade { animation-delay: -800ms;}.wave:nth-child(40) .wave_skew { animation-delay: -800ms;}.wave:nth-child(40) .wave_translate { animation-delay: -1800ms;}.wave:nth-child(41) .wave_fade { animation-delay: -820ms;}.wave:nth-child(41) .wave_skew { animation-delay: -820ms;}.wave:nth-child(41) .wave_translate { animation-delay: -1820ms;}.wave:nth-child(42) .wave_fade { animation-delay: -840ms;}.wave:nth-child(42) .wave_skew { animation-delay: -840ms;}.wave:nth-child(42) .wave_translate { animation-delay: -1840ms;}.wave:nth-child(43) .wave_fade { animation-delay: -860ms;}.wave:nth-child(43) .wave_skew { animation-delay: -860ms;}.wave:nth-child(43) .wave_translate { animation-delay: -1860ms;}.wave:nth-child(44) .wave_fade { animation-delay: -880ms;}.wave:nth-child(44) .wave_skew { animation-delay: -880ms;}.wave:nth-child(44) .wave_translate { animation-delay: -1880ms;}.wave:nth-child(45) .wave_fade { animation-delay: -900ms;}.wave:nth-child(45) .wave_skew { animation-delay: -900ms;}.wave:nth-child(45) .wave_translate { animation-delay: -1900ms;}.wave:nth-child(46) .wave_fade { animation-delay: -920ms;}.wave:nth-child(46) .wave_skew { animation-delay: -920ms;}.wave:nth-child(46) .wave_translate { animation-delay: -1920ms;}.wave:nth-child(47) .wave_fade { animation-delay: -940ms;}.wave:nth-child(47) .wave_skew { animation-delay: -940ms;}.wave:nth-child(47) .wave_translate { animation-delay: -1940ms;}.wave:nth-child(48) .wave_fade { animation-delay: -960ms;}.wave:nth-child(48) .wave_skew { animation-delay: -960ms;}.wave:nth-child(48) .wave_translate { animation-delay: -1960ms;}.wave:nth-child(49) .wave_fade { animation-delay: -980ms;}.wave:nth-child(49) .wave_skew { animation-delay: -980ms;}.wave:nth-child(49) .wave_translate { animation-delay: -1980ms;}.wave:nth-child(50) .wave_fade { animation-delay: -1000ms;}.wave:nth-child(50) .wave_skew { animation-delay: -1000ms;}.wave:nth-child(50) .wave_translate { animation-delay: -2000ms;}.wave:nth-child(51) .wave_fade { animation-delay: -1020ms;}.wave:nth-child(51) .wave_skew { animation-delay: -1020ms;}.wave:nth-child(51) .wave_translate { animation-delay: -2020ms;}.wave:nth-child(52) .wave_fade { animation-delay: -1040ms;}.wave:nth-child(52) .wave_skew { animation-delay: -1040ms;}.wave:nth-child(52) .wave_translate { animation-delay: -2040ms;}.wave:nth-child(53) .wave_fade { animation-delay: -1060ms;}.wave:nth-child(53) .wave_skew { animation-delay: -1060ms;}.wave:nth-child(53) .wave_translate { animation-delay: -2060ms;}.wave:nth-child(54) .wave_fade { animation-delay: -1080ms;}.wave:nth-child(54) .wave_skew { animation-delay: -1080ms;}.wave:nth-child(54) .wave_translate { animation-delay: -2080ms;}.wave:nth-child(55) .wave_fade { animation-delay: -1100ms;}.wave:nth-child(55) .wave_skew { animation-delay: -1100ms;}.wave:nth-child(55) .wave_translate { animation-delay: -2100ms;}.wave:nth-child(56) .wave_fade { animation-delay: -1120ms;}.wave:nth-child(56) .wave_skew { animation-delay: -1120ms;}.wave:nth-child(56) .wave_translate { animation-delay: -2120ms;}.wave:nth-child(57) .wave_fade { animation-delay: -1140ms;}.wave:nth-child(57) .wave_skew { animation-delay: -1140ms;}.wave:nth-child(57) .wave_translate { animation-delay: -2140ms;}.wave:nth-child(58) .wave_fade { animation-delay: -1160ms;}.wave:nth-child(58) .wave_skew { animation-delay: -1160ms;}.wave:nth-child(58) .wave_translate { animation-delay: -2160ms;}.wave:nth-child(59) .wave_fade { animation-delay: -1180ms;}.wave:nth-child(59) .wave_skew { animation-delay: -1180ms;}.wave:nth-child(59) .wave_translate { animation-delay: -2180ms;}.wave:nth-child(60) .wave_fade { animation-delay: -1200ms;}.wave:nth-child(60) .wave_skew { animation-delay: -1200ms;}.wave:nth-child(60) .wave_translate { animation-delay: -2200ms;}.wave:nth-child(61) .wave_fade { animation-delay: -1220ms;}.wave:nth-child(61) .wave_skew { animation-delay: -1220ms;}.wave:nth-child(61) .wave_translate { animation-delay: -2220ms;}.wave:nth-child(62) .wave_fade { animation-delay: -1240ms;}.wave:nth-child(62) .wave_skew { animation-delay: -1240ms;}.wave:nth-child(62) .wave_translate { animation-delay: -2240ms;}.wave:nth-child(63) .wave_fade { animation-delay: -1260ms;}.wave:nth-child(63) .wave_skew { animation-delay: -1260ms;}.wave:nth-child(63) .wave_translate { animation-delay: -2260ms;}.wave:nth-child(64) .wave_fade { animation-delay: -1280ms;}.wave:nth-child(64) .wave_skew { animation-delay: -1280ms;}.wave:nth-child(64) .wave_translate { animation-delay: -2280ms;}.wave:nth-child(65) .wave_fade { animation-delay: -1300ms;}.wave:nth-child(65) .wave_skew { animation-delay: -1300ms;}.wave:nth-child(65) .wave_translate { animation-delay: -2300ms;}.wave:nth-child(66) .wave_fade { animation-delay: -1320ms;}.wave:nth-child(66) .wave_skew { animation-delay: -1320ms;}.wave:nth-child(66) .wave_translate { animation-delay: -2320ms;}.wave:nth-child(67) .wave_fade { animation-delay: -1340ms;}.wave:nth-child(67) .wave_skew { animation-delay: -1340ms;}.wave:nth-child(67) .wave_translate { animation-delay: -2340ms;}.wave:nth-child(68) .wave_fade { animation-delay: -1360ms;}.wave:nth-child(68) .wave_skew { animation-delay: -1360ms;}.wave:nth-child(68) .wave_translate { animation-delay: -2360ms;}.wave:nth-child(69) .wave_fade { animation-delay: -1380ms;}.wave:nth-child(69) .wave_skew { animation-delay: -1380ms;}.wave:nth-child(69) .wave_translate { animation-delay: -2380ms;}.wave:nth-child(70) .wave_fade { animation-delay: -1400ms;}.wave:nth-child(70) .wave_skew { animation-delay: -1400ms;}.wave:nth-child(70) .wave_translate { animation-delay: -2400ms;}.wave:nth-child(71) .wave_fade { animation-delay: -1420ms;}.wave:nth-child(71) .wave_skew { animation-delay: -1420ms;}.wave:nth-child(71) .wave_translate { animation-delay: -2420ms;}.wave:nth-child(72) .wave_fade { animation-delay: -1440ms;}.wave:nth-child(72) .wave_skew { animation-delay: -1440ms;}.wave:nth-child(72) .wave_translate { animation-delay: -2440ms;}.wave:nth-child(73) .wave_fade { animation-delay: -1460ms;}.wave:nth-child(73) .wave_skew { animation-delay: -1460ms;}.wave:nth-child(73) .wave_translate { animation-delay: -2460ms;}.wave:nth-child(74) .wave_fade { animation-delay: -1480ms;}.wave:nth-child(74) .wave_skew { animation-delay: -1480ms;}.wave:nth-child(74) .wave_translate { animation-delay: -2480ms;}.wave:nth-child(75) .wave_fade { animation-delay: -1500ms;}.wave:nth-child(75) .wave_skew { animation-delay: -1500ms;}.wave:nth-child(75) .wave_translate { animation-delay: -2500ms;}.wave:nth-child(76) .wave_fade { animation-delay: -1520ms;}.wave:nth-child(76) .wave_skew { animation-delay: -1520ms;}.wave:nth-child(76) .wave_translate { animation-delay: -2520ms;}.wave:nth-child(77) .wave_fade { animation-delay: -1540ms;}.wave:nth-child(77) .wave_skew { animation-delay: -1540ms;}.wave:nth-child(77) .wave_translate { animation-delay: -2540ms;}.wave:nth-child(78) .wave_fade { animation-delay: -1560ms;}.wave:nth-child(78) .wave_skew { animation-delay: -1560ms;}.wave:nth-child(78) .wave_translate { animation-delay: -2560ms;}.wave:nth-child(79) .wave_fade { animation-delay: -1580ms;}.wave:nth-child(79) .wave_skew { animation-delay: -1580ms;}.wave:nth-child(79) .wave_translate { animation-delay: -2580ms;}.wave:nth-child(80) .wave_fade { animation-delay: -1600ms;}.wave:nth-child(80) .wave_skew { animation-delay: -1600ms;}.wave:nth-child(80) .wave_translate { animation-delay: -2600ms;}.wave:nth-child(81) .wave_fade { animation-delay: -1620ms;}.wave:nth-child(81) .wave_skew { animation-delay: -1620ms;}.wave:nth-child(81) .wave_translate { animation-delay: -2620ms;}.wave:nth-child(82) .wave_fade { animation-delay: -1640ms;}.wave:nth-child(82) .wave_skew { animation-delay: -1640ms;}.wave:nth-child(82) .wave_translate { animation-delay: -2640ms;}.wave:nth-child(83) .wave_fade { animation-delay: -1660ms;}.wave:nth-child(83) .wave_skew { animation-delay: -1660ms;}.wave:nth-child(83) .wave_translate { animation-delay: -2660ms;}.wave:nth-child(84) .wave_fade { animation-delay: -1680ms;}.wave:nth-child(84) .wave_skew { animation-delay: -1680ms;}.wave:nth-child(84) .wave_translate { animation-delay: -2680ms;}.wave:nth-child(85) .wave_fade { animation-delay: -1700ms;}.wave:nth-child(85) .wave_skew { animation-delay: -1700ms;}.wave:nth-child(85) .wave_translate { animation-delay: -2700ms;}.wave:nth-child(86) .wave_fade { animation-delay: -1720ms;}.wave:nth-child(86) .wave_skew { animation-delay: -1720ms;}.wave:nth-child(86) .wave_translate { animation-delay: -2720ms;}.wave:nth-child(87) .wave_fade { animation-delay: -1740ms;}.wave:nth-child(87) .wave_skew { animation-delay: -1740ms;}.wave:nth-child(87) .wave_translate { animation-delay: -2740ms;}.wave:nth-child(88) .wave_fade { animation-delay: -1760ms;}.wave:nth-child(88) .wave_skew { animation-delay: -1760ms;}.wave:nth-child(88) .wave_translate { animation-delay: -2760ms;}.wave:nth-child(89) .wave_fade { animation-delay: -1780ms;}.wave:nth-child(89) .wave_skew { animation-delay: -1780ms;}.wave:nth-child(89) .wave_translate { animation-delay: -2780ms;}.wave:nth-child(90) .wave_fade { animation-delay: -1800ms;}.wave:nth-child(90) .wave_skew { animation-delay: -1800ms;}.wave:nth-child(90) .wave_translate { animation-delay: -2800ms;}.wave:nth-child(91) .wave_fade { animation-delay: -1820ms;}.wave:nth-child(91) .wave_skew { animation-delay: -1820ms;}.wave:nth-child(91) .wave_translate { animation-delay: -2820ms;}.wave:nth-child(92) .wave_fade { animation-delay: -1840ms;}.wave:nth-child(92) .wave_skew { animation-delay: -1840ms;}.wave:nth-child(92) .wave_translate { animation-delay: -2840ms;}.wave:nth-child(93) .wave_fade { animation-delay: -1860ms;}.wave:nth-child(93) .wave_skew { animation-delay: -1860ms;}.wave:nth-child(93) .wave_translate { animation-delay: -2860ms;}.wave:nth-child(94) .wave_fade { animation-delay: -1880ms;}.wave:nth-child(94) .wave_skew { animation-delay: -1880ms;}.wave:nth-child(94) .wave_translate { animation-delay: -2880ms;}.wave:nth-child(95) .wave_fade { animation-delay: -1900ms;}.wave:nth-child(95) .wave_skew { animation-delay: -1900ms;}.wave:nth-child(95) .wave_translate { animation-delay: -2900ms;}.wave:nth-child(96) .wave_fade { animation-delay: -1920ms;}.wave:nth-child(96) .wave_skew { animation-delay: -1920ms;}.wave:nth-child(96) .wave_translate { animation-delay: -2920ms;}.wave:nth-child(97) .wave_fade { animation-delay: -1940ms;}.wave:nth-child(97) .wave_skew { animation-delay: -1940ms;}.wave:nth-child(97) .wave_translate { animation-delay: -2940ms;}.wave:nth-child(98) .wave_fade { animation-delay: -1960ms;}.wave:nth-child(98) .wave_skew { animation-delay: -1960ms;}.wave:nth-child(98) .wave_translate { animation-delay: -2960ms;}.wave:nth-child(99) .wave_fade { animation-delay: -1980ms;}.wave:nth-child(99) .wave_skew { animation-delay: -1980ms;}.wave:nth-child(99) .wave_translate { animation-delay: -2980ms;}.wave:nth-child(100) .wave_fade { animation-delay: -2000ms;}.wave:nth-child(100) .wave_skew { animation-delay: -2000ms;}.wave:nth-child(100) .wave_translate { animation-delay: -3000ms;}@keyframes fade { 0% {  opacity: 0.05; } 5% {  opacity: 0.05; } 100% {  opacity: 1; }}@keyframes skew { 0% {  transform: skewY(-17.5deg); } 100% {  transform: skewY(17.5deg); }}@keyframes translate { 0% {  transform: translateY(100px); } 100% {  transform: translateY(-100px); }}

/*光波動態 end*/
/*懸浮粒子動態 start*/

 .slogan-animation-bg {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  pointer-events: none; } .slogan-animation-bg .RWDedictor {  width: 100%;  height: 100%; } #particles-js {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;  opacity: 1;  overflow: hidden;  color: transparent; } #particles-js:before {  content: "•";  width: 100%;  height: 100%;  position: absolute;  top: 50%;  left: -50%;  font-size: 26px;  border-radius: 50%;  text-shadow: 0 0 #a7c6e7, -122vmax 58vmax 2px #a7c6e7,   59vmax -38vmax 0 #fff, -125vmax -25vmax 2px #fff,   -2vmax 0vmax 2px #a7c6e7, -80vmax 53vmax 3px #a7c6e7,   19vmax -137vmax 0 #fff, -24vmax 99vmax 0 #fff,   -112vmax 121vmax 0 #a7c6e7, 112vmax 22vmax 3px #a7c6e7,   -26vmax -115vmax 1px #fff, -146vmax 94vmax 3px #fff,   113vmax -13vmax 3px #a7c6e7, 78vmax -83vmax 0 #a7c6e7,   144vmax 76vmax 3px #fff, 109vmax -12vmax 1px #fff,   -16vmax 60vmax 2px #a7c6e7, -47vmax -40vmax 3px #a7c6e7,   -43vmax -113vmax 3px #fff, -33vmax -107vmax 2px #fff,   -115vmax -32vmax 1px #a7c6e7, -97vmax 141vmax 0 #a7c6e7,   135vmax 1vmax 2px #fff, -59vmax 3vmax 1px #fff,   125vmax 134vmax 2px #a7c6e7, -14vmax -140vmax 1px #a7c6e7,   49vmax -148vmax 2px #fff, -62vmax -77vmax 1px #fff,   -60vmax 123vmax 2px #a7c6e7, -131vmax 78vmax 0 #a7c6e7,   -43vmax 95vmax 2px #fff, -99vmax 80vmax 2px #fff,   70vmax 31vmax 3px #a7c6e7, 44vmax -58vmax 0 #a7c6e7,   -35vmax -130vmax 0 #fff, -77vmax 69vmax 3px #fff,   0vmax 130vmax 1px #a7c6e7, -98vmax 25vmax 2px #a7c6e7,   84vmax -59vmax 2px #fff, 138vmax -7vmax 1px #fff,   92vmax -82vmax 1px #a7c6e7, 66vmax -134vmax 3px #a7c6e7,   123vmax -131vmax 3px #fff, -55vmax -100vmax 0 #fff,   -141vmax 141vmax 2px #a7c6e7, -26vmax 150vmax 2px #a7c6e7,   -124vmax -72vmax 2px #fff, -6vmax -71vmax 1px #fff,   -18vmax 74vmax 1px #a7c6e7, 77vmax -37vmax 0 #a7c6e7,   -45vmax -7vmax 3px #fff, -16vmax 21vmax 3px #fff,   -38vmax 100vmax 1px #a7c6e7, -20vmax 13vmax 3px #a7c6e7,   -9vmax -39vmax 2px #fff, 5vmax 32vmax 0 #fff,   82vmax 88vmax 1px #a7c6e7, 105vmax 106vmax 2px #a7c6e7,   -123vmax -73vmax 0 #fff, 111vmax 103vmax 1px #fff,   28vmax 44vmax 3px #a7c6e7, -13vmax -87vmax 0 #a7c6e7,   -141vmax -39vmax 2px #fff, 143vmax -121vmax 3px #fff,   -133vmax 22vmax 0 #a7c6e7, -140vmax -56vmax 2px #a7c6e7,   92vmax -143vmax 0 #fff, -100vmax 46vmax 2px #fff,   131vmax -39vmax 2px #a7c6e7, 120vmax 58vmax 1px #a7c6e7,   139vmax -68vmax 1px #fff, 128vmax 37vmax 0 #fff,   -137vmax -103vmax 1px #a7c6e7, 83vmax -56vmax 0 #a7c6e7,   137vmax 116vmax 2px #fff, -43vmax 125vmax 0 #fff,   -40vmax -15vmax 2px #a7c6e7, 42vmax 101vmax 2px #a7c6e7,   149vmax -137vmax 3px #fff, 104vmax -148vmax 0 #fff,   -65vmax 19vmax 2px #a7c6e7, 48vmax 78vmax 3px #a7c6e7,   -63vmax 28vmax 1px #fff, 94vmax -129vmax 1px #fff,   -27vmax 108vmax 0 #a7c6e7, -11vmax 67vmax 1px #a7c6e7,   114vmax 18vmax 2px #a7c6e7, 59vmax 96vmax 1px #a7c6e7,   -46vmax -6vmax 1px #fff, 4vmax 28vmax 0 #fff,   -116vmax -63vmax 1px #a7c6e7, 87vmax -62vmax 2px #a7c6e7,   -27vmax 111vmax 1px #a7c6e7, 36vmax -51vmax 3px #a7c6e7,   9vmax -51vmax 3px #fff, 53vmax -111vmax 0 #fff,   22vmax -146vmax 0 #a7c6e7, -115vmax -131vmax 2px #a7c6e7,   -146vmax 31vmax 0 #a7c6e7, 129vmax 2vmax 0 #a7c6e7,   106vmax 76vmax 2px #fff, -121vmax 106vmax 2px #fff,   55vmax -40vmax 1px #a7c6e7, -3vmax 70vmax 1px #a7c6e7,   55vmax -117vmax 1px #a7c6e7, -109vmax 1vmax 2px #a7c6e7,   5vmax 37vmax 0 #a7c6e7, -103vmax -86vmax 1px #a7c6e7,   78vmax 52vmax 3px #fff, -45vmax -142vmax 0 #fff,   113vmax -102vmax 3px #a7c6e7, -43vmax 147vmax 3px #a7c6e7,   -108vmax 1vmax 1px #fff, 86vmax -139vmax 2px #fff,   -137vmax -39vmax 0 #a7c6e7, -132vmax 122vmax 3px #a7c6e7,   98vmax -9vmax 3px #fff, -81vmax -77vmax 1px #fff,   93vmax 74vmax 3px #a7c6e7, 116vmax -118vmax 3px #a7c6e7,   61vmax -12vmax 0 #fff, -102vmax 149vmax 3px #fff,   69vmax 46vmax 0 #a7c6e7, -98vmax -80vmax 2px #a7c6e7,   27vmax 101vmax 2px #a7c6e7, -104vmax 31vmax 0 #a7c6e7,   23vmax 2vmax 1px #fff, -4vmax 14vmax 0 #fff,   -59vmax 138vmax 1px #a7c6e7, 6vmax -62vmax 2px #a7c6e7,   -46vmax 5vmax 2px #fff, 131vmax 17vmax 3px #fff,   -76vmax -5vmax 3px #a7c6e7, -120vmax 47vmax 2px #a7c6e7,   118vmax -17vmax 1px #fff, -148vmax 137vmax 1px #fff,   -139vmax -79vmax 2px #a7c6e7, 19vmax -99vmax 2px #a7c6e7,   85vmax 103vmax 3px #fff, -36vmax 108vmax 1px #fff,   -132vmax -37vmax 0 #a7c6e7, 126vmax 121vmax 3px #a7c6e7,   -49vmax -134vmax 2px #fff, 73vmax 89vmax 2px #fff,   79vmax -67vmax 2px #a7c6e7, 100vmax -79vmax 3px #a7c6e7,   -23vmax 89vmax 3px #fff, -124vmax 87vmax 0 #fff,   -47vmax -100vmax 1px #a7c6e7, 76vmax 80vmax 3px #a7c6e7,   59vmax -125vmax 3px #fff, 93vmax -146vmax 2px #fff,   15vmax -77vmax 2px #a7c6e7, 149vmax 98vmax 1px #a7c6e7,   48vmax 105vmax 3px #fff, 99vmax 72vmax 1px #fff,   -117vmax -39vmax 1px #a7c6e7, 44vmax 109vmax 1px #a7c6e7,   -102vmax -16vmax 2px #fff, 94vmax 133vmax 3px #fff,   -136vmax 25vmax 0 #a7c6e7, 142vmax 71vmax 3px #a7c6e7,   142vmax -127vmax 1px #fff, 4vmax -19vmax 3px #fff,   87vmax 101vmax 1px #a7c6e7, -12vmax 82vmax 0 #a7c6e7,   30vmax -91vmax 0 #fff, -48vmax 16vmax 3px #fff,   35vmax -65vmax 0 #a7c6e7, 60vmax -83vmax 2px #a7c6e7,   -121vmax 136vmax 1px #fff, -47vmax 34vmax 3px #fff,   -149vmax -95vmax 0 #a7c6e7, 63vmax 83vmax 2px #a7c6e7,   41vmax -60vmax 3px #fff, -108vmax 142vmax 2px #fff,   2vmax -140vmax 3px #a7c6e7, 122vmax -104vmax 2px #a7c6e7,   -83vmax 40vmax 3px #fff, 91vmax -41vmax 2px #fff,   125vmax 90vmax 3px #a7c6e7, -45vmax 68vmax 1px #a7c6e7,   -77vmax 0vmax 3px #fff, 10vmax -34vmax 3px #fff,   39vmax 82vmax 2px #a7c6e7, 128vmax 77vmax 0 #a7c6e7,   -77vmax 7vmax 2px #fff, -34vmax -136vmax 0 #fff,   -12vmax -10vmax 0 #a7c6e7, 52vmax -149vmax 3px #a7c6e7,   23vmax 143vmax 0 #a7c6e7, 57vmax 96vmax 1px #a7c6e7,   110vmax 143vmax 3px #fff, 67vmax 51vmax 2px #fff,   -113vmax -2vmax 1px #a7c6e7, -130vmax 95vmax 3px #a7c6e7,   65vmax -139vmax 2px #fff, -18vmax 21vmax 3px #fff,   -128vmax 142vmax 0 #a7c6e7, -119vmax 96vmax 3px #a7c6e7,   -9vmax 129vmax 0 #a7c6e7, 58vmax 28vmax 1px #a7c6e7,   -32vmax -65vmax 1px #fff, -4vmax 13vmax 2px #fff,   -93vmax 88vmax 2px #a7c6e7, 123vmax -20vmax 2px #a7c6e7,   -38vmax -106vmax 2px #fff, 124vmax 7vmax 2px #fff,   19vmax 5vmax 3px #a7c6e7, 71vmax 112vmax 3px #a7c6e7,   103vmax -126vmax 1px #a7c6e7, 79vmax -136vmax 0 #a7c6e7,   0vmax -86vmax 1px #fff, 129vmax -76vmax 0 #fff,   -144vmax -40vmax 0 #a7c6e7, 92vmax 80vmax 0 #a7c6e7,    35vmax 41vmax 0 #fff, 20vmax 114vmax 1px #fff,    -76vmax -82vmax 0 #a7c6e7, 110vmax 121vmax 3px #a7c6e7,    -22vmax -2vmax 0 #fff, -1vmax 21vmax 1px #fff,     58vmax 130vmax 3px #a7c6e7, -129vmax 129vmax 1px #a7c6e7,     21vmax -30vmax 1px #fff, 82vmax 6vmax 2px #fff,      65vmax 21vmax 1px #a7c6e7, -139vmax 144vmax 0 #a7c6e7,       -97vmax 19vmax 0 #a7c6e7, 118vmax -79vmax 1px #a7c6e7,       -127vmax 115vmax 1px #a7c6e7, -148vmax -141vmax 1px #a7c6e7,       -88vmax -38vmax 2px #a7c6e7, 138vmax -11vmax 3px #a7c6e7,       33vmax -15vmax 0 #a7c6e7, 51vmax 61vmax 0 #a7c6e7,       66vmax 112vmax 2px #fff, 30vmax 65vmax 0 #fff,       -114vmax 31vmax 2px #a7c6e7, 80vmax -60vmax 3px #a7c6e7,       34vmax 13vmax 1px #fff, 6vmax 128vmax 2px #fff,       -19vmax 47vmax 3px #a7c6e7, -87vmax -91vmax 2px #a7c6e7,       -90vmax -90vmax 1px #fff, -109vmax -20vmax 3px #fff,       115vmax -66vmax 1px #a7c6e7, 14vmax -29vmax 3px #a7c6e7,       106vmax 72vmax 0 #fff, 54vmax 98vmax 3px #fff,       -147vmax -112vmax 3px #a7c6e7, 99vmax 57vmax 3px #a7c6e7,       -27vmax 36vmax 3px #fff, 104vmax -85vmax 2px #fff,       24vmax 4vmax 2px #a7c6e7, 30vmax -23vmax 0 #a7c6e7,       23vmax 84vmax 0 #fff, -88vmax 15vmax 2px #fff,       18vmax 12vmax 2px #a7c6e7, 108vmax -117vmax 3px #a7c6e7,       -26vmax 26vmax 1px #fff, 144vmax -78vmax 2px #fff,       -64vmax -102vmax 1px #a7c6e7, 110vmax -143vmax 3px #a7c6e7,       -120vmax 29vmax 2px #fff, 118vmax 147vmax 1px #fff,       -69vmax -96vmax 1px #a7c6e7, -146vmax 138vmax 3px #a7c6e7,       32vmax -17vmax 3px #a7c6e7, -48vmax -82vmax 2px #a7c6e7,       123vmax 54vmax 3px #fff, 21vmax 114vmax 2px #fff,       28vmax 119vmax 1px #a7c6e7, 104vmax -7vmax 2px #a7c6e7,       97vmax 80vmax 2px #fff, -55vmax 83vmax 1px #fff,       80vmax -133vmax 0 #a7c6e7, 6vmax -80vmax 1px #a7c6e7,       5vmax -61vmax 0 #fff, 26vmax 82vmax 3px #fff,       118vmax 82vmax 0 #a7c6e7, 40vmax 15vmax 3px #a7c6e7,       -122vmax -66vmax 2px #fff, 126vmax -92vmax 3px #fff,       -5vmax 66vmax 2px #a7c6e7, -93vmax -91vmax 0 #a7c6e7,       36vmax 100vmax 3px #fff, -107vmax -28vmax 1px #fff,       -9vmax 94vmax 3px #a7c6e7, 146vmax 77vmax 0 #a7c6e7,       -128vmax -123vmax 1px #fff, 59vmax 66vmax 1px #fff,       34vmax -48vmax 2px #a7c6e7, -60vmax 2vmax 3px #a7c6e7,       37vmax 46vmax 3px #fff, -75vmax -129vmax 1px #fff,       89vmax 128vmax 1px #a7c6e7, 114vmax 70vmax 1px #a7c6e7,       -80vmax 51vmax 2px #fff, -6vmax 145vmax 3px #fff,       -78vmax 64vmax 3px #a7c6e7;  animation: snow 20s linear 0s infinite normal; } @keyframes snow {  0% {   transform: rotate(0deg) translateY(0%);  }  25% {   transform: rotate(1deg) translateY(1%);  }  50% {   transform: rotate(0deg) translateY(0%);   opacity: 0.2;  }  75% {   transform: rotate(1deg) translateY(1%);   opacity: 1;  }  100% {   transform: rotate(0deg) translateY(0%);  } } @media(max-width: 1366px) {  #particles-js:before {   font-size: 14px !important;   /*可以改點點大小*/  } }

/*懸浮粒子動態 end*/
/*漢堡選單open start*/

@media (max-width: 1550px) {    .RWDmenu_plus04 .header.is-up .logo {        margin-top: 8px;    }    /*漢堡選單開啟*/    .RWDmenu_plus04 .site-nav,    .RWDmenu_plus04 #mobile-menu .menu li .m_stitle,    .RWDmenu_plus04 #mobile-menu .menu li.active .m_title {        display: none;    }    .RWDmenu_plus04 #mobile-menu,    .RWDmenu_plus04 .ml-stack-nav-toggle,    .RWDmenu_plus04 .toggle-menu {        display: block;    }    .RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {        display: inline;    }    /*漢堡選單樣式調整*/    .RWDmenu_plus04 #mobile-menu {        background-color: #fff;        padding-bottom: 0;    }    .RWDmenu_plus04 #mobile-menu .menu>li {        border-bottom: 1px solid #dfdfdf;    }    .RWDmenu_plus04 #mobile-menu .menu a {        color: var(--main-color03);    }    .RWDmenu_plus04 #mobile-menu .menu>li.active>a {        background-color: transparent;    }    .RWDmenu_plus04 #mobile-menu .menu>li.active {        background-color: var(--main-color01);    }    .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: var(--main-color03);    }    .RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {        font-weight: normal;        font-weight: 300;    }    .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: #000000;    }    .RWDmenu_plus04 .ml-stack-nav-toggle:hover {        color: #fff;    }    /*格線*/    .RWDmenu_plus04 .features:after {        display: none;    }    /*header呼籲*/    .RWDmenu_plus04 .features {        position: relative;        padding-right: 0;        float: right;        margin: 10px 5px 0 0;    }    .RWDmenu_plus04 .header:before {        display: none;    }    .page_wrapper_bg .RWDmenu_plus04 .features .edit,    .RWDmenu_plus04 .header.is-up .features .edit,    .RWDmenu_plus04 .features .edit {        top: 4px;    }    .page_wrapper_bg .RWDmenu_plus04 .features .search-btn,    .RWDmenu_plus04 .features .search-btn,    .RWDmenu_plus04 .header.is-up .features .search-btn {        padding: 13px 12px;    }    /*header下滑*/    .page_wrapper_bg .RWDmenu_plus04 .header .ml-stack-nav-toggle,    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {        color: var(--main-color03);    }    .page_wrapper_bg .RWDmenu_plus04 .header .ml-stack-nav-toggle__line,    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {        background: var(--main-color03);    }}

/*漢堡選單open end*/
/*內頁 start*/

/* 匯入內頁版面寬度80%*//* 內頁圖片稱滿 */ 
.RWDeditor01 img,.RWDslider01 .pic img,.image img {    width: 100%;}/*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: var(--TransitionEase);}.row {    margin-right: 0px;    margin-left: 0px;}.boxname {    margin: 0 10px;}div[style="clear: both;"] {    display: none;}/*230531範本預設按鈕改色導圓角統一5px*/ 
._bd_btn._bd_btn-primary:hover {    color: #fff;    background-color: var(--BtnHoverColor);    border-color: var(--BtnHoverColor)}._bd_btn._bd_btn-primary {    background: var(--BtnBg);    border-radius: 5px !important}._bd_btn._bd_btn-default {    background: 0 0;    border: 1px solid var(--SubBtnBg);    color: var(--SubBtnBg);    border-radius: 5px !important}._bd_btn._bd_btn-default:hover {    color: #fff;    background-color: var(--SubBtnHoverColor);    border-color: var(--SubBtnHoverColor)}._bd_row a {    color: #333}/*221226最小字級修正*/ 
.login_box_body .control-label,#btn_forget_form,#btn_reverify_form,.link-style,.member_join,#forget_table .th,#join_form,.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,select,textarea,.video_item_summary,.download .search-go,.layoutlist_2 .listdate .yearmonth,.layoutlist_2 .list_subject .subsubject,.layoutlist_4 .listdate .yearmonth,.rwdlayoutlist_9 .summary,.rwdlayoutlist_9 .cdate,.RWDsearch01 .search-nav-btn,.count_info,.layoutlist_5 .item .summary,.list-btn_mobile,.list-btn,.buybtn,.layoutlist_3 .dbtn_v2,#mobile-fixed .btn,#plusbuy_mobile-fixed .btn,#mobile-fixed .stock,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,.sum-box .total .td:last-child small,.delivery-editor ul,.goadd-box,.info-editor ul,.plus-fixed .name a,.plus-list .name a,.shopping-item .name,.shopping-step .name,.RWDshopping,.RWDshopping .btn,.bonus-box .form-group .btn,.delivery-editor,.goadd-box .goadd,.info-editor,.login-box a,.login-box a:hover,.plus-list .addcart,.plus-list .price-box,.shopping-item .tag,.shopping-title .freight,.shops-box .shops,.voucher-box .btn.vouchers,.voucher-box .form-group .btn,.login_box_footer a.shopping_view,.shopping_viewlogin__member,.RWDproduct_page .download_container .btn,.RWDsearch_page .list-img .name,.RWDmenu_plus04 .cart-block .name,.RWDmenu_plus04 .querycar-block .name,.RWDmenu_plus04 .cart-block .spe-box,.RWDmenu_plus04 .querycar-block .spe-box,.RWDtimeline02 .timeline2_list .block .text,.shopping_viewlogin__intro {    font-size: var(--FontSizeP);    letter-spacing: 1px;    line-height: 1.5;}.list-btn {    padding: 0 10px;    margin: 20px 0 0;    height: calc(var(--BtnHeight)* 0.8);    display: flex;    align-items: center;    justify-content: center;    line-height: 1;}.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;}.search-in #search_box_text {    font-size: 20px !important;}.search-box #search_box_text {    font-size: 15px !important;}.RWDmenu_plus04 .member-block .form-area .group {    flex-wrap: nowrap;}.login_box_footer a.member_join {    display: flex;    justify-content: center;    align-items: center;}.login_box_footer {    width: 100%;}.page_wrapper_bg .RWDeditor01 ol,.page_wrapper_bg .RWDeditor01 ul {    margin-top: 0;    margin-bottom: 0;}/*購物流程圈圈改色*/@keyframes num-bg {    0% {        background: #666;        -webkit-transform: scale(.5);        transform: scale(.5)    }    100% {        background: #666;        -webkit-transform: scale(1);        transform: scale(1)    }}/*main*/ 
.page_wrapper_bg section.call_to_action {    padding: var(--SectionPadding) 0;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;}.page_wrapper_bg .article-text .container {    width: 100%;}.hgroup .container {    width: 100%;    margin: 0 0 var(--ItemSpacing);}/* 高效經濟版型寬度 *//* .page_wrapper_bg section.call_to_action>.container{padding:0 15px;max-width:1400px;width:auto} *//*搜尋結果*/ 
.RWDsearch_page .list-title .qty,.RWDsearch_page .list-tab li .qty {    background: var(--BtnBg);    color: var(--BtnColor);}.RWDsearch_page .search-list .hashtag_block .hashtagLink {    color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);}.RWDsearch_page .search-list {    margin-bottom: calc(var(--SectionPadding) - var(--ItemSpacing));}.RWDsearch_page .list-img .name {    height: auto;    text-align: left;    font-size: var(--FontSizeH3);    color: var(--TextMainColor);}.RWDsearch_page .list-img>ul>li {    width: calc(100% / 5);    margin-bottom: var(--ItemSpacing);}.RWDsearch_page .list-title {    margin-bottom: 2rem;    font-size: var(--FontSizeH3);    font-weight: 600;}.RWDsearch_page .list-img .pic {    height: auto !important;}.RWDsearch_page .list-img .btn-box {    margin-top: 0;    display: flex;    justify-content: center;}.RWDsearch_page .ibtn,.RWDsearch_page .more {    width: var(--BtnWidth);    height: var(--BtnHeight);    padding: 10px 15px;    background: var(--BtnBg);    color: var(--BtnColor);    border: 0;    transition: var(--TransitionEase);    line-height: 1;    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    display: flex;    align-items: center;    justify-content: center;    max-width: unset;}.RWDsearch01 {    margin-bottom: 1rem;    display: flex;    flex-direction: row;    flex-wrap: wrap;    gap: 1rem;}.RWDsearch01 .search-text {    font-size: var(--FontSizeP);    color: var(--TextSubColor);    margin-bottom: 0;}/*文字統一設定*/ 
.pageTitle {    font-size: var(--FontSizeMain);    font-weight: bold;    line-height: 1.5;    margin: 0;    padding: 0;    color: var(--TextMainColor);    letter-spacing: 2px;}.breadcrumb>li+li:before,.page_wrapper_bg .hgroup .breadcrumb a {    color: var(--TextSubColor);    font-size: 13px;}.page_wrapper_bg .hgroup h1 {    line-height: 1.5;    font-size: var(--FontSizeMain);    color: var(--TextMainColor);}.page_wrapper_bg .article-text h2 {    font-size: var(--FontSizeSub);    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: var(--FontSizeH3);}.page_wrapper_bg .article-text h4 {    font-size: var(--FontSizeH4);    line-height: 1.7;    letter-spacing: 2px;    margin: 15px 0 15px;}.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: var(--FontSizeP);    line-height: 1.8;    letter-spacing: 1px;    color: var(--TextMainColor);    font-weight: 400;    font-family: var(--FontFamilyTw);    text-align: justify;}#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: var(--FontSizeP);    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: var(--BtnFontSize);}.RWDmenu_plus04 .member-block a.login,.RWDmenu_plus04 .member-block a.signin,.RWDmenu_plus04 .member-block button.login,.RWDmenu_plus04 .member-block button.signin {    border-radius: var(--BtnBorderRadius);}.ebtn,.btn.btn_back {    margin-right: 0;    float: unset;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: var(--ItemSpacing);    width: 100%;}.productcontent .btn.btn_back {    margin-top: 0;}#reply_app .member_block_rp .star_block_box_rp .add_msg_rp,.RWDquiry .btn.normal,.btn.btn_back a {    width: var(--BtnWidth);    height: var(--BtnHeight);    padding: 10px 15px;    background: var(--BtnOutlineBg);    color: var(--BtnOutlineColor);    transition: var(--TransitionEase);    border: 1px solid var(--BtnOutlineColor);    line-height: 1;    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    display: flex;    align-items: center;    justify-content: center;}.ebtn a,.new-form .new-width .currectsend_btn a {    width: var(--BtnWidth);    height: var(--BtnHeight);    padding: 10px 15px;    background: var(--BtnBg);    color: var(--BtnColor);    transition: var(--TransitionEase);    border: 1px solid var(--BtnColor);    line-height: 1;    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    display: flex;    align-items: center;    justify-content: center;}.new-form .new-width .currectsend_btn a,.ebtn a,.btn.btn_back a {    margin-left: auto;}.new-form .new-width .currectsend_btn a:hover,.ebtn a:hover,.btn.btn_back a:hover {    border: 1px solid var(--BtnHoverColor);    color: var(--BtnHoverColor);    background: var(--BtnHoverBg);}#reply_add_box .send_button_rp {    padding: 10px 15px;    background: var(--BtnBg);    color: var(--BtnColor);    transition: var(--TransitionEase);    border: 1px solid var(--BtnColor);    line-height: 1;    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    display: flex;    align-items: center;    justify-content: center;}#reply_add_box .box_rp .one_rp .style_box_rp .select_box_rp {    width: 100%;}/*購物清單*/ 
.RWDshopping .btn.normal {    border-radius: 0;}/*購物車按鈕*/ 
.RWDshopping_v3 .order-infobox .btn-row {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 1rem;}.RWDshopping_v3 .order-infobox .btn-row .links {    margin-bottom: 0;}.RWDshopping .btn.bg1 {    background: transparent;    color: var(--BtnColor);    border: 1px solid var(--BtnColor);    border-radius: var(--BtnBorderRadius);}.RWDshopping .btn.bg1:hover {    border-radius: 0;    transition: var(--TransitionEase);    border: 1px solid var(--BtnBg);    color: var(--BtnHoverColor) !important;    background: var(--BtnBg);}.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: var(--TransitionEase);    border: 1px solid var(--BtnColor) !important;    color: var(--BtnColor) !important;    background: var(--BtnColor) !important;}.RWDshopping .btn.bg2:hover {    background: var(--BtnHoverColor) !important;    color: var(--BtnHoverColor) !important;    border: 1px solid var(--BtnHoverColor) !important;}.RWDshopping .btn.bg2 i {    transition: none;}.RWDshopping .btn.bg3 {    background: transparent;    color: var(--BtnColor);    border: 1px solid var(--BtnColor);    border-radius: 0;}.RWDshopping .btn.bg3:hover {    border-radius: 0;    transition: var(--TransitionEase);    border: 1px solid var(--BtnHoverColor);    color: var(--BtnHoverColor) !important;    background: var(--BtnHoverColor);}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    max-width: initial;}/*購物車v3按鈕*/ 
.gray82radius-btn,.RWDshopping_v3 .order-infobox .btn-row .links,.RWDshopping_v3 .cartform-submit {    width: var(--BtnWidth);    line-height: 1;    min-height: unset;    border-radius: var(--BtnBorderRadius);    background: var(--BtnBg);}.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(--BtnBg);}.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(--BtnHoverBg);    color: var(--BtnHoverColor);}.gray82empty-btn,.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn {    color: var(--BtnOutlineColor);    border-color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);}.gray82empty-btn:active,.gray82empty-btn:focus,.gray82empty-btn:visited,.gray82empty-btn:hover,.RWDshopping_v3 .cart-fill .cart-list .info-pane .gray82empty-btn:hover,.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn:hover {    color: var(--BtnOutlineHoverColor);    border-color: var(--BtnOutlineHoverColor);    background: var(--BtnOutlineHoverBg);}.selectpick .selectDropdown .selectOption input[type=radio].forSelect:checked+label {    background-color: var(--BtnBg);    color: var(--BtnColor);}.blue-link {    color: var(--MainColor);}.blue-link:hover {    color: var(--MainHoverColor);}.RWDmenu_plus04 .cart-block .pic,.RWDmenu_plus04 .querycar-block .pic {    background: transparent;}/*會員按鈕*/#btn_member_login {    float: none;    background: var(--BtnBg);    padding: 6px 12px;}#btn_member_login,#div_forget_content #forget_table_btn {    background: var(--BtnBg);    border: 1px solid var(--BtnColor);    color: var(--BtnColor);    border-radius: var(--BtnBorderRadius);    transform: var(--TransitionEase);}.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(--BtnColor) !important;}#btn_reverify_form:hover,#btn_forget_form:hover,.form-checkbox:hover,.form-group .form-radio:hover,.member_login a:hover,.member_login a:hover .member_join_strong {    color: var(--MainHoverColor);}.RWDmenu_plus04 .member-block .login-is-on .item a:hover {    color: var(--NaviHoverColor);}.search_area input {    margin-left: 5px;}/*會員頁a連結修正*/ 
.member .css-table .tr a {    color: var(--MainHoverColor);}.go2member {    text-decoration: underline !important;    color: var(--MainColor);}/*會員註冊*/#join_form {    background: white;}/* 會員生日欄位長度修正 */ 
.join_form-title {    font-size: var(--FontSizeH3);    color: var(--TextMainColor);    font-weight: 500;}#join_form input#memberColumns_00003 {    min-width: 130px;}#join_form .btn-primary {    width: var(--BtnWidth);    float: none;    background: var(--BtnBg);    color: var(--BtnColor);    border: 1px solid var(--BtnBg);    padding: 6px 12px;    height: var(--BtnHeight);    display: flex;    align-items: center;    justify-content: center;    margin-left: auto;    font-size: var(--BtnFontSize);    letter-spacing: 4px;}#join_form .btn-link:hover {    text-decoration: none;}.webbtn {    background: var(--BtnBg)}.webbtn:hover {    background: var(--BtnHoverBg);    color: var(--BtnHoverColor);}.btn-primary,.shopping_viewlogin__submit {    color: var(--BtnColor);    background-color: var(--BtnBg);    border: 1px solid var(--BtnBg);    border-radius: var(--BtnBorderRadius) !important;    float: right;    margin-right: 0px;    box-shadow: none;    width: var(--BtnWidth);    height: var(--BtnHeight);    display: flex;    align-items: center;    justify-content: center;}#join_form .btn-primary:hover,.no-touch .shopping_viewlogin__submit:hover,.shopping_viewlogin__submit:hover {    background: var(--BtnHoverBg);    color: var(--BtnHoverColor);    border-color: var(--BtnHoverBg);}.shoppingQuery .shopping_viewlogin__submit {    float: unset;    margin: 2rem auto;}#shopping_viewlogin_form.processing .shopping_viewlogin__submit {    color: var(--BtnColor);    background-color: var(--BtnBg);    border: 1px solid var(--BtnBg);    border-radius: var(--BtnBorderRadius) !important;    box-shadow: none;    width: var(--BtnWidth);    height: var(--BtnHeight);    display: flex;    align-items: center;    justify-content: center;}.btn-primary a {    color: var(--BtnColor);    font-size: var(--FontSizeP);}.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {    color: var(--BtnColor) !important;}.btn-primary:hover {    transition: var(--TransitionEase);    color: var(--BtnHoverColor);    background-color: var(--BtnBg);    border-color: var(--BtnBg);}.btn-primary:active:hover,.btn-primary:active:focus {    background-color: var(--SubBtnBg);    border: 1px solid var(--SubBtnBg);}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {    color: var(--BtnHoverColor) !important;    background-color: var(--BtnHoverBg);    border-color: var(--BtnHoverBg);    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: var(--TransitionEase);}/*忘記密碼 ＆重發認證信*/#div_forget_area * {    border-radius: 0;}/*註冊*/ 
.join_form_btns {    text-align: right;}/*sidebar 固定側選單*/ 
.collapsing_header .main {    overflow: inherit;}/* 有開評論功能的話這這串都要刪掉 */ 
.main section .container .article-text>.container>.xrow {    position: relative;    width: 100%;    height: 100%;    display: inline-block;}.main section .container .article-text>.container .xrow #sidebar {    position: sticky;    top: var(--NaviHeight);    left: 0;}.page_wrapper_bg .m2018 .products-nav .nav-title {    font-size: var(--FontSizeH3);    padding: 5px 20px;    margin-bottom: 0;    font-weight: bold;    color: var(--BtnColor);    background: var(--BtnBg);}#sidebar .products-nav {    font-family: var(--FontFamily)}#sidebar .products-nav>ul {    padding: 10px 0px;    border: 1px solid #efefef;}.m2018 .products-nav .sidemenu2__ul--child li {    padding-left: 31px;}.page_wrapper_bg .m2018 .products-nav {    background: #fff;}.page_wrapper_bg .m2018 .products-nav li:not(.has-child)>a:hover {    color: var(--MainColor);    transition: var(--TransitionEase);}.page_menu_block ul.nav>li>a,.page_wrapper_bg .m2018 .products-nav>ul>li>a {    padding: 10px 20px !important;    transition: var(--TransitionEase);    font-size: var(--FontSizeH4) !important;    letter-spacing: 2px !important;    font-weight: 500 !important;}.page_wrapper_bg .m2018 .products-nav>ul>li {    padding: 0 0px;    margin: 0px;    border-bottom: 1px solid #f0f0f0;}.page_wrapper_bg .m2018 .products-nav>ul>li:last-child a {    padding-bottom: 5px;}.page_wrapper_bg .m2018 .products-nav>ul>li:last-child {    border-bottom: 0;}.page_wrapper_bg .m2018 .products-nav ul .is-open>a,.page_wrapper_bg .m2018 .products-nav ul .active>a,.m2018 .products-nav ul li>ul>li:hover>a,.m2018 .search-box .ibtn:hover {    color: var(--MainColor);    font-weight: 500;}.page_wrapper_bg .m2018 .products-nav .sidemenu2__ul>li.active:not(.iscate)>a::before {    content: "";    background: var(--MainColor);    width: 6px;    height: 6px;    display: inline-block;    margin-right: 9px;    border-radius: 100%;    margin-bottom: 2px;    display: none;}.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 12px 0px !important;    font-weight: 300;    font-size: var(--FontSizeH5);}.m2018 .products-nav ul>li>.toggle-submenu {    top: 14px;}.m2018 .search-box {    margin-bottom: 24px;}/* 預設文章 */ 
.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: var(--ItemSpacing) !important;}.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*圖文輪播*/ 
.RWDslider01 .products-list .products-item .box {    display: flex;    align-items: center;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: row-reverse;}.RWDslider01 .text {    color: var(--TextSubColor);}/* 時間軸 */ 
.RWDtimeline01 li.event .point {    z-index: 1;}.RWDtimeline01 li.event .point .title,.RWDtimeline02 li.event .point .title {    font-size: var(--FontSizeH3);    font-weight: 500;    color: var(--TextMainColor);}.RWDtimeline02 {    margin-top: var(--SectionPadding);    padding-top: 0;}.RWDtimeline02 .timeline2_list .block .text-in {    max-height: 70px;}.RWDtimeline02 .control-box {    top: 0;}.page_wrapper_bg .pagecontent .RWDtimeline01 {    margin-top: var(--SectionPadding);}/*修正產品、文章預設列表排版*/ 
.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;}/* 文章列表 */ 
.page_wrapper_bg .cate_list .subject {    color: var(--main-color03);    font-size: var(--FontSizeH3);    font-weight: 500;    margin-top: 16px;    margin-bottom: 0;    text-align: left;}.page_wrapper_bg .cate_list .subject a {    color: var(--main-color03);    transition: var(--TransitionEase);}#article .cate_list.row>div {    margin-bottom: var(--ItemSpacing);    margin-top: 0;}.rwdlayoutlist_9 .litem .litem__imgs,.layoutlist_7 .litem .img,#article .cate_list.row .img {    overflow: hidden;}#product .product_list_item img,.rwdlayoutlist_9 .litem img,.layoutlist_7 .litem img,#article .cate_list.row img {    transition: var(--TransitionEase);}.customized_columns>.row,.col-sm-6 {    margin-top: 0;}.webdesc {    margin-bottom: var(--SectionTitleBottom);    font-size: var(--FontSizeH4);    padding-inline: 15px;}#album .layoutlist_2 .album_item_subject,#album .layoutlist_1 .album_item_subject,.rwdlayoutlist_9 .subject,.layoutlist_8 .article_subject,.RWDtimeline02 .model-title,.RWDtimeline01 .model-title,#product .item .subject a,.page_wrapper_bg #article .layoutlist_7 .subject a,.page_wrapper_bg #article .layoutlist_4 .item .list_subject>a,.page_wrapper_bg #article :is(.layoutlist_2) .list_subject a {    font-size: var(--FontSizeH3);    font-weight: 500;    margin: 0px 0px 16px !important;    display: block;    line-height: 1.5 !important;    color: var(--TextMainColor);    transition: var(--TransitionEase);}.rwdlayoutlist_9 .summary,.item .summary .itemlink,.page_wrapper_bg :is(.layoutlist_4, .layoutlist_8, .layoutlist_7) .summary a,.page_wrapper_bg .subsubject {    font-weight: 400;    line-height: 1.8;    color: var(--TextSubColor);    font-size: var(--FontSizeP);    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}.page_wrapper_bg #article :is(.layoutlist_4, .layoutlist_2) .listdate {    text-align: center;    border-left: var(--BorderGrayPx1);}.page_wrapper_bg :is(.layoutlist_4, .layoutlist_2) .listdate .yearmonth {    padding-bottom: 0;}#article .layoutlist_2 .item {    width: 100%;}/* .page_wrapper_bg :is(.layoutlist_4, .layoutlist_2 ,.layoutlist_8) .item {    width: 100%;    border-bottom: var(--BorderGrayPx1);    padding: var(--ItemSpacing) 0;} */#article .layoutlist_4 .item {    border-bottom: var(--BorderGrayPx1);    padding: var(--ItemSpacing) 0;}#article .layoutlist_8 .item,#article .layoutlist_7 .litem,#article .rwdlayoutlist_9 .litem {    padding-block: 0;    margin-bottom: var(--ItemSpacing);    margin-top: 0;}/*文章列表-4*/#article .layoutlist_4 .item {    display: flex;}#article .layoutlist_4 .fixrow {    width: 100%;}#article .layoutlist_4 .listdate {    padding: 0 10px;    width: 150px;    border-left: 1px solid #eee}#article .layoutlist_4 .listdate .day {    font-size: 25px}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;    padding: 0;    font-size: 12px !important;}#article .layoutlist_4 .item .list_img {    padding-left: 0}#article .layoutlist_4 .list_subject {    width: calc(100% - 90px)}#article .layoutlist_4 .list_subject .summary {    margin: 0;}#article .layoutlist_4 .xrow.list {    height: auto;}/*文章列表-5 文章列表-6*/ 
.rwdlayoutlist_6 ul,.rwdlayoutlist_6 ul a,.page_wrapper_bg .layoutlist_5 .list_date,.page_wrapper_bg .layoutlist_5 .list_subject a {    font-size: var(--FontSizeH5);    color: var(--TextMainColor);}#article .layoutlist_5 .list_subject a {    letter-spacing: 2px;}#article .layoutlist_5 .item {    padding: 15px 0px;}/* 文章列表-6 */ 
.rwdlayoutlist_6 .subject_title {    font-size: var(--FontSizeH4);    color: var(--TextMainColor);    font-weight: 500;}/* 文章列表-7 */ 
.page_wrapper_bg .layoutlist_7 .subject {    margin-top: 20px;    margin-bottom: 0;}.page_wrapper_bg .layoutlist_7 .summary a {    margin-top: 0;}.page_wrapper_bg #article .layoutlist_7 .subject a {    margin-bottom: 0 !important;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}#article .cate_list.row {    display: flex;    flex-wrap: wrap;}.layoutlist_7 .row,.layoutlist_7 .row:after,.layoutlist_7 .row:before {    clear: inherit !important;    margin-right: 0;    margin-left: 0;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding: 0 max(3vw, 2.5rem)}.layoutlist_8 .list_subject .summary {    margin: 0;}#article .layoutlist_8 .item {    padding-bottom: max(3vw, 2.5rem);}#article .layoutlist_8 .item .list_img {    padding: 0;}.layoutlist_8 .listdate {    text-align: center;}.layoutlist_8 .listdate .day {    color: var(--TextMainColor);    font-size: 2vw;    font-family: var(--FontFamilyEn);}.layoutlist_8 .listdate .yearmonth {    font-size: calc(var(--FontSizeP)*0.9);    color: var(--TextSubColor);    letter-spacing: 0;    font-family: var(--FontFamilyEn);}/*文章列表-9*/ 
.rwdlayoutlist_9 .cdate {    font-size: calc(var(--FontSizeP)*0.9);    color: var(--TextSubColor);    padding-top: 0;    padding-bottom: 4px;}.no-touch .rwdlayoutlist_9 .litem:hover .litem__imgs::after,.rwdlayoutlist_9 .cdate::before {    display: none;}.rwdlayoutlist_9 .summary {    margin: 0;}/* 產品列表 */ 
.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {    margin-top: 0;    margin-bottom: var(--ItemSpacing);    border-bottom: 0;}#product .item .subject {    height: auto !important;    margin-top: 12px;}.productlist .layoutlist_4>div {    margin: 0;}.productlist .layoutlist_4 .product_list_item {    padding-bottom: 0;    border: 0;    height: auto !important;}.productlist .layoutlist_4 .hashtag_block {    margin-top: 0;    margin-bottom: 10px;}/* 產品列表-2*/ 
.productlist .layoutlist_2 .item .compare .btn_compare {    color: var(--BtnOutlineColor);    border: 1px solid var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    border-radius: var(--BorderRadius);    padding: 10px;    text-align: center;    font-size: var(--BtnFontSize);}.productlist .layoutlist_2 .item .compare {    margin-bottom: 0;    border-top: 0;    margin-top: 20px;    padding-top: 20px;}.productlist .layoutlist_2 .item .compare .ii-check {    border: 1px solid var(--BtnOutlineColor);}/* 產品列表-3*/ 
.productlist .layoutlist_3 .item {    margin-top: 0;    margin-bottom: var(--ItemSpacing);}.productlist .layoutlist_3 .item .col-sm-12.col-md-6:nth-of-type(1),.productlist .layoutlist_3 .item .col-md-12 {    padding: 0;}/* 產品列表-4*/ 
.layoutlist_4 .pricearea {    text-align: left;    display: flex;    align-items: flex-end;    letter-spacing: 0;    flex-direction: row-reverse;    justify-content: flex-end;    gap: 15px;    line-height: 1;    margin-bottom: 16px;}.layoutlist_4 .amount_div,.layoutlist_4 .stands_options,.layoutlist_4 .cate_div {    padding: 0;    margin: 0;}.layoutlist_4 .amount_div,.layoutlist_4 .stands_div,.layoutlist_4 .cate_div {    margin-bottom: 8px;}.layoutlist_4 .cate_div .nocateselect {    display: none;}.count_info {    margin-bottom: 24px !important}.pricearea .payprice,.pricearea .price,.layoutlist_4 .sellprice {    color: #f10404;    font-weight: 500;    font-size: var(--FontSizeH4);    margin: 0;}.layoutlist_4 .subject {    height: auto !important;    line-height: 1.5;    min-height: auto;    font-weight: 500;    margin-bottom: 0;}.layoutlist_4 .buybtn {    background: var(--BtnBg);    color: var(--BtnColor);    transition: var(--TransitionEase);    border-radius: var(--BtnBorderRadius);    padding: 10px 0;    margin-top: 1.5rem;    margin-bottom: 0;}.pricearea .price.delline,.pricearea .price.fixprice,li#O_fixPrice,li#O_fixPrice b,li#O_fixPrice span {    text-decoration: line-through;    color: var(--TextSubColor);    font-size: var(--FontSizeP);}.cate_title,.stands_name,.amount_name {    margin-right: 3px;}/* 產品列表-5*/ 
.layoutlist_5 .list-btn_mobile a,.layoutlist_5 .product_list_item .list-btn_mobile,.layoutlist_5 .product_list_item .list-btn,.layoutlist_5 .product_list_item .buybtn {    background-color: var(--BtnBg);    transition: var(--TransitionEase);    font-size: var(--BtnFontSize);}.closeup-frame .right select {    border: var(--BorderGrayPx1);    color: var(--TextSubColor);    font-size: var(--FontSizeP);}.layoutlist_5 .closeup-frame .left {    margin-bottom: var(--ItemSpacing);}/*產品A*/ 
.page_content1 #productbx_bg {    background: #efefef;    -moz-opacity: 1;    opacity: 1;}.product_desc_content {    color: var(--TextMainColor);    letter-spacing: 1px;    line-height: 1.8;}#prod_price .currency,.page_content1 #prod_price {    margin-top: 0;    color: #fe0000;}#prod_price .money {    font-weight: bold;    color: #fe0000;    font-size: var(--FontSizeH3);    margin-left: 5px;}#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;    justify-content: center;    gap: 15px;    line-height: 1;}.productcontent .page_content1 .info {    text-align: center;    margin: 30px 0 0;}.productcontent .page_content1 .product_desc_subject {    text-align: center;}.page_content1 .spec-scroll .items ul li:hover {    border: 1px solid #333;}#product>div.page_content1>div.product_top.row>div:nth-child(3) {    display: flex;    justify-content: center;    flex-wrap: wrap;    flex-direction: column;    gap: 0;    margin: 30px 0 0;}.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 32px;    font-weight: 500;    letter-spacing: 0;    line-height: 1.5;    font-family: var(--FontFamilyTw);    color: var(--main-color03);    margin-bottom: 8px;}.spec-scroll .items ul li {    border: 0;}#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4) {    display: flex;    gap: 10px;    margin: auto;    max-width: 900px;    flex-wrap: wrap;    justify-content: center;}.productcontent .page_content1 .info :is(.page_content2 .btn,    #btn_querycar,    #btn_shopping,    #prod_amount_area,    #prod_stands2_area,    #prod_stands_area,    .page_content1 .btn.btn_querycar) {    margin: 0 !important;}#btn_shopping_tracking,#prod_stands_area,#prod_stands2_area,#prod_amount_area,.btn_shopping,.btn_querycar {    width: calc(100%/3 - 10px) !important;}.dd-container,:not(.member) .page_wrapper_bg .dd-select {    width: 100% !important;}#product .page_content1 .btnfloat {    margin-inline: 0 !important;    /* width: 100% !important; */}#btn_shopping_tracking,#product .page_content1 #btn_shopping,#product .page_content1 #btn_querycar {    margin: auto;}#product .spec-scroll .items ul li,#product .page_content1_thumbphoto .swiper-slide {    border: 0;}.page_content1 #prod_no {    display: none;}/*產品A按鈕*/#btn_shopping {    border-radius: 0;    background: var(--BtnBg);    color: var(--BtnColor);    border: 1px solid var(--BtnColor);}.fbtn {    border-radius: 0;    font-size: 14px;    background: var(--BtnBg);    background: transparent;    color: var(--BtnBg);    border: 1px solid var(--BtnBg);    transition: var(--TransitionEase);}#product .fbtn {    font-size: var(--BtnFontSize);}#btn_querycar {    border-radius: 0;    font-size: var(--BtnFontSize);    background: var(--BtnOutlineBg);    color: var(--BtnOutlineColor);    border: 1px solid var(--BtnOutlineColor);    transition: var(--TransitionEase);}/*產品下拉樣式*/ 
.page_content1 .dd-selected {    letter-spacing: 1px;    padding: 0 40px 0 10px;    font-size: var(--FontSizeP);    line-height: 32px;}.page_content1 .dd-selected,.page_wrapper_bg .dd-pointer-down {    border: var(--BorderGrayPx1);}label.dd-option-text {    font-size: var(--FontSizeP);    color: var(--TextMainColor);    line-height: 1 !important;    margin: 0 !important;    font-weight: 400;}.dd-option {    padding: 5px 10px;}/*產品B*/#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop {    margin-top: max(2.5vw, 2rem);    display: grid;    grid-template-columns: 1fr 1fr;    gap: 1rem;}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop,#mobile-fixed .btn-shop .btn.shop {    background: var(--SubBtnBg);    color: var(--SubBtnColor);    border-radius: var(--BtnBorderRadius);    width: 100%;}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {    background: var(--BtnBg);    color: var(--BtnColor);    border-radius: var(--BtnBorderRadius);    width: 100%;}.RWDproduct_page .products-info .download .control-label,.RWDproduct_page .products-info .pd-info .control-label,.RWDproduct_page .products-info .style-radio .control-label {    width: 100%;}.btn-compare .ii {    position: relative;    top: -1px;}/* 產品內頁 */ 
.RWDproduct_page .hashtag .hashtag_block,.RWDproduct_page .pic-box {    width: 70%;    padding-right: var(--ItemSpacing);}.RWDproduct_page .hashtag .hashtag_block {    margin-top: 0;    margin-bottom: 1rem;}.RWDproduct_page .products-info {    width: 30%;}.RWDproduct_page .menu3 .pic-box {    width: 65%;}.RWDproduct_page .menu3 .products-info {    width: 35%;}.RWDproduct_page .products-info .name {    font-size: var(--FontSizeSub);    font-weight: 500;    color: var(--TextMainColor);    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: var(--FontSizeP);    line-height: 1.5;    font-weight: 400;    color: var(--TextMainColor);    letter-spacing: 0;}.RWDproduct_page .products-info .price-box b {    font-size: var(--FontSizeH3);    margin-left: 4px;}.RWDproduct_page .products-info .price-box li {    margin-right: 0;}.RWDproduct_page .products-info .price-box {    display: flex;    align-items: flex-end;    gap: 15px;    line-height: 1;}.RWDproduct_page .btn-other {    display: flex;    align-items: flex-end;    justify-content: flex-end;    gap: 15px;}.RWDproduct_page .btn-other .ibtn {    padding: 0;}.RWDproduct_page .form-group {    display: grid;    grid-template-columns: max-content 1fr;    align-items: center;    gap: 0 10px}.RWDproduct_page .products-info .select-box,.RWDproduct_page .products-info .qtybox {    width: 100%;}.RWDproduct_page .products-info .txt .editor {    border-top: var(--BorderGrayPx1);    border-bottom: var(--BorderGrayPx1);    padding: 2rem 0;    margin: 2rem 0;}.RWDproduct_page .products-info .price-box li.delline:after {    display: none;}.RWDproduct_page .products-info .txt .title {    display: none;}.RWDproduct_page .products-info .pd-info .control-label {    color: var(--TextMainColor);}.btn-compare {    border-top: var(--BorderGrayPx1);    padding-top: 2rem;    margin-top: 2rem;}.btn-compare .btn.add {    border: 1px solid var(--BtnOutlineColor);    color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    transition: var(--TransitionEase);}.RWDproduct_page .download_container .btn {    width: auto;}.RWDproduct_page .file_area {    width: 100% !important;}.products-info .download_container .btn {    background: var(--BtnBg);    color: var(--BtnColor);    border: 1px sloid var(--BtnColor);}.page_wrapper_bg .products-info .dd-selected {    border: 0;}.menu5 .products-info .download_container {    display: grid;    grid-template-columns: 2fr 1fr;}/* 相關產品、文章 */ 
.page_wrapper_bg .articlerelated-box .title,.RWDproduct_page .related-box .title {    font-size: var(--FontSizeH3);    color: var(--TextMainColor);    font-weight: 500;    letter-spacing: 2px;    position: relative;}.page_wrapper_bg .articlerelated-box .title,.RWDproduct_page .products-info .txt .title,.RWDproduct_page .related-box .title {    border-bottom: var(--BorderGrayPx1);    margin-bottom: 3rem;    padding-bottom: 1rem;}.page_wrapper_bg .articlerelated-box,.RWDproduct_page .related-box {    margin: var(--SectionPadding) 0 0;    overflow: hidden;}.page_wrapper_bg .articlerelated-box .article-slider .item .name,.RWDproduct_page .related-box .name {    font-size: var(--FontSizeH4);    color: var(--TextMainColor);    margin-top: 16px;    font-weight: 500;    letter-spacing: 1px;    margin-bottom: 8px;}.page_wrapper_bg .articlerelated-box .article-slider .item .name {    line-height: 1.5;    max-height: unset;    margin-top: 4px;    transition: var(--TransitionEase);}.page_wrapper_bg .articlerelated-box .article-slider .item .pic {    margin-top: 0;}.page_wrapper_bg .articlerelated-box .article-slider .item .summary {    margin-top: 0;    font-size: var(--FontSizeP);    line-height: 1.6;    color: var(--TextSubColor);}.page_wrapper_bg .articlerelated-box .article-slider .item .date {    color: var(--TextSubColor);}.page_wrapper_bg .articlerelated-box .article-slider .item {    padding: 0 1.5rem 1rem;}.RWDproduct_page .related-box .price-box li.delline,#mobile-fixed .price-box li.delline {    text-decoration: line-through;    color: var(--TextSubColor);}.RWDproduct_page .related-box .item a:hover .name {    transition: var(--TransitionEase);}.RWDproduct_page .related-box .item {    padding: 0 1.5rem 1rem;}.RWDproduct_page .related-box .price-box {    display: flex;    flex-direction: column;    align-items: flex-start;    gap: 0;    font-size: 14px;}.page_wrapper_bg .articlerelated-box .slick-arrow,.RWDproduct_page .related-box .slick-arrow {    top: unset;    bottom: 1rem;}/* 排序 */ 
.productlist .sortbar {    margin-top: 0;    margin-bottom: 20px !important;    text-align: left;    width: 100% !important;    padding-inline: 15px;    float: unset;}.productlist .sortbar a {    color: var(--TextMainColor);}.productlist .sortbar a:hover {    color: var(--MainHoverColor);}/*頁籤*/ 
.tabs {    font-weight: 400;}.RWDproduct_page .tab-box .tab-container>ul>li ul,.RWDproduct_page .tab-box .tab-container>ul>li ol {    padding-left: 22px;}.page_wrapper_bg .tabs nav a,.RWDproduct_page .tab-box .tab-menu a {    margin: 0 5px 0 0;    padding: 15px 30px;    height: auto;    font-size: var(--FontSizeH4);    background: transparent;    border: 0;    position: relative;    color: var(--TextMainColor);    background: transparent;}.page_wrapper_bg .tabs nav li.tab-current a,.RWDproduct_page .tab-box .tab-menu li.active a {    color: var(--MainHoverColor);    border: transparent;    background: transparent;    font-weight: 500;    letter-spacing: 1px;    border: 0;}.page_wrapper_bg .tabs .content,.RWDproduct_page .tab-box .tab-container {    border: var(--BorderGrayPx1);}.RWDproduct_page .tab-box .tab-menu li:last-child a:after {    opacity: 0;}.page_wrapper_bg .tabs nav ul li:before,.RWDproduct_page .tab-box .tab-menu a:after {    content: "";    background: #ccc;    position: absolute;    width: 1px;    height: 15px;    right: 0;    top: 50%;    transform: translateY(-50%);}#mobile-fixed,.RWDproduct_page {    color: var(--TextSubColor);}.page_wrapper_bg .tabs .content,.RWDproduct_page .tab-box .tab-container>ul>li {    padding: var(--ItemSpacing);    line-height: 1.5;    font-size: var(--FontSizeP);}.RWDproduct_page .tab-box .tab-menu li.active a:before {    display: none;}.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {    display: flex;}.productcontent .tabs nav ul {    margin: 0 !important;}/*文章頁籤*/ 
.page_wrapper_bg .tabs {    margin: var(--SectionPadding) 0 0;}.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;    border: 0;}.tabs nav ul li {    border: 0}/*相簿列表*/ 
.layoutlist_2 .album_item {    height: auto !important;}#album .layoutlist_2 .album_item_subject,#album .layoutlist_1 .album_item_subject {    padding: 16px 0 0 0;    margin: 0 !important;}.album_item img {    max-height: unset !important;}.layoutlist_1 .album_item,.albumlist .layoutlist_2 .album_item {    margin: 0 0 var(--ItemSpacing);    height: auto !important;}/*相簿-樣式1*/ 
.row .album_d_item a {    border-bottom: 0;}.album_d_item .album_item_subject {    font-size: var(--FontSizeP);}.albumcontent .layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}.page_content1v1 .album_d_item .album_item_subject {    bottom: 0;    opacity: 1 !important;    background: transparent;}.page_content1v1 .album_d_item {    margin-bottom: 60px !important;}/*相簿-樣式2*/#album .page_content2 .dis .dis_li .text {    font-size: var(--FontSizeP);    line-height: 1.8;    letter-spacing: 0;    color: var(--TextMainColor);    margin: 0 0 30px}.photo_view .flexslider .slides2 {    height: max(10vw, 150px) !important;}/*相簿-樣式3*/ 
.photo_num {    position: relative;    text-align: right;    margin: 10px 0 0px;}#album .page_content4 .page_desc2,#album .page_content3 .page_desc2 {    margin-top: var(--ItemSpacing);}/*相簿-樣式4*/ 
.lg-sub-html p {    font-size: var(--FontSizeP);    color: #fff;    font-weight: 400;}/*相簿上下方說明*/#album .page_desc {    margin: 0 0 var(--ItemSpacing) 0;}.albumcontent :is(.page_content3, .page_content2, .page_content4, .page_content5) br {    display: none;}/*Q&A*/ 
.rwd .faq_answer {    font-size: var(--FontSizeP);    letter-spacing: 2px;    line-height: 1.8;    padding: 0;    padding-bottom: 1rem;}.rwd .faq_question {    padding: 20px 0px;    font-size: 18px;    letter-spacing: 2px;}.rwd .faq_item:first-child .faq_question {    padding: 0px 0px 20px;}.faq1 .layoutlist_2 {    background: #fff;}.faq_split {    border-top: 0;}.faq_item {    border-bottom: var(--BorderGrayPx1);}.faq_a_icon,.faq_q_icon {    position: relative;    margin: 0 10px;    width: 20px;    height: 30px;    z-index: 10;    background: transparent;}.faq_a_icon:before,.faq_q_icon:before {    position: absolute;    top: 50%;    left: 50%;    width: 20px;    height: 30px;    font-size: 20px;    color: var(--TextMainColor);    line-height: 1;    border-radius: 50%;    transform: translate(-50%, -50%);    display: flex;    align-items: center;    justify-content: center;    z-index: 0;    padding-bottom: 3px;    font-weight: 500;}.faq_a_icon:before {    content: 'A';    padding-left: 3px;}.faq_q_icon:before {    content: 'Q';}/*影片*/ 
.videolist .video_item_subject {    font-size: var(--FontSizeH3);    letter-spacing: 0;    font-weight: 500;    color: var(--TextMainColor);    margin: 16px 0px 0;    transition: var(--TransitionEase);}.videolist .video_item_summary {    font-size: var(--FontSizeP);    text-align: left;    color: var(--TextSubColor);    margin-top: 4px;}.videolist .video_item {    margin: 0 0 var(--ItemSpacing);}/*檔案下載*/ 
.layoutlist_5 .dbtn_v2,.page_wrapper_bg .dd-selected,.download .search_bg {    border: var(--BorderGrayPx1);}.download .search_input {    background: transparent;    color: var(--TextSubColor);}.download .search-go:hover,.no-touch .layoutlist_5 .dbtn_v2:hover {    background: var(--SubBtnHoverBg);    border-color: var(--SubBtnHoverBg);    color: var(--SubBtnHoverColor);}.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-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: var(--FontSizeP);    line-height: 1.4;    color: var(--TextSubColor);}.dd-option,.dd-selected {    font-size: var(--FontSizeP);    color: var(--TextSubColor);    letter-spacing: 0;}.download_container {    border: 0;    width: 100%;    display: grid;    grid-template-columns: 70% auto;}.download_container .btn {    font-size: var(--BtnFontSize);    background: var(--BtnBg);    color: #fff;    border-radius: 0;    padding: 5px;    height: 35px;    width: var(--BtnWidth);    display: flex;    align-items: center;    justify-content: center;}.download_container .btn:hover {    background: var(--SubBtnBg)}.file_area label.dd-option-text {    margin: 0;    font-weight: 400;    display: block;}#file_dlist a.dd-option {    padding: 12px;}.recruitment .list_table tr,.recruitment .list_table th,.recruitment .list_table th.list_no,.download .list_table th.list_no,.download .list_table th {    font-weight: 500;    color: var(--TextMainColor);}.downlaod5_item_subject,.layoutlist_3 .download_subject {    font-size: var(--FontSizeH3);    transition: var(--TransitionEase);    color: var(--TextMainColor);}.downlaod5_item_btn,.layoutlist_3 .dbtn_v2 {    margin: 24px 0 0;    padding: 0px 0;    font-size: var(--BtnFontSize);    color: var(--BtnOutlineColor);    border: 1px solid var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    text-align: center;    max-width: var(--BtnWidth);    width: 100%;    height: calc(var(--BtnHeight)*0.9);    display: flex;    align-items: center;    justify-content: center;    transition: var(--TransitionEase);    border-radius: 99em;}.download5_list {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: var(--ItemSpacing);}.download5_list::before,.download5_list::after {    display: none;}.downlaod5_item_img,.download5_list .customized_columns>.row,.download5_list .col-sm-6 {    width: 100%;}.download5_list .col-sm-6 {    display: grid;    grid-template-columns: 50% auto;    gap: 3vw;    margin-bottom: 0;    padding: 0;}.download .list_table,.list_faketb__li {    font-size: var(--FontSizeH4);}.download .list_table .oneline {    border-bottom: 0;    padding: 0;}.layoutlist_3 .download .list_table td {    padding: 0;}.download .item {    margin-bottom: var(--ItemSpacing);}.downloadlist .page_wrapper_bg .article-text .container {    padding: 0;}.list_faketb__li>div {    padding: 18px 12px;}/*檔案下載a連結修正*/ 
.page_wrapper_bg .dd-select a:hover {    color: #313131;}.download .search-go {    line-height: 2.4;    transition: var(--TransitionEase);    font-weight: 400;    font-size: 14px !important;}.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 .showY input,.layoutlist_4 .showY select,.layoutlist_4 .showY textarea {    font-family: var(--FontFamily);    color: #121212}/* 人才招募 */ 
.recruitment .list_table td.list_position {    border-bottom: 1px solid #dedede;    padding-left: 0;    padding-right: 0;}.customized_columns .fillform {    font-size: var(--FontSizeH3);    margin: var(--SectionTitleBottom) 0 2rem;    text-align: center;    font-weight: 500;}.recruitmentcontent .position {    font-size: var(--FontSizeH3);    line-height: 1.8;    margin-top: 0;    padding-bottom: 16px;    margin-bottom: 24px;    border-bottom: var(--BorderGrayPx1);    color: var(--TextMainColor);}/* 據點 */ 
.store_search_submit {    background: var(--BtnOutlineBg);    color: var(--BtnOutlineColor);    border: 1px solid var(--BtnOutlineColor);}/*電子表單*/ 
.eformsDesc,.eformsDesc_bottom {    font-size: var(--FontSizeH4);    color: var(--TextMainColor);    text-align: center;    margin: 0;    padding: 0;}.eformsDesc {    border: 0;}.eformscontent .layoutlist_1.page_content2 {    max-width: 800px;    margin: 0 auto;    width: 90%;}.eformscontent .layoutlist_1.page_content3 {    max-width: 1400px;    width: 90%;    margin: 0 auto;}.eformscontent .layoutlist_1.page_content2 .customized_columns,.eformscontent .layoutlist_1.page_content2 .new-form {    margin: var(--ItemSpacing) 0;}.eformscontent .customized_columns,.eformscontent .new-form {    margin-left: 0;    margin-right: 0;}.eformscontent .page_wrapper_bg section.call_to_action>.container,.eformscontent .new-form::before {    border-radius: 25px;}.form-horizontal .form-group {    margin-left: 0;    margin-right: 0;    display: flex;    align-items: flex-end;}#eForm1>div:nth-child(12) {    display: flex;    align-items: center}.form-horizontal .control-label {    font-weight: 500;    width: 100px;    padding: 0 10px;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}.form-horizontal .form-group .col-md-11,.eformscontent .col-sm-12.col-md-11 {    width: calc(100% - 100px);    padding: 0;}.eformscontent .col-sm-12.col-md-5 {    width: calc(100% - 100px);    padding: 0;}.new-form .new-width .row .col-md-11 {    margin-bottom: 0;    margin-top: 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連結修正*/ 
.eforms_complete .hgroup,.eforms_complete .hgroup .container {    width: 100%;}.eforms_complete section.call_to_action>.container {    min-height: 35vh;    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;}.eforms_complete .ebtn {    margin-top: 0;}.eforms_complete .col-sm-12.col-md-12 .ebtn a {    margin-inline: auto;}/*留言板*/ 
.customized_columns .css-table .th.textarea {    width: 10%;}/*詢問車*/ 
.RWDquiry .btn-box {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 1rem;}.RWDquiry .shopping_form .control-box img {    margin-left: 10px;}.RWDquiry .btn.bg2,.btn.normal.bg3 {    background: var(--BtnBg);    color: var(--BtnColor);    border: 0;}.info-box .title,.shopping-title {    font-size: var(--FontSizeH3);    color: var(--TextMainColor);}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 0;    color: var(--TextMainColor);}.privacy_block a {    color: var(--TextMainColor);    transition: var(--TransitionEase);}.privacy_block a:hover {    color: var(--TextMainColor);    transition: var(--TransitionEase);    text-decoration: none;}.privacy_block h5 {    font-size: var(--FontSizeH3);    font-weight: bold;    margin: 50px 0 10px;    color: var(--TextMainColor);}.privacy_block h6 {    font-size: var(--FontSizeP);}.privacy_block ul {    padding-left: 20px;}/*購物說明文字*/ 
.shopping_txt {    line-height: 2;    letter-spacing: 1px;    color: var(--TextMainColor);}.shopping_txt a {    color: var(--TextMainColor);    transition: var(--TransitionEase)}.shopping_txt a:hover {    color: var(--TextMainColor);    transition: var(--TransitionEase);    text-decoration: none;}.shopping_txt .item_row {    margin-bottom: 50px;}.shopping_txt h2 {    font-size: 24px;    font-weight: bold;    margin: 0;    color: #b90000;    text-decoration: underline;}.shopping_txt h3 {    font-size: var(--FontSizeH3);    font-weight: bold;    margin: 0 0 10px;    color: var(--TextMainColor);}.shopping_txt ul {    padding-left: 24px;    ;}/*隱私權購物說明最大寬度限制*/ 
.privacy_block,.shopping_txt {    max-width: 1200px;    margin: auto;}/* 頁碼 */ 
.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: 30px;    height: 30px;    line-height: 30px;    font-size: var(--FontSizeP);}.page ul li a:hover {    background: #eee}/*前往付款、前往選取物流按鈕明顯*/a.info-box__gopay,.delivery-editor a {    background: var(--TextMainColor);    padding: 5px 20px;    color: #fff !important;    border-color: var(--TextMainColor);}/*hashtag a連結修正*/ 
.layoutlist_4 .list_subject .hashtag_block .hashtagLink,.rwdlayoutlist_9 .hashtag_block .hashtagLink,.hashtag_block .hashtagLink {    color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    border: 1px solid var(--BtnOutlineColor);}#article .layoutlist_7 .litem>div {    display: flex;    flex-direction: column;}#article .hashtag_block {    order: 5;}/* 比較表 */ 
.compare .clearall {    right: 5%;}.compare .clearall,.page_wrapper_bg .fix-compare-btn {    color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    border: 1px solid var(--BtnOutlineColor);    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    font-weight: 500;}.compare .main_title {    font-size: var(--FontSizeMain);    letter-spacing: 3px;    font-weight: 500;}.compare .clearall {    top: 59px;}.compare .main_box .memo {    padding: 0;    font-size: var(--FontSizeP) !important;    letter-spacing: 1px;    line-height: 1.5;    color: var(--TextSubColor) !important;    margin-bottom: 0;}.compare .main_box .main_name {    font-size: var(--FontSizeH3);    color: var(--TextMainColor);    font-weight: 500;    line-height: 1.5;    min-height: unset !important;    margin-bottom: 16px;}.compare .main_box .id {    display: none;}.compare .main_box .normal_price {    font-size: var(--FontSizeP);    color: var(--TextSubColor);}.compare .main_box .special_price .num,.compare .main_box .special_price {    color: #df0000;    font-size: var(--FontSizeH4);    letter-spacing: 0;    line-height: 1.5;}.compare .main_box .special_price {    margin-top: 5px;    margin-bottom: 0;}.compare .main_box .more {    width: var(--BtnWidth);    height: var(--BtnHeight);    background-color: var(--BtnBg);    color: var(--BtnColor);    margin: 2rem auto;    font-size: 15px;    text-align: center;    line-height: 1;    font-weight: 500;    border-radius: var(--BorderRadius);    display: flex;    cursor: pointer;    text-decoration: none;    align-items: center;    justify-content: center;}.compare .ii-close1 {    font-size: 22px;}.compare .swiper-button-prev,.compare .swiper-button-next {    width: 65px;    height: 65px;    color: var(--BtnOutlineColor);    border: 1px solid var(--BtnOutlineColor);    transition: var(--TransitionEase);    background-color: var(--BtnOutlineBg);    border-radius: var(--BtnBorderRadius);}.compare .main_box .memo,.compare .main_box .main_name,.compare .main_box .normal_price,.compare .main_box .special_price {    padding-inline: 15px;}.compare .compare-container {    width: 90%;}/* 評論 */#reply_app {    max-width: unset;}#reply_add_box .box_rp .one_rp .style_box_rp .select_box_rp {    width: 100%;}#reply_app .msg_area_rp .line_rp .name_rp {    color: var(--TextMainColor);    font-size: var(--FontSizeH3);    margin-bottom: 1rem;}#reply_app .msg_area_rp .line_rp .memo_rp {    color: var(--TextSubColor);    font-size: var(--FontSizeP);}#reply_app .page_control_rp div {    width: 30px;    height: 30px;}#reply_app .respond_form .button_rp,#reply_app .msg_area_rp .line_rp .reply_box_rp {    border-radius: var(--BorderRadius);}#reply_app .respond_form .button_rp {    color: var(--BtnColor);    transition: var(--TransitionEase);    border: 1px solid var(--BtnColor);    font-size: var(--BtnFontSize);    background: var(--BtnBg);    width: var(--BtnWidth);    height: var(--BtnHeight);    margin-top: 2rem;}#reply_app .member_block_rp .star_block_box_rp .star_list_rp {    color: var(--MainColor);}#reply_app .member_block_rp {    padding-top: var(--ItemSpacing);    gap: 2vw;}#reply_app .top_line_rp {    font-size: var(--FontSizeSub);    color: var(--TextMainColor);    text-align: center;}#reply_app .member_block_rp .star_block_box_rp .add_msg_rp {    margin-left: auto;}@media (hover:hover) {    .layoutlist_7 .litem:hover .subject a,    #article .cate_list.row>div:hover .subject a {        color: var(--MainHoverColor);    }    #product .product_list_item:hover img,    .rwdlayoutlist_9 .litem:hover img,    .layoutlist_7 .litem:hover img,    #article .cate_list.row>div:hover img {        transform: scale(1.05);        transition: var(--TransitionEase);    }    .page_wrapper_bg .hgroup .breadcrumb a:hover,    .articlerelated-box .article-slider .item:hover .name,    .video_item:hover .video_item_subject,    .RWDproduct_page .related-box .item a:hover .name,    #product .product_list_item:hover .subject a,    .rwdlayoutlist_9 .litem:hover .subject,    .page_wrapper_bg #article .layoutlist_8 .item:hover .article_subject,    .page_wrapper_bg #article .layoutlist_7 .litem:hover .subject a,    .page_wrapper_bg #article :is(.layoutlist_2, .layoutlist_7) .item:hover .list_subject a,    .page_wrapper_bg #article .layoutlist_4 .item:hover .list_subject>a {        color: var(--MainHoverColor);    }    .RWDsearch_page .ibtn:hover,    .RWDsearch_page .more:hover,    .RWDquiry .btn.bg2:hover,    .btn.normal.bg3:hover,    .layoutlist_4 .buybtn:hover {        background: var(--BtnHoverBg);        color: var(--BtnHoverColor);    }    .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(--BtnHoverBg);        color: var(--BtnHoverColor);        transition: var(--TransitionEase);    }    .products-info .download_container .btn:hover {        background-color: var(--BtnHoverBg);        color: var(--BtnHoverColor);        border-color: var(--BtnHoverColor);        transition: var(--TransitionEase);    }    .downlaod5_item:hover .downlaod5_item_subject,    .download .item:hover .download_subject,    #album .album_item:hover .album_item_subject,    .page_wrapper_bg .tabs nav a:hover,    .RWDproduct_page .tab-box .tab-menu a:hover,    .RWDproduct_page .products-nav ul li>ul>li:hover>a,    .RWDproduct_page .btn-other .ibtn:hover {        color: var(--MainHoverColor);    }    #reply_app .msg_area_rp .line_rp .reply_box_rp:hover,    #reply_app .member_block_rp .star_block_box_rp .add_msg_rp:hover,    .RWDsearch_page .search-list .hashtag_block .hashtagLink:hover,    .layoutlist_4 .list_subject .hashtag_block .hashtagLink:hover,    .rwdlayoutlist_9 .hashtag_block .hashtagLink:hover,    .productlist .layoutlist_2 .item .compare .btn_compare:hover,    .compare .clearall:hover,    .page_wrapper_bg .fix-compare-btn:hover,    .hashtag_block .hashtagLink:hover,    .RWDquiry .btn.normal:hover,    .store_search_submit:hover,    .downlaod5_item_btn:hover,    .no-touch .layoutlist_3 .dbtn_v2:hover,    .btn-compare .btn.add:hover,    #btn_querycar:hover {        background: var(--BtnOutlineHoverBg);        color: var(--BtnOutlineHoverColor);        border: 1px solid var(--BtnOutlineHoverBg);        transform: var(--TransitionEase);    }    .productlist .layoutlist_2 .item .compare .btn_compare:hover .ii-check {        border: 1px solid var(--BtnHoverColor);    }    #reply_app .respond_form .button_rp:hover,    #reply_add_box .send_button_rp:hover,    .compare .main_box .more:hover,    .fbtn:hover,    #btn_shopping:hover {        background: var(--BtnHoverBg);        color: var(--BtnHoverColor);        border: 1px solid var(--BtnHoverColor);    }    .no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {        background-color: var(--SubBtnHoverBg);        color: var(--SubBtnHoverColor);    }    .no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {        background-color: var(--BtnHoverBg);        color: var(--BtnHoverColor);    }    .RWDproduct_page .download_container:hover .btn {        background: var(--MainHoverColor);    }    #btn_member_login:hover,    #div_forget_content #forget_table_btn:hover {        background: var(--BtnHoverBg);        border: 1px solid var(--BtnHoverColor);        color: var(--BtnHoverColor);    }    .RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover {        background: var(--NaviBtnHoverBg);        transition: var(--TransitionEase);        color: white;    }}

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

/*-----------客製【內頁】-------------*//*text style*/ 
.page_wrapper_bg b {    color: var(--main-color03) !important;    font-weight: 600 !important;}/*header*/ 
.page_wrapper_bg .fa.ic_lang-select {    color: #555 !important;}.page_wrapper_bg .lang-select-label {    padding: 21px 15px;}.page_wrapper_bg .RWDmenu_plus04 .lang-select-label:after, .page_wrapper_bg .RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after, .page_wrapper_bg .RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    border-color: #555;}.page_wrapper_bg .RWDmenu_plus04 .header {    transition: var(--TransitionEase);    top: 0;    background: #fff;    padding-bottom: 10px;    border-bottom: #dfdfdf solid 1px;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up {    padding-bottom: 0;}.page_wrapper_bg .RWDmenu_plus04 .header .logo {    transition: var(--TransitionEase);    filter: initial;    margin: 8px 0 0;    position: relative;    top: 3px;    left: 0;}.page_wrapper_bg .RWDmenu_plus04 .header .container {    top: -0.2vw;    transition: var(--TransitionEase);}.page_wrapper_bg .RWDmenu_plus04 .header .menu li a {    color: #3e3a39;}.page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn img,.page_wrapper_bg .RWDmenu_plus04 .header .features .member-btn img,.page_wrapper_bg .RWDmenu_plus04 .header .features .cart-btn img {    width: 17px;    height: 17px;    filter: brightness(0) invert(0);}/*icon*/ 
.page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn {    padding-top: 17px;    padding-bottom: 25px;}/*btn*/ 
.page_wrapper_bg .RWDmenu_plus04 .header .features .edit {    top: 8px;}.page_wrapper_bg .RWDmenu_plus04 .header .features a.button-st {    color: #555;    border-color: #555;}.page_wrapper_bg .RWDmenu_plus04 .header .features a.button-st::before {    filter: brightness(0) invert(0);}.page_wrapper_bg .RWDmenu_plus04 .header .features a.button-st:hover {    color: #fff;    border-color: var(--main-color01);}.page_wrapper_bg .RWDmenu_plus04 .header .features a.button-st:after {    background: var(--main-color01);}/*-------客製基本設定----------*/ 
.pagecontent.menu5,.pagecontent.menu8 {    padding: 0 !important;}.page_wrapper_bg .collapsing_header .main {    position: relative;    z-index: 0;}.page_wrapper_bg .collapsing_header .main::before {    content: '';    background: url(archive/image/customization/slogna-bg.webp) no-repeat;    width: 100%;    height: 100%;    display: block;    position: fixed;    left: 0;    top: 0;    z-index: 0;    pointer-events: none;    background-size: contain;    background-position: 50% 50%;}.page_wrapper_bg .collapsing_header .main::after {    content: '';    background: linear-gradient(to bottom, rgba(247, 252, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);    position: absolute;    top: 0;    left: 0;    display: block;    width: 100%;    height: 70%;    z-index: -1;    pointer-events: none;}.page_wrapper_bg .bg-wave {    height: 23vw;    z-index: 0;    pointer-events: none;}/*-------寬度----------*/ 
.page_wrapper_bg section.call_to_action>.container {    padding: 0;    width: 70%;    max-width: 1650px;}.article6 .page_wrapper_bg section.call_to_action>.container {    width: 60%;}/*-------麵包屑----------*/ 
.page_wrapper_bg .article-text {    backdrop-filter: blur(10px);    border: rgb(225 245 255) solid 1px;    background: rgb(255 255 255 / 35%);    border-radius: 5px;    padding: clamp(2.5rem, 2.1429rem + 1.7857vw, 5rem) clamp(1.5rem, 1rem + 2.5vw, 5rem);}.page_wrapper_bg .panel_3.container .container {    width: 100%;    border: 0;    padding: 0px;    margin-bottom: 0;}.page_wrapper_bg .hgroup .page_subject,.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt2 {    text-align: left;    padding: 0;    border: 0;    margin: 0 0 clamp(1.5rem, 1.2857rem + 1.0714vw, 3rem);    transform: scale(1);    transition: all 0.5s ease-out;    font-weight: 600;    line-height: 1.5;    font-size: var(--FontSizeMain);    color: #fff;}.pageTitle {    font-weight: bold;}.page_wrapper_bg .hgroup .breadcrumb {    font-size: 13px;    text-align: left;    float: none !important;    position: relative;    border: 0px;    bottom: 0px;    background: transparent;    letter-spacing: 1.5px;    color: #525252;    padding: 0;}.page_wrapper_bg .hgroup h1::before {    content: '';    display: block;}.page_wrapper_bg .RWDbanner_plus01 .banner-slider .txt1,.page_wrapper_bg .hgroup h1::before {    font-family: var(--FontFamilyEn);    letter-spacing: -1px;    color: var(--main-color01);    line-height: 0.9;    font-weight: 600;    text-transform: uppercase;    font-size: 5vw;    color: #f2f2f2;}.page_wrapper_bg .hgroup .breadcrumb {    display: none;}.page_wrapper_bg .hgroup .breadcrumb a {    font-weight: 300;}.page_wrapper_bg .hgroup h1 {    color: #fff;}.article6 .page_wrapper_bg .hgroup h1::before {    content: 'Privacy';    color: var(--main-color03);}.download1 .page_wrapper_bg .hgroup h1::before {    content: 'download';}.eforms1 .page_wrapper_bg .hgroup h1::before {    content: 'contact';}.article5 .page_wrapper_bg .hgroup h1::before {    content: 'patent';}.article1 .page_wrapper_bg .hgroup h1::before {    content: 'about';}.product1 .page_wrapper_bg .hgroup h1::before {    content: 'product';}.article2 .page_wrapper_bg .hgroup h1::before {    content: 'news';}.article4 .page_wrapper_bg .hgroup h1::before {    content: 'Hydrogen';}/*-------page banner----------*/ 
.page_wrapper_bg .RWDbanner_plus01 .slick-caption.txt-left {    top: 0;    height: 100%;}.page_wrapper_bg .RWDbanner_plus01 .container {    width: 80%;    max-width: 1650px;    height: 100%;    display: flex;    align-items: flex-start;    flex-direction: column;    justify-content: center;}.page_wrapper_bg .RWDbanner_plus01 .slick-item.slick-active .pic-box .pic img {    -webkit-animation-name: zoomOut01;    animation-name: zoomOut01;    -webkit-animation-duration: 12s;    animation-duration: 12s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}@keyframes zoomOut01 {    0% {        transform: scale(1.2);        -webkit-transform: scale(1.2);        -moz-transform: scale(1.2);        -o-transform: scale(1.2);        -ms-transform: scale(1.2);    }    100% {        transform: scale(1);        -webkit-transform: scale(1);        -moz-transform: scale(1);        -o-transform: scale(1);        -ms-transform: scale(1);    }}/*-------文章樣式01----------*/ 
.page_wrapper_bg .hgroup {    position: absolute;    top: -10vw;    z-index: 10;    width: 100%;    left: 0px;}.page_wrapper_bg .collapsing_header .main::before {    top: 6vw;}.page_wrapper_bg section.call_to_action {    padding-bottom: 5vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;    max-width: 1650px;    margin-top: -12vw;    background: #fff;    padding: 4vw 4vw;    position: relative;    z-index: 0;    box-shadow: 6.7px 6.7px 5.3px rgba(125, 161, 194, 0.028), 22.3px 22.3px 17.9px rgba(125, 161, 194, 0.042), 100px 100px 80px rgba(125, 161, 194, 0.07);}.page_wrapper_bg .article-text {    padding: 0;    background: transparent;    border: 0;    backdrop-filter: initial;}/*---------側邊攔放開----------*/ 
.product1 .page_wrapper_bg .page-banner-block,.article2 .page_wrapper_bg .page-banner-block {    position: relative;    z-index: 1;}.product1 .hgroup,.article2 .hgroup {    position: relative;    padding-bottom: 20px;    margin-bottom: 3rem;    top: 0 !important;}.product1 .hgroup .container,.article2 .hgroup .container {    width: 70% !important;    margin: 0 0 0 auto !important;}.product1 .page_wrapper_bg .hgroup .breadcrumb,.article2 .page_wrapper_bg .hgroup .breadcrumb {    display: block;}.product1 .hgroup .page_subject,.article2 .hgroup .page_subject {    padding: 0;    display: flex;    flex-direction: column;    align-items: flex-start;    transform: scale(1) !important;    margin-bottom: 0;}.product1 .page_wrapper_bg .hgroup h1,.article2 .page_wrapper_bg .hgroup h1,.product1 .page_wrapper_bg .hgroup h1::before,.article2 .page_wrapper_bg .hgroup h1::before {    display: none;}.article2 .page_wrapper_bg .article-text,.product1 .page_wrapper_bg .article-text {    backdrop-filter: initial;    border: 0;    background: transparent;    border-radius: 0;    padding: 0;}.product1 .page_wrapper_bg section.call_to_action,.article2 .page_wrapper_bg section.call_to_action {    padding: 0;    min-height: 35vw;}.product1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container {    padding: 100px 10% 100px 80px;    width: 100%;    max-width: initial;    position: static;    margin-top: 0;    box-shadow: initial;}.product1 div#sidebar,.article2 div#sidebar {    position: absolute;    height: 100%;    width: 19%;    padding: 0 2vw !important;}.product1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after {    content: "";    position: absolute;    width: calc(22% - 32px);    height: 100%;    top: 0;    background: #ecf0f3;    left: 0;    z-index: 0;}.product1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9 {    width: 70%;    margin: 0 0 0 auto;    float: none;}.product1 .cate_list.row,.article2 .cate_list.row {    margin-left: -15px;    margin-right: -15px;}.article2 .page_wrapper_bg section.call_to_action::before,.product1 .page_wrapper_bg section.call_to_action::before {    display: none;}/*側邊欄*/ 
.m2018 .products-nav .nav-title {    background: transparent;    padding: 0;    color: var(--color-style01);    font-weight: 600;    margin: 0 0 2rem;    font-size: 22px;}#sidebar .products-nav {    font-family: var(--cn-font-style);}.m2018 .products-nav a {    color: #333;}.m2018 .products-nav li.has-child>a {    width: 100%;    text-transform: uppercase;}.m2018 .products-nav ul>li>.toggle-submenu {    top: 12px}#sidebar .m2018 .products-nav ul li.active.notcate::before,#sidebar .m2018 .products-nav>ul>li.active>a::before,#sidebar .m2018 .products-nav>ul>li:hover>a::before {    content: '';    width: 2px;    height: 100%;    background: #00a0e8;    display: block;    position: absolute;    top: 0;    left: 0;    border-radius: 0;}/*hover*/ 
.m2018 .products-nav ul.sidemenu2__ul--child {    border-top: 1px solid #ccc;    background: #dfdfdfb3;    padding: 0 !important;}.m2018 .products-nav ul.sidemenu2__ul--child li a {    padding: 10px 0 !important;}.m2018 .products-nav ul.sidemenu2__ul--child li:hover a,.m2018 .products-nav ul.sidemenu2__ul--child li.active a {    color: #3e3a39;    font-weight: 600;}/*側邊欄固定*/ 
.article2 .xrow,.product1 .xrow {    display: inline-block;    width: 100%;}.product1 .main section .container .article-text>.container>.xrow,.article2 .main section .container .article-text>.container>.xrow {    position: relative;    display: inline-block;    width: 100%;}.product1 .collapsing_header .main,.article2 .collapsing_header .main {    overflow: initial;    width: 100%;}.product1 #sidebar,.article2 #sidebar {    position: sticky !important;    top: 166px;    z-index: 1;}/*---------跑馬效果----------*/ 
.hr-swipe-pic {    overflow: hidden;}.hr-img {    display: flex;    animation: infinity-scroll-left 40s infinite linear 0.5s both;    width: 100vw;    gap: 0 1rem;}.hr-img img {    /* height: max(15vw, 180px); */    object-fit: cover;}@keyframes infinity-scroll-left {    0% {        transform: translateX(-100%);    }    100% {        transform: translateX(0);    }}/*直式跑馬*/ 
.marquee-list {    display: grid;    grid-template-columns: 1fr 1fr;    grid-template-rows: 1fr;    gap: 0 1.5rem;    grid-auto-flow: row;    grid-template-areas: "marquee_01 marquee_02";    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 65%, rgba(255, 255, 255, 0) 95%);}.marquee_01 {    grid-area: marquee_01;}.marquee_02 {    grid-area: marquee_02;}.marquee {    display: flex;    overflow: hidden;    gap: 1rem;    flex-direction: column;}.marquee_group {    display: flex;    align-items: center;    flex-direction: column;    gap: 1.5rem;}.marquee_group img {    aspect-ratio: 23/35;    border-radius: 5px;}.marquee_group:hover {    animation-play-state: paused;}.marquee_01 .marquee_group {    animation: marquee_01 15s linear infinite alternate;}.marquee_02 .marquee_group {    animation: marquee_02 15s linear infinite alternate;}@keyframes marquee_01 {    from {        transform: translateY(-55%);    }    to {        transform: translateY(0px);    }}@keyframes marquee_02 {    from {        transform: translateY(0px);    }    to {        transform: translateY(-55%);    }}/*-------內頁共用樣式----------*//*白色區塊*/ 
.box-bg-white {    background: #fff;    padding: 3.5rem;    border-radius: 5px;    box-shadow: 6.7px 6.7px 5.3px rgba(125, 161, 194, 0.028), 22.3px 22.3px 17.9px rgba(125, 161, 194, 0.042), 100px 100px 80px rgba(125, 161, 194, 0.07);}/* 段落樣式 */ 
.article-paragraph {    margin: 0 0 clamp(2rem, 1.8571rem + 0.7143vw, 3rem);}/*左右區塊*/ 
.pagebox {    display: grid;    grid-template-columns: 1fr 1fr;    grid-template-rows: 1fr;    gap: 0px 3.5rem;    align-items: stretch;}.pagebox .R-box {    align-content: center;    word-wrap: break-word;}.pagebox.reversebox {    grid-template-columns: 1fr;    grid-template-rows: 1fr;    gap: 3rem 0;}.pagebox.columnbox {    flex-direction: column;}.pagebox ul {    margin: 0;    padding: 0;    list-style: none;}/*圖片空間*/ 
.img-space {    margin: 3rem 0;}/*圖片撐滿*/ 
.img-cover,.img-cover img {    height: 100%;    object-fit: cover;    object-position: center center;}/*導圓角*/ 
.img-radius {    overflow: hidden;}.img-radius img {    border-radius: 5px;}/*文章標題*/ 
.pageinfo-title,.RWDeditor01 .model-title {    font-size: 42px !important;    color: var(--main-color03);    font-weight: 600;    margin: 0 0 1rem !important;    line-height: 1.3;    text-transform: uppercase;}/*內文的小標題*/ 
.content-title {    font-size: 22px;    font-weight: 600;    display: block;    text-align: left;    margin: 0 0 1.5rem;    line-height: 1.4;    font-family: var(--FontFamilyTw);    color: var(--main-color03);}.page-en-tit {    color: var(--main-color02);    font-size: var(--FontSizeMain);    font-weight: 600;    letter-spacing: 0px;    line-height: 1.3;    font-family: var(--FontFamilyEn);    text-transform: uppercase;    line-height: 1;    margin: 0 0 1.5rem;}/*引言標題樣式*/ 
.article-quote {    font-style: italic;    color: var(--main-color02);    margin: 1em 0 0;    padding: 1em;}/*備註*/ 
.gray-remark,.redmark {    font-size: 15px;}.gray-remark {    color: #555;}.redmark {    color: #e01212;}/*ul style*/ul.no-style {    margin: 0;    padding: 0;    list-style: none;}ul.pageremark {    list-style: circle;    padding-left: 23px;}ul.ul-style-border li {    border-bottom: #dddddd solid 1px;    padding: 0 0 10px;    margin: 0 0 10px;}ul.ul-style-border li:last-child {    margin: 0 !important;    padding: 0 !important;    border: 0 !important;}/*內頁社群*/ 
.social-box {    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr;    grid-template-rows: 1fr;    gap: 0px 0px;    justify-content: start;    align-items: start;    justify-items: start;    width: 45%;}.social-box img {    width: 45px;    height: 45px;}/*-------隱私權政策----------*/ 
.article6 .page_wrapper_bg .hgroup {    position: static;    top: 0;}.article6 .page_wrapper_bg .hgroup h1 {    color: var(--main-color03);}.article6 .page_wrapper_bg section.call_to_action>.container {    padding: 0;    margin-top: 0;    background: transparent;    padding: 0;    position: relative;    z-index: 0;    box-shadow: initial;}.article6 .page_wrapper_bg section.call_to_action>.container {    margin-top: 0;}.article6 .page_wrapper_bg .article-text {    backdrop-filter: blur(10px);    border: rgb(225 245 255) solid 1px;    background: rgb(255 255 255 / 35%);    border-radius: 5px;    padding: clamp(2.5rem, 2.1429rem + 1.7857vw, 5rem) clamp(1.5rem, 1rem + 2.5vw, 5rem);}.article6 .page_wrapper_bg .article-text.rwd .container p {    font-size: 20px;    font-weight: 500;    width: 100%;    margin: 0 auto clamp(2.5rem, 2.1429rem + 1.7857vw, 5rem);    text-align: center;    color: var(--main-color03);}.article6 .page_wrapper_bg .article-text.rwd .container .item {    margin-bottom: 50px;    font-family: 'Noto Sans TC', sans-serif;}.article6 .page_wrapper_bg .article-text.rwd .container h5 {    font-weight: 500;    color: var(--main-color03);    font-size: 20px;    margin-top: 0;}.article6 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 42px;    color: var(--main-color03);    font-size: 16px;    font-weight: 600;}.article6 .page_wrapper_bg .article-text.rwd .container .item span {    padding-left: 42px;    display: block;}.article6 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 65px;}/*-------電子表單----------*/ 
.pagecontact-map iframe {    /* filter: grayscale(1); */    position: relative;    top: 0.5rem;}.eformscontent .page_wrapper_bg section.call_to_action>.container {    padding: 0;}/*表單*/ 
.eformscontent .new-form {    display: grid;    grid-template-columns: 1fr 1fr;    grid-template-rows: 1fr;    gap: 0px clamp(3.5rem, 2.6912rem + 3.318vw, 8rem);    padding: 4vw;    overflow: hidden;}.eformscontent .new-form::before {    content: '';    width: 50%;    height: 101%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    background: #edf1f3;}.eformscontent .new-form::after {    display: none;}.eformscontent .layoutlist_1.page_content3 {    max-width: initial;    width: 100%;    margin: 0 auto;}.eformsForm .col-md-6 {    padding: 0;    width: 100%;}.eformscontent .customized_columns ._input,.eformscontent .customized_columns select {    border: 1px solid #edf1f3;    background-color: #edf1f3;    font-size: 15px;    border-radius: 3px;    box-shadow: initial !important;}.eformscontent .form-group label {    font-weight: 400;    color: var(--main-color03);    margin-bottom: 0 !important;    line-height: 1;}.eformscontent textarea.form-control {    min-height: 250px;}/*電子表單聯絡資訊*/ 
.contact-logo img {    width: 10rem}.page-contact-box {    margin: 0 0 2rem;    padding: 0 0 2rem;    border-bottom: var(--BorderPx1);    letter-spacing: 1px;}.page-contact-box:nth-child(2) {    border: 0;}.page-contact-box:nth-child(3) {    font-family: var(--FontFamilyEn);    letter-spacing: 0;}.page-contact-box .content-title {    letter-spacing: 0;}.page-contact-box ul>li {    display: grid;    grid-template-columns: 69px 1fr;    grid-template-rows: 1fr;    gap: 0px 1rem;    justify-items: start;    align-content: space-between;    justify-content: start;    align-items: baseline;    margin: 0 0 10px;    text-align: left;    font-family: var(--FontFamilyTw);}.page-contact-box ul>li span {    text-transform: uppercase;    color: #858585;    font-family: var(--FontFamilyEn);    font-size: 15px;    letter-spacing: 0;}.page-contact-box ul>li,.page-contact-box ul>li a {    color: var(--TextMainColor);}/*-----------創新及專利----------*/ 
.article5 ._bd_column {    padding-left: 0;    padding-right: 0;}.patent-txtbox.style-02 .article-paragraph {    border: #dfdfdf solid 1px;    border-radius: 10px;}.patent-txtbox.style-02 .content-title {    width: calc(100% / 2 - 1px);    background: #eff5f9;    border-radius: 10px 10px 0 0;    text-align: center;    padding: 1rem;    width: 100%;}.patent-txtbox.style-02 ul {    padding: 0 4rem 1.5rem;}/*------------關於我們--------------*/ 
.article1 .bg-wave {    top: 22vw;}.article1 .page_wrapper_bg section.call_to_action>.container {    padding-bottom: 0;}.article1 .page_wrapper_bg .panel_3.container .container,.article1 .page_wrapper_bg section.call_to_action>.container {    width: 100%;    max-width: initial;    background: transparent;    box-shadow: initial;    padding-left: 0;    padding-right: 0;}.article1 .page_wrapper_bg .collapsing_header .main::before {    top: 24vw;}.article1 .page_wrapper_bg .hgroup {    width: 80%;    max-width: 1650px;}.article1 .page_wrapper_bg .hgroup {    left: 50%;    transform: var(--TransformXCenter);}.article1 .page_wrapper_bg section.call_to_action>.container::before {    content: '';    position: absolute;    top: 0;    left: 50%;    transform: var(--TransformXCenter);    width: 80%;    height: 7.8vw;    background: #f9fdff;    display: block;}.article1 .page_wrapper_bg section.call_to_action::before {    content: '';    background: url(archive/image/customization/bn-circle.webp) no-repeat;    width: 75vw;    height: 53vw;    display: block;    z-index: 20;    pointer-events: none;    position: absolute;    bottom: 0;    right: 0;    opacity: 0.25;    background-size: 100% auto;    z-index: -1;    transform: rotate(0deg) scaleX(-1);}/*關於內容01*/ 
.article1.cid28 .pagecontent .RWDeditor01 {    margin-top: 0 !important;}.article1.cid33 .page_wrapper_bg section.call_to_action {    padding-bottom: 0 !important;}.article1 .pagebox,.article1 .img-space,.article1 .single-photo,.page-about.about-video ._bd_column._bd_full,.about-chairman,.page-about-esg.style-04 .paragraph-tit {    width: 80%;    max-width: 1650px;    margin-left: auto;    margin-right: auto;}.article1 .img-space {    margin: 5rem auto !important;}.page-about.style-01,.page-about.style-02 {    position: relative;    z-index: 0;}.page-about.style-02 {    overflow: hidden;}.page-about.style-01 .pagebox,.page-about-esg.style-01 .pagebox {    margin: 0 auto clamp(3rem, 2.6406rem + 1.4747vw, 5rem);    align-items: start;    display: grid;}.page-about-esg.style-01 .pagebox .content-title {    text-align: justify !important;}.page-about.style-02,.page-about.about-video,.about-chairman,.page-about-esg.style-04 {    padding: clamp(5rem, 4.6406rem + 1.4747vw, 7rem) 0;}.page-about.style-02::after {    content: '';    background: url(archive/image/customization/bn-circle.webp) no-repeat;    background-size: cover;    width: 75vw;    height: 35vw;    display: block;    z-index: 20;    pointer-events: none;    position: absolute;    bottom: -1vw;    left: -8vw;    opacity: 0.15;    background-size: 100% auto;    transform: rotate(33deg);    z-index: -1;}.page-about.style-02::before,.page-about-esg.style-04::before {    bottom: 0;    content: "";    position: absolute;    width: 100%;    height: 100%;    background: linear-gradient(to bottom, rgb(229 242 246 / 63%) 0%, rgb(125 185 232 / 0%) 100%);    background-size: cover;    background-position: center top;    left: 0;    z-index: -1;}.page-about.style-02 .paragraph-tit .pagebox {    gap: 1rem 0;}.page-about.style-02 .paragraph-tit .pageinfo-title {    margin: 0 !important}.page-about.style-02 .paragraph-info .pagebox {    align-items: start;    border-top: #cfd6da solid 1px;    position: relative;    gap: 0 clamp(5rem, 4.2811rem + 2.9493vw, 9rem);    padding: 5rem 0;}.page-about.style-02 .paragraph-info .pagebox::before {    content: '';    width: 1px;    height: 100%;    background: #cfd6da;    position: absolute;    left: 50%;    top: 0;    display: block;}.page-about.style-02 .paragraph-info .pagebox>div {    display: flex;    gap: 1rem 0;    flex-direction: column;}.page-about.style-03 .pagebox {    min-height: 38vw;}.page-about.about-video {    margin: 0 auto -1rem;    background: #efefef;}.page-about.about-video ._bd_column._bd_full {    padding: 0;    float: none;}@media (min-aspect-ratio: 16 / 9) {    .about-video iframe {        height: 41.25vw;    }}.page-about.style-03 .pagebox {    width: 100%;    max-width: initial;}.page-about.style-03 .R-box {    padding: 0 clamp(5rem, 4.2857rem + 3.5714vw, 10rem);}/*關於我們_董事長*/ 
.about-chairman {    padding-bottom: 0;    position: relative;    z-index: 0;}.about-chairman .pagebox {    width: 100%;    max-width: initial;    margin: 0 auto;}.about-chairman .pagebox .R-box {    position: relative;}.about-chairman .pagebox .R-box span {    color: #fff;    position: absolute;    right: 2rem;    bottom: 2rem;    writing-mode: vertical-lr;    letter-spacing: 3px;    line-height: 1.3;    font-size: 15px;    font-weight: 300;}/*esg*/ 
.page-about-esg.style-01 .img-space {    margin-bottom: 0 !important;}.page-about-esg.style-02 .pagebox {    overflow: hidden;}.page-about-esg.style-04 .content-title {    margin: 0 0 0.5rem;}.page-about-esg.style-04 .content-title span {    color: var(--TextMainColor);    text-transform: uppercase;    font-family: var(--FontFamilyEn);    letter-spacing: 0;    font-size: 15px;    display: inline-block;    margin: 0 0 0 10px;}.page-about-esg.style-04 .pagebox.box-bg-white {    padding: 0;    border-radius: 0;    overflow: hidden;    gap: 0px;}.page-about-esg.style-04 .pagebox .R-box {    padding: 3.5rem;}.page-about-esg.style-04 ul {    margin: 2.5rem 0 0;}.page-about-esg.style-04 b {    display: block;}.esg-circle {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    grid-template-rows: 1fr;    gap: 0px 2rem;    align-items: center;    align-items: stretch;    margin: 2rem 0;    width: 5vw;}.esg-circle .circle-box {    border-radius: 99em;    width: 6.5rem;    height: 6.5rem;    border: var(--BorderPx1);    background: #a4cadc57;    color: var(--main-color01);    line-height: 1.3;    font-weight: 500;    text-align: center;    align-content: center;    font-size: 20px;}.page-about-esg.style-03 {    padding-bottom: 3rem;}/*------------最新消息--------------*/ 
.article2 .page_wrapper_bg .hgroup h1 {    display: block;    color: var(--main-color03);}.article2 .page_wrapper_bg .hgroup h1::before {    display: none;}/*最新消息列表頁*/ 
.layoutlist_8 .item {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: stretch;}.layoutlist_8 .list_subject,.layoutlist_8 .listdate {    align-content: center;}/*最新消息內容*/ 
.news-btn-box {    text-align: center;    align-items: stretch;    justify-content: center;    justify-items: center;}.news-btn-box>div,.news-btn-box .content-title {    text-align: center !important;}.pagebox.page-news-detail {    display: grid;    grid-template-columns: 40% 60%;    grid-template-rows: 1fr;    gap: 0px 1.5rem;}/*------------產品--------------*/ 
.page_content1_photowrap {    padding: 0;}#product>div.page_content1>div.product_top.row>div:nth-child(6) {    display: none;}/*tabs*/ 
.tabs nav li.tab-current {    border: 0 !important;    border-radius: 5px 5px 0 0;    overflow: hidden;}.page_wrapper_bg .tabs nav li.tab-current a,.RWDproduct_page .tab-box .tab-menu li.active a {    color: #fff;    border: 0;    background: var(--main-color01);    font-weight: 400;    letter-spacing: 1px;    margin: 0;    border-radius: 5px 5px 0 0;    overflow: hidden;}.page_wrapper_bg .tabs nav ul li:before,.RWDproduct_page .tab-box .tab-menu a:after {    display: none;}.content section {    line-height: 1.5;    font-size: var(--FontSizeP);}.content section b {    font-family: var(--FontFamilyTw);    color: var(--main-color03);    font-weight: 500;}.page_wrapper_bg .tabs .content {    margin-top: -8px;}/*-----------------------------*//*table*/ 
.form_product {    overflow-x: auto;    white-space: nowrap;    display: flex;    justify-content: center;    width: 100%;    flex-direction: column;}.tablescroll {    display: none;    margin-bottom: 15px;    padding-left: 84px;}.tablescroll img {    width: 45px !important;    margin-right: 0;}.tablescroll img {    position: absolute;    animation-name: oxxo;    animation-duration: 2s;    animation-iteration-count: infinite;    animation-direction: alternate;    margin-top: 8px;}.table01 {    width: 100%;    overflow-x: scroll;    -webkit-overflow-scrolling: auto;    overflow-x: auto;    white-space: nowrap;    background: #fff;}.table01 tr:nth-child(odd) {    background: #eff5f9;}.table01 td,.table01 th {    vertical-align: middle;    padding: 5px 15px !important;}.table01 td {    border: 1px solid #dfdfdf;    padding: 8px 10px !important;}@keyframes oxxo {    0% {        left: 0;    }    100% {        left: 35px;    }}.table01 td.table-tit {    color: #000;    font-weight: 600;}.table01 td.table-tit.style-01 {    background-color: #00a0e86b;}.table01 td.table-tit.style-02 {    background-color: #00e8b740;}.table01 td.table-tit.style-03 {    background-color: #85de6161;}/*氫能源*/ 
.energy-box.style-03 {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    grid-template-rows: 1fr;}.energy-box.style-03 .box {    border: #dfdfdf solid 1px;    border-radius: 10px;}.energy-box.style-03 .box .pic {    background: #eff5f9;    border-radius: 10px 10px 0 0;    text-align: center;    padding: 3rem;}.energy-box.style-03 .box .pic img {    width: 5rem;}.energy-box.style-03 .box .infobox {    padding: 1rem 2rem;}.energy-box.style-03 .box .content-title {    text-align: center;    border-bottom: #dfdfdf solid 1px;    padding: 0 0 0.5rem;}.energy-box.style-04 ul {    display: flex;    gap: 0 10px;}.energy-box.style-04 ul li {    width: calc(100% / 2 - 1px);    background: #eff5f9;    border-radius: 10px;    text-align: center;    padding: 1rem;}/*----250104 修改*/ 
.article1 .page_wrapper_bg section.call_to_action {    padding-bottom: 0 !important;}.page-about.style-01 .pagebox,.article1 .pagecontent .single-photo {    margin: clamp(3rem, 2.6406rem + 1.4747vw, 5rem) auto 2.5rem;}.about-chairman {    padding-top: 0;    margin-top: 0;}.about-chairman .pagebox {    display: grid;    align-items: start;}.about-chairman .pagebox .R-box,.about-chairman .pagebox .R-box img {    height: 100%;    object-fit: cover;    object-position: top center;}

/*客製【內頁】 end*/
/*英文語系 start*/

.lang_en .RWDmenu_plus04 .site-nav .menu ul li>a {    font-size: 16px !important;    letter-spacing: 0.5px;}.lang_en .RWDmenu_plus04 .menu li a {    font-size: 17px !important;    letter-spacing: 0.5px;}.lang_en .banner-block .txt.txt3 .titlebar {    width: auto;}.lang_en .RWDscore01 .count-item {    padding: 0 20px;    letter-spacing: 0;}.lang_en a.button-st,.lang_en .RWDbtn01 .btn {    justify-content: flex-start;    padding: 0 50px 0 20px;    width: auto;}.lang_en .RWDmenu_plus04 .features {    width: 550px;}.lang_en .RWDmenu_plus04 .container {    left: 0;}.lang_en .news-block .RWDbtn01 .btn {    width: auto;    padding-right: 50px;}.lang_en .about-block .titlebar .main-tit,.lang_en .titlebar .main-tit {    letter-spacing: 1px;    text-transform: uppercase;}.lang_en .RWDscore01 .count-title {    letter-spacing: 0.5px;}.lang_en .slogan-txt .cn {    padding-right: 8vw;    top: -50px;    text-transform: uppercase;}.lang_en .video-tit-box {    gap: 0;}.lang_en .video-tit-box .en-tit {    left: 0;}.lang_en .model__head__h1.isRWDnews015 {    letter-spacing: 1px;}.lang_en .about-block .about-contact,.lang_en .vidoe-block .content-title .video-sub-tit {    text-align: left;}.lang_en .esg-block .R-box p {    margin: 1.5rem 0 0;}/*英文內頁*/ 
.page_wrapper_bg.lang_en .article-text,.page_wrapper_bg.lang_en .article-text p,.page_wrapper_bg.lang_en .RWDslider01 .editor,.page_wrapper_bg.lang_en .RWDtimeline01 li.event .point .editor,.page_wrapper_bg.lang_en #sidebar .products-nav,.page_wrapper_bg.lang_en .RWDslider01 .slick-dots button {    text-align: left;}.page_wrapper_bg.lang_en .page-about-esg.style-01 .pagebox .content-title {    text-align: left !important;}.page_wrapper_bg.lang_en .esg-circle .circle-box {    width: 7rem;    height: 7rem;    font-size: 15px;    letter-spacing: 0;}.page_wrapper_bg.lang_en .esg-circle .circle-box span {    font-size: 20px;}.page_wrapper_bg.lang_en .hgroup h1 {    letter-spacing: 1px;    text-transform: uppercase;}.page_wrapper_bg.lang_en .page_menu_block ul.nav>li>a, .page_wrapper_bg.lang_en  .m2018 .products-nav>ul>li>a {    letter-spacing: 1px !important;}.page_wrapper_bg.lang_en #reply_app .member_block_rp .star_block_box_rp .add_msg_rp, .page_wrapper_bg.lang_en .RWDquiry .btn.normal, .page_wrapper_bg.lang_en .btn.btn_back a {    font-size: 15px;    letter-spacing: .5px;}.page_wrapper_bg.lang_en .pagebox.reversebox.energy-box.style-02 {    display: flex;    flex-direction: column;}.page_wrapper_bg.lang_en .new-form .new-width .must, .page_wrapper_bg.lang_en .new-form .new-width .control-label, .page_wrapper_bg.lang_en .new-form .new-width .row .col-md-1 {    letter-spacing: 0px;}

/*英文語系 end*/
/*小螢幕 start*/

@media (max-width:2100px) {    .about-block .about-contact {        width: 67%;    }}@media (max-width: 2000px) {    .about-block .about-contact {        width: 73%;    }    .about-block .L-box {        width: 55%;    }    .about-block .R-box {        width: 45%;        padding: 5.5rem 0 0;    }    /*slogan*/    .slogan-block .titlebar .sub-tit {        margin: 0.5rem 0 0;        font-size: 20px;    }    .slogan-txt .cn {        top: 1.5vw;    }    .slogan-txt .sub-entit {        margin: 3rem 0 0;    }    .slogna-pic {        width: 32%;        display: flex;        justify-content: flex-start;        float: left;        left: 9vw;        position: relative;    }    /*esg*/    .esg-block .infobox {        padding: 3rem 0 11rem;    }    .esg-block .bg-style {        height: 24vw;    }    .esg-block .RWDparallax_new,    .esg-block .RWDparallax_new .picbgbox {        width: 100% !important;        height: 110% !important;    }    .esg-block .RWDparallax_new .container {        margin-top: -7.2rem;    }    /*footer*/    .footer-block .container .ft-top {        padding: clamp(3rem, 2.619rem + 1.9048vw, 5rem) 0;    }    .lang_en .RWDscore01 .count-title {    font-size: 15px;    }}@media (max-width: 1920px) {    .banner-block .txt.txt3 {        height: 91vh;    }    /*about關於我們*/    .about-block .about-contact {        width: 77%;    }    /*跑分*/    .score-01 {        width: 28vw;    }    .RWDscore01 .count-item {        width: 12vw;        height: 12vw;    }    .RWDscore01 .score-image {        min-height: 25vw;    }    /*slogan*/    .slogan-block {        padding: 22rem 0 13rem;    }    .slogan-circle {        transform: translateY(-1rem);    }    .slogna-pic {        padding: 23rem 0 0;    }    .slogan-txt .cn {        top: 0.5vw;    }    /*單元video*/    .video-box {        width: 90%;    }    @media (min-aspect-ratio: 16 / 9) {        .vidoe-block .RWDvideo006__video iframe {            height: 50.25vw;        }    }    .vidoe-block .videoeditor__inner {        top: 60px;    }    .vidoe-block .content-title .video-sub-tit {        width: 80%;    }}@media (max-width: 1700px) {    .slogna-pic {        padding: 18rem 0 0;        width: 37%;        margin: 0 auto;        display: flex;        justify-content: flex-start;        float: left;        position: relative;        left: 16vw;    }    /*about關於我們*/    .about-block .about-contact {        width: 84%;    }    /*單元video*/    .vidoe-block .content-title .video-sub-tit {        width: 80%;    }    .video-box .info {        padding: 5rem 0 12rem 6rem;    }    .vidoe-block .content-title .video-sub-tit {        width: 100%;    }    .vidoe-block .container::before {        background-size: 100% 100%;        top: 57vw;        right: -19vw;        width: 84vw;        height: 42vw;    }    /*esg*/    .esg-block .RWDparallax_new .container {        margin-top: -6.6rem;    }    /*footer*/    .footer-block .container {        width: 80%;    }}@media (max-width: 1600px) {    /*news*/    .news-block .R-box {        padding: clamp(0.1875rem, -0.5rem + 3.4375vw, 5rem) 0 0 clamp(0.1875rem, -0.5rem + 3.4375vw, 5rem);    }    .RWDnews015 .main_box {        padding-left: clamp(0.1875rem, -0.6429rem + 4.1518vw, 6rem);    }    /*about關於我們*/    .ab-pic-box .ab-mainpic {        top: 21rem;    }    .ab-pic-box .ab-en {        top: 20rem;        width: 34vw;    }    /*footer*/    .footer-block .ft-top {        padding: clamp(5rem, 5rem + 0vw, 5rem) 0;    }    .lang_en .slogan-txt .cn {    padding-right: 5vw;    }    }/*客戶的校正尺寸ˇ*/@media (max-width: 1550px) {    .RWDfakeloader img {        width: 160px;    }    .banner-block .txt,    .banner-block .RWDvideo006__editor .txt {        height: 91vh;    }    .banner-block .txt.txt3 .titlebar {        width: 34vw;    }    .banner-block .txt.txt3 .sub-tit {        font-size: 19px;        margin: 1.2rem 0 0;    }    .banner-block::before {        width: 43vw;        height: 40vw;        left: 0;        top: -7vw;    }    .banner-block::after {        width: 41vw;        height: 36vw;    }    .slogan-txt {        top: 15rem;    }    .slogan-txt .main-tit {        font-size: 2.6rem;    }    .slogan-txt .cn {        top: -0.1vw;        right: 1vw;    }    .slogan-txt .sub-entit {        width: 44vw;    }    .slogan-txt .sub-entit::after {        width: 97px;    }    /*news*/    .news-block .L-box {        width: 200px;    }    .news-block .R-box {        width: calc(100% - 200px);        padding: 6rem 0 0 7rem;    }    .RWDnews015 .model__head__h2.isRWDnews015 {        font-size: 20px;    }    .ab-pic-box .ab-mainpic {        top: 21rem;        width: 57vw;    }    /*about關於我們*/    .about-block .L-box,    .about-block .R-box {        width: 50%;    }    /*跑分*/    .RWDscore01 .count-item {        width: 13vw;        height: 13vw;    }    .RWDscore01 .score-image {        min-height: 27vw;    }    /*單元video*/    .vidoe-block .container {        padding: 8rem 0 0;    }    .vidoe-block .container::before {        top: 55vw;    }    .vidoe-block::before {        height: 60vw;    }    .video-box.style-01::after {        height: 67vw;    }    .vidoe-block::after {        width: 53vw;        height: 50vw;    }    /*esg*/    .esg-block .infobox .L-box {        width: 46vw;    }    .esg-block .infobox .R-box {        width: 52%;    }    .esg-block .RWDparallax_new .container {        width: 52%;    }    .esg-block .esg-pic:after {        top: 10vw;        left: 13vw;    }      .lang-select-label , .RWDmenu_plus04 .header.is-up .lang-select-label {    padding: 16px 15px;    }    }@media (max-width:1440px) {    .about-block .L-box {        width: 45%;    }    .about-block .R-box {        width: 55%;    }    .ab-pic-box .ab-mainpic {        top: 25rem;        width: 54vw;    }    .ab-pic-box .ab-en {        top: 24rem;        width: 38vw;        left: 44%;    }    /*跑分*/    .score-01 {        width: 30.5vw;    }    .RWDscore01 .count-item {        width: 15vw;        height: 13vw;    }    /*slogan*/    .slogan-block {        padding-top: clamp(20rem, 26.8482rem + -28.0952vw, 1.5625rem);    }    .slogan-txt .tit-en span {        width: 69vw;    }    .slogan-txt .main-tit {        font-size: 2.5rem;    }    .slogan-block .titlebar .sub-entit {        font-size: 20px;    }    .slogan-txt,    .slogan-circle {        height: calc(100% + 50vw);    }    .slogan-circle-01 {        right: 45vw;    }    .slogan-txt .cn {        top: -1.1vw;    }    .slogan-txt .sub-entit {        margin: 2.5rem 0 0;    }    /*esg*/    .esg-block .titlebar .sub-tit br {        display: none;    }    .esg-block .RWDparallax_new .container {        margin-top: -6.3rem;    }}@media (max-width: 1400px) {    .score-01 .RWDscore01 .score-blk {        display: flex;        flex-direction: row    }    .RWDscore01 .score-image {        width: 50%;    }    .RWDscore01 .count-blk {        padding: 0;    }    /*250104*/    .about-chairman .pagebox {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        align-items: flex-start;    }    .about-chairman .pagebox .L-box,    .about-chairman .pagebox .R-box {        width: 100%;    }}@media (max-width: 1380px) {    /*about關於我們*/    .ab-pic-box .ab-en {        top: 22rem;    }}@media (max-width: 1300px) {    .banner-block .txt,    .banner-block .RWDvideo006__editor .txt {        height: 82vh;    }    .banner-block .txt.txt3 .titlebar {        width: 73vw;    }    .ab-pic-box .ab-mainpic {        top: 25rem;        width: 50vw;    }    .ab-pic-box .ab-bg {        width: 47vw;    }    .ab-pic-box .ab-en {        top: 21rem;        width: 40vw;    }    /*-----------客製【內頁】-------------*/    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 30px !important;    }    .page-about.style-03 .R-box {        padding: 0 5rem 0 1rem;    }}@media (max-width: 1200px) {    .RWDnews015 {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .RWDnews015 .model__head.isRWDnews015,    .RWDnews015 .main_box {        width: 100%;    }    .RWDnews015 .main_box {        padding-left: 0;    }    /*footer*/    .footer-block .container {        width: 85%;    }    .footer-block .ft-logo img {        width: 138px;    }}/* -------------------匯入內頁版面寬度80%-----------------*/@media (max-width: 2100px) {    .article1 .page_wrapper_bg section.call_to_action>.container::before {        width: 90%;    }}@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }    .layoutlist_8 .listdate .day {        font-size: 3vw;    }    .list5 .download5_list {        grid-template-columns: repeat(2, 1fr);    }    .page-about.style-03 .R-box {        padding: 0 5rem 0 3rem;    }    /*側邊攔*/    .product1 div#sidebar,    .article2 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -1vw;    }}@media (max-width: 1700px) {    /*麵包屑*/    .page_wrapper_bg .hgroup {        top: -11vw;    }    .article6 .page_wrapper_bg section.call_to_action>.container {        width: 75%;    }    /*內頁 關於&esg*/    .page-about.style-01 .pagebox,    .page-about-esg.style-01 .pagebox {        display: grid;        grid-template-columns: 1fr;        grid-template-rows: 1fr;    }    .page-about.style-02 .paragraph-info .pagebox {        padding: 2rem 0;    }}@media (max-width: 1680px) {    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 38px !important;    }    .article6 .page_wrapper_bg section.call_to_action>.container,    .page_wrapper_bg section.call_to_action>.container {        width: 85%;    }    .RWDproduct_page .hashtag .hashtag_block,    .RWDproduct_page .pic-box {        width: 65%;    }    .RWDproduct_page .products-info {        width: 35%;    }    #article .layoutlist_4 .listdate {        width: 110px;    }    .RWDsearch_page .list-img>ul>li {        width: calc(100% / 4);    }    .compare .compare-container {        width: 100%;    }    .compare .clearall {        right: 0;    }    .compare .main_box .more {        margin: 1rem auto;    }    .page_wrapper_bg .articlerelated-box .article-slider .item,    .RWDproduct_page .related-box .item {        padding: 0 1rem 0.5rem;    }    .page-about-esg.style-04 .pagebox {        display: grid;        grid-template-columns: 40% 60%;    }    .page-about-esg.style-04 img {        object-fit: cover;        object-position: center;    }}@media (max-width: 1500px) {    /*側邊攔*/    .product1 div#sidebar,    .article2 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -3vw;    }    .product1 .pagecontent.col-md-9,    .article2 .pagecontent.col-md-9 {        width: 75%;    }    .product1 .hgroup .container,    .article2 .hgroup .container {        width: 75% !important;    }    /*內頁 關於我們*/    .about-chairman.style-04 .img-cover {        object-position: 66% center;    }    .page-about.style-03 .R-box {        padding: 0 4rem 0 0rem;    }    /*內頁 最新消息*/    .pagebox.page-news-detail {        display: grid;        grid-template-columns: 1fr;        grid-template-rows: 1fr;        gap: 1.5rem;    }}/*寬度修正*/@media (max-width: 1440px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }    .page_wrapper_bg .m2018 .products-nav>ul>li {        padding: 0px;    }    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 38px !important;    }    .page-about.style-02::after {        width: 95vw;        height: 42vw;        bottom: -1vw;        left: -10vw;    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1366px) {    .RWDsearch_page .list-img>ul>li,    .productlist .layoutlist_4>div,    .menu5 .rwdlayoutlist_9 .litem,    .videolist .video_item,    .layoutlist_2 .album_item,    #article .layoutlist_7 .litem,    #article .cate_list.row>div,    .productlist :is(.layoutlist_5, .layoutlist_4) .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }    .layoutlist_7 .row,    .layoutlist_7 .row:after,    .layoutlist_7 .row:before {        clear: inherit !important;        margin-right: 0;        margin-left: 0;    }    .layoutlist_8 .listdate .day {        font-size: 40px;    }    .download5_list {        grid-template-columns: repeat(2, 1fr);    }    .menu3 .rwdlayoutlist_9 .litem {        width: calc(100%/2);    }    .lang_en .esg-block .infobox .R-box {    padding-right: 0;}    .lang_en .footer-block .container .ft-top {    grid-template-columns: 1fr;}    .lang_en .ft-social {    padding: 0;    margin: 30px 0 0;}.lang_en .slogan-txt .cn {        padding-right: 0;    }.lang_en .slogan-txt .tit-en span, .lang_en .slogan-txt .cn, .lang_en .slogan-txt .sub-entit {        margin-left: 5%;    }    .lang_en .slogan-txt .cn {    margin-left: 5%;}    /*-----------客製【內頁】-------------*/    .page-about.style-01 .pagebox,    .page-about-esg.style-01 .pagebox {        margin-bottom: 0;    }    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 36px !important;    }    .page-about-esg.style-04 .pagebox {        display: grid;        grid-template-columns: 1fr;        grid-template-rows: 1fr;    }}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.index .main {    overflow: hidden;}.page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn,.RWDmenu_plus04 .header.is-up .features .search-btn {    padding-top: 14px;    padding-bottom: 25px;}/*news最新消息*/ 
.news-block .L-box {    width: 152px;}.news-block .R-box {    width: calc(100% - 152px);}.news-block .btnbox {    width: auto;    margin: 0 0 6rem;    top: 0;}/*about關於我們*/ 
.about-block {    min-height: initial;}.about-block::before {    height: 88%;}.about-block .container {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;}.about-block .R-box {    width: 75%;    margin: 0 auto;}.about-block .R-box::before {    right: auto;    left: -20vw;    width: 52vw;    height: 37vw;}.about-block .L-box {    min-height: 69vw;    width: 100vw;    position: relative;    right: 0;    transform: scaleX(-1);    top: -30vw;}.about-block .about-contact {    width: 100%;}.score-02 .RWDscore01 .count-item:nth-child(1)::before {    width: 12vw;    height: 12vw;}/*about關於我們 圖片*/ 
.ab-pic-box .ab-mainpic {    top: 28rem;    width: 75vw;}.ab-pic-box .ab-bg {    width: 115vw;    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));}.ab-pic-box .ab-en {    top: 26rem;    width: 43vw;    width: 83vw;    left: 50%;    transform: translateX(-37%) scaleX(1);}/*跑分*/ 
.about-score {    margin-top: 5rem;}.RWDscore01 .score-image {    min-height: 31vw;}.RWDscore01 .count-item {    width: 24vw;    height: 15vw;}.score-01,.score-02 {    width: 26vw;}.score-01 {    width: 80.5vw;}/*slogan*/ 
.slogan-block {    padding: 0 0 10rem;}.slogan-txt {    position: relative;    top: 14rem;}.slogan-txt .tit-en span,.slogan-txt .cn,.slogan-txt .sub-entit {    width: 69vw;    margin: 0 auto;}.slogan-txt .cn {    position: static;    text-align: left;    margin: 3rem auto;}.slogan-txt .sub-entit {    float: none;    font-size: 21px;}.slogan-circle-01 {    right: auto;    left: 5vw;    width: 15vw;    height: 15vw;    position: absolute;    top: -10.2vw;}.slogan-circle-02 {    width: 22vw;    height: 23vw;    position: absolute;    bottom: 2vw;    right: 0;}.slogna-pic {    left: 0;    margin-left: auto;    float: right;    padding: 16rem 0 0;    width: 55%;}.slogan-block .bg-wave {    top: 9vw;}/*單元video*/ 
.vidoe-block .RWDvideo006__video {    height: 49vw;}.vidoe-block .videoeditor__inner {    left: 0;}.vidoe-block .videoeditor__inner .infobox {    display: flex;    width: 85%;    flex-direction: column-reverse;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 4rem 0;}.vidoe-block .videoeditor__inner .infobox .L-box {    width: 100%;}.vidoe-block .videoeditor__inner .infobox .R-box {    width: 58%;    margin: -8rem 0 0;}.vidoe-block .container::before {    top: 81vw;    right: -32vw;    width: 110vw;    height: 47vw;}/*esg*/ 
.esg-block::before {    height: 34%;}.esg-block .infobox {    display: flex;    flex-direction: column-reverse;    justify-content: flex-start;    align-items: flex-start;    padding: 3rem 0 18rem;}.esg-block .infobox .L-box {    width: 64vw;    top: 20vw;    left: auto;    right: 0;    height: 64vw;}.esg-block .infobox .R-box {    width: 80%;    float: none;    margin: 0 auto;}.esg-block .bg-style {    height: 42vw;}.esg-block .overlay {    width: 100%;    height: 100%;}.esg-block .RWDparallax_new .container {    width: 90%;    height: 42vw;    display: flex;    align-items: flex-end;    margin: 0;}.esg-block .esg-en {    margin: 0;}.esg-block .RWDbtn01 {    margin-top: 66px;}.esg-block .esg-pic:after {    top: 15vw;    left: 19vw;}.esg-block .RWDparallax_new .container {    float: none;}/* 匯入內頁版面寬度80%*/:root {    --BtnHeight: 40px;    --BtnFontSize: 16px;    --NaviHeight: 75px;}.page_wrapper_bg section.call_to_action>.container,.product1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container {    width: 85%;    background: transparent;    box-shadow: initial;    margin: 0 auto;}/* sidebar */#sidebar.layoutmenu1,#sidebar.layoutmenu3,#sidebar.layoutmenu6 {    padding-left: 0;    padding-right: 0;    width: 100%;    margin-bottom: var(--SectionTitleBottom);}.productlist .layoutlist_3>div {    width: calc(100%/2);}.main section .container .article-text>.container .xrow #sidebar {    position: relative;    top: 0;}/* 排序 */ 
.productlist .sortbar {    margin-bottom: var(--SectionTitleBottom) !important;}.member .col-sm-9,.productlist .sortbar,.pagecontent {    width: 100% !important;}.productlist .sortbar,.webdesc {    padding-inline: 0;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column;    border-bottom: var(--BorderGrayPx1);    padding: 0;    margin-bottom: var(--ItemSpacing);    border: 0;}#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;    border-left: 0 !important;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px;    color: var(--TextSubColor);}#article .layoutlist_4 .listdate .yearmonth,#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: var(--TextSubColor);    position: relative;    margin-left: 5px;}.pagecontent,#article .layoutlist_4 .fixrow {    padding-inline: 0 !important;}.productlist .sortbar,.webdesc {    text-align: center;}.menu3 .rwdlayoutlist_9 .litem {    width: calc(100%/3);}/* 文章列表 */ 
.litem__text {    width: 90%;}/* 搜尋 */ 
.RWDsearch01 {    display: flex;    flex-direction: column;    gap: 1rem;    justify-content: center;    align-items: center;}/* 評論 */#reply_app .msg_block_rp {    width: 100%;}/*-----------客製【內頁】-------------*//*共用設定區*/ 
.pagebox {    display: grid;    grid-template-columns: 1fr !important;    grid-template-rows: 1fr !important;    gap: 1.5rem 0 !important;}.pagebox.reversebox {    display: flex !important;    gap: 1.5rem 0 !important;    flex-direction: column !important;    justify-content: flex-start !important;    align-items: flex-start !important;}.pagebox .L-box,.pagebox .R-box {    width: 100% !important;}/*表格橫桿呈現*/ 
.tablescroll {    display: block;}/*共同樣式*/ 
.pageinfo-title,.RWDeditor01 .model-title,.content-title {    margin-bottom: 1rem !important;    text-align: left !important;}/*-------側邊攔樣式--------*/ 
.product1 div#sidebar,.article2 div#sidebar,#sidebar {    width: 100%;    padding: 10px 0 !important;    position: static !important;    top: 120px;    z-index: 111;    width: 100%;    height: auto;    margin-bottom: 30px;    float: none;    margin-left: 0;}.product1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container {    padding: 7rem 0px;}.product1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after {    display: none;}.product1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9,.pagecontent.col-md-9 {    width: 100%;    float: none;    margin: 0 auto;    padding: 0 !important;}.product1 .hgroup .container,.article2 .hgroup .container,.hgroup .container {    width: 100% !important;    margin: 0 auto !important;}/*--麵包屑--*/ 
.page_wrapper_bg .hgroup {    position: relative !important;    top: 0 !important;    margin: 0 auto 2rem !important;    text-align: center !important;    transform: initial !important;    left: 0 !important;    border-bottom: #dfdfdf9f solid 1px;}.page_wrapper_bg .hgroup .container {    margin: 0 auto;}.page_wrapper_bg .hgroup h1 {    color: var(--main-color03);    font-size: 37px;}.page_wrapper_bg .hgroup h1::before {    color: var(--main-color01);    font-size: 7.2vw;}.page_wrapper_bg section.call_to_action>.container {    margin-top: 0 !important;    padding: 0 !important;}.article1 .page_wrapper_bg section.call_to_action>.container::before {    display: none;}.page_wrapper_bg .hgroup h1,.page_wrapper_bg .hgroup h1::before {    display: block !important;    text-align: center;}.page_wrapper_bg section.call_to_action {    padding: var(--SectionPadding) 0 !important;}.page_wrapper_bg .RWDbanner_plus01 .container {    display: none;}.hgroup .page_subject,.product1 .hgroup .page_subject,.article2 .hgroup .page_subject {    padding: 0;    display: flex;    flex-direction: column;    align-items: center;    transform: scale(1) !important;    margin-bottom: 0;    justify-content: center;    gap: 1rem 0;}/*--內頁關於我們--*/ 
.page-about.style-01 .pageinfo-title,.page-about.style-01 .content-title {    text-align: center;}.page-about.style-02 .paragraph-info .pagebox::before {    display: none;}.article1 .pagebox,.article1 .img-space,.article1 .single-photo,.page-about.about-video ._bd_column._bd_full,.about-chairman,.page-about-esg.style-04 .paragraph-tit,.page-about.style-03 .R-box {    width: 85%;    max-width: initial;}.about-chairman .pagebox {    width: 100%;    max-width: initial;}.page-about.style-02 img {    height: 40vw;    object-fit: cover;}.page-about.style-02 .paragraph-info .content-title {    text-align: left !important;}.page-about.style-02 .paragraph-info .pagebox {    gap: 4.5rem 0 !important;}.page-about.style-03 .R-box {    width: 85% !important;    padding: clamp(2rem, 2.6406rem + 1.4747vw, 7rem) 0;    margin: 0 auto;}.about-chairman.style-04 .article-paragraph {    margin: 2rem 0;}.page-about-esg.style-04 .pagebox .R-box {    padding: 1rem 3.5rem 3.5rem;}.page-about-esg.style-04 .pagebox .L-box {    height: 31vw;}/*電子表單*/ 
.eformscontent .new-form {    display: grid;    grid-template-columns: 1fr;    grid-template-rows: 1fr;    gap: 3rem 0;    padding: 0;}.eformsForm .col-md-6 {    position: relative;    z-index: 0;    padding: 4rem;}.eformsForm .col-md-6::before {    content: '';    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    background: #edf1f3;    border-radius: 15px;}.eformscontent .new-form::before,.eformscontent .customized_columns::before {    display: none !important;}.eformscontent .customized_columns {    padding: 0;}.social-box {    width: 37%;}.social-box img {    width: 39px;    height: 39px;}.pagecontact-map iframe {    height: 380px !important;}/*創新與專利*/ 
.patent-txtbox.style-02 .article-paragraph {    margin-bottom: 0;}.article1 .page_wrapper_bg .hgroup {    width: 85%;    max-width: 1650px;}.lang_en .about-block .R-box {        width: 90%;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    .ft-bottom {        display: flex;        flex-direction: row;        flex-wrap: wrap;        justify-content: flex-start;        align-items: flex-start;    }    .ft-bottom .RWDcopyright {        text-align: left;        width: 100%;    }}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
.footer-block .container .ft-top {    display: grid;    grid-template-columns: 1fr 0.5fr;    grid-template-rows: repeat(2, 1fr);    grid-column-gap: 0px;    grid-row-gap: 0px;    padding: 6rem 0;}.footer-block .ft-logo {    grid-area: 1 / 1 / 2 / 3;}.footer-block .ft-info {    grid-area: 2 / 1 / 3 / 2;}.footer-block .ft-social {    grid-area: 2 / 2 / 3 / 3;    display: flex;    flex-direction: column;    justify-content: flex-end;    position: relative;    top: 10px;    padding: 0 0 0 3rem;}.footer-block .ft-info ul li {    margin-bottom: 1.5rem;}.footer-block .ft-info ul li:nth-child(3),.footer-block .ft-info ul li:nth-child(4) {    margin-bottom: 0;}/* 匯入內頁版面寬度80%*//*產品內頁-01*/ 
.page_content1 #prod_name {    width: 100%;    margin-bottom: 8px;}/*電子表單*/ 
.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;}/* FAQ */ 
.rwd .faq_item:first-child .faq_question {    padding: 0px 0px 15px;}.rwd .faq_question {    padding: 15px 0;    font-size: 16px;}.faq_a_icon:before,.faq_q_icon:before {    font-size: 18px;}/* 購物車*/ 
.RWDshopping_v3 .cart-wrapper {    width: 95%;}/* 搜尋 */ 
.RWDsearch01 {    display: flex;    flex-direction: column;    gap: 1rem;    justify-content: center;    align-items: center;}/* 評論 */#reply_app .msg_block_rp {    width: 90%;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
/*行動呼籲打開*/ 
.mobile-link {    opacity: 0;    visibility: hidden;    transition: all 0.5s ease-out;    display: block;}.mobile-link.mlbile-link_show {    opacity: 1;    visibility: visible;    transition: all 0.5s ease-out;}/*header*/ 
.RWDmenu_plus04 .logo {    margin: 11px 0 0;    width: 140px;}.RWDmenu_plus04 .features .edit {    display: none;}.RWDmenu_plus04 .features {    width: auto;}.RWDmenu_plus04 .header.is-up .features .search-btn {    padding-top: 10px;    padding-bottom: 22px;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    padding-top: 20px;}/*---------banner---------*/ 
.banner-block .pc-style {    display: none;}.banner-block .mobile-style .RWDvideo006__video {    max-height: calc(100vh - 65px) !important;    height: calc(100vh - 65px) !important;}.banner-block::before {    width: 60vw;    height: 49vw;    top: -7vw;}/*手機板的影片打開*/ 
.banner-block .mobile-style {    display: block;}.banner-block .mobile-style .RWDvideo006__video iframe {    transform: translate(-50%, -50%) scale(1.3);}.banner-block .txt.txt3 .titlebar {    width: 71vw;}.banner-block .txt.txt3 .titlebar .main-tit::after {    width: 11vw;}.banner-block .txt.txt3 {    height: 71vh;}.scroll-down {    display: none;}/*---------news---------*/ 
.news-block .L-box {    width: 150px;}.news-block .R-box {    width: calc(100% - 150px);    padding: 4rem 0 4rem 5rem;    height: auto;}.news-block .btnbox {    margin: 4rem 0 3rem;}/*---------slogan---------*/ 
.slogna-pic {    float: right;    padding: 20rem 0 0;    width: 66%;}.slogan-block::after {    content: '';    background: url(archive/image/customization/slogna-bg.webp) no-repeat;    width: 71%;    height: 30%;    display: block;    position: absolute;    left: -14vw;    bottom: 0;    z-index: -1;    pointer-events: none;    background-size: contain;    background-position: 50% 50%;    transform: scaleX(-1);    opacity: 0.45;}/*---------video---------*/ 
.video-box {    width: 90%;    margin: 0 auto;    float: none;}.vidoe-block .container::before {    display: none;}.video-box .info {    padding: 5rem 3rem 10rem;    border-right: rgb(0 0 0 / 6%) solid 1px;}.video-box.style-02::before {    top: 0;    left: -5vw;}.video-tit-box {    display: flex;    flex-direction: column-reverse;    justify-content: flex-end;    align-items: center;    margin: 0 0 clamp(3rem, 2.7143rem + 1.4286vw, 5rem);    gap: 1rem 0;}.video-tit-box .en-tit {    position: relative;    left: auto;    top: auto;    text-align: center;    font-size: clamp(1.75rem, 1.4519rem + 1.4903vw, 2.375rem);}.video-box .titlebar .en-tit span {    display: inline-block;    margin-left: 0;}.vidoe-block .videoeditor__inner .infobox {    width: 100%;}@media(max-aspect-ratio: 16/9) {    .vidoe-block .RWDvideo006__video iframe {        width: 100vw;    }}.media-pc {    display: none;}.media-mobile {    display: block;}/*esg*/ 
.esg-block .infobox {    padding-top: 0;}.esg-block .infobox .L-box {    width: 72vw;}/*footer*/ 
.footer-block {    padding-bottom: 3.5rem;}/* 匯入內頁版面寬度80%*/ 
.page_wrapper_bg .article-text .container {    padding: 0;}/*麵包屑*/ 
.hgroup .page_subject {    text-align: center;    padding: 0;}.hgroup .container {    border-bottom: 0;    padding: 0;}.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%;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}.RWDsearch_page .list-img>ul>li,.layoutlist_2 .video_item,.productlist .layoutlist_4>div,.menu5 .rwdlayoutlist_9 .litem,.videolist .video_item,.layoutlist_2 .album_item,#article .layoutlist_7 .litem,#article .cate_list.row>div,.productlist :is(.layoutlist_5, .layoutlist_4) .col-sm-3.col-md-3 {    width: calc(100% / 2);}/*文章列表樣式-08*/ 
.litem__text {    width: 85%;}/*產品列表樣式-03*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}.item .summary {    margin-bottom: 0;    line-height: 1.5;}/*相簿內容樣式-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;}/*電子表單*/ 
.eforms_complete .hgroup,.eforms_complete .hgroup .container {    width: fit-content;}.eformscontent .layoutlist_1.page_content2,.eformscontent .layoutlist_1.page_content3 {    width: 100%;}.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%;}.customized_columns,.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}/*產品內頁-02*/ 
.RWDproduct_page .hashtag .hashtag_block,.RWDproduct_page .menu3 .pic-box,.RWDproduct_page .menu3 .products-info,.RWDproduct_page .products-info,.RWDproduct_page .pic-box {    width: 100%;    padding: 0;}.RWDproduct_page .products-info .name-box {    margin-top: 2rem;}.page_wrapper_bg .tabs .content,.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 1.5rem;}.download_container {    grid-template-columns: 80% auto;}/* 購物車按鈕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;}  *//* 購物車*/ 
.voucherbonus-btn {    text-decoration: underline;}.toggleblock-head .mainblue {    color: var(--TextMainColor);}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}.download5_list .col-sm-6 {    grid-template-columns: 1fr;}.downlaod5_item_btn {    max-width: unset;}/* 搜尋結果 */ 
.RWDsearch_page .list-img>ul {    margin: 0;}/* 文章內頁 */ 
.articlecontent .btn.btn_back a {    margin-right: 0;}/*---------客製化【內頁】----------*/ 
.hr-img {    animation: infinity-scroll-left 10s infinite linear 0.5s both;}/*-------側邊攔-------*/ 
.page_wrapper_bg section.call_to_action>.container {    padding-top: 0 !important;}/*內頁 esg*/ 
.page-about-esg.style-01 .img-space {    margin: 3rem auto 0 !important;}.page-about-esg.style-01 .img-space img {    height: 38vw;    object-fit: cover;}/*250104 修改*/ 
.form-horizontal .form-group {    display: flex;    align-items: flex-start;    flex-direction: column;    justify-content: flex-start;}.eformscontent .form-horizontal .control-label{    margin-bottom: 10px !important;}/*語系*/ 
.lang_en .RWDmenu_plus04 .features {    width: auto;}.lang_en .esg-block .infobox .L-box {    top: 30%;}.lang_en .esg-block .infobox .R-box {    z-index: 2;}.lang_en .esg-block .infobox .R-box  .RWDbtn01 .btn {    background: #fff;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
/*---------跑分---------*/ 
.RWDscore01 .count-item {    width: 24vw;    height: 22vw;}.RWDscore01 .score-image {    min-height: 46vw;}.score-02 .RWDscore01 .count-item:nth-child(1)::before {    width: 17vw;    height: 17vw;}/*---------footer---------*/ 
.footer-block .container .ft-top {    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 4rem 0;    padding: 6rem 0 2rem;}.footer-block .ft-logo,.footer-block .ft-info,.footer-block .ft-social {    width: 100%;}.footer-block .ft-logo img {    width: 150px;}.footer-block .ft-social {    padding: 0;}/* 匯入內頁版面寬度80%*//*圖文輪播*/ 
.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;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}#album .layoutlist_2 .album_item_subject,#album .layoutlist_1 .album_item_subject,.rwdlayoutlist_9 .subject,.layoutlist_8 .article_subject,.RWDtimeline02 .model-title,.RWDtimeline01 .model-title,#product .item .subject a,.page_wrapper_bg #article .layoutlist_7 .subject a,.page_wrapper_bg #article .layoutlist_4 .item .list_subject>a,.page_wrapper_bg #article :is(.layoutlist_2) .list_subject a {    margin: 0px 0px 12px !important;}#album .layoutlist_2 .album_item_subject,#album .layoutlist_1 .album_item_subject {    padding: 8px 0 0 0;}/*相簿列表樣式-01*/ 
.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%;}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
/* 匯入內頁版面寬度80%*/ 
.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: var(--ItemSpacing) !important;}.page_content1 .download_container .btn {    margin-top: 0 !important;}/*電子表單*/ 
.social-box {    width: 45%;}.lang_en .about-block .titlebar .main-tit span {    letter-spacing: 0;    font-size: 28px;}
}
/*800px end*/
/*768px start*/

@media (max-width: 768px) {    .esg-block .infobox {        padding-bottom: 15rem;    }    .banner-block .txt.txt3 {        height: 74vh;    }    /*-----------客製【內頁】-------------*/    .pagebox {        gap: 1.3rem 0 !important;    }    .page_wrapper_bg .hgroup h1::before {        font-size: 3.5rem;    }    body.page_wrapper_bg {        font-size: 16px;    }}

/*768px end*/
/*767px start*/
@media (max-width: 767px) {
.slogan-txt .main-tit,.about-block .titlebar .main-tit,.RWDnews015 .model__head__h1.isRWDnews015,.vidoe-block .content-title .video-main-tit {    font-size: 36px;}.RWDnews015 .model__head__h2.isRWDnews015 {    font-size: 18px;}/*banner*/ 
.banner-block .txt.txt3 {    height: 72vh;}/*news*/ 
.RWDnews015 .link {    padding-left: 0;}.news-block .L-box {    width: 92px;}.news-block .R-box {    width: calc(100% - 92px);    padding-bottom: 3rem;}.RWDnews015 .model__head__h1.isRWDnews015 {    margin-bottom: 0;}.RWDnews015 .link .type {    display: none;}.RWDnews015 .link .date {    position: static;}.RWDnews015 .link .title {    margin: 5px 0 0;}/*about關於我們*/ 
.ab-pic-box .ab-en {    top: 21rem;    width: 43vw;    width: 73vw;    left: 56%;    transform: translateX(-50%) scaleX(1);}.ab-pic-box .ab-mainpic {    top: 23rem;    width: 88vw;}/*跑分*/ 
.about-score {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: stretch;}.score-01 .RWDscore01 .score-blk {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;}.RWDscore01 .count-blk,.score-01 .RWDscore01 .score-mainblk,.score-01,.score-02,.RWDscore01 .count-item {    width: 100%;}.RWDscore01 .score-image {    display: none;}.score-01 .RWDscore01 .count-item {    margin-bottom: 15px;}.RWDscore01 .count-item {    display: flex;    flex-direction: row-reverse;    justify-content: space-between;    align-items: center;    height: 16vw;    padding: 0 clamp(1rem, -0.4318rem + 7.1588vw, 3rem);    border-radius: 13px;}.RWDscore01 .count-num {    font-size: clamp(2rem, 0.9262rem + 5.3691vw, 3.5rem);}/*單元video*/ 
.vidoe-block {    padding-bottom: 0;}.vidoe-block .container {    padding: 6rem 0 0;}/*slogna*/ 
.slogan-block {    padding: 0 0 7rem;}.slogna-pic {    width: 75%;}/*esg*/ 
.esg-block .infobox .R-box {    width: 80%;    margin: 0 auto;    padding-right: 0;}.esg-block .infobox .L-box {    width: 72vw;    position: absolute;    top: 44vw;}/* 匯入內頁版面寬度80%*//*列表樣式*/ 
.layoutlist_8.rwd .item,#article .layoutlist_7 .litem,#article .layoutlist_4 .xrow.list>div,#video .layoutlist_2 .video_item,.album-list .item,.row .album_d_item,.photo .content_box,#album .layoutlist_2 .album_item,#album .layoutlist_1 .row.masonry .album_item,#product .layoutlist_5.layoutlist .col-sm-4,#product .layoutlist_5.layoutlist .col-sm-3.col-md-3,.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3,#product .layoutlist_4 .col-xs-6,#product .layoutlist_3.row>.col-md-12,#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2) !important;}/*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;    gap: 2.5rem 2rem;}.page_wrapper_bg #article .layoutlist_2 .listdate {    border-left: 0;    text-align: left;}#article .layoutlist_2 .item {    width: calc(50% - 1rem);    padding: 0;    border-bottom: 0;}#article .layoutlist_2 .list_subject,#article .layoutlist_2 .listdate {    padding-left: 0px;    padding-right: 0;}#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 .yearmonth,#article .layoutlist_2 .listdate .day {    font-size: 12px !important;    letter-spacing: 2px !important;    margin-left: -3px;    color: var(--TextSubColor);}/*文章列表樣式-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 {    font-size: 12px !important;    letter-spacing: 2px !important;    color: var(--TextSubColor);}#article .layoutlist_3 .listdate .day::before {    content: " / ";}/*文章列表樣式-04*/#article .layoutlist_4 .xrow.list>div {    margin-bottom: var(--ItemSpacing);}/*文章列表樣式-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;}.layoutlist_7 .row:before,.layoutlist_7 .row:after {    display: none;}.layoutlist_7 .summary {    margin-top: 0 !important;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd {    display: flex;    flex-wrap: wrap;}.layoutlist_8.rwd .item {    border-bottom: 0;    padding-inline: 15px;}#article .layoutlist_8 .item {    padding-bottom: 0;    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;}.layoutlist_8.rwd .list_img+.list_subject {    margin-top: 15px;    padding-inline: 0;}.layoutlist_8.rwd .listdate {    text-align: left;    margin-top: 0;    padding: 0;}.layoutlist_8.rwd .listdate .yearmonth,.layoutlist_8.rwd .listdate .day {    color: var(--TextSubColor);    font-size: 12px;    letter-spacing: .5px;} .layoutlist_8 .article_subject{    margin: 0px 0px !important; }/*文章列表頁籤*/ 
.tab_content {    font-size: var(--FontSizeP);    color: var(--TextSubColor);    line-height: 1.5;}.page_wrapper_bg .tab {    border-top: var(--BorderGrayPx1);    padding: 15px;}.page_wrapper_bg .tab_title {    font-size: var(--FontSizeH4);    color: var(--TextMainColor);    line-height: 1.5;    font-weight: 400;}.page_wrapper_bg .tab:last-child {    border-bottom: var(--BorderGrayPx1);}.tab.open .tab_title {    margin: 0 0 20px;    font-weight: 500;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 12px 0;    font-size: var(--FontSizeH4);    color: var(--TextMainColor);    letter-spacing: 2px;}.RWDproduct_page .faq-item.active .faq-question {    background: #ddd;}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.page_content1 #productbx {    overflow: hidden;}/* 產品置底按鈕 */#mobile-fixed .btn-shop {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 1rem;    justify-content: space-between;}#mobile-fixed .btn-shop:after {    display: none;}#mobile-fixed .btn-shop .btn,#plusbuy_mobile-fixed .btn-shop .btn {    margin-top: 10px;}#mobile-fixed.show-info {    z-index: 203;}#mobile-fixed .container {    margin-block: 12px;}/* 產品內頁A */#btn_shopping_tracking,#prod_stands_area,#prod_stands2_area,#prod_amount_area,.btn_shopping,.btn_querycar {    width: calc(100% / 1 - 10px) !important;}/*產品列表樣式 C*/ 
.productlist .layoutlist_3 .item .col-sm-12.col-md-6 {    padding-inline: 0;}#product .item .subject {    margin-top: 8px;}.productlist .layoutlist_4 .product_list_item .img1 {    margin-bottom: 0;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    float: left;}.productlist .layoutlist_4 .pricearea {    align-items: flex-start;    gap: 10px;    flex-direction: column;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}.layoutlist_5 .list-btn_mobile a {    line-height: 2;    margin-top: 8px;}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: fit-content;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    margin-top: 0 !important;    padding-inline: 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.page_content1v1 .album_d_item {    margin-bottom: 20px !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}/*相簿內容箭頭*/ 
.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% / 2);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}.download5 .search-container {    margin: 10px 0 0;}.downloadForMobile__btn {    display: flex;    align-items: center;    justify-content: center;}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}/*購物車呼籲置底*/#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;}.RWDshopping_v3 .cart-container {    width: 100%;    margin: auto;}/* 比較表 */ 
.page_wrapper_bg .fix-compare.is-phone {    padding: 10px 15px;}.page_wrapper_bg .is-phone .fix-compare-btn {    color: var(--BtnOutlineColor);    background: var(--BtnOutlineBg);    border: 1px solid var(--BtnOutlineColor);    border-radius: var(--BtnBorderRadius);    font-size: var(--BtnFontSize);    font-weight: 500;}.compare .clearall {    top: 0;}.compare .main_box .memo,.compare .main_box .main_name {    text-align: left;}.compare .compare-container {    padding: 0;}.compare .main_box {    padding: 0 10px;}.compare .main_box .main_name {    font-size: calc(var(--FontSizeH3)* 0.9);}.compare .swiper-button-prev,.compare .swiper-button-next {    width: 35px;    height: 35px;    background-color: #ffffff;}.compare .main_box .memo,.compare .main_box .main_name,.compare .main_box .normal_price,.compare .main_box .special_price {    padding-inline: 0px;}.compare .main_box .normal_price,.compare .main_box .special_price {    text-align: left;    font-size: 14px;    letter-spacing: 0;    min-height: unset !important;}.page_wrapper_bg .fix-compare.is-phone.active {    top: var(--NaviHeight);    transform: unset;}#reply_app .member_block_rp {    padding-top: 1rem;}/*---------內頁客製化----------*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0 7rem !important;}.box-bg-white,.pagebox.box-bg-white {    padding: 2rem 1.2rem !important;}    .lang_en .slogan-txt .main-tit, .lang_en .about-block .titlebar .main-tit, .lang_en .RWDnews015 .model__head__h1.isRWDnews015, .lang_en .vidoe-block .content-title .video-main-tit {        font-size: 32px;        letter-spacing: 0;    }
}
/*767px end*/
/*767-415px start*/

/* 請另開分頁放這串 */@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: 95%;        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%)    }    .compare .main_box .more {        margin: 1rem;    }}

/*767-415px end*/
/*650px start*/

@media (max-width: 650px) {    /*餅乾*/    .RWDalert_fancybox.bottom {        width: 100%;        padding: 2rem;        margin: 0;    }    .RWDalert_fancybox.bottom .btn-box {        margin-top: 3rem;    }    /*header*/    .RWDmenu_plus04 .header {        padding: 5px 3.5% 10px 3.5%;    }    .RWDmenu_plus04 .logo {        width: 114px;    }    .RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {        padding: 16px 45px 16px 15px;    }    .RWDmenu_plus04 .features {        margin: 4px 5px 0 0;    }    .vidoe-block .content-title .video-main-tit,    .slogan-txt .main-tit,    .about-block .titlebar .main-tit,    .RWDnews015 .model__head__h1.isRWDnews015 {        font-size: 28px;        line-height: 1.3;    }    .page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn,    .RWDmenu_plus04 .features .search-btn {        padding: 20px 12px;    }    .RWDmenu_plus04 .header.is-up .features .search-btn {        padding: 11px 12px;    }    /*按鈕*/    .esg-block .RWDbtn01,    a.button-st,    .RWDbtn01 .btn {        width: 100%;    }    /*banner*/    .banner-block .mobile-style .RWDvideo006__video iframe {        transform: translate(-50%, -50%) scale(1.1);    }    .banner-block .txt.txt3 .sub-tit {        font-size: 18px;    }    .banner-block .txt.txt3 {        height: 84vh;    }    /*news*/    .news-block .L-box {        width: 51px;    }    .news-block .R-box {        width: calc(100% - 51px);        padding: 4rem 2rem 3rem;    }    .news-block .bg-en-txt,    .model__head.isRWDnews015 {        margin-bottom: 2rem;    }    .RWDnews015 .RWDnews015-container .swiper-slide {        width: 116px;    }    /*about關於我們*/    .about-block .mobile-en {        display: block;    }    .about-block .titlebar .main-tit {        text-align: center;    }    .about-score {        margin-top: 3rem;    }    .ab-pic-box .ab-en {        top: 17rem;        display: none;    }    .ab-pic-box .ab-mainpic {        top: 19rem;    }    /*slogan*/    .slogan-txt .tit-en span,    .slogan-txt .cn,    .slogan-txt .sub-entit {        width: 80%;    }    .slogna-pic {        width: 90%;    }    .slogna-pic img {        border-radius: 13px;    }    .slogna-pic .RWDedictor008 {        gap: 0 1rem;    }    .slogan-block .titlebar .sub-entit {        font-size: 16px;    }    .slogan-txt .sub-entit::after {        width: 82px;    }    .slogan-circle-02 {        bottom: -16vw;    }    /*video*/    .video-box .info {        padding-bottom: 6rem;        padding-left: 0;        padding-right: 0;    }    .vidoe-block .videoeditor__inner {        top: 20px;    }    .vidoe-block .content-title .video-sub-tit br {        display: none;    }    .vidoe-block .videoeditor__inner .infobox {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        align-items: flex-start;        width: 85%;        margin: 3rem auto;        gap: 2rem 0;    }    .vidoe-block .videoeditor__inner .infobox .R-box {        width: 100%;        margin: 0 0;    }    /*esg*/    .esg-block .infobox {        padding-bottom: 0;        gap: 4rem 0;    }    .esg-block .infobox .L-box {        width: 100%;        position: static;    }    .esg-block .bg-style {        height: 60vw;    }    .esg-block .esg-pic:after {        top: 24vw;        left: 25vw;    }    .esg-block .RWDbtn01 {        margin-top: 37px;    }    /*footer*/    .footer-block .container .ft-top {        padding-bottom: 0;        gap: 2rem 0;    }    .footer-block .ft-info ul {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        align-items: flex-start;        flex-wrap: wrap;    }    .footer-block .ft-info ul li {        width: 100%;        margin-bottom: 1.5rem !important;    }    .scrollTop002 {        right: 5px;    }    /*---------內頁客製化----------*/ 
.page-banner-block{    display: none;}    .page_wrapper_bg .RWDmenu_plus04 .header .logo {        top: 10px;        position: relative;        left: 0;    }    .page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo {        top: -3px;    }    .page_wrapper_bg .hgroup h1 {        font-size: 25px;    }    .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: 16px !important;        text-align: left !important;    }    /*page 創新*/    .patent-txtbox.style-02 ul {        padding: 1rem 3rem 3rem;    }    .patent-txtbox.style-02 ul b {        display: block;    }    /*內頁 關於&esg*/    .article1 .img-space {        margin: 3rem auto !important;    }    .page_wrapper_bg section.call_to_action>.container,    .product1 .page_wrapper_bg section.call_to_action>.container,    .article2 .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 31px !important;    }    .page_wrapper_bg section.call_to_action>.container {        padding-left: 20px !important;        padding-right: 20px !important;    }    .article1 .page_wrapper_bg section.call_to_action>.container {        padding-left: 0 !important;        padding-right: 0 !important;    }    .article1 .pagecontent .single-photo {        margin-top: 18px;    }    .page-about.style-01 img {        height: 49vw;        object-fit: cover;        object-position: center;    }    .page-about.style-02::after {        width: 150vw;        height: 75vw;        bottom: -11vw;        left: -10vw;    }    .page-about-esg.style-04 ul {        margin: 1.5rem 0 0;    }    .page-about-esg.style-04 .content-title span {        display: block;        margin: 0;    }    .page-about-esg.style-04 .pagebox .R-box {        padding: 1rem 1.2rem 3.5rem;    }    /*內頁最新消息*/    .news-btn-box br {        display: none;    }    .news-btn-box .content-title {        font-size: 17px !important;    }    /*內頁電子表單*/    .contact-logo {        display: none;    }    .social-box {        width: 62%;    }    .eformsForm .col-md-6 {        padding: 3rem 2rem;    }    .page-contact-box {        margin: 0 0 1.5rem;        padding: 0 0 1.5rem;    }    .page-contact-box ul>li {        display: grid;        grid-template-columns: 1fr;        grid-template-rows: 1fr;        gap: 0;        line-height: 1.6;        margin: 0 0 13px;    }    .page-contact-box:nth-child(2) {        border-bottom: var(--BorderPx1);    }    .page-contact-box .content-title {        font-size: 18px !important;    }    .eformscontent .new-form {        gap: 2rem 0;    }    .energy-box.style-04 ul {        display: flex;        gap: 10px 0;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .energy-box.style-04 ul>li {        width: 100%;    }    /*隱私權政策*/    .article6 .page_wrapper_bg .article-text.rwd .container h5 {        font-size: 17px;        margin: 0 0 1rem;    }    .article6 .page_wrapper_bg .article-text.rwd .container .item ul {        padding-left: 23px;    }    /*頁籤*/    .page_wrapper_bg .tabs {        margin: 3rem 0;    }   .page_wrapper_bg.lang_en .article-text, .page_wrapper_bg.lang_en .article-text p, .page_wrapper_bg.lang_en .RWDslider01 .editor, .page_wrapper_bg.lang_en .RWDtimeline01 li.event .point .editor, .page_wrapper_bg.lang_en #sidebar .products-nav, .page_wrapper_bg.lang_en .RWDslider01 .slick-dots button {    font-size: 15px;    letter-spacing: .5px;}.article2.articlecontent .page_wrapper_bg.lang_en .hgroup h1 {    letter-spacing: 0;    font-size: 20px;}.article2.articlecontent .page_wrapper_bg.lang_en .hgroup h1:before {    margin: 0 0 8px;}}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
.esg-block .RWDparallax_new .container {    height: 60vw;}/* 匯入內頁版面寬度80%*/:root {    --BtnWidth: 100%;}/*按鈕*/ 
.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;}/*列表樣式*/#article .layoutlist_2 .item,.RWDsearch_page .list-img>ul>li,.layoutlist_2 .video_item,.productlist .layoutlist_4>div,.menu5 .rwdlayoutlist_9 .litem,.videolist .video_item,.layoutlist_2 .album_item,#article .layoutlist_7 .litem,#article .cate_list.row>div,.productlist :is(.layoutlist_5, .layoutlist_4) .col-sm-3.col-md-3,#article .layoutlist_8 .item,#article .layoutlist_7 .litem,#article .layoutlist_4 .xrow.list>div,#video .layoutlist_2 .video_item,.album-list .item,.row .album_d_item,.photo .content_box,#album .layoutlist_2 .album_item,#album .layoutlist_1 .row.masonry .album_item,#product .layoutlist_5.layoutlist .col-sm-4,#product .layoutlist_5.layoutlist .col-sm-3.col-md-3,.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3,#product .layoutlist_4 .col-xs-6,#product .layoutlist_3.row>.col-md-12,#product .layoutlist_2 .col-sm-6 {    width: 100% !important;    padding-inline: 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;}/*文章列表樣式-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%;}/*左右圖文輪播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 0px;}.download_container {    grid-template-columns: 1fr;}/*電子表單*/ 
.new-form {    margin-top: 0;}/*相簿上下方說明*/#album .page_desc {    margin: 0 0 var(--SectionPadding);}/*產品樣式 A*/#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4) {    grid-template-columns: 1fr;    grid-template-areas:        "prod_stands_area"        "prod_stands2_area"        "prod_amount_area"        "btn_shopping "        "btn_querycar ";}/*產品樣式 B*/#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop {    grid-template-columns: 1fr;}/* 產品內容B */ 
.RWDproduct_page .download_container .btn {    height: 33px;}.RWDproduct_page .btn-other {    flex-direction: column;}.RWDproduct_page .btn-other li {    width: 100%;    text-align: center;}.RWDproduct_page .btn-other {    margin: 30px 0 0px;    gap: 8px;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;    padding-left: 0;    padding-right: 0;}.download .item {    margin-right: 0;}/*購物訂單畫面按鈕*/ 
.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;}.RWDshopping_v3 .order-infobox .btn-row {    padding: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    margin: 0;}/* google驗證碼、top高度調整 */ 
.grecaptcha-badge {    bottom: 75px !important;}#reply_app {    padding: 2rem 1rem;}/*---------客製化【內頁】----------*/ 
.product1 #sidebar,.article2 #sidebar {    position: initial !important;}.product1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action>.container {    padding-top: 0 !important;}.pageinfo-title,.RWDeditor01 .model-title {    font-size: 27px !important;}.content-title {    font-size: 20px !important;}.page-about.style-02,.page-about.about-video,.about-chairman,.page-about-esg.style-04 {    padding: 3rem 0;}/*內頁about*/ 
.page-about.style-03 .R-box {    padding: 2rem 0 4rem;}.page-about.about-video {    padding: 3rem 0;}.about-chairman .pagebox .R-box span {    right: auto;    left: 2rem;    writing-mode: initial;}.page-about.style-02 .paragraph-info .pagebox {    gap: 2rem 0 !important;}.page-about-esg.style-04 .pagebox .L-box {    height: 46vw;}.page-about-esg.style-01 .pagebox {    gap: 0;}/*內頁esg*/ 
.page-about-esg.style-04 .pagebox .R-box {    padding: 1rem 0 3.5rem;}/*內頁最新消息*/#article .cate_list.row {    margin-left: 0;    margin-right: 0;}.article6 .page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action>.container {    width: 90%;}/*內頁esg*/ 
.esg-circle {    margin: 2rem auto;    width: 5vw;    justify-content: center;    justify-items: center;    gap: 0 1rem;}.esg-circle .circle-box {    width: 5rem;    height: 5rem;}.about-chairman {    padding-top: 0;}.lang_en .banner-block .txt.txt3 .titlebar .main-tit::after {    display: none;}.lang_en .banner-block .txt.txt3 .main-tit {    font-size: 18px;    justify-content: center;}.lang_en .banner-block .txt.txt3 .sub-tit {        font-size: 14px;        letter-spacing: 0;        margin: 8px 0 0;    } .lang_en .RWDnews015 .model__head__h2.isRWDnews015 {        font-size: 16px;        letter-spacing: 0;        margin: 8px 0 0;    } .lang_en a.button-st,  .lang_en .RWDbtn01 .btn {    font-size: 14px;}.lang_en .about-block .titlebar .main-tit span , .lang_en .titlebar .main-tit {        font-size: 24px;    }        .lang_en .slogan-txt .main-tit, .lang_en .about-block .titlebar .main-tit, .lang_en .RWDnews015 .model__head__h1.isRWDnews015, .lang_en .vidoe-block .content-title .video-main-tit {        font-size: 24px;        }    .lang_en.slogan-block .titlebar .sub-tit {        font-size: 14px;    }   .lang_en .mobile-link .RWDedictor a {    letter-spacing: 0;}  .lang_en .slogan-block .titlebar .sub-tit {        font-size: 16px;    }    .lang_en .video-box .titlebar .en-tit span {        display: block;        }
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
/*wave*/ 
.bg-wave {    height: 62vw;    width: 100vw;    overflow: initial;    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 1) 30%, rgb(0, 0, 0));}.sea {    filter: opacity(0.5);}/*header*/ 
.RWDmenu_plus04 .logo {    width: 100px;}.page_wrapper_bg .RWDmenu_plus04 .header .features .search-btn,.RWDmenu_plus04 .features .search-btn {    padding: 14px 12px;}.RWDmenu_plus04 .header.is-up .features .search-btn {    padding: 5px 18px 17px;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    padding: 26px 14px;}.RWDmenu_plus04 .features {    margin: 8px 13px 0 0;}/*news最新消息*/ 
.news-block .L-box {    width: 40px;}.news-block .R-box {    width: calc(100% - 40px);}.RWDnews015 .RWDnews015-container .swiper-slide {    width: auto;}.RWDnews015 .type_name {    padding: 8px 12px;}/*about關於我們*/ 
.ab-pic-box .ab-en {    top: 12rem;    left: 50%;}.ab-pic-box .ab-mainpic {    top: 14rem;    width: 100%;}/*slogan*/ 
.slogan-block .titlebar .sub-entit {    font-size: 15px;}.slogan-block .titlebar .sub-entit::after {    display: none;}.slogna-pic {    padding: 17rem 0 0;}.slogan-block .bg-wave {    top: 50vw;    height: 59vw;}.slogan-circle-01 {    right: auto;    left: -6vw;    width: 20vw;    height: 20vw;    top: -13.2vw;}/*跑分*/ 
.RWDscore01 .count-item {    display: flex;    flex-direction: column-reverse;    justify-content: center;    align-items: center;    height: 40vw;    gap: 10px 0;}.RWDscore01 .count-num {    font-size: 50px;}/*單元video*/ 
.video-box .info {    padding: 3rem 0 6rem;}.video-tit-box {    margin: 0 0 2rem;}.vidoe-block .videoeditor__inner .infobox {    gap: 2.5rem 0;    margin-top: 2rem;}.vidoe-block .RWDvideo006__video {    height: 61vw;}/*footer*/ 
.footer-block .container .ft-top {    padding-top: 4rem;}.ft-bottom .RWDedictor {    text-align: left;}/* 匯入內頁版面寬度80%*//*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}.download5 .search-container {    margin: 10px 0 0 !important;}/*-----------客製【內頁】-------------*/ 
.content-title {    font-size: 19px !important;}.page_wrapper_bg section.call_to_action {    padding: 3rem 0 7rem !important;}.page_wrapper_bg .collapsing_header .main {    margin-top: 84px !important;}.page_wrapper_bg section.call_to_action>.container,.product1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container {    width: 92%;}.social-box {    width: 80%;}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    .banner-block::before {        width: 81vw;        height: 65vw;        top: -7vw;    }    .RWDnews015 .swiper-wrapper {        transition-duration: initial !important;    }    .video-box .info {        padding-bottom: 2.5rem;    }    /*-----------客製【內頁】-------------*/    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 26px !important;    }    .page-contact-box ul>li {        margin: 0 0 1.5rem;    }    .eformsForm .col-md-6 {        padding: 2rem 1.5rem;    }    /*隱私權政策*/    .article6 .page_wrapper_bg section.call_to_action>.container {        width: 95%;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
.slogan-txt .main-tit,.about-block .titlebar .main-tit,.RWDnews015 .model__head__h1.isRWDnews015 {    font-size: 27px;}.RWDnews015 .model__head__h2.isRWDnews015 {    font-size: 17px;}.vidoe-block .content-title .video-main-tit {    font-size: 27px;}.footer-block .container {    width: 100%;}/* 匯入內頁版面寬度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;}.compare .main_box {    padding: 0 5px;}.RWDshopping_v3 .cart-list-table .cart-list-body .cart-row:nth-last-of-type(1) .cart-cell {    padding: 1rem 1.5rem 1.5rem;}.RWDshopping_v3 .cart-list-table .cart-cell.info,.RWDshopping_v3 .cart-list-table .cart-cell.pic {    width: 100%;}.RWDshopping_v3 .cart-list-table .cart-cell.pic .picbox {    width: 90%;    height: auto;    aspect-ratio: 1 / 1;    margin-left: 0;}.RWDshopping_v3 .cart-list-table .cart-cell.qtt .delete-btn {    right: 10px;}.social-box img {    width: 33px;    height: 33px;}
}
/*380px end*/
/*320px start*/
@media (max-width: 320px){
/*video*/ 
.vidoe-block .videoeditor__inner .infobox {    width: 89%;}.vidoe-block .content-title .video-main-tit {    font-size: 24px;}/*about*/ 
.about-block .R-box {    width: 82%;}
}
/*320px end*/