/* all */:root {    --w-color: #fff;    --black-color: #000;    --color01: #212121;    --color02: #3d3a39;    --color03: #f1f1f1;    --color04: #fcd47f;    --ft-01: "Noto Sans Gothic", sans-serif;    --ft-02: 'Noto Sans TC', sans-serif;    --0dst: .5rem;    --1dst: 1rem;    --2dst: 2rem;    --3dst: 3rem;    --4dst: 4rem;    --5dst: 5rem;    --6dst: 6rem;    --7dst: 7rem;    --8dst: 8rem;    --9dst: 10rem;    --10dst: 10rem;    --11dst: 11rem;    --12dst: 12rem;    --13dst: 13rem;    --14dst: 14rem;    --15dst: 15rem;}.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(--ft-02);    font-weight: 300;    letter-spacing: 1px;    background: var(--color03);}a,a:hover,a:active,a:focus,a:visited {    transition: .4s ease-out;    text-decoration: none;}p {    letter-spacing: 0;    color: var(--color02);    line-height: 1.8;    font-weight: 300;    font-size: 17px;}/*scrollbar樣式*/::-webkit-scrollbar {    width: 8px;    height: 5px;}::-webkit-scrollbar-track {    background: rgba(255, 255, 255, 0.5);    height: 5px;}::-webkit-scrollbar-thumb {    background: #212121;    border-radius: 20px;}::-webkit-scrollbar-thumb:hover {    background: #dfdfdf;}:is(h1, h2, h3, h4, h5, h6, p) {    padding: 0;    margin: 0;}.index .main {    overflow: hidden;}/* 反白顏色設定*/::selection {    background: #5a7057;    color: #fff;}::-moz-selection {    background: #5a7057;    color: #fff;}.index .img-responsive {    width: 100%;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*//*loading*/ 
.RWDfakeloader img {    width: 362px;    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: #fbd47f;}.mobile-link .RWDedictor a {    width: 100%;    color: var(--color01);    padding: 15px 0;    display: flex;    justify-content: center;    align-items: center;    position: relative;    z-index: 0;}.mobile-link .RWDedictor a::after {    top: 17px !important;    right: 7% !important;    width: 22px !important;    height: 22px !important;}.mobile-link i {    font-size: 22px;    margin-right: 15px;}.mobile-link .RWDedictor a img {    width: 11px;    height: 15px;    margin-right: 10px;}/*搜尋*/ 
.RWDmenu_plus04 .features .search-btn {    padding: 25px 12px}.RWDmenu_plus04 #search-box.full .form-control {    font-size: 20px;}.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: 80%;    padding: 20px 50px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(255, 255, 255, 100%) !important;    color: #000 !important;    left: 50% !important;    right: 0px !important;    line-height: 1.5 !important;    border-radius: 99em;    transform: translateX(-50%);    margin-bottom: 18px;    display: flex;    justify-content: space-between;    align-items: center;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 0 !important;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 30px;    border-color: #000;    background: #000 !important;    border-radius: 99em;    font-size: 16px;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*主標題*/ 
.titlebar {    text-align: center;    width: 80%;    margin: 0 auto clamp(1vw, 2vw, 3vw);}.titlebar .info {    margin: 0 0 max(80px, 4vw);}.titlebar .main-tit,.model__head__h1.isRWDbanner014 {    color: var(--color01);    font-family: var(--ft-02);    font-weight: 500;    font-size: clamp(2.5rem, 2.3877rem + 0.4608vw, 3.125rem);    letter-spacing: 3px;    line-height: 1.3;    text-transform: uppercase;}.titlebar .sub-tit {    color: var(--color02);    font-size: 18px;    text-transform: uppercase;    font-weight: 300;    font-family: var(--ft-02);    letter-spacing: 1px;    line-height: 1.3;}.titlebar .en-txt {    font-weight: 500;    color: #ecebeb;    letter-spacing: 0px;    font-family: var(--ft-01);    font-size: clamp(11.25rem, 11.0357rem + 1.0714vw, 12.75rem);    text-transform: uppercase;}/*側邊選單-按鈕顏色*/#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);}/*btn 樣式*/ 
.btn-style,.RWDbanner014 .main_pic_box .swiper-slide .button,.RWDeformandsoical>.section-inner .section-content .form-group .btn {    border: 1px solid var(--color02);    background: transparent;    color: var(--color01);    transition-duration: .5s;    transition-property: border-color, color;    transition-timing-function: cubic-bezier(.19, 1, .22, 1);    position: relative;    padding: 0 23px;    width: 255px;    height: 48px;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;    border-radius: 99em;    font-size: 15px;    letter-spacing: 2px;    z-index: 0;    font-weight: 400;    font-family: var(--ft-02);}.btn-style i,.RWDbanner014 .main_pic_box .swiper-slide .button i,.RWDeformandsoical>.section-inner .section-content .form-group .btn i {    color: var(--color01) !important;    font-size: 15px;    margin: 0 8px 0 0;}.btn-style:before,.RWDbanner014 .main_pic_box .swiper-slide .button::before,.RWDeformandsoical>.section-inner .section-content .form-group .btn::before {    -webkit-transform: scale(.9);    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 101%;    transform: scale(.7);    border-radius: 28px;    background-color: var(--color03);    content: "";    opacity: 0;    transition-duration: .3s;    transition-property: opacity, -webkit-transform;    transition-property: opacity, transform, -webkit-transform;    transition-property: opacity, transform;    transition-timing-function: cubic-bezier(.39, .575, .565, 1);    z-index: -1;}.btn-style:after,.RWDbanner014 .main_pic_box .swiper-slide .button::after,.RWDeformandsoical>.section-inner .section-content .form-group .btn::after,.mobile-link .RWDedictor a:after {    content: '';    background: url(archive/image/customization/btn-arrow-st02.webp);    background-size: 100% auto;    position: absolute;    top: 2px;    right: 3px;    width: 42px;    height: 42px;    display: block;    z-index: -1;    filter: brightness(0) invert(0);}.btn-style:hover,.btn-style:focus,.btn-style:active,.RWDbanner014 .main_pic_box .swiper-slide .button:hover,.RWDbanner014 .main_pic_box .swiper-slide .button:focus,.RWDbanner014 .main_pic_box .swiper-slide .button:active,.RWDeformandsoical>.section-inner .section-content .form-group .btn:hover,.RWDeformandsoical>.section-inner .section-content .form-group .btn:focus,.RWDeformandsoical>.section-inner .section-content .form-group .btn:active {    border-color: var(--black-color);    color: #fff;}.btn-style:hover:before,.btn-style:focus:before,.btn-style:active:before,.RWDbanner014 .main_pic_box .swiper-slide .button:hover:before,.RWDbanner014 .main_pic_box .swiper-slide .button:focus:before,.RWDbanner014 .main_pic_box .swiper-slide .button:active:before,.RWDeformandsoical>.section-inner .section-content .form-group .btn:hover:before,.RWDeformandsoical>.section-inner .section-content .form-group .btn:focus:before,.RWDeformandsoical>.section-inner .section-content .form-group .btn:active:before {    -webkit-transform: scale(1.01);    transform: scale(1.01);    opacity: 1;    background-color: var(--black-color);}.btn-style:hover:after,.btn-style:focus:after,.btn-style:active:after,.RWDbanner014 .main_pic_box .swiper-slide .button:hover:after,.RWDbanner014 .main_pic_box .swiper-slide .button:focus:after,.RWDbanner014 .main_pic_box .swiper-slide .button:active:after,.RWDeformandsoical>.section-inner .section-content .form-group .btn:hover:after,.RWDeformandsoical>.section-inner .section-content .form-group .btn:focus:after,.RWDeformandsoical>.section-inner .section-content .form-group .btn:active:after {    filter: brightness(0) invert(1);}/*header cta*/ 
.btn-style.hd-cta {    background: transparent;    border: var(--w-color) solid 1px;    color: #fff;    width: 195px;}.btn-style.hd-cta:after {    filter: brightness(0) invert(1);    width: 18px;    height: 18px;    right: 16px;    top: 15px;    background: url(archive/image/customization/btn-arrow.webp) no-repeat;    background-size: 100% auto;}.btn-style.hd-cta:hover,.btn-style.hd-cta:focus,.btn-style.hd-cta:active {    border: var(--color04) solid 1px;    color: var(--color01);}.btn-style.hd-cta:hover::before,.btn-style.hd-cta:focus::before,.btn-style.hd-cta:active::before {    background-color: var(--color04);}.btn-style.hd-cta:hover::after,.btn-style.hd-cta:focus::after,.btn-style.hd-cta:active::after {    filter: brightness(0) invert(0);}.header.is-up .btn-style.hd-cta {    border: var(--color01) solid 1px;    color: var(--color01);}.header.is-up .btn-style.hd-cta:after {    filter: brightness(0) invert(0);}.header.is-up .btn-style.hd-cta::before,.header.is-up .btn-style.hd-cta::before,.header.is-up .btn-style.hd-cta::before {    background-color: var(--color04);}.header.is-up .btn-style.hd-cta:hover,.header.is-up .btn-style.hd-cta:focus,.header.is-up .btn-style.hd-cta:active {    border: var(--color04) solid 1px;}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 181px;    margin-top: 10px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo a {    transition: all 0.5s ease-out;    position: relative;}.RWDmenu_plus04 .logo a::before {    content: '';    background: url(archive/image/customization/logo_w.webp) no-repeat;    background-size: 100% auto;    position: absolute;    left: 0;    right: 0;    display: block;    width: 180px;        aspect-ratio: 100 / 63;    transition: .3s ease;}.RWDmenu_plus04 .logo img {opacity: 0;}.RWDmenu_plus04 .site-nav .menu {    text-align: right;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: var(--w-);    font-size: 17px;    color: #000;    font-weight: 400;    text-transform: uppercase;}/*header hover*/ 
.RWDmenu_plus04 .lang-select:hover .lang-select-label,.RWDmenu_plus04 .site-nav .menu>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>a:hover {    background: transparent;    color: #f08300;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 1px;    background: #f08300;    bottom: 0;    right: 0;    transition: all .5s ease;}.RWDmenu_plus04 .site-nav .menu>li>a:hover:before {    width: 100%;    transition: all .5s ease;    right: auto;    left: 0;}/*header下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu li {    text-align: center;}.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    position: absolute;    right: 5px;    border-color: #fff;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu ul li>a {    padding-right: 0px;    padding-left: 0;}.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #fff;}/*header icon*/ 
.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: var(--w-color);    padding-bottom: 0;}.RWDmenu_plus04 .header.is-up .logo {    width: 160px;    margin-top: 5px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .logo a::before {opacity: 0;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .logo img {    opacity: 1;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header.is-up .logo,.RWDmenu_plus04 .header.is-up .features .search-btn img,.RWDmenu_plus04 .header.is-up .features .member-btn img,.RWDmenu_plus04 .header.is-up .features .cart-btn img {    filter: initial;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .features .cart-btn {    color: var(--w-color);}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: var(--w-color);}/*下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: #3d3a39;    color: #fff;}/*漢堡選單基本設定*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {    color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {    color: #555;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li.active .m_title_block,.RWDmenu_plus04 #mobile-menu .menu>li.active .m_stitle_block {    color: #fff;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    color: #555;    font-weight: 400;}/*banner*/ 
.banner-block {    position: relative;}.banner-block .RWDbanner_plus01 .slick-caption {    top: 14%;    height: calc(100% - 26%);}.banner-block .container {    width: 71%;    height: 100%;    position: relative;}.banner-block .RWDbanner_plus01 .logo {    position: absolute;    bottom: -7vw;    right: -10.5vw;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(60px, 7.5vw);    color: var(--w-color);    text-transform: uppercase;    letter-spacing: -2px;    font-family: var(--ft-01) !important;    font-weight: 400;    margin: 0;    line-height: 1;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: clamp(2.5rem, 0.4596rem + 2.7206vw, 4.8125rem);    color: var(--w-color);    text-transform: uppercase;    letter-spacing: 2px;    font-family: var(--ft-02) !important;    font-weight: 700;    margin: 0;    line-height: 1;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    margin-top: 20px;    font-size: clamp(0.95rem, 0.0787rem + 1.1618vw, 1.9375rem);    letter-spacing: 2px;    color: var(--w-color);    line-height: 1.3;}.banner-block .RWDbanner_plus01 .slick-caption .txt4 {    font-size: 18px;    color: #ccc;    text-transform: uppercase;    letter-spacing: 0;    font-family: var(--ft-02);    font-weight: 300;    margin: 0;    line-height: 1;    width: fit-content;    margin: 4vw 0 0;}.banner-block .RWDbanner_plus01 .slick-caption .txt4 span {    display: flex;    align-items: center;}.banner-block .RWDbanner_plus01 .slick-caption .txt4 span>span {    width: 1px;    height: 14px;    background-color: rgba(255, 255, 255, 50%);    display: inline-block;    margin: 0 15px;}.banner-block .RWDbanner_plus01 .page-scroll {    width: 100%;    height: 140px;    left: 50%;    bottom: 0;    transform: translate(-50%, 0);    border-radius: 3px;    margin-left: 0;    z-index: 10;}.banner-block .RWDbanner_plus01 .page-scroll::after {    content: '';    background: var(--w-color);    width: 80%;    height: 70px;    display: block;    position: absolute;    bottom: 0;    left: 50%;    transform: translate(-50%, 0);    border-radius: 3px 3px 0 0;    z-index: -1;}.banner-block .RWDbanner_plus01 .page-scroll a {    display: inline-block;    -webkit-transform: translate(0, -50%);    transform: translate(-50%, -50%);    color: transparent;    letter-spacing: .1em;    text-decoration: none;    -webkit-transition: opacity .3s;    transition: opacity .3s;    padding: 0;    position: absolute;    top: 81px;    left: 50%;    transform: translate(-50%, -50%);    height: 140px;    width: 50%;}.banner-block .RWDbanner_plus01 .page-scroll a::before {    content: '';    background: url(archive/image/customization/bn-scroll-bg.webp) no-repeat;    width: 404px;    height: 140px;    display: block;    position: absolute;    top: auto;    left: 50%;    transform: translate(-50%, 0);    z-index: -1;    bottom: 0;}.banner-block .RWDbanner_plus01 .page-scroll a::after {    content: '';    background: var(--color01);    display: block;    position: absolute;    top: 43px;    left: 50%;    transform: translate(-50%, -35px);    z-index: -1;    width: 93px;    height: 93px;    z-index: -1;    border-radius: 99em;    box-shadow: 1.8px 1px 3.6px rgba(0, 0, 0, 0.045), 5px 2.6px 10px rgba(0, 0, 0, 0.065), 12.1px 6.3px 24.1px rgba(0, 0, 0, 0.085), 40px 21px 80px rgba(0, 0, 0, 0.13);}.RWDbanner_plus01 .page-scroll a:hover {    opacity: 1;}.RWDbanner_plus01 .page-scroll.style01 a span,.RWDbanner_plus01 .page-scroll.style02 a span {    top: 18px;    border-left: 0;    border-bottom: 0;    transform: rotate(0) translate(0, 0);}.RWDbanner_plus01 .page-scroll.style01 a span::before {    content: '';    background: url(archive/image/customization/arrow.png) no-repeat;    background-size: 100% auto;    width: 19px;    height: 42px;    display: block;    position: absolute;    top: auto;    left: 50%;    transform: translate(-50%, 0);    z-index: -1;    top: 0;    filter: brightness(0) invert(1);}/*banner dot*/ 
.RWDbanner_plus01.style-dotnav.control-right .control-box {    height: 100% !important;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li button {    background: transparent;    border: #fff solid 1px;    width: 8px;    height: 8px;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: #fff;    border: #fff solid 1px;}.RWDbanner_plus01>.slick-caption .link-btn a:hover,.link-btn a:hover {    background: transparent;}.RWDbanner_plus01>.slick-caption .link-btn a,.link-btn a {    background: transparent;    color: #333;    font-weight: 600;    text-align: center;    padding: 10px;    font-size: 17px;    width: max(100px, 5vw);    height: max(100px, 5vw);    display: flex;    align-items: center;    justify-content: center;    position: relative;}.RWDbanner_plus01>.slick-caption .link-btn a:hover:before,.link-btn a:hover:before {    transform: rotate(45deg);}.RWDbanner_plus01>.slick-caption .link-btn a:before,.link-btn a:before {    content: "";    position: absolute;    width: 100%;    height: 100%;    background: var(--color04);    transition: all .5s ease;    z-index: -1;    border-radius: 25px;    left: 0;    top: 0;}.link-btn {    position: absolute;    right: 1vw;    bottom: 12%;}@keyframes scroll01 {    0% {        -webkit-transform: rotate(0deg) translate(0, 0);        transform: rotate(0deg) translate(0, 0);        opacity: 0    }    50% {        opacity: 1    }    100% {        -webkit-transform: rotate(0deg) translate(0, 20px);        transform: rotate(0deg) translate(0, 20px);        opacity: 0    }}/*-----------slogan-----------*/#flip {    height: auto;    overflow: hidden;}#flip>div>div {    color: #fff;    padding: 0;    height: auto;    margin-bottom: 0;    display: inline-block;}/*#flip div:first-child {    animation: show 5s linear infinite;    animation-delay: .8s;}@keyframes show {    0%,    5%,    20%,    40% {        margin-top: -87px;    }    33%,    38%,    66% {        margin-top: -80px;    }    71% {        margin-top: 0px;    }    99.99% {        margin-top: 0px;    }    100% {        margin-top: -264px;    }}*//*--------------*/ 
.slogan-block {    scroll-padding-top: 320px;    scroll-snap-align: start;    scroll-behavior: smooth;}.slogan-block .container {    width: 80%;    margin: var(--15dst) auto;    scroll-padding-top: 320px;    scroll-snap-align: start;}.slogan-block .inner {    text-align: center;    display: flex;    flex-direction: row;    justify-content: center;    flex-wrap: wrap;    align-items: center;}.slogan-block .inner::before {    content: '';    width: 1px;    height: calc(40% - 15px);    background: rgb(0 0 0 / 11%);    position: absolute;    bottom: 11px;    left: 50%;    transform: translateX(-50%);    display: block;}.slogan-tit {    width: 100%;    text-align: center;    margin: 0 0 var(--3dst);}.slogan-tit .name {    font-family: var(--ft-01);    color: var(--color01);    font-size: 50px;    text-transform: uppercase;    font-weight: 500;    margin: 0 0 10px;}.slogan-tit .text {    font-family: var(--ft-02);    color: var(--color01);    font-size: 22px;    font-weight: 500;}.slogan-block .slogan-left,.slogan-block .slogan-right {    width: calc(50% - 8rem);    font-weight: 500;    color: var(--color01);    font-family: var(--ft-01);    font-size: 92px;    text-transform: uppercase;}.slogan-block .slogan-left {    text-align: right;    margin-right: var(--8dst);}.slogan-block .slogan-right {    display: flex;    justify-content: flex-start;    flex-direction: row;    align-items: center;    margin-left: var(--8dst);    gap: 15px;    position: relative;}.slogan-block .slogan-left:before,.slogan-block .slogan-right:before {    content: attr(data-text);    position: absolute;    overflow: hidden;    max-width: 7em;    white-space: nowrap;    color: #fff;    animation: loading 8s linear;}.slogan-block.animated .slogan-left {    animation: 1000ms ease normal forwards 1 move01;    animation-delay: 0.5s;    opacity: 0}@keyframes loading {    0% {        max-width: 0;        opacity: 1;    }}/*能源應用整合服務*/ 
.servie-block {    margin: var(--3dst) 0 var(--8dst);}.servie-block .container {    background: var(--w-color);    border-radius: 25px;    width: 80%;    padding: 20px;}.RWDbanner014 {    background: transparent !important;}.RWDbanner014 .model__head.isRWDbanner014 {    margin: 0;    text-align: left;    left: 5vw;    position: absolute;    top: 3.5vw;    width: fit-content;}.RWDbanner014,.RWDbanner014 .swiper-container {    overflow: initial;}.RWDbanner014 .main_pic_box .swiper-slide {    padding: 0;}.RWDbanner014 .main_pic_box .swiper-slide .main_img {    width: 60%;    margin: 0 0 0 auto;    height: 1000px !important;    pointer-events: none;    left: auto;    right: -3vw;}.RWDbanner014 .main_pic_box .swiper-slide .info {    right: auto;    left: 5vw;    border: 0;    padding: 0;    height: auto !important;    max-width: 700px;    top: 21vw;    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;    width: 40%;}.RWDbanner014_info_title {    order: 1;    text-transform: uppercase;}.RWDbanner014_info_text {    order: 2;    width: 90%;}.RWDbanner014_info_img {    order: 3;    margin: clamp(1vw, 1.5vw, 2vw) 0;    width: 90%;}.RWDbanner014_info_img img {    border-radius: 25px;    width: 100%;}.RWDbanner014 .main_pic_box .bg,.RWDbanner014 .swiper-pagination {    display: none;}.RWDbanner014_info_title,.RWDbanner014_info_text strong {    color: #000;}.RWDbanner014_info_text strong {    min-width: 101px;    margin: 0 0 10px;    display: inline-block;    font-weight: 500;}.RWDbanner014 .main_pic_box .control_arrow {    display: flex;    position: absolute;    bottom: 50%;    width: calc(100% + 300px);    justify-content: space-between;    left: -150px;    margin-left: 0;    z-index: 9999;    pointer-events: painted;}.RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow {    border-radius: 99em;    width: 60px;    font-size: 28px;    height: 60px;    display: flex;    align-items: center;    justify-content: center;    margin-right: 0;    color: #fff;    background: #000;}.RWDbanner014-arrow[aria-disabled="true"],.RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow {    color: #fff !important;    font-size: 16px;}.RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow.RWDbanner014-swiper-button-prev {    transform: rotate(180deg);}.RWDbanner014 .main_pic_box .swiper-slide .button {    right: auto;    left: 5vw;    position: absolute;    line-height: normal;    transform: initial;    top: auto;    bottom: 2vw;}.RWDbanner014 .RWDbanner014-arrow.swiper-button-disabled {    opacity: 0.1;}/*應用服務*/ 
.pro-block .container {    width: 100%;    padding: 0;    margin: var(--5dst) 0;}.RWDbanner015 ul {    gap: 10px;    display: flex;    justify-content: space-between;    align-items: stretch;}.RWDbanner015 li {    width: 100%;    border-radius: 55px;    overflow: hidden;}.RWDbanner015 li div a {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}.RWDbanner015 .pic_show .word {    position: absolute;    left: 0;    bottom: 0;    background: #fff;    border: 0;    width: 100%;    height: auto;    max-width: initial;    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    padding: var(--1dst) var(--2dst);}.RWDbanner015 .pic_show .word .tw span {    color: var(--color01);    font-size: clamp(1.3125rem, 1.2768rem + 0.1786vw, 1.5625rem);    letter-spacing: 2px;    line-height: 1.6;    border: 0;    padding: 0;    font-family: var(--ft-02);    font-weight: 500;}.RWDbanner015 .pic_show .word .en {    font-family: var(--ft-02);    font-weight: 300;    color: var(--color02);    font-size: 17px;    line-height: 1.6;}.RWDbanner015 .pic_show .word,.RWDbanner015 li div a *,.RWDbanner015 .pic_show .word .en,.RWDbanner015 .pic_show .word .tw span {    -webkit-transform: translateX(0px);    transform: translateX(0px);    float: none;    opacity: 1;}.RWDbanner015 li div a::after {    content: '';    background: url(archive/image/customization/btn-arrow-st02.webp) no-repeat;    background-size: 100% auto;    width: 121px;    height: 121px;    display: block;    position: absolute;    top: 0;    right: 0;    z-index: -1;    opacity: 0;    transition: all 0.5s ease-out;    transform: scale(0.5);}.RWDbanner015 li div a::before {    content: '';    background: url(archive/image/customization/pro-hover-bg.png) no-repeat;    width: 0;    height: 153px;    display: block;    position: absolute;    top: 0;    right: 0;    z-index: -1;    opacity: 0;    transition: all 0.2s ease-out;}.RWDbanner015 li div a:hover::after {    opacity: 1;    transition: all 0.5s ease-out;    transform: scale(1);}.RWDbanner015 li div a:hover::before {    width: 161px;    opacity: 1;    transition: all 0.2s ease-out;}/*關於我們*/ 
.ab-block .container {    width: 100%;    padding: 0;    margin: 0;    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: stretch;    height: 35vw;    margin: 14rem 0;}.ab-block .lf-box,.ab-block .rg-box {    width: 50%;    position: relative;    height: 100%;}.ab-block .lf-box .titlebar {    text-align: left;    margin-left: 15vw;}.ab-block .lf-box .titlebar .main-tit {    margin: 0 0 2rem;}.ab-block .lf-box .titlebar .sub-tit {    width: 60%;    text-align: justify;}.ab-block .lf-box .titlebar a {    margin-top: 50px;}.ab-block .lf-box .RWDedictor008 {    height: 100%;}.ab-block .lf-box .ab-pic {    position: absolute;    left: 0;    bottom: 0;    transform: translate(0, 20%);    width: 54vw;    height: 35vw;    pointer-events: none;    z-index: -1;}.ab-block .lf-box .ab-sm-pic {    width: 5.5vw;    height: 5.5vw;    position: absolute;    top: 0;    right: -5vw;    border-radius: 25px;    overflow: hidden;}.ab-block .lf-box .ab-sm-pic img {    object-fit: cover;    height: 100%;}/*跑分*/ 
.RWDscore01 .count-blk {    padding-top: 20px;    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;}.RWDscore01 .count-num {    font-size: clamp(3.4375rem, 3.1005rem + 1.3825vw, 5.3125rem);    font-weight: 700;    font-family: var(--ft-01);}.RWDscore01 .score-maintitle {    font-size: 20px;    margin-bottom: 0;    margin-top: 40px;    font-weight: 500;}.RWDscore01 .count-str {    font-size: 16px;    font-weight: 500;    color: #6b6456;    position: absolute;    right: 2vw;    top: 2vw;    font-family: var(--ft-01);}.RWDscore01 .count-item {    display: flex;    flex-direction: column;    align-items: flex-start;    justify-content: flex-start;    margin: 0 0 0 0;    position: relative;    padding: 15px 0 0;}.RWDscore01 .count-item::after {    display: none;}.RWDscore01 .count-title {    font-size: clamp(1rem, 0.9551rem + 0.1843vw, 1.25rem);    color: #000;    font-weight: 500;    letter-spacing: 1px;    margin: 15px 0 0;}.RWDscore01 .trigger-blk,.RWDscore01 .score-subtitle,.RWDscore01 .trigger-wrap,.RWDscore01 .trigger-blk,.RWDscore01 .count-item span:nth-child(2) {    display: none;}.RWDscore01 .score-mainblk {    min-height: initial;}/*跑分樣式1*/ 
.score-style-01,.score-style-02 {    height: 100%;    position: absolute;    right: 15vw;    display: flex;    align-items: center;    width: 50%;}.score-style-01 .RWDscore01,.score-style-02 .RWDscore01 {    position: absolute;    right: 0;    bottom: 0;    height: 100%;}.score-style-01 .RWDscore01 .score-blk,.score-style-02 .RWDscore01 .score-blk {    height: 100%;}.score-style-01 .RWDscore01 .score-image {    background-color: transparent;    background-position: bottom right;    background-size: 100% auto;    background-repeat: no-repeat;    width: 11.5vw;    position: absolute;    right: calc(-2vw - -19px);    bottom: 0;    z-index: 1;    min-height: 48vw;    height: auto;}.score-style-01 .RWDscore01 .score-mainblk.parallax {    width: 22vw;    min-height: initial;    position: absolute;    bottom: auto;    right: 0;    height: 100%;    top: 0;    height: 23vw;    background-position: top right;}.score-style-01 .RWDscore01 .score-mainblk.parallax::before {    content: '';    background: url(archive/image/customization/about-score-bg-black.png) no-repeat;    background-size: 100% auto;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;    background-size: contain;}.score-style-01 .RWDscore01 .score-content,.score-style-01 .RWDscore01 .count-blk,.score-style-02 .RWDscore01 .score-content,.score-style-02 .RWDscore01 .count-blk {    padding-top: 0;}.score-style-01 .RWDscore01 .count-blk,.score-style-02 .RWDscore01 .count-blk {    overflow: inherit;    position: absolute;    width: 100%;    height: 100%;    top: 0;    right: 0;}.score-style-01 .swiper-container-autoheight .swiper-wrapper,.score-style-02 .swiper-container-autoheight .swiper-wrapper {    height: 100% !important;}.score-style-01 .RWDscore01 .count-blk .swiper-slide {    position: relative;    z-index: 0;}.score-style-01 .RWDscore01 .count-blk .swiper-slide {    display: flex;    align-items: flex-end;    flex-direction: column-reverse;    justify-content: flex-end;    height: 100%;}.score-style-01 .count-item:nth-child(1) {    margin: 0;    position: absolute;    right: 0;    width: 50%;    height: 50%;    top: 0;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;}.score-style-01 .count-item:nth-child(2) {    margin: 0;    position: absolute;    left: 0;    width: 50%;    height: 50%;    bottom: 0;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;    color: var(--w-color);}.circle-animation-style {    position: absolute;    bottom: -5.2vw;    left: 8.3vw;    transform: translateX(-50%);    z-index: 0;    width: 9.5vw;    height: 2vw;    overflow: hidden;}.circle-animation-style::before {    content: '';    background: url(archive/image/customization/ab-circle.webp) no-repeat;    position: absolute;    top: 0;    width: 245px;    height: 246px;    display: block;    z-index: -1;    left: 0;    -webkit-animation: looprotate 17s linear infinite;    -moz-animation: looprotate 17s linear infinite;    animation: looprotate 17s linear infinite;    background-size: 100% auto;}@keyframes looprotate {    100% {        transform: translate(0, 0px) rotate(360deg);    }}.score-style-01 .RWDscore01 .count-num,.score-style-01 .RWDscore01 .count-title {    color: var(--w-color);    font-family: var(--ft-01);    font-weight: 600;    text-transform: uppercase;}.score-style-01 .RWDscore01 .count-str {    color: #fcd47f;    font-weight: 600;    text-transform: uppercase;    font-size: 16px;}/*跑分樣式2*/ 
.score-style-02 .RWDscore01 .score-mainblk.parallax {    width: 23vw;    min-height: initial;    position: absolute;    bottom: 0;    right: calc(11vw - 1px);    height: 11vw;}.score-style-02 .count-item:nth-child(1) {    margin: 0;    position: absolute;    left: 0;    width: 11vw;    height: 11vw;    top: 0;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;    background: rgba(255, 255, 255, 0.3);    border-radius: 35px;    backdrop-filter: blur(5px);    border: var(--w-color) solid 1px;}.score-style-02 .count-item:nth-child(2) {    margin: 0;    position: absolute;    right: 0;    width: 11vw;    height: 11vw;    top: 0;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;    background: var(--color04);    border-radius: 35px}/*底下關於我們*/ 
.ab-bottom-block {    margin: 0 auto;}.ab-bottom-block .container {    width: 75%;    margin: 0 auto;    padding-top: var(--14dst);    padding-bottom: var(--14dst);}.ab-bottom-block .titlebar {    width: 100%;    text-align: left;    line-height: 1.4;    margin: clamp(1vw, 2vw, 3vw) auto;}.ab-bottom-block .ab-bottom-enbig .mobile-pic,.ab-bottom-pic .bg .mobile-pic {    display: none;}.ab-bottom-pic {    position: relative;    width: 100%;    height: 20vw;}.ab-bottom-pic .bg {    position: absolute;    top: 0;    left: 0;    width: 100%;    z-index: 0;    pointer-events: none;}.ab-bottom-pic .vi {    position: absolute;    top: -6.3vw !important;    right: -6vw;    width: 60vw;    height: auto;    left: auto !important;}.ab-bottom-pic .cube {    position: absolute;    bottom: -5vw;    right: 0;    width: 14vw;    left: auto !important;    top: auto !important;}.ab-bottom-txt {    width: 40%;    text-align: justify;    margin: clamp(1.5vw, 4vw, 3vw) 0 0;}.ab-bottom-block .btn-style {    float: right;    margin-top: -2vw;}/*過場*/ 
.transitions-block {    overflow: hidden;}.transitions-block,.transitions-pic {    height: 32.5vw;}.transitions-pic img {    object-fit: cover;    object-position: center;    height: 100%;}.transitions-pic img.mobile-img {    display: none;}.transitions-block .RWDedictor008 {    height: 100%;}.tr-slogan {    color: var(--w-color);    font-family: var(--ft-02);    font-size: 25px;    font-weight: 500;    position: absolute;    width: 100%;    height: 100%;    top: 5vw;    left: 0;    line-height: 1.3;    text-align: center;}.tr-slogan span {    display: block;    font-size: 48px;    font-weight: 600;}.lightining {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 34vw;    animation: lightining 4s linear infinite;    opacity: 1;    animation-delay: .4s;}.sm-lightining {    position: absolute;    top: 0;    left: 19vw;    width: 14vw;    height: 17vw;    animation: sm-lightining 12s linear infinite;    opacity: 0.1;    animation-delay: .2s;    transform: scaleX(-1);}@keyframes sm-lightining {    0% {        opacity: 0;    }    20% {        opacity: 0;    }    21% {        opacity: 0.7;    }    25% {        opacity: 0;    }    30% {        opacity: 0;    }    31% {        opacity: 0.7;    }    35% {        opacity: 0;    }    100% {        opacity: 0;    }}@keyframes lightining {    0% {        opacity: 0;    }    20% {        opacity: 0;    }    21% {        opacity: 0.7;    }    25% {        opacity: 0;    }    30% {        opacity: 0;    }    31% {        opacity: 0.7;    }    35% {        opacity: 0;    }    100% {        opacity: 0;    }}/*表單*/ 
.index-form-block {    position: relative;    z-index: 0;    width: 70%;    margin: var(--5dst) auto;    border-radius: 35px;    background-color: #eaebef;    overflow: hidden;    scroll-behavior: smooth;    /*scroll-padding-top: 320px;*/}.form-bg.mobile-st {    border-radius: 99em;    overflow: hidden;    max-height: 11.5vw;    width: 105%;    transform: translate(-2.5%, 0);}.index-form-block .container {    width: 100%;    margin: 0 auto;    padding: 5rem 20px;    height: 100%;    display: flex;    justify-content: center;    align-items: flex-start;    align-content: center;    border-radius: 25px;    flex-direction: row;}.index-form-block .container::before {    content: '';    display: block;    background: url(archive/image/customization/form_radius.webp) no-repeat;    position: absolute;    top: 0;    right: 0;    width: 20vw;    height: 439px;    background-size: 100% auto;    background-position: right top;    pointer-events: none;}.index-form-block .container::after {    content: '';    display: block;    background: url(archive/image/customization/form_radius.webp) no-repeat;    position: absolute;    bottom: 0;    left: 0;    width: 19vw;    height: 350px;    background-size: 100% auto;    background-position: right top;    transform: rotate(180deg);    pointer-events: none;}.index-form-block .titlebar {    width: 40%;    height: 28vw;    position: relative;    z-index: 1;}.index-form-block .titlebar:before {    content: "";    position: absolute;    width: 17vw;    height: 20vw;    background: url(archive/image/customization/form_bg_deco.webp) no-repeat;    background-size: contain;    right: 0;    top: 20%;    transform: translate(55%, 0px);    opacity: .5;}.index-form-block .titlebar .RWDedictor008 {    height: 100%;}.index-form-block .titlebar .main-tit {    font-size: clamp(4.375rem, 4.1503rem + 0.9217vw, 5.625rem);    text-align: left;    line-height: 1;    letter-spacing: 0;    font-family: var(--ft-01);}.index-form-block .titlebar .main-tit span {    font-size: 25px;    display: block;    letter-spacing: 1px;    margin: 15px 0 0;    font-family: var(--ft-02);}.index-form-block .titlebar .sub-tit {    text-align: left;    margin: 3rem 0 0;}.orther-contact {    display: flex;    align-items: center;    justify-content: flex-start;    gap: 15px;    color: var(--color01);    font-family: var(--ft-02);    margin-top: 50px;}.orther-contact ul {    list-style: none;    margin: 0;    padding: 0;    text-align: left;    display: flex;    align-items: center;    justify-content: flex-start;    gap: 15px;}.orther-contact .btn-style {    width: auto;    letter-spacing: 0;}.orther-contact .btn-style::after {    display: none;}div#mobile_link {    position: absolute;    top: -140px;}.index-form-block .form-style {    width: 50%;    position: relative;    z-index: 1;}.index-form-block .btn-style.form-line:hover {    border: #4ac162 solid 1px;    color: var(--color03);}.index-form-block .btn-style.form-line:hover:before {    background-color: #4ac162;}.index-form-block .btn-style.form-line:hover i {    color: var(--w-color) !important;}.index-form-block .btn-style.form-tel:hover {    border: var(--color04) solid 1px;    color: var(--black-color);}.index-form-block .btn-style.form-tel:hover:before {    background-color: var(--color04);}.index-form-block .btn-style.form-tel:hover i {    color: var(--black-color) !important;}/*表單form*/ 
.column_memo a {    text-decoration: underline;}.RWDeformandsoical .form-horizontal .form-group {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: flex-start;    align-items: center;    gap: 5px;    position: relative;}.RWDeformandsoical.section-bgimage-yes {    width: 100%;    float: right;    background-image: none !important;    background-color: transparent !important;}.RWDeformandsoical>.section-inner .section-content {    display: block;    background: rgba(255, 255, 255, 0.3);    padding: 3rem 2rem;    backdrop-filter: blur(5px);    border-radius: 25px;    border: #fff solid 1px;}.RWDeformandsoical>.section-inner .section-content::before,.RWDeformandsoical>.section-inner .section-content::after {    display: table;    content: " ";    background: none;    position: static;    width: auto;    height: auto;}.RWDeformandsoical .section-subject,.RWDeformandsoical.section-bgimage-yes>.section-inner>.section-overlay {    display: none;}.index select,.form-control,.RWDeformandsoical>.section-inner .section-content .form-group input,.RWDeformandsoical>.section-inner .section-content .form-group textarea {    border-left-color: #ccc;    border-radius: 99em;    box-shadow: initial;    border-color: transparent;    background: rgba(255, 255, 255, 0.8);    backdrop-filter: blur(5px);    border: rgba(255, 255, 255, 0.3) solid 1px;}.index select {    -moz-appearance: none;}.RWDeformandsoical>.section-inner .section-content .form-group span {    background-color: transparent;    border-radius: 0px;    border-color: transparent;    margin: 0 15px 0 5px;    color: var(--color01);    font-family: var(--ft-02);    font-size: 16px;    font-weight: 400;}.RWDeformandsoical .form-control {    border-radius: 99em;}.col-md-offset-1 {    margin-left: 0;    width: 100%;}.RWDeformandsoical>.section-inner .section-content .form-group label {    color: var(--color01);    font-family: var(--ft-02);    font-size: 16px;    font-weight: 400;    text-transform: uppercase;    letter-spacing: 1px;    width: 100%;}/* .RWDeformandsoical>.section-inner .section-content .form-group label::after {    content: '*';    display: inline-block;    color: #db0808;} *//* #eForm1>div:nth-child(6)>div:nth-child(5)>label::after {    display: none;} */ 
.RWDeformandsoical>.section-inner .section-content .form-group textarea {    height: 100px;    border-radius: 10px;}.RWDeformandsoical must {    margin: 0;}.RWDeformandsoical .btn_refresh {    margin: 0 !important;    width: 10% !important;    border: 0;    height: 100%;}.RWDeformandsoical>.section-inner .section-content .form-group label.error {    top: 6px;    font-weight: 600;    color: #3f97e2;    left: auto;    text-align: right;}.address-col-1 .error::after {    display: none;}/*地址選擇*/ 
.form-group .row {    width: 100%;    margin: 10px -15px;}.address-col-1 label.error,.address-col-2 label.error {    top: -33px !important;}#eForm1>div:nth-child(5)>div:nth-child(4)>div {    width: 100%;    display: flex;}.address-col-1 select,.address-col-2 select {    width: 100%;}button#eformstw31_00007_verifycodeImg_refresh {    background: transparent;}/*表單按鈕*/ 
.RWDeformandsoical .form-horizontal .form-group.form-group-bottom {    justify-content: flex-end;    display: flex;}/* #eForm1 > div:nth-child(6) > div:nth-child(4) label::after,#eForm1 > div:nth-child(6) > div:nth-child(6) label::after{    display: none;} */
/*內頁 start*/

/* 匯入內頁版面寬度80%*//*a連結*/a {    text-decoration: none;}.page_wrapper_bg section.call_to_action a,.page_wrapper_bg section.call_to_action a:hover,.page_wrapper_bg section.call_to_action a:focus,.page_wrapper_bg section.call_to_action .btn,.page_wrapper_bg section.call_to_action .btn:hover,.layoutlist_3 .dbtn_v2,.layoutlist_3 .dbtn_v2:hover {    text-decoration: none;    transition: .5s;}.row {    margin-right: 0px;    margin-left: 0px;}.boxname {    margin: 0 10px;}:root {    --btn-main-color: #444;    --btn-main-hover-color: #212121;    --btn-sub-color: #999;    --btn-sub-hover-color: #212121;}/*230531範本預設按鈕改色導圓角統一5px*/ 
._bd_btn._bd_btn-primary:hover {    color: #fff;    background-color: var(--btn-main-hover-color);    border-color: var(--btn-main-hover-color)}._bd_btn._bd_btn-primary {    background: var(--btn-main-color);    border-radius: 5px !important}._bd_btn._bd_btn-default {    background: 0 0;    border: 1px solid var(--btn-sub-color);    color: var(--btn-sub-color);    border-radius: 5px !important}._bd_btn._bd_btn-default:hover {    color: #fff;    background-color: var(--btn-sub-hover-color);    border-color: var(--btn-sub-hover-color)}._bd_row a {    color: #333}/*221226最小字級修正*/ 
.login_box_body .control-label,#btn_forget_form,#btn_reverify_form,.link-style,.member_join,.btn-primary,#forget_table .th,#join_form,.m2018 .products-nav>ul>li a,.RWDquiry,.RWDshopping,.RWDproduct_page .control-box .control-label,.RWDproduct_page .products-info .download .control-label,.RWDproduct_page .products-info .pd-info .control-label,.RWDproduct_page .products-info .txt .title,#mobile-fixed input,#mobile-fixed select,#mobile-fixed select.form-control:not([size]):not([multiple]),#plusbuy_mobile-fixed input,#plusbuy_mobile-fixed select,#plusbuy_mobile-fixed select:not([size]):not([multiple]),.RWDproduct_page input,.RWDproduct_page select,.RWDproduct_page select.form-control:not([size]):not([multiple]),.RWDproduct_page .btn,.RWDproduct_page .ibtn,.hgroup .breadcrumb,.shopping-item-box .item-btn,#join_form select,#join_form select.form-control:not([size]):not([multiple]),.RWDshopping select,.RWDshopping select.form-control:not([size]):not([multiple]),.bonus-box .form-group .btn,.voucher-box .form-group .btn,.form-control,.layoutlist_8 .listdate .yearmonth,select,textarea,.video_item_summary,.download .search-go,.layoutlist_2 .listdate .yearmonth,.layoutlist_2 .list_subject .subsubject,.layoutlist_4 .listdate .yearmonth,.layoutlist_5 .list_subject a,.rwdlayoutlist_9 .summary,.rwdlayoutlist_9 .cdate,.RWDsearch01 .search-nav-btn,.count_info,.layoutlist_5 .item .summary,.list-btn_mobile,.list-btn,.buybtn,.layoutlist_3 .dbtn_v2,#mobile-fixed .btn,#plusbuy_mobile-fixed .btn,#mobile-fixed .stock,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,.sum-box .total .td:last-child small,.delivery-editor ul,.goadd-box,.info-editor ul,.plus-fixed .name a,.plus-list .name a,.shopping-item .name,.shopping-step .name,.RWDshopping,.RWDshopping .btn,.bonus-box .form-group .btn,.delivery-editor,.goadd-box .goadd,.info-editor,.login-box a,.login-box a:hover,.plus-list .addcart,.plus-list .price-box,.shopping-item .tag,.shopping-title .freight,.shops-box .shops,.voucher-box .btn.vouchers,.voucher-box .form-group .btn,.login_box_footer a.shopping_view,.shopping_viewlogin__member,.RWDproduct_page .download_container .btn,.RWDsearch_page .list-img .name,.RWDmenu_plus04 .cart-block .name,.RWDmenu_plus04 .querycar-block .name,.RWDmenu_plus04 .cart-block .spe-box,.RWDmenu_plus04 .querycar-block .spe-box,.RWDtimeline02 .timeline2_list .block .text,.shopping_viewlogin__intro {    font-size: 1rem !important;    letter-spacing: 0 !important;    line-height: 1.5;}.layoutlist_4 .buybtn {    padding: 10px 0;}.list-btn {    padding: 10px 0;    margin: 20px 0 0;}.layoutlist_5 .product_list_item .subject {    margin: 10px 0 0;}.layoutlist_5 .item .buybtn {    width: 100%;    padding: 5px 0;}input#top_search_searchkey {    font-size: 20px !important;    letter-spacing: 1px !important;}.cd-search.full .ibtn,.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 .member-block .form-area .group {    flex-wrap: nowrap;}.login_box_footer a.member_join {    display: flex;    justify-content: center;    align-items: center;}input#search_box_text {    font-size: 20px !important;}/*購物流程圈圈改色*/@keyframes num-bg {    0% {        background: #666;        -webkit-transform: scale(.5);        transform: scale(.5)    }    100% {        background: #666;        -webkit-transform: scale(1);        transform: scale(1)    }}/*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 100px 0;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;    max-width: 1700px}.page_wrapper_bg .article-text .container {    width: 100%;}.hgroup .container {    width: 100%;    margin: 0 0 5rem;}/*搜尋*/ 
.RWDsearch_page .search-list {    margin-bottom: 40px !important;}.RWDsearch_page .list-img .name {    height: auto;}/*文字統一設定*/ 
.page_wrapper_bg .hgroup h1 {    line-height: 1.3;}.page_wrapper_bg .article-text h2 {    font-size: 1.3rem;    line-height: 1;    letter-spacing: 2px;}.page_wrapper_bg .article-text h3 {    letter-spacing: 2px;    line-height: 1.5;    margin-bottom: 10px;    font-weight: bold;    font-size: 1.2rem !important;}.page_wrapper_bg .article-text h4 {    font-size: 1.1rem;    line-height: 1.7;    letter-spacing: 2px;    margin: 15px 0 15px;    font-weight: bold;}.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav,.RWDslider01 .slick-dots button {    font-size: 1rem;    letter-spacing: 1px;    color: var(--color02);    line-height: 1.8;    font-weight: 300;    font-family: var(--ft-02);}#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-family: var(--Font_All);}.bd_row h1,.bd_row h2,.bd_row h3,.bd_row h4,.bd_row h5,.bd_row h6 {    font-family: var(--Font_All);}._bd_row label,._bd_row li,._bd_row p,._bd_row td {    font-size: 1rem;    line-height: 1.8;    font-weight: 400;}._bd_row li {    margin-bottom: 10px;}._bd_row ol {    padding-left: 22px;}._bd_row ul {    padding-left: 18px;}/*-------按鈕--------*/#panelCms .btn.btn-primary {    float: none;    border-radius: 5px !important;}/*重新填寫*/ 
.refill_btn {    display: none;}/*回上一頁按鈕*/ 
.btn {    font-size: 16px;}#article .btn.btn_back a,#album .btn.btn_back a {    padding:15px;    display: block;    border-radius: 99em;}.btn.btn_back {    margin-right: 0;    float: right;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: 60px;    position: relative;    overflow: hidden;}.btn.btn_back a {    min-width: 230px;    padding: 10px 15px;    background: transparent;    color: var(--btn-main-color);    transition: all 0.2s ease;    border: 1px solid var(--btn-main-color);    line-height: 1;    border-radius: 99em;}.btn.btn_back a:hover {    border: 1px solid var(--btn-main-hover-color);    color: #fff !important;    background: var(--btn-main-hover-color);}.btn.btn_back:before {    -webkit-transform: scale(.9);    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 101%;    transform: scale(.7);    border-radius: 28px;    background-color: var(--color03);    content: "";    opacity: 0;    transition-duration: .3s;    transition-property: opacity, -webkit-transform;    transition-property: opacity, transform, -webkit-transform;    transition-property: opacity, transform;    transition-timing-function: cubic-bezier(.39, .575, .565, 1);    z-index: -1;    border-radius: 99em;}.btn.btn_back:hover:before{    -webkit-transform: scale(1);    transform: scale(1);    opacity: 1;    background-color: var(--black-color);}/*確定送出*/ 
.ebtn {    padding: 0;    background: transparent;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;    float: right;    margin-right: 0;}.ebtn a {    display: block;    text-align: center;    min-width: 180px;    line-height: 1.5;    padding: 6px 30px !important;    margin-top: 20px;    color: #fff !important;    background: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: all .2s ease;    border-radius: 0}.ebtn a:hover {    background: var(--btn-sub-hover-color);    color: #fff !important;    border-color: var(--btn-sub-hover-color);    transition: all .2s ease;}.new-form .new-width .currectsend_btn a {    color: var(--btn-main-color) !important;    background: 0 0}.new-form .new-width .currectsend_btn a:hover {    color: #fff !important;    background: var(--btn-main-hover-color)}/*購物車按鈕*/ 
.RWDshopping .btn.bg1 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg1:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}.layoutlist_4 .showY br {    display: none;}.RWDshopping .btn.normal {    max-width: initial;}.page_wrapper_bg.lang_en .voucher-box .form-group .btn {    width: auto;}.RWDshopping .btn.bg2 {    border-radius: 0 !important;    transition: all 0.3s ease;    border: 1px solid #444 !important;    color: #fff !important;    background: #444 !important;}.RWDshopping .btn.bg2:hover {    background: #000 !important;    color: #fff !important;    border: 1px solid #000 !important;}.RWDshopping .btn.bg2 i {    transition: none;}.RWDshopping .btn.bg3 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg3:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    max-width: initial;}/*購物車v3按鈕*/ 
.RWDshopping_v3 .cartform-submit,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn,.RWDshopping_v3 .order-infobox .btn-row .links,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn,.payhint-modal .btn-row .gray33radius-btn {    background: var(--btn-main-color)}.RWDshopping_v3 .cart-fill .cart-list .info-pane .gray82empty-btn:hover,.RWDshopping_v3 .cartform-submit:hover,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn:hover,.RWDshopping_v3 .order-infobox .btn-row .links:hover,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn:hover,.payhint-modal .btn-row .gray33radius-btn:hover {    background: var(--btn-main-hover-color)}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);    background: 0 0}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn:hover {    background: var(--btn-sub-hover-color);    color: #fff}/*會員按鈕*/#join_form .btn {    padding: 6px 12px;    border-radius: 0;}#join_form .btn-link:hover {    text-decoration: none;}.memberlist .col-sm-9.col-md-9 .btn.btn-primary a,.memberlist .col-sm-9.col-md-9 .btn.btn-primary a:hover {    color: #fff !important;}#btn_member_login {    float: none;    background: #444;    color: #fff;    border: 1px solid #444;    padding: 6px 12px;}#btn_member_login:hover {    background: #000;    color: #fff !important;    border: 1px solid #000;}#join_form .btn-primary {    min-width: 180px;    float: none;    background: var(--btn-main-color);    color: #fff;    border: 1px solid var(--btn-main-color);}#join_form .btn-primary:hover,.shopping_viewlogin__submit:hover {    background: var(--btn-main-hover-color) !important;    color: #fff !important;    border: 1px solid var(--btn-main-hover-color);}.webbtn {    background: var(--btn-main-color)}.webbtn:hover {    background: var(--btn-main-hover-color)}.btn-primary,.shopping_viewlogin__submit {    background-color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    border-radius: 0 !important;    float: right;    margin-right: 0px;    font-size: 14px;    box-shadow: none;}.btn-primary a {    color: #fff;    font-size: 1rem;}.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {    color: #fff !important;}.btn-primary:hover {    transition: all 0.3s ease;    color: #fff;    background-color: #000;    border-color: #000;}.btn-primary:active:hover,.btn-primary:active:focus {    background-color: #000;    border: 1px solid #000;}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {    color: #fff !important;    background-color: #000;    border-color: #000;    outline: none;}/*詢問車按鈕*/ 
.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn:hover {    transition: .5s;}/*忘記密碼 ＆重發認證信*/#div_forget_area * {    border-radius: 0 !important;}/*註冊*/ 
.join_form_btns {    text-align: right;}/*文章列表*/ 
.RWDslider01 .products-list .products-item .box {    display: flex;    align-items: center;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: row-reverse;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 60px !important;}/*文章列表-2*/#article .layoutlist_2 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 1.5 !important;}.subsubject {    font-size: 14px;    font-weight: 400;    line-height: 1.5;}.layoutlist_2 .listdate .yearmonth,.layoutlist_4 .listdate .yearmonth {    padding-bottom: 0;}.layoutlist_2 .item {    width: 100%;}.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*文章列表-3*/ 
.layoutlist_3.fn_article3 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 2 !important;}.layoutlist_3.fn_article3 .list_subject .summary a {    font-size: 14px !important;    font-weight: 400;    line-height: 2 !important;}/*文章列表-4*/#article .layoutlist_4 .item {    display: flex;    align-items: stretch;    border-bottom: 1px solid #eee;}#article .layoutlist_4 .list_subject a {    font-size: 17px !important;    font-weight: 700;    margin: 0 0 10px !important;    display: block;    line-height: 1.5 !important}#article .layoutlist_4 .list_subject .summary a {    font-size: 16px !important;    font-weight: 400;    line-height: 1.5 !important}#article .layoutlist_4 .listdate {    padding: 0 10px;    width: 90px;    border-left: 1px solid #eee}#article .layoutlist_4 .listdate .day {    font-size: 25px}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;    padding: 0}#article .layoutlist_4 .item .list_img {    padding-left: 0}#article .layoutlist_4 .list_subject {    width: calc(100% - 25% - 90px)}#article .layoutlist_4 .xrow.list {    height: auto;}/*文章列表-7*/#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    margin-top: 15px !important;    ;    margin-bottom: 10px !important;    ;}#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a {    font-size: 12px;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: 16px !important;    font-weight: 300;    line-height: 1.5 !important;}.layoutlist_7 .subject,.layoutlist_7 .subject a {    font-size: 1.1rem !important;    font-weight: 500;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}.layoutlist_7 .litem {    margin: 0 0 3rem !important;    padding: 0 20px;}#article .layoutlist_7 .row {    display: flex;    margin-left: -15px;    margin-right: -15px;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding: 0 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    font-size: 1.3rem;    line-height: 1.5;    display: block}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: 16px;    font-weight: 400;    line-height: 1.5;    color: #000}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li ul,.RWDproduct_page .tab-box .tab-container>ul>li ol {    padding-left: 22px;}.RWDproduct_page .tab-box .tab-menu li.active a {    color: #121212;    border: transparent;    background: transparent;    font-weight: 500;    letter-spacing: 1px;    font-size: 17px}.RWDproduct_page .tab-box .tab-container {    border: 1px solid #eee}.RWDproduct_page .tab-box .tab-menu li:last-child a:after {    opacity: 0}.RWDproduct_page .tab-box .tab-menu a:after {    content: "";    background: #ccc;    position: absolute;    width: 1px;    height: 15px;    right: 0;    top: 50%;    transform: translateY(-50%)}.RWDproduct_page .tab-box .tab-container>ul>li ol>li:last-child {    margin: 0}.RWDproduct_page .tab-box .tab-container>ul>li ol>li {    margin: 0 0 15px}#mobile-fixed,.RWDproduct_page {    color: #444}.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 50px;    line-height: 2;    font-size: 15px}.RWDproduct_page .tab-box .tab-menu li.active a:before {    display: none}.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {    display: flex}.RWDproduct_page .tab-box .tab-menu a {    margin: 0 5px 0 0;    padding: 15px 30px;    height: auto;    font-size: 17px;    background: transparent;    border: 0;    position: relative}.productcontent .tabs nav ul {    margin: 0 !important;}/*文章頁籤*/ 
.tabs {    margin: 5rem 0 0;}.tabs nav a {    padding: 15px 20px !important;    height: auto !important}.tabs nav ul li:first-child {    border: 0;    box-shadow: none;}.tabs nav li:last-child:before {    opacity: 0}.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after,.tabs nav li.tab-current:after {    display: none}.tabs nav ul li {    border: 0}.tabs nav a {    border-radius: 0;    font-weight: 400;    letter-spacing: 1px;    background: transparent !important;    border: 0 !important;    font-size: 16px !important}.tabs nav ul li:before {    content: "";    background: #ccc;    width: 1px;    height: 15px;    position: absolute;    right: 0;    top: 50%;    transform: translateY(-50%)}.tabs nav li.tab-current:before {    width: 1px;    right: 0;    background: #ccc;    bottom: auto;    top: 50%;    transform: translateY(-50%);    height: 15px}.tabs .content {    border: 1px solid #eee;    padding: 50px !important;    font-weight: 400;    line-height: 1.8;    font-size: 15px;    letter-spacing: 1px;    margin: -10px 0 0;    background: #fff}.tabs nav li.tab-current a {    background: transparent;    color: #000 !important;    border: 0;    font-weight: 500 !important}.tabs nav ul {    margin: 0 0 10px !important}.tabs nav li.tab-current {    border: transparent;    box-shadow: none;    border-bottom: none;    z-index: 100;}/* 時間軸 */ 
.RWDtimeline01 li.event .point {    z-index: 1;}/*相簿列表*/ 
.layoutlist_2 .album_item {    height: auto !important;}/*相簿上下方說明*/#album .page_desc {    margin: 50px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 50px 0 0;}/*修正相簿a連結顏色*/ 
.photo_view .flex-direction-nav a {    color: transparent !important;}.album_item a:hover {    color: #313131;}/*相簿-1*/#album .layoutlist_1 .album_item_subject {    padding: 20px 0px;    font-size: 1.1rem;}#album .page_content2 .dis .dis_li .text {    font-size: 16px;    line-height: 1.8;    letter-spacing: 0;    color: #000;    font-weight: 400;    margin: 0 0 30px}/*相簿-2*/#album .layoutlist_2 .album_item_subject {    padding: 20px 0px;    font-size: 1.1rem;}/*相簿共同彈跳視窗*/ 
.photo_num {    position: relative;    text-align: right;    margin: 10px 0 0px;}/*Q&A*/ 
.rwd .faq_question {    font-size: 16px;    letter-spacing: 2px;}.rwd .faq_answer {    font-size: 15px;    letter-spacing: 2px;    line-height: 1.8;}/*影片*/ 
.video_item_subject {    font-size: 1rem;    letter-spacing: 0;    font-weight: 500;    color: #000}.video_item a.videolink:hover {    color: #000;}/*檔案下載*/ 
.download .search_input {    background: transparent;}.no-touch .layoutlist_5 .dbtn_v2:hover {    background: #333;    border-color: #333;    color: #fff;}.layoutlist_5 .dbtn_v2 {    display: inline-block;    margin: 15px 0 0;    padding: 6px 0.8em;    font-size: 14px;    line-height: 1.2;    color: #333;    border: 1px solid #b7b7b7;    border-radius: 2px;    background: #fff;    text-decoration: none;    cursor: pointer;}.layoutlist_5 .download_subject {    line-height: 1.4;}.layoutlist_5 .summary {    margin: 8px 0 0;    font-size: 13px;    line-height: 1.4;    color: #818181;}.dd-selected {    font-size: 15px;    letter-spacing: 0;}.download_container .btn {    font-size: 16px;    background: var(--btn-main-color);    color: #fff;    border-radius: 0;    padding: 6px 3rem}.download_container .btn:hover {    background: var(--btn-sub-color)}.file_area label.dd-option-text {    margin: 0;    font-weight: 400;    display: block;}#file_dlist a.dd-option {    padding: 12px;}.downlaod5_item_btn:hover {    background: var(--btn-sub-color);    border-color: var(--btn-sub-color);    color: #fff;}.downlaod5_item_btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);}/*檔案下載a連結修正*/ 
.page_wrapper_bg .dd-select a:hover {    color: #313131;}.download .search-go {    line-height: 2;    transition: .5s;}.download .search-go:hover {    background: #000;    color: #fff;    transition: .5s;}/*產品A*/ 
.page_content1 #productbx_bg {    background: #efefef;    -moz-opacity: 1;    opacity: 1;}.page_content1 .dd-selected {    letter-spacing: 1px;    padding: 0 40px 0 10px;}.product_desc_content {    color: #333;    letter-spacing: 1px;    line-height: 30px;}.page_content1 #prod_price {    margin-top: 0;}#prod_price .money {    font-size: 20px;    font-weight: bold;}#member_org_price,div#prod_fixprice,.pagecontent.menu5 .page_content1 #prod_price,.pagecontent.menu8 .page_content1 #prod_price {    margin: 0;}._shopping_info>div {    display: flex;    align-items: flex-end;    letter-spacing: 0;}div#prod_price {    margin-left: 15px !important;}.productcontent .page_content1 .info {    text-align: center;    margin: 30px 0 0;}.productcontent .page_content1 .product_desc_subject {    text-align: center;}.page_content1 ._shopping_info>div {    justify-content: center;}.page_content1 .spec-scroll .items ul li:hover {    border: 1px solid #333;}#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4),#product>div.page_content1>div.product_top.row>div:nth-child(3) {    display: flex;    justify-content: center;    margin: 0 0 10px;    flex-wrap: wrap;}#product>div.page_content1>div.product_top.row>div:nth-child(3) {    gap: 0 10px;    margin: 30px 0 0;}.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 25px;    font-weight: 700;    letter-spacing: 0;    line-height: 1.5;    margin: 0}/*產品A按鈕*/#btn_shopping {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color)}#btn_shopping:hover {    background: var(--btn-main-hover-color)}.fbtn {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}.fbtn:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}#btn_querycar {    border-radius: 0;    font-size: 14px;    background: var(--btn-sub-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}#btn_querycar:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}/*產品下拉樣式*/label.dd-option-text {    font-size: 14px !important;    line-height: 1 !important;    margin: 0 !important;    font-weight: 400;}.dd-option {    padding: 5px 10px;}/*產品B*/#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop,#mobile-fixed .btn-shop .btn.shop {    background: var(--btn-main-color);}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {    background: var(--btn-sub-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {    background-color: var(--btn-main-hover-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {    background-color: var(--btn-sub-hover-color);}#mobile-fixed .style-radio .form-radio,.RWDproduct_page .style-radio .form-radio {    border: 1px solid rgb(214, 214, 214);}#mobile-fixed .style-radio .form-radio.checked,.RWDproduct_page .style-radio .form-radio.checked {    border-color: #000;}.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {    color: #555;    font-size: 1rem;    letter-spacing: 1px;}/*產品列表樣式*/ 
.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {    margin: 0 0 40px;}.layoutlist_4 .pricearea {    text-align: left;    display: flex;    align-items: center;    letter-spacing: 0}.layoutlist_4 .fixprice {    font-size: 16px;    text-decoration: line-through;    margin: 0 5px 0 0;}.layoutlist_4 .sellprice {    color: #f10404;    font-weight: bold;}.layoutlist_4 .subject {    height: auto !important;    line-height: 1.5;    min-height: auto;    font-weight: 500;}#product .item .subject {    height: auto !important;}.productlist .layoutlist_4 .col-sm-4.col-md-4 {    margin: 0 0 30px;}.productlist .layoutlist_4 .product_list_item {    padding-bottom: 0;    border: 0;    height: auto !important;}.layoutlist_5 .product_list_item .list-btn_mobile,.layoutlist_5 .product_list_item .list-btn,.layoutlist_5 .product_list_item .buybtn {    background-color: var(--btn-main-color);}.layoutlist_5 .product_list_item .list-btn_mobile:hover,.layoutlist_5 .product_list_item .list-btn:hover,.layoutlist_5 .product_list_item .buybtn:hover {    background-color: var(--btn-main-hover-color);}.layoutlist_4 .buybtn {    background: var(--btn-main-color);    transition: .5s;}.layoutlist_4 .buybtn:hover {    background: var(--btn-sub-hover-color);    transition: .5s;}/*修正產品、文章預設列表排版*/ 
.productlist .layoutlist_2,.productlist .layoutlist_4,.productlist .layoutlist_5,.albumlist .layoutlist_2,.albumlist .layoutlist_4,.articlelist .layoutlist_2,.articlelist .layoutlist_4 {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}.sortbar {    float: none !important;    margin-bottom: 20px !important;    text-align: left !important;    width: 100%;    flex-wrap: wrap;}.sortbar a:hover {    color: #515151;}/*產品售價顏色*/li#O_sellPrice,span.payprice,.pricearea .price {    color: var(--btn-main-color) !important;    font-weight: bold;}.pricearea .price.delline {    color: #333 !important;}.pricearea .price.fixprice {    color: #777 !important;}/* 相關產品 */ 
.RWDproduct_page .related-box .item a {    max-width: inherit;}/*購物清單*/ 
.RWDshopping .btn.normal {    border-radius: 0;}/*會員註冊*/#join_form .btn-primary {    border-radius: 0;}#join_form {    background: white;}/*會員頁a連結修正*/ 
.member .css-table .tr a {    color: #313131;}/*留言板*/ 
.customized_columns .css-table .th.textarea {    width: 10%;}/*詢問車*/ 
.RWDquiry .shopping_form .control-box img {    margin-left: 10px;}.RWDquiry .btn.normal {    border-radius: 0;    font-size: 15px;    letter-spacing: 1.5px;    transition: .5s ease;    color: var(--btn-main-color);    border-color: var(--btn-main-color)}.RWDquiry .btn.normal:hover {    transition: .5s ease;    background: var(--btn-sub-hover-color);    color: #fff;    border-color: var(--btn-sub-hover-color);    font-weight: 500}.RWDquiry .btn.bg2,.btn.normal.bg3 {    background: var(--btn-main-color);    color: #fff;    border-color: var(--btn-main-color)}/*電子表單*/ 
.eformsDesc {    margin: 20px 0;    border: 0;}.eformscontent .layoutlist_1 {    width: 800px;    margin: 0 auto;}.form-horizontal .form-group {    margin-left: 0;    margin-right: 0;}.form-horizontal .control-label {    font-weight: 500;    width: 100px;    padding: 0 10px;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}.eformscontent .col-sm-12.col-md-11 {    width: calc(100% - 100px);    padding: 0;}.eformscontent .col-sm-12.col-md-5 {    width: calc(50% - 100px);    padding: 0;}.eformscontent .col-sm-6.address-col-1,.eformscontent .col-sm-6.address-col-2 {    width: 50%;    padding: 0;    float: left;}.eformscontent .col-sm-12.col-md-11 .col-sm-12 {    width: 100%;    padding: 0;}.customized_columns>.row .col-sm-12.col-md-11 {    width: 100%;}/*電子表單送出a連結修正*/ 
.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {    color: #fff !important;    background: var(--btn-main-color);}.eformscontent .col-sm-12.col-md-12 .ebtn a {    background: transparent;    color: var(--btn-main-color) !important;}/*左側選單*/ 
.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 15px 10px !important;    font-weight: 400;    font-size: 16px;}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 1px;    color: #000}.privacy_block a {    color: #000;    transition: 0.4s}.privacy_block a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.privacy_block h5 {    font-size: 1.1rem;    font-weight: bold;    margin: 50px 0 10px;    color: #000;}.privacy_block h6 {    font-size: 16px;}.privacy_block ul {    padding-left: 24px;}/*購物說明文字*/ 
.shopping_txt {    line-height: 2;    letter-spacing: 1px;    color: #000}.shopping_txt a {    color: #000;    transition: 0.4s}.shopping_txt a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.shopping_txt .item_row {    margin-bottom: 50px}.shopping_txt h2 {    font-size: 24px !important;    font-weight: bold;    margin: 0;    color: #b90000;    text-decoration: underline;    line-height: 1.5 !important}.shopping_txt h3 {    font-size: 20px !important;    font-weight: bold;    margin: 0 0 10px;    color: #000;    line-height: 1.5 !important}.shopping_txt ul {    padding-left: 24px;}/*前往付款、前往選取物流按鈕明顯*/a.info-box__gopay,.delivery-editor a {    background: #000;    padding: 5px 20px;    color: #fff !important;    border-color: #000;}/*隱私權購物說明最大寬度限制*/ 
.privacy_block,.shopping_txt {    max-width: 1200px;    margin: auto;}/*hashtag a連結修正*/ 
.hashtag_block .hashtagLink {    color: #fff !important;}/* 人才招募表單標題修正 */ 
.customized_columns .fillform {    font-size: 1.5rem;    margin: 3rem;    text-align: center;}/* 問與答 */ 
.faq_q_icon {    background: 0 0;    position: relative}.faq_q_icon:before {    content: "Q";    position: absolute;    top: -8px;    font-size: 1.2rem;    left: 0;    color: #1f2a3d;    font-family: var(--font-style-02)}.faq_item {    max-width: 1200px;    margin: auto}.faq_answer tr td:first-child {    display: none}/* top鍵 */ 
.scrollTop002 {    bottom: 100px;}

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

.page_wrapper_bg .collapsing_header .main {    margin-top: 79px !important;    background: transparent;}.page_wrapper_bg section.call_to_action {    padding: 0 0 100px;    min-height: 35vw;    margin-top: 16vw;}.page_wrapper_bg .footer-block {    background: #f1f1f1;}/*------------------header--------------------*/ 
.page_wrapper_bg .RWDmenu_plus04 .logo a::before {    background: url(archive/image/customization/logo_w.webp) no-repeat;    background-size: 100% auto;    display: none;}.page_wrapper_bg .RWDmenu_plus04 .header{    background: white;}.page_wrapper_bg .RWDmenu_plus04 .header.is-up .logo img,.page_wrapper_bg .RWDmenu_plus04 .header .logo img{    width: 160px;}.page_wrapper_bg .RWDmenu_plus04 .logo img{    opacity: 1;}.page_wrapper_bg .RWDmenu_plus04 .header .ml-stack-nav-toggle {    color: #434343;}.page_wrapper_bg .RWDmenu_plus04 .header .ml-stack-nav-toggle__line {    background: #434343;}.page_wrapper_bg .RWDmenu_plus04 .ml-stack-nav-toggle:hover {    color: #dfdfdf;}.page_wrapper_bg .RWDmenu_plus04 .header .ml-stack-nav-toggle:hover {    color: #434343;}/*header cta*/ 
.page_wrapper_bg .header .btn-style.hd-cta {    border: var(--color01) solid 1px;    color: var(--color01);}.page_wrapper_bg .header .btn-style.hd-cta:after {    filter: brightness(0) invert(0);}.page_wrapper_bg .header .btn-style.hd-cta::before,.page_wrapper_bg .header .btn-style.hd-cta::before,.page_wrapper_bg .header .btn-style.hd-cta::before {    background-color: var(--color04);}.page_wrapper_bg .header .btn-style.hd-cta:hover,.page_wrapper_bg .header .btn-style.hd-cta:focus,.page_wrapper_bg .header .btn-style.hd-cta:active {    border: var(--color04) solid 1px;}/*------------------麵包屑---------------------*//*麵包屑*/ 
.hgroup {    position: relative;    padding-bottom: 20px;    margin-bottom: 3rem;}.hgroup::before {    content: '';    width: calc(100% + 12.2%);    height: 1px;    background: #8585852b;    display: block;    position: absolute;    left: -15px;    bottom: 0;    z-index: 0;}.hgroup .container {    width: 100%;    margin: 0 auto;    border: 0;    padding: 0;}.hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    padding: 0 0 0 30px;}.hgroup h1 {    letter-spacing: 1.5px;    font-weight: 700 !important;    color: #104a5e !important;    font-family: 'Noto Serif TC', serif;    float: left;    position: relative;    margin-right: 2rem;    font-size: 40px;    margin: 0;    /*text-transform: uppercase;*/}.hgroup .breadcrumb {    letter-spacing: 2px;    font-weight: 300;    order: 1;    font-size: 12px;    color: #555;    background-color: transparent;    margin: 0;    padding: 5px 0 0;    margin: 0;    border: none;    position: relative;    bottom: 0px;    right: auto;    left: 0;    float: left !important;    display: inline-block;    font-family: var(--cn-font-style);}.page_wrapper_bg .hgroup h1 {    letter-spacing: 2px;    font-weight: 600 !important;    color: var(--color01) !important;    font-family: var(--ft-02);    float: left;    position: relative;    margin-right: 2rem;    font-size: clamp(1.5625rem, 1.4286rem + 0.6696vw, 2.5rem);    display: none;}.articlecontent .page_wrapper_bg .hgroup h1 {    display: block;}.hgroup .breadcrumb>li {    font-size: 14px;}.page-breadcrumbs-bigtext {    position: absolute;    left: 50%;    top: 5vw;    transform: translate(-50%);    width: 85%;    max-width: 1800px;}.page-breadcrumbs-bigtext .container {    width: 100%;}.page-breadcrumbs-bigtext .RWDedictor008 {    display: flex;    flex-direction: column-reverse;    justify-content: flex-end;    align-items: flex-start;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt2,.page-breadcrumbs-bigtext .breadcrumbs-info {    font-size: max(60px, 7.5vw);    color: var(--color01);    text-transform: uppercase;    letter-spacing: 2px;    font-family: var(--ft-01) !important;    font-weight: 400;    margin: 0;    line-height: 1;    text-indent: -18px;    text-align: left;}.page-breadcrumbs-bigtext .breadcrumbs-ch {    font-family: var(--ft-02);    color: var(--color01);    font-size: 22px;    font-weight: 500;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1::before,.page-breadcrumbs-bigtext .breadcrumbs-ch::before {    content: '';    width: 10px;    height: 10px;    background: var(--color01);    display: inline-block;    margin: 0 20px 0 0;    border-radius: 99em;}/*------------------banner---------------------*/ 
.page_wrapper_bg .page-banner {    position: relative;    z-index: 1;}.page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption,.page_wrapper_bg .page-banner .container {    height: 100%;}.page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption {    top: 0vw;}.page_wrapper_bg .page-banner .container {    display: flex;    flex-direction: column;    justify-content: center;    width: calc(60% - 37px);    position: relative;    z-index: 0;    padding: 0;}.page-banner .RWDbanner_plus01 .slick-caption .txt1,.page-banner .RWDbanner_plus01 .slick-caption .txt2 {    color: #fff;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-family: var(--ft-02);    font-size: 22px;    font-weight: 500;}.page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption .txt1::before {    background: #fff;}/*------------------共用---------------------*/ 
.article_model.RWDeditor01 {    display: flex;    flex-direction: column;}.pageinfo-title,.RWDeditor01 .model-title {    padding: 0;    color: var(--color-style01);    font-weight: 600;    margin: 0 0 2rem;    font-size: 30px !important;    line-height: 1.4;    text-transform: uppercase;}/*內頁寬度*/ 
.faq1 .page_wrapper_bg section.call_to_action,.download1 .page_wrapper_bg section.call_to_action,.article2 .page_wrapper_bg section.call_to_action,.article3 .page_wrapper_bg section.call_to_action,.article6 .page_wrapper_bg section.call_to_action,.album1 .page_wrapper_bg section.call_to_action {    padding: 0;    min-height: 35vw;    margin-top: 0;}.faq1 .page_wrapper_bg section.call_to_action>.container,.download1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.article6 .page_wrapper_bg section.call_to_action>.container,.album1 .page_wrapper_bg section.call_to_action>.container {    padding: 100px 10% 100px 80px;    width: 100%;    max-width: initial;}.faq1 div#sidebar,.download1 div#sidebar,.article2 div#sidebar,.article3 div#sidebar,.article6 div#sidebar,.album1 div#sidebar {    position: absolute;    height: 100%;    width: 19%;    padding: 0 2vw !important;}.faq1 .page_wrapper_bg section.call_to_action:after,.download1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after,.article3 .page_wrapper_bg section.call_to_action:after,.article6 .page_wrapper_bg section.call_to_action:after,.album1 .page_wrapper_bg section.call_to_action:after {    content: "";    position: absolute;    width: calc(22% - 32px);    height: 100%;    top: 0;    background: #f8f8f8;    left: 0;    z-index: 0;}.faq1 .pagecontent.col-md-9,.download1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9,.article3 .pagecontent.col-md-9,.article6 .pagecontent.col-md-9,.album1 .pagecontent.col-md-9 {    width: 70%;    margin: 0 0 0 auto;    float: none;}.faq1 .hgroup .container,.download1 .hgroup .container,.article2 .hgroup .container,.article3 .hgroup .container,.article6 .hgroup .container,.album1 .hgroup .container {    width: 69.8%;    margin: 0 0 0 auto;}.faq1 .hgroup .page_subject,.download1 .hgroup .page_subject,.article2 .hgroup .page_subject,.article3 .hgroup .page_subject,.article6 .hgroup .page_subject,.album1 .hgroup .page_subject {    padding: 0;}.faq1 .cate_list.row,.download1 .cate_list.row,.article2 .cate_list.row,.article3 .cate_list.row,.article6 .cate_list.row,.album1 .cate_list.row {    margin-left: -15px;    margin-right: -15px;}.faq1 .page_wrapper_bg section.call_to_action::before,.download1 .page_wrapper_bg section.call_to_action::before,.article2 .page_wrapper_bg section.call_to_action::before,.article3 .page_wrapper_bg section.call_to_action::before,.article6 .page_wrapper_bg section.call_to_action::before,.album1 .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: #fbd47f;    display: block;    position: absolute;    top: 0;    left: 0;}/*產品側邊欄樣式*/ 
.m2018 .products-nav ul.sidemenu2__ul--child {    border-top: 1px solid #ccc;    background: #dfdfdf4f;    padding: 10px !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: #a19c82;    font-weight: 600;}/*側邊欄固定*/ 
.faq1 .xrow,.download1 .xrow,.article2 .xrow,.article3 .xrow,.article6 .xrow,.album1 .xrow {    display: inline-block;    width: 100%;}.faq1 .main section .container .article-text>.container>.xrow,.download1 .main section .container .article-text>.container>.xrow,.article2 .main section .container .article-text>.container>.xrow,.article3 .main section .container .article-text>.container>.xrow,.article6 .main section .container .article-text>.container>.xrow,.album1 .main section .container .article-text>.container>.xrow {    position: relative;    display: inline-block;    width: 100%;}.faq1 .collapsing_header .main,.download1 .collapsing_header .main,.article2 .collapsing_header .main,.article3 .collapsing_header .main,.article6 .collapsing_header .main,.album1 .collapsing_header .main {    overflow: initial;    width: 100%;}.faq1 #sidebar,.download1 #sidebar,.article2 #sidebar,.article3 #sidebar,.article6 #sidebar,.album1 #sidebar {    position: sticky !important;    top: 166px;    z-index: 1;}/*大標題*/ 
.Insidepages-tit {    margin: 0 0 25px;}.Insidepages-tit .inside-en-tit {    color: var(--color01);    text-transform: uppercase;    letter-spacing: -2px;    font-family: var(--ft-01) !important;    font-weight: 400;    margin: 0;    line-height: 1;    text-indent: 0;    text-align: left;    font-size: clamp(9.375rem, 8.7347rem + 2.6267vw, 12.9375rem);}.Insidepages-tit .inside-main-tit {    color: var(--color01);    font-family: var(--ft-02);    font-weight: 500;    font-size: clamp(2.5rem, 2.3877rem + 0.4608vw, 3.125rem);    letter-spacing: 3px;    line-height: 1.3;    text-transform: uppercase;}.Insidepages-tit .special-txt {    font-size: 20px;    font-weight: 600;    text-transform: uppercase;    margin: 15px 0 0;    line-height: 1.3;}/*左右區塊--共用*/ 
.pagebox {    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: center;}.pagebox .L-box,.pagebox .R-box {    width: 50%;}.pagebox .R-box {    width: calc(50% - 7rem);}.pagebox ul {    margin: 0;    padding: 0;    list-style: none;}/*------------------內文的樣式共用---------------------*/ 
.img-space {    margin: 3rem 0;}/*導圓角*/ 
.img-radius {    overflow: hidden;}.img-radius img {    border-radius: 25px;}/*白色區塊*/ 
.article-block {    background: #fff;    padding: 5rem;    border-radius: 20px;}/*內文的小標題*/ 
.content-title {    font-size: 20px;    font-weight: 500;    display: block;    text-align: left;    margin: 0 0 5px;    line-height: 1.4;}/*ul style*/ul.ul-style-border li {    border-bottom: #dfdfdf 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;}/*------------------page about關於我們---------------------*/ 
.article4 .page_wrapper_bg section.call_to_action>.container {    padding: 0 0px;    width: 100%;    max-width: initial;}.article4 .hgroup {    display: none;}/*關於滿度 slider*/ 
.article4.id20 .pageabout-banner-slider {    position: absolute;}.article4.id20 .pageabout-banner-slider .RWDbanner008 a {    transition: initial !important;    margin: 0 10px;}.article4.id20 .pageabout-banner-slider .RWDbanner008 a::before {    content: '';    background: url(archive/image/customization/pageabout-slider-img-cover.webp) no-repeat;    background-size: 100% auto;    position: absolute;    bottom: 0;    left: 10px;    display: block;    z-index: 1;    pointer-events: none;    width: 5vw;    height: 3vw;    border-radius: 0 0 0 8px;}.article4.id20 .RWDbanner008 img {    border-radius: 10px;}/*內容*/ 
.article4.id20 .article-text {    margin: 27vw auto 3vw;}.article4.id20 .page_wrapper_bg .article-text .container {    width: 85%;    max-width: 1800px;}.about-style-01 {    background: #fff;    padding: 6rem;    border-radius: 25px;    margin: 6rem 0 3rem;}.about-style-01 .L-box {    font-family: var(--ft-02);    color: var(--color01);    font-size: 22px;    font-weight: 500;    text-align: center;}.about-style-01 img {    display: block;    margin: 0 auto 24px;}.about-style-02 .Insidepages-tit {    margin: 0 0 5rem;}.about-style-02 .Insidepages-tit .inside-en-tit {    text-align: center;}.about-style-02 .Insidepages-tit .inside-main-tit,.about-style-02 .Insidepages-tit .special-txt {    text-indent: 4.1rem;}.about-style-02 .about-vi-pic {    position: relative;}.about-style-02 .about-vi-pic .inner {    position: absolute;    top: -5.4vw;    right: -6vw;    width: 55vw;    height: auto;    left: auto;}.about-style-02 .pagebox {    margin: 5rem 0 0;    text-align: justify;}.about-style-02 .pagebox .L-box {    padding: 0 2rem;}.about-style-02 .pagebox .R-box {    display: flex;    align-items: flex-end;    justify-content: flex-end;    font-family: var(--ft-02);    color: var(--color01);    font-size: 22px;    font-weight: 500;}/*------------------能源應用整合---------------------*//*商用特色*/ 
.order-article-01 p,.energy-style-01 p,.energy-commercial-style-01 P {    width: 80%;}.energy-commercial-style-02 {    align-items: center;    display: flex;}.energy-commercial-style-03 ul li {    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: row;    gap: 1rem;    margin: 25px 0;    position: relative;    line-height: 1.3;}.energy-commercial-style-03 ul li::before {    content: '';    width: 1px;    height: calc(100% + 25px);    position: absolute;    left: 20px;    top: 0;    background: #3a3a3a;    display: block;    z-index: -1;}.energy-commercial-style-03 ul li span.list-number {    color: #fff;    background: var(--color01);    width: 40px;    height: 40px;    font-size: 14px;    display: flex;    justify-content: center;    align-items: center;    border-radius: 99em;}.energy-commercial-style-03 ul li:last-child {    margin: 0;    padding: 0;}.energy-commercial-style-03 ul li:last-child::before {    display: none;}/*太陽能板應用*/ 
.energy-style-04 ul {    margin: 0;    padding: 0;    list-style: none;    display: flex;    gap: 2rem;}.energy-style-04 ul li {    width: calc(100%/4 - 1px);    border-radius: 15px;    border: #dfdfdf solid 1px;    padding: 3rem;    display: flex;    flex-direction: column;    align-content: center;    justify-content: flex-start;    align-items: center;}.energy-style-04 .content-title {    text-align: center;}.energy-style-04 ul .list-icon {    margin: 0 auto 1.5rem;    position: relative;    z-index: 0;    display: block;    width: 85px;    height: 85px;    padding: 0.7rem;}.energy-style-04 ul .list-icon::before {    content: '';    border: #fff solid 1px;    background: rgba(255, 255, 255, 0.6);    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    display: block;    width: calc(100% + 30px);    height: calc(100% + 30px);    border-radius: 99em;    z-index: -1;    backdrop-filter: blur(5px);}.energy-style-05 {    display: flex;    align-items: stretch;}.energy-style-05 img {    height: 100%;    object-fit: cover;}.energy-style-06 {    display: flex;    flex-direction: column;}.energy-style-06 ul {    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: stretch;    position: relative;}.energy-style-06 ul::before {    content: '';    width: 1px;    height: 100%;    background: #dfdfdf;    display: block;    position: absolute;    left: 50%;    top: 0;}.energy-style-06 ul {    margin: 40px 0 0;}.energy-style-06 ul li {    width: calc(100%/2 - 18px);    padding: 3rem;}.energy-style-06 ul li img {    width: 100%;}.energy-style-06 .content-title {    text-align: center;    margin: 20px 0 1rem;}.energy-style-end {    position: relative;}.energy-style-end .pageinfo-title {    margin: 1rem 0 0.5rem;}.energy-style-end .text-info {    position: absolute;    top: 29%;    left: 7%;    width: 18vw;    color: #212121;}/*------------------底下的連絡資訊---------------------*/ 
.bottom-contact-box {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;    background: #fff;    padding: 0 0 3rem;    flex-wrap: wrap;    margin: 5rem 0 0;    border-radius: 20px;    overflow: hidden;}.bottom-contact-box a:hover {    color: #000;    text-decoration: underline;}.bottom-contact-box ul {    list-style: none;    margin: 0;    padding: 0;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;    gap: 1rem;}.bottom-contact-box ul li {    margin: 0 0 5px;}.bottom-contact-box ul li .reserve-btn.btn-style img {    width: 18px;    filter: brightness(0) invert(0);    margin-right: 15px;}.bottom-contact-box ul li .btn-style .icon {    font-size: 22px;}/*bottom btn hover*/ 
.bottom-contact-box .btn-style.line-btn:hover .icon.ii-line1,.bottom-contact-box .btn-style.line-btn:hover,.bottom-contact-box ul li .btn-style:hover {    color: #fff;}.bottom-contact-box .btn-style.line-btn:hover:before {    background: #06c152;}.bottom-contact-box .btn-style.line-btn:hover {    border-color: #06c152;}.bottom-contact-box .btn-style.reserve-btn:hover:before {    background: var(--color04);}.bottom-contact-box .btn-style.reserve-btn:hover {    border-color: var(--color04);    color: #212121;}.bottom-contact-box .btn-style.reserve-btn:hover::after,.bottom-contact-box .btn-style.reserve-btn:hover img {    filter: brightness(0) invert(0);}.bottom-contact-box .tp-pic {    width: 100%;    position: relative;    margin-bottom: 3rem;    text-align: center;}.bottom-contact-box .tp-pic img {    width: 100%;    text-align: center;}.bottompic-big-text {    position: absolute;    bottom: -3px;    left: 50%;    transform: translateX(-50%);    width: 100%;}.bottom-contact-box .lf {    width: 30%;    display: flex;    flex-direction: column;    justify-content: center;    align-items: flex-start;    border-right: #dfdfdf solid 1px;    padding-left: 4vw;}.bottom-contact-box .lf span {    font-weight: 600;    font-size: 23px;    color: #000;}.bottom-contact-box .bottomcontact-logo-copyright {    color: #d0d0d0 !important;    font-size: 12px !important;    margin: 2rem 0 0 !important;    font-weight: 300 !important;    letter-spacing: 0;    font-family: var(--ft-01);}.bottom-contact-box .rg {    width: 70%;    padding-left: 3vw;    position: relative;}.bottom-contact-box .contact-logo {    position: absolute;    right: 3vw;    bottom: 0;}.bottom-contact-box .contact-logo img {    width: 166px;}.bottom-contact-box ul.cta_social {    list-style: none;    padding: 0;    display: grid;    grid-template-columns: repeat(4, 40px);    margin: 15px 0 0;}.bottom-contact-box ul.cta_social li a {    font-size: 23px;    width: 40px;    height: 40px;    background: transparent;}/*------------------最新消息---------------------*//*文章1*/ 
.news-article-01,.news-article-02,.news-article-03,.news-article-end {    display: flex;    align-items: stretch;    flex-wrap: wrap;}.news-article-01 img,.news-article-01 .img-radius,.news-article-02 img,.news-article-02 .img-radius,.news-article-03 img,.news-article-03 .img-radius,.news-article-end img,.news-article-end .img-radius {    height: 100%;    object-fit: cover;}.layoutlist_8 .item {    display: flex;    justify-content: flex-start;    align-items: center;}.layoutlist_8 .item .list_img img {    border-radius: 15px;}.layoutlist_8 .listdate {    height: auto;    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: center;    font-family: var(--ft-01);    letter-spacing: 0px;}/*------------------其他設備應用---------------------*/#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    text-align: center;}.layoutlist_7 .litem img {    border-radius: 20px;}/*------------------特斯拉 TeslaPowerwall---------------------*/ 
.article1 .page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption {    top: 4vw;}.article1 .hgroup {    display: none;}.article1 .page_wrapper_bg .page-banner .container {    display: flex;    flex-direction: column;    justify-content: flex-start;    width: 70%;    position: relative;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(60px, 7.3vw);    color: var(--w-color);    text-transform: uppercase;    letter-spacing: 2px;    font-family: var(--ft-01) !important;    font-weight: 400;    margin: 0;    line-height: 1;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt3 {    font-size: 12px;    color: #dfdfdf5e;    text-transform: uppercase;    letter-spacing: 2px;    font-weight: 300;    margin: 0;    line-height: 1;    opacity: 0.4;    position: absolute;    bottom: 12vw;    right: 0;    display: block;}.article1 .page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption .txt1::before {    display: none;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2 {    margin-top: 20px;    font-size: clamp(0.95rem, 0.0787rem + 1.1618vw, 1.9375rem);    letter-spacing: 2px;    color: var(--w-color);    line-height: 1.5;    position: absolute;    bottom: 12vw;    left: 0;    text-indent: 0;}/*特斯拉內容01*/ 
.article1 .page_wrapper_bg section.call_to_action {    padding: 0;    min-height: initial;    margin-top: 0;}.article1 .pagecontent.menu5,.article1 .pagecontent.menu8,.article1 .page_wrapper_bg .article-text .container {    padding: 0 !important;}.article1 .page_wrapper_bg section.call_to_action>.container {    padding: 0;    width: 100%;    max-width: initial;}.article1 .pageinfo-title {    font-size: clamp(2.5rem, 2.3877rem + 0.4608vw, 3.125rem) !important;}/*特斯拉關於*/ 
.tesla-style-01 .L-box {    position: relative;    z-index: 0;}.tesla-style-01 .L-box::before {    content: '';    background: url(archive/image/customization/pageabout-slider-img-cover.webp) no-repeat;    position: absolute;    bottom: -1px;    right: 0;    display: block;    z-index: 1;    width: 170px;    height: 102px;    transform: scaleX(-1);    background-size: 100% auto;}.tesla-style-01 .R-box {    padding: 0 7vw 0 0;}/*規格*/ 
.tesla-style-02 {    width: 67%;    margin: 0 auto;    padding: 3rem 0 0;}.tesla-style-02 .pageinfo-title {    text-align: center;    text-transform: uppercase;}.tesla-style-02 .pagebox {    display: grid;    grid-template-columns: 1fr 2fr 1fr;    grid-column-gap: 25px;    margin: 0 auto 0;    align-items: center;}.tesla-style-02 .L-box,.tesla-style-02 .R-box {    padding: 40px 0 0;    width: 100%;}.tesla-style-02 ul span {    color: var(--color01);    font-weight: 500;    min-width: 124px;    display: inline-block;}/**/ 
.tesla-style-03 {    min-height: 79vw;    background: #212121;    position: relative;    z-index: 0;    padding: 54vw 0 3vw;}.tesla-style-03 .big-pic {    width: 100%;    background: url(archive/image/customization/Tesla_pic-02.webp) no-repeat;    background-size: 100% auto;    display: block;    position: absolute;    top: 0;    left: 0;    height: 100vw;}.tesla-style-03 .pagebox,.tesla-style-03 .pageinfo-title {    color: #fff;}.tesla-style-03 .pageinfo-title .en-tit {    font-size: clamp(2.8125rem, 2.3304rem + 2.4107vw, 6.1875rem);    text-transform: uppercase;    line-height: 1;    color: #3f3f41;}.tesla-style-03 .pagebox {    position: relative;    z-index: 1;    width: 85%;    max-width: 1800px;    margin: 0 auto;    display: flex !important;    align-items: flex-start !important;    flex-direction: row !important;}.tesla-style-03 .pagebox .L-box {    width: 50% !important;}.tesla-style-03 .pagebox .R-box {    width: 50% !important;}.tesla-style-03 ul.ul-style-border li {    border-bottom: #3c3c3c solid 1px;    padding: 0 0 1.5rem;    margin: 0 0 1.5rem;}.tesla-style-03 ul.ul-style-border span {    font-size: 20px;    font-weight: 600;    margin: 0 0 10px;    display: block;}/*特斯拉產品特點*/ 
.pro-special,.tesla-style-04,.tesla-style-05 {    width: 85%;    max-width: 1800px;    margin: 3rem auto 0;}.pro-special {    margin-top: 11rem;    margin-bottom: 5vw;}.pro-special ul {    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    align-items: flex-start;    margin: 0;    padding: 0;    gap: 4rem;    list-style: none;}.pro-special ul li {    width: calc(100% / 2 - 40px);    position: relative;    z-index: 0;    margin: 0;    border-radius: 20px;    overflow: hidden;}.pro-special ul li:nth-child(odd) {    margin-top: -1rem;}.pro-special ul li .text {    position: absolute;    bottom: 0;    left: auto;    width: 100%;    color: #fff;    z-index: 1;    display: block;    min-height: 5vw;    background: rgba(0, 0, 0, 0.5);    padding: 2rem 6rem;    display: flex;    flex-direction: column;    justify-content: center;    align-items: flex-start;}.pro-special ul li .text span {    font-size: 20px;    margin: 0 0 10px;    font-weight: 600;}.pro-special ul li.pageinfo-title {    height: 14vw;    margin: 0;}.pro-special ul li.pageinfo-title span.en-tit,.pro-special ul li.pageinfo-title span.text {    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    text-align: center;    height: 100%;    display: flex;    justify-content: center;    align-items: flex-start;    background: transparent;    padding: 0;    min-height: initial;    text-align: left;}.pro-special ul li.pageinfo-title span.en-tit {    position: absolute;    bottom: -1.7vw;    height: fit-content;    display: block;    top: auto;    transform: translate(-50%, -29%);    display: none;}.pro-special ul li.special-03 {    margin-top: -9vw;}/*特斯拉流程*/ 
.tesla-style-04 .pageinfo-title {    text-align: center;}.tesla-style-04 .pageinfo-title span {    display: block;}.tesla-style-04 ul.service-timeline {    display: flex;    flex-direction: row;    justify-content: space-around;    align-items: flex-start;    margin: 0;    padding: 0;    list-style: none;    position: relative;    margin: 4rem 0;}.tesla-style-04 ul.service-timeline::before {    content: '';    width: 100%;    height: 1px;    background: #dfdfdf;    position: absolute;    top: 0;    left: 0;    z-index: -1;}.tesla-style-04 ul.service-timeline li {    padding: 4rem 10px 0 30px;    border-left: #dfdfdf solid 1px;    position: relative;    z-index: 0;}.tesla-style-04 ul.service-timeline li::before {    content: '';    display: block;    width: 10px;    height: 10px;    background: #f1f1f1;    border: #212121 solid 1px;    border-radius: 99em;    position: absolute;    top: -3px;    left: -4px;    z-index: -1;}.tesla-style-04 ul.service-timeline img {    width: 64px;    margin: 0 0 15px;}.tesla-style-04 ul.service-timeline li .content-title span {    color: #9b9b9b;    font-family: var(--ft-01);    display: inline-block;    margin-right: 10px;    font-weight: 400;}.tesla-style-05 ul.ul-style-border span {    font-size: 20px;    font-weight: 600;    margin: 0 0 10px;    display: block;}.tesla-style-05 ul.ul-style-border li {    padding: 0 0 1.5rem;    margin: 0 0 1.5rem;}.tesla-style-end {    text-align: center;    margin: 3rem 0;}/*------------------隱私權政策---------------------*/ 
.article5 .hgroup .page_subject,.article7 .hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: center;    padding: 0;}.article5 .page_wrapper_bg .hgroup h1,.article7 .page_wrapper_bg .hgroup h1 {    margin-left: auto;    margin-right: auto;}.article5 .page_wrapper_bg section.call_to_action,.article7 .page_wrapper_bg section.call_to_action {    margin-top: 5vw;}.article5 .page_wrapper_bg section.call_to_action>.container,.article7 .page_wrapper_bg section.call_to_action>.container {    background: #fff;    padding: 5rem 5rem;    max-width: 1500px;    border-radius: 20px;}.article5 .page_wrapper_bg .article-text.rwd .container p {    font-size: 18px;    font-weight: 500;    width: 70%;    margin: 0 auto 80px;    text-align: center;    color: #333;}.article5 .page_wrapper_bg .article-text.rwd .container p.privacy-tit {    text-align: justify;}.article5 .page_wrapper_bg .article-text.rwd .container .item {    margin-bottom: 50px;    font-family: 'Noto Sans TC', sans-serif;}.article5 .page_wrapper_bg .article-text.rwd .container h5 {    font-weight: 500;    color: #333;    font-size: 20px;    margin-top: 0;    margin: 0 0 15px;}.article5 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 42px;    color: #111;    font-size: 16px;    font-weight: 600;    margin: 15px 0;}.article5 .page_wrapper_bg .article-text.rwd .container .item span {    padding-left: 42px;    display: block;}.article5 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 65px;}/*------------------應用案例 相簿---------------------*/ 
.album_item img {    width: 100%;}.album1 ._bd_column {    padding: 0;}.albumlist .layoutlist_2 {    gap: 15px;}.layoutlist_2 .album_item {    padding: 0;    margin: 0;    width: calc(100%/3 - 30px);}.cate_list .col-sm-6 img,.layoutlist_2 .album_item img {    border-radius: 20px;}.cate_list .subject a,#album .layoutlist_2 .album_item_subject {    font-size: 20px;    font-weight: 600;    color: var(--color01);}html{        scroll-behavior: smooth;    scroll-padding-top: 160px;}

/*內頁客製化 end*/
/*banner動態 start*/

.banner-block {    display: grid;      grid-template-columns: 100vw;    gap: 0px 0px;    grid-auto-flow: row;}.banner-info-2,.banner-info,.banner-deco {    grid-area: 1 / 1 / 2 / 2;}.banner-info-2 .slickitem01 img {    opacity: 0 !important;}.banner-info-2{    z-index: 3;}.banner-info{    z-index: 1;    pointer-events: none;}/* banner-section */ 
.banner-deco {    z-index: 2;    pointer-events: none;}.banner-deco .line {    stroke-dasharray: 1200;    stroke-dashoffset: 1200;    animation: draw 6s forwards;    animation-delay: 3s;}@keyframes draw {    from {        stroke-dashoffset: 1200;    }    to {        stroke-dashoffset: 0;    }}.banner-deco .RWDedictor {    display: grid;    grid-template-columns: 1fr;    grid-template-rows: 1fr;    gap: 0px 0px;    grid-auto-flow: row;}.banner-line {    grid-area: 1 / 1 / 2 / 2;}.banner-light {    grid-area: 1 / 1 / 2 / 2;}.banner-light-box {    top: 29vw;    position: absolute;    left: 19vw;    display: grid;    grid-template-columns: 1fr;    grid-template-rows: 1fr;    gap: 0px 0px;    grid-auto-flow: row;    transform-origin: top;}.light-shadow-01,.light-shadow-02 {    grid-area: 1 / 1 / 2 / 2;    transform-origin: top;    border-radius: 50%;}.light-shadow-01 {    width: 2.5vw;    height: 0;    background: linear-gradient(187deg, #ffffff, transparent);    filter: blur(7px);    box-shadow: 0px 0px 0px 0px #fff;    animation: light-shadow-01 forwards;    opacity: 0;    animation-duration: 0.1s;    animation-delay: 5.5s;}@keyframes light-shadow-01 {    from {        opacity: 0;        height: 0;    }    to {        opacity: 1;        height: 3vw;    }}.light-shadow-02 {    width: 3vw;    height: 0;    background: linear-gradient(180deg, #ffffff73 40%, #ffffff00);    filter: blur(20px);    box-shadow: 0px 0px 0px 0px #fff;    animation: light-shadow-02 forwards;    opacity: 0;    animation-duration: 0.1s;    animation-delay: 5.5s;}@keyframes light-shadow-02 {    from {        opacity: 0;        height: 0;    }    to {        opacity: 1;        height: 6vw;    }}#circle {    animation: circle infinite;    opacity: 0;    animation-duration: 2s;    animation-delay: 3s;}@keyframes circle {    0% {        opacity: 0;        transform: scale(0);    }    50% {        opacity: 1;        transform: scale(1);    }    100% {        opacity: 0;        transform: scale(0);    }}#circle-2 {    animation: circle-2 infinite;    opacity: 0;    animation-duration: 2s;    animation-delay: 3s;}@keyframes circle-2 {    0% {        opacity: 1;        transform: scale(1);    }    50% {        opacity: 0;        transform: scale(0);    }    100% {        opacity: 1;        transform: scale(1);    }}

/*banner動態 end*/
/*menu open start*/

/*漢堡選單開啟*/ 
.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 #888;}.RWDmenu_plus04 #mobile-menu .menu a {    color: #363030;}.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: var(--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 #mobile-menu .menu>li>ul>li{    width: 100%;    display: block;}.RWDmenu_plus04 .menu li a {    color: #434343;}.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;}/*header呼籲*/ 
.RWDmenu_plus04 .features {    position: relative;    padding-right: 0;    float: right;    margin: 14px 30px 0 0;}/*格線*/ 
.RWDmenu_plus04 .features:after {    display: none;}.RWDmenu_plus04 .features .edit {    display: block;}.RWDmenu_plus04 .header:before {    display: none;}/*header下滑*/ 
.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    color: #434343;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #434343;}.RWDmenu_plus04 .ml-stack-nav-toggle:hover{color: #dfdfdf;}.RWDmenu_plus04 .header.is-up  .ml-stack-nav-toggle:hover{color: #434343;}/*menu open*/ 
.RWDmenu_plus04 #mobile-menu {    background: transparent;}.RWDmenu_plus04 #mobile-menu .main-menu {    width: 65%;    bottom: 0;    margin: 0 auto;    left: 50%;    opacity: 0;    transform: translateX(-50%);    box-shadow: initial;}.RWDmenu_plus04 .main-menu .mCSB_inside>.mCSB_container {    height: 65vh;    margin-top: 35vh;}.RWDmenu_plus04 #mobile-menu .main-menu:before {    content: '';    position: absolute;    width: 170px;    aspect-ratio: 20 / 13;    background: url(archive/image/customization/logo_black.webp) no-repeat;    background-size: contain;    left: 0;    top: 9%;}.RWDmenu_plus04 #mobile-menu .menu {    flex-wrap: wrap;    justify-content: center;    padding-bottom: 0;    display: flex;    margin: 0 auto;}.RWDmenu_plus04 #mobile-menu .menu li {    width: calc(100%/6 - 1px);    border-bottom: 0;    margin: 0;    text-align: center;    border-bottom: none;    align-self: flex-start;}.RWDmenu_plus04 #mobile-menu .menu>li a {    color: var(--color01);    font-size: 17px !important;    margin: 0;    padding: 13px 10px 13px 10px;    text-align: center;}.RWDmenu_plus04 #mobile-menu .menu>li a:hover{    color: var(--black-color);}.RWDmenu_plus04 #mobile-menu .toggle-submenu:after {    color: var(--black-color);    font-size: 10px;}.RWDmenu_plus04 #mobile-menu .menu li.has-child>a {    margin-right: 0;}.RWDmenu_plus04 .cart-block .close:after,.RWDmenu_plus04 .cart-block .close:before,.RWDmenu_plus04 .member-block .member-close-btn:after,.RWDmenu_plus04 .member-block .member-close-btn:before,.RWDmenu_plus04 .menu-icon:after,.RWDmenu_plus04 .querycar-block .close:after,.RWDmenu_plus04 .querycar-block .close:before,.menu-icon:before {    background-color: var(--color02);}.RWDmenu_plus04 .menu-icon {    color: var(--w-color);}.menu-icon:before,.RWDmenu_plus04 .menu-icon:after,.RWDmenu_plus04 .menu-icon:before {    background-color:  var(--w-color);}.RWDmenu_plus04 #mobile-menu .menu>li>a:before {    content: '';    position: absolute;    width: 1px;    height: 17px;    background: #dadada;    left: auto;    right: 0;    top: 50%;    transform: translate(0,-50%);}.RWDmenu_plus04 #mobile-menu .menu li:nth-child(6)>a:before{    display: none !important;}.RWDmenu_plus04 #mobile-menu .main-menu .mCustomScrollBox:before {    content: '智慧能源精緻生活\ASmart energy and exquisite life';    position: absolute;    white-space: pre;    color: var(--black-color);    font-weight: 500;    left: 0;    bottom: 13%;    line-height: 1.8;    letter-spacing: 1px;    text-transform: uppercase;    font-size: 25px;    width: 100%;    border-top: 1px solid #dfdfdf;    padding-top: 60px;    line-height: 1.2;}.RWDmenu_plus04 #mobile-menu .main-menu:after {    content: '';    position: absolute;    width: 100px;    height: 3px;    background: var(--color03);    bottom: calc(13% + 57px + 56px);    left: 0;}.RWDmenu_plus04 .overlay.is-open {    opacity: 1;    visibility: initial;    background: var(--color03);    top: 0;}.RWDmenu_plus04 #mobile-menu {    max-width: none;    width: 100%;    right: auto;    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0);    -webkit-transform: translate3d(180%, 0, 0);    transform: translate3d(180%, 0, 0);    transition: 0.95s ease-out;    border-radius: 0;    transition: .5s ease-out;    left: 0;}.menu-open .RWDmenu_plus04 #mobile-menu {    width: 100%;    transition: 1.2s ease-out;    filter: opacity(1);    box-shadow: initial;}.menu-open .RWDmenu_plus04 #mobile-menu::before{    content: '';    background: #000000;    width: 95px;    height: 100%;    position: absolute;    right: 0;    top: 0;    display: block;    z-index: -1;    animation: 1500ms ease normal forwards 1 fadeIn;    animation-delay: .8s;}.RWDmenu_plus04 #mobile-menu .main-menu {    transform: translateX(-50%);}.menu-open .RWDmenu_plus04 #mobile-menu .main-menu {    animation: 1200ms ease normal forwards 1 fadeIn;    animation-delay: .5s;}.RWDmenu_plus04 #mobile-menu .menu li:nth-child(1) a{    font-family: var(--ft-01);    letter-spacing: 0;    text-transform:uppercase;    text-align: left;}/*下拉*/ 
.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    font-weight: normal!important;    letter-spacing: 1px !important;    text-align: center !important;    padding: 10px 0!important; }

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

.footer-block {    position: relative;    z-index: 204;}.footer-block .ft-top.container {    width: 85%;    background-color: #575A60;    color: var(--w-color);    border-radius: 0 0 25px 25px;    padding: 5rem 10rem 17rem 10rem;}.footer-block .ft-top .ft-logo .RWDedictor008 {    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: flex-start;    position: initial;}.footer-block .ft-top .lf {    width: calc(100% - 178px);}.footer-block .ft-top .rg {    position: absolute;    right: 10px;    top: 10px;}.footer-block .ft-top .lf img {    width: 270px;}.footer-block .ft-top .rg img {    width: 178px;    margin: 0 0 10px;}/*公司資訊*/ 
.ft-info {    width: 72%;    display: grid;    grid-template-columns: 70% auto;    grid-gap: 0 15px;    margin: max(30px, 3rem) 0 0;}.ft-info .ft-information .RWDedictor008 {    display: grid;    grid-template-columns: 1fr 1fr;}.ft-info .ft-name {    font-size: 23px;    font-family: var(--ft-02);    font-weight: 500;    color: #dfdfdf;}.ft-info .ft-name span {    display: block;    font-size: 1rem;    font-weight: 300;    margin-top: 5px;}.ft-info .ft-name a.ft_join {    font-size: 13px;    border: 1px solid #888;    color: #ddd;    padding: 2px 10px;    margin-top: 30px;    display: inline-block;    min-width: 150px;    text-align: center;    font-weight: 300;}.ft-info ul {    list-style: none;    margin: 0;    padding: 0;}.ft-info ul li {    margin: 0 0 15px;    color: #dfdfdf;}.ft-info ul a {    color: #dfdfdf;}.ft-info ul i {    display: inline-block;    margin-right: 15px;    font-size: 17px;}.ft-keyword {    font-size: 12px;    color: #777;    text-align: center;}.ft-big-txt {    width: 100%;    position: absolute;    left: 50%;    transform: translateX(-50%);    padding: 0 10rem;    bottom: 0;    opacity: 0.1;    z-index: -1;}/*社群*/ 
.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: #3a3a3a;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}/*copyright*/ 
.ft-bottom .container {    font-size: 12px;    width: 85%;    padding: clamp(1vw, 2vw, 2.5vw) 0;}.ft-bottom .container .info {    display: flex;    align-items: center;    justify-content: center;    flex-direction: row;    gap: 29px;}.copyright_desc a,.copyright_desc {    color: #555;}.ft-bottom .container>div {    position: relative;}.ft-bottom .container>div {    position: relative;    letter-spacing: 0;}.ft-bottom .container .model::before {    content: '';    width: 1px;    height: 10px;    background: #dfdfdf;    display: block;    position: absolute;    right: -32px;    top: 8px;    margin: 0 15px;}.ft-bottom .container>div.RWDssl01 {    margin-left: 0;}.ft-bottom .container .RWDcopyright::before {    display: none;}/*top*/ 
.scrollTop002{    width: 50px;    height: 50px;    background: #dfdfdf;    backdrop-filter:blur(5px);    border: #fff solid 1px;    border-radius: 99em;    bottom: 100px;    right: 15px;}.scrollTop002 img{width: 100%;}/*跟隨按鈕*/ 
.fixed_btn {    position: fixed;    bottom: 180px;    right: 5px;    z-index: 222;    pointer-events: none;    opacity: 0;    transition: all .5s ease;}.fixed_btn.change {    pointer-events: all;    opacity: 1;}.RWDmobile_bottom_v2 {    display: block;    animation: none;    opacity: 1 !important;}ul.mobile_bottom__ul {    list-style-type: none;}.icon.ii-line1 {    color: #06c152;}.RWDmobile_bottom_v2 a {    writing-mode: vertical-lr;    display: flex;    align-items: center;    justify-content: center;    width: 65px;    padding: 0 0 15px;    background: #333;    border-right: 0;    color: #fff;    overflow: hidden;    border-radius: 10px;    margin-bottom: 10px;}.RWDmobile_bottom_v2 a .icon {        font-size: 22px;    padding: 15px 0 10px;}.RWDmobile_bottom_v2 .icon.fa.fa-facebook {    background-color: #1877f2;}.RWDmobile_bottom_v2 .icon.ii-line3 {    background-color: #4cc764;}.RWDmobile_bottom_v2 .icon.fa.fa-instagram {    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}li.mobile_bottom__li:nth-child(3) {    display: none;}.RWDmobile_bottom_v2 a .icon img {    width: 20px;    margin-right: 3px;}

/*footer end*/
/*小螢幕 start*/

@media (max-width: 2300px) {    .RWDbanner014 .main_pic_box .swiper-slide .info {        max-width: 607px;        top: 21.5vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 900px !important;    }    .RWDbanner_plus01>.slick-caption .link-btn a,    .link-btn a {        font-size: 16px;    }    /*form*/    .index-form-block {        width: 75%;    }    /*內頁關於我們*/    .article4 .RWDbanner008 .slider {        height: 520px !important    }}@media (max-width: 2200px) {    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 862px !important;    }    /*form*/    .index-form-block .titlebar {        height: 39vw;        margin-bottom: 0;    }    .index-form-block .titlebar .sub-tit br {        display: none;    }    /*-----內頁特斯拉----*/    .tesla-style-02 .pagebox {        grid-template-columns: 2fr 3fr 2fr;    }}@media (max-width: 2100px) {    p {        font-size: 16px;    }    .RWDbanner014 .model__head.isRWDbanner014 {        top: 2vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        max-width: 595px;        top: 20.5vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 830px !important;    }    /*跑分*/    .circle-animation-style {        bottom: -5.2vw;        left: 7vw;        width: 9vw;        height: 1vw;    }    /*form*/    .index-form-block::before {        height: 40vw;    }    /*內頁bottom*/    .bottom-contact-box .lf {        padding-left: 3vw;    }}@media (max-width: 2040px) {    .servie-block .container {        width: 85%;        min-height: 43vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        max-width: 537px;        top: 21.5vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 795px !important;    }    .RWDbanner014 .main_pic_box .control_arrow {        width: calc(100% + 200px);        left: -100px;    }    .RWDbanner014_info_img {        width: 90%;    }    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: 1vw;    }    /*footer*/    .ft-info {        width: 85%;    }    /*能源整合＿底下的聯絡資訊*/    .article2 .bottom-contact-box .btn-style {        width: 218px;    }}@media (max-width: 2000px) {    /*跑分*/    .ab-block .lf-box .ab-pic {        width: 60vw;        height: 31vw;    }    .ab-block .lf-box .titlebar .sub-tit {        width: 81%;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax {        width: 23vw;        height: 25vw;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax::before {        background-size: 100% auto;    }    .circle-animation-style {        bottom: -6.2vw;        left: 12.5vw;        width: 10vw;        height: 2vw;    }    .circle-animation-style::before {        width: 190px;        height: 191px;    }    .score-style-02 .RWDscore01 .score-mainblk.parallax {        width: 24vw;        right: calc(12vw - 7px);        height: 10vw;    }    .score-style-02 .count-item:nth-child(1),    .score-style-02 .count-item:nth-child(2) {        width: 11.5vw;        height: 11.5vw;    }    .circle-animation-style {        left: 8vw;    }    /*-----內頁特斯拉-----*/    .tesla-style-02 {        width: 75%;    }}@media (max-width: 1920px) {    .slogan-block .slogan-left {        margin-right: var(--3dst);    }    .slogan-block .slogan-right {        margin-left: var(--3dst);    }    .slogan-block .slogan-left img,    .slogan-block .right-slogan-txt img {        width: 100%;    }    /*RWDbanner014*/    .servie-block .container {        min-height: 45vw;    }    .RWDbanner014 .model__head.isRWDbanner014 {        width: 100%;        text-align: center;        margin: 2.2rem 0 5rem;        position: static;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        max-width: 593px;        top: 16.5vw;    }    .RWDbanner014_info_img {        margin: 15px 0;    }    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: 3vw;    }    /*service*/    .RWDbanner015 .pic_show .word {        padding: 30px var(--3dst);    }    #m_RWDfullscreen01_83_3 li {        height: 47vw !important;    }    /*form*/    .index-form-block .titlebar {        height: 39vw;    }    /*about*/    .ab-bottom-txt {        width: 50%;    }    .ab-bottom-pic .vi {        top: -6.8vw !important;        width: 57vw;    }    /*跑分*/    .score-style-01,    .score-style-02 {        right: 12vw;    }    .score-style-01 .RWDscore01 .score-image {        width: 12.5vw;        right: calc(-2vw - -7px);        bottom: -1.5vw;        min-height: 56vw;    }    .RWDscore01 .count-str {        font-size: 15px;        right: 1.5vw;        top: 1.5vw;    }    .ab-block .lf-box .ab-sm-pic {        width: 6.5vw;        height: 6.5vw;        right: -7vw;    }    /*過場*/    .transitions-pic {        height: 35vw;    }    /*內頁關於我們*/    .about-style-01.pagebox {        display: flex;        flex-direction: row;        justify-content: space-between;        align-items: center;        gap: 3rem;    }    .about-style-01.pagebox .L-box {        width: 40%;    }    .about-style-01.pagebox .R-box {        width: 60%;    }    .about-style-01.pagebox .L-box img {        width: auto;    }    /*--內頁底下聯絡我們--*/    .bottom-contact-box .lf,    .bottom-contact-box .rg {        padding-left: 1.5vw;    }    .article2 .bottom-contact-box .btn-style {        width: 201px;    }}@media (max-width: 1800px) {    /*banner*/    .banner-block .container {        width: 75%;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        font-size: max(60px, 8vw);    }    /*RWDbanner014*/    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 740px !important;    }    .model__head__h1.isRWDbanner014 {        font-size: clamp(1.8rem, 1.6486rem + 0.7568vw, 2.5rem);    }    .RWDbanner014_info_title {        font-size: 24px;    }    /*service*/    .RWDbanner015 li div a:hover::before {        width: 105px;        height: 100px;        background-size: 100% auto;    }    .RWDbanner015 li div a:hover::after {        top: 1.2vw;        right: 1.2vw;        width: 50px;        height: 50px;    }    /*form*/    .index-form-block .titlebar {        height: 42vw;    }    /*跑分*/    .circle-animation-style {        left: 7.2vw;        width: 8vw;        height: 2vw;    }    .circle-animation-style::before {        width: 150px;        height: 151px;    }    .RWDscore01 .count-title {        margin: 10px 0 0;        font-size: 17px;    }    .score-style-01 .RWDscore01 .score-image {        width: 12.5vw;        right: calc(-2vw - -7px);        bottom: -1.8vw;        min-height: 32vw;    }    /*footer*/    .ft-info {        width: 100%;    }}@media (max-width:1770px) {    .RWDbanner014_info_text strong {        display: block;        margin: 10px 0 0;    }}@media (max-width:1750px) {    .index-form-block {        width: 85%;    }    .index-form-block .form-style {        width: 55%;    }}@media (max-width: 1700px) {    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 668px !important;        width: 58%;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        top: 16vw;    }    .RWDbanner014_info_img {        margin: clamp(1vw, 1vw, 2vw) 0;    }    /*slogan*/    .slogan-block .container {        margin: var(--7dst) auto;    }    /*form*/    .index-form-block::before {        height: 44vw;    }    /*about*/    .ab-bottom-block .container {        width: 80%;    }    .ab-bottom-block .container {        padding-top: var(--8dst);        padding-bottom: var(--8dst);    }    .ab-bottom-pic .vi {        width: 59vw;    }    /*--內頁寬度--*/    .faq1 div#sidebar,    .download1 div#sidebar,    .article2 div#sidebar,    .article3 div#sidebar,    .article6 div#sidebar,    .album1 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -1vw;    }    /*底下的聯絡資訊*/    .bottom-contact-box {        display: flex;        flex-direction: column;        padding: 0;    }    .bottom-contact-box .lf,    .bottom-contact-box .rg {        padding-left: 0;        width: 100%;        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: center;    }    .bottom-contact-box .lf {        border-right: 0;        border-bottom: #dfdfdf solid 1px;        padding: 0 0 3rem;    }    .bottom-contact-box .rg {        padding: 3rem 0;    }    /*內頁關於我們*/    .article4.id20 .article-text {        margin-top: 32vw;    }}@media (max-width: 1650px) {    /*跑分*/    .ab-block .container {        height: 38vw;        margin: 11rem 0;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax {        width: 26vw;        height: 28vw;    }    .score-style-02 .RWDscore01 .score-mainblk.parallax {        width: 27vw;        right: calc(14vw - 11px);        height: 10vw;    }    .score-style-02 .count-item:nth-child(1),    .score-style-02 .count-item:nth-child(2) {        width: 13vw;        height: 13vw;    }    .score-style-01 .RWDscore01 .score-image {        width: 13.5vw;        right: calc(-2vw - -7px);        bottom: -2.8vw;    }    .circle-animation-style {        left: 5.2vw;        width: 9vw;        height: 2vw;        bottom: -8vw;    }    .circle-animation-style::before {        width: 150px;        height: 154px;    }}@media (max-width: 1610px) {    /*menu open*/    .RWDmenu_plus04 #mobile-menu .main-menu {        width: 77%;    }    .RWDmenu_plus04 #mobile-menu .main-menu .mCustomScrollBox:before {        font-size: 19px;    }    .RWDmenu_plus04 .main-menu .mCSB_inside>.mCSB_container {        height: 38vh;        margin-top: 28vh;    }    .RWDmenu_plus04 #mobile-menu .main-menu:before {        width: 140px;        top: 1%;        background-size: 100% auto;    }    /*banner*/    .banner-block .container {        width: 82%;    }    .banner-block .RWDbanner_plus01 .slick-caption {        top: 17%;        height: calc(100% - 32%);    }    .banner-block .RWDbanner_plus01 .slick-caption .txt3 {        margin-top: 10px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt4 {        margin: 3vw 0 0;    }    .banner-block .RWDbanner_plus01 .logo {        bottom: -10vw;        right: -12.5vw;    }    /*banner scroll*/    .banner-block .RWDbanner_plus01 .page-scroll::after {        height: 43px;    }    .banner-block .RWDbanner_plus01 .page-scroll a {        top: 103px;        height: 71px;    }    .banner-block .RWDbanner_plus01 .page-scroll a::before {        width: 204px;        height: 71px;        background-size: 100% auto;    }    .banner-block .RWDbanner_plus01 .page-scroll a::after {        height: 53px;        width: 53px;    }    .RWDbanner_plus01 .page-scroll.style01 a span::before {        width: 7px;        height: 15px;    }    .link-btn {        right: 8vw;    }    /*about*/    .ab-bottom-block .container {        padding-top: var(--5dst);    }    .ab-block .lf-box .ab-pic {        width: 55vw;    }    /*RWDbanner014*/    .servie-block .container {        min-height: 59vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 586px !important;        width: 45%;        top: 0;        right: 0;    }    .RWDbanner014_info_text {        width: 95%;    }    .RWDbanner014_info_img {        width: 88%;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        top: 18vw;        width: 45%;    }    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: -5vw;    }    /*應用服務*/    #m_RWDfullscreen01_83_3 li {        height: 45vw !important;        background-position: 30%;    }    .RWDbanner015 .pic_show .word .en {        padding-top: 0;    }    /*過場*/    .transitions-block,    .transitions-pic {        height: 48.5vw;    }    .tr-slogan {        top: 6vw;    }    /*form*/    .index-form-block .titlebar {        height: 43vw;    }    .form-bg.mobile-st {        max-height: 14vw;        width: 100%;        transform: translate(0%, 0);    }    /*footer*/    .footer-block .ft-top.container {        padding: 5rem 5rem 13rem 5rem;    }    .ft-big-txt {        padding: 0 5rem;    }    .footer-block .ft-top .lf img {        width: 185px;    }    .footer-block .ft-top .rg img {        width: 158px;    }    /*--內頁側邊欄--*/    .faq1 div#sidebar,    .download1 div#sidebar,    .article2 div#sidebar,    .article3 div#sidebar,    .article6 div#sidebar,    .album1 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -3vw;    }    .faq1 .pagecontent.col-md-9,    .download1 .pagecontent.col-md-9,    .article2 .pagecontent.col-md-9,    .article3 .pagecontent.col-md-9,    .article6 .pagecontent.col-md-9,    .album1 .pagecontent.col-md-9 {        width: 85%;        margin: 0 0 0 18vw;    }    .faq1 .hgroup .container,    .download1 .hgroup .container,    .article2 .hgroup .container,    .article3 .hgroup .container,    .article6 .hgroup .container,    .album1 .hgroup .container {        width: 77.5%;    }    /*--內頁共用樣式--*/    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 27px !important;    }    /*--內頁關於我們--*/    .article4 .RWDbanner008 .slider {        height: 420px !important;    }    /*--內頁特斯--*/    .tesla-style-04 ul.service-timeline img {        width: 48px;        margin: 0 0 20px;    }    .tesla-style-05 .L-box {        height: 35vw;        overflow: hidden;        border-radius: 25px;    }    .tesla-style-05 img {        object-fit: cover;        height: 100%;        object-position: center;    }}@media (max-width: 1500px) {    .RWDmenu_plus04 #mobile-menu .main-menu {        top: 50px;    }    .RWDmenu_plus04 .logo {        width: 146px;        margin-top: 14px;    }    .RWDmenu_plus04 .header.is-up .logo,    .RWDmenu_plus04 .logo a::before {        width: 146px;    }    /*banner*/    .banner-block .RWDbanner_plus01 .slick-caption .txt4 {        margin-top: 25px;        font-size: 16px;    }    /*RWDbanner014*/    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: -1.5vw;    }    .ab-block .lf-box .ab-pic {        width: 51vw;        height: 28vw;    }    /*form*/    .index-form-block::before {        display: none;    }    .index-form-block .titlebar .RWDedictor008 {        display: grid;        grid-template-columns: 60% auto;    }    .titlebar .info {        margin: 0;    }    .index-form-block .titlebar .RWDedictor008 {        display: grid;        grid-template-columns: 50% auto;    }    .index-form-block .titlebar:before {        top: 0;    }    .form-bg.mobile-st {        grid-row: 1 / 3;        grid-column: 2;        max-height: initial;        border-radius: 0;        overflow: initial;        display: flex;        align-items: center;    }    .form-bg.mobile-st img {        border-radius: 99em;        object-fit: cover;        height: 16vw;    }    div#mobile_link {        position: relative;        top: -50px;    }    .index-form-block .container {        display: flex;        justify-content: flex-start;        align-items: flex-start;        align-content: center;        flex-direction: column;        padding: 5rem 6rem;    }    .index-form-block .titlebar,    .index-form-block .form-style {        width: 100%;    }    .index-form-block .titlebar {        height: auto;        margin-left: 0;        z-index: 2;    }    .index-form-block .titlebar .main-tit {        width: 50%;        font-size: clamp(2rem, 1.322rem + 3.3898vw, 4.5rem);    }    .orther-contact {        position: static;    }    .index-form-block .form-style {        margin: var(--5dst) 0 0;    }    .index-form-block .titlebar .sub-tit {        margin: 1rem 0 0;        font-size: 17px;        width: 70%;    }    .index-form-block .RWDeformandsoical .form-horizontal .form-group .row {        width: 100%;    }    .index-form-block .address-col-1,    .index-form-block .address-col-2 {        width: 50%;    }    .index-form-block .container::before {        z-index: 1;    }}@media (max-width: 1400px) {    /*menu open*/    .RWDmenu_plus04 #mobile-menu .main-menu {        width: 68%;        left: 46%;    }    .RWDmenu_plus04 #mobile-menu .main-menu:before {        top: 2%;        top: auto;        bottom: 5vw;    }    .RWDmenu_plus04 .main-menu .mCSB_inside>.mCSB_container {        height: auto;        margin-top: 0;        /*15vh*/        top: 0 !important;        /*60vh*/    }    .RWDmenu_plus04 #mobile-menu .menu li {        width: calc(100%);        border-bottom: #dfdfdf solid 1px;        padding: 0;    }    .RWDmenu_plus04 #mobile-menu .menu li:nth-child(6) {        border: 0;    }    .RWDmenu_plus04 #mobile-menu .menu li a {        text-align: left !important;    }    .RWDmenu_plus04 #mobile-menu .menu>li>a:before {        display: none;    }    .RWDmenu_plus04 #mobile-menu .main-menu .mCustomScrollBox:before {        font-size: 17px;        border: 0;        display: none;    }    .RWDmenu_plus04 #mobile-menu .toggle-submenu:after {        top: 64%;    }    .RWDmenu_plus04 #mobile-menu .menu li.has-child>a {        padding-top: 20px;        padding-bottom: 20px;    }    .RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {        text-align: left !important;        padding: 13px 20px !important;    }    /*共通設定*/    .titlebar .main-tit,    .model__head__h1.isRWDbanner014 {        font-size: clamp(1.125rem, 0.4734rem + 2.6733vw, 2.8125rem);    }    .titlebar .sub-tit,    p {        font-size: 16px;    }    /*RWDbanner014*/    .servie-block .container {        min-height: 70vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        width: 50%;        top: 22vw;        left: 1vw;    }    .RWDbanner014_info_img {        width: 80%;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 51vw !important;        width: 47%;        right: 0;        border-radius: 25px;        overflow: hidden;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img img {        object-fit: cover;    }    .RWDbanner014 .main_pic_box .control_arrow {        transform: translate(-50%, 50%);        width: calc(100% + 182px);        left: 50%;    }    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: 0;        left: 2.5vw;    }    .RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow {        width: 40px;        height: 40px;    }    .RWDbanner014-arrow[aria-disabled="true"],    .RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow {        font-size: 15px;    }    /*slogan*/    .slogan-block .inner::before {        height: calc(40% - 19px);        bottom: 0.5vw;    }    /*跑分*/    .circle-animation-style {        left: 4.2vw;        width: 10vw;        height: 2vw;        bottom: -9.2vw;    }    .circle-animation-style::before {        width: 138px;        height: 139px;    }    .ab-block .lf-box .ab-sm-pic {        width: 7.5vw;        height: 7.5vw;    }    .ab-block .container {        height: 40vw;    }    .ab-block .lf-box .ab-pic {        width: 59vw;        height: 29vw;    }    .score-style-01,    .score-style-02 {        right: 9vw;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax {        width: 28vw;        height: 30vw;    }    .score-style-01 .RWDscore01 .count-blk,    .score-style-02 .RWDscore01 .count-blk {        padding-left: 0;        padding-right: 0;    }    .score-style-02 .count-item:nth-child(1),    .score-style-02 .count-item:nth-child(2) {        width: 14vw;        height: 14vw;    }    .score-style-02 .RWDscore01 .score-mainblk.parallax {        width: 29vw;        right: calc(16vw - 30px);        height: 10vw;    }    .score-style-01 .RWDscore01 .score-image {        width: 14.7vw;        right: calc(-2vw - -7px);        bottom: -3.8vw;        min-height: 42vw;    }    /*service*/    .RWDbanner015 .pic_show .word .tw span {        font-size: 20px;    }    .RWDbanner015 .pic_show .word {        padding: 20px var(--2dst);    }    /*about*/    .ab-bottom-pic .vi {        width: 70vw;        top: -10.8vw !important;    }    .ab-bottom-txt {        width: 57%;        margin: clamp(2vw, 8vw, 5vw) 0 0;    }    /*footer*/    .footer-block .ft-top.container {        padding-bottom: 12rem;    }    .footer-block .ft-top .ft-logo .RWDedictor008 {        position: static;    }    .ft-info .ft-social {        text-align: left;        display: flex;        justify-content: flex-start;        align-items: flex-end;        width: 100%;        margin: 3rem 0 0;    }    /*------------------內頁－隱私權政策---------------------*/    .article5 .page_wrapper_bg .article-text.rwd .container p {        width: 100%;    }    /*------------------內頁－特斯拉---------------------*/    .tesla-style-02 {        width: 80%;    }    .article1 .pageinfo-title {        font-size: 43px !important;    }    .tesla-style-03 .pageinfo-title .en-tit {        font-size: clamp(2.1875rem, 1.7245rem + 2.3148vw, 3.75rem);    }}@media (max-width: 1300px) {    .RWDbanner_plus01>.slick-caption .link-btn a,    .link-btn a {        font-size: 15px;        width: 90px;        height: 90px;        letter-spacing: 0.5px;    }    .banner-block .RWDbanner_plus01 .slick-caption {        top: 16%;        height: calc(100% - 28%);    }    .banner-block .RWDbanner_plus01 .logo {        bottom: -8vw;    }    /*跑分*/    .score-style-02 .RWDscore01 .score-mainblk.parallax {        right: calc(16vw - 25px);    }    /*form*/    .index-form-block .form-style::before {        right: -7.5vw;    }    .index-form-block .titlebar .sub-tit {        width: 100%;    }    .form-bg.mobile-st {        transform: translate(50px, 0);    }    .orther-contact {        flex-wrap: wrap;        margin-top: 30px;    }    .orther-contact span {        width: 100%;        text-align: left;        border-top: 1px solid #ddd;        padding-top: 30px;    }}@media (max-width:1280px) {    /*slogan*/    .slogan-block .container {        width: 88%;    }    /*service*/    .RWDbanner015 ul {        display: flex;        flex-direction: row;        flex-wrap: wrap;        justify-content: center;        align-items: flex-start;    }    .RWDbanner015 li {        height: 320px !important;        width: calc(100%/2 - 20px);        margin: 0;        background-size: cover;        border-radius: 25px;    }    .RWDbanner015 ul:hover li:hover,    .RWDbanner015 ul:hover li {        width: calc(100%/2 - 10px);    }    .RWDbanner015 li::before {        height: 60%;        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0.8) 100%);    }}/* 匯入內頁版面寬度80%*/@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }    /*---內頁---*/    .article-block {        padding: 3rem;    }    .pagebox .L-box {        width: 40%;    }    .pagebox .R-box {        width: 60%;        padding-left: 3rem;    }    /*---內頁最新消息---*/    .pagebox {        display: flex;        flex-direction: column;        justify-content: space-between;        align-items: flex-start;        gap: 1.5rem;    }    .pagebox .R-box,    .pagebox .L-box {        width: 100%;        padding: 0;    }    .pagebox .L-box img {        width: 100%;    }    /*---內頁其他設備應用---*/    .energy-style-end .text-info {        top: 12%;        width: 28vw;    }    /*---能源整合---*/    .energy-style-04 ul li {        padding: 3rem 1.3rem;    }    .energy-style-04 ul .list-icon {        margin: 0 auto 2rem;        width: 65px;        height: 65px;    }    .energy-style-05.pagebox .L-box {        height: 29vw;    }    /*---底下的聯絡資訊---*/    .bottom-contact-box {        margin: 3rem 0 0;    }    /*--－內頁關於我們---*/    .about-style-02 .Insidepages-tit .inside-en-tit {        font-size: clamp(6.25rem, 5.625rem + 3.125vw, 9.375rem);    }    .about-style-02 .Insidepages-tit .inside-main-tit,    .about-style-02 .Insidepages-tit .special-txt {        text-indent: 0;        text-align: center;    }    .about-style-02 .about-vi-pic .inner {        top: -0.7vw;    }    .about-style-02 .pagebox .L-box {        width: 60%;    }    /*--－內頁特斯拉---*/    .tesla-style-01 {        display: flex;        flex-direction: row;        justify-content: space-between;        align-items: center;    }    .tesla-style-01.pagebox .L-box {        width: 50%;    }    .tesla-style-01.pagebox .R-box {        width: calc(50% - 7rem);        padding-right: 5rem;    }    .tesla-style-02 .pagebox {        grid-template-columns: 1fr 2fr 1fr;        display: grid;        align-items: start;    }    .tesla-style-02 ul span {        min-width: initial;        display: block;    }    .pro-special ul {        gap: 2rem;    }    .pro-special ul li .text {        padding: 1.5rem 2rem;    }}/*產品定售價掉落修正*/@media (max-width: 1500px) {    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }    /*-----內頁特斯拉-------*/    .pro-special ul li.special-01 .text,    .pro-special ul li.special-03 .text,    .pro-special ul li.special-04 .text {        position: static;    }    .pro-special ul li img {        height: 23vw;        object-fit: cover;        width: 100%;        object-position: center top;    }    .pro-special ul li.special-03 {        margin-top: -17vw;    }}/*寬度修正*/@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }    /*---內頁其他應用項目---*/    .energy-style-end {        height: 37vw;        border-radius: 20px;        overflow: hidden;    }    .energy-style-end p,    .energy-style-end img {        object-fit: cover;        height: 100%;    }    .energy-style-end .text-info {        width: 43vw;    }    /*---內頁能源整合---*/    .energy-style-04 ul {        display: flex;        flex-wrap: wrap;    }    .energy-style-04 ul li {        width: calc(100% / 2 - 20px);    }    /*------------------內頁－特斯拉---------------------*/    .tesla-style-01.pagebox .R-box {        width: calc(50% - 5rem);    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }    /*----內頁關於我們----*/    .about-style-02 .Insidepages-tit .inside-en-tit {        font-size: clamp(3.125rem, 1.7372rem + 6.9388vw, 7.375rem);    }    .about-style-02 .pagebox .L-box {        width: 72%;    }}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
/*共通設定*/ 
.titlebar .en-txt {    font-size: clamp(4rem, 1.8157rem + 10.9215vw, 10rem);}.RWDalert_fancybox.bottom {    width: 90%;}/*BANNER*/ 
.banner-block .RWDbanner_plus01 .slick-caption {    top: 21%;    height: calc(100% - 32%);}.RWDbanner_plus01>.slick-caption .link-btn a:hover:before,.link-btn a:hover:before {    transform: rotate(0deg);}.banner-block .RWDbanner_plus01 .slick-caption .txt3 span>span {    margin: 0 10px;}/*RWDbanner014*/ 
.RWDbanner014 .main_pic_box .control_arrow {    width: calc(100% + 147px);}/*servie-block*/ 
.servie-block {    padding-top: 0px;}/*about*/ 
.ab-bottom-block .container {    padding-top: var(--2dst);}.ab-bottom-block .container {    width: 85%;}.ab-bottom-pic {    height: 26vw;    margin: 5vw auto 0;}.ab-bottom-txt {    width: 100%;    margin: clamp(2vw, 4vw, 8vw) 0 0;}.ab-bottom-pic .cube {    bottom: -1vw;    right: -1vw;    width: 19vw;}.ab-bottom-block .btn-style {    margin-top: 5vw;}/*跑分*/ 
.ab-block .lf-box .ab-pic {    width: 52vw;    height: 21vw;}.circle-animation-style {    left: 3.2vw;    width: 10vw;    height: 2vw;    bottom: -9.2vw;}.score-style-01,.score-style-02 {    right: 9vw;}.score-style-01 .RWDscore01 .score-image {    right: calc(-2vw - -2px);}.RWDscore01 .count-title {    font-size: 16px;}.score-style-02 .RWDscore01 .score-mainblk.parallax {    right: calc(16vw - 23px);}.RWDscore01 .count-title {    margin: 0;}.score-style-01 .RWDscore01 .count-str {    font-size: 14px;}.RWDscore01 .count-num {    letter-spacing: 0;    font-size: clamp(1.4375rem, 0.6639rem + 3.868vw, 3.5625rem);}/*form*/ 
.index-form-block .container {    padding: 5rem 3rem;}.form-bg.mobile-st img {    border-radius: 99em;    object-fit: cover;    height: 17vw;}.form-bg.mobile-st {    transform: translate(0px, 0);}.index-form-block .titlebar .RWDedictor008 {    grid-column-gap: 30px;}/*footer*/ 
.footer-block .ft-top.container {    padding-bottom: 10rem;}.ft-info {    margin: 4rem 0 0;}.ft-info {    grid-template-columns: auto;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}.page_wrapper_bg section.call_to_action>.container {    width: 85% !important;    padding: 0 30px;    max-width: initial !important;}#sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {    font-size: 1rem;    height: 45px;    color: #000;    letter-spacing: 0;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*------------------隱私權政策--------------------*/ 
.article5 .page_wrapper_bg section.call_to_action {    margin-top: 0;}/*------------------內頁banner--------------------*/ 
.page_wrapper_bg .page-banner .container {    width: 80%;}/*------------------內頁寬度--------------------*/ 
.page_wrapper_bg .article-text .container {    padding-left: 0;    padding-right: 0;}/*麵包屑*/ 
.hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: center;}.faq1 .hgroup .container,.download1 .hgroup .container,.article2 .hgroup .container,.article3 .hgroup .container,.album1 .hgroup .container,.hgroup .container {    width: 100%;    margin: 0 0 0 auto;}.faq1 .hgroup::before,.download1 .hgroup::before,.article2 .hgroup::before,.article3 .hgroup::before,.album1 .hgroup::before,.hgroup::before {    width: 100%;    left: 0;}/*麵包屑結束*/ 
.faq1 div#sidebar,.download1 div#sidebar,.article2 div#sidebar,.article3 div#sidebar,.article6 div#sidebar,.album1 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;}.faq1 .page_wrapper_bg section.call_to_action>.container,.download1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.article6 .page_wrapper_bg section.call_to_action>.container,.album1 .page_wrapper_bg section.call_to_action>.container {    padding: 7rem 0px;}.faq1 .page_wrapper_bg section.call_to_action:after,.download1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after,.article3 .page_wrapper_bg section.call_to_action:after,.article6 .page_wrapper_bg section.call_to_action:after,.album1 .page_wrapper_bg section.call_to_action:after {    display: none;}.faq1 .pagecontent.col-md-9,.download1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9,.article3 .pagecontent.col-md-9,.article6 .pagecontent.col-md-9,.album1 .pagecontent.col-md-9,.pagecontent.col-md-9 {    width: 100%;    float: none;    margin: 0 auto;    padding: 0 !important;}.faq1 .hgroup .container,.download1 .hgroup .container,.article2 .hgroup .container,.article3 .hgroup .container,.article6 .hgroup .container,.album1 .hgroup .container,.hgroup .container {    width: 100%;    margin: 0 0 0 auto;}/*---內頁其他應用項目---*/ 
.order-article-01 p,.energy-style-01 p,.energy-commercial-style-01 P {    width: 100%;}.energy-style-end {    height: 44vw;}/*---內頁關於我們---*/ 
.article4 .page_wrapper_bg section.call_to_action {    padding: 2rem 0;}.article4.id20 .page_wrapper_bg .article-text .container {    width: 100%;    max-width: initial;}.about-style-01 {    padding: 5rem 3rem;    margin: 9rem 0 3rem;}.about-style-01.pagebox .L-box img {    width: 250px !important;}.about-style-02 {    padding: 0 0 4rem;}.about-style-02 .Insidepages-tit {    margin: 0 0 4rem;}.about-style-02 .pagebox .L-box {    width: 100%;    height: auto !important;}/*---內頁特斯拉---*/ 
.article1 .page_wrapper_bg section.call_to_action>.container {    width: 100% !important;    padding: 0px !important;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2{    bottom: 13vw;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt3{    position: absolute;    right: auto;    left: 0;    bottom: 10vw;}.tesla-style-02 .pagebox {    display: flex;    flex-wrap: wrap;    grid-column-gap: 50px;}.tesla-style-02 .pagebox .Center-box {    order: 1;    width: 70%;    margin: auto;}.tesla-style-02 .pagebox .R-box,.tesla-style-02 .pagebox .L-box {    margin: 0 auto !important;    display: flex;    gap: 0;    padding: 0;    order: 2;    width: 100%;}.tesla-style-02 .pagebox ul {    margin: 0 auto !important;    display: flex;    gap: 15px;    padding: 0;    width: 100%;    flex-wrap: wrap;}.tesla-style-02 .pagebox ul li {    display: flex;    flex-direction: column;    width: calc(100% / 2 - 30px);    border-right: 0;    padding: 0 0px 15px !important;    align-items: flex-start;    margin: 0 !important;}.tesla-style-02 .pagebox ul.ul-style-border li:last-child {    margin: 0 !important;    padding: 0 0 15px !important;    border-bottom: #dfdfdf solid 1px !important;}.article1 .pageinfo-title {    font-size: 34px !important;}.tesla-style-03 .pageinfo-title .en-tit {    font-size: clamp(1.875rem, 1.5337rem + 1.7065vw, 2.8125rem);}.tesla-style-04 ul.service-timeline {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    flex-wrap: wrap;}.tesla-style-04 ul.service-timeline li {    width: calc(100%/2 - 1px);    padding: 1rem 10px 3rem 1rem;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    /*RWDbanner014*/    .servie-block .container {        min-height: 79vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        top: 24vw;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 59vw !important;    }    .RWDbanner014 .main_pic_box .swiper-slide .button {        bottom: 1vw;    }    .RWDbanner014 .main_pic_box .control_arrow {        bottom: 59%;    }    /*跑分*/    .ab-bottom-block .container {        padding-top: var(--5dst);    }    .ab-block .lf-box .titlebar {        margin-left: 12vw;    }    .ab-block .lf-box .titlebar .sub-tit {        width: 87%;    }    .ft-keyword {        border-bottom: 1px solid #ddd;        padding-bottom: 10px;        margin-bottom: 10px;    }    /*------內頁 特斯拉------*/    .article1 .page_wrapper_bg section.call_to_action>.container {        width: 100% !important;        padding: 8vw 0 0;    }    .tesla-style-01,    .tesla-style-02,    .tesla-style-end {        width: 85%;        margin-left: auto;        margin-right: auto;    }    .tesla-style-01 {        display: flex;        flex-direction: column;        justify-content: space-between;        align-items: stretch;        gap: 0;        margin: 8rem auto 0;    }    .article1 .tesla-style-01 .pageinfo-title {        text-align: center;    }    .tesla-style-01.pagebox .L-box,    .tesla-style-01.pagebox .R-box {        width: 100%;    }    .tesla-style-01.pagebox .L-box {        height: 45vw;        border-radius: 20px;        overflow: hidden;    }    .tesla-style-01.pagebox .L-box>div,    .tesla-style-01.pagebox .L-box img {        height: 100%;        object-fit: cover;        object-position: center 84%;    }    .tesla-style-01.pagebox .R-box {        padding: 5rem;        border-bottom: #dfdfdf solid 1px;    }    .article1 .tesla-style-end .pageinfo-title {        font-size: 37px !important;    }}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
.circle-animation-style {    left: 3.2vw;    width: 12vw;    height: 2vw;    bottom: -9.2vw;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 50px 0;}/*產品內頁-01*/ 
.page_content1 #prod_price {    margin-top: 18px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 4) !important;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%}#article .layoutlist_4 .item .list_img {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .list_subject {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .listdate {    border: 0;    display: flex;    align-items: center;    padding: 0;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px}#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: #afafaf;    position: relative;    margin-left: 5px}/*文章列表-G*/ 
.layoutlist_8 .list_subject {    padding: 0 2rem;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*電子表單*/ 
.form-group label {    padding-left: 0 !important;    padding-right: 0 !important;}#join_form .form-checkbox,#join_form .form-radio {    padding: 0 0 0 28px !important;}/*240526修*/ 
.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(56px, 7.2vw);}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
.banner-deco {    width: 240vw;    height: 15vw;    position: relative;    left: -13.5vw;    top: -2vw;}.RWDbanner_plus01>.slick-caption .link-btn a,.link-btn a {    width: 180px;    height: auto;}.banner-light-box {    top: 67.5vw;    left: 33vw;}.light-shadow-01 {    width: 4.5vw;}.light-shadow-02 {    width: 6vw;}.RWDalert_fancybox.bottom {    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: column;    gap: 10px;    border-radius: 25px;}/*共通設定標題*/ 
.titlebar .main-tit,.model__head__h1.isRWDbanner014 {    font-size: clamp(1.5625rem, 0.9366rem + 3.1297vw, 2.875rem);}/*menu open*/ 
.menu-open .RWDmenu_plus04 #mobile-menu {    transition: 1s ease-out;}/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    margin-top: 15px;    font-size: clamp(0.9375rem, 0.2918rem + 1.3453vw, 1.125rem);}.banner-block .RWDbanner_plus01 .slick-caption .txt4 {    margin-top: 60px;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: clamp(2.5rem, 0.9933rem + 3.139vw, 2.9375rem);}.link-btn {    bottom: auto;    top: 20%;}.banner-block .RWDbanner_plus01 .logo {    bottom: -14vw;    width: 118vw;    right: -18.5vw;}/*banner scroll*/ 
.banner-block .RWDbanner_plus01 .page-scroll::after {    width: 95%;}/*應用服務整合RWDbanner014*/ 
.servie-block .container {    min-height: auto;}.RWDbanner014 .model__head.isRWDbanner014 {    margin: 2rem 0;}.RWDbanner014 .main_pic_box .swiper-slide .box {    height: auto;}.RWDbanner014 .main_pic_box .swiper-slide .box {    padding-bottom: 80px;    display: flex;    flex-direction: column-reverse;}.RWDbanner014 .main_pic_box .swiper-slide .info {    width: 90%;    max-width: 100%;    padding: 40px;    top: auto;    left: 0;}.RWDbanner014 .main_pic_box .swiper-slide .main_img {    width: 100%;    margin: 0 auto;    height: 41vw !important;}.RWDbanner014 .main_pic_box .swiper-slide.swiper-slide-active .main_img {    transform: translateX(0px);}.RWDbanner014 .main_pic_box .swiper-slide .main_img img {    object-position: center;}.RWDbanner014 .main_pic_box .control_arrow {    bottom: auto;    top: 16%;}.RWDbanner014_info_text,.RWDbanner014_info_img {    width: 100%;}.RWDbanner014_info_img {    margin: 2vw 0 0;}.RWDbanner014 .main_pic_box .swiper-slide .button {    bottom: 3.5vw;    left: 50%;    transform: translateX(-50%);}.RWDbanner014 .main_pic_box .control_arrow {    width: calc(100% + 146px);}/*slogan*/ 
.slogan-block .container {    width: 100%;}.tr-slogan span {    font-size: 40px;}/*過場*/ 
.transitions-block,.transitions-pic {    height: 52.5vw;}/*跑分*/ 
.circle-animation-style {    left: 16.2vw;    width: 14vw;    height: 4vw;    bottom: -18.2vw;}.ab-block .container {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: stretch;    height: auto;    margin: 7rem 0 11rem;}.ab-block .lf-box,.ab-block .rg-box {    width: 100%;}.ab-block .rg-box {    height: 58vw;}.ab-block .lf-box .ab-pic {    width: 83vw;    height: 5vw;    position: relative;    bottom: 11vw;}.ab-block .lf-box .titlebar {    text-align: center;}.ab-block .lf-box .titlebar .sub-tit {    width: 100%;    text-align: center;}.RWDscore01 .count-num {    font-size: clamp(1.875rem, 0.6827rem + 5.9613vw, 4.375rem);}.RWDscore01 .count-str {    right: 3vw;    top: 3.5vw;}.score-style-01 .RWDscore01 .score-image {    right: calc(-2vw - 1px);    width: 23.7vw;    bottom: -11.8vw;    min-height: 45vw;}.score-style-01 .RWDscore01 .score-mainblk.parallax {    width: 45vw;    height: 48vw;}.score-style-02 .RWDscore01 .score-mainblk.parallax {    right: calc(25vw - 19px);    width: 45vw;}.score-style-02 .count-item:nth-child(1),.score-style-02 .count-item:nth-child(2) {    width: 22vw;    height: 22vw;}.ab-block .lf-box .ab-sm-pic {    width: 9.5vw;    height: 9.5vw;    bottom: -42vw;    right: auto;    left: 12vw;    top: auto;}.ab-block .lf-box .titlebar a {    margin: 50px auto 0;}/*form*/ 
.index-form-block .form-style {    margin: 30px 0 0;}.index-form-block .form-style::before {    display: none;}.titlebar .info {    margin: 0 0 30px;    order: 2;}.index-form-block .titlebar .RWDedictor008 {    display: flex;    flex-direction: column;}.index-form-block .form-bg.mobile-st {    order: 1;    margin-bottom: 50px;    width: 105%;    transform: translate(-2.5%, 0);}.orther-contact span {    width: auto;    padding: 0;    border: 0;}.orther-contact {    margin: 0;    order: 3;}.form-bg.mobile-st img {    height: 28vw;}div#mobile_link {    order: 4;}/*about*/ 
.ab-bottom-pic .cube {    bottom: -2vw;    right: -1vw;    width: 18vw;}.ab-bottom-block .btn-style {    float: none;    margin: 7vw auto 0;}/*footer*/ 
.ft-bottom .container .model::before {    display: none;}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0 0 20px;}.hgroup .container {    margin: 0 0 50px;}.hgroup .page_subject {    text-align: center;}.page_wrapper_bg .hgroup h1 {    margin: 0 0 20px;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-07*/#article .layoutlist_7 .row {    display: flex;    flex-wrap: wrap;}#article .layoutlist_7 .litem {    width: calc(100% / 2 - 1px);    margin: 15px 0px;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.albumlist .layoutlist_2 {    gap: 0px;}.layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 3) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-02*/ 
.download .list_table .container::after {    clear: none;}.download .list_table .container .row::after {    clear: none;}.download .list_table .container .row div:last-child {    clear: none !important;}.download .oneline {    border-bottom: none;    clear: none;}/*電子表單*/ 
.eformscontent .layoutlist_1 {    width: 100%;}.eformscontent .form-horizontal .control-label {    padding: 0 !important;    width: 100%}.eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;    padding: 0 !important}.eformscontent .col-sm-12.col-md-11,.eformscontent .col-sm-12.col-md-5 {    width: 100%;}.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.layoutlist_2 .video_item {    width: calc(100% / 3 - 1px);}/*產品內頁-02*/#sidebar {    padding: 0 !important;    margin: 0 0 30px;}/*購物車按鈕pad*/#mobile-fixed .btn-box .normal {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}#mobile-fixed .btn-box .bg2 {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff;    background: #000;}.RWDshopping #mobile-fixed .btn.normal {    color: #444;}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}/*------------------隱私權政策--------------------*/ 
.article5 .page_wrapper_bg section.call_to_action>.container {    padding: 3rem 3rem;}/*------------------內頁寬度--------------------*/ 
.faq1 .page_wrapper_bg section.call_to_action>.container,.download1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.article6 .page_wrapper_bg section.call_to_action>.container,.album1 .page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action>.container {    padding-top: 5rem !important;}/*--內頁banner--*/ 
.page_wrapper_bg .page-banner .container {    align-items: center;}.page-banner::before {    display: none;}.page-banner .container {    width: 85%;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    margin-bottom: 15px;}.page-banner .RWDbanner_plus01 .slick-caption .txt2 {    text-indent: 0;    font-size: max(60px, 9.5vw);}/*----內頁樣式共用---*/ 
.pagebox .L-box {    height: 35vw;}.pagebox .L-box .img-radius,.pagebox .L-box .img-radius img {    height: 100%;    object-fit: cover;}/*----內頁文章結尾區塊----*/ 
.energy-style-end {    height: auto;    display: flex;    flex-direction: column;}.energy-style-end p,.energy-style-end img {    height: 50vw;    border-radius: 20px;}.energy-style-end .text-info {    width: 100%;    position: static;}/*---能源整合---*/ 
.energy-commercial-style-02.pagebox .L-box {    height: auto;}.energy-style-06 {    gap: 0;}.energy-style-06 ul {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;}.energy-style-06 ul li {    width: 100%;    border-bottom: #dfdfdf solid 1px;    padding: 0 0 3rem;    margin-bottom: 3rem;}.energy-style-06 ul li:last-child {    border: 0;}.energy-style-06 ul::before {    display: none;}/*---內頁關於我們---*/ 
.about-style-01.pagebox {    display: flex;    flex-direction: column;    justify-content: space-between;    align-items: center;    gap: 2rem;}.about-style-01.pagebox .L-box {    height: auto;}.about-style-01.pagebox .R-box {    width: 100%;}.about-style-02 .Insidepages-tit .inside-en-tit {    font-size: max(60px, 7.5vw);}.article4.id20 .pageabout-banner-slider .RWDbanner008 a::before{    width: 12vw;    height: 7.22vw;}/*-----內頁特斯拉------*/ 
.article1 .page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption {    top: 19vw;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(66px, 7.2vw);}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 20px;    line-height: 1.6;    bottom: 37vw;    text-align: center;    width: 100%;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt3 {    bottom: 30vw;    right: auto;    left: 0;    text-align: center;    width: 100%;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2 br {    display: none;}/*------內頁特斯拉--------*/ 
.article1 .pagebox .L-box {    height: auto !important;}.article1 .pageinfo-title {    font-size: 43px !important;    text-align: center;}.tesla-style-02 {    margin-bottom: 3rem;}.tesla-style-03 {    padding-bottom: 12vw;}.tesla-style-03 .pagebox {    max-width: initial;    display: flex !important;    flex-direction: column !important;}.tesla-style-03 .pagebox .L-box,.tesla-style-03 .pagebox .R-box {    width: 100% !important;}.tesla-style-03 .pageinfo-title .en-tit br {    display: none;}.pro-special {    margin-top: 7rem;}.pro-special ul {    display: flex;    flex-direction: column;    flex-wrap: wrap;    justify-content: center;    align-items: flex-start;    gap: 1rem;}.pro-special ul li.special-02 {    order: 1;    border-radius: 0;    height: auto;    text-align: center;}.pro-special ul li.special-01 {    order: 2;}.pro-special ul li.special-03 {    order: 3;}.pro-special ul li.special-04 {    order: 4;}.pro-special ul li.special-04,.pro-special ul li:nth-child(odd) {    margin-top: 0;}.pro-special ul li {    margin-bottom: 1.5rem;    width: 100%;}.pro-special ul li img {    height: 35vw;}.pro-special ul li.special-02 {    margin: 0 0 2rem;}.pro-special ul li.pageinfo-title span.text {    position: static;    transform: initial;}.pro-special ul li.special-02 img {    display: none;}.tesla-style-end p br,.article1 .tesla-style-end .pageinfo-title br {    display: none;}
}
/*991px end*/
/*900px start*/

@media (max-width:900px) {    .slogan-block .inner::before {        height: calc(40% - 19px);        bottom: -0.4vw;    }    .ft-info .ft-information .RWDedictor008 {        grid-template-columns: 60% auto;    }    .link-btn {        right: 3vw;    }    .article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {        font-size: max(63px, 6.8vw);    }}

/*900px end*/
/*850px start*/

@media (max-width:850px) {    .link-btn {        top: 22%;    }    /*about*/    .ab-bottom-txt {        margin: 5vw 0 0;    }    /*跑分*/    .circle-animation-style {        width: 16vw;    }    /*過場*/    .tr-slogan span {        font-size: 36px;    }    .ft-bottom .container .info {        gap: 0px 15px;        flex-wrap: wrap;    }    /* 匯入內頁版面寬度80%*/    /*文章列表樣式-04*/    #article .layoutlist_4 .fixrow {        padding-left: 0;        padding-right: 0;    }    /*圖文輪播*/    .RWDslider01 .products-list .box {        display: flex;        flex-direction: column;    }    .RWDslider01 .products-list .products-item .box {        flex-direction: column;        justify-content: flex-start;    }    .RWDslider01.pic-right .products-list .products-item .box {        flex-direction: column;    }    .RWDslider01 .pic-list,    .RWDslider01 .text {        width: 100%;        padding: 0 !important;    }    .RWDslider01 .control-box {        right: 0;        position: relative;        width: 100%;        text-align: center;    }    .RWDslider01 .pic-list,    .RWDslider01 .text,    .RWDslider01 .pic img {        width: 100%;    }    .RWDslider01 .pic-list {        padding-right: 0;    }    .RWDslider01.pic-right .pic-list {        padding-left: 0;    }    .pagecontent .RWDslider01,    .article1 .pagecontent .RWDeditor01 {        margin-top: 30px;    }    /*-------內頁特斯拉-------*/    .tesla-style-01.pagebox .R-box {        padding: 3rem 2rem;    }    .article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {        font-size: max(61px, 6.8vw);    }}

/*850px end*/
/*800px start*/
@media (max-width: 800px) {
.menu-open .RWDmenu_plus04 #mobile-menu {    transition: 1.3s ease-out;}/*RWDbanner014*/ 
.RWDbanner014 .main_pic_box .swiper-slide .info {    width: 100%;}.RWDbanner014 .main_pic_box .control_arrow {    width: calc(100% + 110px);    top: 12%;}/*footer*/ 
.footer-block .ft-top .lf img {    width: 160px;}.ft-big-txt {    padding: 0 3rem;}.footer-block .ft-top.container {    padding: 8rem 3rem 5rem 3rem;}.footer-block .ft-top.container {    padding-bottom: 10rem;}.ft-info {    flex-wrap: wrap;    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;}.ft-info .ft-information,.ft-info .ft-social,.footer-block .ft-top .lf {    width: 100%;}.ft-info .ft-social {    margin: 3rem 0 0;}.ft-info .ft-name {    font-size: 20px;    margin: 0 0 1.5rem;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {    margin-left: 0;    margin-right: 0;}.hgroup .page_subject {    padding-bottom: 20px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    width: auto !important;}.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: 30px !important;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;}#article .layoutlist_4 .listdate .yearmonth {    padding-bottom: 15px;}#article .layoutlist_4 .list_subject .summary {    margin: 10px 0px 0;}#article .layoutlist_4 .list_subject a {    margin: 0px !important;}/*產品檔案下載按鈕*/ 
.productcontent .page_content1 .download_container .btn {    float: none;    margin: 60px auto 0 !important;    display: block;    max-width: 250px;    padding: 5px;}/*相簿列表樣式-01*/#album .layoutlist_1 .row .album_item {    width: calc(100% / 3 - 1px) !important;}.layoutlist_2 .album_item {    padding: 0 10px;}/*檔案下載樣式-02*/ 
.layoutlist_3 .dbtn_v2 {    width: 100%;    text-align: center;}/*電子表單*/ 
.form-horizontal .control-label {    width: 100%;}.form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;}/*------------------隱私權政策---------------------*/ 
.article5 .page_wrapper_bg .article-text.rwd .container p {    width: 100%;}/*底下的聯絡資訊*/ 
.bottom-contact-box .tp-pic {    text-align: center;}.bottom-contact-box .tp-pic>div,.bottom-contact-box .tp-pic img {    height: 100%;    object-fit: cover;}.bottom-contact-box .bottompic-big-text,.bottom-contact-box .bottompic-big-text img {    height: auto !important;}/*---內頁關於我們---*/ 
.article4.id20 .page_wrapper_bg section.call_to_action>.container {    width: 90% !important;}.about-style-01 {    margin: 11rem 0 3rem;}/*---內頁特斯拉---*/ 
.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(2.8125rem, 2.1585rem + 2.6829vw, 3.5rem);}
}
/*800px end*/
/*768px start*/

@media (max-width: 768px) {    .servie-block .container,    .footer-block .ft-top.container,    .index-form-block .container {        border-radius: 20px;    }    .RWDbanner014 .main_pic_box .swiper-slide .main_img,    .RWDbanner015 li,    .RWDeformandsoical>.section-inner .section-content {        border-radius: 15px;    }    .RWDmenu_plus04 .features .edit {        display: none;    }    .RWDfakeloader img {        width: 250px;    }    /*banner run*/    .banner-deco {        width: 339vw;        height: 15vw;        position: absolute;        left: -36.1vw;        top: -19vw;    }    .banner-light {        display: none;    }    /*banner*/    .banner-block .container {        width: 85%;    }    .banner-block .RWDbanner_plus01 .logo {        bottom: -17vw;        width: 153vw;        right: -19.5vw;    }    /*應用服務*/    .RWDbanner014 .main_pic_box .control_arrow {        width: calc(100% + 109px);        top: 9%;    }    /*service*/    #m_RWDfullscreen01_83_3 li {        height: 68vw !important;    }    .RWDbanner015 li {        width: 100%;        border-radius: 25px;    }    .RWDbanner015 ul:hover li:hover,    .RWDbanner015 ul:hover li {        width: 100%;    }    /*slogan*/    .slogan-block .slogan-left,    .right-slogan-txt {        display: none;    }    .slogan-block .slogan-right {        margin-right: auto;        width: 100%;        margin-left: auto;        justify-content: center;    }    /*過場*/    .transitions-block,    .transitions-pic {        height: 91.5vw;    }    .transitions-pic img.pc-img {        display: none;    }    .transitions-pic img.mobile-img {        display: block;    }    .tr-slogan {        top: 17vw;        font-size: 23px;    }    .titlebar .main-tit,    .model__head__h1.isRWDbanner014,    .tr-slogan span,    .ab-bottom-block .titlebar .main-tit {        font-size: clamp(1.5625rem, 0.8482rem + 3.5714vw, 2.1875rem);    }    .lightining {        height: 100%;    }    .lightining img {        height: 100%;        object-fit: cover;    }    .sm-lightining {        left: 11vw;        width: 38vw;        height: 27vw;    }    /*form*/    .index-form-block .titlebar .sub-tit {        width: 100%;    }    .RWDbanner015 ul {        display: grid;        grid-template-columns: 1fr 1fr;    }    /*-----內頁------*/    .pagecontent {        padding: 0px !important;    }    /*-----內頁 最新消息------*/    .layoutlist_8 .item {        display: flex;        align-items: stretch;        flex-direction: column;        width: 100% !important;    }    .layoutlist_8 .item .list_img img,    .layoutlist_8 .list_img,    .layoutlist_8 .list_subject,    .layoutlist_8 .listdate {        width: 100% !important;        padding: 0 !important;    }    .layoutlist_8 .listdate {        flex-direction: row;    }    .layoutlist_8.rwd .listdate .day,    .layoutlist_8.rwd .listdate .yearmonth {        font-size: 13px !important;        letter-spacing: 0px !important;    }    .layoutlist_8.rwd .listdate .day{        margin-left: 10px;    }}

/*768px end*/
/*767px start*/
@media (max-width: 767px) {
.banner-block .RWDbanner_plus01 .logo {    bottom: -21vw;    width: 167vw;    right: -24.5vw;}.banner-deco {    width: 334vw;    left: -36.1vw;    top: -0.2vw;}.RWDbanner_plus01>.slick-caption .link-btn a,.link-btn a {    position: relative;}.link-btn {    position: relative;    top: 0;    bottom: 0;    right: 0;}/*行動呼籲*/ 
.mobile-link {    display: block;}/*about*/ 
.ab-bottom-pic {    height: 54vw;    margin: 5vw auto 0;}.ab-bottom-pic .bg {    height: 100%;}.ab-bottom-pic .bg img {    object-fit: cover;    height: 100%;    border-radius: 99em;    object-position: left center;}.ab-bottom-block .ab-bottom-enbig .pc-pic,.ab-bottom-pic .bg .pc-pic {    display: none;}.ab-bottom-block .ab-bottom-enbig .mobile-pic,.ab-bottom-pic .bg .mobile-pic {    display: block;}.ab-bottom-pic .bg .mobile-pic {    border-radius: 6em;}.ab-bottom-pic .vi {    width: 79vw;    top: 17vw !important;    right: -15.5vw;}.ab-bottom-pic .cube {    bottom: -11vw;    right: -7vw;    width: 23vw;}.ab-bottom-txt {    margin: 8.5vw 0 0;}/*跑分*/ 
.ab-block .lf-box .ab-sm-pic {    border-radius: 13px;}/*form*/ 
.index-form-block .address-col-1,.index-form-block .address-col-2 {    width: 107%;    margin: 0 0 18px;}/*footer*/ 
.ft-keyword {    width: 100%;}.ft-info .ft-information .RWDedictor008 {    grid-template-columns: auto;}.ft-info .ft-name {    border-bottom: 1px solid #666;    padding-bottom: 30px;}.ft-info ul li {    margin: 0 0 5px;}.fixed_btn {    width: 50px;}.RWDmobile_bottom_v2 {    bottom: auto;    position: relative !important;    background: transparent;}.mobile_bottom__ul {    display: flex;    flex-direction: column;}.RWDmobile_bottom_v2 a {    width: 100%;}.mobile_bottom__li {    border-left: 0;    border-right: 0;}.RWDmobile_bottom_v2 a .icon {    padding: 15px 0 5px;    height: auto;}.scrollTop002 {    width: 45px;    height: 45px;    right: 8px;}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_2 .item {    width: calc(100% / 2 - 41px);    margin: 0 20px;}#article .layoutlist_2 .list_subject,#article .layoutlist_2 .listdate {    padding-left: 0px;    padding-right: 0;}#article .layoutlist_2 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_2 .listdate .yearmonth::after {    content: "/";    position: relative;    display: inline-block;}#article .layoutlist_2 .listdate .yearmonth,.layoutlist_2 .listdate .day {    display: inline-block;}#article .layoutlist_2 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    margin-left: -3px;}/*文章列表樣式-03*/#article .layoutlist_3 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_3 .item {    width: calc(100% / 2 - 21px);    margin: 0 10px;}#article .layoutlist_3 .listdate .day {    color: #afafaf;    font-size: 12px;    letter-spacing: 2px;}#article .layoutlist_3 .listdate .day::before {    content: " / ";}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow {    display: flex;    flex-wrap: wrap;}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: calc(100% / 2 - 21px);    margin: 0 10px;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 .subject_title {    display: flex;    align-items: center;}.rwdlayoutlist_6 .list_no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_date {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item {    display: flex;    justify-content: flex-start;    align-items: center;}.rwdlayoutlist_6 .list_item .column.no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item .column.subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_item .column.date {    width: 16.66666667%;}/*文章列表樣式-07*/#article .layoutlist_7 .row {    flex-wrap: wrap;}#article .layoutlist_7 .litem {    width: calc(100% / 2 - 1px);}.layoutlist_7 .row:before,.layoutlist_7 .row:after {    display: none;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd {    display: flex;    flex-wrap: wrap;}.layoutlist_8.rwd .item {    border-bottom: 0;    width: calc(100% / 2);}.layoutlist_8.rwd .list_img+.list_subject {    margin-top: 15px;}.layoutlist_8 .list_subject {    padding-left: 15px;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}/*左右圖文輪播PAD*/@media screen and (min-width: 415px) and (max-width: 767px) {    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column    }    .RWDslider01 .text {        width: 100%    }    .RWDslider01.pic-right .pic-list {        padding: 0;    }    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column;        width: 90%;        margin: auto;        padding: 0 !important    }    .RWDslider01 .pic-list {        width: 100%;        padding: 0;        margin: auto;        float: none !important    }    .RWDslider01.pic-right .control-box {        left: 50%;        transform: translateX(-50%);        text-align: center;        right: auto    }    .RWDslider01 .control-box {        right: auto;        left: 50%;        transform: translateX(-50%)    }}/*文章列表頁籤*/ 
.tab_content {    margin-top: 20px}/*文章頁籤修正*/ 
.tab {    padding: 20px 0;}.tab.open .tab_title {    margin: 0 0 20px;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 15px 0}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.RWDproduct_page .faq-item .editor {    padding: 30px}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/2);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/2 - 1px);}#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}#product .layoutlist_5.layoutlist .col-sm-4 {    width: calc(100% / 2 - 1px);}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: 100%;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}.RWDproduct_page .btn-other li button {    text-align: left}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 2 - 1px) !important;    padding: 0 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 20px;}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 15px;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}.download5 .search-container {    margin: 10px 0 0;}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#video .layoutlist_2 .video_item {    width: calc(100% / 2 - 1px);}/*購物車呼籲置底*/#mobile-fixed .fixed-bottom .price-box {    text-align: center;}#mobile-fixed .btn-box.step1 li,#mobile-fixed .btn-box.step2 li {    padding: 0 1px;}#mobile-fixed .btn-box .normal {    text-align: center;    padding: 10px 0;    font-size: 15px !important;}#mobile-fixed .btn-box ul {    display: flex;}/*------------------隱私權政策--------------------*/ 
.article5 .page_wrapper_bg section.call_to_action>.container {    padding: 3rem 1.5rem;}/*---內頁特斯拉---*/ 
.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(53px, 6.0vw);}/*底下的聯絡資訊*/ 
.bottom-contact-box ul {    display: flex;    flex-direction: column;    justify-content: flex-start;    width: 52%;    margin: 0 auto;    align-items: stretch;}.article2 .bottom-contact-box .btn-style,.bottom-contact-box ul a {    width: 100%;}
}
/*767px end*/
/*700px start*/

@media (max-width:700px) {    .circle-animation-style {        width: 18vw;        height: 3vw;    }    .circle-animation-style::before {        width: 130px;        height: 131px;    }    #eForm1>div:nth-child(5)>div:nth-child(4)>div {        display: block;    }    /*---內頁特斯拉---*/    .article1 .page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption {        top: 11.5vw;    }    .article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {        font-size: max(62px, 6.0vw);        text-align: center;    }    .article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2 {        font-size: 18px;        line-height: 1.6;        bottom: 37vw;    }}

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

@media (max-width: 650px) {    .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        font-size: max(40px, 8.5vw);    }    .slogan-tit .name {        font-size: 45px;    }    .slogan-tit .text {        font-size: 20px;    }    /*跑分*/    .ab-block .container {        margin-top: 7rem;    }    .ab-block .container {        margin-top: 5rem;    }    .ab-block .rg-box {        height: 73vw;    }    .score-style-01,    .score-style-02 {        right: 5vw;    }    .RWDscore01 .count-num {        font-size: clamp(1.875rem, -0.3068rem + 10.9091vw, 4.125rem);    }    .ab-block .lf-box .ab-sm-pic {        width: 11.5vw;        height: 11.5vw;        bottom: -33vw;        left: 8vw;        border-radius: 13px;    }    .score-style-01 .RWDscore01 .score-image {        right: calc(-3vw - 1px);        width: 30.7vw;        bottom: -18.8vw;        min-height: 60vw;    }    .ab-block .lf-box .ab-pic {        width: 105vw;        height: 28vw;        bottom: 11vw;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax {        width: 59vw;        height: 62vw;    }    .score-style-02 .RWDscore01 .score-mainblk.parallax {        right: calc(33vw - 18px);        width: 59.5vw;    }    .score-style-02 .count-item:nth-child(1),    .score-style-02 .count-item:nth-child(2) {        width: 29vw;        height: 29vw;    }    .circle-animation-style {        width: 18vw;        height: 4vw;        bottom: -25.2vw;        left: 5.2vw;    }    /*form表單*/    .index-form-block .container::after,    .index-form-block .container::before {        display: none;    }    .index-form-block .RWDeformandsoical .form-horizontal .form-group {        margin-bottom: 10px;    }    .index-form-block .RWDeformandsoical>.section-inner .section-content .form-group label {        margin-bottom: 0;    }    .RWDeformandsoical>.section-inner .section-content .form-group .btn {        width: 100%;    }    /*內頁共用樣式*/    .article-block,    .about-style-01 {        border-radius: 15px;    }    .tesla-style-05 img,    .img-radius img {        border-radius: 15px;    }    /*能源整合*/    .energy-style-04 ul li {        width: 100%;    }    /*內頁關於我們*/    .article4 .page_wrapper_bg section.call_to_action {        margin-top: 25vw;    }    .article4 .RWDbanner008 .slider {        height: 320px !important;    }    .about-style-02 .Insidepages-tit .inside-en-tit {        font-size: max(45px, 7.5vw);    }    .about-style-02 .Insidepages-tit {        margin: 0 0 2.5rem;    }    .Insidepages-tit .inside-main-tit {        font-size: 35px;    }    .Insidepages-tit .special-txt {        font-size: 17px;    }    .about-style-02 .pagebox {        margin: 3rem 0 0;    }    .about-style-02 .pagebox .L-box {        padding: 0;    }    .about-style-02 .about-vi-pic {        height: 82vw;    }    .about-style-02 .about-vi-pic img {        object-fit: cover;        height: 100%;        object-position: 27% center;        border-radius: 15px;        overflow: hidden;    }    .about-style-02 .about-vi-pic .inner {        top: auto;        bottom: -11vw;        width: 86vw;        height: 55vw;    }    .page-breadcrumbs-bigtext .RWDedictor008 {        display: flex;        flex-direction: column-reverse;        justify-content: flex-end;        align-items: center;    }    /*-----內頁特斯拉----*/    .pro-special ul li img {        height: auto;    }    .article1 .page-banner .RWDbanner_plus01 .slick-caption .txt3 {        bottom: 28vw;    }html{    scroll-padding-top: 150px;}}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
/*header*/ 
.ml-stack-nav-toggle {    padding: 20px 45px 20px 15px;}.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo,.RWDmenu_plus04 .logo a::before {    width: 119px;}/*共通設定*/ 
.titlebar .main-tit,.model__head__h1.isRWDbanner014 {    letter-spacing: 1px;    font-size: clamp(1.8rem, 1.3429rem + 2.2857vw, 2.2rem);}.titlebar .sub-tit {    font-size: 17px;    margin: 10px 0 0;}/*menu open*/ 
.RWDmenu_plus04 .menu-icon {    margin-right: 1px;    margin-top: 7px;}.menu-open .RWDmenu_plus04 #mobile-menu::before {    width: 61px;}.RWDmenu_plus04 #mobile-menu .main-menu {    width: 69%;    left: 42%;    top: 49px;}.RWDmenu_plus04 .main-menu .mCSB_inside>.mCSB_container {    height: 70vh;    margin-top: 10vh;}.RWDmenu_plus04 #mobile-menu .main-menu:before {    width: 100px;}.RWDmenu_plus04 #mobile-menu .main-menu .mCustomScrollBox:before {    font-size: 12px;    display: none;}.RWDmenu_plus04 #mobile-menu .menu li {    margin: 0;    padding: 0;}.RWDmenu_plus04 #mobile-menu .menu>li a {    font-size: 15px !important;    padding: 12px 10px 12px 10px;    letter-spacing: 1px;}.RWDmenu_plus04 #mobile-menu .toggle-submenu:after {    top: 50%;}.RWDmenu_plus04 #mobile-menu .menu li.has-child>a {    padding-top: 15px;    padding-bottom: 15px;}/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(1.5rem, -1.3571rem + 14.2857vw, 4rem);    margin: 0 0 5px;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 40px}.banner-block .RWDbanner_plus01 .slick-caption,.banner-block .container,.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    width: 100% !important;    text-align: center !important;    margin-left: 0;    margin-right: 0;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: 15px;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 span {    display: flex;    align-items: center;    justify-content: center;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 span>span {    margin: 0 10px;}.RWDbanner_plus01>.slick-caption .link-btn a,.link-btn a {    display: inline-block;}.banner-block .RWDbanner_plus01 .slick-caption .txt4.device_phone,.banner-block .RWDbanner_plus01 .slick-caption .txt4.device_pad {    display: none !important;    color: var(--w-color);    font-size: 15px;    font-weight: 500;    font-family: var(--ft-02);    text-transform: uppercase;}.banner-block .RWDbanner_plus01 .logo {    display: none;}/*應用服務整合RWDbanner014*/ 
.servie-block .container,.footer-block .ft-top.container,.index-form-block {    width: 90%;}.servie-block {    margin-bottom: var(--5dst);}.RWDbanner014 .main_pic_box .swiper-slide .box {    width: 90%;    margin: 0 auto;}.RWDbanner014 .main_pic_box .swiper-slide .button {    width: 100%;    max-width: 100%;    bottom: 7.5vw;}.RWDbanner014 .main_pic_box .swiper-slide .info {    padding: 10px 0px;}.RWDbanner014 .main_pic_box .swiper-slide .main_img {    height: 218px !important;}.RWDbanner014 .main_pic_box .control_arrow {    top: 9%;}.RWDbanner014 .main_pic_box .control_arrow {    width: calc(100% + 71px);    top: 8%;}.RWDbanner014 .main_pic_box .control_arrow .ii-arrow1 {    font-size: 14px;}.RWDbanner014_info_title {    font-size: 22px;    line-height: 1.2;}/*service*/#m_RWDfullscreen01_83_3 li {    height: 86vw !important;    margin-bottom: 1rem;}.RWDbanner015 .pic_show .word .tw span {    font-size: 18px;    letter-spacing: 1px;}.RWDbanner015 .pic_show .word .en {    padding-bottom: 0;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    white-space: normal;    font-size: 16px;}.RWDbanner015 li div a:hover::before {    width: 70px;    height: 67px;}.RWDbanner015 li div a:hover::after {    width: 40px;    height: 40px;}/*slogan*/ 
.slogan-block .container {    margin: var(--5dst) auto;}.slogan-tit {    margin-bottom: var(--2dst);}.slogan-block .slogan-right {    width: 79%;}.tr-slogan {    font-size: 21px;}.tr-slogan span {    margin: 10px 0 0;}/*跑分*/ 
.circle-animation-style {    width: 21vw;}/*form*/ 
.index-form-block {    border-radius: 20px;}.index-form-block .titlebar .main-tit span {    font-size: 30px;}.index-form-block {    margin: var(--3dst) auto;}.index-form-block .container {    padding: 4rem 1.2rem;}.index-form-block .titlebar .main-tit {    width: 100%;}.orther-contact {    display: flex;    align-items: flex-start;    justify-content: flex-start;    flex-direction: column;}.orther-contact span {    display: none;}.orther-contact ul {    display: flex;    align-items: flex-start;    justify-content: flex-start;    flex-direction: column;}.index-form-block .form-bg.mobile-st {    width: 100%;    transform: translate(0%, 0);}.orther-contact ul,.orther-contact ul li,.orther-contact .btn-style {    width: 100%;}.RWDeformandsoical>.section-inner .section-content {    padding: 2rem 13px;}/*過場*/ 
.transitions-block,.transitions-pic {    height: 103.5vw;}/*about*/ 
.ab-bottom-txt {    text-align: left;}.ab-bottom-block .container {    padding-top: var(--5dst);    padding-bottom: var(--5dst);}.ab-bottom-txt {    margin: 12.5vw 0 0;}.ab-bottom-pic .bg .mobile-pic {    border-radius: 3em;}.ab-bottom-pic .cube {    bottom: -15vw;    width: 24vw;}.ab-bottom-block .btn-style {    width: 100%;}/*service*/ 
.RWDbanner015 ul:hover li:hover,.RWDbanner015 ul:hover li {    width: 100%;}.RWDbanner015 .pic_show .word {    padding: 20px 15px;}/*footer*/ 
.ft-info .ft-name a.ft_join {    width: 100%;    padding: 5px;}.footer-block .ft-top .rg {    display: none;}.footer-block .ft-top.container {    padding-bottom: 6rem;    padding-top: 4rem;}/* 匯入內頁版面寬度80%*//*標題*/ 
.hgroup {    padding-left: 15px;    padding-right: 15px;}.hgroup h1 {    margin-bottom: 50px;    line-height: 1.8;}.hgroup .container {    margin: 0 0 40px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn,.btn-primary {    width: 100% !important;}/*container*/ 
.page_wrapper_bg .pagecontent {    padding: 0px !important;}.page_wrapper_bg section.call_to_action {    padding: 40px 0;}.page_wrapper_bg .article-text .container {    padding: 0;}section.hgroup {    padding: 0;}/*fixrow*/ 
.fixrow {    padding-left: 0px !important;    padding-right: 0px !important;}/*文章列表最上層樣式調整*/#article .cate_list.row .col-sm-6.col-md-4 {    margin: 0 0 30px;}/*文章列表樣式-02*/#article .layoutlist_2 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-03*/#article .layoutlist_3 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: 100%;    margin: 10px 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 ul {    margin: 0;}.rwdlayoutlist_6 li {    margin: 0;    border-bottom: #dfdfdf solid 1px;    padding: 10px 0 10px;}.rwdlayoutlist_6 .subject_title {    display: none;}.rwdlayoutlist_6 .list_item {    text-align: center;    flex-direction: column}.rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {    width: 100%;}/*文章列表樣式-07*/#article .layoutlist_7 .row {    margin-left: 0px;    margin-right: 0px;}#article .layoutlist_7 .litem {    width: 100%;    padding: 0 0 40px;    margin: 0 !important;    border-bottom: 1px solid #eee;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd .item {    border-bottom: 1px solid #eee;    width: 100%;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: 100%;}/*左右圖文輪播PH*/ 
.RWDslider01 .pic-list {    width: 100%;}/*時間軸樣式*/ 
.RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {    left: 4px;}.RWDtimeline01 li.event:before {    left: 27px;}.RWDtimeline01 li.event .point {    width: calc(100% - 90px);    left: 90px;}.RWDtimeline01 li.event .point .date {    font-size: 14px;    letter-spacing: 1px}/*文章檔案下載*/ 
.file_area {    margin: 0 0 10px;}#file_dlist,.page_wrapper_bg .dd-select,.file_area {    width: 100% !important;}.download_container .btn {    width: 100%;}/*電子表單*/ 
.new-form {    margin-top: 0;}.webdesc {    margin: 0 0 30px;}/*相簿上下方說明*/#album .page_desc {    margin: 30px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 30px 0 0;}.photo_discription .text {    font-size: 16px !important;    line-height: 1.5 !important;    margin: 30px 0;    color: #333 !important;    letter-spacing: 2px;    font-weight: 400}/*相簿列表樣式-01*/ 
.layoutlist_1 .album_item {    width: 100% !important;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 1 - 1px) !important;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    margin: 10px 0px 20px !important;    width: 100%;}#album .layoutlist_2 .album_item {    width: 100%;    padding: 0;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: 100%;    padding: 0;}#btn_shopping {    width: 100%;    margin: 0;}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: 100%;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: 100%;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/1);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-4 {    width: 100%;}#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: 100%;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;}/*產品檔案下載*/ 
.productcontent .page_content1 .download_container .btn {    max-width: 100% !important;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*相簿內容樣式-04*/ 
.album-list .item {    width: 100%;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;}/*影片列表*/#video .layoutlist_2 .video_item {    width: 100%;    margin: 0 0 40px;}/*產品內頁-01*/#member_org_price,#prod_fixprice {    margin-top: 25px;}.page_content1 #prod_price {    margin-top: 5px;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    width: 100%;    margin: 5px 0;}.shopping-step li span.name {    font-size: 13px !important;}#mobile-fixed .btn-box {    width: 180px;}#mobile-fixed .fixed-in {    width: calc(100% - 180px);    letter-spacing: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    width: 100%;    margin: 5px 0;}/*會員註冊變更位置*/@media (max-width: 575px) {    .login_box_footer {        position: relative;        padding: 20px 0 0;        margin: 20px 0 0;    }}/* google驗證碼、top高度調整 */ 
.grecaptcha-badge {    bottom: 75px !important;}.scrollTop002 {    right: 8px;    bottom: 128px;}/*------------------隱私權政策---------------------*/ 
.article5 .page_wrapper_bg .article-text.rwd .container p.privacy-tit,.article5 .page_wrapper_bg .article-text.rwd .container h5 {    font-size: 16px;}.article5 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 25px;}.article5 .page_wrapper_bg .article-text.rwd .container .item span,.article5 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 0px;}.article5 .page_wrapper_bg .article-text.rwd .container p {    margin-bottom: 50px;}/*------------------內頁寬度---------------------*/ 
.page_wrapper_bg section.call_to_action>.container {    width: 90% !important;}.faq1 .hgroup .page_subject,.download1 .hgroup .page_subject,.article2 .hgroup .page_subject,.article3 .hgroup .page_subject,.article6 .hgroup .page_subject,.album1 .hgroup .page_subject {    padding: 0 0 15px;}/*--內頁側邊欄--*/ 
.faq1 #sidebar,.download1 #sidebar,.article2 #sidebar,.article3 #sidebar,.article6 #sidebar,.album1 #sidebar {    position: initial !important;}/*--內頁寬度--*/ 
.page_wrapper_bg section.call_to_action>.container {    padding-left: 20px !important;    padding-right: 20px !important;    padding-top: 1rem !important;}.faq1 .page_wrapper_bg section.call_to_action>.container,.download1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.article6 .page_wrapper_bg section.call_to_action>.container,.album1 .page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action>.container {    padding-top: 2rem !important;}/*內頁banner*/ 
.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1::before,.page-breadcrumbs-bigtext .breadcrumbs-ch::before {    display: none;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: 18px;}.page-banner .RWDbanner_plus01 .slick-caption .txt2 {    font-size: clamp(2.5rem, 1.9286rem + 2.8571vw, 3rem);}/*內頁共用樣式*/ 
.pageinfo-title,.RWDeditor01 .model-title {    font-size: 25px !important;    margin-bottom: 1.5rem;}.article-block {    padding: 30px 20px;}ul.ul-style-border span {    font-size: 18px !important;    margin: 0 0 10px !important;}ul.ul-style-border li {    margin-bottom: 15px !important;    padding-bottom: 15px !important;}/*內頁最新消息*/ 
.news-article-01 .pageinfo-title {    text-align: center;}/*底下的聯絡資訊*/ 
.bottom-contact-box {    margin: 2rem 0 0;}.bottom-contact-box .lf {    font-size: 14px;}.bottom-contact-box .lf span {    font-size: 20px;}.bottom-contact-box .bottomcontact-logo-copyright {    margin: 1rem 0 0 !important;}.bottom-contact-box .rg {    padding: 3rem 1rem;}.bottom-contact-box ul,.bottom-contact-box ul li {    width: 100%;}.bottom-contact-box ul .btn-style {    margin-left: auto;    margin-right: auto;}/*能源整合應用*/ 
.energy-commercial-style-03 ul li {    display: flex;    align-items: center;    flex-direction: row;    position: relative;    gap: 0.5rem;}.energy-commercial-style-03 ul li::before {    display: none;}.energy-commercial-style-03 ul li span {    width: calc(100% - 40px);}/*---內頁關於我們---*/ 
.about-style-01.pagebox .L-box {    width: 100%;}.about-style-01 {    padding: 3rem 1.3rem;    margin: 10rem 0 3rem;}.page-breadcrumbs-bigtext .breadcrumbs-info {    text-indent: 0;    font-size: max(49px, 7.5vw);}.about-style-01.pagebox .L-box img {    width: 200px !important;}/*---內頁特斯拉---*/ 
.article1 .page_wrapper_bg .page-banner .container {    width: 85%;    padding: 0;}.tesla-style-01 {    margin: 4rem auto 0;}.tesla-style-01 .L-box::before {    width: 122px;    height: 74px;}.tesla-style-02 .pagebox {    gap: 0;}.tesla-style-02 .pagebox .Center-box {    width: 100%;}.tesla-style-02 .pagebox ul {    display: flex;    gap: 10px;    flex-wrap: wrap;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;}.tesla-style-02 .pagebox ul li {    width: 100%;    padding: 0 0px 15px !important;    margin: 10px 0;}.tesla-style-02 .pagebox ul.ul-style-border li:last-child {    padding: 0 0px 15px !important;    border-bottom: #dfdfdf solid 1px !important;    margin: 10px 0 !important;}.tesla-style-01.pagebox .R-box {    padding-left: 0;    padding-right: 0;}.article1 .pageinfo-title {    font-size: 34px !important;    line-height: 1.4;}.article1 .tesla-style-end .pageinfo-title {    font-size: 20px !important;}.tesla-style-04 ul.service-timeline {    margin-bottom: 0;}.tesla-style-end p {    text-align: left;}
}
/*600px end*/
/*500px start*/

@media (max-width: 500px) {    .ab-bottom-block .container {        padding-top: 17rem;    }    /*跑分*/    .circle-animation-style {        width: 25vw;        height: 5vw;        bottom: -40vw;        left: -12.8vw;    }    .RWDscore01 .count-title {        margin: 3px 0 0;    }    .ab-block .lf-box .ab-sm-pic {        width: 15.5vw;        height: 15.5vw;        bottom: -19vw;        left: 8vw;    }    .RWDscore01 .count-str {        right: 6vw;        top: 5vw;        font-size: 13px;    }    .RWDscore01 .count-num {        font-size: clamp(1.5625rem, -1.7708rem + 16.6667vw, 3.4375rem);    }    .ab-block .lf-box .titlebar {        width: 85%;        margin: 0 auto;    }    .ab-block .lf-box .ab-pic {        width: 105vw;        height: auto;        bottom: 8vw;    }    .ab-block .lf-box .ab-pic {        height: 58vw;    }    .ab-block .rg-box {        height: 90vw;    }    .score-style-01,    .score-style-02 {        right: 9vw;    }    .score-style-01 .RWDscore01 .score-image {        right: auto;        width: 45.7vw;        bottom: -75.8vw;        min-height: 77vw;        left: -82vw;        background-position: top right;        border-radius: 31px;    }    .score-style-01 .RWDscore01 .score-mainblk.parallax {        width: 82vw;        height: 88vw;    }    .score-style-02 .RWDscore01 .score-mainblk.parallax {        right: 0;        width: 37.5vw;        bottom: 34vw;    }    .score-style-02 .RWDscore01 .count-blk .swiper-slide {        display: flex;        justify-content: flex-start;        align-items: center;        flex-direction: column;        flex-wrap: nowrap;        gap: 13px;    }    .score-style-02 .count-item:nth-child(1),    .score-style-02 .count-item:nth-child(2) {        width: 40vw;        height: 40vw;        position: relative;    }    /*內頁關於我們*/    .article4 .RWDbanner008 .slider {        height: 270px !important;    }}

/*500px end*/
/*480px start*/
@media (max-width: 480px) {
.ml-stack-nav-toggle {    padding: 35px 14px;}.titlebar .main-tit,.model__head__h1.isRWDbanner014 {    font-size: clamp(2rem, 1.25rem + 3.75vw, 2.375rem);}/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 35px;    text-align: center;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: 13px;}.banner-block .RWDbanner_plus01 .slick-caption {    top: 17%;    height: calc(100% - 29%);}/*form*//*跑分*/ 
.ab-bottom-block .container {    padding-top: 13rem;}.RWDscore01 .count-num {    font-size: clamp(2.8125rem, 1.1875rem + 8.125vw, 3.625rem);    margin: 0 0 5px;}.RWDscore01 .count-title {    padding: 0 5px;    line-height: 1.2;}.score-style-02 .count-item:nth-child(1),.score-style-02 .count-item:nth-child(2) {    border-radius: 25px;}/*slogan*/ 
.tr-slogan {    font-size: 19px;    top: 20vw;}/*footer*/ 
.footer-block .ft-top.container {    padding: 3rem 2rem 3rem 2rem;}.ft-big-txt {    padding: 0 2rem;}.footer-block .ft-top.container {    padding-bottom: 6rem;}.footer-block .ft-top .rg {    bottom: 16vw;}.ft-info .ft-name {    font-size: 18px;    margin: 0 0 10px;}.ft-info ul a {    font-size: 15px;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}.download5 .search-container {    margin: 10px 0 0 !important;}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}/*---內頁關於我們---*/ 
.article1 .page_wrapper_bg .page-banner .RWDbanner_plus01 .slick-caption {    top: 11.5vw;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(38px, 6.0vw);}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 16px;    bottom: 29vw;}.article1 .page-banner .RWDbanner_plus01 .slick-caption .txt3 {    bottom: 21vw;}/*---內頁關於我們---*/ 
.article1 .pageinfo-title {    font-size: 30px !important;}.article1 .tesla-style-04 .pageinfo-title {    font-size: 25px !important;    line-height: 1.4;}.tesla-style-04 ul.service-timeline {    margin-bottom: 0;}.tesla-style-04 ul.service-timeline::before {    display: none;}.tesla-style-04 ul.service-timeline li {    width: 100%;    width: 100%;    text-align: center;    border-top: #dfdfdf solid 1px;    padding: 2rem 10px 2rem 1rem;}.tesla-style-04 .content-title {    text-align: center;}    .RWDmenu_plus04 .logo, .RWDmenu_plus04 .header.is-up .logo, .RWDmenu_plus04 .logo a::before {        width: 100px;    }
}
/*480px end*/
/*420px start*/

@media (max-width: 420px) {    .circle-animation-style {        width: 28vw;    }}

/*420px end*/
/*414px start*/

@media (max-width: 414px) {    .RWDbanner_plus01.style-dotnav.control-left .plus-banner-container,    .RWDbanner_plus01.style-dotnav.control-right .plus-banner-container {        position: absolute !important;        bottom: 2% !important;        display: block !important;        top: 0 !important;        z-index: 200 !important;        right: 1.5% !important;        width: 15%;        left: auto !important;    }    .RWDbanner_plus01.style-dotnav.control-left .control-box,    .RWDbanner_plus01.style-dotnav.control-right .control-box {        top: initial !important;        position: absolute !important;        bottom: auto !important;        width: initial !important;        height: 100% !important;        right: 0 !important;        top: 0 !important;    }    .RWDbanner_plus01.style-dotnav .control-box .items,    .RWDbanner_plus01.style-dotnav .control-box .items li,    .RWDbanner_plus01.style-dotnav .slick-arrow {        display: block !important;    }    /*RWDbanner014*/    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 197px !important;    }    .RWDbanner014 .main_pic_box .control_arrow {        top: 5%;    }    .RWDbanner014 .main_pic_box .swiper-slide .info {        padding: 19px 0px;    }    /*跑分*/    .score-style-01 .RWDscore01 .count-str {        font-size: 13px;        right: 5vw;        top: 5.5vw;    }    .RWDscore01 .count-title {        font-size: 15px;    }    .circle-animation-style {        width: 30vw;    }    /*內頁banner*/    .page-banner .RWDbanner_plus01 .slick-caption.txt-left,    .page-banner .RWDbanner_plus01 .slick-caption.txt-right {        text-align: center;        width: 100%;    }    .page_wrapper_bg .page-banner .container {        width: 100%;        padding: 0 15px;    }    /*內頁關於我們*/    .about-style-02 .Insidepages-tit .inside-en-tit {        font-size: max(40px, 7.5vw);    }    /*內頁特斯拉*/    .article1 .pageinfo-title {        font-size: 30px !important;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: max(28px, 10vw);}.RWDbanner_plus01>.slick-caption .link-btn a,.link-btn a {    font-size: 14px;    padding: 6px;}/*RWDbanner014*/ 
.RWDbanner014 .main_pic_box .swiper-slide .main_img {    height: 170px !important;}/*跑分*/ 
.ab-bottom-block .container {    padding-top: 11rem;}.circle-animation-style {    width: 32vw;}/*form*/ 
.RWDeformandsoical>.section-inner .section-content .form-group span.options {    display: flex;    flex-wrap: wrap;    margin: 0;}.RWDeformandsoical>.section-inner .section-content .form-group span.boxname {    width: calc(100% - 13px - 10px);    display: inline-block;    margin: 0 0 0 10px;}/**/ 
.RWDbanner015 .pic_show .word .en {    font-size: 14px;}/* 匯入內頁版面寬度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;}/*----內頁關於我們----*/ 
.about-style-01.pagebox {    margin-bottom: 1.5rem;}.about-style-02 .Insidepages-tit .inside-en-tit {    font-size: 31px;}
}
/*380px end*/
/*350px start*/

@media (max-width: 350px) {    .titlebar .main-tit,    .model__head__h1.isRWDbanner014 {        font-size: 27px;    }    .footer-block .ft-top.container,    .index-form-block .container {        padding-left: 1.2rem;        padding-right: 1.2rem;    }    .circle-animation-style {        width: 36vw;    }    .RWDscore01 .count-title {        font-size: 14px;    }    /*RWDbanner014*/    .RWDbanner014 .main_pic_box .swiper-slide .main_img {        height: 166px !important;    }    /*表單*/    .RWDscore01 .count-num {        font-size: 42px;    }    .RWDeformandsoical .btn_refresh {        width: 5% !important;    }    .RWDbanner015 .pic_show .word .tw span {        font-size: 16px;    }    /*-----內頁banner-----*/    .page_wrapper_bg section.call_to_action>.container {        width: 95% !important;    }    .article1 .page_wrapper_bg .page-banner .container {        width: 90%;    }    /*-----內頁關於我們-----*/    .article4 .page_wrapper_bg section.call_to_action {        margin-top: 28vw;    }    .about-style-01 {        margin-top: 12rem;    }    /*-----內頁底下的聯絡我們-----*/    .bottom-contact-box ul .btn-style {        width: 100%;    }}

/*350px end*/
/*320px start*/
@media (max-width: 320px){
/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: 3.1rem;    line-height: 3rem;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    margin: 9vw 0 0;}/*RWDbanner014*/ 
.RWDbanner014 .main_pic_box .swiper-slide .main_img {    height: 162px !important;}.RWDbanner014 .main_pic_box .control_arrow {    top: 2%;}.ab-bottom-block .container {    padding-top: 9rem;}/*------------------內頁－隱私權政策---------------------*/ 
.article5 .page_wrapper_bg section.call_to_action>.container {    padding: 3rem 1rem;}
}
/*320px end*/