/* all */body {    font-family: 'miller-banner', 'Noto Serif 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: #d0d0d0;    line-height: 2;    font-weight: 200;    font-size: 16px;    font-family: 'Noto Serif TC', sans-serif;}.index .collapsing_header .main {    top: 0 !important;    overflow: hidden;}/* 反白顏色設定*/::selection {    background: #e9e0b9;    color: #fff;}::-moz-selection {    background: #e9e0b9;    color: #fff;}:root {    --color-style01: #000;    --pane-padding: 8rem 0;    --en-font-style: 'miller-banner', sans-serif;    --cn-font-style: 'Noto Serif TC', sans-serif;}.img-responsive {    width: 100%;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*/ 
.RWDfakeloader img {    width: 270px;    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: 9999;    transition: all 0.5s ease-out;}.mobile-link .RWDedictor {    display: flex;    flex-direction: row;    align-items: stretch;    align-content: center;    animation-delay: initial !important;    animation-duration: initial !important;    background-color: #00888e;}.mobile-link .RWDedictor a {    width: 100%;    color: #fff;    padding: 15px 0;    display: flex;    justify-content: center;    align-items: center;}.mobile-link i {    font-size: 22px;    margin-right: 15px;}.mobile-link .RWDedictor a img {    width: 11px;    height: 15px;    margin-right: 10px;}/*側邊*/#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: #123077;    border-radius: 0;}/*搜尋*/ 
.RWDmenu_plus04 .features .search-btn {    padding: 25px 12px}.RWDmenu_plus04 #search-box.full .form-control {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .search-in {    max-width: 900px}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    z-index: 99999 !important;    width: 500px;    padding: 30px 50px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(255, 255, 255, 100%) !important;    color: #000 !important;    left: auto !important;    right: 0px !important;    line-height: 1.5 !important;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 28px;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 20px;    border-color: #428bca;    background: #428bca !important;    border-radius: 0;    font-size: 16px;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*主標題*/ 
.titlebar {    text-align: left;}.titlebar h2,.RWDnews005 .main-title,.product-block .titlebar h3,.course-block .titlebar h3,.RWDvideo002 .main-title {    color: #dfdfdf;    font-size: clamp(1.75rem, 0.6429rem + 5.5357vw, 9.5rem);    font-weight: 700;    letter-spacing: 0px;    margin-top: 0px;    font-family: var(--en-font-style);    line-height: 1;}.RWDnews005 .sub-title,.product-block .RWDproduct002_v3 .sub-title,.RWDservice006__head__h2,.RWDvideo002 .sub-title {    font-size: 22px;    margin: 15px 0 0;    color: #c2c2c2;    font-weight: 300;    line-height: 1.3;    text-align: left;}.about-block .titlebar h2 span,.course-block .titlebar h3 span {    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #ffffffa3 0%, #ffffff45 20%, #ffffff00 81%);    display: block;    line-height: 1;}.about-block .titlebar h2 span:nth-child(2),.course-block .titlebar h3 span:nth-child(2) {    margin-top: -1vw;}.RWDnews005 .section-line,.RWDvideo002 .section-line {    display: none;}/*按鈕*/a.button,.RWDmenu_plus04 .features .edit a,.btn a {    background: transparent;    margin: 10px auto 28px;    width: 234px;    height: 53px;    line-height: 53px;    font-weight: 500;    color: #fff;    display: block;    position: relative;    z-index: 99;    border: #ddd solid 1px;    padding-left: 20px;    font-size: 16px;}a.button::after,.RWDmenu_plus04 .features .edit a::after,.btn a::after {    content: "";    background: #fff;    width: 0;    height: 100%;    position: absolute;    right: 0;    top: 0;    transition: .5s;    z-index: -1;}a.button::before {    content: '';    background: url(archive/image/customization/icon-arrow.png) no-repeat;    width: 20px;    height: 20px;    position: absolute;    right: 20px;    top: 15px;    background-size: 100% auto;}/*hover*/a:hover.button,.RWDmenu_plus04 .features .edit a:hover,.btn a:hover {    color: #192449;}a:hover.button::after,.RWDmenu_plus04 .features .edit a:hover::after,.btn a:hover::after {    width: 100%;    transition: .4s;    right: auto;    left: 0;    background: #fff;}a:hover.button::before {    filter: brightness(0) invert(0);}/*內頁按鈕*/ 
.btn a {    margin: 0;}.btn a:hover {    color: #fff;}.btn a:hover::after {    background: #192449;}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 15px;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 header.header::before {    content: '';    background: #ffffff2b;    width: calc(100% - 167px);    height: 1px;    position: absolute;    right: 0;    bottom: 0;    display: block;    z-index: 1;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 108px;    margin-top: 0px;    transition: all 0.5s ease-out;    position: absolute;    left: 12px;    top: 14px;    float: none;}.RWDmenu_plus04 .site-nav .menu {    text-align: right;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: 'Lato', sans-serif;    font-size: 17px;    color: #000;    font-weight: 400;    text-transform: uppercase;}/*漢堡選單開啟*/ 
.RWDmenu_plus04 .site-nav,.RWDmenu_plus04 #mobile-menu .menu li .m_stitle,.RWDmenu_plus04 #mobile-menu .menu li.active .m_title {    display: none;}.RWDmenu_plus04 #mobile-menu,.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 .toggle-menu {    display: block;}.RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {    display: inline;}/*漢堡選單樣式調整*/ 
.RWDmenu_plus04 #mobile-menu {    background-color: #fff;    padding-bottom: 0;}.RWDmenu_plus04 #mobile-menu .menu>li {    border-bottom: 1px solid #dfdfdf;}.RWDmenu_plus04 #mobile-menu .menu a {    color: #000;}.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #253d5b;}.RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {    font-size: 16px;}.RWDmenu_plus04 #mobile-menu .menu>li>ul {    background-color: #fff;}.RWDmenu_plus04 .menu li a {    color: #e0e0e1;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    font-weight: normal;    font-size: 15px;}.RWDmenu_plus04 .menu li a .m_stitle_block {    color: #e0e0e1;}/*漢堡本人調整*/ 
.ml-stack-nav-toggle {    color: #e0e0e1;}.ml-stack-nav-toggle__line {    background: #e0e0e1;}/*header下滑*/ 
.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    color: #e0e0e1;}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: #e0e0e1;}/*header menu hover*/ 
.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #888;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    text-decoration: none;    font-weight: normal;    color: #000000;}/*格線*/ 
.RWDmenu_plus04 .features:after {    display: none;}/*header呼籲*/ 
.RWDmenu_plus04 .features {    position: relative;    padding-right: 0;    float: right;}.RWDmenu_plus04 .features .edit {    display: block;}.RWDmenu_plus04 .features .edit a {    border: #ddd solid 1px;    color: #fff;    padding-left: 0;}.RWDmenu_plus04 .features .edit a:hover {    color: #fff;}.RWDmenu_plus04 .header:before {    display: none;}.RWDmenu_plus04 .header .features .edit i,.RWDmenu_plus04 .header.is-up .features .edit i {    filter: brightness(0) invert(1);}.RWDmenu_plus04 .header.is-up .features .edit i {    color: #06c152;}/*漢堡選單基本設定*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;}.RWDmenu_plus04 #mobile-menu .menu>li .m_title_block {    color: #2863e3;}.RWDmenu_plus04 #mobile-menu .menu>li .m_stitle_block {    color: #555;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #253d5b;}.RWDmenu_plus04 #mobile-menu .menu>li.active .m_title_block,.RWDmenu_plus04 #mobile-menu .menu>li.active .m_stitle_block {    color: #fff;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    color: #555;    font-weight: 400;}/*header icon*/ 
.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    background: linear-gradient(to right, rgba(18, 49, 123, 1) 0%, rgba(20, 45, 91, 1) 44%, rgba(22, 41, 63, 1) 100%);    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header::after {    content: '';    background: linear-gradient(to right, rgba(18, 49, 123, 1) 0%, rgba(20, 45, 91, 1) 44%, rgba(22, 41, 63, 1) 100%);    transition: all 0.5s ease-out;    width: 100%;    height: 0;    display: block;    position: absolute;    left: 0;    top: 0;    transition: all 0.5s ease-out;    z-index: -1;}.RWDmenu_plus04 .header.is-up::after {    height: 100%;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .header .features .search-btn img,.RWDmenu_plus04 .header .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    filter: brightness(0) invert(1);}.RWDmenu_plus04 .header .ml-stack-nav-toggle,.RWDmenu_plus04 .header .features .cart-btn {    color: #fff;}.RWDmenu_plus04 .features .edit a {    border: #c5c5c5 solid 1px;    width: 180px;    height: 43px;    line-height: 43px;    display: flex;    justify-content: center;    align-items: center;    margin: 17px 25px 0 0;}.RWDmenu_plus04 .features .edit a i {    font-size: 20px;    margin: 0 10px 0 0;    color: #fff;}.RWDmenu_plus04 .features .edit a:hover::after {    background: #06c152;}/*banner*/ 
.banner-block {    position: relative;    z-index: 0;}.banner-block .RWDbanner_plus01 .slick-caption {    top: 0;    height: 100%;    display: flex;    align-items: center;}.banner-block .container {    width: 70%;    position: relative;    height: 100%;    display: flex;    align-items: flex-start;    flex-direction: column;    justify-content: center;}.banner-block .container::before {    content: '';    width: 1px;    height: 100vh;    background: #ffffff2b;    display: block;    position: absolute;    top: 85px;    left: 0;}.banner-block .RWDbanner_plus01 .logo {    position: absolute;    top: 10%;    left: 35%;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    color: #fff;    text-transform: uppercase;    letter-spacing: 0;    font-size: clamp(1.5625rem, 0.4464rem + 5.5804vw, 9.375rem);    font-family: var(--en-font-style);    font-weight: 700;    margin: -19vh 0 0;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: clamp(1.25rem, 1.1161rem + 0.6696vw, 2.1875rem);    color: #fff;    text-transform: uppercase;    letter-spacing: 1px;    font-family: var(--cn-font-style);    font-weight: 600;}.banner-block .RWDbanner_plus01 .slick-caption span.txt-style {    color: transparent;    -webkit-text-stroke: 0.5px #fff;}.banner-block .RWDbanner_plus01 .slick-caption span.bottom-style {    position: absolute;    right: 0;    bottom: 19vh;    width: fit-content;}.RWDbanner_plus01 .banner-slider.bg .pic-box::before {    content: '';    width: 167px;    height: 100%;    display: inline-block;    position: relative;    z-index: 1;    background: linear-gradient(to bottom, rgba(18, 49, 123, 1) 0%, rgba(20, 45, 91, 1) 44%, rgba(22, 41, 63, 1) 100%);}/*banner dot*//*輪播點圓圈*/ 
.RWDbanner_plus01.style-dotnav.control-left .control-box {    left: 30px;    top: auto;    bottom: 0;}.RWDbanner_plus01.style-dotnav .control-box .control .items {    height: 100%;}.RWDbanner_plus01.style-dotnav .control-box .control .items ul.slick-dots {    height: 95%;    display: flex !important;    justify-content: flex-end;    flex-direction: column;}.RWDbanner_plus01.style-dotnav.dot .slick-dots button {    width: 9px;    height: 9px;    background: transparent;    border: 1px solid #dedede;}.RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {    background: #fff;    border: 1px solid #fff;}/*SCROLL*/ 
.RWDbanner_plus01 .page-scroll {    width: 250px;    height: 250px;    left: 12.5%;    margin-left: 0;    bottom: 1%;    transition: .35s ease;    z-index: 99;}.RWDbanner_plus01 .page-scroll a {    position: relative;    transform: translateY(0);    opacity: 1;    width: 215px;    height: 216px;    display: flex;    justify-content: center;    align-items: center;    border-radius: 99em;}.RWDbanner_plus01 .page-scroll a:hover {    opacity: 1;}.RWDbanner_plus01 .page-scroll a:before {    content: '';    position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;    transition: .35s ease;    background: url(archive/image/customization/bn_scroll.png) no-repeat;    -webkit-animation: looprotate 17s linear infinite;    -moz-animation: looprotate 17s linear infinite;    animation: looprotate 17s linear infinite;    background-size: 100% auto;}@keyframes looprotate {    100% {        transform: translate(0, 0px) rotate(360deg);    }}.RWDbanner_plus01 .page-scroll.style-custom span {    position: relative;    margin-bottom: 0;    width: 70px;    height: 70px;    background: url(archive/image/customization/bn_scroll_arrow.png) no-repeat;    background-position: center;}.RWDbanner_plus01 .page-scroll.style-custom span:before {    content: "";    display: block;    width: 100%;    height: 100%;    border-radius: 50%;    background: rgb(255 255 255 / 5%);    position: absolute;    top: 0;    left: 0;    animation: circle02 2s linear infinite;}.RWDbanner_plus01 .page-scroll img {    position: absolute;    width: 20px;    height: 22px;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    opacity: .75;}.RWDbanner_plus01 .page-scroll a:after {    content: "";    display: block;    width: 100%;    height: 100%;    border-radius: 50%;    background: rgb(204 159 83 / 20%);    position: absolute;    top: 0;    left: 0;    animation: circle01 2.8s linear infinite;}.RWDbanner_plus01 .page-scroll a:hover img {    opacity: 1;    transition: .35s ease;}@keyframes circle01 {    0% {        transform: scale(0.4)    }    100% {        transform: scale(3);        opacity: 0    }}@keyframes circle02 {    0% {        transform: scale(0)    }    100% {        transform: scale(2.5);        opacity: 0    }}/*news*/ 
.news-block {    position: relative;    z-index: 0;}.news-block::before {    content: '';    background: linear-gradient(to bottom, rgba(22, 41, 63, 1) 0%, rgba(10, 29, 77, 1) 100%);    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;}.news-block .container {    width: 70%;    padding: var(--pane-padding);    position: relative;}.news-block .container::before {    content: '';    width: 1px;    height: 100%;    background: #ffffff2b;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: 0;}.RWDnews005 .container {    width: 100% !important;    padding: 0 !important;}.RWDnews005 .section-subject {    text-align: left;    color: #fff;    position: relative;}.RWDnews005 .section-subject::before {    content: '';    width: 200%;    height: 1px;    background: #ffffff2b;    display: block;    position: absolute;    left: 16px;    bottom: 0;    z-index: 0;}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons,.RWDnews005 .container::before,.news-block .RWDparallax_new .container {    display: none !important;}.RWDnews005 .owl-carousel.owl-padding-10 {    margin-left: -9px;    margin-right: -9px;}.RWDnews005 .owl-carousel .owl-item div {    text-align: left;}.news-block .RWDnews005 h4 a,.news-block .news005_h4 a {    color: #fff;    font-family: 'Noto Serif TC', sans-serif;    text-align: left;    font-size: 22px;    margin-bottom: 15px !important;    font-weight: 700;    line-height: 1.3;    min-height: 36px;    display: block;    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}.news-block .RWDnews005 p {    line-height: 1.3;}/*news背景*/ 
.news-block .RWDparallax_new,.news-block .RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 100% !important;    z-index: -1;    top: 0;    right: 0;}/*about*/ 
.about-block {    background: #172835;    position: relative;    z-index: 0;}.about-block::before {    content: '';    background: url(archive/image/customization/about-bg.jpg) no-repeat;    position: absolute;    left: 0;    bottom: 0;    background-size: 100% 100%;    width: 58%;    height: 100%;    z-index: -1;}.about-block .container {    width: 70%;    padding: 0;}.about-block .RWDedictor008 {    min-height: 84vh;}.about-block .titlebar {    width: 100%;    position: relative;    top: 3vw;    margin: 0;}.about-info {    display: flex;    justify-content: center;    flex-direction: row;    align-items: stretch;}.about-info .leftbox,.about-info .rightbox {    width: 50%;}.about-info .leftbox {    position: absolute;    left: 0;    bottom: 0;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-end;}.ab-teacher-01 {    width: 46vh;    position: absolute;    left: -1vw;    bottom: 0;    aspect-ratio: 1/1;}.ab-teacher-02 {    width: 50vh;    position: absolute;    right: -4vh;    bottom: 0;    aspect-ratio: 1/1;}.about-info .rightbox {    position: absolute;    right: 0;    width: 40%;    top: 50%;    transform: translateY(-50%) !important;}.about-block .main-tit {    font-size: 30px;    color: #fff;    margin: 0 0 5rem;    line-height: 1.2;    font-weight: 600;}.textbox {    display: grid;    grid-template-columns: 0.1fr 1fr;    grid-template-rows: 0.5fr 1fr;    grid-column-gap: 0px;    grid-row-gap: 0px;    justify-items: start;}.textbox .cp-name {    grid-area: 1 / 1 / 3 / 2;    color: #fff;    font-size: 25px;    writing-mode: vertical-rl;    font-weight: 500;    letter-spacing: 4px;    position: relative;    height: 100%;    display: flex;    flex-direction: row-reverse;    align-items: center;    justify-content: flex-end;}.textbox .cp-name::before {    content: '';    width: 1px;    height: 53%;    display: block;    background: #555;    margin: 10px 0 0;}.textbox p {    grid-area: 1 / 2 / 2 / 3;}.textbox .sub-tit {    grid-area: 2 / 2 / 3 / 3;    margin: 5rem 0 0;    color: #fff;    font-size: 25px;}.textbox .sub-tit span {    color: #aba488;    font-weight: 700;    line-height: 1.5;}/*關於我們連結*/ 
.about-block .button {    margin: 5rem 0 0;}/*關於服務項目*/ 
.ab-service {    background: #0d1d29a3;    padding: 30px 30px 10px;    margin: 3rem 0 0;}.ab-service h5 {    color: #fff;    font-size: 19px;    font-weight: 600;    margin: 0 0 8px;}.ab-service p {    line-height: 1.3;}/*樹幹*/ 
.trunk-top {    position: absolute;    top: 0;    right: 8vw;    z-index: -1;    width: 26vw;}.trunk-bottom {    position: absolute;    bottom: 0;    left: 0;    z-index: -1;}/*樹幹end*//*過場start*/ 
.transitions-block,.transitions-block .overlay {    height: 467px;    position: relative;}.transitions-block::before {    content: '';    background: #131e27;    display: block;    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: -1;}.transitions-block .RWDparallax_new .container {    width: 70%;    display: flex;    height: 100%;    justify-content: flex-end;    align-items: flex-end;}.transitions-block .RWDparallax_new h2 {    color: #fff;    font-size: clamp(1.5625rem, 1rem + 2.8125vw, 5.5rem);    text-transform: uppercase;    position: relative;    margin: -13px 0 0;    z-index: 1;}.transitions-block .RWDparallax_new h2.mobile-txt {    display: none;}.transitions-block .RWDparallax_new h2 span.txt-style {    color: transparent;    -webkit-text-stroke: 0.5px #fff;}.transitions-block .RWDparallax_new h2 .cn-txt {    font-size: 25px;    margin: 0 0 0 10px;}.transitions-block .RWDparallax_new,.transitions-block .RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 107% !important;    z-index: -1;    top: 0;    right: 0;}/*過場end*//*產品課程start*/ 
.product-block {    background: #efefef;    position: relative;}.product-block .container {    width: 70%;    padding: 0;}.product-block .titlebar h3 {    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #142741 0%, #1427416b 20%, #1427411c 81%);    writing-mode: vertical-lr;    text-orientation: mixed;    position: absolute;    left: 0;    top: 0;    margin: 0;    opacity: 0.2;}.RWDproduct002_v3 {    padding: 10rem 0 7rem;}.RWDproduct002_v3 .section-subject {    text-align: left;}.RWDproduct002_v3 .main-title,.RWDproduct002_v3 .section-line {    display: none;}.product-block .RWDproduct002_v3 .sub-title,.RWDvideo002 .sub-title,.teacher-block .RWDnews005 .sub-title {    color: #131e27;    font-size: 25px;    font-weight: 700;}.RWDproduct002_v3 .popup-portfolio {    display: flex;}.RWDproduct002_v3 .popup-portfolio .portfolio-item {    width: calc(100%/3 - 1px);}.RWDproduct002_v3 .portfolio-bottom-summary,.RWDproduct002_v3 .popup-portfolio .portfolio-item {    height: auto !important;}.RWDproduct002_v3 .portfolio-bottom {    background: #fff;    padding: 29px 35px 20px;    text-align: left;    font-size: 17px;}.RWDproduct002_v3 .showbottom:hover .portfolio-bottom__h4 {    color: #aba488;}/*text*/ 
.portfolio-bottom__h4,.portfolio-bottom__p,.pro-detail,.RWDproduct002_v3 .portfolio-bottom ul {    text-align: left;}.portfolio-bottom__h4 {    font-size: 22px;    font-weight: 700;    margin: 0 0 10px;}.pro-detail {    font-size: 17px;    color: #555;}.RWDproduct002_v3 .portfolio-bottom ul {    list-style: none;    margin: 0;    padding: 0;}.RWDproduct002_v3 .portfolio-bottom ul li {    margin: 0 0 7px;    display: flex;}.RWDproduct002_v3 .portfolio-bottom ul li span {    min-width: 80px;    display: inline-block;    font-weight: 600;    color: #313131;}/*pro tabs*/ 
.RWDproduct002_v3 .row:nth-child(2) {    margin-right: 0;    margin-left: 0;    position: absolute;    top: 7vw;    right: 0;}.RWDproduct002_v3 .filter-portfolio ul {    padding: 0;    margin: 0;    margin-bottom: 0;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;}.RWDproduct002_v3 .filter-portfolio ul>li {    margin: 0;    border: #a19c82 solid 1px;    border-left: 0;}.RWDproduct002_v3 .filter-portfolio ul>li:first-child {    border-left: #a19c82 solid 1px;}.RWDproduct002_v3 .filter-portfolio ul>li.active,.RWDproduct002_v3 .filter-portfolio ul>li:hover {    background: #a19c82;}.RWDproduct002_v3 .btn.btn-rj {    background-color: transparent;    border: 0;    border-radius: 0;    font-size: 16px;    font-family: var(--cn-font-style);}.RWDproduct002_v3 .btn.btn-rj:hover,.RWDproduct002_v3 .active .btn.btn-rj {    background-color: transparent;}/*產品課程end*//*課程專案start*/ 
.course-block {    position: relative;    z-index: 0;    background: linear-gradient(to bottom, rgba(10, 29, 77, 1) 0%, rgb(24 49 110) 100%);}.course-block::before {    content: '';    background: url(archive/image/customization/trunk_01.png) no-repeat;    position: absolute;    right: 0;    top: 0;    -moz-transform: scaleY(-1) scaleX(-1);    -webkit-transform: scaleY(-1) scaleX(-1);    -o-transform: scaleY(-1) scaleX(-1);    transform: scaleY(-1) scaleX(-1);    z-index: -1;    width: 35vw;    height: 13vw;    background-size: 100% auto;}.course-block .container {    width: 70%;    padding: 0;    padding: var(--pane-padding);    position: relative;}.course-block .container::before {    content: '';    width: 1px;    height: 100%;    background: #ffffff2b;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: 0;}.course-block .titlebar {    position: relative;}.course-block .titlebar::before {    content: '';    width: 200%;    height: 1px;    background: #ffffff2b;    display: block;    position: absolute;    left: 0px;    bottom: 0;    z-index: 0;}/*專案inner*/ 
.RWDservice006 .view-contain.tab--left .main-slider .RWDservice006__content .editor {    color: #d0d0d0;    font-size: 18px;    line-height: 1.8;}.RWDservice006 b,.RWDservice006 strong {    font-weight: 700;    font-size: 25px;    margin: 0 0 15px;}.RWDservice006 .view-contain.tab--left .main-slider .swiper-slide {    display: flex;    flex-direction: column;}.RWDservice006 .main-slider .img-box,.RWDservice006 img {    width: 100%;}.RWDservice006 .view-contain.tab--left .main-slider .img-box {    padding: 0;}.RWDservice006 .main-slider .img-box {    margin: 2rem 0 0;}/*專案tabs*/ 
.RWDservice006 .tab-title,.RWDservice006 .tab-name {    color: #fff;}.RWDservice006 .tab-title {    font-size: 18px;}@media (min-width: 992px) {    .swiper-container-thumbs {        padding: 0 3rem;    }    .RWDservice006 .view-contain.tab--left .tab-name {        margin-bottom: 14px !important;        height: 62px !important;        border-bottom: #ffffff0f solid 1px;        padding-bottom: 10px;    }    .RWDservice006 .view-contain.tab--left .tab-name:after {        display: none;    }    .RWDservice006 .view-contain.tab--left .tab-block {        width: 20%;        margin-right: 30px;        background: #1728354d;        padding: 5rem 0;    }    .RWDservice006 .view-contain.tab--left .main-slider {        width: 80%;    }}/*課程專案end*//*師資start*/ 
.teacher-block {    background: #f9f9f9;}.teacher-block .container {    width: 70%;    padding: var(--pane-padding);}.teacher-block .RWDnews005 .main-title {    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #142741 0%, #1427416b 20%, #14274148 81%);}.teacher-block .RWDnews005 .owl-carousel.owl-padding-10 .owl-item {    margin: 0;    min-height: 150px;}.teacher-block .RWDnews005 .owl-carousel .img-hover {    padding: 30px 30px 0;    border: #dfdfdf solid 1px;    min-height: 254px;    display: grid;    grid-template-columns: 0.3fr 1fr;    grid-template-rows: 0.5fr 0.7fr;    grid-column-gap: 0px;    grid-row-gap: 0px;}.RWDnews005 a {    grid-area: 1 / 1 / 2 / 2;}.RWDnews005 .news005_h4 {    grid-area: 1 / 2 / 2 / 3;}.RWDnews005 p {    grid-area: 2 / 1 / 3 / 3;}.teacher-block .RWDnews005 .margin-top-20 {    margin-left: 20px;    font-weight: 400;}.teacher-block .RWDnews005 h4 a,.teacher-block .news005_h4 a {    color: #000;    font-size: 23px;    font-weight: 700;}.teacher-block .news005_h4 a span {    color: #313131;    font-size: 16px;    font-weight: 500;    width: 100%;    margin: 10px 0 0;    display: block;}.teacher-block p {    color: #555;    margin-top: 10px;    font-size: 16px;    font-weight: 300;    line-height: 1.5;    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    height: 73px;}/*箭頭*/ 
.teacher-block .RWDnews005 .owl-carousel.buttons-autohide .owl-buttons {    display: none;}.RWDnews005 .controlls-over .owl-pagination {    margin: 5rem auto 0;}.teacher-block .RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span {    background: #18306d;}/*師資end*//*影片*/ 
.video-block {    background: #efefef;    position: relative;    z-index: 0;}.video-block::before {    content: '';    background: url(archive/image/customization/trunk_02.png) no-repeat;    position: absolute;    left: -11vw;    top: -11vw;    z-index: -1;    display: block;    width: 28vw;    height: 14vw;    transform: rotate(75deg) scaleY(-1);    background-size: 100% auto;}.video-block .container {    width: 70%;    padding: var(--pane-padding);}.RWDvideo002 .container {    width: 100% !important;    padding: 0 !important;}.RWDvideo002 .main-title {    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #142741 0%, #1427416b 20%, #14274148 81%);    text-align: center;}.RWDvideo002 .sub-title {    text-align: center;}.figcaption_bottom h2 {    color: #555;    font-size: 18px;    line-height: 1.5;    font-family: var(--cn-font-style);    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;}.figcaption_bottom .h2_line {    display: none;}.RWDvideo002 figure.effect-sarah {    margin-bottom: 0;}.RWDvideo002 figure.effect-sarah img,.RWDvideo002 figure.effect-sarah .iframe {    backface-visibility: hidden;    -webkit-transform: inherit;    transform: inherit;    -webkit-transition: inherit;    transition: inherit;    opacity: 1 !important;}.RWDvideo002 figure.effect-sarah:hover img,.RWDvideo002 figure.effect-sarah:hover .iframe {    opacity: 1;    -webkit-transform: translate(0, 0);    transform: inherit;}/*影片end*//*最下面*/ 
.bottom-block {    background: #1c324d;    padding: var(--pane-padding);    position: relative;    z-index: 0;    height: 76vh;}.bottom-block::before {    content: '';    background: url(archive/image/customization/news-bg.png) no-repeat;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    z-index: -1;    background-size: cover;}.bottom-block .container {    width: 70%;    padding: 0;}.bottom-block ul {    display: flex;    flex-direction: row-reverse;    justify-content: space-between;    align-items: center;    list-style: none;    margin: 0;    padding: 0;}.bottom-block ul li.bottom-pic-01 {    position: absolute;    right: 0;    top: calc(50% - 42%);    z-index: 1;    width: 57vh;}.bottom-block ul li.bottom-pic-02 {    position: absolute;    left: 0;    top: -1vh;    z-index: -1;    height: 43vh;    width: 43vh;}.bottom-block ul li.bottom-pic-03 {    position: absolute;    left: 19vw;    bottom: -1vh;    width: 14vw;}.bottom-block .container,.bottom-block .RWDedictor008 {    height: 100%;}.bottom-block .RWDbanner008 {    width: 100%;    position: absolute;    left: 0;    top: 50%;    transform: translateY(-50%);}.bottom-block a,.bottom-block a:hover,.bottom-block a:focus {    transition: initial;}/*最下面end*/
/*footer start*/

/*footer*/ 
.footer-block {    background: linear-gradient(to bottom, rgba(22, 41, 63, 1) 0%, rgba(10, 29, 77, 1) 100%);    position: relative;    z-index: 2;}.footer-block::before {    content: '';    background: url(archive/image/customization/trunk_01.png) no-repeat;    position: absolute;    left: 0;    bottom: 0;    display: block;    width: 25vw;    height: 10vw;    z-index: -1;    background-size: 100% auto;    opacity: 0.9;}.footer-block,.footer-block a {    color: #d0d0d0}.footer-block a:hover {    color: #fff;}.footer-block .ft-tit {    font-size: 32px;    margin: 0 0 20px;    text-transform: uppercase;    line-height: 1.5;    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #ffffffc9 0%, #ffffff6b 20%, #ffffff21 81%);    opacity: 0.5;}.footer-block .ft-tit .edm-cn-tit {    font-size: 18px;    color: #fff;    background-color: #fff;}/*ft-top*/ 
.ft-top .container {    display: flex;    justify-content: space-between;    flex-direction: row-reverse;    align-items: center;    width: 70%;    padding: 4rem 0 0;}.ft-top .ft-left {    width: 70%;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;    flex-wrap: wrap;}.ft-top .ft-left .ft-info,.ft-top .ft-left .ft-edm {    width: 50%;}.ft-top .ft-right {    width: 30%;}.ft-top .ft-right .RWDedictor {    display: flex;    justify-content: flex-start;}/*資訊*/ 
.ft-info {    display: flex;    flex-direction: column-reverse;    justify-content: flex-end;    align-items: flex-start;    padding: 0 3rem 0 0;}.ft-info ul {    padding: 0;    margin: 0;    list-style: none;    font-size: 17px;    font-family: var(--cn-font-style);}.ft-info ul li {    margin: 0 0 5px;}.ft-info ul span {    min-width: 83px;    display: inline-block;    color: #6e7887;}.ft-logo {    text-align: center;}.ft-logo img {    width: 119px;}.ft-logo span {    display: block;    font-size: 20px;    font-weight: 600;    margin: 30px 0 0;}/*社群*/ 
.social {    width: 100%;    border-top: #dfdfdf40 solid 1px;    padding: 2rem 0 0;    margin: 2rem 0 0;}.RWDsocial002 .pull-right {    float: none !important;}.RWDsocial002 .iconRounded {    border: 0;    color: #fff;    background-color: #fff !important;    width: 43px;    height: 43px;}.RWDsocial002 .iconRounded img {    width: 30px;    height: 30px;    margin-top: 5px;}.RWDsocial002 .iconRounded:hover,.color1 .iconRounded:hover {    background-color: #fff;    color: #fff;}/*電子報*/ 
.ft-edm {    border: #dfdfdf40 solid 1px;    padding: 2rem 2rem 0;    display: flex;    flex-direction: column;    justify-content: center;    position: relative;    z-index: 0;}.ft-edm::before {    content: '';    background: url(archive/image/customization/ft-Hogwarts.png) no-repeat;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    background-size: cover;    z-index: -1;    opacity: 0.5;    background-position: right;}.ft-edm .ft-tit {    margin: 0;}.ft-edm .btn,.ft-edm .input-group-addon {    border-radius: 0;}.btn-success {    color: #fff;    background-color: #16436a;    border-color: #16436a;}.btn-warning {    color: #fff;    background-color: #777;    border-color: #777;}/*copyright*/ 
.ft-bottom {    padding: 4rem 0 2rem;    width: 100%;}.ft-bottom .container {    display: flex;    align-items: center;    flex-wrap: wrap;    font-size: 12px;    flex-direction: row;    justify-content: space-between;    font-family: '微軟正黑體';    width: 100% !important;    padding: 5px 0;    color: #a0a0a0;}.ft-bottom .ft-left {    display: flex !important;    flex-direction: row !important;    flex-wrap: wrap;    justify-content: flex-start;    align-items: flex-start !important;    width: 80%;}.ft-bottom .ft-right.sitemap {    width: 20%;    display: flex;    justify-content: flex-end;}.copyright_desc a,.copyright_desc {    color: #a0a0a0;}.ft-bottom .ft-left>div {    margin-right: 0px;    position: relative;}.ft-bottom .ft-right.sitemap a:nth-child(1) {    position: relative;    padding: 0 15px 0 0;    margin: 0 15px 0 0;}.ft-bottom .ft-left>div {    margin-left: 20px;    position: relative;    letter-spacing: 0;}.ft-bottom .container .ft-left .model::before,.ft-bottom .ft-right.sitemap a:nth-child(1)::before {    content: '';    width: 1px;    height: 12px;    background: #4c5466;    display: block;    position: absolute;    right: -6px;    top: 6px;}.ft-bottom .container .ft-left>div.RWDssl01 {    margin-left: 0;}.ft-bottom .container>.ft-left div.RWDcopyright::before {    display: none;}

/*footer end*/
/*動畫 start*/

@keyframes move01 {    0% {        opacity: 0;        -webkit-transform: translateX(-80px);        -moz-transform: translateX(-80px);        -ms-transform: translateX(-80px);        -o-transform: translateX(-80px);        transform: translateX(-80px);    }    100% {        opacity: 1;        -webkit-transform: translateX(0px);        -moz-transform: translateX(0px);        -ms-transform: translateX(0px);        -o-transform: translateX(0px);        transform: translateX(0px);    }}.news-block.animated .RWDnews005 .section-subject,.news-block.animated .RWDnews005 .owl-carousel,.course-block .animated .RWDedictor008,.course-block .animated .RWDservice006 ,.video-block .animated .col-sm-6 {    animation: 1200ms ease normal forwards 1 fadeInUP;    opacity: 0;    animation-delay: 5s;}.news-block.animated .RWDnews005 .section-subject,.course-block .animated .RWDedictor008,.video-block .animated .col-sm-6:nth-child(1) {    animation: 1000ms ease normal forwards 1 move01;    animation-delay: 0.5s;    opacity: 0}.news-block.animated .RWDnews005 .owl-carousel,.course-block .animated .RWDservice006,.video-block .animated .col-sm-6:nth-child(2)  {    animation: 1000ms ease normal forwards 1 move01;    animation-delay: 0.7s;    opacity: 0}.video-block .animated .col-sm-6:nth-child(3) {    animation: 1000ms ease normal forwards 1 move01;    animation-delay: 0.9s;    opacity: 0}.video-block .animated .col-sm-6:nth-child(4) {    animation: 1000ms ease normal forwards 1 move01;    animation-delay: 1s;    opacity: 0}/*老師*/ 
.about-block.animated .about-info .leftbox .ab-teacher-01,.about-block.animated .about-info .leftbox .ab-teacher-02,.bottom-block.animated ul li.bottom-pic-01,.bottom-block.animated ul li.bottom-pic-02,.bottom-block.animated ul li.bottom-pic-03 {    animation: 1000ms ease normal forwards 1 move01;    opacity: 0;}.about-block.animated .about-info .leftbox .ab-teacher-01,.bottom-block.animated ul li.bottom-pic-01 {    animation-delay: 1s}.about-block.animated .about-info .leftbox .ab-teacher-02,.bottom-block.animated ul li.bottom-pic-02 {    animation-delay: 1.3s}.bottom-block.animated ul li.bottom-pic-03 {    animation-delay: 1.4s}

/*動畫 end*/
/*內頁 start*/

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

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

.collapsing_header .main {    margin-top: 0 !important;    background: #efefef;}.page_wrapper_bg section.call_to_action {    position: relative;}.page_wrapper_bg section.call_to_action::before {    content: '';    background: url(archive/image/customization/trunk_01.png) no-repeat;    position: absolute;    right: 0;    top: 0;    -moz-transform: scaleY(-1) scaleX(-1);    -webkit-transform: scaleY(-1) scaleX(-1);    -o-transform: scaleY(-1) scaleX(-1);    transform: scaleY(-1) scaleX(-1);    z-index: -1;    width: 35vw;    height: 13vw;    background-size: 100% auto;}.page_wrapper_bg section.call_to_action>.container::before {    content: '';    width: 1px;    height: 100%;    background: #8585852b;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: 0;}.page-banner::before {    content: '';    width: 167px;    height: 100%;    display: inline-block;    position: absolute;    top: 0;    left: 0;    z-index: 0;    background: linear-gradient(to bottom, rgba(18, 49, 123, 1) 0%, rgba(20, 45, 91, 1) 44%, rgba(22, 41, 63, 1) 100%);    pointer-events: none;    z-index: 1;}.article1 .page-banner::before {    background: linear-gradient(to bottom, rgba(18, 49, 123, 1) 0%, rgb(19 77 184) 44%, rgb(23 94 130) 100%);}/*列表修正*/ 
.col-sm-6,.customized_columns>.row {    margin-bottom: 20px;}/*產品*/#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-size: 17px;    font-family: var(--cn-font-style);    letter-spacing: 1px;    color: #333;    line-height: 1.8em;}._bd_row h1,._bd_row h2,._bd_row h3,._bd_row h4,._bd_row h5,._bd_row h6 {    font-family: var(--cn-font-style);    font-weight: 300;    letter-spacing: 0;    line-height: 1.4;}.RWDproduct_page .products-info {    width: 45%;}.RWDproduct_page .pic-box {    width: calc(100% - 45%);}.RWDproduct_page .products-info .name {    font-size: 22px;    color: #000;    font-weight: 600;}.RWDproduct_page .products-info .price-box #O_sellPrice b {    color: #978f6c;    font-size: 20px;}/*麵包屑*/ 
.hgroup {    position: relative;    padding-bottom: 20px;    margin-bottom: 3rem;}.hgroup::before {    content: '';    width: calc(100% + 12.2%);    height: 1px;    background: #8585852b;    display: block;    position: absolute;    left: -15px;    bottom: 0;    z-index: 0;}.hgroup .container {    width: 100%;    margin: 0 auto;    border: 0;    padding: 0;}.hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    padding: 0 0 0 30px;}.hgroup h1 {    letter-spacing: 2px;    font-weight: 700 !important;    color: #104a5e !important;    font-family: 'Noto Serif TC', serif;    float: left;    position: relative;    margin-right: 2rem;    font-size: 40px;    margin: 0;    text-transform: uppercase;}.hgroup .breadcrumb {    letter-spacing: 2px;    font-weight: 300;    order: 1;    font-size: 12px;    color: #555;    background-color: transparent;    margin: 0;    padding: 5px 0 0;    margin: 0;    border: none;    position: relative;    bottom: 0px;    right: auto;    left: 0;    float: left !important;    display: inline-block;    font-family: var(--cn-font-style);}/*內頁寬度*/ 
.article8 .page_wrapper_bg section.call_to_action,.article1 .page_wrapper_bg section.call_to_action,.faq1 .page_wrapper_bg section.call_to_action,.article2 .page_wrapper_bg section.call_to_action,.article3 .page_wrapper_bg section.call_to_action,.product3 .page_wrapper_bg section.call_to_action {    padding: 0;    min-height: 35vw;}.article8 .page_wrapper_bg section.call_to_action>.container,.article1 .page_wrapper_bg section.call_to_action>.container,.faq1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.product3 .page_wrapper_bg section.call_to_action>.container {    padding: 100px 10% 100px 80px;    width: 100%;    max-width: initial;}.article8 div#sidebar,.article1 div#sidebar,.faq1 div#sidebar,.article2 div#sidebar,.article3 div#sidebar,.product3 div#sidebar {    position: absolute;    height: 100%;    width: 19%;    padding: 0 2vw !important;}.article8 .page_wrapper_bg section.call_to_action:after,.article1 .page_wrapper_bg section.call_to_action:after,.faq1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after,.article3 .page_wrapper_bg section.call_to_action:after,.product3 .page_wrapper_bg section.call_to_action:after {    content: "";    position: absolute;    width: calc(22% - 32px);    height: 100%;    top: 0;    background: #f8f8f8;    left: 0;    z-index: 0;}.article8 .pagecontent.col-md-9,.article1 .pagecontent.col-md-9,.faq1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9,.article3 .pagecontent.col-md-9,.product3 .pagecontent.col-md-9 {    width: 75%;    margin: 0 0 0 auto;    float: none;}.article8 .hgroup .container,.article1 .hgroup .container,.faq1 .hgroup .container,.article2 .hgroup .container,.article3 .hgroup .container,.product3 .hgroup .container {    width: 75%;    margin: 0 0 0 auto;}.article8 .hgroup .page_subject,.article1 .hgroup .page_subject,.faq1 .hgroup .page_subject,.article2 .hgroup .page_subject,.article3 .hgroup .page_subject,.product3 .hgroup .page_subject {    padding: 0;}.article8 .cate_list.row,.article1 .cate_list.row,.faq1 .cate_list.row,.article2 .cate_list.row,.article3 .cate_list.row,.product3 .cate_list.row {    margin-left: -15px;    margin-right: -15px;}.article8 .page_wrapper_bg section.call_to_action::before,.article1 .page_wrapper_bg section.call_to_action::before,.faq1 .page_wrapper_bg section.call_to_action::before,.article2 .page_wrapper_bg section.call_to_action::before,.article3 .page_wrapper_bg section.call_to_action::before {    display: none;}/*側邊欄*/ 
.m2018 .products-nav .nav-title {    background: transparent;    padding: 0;    color: var(--color-style01);    font-weight: 600;    margin: 0 0 2rem;    font-size: 22px;}#sidebar .products-nav {    font-family: var(--cn-font-style);}.m2018 .products-nav a {    color: #333;}.m2018 .products-nav li.has-child>a {    width: 100%;    text-transform: uppercase;}.m2018 .products-nav ul>li>.toggle-submenu {    top: 12px}#sidebar .m2018 .products-nav ul li.active.notcate::before,#sidebar .m2018 .products-nav>ul>li.active>a::before,#sidebar .m2018 .products-nav>ul>li:hover>a::before {    content: '';    width: 2px;    height: 100%;    background: #a19c82;    display: block;    position: absolute;    top: 0;    left: 0;}/**/ 
.m2018 .products-nav ul.sidemenu2__ul--child {    border-top: 1px solid #ccc;    background: #dfdfdf4f;    padding: 10px !important;}.m2018 .products-nav ul.sidemenu2__ul--child li a {    padding: 10px 0 !important;}.m2018 .products-nav ul.sidemenu2__ul--child li:hover a,.m2018 .products-nav ul.sidemenu2__ul--child li.active a {    color: #a19c82;    font-weight: 600;}/*側邊欄固定*/ 
.article8 .xrow,.article1 .xrow,.faq1 .xrow,.article3 .xrow,.product3 .xrow {    display: inline-block;    width: 100%;}.article8 .main section .container .article-text>.container>.xrow,.article1 .main section .container .article-text>.container>.xrow,.faq1 .main section .container .article-text>.container>.xrow,.article3 .main section .container .article-text>.container>.xrow,.product3 .main section .container .article-text>.container>.xrow {    position: relative;    display: inline-block;    width: 100%;}.article8 .collapsing_header .main,.article1 .collapsing_header .main,.faq1 .collapsing_header .main,.article3 .collapsing_header .main,.product3 .collapsing_header .main {    overflow: initial;    width: 100%;}.article8 #sidebar,.article1 #sidebar,.faq1 #sidebar,.article3 #sidebar,.product3 #sidebar {    position: sticky !important;    top: 166px;    z-index: 1;}/*banner*/ 
.page-banner {    overflow: hidden;    position: relative;}.page-banner .RWDbanner_plus01 .slick-caption,.page-banner .container {    height: 100%;}.RWDbanner_plus01 .slick-caption {    top: 0;}.page-banner .container {    display: flex;    flex-direction: column;    justify-content: flex-end;    width: calc(60% - 37px);    position: relative;    z-index: 0;    padding: 0;}.page-banner .container::before {    content: '';    width: 100%;    height: 100vh;    display: block;    position: absolute;    top: 85px;    left: 0;    border-right: #ffffff2b solid 1px;    border-left: #ffffff2b solid 1px;    pointer-events: none;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    color: #fff;    text-transform: uppercase;    letter-spacing: 0;    font-size: clamp(1.5625rem, 0.4464rem + 5.5804vw, 9.375rem);    font-family: var(--en-font-style);    font-weight: 700;}.page-banner .RWDbanner_plus01 .slick-caption span.txt-style {    color: transparent;    -webkit-text-stroke: 0.5px #fff;    display: block;    line-height: 0.7;    margin-left: 6vw;}/*表格修正*/ 
.table01 {    width: 100%;    overflow-x: scroll;    -webkit-overflow-scrolling: auto;    margin-bottom: 30px;    overflow-x: auto;    border: #ddd solid 1px;    font-family: var(--cn-font-style);    margin: 3rem 0 0;}.table01::-webkit-scrollbar {    width: 3px;    height: 5px;}.table01::-webkit-scrollbar-thumb:horizontal {    background-color: #a6a6a6;    border-radius: 3px;}.table01::-webkit-scrollbar-track-piece:horizontal:decrement,.table01::-webkit-scrollbar-track-piece:horizontal:increment {    background-color: rgba(166, 166, 166, 0.2);}.table01 td {    border: 1px solid #eee;    padding: 8px 10px !important;}.table01 tr:nth-child(odd) {    background: #ddd;}.table01 tr:first-child {    background: #152741;    color: #fff;}.tablescroll {    display: none;}.tablescroll img {    width: 45px;}/*隱私權政策*/ 
.article5 .page_wrapper_bg .article-text.rwd .container p {    font-size: 24px;    font-weight: 600;    width: 100%;    margin: 0 auto 80px;    color: var(--color-style01);    text-align: left;}.article5 .page_wrapper_bg .article-text.rwd .container .item {    margin-bottom: 50px;}.article5 .page_wrapper_bg .article-text.rwd .container h5 {    font-weight: 600;    color: var(--color-style01);    font-size: 20px;    margin-top: 0;}.article5 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 42px;    color: #111;    font-size: 16px;    font-weight: 600;}.article5 .page_wrapper_bg .article-text.rwd .container .item span {    padding-left: 42px;    display: block;}.article5 .page_wrapper_bg .article-text.rwd .container .item ul {    padding: 25px 0 25px 16px;}.article5 .page_wrapper_bg .article-text.rwd .container .item span,.article5 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 0px;}/*文章標題*/ 
.RWDeditor01 .model-title {    font-size: 27px !important;    color: var(--cn-font-style);    font-weight: 600;    margin-bottom: 21px !important;}.RWDeditor01 .artile-title {    font-size: 24px;    color: var(--color-style01);    font-weight: 600;    padding-bottom: 5px;    margin-bottom: 30px;    border-bottom: #dfdfdf solid 1px;}.rwdlayoutlist_9 .subject {    font-weight: 500;}.cate_list .subject,.cate_list .subject a {    font-weight: 600;    font-size: 19px;    color: var(--color-style01) !important;}/*開課資訊*/ 
.rwdlayoutlist_9.row {    margin-left: -15px;    margin-right: -15px;}.Course-content-box .info {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    gap: 2rem;}.Course-content-box .box {    width: 50%;    border: #dfdfdf solid 1px;    background: #fff;    min-height: 678px;    position: relative;}.Course-content-box .box::before {    content: '';    width: 100%;    height: 6px;    display: inline-block;    position: absolute;    top: 0;    left: 0;    z-index: 1;    background: linear-gradient(to right, rgba(18, 49, 123, 1) 0%, rgba(20, 45, 91, 1) 44%, rgba(22, 41, 63, 1) 100%);}.Course-content-box ul li {    margin: 0 0 4px -25px;    padding: 0 0 0 10px;}.Course-content-box .box-pic {    height: 15vw;    overflow: hidden;}.Course-content-box .box-pic img {    object-fit: cover;    height: 100%;    width: 100%;}.Course-content-box .box-text {    padding: 2rem 3rem;}/*文章左右*/ 
.article-lr-box {    display: flex;    align-items: flex-start;    justify-content: flex-start;    flex-direction: row;    gap: 2rem;}.article-lr-box .leftbox {    width: 40%;}.article-lr-box .rightbox {    width: 60%;}.article-lr-box img {    width: 100%;}/*王牌名師*/ 
.article2 .collapsing_header .main {    background: #172835;}.article2 .page_wrapper_bg .hgroup h1,.article2 .page_wrapper_bg .article-text,.article2 .page_wrapper_bg .article-text p,.article2 .RWDslider01 .editor,.article2 .RWDtimeline01 li.event .point .editor,.article2#sidebar .products-nav,.article4.id165 .page_wrapper_bg .hgroup h1,.article4.id165 .page_wrapper_bg .article-text,.article4.id165 .RWDslider01 .editor,.article4.id165 .RWDtimeline01 li.event .point .editor,.article4.id165#sidebar .products-nav {    color: #fff !important;}.article2 .layoutlist_7 .subject,.article2 .layoutlist_7 .subject a,.article2 .cate_list .subject,.article2 .cate_list .subject a {    color: #fff !important;    font-size: 20px !important;    margin: 15px 0 25px;}.article2 .hgroup .breadcrumb {    color: #dfdfdf !important;}.article2 .btn.btn_back a {    border: 1px solid #fff;    color: #fff !important;}.article2 .btn.btn_back a:hover {    border: 1px solid #2d4083;    color: #fff !important;}.article2 .page_wrapper_bg section.call_to_action::before {    display: block;}.teacher-box {    display: flex;    flex-direction: row;    justify-content: flex-start;    gap: 3rem;    background: #203342;    position: relative;    z-index: 0;    align-items: flex-start;}.teacher-box .leftbox {    width: 30%;    position: relative;}.teacher-box .leftbox .titbox {    background: #000;    position: absolute;    right: 0;    bottom: -22px;    padding: 15px 30px;    width: fit-content;}.teacher-box .tch-tit {    font-size: clamp(3rem, 2.9101rem + 0.3687vw, 3.5rem);    font-weight: 600;    text-transform: uppercase;    line-height: 1;}.teacher-box .tch-sub {    color: #dfdfdf;}.teacher-box .tch-sub span {    position: relative;    padding-right: 30px;}.teacher-box .tch-sub span::before {    content: '';    background: #a3a2a2;    width: 1px;    height: 15px;    display: block;    position: absolute;    right: 15px;    top: 3px;}.teacher-box .rightbox {    width: 70%;    padding: 2rem 2rem 2rem 0;}.teacher-box .big-txt {    font-size: 2.5rem;    font-weight: bold;    margin: 0 0 3rem;    width: fit-content;    line-height: 1.2;}.teacher-box .big-txt::before {    content: '“';    font-size: 2.5rem;    color: #fff;    display: block;}.teacher-box .big-txt::after {    content: '';    color: #fff;    display: block;    width: 80px;    height: 3px;    background: #d3d3d3;    margin: 50px 0 0;}.teacher-box .bg-Gradient {    background: url(archive/image/customization/teacher-Gradient.png) no-repeat;    position: absolute;    right: 0;    bottom: 0;    width: 23vw;    height: 21vw;    background-size: 100% auto;    z-index: -1;}/*關於我們*/ 
.article4.id165 .collapsing_header .main {    background: #172835;}.article4.id165 .hgroup,.article4.id165 .page-banner {    display: none;}.article4.id165 .pagecontent.menu5,.article4.id165 .pagecontent.menu8,.article4.id165 .page_wrapper_bg .article-text .container {    margin: 0px;    padding: 0 !important;}.article4.id165 .page_wrapper_bg section.call_to_action>.container {    width: 100%;    max-width: 100%;    padding: 0;}.article4.id165 .pagecontent .RWDeditor01 {    margin-top: 0px !important;}.article-style {    width: 90%;    max-width: 90%;    float: right;    border-left: solid 1px #cccccc5e;    position: relative;}.article-style .titlebar h2 {    color: #dfdfdf;    font-size: clamp(1.75rem, 0.6429rem + 5.5357vw, 9.5rem);    font-weight: 700;    letter-spacing: 0px;    margin-top: 0px;    font-family: var(--en-font-style);    line-height: 1;    text-transform: uppercase;}.article-style .titlebar h2 span {    color: transparent;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-image: linear-gradient(180deg, #ffffffa3 0%, #ffffff45 20%, #ffffff00 81%);    display: block;    line-height: 1;}.article-style .titlebar h2 span:nth-child(2) {    margin-top: -22px;}.article-style .titlebar h6 {    font-size: 25px;    font-weight: 600;    line-height: 1.1;}/*關於-背景*/ 
.about-article-box01 .bg,.about-article-box02 .bg {    position: absolute;    right: 0;    top: 0;    width: 100%;    height: 100%;    z-index: -1;}.about-article-box01 .bg img,.about-article-box02 .bg img {    object-fit: cover;    height: 100%;    width: 100%;}.about-article-box01 .bg img {    object-position: right top;}/*關於-01*/ 
.about-article-box01 {    min-height: 33vw;    display: flex;    justify-content: center;    align-items: flex-start;    flex-direction: column;}.about-article-box01 .titlebar {    position: relative;    top: 5.5vw;}.about-article-box01 .text-inner {    padding-left: 9vw;}.page_wrapper_bg .article-text .about-article-box01 h3 {    font-size: 35px !important;    margin: 0 0 2rem;}.about-article-box01 p {    color: #dfdfdf !important;}/*關於-02*/ 
.about-article-box02 {    min-height: 26vw;}.about-article-box02 .info {    position: absolute;    bottom: calc(0% - 26px);    width: 100%;    left: 0;}.about-article-box02 .big-tit {    font-size: clamp(4rem, 2.5622rem + 5.8986vw, 12rem);    line-height: 1;    font-family: var(--en-font-style);    font-weight: 600;}.about-article-box02 .big-tit span {    color: transparent;    -webkit-text-stroke: 0.6px #fff;}.about-article-box02 .cn-txt {    padding-left: 9vw;    font-size: clamp(1.7rem, 1.6461rem + 0.2212vw, 2rem);    font-weight: 600;    letter-spacing: 2px;    line-height: 1.5;}/*關於-03*/ 
.about-article-box03 {    position: relative;    padding: 8rem 0;}.about-article-box03::before {    content: '';    background: url(archive/image/customization/page-about-article-04-pic.png);    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    background-size: cover;    width: 100%;    height: 100%;}.about-article-box03 .info {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;    gap: 4rem;}.about-article-box03 .info .left {    width: 50%;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    margin-left: 100px;}.about-article-box03 .info .left img:nth-child(2) {    margin-top: 3rem;}.about-article-box03 .info .left img {    width: calc(100%/2 - 1px);    height: 33vw;    object-fit: cover;}.about-article-box03 .info .right {    width: 50%;    display: flex;    justify-content: flex-start;    align-items: flex-end;    flex-direction: row;    gap: 2rem;}.about-article-box03 .about-logo {    width: 12%;}.about-article-box03 .about-logo img {    width: 139px;}.about-article-box03 .about-brand-txt {    width: 78%;}.about-article-box03 .about-brand-txt h6 {    font-size: 25px;    text-transform: uppercase;    margin-top: 0;    margin-bottom: 4rem;}.about-article-box03 .about-brand-txt h6 span {    display: block;}.about-article-box03 .about-brand-txt .brand-tit {    font-size: 35px !important;    margin: 0;    font-weight: bold;    letter-spacing: 2px;    line-height: 1.5;}.about-article-box03 .about-brand-txt .brand-tit span {    color: #aba488;    font-weight: 700;    line-height: 1.5;}/*關於-04*/ 
.about-article-box04 {    padding: 0;    width: 100%;    max-width: 100%;    float: none;    position: relative;    border-top: solid 1px #cccccc5e;    border-left: 0;}.about-article-box04::after {    content: '';    background: url(archive/image/customization/about-bg.jpg) no-repeat;    position: absolute;    left: 0;    bottom: 0;    background-size: 100% 100%;    width: 58%;    height: 100%;    z-index: -1;}.about-article-box04::before {    content: '';    background: url(archive/image/customization/trunk_01.png) no-repeat;    position: absolute;    right: 0;    top: 0;    -moz-transform: scaleY(-1) scaleX(-1);    -webkit-transform: scaleY(-1) scaleX(-1);    -o-transform: scaleY(-1) scaleX(-1);    transform: scaleY(-1) scaleX(-1);    z-index: -1;    width: 35vw;    height: 13vw;    background-size: 100% auto;    opacity: 0.5;}.about-article-box04 .info {    display: flex;    align-items: center;    justify-content: flex-start;}.about-article-box04 .leftbox,.about-article-box04 .rightbox {    width: 50%;}.about-article-box04 .leftbox {    position: relative;}.about-article-box04 .leftbox .pic {    position: absolute;    right: 7vw;    bottom: 13vw;    width: 29vw;}.about-article-box04 .leftbox .pic img {    width: 100%;}.about-article-box04 .rightbox {    padding-right: 17rem;}.about-article-box04 .rightbox h3 {    margin-bottom: 5rem;}.article4 .page_wrapper_bg .article-text .about-article-box04 .rightbox p {    text-align: justify;    color: #d0d0d0 !important;}/*產品*/ 
.sortbar {    font-size: 14px;    color: #555;}.product3 .layoutlist_2 .item,.product3 .layoutlist_4 .item {    border-bottom: 0;}/*hover*/ 
.rwdlayoutlist_9 .litem .litem__imgs,.article2 .cate_list .col-sm-6 .img {    overflow: hidden;}.rwdlayoutlist_9 .litem .litem__imgs::after {    background: rgb(19 48 115 / 24%);}.rwdlayoutlist_9 .litem:hover .litem__imgs__img,.rwdlayoutlist_9 .litem .litem__imgs__img,.article2 .cate_list .col-sm-6 img {    transition: all 0.5s ease-out;}.rwdlayoutlist_9 .litem:hover .litem__imgs__img,.article2 .cate_list .col-sm-6:hover img {    transform: scale(1.1);}/*231207 修*/ 
.article2 .page_wrapper_bg section.call_to_action {    min-height: 51vw;}.breadcrumb>li br {    display: none;}.article2 .m2018 .products-nav .nav-title {    display: none;}/*231222 修*/ 
.article2 .tabs .content {    border: 1px solid #eeeeee62;    background: transparent;}.article2 .tabs nav a {    color: #fff;    background: #243949;    border: 0;}.article2 .tabs nav li.tab-current a {    background: #a19c82 !important;    color: #fff !important;}.article2 .tabs nav li.tab-current a::before {    background: #a19c82;    left: 0;    right: 0;}.article2 .tabs nav a:hover {    color: #fff;}

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

@media (min-width: 2100px) {    .ab-teacher-02 {        right: -11vh;    }}@media (max-width: 2100px) {    .about-article-box02 .big-tit {        font-size: clamp(3rem, 1.9213rem + 5.3933vw, 9rem);    }    .about-article-box02 .info {        bottom: calc(0% - 18px);    }}@media (max-width: 2000px) {    .about-block .RWDedictor008 {        min-height: 100vh;    }    .about-info .rightbox {        width: 45%;    }    .ab-teacher-01 {        left: -14vh;    }    .ft-top .container {        width: 80%;    }    /*231207 修*/    .article2 .page_wrapper_bg section.call_to_action {        min-height: 61vw;    }}@media (max-width: 1920px) {    .RWDproduct002_v3 {        padding: 8rem 0 5rem;    }    .product-block .container {        width: 80%;    }    .ab-teacher-01 {        left: -14vh;        width: 53vh;    }    .ab-teacher-02 {        right: -7vh;        width: 62vh;    }    .about-info .rightbox {        width: 48%;    }    .textbox .sub-tit {        margin: 3rem 0 0;    }    .ab-service {        margin: 0rem 0 0;    }    .trunk-bottom {        width: 60%;    }    .course-block .swiper-container-thumbs {        padding: 0 1.5rem;    }    .RWDservice006 .view-contain.tab--left .tab-block {        padding: 3rem 0;    }    .bottom-block .container {        width: 77%;    }    .bottom-block ul li.bottom-pic-01 {        top: calc(50% - 40%);        width: 60vh;    }    .bottom-block ul li.bottom-pic-02 {        top: -3vh;        width: 45vh;    }    .bottom-block ul li.bottom-pic-03 {        left: 19vw;        bottom: -7vh;        width: 16vw;    }}@media (max-width: 1700px) {    .RWDproduct002_v3 .row:nth-child(2),    .RWDproduct002_v3 .section-subject {        position: static;        margin-right: -8px;        margin-left: -8px;    }    .RWDproduct002_v3 .section-subject,    .RWDproduct002_v3 .row:nth-child(2) {        margin-bottom: 32px;    }    .RWDproduct002_v3 .col-md-12 {        padding: 0;    }    .transitions-block .RWDparallax_new .container {        width: 80%;    }    .transitions-block .RWDparallax_new h2 {        font-size: clamp(4.0625rem, 3.8596rem + 1.0145vw, 4.9375rem);    }    /*--內頁--*/    .article8 div#sidebar,    .article1 div#sidebar,    .faq1 div#sidebar,    .article2 div#sidebar,    .article3 div#sidebar,    .product3 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -1vw;    }    .about-article-box04 .rightbox {        padding-right: 10rem;    }    /*231207*/    .article2 .page_wrapper_bg section.call_to_action {        min-height: 72vw;    }}@media (max-width: 1600px) {    :root {        --pane-padding: 5rem 0 5rem;    }    .RWDmenu_plus04 .logo {        width: 96px;        left: 9px;    }    .RWDmenu_plus04 header.header::before {        width: calc(100% - 91px);    }    .banner-block .container,    .news-block .container,    .about-block .container,    .video-block .container,    .teacher-block .container,    .course-block .container,    .product-block .container,    .bottom-block .container {        width: 80%;    }    .RWDbanner_plus01 .page-scroll {        left: 16.5%;        bottom: 4%;    }    .RWDbanner_plus01 .page-scroll,    .RWDbanner_plus01 .page-scroll a {        width: 130px;        height: 131px;    }    .RWDbanner_plus01 .page-scroll.style-custom span {        background-size: 10px 37px;    }    .banner-block .RWDbanner_plus01 .slick-caption .txt1 {        font-size: clamp(1.5625rem, 0.3281rem + 6.1719vw, 6.5rem);        margin: 0;    }    .RWDbanner_plus01 .banner-slider.bg .pic-box::before {        width: 91px;    }    .RWDbanner_plus01.style-dotnav.control-left .control-box {        left: 7px;    }    .RWDbanner_plus01 .page-scroll {        left: 10.5%;    }    .RWDnews005 .controlls-over .owl-pagination {        margin: 3rem auto 0;    }    .ft-top .container {        width: 85%;    }    .about-block .RWDedictor008 {        min-height: 150vh;    }    /*--內頁關於--*/    .about-article-box03 .info .left,    .about-article-box03 .info .right {        width: 50%;    }    .about-article-box03 .info .left {        margin-left: 0;    }    .about-article-box03 .info .right {        display: flex;        justify-content: flex-start;        align-items: flex-start;        flex-direction: column;    }    .article-lr-box {        display: flex;        align-items: flex-start;        justify-content: flex-start;        flex-direction: column;    }    .article-lr-box .leftbox,    .article-lr-box .rightbox {        width: 100%;    }    .teacher-box .leftbox {        width: 30%;        position: relative;        display: flex;        flex-direction: column-reverse;    }    .teacher-box .big-txt {        font-size: 2rem;    }    .teacher-box .leftbox .titbox {        position: static;        width: 100%;        padding: 15px;    }    .teacher-box .tch-tit {        font-size: 44px;    }    /*231207 修*/    .article2 .page_wrapper_bg section.call_to_action {        min-height: 76vw;    }}@media (max-width: 1500px) {    .trunk-top {        right: 0;        width: 29vw;    }    .RWDproduct002_v3 {        padding: 7rem 0 2rem;    }    .news-block .RWDnews005 .margin-top-20 {        margin-top: 20px !important;    }    .news-block .RWDnews005 h4 a,    .news-block .news005_h4 a {        font-size: 20px;    }    .teacher-block .RWDnews005 .owl-carousel .img-hover {        min-height: 226px;    }    .bottom-block {        padding-bottom: 0;    }    .bottom-block .container {        width: 100%;    }    .bottom-block ul li.bottom-pic-01 {        top: calc(50% - 39%);        width: 70vh;        right: 0;    }    .bottom-block ul li.bottom-pic-02 {        left: 0;        top: 0;        height: auto;        width: 51vh;    }    .bottom-block ul li.bottom-pic-03 {        width: 41vh;        left: 21vw;        bottom: 0;    }    .video-block::before {        left: -11vw;        top: -8vw;        width: 34vw;        height: 17vw;    }    .footer-block::before {        width: 35vw;        height: 15vw;    }    .ft-top .container {        display: flex;        justify-content: space-between;        flex-direction: row-reverse;        align-items: flex-start;    }    .ft-bottom .container {        display: flex;        align-items: flex-start;        flex-wrap: wrap;        flex-direction: column-reverse;        justify-content: space-between;    }    .ft-bottom .ft-right.sitemap {        display: flex;        justify-content: flex-start;        margin: 0 0 10px;    }    .ft-bottom .ft-right.sitemap,    .ft-bottom .ft-left {        width: 100%;    }    .ft-info ul li {        margin: 0 0 10px;    }    .ft-info ul span {        display: block;    }    .ft-edm .input-group {        display: flex;        flex-direction: row;        flex-wrap: wrap;        justify-content: flex-start;        align-items: stretch;    }    .ft-edm .input-group-addon {        width: 15%;        display: flex;        justify-content: center;        align-items: center;    }    .ft-edm .RWDedm002 .input-group input {        width: 85%;    }    .ft-edm .input-group-btn {        width: 100%;    }    .ft-edm .btn {        width: 50%;    }}@media (max-width: 1440px) {    .about-info .rightbox {        width: 52%;        position: absolute;    }    .ab-teacher-01 {        left: -24vh;        width: 64vh;    }    .ab-teacher-02 {        right: -13vh;        width: 68vh;    }    .teacher-block .RWDnews005 .owl-carousel .img-hover {        display: flex;        flex-wrap: wrap;        flex-direction: row;        justify-content: flex-start;        align-items: flex-start;        padding: 20px 15px;    }    .teacher-block .RWDnews005 .margin-top-20 {        margin: 15px 0 0 !important;        width: 100%;    }    .teacher-block .news005_h4 a span {        margin: 5px 0 0;        min-height: 38px;    }    .RWDservice006 .tab--left .tab-lead {        margin-right: 0;    }    .RWDproduct002_v3 .portfolio-bottom ul li {        margin: 0 0 14px;    }}@media (max-width: 1366px) {    .about-block .RWDedictor008 {        min-height: 140vh;    }    .ab-teacher-01 {        left: -26vh;        width: 66vh;    }    .ab-teacher-02 {        right: -13vh;        width: 76vh;    }    .page-banner .container {        width: calc(60% - -10px);    }    .bottom-block ul li.bottom-pic-02 {        width: 38vh;    }    .rwdlayoutlist_9 .litem {        width: calc(100%/2 - 1px);    }}@media (max-width: 1300px) {    .banner-block .container::before {        display: none;    }    .RWDproduct002_v3 .portfolio-bottom ul li {        display: flex;        flex-direction: column;        align-items: flex-start;    }    .ft-logo img {        width: 103px;    }    .ft-logo span {        font-size: 18px;    }    /*--內頁關於--*/    .about-article-box02 .info {        bottom: calc(0% - 12px);    }    .about-article-box02 .big-tit {        font-size: clamp(2rem, 1.1667rem + 4.1667vw, 4.5rem);    }}/* 匯入內頁版面寬度80%*/@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }    .page-banner .container {        width: calc(60% - 7px);    }    .page_wrapper_bg section.call_to_action>.container {        width: calc(60% - 7px);    }    /*--內頁--課程*/    .Course-content-box .box {        min-height: 600px;    }    .teacher-box .big-txt {        font-size: 2.2rem;    }    .teacher-box .rightbox {        padding: 4rem 2rem 4rem 0;    }}@media (max-width: 1920px) and (min-width: 991px) {    /*--特別針對某幾頁寫的BN文字--*/    .article7 .page-banner .RWDbanner_plus01 .slick-caption .txt1 {        font-size: clamp(1.8rem, 1.32rem + 2.4vw, 4.2rem);    }}/*產品定售價掉落修正*/@media (max-width: 1500px) {    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }    /*--內頁側邊欄--*/    .article8 div#sidebar,    .article1 div#sidebar,    .faq1 div#sidebar,    .article2 div#sidebar,    .article3 div#sidebar,    .product3 div#sidebar {        padding: 0 2vw 0 0 !important;        margin-left: -3vw;    }    /*--內頁課程--*/    .Course-content-box .box {        min-height: 543px;    }    /*--內頁關於我們--*/    .about-article-box01 {        min-height: 43vw;    }    .about-article-box04 .leftbox .pic {        position: absolute;        right: 4vw;        bottom: 0vw;        width: 31vw;    }}/*寬度修正*/@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }    /*--內頁課程--*/    .Course-content-box .box {        min-height: 512px;    }    /*--內頁關於--*/    .about-article-box03 {        position: relative;        padding: 11rem 0;        min-height: 56vw;    }    .about-article-box03 .info .left {        width: 40%;    }    .about-article-box03 .info .right {        width: 60%;        padding-left: 30px;    }    .about-article-box03 .info {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .about-article-box03 .info .left {        width: 48%;        position: absolute;        right: 0;        bottom: 0;    }    .about-article-box04 .info {        display: flex;        align-items: flex-start;        justify-content: flex-start;        flex-direction: column-reverse;        padding: 6vw 0;    }    .about-article-box04 .leftbox {        width: 80%;        margin: 0 auto;    }    .about-article-box04 .rightbox {        width: 80%;        margin: 0 auto;        padding: 0 0 5vw;    }    .about-article-box04 .leftbox .pic {        position: static;        right: 4vw;        bottom: 0vw;        width: 100%;    }    .about-article-box04 .leftbox img {        display: none;    }    .about-article-box04 .leftbox .pic img {        width: 100%;        object-position: bottom;        object-fit: cover;        height: 32vw;        display: block;    }    .about-article-box04::before {        width: 52vw;        height: 23vw;        z-index: 0;    }    .teacher-box .leftbox {        width: 40%;    }    .teacher-box .rightbox {        width: 60%;    }    .teacher-box .big-txt {        font-size: 1.9rem;        margin-top: 1.5rem;        margin-bottom: 1.5rem;    }    .teacher-box .big-txt::after {        width: 63px;        margin: 30px 0 0;    }    .teacher-box .rightbox {        padding: 1rem 2rem 4rem 0;    }    /*231207 修*/    .article2 .page_wrapper_bg section.call_to_action {        min-height: 90vw;    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }    /*231207 修*/    .article2 .page_wrapper_bg section.call_to_action {        min-height: 100vw;    }}

/*小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.RWDmenu_plus04 header.header::before {    width: calc(100% - 103px);}.RWDbanner_plus01 .banner-slider.bg .pic-box::before {    width: 103px;}.banner-block .container {    width: 74%;}.RWDbanner_plus01 .page-scroll {    left: 13.5%;}/*news*/ 
.news-block .container {    padding-bottom: 4vw;}/*about*/ 
.about-block .container {    padding: 3rem 0 0;}.trunk-top {    right: 0;}.about-block .titlebar h2 {    display: flex;    align-items: center;    justify-content: flex-start;    flex-direction: row;}.about-block .titlebar h2 span:nth-child(2),.course-block .titlebar h3 span:nth-child(2) {    margin-top: 0;}.about-block .titlebar h2 span:nth-child(2) {    margin: 0 0 0 15px;}.trunk-top {    width: 42vw;}.trunk-bottom {    width: 100%;}.about-block::before {    width: 100%;}.about-info {    display: flex;    justify-content: center;    flex-direction: column;    align-items: stretch;}.about-info .rightbox,.about-info .leftbox,.ab-teacher-01,.ab-teacher-02 {    position: static;    width: 100%;    transform: initial !important;}.ab-teacher-01 {    left: 3vh;    position: relative;}.ab-teacher-02 {    position: relative;    right: 8vh;}.about-block .titlebar {    order: 1;}.about-block .titlebar,.about-block .main-tit {    margin: 0 0 3rem;}.about-info .rightbox {    order: 2;}.about-info .leftbox {    order: 3;    margin: 3rem 0 0;}.ab-service {    margin: 3rem 0 0;}/*course*//*提早上下*/ 
.equipment_block:before {    width: 100%;    height: 55%;}.equipment_block:after {    width: 100%;    height: 45%;    top: auto;    bottom: 0;}.RWDservice006__head {    margin: 0 0 50px;    text-align: center;}.RWDservice006 .view-contain.tab--left {    display: block;}.RWDservice006 .view-contain.tab--left .tab-block,.RWDservice006 .view-contain.tab--left .main-slider {    width: 100%;}.RWDservice006 .swiper-wrapper {    align-items: center;    flex-direction: row;}.RWDservice006 .tab--left .tab-name {    margin-bottom: 0 !important;    padding-bottom: 0;    border: none;}.RWDservice006 .main-slider {    margin-top: 45px !important;}.RWDservice006 .view-contain.tab--left .tab-name {    width: 19%;    display: flex;    justify-content: center;    align-items: center;}.RWDservice006 .view-contain.tab--left .tab-name:after {    margin-left: 0;}.RWDservice006 .view-contain.tab--left .tab-title {    width: 100%;}.RWDservice006 .tab-title {    text-align: center;}.RWDservice006 .main-slider .swiper-slide {    padding: 0;}.RWDservice006 .tab-block .swiper-wrapper {    justify-content: space-between;}.RWDservice006 .view-contain.tab--left .tab-name {    margin-bottom: 0 !important;    padding: 0;    border: 0;}.RWDservice006 .view-contain.tab--left .tab-name.swiper-slide-thumb-active:after {    display: none;}.RWDservice006 .view-contain.tab--left .tab-name:after {    display: none;}.RWDservice006 .tab--left .tab-lead {    margin-right: 0;}.RWDservice006 .view-contain.tab--left .tab-lead {    text-align: center;}.RWDservice006 .tab--left .tab-icon {    width: 42px;}/*bottom*/ 
.bottom-block ul li.bottom-pic-01 {    top: calc(50% - 28%);    width: 50%;    right: 0;}.bottom-block ul li.bottom-pic-02 {    width: 42%;}.bottom-block ul li.bottom-pic-03 {    width: 30%;    left: 13vw;}/*video*/ 
.figcaption_bottom h2 br {    display: none;}/*footer*/ 
.ft-logo {    text-align: center;    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: center;    margin: 0 0 4rem;    gap: 2rem;    border-bottom: #dfdfdf40 solid 1px;    width: 100%;    padding: 0 0 3rem;}.footer-block::before {    width: 35vw;    height: 15vw;    transform: scaleY(-1) scaleX(-1);    left: auto;    right: 0;    bottom: auto;    top: 0;}.ft-top .container {    display: flex;    justify-content: space-between;    flex-direction: column-reverse;    align-items: flex-start;}.ft-top .ft-left,.ft-top .ft-right {    width: 100%;}.social {    border-top: 0;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}.page_wrapper_bg section.call_to_action>.container {    width: auto;    padding: 0 30px;}#sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {    font-size: 1rem;    height: 45px;    color: #000;    letter-spacing: 0;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*內頁側邊欄*/ 
.hgroup .page_subject {    text-align: center;    display: flex;    align-items: center;    padding: 0;}.page-banner .container {    width: calc(62% - 1px);}.page-banner::before {    width: 140px;}.article8 div#sidebar,.article1 div#sidebar,.faq1 div#sidebar,.article2 div#sidebar,.article3 div#sidebar,.product3 div#sidebar,#sidebar {    width: 100%;    padding: 10px 0 !important;    position: static !important;    top: 120px;    z-index: 111;    width: 100%;    height: auto;    margin-bottom: 30px;    float: none;    margin-left: 0;}.article8 .page_wrapper_bg section.call_to_action>.container,.article1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.faq1 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.product3 .page_wrapper_bg section.call_to_action>.container {    padding: 7rem 80px;}.article8 .page_wrapper_bg section.call_to_action:after,.article1 .page_wrapper_bg section.call_to_action:after,.faq1 .page_wrapper_bg section.call_to_action:after,.article2 .page_wrapper_bg section.call_to_action:after,.article3 .page_wrapper_bg section.call_to_action:after,.product3 .page_wrapper_bg section.call_to_action:after {    display: none;}.article8 .pagecontent.col-md-9,.article1 .pagecontent.col-md-9,.faq1 .pagecontent.col-md-9,.article2 .pagecontent.col-md-9,.article3 .pagecontent.col-md-9,.product3 .pagecontent.col-md-9,.pagecontent.col-md-9 {    width: 100%;    float: none;}.article8 .hgroup .container,.article1 .hgroup .container,.faq1 .hgroup .container,.article2 .hgroup .container,.article3 .hgroup .container,.product3 .hgroup .container,.hgroup .container {    width: 100%;    margin: 0 0 0 auto;}.hgroup::before {    width: 100%;    left: 0;}.page_wrapper_bg .article-text .container {    padding: 0;}/*--內頁關於--*/ 
.article4.id165 .page_wrapper_bg section.call_to_action {    padding-bottom: 0;}.article-style {    width: 85%;    max-width: 85%;    float: none;    border-left: 0;    margin: 0 auto;}.about-article-box01 {    padding: 0;}.about-article-box01 .text-inner {    padding: 0;    position: relative;    top: 0;    margin-top: 4vw;    padding-right: 30px;}.about-article-box01 .bg {    width: 100%;}.about-article-box01 .bg {    position: static;    margin-top: 5vw;}.article-style .titlebar h2 {    font-size: clamp(2rem, -0.1843rem + 10.9215vw, 8rem);}.about-article-box01 .text-inner p br {    display: none;}.about-article-box02 .info {    bottom: calc(0% - 11px);}.about-article-box02 .bg {    height: 42vw;}.about-article-box02 {    width: 100%;    max-width: 100%;    text-align: center;    margin: 11vw 0 0;}.about-article-box02 .info,.about-article-box02 .bg {    position: static;}.about-article-box02 .info {    position: relative;    z-index: 1;}.about-article-box02 .cn-txt {    padding-left: 0;    font-size: clamp(1.7rem, 1.2231rem + 2.3845vw, 2.7rem);    margin: 0 0 2vw;}.about-article-box02 .big-tit {    font-size: clamp(3rem, 2.2719rem + 3.6405vw, 5rem);}.about-article-box03 {    position: relative;    padding: 11rem 5rem;    min-height: 56vw;    width: 100%;    max-width: 100%;}.about-article-box03 .about-brand-txt .brand-tit br {    display: none;}.about-article-box04::before {    right: -20vw;}.about-article-box04::after {    left: -12vw;    bottom: -12px;    width: 97%;}.about-article-box04 .leftbox .pic {    margin-bottom: 5vw;}.about-article-box04 .rightbox {    width: 100%;    padding: 0;}
}
/*1199px end*/
/*1024px start*/
@media (max-width: 1024px) {
.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;}/*產品內頁-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;}@media (max-width: 1024px) and (min-width: 992px) {    .bottom-block ul li.bottom-pic-01 {        width: 43%;    }    .bottom-block ul li.bottom-pic-02 {        width: 27%;    }}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
.mobile-link {    display: block;}.mobile-link .RWDedictor {    background: #06c152;}.RWDmenu_plus04 .features .edit {    display: none;}.RWDmenu_plus04 header.header::before {    width: 100%;}.RWDbanner_plus01 .banner-slider.bg .pic-box::before {    display: none;}.banner-block .container {    display: flex;    align-items: center;    flex-direction: column;    justify-content: center;    width: 80%;    text-align: center;}.banner-block .container::before {    display: none;}.RWDbanner_plus01 .page-scroll {    left: auto;    bottom: 5%;    right: 10%;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(1.5625rem, -0.5465rem + 8.6522vw, 4.8125rem);    margin: 0;}.banner-block .RWDbanner_plus01 .slick-caption span.bottom-style {    position: static;}/*news*/ 
.news-block .RWDnews005 h4 a,.news-block .news005_h4 a {    font-size: 19px;}/*about*/ 
.about-block .RWDedictor008 {    min-height: 100vh;}.about-block .textbox {    display: flex;    flex-direction: column;    align-items: flex-start;}.about-block .textbox .cp-name {    writing-mode: initial;    margin: 0 0 2rem;    width: 100%;    display: flex;    flex-direction: row-reverse;    justify-content: space-between;    align-items: center;    letter-spacing: 1px;}.about-block .textbox .cp-name::before {    content: '';    width: calc(100% - 21%);    height: 1px;    position: static;    display: inline-block;    margin: 0;}/*product*/ 
.RWDproduct002_v3 {    padding: 5rem 0 4rem;}.product-block .RWDproduct002_v3 .sub-title {    text-align: center;}.product-block .RWDproduct002_v3 .filter-portfolio ul {    justify-content: flex-start;    display: flex;}.RWDproduct002_v3 .portfolio-bottom {    padding: 30px 15px 10px;}/*course*/ 
.course-block::before {    width: 52vw;    height: 18vw;}.RWDservice006 .view-contain.tab--left .tab-name {    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: column;}.RWDservice006 .view-contain.tab--left .tab-block {    padding: 0;    background: #1728354d;}.RWDservice006 .main-slider {    margin-top: 0 !important;    padding-top: 20px;}.RWDservice006 .tab-lead {    margin-bottom: 0px;}.RWDservice006 .tab-name {    opacity: 0.1;}/*footer*/ 
.footer-block {    padding-bottom: 80px;}.ft-logo img {    width: 82px;}.footer-block::before {    width: 44vw;    height: 20vw;}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0 0 20px;    padding: 0;}.hgroup .container {    margin: 0 0 50px;}.hgroup .page_subject {    text-align: center;    align-items: center;    display: flex;}.page_wrapper_bg .hgroup h1 {    margin: 0 0 0;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}.hgroup::before {    width: 100%;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 3 - 1px);    margin: 15px 0px;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    width: calc(100% / 3 - 1px);    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 3) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-02*/ 
.download .list_table .container::after {    clear: none;}.download .list_table .container .row::after {    clear: none;}.download .list_table .container .row div:last-child {    clear: none !important;}.download .oneline {    border-bottom: none;    clear: none;}/*電子表單*/ 
.eformscontent .layoutlist_1 {    width: 100%;}.eformscontent .form-horizontal .control-label {    padding: 0 !important;    width: 100%}.eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;    padding: 0 !important}.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.layoutlist_2 .video_item {    width: calc(100% / 3 - 1px);}/*產品內頁-02*/#sidebar {    padding: 0 !important;    margin: 0 0 30px;}/*購物車按鈕pad*/#mobile-fixed .btn-box .normal {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}#mobile-fixed .btn-box .bg2 {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff;    background: #000;}.RWDshopping #mobile-fixed .btn.normal {    color: #444;}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}/*--內頁裝飾設定--*/ 
.page_wrapper_bg section.call_to_action::before {    width: 45vw;    height: 20vw;}/*--內頁寬度--*/ 
.article8 .page_wrapper_bg section.call_to_action>.container,.article1 .page_wrapper_bg section.call_to_action>.container,.article2 .page_wrapper_bg section.call_to_action>.container,.faq1 .page_wrapper_bg section.call_to_action>.container,.article3 .page_wrapper_bg section.call_to_action>.container,.product3 .page_wrapper_bg section.call_to_action>.container,.page_wrapper_bg section.call_to_action>.container {    padding-top: 5rem !important;}/*--內頁banner--*/ 
.page-banner::before {    display: none;}.page-banner .container {    width: 85%;}.page-banner .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(2rem, 0.4739rem + 7.6304vw, 5.2rem);    text-align: center;}.page-banner .RWDbanner_plus01 .slick-caption span.txt-style {    margin-left: 0;}/*--內頁課程--*/ 
.Course-content-box .box {    min-height: 450px;}/*產品*/ 
.products-con {    display: flex;    flex-direction: column;    align-items: flex-start;}.RWDproduct_page .pic-box,.RWDproduct_page .products-info {    width: 100%;    padding: 0;}/*--內頁關於--*/ 
.about-article-box03 {    padding: 6rem 5rem;    min-height: 100vw;}.about-article-box03 .info .right,.about-article-box03 .about-brand-txt {    width: 100%;    padding: 0;}.about-article-box03 .about-brand-txt .brand-tit br {    display: block;}.about-article-box03 .info {    display: flex;    flex-direction: column-reverse;    justify-content: flex-start;    align-items: flex-start;}.about-article-box03 .info .left {    width: 100%;    position: static;}.about-article-box03 .info .left img {    width: calc(100%/2 - 1px);    height: 45vw;    object-fit: cover;}.about-article-box04 .leftbox,.about-article-box04 .rightbox {    width: 100%;}.teacher-box {    display: flex;    flex-direction: column;    justify-content: flex-end;    gap: 2rem;    align-items: flex-start;}.teacher-box .rightbox {    width: 100%;    padding-left: 2rem;    padding-right: 2rem;}.teacher-box .leftbox {    width: 100%;    display: flex;    flex-direction: column;}.teacher-box .leftbox .titbox {    text-align: center;}.teacher-box .bg-Gradient {    width: 58vw;    height: 52vw;}.teacher-box .leftbox img {    object-fit: cover;    height: 72vw;    object-position: left top;}.about-article-box03::before {    background-position: center;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
  .bottom-block {      height: 59vh;  }  .bottom-block ul li.bottom-pic-01 {      width: 50%;  }  .bottom-block ul li.bottom-pic-02 {      top: 5vh;      width: 40%;  }  .bottom-block ul li.bottom-pic-03 {      width: 30%;      left: 13vw;  }  /* 匯入內頁版面寬度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;  }  /*內頁--課程*/  .Course-content-box .info {      display: flex;      flex-direction: column;      justify-content: flex-start;      align-items: flex-start;  }  .Course-content-box .box-pic {      height: 26vw;  }  .Course-content-box .box {      width: 100%;  }
}
/*850px end*/
/*800px start*/
@media (max-width: 800px) {
.RWDproduct002_v3 .popup-portfolio {    display: flex;}.RWDproduct002_v3 .popup-portfolio .portfolio-item {    width: calc(100%/2 - 1px);    float: none;}.RWDproduct002_v3 .filter-portfolio ul {    overflow-x: auto;}/*footer*/ 
.ft-logo {    margin: 0 0 2rem;    padding: 0 0 2rem;}.ft-top .ft-left .ft-info,.ft-top .ft-left .ft-edm,.RWDcopyright {    width: 100%;}.footer-block .ft-tit {    display: none;}.ft-top .ft-left .ft-info {    display: flex;    flex-direction: row-reverse;    align-items: flex-end;    padding: 0;}.ft-info .social,.ft-info .RWDedictor {    width: 50%;    margin: 0;    padding: 0;}.ft-top .ft-left {    display: flex;    flex-direction: column;    align-items: stretch;}.ft-info .social {    display: flex;    flex-direction: column;    align-items: flex-end;}.ft-top .ft-left .ft-edm {    margin: 2rem 0 0;    padding-top: 0.5rem;}.RWDcopyright {    margin: 0 !important;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {    margin-left: 0;    margin-right: 0;}.hgroup .page_subject {    padding-bottom: 20px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    width: auto !important;}.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: 30px !important;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;}#article .layoutlist_4 .listdate .yearmonth {    padding-bottom: 15px;}#article .layoutlist_4 .list_subject .summary {    margin: 10px 0px 0;}#article .layoutlist_4 .list_subject a {    margin: 0px !important;}/*產品檔案下載按鈕*/ 
.productcontent .page_content1 .download_container .btn {    float: none;    margin: 60px auto 0 !important;    display: block;    max-width: 250px;    padding: 5px;}/*相簿列表樣式-01*/#album .layoutlist_1 .row .album_item {    width: calc(100% / 3 - 1px) !important;}.layoutlist_2 .album_item {    padding: 0 10px;}/*檔案下載樣式-02*/ 
.layoutlist_3 .dbtn_v2 {    width: 100%;    text-align: center;}/*電子表單*/ 
.form-horizontal .control-label {    width: 100%;}.form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;}/*隱私權政策*/ 
.article5 .page_wrapper_bg .article-text.rwd .container p {    width: 100%;}
}
/*800px end*/
/*768px start*/

@media (max-width: 768px) {.titlebar h2,.RWDnews005 .main-title,.product-block .titlebar h3,.course-block .titlebar h3,.RWDvideo002 .main-title {    font-size: clamp(1.5625rem, -1.3393rem + 14.5089vw, 5.625rem);}.RWDnews005 .sub-title,.product-block .RWDproduct002_v3 .sub-title,.RWDservice006__head__h2,.RWDvideo002 .sub-title {    font-size: 18px;}.product-block .RWDproduct002_v3 .sub-title {    font-size: 25px;}.transitions-block .RWDparallax_new .container {    width: 90%;}/*麵包屑*/ 
.page_wrapper_bg .hgroup h1 {    line-height: 1.2;}/*course*/ 
.RWDservice006 .tab-name {    background-color: transparent;}.pagecontent.col-md-9 {    padding: 0 !important;}/*橫桿呈現*/ 
.table01 {    overflow-x: auto;    white-space: nowrap;    border: 0;}.table01 {    overflow-x: scroll;    padding-bottom: 0px;    -webkit-overflow-scrolling: auto;}.table01::-webkit-scrollbar {    width: 3px;    height: 5px;}.table01::-webkit-scrollbar-thumb:horizontal {    background-color: #a6a6a6;    border-radius: 3px;}.table01::-webkit-scrollbar-track-piece:horizontal:decrement,.table01::-webkit-scrollbar-track-piece:horizontal:increment {    background-color: rgba(166, 166, 166, 0.2);}.table01 table {    border: #ddd solid 1px;}/*左右滑動*/ 
.tablescroll {    display: block;    position: relative;    padding: 25px 0 0;}.tablescroll span {    display: block;}.tablescroll img {    width: 45px !important;    margin-right: 10px;}.tablescroll img {    position: absolute;    animation-name: oxxo;    animation-duration: 2s;    animation-iteration-count: infinite;    animation-direction: alternate;    margin-top: -15px;}@keyframes oxxo {    0% {        left: 0;    }    100% {        left: 50px;    }}/*--內頁關於--*/ 
.about-article-box02 {    margin: 7vw 0 0;}.about-article-box02 .info {    bottom: calc(0% - 8px);}.about-article-box02 .cn-txt {    font-size: 31px;}.about-article-box02 .big-tit {    font-size: clamp(1.5rem, 0.3837rem + 5.5814vw, 3rem)}#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    z-index: 999;}}

/*768px end*/
/*767px start*/
@media (max-width: 767px) {
.RWDvideo002 .section-subject {    margin-bottom: 22px;}/* 匯入內頁版面寬度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);}/*文章列表頁籤*/ 
.tab_content {    margin-top: 20px}/*文章頁籤修正*/ 
.tab {    padding: 20px 0;}.tab.open .tab_title {    margin: 0 0 20px;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 15px 0}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.RWDproduct_page .faq-item .editor {    padding: 30px}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/2);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/2 - 1px);}#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}#product .layoutlist_5.layoutlist .col-sm-4 {    width: calc(100% / 2 - 1px);}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: 100%;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}.RWDproduct_page .btn-other li button {    text-align: left}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 2 - 1px) !important;    padding: 0 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 100px}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 0;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#video .layoutlist_2 .video_item {    width: calc(100% / 2 - 1px);}/*購物車呼籲置底*/#mobile-fixed .fixed-bottom .price-box {    text-align: center;}#mobile-fixed .btn-box.step1 li,#mobile-fixed .btn-box.step2 li {    padding: 0 1px;}#mobile-fixed .btn-box .normal {    text-align: center;    padding: 10px 0;    font-size: 15px !important;}#mobile-fixed .btn-box ul {    display: flex;}/*--內頁關於--*/ 
.page_wrapper_bg .article-text .about-article-box01 h3,.about-article-box03 .about-brand-txt .brand-tit {    font-size: 30px !important;}.info-box .title, .shopping-title {    margin-top: 0;}#RWDquiry {    margin: 0 auto 50px;}/*231222*/ 
.article2 .tab {    border-top: 1px solid #aaaaaa47;}.article2 .tab:last-child {    border-bottom: 1px solid #aaaaaa47;}.article2 .tab_title{    color:#a19c82;}.article2 .tab_content{    color: #fff;}.article2 .tab_title_nav .line{    background: #a19c82 none repeat scroll 0 0;}
}
/*767px end*/
/*415-767 start*/

/*左右圖文輪播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%)    }}

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

@media (max-width: 650px) {    .RWDfakeloader img {        width: 240px;    }    .RWDalert_fancybox.bottom {        width: 100%;        padding: 20px 20px 20px !important;    }    :root {        --pane-padding: 4rem 0 4rem;    }    body,    html,    .ft-info ul {        font-size: 16px;    }    .about-info .leftbox {        min-height: 43vh;    }    .ab-teacher-01 {        width: 28vh;        position: absolute;        left: -5vh;    }    .ab-teacher-02 {        width: 28vh;        position: absolute;        right: -4vh;    }    .video-block::before {        left: -11vw;        top: -12vw;        width: 42vw;        height: 24vw;        transform: rotate(87deg) scaleY(-1);    }    .transitions-block,    .transitions-block .overlay {        height: 350px;    }    .transitions-block .RWDparallax_new h2.pc-txt {        display: none;    }    .transitions-block .RWDparallax_new h2.mobile-txt {        font-size: clamp(2.8125rem, 2.2064rem + 3.0303vw, 3.4375rem);        width: 100%;        display: flex;        flex-direction: column;        align-items: center;        align-content: center;        text-align: center;        margin: 0;    }    .transitions-block .RWDparallax_new h2.mobile-txt .cn-txt {        display: block;    }    .bottom-block {        height: 49vh;    }    .RWDproduct002_v3 .popup-portfolio .portfolio-item {        width: 100%;    }    .bottom-block {        height: 100vw;        padding: 0;    }    .bottom-block ul li.bottom-pic-01 {        width: 48%;        top: calc(50% - 15vw);    }    .bottom-block ul li.bottom-pic-02 {        top: 0;        width: 45%;    }    .bottom-block ul li.bottom-pic-03 {        width: 37%;        left: 13vw;    }    .ft-top .ft-left .ft-info {        display: flex;        flex-direction: column-reverse;        align-items: flex-start;        padding: 0;    }    .ft-info .social {        display: flex;        flex-direction: column;        align-items: flex-start;        margin: 2rem 0 0;    }    .ft-bottom .container .ft-left .model::before {        right: -10px;    }    /*--內頁寬度--*/    .page_wrapper_bg section.call_to_action>.container {        padding-left: 50px !important;        padding-right: 50px !important;    }    /*--內頁課程--*/    .Course-content-box .box {        min-height: initial;    }    .Course-content-box .box-text {        padding: 2rem 2rem;    }    .Course-content-box ul li {        margin-bottom: 0;    }    /*--內頁關於我們--*/    .article-style {        width: 100%;        max-width: 100%;        float: none;    }    .article-style .titlebar h2 {        font-size: clamp(3rem, 0.0909rem + 14.5455vw, 6rem);    }    .article-style .titlebar h2 span:nth-child(2) {        margin-top: -17px;    }    .about-article-box01 .text-inner {        padding-right: 0;    }    .about-article-box03 .about-brand-txt .brand-tit,    .page_wrapper_bg .article-text .about-article-box01 h3 {        font-size: 29px !important;    }    .page_wrapper_bg .article-text .about-article-box01 h3 br {        display: none;    }    .about-article-box03 {        padding: 30px 0px;        min-height: initial;    }    .about-article-box03 .about-brand-txt h6 {        margin-bottom: 2rem;    }    .about-article-box03::before {        left: auto;        width: 125%;        right: -10vw;        height: 117%;    }    .about-article-box03 .about-logo {        width: 100%;    }    .about-article-box03 .about-logo img {        width: 120px;    }}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
p {    line-height: 1.5;}.RWDmenu_plus04 .logo {    width: 79px;    top: 7px;}.about-block .button {    margin: 3rem 0 0;}.titlebar h2,.RWDnews005 .main-title,.product-block .titlebar h3,.course-block .titlebar h3,.RWDvideo002 .main-title {    font-size: clamp(2.1875rem, 1.4732rem + 3.5714vw, 2.8125rem);}.RWDnews005 .sub-title,.product-block .RWDproduct002_v3 .sub-title,.RWDservice006__head__h2,.RWDvideo002 .sub-title {    font-size: 20px;}.product-block .titlebar h3 {    font-size: 55px;}a.button {    width: 100%;}/*banner*/ 
.RWDbanner_plus01 .page-scroll {    bottom: 8%;}.RWDbanner_plus01 .page-scroll,.RWDbanner_plus01 .page-scroll a {    width: 80px;    height: 81px;}.RWDbanner_plus01 .page-scroll.style-custom span {    background-size: 6px 23px;}.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: 35px;    margin-top: 43vw;    ;}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 24px}/*about*/ 
.about-block .titlebar,.about-block .main-tit {    margin: 0 0 2rem;}.about-block .main-tit {    font-size: clamp(1.375rem, 0.9464rem + 2.1429vw, 1.75rem);}.about-block .main-tit br {    display: none;}.textbox .sub-tit {    margin: 2rem 0 0;}.trunk-top {    right: 0;}.trunk-bottom {    width: 127%;}.about-block .textbox .cp-name,.about-block .textbox .sub-tit {    font-size: 22px;}.about-block .textbox .cp-name::before {    width: calc(100% - 22vw);}.ab-service {    padding: 20px 20px 20px;    display: flex;    flex-direction: column;    justify-content: center;    align-items: flex-start;}.ab-service p {    margin: 0;    font-size: 15px;}.trunk-top {    width: 47vw;}.transitions-block .RWDparallax_new h2.mobile-txt {    font-size: clamp(2.1875rem, 1.0957rem + 5.0781vw, 3rem);}/*news*/ 
.RWDnews005 .owl-pagination {    display: block;}.RWDnews005 .controlls-over .owl-pagination {    margin: 1rem auto 0;}/*RWDservice006*/ 
.RWDservice006 .main-slider .img-box {    height: 28vh;}.RWDservice006 .main-slider .img-box img {    object-fit: cover;    height: 100%;}/*footer*/ 
.footer-block::before {    width: 60%;    height: 26vw;}.ft-logo {    text-align: center;    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: center;    gap: 1rem;}.ft-logo span {    margin: 0px 0 0;}.ft-info .social,.ft-info .RWDedictor {    width: 100%;}.ft-top .ft-left .ft-edm {    padding: 0.5rem 1rem 0;}.ft-bottom {    padding: 2rem 0 2rem;}.ft-bottom .ft-right.sitemap {    display: flex;    justify-content: center;}.ft-bottom .ft-left {    display: flex !important;    flex-direction: column !important;    flex-wrap: wrap !important;    justify-content: flex-start !important;    align-items: center !important;    text-align: center !important;}.ft-bottom .container .ft-left .model::before {    display: none;}/* 匯入內頁版面寬度80%*//*標題*/ 
.hgroup {    padding-left: 15px;    padding-right: 15px;}.hgroup .page_subject {    padding-bottom: 15px;}.hgroup h1 {    margin-bottom: 50px;    line-height: 1.8;    font-size: 30px;}.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,.btn.btn_back a {    width: 100% !important;}/*container*/ 
.page_wrapper_bg .pagecontent {    padding: 0px !important;}.page_wrapper_bg section.call_to_action {    padding: 40px 0;}.page_wrapper_bg .article-text .container {    padding: 0;}section.hgroup {    padding: 0;}/*fixrow*/ 
.fixrow {    padding-left: 0px !important;    padding-right: 0px !important;}/*文章列表最上層樣式調整*/#article .cate_list.row .col-sm-6.col-md-4 {    margin: 0 0 30px;}/*文章列表樣式-02*/#article .layoutlist_2 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-03*/#article .layoutlist_3 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: 100%;    margin: 10px 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 ul {    margin: 0;}.rwdlayoutlist_6 li {    margin: 0;    border-bottom: #dfdfdf solid 1px;    padding: 10px 0 10px;}.rwdlayoutlist_6 .subject_title {    display: none;}.rwdlayoutlist_6 .list_item {    text-align: center;    flex-direction: column}.rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {    width: 100%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: 100%;    padding: 0 0 40px;    margin: 0 0 40px;    border-bottom: 1px solid #eee;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd .item {    border-bottom: 1px solid #eee;    width: 100%;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: 100%;}/*左右圖文輪播PH*/ 
.RWDslider01 .pic-list {    width: 100%;}/*時間軸樣式*/ 
.RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {    left: 0;}.RWDtimeline01 li.event:before {    left: 27px;}.RWDtimeline01 li.event .point {    width: calc(100% - 90px);    left: 90px;}.RWDtimeline01 li.event .point .date {    font-size: 14px;    letter-spacing: 1px}/*文章檔案下載*/ 
.file_area {    margin: 0 0 10px;}#file_dlist,.page_wrapper_bg .dd-select,.file_area {    width: 100% !important;}.download_container .btn {    width: 100%;}/*電子表單*/ 
.new-form {    margin-top: 0;}.webdesc {    margin: 0 0 30px;}/*相簿上下方說明*/#album .page_desc {    margin: 30px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 30px 0 0;}.photo_discription .text {    font-size: 16px !important;    line-height: 1.5 !important;    margin: 30px 0;    color: #333 !important;    letter-spacing: 2px;    font-weight: 400}/*相簿列表樣式-01*/ 
.layoutlist_1 .album_item {    width: 100% !important;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 1 - 1px) !important;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    margin: 10px 0px 20px !important;    width: 100%;}#album .layoutlist_2 .album_item {    width: 100%;    padding: 0;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: 100%;    padding: 0;}#btn_shopping {    width: 100%;    margin: 0;}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: 100%;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: 100%;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/1);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-4 {    width: 100%;}#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: 100%;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;}/*產品檔案下載*/ 
.productcontent .page_content1 .download_container .btn {    max-width: 100% !important;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*相簿內容樣式-04*/ 
.album-list .item {    width: 100%;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;}/*影片列表*/#video .layoutlist_2 .video_item {    width: 100%;    margin: 0 0 40px;}/*產品內頁-01*/#member_org_price,#prod_fixprice {    margin-top: 25px;}.page_content1 #prod_price {    margin-top: 5px;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    width: 100%;    margin: 5px 0;}.shopping-step li span.name {    font-size: 13px !important;}#mobile-fixed .btn-box {    width: 180px;}#mobile-fixed .fixed-in {    width: calc(100% - 180px);    letter-spacing: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    width: 100%;    margin: 5px 0;}/*隱私權政策*/ 
.article5 .page_wrapper_bg .article-text.rwd .container p.privacy-tit,.article5 .page_wrapper_bg .article-text.rwd .container h5 {    font-size: 17px;}.article5 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 25px;}.article5 .page_wrapper_bg .article-text.rwd .container p {    margin: 0 auto 50px;}/*--內頁側邊欄--*/ 
.article8 #sidebar,.article1 #sidebar,.faq1 #sidebar,.article3 #sidebar,.product3 #sidebar {    position: initial !important;}/*--內頁寬度--*/ 
.page_wrapper_bg section.call_to_action>.container {    padding-left: 30px !important;    padding-right: 30px !important;    padding-top: 1rem !important;}/*--內頁關於--*/ 
.article4.id165 .pagecontent .RWDeditor01 {    margin-top: 80px !important;}.article-style .titlebar h2 {    text-align: center;}.about-article-box01 .titlebar {    width: 100%;}.about-article-box02 {    margin: 0;}.about-article-box02 .cn-txt {    font-size: 27px;}.about-article-box02 .big-tit span {    color: #fff;    -webkit-text-stroke: initial;}.about-article-box03 {    padding: 0;}.article-style .titlebar h6,.about-article-box04 .rightbox h3 {    text-align: center;}.about-article-box04 .rightbox h3 {    margin-bottom: 2rem;}.teacher-box .tch-sub {    line-height: 1.2;    margin: 15px 0 0;}.teacher-box .tch-tit {    font-size: 32px;}.teacher-box .tch-sub span {    padding-right: 0;    display: block;}.teacher-box .tch-sub span::before {    display: none;}.teacher-box .big-txt {    font-size: 24px;}.teacher-box .big-txt br {    display: none;}.teacher-box .rightbox {    padding: 0 1rem 4rem;}.teacher-box .leftbox img {    height: auto;}.about-article-box03 .about-logo img {    width: 80px;}.about-article-box01 .bg,.about-article-box02 .bg{height: 51vw;}.about-article-box04 .leftbox .pic img {    height: 57vw;}.about-article-box04 .info {    padding: 11vw 0;}
}
/*600px end*/
/*575px start*/

/*會員註冊變更位置*/@media (max-width: 575px) {    .login_box_footer {        position: relative;        padding: 20px 0 0;        margin: 20px 0 0;    }}

/*575px end*/
/*480px start*/
@media (max-width: 480px) {
.course-block::before {    width: 64vw;    height: 26vw;}.video-block::before {    top: -22vw;    width: 62vw;    height: 43vw;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}/*內頁關於我們*/ 
.about-article-box03 .about-brand-txt .brand-tit,.page_wrapper_bg .article-text .about-article-box01 h3 {    font-size: 24px !important;}.page_wrapper_bg .article-text .about-article-box01 h3 {    text-align: center;}.about-article-box02 .cn-txt {    font-size: 22px;}.about-article-box02 .big-tit {    font-size: clamp(1.2rem, 0.6rem + 3vw, 1.5rem);}.about-article-box03 .about-brand-txt .brand-tit br {    display: none;}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    .titlebar h2,    .RWDnews005 .main-title,    .product-block .titlebar h3,    .course-block .titlebar h3,    .RWDvideo002 .main-title {        font-size: clamp(2.5rem, 0.3723rem + 10.6383vw, 3.125rem);    }    .banner-block .container,    .banner-block .RWDbanner_plus01 .slick-caption,    .RWDbanner_plus01 .slick-caption.txt-left,    .RWDbanner_plus01 .slick-caption.txt-right {        width: 100%;    }    .RWDbanner_plus01.style-dotnav.control-left .control-box {        left: 0;    }    .RWDbanner_plus01.style-dotnav .control-box .control .items ul.slick-dots {        display: flex !important;        justify-content: center;        flex-direction: row;        align-items: center;    }    /*about*/    .about-block .textbox .cp-name,    .about-block .textbox .sub-tit {        font-size: 19px;    }    .ab-teacher-01 {        left: -3vh;    }    .ab-teacher-02 {        right: -6vh;        width: 30vh;    }    /*product*/    .RWDproduct002_v3 {        padding: 2rem 0 2rem;    }    /*footer*/    .ft-logo img {        width: 73px;    }    .ft-top .container {        padding: 2.3rem 0 0;    }    /*--內頁banner--*/    .page-banner .RWDbanner_plus01 .slick-caption .txt1 {        font-size: clamp(1.8rem, -0.583rem + 11.9149vw, 2.5rem);    }    /*--麵包屑--*/    .hgroup h1 {        font-size: 26px;    }    .about-article-box03 .about-brand-txt .brand-tit,    .page_wrapper_bg .article-text .about-article-box01 h3 {        font-size: 22px !important;    }       /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
/*header*/ 
.RWDmenu_plus04 .logo {    width: 74px;    left: 2px;}.RWDmenu_plus04 .logo {    width: 46px;}.transitions-block,.transitions-block .overlay {    height: 232px;}.transitions-block .RWDparallax_new h2.mobile-txt {    font-size: clamp(1.875rem, 0.2083rem + 8.3333vw, 2.1875rem);}/*banner*/ 
.banner-block .RWDbanner_plus01 .slick-caption .txt1 {    font-size: clamp(1.5625rem, -0.7708rem + 11.6667vw, 2rem);}.banner-block .RWDbanner_plus01 .slick-caption .txt2 {    font-size: 21px;}/*news*/ 
.news-block .RWDnews005 h4 a,.news-block .news005_h4 a {    min-height: auto;}/* 匯入內頁版面寬度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;}
}
/*380px end*/
/*320px start*/
@media (max-width: 320px){
.ft-top .container {    width: 90%;}.ft-info ul li a{    word-wrap:break-word;}
}
/*320px end*/