/* all */body {    font-family: 'Marcellus', 'Noto Sans TC', sans-serif;;    font-weight: 300;    letter-spacing: 1px;}a,a:hover,a:focus {    text-decoration: none;    transition: all 0.5s ease-out;}p {    letter-spacing: 1px;    color: #5f6368;    line-height: 1.8;    font-weight: 400;    font-size: 17px;    font-family: '微軟正黑體';}.index .main.cd-main-content {    overflow: hidden;}/* 反白顏色設定*/::selection {    background: #000;    color: #fff;}::-moz-selection {    background: #000;    color: #fff;}:root {    --main-color: #222;    --sub-color: #5f6368;    --pane-padding: 10rem 15px;    --en-font: 'Marcellus';    --cn-font:  'Noto Sans TC', sans-serif;;}.img-responsive {    width: 100%;}/*側邊按鈕*/ 
.fix_btn {    position: fixed;    bottom: 200px;    right: 12px;    opacity: 0;    transition: all 0.5s ease-out;    z-index: 200;}.fix_btn ul {    list-style: none;    margin: 0;    padding: 0;}.fix_btn ul li {    margin: 0 0 10px;}.fix_btn ul li:nth-child(1) a {    padding: 15px;}.fix_btn ul li:nth-child(1) i {    margin: 0;}.fix_btn li:nth-child(2),.fix_btn li:nth-child(3) {    writing-mode: vertical-lr;    text-orientation: mixed;}.fix_btn li:nth-child(2) a {    display: flex;    flex-direction: row;    align-items: center;}.fix_btn a {    padding: 30px 20px;    width: 50px;    line-height: 1.2em;    letter-spacing: 1px;    text-align: center;    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    font-size: 16px;    background: #fff;    border-radius: 0;    border: #2d3341 solid 1px;    color: var(--main-color) !important;}.fix_btn i {    margin-bottom: 5px;    color: var(--main-color);}.fix_btn.fix_btn_show {    opacity: 10;    transition: all 0.5s ease-out;}.fix_btn a:hover {    background: #335c88;    color: #fff !important;}.fix_btn a:hover i {    color: #fff !important;}.fix_btn li:nth-child(1) a:hover {    background: #395693;}/*按鈕*/a.button,.RWDbtn01 .btn {    background: #fff;    margin: 0 28px;    width: 300px;    height: 53px;    line-height: 40px;    font-weight: 500;    color: var(--main-color);    display: block;    position: relative;    z-index: 99;    border: #2d3341 solid 1px;    border-radius: 0;}.RWDbtn01 .btn-box li {    width: 100%;}a.button::after,.RWDbtn01 .btn::after {    content: "";    background: transparent;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*hover*/a:hover.button,.RWDbtn01 .btn:hover {    color: #fff;    border: #2d3341 solid 1px;}a:hover.button::after,.RWDbtn01 .btn:hover::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #2d3341;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*/ 
.RWDfakeloader img {    width: auto;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*行動呼籲*/ 
.mobile-link {    position: fixed;    display: none;    left: 0;    bottom: 0;    width: 100%;    color: #FFF;    text-align: center;    z-index: 800;    transition: all 0.5s ease-out;    font-family: '微軟正黑體';    font-size: 15px;}.mobile-link .RWDedictor {    font-size: 13px;    display: flex;    flex-direction: row;    align-items: stretch;    align-content: center;    animation-delay: initial !important;    animation-duration: initial !important;    flex-wrap: wrap;}.mobile-link .RWDedictor a {    width: calc(100% / 3 - 0px);    color: #fff;    padding: 15px 0;    text-transform: uppercase;    background-color: #15467a;    border-left: 1px solid #335c88;    margin: 0;    height: auto;    font-size: 14px !important;}.mobile-link .RWDedictor a:first-child {    border-left: 0;}.mobile-link .RWDedictor a i {    display: block;    height: 20px;    line-height: 20px;    font-size: 15px;}/*搜尋*/ 
.RWDmenu_plus04 .features .search-btn {    padding: 25px 12px;    filter: brightness(0) invert(1);    margin: 28px 0 0;}.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}.RWDmenu_plus04 .features .search-btn img {    width: 17px;    height: 17px;}.RWDmenu_plus04 .header.is-up .features .search-btn {    padding: 18px 12px;    filter: initial;    margin: 10px 0 0;}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    z-index: 99999 !important;    width: 500px;    padding: 41px 50px 41px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(0, 0, 0, 90%) !important;    color: #efefef !important;    left: auto !important;    right: 0px !important;    line-height: 1.5 !important;    -webkit-backdrop-filter: saturate(200%) blur(4px);    backdrop-filter: saturate(200%) blur(4px);    border: #2e2e2e solid 1px;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px !important;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 8px 30px;    border: 0;    border-radius: 0;    font-size: 16px;    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%) !important;}.RWDalert_fancybox.bottom .editor a {    color: #fff;    border-bottom: #555 dotted 1px;}/*主標題*/ 
.titlebar {    text-align: left;}.titlebar h5 {    color: #222222;    font-size: clamp(1.8rem, 1.6203rem + 0.7373vw, 2.8rem);    font-weight: 700;    letter-spacing: 4px;    margin: 0px 0 10px;    line-height: 1.3;}.titlebar .sub-tit {    font-size: 20px;    color: #272727;    font-weight: 500;}.en-tit {    font-size: clamp(0.1875rem, -2.6544rem + 11.659vw, 16rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    color: rgb(227 227 227 / 45%);    position: absolute;    bottom: -4vh;    line-height: 1;    width: 100%;}/*側邊選單-按鈕顏色*/#div_forget_content #forget_table_btn,.RWDmenu_plus04 .member-block a.login.is-on,.RWDmenu_plus04 .member-block button.login.is-on,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn {    background: var(--main-color02);}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 10px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header:before {    content: "";    position: absolute;    width: calc(100% - 220px);    height: 1px;    background: rgb(255 255 255 / 40%);    top: 40px;    right: 0;    transition: all .5s ease;}.RWDmenu_plus04 .logo {    z-index: 30;    width: auto;    transition: all 0.5s ease-out;    margin-top: 15px;    transition: all 0.5s ease-out;    filter: brightness(0) invert(1);    width: 100px}.RWDmenu_plus04 .container {    min-width: auto;}/*選單*/ 
.RWDmenu_plus04 .site-nav {    transition: all .5s ease;    padding-top: 35px;    float: right;}.RWDmenu_plus04 .site-nav .menu {    text-align: right;}.RWDmenu_plus04 .site-nav .menu>li>a {    color: #fff;    font-size: 17px;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 3px;    background: #fff;    top: 0;    right: 0;    transition: all .5s ease;}/*選單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;}.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;    color: #2e2e2e;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background: #fff;    padding: 5px 3% 0;}.RWDmenu_plus04 .header.is-up:before {    background: #dfdfdf;}.RWDmenu_plus04 .header.is-up .logo {    transition: all 0.5s ease-out;    filter: initial;    margin-top: 11px;    width: 87px;}.RWDmenu_plus04 .header.is-up .menu li a {    color: #2e2e2e}.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:before {    background: #000;}.RWDmenu_plus04 .header.is-up .lang-select:hover .lang-select-label,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.active>a,.RWDmenu_plus04 .header.is-up .site-nav .menu>li>a:hover {    color: #000;}.RWDmenu_plus04 .is-up .site-nav {    padding-top: 15px;}.RWDmenu_plus04 .header.is-up:before {    top: 20px;}.RWDmenu_plus04 .header.is-up .lang-select-label:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:after,.RWDmenu_plus04 .header.is-up .lang-select-label:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .header.is-up .site-nav .menu>li.is-active>a:after {    border-color: #2e2e2e;}.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul.is-open li:hover {    background: #2d3341;    color: #fff !important;}.RWDmenu_plus04 .site-nav .menu ul.is-open li:hover a {    color: #fff !important;}/*banner*/ 
.banner-block {    position: relative;    overflow: hidden;}.banner-block .RWDbanner_plus01 .slick-caption {    top: 0;}.banner-block .RWDbanner_plus01 .slick-caption,.banner-block .container {    width: 100%;    height: 100%;    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;}.banner-block .container {    position: relative;}/*.banner-block .container::before {    content: '';    width: 126vw;    height: 126vw;    position: absolute;    top: -95vw;    left: 50%;    background-color: transparent;    border: rgb(255 255 255 / 36%) solid 1px;    display: block;    border-radius: 99em;    transform: translateX(-50%);}*/ 
.banner-block .RWDbanner_plus01 .logo {    position: absolute;    top: 10%;    left: 35%;}.RWDbanner_plus01 .slick-caption .txt1 {    color: rgb(255 255 255 / 100%);    font-size: 3rem;    font-weight: 600;    letter-spacing: 5px;    margin:0;}.RWDbanner_plus01 .slick-caption .txt2 {    color: rgb(255 255 255 / 100%);    font-size: 1.5rem;    font-weight: 300;    letter-spacing: 5px;    margin: 20px 0 0 !important;}.RWDbanner_plus01 .slick-caption .txt1 span>span {    margin: 0 25px;}.banner-block .RWDbanner_plus01 .slick-caption .txt3{    font-size: clamp(15rem, 13.8318rem + 4.7926vw, 21.5rem);    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    color: rgb(255 255 255 / 7%);    -webkit-text-stroke: 0.5px #ffffff7d;    position: absolute;    bottom: -4vh;    line-height: 1;    width: 100%;}.banner-block .RWDbanner_plus01.style-dotnav.dot .slick-dots li button {    background: rgba(255, 255, 255, 10%);    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;}/*---about---*/ 
.about-block {    position: relative;    z-index: 0;    padding: 0;}.about-block::before {    content: '';    background: url(archive/image/customization/block_bg.jpg) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    opacity: 0.4;}.about-block::after {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    border-right: #dfdfdf94 solid 1px;}.about-block .containerX {    width: 95%;    float: right;    position: relative;    z-index: 0;    padding: 0 0 8rem;}.about-block .containerX::before {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    right: 0;    z-index: -1;    border-left: #dfdfdf94 solid 1px;}/*topinfo*/ 
.top-info,.bottom-info {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;}.top-info .leftbox,.top-info .rightbox,.bottom-info .leftbox,.bottom-info .rightbox {    width: 50%;}.top-info .leftbox,.bottom-info .rightbox {    padding: 7rem 11rem 0;    display: flex;    align-items: flex-start;    position: relative;}.top-info .leftbox {    z-index: 1;}.top-info .rightbox {    position: relative;    z-index: 2;}.top-info .leftbox::before {    content: '';    background: url(archive/image/customization/decorate-style01.png) no-repeat;    display: block;    position: absolute;    right: -8vw;    top: 0;    width: 32vw;    height: 32vw;    z-index: -2;    opacity: 0.7;}.top-info .leftbox .RWDedictor008 {    height: 100%;}.top-info .en-tit {    position: absolute;    bottom: 0;    left: 0;    line-height: 0.7;    z-index: 3;    display: none;}.top-info .en-tit span {    display: block;}.top-info .en-tit span:nth-child(2) {    margin-left: 13vw;}.top-info p {    width: 90%;    text-align: justify;    margin: 6rem 0 0;}.top-info .RWDparallax_new .picbgbox {    height: 27vw !important;    position: relative;    z-index: 0;    background-color: #000;}.bottom-info .leftbox,.top-info .RWDparallax_new {    position: relative;    z-index: 0;}.top-info .RWDparallax_new .picbgbox::before {    content: '';    background: url(archive/image/customization/box-shadow.png) no-repeat;    background-size: 100% auto;    width: 100%;    position: absolute;    left: 0;    bottom: -15vw;    display: block;    height: 15vw;    opacity: 0.4;    z-index: -1;    pointer-events: none;}/*topinfo END*//*bottom*/ 
.bottom-info .leftbox img {    width: 100%;}.bottom-info .rightbox {    position: relative;    padding-top: 5rem;}.about-block .containerX::after {    content: '';    background: url(archive/image/customization/bg_line.png) no-repeat;    display: block;    position: absolute;    right: 5%;    bottom: 0;    width: 37vw;    height: 26vw;    background-size: 100% auto;    pointer-events: none;    z-index: -1;}.RWDService001 .row,.RWDService001 .col-md-12 {    padding: 0;    margin: 0;    display: flex;    flex-direction: column;    align-items: flex-start;    justify-content: flex-start;    width: 100%;}.RWDService001 .row {    gap: 45px}.RWDService001 .col-md-3 {    width: 100%;    margin: 0 0 2rem 2rem;    padding: 0;}.RWDService001 .col-md-3:last-child {    margin-bottom: 0;}.RWDService001 .boxFeature-2 {    display: grid;    grid-template-columns: 0.2fr 1fr;    grid-template-rows: 0.3fr 0.5fr;    grid-column-gap: 15px;    grid-row-gap: 0;    justify-content: start;    align-items: center;}.RWDService001 i {    grid-area: 1 / 1 / 3 / 2;    margin: 0;}.RWDService001 h2 {    grid-area: 1 / 2 / 2 / 3;    color: var(--main-color);    font-weight: 600;    font-size: 23px;    margin: 0;}.RWDService001 p {    grid-area: 2 / 2 / 3 / 3;    color: var(--sub-color);    font-size: 16px;    text-align: left;    margin: 0;    line-height: 1.3;}.RWDService001 i img {    width: 100px;}.RWDService001 .section-subject {    display: none !important;}.bottom-info .leftbox .RWDedictor008::before {    content: '';    background: url(archive/image/customization/box-shadow-02.png) no-repeat;    width: 100%;    height: 28vw;    display: block;    position: absolute;    bottom: -28vw;    left: 50%;    transform: translateX(-50%);    z-index: -2;    opacity: 0.4;    background-size: 100% auto;    pointer-events: none;}/*--project--*/ 
.newproject-block {    position: relative;    z-index: 1;    padding: 5rem 0 0;}.newproject-block::before {    content: '';    background: url(archive/image/customization/block_bg.jpg) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    opacity: 0.7;}.newproject-block::after {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    border-right: #dfdfdf94 solid 1px;}.newproject-block .container {    width: 90%;    padding: 0;}.newproject-block .container:after {    content: '';    background: url(archive/image/customization/box-shadow-02.png) no-repeat;    width: 100%;    height: 28vw;    display: block;    position: absolute;    bottom: -28vw;    left: 50%;    transform: translateX(-50%);    z-index: -2;    opacity: 0.4;    background-size: 100% auto;    pointer-events: none;}.newproject-block .titlebar {    text-align: center;}.newproject-block .en-tit {    position: static;    color: rgb(206 205 205 / 45%);    text-align: center;    position: relative;    top: 1.5vw;}.RWDbanner009 {    height: 60vh;    min-height: 550px;    margin-top: 3.2rem;}.RWDbanner009:before {    content: "";    position: absolute;    width: 100%;    height: 100%;    background: #b9b6b630;    right: 0;    bottom: 0;}.RWDbanner009 .main_pic {    border-top: 1px solid #cfc8b7}.RWDbanner009__text {    left: auto;    width: 50%;    margin-left: 50%;    padding: 0 5%;    padding-right: 15%}.RWDbanner009__title {    font-size: clamp(1.8rem, 1.6742rem + 0.5161vw, 2.5rem);    color: var(--main-color);    font-weight: 600;    line-height: 1.6;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    white-space: normal;    margin-bottom: 0;    font-family: var(--cn-font);}.RWDbanner009 .main_pic .swiper-slide .imgbox {    left: 0;    max-width: 50%}.RWDbanner009__memo {    font-size: 17px;    position: relative;    margin: 10px 0 0;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    white-space: normal;    letter-spacing: 1px;    color: var(--sub-color);}.RWDbanner009 .thumb_pic {    width: 45%;    left: 55%;    bottom: 0}.RWDbanner009 .main_pic .swiper-button-next::after,.RWDbanner009 .main_pic .swiper-button-prev::after,.envs-block .swiper-button-next:after,.swiper-button-prev:after {    border-color: #111}.RWDbanner009 .main_pic .swiper-button-prev::after,.RWDbanner009 .main_pic .swiper-button-next::after {    width: 10px;    height: 10px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {    opacity: 1 !important}.RWDedictor008 .container {    width: 100% !important;    padding: 0 !important}.RWDbanner009 .main_pic .swiper-button-prev::after,.RWDbanner009 .main_pic .swiper-button-next::after {    width: 11px;    height: 11px}.RWDbanner009 .main_pic .swiper-button-next::after,.RWDbanner009 .main_pic .swiper-button-prev::after,.swiper-button-next:after,.swiper-button-prev:after {    border-color: #333}.RWDbanner009 .main_pic .swiper-button-prev::after {    border-left: 2px solid #000;    border-top: 2px solid #000;    top: 18px;    left: 20px}.RWDbanner009 .main_pic .swiper-button-next::after {    border-top: 2px solid #000;    border-right: 2px solid #000;    top: 18px;    left: 15px;}.RWDbanner009 .main_pic .swiper-button-prev {    top: calc(16% + 200px);    left: calc(55% - 15px)}.RWDbanner009 .main_pic .swiper-button-next {    top: calc(16% + 200px);    left: calc(55% + 55px)}.RWDbanner009 .main_pic .swiper-button-next,.RWDbanner009 .main_pic .swiper-button-prev {    border: #a3a3a3 solid 1px !important;    border-radius: 99em;}/*--newproject END---*//*case*/ 
.case-block {    position: relative;    z-index: 0;    padding: 5rem 0 10rem;}.case-block::before {    content: '';    background: url(archive/image/customization/block_bg.jpg) no-repeat;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    opacity: 0.4;}.case-block::after {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    border-right: #dfdfdf94 solid 1px;}.case-block .container {    width: 80%;    padding: 0;}.case-block .container::before {    content: '';    background: url(archive/image/customization/decorate-style01.png) no-repeat;    background-size: 100% auto;    position: absolute;    right: 0;    top: -5vw;    display: block;    width: 35vw;    height: 35vw;}.case-block .RWDedictor008 {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    margin-top: -3vw;}.case-block .titlebar {    margin: -10px 0 0;}.case-block .titlebar h5 {    margin: 0 0 10px;}.case-block .en-tit {    position: static;    color: rgb(208 208 208 / 22%);}.case-block .en-tit span:nth-child(2) {    position: absolute;    left: 23vh;    bottom: -10vh;}.RWDbanner005_v2 {    padding: 0 0 5rem;    margin: 4rem 0 0;}.RWDbanner005_v2 .add-cart {    bottom: 0;    height: 100%;}.RWDbanner005_v2 .add-cart::before {    background-color: transparent;}.RWDbanner005_v2 .main-title {    letter-spacing: 1.5px;    margin: 20px auto 10px;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    line-height: 1.2;    color: var(--main-color);    font-weight: 600;    font-size: 31px;}.RWDbanner005_v2 .subtitle {    color: #666;    margin-bottom: 0;    letter-spacing: 1.5px;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;}.RWDbanner005_v2 .swiper-left,.RWDbanner005_v2 .swiper-right {    margin-top: 3vw;    opacity: 1;}.RWDbanner005_v2 .swiper-left {    border-right: none;}.RWDbanner005_v2 .swiper-right {    border-left: none;}.RWDbanner005_v2 .swiper-left img,.RWDbanner005_v2 .swiper-right img {    width: 150%;    max-width: 150% !important;}.RWDbanner005_v2 .swiper-left .main-title,.RWDbanner005_v2 .swiper-right .main-title,.RWDbanner005_v2 .swiper-left .subtitle,.RWDbanner005_v2 .swiper-right .subtitle,.RWDbanner005_v2.frac-bottom .fraction_block.frac-bottom,.RWDbanner005_v2.title-left .title_block {    display: none;}.RWDbanner005_v2 .sqare_shadow.swiper-prev,.RWDbanner005_v2 .sqare_shadow.swiper-next {    top: 40%;    border-radius: 99em;    height: 70px;    width: 70px;    transition: all 0.3s ease-in-out 0s;    box-shadow: initial;}.RWDbanner005_v2 .sqare_shadow.swiper-next::after,.RWDbanner005_v2 .sqare_shadow.swiper-prev::after {    opacity: 1;    border-top: 2px solid #111;    border-left: 2px solid #111;    transition: all 0.3s ease-in-out 0s;    width: 15px;    height: 15px;}.RWDbanner005_v2 .swiper-center {    background: #fff9;    padding: 0 0 25px;}.RWDbanner005_v2 .subtitle {    font-size: 17px;    color: var(--sub-color);    font-family: var(--cn-font);}
/*footer start*/

/*footer*/ 
.footer-block {    position: relative;    z-index: 1;    overflow: hidden;}.footer-block::before {    content: '';    background: url(archive/image/customization/decorate-style01.png) no-repeat;    background-size: 100% auto;    position: absolute;    left: 0vw;    top: 0;    display: block;    width: 35vw;    height: 35vw;    z-index: -1;    opacity: 0.1;}.footer-block .ft-top {    background: #2d3341;    position: relative;    z-index: 0;}.footer-block .ft-top::after {    content: '';    background: url(archive/image/customization/footer_bg.jpg) no-repeat;    background-size: cover;    width: 100%;    height: 100%;    display: block;    position: absolute;    left: -12vw;    top: 0;    z-index: -1;    opacity: 0.7;}.footer-block .ft-bottom {    background: #202531;}.footer-block,.footer-block a {    color: #dfdfdf;    font-size: 17px;}.footer-block .container {    width: 70%;    padding: 0;}/*ft-top*/ 
.footer-block .ft-top {    padding: 4rem 0 3rem;}.footer-block .ft-top .container {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-end;}.footer-block .ft-top .ft-left {    width: 25%;    position: relative;}.footer-block .ft-top .ft-right {    width: 75%;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;}.footer-block .ft-logo img {    width: 106px;    margin: 0 0 1rem;}.footer-block .ft-logo .footer-logotype {    font-size: 21px;    font-weight: 600;    margin: 25px 0 0;    color: #fff;}/*資訊*/ 
.footer-block .ft-top .ft-right .ft-info {    width: 70%;}.footer-block .ft-top .ft-right .ft-social {    width: 30%;    padding-left: 5rem;}.ft-info ul {    display: grid;    grid-template-columns: 0.5fr 1fr;    grid-template-rows: 0.5fr 0;    grid-column-gap: 0px;    grid-row-gap: 0px;    list-style: none;    margin: 0;    padding: 0;}.ft-info ul span,.ft-social .social-tit {    display: block;    margin: 0 0 20px;    color: #7d8494;    text-transform: uppercase;    font-family: var(--en-font);}.ft-info ul li {    font-family: var(--cn-font);}.ft-info ul {    display: grid;    grid-template-columns: repeat(3, 1fr);    grid-template-rows: 0.3fr 0;    grid-column-gap: 0px;    grid-row-gap: 0px;}.ft-info ul li:nth-child(1) {    grid-area: 1 / 1 / 2 / 2;    margin-bottom: 2rem;}.ft-info ul li:nth-child(2) {    grid-area: 1 / 2 / 2 / 3;}.ft-info ul li:nth-child(3) {    grid-area: 1 / 3 / 2 / 4;}.ft-info ul li:nth-child(4) {    grid-area: 2 / 1 / 3 / 4;}.ft-info ul li:nth-child(4) iframe {    filter: grayscale(1);}/*社群*/ 
.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 ul.socialNetwork li {    background-color: #00000047;    border-radius: 69em;    margin: 0 10px 0 0;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: #fff;    width: 50px;    height: 50px;    margin: 0;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}/*copyright*/ 
.ft-bottom {    font-size: 12px;    font-family: '微軟正黑體';    padding: 25px 0;    position: relative;}.ft-bottom::before {    content: '';    width: 75%;    border-top: #dfdfdf52 solid 1px;    margin: 0 auto;    display: block;    position: absolute;    left: 50%;    transform: translateX(-50%);    top: 0;}.ft-bottom,.copyright_desc a,.copyright_desc {    color: #686c72;    font-size: 12px;    font-weight: 400;}.ft-bottom .ft-left {    width: 40%;}.ft-bottom .ft-right {    width: 60%;    text-align: right;}.ft-bottom .container,.ft-bottom .container .ft-left {    display: flex;    align-items: center;    padding: 0;    flex-direction: row;}.ft-bottom .container {    letter-spacing: 0;}.ft-bottom .container .ft-left .RWDssl01 {    margin-right: 20px;    position: relative;}.ft-bottom .container .ft-left .RWDssl01 {    margin-left: 20px;    position: relative;    letter-spacing: 0;}.ft-bottom .container .RWDssl01::before {    content: '';    width: 1px;    height: 12px;    background: #757981;    display: block;    position: absolute;    right: -10px;    top: 6px;}.ft-bottom .container>div.RWDssl01 {    margin-left: 0;}/*scrollTop*/ 
.scrollTop002 {    bottom: 5%;}.scrollTop002 img {    width: 30px;}

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

.search .RWDmenu_plus04 .header,.article3 .RWDmenu_plus04 .header {    background: #fff;    padding: 5px 3% 0;}.search .RWDmenu_plus04 .header .menu li a,.article3 .RWDmenu_plus04 .header .menu li a {    color: #2e2e2e;}.search .RWDmenu_plus04 .header .logo,.article3 .RWDmenu_plus04 .header .logo {    filter: initial;}.search .RWDmenu_plus04 .header .features .search-btn,.article3 .RWDmenu_plus04 .header .features .search-btn {    filter: initial;}.search .RWDmenu_plus04 .header:before,.article3 .RWDmenu_plus04 .header:before {    background: #dfdfdf;    top: 20px;}.search .collapsing_header .main,.article3 .collapsing_header .main {    top: 114px !important;}.search .RWDmenu_plus04 .header .site-nav .menu>li>a:before,.article3 .RWDmenu_plus04 .header .site-nav .menu>li>a:before {    background: #000;}.search .page_wrapper_bg section.call_to_action:after,.article3 .page_wrapper_bg section.call_to_action:after {    display: none;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1 h8 {    font-size: 11vw;    text-transform: uppercase;    letter-spacing: 0;    margin-top: 0;    color: rgb(255 255 255 / 15%);    -webkit-text-stroke: 0.5px #ffffff7d;    position: relative;    bottom: -7vw;    line-height: 1;    font-weight: 300;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption.txt-center .container {    width: 100%;}.pageTitle {    text-align: center;    color: #222222;    font-size: clamp(1.8rem, 1.6203rem + 0.7373vw, 2.8rem);    font-weight: 700;    letter-spacing: 4px;    margin: 0px 0 10px;    line-height: 1.3;}.collapsing_header .main {    margin: 0 !important;}.layoutlist_7 .litem {    width: 50%;    margin: 0 0 80px !important;}.projects_more {    background: rgb(255 255 255 / 50%);    padding: 50px 80px;}.layoutlist_7 .litem img {    object-fit: cover;    height: 30vw;    object-position: center top;}.article4 .page_wrapper_bg section.call_to_action:after {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    border-right: #dfdfdf94 solid 1px;}.grid_two {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-column-gap: 50px;    margin-top: 30px;    align-items: center;}._bd_column._bd_full {    padding: 0;    float: none;}.hgroup .breadcrumb {    position: relative;    width: 100%;    text-align: center;    padding: 0;    background: transparent;    border: 0;    bottom: 0;    font-size: 14px;}.hgroup .breadcrumb a {    font-weight: 300;    color: var(--sub-color);}.page_wrapper_bg section.call_to_action:before {    content: '';    background: url(archive/image/customization/block_bg.jpg) repeat;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    opacity: 0.4;}.page_wrapper_bg section.call_to_action:after {    content: '';    background: rgba(255, 255, 255, 50%);    width: 5%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    border-right: #dfdfdf94 solid 1px;}.RWDslider01 .text {    padding-bottom: 0;}ul.im_ul {    list-style-type: none;    padding-left: 0 !important;}.photo_view .flexslider {    margin: 0 0 30px;    background: transparent !important;    border: 0 !important;}ul.grid_two.case li {    border-bottom: 1px solid #ccc;    padding-bottom: 5px;    margin-bottom: 15px;}.album2 .photo_view #slider {    padding: 0 50px;    background: rgb(224 224 224 / 50%) !important;}.photo_view #slider .flex-direction-nav a:before {    left: 20px !important;}.photo_view .flexslider .slides img {    max-height: 30vw !important;}.layoutlist_7 .subject,.layoutlist_7 .subject a {    color: var(--main-color) !important;    font-weight: 600;    font-size: 23px !important;}.layoutlist_7 .summary,.layoutlist_7 .summary a {    color: var(--sub-color) !important;}.grid_two.ab_p {    grid-column-gap: 0;    margin: 0;}.grid_two.ab_p img {    margin: 0;}.ab_p_txt {    padding: 80px;}.grid_two.ab_p:before {    content: '';    background: #fff;    width: 100%;    height: 100%;    background-size: cover;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    opacity: 0.5;}.ab_p_pic div,.ab_p_pic {    height: 100%;}.ab_p_pic img {    height: 100%;    object-fit: cover;    width: 100%;}.ab_ibox img {    width: 100%;}.ab_ibox {    display: grid;    grid-template-columns: 100px auto;    margin-bottom: 30px;    grid-column-gap: 30px;}.ab_p_txt h3 {    border-bottom: 1px solid #ccc;    margin-bottom: 30px;    padding-bottom: 15px;}.customized_columns ._input,.customized_columns select {    border-radius: 0;    background-color: #fff;    box-shadow: none;}.RWDtimeline01 .line_dot2 span {    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(243 243 243) 2%, rgb(242 242 242) 100%);    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(243 243 243) 2%, rgb(242 242 242) 100%);    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(243 243 243) 2%, rgb(242 242 242) 100%);}/* 匯入內頁版面寬度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: #222;    --btn-main-hover-color: #2d3341;    --btn-sub-color: #999;    --btn-sub-hover-color: #2d3341;}/*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: var(--main-color)}/*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,.shopping-item-box .item-btn,#join_form select,#join_form select.form-control:not([size]):not([multiple]),.RWDshopping select,.RWDshopping select.form-control:not([size]):not([multiple]),.bonus-box .form-group .btn,.voucher-box .form-group .btn,.form-control,select,textarea,.video_item_summary,.download .search-go,.layoutlist_2 .listdate .yearmonth,.layoutlist_2 .list_subject .subsubject,.layoutlist_4 .listdate .yearmonth,.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 150px;    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%;    padding: 0;}.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 .article-text h2 {    font-size: 26px;    line-height: 1.5;    letter-spacing: 1.5px;    font-weight: bold;    color: var(--main-color);}.page_wrapper_bg .article-text h3 {    letter-spacing: 1.5px;    line-height: 1.5;    font-weight: bold;    font-size: 24px !important;    color: var(--main-color);}.page_wrapper_bg .article-text h4 {    font-size: 18px;    line-height: 1.5;    letter-spacing: 1.5px;    margin: 15px 0 15px;    font-weight: bold;    color: var(--main-color);}.page_wrapper_bg .article-text p,.page_wrapper_bg .article-text,.RWDslider01 .editor {    font-size: 17px;    line-height: 1.7;    letter-spacing: 1.5px;    color: var(--sub-color);    font-weight: 300;    font-family: 'Noto Sans TC', sans-serif;}._bd_row h1,._bd_row h2,._bd_row h3,._bd_row h4,._bd_row h5,._bd_row h6,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-weight: 300;    font-family: 'Noto Sans TC', sans-serif;}._bd_row label,._bd_row li,._bd_row p,._bd_row td {    font-size: 17px;    line-height: 1.7;    font-weight: 300;    color: var(--sub-color);}._bd_row li {    margin-bottom: 10px;}._bd_row ol,.products-info .txt .editor ol,.RWDproduct_page .products-editor ol {    padding-left: 22px;}._bd_row ul,.products-info .txt .editor ul,.RWDproduct_page .products-editor ul {    margin-bottom: 15px;    padding-left: 22px;}._bd_row hr {    border: none;    border-top: 1px solid #ccc;    margin: 30px 0 !important;}.editor a:focus,.editor a:hover,._bd_row a:focus,._bd_row a:hover,.formdesc a:focus,.formdesc a:hover {    color: #888;}._bd_column._bd_full {    padding: 0;}.pagecontent .article_model[data-seq="0"] {    margin-top: 10px !important;}._bd_row p {    margin: 0 0 10px;}._bd_row a {    color: var(--main-color);}dd {    margin-bottom: 10px;    margin-left: 0;    color: #888;    line-height: 1.5;}/*-------按鈕--------*/#panelCms .btn.btn-primary {    float: none;    border-radius: 5px !important;}/*重新填寫*/ 
.refill_btn {    display: none;}/*回上一頁按鈕*/ 
.btn {    font-size: 17px;}#article .btn.btn_back a,#album .btn.btn_back a {    padding: 17px 15px;    display: block;}.btn.btn_back {    margin-right: 0;    float: right;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: 60px;}.btn.btn_back a {    min-width: 300px;    padding: 17px 15px;    background: transparent;    color: var(--btn--main-color);    transition: all 0.2s ease;    border: #2d3341 solid 1px;    line-height: 1;    background-color: #fff;    position: relative;}.btn.btn_back a:hover {    border: 1px solid #2d3341;    color: #fff !important;    background: transparent;}.btn.btn_back a:after {    content: "";    background: transparent;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}.btn.btn_back a:hover:after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #2d3341;}/*確定送出*/ 
.ebtn {    padding: 0;    background: transparent;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;    float: right;    margin-right: 0;}.ebtn a {    position: relative;    display: block;    text-align: center;    min-width: 300px;    line-height: 1.5;    padding: 13px 30px !important;    margin-top: 20px;    color: #fff !important;    background: var(--btn-main-hover-color);    border: 1px solid var(--btn-main-hover-color);    transition: all .2s ease;    border-radius: 0;}.ebtn a:hover {    background: transparent;    color: #fff !important;    border-color: var(--btn--main-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)}.ebtn a:hover:after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #335c88;}.ebtn a:after {    content: "";    background: transparent;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}/*購物車按鈕*/ 
.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 {    margin-left: 0;    margin-right: 0;}.RWDslider01 .products-list .products-item .box {    display: flex;    align-items: center;    padding: 0;    grid-column-gap: 80px;}.RWDslider01 .pic-list {    padding-right: 0;}.RWDslider01.pic-right .pic-list {    padding-left: 0;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: row-reverse;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 60px !important;}.RWDslider01 .pic img {    width: 100%;}/*文章列表-2*/#article .layoutlist_2 .list_subject a {    font-size: 17px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 1.5 !important;}.subsubject {    font-size: 14px;    font-weight: 300;    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: 17px !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: 300;    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: 17px !important;    font-weight: 300;    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;    display: none;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: 17px !important;    font-weight: 300;    line-height: 1.5 !important;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding-left: 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    font-size: 1.3rem;    line-height: 1.5;    display: block}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: 17px;    font-weight: 300;    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 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: 300;    letter-spacing: 1px;    background: transparent !important;    border: 0 !important;    font-size: 17px !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: 300;    line-height: 1.8;    font-size: 15px;    letter-spacing: 1px;    margin: -10px 0 0;    background: #fff}.tabs nav li.tab-current a {    background: transparent;    color: #000 !important;    border: 0;    font-weight: 500 !important}.tabs nav ul {    margin: 0 0 10px !important}.tabs nav li.tab-current {    border: transparent;    box-shadow: none;    border-bottom: none;    z-index: 100;}/*相簿列表*/ 
.layoutlist_2 .album_item {    height: auto !important;}/*相簿上下方說明*/#album .page_desc {    margin: 0 0 80px;}#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;    color: var(--main-color);    font-weight: 600;    font-size: 23px;    background: #fff9;}#album .page_content2 .dis .dis_li .text {    font-size: 17px;    line-height: 1.8;    letter-spacing: 0;    color: #000;    font-weight: 300;    margin: 0 0 30px}/*相簿-2*/#album .layoutlist_2 .album_item_subject {    padding: 20px 0px;    font-size: 18px;}/*Q&A*/ 
.rwd .faq_question {    font-size: 17px;    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: var(--main-color);    border-color: var(--main-color);    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: var(--main-color);    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: 17px;    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: 300;    display: block;}#file_dlist a.dd-option {    padding: 12px;}/*檔案下載a連結修正*/ 
.page_wrapper_bg .dd-select a:hover {    color: #313131;}.download .search-go {    line-height: 2;    transition: .5s;}.download .search-go:hover {    background: #000;    color: #fff;    transition: .5s;}/*產品A*/ 
.page_content1 #productbx_bg {    background: #efefef;    -moz-opacity: 1;    opacity: 1;}.page_content1 .dd-selected {    letter-spacing: 1px;    padding: 0 40px 0 10px;}.product_desc_content {    color: var(--main-color);    letter-spacing: 1px;    line-height: 30px;}.page_content1 #prod_price {    margin-top: 0;}.page_content3_mainphoto .swiper-slide img {    width: 100%;}#prod_price .money {    font-size: 20px;    font-weight: bold;}#member_org_price,div#prod_fixprice,.pagecontent.menu5 .page_content1 #prod_price,.pagecontent.menu8 .page_content1 #prod_price {    margin: 0;}._shopping_info>div {    display: flex;    align-items: flex-end;    letter-spacing: 0;}div#prod_price {    margin-left: 15px !important;}.productcontent .page_content1 .info {    text-align: center;    margin: 30px 0 0;}.productcontent .page_content1 .product_desc_subject {    text-align: center;}.page_content1 ._shopping_info>div {    justify-content: center;}.page_content1 .spec-scroll .items ul li:hover {    border: 1px solid var(--main-color);}#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: 300;}.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: var(--sub-color);    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: 17px;    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: var(--main-color) !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;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}.eformscontent .col-sm-12.col-md-11,.eformscontent .col-sm-12.col-md-5 {    width: calc(100% - 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: transparent;}.eformscontent .col-sm-12.col-md-12 .ebtn a {    background: #fff;    color: var(--btn--main-color) !important;}.eformscontent .col-sm-12.col-md-12 .ebtn a:hover:after {    background: #2d3341;}/*左側選單*/ 
.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 15px 10px !important;    font-weight: 300;    font-size: 17px;}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 1px;    color: #000}.privacy_block a {    color: #000;    transition: 0.4s}.privacy_block a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.privacy_block h5 {    font-size: 18px;    font-weight: bold;    margin: 50px 0 10px;    color: #000;}.privacy_block h6 {    font-size: 17px;}.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;}/*231225修*/ 
.album2.albumlist .page_wrapper_bg section.call_to_action>.container {    max-width: 1180px;}.layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);     margin: 0 0 80px;}.album_item img {    width: 100%;    max-height: none !important;    aspect-ratio: 1 / 1;     object-fit: cover;    object-position: center;}#album .layoutlist_2 .album_item_subject{color: var(--main-color) !important;    font-weight: 600;    font-size: 23px !important;    padding: 15px 0 10px;}.article4 .page_wrapper_bg section.call_to_action, .album2 .page_wrapper_bg section.call_to_action {position: relative;}.article4 .page_wrapper_bg section.call_to_action:before, .album2 .page_wrapper_bg section.call_to_action:before {    background: #dfdfdf;    width: 95%;    left: auto;    right: 0;    border-left: #dfdfdf94 solid 1px;    z-index: -2;}.article4 .page_wrapper_bg section.call_to_action:after, .album2 .page_wrapper_bg section.call_to_action:after {    content: '';    background: url(archive/image/customization/bg_line.png) no-repeat;    position: absolute;    left: auto;    right: 90px;    top: auto;    bottom: 0;    width: 37vw;    height: 26vw;    background-size: 100% auto;    pointer-events: none;    z-index: -2;}

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

@media (min-width: 1200px) {    .layoutlist_7 .litem .img {        overflow: hidden;    }    .layoutlist_7 .litem:hover img {        transform: scale(1.05);    }    .layoutlist_7 .litem img {        transition: all .5s ease;    }}@media (max-width: 2500px) {    .en-tit {        font-size: clamp(5rem, 3.9787rem + 5.1064vw, 11rem);    }    .RWDbanner009__text {        padding-right: 5%;    }    .top-info p {        margin: 3rem 0 0;    }}@media (max-width: 2300px) {    .banner-block .RWDbanner_plus01 .slick-caption .txt3 {        font-size: clamp(5rem, 2.2143rem + 11.4286vw, 19rem);    }}@media (max-width: 2100px) {    .top-info .leftbox::before {        right: 0;    }    .top-info .leftbox {        padding: 7rem 5rem 0;    }    .RWDfakeloader img {        width: 189px;    }    .footer-block .container {        width: 80%;    }    .footer-block .ft-top .ft-left {        width: 20%;    }    .footer-block .ft-top .ft-right {        width: 80%;    }    .footer-block .ft-top .ft-right .ft-info {        width: 75%;    }    .footer-block .ft-top .ft-right .ft-social {        width: 25%;    }    .footer-block .ft-top::after {        left: -27vw;    }    .ft-bottom .ft-left {        width: 60%;    }    .ft-bottom .ft-right {        width: 40%;    }    .case-block .en-tit span:nth-child(2) {        left: 33vh;        bottom: -4vh;    }}@media (max-width: 1920px) {    .top-info .leftbox,    .bottom-info .rightbox {        padding: 5rem 5rem 0;    }    .bottom-info .rightbox {        padding-top: 3rem;    }    .top-info .RWDparallax_new .picbgbox {        height: 30vw !important;    }    .case-block .en-tit span:nth-child(2) {        bottom: -6vh;    }}@media (max-width: 1700px) {    /*title*/    .titlebar {        text-align: center;    }    .about-block .titlebar {        text-align: left;    }    .top-info .leftbox {        padding: 5rem 5rem 0;    }    .top-info .RWDparallax_new .picbgbox {        height: 35vw !important;    }    .case-block .titlebar {        margin: 0;    }    .case-block .en-tit {        text-align: center;    }    .case-block .RWDedictor008 {        display: flex;        flex-direction: column;        align-items: center;        margin-top: 0;    }    .case-block .en-tit span:nth-child(2) {        position: static;        margin-left: 15px;    }    .case-block .container::before {        top: -6vw;    }    .RWDbanner005_v2 .sqare_shadow.swiper-prev,    .RWDbanner005_v2 .sqare_shadow.swiper-next {        height: 50px;        width: 50px;    }    .RWDbanner005_v2 {        padding: 0 0 3rem;        margin: -1rem 0 0;    }    .bottom-info .leftbox img {        height: 28vw;        object-fit: cover;    }    /*footer*/    .footer-block .container,    .ft-bottom::before {        width: 85%;    }    .footer-block .ft-top::after {        left: -44vw;    }    .footer-block .ft-logo .footer-logotype {        font-size: 19px;    }}@media (max-width:1600px) {    .top-info .leftbox {        padding: 4rem 3rem 0;    }}@media (max-width: 1550px) {    /*footer*/    .footer-block .ft-logo img {        width: 89px;    }    .footer-block .ft-top .container {        display: flex;        flex-direction: column;        align-content: flex-start;        justify-content: flex-start;        align-items: stretch;    }    .footer-block .ft-top .ft-left,    .footer-block .ft-top .ft-right {        width: 100%;    }    .footer-block .ft-top .ft-right .ft-info {        width: 70%;    }    .footer-block .ft-top .ft-right .ft-social {        width: 30%;    }    .footer-block .ft-top .ft-left {        margin-bottom: 2rem;    }    .footer-block .ft-top::after {        left: 0;    }    .ft-info ul span {        margin: 0 0 12px;    }}@media (max-width: 1500px) {    .top-info .leftbox {        padding-top: 7rem;    }    .top-info p {        width: 89%;    }    .top-info .leftbox::before {        right: 0vw;    }    .bottom-info {        padding-top: 2rem;    }    .RWDbanner009__text {        padding-right: 30px;        top: 40px;    }    .case-block .en-tit span:nth-child(2) {        bottom: -3vh;        left: 37vh;    }    .about-block .containerX {        padding: 0 0 6rem;    }    .top-info .leftbox,    .bottom-info .rightbox {        width: 60%;    }    .top-info .rightbox,    .bottom-info .leftbox {        width: 40%;    }    .top-info .RWDparallax_new .picbgbox {        height: 38vw !important;    }    .bottom-info .rightbox {        padding-top: 3rem;    }}@media (max-width: 1400px) {    .about-block .containerX {        padding: 0 0 7rem;    }    .bottom-info {        align-items: center;    }    .bottom-info .rightbox {        padding-top: 0;    }    .top-info .RWDparallax_new .picbgbox {        height: 43vw !important;    }    .fix_btn {        bottom: 139px;    }    .fix_btn a {        padding: 10px 20px;    }    .footer-block .ft-logo .footer-logotype {        margin-top: 5px;    }}@media (max-width: 1300px) {    .RWDmenu_plus04 .logo,    .RWDmenu_plus04 .header.is-up .logo {        width: 90px;    }    .RWDmenu_plus04 .header.is-up .logo {        margin-top: 6px;    }    .top-info .RWDparallax_new .picbgbox {        height: 44vw !important;    }}/* 匯入內頁版面寬度80%*/@media (max-width: 2048px) {    .photo_view .flexslider .slides img {        max-height: 45vw !important;    }}@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }    .ab_ibox {        grid-template-columns: 85px auto;        grid-column-gap: 20px;    }    .RWDslider01 .products-list .products-item .box {        grid-column-gap: 50px;    }    .RWDslider01 .products-list .products-item .box {        align-items: flex-start;    }}/*產品定售價掉落修正*/@media (max-width: 1500px) {    .layoutlist_7 .litem img {    object-fit: cover;    height: 34vw;    object-position: center top;}    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }    .page_wrapper_bg section.call_to_action:after,    .article4 .page_wrapper_bg section.call_to_action:after {        display: none;    }    .page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1 h8 {        bottom: -12vh;    }}/*寬度修正*/@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }        .layoutlist_7 .litem img {        height: 39vw;}}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }    .page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1 h8 {        bottom: -10vh;    }}@media (max-width: 1500px) {/*231225修*/ 
.article4 .page_wrapper_bg section.call_to_action:after, .album2 .page_wrapper_bg section.call_to_action:after {display: block;}}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: clamp(3rem, 0.4516rem + 12.7418vw, 10rem);    -webkit-text-stroke: 0.5px #ffffff2e;}.about-block::after,.case-block::after,.newproject-block::after {    display: none;}/*標題*/ 
.titlebar h5 {    font-size: 2rem;}.RWDbanner005_v2 .main-title {    font-size: 26px;}.case-block .container::before {    top: -8vw;}/*about*/ 
.top-info .RWDparallax_new .picbgbox {    height: 47vw !important;}.top-info .leftbox {    padding-left: 0;    padding-top: 4rem;}.top-info p {    width: 100%;    text-align: left;}.bottom-info {    padding-top: 2rem;}.RWDService001 .col-md-3 {    margin-left: 0;}.bottom-info .rightbox {    padding: 0 3rem;}.RWDbanner005_v2 {    padding-bottom: 0;}/*footer*/ 
.ft-info ul {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: stretch;}.ft-info ul li,.ft-info ul li:nth-child(1) {    margin: 0 0 1rem;}.footer-block .ft-top::after {    left: 0;    background-position: 10% top;}.footer-block .ft-top .ft-right .ft-social {    padding-left: 1rem;}.ft-bottom .ft-left {    width: 70%;}.ft-bottom .ft-right {    width: 30%;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}.page_wrapper_bg section.call_to_action>.container {    width: auto;    padding: 0 50px;}#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);}.ab_p_txt {    padding: 80px 50px;}.photo_view .flexslider .slides img {    max-height: 55vw !important;}.btn.btn_back a:after,.ebtn a:after {    display: none;}.btn.btn_back a:hover,.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {    border: 1px solid #2d3341;    color: var(--btn--main-color) !important;    background: #fff;}.ebtn a:hover {    color: #fff !important;    background: var(--btn-main-hover-color);    border: 1px solid var(--btn-main-hover-color);}.search .RWDmenu_plus04 .header .ml-stack-nav-toggle__line,.article3 .RWDmenu_plus04 .header .ml-stack-nav-toggle__line {    background: #2d3341;}.search .RWDmenu_plus04 .header .ml-stack-nav-toggle,.search .RWDmenu_plus04 .header .ml-stack-nav-toggle i,.article3 .RWDmenu_plus04 .header .ml-stack-nav-toggle,.article3 .RWDmenu_plus04 .header .ml-stack-nav-toggle i {    color: #2d3341;}.search .collapsing_header .main,.article3 .collapsing_header .main {    top: 91px !important;}.search .RWDmenu_plus04 .header .logo,.article3 .RWDmenu_plus04 .header .logo {    margin-top: 3px;}/*231225修*/ 
.article4 .page_wrapper_bg section.call_to_action:before, .album2 .page_wrapper_bg section.call_to_action:before {    width: 100%;    border: 0;}
}
/*1199px end*/
/*1100px start*/

@media (max-width: 1100px) {    .top-info p {        margin: 2rem 0 0;    }    .top-info .RWDparallax_new .picbgbox {        height: 49vw !important;    }}

/*1100px end*/
/*1024px start*/
@media (max-width: 1024px) {
.RWDmenu_plus04 .features:after {    display: none;}.en-tit {    font-size: clamp(2rem, 0.5693rem + 7.1535vw, 5rem);}/*header*/ 
.RWDmenu_plus04 .header.is-up {    padding-bottom: 5px;}.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 .features .search-btn {    margin: 10px 0 0;}.RWDmenu_plus04 .header:before {    display: none;}.ml-stack-nav-toggle,.ml-stack-nav-toggle i {    color: #fff;}.ml-stack-nav-toggle__line {    background: #fff;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #2d3341;}.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle,.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle i {    color: #2d3341;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #2d3341;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    margin: 5px 0 0;}/*banner*/ 
.RWDbanner_plus01.full .banner-slider.bg .slick-item {    max-height: calc(100vh - 65px) !important;    height: calc(100vh - 65px) !important;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 50px 0 100px;}/*產品內頁-01*/ 
.page_content1 #prod_price {    margin-top: 18px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 4) !important;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%}#article .layoutlist_4 .item .list_img {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .list_subject {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .listdate {    border: 0;    display: flex;    align-items: center;    padding: 0;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px}#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: #afafaf;    position: relative;    margin-left: 5px}/*文章列表-G*/ 
.layoutlist_8 .list_subject {    padding-left: 2rem;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*電子表單*/ 
.form-group label {    padding-left: 0 !important;    padding-right: 0 !important;}#join_form .form-checkbox,#join_form .form-radio {    padding: 0 0 0 28px !important;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
/*loading*/ 
.RWDfakeloader img {    width: 150px;}p,.RWDbanner005_v2 .subtitle {    font-size: 16px;}.mobile-link {    display: block;}/*跟隨*/ 
.fix_btn {    display: none;}/*about*/ 
.top-info {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: stretch;}.top-info .leftbox,.top-info .rightbox {    width: 100%;}.top-info .leftbox {    padding: 4rem 0;}.top-info p {    width: 90%;}.top-info .RWDparallax_new .picbgbox::before {    bottom: -26vw;    height: 26vw;}.bottom-info .rightbox {    padding-left: 2rem;    padding-right: 2rem;}.bottom-info .leftbox img {    height: 35vw;}/*banner*/ 
.RWDbanner_plus01 .slick-caption .txt1 {    font-size: 2.5rem;}.banner-block .RWDbanner_plus01 .slick-caption .txt23 {    bottom: -2vh;}/*RWDbanner009*/ 
.RWDbanner009 {    margin-top: 0;}.RWDbanner009 .main_pic .swiper-slide .imgbox {    max-width: 100%;}.RWDbanner009__text {    width: 100%;    margin-left: 0;}.RWDbanner009 {    height: auto;    min-height: auto;}.RWDbanner009 .main_pic .swiper-slide .imgbox {    height: 55vw;}.RWDbanner009__text {    top: 0;    width: 100%;    margin: 0;    padding: 40px 60px 40px;}.RWDbanner009 .main_pic .swiper-slide .imgbox {    max-width: 100%;    left: 0;}.RWDbanner009__title {    text-align: center;}.RWDbanner009 .main_pic .swiper-button-next {    right: 0;}.RWDbanner009 .main_pic .swiper-button-prev {    right: auto;    left: 0;}.RWDbanner009 .main_pic .swiper-button-next,.RWDbanner009 .main_pic .swiper-button-prev {    left: auto;    top: initial;    bottom: 25px;}.RWDbanner009__memo {    text-align: center;    -webkit-line-clamp: 2;}.RWDbanner009 .swiper-pagination {    top: 55vw;}.RWDbanner009 .main_pic .swiper-button-next {    right: 20px;}.RWDbanner009 .main_pic .swiper-button-prev {    left: 20px;}.RWDbanner009 .main_pic .swiper-button-next,.RWDbanner009 .main_pic .swiper-button-prev {    bottom: 59px;    background: #fff;}.RWDbanner009 .main_pic .swiper-button-next,.RWDbanner009 .main_pic .swiper-button-prev {    bottom: auto;    top: calc(50% - 19%);}/*RWDbanner005*/ 
.case-block {    padding-bottom: 6rem;}.case-block .container::before {    top: -10vw;}.RWDbanner005_v2 {    padding: 0;    margin: -1rem 0 0;}.RWDbanner005_v2 .swiper-center .swiper-slide {    padding-right: 20px;    padding-left: 20px;}.RWDbanner005_v2 .swiper-center {    width: 100%;}.RWDbanner005_v2.frac-bottom .fraction_block.frac-bottom {    margin-top: 3vw;}.RWDbanner005_v2 .subtitle {    -webkit-line-clamp: 2;}.RWDbanner005_v2 .sqare_shadow {    display: block;}.RWDbanner005_v2 .main-title {    font-size: 21px !important;    margin: 0 auto 5px !important;}.RWDbanner005_v2 .img_wrap {    margin-bottom: 0px;}.RWDbanner005_v2 .swiper-center {    background: transparent;}.RWDbanner005_v2 .text-content {    background-color: #fff;    padding: 1rem 10px 1rem;}/*footer*/ 
.footer-block .ft-bottom {    padding-bottom: 6rem;}.ft-bottom .container {    display: flex;    align-items: center;    flex-direction: column;    flex-wrap: wrap;}.ft-bottom .ft-left,.ft-bottom .ft-right {    width: 100%;}.ft-bottom .container .ft-left {    justify-content: center;}.ft-bottom .ft-right {    text-align: center;}.scrollTop002 {    bottom: 12%;}/* 匯入內頁版面寬度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;    width: 100%;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}.layoutlist_7 .litem {    margin: 0 0 50px !important;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    /*width: calc(100% / 3 - 1px);*/    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 3) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-02*/ 
.download .list_table .container::after {    clear: none;}.download .list_table .container .row::after {    clear: none;}.download .list_table .container .row div:last-child {    clear: none !important;}.download .oneline {    border-bottom: none;    clear: none;}/*電子表單*/ 
.eformscontent .layoutlist_1 {    width: 100%;}.eformscontent .form-horizontal .control-label {    padding: 0 !important;    width: 100%}.eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;    padding: 0 !important}.eformscontent .col-sm-12.col-md-11,.eformscontent .col-sm-12.col-md-5 {    width: 100%;}.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.layoutlist_2 .video_item {    width: calc(100% / 3 - 1px);}/*產品內頁-02*/#sidebar {    padding: 0 !important;    margin: 0 0 30px;}/*購物車按鈕pad*/#mobile-fixed .btn-box .normal {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}#mobile-fixed .btn-box .bg2 {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff;    background: #000;}.RWDshopping #mobile-fixed .btn.normal {    color: #444;}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}.RWDslider01 .products-list .products-item .box {    flex-direction: column;}.RWDslider01 .pic-list,.RWDslider01 .text {    width: 100%;    float: none;}.projects_more {    padding: 50px;}.page_wrapper_bg .article-text p,.page_wrapper_bg .article-text,.RWDslider01 .editor {    font-size: 16px;}.grid_two.ab_p.reverse {    flex-direction: column;}.grid_two.ab_p {    display: flex;    flex-direction: column-reverse;}.ab_p_pic div,.ab_p_pic {    height: 30vw;    width: 100%;}.grid_two.ab_p .ab_p_pic img {    object-position: 50% 30%;}.ab_p_txt {    padding: 50px;    width: 100%;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: 16px !important;}#album .layoutlist_1 .album_item_subject,.layoutlist_7 .subject,.layoutlist_7 .subject a {    font-size: 18px !important;}.grid_two {    grid-template-columns: auto;}.photo_view .flexslider .slides img {    max-height: 65vw !important;}.ab_p_txt h3 {    margin-bottom: 30px !important;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption.txt-center {    height: 70%;    top: 30%;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1 h8 {    bottom: -25vw;}.photo_view .flexslider .slides2 {    height: 11vw !important;}/*231225修*/#album .layoutlist_2 .album_item_subject {    font-size: 18px !important;}.layoutlist_2 .album_item {    margin: 0 0 50px;}.article4 .page_wrapper_bg section.call_to_action:after, .album2 .page_wrapper_bg section.call_to_action:after {right: 0;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
/* 匯入內頁版面寬度80%*//*文章列表樣式-04*/#article .layoutlist_4 .fixrow {    padding-left: 0;    padding-right: 0;}/*圖文輪播*/ 
.RWDslider01 .products-list .box {    display: flex;    flex-direction: column;}.RWDslider01 .products-list .products-item .box {    flex-direction: column;    justify-content: flex-start;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: column;}.RWDslider01 .pic-list,.RWDslider01 .text {    width: 100%;    padding: 0 !important;}.RWDslider01 .control-box {    right: 0;    position: relative;    width: 100%;    text-align: center;}.RWDslider01 .pic-list,.RWDslider01 .text,.RWDslider01 .pic img {    width: 100%;}.RWDslider01 .pic-list {    padding-right: 0;}.RWDslider01.pic-right .pic-list {    padding-left: 0;}.pagecontent .RWDslider01,.article1 .pagecontent .RWDeditor01 {    margin-top: 30px;}
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
.footer-block .ft-top .ft-right .ft-social {    position: absolute;    right: 0;    top: 0;    width: 200px;    display: flex;    flex-direction: column;    align-items: flex-start;}.RWDsocial002 ul.socialNetwork li {    margin: 0 5px 0 0;}.about-block .containerX::before {    display: none;}.about-block .containerX::after {    right: 0;    width: 50vw;    height: 31vw;}/*RWDbanner005*/ 
.RWDbanner005_v2 {    padding: 0 0 2rem;}.case-block .RWDbtn01 {    margin-top: 0;}.case-block .container::before {    top: -12vw;}/* 匯入內頁版面寬度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%;}
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
.RWDbanner005_v2 .swiper-center .swiper-slide {    width: calc(100% / 1 - 36vw);    max-width: calc(100% / 1 - 36vw) !important;    padding: 0 18vw;}.RWDbanner005_v2 .swiper-center .swiper-container .swiper-wrapper {    justify-content: flex-start;}.RWDbanner005_v2 .swiper-center:before {    width: 80%;    left: 54%;    bottom: -10vw;}.RWDbanner005_v2 .sqare_shadow {    display: block !important;}.RWDbanner005_v2 .sqare_shadow.swiper-prev {    left: 45px;}.RWDbanner005_v2 .sqare_shadow.swiper-next {    right: 45px;}.RWDbanner005_v2 .swiper-center .swiper-slide.swiper-slide-active {    border-left: 0;    border-right: 0;}.RWDbanner005_v2 .swiper-center .swiper-slide {    width: calc(80% / 1 - 1px);    max-width: calc(80% / 1 - 1px) !important;    padding: 0;    margin: 0 10%;}.RWDbanner005_v2 .rwd_subject {    width: 80%;    margin: 10vw auto -21vw;}.RWDbanner005_v2 .sqare_shadow.swiper-prev,.RWDbanner005_v2 .sqare_shadow.swiper-next {    top: 40%;    width: 50px;    height: 50px;}.RWDbanner005_v2 .swiper-center .swiper-slide {    height: auto;}.RWDbanner005_v2 .main-title {    margin: 25px auto 10px;}.RWDbanner005_v2 .swiper-center .main-title {    color: #333;    line-height: 1.3;}.RWDbanner005_v2 .swiper-center .subtitle {    color: #666;}.RWDbanner005_v2 .sqare_shadow.swiper-next {    right: 30px;}.RWDbanner005_v2 .sqare_shadow.swiper-prev {    left: 30px;}.RWDbanner005_v2 .swiper-center .swiper-slide {    margin: 0;}.RWDbanner005_v2 .swiper-center .swiper-slide {    width: 100%;    max-width: 100% !important;}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_2 .item {    width: calc(100% / 2 - 21px);    margin: 0 10px;}#article .layoutlist_2 .list_subject,#article .layoutlist_2 .listdate {    padding-left: 0px;    padding-right: 0;}#article .layoutlist_2 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_2 .listdate .yearmonth::after {    content: "/";    position: relative;    display: inline-block;}#article .layoutlist_2 .listdate .yearmonth,.layoutlist_2 .listdate .day {    display: inline-block;}#article .layoutlist_2 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    margin-left: -3px;}/*文章列表樣式-03*/#article .layoutlist_3 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_3 .item {    width: calc(100% / 2 - 21px);    margin: 0 10px;}#article .layoutlist_3 .listdate .day {    color: #afafaf;    font-size: 12px;    letter-spacing: 2px;}#article .layoutlist_3 .listdate .day::before {    content: " / ";}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow {    display: flex;    flex-wrap: wrap;}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: calc(100% / 2 - 21px);    margin: 0 10px;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 .subject_title {    display: flex;    align-items: center;}.rwdlayoutlist_6 .list_no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_date {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item {    display: flex;    justify-content: flex-start;    align-items: center;}.rwdlayoutlist_6 .list_item .column.no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item .column.subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_item .column.date {    width: 16.66666667%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 2 - 1px);}.layoutlist_7 .row:before,.layoutlist_7 .row:after {    display: none;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd {    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;    margin-bottom: 30px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 100px}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 15px;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}/*影片列表*/#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;}/*240304修*/ 
.bottom-info {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;}.RWDService001,.bottom-info .leftbox,.bottom-info .rightbox {    width: 100%;}.bottom-info .rightbox {    padding-left: 0rem;    padding-right: 0rem;    margin-bottom: 4rem;    margin-top: 2rem;}.bottom-info .rightbox {    padding-left: 0rem;    padding-right: 0rem;    margin: 2rem 0 3rem;}.RWDService001 .row {    gap: 0;}.RWDService001 .col-md-3 {    margin-left: 0;    border-bottom: #dfdfdf solid 1px;    padding: 1.5rem 0;    margin-bottom: 0;}.RWDService001 .col-md-3:last-child {    padding-bottom: 0;    border: 0;}
}
/*767px end*/
/*700px start*/

@media (max-width: 700px) {    .en-tit {        font-size: clamp(2rem, -0.5263rem + 12.6316vw, 5rem);    }    .top-info .leftbox,    .about-block .containerX {        width: 90%;        margin: 0 auto;        float: none;    }    .top-info .leftbox,    .top-info p {        width: 100%;    }    .top-info .rightbox {        width: calc(100% + 10%);    }    .about-block .containerX::after {        right: -5%;        width: 118vw;        height: 82vw;    }    /*231225修*/    .article4 .page_wrapper_bg section.call_to_action:after,    .album2 .page_wrapper_bg section.call_to_action:after {        width: 100vw;        height: 70vw;        right: -5%;    }}

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

@media (max-width: 650px) {    .case-block .container {        width: 85%;    }    .footer-block .ft-top .ft-right {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .footer-block .ft-top .ft-right,    .footer-block .ft-top .ft-left,    .footer-block .ft-top .ft-right .ft-info {        width: 100%;    }    .footer-block .ft-top .ft-right .ft-social {        position: static;        width: 100%;        padding-left: 0;    }    .footer-block .ft-top::after {        background-position: 21% top;    }    .footer-block .ft-top .ft-right .ft-social {        margin: 2rem 0;    }    .ft-bottom .container .ft-left {        display: flex;        align-items: center;        flex-direction: column;    }    .ft-bottom .container .RWDssl01::before {        display: none;    }    .footer-block .ft-top .ft-right .ft-social {        margin-bottom: 0;    }    .ft-bottom::before {        width: 100%;    }    .page_wrapper_bg section.call_to_action>.container {        padding: 0 30px;    }    .photo_view .flexslider .slides img {        max-height: 750px !important;    }}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
/*網頁警告*/ 
.RWDalert_fancybox.bottom {    width: 100%;    padding: 20px !important;}/*header*/ 
.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    margin: 0;}.RWDmenu_plus04 .header.is-up .logo {    margin-top: 11px;}.RWDmenu_plus04 .logo,.RWDmenu_plus04 .header.is-up .logo {    width: 60px;}.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 .features .search-btn {    margin: 0;}.RWDmenu_plus04 .header.is-up .features .search-btn,.RWDmenu_plus04 .features .search-btn {    padding: 22px 12px;    margin: 0;}.titlebar h5 {    font-size: 2rem;    letter-spacing: 1px;}.titlebar .sub-tit {    font-size: 18px;}/*banner*/ 
.RWDbanner_plus01.full .banner-slider.bg .slick-item {    max-height: calc(100vh - 83px) !important;    height: calc(100vh - 83px) !important;}/*case*/ 
.case-block .container::before {    top: -15vw;    width: 54vw;    height: 48vw;}/*about*/ 
.about-block .containerX {    margin-left: auto;    margin-right: auto;}.top-info p {    margin: 1.5rem 0 0;}.RWDService001 h2 {    font-size: 21px;    margin: 0 0 10px;}.about-block .containerX {    padding: 0 0 5rem;}/*按鈕*/ 
.RWDbtn01 .btn-box {    margin: 0;}.RWDbtn01 .btn-box li {    width: 100%;    display: block !important;    padding: 0;}a.button,.RWDbtn01 .btn {    width: 100%;    margin: 0 auto;}/*about*/ 
.top-info .leftbox {    padding-bottom: 2rem;}.bottom-info {    padding-top: 0;}/*標題*/ 
.case-block .titlebar h5 {    margin: 0 0 3px;}.RWDbanner005_v2 {    margin: -0.5rem 0 0;}/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    bottom: -1vh;}.RWDbanner_plus01 .slick-caption .txt1 {    font-size: 2.3rem;}.RWDbanner_plus01 .slick-caption .txt1 span>span {    display: block;}/*RWDbanner009*/ 
.newproject-block {    padding: 3rem 0 0;}.RWDbanner009 .swiper-container {    overflow: initial;}.RWDbanner009 .main_pic .swiper-button-next,.RWDbanner009 .main_pic .swiper-button-prev {    top: calc(50% - 25%);}.RWDbanner009 .main_pic .swiper-button-next {    right: -15px;}.RWDbanner009 .main_pic .swiper-button-prev {    left: -15px;}.RWDbanner009__text {    padding: 30px 40px 30px 40px;}.RWDbanner009__title {    font-size: 25px;}/*RWDbanner005*/ 
.RWDbanner005_v2 .swiper-center .swiper-slide {    width: 100%;    max-width: 100% !important;    padding: 0;    margin: 0;}.RWDbanner005_v2 .sqare_shadow.swiper-prev,.RWDbanner005_v2 .sqare_shadow.swiper-next {    top: 30%;    border: #a3a3a3 solid 1px !important;}.RWDbanner005_v2 .sqare_shadow.swiper-prev {    left: -15px;}.RWDbanner005_v2 .sqare_shadow.swiper-next {    right: -15px;}.RWDbanner005_v2 .sqare_shadow.swiper-prev,.RWDbanner005_v2 .sqare_shadow.swiper-next {    transform: scale(.8);}.RWDbanner_plus01 .slick-caption .txt2 {    font-size: 18px;}/* 匯入內頁版面寬度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: 60px 0 80px;}.page_wrapper_bg .article-text .container {    padding: 0;}section.hgroup {    padding: 0;}/*fixrow*/ 
.fixrow {    padding-left: 0px !important;    padding-right: 0px !important;}/*文章列表最上層樣式調整*/#article .cate_list.row .col-sm-6.col-md-4 {    margin: 0 0 30px;}/*文章列表樣式-02*/#article .layoutlist_2 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-03*/#article .layoutlist_3 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: 100%;    margin: 10px 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 ul {    margin: 0;}.rwdlayoutlist_6 li {    margin: 0;    border-bottom: #dfdfdf solid 1px;    padding: 10px 0 10px;}.rwdlayoutlist_6 .subject_title {    display: none;}.rwdlayoutlist_6 .list_item {    text-align: center;    flex-direction: column}.rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {    width: 100%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: 100%;    padding: 0;    margin: 0 0 40px;    border-bottom: 1px solid #eee;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    margin-top: 0;}#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    margin-bottom: 0px !important;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd .item {    border-bottom: 1px solid #eee;    width: 100%;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: 100%;}/*左右圖文輪播PH*/ 
.RWDslider01 .pic-list {    width: 100%;}/*時間軸樣式*/ 
.RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {    left: 0;}.RWDtimeline01 li.event:before {    left: 22px;}.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: 0 0 30px;}#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;    }}.grid_two.ab_p:before {    display: none;}.ab_p_txt {    padding: 30px 0 50px;}.ab_p_pic div,.ab_p_pic {    height: auto;}.text-center {    text-align: left;}.ab_p_txt h3 {    margin-top: 0 !important;}.grid_two.ab_p.reverse .ab_p_txt {    padding-bottom: 0;}.btn.btn_back a,.ebtn a {    min-width: 100%;}span.options {    display: grid;    grid-template-columns: repeat(3, 18px auto);    align-items: center;}input[type=checkbox],input[type=radio] {    margin: 0;}.projects_more {    padding: 30px;}.search .collapsing_header .main,.article3 .collapsing_header .main {    top: 79px !important;}.search .RWDmenu_plus04 .header .logo,.article3 .RWDmenu_plus04 .header .logo {    margin-top: 8px;}.page_wrapper_bg .RWDbanner_plus01 .slick-caption .txt1 h8 {    display: none;}.album2 .photo_view #slider {    padding: 0;    background: transparent !important;}.photo_view .flexslider .slides2 {    height: 14vw !important;}.grid_two {    margin: 0;}/*231225修*/#album .layoutlist_2 .album_item_subject {padding: 15px 0 0;}#album .layoutlist_2 .album_item {margin: 0 0 50px !important;}    .layoutlist_7 .litem img {        height: auto;}
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
.RWDService001 .boxFeature-2 {    grid-template-columns: 0.3fr 1fr;}.banner-block .RWDbanner_plus01 .slick-caption .txt3 {    font-size: clamp(3rem, 2rem + 5vw, 3.5rem);}.case-block .container::before {    top: -19vw;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}
}
/*480px end*/
/*380px start*/
@media (max-width: 380px){
.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: clamp(2rem, -1.7333rem + 18.6667vw, 2.7rem);}.case-block .container::before {    top: -23vw;    width: 61vw;    height: 49vw;}.RWDfakeloader img {    width: 125px;}/* 匯入內頁版面寬度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;}span.options {    grid-template-columns: repeat(2, 18px auto);}
}
/*380px end*/
/*350px start*/

@media (max-width: 350px) {    .ab_ibox {        grid-template-columns: auto;    }    .ab_ibox_i img {        max-width: 80px;    }}

/*350px end*/