/* 基本設定_start */

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}

.webShow {
    display: inherit;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
}

.requirement {
    color: #0F52BA !important;
}
.material-icons-outlined {
    vertical-align: text-bottom;
}

/* 基本設定_end */

/* anime_start*/
.ml12,.ml13 {
    font-weight: 200;
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 10px;
  }
  
.ml12 .letter{
    display: inline-block;
    line-height: 1em;
  }
.ml13 .letter{
    display: inline-block;
    letter-spacing: 10px;
    line-height: 1em;
  }
#loading{
    z-index: 10000;
    background: rgba(196, 204, 214, 0.493);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px) ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loaded{
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: all 1s ease 1s !important;
    -moz-transition: all 1s ease 1s !important;
    -ms-transition: all 1s ease 1s !important;
    -o-transition: all 1s ease 1s !important;
    transition: all 1s ease 1s !important;
}
#loading .loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#loading svg path,
#loading svg rect{
  fill: #0F52BA;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}
.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    
}
.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-size: 32px;
}
.loading-text span:nth-child(1) {
    filter: blur(0px);
    animation: blur-text 0.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    filter: blur(0px);
    animation: blur-text 0.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    filter: blur(0px);
    animation: blur-text 0.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    filter: blur(0px);
    animation: blur-text 0.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    filter: blur(0px);
    animation: blur-text 0.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    filter: blur(0px);
    animation: blur-text 0.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    filter: blur(0px);
    animation: blur-text 0.5s 1.2s infinite linear alternate;
}
@keyframes blur-text {
    0% {
        filter: blur(0px);
   }
    100% {
        filter: blur(4px);
   }
}


/* anime_end */

/* 編輯器設定_start */


/* 編輯器設定_end */


/* logo/登入/註冊/詢價車/語系/搜尋_start */

