* {
    margin: 0;
    padding: 0
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

html,
body {
    font-size: 16px
}

ul,
li {
    list-style: none
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clear {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.disBlock {
    display: block
}

.tableBoxMain {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    font-family: 'Montserrat', sans-serif;
    color: #171717;
    overflow: hidden;
    box-sizing: border-box
}

.width-responsive-box {
    width: 1280px
}

.tableBoxMainBanner {
    width: 100%
}

.tbmb_hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    touch-action: none;
    max-width: 1920px;
    max-height: 960px;
    margin: 0 auto;
    background: url('https://p4-ofp.static.pub/ShareResource/tablets/tablets-brand/tablets-brand-hero-video-default-banner.jpg') center center / cover no-repeat
}

.tbmb_hb_video-container {
    position: absolute;
    width: 110%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    pointer-events: none
}

.tbmb_hb_video-container iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    border: none
}

.tbmb_hb_video-container.iframe-show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto
}

.tbmb_hb_hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    transform: translateY(100%);
    z-index: 50
}

.tbmb_hb_hc-title {
    color: #fff;
    font: 700 52px/58px Montserrat
}

.tbmb_hb_hc-description {
    font-size: 28px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500
}

.tbmb_hb_hc-button {
    background: #fff;
    color: #171717;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 220px;
    gap: 10px;
    height: 48px;
    box-sizing: border-box
}

.tbmb_hb_hc_b-video-icon {
    width: 18px;
    height: 18px;
    background: url(https://p1-ofp.static.pub/ShareResource/tablets/tablets-brand/video-icon.svg) no-repeat;
    background-size: 100% 100%
}

.tbmb_hb_hc-button:hover {
    color: #fff;
    background: #171717
}

.tbmb_hb_hc-button:hover .tbmb_hb_hc_b-video-icon {
    background: url(https://p2-ofp.static.pub/ShareResource/tablets/tablets-brand/video-icon-hover.svg) no-repeat;
    background-size: 100% 100%
}

.tbmb_hb_hero-content.content-active {
    transform: translateY(-50%)
}

.tbmb_hb_hero-shank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease
}

.tbmb_hb_hero-content {
    z-index: 50
}

.tbmb_hb_hero-content.content-active,
.tbmb_hb_hero-shank.content-active {
    opacity: 1;
    visibility: visible
}

.sticky-active {
    position: sticky
}

.sticky-inactive {
    position: relative
}

.tableBoxMainQuickNav {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    margin-top: -80px;
    z-index: 60
}

.tableBoxMainQuickNav::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 110%;
    height: 110px;
    background-color: #fff;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    transform: scaleX(1.5);
    z-index: 1;
    transform: translateX(-50%) rotateY(180deg)
}

.tbmqn_container-wrap {
    width: 100%;
    background-color: #fff;
    margin-top: 63px
}

.tbmqn-cw_card-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
    gap: 42px
}

.tbmqn-cw-cc_card {
    background: #fff;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 10px 20px;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    text-decoration: none
}

.tbmqn-cw-cc_card:hover {
    transform: translateY(-47px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    z-index: 10
}

.tbmqn-cw-cc_card::after {
    content: ' ';
    opacity: 0;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    height: 47px;
    background: transparent
}

.tbmqn-cw-cc_card.uncoming_card .coming_text_span {
    display: none
}

.tbmqn-cw-cc_card.uncoming_card:hover {
    transform: initial
}

.tbmqn-cw-cc_card.uncoming_card:hover .coming_text_span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px
}

.tbmqn-cw-cc_card img {
    max-width: 120px;
    height: auto
}

.tbmqn-cw-cc_card-title {
    flex: 1 1 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #171717;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1.1;
    word-wrap: break-word
}

.common_text-title,
.common_text-title h2 {
    text-align: center;
    font: 800 52px/58px Montserrat;
    word-wrap: break-word
}

.tableBoxMainFeature {
    padding: 80px 0;
    background: linear-gradient(0deg, white 0%, white 100%), #F5F5F5;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    align-self: stretch;
    margin: 0 auto
}

.tableBoxMainFeature .common_text-title {
    margin-bottom: 60px
}

.common_text-title span.wordPurple {
    color: #7a126b
}

.tbmf_container-wrap {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.tbmf-cw_list-bar {
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex
}

.tbmf-cw_list-bar {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.33, 0, 0.2, 1);
    position: relative
}

.tbmf-cw_list-bar li {
    padding: 14px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1.3;
    word-wrap: break-word;
    cursor: pointer;
    transition: all 0.3s ease
}

.tbmf-cw_list-bar li:nth-of-type(1),
.tbmf-cw_list-bar li:nth-of-type(7) {
    font-size: 22px;
    color: #D1D1D1
}

.tbmf-cw_list-bar li:nth-of-type(2),
.tbmf-cw_list-bar li:nth-of-type(6) {
    font-size: 24px;
    color: #C4C4C4
}

.tbmf-cw_list-bar li:nth-of-type(3),
.tbmf-cw_list-bar li:nth-of-type(5) {
    font-size: 26px;
    color: #A0A0A0
}

