/* 基本設定_start */

.flex {
    display: flex !important;
    align-items: center;
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}

.webShow {
    display: inherit;
    position: relative;
}

.nav-link {
    text-transform: inherit;
}

.mar_0_auto {
    margin: 0 auto;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.maincolor {
    color: #006DB8 !important;
}

.subcolor {
    color: #E83E2D !important;
}

.whitecolor {
    color: #fff !important;
}

.blackcolor {
    color: #383841 !important;
}

.requirement {
    color: #E83E2D!important;
    font-size: 16px;
}

.indexEditorContent .titletxt::before {
    content: url('/images/aboutLogo.png');
}

.titletxt::before {
    content: url('/images/titletxt_before.png');
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.footerContent .container {
    max-width: 1440px !important;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.mar_btm_80 {
    margin-bottom: 80px !important;
}

.mar_btm_40 {
    margin-bottom: 40px !important;
}

.mar_btm_8 {
    margin-bottom: 8px !important;
}

.tw-none{
    line-height: 1.8;
    display: none!important;
}


/* 基本設定_end */


/* 編輯器設定_start */


/* 編輯器設定_end */


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

.memberContent {
    display: flex;
    align-items: center;
}

.memberContent .material-icons {
    padding: 12px;
    background-color: transparent;
    -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: 24px;
}

.memberContent .material-icons:hover {
    background-color: #383841;
    color: #fff;
}

.userInfo {
    padding-left: 24px;
    position: relative;
}

#menu15 {
    margin-left: 8px;
    position: relative;
}

.userInfo::after {
    font-family: 'Material Icons';
    content: 'person';
    display: block;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    font-size: 16px;
    top: 50%;
}

.headerContent {
    position: fixed;
    top: 24px;
    left: 50%;
    z-index: 99999;
    width: 1240px;
    max-width: 80%;
    background-color: #FFF;
    -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;
    border-radius: 100px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    box-shadow: 0px 4px 10px #0000000f;
    padding: 0 24px;
}

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

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

.pcLogo {
    width: 180px;
    text-align: center;
}

.pcLogo a{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 45px;
    overflow: hidden;
}

.pcLogo a img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
}

.pcLogo img:hover,
.footerLogo img:hover {
    opacity: 0.6;
}

.pcLogo img,
.footerLogo img {
    -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;
}

.topInfo {
    background-color: #000;
}

#loading {
    z-index: 10000;
    background: rgba(255, 255, 255, 0.596);
    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 .6s ease !important;
    -moz-transition: all .6s ease !important;
    -ms-transition: all .6s ease !important;
    -o-transition: all .6s ease !important;
    transition: all .6s ease !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-subtext {
    position: absolute;
    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%);
    top: 54%;
    margin: auto;
    text-align: center;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 52%;
    margin: auto;
    text-align: center;
    line-height: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

.loading-text span:nth-child(1)::before {
    content: '';
    background-image: url(https://i0528.tbimotion.com.tw/storage/about/TBI_logo.png);
    position: absolute;
    left: -78px;
    top: 0px;
    width: 62px;
    height: 50px;
    background-size: 62px 50px;
    animation: blur-text 0.6s 0s infinite linear alternate;
}

.loading-subtext span,
.loading-text span {
    display: inline-block;
    color: #383841;
    font-size: 48px;
    font-weight: 800;
}

.loading-subtext span {
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    color: #383841;
}

.loading-subtext span:nth-child(1),
.loading-text span:nth-child(1) {
    filter: blur(0px);
    animation: blur-text 0.6s 0s infinite linear alternate;
    position: relative;
}

.loading-subtext span:nth-child(2),
.loading-text span:nth-child(2) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.4s infinite linear alternate;
    margin-right: 12px;
}

.loading-subtext span:nth-child(3) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.4s infinite linear alternate;
}

.loading-subtext span:nth-child(4),
.loading-text span:nth-child(4) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.6s infinite linear alternate;
}

.loading-subtext .loading-text span:nth-child(5) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.8s infinite linear alternate;
}

.loading-subtext span:nth-child(5),
.loading-text span:nth-child(6) {
    filter: blur(0px);
    animation: blur-text 0.6s 1s infinite linear alternate;
}

.loading-subtext span:nth-child(7),
.loading-text span:nth-child(7) {
    filter: blur(0px);
    animation: blur-text 0.6s 1.2s infinite linear alternate;
}

.loading-subtext span:nth-child(8),
.loading-text span:nth-child(8) {
    filter: blur(0px);
    animation: blur-text 0.6s 0s infinite linear alternate;
}

.loading-subtext span:nth-child(9),
.loading-text span:nth-child(9) {
    filter: blur(0px);
    animation: blur-text 0.6s 0.2s infinite linear alternate;
}

.login-loading {
    position: fixed;
    z-index: 9999;
    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%);
    width: 100%;
    height: 100vh;
    background-color: #ffffff99;
    overflow-y: hidden;
}