.headerContent {
    min-width: 736px;
    width: 80%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 100;
    background: rgb(0 35 102 / 30%) 0% 0% no-repeat padding-box;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.topFixedHeader {
    position: fixed;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navSlideUp {
    opacity: 0;
    transform: translate(-50%, -50px);
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
}

.topInfoContainerInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pcLogo {
    display: table-cell;
    vertical-align: middle;
    width: 290px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pcLogo:hover{
    opacity: 0.8;
}
.topInfo {
    background-color: #000;
}

.topInfoInner {
    position: relative;
    height: 48px;
}

.topInfo ul {
    display: table;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.topInfo ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 8px;
}

.topInfo ul li:last-child {
    padding-right: 0;
}

.topInfo ul li a {
    display: block;
    padding: 14px 12px 14px 32px;
    position: relative;
    font-size: 1rem;
    color: #FFF;
}

.topInfo ul li a:hover {
    background-color: #FFF;
    color: #0F52BA;
}

.loginBtn::before {
    font-family: 'Material Icons';
    content: 'login';
    left: 12px;
    display: block;
    position: absolute;
}

.registerBtn::before {
    font-family: 'Material Icons';
    content: 'app_registration';
    left: 12px;
    display: block;
    position: absolute;
}

.logoutBtn::before {
    font-family: 'Material Icons';
    content: 'logout';
    left: 12px;
    display: block;
    position: absolute;
}

.searchBtn::before {
    font-family: 'Material Icons';
    content: 'search';
    left: 12px;
    display: block;
    position: absolute;
}

.inquiryBtn::before {
    font-family: 'Material Icons';
    content: 'shopping_cart';
    left: 12px;
    display: block;
    position: absolute;
}


/* logo/登入/註冊/詢價車/語系/搜尋_end */


/* 主選單_start */

.menuContainer {
    display: table;
    margin: 0 auto;
    padding: 0px 24px;
}
.webShow{
    width: 140px;
}
.menuContainerInner {
    display: table-cell;
    vertical-align: middle;
}

.mainNav {
    width: 80%;
    display: table;
    table-layout: fixed;
    margin: 0 0 0 auto;
}

.mainNav li {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainNav>li {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0;
}

.mainNav>li>a {
    position: relative;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 60px;
    margin-right: 12px;
}
.mainNav>li>a:hover{
    background: #fff;
    color: #0F52BA;
    border-radius: 60px;
}
.mainNav a {
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.dropdownMenu {
    min-width: 480px;
    border: #eee solid 1px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    top: 80px;
    border-radius: 50px;
    padding: 12px 0;
}
ul.dropdownMenu>li>a{
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    padding-left: 50px;
}
ul.dropdownMenu>li>a::after{
    position: absolute;
    content: '';
    width: 80%;
    bottom: 2px;
    height: 2px;
    background:#0F52BA ;
    left: 48px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s,background-color .2s ease-out;
    transition: transform .3s,background-color .2s ease-out;
}
ul.dropdownMenu>li>a:hover{
    color: #0F52BA;
    text-decoration: underline;
}
ul.dropdownMenu>li>a:hover::after{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.mainNav>li:last-child ul.dropdownMenu{
    min-width: 180px;
    right: 0px;
    left: inherit;
}
.mainNav>li:last-child ul.dropdownMenu>li>a::after{
    width: 50%;
    left: 44px;
}
.nextDropdownMenu {
    left: 100%;
    top: 0px;
}

.mainNav li:hover>.dropdownMenu {
    visibility: visible;
    opacity: 1;
}

.mainNav a.arrowDown {
    padding: 16px 16px 16px 12px;
}

.arrowDown {
    position: relative;
    padding: 12px 16px 12px 12px;
}

.arrowDown::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';

    display: block;
    position: absolute;
    right: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}


/* 主選單_end */


/* 手機選單_start */

.mbHeadContainer {
    display: none;
}


/* 手機選單_end */


/* 頁尾_start */


/* 頁尾公司資訊_start */


/* 頁尾選單 */

.companyInfoContent {
    display: table;
    padding: 55px 200px;
    margin: 0;
    table-layout: fixed;
    width: 100%;
    border-radius: 200px;
    background-color: #ffffff47;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.companyInfoContent .txtTitle {
    margin-bottom: 24px;
}

.companyInfoContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}
.companyInfo{
    color: #333333;
}


/* 公司資訊 */


.footerContent {
    background-image: url(http://admin.aston-airshaft.i-seedbox.com.tw/storage/index/footer.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 96px;
}

.footerLogo {
    margin-bottom: 24px;
}

.footerLogo a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 8px;
}

.companyInfo ul li {
    margin-bottom: 12px;
    font-size:16px;
}

.companyInfo ul li .d-inline-block {
    vertical-align: middle;
}

.companyInfo ul li .d-inline-block:first-child {
    padding-right: 8px;
}

.copyright {
    text-align: center;
    padding: 40px 0;
    color: #333333;
    letter-spacing: 1px;
    font-size: 16px;
}


/* 頁尾公司資訊_end */


/* 內容_start */

.contentTitle {
    text-align: left;
    margin:12px 0;
    font-size: 48px;
    color: #0F52BA;
}
.productDtTopInfo .txtContent{
    margin-bottom: 0;
}
.txtContent {
    line-height: 1.5;
    /* sample_start */
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    /* sample_start */
}

.txtContent p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 8px;
}

.txtContent ul {
    margin-bottom: 12px;
    padding-left: 20px;
}

.txtContent ul li {
    list-style: disc;
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
}

.txtContent img {
    width: 100%;
}

.txtTitle {
    font-size: 1.25rem;
}

.txtSubtitle {
    font-size: 1.125rem;
}

.txtNormal {
    font-size: 1rem;
}

.hashTagGroup {
    margin-top: 12px;
    padding: 0 4px;
    line-height: 1.4;
    /* 開發完後開啟 */
    display: none;
}

.hashTagGroup a {
    font-size: 1rem;
    margin-right: 4px;
    display: inline-block;
    line-height: 1.6;
}

.hashTagGroup a:last-child {
    margin-right: 0;
}

.topHashtagContent {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.topHashtagContent .hashTagGroup a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    margin-right: 0;
    margin-bottom: 8px;
}

.topHashtagContent .hashTagGroup a:last-child {
    margin-bottom: 0;
}


/* 分頁_start */

.navigation {
    margin-top: 24px;
    padding: 0;
}

.pagination {
    display: table;
    margin: 0 auto;
}

.pagination li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.pagination li a {
    display: block;
    padding: 8px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 4px;
    min-width: 42px;
    color: #333;
}

.pagination li a:hover {
    background-color: #0F52BA;
    color: #FFF;
}

.pagination li a.active {
    background-color: #0F52BA;
    color: #FFF;
}


/* 分頁_end */


/* 內容_end */


/* 社群連結_start */

.linkItem {
    padding: 4px;
    text-align: center;
}

.linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
}

.linkItem a {
    display: block;
}

.socialmediaContent {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.socialmediaContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    margin: 0 auto 8px auto;
}


/* shareLink_start */

.shareLinkContentInner {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.shareLinkContentInner .txtTitle {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: normal;
}

.shareLinkContentInner .linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 4px;
}

.shareLinkContentInner .linkItem .linkItemIcon:hover {
    border: 1px solid #0089A7;
}

.shareLinkContentInner .linkItem {
    margin-right: 8px;
    padding: 0;
}

.shareLinkContentInner .linkItem:last-child {
    margin-right: 0;
}


/* shareLink_end */


/* 社群連結_end */


/* 頁尾_end */


/* 常駐項_start */

.floatMenuContainer {
    position: fixed;
    right: 18px;
    bottom: 15%;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.floatMenuContainer ul li {
    margin-bottom: 8px;
}

.floatMenuContainer ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.floatMenuContainer ul li a {
    display: block;
    padding: 12px 14px 12px 24px;
    font-size: 0.75rem;
    text-align: center;
    color: #828282;
    border: 2px solid #E0E5E9;
    border-radius: 30px;
    letter-spacing: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

.floatMenuContainer ul li a:hover {
    background-color: #0F52BA;
    color: #FFF;
    border: 2px solid #0F52BA;
}

.floatMenuContainer ul li a span {
    margin-bottom: 8px;
}

.floatMenuContainer ul li a span:last-child {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 10px;
}

.floatShow {
    opacity: 1;
    visibility: visible;
}


/* 常駐項_end */


/* banner_start */
.indexBannerContentInner {
    position: relative;
}
.scrollDown{
    position: absolute;
    right: 20px;
    bottom: 200px;
    z-index: 200;
    transform: rotate(270deg);
    animation: scrollDown 3s 1s ease-in-out infinite;
}
@keyframes scrollDown{
    0%{
        bottom: 200px;
    }
    50%{
        bottom: 160px;
    }
    100%{
        bottom: 200px;
    }
}
.scrollDown::before{
    content: '';
    position:absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    left: -50px;
    top: 50%;
}
.scrollTxt{
    padding: 12px 14px 12px 24px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 10px;
    font-size: 12px;
    overflow: hidden;
}
.scrollTxt:hover{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.bannerItem {
    position: relative;
}

.bannerText {
    position: absolute;
    top: 70%;
    left: 10%;
    text-align: center;
    z-index: 100;
}

.bannerText .txtTitle {
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 500;
    color: #FFF;
}

.bannerText .txtSubtitle {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    color: #FFF;
}

.bannerText .txtNormal {
    line-height: 1;
    color: #FFF;
    letter-spacing: 1px;
}

.bannerImg {
    width: 100%;
    padding-bottom: 100vh;
    background-color: #fbfbfb;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerImg .bannerImgInner {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bannerImg .bannerImgInner img {
    min-width: 1920px;
    animation: bannerAnimate 20s ease infinite;
}
@keyframes bannerAnimate {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}
.bannerContent .item {
    padding: 0;
}

.bannerContent .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.bannerContent .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 16px;
}

.bannerContent .owl-dots {
    bottom: 8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.bannerContent .owl-theme .owl-nav {
    margin-top: 0px;
}


/* banner_end */


/* 搜尋頁面_start */

.searchContent {
    display: table;
    width: auto;
    table-layout: fixed;
}

.searchContent .form-control {
    border: unset;
    border-radius: 4px 0 0 4px;
}

.searchContentInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: auto;
}

.searchContent .selectBlock {
    width: 120px;
}

.searchContent .searchBlock {
    width: 32px;
    overflow: hidden;
}

.searchContent .searchBlock button.searchBtn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.searchContent .searchBlock button {
    letter-spacing: 1px;
    line-height: 1;
    font-size: 1.125rem;
    background: none;
    display: block;
    color: #fff;
    border: unset;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.searchContentInner .bmd-form-group {
    display: block;
    margin-bottom: 0;
}

.searchContentInner input.form-control {
    padding: 8px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    height: 32px;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.searchContent .searchBlock button:hover {
    color: #FFF;
}

.searchContentInner input::placeholder {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-weight: normal;
}

.searchInfoList {
    padding: 48px 0;
}

.searchInfoList .nav .nav-item {
    padding: 8px 12px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #eee;
    font-size: 1.125rem;
    border-radius: 30px;
    margin: 0 4px;
}

.searchInfoList .nav .nav-item:hover,
.searchInfoList .nav .active {
    background-color: #0F52BA;
    color: #FFF;
}

.searchInfoList .nav-item:last-child {
    border-right: 1px solid #eee;
}

.searchInfoList .tab-content {
    padding: 18px;
    margin-top: -1px;
}

.searchInfoList .addSearchPageList,
.searchInfoList .addSearchProductList {
    display: none;
}

.searchInfoList .buttonBlock {
    margin: 0 auto;
}

.searchInfoList .searchButtonContent {
    text-align: center;
    margin-top: 24px;
}

.searchInfoList .newsItemContent {
    margin-bottom: 24px;
}

.searchInfoList .newsItemContent:last-child {
    margin-bottom: 0;
}
.searchPageList ul.newsItemContent{
    flex-direction: column;
    margin: 12px 0;
}
.searchPageList ul.newsItemContent li.newsItem{
    margin: 12px 0;
}

/* 搜尋頁面_end */


/* 側選單設定_sideContnet_start */

.sideContnet {
    border-radius: 2px;
    border: 2px solid #e0e5e9;
}

.sideContnet>ul>li.sideInner>.txtSubtitle {
    border-bottom: 1px solid #e0e5e9;
}

.sideContnet>ul>li.sideInner:last-child>.txtSubtitle {
    border: 1px solid transparent;
}

.sideContnet>ul>li.active>.txtSubtitle {
    color: #fff;
    background-color: #0F52BA;
}

.sideContnet>ul>li>a:hover {
    background-color: #0F52BA;
    color: #FFF;
}

.sideInner {
    display: block;
    width: 100%;
}

.sideContnet ul>li.active>span,
.sideInner a.txtSubtitle,
.sideInner .active {
    padding: 8px;
    display: block;
}

.sideInner .active {
    color: #FFF;
    background-color: transparent;
}

.sideInnerMenu {
    display: none;
    padding: 8px;
    border-bottom: 1px solid #e0e5e9;
    border-left: 5px solid #0f52ba;
}

.sideInnerMenu .active a.txtSubtitle {
    color: #0F52BA;
    padding: 0;
}

.sideInnerMenu .sideInner a.txtSubtitle {
    padding: 0;
}

.sideInnerMenu .sideInner {
    padding: 8px 0px 8px 16px;
    border-bottom: 1px solid #e0e5e9;
}
.sideInnerMenu .sideInner:last-child{
    border-bottom: none;
}
.sideInnerMenu .active {
    background-color: transparent;
    color: #333;
}

.sideInnerMenu .active a {
    color: #0F52BA;
}

.sideInnerMenu .active a:hover {
    color: #0F52BA;
}

.sideActive {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #e0e5e9;
    padding: 8px;
    color: #333333;
}

.sideActiveInner {
    display: table-cell;
    vertical-align: middle;
}
.active .sideActiveInner a{
    color: #fff;
}


.sideActiveInner:last-child {
    width: 24px;
}

.sideActiveInner .sideBtn {
    position: relative;
    /* padding-bottom: 100%; */
    width: 100%;
    display: block;
}

.sideActiveInner .sideBtn::before {
    font-family: 'Material Icons';
    display: block;
    content: 'keyboard_arrow_right';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.75rem;
    color: #979797;
}

.sideActiveInner .active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.active .sideActive {
    background-color: #0F52BA;
    color: #fff;
}

.active .sideActiveInner .sideBtn::before {
    color: #fff;
}


/* 側選單設定_sideContnet_end */


/* 產品通用設定_ptItem_start */

.ptItem {
    border-radius: 4px;
}

.ptImg {
    margin-bottom: 12px;
}

.ptImg .ptImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: 2px solid #E0E5E9;
    border-radius: 100px;
    background: #fff;
}
.ptImg .ptImgInner::after{
    position: absolute;
    content: '';
    width: 1%;
    height: 1%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 100px;
    background-color: rgba(0, 35, 102, 0.1);
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ptItem:hover .ptImg .ptImgInner::after{
    opacity: 1;
    width: 100%;
    height: 100%;
}
.ptImg .ptImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
}

.ptName .txtTitle,
.ptName .txtSubtitle{
    line-height: 1.5;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    text-align: center;
    color: #333333;
    border-radius: 80px;
    font-weight: 500;
    display: inline-block;
    border:1px solid #0f53ba00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ptModal .txtSubtitle {
    padding: 0px;
    color: #0F52BA;
}
.ptItem:hover .ptName .txtTitle,
.ptItem:hover .ptName .txtSubtitle,
.ptItem:hover .ptModal .txtSubtitle {
    border:1px solid #0F52BA;
    color: #0F52BA;
    border-radius: 80px;
}
.ptItem:hover .ptImg .ptImgInner img{
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%)scale(1.05);
    -moz-transform: translate(-50%, -50%)scale(1.05);
    -ms-transform: translate(-50%, -50%)scale(1.05);
    -o-transform: translate(-50%, -50%)scale(1.05);
}

.ptName {
    margin-bottom: 12px;
    text-align: center;
}

.ptName .txtTitle {
    margin-bottom: 8px;
}

.ptModal {
    margin-bottom: 12px;
}

.ptDesc {
    height: 68px;
    position: relative;
}

.ptDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}


/* 產品通用設定_ptItem_start */


/* 產品詳細頁通用設定_bigImage_start */

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
    margin-bottom: 8px;
}

.bigImage .item .imgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
    max-width: 100%;
}

.bigImage .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.imgControl .item .imgContent a {
    position: relative;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
}

.imgControl .item .imgContent a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: unset;
    width: unset;
}