.tbmf-cw_list-bar li.feature-active {
    font-size: 28px;
    font-weight: 800
}

.swiper-container.tbmf-cw_content-swiper {
    width: 960px;
    height: 633px;
    position: relative
}

.tbmf-cw_content-area {
    width: 100%;
    height: 100%
}

.tbmf-cw-ca_content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px
}

.tbmf-cw-ca_content img.bar-image-background {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tbmf-cw-ca_content .bar-content-main {
    flex: 1 1 0;
    padding: 60px 270px 30px 50px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 75%, rgba(0, 0, 0, 0) 100%);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0
}

.bar-content-main .bcm_h2 {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.bar-content-main .bcm_h2 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    word-wrap: break-word
}

.bar-content-main .bcm_h2 img {
    width: 47px;
    height: auto;
    padding: 10px
}

.bar-content-main .bcm_p {
    align-self: stretch;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
    margin-bottom: 10px
}

.bcm_lmBtn {
    padding: 0 24px;
    border-radius: 25px;
    outline: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: none;
    height: 48px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px #6D656F solid
}

.bcm_lmBtn:hover {
    background: #3B3B3B
}

.tbmf-cw-ca_content.feature-active {
    display: block;
    opacity: 1;
    pointer-events: auto
}

.feature-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.33, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.33, 0, 0.2, 1)
}

.feature-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.feature-popup-content {
    background-color: white;
    width: 1200px;
    padding: 108px 120px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.33, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.33, 0, 0.2, 1)
}

.feature-popup-overlay.active .feature-popup-content {
    transform: translateY(0);
    opacity: 1
}

.feature-popup-content::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.feature-popup-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 3px solid transparent;
    background-clip: content-box
}

.feature-popup-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.feature-popup-content::-webkit-scrollbar-track {
    background: transparent;
    margin: 40px 0
}

.feature-popup-scrollY {
    height: 100%
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.feature-popup-header {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    gap: 12px
}

.feature-popup-header p:nth-of-type(1) {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    flex: none;
    align-self: stretch;
    flex-grow: 0
}

.feature-popup-header p:nth-of-type(2) {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #535353;
    flex: none;
    align-self: stretch;
    flex-grow: 0
}

.feature-popup-content .ai-theme-color {
    color: rgb(225, 37, 27)
}

.feature-popup-content .creativity-theme-color {
    color: #F26A52
}

.feature-popup-content .productivity-theme-color {
    color: #57258A
}

.feature-popup-content .educiation-theme-color {
    color: #7A126B
}

.feature-popup-content .gaming-theme-color {
    color: #294E95
}

.feature-popup-content .entertainment-theme-color {
    color: #BA380E
}

.feature-popup-content .software-theme-color {
    color: #871C67
}

.vertical-structure-content-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1
}

.popup-body-banner.border-banner {
    flex: 1
}

.vertical-structure-content-div-large {
    display: flex;
    flex-direction: column;
    gap: 80px
}

.vscd-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px
}

.vscd-con-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3
}

.vscd-con-description {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #6D656F
}

.vscd-con-description .deepColorWords {
    color: #4E444E;
    font-weight: 800
}

.horizontal-structure-content-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box
}

.horizontal-structure-content-div.ai-theme-color {
    background: #FFF7FC;
    border-radius: 20px;
    padding: 30px;
    gap: 20px
}

.horizontal-structure-content-div.creativity-theme-color {
    gap: 24px
}

.horizontal-structure-content-div.gaming-theme-color {
    gap: 36px
}

.horizontal-structure-content-div.entertainment-theme-color {
    gap: 36px
}

.horizontal-structure-content-div.software-turboSystem {
    gap: 24px
}

.software-turboSystem-parameter {
    width: 33.333%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    gap: 10px;
    border-radius: 10px;
    background: #F4F2FF
}

.software-turboSystem-parameter.software-turboSystem-parameter-small-width {
    width: 25%
}

.software-turboSystem-parameter p.parameter-num-p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 1;
    display: flex;
    gap: 2px;
    align-items: baseline;
    background: linear-gradient(93.82deg, #294E95 5.15%, #7A126B 98.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.software-turboSystem-parameter p.parameter-num-p span.small-words {
    font-size: 16px;
    line-height: 1
}

.software-turboSystem-parameter p.parameter-num-p span.small-words.middleLine-words {
    font-size: 40px;
    font-weight: normal
}

.software-turboSystem-parameter p.parameter-text-p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    text-align: center
}

.horizontal-structure-icon-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px
}

.horizontal-structure-icon-title span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #171717
}

.horizontal-structure-icon-title img {
    height: 50px
}

.horizontal-structure-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #171717
}

.horizontal-structure-description {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #6D656F
}

.horizontal-structure-description sup {
    font-size: 10px
}

.horizontal-structure-content-div.gaming-theme-color .popup-body-banner,
.horizontal-structure-content-div.entertainment-theme-color .popup-body-banner {
    flex: 1
}

.horizontal-structure-content-div.gaming-theme-color .vscd-con,
.horizontal-structure-content-div.entertainment-theme-color .vscd-con {
    flex: 1
}