.login-loading-inner {
    position: absolute;
    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%;
}

.login-loading-inner .txtNormal {
    font-size: 1rem;
    margin-top: 8px;
    text-transform: uppercase;
}

.login-loading .text-primary {
    color: #005daf!important;
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}


/* anime_end */

.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: 14px;
    color: #FFF;
}

.topInfo ul li a:hover {
    background-color: #FFF;
    color: #006DB8;
}

.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;
}

.tw-none{
    display: none!important;
}

.login label, .contactContent label{
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 1rem!important;
}
/* logo/登入/註冊/詢價車/語系/搜尋_end */


/* 主選單_start */

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

.menuContainerInner {
    display: inline-flex;
    /* vertical-align: middle; */
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    min-height: 72px;
}

.mainNav {
    display: flex;
    align-items: center;
}

#mainMenu>li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    bottom: -40px;
    left: 0px;
}

.mainNav li {
    position: relative;
}

.mainNav>li {
    display: inline-block;
}

footer .mainNav>li {
    display: block;
}

.mainNav>li>a {
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin: 28px 12px;
    line-height: 1;
}

.mainNav a {
    display: block;
    padding: 12px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.dropdownMenu {
    padding: 12px;
    min-width: 200px;
    border-radius: 40px;
    position: absolute;
    z-index: 111;
    background-color: #FFF;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    top: 80px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 3px 6px #00000008;
}

#menu13 {
    position: relative;
    margin-left: 8px;
}

.mainNav #menu13>a {
    border-radius: 36px;
    -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 #menu13>a span {
    color: #006DB8;
}

.mainNav #menu13:hover>a {
    background-color: #006DB8;
}

.mainNav #menu15:hover>a {
    color: #383841d2;
}

.mainNav #menu13:hover>a span {
    color: #fff;
}

#menu13 .dropdownMenu {
    top: 68px;
}

#menu13::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    bottom: -20px;
    left: 0px;
}

.searchBtn-none span {
    color: #E83E2D;
}

.mainNav li:hover>a {
    color: #006DB8;
}

.mainNav>li.active>a {
    color: #006DB8;
}

.nextDropdownMenu {
    left: 100%;
    top: 0px;
}

.mainNav li:hover ul.dropdownMenu,
.mainNav .webShow:hover ul.dropdownMenu,
.mainNav #menu13:hover ul.dropdownMenu {
    visibility: visible;
    opacity: 1;
}

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

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

.arrowDownn::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    content: '';
    background-image: url(../images/right-arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    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: flex;
    width: 100%;
    justify-content: space-between;
}

.companyInfoContent .txtTitle {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #383841;
}

.companyInfoContentInner:first-child {
    width: 20%;
}

.companyInfoContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.companyInfoContentInner .mainNav>li>a {
    padding: 5px 0px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0 12px;
}

.companyInfoContentInner .mainNav:first-child>li>a {
    font-weight: bold;
    line-height: 1.5;
    color: #383841;
}

.companyInfoContentInner .mainNav:last-child>li>a {
    line-height: 1.5;
    color: #656565;
}

.companyInfoContentInner .mainNav:last-child>li:first-child>a {
    font-weight: bold;
    line-height: 1.5;
    color: #383841;
}

.companyInfoContentInner .mainNav {
    display: inline-block;
    vertical-align: top;
}


/* 公司資訊 */

.footerContent {
    padding: 80px 0;
    /* background: transparent linear-gradient(360deg, #F3F3F3 0%, #e2e2e2 100%) 0% 0% no-repeat padding-box; */
    background: #fff;
}

.footerLogo {
    margin-bottom: 12px;
    max-width: 240px;
}

footer nav {
    display: flex;
}

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

.companyInfo ul li {
    margin-bottom: 16px;
    font-size: 14px;
    -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;
}

.companyInfo ul li:hover .material-icons,
.socialmediaContentInner .linkItem .linkItemIcon:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

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

.companyInfo ul li .d-inline-block a {
    color: #656565;
    position: relative;
}

.companyInfo ul li .d-inline-block a::after,
.companyInfoContentInner .mainNav>li>a::after,
.mainNav>li>a::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -4px;
    height: 1px;
    background: #656565;
    left: 0;
    -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 .3s ease-out;
    transition: transform .3s, background-color .3s ease-out;
}

.mainNav>li>a::after {
    background: #006DB8;
    bottom: -8px;
}

.companyInfoContentInner .mainNav>li>a::after {
    bottom: 0px;
}

.companyInfo ul li:hover .d-inline-block a::after,
.companyInfoContentInner .mainNav>li:hover>a::after,
.mainNav>li:hover>a::after,
.mainNav>li.active>a::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.companyInfo ul li .d-inline-block:first-child {
    padding-right: 8px;
    color: #006DB8;
    -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;
}