.imgControl .item a.active {
    /* border: 1px solid#1769ff; */
}

.productDtIntro {
    margin-top: 12px;
}

.productDtIntro .nav {
    padding: 0 4px;
    display: table;
    width: auto;
}

.productDtIntro .nav-item {
    margin-right: 12px;
    border: 1px solid #EEE;
    padding: 8px 12px;
    display: table-cell;
    border-right: 0px solid #EEE;
    margin-right: -1px;
    font-size: 1rem;
}

.productDtIntro .nav-item:last-child {
    border-right: 1px solid #EEE;
}

.productDtIntro .nav .active {
    color: #FFF;
    background-color: #333;
}

.productDtIntro .tab-content {
    padding: 0 4px;
    margin-top: -1px;
}

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #EEE;
    padding: 8px;
}

.relatedProductContent {
    padding-top: 24px;
    padding-bottom: 24px;
}

.inquiryContent {
    padding: 12px 0;
    text-align: center;
}

.inquiryContent .buttonBlock {
    width: 80%;
}
.inquiryContent .buttonBlock:hover {
    width: 100%;
}
.modal-content {
    border-radius: 3rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}
.toggleButtonContent ul {
    display: flex;
    justify-content: flex-end;
}

.toggleButtonContent ul li:last-child {
    border-left: 1px solid #FFF;
}