.popup-body-banner img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.feature-note {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #6D656F;
    box-sizing: border-box
}

.feature-note li {
    list-style-type: decimal
}

.feature-note a {
    color: #0048D3
}

.popup-close {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #171717 url("https://p3-ofp.static.pub/ShareResource/tablets/tablets-brand/close-icon.svg") no-repeat;
    background-size: 20px 20px;
    border-radius: 50px;
    top: 50px;
    right: 80px;
    cursor: pointer;
    background-position: center;
    outline: none;
    border: none
}

.popup-body {
    padding: 20px;
    max-height: calc(80vh - 120px);
    overflow-y: auto
}

.popup-footer {
    padding: 40px 0 0 0;
    text-align: center
}

.popup-close-btn {
    width: 90px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #ABA8B1;
    border-radius: 48px;
    color: #171717;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease
}

.popup-close-btn:hover {
    color: #171717;
    background-color: #E4E4E4;
    border: 2px solid #ABA8B1
}

@media (max-width:1300px) {
    .feature-popup-content {
        width: 90%;
		padding:35px 40px;
    }

    .popup-close {
        top: 30px;
        right: 30px
    }
	.software-turboSystem-parameter p.parameter-num-p{font-size:50px;}
}
@media (max-width:1050px) {
	.software-turboSystem-parameter p.parameter-num-p{font-size:42px;}
	.software-turboSystem-parameter p.parameter-num-p span.small-words{font-size:14px;}
	.software-turboSystem-parameter p.parameter-num-p span.small-words.middleLine-words{font-size:32px;}
	.software-turboSystem-parameter p.parameter-text-p{font-size:14px;}
	.feature-popup-content{padding: 40px;}
	.software-turboSystem-parameter{padding: 20px 15px;}
	.horizontal-structure-content-div.software-turboSystem{gap: 15px;}
}
@media (max-width:768px) {
    .feature-popup-header p:nth-of-type(2) {
        font-size: 24px
    }

    .horizontal-structure-content-div {
        flex-direction: column;
        padding: 20px
    }

    .feature-note {
        width: 100%;
        padding: 20px
    }
}

.tableBoxMainMatchAccessories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
    padding: 80px 0
}

.common_text-title.match-acc-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px
}

.common_text-title.match-acc-title a {
    padding: 0 24px;
    background: #171717;
    border-radius: 25px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    height: 48px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none
}

.common_text-title.match-acc-title a:hover {
    background: #3B3B3B
}

.common_text-title.match-acc-title a:focus {
    outline: 2px solid #000;
    outline-offset: 2px
}

.tbmma_container-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 15px
}

.matchAcc-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
    flex: 1;
    width: 33.33333%
}

.ma_card-image {
    width: 100%;
    height: 316px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer
}

.ma_card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ma_card-image img.card-image_after {
    display: none
}

.ma_card-image:hover img.card-image_before {
    display: none
}

.ma_card-image:hover img.card-image_after {
    display: block
}

.ma_card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 80px 0px 0px;
    gap: 15px;
    width: 100%
}

.card_text-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #171717
}

.card_text-paragraph {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #3B3B3B
}

.tableBoxMainSmartConnect {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 60px;
    box-sizing: border-box;
    margin: 0 auto
}

.common_text-title.smart-connect-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    margin: 0 auto;
    width: 100%
}

.smart-connect-title .vertical-div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 75%
}

.smart-connect-title .horizontal-div-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    text-align: left
}

.smart-connect-title .horizontal-div-wrapper img {
    width: 66px
}

.smart-connect-title .horizontal-div-wrapper p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #7A126B
}

.smart-connect-title .sc-title {
    width: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #171717;
    text-align: left
}

.smart-connect-title .sc-description {
    width: 62%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #535353;
    text-align: left
}

.smart-connect-title .sc-link, .feature-popup-header .ts-link{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    color: #7A126B;
    text-decoration: none
}

.smart-connect-title .sc-link:hover, .feature-popup-header .ts-link:hover{
    text-decoration: underline
}

.smart-connect-title .sc-link span, .feature-popup-header .ts-link span{
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #7A126B
}

.smart-connect-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    border-radius: 10px;
    width: 100%
}

.scc-sections {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 500px;
    height: 522px
}

.scc-sections-signle {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: flex-grow 0.3s ease;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 10px
}

.scc-sections-signle .scc-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3
}

.scc-sections-signle:nth-child(1) {
    background: #E4B3B6;
    color: #1B457F
}

.scc-sections-signle:nth-child(2) {
    background: #D9c1D8;
    margin: -15px 0px;
    color: #7A126B
}

.scc-sections-signle:nth-child(3) {
    background: #780016;
    color: #FFEBFF
}

.scc-sections-signle:not(.scc-active) {
    flex-grow: 0;
    gap: 0
}

.scc-sections-signle.scc-active {
    flex-grow: 1;
    padding: 60px 40px
}

.scc-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, padding 0.3s ease
}

.scc-sections-signle.scc-active .scc-description {
    width: 84%;
    max-height: 300px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    opacity: 1
}