.copyright {
    text-align: center;
    padding: 24px;
    background-color: #383841;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 0.75rem;
}

.copyright a {
    color: #C1C3C3;
    padding: 0 4px;
}

.copyright a:hover {
    color: #006DB8;
}

.copyright .container {
    color: #C1C3C3;
    font-size: 14px;
}


/* 頁尾公司資訊_end */


/* 內容_start */

.contentTitle {
    text-align: center;
    padding-bottom: 40px;
    font-size: 2rem;
    color: #383841;
}

.modal-header .contentTitle {
    padding-bottom: 0px;
}

.txtContent {
    line-height: 1.6;
    font-size: 16px;
}

.txtContent p {
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.about_title {
    font-size: 20px;
    padding-right: 12px;
    font-weight: bold;
    color: #006DB8;
}

.about_subtitle {
    font-size: 16px;
    color: #383841;
}

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

.txtContent ul li {
    list-style: disc;
    margin-bottom: 6px;
    line-height: 1.6;
    list-style: none;
}

.txtContent img {
    width: 100%;
    height: auto;
}

.txtContent .table-dark a img {
    width: 60px;
}

.txtTitle {
    font-size: 24px;
}

.txtSubtitle {
    font-size: 18px;
}

.txtNormal {
    font-size: 16px;
}

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

.hashTagGroup a {
    font-size: 14px;
    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-radius: 4px;
    min-width: 42px;
    color: #333;
}

.pagination li a:hover {
    background-color: #006DB8;
    color: #FFF;
}

.pagination li a.active {
    background-color: #006DB8;
    color: #FFF;
}


/* 分頁_end */


/* 內容_end */


/* 社群連結_start */

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

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

.linkItem a {
    display: block;
}

.socialmediaContent {
    display: flex;
    width: 220px;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

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

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    -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;
}


/* shareLink_start */

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

.shareLinkContentInner .txtTitle {
    font-size: 14px;
    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: 40px;
    bottom: 10%;
    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: 16px;
    text-align: center;
    border-radius: 50px;
    -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;
}

.floatMenuContainer ul li:first-child a {
    border: 1px solid #e83d2d00;
    background-color: #E83E2D;
}

.floatMenuContainer ul li:last-child a {
    border: 1px solid #006eb800;
    background-color: #006DB8;
}

.floatMenuContainer ul li:first-child a:hover {
    background-color: #fff;
    color: #E83E2D;
    border: 1px solid #E83E2D;
}

.floatMenuContainer ul li:first-child a:hover span {
    color: #E83E2D;
}

.floatMenuContainer ul li:last-child a:hover span {
    color: #006DB8;
}

.floatMenuContainer ul li:last-child a:hover {
    background-color: #fff;
    border: 1px solid #006DB8;
}

.floatMenuContainer ul li a span {
    display: block;
    color: #fff;
    font-size: 1.75rem;
}

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


/* 常駐項_end */


/* banner_start */

.bannerItem {
    position: relative;
}

.bannerText {
    position: absolute;
    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%;
    text-align: center;
    width: 100%;
}

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

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

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

.bannerImg {
    width: 100%;
    padding-bottom: 100vh;
    background: transparent linear-gradient(180deg, #E3E3E3 0%, #F3F3F3 100%) 0% 0% no-repeat padding-box;
    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;
    width: 100%;
}

.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: 36px;
    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;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 8px;
    -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;
    background: #c1c3c3;
}

.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: #006DB8;
    width: 12px;
    height: 20px;
}


/* .indexBannerContent .bannerImg .bannerImgInner img {
    display: none;
} */

#container {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide,
.slide02,
.slide03,
.slide04,
.slide05,
.slide06,
.slide07,
.slide08,
.slide09,
.slideTxt {
    display: block;
    position: absolute;
    width: 25%;
}

.slide,
.slide02,
.slide03,
.slide04 {
    -webkit-filter: blur(5px);
    /* Safari */
    filter: blur(5px);
}

.slide {
    left: -10px;
    top: 180px;
}

.slide02 {
    left: 404px;
    bottom: 178px;
    width: 15%;
}

.slide03 {
    left: -8px;
    bottom: 107px;
    width: 30%;
}

.slide04 {
    right: 192px;
    top: 120px;
}

.slide05 {
    right: -42px;
    top: 220px;
    width: 50%;
}

.slide06 {
    right: 95px;
    top: 520px;
}

.slide07 {
    right: 187px;
    top: 242px;
}

.slide08 {
    left: 199px;
    top: 168px;
    width: 30%;
}

.slide09 {
    left: 80px;
    top: 360px;
}

.slideTxt {
    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%);
    animation: nonetxt 3s linear forwards;
}