.toggleButtonContent ul li a {
    display: block;
    padding: 4px;
    background-color: #d8d8d8;
    color: #FFF;
    border-radius: 4px;
}

.toggleButtonContent ul li.active a {
    background-color: #000;
}

.listActive .col-padding {
    flex: 100%;
    max-width: 100%;
}

.listActive .ptItem {
    display: table;
    width: 100%;
}

.listActive .ptName {
    height: auto;
    margin-bottom: 8px;
}

.listActive .ptItemInner {
    display: table-cell;
    vertical-align: top;
}

.listActive .ptItemInner:first-child {
    width: 30%;
    padding-right: 12px;
}

.listActive .ptDesc {
    display: block;
}

.listActive .ptItem .ptName .txtTitle,
.listActive .ptItem .ptName .txtSubtitle,
.listActive .ptItem .ptModal .txtSubtitle {
    text-align: left;
}


/* 產品詳細頁通用設定_bigImage_end */


/* 最新消息通用設定_newsItem_start */

ul.newsItemContent {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
ul.newsItemContent .contentTitle{
    display: inline-block;
    width: 25%;
}
ul.newsItemContent li.newsItem .newsItemInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
}

ul.newsItemContent li.newsItem .newsItemInner:first-child {
    width: 180px;
}

ul.newsItemContent li.newsItem {
    display: table;
    width: 100%;
    margin: 0;
    border-radius: 60px;
    border: 2px solid #E0E5E9;
    margin: 0 12px;
    width: 25%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.newsItemContent li.newsItem:last-child {
    margin-bottom: 0;
}

ul.newsItemContent li.newsItem .txtTitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-weight: 300;
    font-size: 1rem;
    padding: 0px 40px 0px;
    margin-bottom: 20px;
}