.scc-side-panel {
    width: calc(100% - 520px);
    height: 522px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden
}

.scc-side-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    overflow: hidden
}

.scc-side-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.scc-side-video.scc-active {
    opacity: 1;
    pointer-events: auto;
    position: relative
}

.tableBoxMainSupport {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 60px;
    margin: 0 auto
}

.common_text-title.lenovo-support-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: left
}

.lenovo-support-title .vertical-div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px
}

.ls-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 520px
}

.ls-title-wrapper p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.02em
}

.ls-title-wrapper p:nth-of-type(1) {
    color: #294E95
}

.ls-title-wrapper p:nth-of-type(2) {
    color: #171717
}

.ls-description {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #535353
}

.tableBoxMainSupport .horizontal-div-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0px;
    gap: 20px;
    margin: 0 auto;
    width: 100%
}

.support-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 24px;
    flex: 1;
    background: linear-gradient(0deg, #F5F5F5, #F5F5F5), #FFFFFF;
    border-radius: 10px
}

.support-card-container:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25), 3.2px 3.2px 16px rgba(0, 0, 0, 0.05)
}

.support-card-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 30px
}

.support-card-div img {
    width: 120px
}

.support-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 10px
}

.support-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px
}

.sct-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #171717
}

.sct-description {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #3B3B3B
}

.support-card-moreBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height: 48px;
    text-align: center;
    background: #294E95;
    border: 1px solid #294E95;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans'
}

.support-card-moreBtn:hover {
    background: transparent;
    border: 2px solid #294E95;
    border-radius: 25px;
    color: #294E95
}

.tableBoxMainExploreLineup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 60px;
    box-sizing: border-box;
    margin: 0 auto
}

.common_text-title.explore-lineup-title p {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #171717
}

.tableBoxMainExploreLineup .horizontal-div-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%
}

.series-lineup-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 80px;
    background: #F1E1ED;
    border-radius: 10px;
    flex: 1;
    width: 25%;
    cursor: pointer;
    position: relative;
    height: 420px;
    transition: all 0.5s ease
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card {
    gap: 40px;
    width: 20%;
    height: 435px
}

.series-lineup-card:hover,
.series-lineup-card:focus-within {
    background: #7A126B
}

.position-relative-card {
    width: 100%;
    height: 100%;
    position: relative;
    flex: 1;
    border-radius: 10px
}

.prc-img-top {
    touch-action: pan-y;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s ease
}

.series-lineup-card:hover .prc-img-top,
.series-lineup-card:focus-within .prc-img-top {
    opacity: 0
}

.prc-img-position-absolute {
    width: 273px;
    height: auto;
    touch-action: pan-y;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    z-index: 2
}

.series-lineup-card:hover .prc-img-position-absolute,
.series-lineup-card:focus-within .prc-img-position-absolute {
    top: -16%;
    transform: translateX(-50%)
}