@keyframes nonetxt {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slideTxt .txtSubtitle {
    line-height: 1.6;
    color: #656565;
    font-size: 48px;
    letter-spacing: 3px;
    font-weight: 100;
    display: flex;
    justify-content: center;
}

.slideTxt .txtTitle {
    color: #383841;
    font-size: 60px;
    font-weight: 900;
    display: flex;
    justify-content: center;
}


/* banner_end */

.Letter01,
.Letter02,
.Letter03,
.Letter04,
.Letter05 {
    letter-spacing: 3px;
    font-weight: 100;
}

.Letter01 {
    animation: letterBlur 8s ease-in-out .4s infinite;
}

.Letter02 {
    animation: letterBlur 8s ease-in-out .6s infinite;
}

.Letter03 {
    animation: letterBlur 8s ease-in-out .2s infinite;
}

.Letter04 {
    animation: letterBlur 8s ease-in-out .5s infinite;
}

.Letter05 {
    animation: letterBlur 8s ease-in-out .3s infinite;
}

.txtTitleLetter01,
.txtTitleLetter02,
.txtTitleLetter03,
.txtTitleLetter04 {
    letter-spacing: 3.2px;
    font-weight: 900;
}

.txtTitleLetter01 {
    animation: letterBlur 8s ease-in-out 1.2s infinite;
}

.txtTitleLetter02 {
    color: #006DB8;
    animation: letterBlur 8s ease-in-out 1.4s infinite;
}

.txtTitleLetter03 {
    color: #A1A1A1;
    animation: letterBlur 8s ease-in-out 1.3s infinite;
}

.txtTitleLetter04 {
    color: #E83E2D;
    animation: letterBlur 8s ease-in-out 1.1s infinite;
}

.indexBannerContent .owl-item:nth-child(n+2) .slideTxt .txtSubtitle span {
    color: #fff;
    font-weight: 400;
}

.indexBannerContent .owl-item:nth-child(3) .slideTxt .txtSubtitle span {
    font-weight: 100;
}

@keyframes letterBlur {
    0% {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
    20% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    80% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        opacity: 1;
    }
    85% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    95% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    100% {
        -webkit-filter: blur(5px);
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        filter: blur(5px);
        opacity: 0;
    }
}


/* 搜尋頁面_start */

.searchContent {
    width: auto;
    table-layout: fixed;
    -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: 40px;
}

.webShow:hover .searchContent {
    background: #E83E2D;
}

.webShow:hover .searchBtn-none span {
    color: #fff;
}

.searchContent .dropdownMenu {
    right: 96px;
    top: 68px;
    min-width: 300px;
}

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

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

.searchContent .selectBlock {
    width: 120px;
}

.searchContent .searchBlock {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 30px;
}

.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%);
    font-size: 24px;
}

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

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

.searchContentInner .form-control {
    padding: 8px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    height: 32px;
}

.searchContent .searchBlock button:hover {
    color: #006DB8;
}

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

#searchModal .close {
    margin-right: -6px;
}

.searchInfoList {
    padding: 48px 0;
}

.searchInfoList .nav .nav-item {
    padding: 16px 28px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #eee;
    border-right: 0px solid #eee;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
}

.searchInfoList .nav .nav-item:hover,
.searchInfoList .nav .active {
    background-color: #006DB8;
    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;
}


/* 搜尋頁面_end */


/* 側選單設定_sideContnet_start */

.sideContnet {
    border-radius: 12px;
    overflow: hidden;
}

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

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

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

.sideInner {
    display: block;
    width: 100%;
    background-color: #fff;
}

.sideInnerMenu .sideInner {
    padding: 0 12px;
}

.sideInnerMenu .sideInner:last-child {
    border-bottom: none;
}

.sideInnerMenu .sideInner a {
    display: block;
    padding: 12px 0px 12px 24px;
    color: #383841;
    position: relative;
}

.sideInnerMenu .sideInner a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #006DB8;
}

.sideInnerMenu .sideInner a:hover {
    color: #006DB8;
}

.sideContnet ul>li.active>span,
.sideInner>a.txtSubtitle {
    padding: 12px;
    display: block;
    font-weight: bolder;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.flex {
    justify-content: space-between;
}

ul.flex .sideInner {
    width: 24%;
    border-radius: 12px;
    overflow: hidden;
}

ul.flex.newslist .sideInner {
    width: 33%;
}

ul.flex.articleList .sideInner {
    width: 19%;
}

ul.flex .sideInner>a.txtSubtitle {
    padding: 80px 0;
}


/* .articleList li:first-child {
    display: none;
} */

.sidebox.sideInner {
    background-color: transparent;
}

.sidebox a {
    background-color: #fff;
    padding: 80px 10px!important;
    text-align: center;
    border-radius: 12px;
    display: block;
    height: 200px;
    line-height: 1.8;
}

.sidebox a:hover {
    background-color: #006db8;
    color: #fff;
}

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

.product_aside .sideInnerMenu {
    display: none;
}

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

.sideInnerMenu .sideInner a.txtSubtitle {
    padding: 12px 0px 12px 24px;
    font-weight: initial;
    border-bottom: 1px solid #f3f3f3;
}

.sideInnerMenu .sideInner:last-child a.txtSubtitle {
    border-bottom: none;
}

.sideInnerMenu .active {
    background-color: transparent;
    color: #333;
}

.sideInnerMenu .active a {
    color: #006DB8;
}

.sideInnerMenu .active a:hover {
    color: #006DB8;
}

.sideActive {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 12px;
    font-weight: bold;
}

.sideActive .sideActiveInner .txtSubtitle {
    font-weight: bolder
}

.sideActiveInner {
    display: table-cell;
    vertical-align: middle;
}

.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.25rem;
}

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