ul.newsItemContent li.newsItem time {
    display: block;
    font-size: 0.75rem;
    padding: 20px 40px 12px;
}

ul.newsItemContent li.newsItem .txtNormal {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1.6;
}
ul.newsItemContent li.newsItem:hover{
    border: 2px solid #0F52BA;
}
ul.newsItemContent li.newsItem:hover time,ul.newsItemContent li.newsItem:hover .txtTitle{
    color: #0F52BA;
}

/* 最新消息通用設定_newsItem_end */


/* faq_start */

.collapseContent .card-header,
.collapseContent .card-body {
    padding: 12px;
}

.collapseContent .card-body .txtContent p {
    margin-bottom: 0;
}

.collapseContent button {
    border: 0px solid #FFF;
    outline: unset;
    background-color: transparent;
    padding: 0;
    margin: 0;
}


/* faq_end */


/* download_start */

.downloadContent ul {
    list-style: none;
    padding: 12px 0;
}

.downloadContent ul li {
    list-style: none;
    margin-bottom: 4px;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1;
}

.downloadContent ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    display: block;
    content: 'description';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #d8d8d8;
    font-size: 1.25rem;
}

.pdfContent ul li::after {
    content: 'picture_as_pdf';
}

.downloadContent ul li:hover::after {
    color: #0F52BA;
}