.prc-body {
    width: 100%;
    height: 215px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.prc-body .prc-body-transation {
    text-align: center;
    padding: 65px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: all 1s cubic-bezier(0.23, 1, .32, 1)
}

.series-lineup-card:hover .prc-body,
.series-lineup-card:focus-within .prc-body {
    transform: translateY(-40%)
}

.series-lineup-card:hover .prc-body .prc-body-transation,
.series-lineup-card:focus-within .prc-body .prc-body-transation {
    transform: translateY(-25%);
    padding-top: 30%;
    height: 100%;
    justify-content: center
}

.prc-body-title {
    word-wrap: break-word;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #7A126B;
    transition: all 1s cubic-bezier(0.23, 1, .32, 1)
}

.series-lineup-card:hover .prc-body-title,
.series-lineup-card:focus-within .prc-body-title {
    color: #fff
}

.prc-body-text {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #3B3B3B;
    transition: all 1s cubic-bezier(0.23, 1, .32, 1)
}

.series-lineup-card:hover .prc-body-text,
.series-lineup-card:focus-within .prc-body-text {
    color: #fff
}

.prc-body-link {
    padding: 0 24px;
    width: 126px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 16px;
    color: #7A126B;
    text-decoration: none;
    opacity: 0;
    transition: all 1s cubic-bezier(0.23, 1, .32, 1)
}

.series-lineup-card:hover .prc-body-link,
.series-lineup-card:focus-within .prc-body-link {
    opacity: 1;
    transform: translateY(0)
}

.prc-body-link:hover {
    background: #e4e4e4
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-img-top {
    height: 200px
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-img-position-absolute {
    width: 90%;
    top: 28%
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-img-position-absolute,
.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:focus-within .prc-img-position-absolute {
    top: -18%
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body,
.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:focus-within .prc-body {
    transform: translateY(-30%)
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body {
    height: 225px
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body .prc-body-transation {
    padding: 40px 16px 0 16px;
    gap: 10px
}

.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body .prc-body-transation,
.tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:focus-within .prc-body .prc-body-transation {
    transform: translateY(-40%);
    padding-top: 20%;
    height: 100%;
    justify-content: center
}

.tabletVideoModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(8px);
    padding: 24px;
    box-sizing: border-box
}

#tabletVideoModal {
    z-index: 99
}

.tablet-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 800px;
    background: 0;
    border-radius: 5px;
    box-shadow: 0 2px 32px rgba(0, 0, 0, .8);
    z-index: 99;
    border: 0;
    outline: 0
}

#tabletVideoFrame {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    vertical-align: top
}

.closeTabletVideoModal {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-neutral);
    font-size: 36px;
    cursor: pointer;
    z-index: 2;
    transition: .2s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: none;
    border: none
}

.closeTabletVideoModal:hover {
    color: #000;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer
}

.swiper-pagination-feature .swiper-pagination-bullet {
    background: #ABA8B1
}

.swiper-pagination-feature .swiper-pagination-bullet-active {
    background: #4E444E
}

@media only screen and (min-width:993px) {
    .tablet-modal-content {
        max-width: 1200px
    }
}
@media (max-width:760px) {
    .tableBoxMain {
        overflow: hidden
    }

    .width-responsive-box {
        width: calc(100% - 60px)
    }

    .tbmb_hb_video-container {
        transform: translate(-50%, -58%) scale(1.05)
    }

    .tbmb_hb_video-container.iframe-show {
        transform: translate(-50%, -58%) scale(1.05)
    }

    .tbmb_hb_video-container-pc {
        display: none
    }

    .tbmb_hb_video-container-mb {
        display: block
    }

    .tbmb_hero-banner {
        height: 300px
    }

    .tbmb_hb_hc-title {
        font: 700 18px / 20px Montserrat
    }

    .tbmb_hb_hc-description {
        font-size: 10px;
        line-height: 1.2
    }

    .tbmb_hb_hero-content {
        gap: 15px
    }

    .tbmb_hb_hc-button {
        border-radius: 25px;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        width: 150px;
        gap: 8px;
        height: 36px
    }

    .tbmb_hb_hc_b-video-icon {
        width: 12px;
        height: 12px
    }

    .tableBoxMainQuickNav {
        margin-top: -72px
    }

    .tableBoxMainQuickNav::before {
        height: 45px
    }

    .tbmqn_container-wrap {
        margin-top: 30px
    }

    .tbmqn-cw_card-container {
        gap: 15px;
        padding: 20px 0
    }

    .tbmqn-cw-cc_card {
        width: calc(50% - 9px);
        flex: initial;
        padding: 10px
    }

    .tbmqn-cw-cc_card:hover {
        transform: initial;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
        z-index: 10
    }

    .tbmqn-cw-cc_card img {
        width: 40%
    }

    .tbmqn-cw-cc_card-title {
        font-size: 14px
    }

    .tableBoxMainFeature {
        padding: 30px 0
    }

    .tableBoxMainFeature .common_text-title {
        margin-bottom: 10px
    }

    .bar-content-main .bcm_h2 {
        gap: 2px
    }

    .bar-content-main .bcm_h2 img {
        width: 21px;
        padding: 5px
    }

    .common_text-title,
    .common_text-title h2 {
        font: 800 20px/22px Montserrat
    }

    .tbmf-cw_list-bar {
        display: none
    }

    .swiper-container.tbmf-cw_content-swiper {
        width: 100%;
        height: 335px
    }

    .tbmf-cw_content-area {
        height: 300px
    }

    .tbmf-cw-ca_content {
        border-radius: 8px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        position: relative;
        opacity: 1
    }

    .tbmf-cw-ca_content .bar-content-main {
        padding: 20px;
        gap: 8px
    }

    .tbmf-cw-ca_content.swiper-slide {
        height: auto;
        opacity: 1;
        transition: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        pointer-events: initial
    }

    .bar-content-main .bcm_h2 h2 {
        font-size: 16px
    }

    .bcm_lmBtn {
        padding: 10px 15px;
        gap: 4px;
        border-radius: 20px;
        font-size: 12px
    }

    .bar-content-main .bcm_p {
        font-size: 12px;
        line-height: 1.2
    }

    .common_text-title.match-acc-title a {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 20px;
        height: auto;
        line-height: 1
    }

    .common_text-title.match-acc-title {
        gap: 15px
    }

    .feature-popup-content {
        padding: 40px 20px;
        max-height: 90vh
    }

    .popup-close {
        width: 28px;
        height: 28px;
        background-size: 16px 16px;
        top: 13px;
        right: 10px
    }

    .feature-popup-header {
        padding: 20px 0;
        gap: 10px
    }

    .feature-popup-header p:nth-of-type(1) {
        font-size: 16px
    }

    .feature-popup-header p:nth-of-type(2) {
        font-size: 18px
    }

    .feature-note {
        font-size: 10px
    }

    .horizontal-structure-content-div.ai-theme-color {
        border-radius: 15px;
        padding: 20px;
        gap: 15px
    }

    .vertical-structure-content-div {
        gap: 15px
    }

    .vertical-structure-content-div-large {
        gap: 40px
    }

    .horizontal-structure-content-div {
        flex-direction: column;
        padding: 0;
        width: 100%;
        gap: 15px;
        align-items: flex-start
    }

    .horizontal-structure-content-div img {
        max-width: 100%
    }

    .vscd-con-title,
    .vscd-con-description {
        font-size: 16px
    }

    .horizontal-structure-icon-title img {
        height: 30px
    }

    .horizontal-structure-content-div.column-reverse-div-mb {
        flex-direction: column-reverse
    }

    .horizontal-structure-content-div.software-turboSystem {
        gap: 15px
    }

    .software-turboSystem-parameter,
    .software-turboSystem-parameter.software-turboSystem-parameter-small-width {
        width: 100%;
        padding: 15px
    }

    .software-turboSystem-parameter p.parameter-num-p {
        font-size: 48px
    }

    .tableBoxMainMatchAccessories {
        gap: 30px;
        padding: 30px 0
    }

    .tbmma_container-wrap {
        flex-direction: column;
        gap: 15px
    }

    .matchAcc-card {
        width: 100%
    }

    .ma_card-image {
        height: 240px
    }

    .card_text-title {
        font-size: 18px
    }

    .card_text-paragraph {
        font-size: 14px
    }

    .ma_card-text {
        gap: 8px
    }

    .tableBoxMainSmartConnect {
        padding: 30px 0
    }

    .common_text-title.smart-connect-title {
        gap: 10px
    }

    .smart-connect-title .horizontal-div-wrapper {
        gap: 10px
    }

    .smart-connect-title .horizontal-div-wrapper img {
        width: 27px
    }

    .smart-connect-title .horizontal-div-wrapper p {
        font-size: 20px
    }

    .smart-connect-title .sc-title {
        font-size: 20px
    }

    .smart-connect-title .vertical-div-wrapper {
        width: 100%
    }

    .smart-connect-title .sc-description {
        width: 100%;
        font-size: 16px
    }

    .smart-connect-title .sc-link, .feature-popup-header .ts-link{
        font-size: 14px;
        text-align: left;
    }

    .smart-connect-title .sc-link span, .feature-popup-header .ts-link span{
        font-size: 14px
    }

    .smart-connect-content {
        flex-direction: column-reverse;
        gap: 10px
    }

    .scc-side-panel {
        width: 100%;
        height: 240px
    }

    .scc-sections {
        width: 100%;
        height: auto
    }

    .scc-sections-signle {
        padding: 24px
    }

    .scc-sections-signle.scc-active {
        padding: 24px;
        gap: 10px
    }

    .scc-sections-signle .scc-title {
        font-size: 18px
    }

    .scc-sections-signle.scc-active .scc-description {
        width: 100%;
        font-size: 14px
    }

    .tableBoxMainSupport {
        padding: 30px 0;
        gap: 10px
    }

    .lenovo-support-title .vertical-div-wrapper {
        gap: 10px
    }

    .ls-title-wrapper {
        width: 100%
    }

    .ls-title-wrapper p {
        font-size: 20px
    }

    .ls-description {
        width: 100%;
        font-size: 16px
    }

    .tableBoxMainSupport .horizontal-div-wrapper {
        flex-direction: column
    }

    .support-card-container {
        padding: 24px;
        gap: 10px
    }

    .sct-title {
        font-size: 18px
    }

    .sct-description {
        font-size: 14px
    }

    .support-card-moreBtn {
        padding: 0 20px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        width: auto
    }

    .support-card-div {
        gap: 15px
    }

    .support-card-div img {
        width: 80px
    }

    .tableBoxMainExploreLineup {
        padding: 30px 0;
        gap: 10px
    }

    .common_text-title.explore-lineup-title p {
        font-size: 20px
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper {
        flex-direction: column
    }

    .series-lineup-card {
        width: 100%
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card {
        width: 100%
    }

    .prc-body {
        height: auto;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body {
        height: auto;
        transition: none
    }

    .prc-body .prc-body-transation {
        padding: 30px 16px 20px 16px;
        gap: 10px;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body .prc-body-transation {
        padding: 30px 16px 20px 16px;
        gap: 10px;
        transition: none
    }

    .prc-body-link {
        width: auto;
        line-height: 40px;
        opacity: 1;
        background: none;
        text-decoration: underline;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body-link {
        width: auto;
        line-height: 40px;
        opacity: 1;
        background: none;
        text-decoration: underline;
        transition: none
    }

    .series-lineup-card:hover .prc-img-top {
        opacity: 1
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-img-top {
        opacity: 1
    }

    .series-lineup-card:hover {
        background: #F1E1ED
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover {
        background: #F1E1ED
    }

    .series-lineup-card:hover .prc-img-position-absolute {
        top: 25%
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-img-position-absolute {
        top: 25%
    }

    .series-lineup-card:hover .prc-body {
        transform: initial
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body {
        transform: initial
    }

    .series-lineup-card:hover .prc-body .prc-body-transation {
        transform: initial;
        padding-top: 30px;
        height: auto;
        justify-content: center
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body .prc-body-transation {
        transform: initial;
        padding-top: 30px;
        height: auto;
        justify-content: center
    }

    .series-lineup-card:hover .prc-body-title {
        color: #7A126B
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body-title {
        color: #7A126B
    }

    .series-lineup-card:hover .prc-body-text {
        color: #3B3B3B
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:hover .prc-body-text {
        color: #3B3B3B
    }

    .prc-img-position-absolute {
        width: 70%;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-img-position-absolute {
        width: 65%;
        transition: none
    }

    .prc-body-title {
        font-size: 18px
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body-title {
        font-size: 18px
    }

    .prc-body-text,
    .prc-body-link {
        font-size: 14px
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body-text,
    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body-link {
        font-size: 14px
    }

    .tablet-modal-content {
        top: 35%
    }
}

@media (max-width:380px) {
    .tbmb_hb_hc-title {}

    .tbmb_hb_hero-content {
        gap: 10px
    }

    .tbmb_hb_hc-title {
        font: 700 16px / 18px Montserrat
    }

    .tbmb_hero-banner {
        height: 40vh
    }
}

@media screen and (min-width:761px) and (max-width:1150px) {
    .tableBoxMain {
        overflow: hidden
    }

    .tbmb_hero-banner {
        height: 500px
    }

    .tbmb_hb_hero-content {
        gap: 20px
    }

    .tbmb_hb_hero-content.content-active {
        transform: translateY(-40%)
    }

    .tbmb_hb_hc-title {
        font: 700 42px/48px Montserrat
    }

    .tbmb_hb_hc-description {
        font-size: 20px;
        line-height: 1.3
    }

    .width-responsive-box {
        width: 92%;
        overflow: hidden
    }

    .tbmqn-cw_card-container {
        gap: 30px
    }

    .tbmqn-cw-cc_card {
        width: calc(50% - 60px);
        flex: initial
    }

    .tbmqn-cw-cc_card:hover {
        transform: initial;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
        z-index: 10
    }

    .tableBoxMainFeature {
        padding: 50px 0
    }

    .common_text-title,
    .common_text-title h2 {
        font: 800 42px/48px Montserrat
    }

    .tbmf-cw_list-bar li {
        padding: 5px 0
    }

    .tbmf-cw_list-bar li:nth-of-type(1),
    .tbmf-cw_list-bar li:nth-of-type(7) {
        font-size: 16px;
        color: #D1D1D1
    }

    .tbmf-cw_list-bar li:nth-of-type(2),
    .tbmf-cw_list-bar li:nth-of-type(6) {
        font-size: 18px;
        color: #C4C4C4
    }

    .tbmf-cw_list-bar li:nth-of-type(3),
    .tbmf-cw_list-bar li:nth-of-type(5) {
        font-size: 20px;
        color: #A0A0A0
    }

    .tbmf-cw_list-bar li.feature-active {
        font-size: 22px;
        font-weight: 800
    }

    .tbmf-cw_list-bar {
        width: 200px
    }

    .swiper-container.tbmf-cw_content-swiper {
        width: calc(100% - 220px);
        height: 300px
    }

    .bar-content-main .bcm_h2 h2 {
        font-size: 24px
    }

    .bar-content-main .bcm_p {
        font-size: 16px;
        margin-bottom: 7px
    }

    .tbmf-cw-ca_content .bar-content-main {
        padding: 20px 30px;
        gap: 8px
    }

    .bcm_lmBtn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 22px
    }

    .common_text-title.match-acc-title a {
        padding: 10px 20px;
        height: auto;
        line-height: 1
    }

    .ma_card-image {
        height: 170px
    }

    .card_text-title {
        font-size: 20px
    }

    .ma_card-text {
        gap: 10px
    }

    .tableBoxMainMatchAccessories {
        padding: 50px 0
    }

    .smart-connect-title .horizontal-div-wrapper img {
        width: 50px
    }

    .smart-connect-title .horizontal-div-wrapper p {
        font-size: 42px
    }

    .smart-connect-title .sc-title {
        font-size: 42px
    }

    .smart-connect-title .sc-description {
        width: 80%;
        font-size: 18px
    }

    .smart-connect-title .sc-link span, .feature-popup-header .ts-link span{
        font-size: 16px
    }

    .common_text-title.smart-connect-title {
        gap: 15px
    }

    .scc-sections {
        width: 40%;
        height: 400px
    }

    .scc-side-panel {
        width: calc(60% - 20px);
        height: 400px
    }

    .scc-sections-signle.scc-active {
        padding: 40px 30px;
        gap: calc(5px)
    }

    .scc-sections-signle .scc-title {
        font-size: 22px
    }

    .scc-sections-signle.scc-active .scc-description {
        font-size: 14px;
        line-height: 1.3
    }

    .tableBoxMainSupport {
        padding: 50px 0
    }

    .ls-title-wrapper p {
        font-size: 42px
    }

    .lenovo-support-title .vertical-div-wrapper {
        gap: 15px
    }

    .support-card-container {
        padding: 30px
    }

    .support-card-div img {
        width: 80px
    }

    .sct-title {
        font-size: 24px
    }

    .sct-description {
        font-size: 14px
    }

    .support-card-div {
        gap: 15px
    }

    .support-card-moreBtn {
        width: 120px;
        padding: 0;
        font-size: 14px;
        height: 36px
    }

    .tableBoxMainExploreLineup {
        padding: 60px 0
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper {
        gap: 15px
    }

    .prc-img-top {
        height: 140px
    }

    .prc-img-position-absolute {
        width: 100%;
        top: 20%;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-img-position-absolute {
        width: 60%
    }

    .series-lineup-card {
        width: calc((100% - 45px) / 4);
        height: 380px;
        transition: none
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) {
        flex-wrap: wrap
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card {
        flex: 1 0 calc(50% - 15px)
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .series-lineup-card:nth-of-type(5) {
        margin-right: 25%;
        margin-left: 25%
    }

    .prc-body {
        height: auto;
        transition: none
    }

    .prc-body .prc-body-transation {
        padding: 30px 16px 20px 16px;
        gap: 10px;
        transition: none
    }

    .prc-body-title {
        font-size: 22px;
        height: 58px;
        transition: none
    }

    .prc-body-text {
        font-size: 14px;
        line-height: 1.3;
        height: 73px;
        transition: none
    }

    .prc-body-link {
        width: 75%
    }
}

@media screen and (min-width:1001px) and (max-width:1151px) {
    .width-responsive-box {
        width: 96%
    }

    .tbmb_hero-banner {
        height: 550px
    }

    .tableBoxMainFeature {
        padding: 55px 0
    }

    .common_text-title,
    .common_text-title h2 {
        font: 800 46px/50px Montserrat
    }

    .tbmf-cw_list-bar li {
        padding: 8px 0
    }

    .tbmf-cw_list-bar li:nth-of-type(1),
    .tbmf-cw_list-bar li:nth-of-type(7) {
        font-size: 20px;
        color: #D1D1D1
    }

    .tbmf-cw_list-bar li:nth-of-type(2),
    .tbmf-cw_list-bar li:nth-of-type(6) {
        font-size: 22px;
        color: #C4C4C4
    }

    .tbmf-cw_list-bar li:nth-of-type(3),
    .tbmf-cw_list-bar li:nth-of-type(5) {
        font-size: 24px;
        color: #A0A0A0
    }

    .tbmf-cw_list-bar li.feature-active {
        font-size: 26px;
        font-weight: 800
    }

    .tbmf-cw_list-bar {
        width: 240px
    }

    .swiper-container.tbmf-cw_content-swiper {
        width: calc(100% - 260px);
        height: 460px
    }

    .bar-content-main .bcm_h2 h2 {
        font-size: 26px
    }

    .bar-content-main .bcm_p {
        font-size: 18px;
        margin-bottom: 7px
    }

    .tbmf-cw-ca_content .bar-content-main {
        padding: 20px 30px;
        gap: 10px
    }

    .bcm_lmBtn {
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 22px
    }

    .prc-body-text {
        height: auto
    }

    .prc-body-title {
        font-size: 20px;
        height: auto
    }

    .prc-body .prc-body-transation {
        padding: 70px 16px 20px 16px
    }

    .tableBoxMainExploreLineup .horizontal-div-wrapper:has(:nth-child(5):nth-last-child(1)) .prc-body .prc-body-transation {
        padding: 80px 16px 20px 16px
    }
}

@media screen and (min-width:1151px) and (max-width:1280px) {

    .tbmqn-cw_card-container,
    .tableBoxMainFeature,
    .tableBoxMainMatchAccessories,
    .tableBoxMainSmartConnect,
    .tableBoxMainSupport,
    .tableBoxMainExploreLineup {
        width: 1100px;
        padding: 65px 0
    }

    .tbmb_hb_hc-title {
        font: 700 48px/54px Montserrat
    }

    .tbmb_hb_hero-content {
        gap: 30px
    }

    .tbmb_hb_hc-description {
        font-size: 24px;
        line-height: 1.4
    }

    .tbmqn-cw-cc_card img {
        width: 95px
    }

    .tbmqn-cw-cc_card-title {
        font-size: 18px
    }

    .swiper-container.tbmf-cw_content-swiper {
        width: 880px;
        height: 520px
    }

    .card_text-title {
        font-size: 24px
    }

    .smart-connect-title .sc-description {
        width: 70%
    }

    .prc-body-title {
        font-size: 24px
    }

    .tabletModal {
        width: 96%;
        height: 96%;
        top: 2%;
        left: 2%
    }

    .tablet-modal-content {
        max-width: 1100px
    }
}

@media screen and (min-width:1281px) and (max-width:1450px) {

    .tbmqn-cw_card-container,
    .tableBoxMainFeature,
    .tableBoxMainMatchAccessories,
    .tableBoxMainSmartConnect,
    .tableBoxMainSupport,
    .tableBoxMainExploreLineup {
        width: 1200px;
        padding: 70px 0
    }

    .tbmb_hero-banner {
        height: 850px
    }

    .tbmb_hb_hc-title {
        font: 700 50px/56px Montserrat
    }

    .tbmb_hb_hc-description {
        font-size: 26px
    }

    .tableBoxMainQuickNav {
        margin-top: -100px
    }

    .prc-body-title {
        font-size: 26px
    }
}