.active .sideActive,
.active .sideActive a.txtSubtitle {
    background-color: #006db8;
    color: #fff;
}

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

.sideActiveInner .sideBtn::before {
    color: #383841;
}

.sidehead {
    background: #383841;
}

.sidehead .txtSubtitle {
    color: #fff;
}


/* 側選單設定_sideContnet_end */


/* 產品通用設定_ptItem_start */

.ptItem {
    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;
}

.ptItemDes {
    width: 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;
    padding: 0 24px;
}

.ptImgInner .ptItemDes {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
}

.ptImgInner .ptItemDes .txtTitle,
.ptImgInner .ptItemDes .txtNormal {
    color: #fff;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -o-line-clamp: 4;
}

.ptImgInner .ptItemDes .txtTitle {
    font-size: 24px;
}

.ptImgInner .ptItemDes .ptDesc {
    height: initial;
}

.ptItem:hover .ptImgInner .ptItemDes {
    opacity: 1;
    visibility: visible;
}

.ptItem:hover>.ptItemDes {
    opacity: 0;
    visibility: hidden;
}

.ptImg .ptImgInner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #74757c8a 0% 0% no-repeat padding-box;
    opacity: 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: 40px;
}

.ptItem:hover .ptImg .ptImgInner::after {
    opacity: 1;
}

.ptImg {
    margin-bottom: 24px;
}

.ptAllDesc .ptImg {
    margin: 0;
}

.ptImg .ptImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0px 3px 6px #00000008;
}

.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%);
    min-height: 100%;
    width: 100%;
}

.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 .txtTitle,
.ptName .txtTitle h2,
.ptName .txtSubtitle,
.ptModal .txtSubtitle {
    line-height: 1.4;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
    font-weight: 600;
    -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;
}

.ptModal .txtSubtitle {
    font-size: 16px;
    color: #006db8;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e1e0;
}

.ptName .txtTitle {
    color: #006DB8;
}

.ptName .txtTitle h2 {
    font-size: 24px;
}

.ptName {
    margin-bottom: 12px;
}

.ptModal {
    margin: 24px 0;
    font-size: 14px;
}

.ptDesc {
    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;
    line-height: 1.6;
    letter-spacing: 1px;
}


/* 產品通用設定_ptItem_start */


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

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    border-radius: 40px;
    box-shadow: 0px 16px 16px -24px #000000c2;
}

.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: 110%;
    max-width: unset;
}

.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: 24px;
    margin-bottom: 72px;
}

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

.productDtIntro .nav-item {
    margin-right: 12px;
    padding: 16px 28px;
    display: table-cell;
    margin-right: -1px;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #bcbcbc78 100%);
}

.productDtIntro .nav .active {
    color: #FFF;
    background: #006db8;
}

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

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #EEE;
    padding: 12px 60px;
    background: #fff;
    border-radius: 0 40px 40px 40px;
    box-shadow: 0px 16px 16px -24px #000000c2;
}

.company_tab.productDtIntro .tab-content .tab-pane {
    padding: 40px;
}

.productDtIntro.company_tab {
    margin-top: 0;
}

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

.inquiryContent {
    padding: 12px 0;
}

.inquiryContent .buttonBlock {
    display: block;
    width: 80%;
    text-align: center;
    background-color: #006db8;
    color: #FFF;
    padding: 20px;
    font-size: 16px;
    border-radius: 40px;
}

.inquiryContent .buttonBlock:hover {
    color: #FFF;
    background-color: #E83E2D;
}

.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 */

@keyframes mediaupdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}


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