.downloadContent ul li a {
    display: block;
    position: relative;
    padding: 8px 12px 8px 0px;
    margin-left: 12px;
    font-size: 1.125rem;
    color: #d8d8d8;
    letter-spacing: 1px;
    border-bottom: 1px dashed #d8d8d8;
}

.downloadContent ul li a:hover {
    color: unset;
}

.downloadContent ul li:hover a {
    color: #0F52BA;
}


/* download_end */


/* video_start */

.videoCateTitle {
    margin-bottom: 12px;
}

.videoCateTitle .txtTitle {
    margin: 0;
}

.videoContent {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 12px;
}

.videoContent .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.videoContent .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}

.videoItem {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.videoImg {
    margin-bottom: 12px;
}

.videoImg .videoImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
}

.videoImg .videoImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
}

.videoName .txtTitle,
.videoName .txtSubtitle {
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 300;
}

.videoName {
    margin-bottom: 8px;
    height: 28px;
}

.videoDesc {
    height: 68px;
    position: relative;
}

.videoDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}


/* video_end */


/* 按鈕樣式_btn_start */

.buttonBlock {
    display: inline-block;
    background-color: #fff;
    color: #333333;
    text-align: center;
    padding: 18px 9px 0px;
    font-size: 12px;
    border-radius: 48px;
    width: 60px;
    height: 60px;
    font-weight: bold;
    border:2px solid #E0E5E9;
}

.buttonBlock:hover {
    background-color: #0F52BA;
    border:2px solid #0F52BA;
    width: 120px;
    color: #FFF;
    box-shadow: unset;
}

.formBtnContent {
    text-align: center;
    padding: 24px 12px;
}

.formBtnReset {
    display: inline-block;
    background-color: #FFF;
    color: #333;
    text-align: center;
    padding: 8px 24px;
    min-width: 80px;
    border-radius: 32px;
    outline: unset;
    border: unset;
    font-size: 1.125rem;
    border: #828282 solid 1px;
}

.formBtnReset:hover {
    background-color: #828282;
    color: #FFF;
    box-shadow: unset;
}

.formBtn {
    font-size: 1.125rem;
    display: inline-block;
    min-width: 80px;
    background-color: #0F52BA;
    color: #FFF;
    text-align: center;
    padding: 8px 24px;
    border-radius: 32px;
    outline: unset;
    border: unset;
}

.formBtn:hover {
    color: #FFF;
    padding: 8px 32px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;

}
.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    height:6px;
}
.owl-theme .owl-nav .disabled:hover {
    background: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #fff;
    border-radius: 20px;
    width: 25px;
    height: 40px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    border-radius: 20px;
    color: #0F52BA;
    text-decoration: none;
}
.indexCategoryContent .contentTitle,.indexProductContent .contentTitle{
    display: inline-block;
    position: relative;
}

ul.newsItemContent .contentTitle h2,.indexEditorContent .contentTitle h2{
    display: inline-block;
    position: relative;
}
.indexCategoryContent .contentTitle::after,.indexProductContent .contentTitle::after,ul.newsItemContent .contentTitle h2::after,.indexEditorContent .contentTitle h2::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color:#0F52BA ;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
/* 按鈕樣式_btn_end */


/* contact_start */

.addFile {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
}

.remarkText {
    line-height: 1.8;
    color: #ff0000;
    font-size: 1rem;
}

.custFormContent {
    margin-top: 36px;
    padding: 24px 12px;
    border: 1px solid #d8d8d8;
}


/* contact_end */
@media only screen and (min-width: 1600px) {
    .productContentInner .container, .indexNewsContent .container {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1499px) {
    .mainNav {
        width: 100%;
    }
}

@media only screen and (max-width: 1399px) {
    .container1400 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .container1280 {
        max-width: 100%;
    }
    .menuContainerInner {
        display: block;
    }
    .pcLogo {
        display: block;
        width: 360px;
        margin: 0 auto;
        padding: 12px;
    }
    .navSlideUp {
        transform: translate(-50%, -155px);
        -webkit-transform: translate(-50%, -155px);
        -moz-transform: translate(-50%, -155px);
        -ms-transform: translate(-50%, -155px);
        -o-transform: translate(-50%, -155px);
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    .indexCategoryContent .contentTitle::after, .indexProductContent .contentTitle::after, ul.newsItemContent .contentTitle h2::after, .indexEditorContent .contentTitle h2::after {
        left: 0;
        bottom: -14px;
        right: initial;
        top: initial;
        transform: initial;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    .scrollDown{
        display: none;
    }
    .bannerText .txtTitle {
        font-size: 3rem;
    }

    ul.newsItemContent .contentTitle {
        width: 100%;
    }
    ul.newsItemContent {
        flex-direction: column;
    }

    .contentTitle {
        text-align: left;
        margin: 12px 0 36px 12px;
        font-size: 48px;
        color: #0F52BA;
    }
    ul.newsItemContent li.newsItem {
        width: 100%;
        border-radius: 36px;
        margin: 12px 0;
    }
    .companyInfoContent {
        padding: 55px 43px;
    }

    
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .searchInfoList {
        padding: 0;
    }
    .toggleButtonContent {
        display: none;
    }
    .mb-none {
        display: none;
    }
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    .contentTitle {
        font-size: 32px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_start */
    .topInfoInner {
        height: inherit;
    }
    .pcLogo {
        display: none;
    }
    .topInfo {
        text-align: center;
    }
    .topInfo ul li a {
        padding: 8px 8px 8px 16px;
    }
    .loginBtn::before {
        left: 0px;
    }
    .registerBtn::before {
        left: 0px;
    }
    .logoutBtn::before {
        left: 0px;
    }
    .searchBtn::before {
        left: 0px;
    }
    .inquiryBtn::before {
        left: 0px;
    }
    .arrowDown::before {
        display: none;
    }
    .mobileShow {
        display: inherit!important;
    }
    .webShow {
        display: none !important;
    }
    .loading-text span{
        font-size: 16px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_end */
    /* 手機選單_start */
    .navSlideUp {
        transform: translate(0, -155px);
        -webkit-transform: translate(0, -155px);
        -moz-transform: translate(0, -155px);
        -ms-transform: translate(0, -155px);
        -o-transform: translate(0, -155px);
    }
    .mbHeadContainer {
        position: fixed;
        display: block;
        z-index: 3000;
    }
    .mbHeadContainerInner {
        width: calc(100% - 30px);
        display: table;
        table-layout: fixed;
        background: rgb(0 35 102 / 30%) 0% 0% no-repeat padding-box;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 30px;
        overflow: hidden;
        margin: 12px auto;
    }
    :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop.in {
        z-index: 99;
    }
    .indexBannerContent .owl-nav{
        display: none;
    }
    .mbLogo,
    .mbMenuBtn {
        display: table-cell;
        vertical-align: middle;
    }
    .mbLogo {
        text-align: left;
        padding: 0px 12px;
    }
    .mbLogo a {
        display: table;
        margin: 0 0 0 24px
    }
    .mbLogo a img {
        max-width: 80%;
    }
    .mbLogo a img:hover {
        opacity: 0.8;
    }
    .mbMenuBtn {
        width: 60px;
    }
    .bmd-drawer-f-l>.bmd-layout-drawer {
        height: 100vh;
        position: fixed;
        z-index: 100;
        background: 0% 0% no-repeat padding-box padding-box rgba(0, 35, 102, 0.3);
        backdrop-filter: blur(10px);
        right: 0;
        left: initial;
        transform: translateY(-100%);
        -webkit-backdrop-filter: blur(10px);
        width: 100%;
    }
    .bannerImg {
        padding-bottom: 87vh;
    }
    .mbMenuBtn .navbar-toggler {
        width: 80%;
        height: 60px;
        padding: 0px;
        outline: none;
        margin: 0;
    }
    .mbMenuBar {
        width: 28px;
        height:1px;
        border-radius: 2px;
        background-color: #FFF;
        display: block;
        margin: 0px auto;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mbMenuBar::before {
        content: "";
        width: 28px;
        height: 1px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(6px);
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mbMenuBar::after {
        content: "";
        width: 28px;
        height: 1px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .bmd-drawer-in .mbMenuBar{
        background-color: rgba(255, 255, 255, 0);
    }
    .bmd-drawer-in .mbMenuBar::before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .bmd-drawer-in .mbMenuBar::after{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    #leftMenu a {
        color: #fff;
        display: block;
        padding: 12px 28px 12px 24px;
        font-size: 1rem;
    }
    #leftMenu ul li {
        display: block;
        width: 100%;
        position: relative;
    }
    #leftMenu .dropdownMenu {
        position: static;
        visibility: inherit;
        opacity: 1;
        display: none;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        border: none;
        background: rgba(0, 0, 0, 0.2);
        min-width: initial;
        border-radius: 0;
    }
    #leftMenu .mobileDown {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 99;
        display: block;
        right: 12px;
        top: 4px;
        text-align: center;
        background-image: url(../images/arrow-down-white.svg);
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    #leftMenu a.mobileActive {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .dropdownMenu {
        padding-left: 16px;
    }
    .mbMenu {
        background: #000;
    }
    .mbClose {
        padding: 24px;
        text-align: right;
        opacity: 0;
    }
    .mbClose button {
        border: unset;
        background: unset;
        box-shadow: unset;
        color: #fff;
    }
    #mbSearch {
        padding: 0 24px 24px;
    }
    #mbSearch .searchContent {
        width: 100%;
    }
    ul.dropdownMenu>li>a:hover::after {
        opacity: 0;
    }
    :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l>.bmd-layout-drawer {
        transform: translateY(0);
    }
    /* 手機選單_end */
    /* 主選單_start */
    .menuContainer {
        display: none;
    }
    /* 主選單_end */
    /* 頁尾_start */
    .mainNav {
        width: 100%;
        display: block;
        table-layout: inherit;
    }
    .mainNav li {
        position: relative;
    }
    .mainNav>li {
        display: block;
        vertical-align: inherit;
        margin-top: 12px;
    }
    .mainNav li a {
        border: 1px solid #eee;
        border-radius: 4px;
    }
    .mainNav li:last-child {
        margin-bottom: 12px;
    }
    /* 頁尾公司資訊_start */
    .companyInfoContent {
        display: block;
        width: 100%;
        table-layout: unset;
        border-radius: 36px;
        padding: 40px 16px;
    }
    .companyInfoContentInner {
        display: block;
        width: 100%;
    }
    .material-icons-outlined {
        font-size: 18px;
        vertical-align: text-bottom;
    }
    .companyInfo ul li {
        font-size: 14px;
    }
    .linkItem {
        padding: 0;
    }
    .linkItem a {
        font-size: 0.75rem;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    footer {
        padding-bottom: 53px;
    }
    .footerContent {
        padding-top: 32px;
    }
    .copyright .container {
        line-height: 1.6;
        font-size: 12px;
    }
    /* 頁尾_end */
    /* 常駐項_start */
    .floatMenuContainer {
        left: 0px;
        bottom: 0px;
        top: inherit;
        right: inherit;
        transform: inherit;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .floatMenuContainer ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        background-color: #FFF;
        border-top: 1px solid #eee;
    }
    .floatMenuContainer ul li {
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
        border-right: #eee solid 1px;
    }
    .floatMenuContainer ul li:nth-last-child(1) {
        border-right: none;
    }
    .floatMenuContainer ul li a {
        width: 100%;
        border: 0px;
        border-radius: 0;
        padding: 12px 14px 20px 24px;
    }
    .floatMenuContainer ul li a .material-icons {
        margin-bottom: 8px;
        transform: rotate(90deg);
        vertical-align: -webkit-baseline-middle;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .txtTitle {
        font-size: 1.25rem;
    }
    .bannerText .txtSubtitle {
        font-size: 1rem;
    }
    .bannerContent .owl-dots {
        bottom: 4px;
    }

    /* banner_end */
    /* news_start */
    ul.newsItemContent {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner:first-child {
        width: 100%;
        margin-bottom: 4px;
    }
    /* news_end */
    .videoContent .owl-nav .owl-next {
        right: -4px;
    }
    .videoContent .owl-nav .owl-prev {
        left: -4px;
    }
    /* product_start */

}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}