ul.newsItemContent {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.newsItemContent li.newsItem .newsItemInner {
    display: flex;
    vertical-align: middle;
    padding: 0 4px;
    justify-content: space-between;
    align-items: center;
}

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

ul.newsItemContent li.newsItem {
    padding: 42px;
    width: 100%;
    margin: 0;
    border-top: 1px solid #006DB82e;
    border-bottom: 1px solid #006DB82e;
    -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:hover {
    border-top: 1px solid #005daf;
    border-bottom: 1px solid #005daf;
}

ul.newsItemContent li.newsItem:hover .txtTitle {
    color: inherit;
    color: #E83E2D;
    padding-left: 24px;
}

ul.newsItemContent li.newsItem:hover .txtNormal {
    background-color: #E83E2D;
}

ul.newsItemContent li.newsItem:hover time {
    color: #E83E2D;
}

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

ul.newsItemContent li.newsItem .txtTitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    font-weight: 300;
    width: 65%;
    font-size: 16px;
    -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;
    padding: 0 12px;
}

ul.newsItemContent li.newsItem time {
    display: block;
    font-size: 16px;
    color: #006DB8;
    -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 .txtNormal {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #fff;
    background-color: #006DB8;
    padding: 0 12px;
    font-size: 16px;
}


/* 最新消息通用設定_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: 0;
}

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

.downloadContent ul li::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(https://i0528.tbimotion.com.tw/storage/pdf/pdf.png);
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    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;
}

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

.downloadContent ul li:hover::after {
    color: #006DB8;
}

.downloadContent ul li a {
    display: block;
    position: relative;
    padding: 0px 12px 10px 0px;
    margin: 60px 0 60px 40px;
    font-size: 16px;
    color: #383841;
    letter-spacing: 1px;
    border-bottom: 1px solid #E3E3E3;
    -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;
    line-height: 24px;
}

.downloadContent ul li a:hover {
    color: #006DB8;
}

.downloadContent ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 12px;
    height: 1px;
    background: #006DB8;
    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;
}

.downloadContent ul li a::before {
    content: '\e89e';
    font-family: 'Material Icons';
    position: absolute;
    bottom: 8px;
    right: 4px;
    font-size: 16px;
    color: #006DB8;
    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;
}

.downloadContent ul li:hover a::before {
    opacity: 1;
}

.downloadContent ul li:hover a::after {
    width: 100%;
}


/* 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 */

.indexButtonContent .buttonBlock span {
    padding-right: 8px;
}

.buttonBlock {
    display: flex;
    text-align: center;
    min-width: 100px;
    font-size: 16px;
    -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;
    align-items: center;
}

.buttonBlock:hover {
    color: #383841;
}

.buttonBlock span {
    color: #006DB8;
    -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;
}

.buttonBlock:hover span {
    color: #E83E2D;
}

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

.contactContent .formBtnReset,
.formBtnReset {
    display: inline-block;
    background-color: #FFF;
    color: #333;
    text-align: center;
    padding: 16px 8px;
    min-width: 80px;
    border-radius: 24px;
    outline: unset;
    border: unset;
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000008;
}

.formBtn {
    font-size: 16px;
    display: inline-block;
    min-width: 80px;
    background-color: #006DB8;
    color: #FFF;
    text-align: center;
    padding: 16px 24px;
    border-radius: 24px;
    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);
    outline: unset;
    border: unset;
}

.formBtn:hover {
    background-color: #E83E2D;
    color: #fff;
    box-shadow: unset;
}

.categoryContentInner .ptName .moreBtn {
    display: inline-block;
    padding: 16px;
    border-radius: 36px;
    border: 1px solid #383841;
    vertical-align: middle;
    opacity: 1;
    line-height: 1;
    -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;
}

.categoryContentInner .ptName .moreBtn:hover {
    border: 1px solid #006DB8;
    background: #006DB8;
    color: #fff;
}

.categoryContentInner .ptName .moreBtn:hover span {
    color: #fff;
}

.categoryContentInner .ptName {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categoryContentInner .ptName .moreBtn span {
    color: #383841;
}


/* 按鈕樣式_btn_end */


/* contact_start */

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

.remarkText {
    line-height: 1.8;
    color: #ff0000;
    font-size: 14px;
}

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


/* contact_end */

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

@media only screen and (max-width: 1399px) {
    .container1400 {
        max-width: 100%;
    }
    .menuContainerInner {
        flex-direction: column;
    }
    .pcLogo {
        padding-top: 16px;
    }
    .mainNav>li>a {
        margin: 16px 12px;
    }
    .headerContent {
        top: 0px;
    }
    .memberContent .material-icons {
        padding: 8px;
    }
}

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

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

@media only screen and (max-width: 1199px) {
    .slide05 {
        right: -42px;
        bottom: 197px;
        width: 50%;
    }
}

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

@media only screen and (max-width: 991px) {
    ul.newsItemContent li.newsItem .newsItemInner {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .txtNormal,
    ul.newsItemContent li.newsItem .txtTitle {
        margin-bottom: 12px;
    }
    ul.newsItemContent li.newsItem .txtTitle {
        width: 100%;
        line-height: 1.6;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -ms-line-clamp: 3;
        -o-line-clamp: 3;
        padding: 0px;
    }
    .mainNav>li>a {
        margin: 16px 8px;
        font-size: 14px;
    }
    .companyInfoContentInner .mainNav>li>a {
        padding: 2px 0px;
    }
    .headerContent {
        max-width: 90%;
    }
    .companyInfoContent {
        flex-direction: column;
    }
    .companyInfoContentInner {
        width: 100%;
    }
    .dropdownMenu {
        top: 60px;
    }
    /* #mainMenu{
        margin-bottom: 0.5rem !important;
    } */
}

@media only screen and (min-width: 768px) {
    #menu14 {
        display: none;
    }
    #menu15 .mbShow {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .toggleButtonContent {
        display: none;
    }
    .searchContentInner .form-control {
        background-image: none !important;
    }
    ul.flex .sideInner {
        width: 100%;
        margin-bottom: 12px;
    }
    .inquiryContent .buttonBlock {
        width: 100%;
    }
    #menu13 {
        display: none;
    }
    #menu15 .material-icons-outlined {
        display: none;
    }
    .mb-none {
        display: none;
    }
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    .ptDesc .txtNormal {
        font-size: 16px;
    }
    .loading-text span {
        font-size: 24px;
    }
    .loading-text {
        left: 61%;
    }
    .loading-text span:nth-child(1)::before {
        top: -12px;
    }
    /* 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;
    }
    .arrowDownn::before {
        display: none;
    }
    .mobileShow {
        display: inherit!important;
    }
    .webShow {
        display: none !important;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_end */
    /* 手機選單_start */
    .mbHeadContainer {
        display: block;
        position: fixed;
        z-index: 100;
    }
    .headerContent {
        display: none;
    }
    .mbHeadContainerInner {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 8px;
        background: #fff;
        border-radius: 30px;
        box-shadow: 0px 3px 6px #00000008;
    }
    .mbLogo,
    .mbMenuBtn {
        display: table-cell;
        vertical-align: middle;
    }
    .mbLogo {
        text-align: center;
        padding: 0px 12px;
    }
    .mbLogo a {
        display: table;
        margin: 0 auto;
        width: 200px;
    }
    .mbLogo a img {
        max-width: 100%;
    }
    .mbMenuBtn {
        width: 46px;
    }
    .mbMenuBtn .navbar-toggler {
        width: 100%;
        height: 46px;
        padding: 0px;
        outline: none;
        margin: 0;
        background-color: #006db8;
        border-radius: 50px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .mbMenuBar {
        width: 24px;
        height: 1px;
        background-color: #FFF;
        display: block;
        margin: 0px auto;
        position: relative;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .mbMenuBar::before {
        content: "";
        width: 24px;
        height: 1px;
        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 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .mbMenuBar::after {
        content: "";
        width: 24px;
        height: 1px;
        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 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    #leftMenu a {
        color: #fff;
        display: block;
        padding: 12px 16px 12px 12px;
        font-size: 16px;
    }
    #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-color: initial;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
        border-radius: initial;
        box-shadow: none;
    }
    #leftMenu .mobileDown {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 99;
        display: block;
        right: 0;
        top: 0;
        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);
    }
    .bg-faded {
        padding: 12px 16px;
    }
    .dropdownMenu {
        padding: 4px;
        padding-left: 16px;
    }
    .mbMenu {
        background: #383841;
        position: fixed;
    }
    .bmd-drawer-f-l>.bmd-layout-drawer {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: translateX(-100%);
    }
    .mbClose {
        padding: 8px;
        text-align: right;
    }
    .mbClose button {
        border: unset;
        background: unset;
        box-shadow: unset;
        color: #fff;
    }
    #mbSearch {
        padding: 44px 12px 28px;
    }
    #mbSearch .searchContent {
        width: 100%;
        padding: 0;
        display: table;
    }
    /* 手機選單_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: 4px;
    }
    .mainNav li:last-child {
        margin-bottom: 12px;
    }
    /* 頁尾公司資訊_start */
    .companyInfoContent {
        display: block;
        width: 100%;
        table-layout: unset;
    }
    .companyInfoContentInner {
        display: block;
        width: 100%;
    }
    .linkItem {
        padding: 0;
    }
    .linkItem a {
        font-size: 0.75rem;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    .copyright .container {
        line-height: 1.6;
    }
    /* 頁尾_end */
    /* 常駐項_start */
    .floatMenuContainer {
        right: 8px;
        bottom: 60px;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .floatMenuContainer ul li {
        margin-bottom: 8px;
        vertical-align: middle;
    }
    .floatMenuContainer ul li:nth-last-child(1) {
        border-right: none;
    }
    .floatMenuContainer ul li a {
        width: 100%;
        border: 0px;
        padding: 8px;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .txtTitle {
        font-size: 2.5rem;
    }
    .bannerText .txtSubtitle {
        font-size: 2rem;
    }
    .bannerContent .owl-dots {
        bottom: 32px;
    }
    /* 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;
    }
    ul.newsItemContent li.newsItem {
        padding: 24px 12px;
    }
    /* news_end */
    .videoContent .owl-nav .owl-next {
        right: -4px;
    }
    .videoContent .owl-nav .owl-prev {
        left: -4px;
    }
    .footerContent {
        padding: 40px 0;
    }
    .companyInfoContentInner:first-child {
        width: 100%;
    }
    .companyInfoContentInner {
        margin-bottom: 40px;
    }
    .companyInfoContentInner:last-child {
        margin-bottom: 0;
    }
    .footerContent .container {
        padding: 0 24px;
    }
    .footerLogo a {
        padding: 0 0 8px;
        margin: inherit;
    }
    .companyInfoContent .txtTitle {
        margin-bottom: 8px;
    }
    .companyInfo ul li {
        margin-bottom: 8px;
    }
    .copyright {
        padding: 12px 4px;
    }
    .pageContent .contentTitle {
        padding-bottom: 40px !important;
    }
    .slide {
        left: 111px;
        top: 253px;
        width: 160px;
        animation: mediaupdown 8s ease-in-out .1s infinite;
    }
    .slide02 {
        left: -68px;
        bottom: 174px;
        width: 160px;
        animation: mediaupdown 8s ease-in-out .3s infinite;
    }
    .slide03 {
        left: -83px;
        bottom: 311px;
        animation: mediaupdown 8s ease-in-out .2s infinite;
        width: 200px;
    }
    .slide04 {
        right: 192px;
        top: 120px;
        animation: mediaupdown 8s ease-in-out .4s infinite;
        width: 160px;
    }
    .slide05 {
        right: -1px;
        animation: mediaupdown 8s ease-in-out .4s infinite;
        top: 436px;
        width: 160px;
    }
    .slide06 {
        right: 3px;
        animation: mediaupdown 8s ease-in-out .6s infinite;
        bottom: 284px;
        width: 160px;
    }
    .slide07 {
        right: inherit;
        left: 55px;
        animation: mediaupdown 8s ease-in-out .4s infinite;
        bottom: 255px;
        width: 160px;
    }
    .slide08 {
        left: inherit;
        top: 191px;
        right: 29px;
        animation: mediaupdown 8s ease-in-out .6s infinite;
        width: 160px;
    }
    .slide09 {
        left: 21px;
        bottom: 283px;
        width: 180px;
        animation: mediaupdown 8s ease-in-out .8s infinite;
        top: 552px;
    }
    .ptItem:hover .ptImgInner .ptItemDes {
        opacity: 0;
        visibility: hidden;
    }
    .ptItem:hover .ptImg .ptImgInner::after {
        opacity: 0;
    }
    .ptItem:hover>.ptItemDes {
        opacity: 1;
        visibility: visible;
    }
    .ptItem:hover .ptImg .ptImgInner img {
        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 {
        background-color: transparent;
        display: block;
        color: #fff;
    }
    .searchContentInner .form-control {
        background: transparent;
        color: #fff;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }
    .form-control:focus {
        background: inherit;
    }
    .searchContentInner input::placeholder {
        color: #c1c3c3;
    }
    .bmd-drawer-in .mbMenuBar {
        background-color: rgba(255, 255, 255, 0);
    }
    .bmd-drawer-in .navbar-toggler {
        background-color: #E83E2D;
    }
    .bmd-drawer-in .mbMenuBar::before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
    }
    .bmd-drawer-in .mbMenuBar::after {
        transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
    }
    #leftMenu .dropdownMenu>li>a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #006DB8;
    }
    #leftMenu .dropdownMenu>li>a {
        font-size: 0.75rem;
    }
    .productDtIntro .tab-content .tab-pane {
        padding: 0px 28px;
    }
    .mar_btm_80 {
        margin-bottom: 40px !important;
    }
    .about_title {
        font-size: 18px;
        padding-right: 12px;
        font-weight: bold;
        color: #006DB8;
    }
    .userInfo::after {
        font-size: 24px;
        color: #fff;
    }
    .userInfo .txtNormal {
        color: #fff;
        font-size: 16px;
    }
    .userInfo {
        padding-left: 42px;
    }
    .memberContent .material-icons {
        padding: 0px;
    }
    .memberContent {
        justify-content: space-between;
    }
    .searchInfoList .tab-content {
        padding: 0px;
    }
    ul.flex.newslist .sideInner {
        width: 100%;
    }
    ul.flex.articleList .sideInner {
        width: 100%;
    }
    .wth-100 {
        width: 100% !important;
    }
    .com_01,
    .com_02,
    .com_03,
    .com_04 {
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) {
    #searchModal .modal-dialog {
        max-width: 720px;
        margin: 6.75rem auto;
    }
}

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

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

@media only screen and (max-width: 420px) {
    .titletxt::before {
        left: -68px;
    }
}